From f22160aa484088f8578f35f3948445e79d9dcbc9 Mon Sep 17 00:00:00 2001 From: Preston Smith <92108534+thetolbean@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:42:27 -0500 Subject: [PATCH 001/318] Correct IdentityBlocker to include specific outer clothing (#33085) * Make IdentityBlocker include outerclothing * Modify Correct Bit * Fix mask/eye cobo --- .../IdentityManagement/Components/IdentityBlockerComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs b/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs index e7a88b6ef2..308d9c0bf7 100644 --- a/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs +++ b/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs @@ -30,7 +30,7 @@ public enum IdentityBlockerCoverage public sealed class SeeIdentityAttemptEvent : CancellableEntityEventArgs, IInventoryRelayEvent { // i.e. masks, helmets, or glasses. - public SlotFlags TargetSlots => SlotFlags.MASK | SlotFlags.HEAD | SlotFlags.EYES; + public SlotFlags TargetSlots => SlotFlags.MASK | SlotFlags.HEAD | SlotFlags.EYES | SlotFlags.OUTERCLOTHING; // cumulative coverage from each relayed slot public IdentityBlockerCoverage TotalCoverage = IdentityBlockerCoverage.NONE; From 42c344a5da4cafed0ddcb11c981587386a956b32 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 24 Apr 2025 23:43:35 +0000 Subject: [PATCH 002/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d82b8aa6e7..7450097341 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ElectroJr - changes: - - message: Fixed some visual overlays not being removed when the effect should stop. - type: Fix - id: 7834 - time: '2025-01-20T01:24:40.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34527 - author: Compilatron144 changes: - message: Raised Plasma Station's population limit @@ -3930,3 +3923,10 @@ id: 8335 time: '2025-04-24T21:18:26.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36834 +- author: thetolbean + changes: + - message: Specific outer clothing now correctly blocks your identity. + type: Fix + id: 8336 + time: '2025-04-24T23:42:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33085 From 735bbf93a919a42b3d6d98049d24e9d3cedba666 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:44:54 +0200 Subject: [PATCH 003/318] Change some posters to be rules-compliant (#32734) * Initial commit * Minor edit * it's very hard to fit "disorder" * Revert No ERP poster, fix spawner * Attribution * Update text * Missed poster spawner --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- .../Markers/Spawners/Random/posters.yml | 4 ++-- .../Structures/Wallmounts/Signs/posters.yml | 12 ++++++------ .../Wallmounts/posters.rsi/meta.json | 2 +- .../posters.rsi/poster36_contraband.png | Bin 1233 -> 16499 bytes .../posters.rsi/poster4_contraband.png | Bin 1954 -> 17502 bytes Resources/migration.yml | 4 ++++ 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 103278d896..de82e7b6f0 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -34,7 +34,7 @@ - PosterContrabandFreeTonto - PosterContrabandAtmosiaDeclarationIndependence - PosterContrabandFunPolice - - PosterContrabandLustyExomorph + - PosterContrabandRealExomorph - PosterContrabandSyndicateRecruitment - PosterContrabandClown - PosterContrabandSmoke @@ -65,7 +65,7 @@ - PosterContrabandPunchShit - PosterContrabandTheGriffin - PosterContrabandFreeDrone - - PosterContrabandBustyBackdoorExoBabes6 + - PosterContrabandRouny - PosterContrabandRobustSoftdrinks - PosterContrabandShamblersJuice - PosterContrabandPwrGame diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index 25bcb5b93a..132318ee47 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -79,9 +79,9 @@ - type: entity parent: PosterBase - id: PosterContrabandLustyExomorph - name: "Lusty Exomorph" - description: "A heretical poster depicting the titular star of an equally heretical book." + id: PosterContrabandRealExomorph + name: "Real! Exomorph" + description: "A conspiratorial poster about dangerous alien lifeforms." components: - type: Sprite state: poster4_contraband @@ -358,9 +358,9 @@ - type: entity parent: PosterBase - id: PosterContrabandBustyBackdoorExoBabes6 - name: "Busty Backdoor Exo Babes 6" - description: "Get a load, or give, of these all natural Exos!" + id: PosterContrabandRouny + name: "Have You Seen Him?" + description: "An old poster for a missing alien. Where did he run off to?" components: - type: Sprite state: poster36_contraband diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json index 46f2b816dc..e58aaad6d0 100644 --- a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster52_legit by SlamBamActionman, poster53_legit and the original version by @RCOI on discord, modified by Spessmann, poster54_legit by hex_reject on Discord.", + "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman, poster53_legit and the original version by @RCOI on discord, modified by Spessmann, poster54_legit by hex_reject on Discord.", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster36_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster36_contraband.png index ef9e2f2803013124446edcdbcfb7225d17eb5d4a..bc21e9b2f8129d800c78f2a46d34404e09d51735 100644 GIT binary patch literal 16499 zcmeI4d0Z1`8pnsKltXcGSw%&N@c_XvIY>gXA)+J*)W}&uMPW#WB$A6vfPhu;LJ$Pk z;?d$l#k&YdzLWOH0D`rR}Pl1b(%x+FjH zR8vAyj3|s0pw_}9rZL1$2qbd?U$Q&h;f z&LG`!1TZ4j$~8K$IzKYml&I&`bzMqLPa+l4#SWzi>LCqC^QMA*i6r74 zjV48_FrS)448jUn39EDns-yL()5z31H6l~@ld{L%Z(_72B2iE7KF?RF>@zi@6Q-gF zx{&s%M559)Fc<+N>J+UQ7N(+?GOn+y*U1xmi}PM2lc(QvhxPJ)WF}9i%)AsjE5t*u zl^dXiA)Q(qrB*BWovSRY8zCtmz`UwR9?^1@M4g6A;(=I6Z@qh?!2(DJ^XXJNgF>TI zXg*OiUoMTorTKbMX4xDI) zC=yx9KL{;Qi&IS9(iK{QhUTymeW(yqLV*%#z7&Y+L#J>O#4tsYz)plYY+p7rp(nJ3 z{DaV;S~9@9wA-POoA)FQq(xv; z$N7=FTdrpl>)E4B8gu7zA+c#U7_g?d1C-O``M_jav(G>-myNAXDKN#!H z+&MqS)QyT1^L!4AioQUa>9b2}>BdTD<4Y~wSZS~FbCq1jr*~z;3|pv7znPsIdL(*# z2lH7>CWFZXvBOwJm|PDlVgzz@=S58W2?Nb!)?gid3TO8xv~Y9@J4 z552<#du}m5XwRNq?DzcAdquxzR7@-)2?hwhN#MfggYgo$FhKB40vA3XjF-TL0fKK5 zxbXR4yaX-`5PXxsh0h1$C2(PY;F|<4d_EX2feQl!-z0G1^TButTo@quCV>l|55`O2 z!T`ZH30(MmFkS)|1_-`M;KJvF@e;T&K=4fh7d{`1m%xPqf^QPI@cCf81TG8^e3QV1 z&j;fraAAPpn*=U=J{T{73j+k-Byi#L!FUN=7$Ep2feW7x#!KMB0Kqp2T=;x2UIG^e z2);?+!smnW61Xrx@J#|2J|B#iz=Z*VZxXoh`Cz;RE({QS6Bn0V??aog3Vl*D4SghY ze<4_bKF&!J2StbgAY%dmWG)AQ_IK#<5dfr60pM{w0B|<}zzFraxHEwOU_CTgFf~fw zaB<^L1)oQcJiEj=C&{?Td-(ybCaW<%J8;UC&nQ1MM6K9BKmCTa;_Q@@;J`7PpiNsM zowF`xZrYJUYpL45KikR5QMjhOyyN6?|K(2S2aoxNiagkC0F&AwqhV~gS5@5OkeQcY zqoLkV^8856tI2ma-@WUSRgnHV8kpYEcKEb=++X%DT^#K>=*Cf`NWAxL(8R2vhi8=q z?~dKUiJQKVA6}M&+77)~cFZl);I_#A{8i6r?|Ivzyd!5{K6$@Y z9p<^wO2!)1zGzLxo2J<}j@Kw}9Vm(``SaYtCw}xl-dJfUh<49E^l%}&d2@hZUw!F; zvB3$}L)T>5_?~WxUDnt3LLXUm8@)=qSP13_iKf~CrzMr{4sv+f#FSUa^`5~nt(|{XI9G* zVBltiB)8og6Dy9FZED%NH9M%nK4_^|d9IbmdM}UltHb0%7oluxa(#0Azy9ELc)_E4 zzLmAI342h1Oj3AP4Bq_|UgvxMp*{V3UdQm4R`Uak>aCmDF-5oAt)-M;m#vkjIIC($ z{p8{uc^Jum@Wo#vw%hqTW$oHi>N+x$X01FD8>UP?6Q1p{ves_9Q}8;;sTosA%d&3| zvRcy-JAdTWLH2eFz6n1!(biyS3lFJNT#T%U3J`1$Iswg^tsuyxA-7l-dAGErhR zlY@osr7;cdlPa3NhSJNwOsX^19o0Jm*HpJktCGepUlq8?+3j@0_!2O$IRQ{4IBrL) zs7s^VdmP0*6ydq^MaRW4n-9cRrQ45(PdAt{W?h(D+Dq7-^IexzYvd=6tiVRx$h;S6$ z#C$QY=H82M3)k+tvZEaFaJ&)_sx045ivt_-V&`Yr2$J(WR;D&!Uku%`cN*40Ww`9`ebxozkbZKE>0A zP1hGkU$%YtxbpPl^Y}h2C)p1#i(WM0c9%^w;v)Cr*Phb2SGM;TtWO!uYJFf_a^dDzU-2r+(;+|Ok@j=150+QORqI_J zE_s{r)~(3NX^Vk1xA%7~}cjjRIQGXYq^WOOJNeAX+d%W$qRPxk)J{sR%Ij|D9!e`$>34&Rs3mK${T%7$Zp=^>t9(7%3prvO%b(=;S>b0NAJ zUNfY4g*=)(VWmvDX>ZM)Pk${l9FLbgEp+kwb>2a_)Xh7mmHM@7>@-EhkEV{UYs9sXxce<*VE3YudGS?;j9>y0C_Wt*NuC#aNh2S?fiu$iDkmuuLjN8J@CBji-vR^+X9_B&#V`8}vGpEc delta 1194 zcmV;b1XcUvwz8Pnb>!$uDFL%zl_nq^*=bn4+eQw-m{67io>)L;pPNh=v-!Kdq#Rl9D z+#PBFiS+~$8wtCQNNuH%j3wdnxkP8JSn%!fi5&YqhWXL?q8$?;ewrJ^@mJ2_;umkD z@p?Df+8)Q!(vtK=qf2P{xWyiuPNwngm+zq7R|PW`wcF!I&q=@em8lm2f=2Q=C#tGy zF#YOu771b{xh{Y2v6ZOAQ!u;+N~%lr2r!h&*iKO7DYBzQ+)k{c>!tTFI{dEa86hnK zsYFVQ=wSNvG#b&38wW4g&Q%njtUIAcz*XWx_lbU7`24MHosy{GHpDrXWqJ7zS+c{K zAEBbiq}3weKj26BR2bc#_5-K3s%{JQ|J2<0L{^k#IUEW?q}I$5vNYqj9PmWxLAs z2y8?)#3+qBN#sUAId5%kMLP3SxuC$U%Pl+~(5wTDKu1Rh#>U3P$-=?{LZOh|KR!N= zhK2@l&T)T)Ib7HYtE3hIzF^Lq2nK_gn3xbUb3r|wa~#p!++5HJjKW=c30P|ug5Lx)?`6NKX79w2BTqZgB9JtM>%apG+03(|i0&?wH_?t;(q z;!5eydIWMS*XHIX-0pir6N!8M%mts%XUp&VFXGar?-6|PBvw~faqQT$av*6DU=liw z5|K#6&Wp;*N?XryhYlUa&6~3#PfcCTdXI9&GZlIStUH#>OeNUJ$cVHIz0wgX^SR&m z?>~Q#S&pk17#PUf4V3#Q`t=AXsJ&lPQzH@JRwM~-N6G{v;4D-Qr4I!r`!tXWQQ1jt^?9&{5Nf$)4x&#$ptBxbP(NUr6pG z#TXwoOK!Kx$t!kLNI)ec&w=piFlJ|G(b<35DY~)94ZOJf5&RqS5-4*0eScK-J`mU~ zGS`-6nQ)fo%grd`6%r$11X`GQ!L=-Xh5%GB3 zPSmIF%4tjUK7bUmPCx$7b;w7Zl+G>7W$}8w+2#_uXF;ZL@W!idJ3QCvkZa8&SKWV- z)jdIx9U2$xI@v3K&wSjwpXcWbKUe1=D5$ z02dPb1tra=j*pxBa5zMAAc~Yq8HYlNjg2M8(#cYJ7zJdr*%T^`LZgw89wbG)L4N}66 zG%Afw0%;_W;Ro7tKspDsUqA&pRO&bDBj9s{Qh5}lbQDKHVK7A|3FA`68prh;(Z!4QkhV$wjEMMvnXw<}^aHWIZbP3!A1#!moigzCiec$`HNg%Uz0 zu*gj_9x*Z=0bRfl(5XTal_9hz*$WsT2?B+7BnF#mZ_j}27y>3+vl?DE9~;@Q>yhZg zuHSvCLn9k!{)X$Naxqe}p~!K4{u<4p5EHn0Bb0|&o!fX6cy%^>;m==h9m}nzxXK{8 z0#=s}2jWQW7_G)g*U^KkDM1{FuP)1ueD%(T1zgH&tz*MNn~C2{;JYoTA^+pd-yS1Y z1WT|g!;mXYueUoQei4A97*$EN&|xgQjwP*Xvd+`kPC(dRGOwh z|M$|M20j#>FM=dtu)vWrGP99}|E0{mTLm1N@L$T@+fIxB2bmk%iLckhk+Z~`HI%Eq zBH|$R7pVo1rtX1U${THCYi6i_fVz%GMr-=BnN;MUfa=d-)A4Gw=}K(V@oKc`n5Dl& ztaPLeM?*D_vr=ES4P8_CB6k?DBh$`~ZpWpdo6#2D;y5@mz)g%?Qz+DD0y+{&V}n*q zXt?rihT{~&hC`_ucQ2qhjSaOTcN)k|4rTN%=Z!Pm==tYA`D1KG|4FYXUw9A{5Nr|0 zh0O=0#c`p4V2d~|Y(6M0jtd0@Tf}i;^Fe8GTqq#eB90524@!&ULIJ@Raa`DZP+A-p z3JA7{u=$|0I4%?rY!SzW%?G8$aiM@nXAAlM=%F8#6RhG7Zvuy8E$RPggFl_2s&F@f*l!vlbXxd5O_1%T&+$ae<-L{kCa zQ3wEVasj|xx?|0GcL30hUF7EM7uTGX9ke-X#q65ohrMeRE$Q&H>m8CDljR{fhP-C& z13cgT%Q8hb89pTx|M>w@Lem#lv#;OeEg>~8Pgn979>n8Dw{+KnI~aP+x>iRw8H>!D zo={JAc9vf546eS@(;9RjxLua-b>;b2eS>*}PhOUT8DD-Tm44f^)^d)H=e*Ek7CxS7 z#(Hy#Z-x8KpPuDoQv`H#jZ}dp?u?lWJvV?E0k%^hjKtK=Wd ziTp^mP*qb64c5N2arjy6wJNu;;B?;0KjPL>e%?c%mIpn3`A3_sbmd7aRrVrp!Z8!Y zW$iBoN_|ya?4H}%_S+wHrhCU%L}*zROfEdS`xJLEr)26kC;MVf9r)fQO0Ji4wb46jjj<4{<@7yI$_RX*ViQX=Rv?6or4MRgkSv}1)t3{)lQ#NavaB@>=C;)SF6>d7ChFQa z1Mc@08V^)2y}5B;xyvPQL6Yz0Rz-Wa#HR1!r1y5`+R8ze;S#!Il8H(;!D*B6)HK#7 z<^xRkb-i8M1k(-1$B0dV{6o~i^$lC--MujtT^4#gry14(e}A#|cts42p)^w+J3G&@ zvQ+nrz6M`-vlsES=@i|PXg=WMxj!bYxZ>FHwnIy$54JsgR<^bdXbC*I%jwS-q_!Tv zRj+z~1#cgT-&?!BMcCJP+sAg7&Fa%XK3Z)bb9i$m^Fq@f)h!k(Fe4Xk)FK9!?n|DO zYOrH-_=P&kj{0Yr_0N`(%{!i~TIA@YU-Qi2g+){8v82Y26Iy@UzJ6-wg))Mkc3bwA zsCl7*WnI4zf+KA z=AF9EPJe4__l~aQ+|>1hwF7qBe-K>!RW6`?K-O~kv?MUXpr+K;mUOiI-0~DlgQvtV zpR^kVC2gG18lh#n!5UDTc6J_WSmR_Ln6t9-@Z}!G441UI)pLM570a}<%wBd^o_zGU z;j}`Hr}U@lf#!=BWvib5uyZgZTgBz-2$%Hp;#o>qdzkQV!S+NcA0L-vGu^zs({Mxl^=YJ}zlX}z!lj}N+9)OQUhb5D{ zi*Le+viwwA>sI(7axyRen7u#6y<+ySH=9hp z3+k$~pjw}*Y~^_Oa0^wbgKKjr{Z1JN=X&a=byq!KaXN4EqmJEAYmI^v+wCOlJd0A= zGn^W)UNr%#ufDMH1YA<8z+B1ldtma^=N)uq%rh#JeL2PNW9R#fXi^{kyPJcmKXhKolMx zdTswgzkm48-?g}@qP`TqB-=YbcV_xogY>hXh2_|;OgXA=8ysgurz0_AXpdJDGd;fM z9qF+U-t;b4tr^rZ=komhJQM z9k4rIodxov?Ha8pp`M{|*UKvaD;HSd($eo6JzF&86cZSEtuc~|v zin9kcB`@1Fsr3~-X)mi_+KnR9{ntE;%OC9MY7eg`&;PoB+nOcX$mj|GQTuF8(}7g; z#d8xsfXWW<@L=>TzC`?Rn^nk9hykJxkT`z_R7pfZRCt_?S8Hq(Wfy*CW@mP1+iqn+s+3T`ODWKb8jUs4 zNWzcL82?!X1%)C-i24C)f*ON&{6eV(fl3twYKT;KD&&pGdN&L&X7nwpvd&-0)t3N(LBgK3&jRaLI}D3waE zEK8p8!RETIjQlK>O3C{{5XiS|e2?GRvuBU;S6>wYur1OTg-=z$&~&H?4dfoa=fhQ8 z_@+;f!_Sq30+)Wi>ciJOI3*XhW5X`m@W`oVXz;B7I~#Xi;OC+Mw4?@AQ{`h#r&aop z>wtaV*Z^p5q^eTTXytsa zXo@&gRARyRp#~~pA~qbCu~BFOc(z9&NeI;?&z5Np=Z>JEx`Cd172RAEKq{S*)vJmc zuHbwQFc?h@<4)YjeOGg#x)dw&;X4F}SV`%rXfDt9VCa8Fd;si-sg~9A8O_P`F_7sW zPDgcpBXU0<#Ev_62=%(E!%z4U4#fy(E#`(~uFk`qGImdSHA>W23^3I)A&n{ln%DP| z+-K){rViC~-u6LTc<-_+u;KcbC0BgQ7lw#0^xo8qp`k$umzq#fEEeMd;H|_7SGIe0 z-V-_Z3PXSJtRZM-ja;)a8*{&T3c26@i>=eP!Y#Oxq#b)Yu=1KtEdG88R$sF!eiDiX z_~CY){ncZ#!m=YaGdoH^SZ99`5CX(=kNO*cfy3X4^D=n5V8gY;c=vw~^vigZ#zgi)cNGDMiaDfW!$*gc zmMo-3HsIXB-N=k>iP$hNsT1csvaN4f4xh9@(G@s(ry{el05DZ7vDTU6AqWEGmGa`q z`Tc~vQ#Ep|jNAXQT>!H-I7LUO_H9Z;CETjzUBDK57w}|!u<12f3?A7hVAzIFx(ybA z$e({aBG)rMnh^r38;_m|&x#JPT(fBPHus|F713|?M+=M10IM1sJ7?N?WGkNTj~u2( zjKP^7K8wD)|MUB0Ts5(qHvu~KcSO%#9p5EP#R9-dXjB<^tMx4`R=UwsyAjnBio%7sJHTo`}MqmVDiJ1ZMI@vHqCMwyqxw(WQTn0^)@ zmfclYLR-!ik>TvmjGZEfXANR_V=Ho}LPlopnn{2+qBullI?!Odp|i&hJ}%>m#ucJ3 zu>k10F5?n!GrH9|6w?4YRkPZLW}((mk3k7CIDOztd2htzsmK@hVb1P$nB#||D&2pA ze+E;rrezH*+rkqEp5Vd}){-~?48ssXk&j60RjPy?=cV|PF_UoW_%Q_4gK}*hI)lQ= z!$^-Dhc|9`1y;@y$<2FtJpALs(VU7N&KnB=CySocu}W!|>qndoGS)V<2<2(BIZ8fu z%mCJ1y^P}Tz(^ag&J|EqU4_?MdXRs&!(4DxD$$4;0$zbl^_&|I-VJMO=3&Osdogfy zzc^&$Ja7vG;+#XU@Tcd{bM><*kVDOlY7NZVHA@`5 znSB!P-SIAF?_C;xl&+PLomY=;iq0Q6`9K8l#bJ+NUDG-&>|2Pgi7P8^!Ha(aV8vqR zWqYu1IqAT^1x(ray6pV)e?E;IuNn6Y?Svuf$aG-@EW+_r^!J_p-w--dsrnZz8t5Ut*<8z%{w9e*8i$NTW;sb0J`YQ9LZv~S>+ zK3s8vb)o3RS3>Uj!S!1U1V})D+@gy&h>dxDuOQnx75M$n!oq9>YLY5p*d241s++nb z;)d1@(5nq8P^ujhKq8SK@u9j-wLhsENE&}OmBJX2o4vQAx+9dj3Otau`&xebro+wm{$ZY&P0K-cA6n7@C%TzBAOqIP&17M*yREN@| zngnFon1%JN>oI?K_zli?)!V0SgG0&eQb|X;!eTGR!0O~`)YsQX_w1A3Ba_Met)kUU zn1Ea^C(WjSKHG)KlP4pcPGgh0Npgwn3d?#yFTk-b48b3;MNZ>L-Mb0^0000 Date: Thu, 24 Apr 2025 23:46:02 +0000 Subject: [PATCH 004/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7450097341..a0dddc764a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Compilatron144 - changes: - - message: Raised Plasma Station's population limit - type: Tweak - id: 7835 - time: '2025-01-21T04:56:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34549 - author: sporkyz changes: - message: Galoshes are now restricted to janitor. @@ -3930,3 +3923,10 @@ id: 8336 time: '2025-04-24T23:42:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33085 +- author: SlamBamActionman + changes: + - message: Changed 2 posters to be rules-compliant. + type: Tweak + id: 8337 + time: '2025-04-24T23:44:55.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32734 From a92ad620b247ce1845a2e4239b21a264a1c6bf4f Mon Sep 17 00:00:00 2001 From: Nox Date: Thu, 24 Apr 2025 19:29:16 -0700 Subject: [PATCH 005/318] Cyborg Rebalance (#34186) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- .../Spawners/Random/Department/science.yml | 13 +- .../Entities/Mobs/Player/silicon.yml | 1 - .../Objects/Devices/holoprojectors.yml | 16 ++ .../Objects/Materials/Sheets/glass.yml | 18 ++ .../Objects/Materials/Sheets/metal.yml | 9 + .../Objects/Materials/Sheets/other.yml | 10 + .../Entities/Objects/Materials/parts.yml | 18 ++ .../Objects/Misc/fire_extinguisher.yml | 14 ++ .../Objects/Specific/Janitorial/spray.yml | 30 +++ .../Objects/Specific/Janitorial/trashbag.yml | 11 + .../Objects/Specific/Medical/healing.yml | 19 ++ .../Specific/Robotics/borg_modules.yml | 191 +++++++++++------- .../Objects/Specific/Salvage/ore_bag.yml | 10 + .../Objects/Specific/chemistry-vials.yml | 59 +++++- .../Entities/Objects/Specific/chemistry.yml | 66 +++++- .../Entities/Objects/Tools/bucket.yml | 11 + .../Prototypes/Entities/Objects/Tools/gps.yml | 6 + .../Entities/Objects/Tools/tools.yml | 2 +- .../Recipes/Lathes/Packs/robotics.yml | 13 +- .../Prototypes/Recipes/Lathes/robotics.yml | 51 +---- .../Prototypes/Research/civilianservices.yml | 20 +- .../Prototypes/Research/experimental.yml | 2 - Resources/Prototypes/Research/industrial.yml | 4 +- Resources/Prototypes/borg_types.yml | 21 +- .../ServerInfo/Guidebook/Science/Cyborgs.xml | 3 +- .../actions_borg.rsi/adv-chem-module.png | Bin 0 -> 934 bytes .../actions_borg.rsi/adv-mining-module.png | Bin 0 -> 804 bytes .../Actions/actions_borg.rsi/chem-module.png | Bin 0 -> 733 bytes .../Actions/actions_borg.rsi/meta.json | 11 +- .../Robotics/borgmodule.rsi/icon-chem.png | Bin 0 -> 189 bytes .../borgmodule.rsi/icon-mining-adv.png | Bin 0 -> 291 bytes .../Robotics/borgmodule.rsi/meta.json | 8 +- Resources/migration.yml | 4 + 33 files changed, 464 insertions(+), 177 deletions(-) create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/adv-chem-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/adv-mining-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/chem-module.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-chem.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-mining-adv.png diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Department/science.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Department/science.yml index ddc31c946e..ad840c306b 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Department/science.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Department/science.yml @@ -107,19 +107,12 @@ state: generic - type: RandomSpawner rarePrototypes: - - BorgModuleDefibrillator + - BorgModuleAdvancedChemical - BorgModuleAdvancedCleaning - - BorgModuleClowning - - BorgModuleGardening - - BorgModuleHarvesting + - BorgModuleAdvancedTool + rareChance: 0.1 prototypes: - - BorgModuleCable - BorgModuleFireExtinguisher - - BorgModuleGPS - - BorgModuleRadiationDetection - - BorgModuleTool - - BorgModuleArtifact - - BorgModuleAnomaly chance: 0.9 offset: 0.2 diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 934e9d3674..8b8007368b 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -474,7 +474,6 @@ borg_module: - BorgModuleTool - BorgModuleFireExtinguisher - - BorgModuleGPS - type: ItemSlots slots: cell_slot: diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index e8061c5913..fe2103195e 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -39,6 +39,8 @@ parent: Holoprojector id: HoloprojectorBorg suffix: borg + name: holosign projector + description: A modified holographic sign projector for use in custodial cyborgs. Automatically self-charges. components: - type: HolosignProjector chargeUse: 240 @@ -83,6 +85,20 @@ cell_slot: name: power-cell-slot-component-slot-name-default +- type: entity + parent: HolofanProjector + id: HolofanProjectorBorg + name: integrated holofan + description: Stops idiots from causing more crew harm during atmospheric emergencies. Installed directly into an engineering cyborg, it recharges over time. + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellMicroreactor + disableEject: true + swap: false + - type: entity parent: Holoprojector id: HoloprojectorField diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml index 59d8ed1922..5676c49324 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml @@ -197,6 +197,15 @@ Quantity: 0.5 canReact: false +- type: entity + parent: SheetRGlass + id: SheetRGlassLingering0 + suffix: Lingering, 0 + components: + - type: Stack + lingering: true + count: 0 + - type: entity parent: SheetGlassBase id: SheetPGlass @@ -327,6 +336,15 @@ stackType: ReinforcedPlasmaGlass count: 1 +- type: entity + parent: SheetRPGlass + id: SheetRPGlassLingering0 + suffix: Lingering, 0 + components: + - type: Stack + lingering: true + count: 0 + - type: entity parent: SheetGlassBase id: SheetUGlass diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 2156124749..bd22eee691 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -229,3 +229,12 @@ - type: Stack stackType: Plasteel count: 1 + +- type: entity + parent: SheetPlasteel + id: SheetPlasteelLingering0 + suffix: Lingering, 0 + components: + - type: Stack + lingering: true + count: 0 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 4bc98a4d4b..4a37e18ccf 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -132,6 +132,16 @@ - type: Stack count: 1 +- type: entity + parent: SheetPlasma + id: SheetPlasmaLingering0 + name: plasma + suffix: 0, Lingering + components: + - type: Stack + lingering: true + count: 0 + - type: entity parent: SheetOtherBase id: SheetPlastic diff --git a/Resources/Prototypes/Entities/Objects/Materials/parts.yml b/Resources/Prototypes/Entities/Objects/Materials/parts.yml index 1106ce057c..44d72cda12 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/parts.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/parts.yml @@ -117,3 +117,21 @@ - type: Stack lingering: true count: 0 + +- type: entity + parent: FloorTileItemWhite + id: FloorTileItemWhiteLingering0 + suffix: Lingering, 0 + components: + - type: Stack + lingering: true + count: 0 + +- type: entity + parent: FloorTileItemDark + id: FloorTileItemDarkLingering0 + suffix: Lingering, 0 + components: + - type: Stack + lingering: true + count: 0 diff --git a/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml b/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml index 4b4200fed8..696c312871 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml @@ -75,6 +75,20 @@ materialComposition: Steel: 100 +- type: entity + parent: FireExtinguisher + id: BorgFireExtinguisher + name: maneuvering jet + description: Based on fire extinguisher technology, the maneuvering jet is... well yes, its just a bigger fire extinguisher. + components: + - type: SolutionContainerManager + solutions: + spray: + maxVol: 200 + reagents: + - ReagentId: Water + Quantity: 200 + - type: entity name: extinguisher spray id: ExtinguisherSpray diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml index e8a5ff22bb..b692f20dd9 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml @@ -100,6 +100,36 @@ tags: - Spray +- type: entity + parent: SprayBottle + id: BorgSprayBottle + name: internal spray jet + suffix: Filled + description: A pressurized vessel for spraying reagents, installed directly into a custodial cyborg. Typically filled with space cleaner for dealing with those nasty spills. + components: + - type: SolutionContainerManager + solutions: + spray: + maxVol: 200 + reagents: + - ReagentId: SpaceCleaner + Quantity: 200 + +- type: entity + parent: MegaSprayBottle + id: BorgMegaSprayBottle + name: adv. internal spray jet + suffix: Filled + description: An upgraded version of the integrated spray bottle, installed directly into a custodial cyborg. Typically filled with space cleaner for dealing with those nasty spills. + components: + - type: SolutionContainerManager + solutions: + spray: + maxVol: 500 + reagents: + - ReagentId: SpaceCleaner + Quantity: 500 + # Vapor - type: entity id: Vapor diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml index 9927d836ba..31d8d629ce 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml @@ -64,3 +64,14 @@ quickInsert: true areaInsert: true areaInsertRadius: 5 + +- type: entity + parent: TrashBag + id: BorgTrashBag + name: internal trash bag + description: An upgraded trash bag with a larger internal volume, installed directly into a custodial cyborg. + components: + - type: Storage + maxItemSize: Huge + grid: + - 0,0,7,6 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 96eb8ed8ad..98565931fd 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -118,6 +118,15 @@ stackType: RegenerativeMesh count: 1 +- type: entity + parent: RegenerativeMesh + id: RegenerativeMeshLingering0 + suffix: 0, Lingering + components: + - type: Stack + lingering: true + count: 0 + - type: entity name: bruise pack description: A therapeutic gel pack and bandages designed to treat blunt-force trauma. @@ -219,6 +228,15 @@ stackType: MedicatedSuture count: 1 +- type: entity + parent: MedicatedSuture + id: MedicatedSutureLingering0 + suffix: 0, Lingering + components: + - type: Stack + lingering: true + count: 0 + - type: entity name: blood pack description: Contains a groundbreaking universal blood replacement created by Nanotrasen's advanced medical science. @@ -272,6 +290,7 @@ components: - type: Stack lingering: true + count: 10 - type: entity parent: BaseHealingItem diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 0c73a5a5c9..73d90a856c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -244,7 +244,7 @@ - state: base-part-inhand-right - state: base-stripes-inhand-right color: "#7B0F12" - + - type: entity id: BaseBorgModuleSyndicateAssault @@ -278,6 +278,7 @@ id: BorgModuleCable parent: [ BaseBorgModule, BaseProviderBorgModule ] name: cable cyborg module + description: A universal cyborg module which allows the unit to install and manipulate electrical systems. components: - type: Sprite layers: @@ -289,6 +290,7 @@ - CableMVStackLingering10 - CableHVStackLingering10 - Wirecutter + - Crowbar - trayScanner - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: wire-module } @@ -296,7 +298,8 @@ - type: entity id: BorgModuleFireExtinguisher parent: [ BaseBorgModule, BaseProviderBorgModule ] - name: fire extinguisher cyborg module + name: thruster cyborg module + description: NT assigned a team to design a jetpack for cyborg units, but they ran out of funding and just made a bigger fire extinguisher. It comes with a integrated GPS and mass scanner though! components: - type: Sprite layers: @@ -304,42 +307,12 @@ - state: icon-fire-extinguisher - type: ItemBorgModule items: - - FireExtinguisher + - BorgFireExtinguisher + - BorgHandheldGPSBasic + - HandHeldMassScannerBorg - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: extinguisher-module } -- type: entity - id: BorgModuleGPS - parent: [ BaseBorgModule, BaseProviderBorgModule ] - name: GPS cyborg module - components: - - type: Sprite - layers: - - state: generic - - state: icon-gps - - type: ItemBorgModule - items: - - HandheldGPSBasic - - HandHeldMassScannerBorg - - HandheldStationMapUnpowered - - type: BorgModuleIcon - icon: { sprite: Interface/Actions/actions_borg.rsi, state: gps-module } - -- type: entity - id: BorgModuleRadiationDetection - parent: [ BaseBorgModule, BaseProviderBorgModule ] - name: radiation detection cyborg module - components: - - type: Sprite - layers: - - state: generic - - state: icon-radiation - - type: ItemBorgModule - items: - - GeigerCounter - - type: BorgModuleIcon - icon: { sprite: Interface/Actions/actions_borg.rsi, state: geiger-module } - - type: entity id: BorgModuleTool parent: [ BaseBorgModule, BaseProviderBorgModule ] @@ -355,8 +328,8 @@ - Wrench - Screwdriver - Wirecutter - - Multitool - WelderIndustrial + - Multitool - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: tool-module } @@ -373,6 +346,11 @@ - type: ItemBorgModule items: - AppraisalTool + - Pen + - HandLabeler + - RubberStampApproved + - RubberStampDenied + - RadioHandheld - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: appraisal-module } @@ -390,15 +368,33 @@ - MiningDrill - Shovel - MineralScannerUnpowered - - OreBag - - RadioHandheld + - BorgOreBag - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: mining-module } - type: entity - id: BorgModuleGrapplingGun + id: BorgModuleAdvancedMining parent: [ BaseBorgModuleCargo, BaseProviderBorgModule ] - name: grappling gun cyborg module + name: advanced mining cyborg module + description: Advanced cargo module containing advanced mining equipment. Studies show it advances productivity of a cyborg by 150%. + components: + - type: Sprite + layers: + - state: cargo + - state: icon-mining-adv + - type: ItemBorgModule + items: + - MiningDrillDiamond + - Shovel + - AdvancedMineralScannerUnpowered + - OreBagOfHolding + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: adv-mining-module } + +- type: entity + id: BorgModuleTraversal + parent: [ BaseBorgModuleCargo, BaseProviderBorgModule ] + name: traversal cyborg module components: - type: Sprite layers: @@ -407,7 +403,9 @@ - type: ItemBorgModule items: - WeaponGrapplingGun - - HandheldGPSBasic + - BorgFireExtinguisher + - BorgHandheldGPSBasic + - HandHeldMassScannerBorg - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: grappling-module } @@ -416,6 +414,7 @@ id: BorgModuleAdvancedTool parent: [ BaseBorgModuleEngineering, BaseProviderBorgModule ] name: advanced tool cyborg module + description: Advanced engineering module containing cutting-edge tools. components: - type: Sprite layers: @@ -425,11 +424,9 @@ items: - JawsOfLife - PowerDrill - - Multitool - WelderExperimental - - RemoteSignaller - - GasAnalyzer - - GeigerCounter + - Multitool + - RemoteSignallerAdvanced - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: adv-tools-module } @@ -446,15 +443,20 @@ items: - SheetSteelLingering0 - SheetGlassLingering0 + - SheetRGlassLingering0 + - SheetRPGlassLingering0 + - SheetPlasteelLingering0 - PartRodMetalLingering0 - FloorTileItemSteelLingering0 + - FloorTileItemWhiteLingering0 + - FloorTileItemDarkLingering0 - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: construction-module } - type: entity id: BorgModuleRCD parent: [ BaseBorgModuleEngineering, BaseProviderBorgModule ] - name: RCD cyborg module + name: engineering cyborg module components: - type: Sprite layers: @@ -463,14 +465,19 @@ - type: ItemBorgModule items: - RCDRecharging + - BorgFireExtinguisher + - BorgHandheldGPSBasic + - GasAnalyzer + - HolofanProjectorBorg + - GeigerCounter - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: rcd-module } # janitorial modules (this gets its own unique things because janis are epic) - type: entity - id: BorgModuleLightReplacer + id: BorgModuleCustodial parent: [ BaseBorgModuleJanitor, BaseProviderBorgModule ] - name: light replacer cyborg module + name: custodial cyborg module components: - type: Sprite layers: @@ -479,8 +486,9 @@ - type: ItemBorgModule items: - LightReplacer - - Crowbar - - Screwdriver + - BorgTrashBag + - Plunger + - SoapNT - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: light-replacer-module } @@ -496,8 +504,9 @@ - type: ItemBorgModule items: - MopItem - - Bucket - - TrashBag + - BorgBucket + - BorgSprayBottle + - HoloprojectorBorg - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: cleaning-module } @@ -505,6 +514,7 @@ id: BorgModuleAdvancedCleaning parent: [ BaseBorgModuleJanitor, BaseProviderBorgModule ] name: advanced cleaning cyborg module + description: Advanced janitorial module containing, well... advanced janitor equipment. What were you expecting? components: - type: Sprite layers: @@ -513,10 +523,10 @@ - type: ItemBorgModule items: - AdvMopItem + - BorgMegaSprayBottle - HoloprojectorBorg - - SprayBottleSpaceCleaner - - Dropper - - TrashBag + - BorgDropper + - BorgBeaker - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: adv-cleaning-module } @@ -538,9 +548,9 @@ icon: { sprite: Interface/Actions/actions_borg.rsi, state: diagnosis-module } - type: entity - id: BorgModuleTreatment + id: BorgModuleTopicals parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ] - name: treatment cyborg module + name: topicals cyborg module components: - type: Sprite layers: @@ -549,18 +559,19 @@ - type: ItemBorgModule items: - HandheldHealthAnalyzerUnpowered + - Gauze10Lingering - Brutepack10Lingering - Ointment10Lingering - - Gauze10Lingering - Bloodpack10Lingering - - Syringe + - RegenerativeMeshLingering0 + - MedicatedSutureLingering0 - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: treatment-module } - type: entity - id: BorgModuleDefibrillator + id: BorgModuleRescue parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ] - name: defibrillator cyborg module + name: rescue cyborg module components: - type: Sprite layers: @@ -568,14 +579,39 @@ - state: icon-defib - type: ItemBorgModule items: + - HandheldHealthAnalyzerUnpowered - DefibrillatorOneHandedUnpowered + - BorgFireExtinguisher + - BorgHandheldGPSBasic + - HandLabeler - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: defib-module } - type: entity - id: BorgModuleAdvancedTreatment + id: BorgModuleChemical parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ] - name: advanced treatment cyborg module + name: chemical cyborg module + components: + - type: Sprite + layers: + - state: medical + - state: icon-chem + - type: ItemBorgModule + items: + - HandheldHealthAnalyzerUnpowered + - Syringe + - BorgDropper + - BorgVial + - BorgVial + - BorgVial + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: chem-module } + +- type: entity + id: BorgModuleAdvancedChemical + parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ] + name: advanced chemical cyborg module + description: Advanced medical module containing the cyborg adaptation of the highly coveted hypospray. Now your cyborgs can inject crew-harmers with chloral hydrate even faster! components: - type: Sprite layers: @@ -584,12 +620,13 @@ - type: ItemBorgModule items: - HandheldHealthAnalyzerUnpowered - - Beaker - - Beaker - - BorgDropper - BorgHypo + - Syringe + - BorgDropper + - BorgBeaker + - BorgBeaker - type: BorgModuleIcon - icon: { sprite: Interface/Actions/actions_borg.rsi, state: adv-diagnosis-module } + icon: { sprite: Interface/Actions/actions_borg.rsi, state: adv-chem-module } # science modules # todo: if science ever gets their own custom robot, add more "sci" modules. @@ -605,11 +642,11 @@ - type: ItemBorgModule items: - NodeScanner - - Multitool - - Wrench - SprayBottle - - Beaker - - Syringe + - GasAnalyzer + - BorgDropper + - BorgVial + - GeigerCounter - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: node-scanner-module } @@ -627,8 +664,9 @@ - AnomalyScanner - AnomalyLocatorUnpowered - AnomalyLocatorWideUnpowered - - RemoteSignaller - - Multitool + - HandLabeler + - SheetRGlassLingering0 + - SheetRPGlassLingering0 - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: anomaly-module } @@ -645,11 +683,12 @@ - type: ItemBorgModule items: - Pen - - BooksBag + #- BooksBag (Add back when hand whitelisting exists, at the moment they can only use it like an orebag.) - HandLabeler - - Lighter - - DrinkShaker + - RubberStampApproved + - RubberStampDenied - BorgDropper + - BorgVial - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: service-module } diff --git a/Resources/Prototypes/Entities/Objects/Specific/Salvage/ore_bag.yml b/Resources/Prototypes/Entities/Objects/Specific/Salvage/ore_bag.yml index a36bfaf676..87643773db 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Salvage/ore_bag.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Salvage/ore_bag.yml @@ -26,3 +26,13 @@ - ArtifactFragment - Ore - type: Dumpable + +- type: entity + parent: OreBag + id: BorgOreBag + name: integrated ore bag + description: A large ore bag built into the frame of a mining cyborg. + components: + - type: Storage + grid: + - 0,0,9,5 diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml index 69da415a48..60441bb475 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml @@ -103,6 +103,63 @@ solution: beaker - type: DnaSubstanceTrace +- type: entity + parent: BaseItem + id: BorgVial + name: integrated vial + description: An internal compartment installed into a cyborg. Rated for 30 units of any liquid. + components: + # All this shit is here to avoid inheriting breakable, since borgs can't replace broken vials. + - type: Sprite + sprite: Objects/Specific/Chemistry/vial.rsi + layers: + - state: vial-1 + - state: vial-1-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: Appearance + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: vial-1- + inHandsMaxFillLevels: 4 + inHandsFillBaseName: -fill- + - type: Drink + solution: beaker + - type: SolutionContainerManager + solutions: + beaker: + maxVol: 30 + - type: MixableSolution + solution: beaker + - type: RefillableSolution + solution: beaker + - type: DrainableSolution + solution: beaker + - type: ExaminableSolution + solution: beaker + - type: DrawableSolution + solution: beaker + - type: SolutionTransfer + maxTransferAmount: 30 + canChangeTransferAmount: true + - type: SolutionItemStatus + solution: beaker + - type: UserInterface + interfaces: + enum.TransferAmountUiKey.Key: + type: TransferAmountBoundUserInterface + - type: Item + size: Tiny + sprite: Objects/Specific/Chemistry/vial.rsi + shape: + - 0,0,0,0 + - type: MeleeWeapon + soundNoDamage: + path: "/Audio/Effects/Fluids/splat.ogg" + damage: + types: + Blunt: 0 + - type: entity id: VestineChemistryVial parent: BaseChemistryEmptyVial @@ -149,7 +206,7 @@ reagents: - ReagentId: Chlorine Quantity: 5 - + - type: entity id: PlasmaChemistryVial parent: BaseChemistryEmptyVial diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 0ccc42f54a..ce945ac95b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -94,6 +94,64 @@ price: 30 - type: DnaSubstanceTrace +- type: entity + parent: BaseItem + id: BorgBeaker + name: integrated beaker + description: An internal compartment installed into a cyborg. Rated for 50 units of any liquid. + components: + # 3 morbillion components are to avoid inheriting breakable since borgs can't replace beakers. + - type: Tag + tags: + - GlassBeaker + - type: Sprite + sprite: Objects/Specific/Chemistry/beaker.rsi + layers: + - state: beaker + - state: beaker1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: Item + sprite: Objects/Specific/Chemistry/beaker.rsi + - type: MeleeWeapon + soundNoDamage: + path: "/Audio/Effects/Fluids/splat.ogg" + damage: + types: + Blunt: 0 + - type: SolutionContainerManager + solutions: + beaker: + maxVol: 50 + - type: MixableSolution + solution: beaker + - type: FitsInDispenser + solution: beaker + - type: RefillableSolution + solution: beaker + - type: DrainableSolution + solution: beaker + - type: ExaminableSolution + solution: beaker + - type: DrawableSolution + solution: beaker + - type: InjectableSolution + solution: beaker + - type: SolutionTransfer + canChangeTransferAmount: true + - type: SolutionItemStatus + solution: beaker + - type: UserInterface + interfaces: + enum.TransferAmountUiKey.Key: + type: TransferAmountBoundUserInterface + - type: Drink + solution: beaker + - type: Appearance + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: beaker + - type: entity parent: BaseItem id: BaseBeakerMetallic @@ -314,10 +372,10 @@ - type: PhysicalComposition - type: entity - name: borgdropper parent: Dropper - description: Used to transfer small amounts of chemical solution between containers. Extended for use by medical borgs. id: BorgDropper + name: hydraulic pipette + description: State-of-the-art hydraulic dropper built for cyborgs. It features a higher capacity than hand-powered droppers, able to hold 15 units of liquid. components: - type: Sprite sprite: Objects/Specific/Chemistry/dropper.rsi @@ -329,7 +387,7 @@ - type: SolutionContainerManager solutions: injector: - maxVol: 10 + maxVol: 15 - type: Item sprite: Objects/Specific/Chemistry/dropper.rsi @@ -591,7 +649,7 @@ areaInsertRadius: 1 storageInsertSound: /Audio/Effects/pill_insert.ogg storageRemoveSound: /Audio/Effects/pill_remove.ogg - whitelist: + whitelist: tags: - Pill - type: Dumpable diff --git a/Resources/Prototypes/Entities/Objects/Tools/bucket.yml b/Resources/Prototypes/Entities/Objects/Tools/bucket.yml index b64aa3a041..992c3313e2 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/bucket.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/bucket.yml @@ -68,3 +68,14 @@ materialComposition: Plastic: 50 - type: DnaSubstanceTrace + +- type: entity + parent: Bucket + id: BorgBucket + name: internal tank + description: The internal reservoir of a custodial cyborg, capable of holding a entire mop bucket worth of water. + components: + - type: SolutionContainerManager + solutions: + bucket: + maxVol: 500 diff --git a/Resources/Prototypes/Entities/Objects/Tools/gps.yml b/Resources/Prototypes/Entities/Objects/Tools/gps.yml index becbb638f4..990d0d0437 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gps.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gps.yml @@ -19,3 +19,9 @@ - type: Tag tags: - GPS + +- type: entity #why does this exist? Well, "global positioning system" is too long to fit in the cyborg's hand slot. + name: Integrated GPS + parent: HandheldGPSBasic + id: BorgHandheldGPSBasic + description: A miniaturized Global Positioning System for use in cyborg units. diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index d84dec120a..71c1e6bf4e 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -356,7 +356,7 @@ id: RCDRecharging parent: RCD name: experimental RCD - description: A bluespace-enhanced rapid construction device that passively generates its own compressed matter. + description: Cyborg-mounted Rapid Construction Device which creates compressed matter on the fly using an internal fabricator. suffix: AutoRecharge components: - type: LimitedCharges diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml b/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml index 19bff4a94e..d6d88992d7 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml @@ -11,10 +11,8 @@ - type: latheRecipePack id: BorgModulesStatic recipes: - - BorgModuleCable - - BorgModuleFireExtinguisher - - BorgModuleRadiationDetection - BorgModuleTool + - BorgModuleFireExtinguisher - type: latheRecipePack id: BorgLimbsStatic @@ -38,13 +36,8 @@ recipes: - BorgModuleAdvancedCleaning - BorgModuleAdvancedTool - - BorgModuleGPS - - BorgModuleArtifact - - BorgModuleAnomaly - - BorgModuleGardening - - BorgModuleHarvesting - - BorgModuleDefibrillator - - BorgModuleAdvancedTreatment + - BorgModuleAdvancedChemical + - BorgModuleAdvancedMining - type: latheRecipePack id: MechParts diff --git a/Resources/Prototypes/Recipes/Lathes/robotics.yml b/Resources/Prototypes/Recipes/Lathes/robotics.yml index 60b762c1f1..15f6d7ea6c 100644 --- a/Resources/Prototypes/Recipes/Lathes/robotics.yml +++ b/Resources/Prototypes/Recipes/Lathes/robotics.yml @@ -124,28 +124,20 @@ - type: latheRecipe parent: BaseBorgModuleRecipe - id: BorgModuleCable - result: BorgModuleCable + id: BorgModuleTool + result: BorgModuleTool - type: latheRecipe parent: BaseBorgModuleRecipe id: BorgModuleFireExtinguisher result: BorgModuleFireExtinguisher -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleGPS - result: BorgModuleGPS +# Cargo Modules - type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleRadiationDetection - result: BorgModuleRadiationDetection - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleTool - result: BorgModuleTool + parent: BaseGoldBorgModuleRecipe + id: BorgModuleAdvancedMining + result: BorgModuleAdvancedMining # Engineering Modules @@ -165,34 +157,9 @@ - type: latheRecipe parent: BaseGoldBorgModuleRecipe - id: BorgModuleAdvancedTreatment - result: BorgModuleAdvancedTreatment + id: BorgModuleAdvancedChemical + result: BorgModuleAdvancedChemical -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleDefibrillator - result: BorgModuleDefibrillator - -# Science Modules - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleArtifact - result: BorgModuleArtifact - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleAnomaly - result: BorgModuleAnomaly +# Science Modules (if we add a advanced sci module that requires crafting) # Service Modules - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleGardening - result: BorgModuleGardening - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleHarvesting - result: BorgModuleHarvesting diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index cdb8225544..55298d05a1 100644 --- a/Resources/Prototypes/Research/civilianservices.yml +++ b/Resources/Prototypes/Research/civilianservices.yml @@ -10,8 +10,6 @@ tier: 1 cost: 5000 recipeUnlocks: - - BorgModuleGardening - - BorgModuleHarvesting - SeedExtractorMachineCircuitboard - HydroponicsTrayMachineCircuitboard - ReagentGrinderIndustrialMachineCircuitboard @@ -71,18 +69,6 @@ - MassMediaCircuitboard - JukeboxCircuitBoard -- type: technology - id: RoboticCleanliness - name: research-technology-robotic-cleanliness - icon: - sprite: Mobs/Silicon/chassis.rsi - state: janitor - discipline: CivilianServices - tier: 1 - cost: 5000 - recipeUnlocks: - - BorgModuleAdvancedCleaning - - type: technology id: MeatManipulation name: research-technology-meat-manipulation @@ -131,7 +117,7 @@ - CryostasisBeaker - SyringeCryostasis -- type: technology +- type: technology # Merge with other T2 medical research if possible! id: MechanizedTreatment name: research-technology-mechanized-treatment icon: @@ -141,8 +127,7 @@ tier: 2 cost: 5000 recipeUnlocks: - - BorgModuleAdvancedTreatment - - BorgModuleDefibrillator + - BorgModuleAdvancedChemical - type: technology id: AdvancedCleaning @@ -156,6 +141,7 @@ recipeUnlocks: - AdvMopItem - MegaSprayBottle + - BorgModuleAdvancedCleaning - type: technology id: HONKMech diff --git a/Resources/Prototypes/Research/experimental.yml b/Resources/Prototypes/Research/experimental.yml index da3c053c68..b5646de7e7 100644 --- a/Resources/Prototypes/Research/experimental.yml +++ b/Resources/Prototypes/Research/experimental.yml @@ -25,7 +25,6 @@ - AnomalyScanner - AnomalyLocator - AnomalyLocatorWide - - BorgModuleAnomaly - APECircuitboard - AnomalyVesselCircuitboard @@ -40,7 +39,6 @@ cost: 5000 recipeUnlocks: - NodeScanner - - BorgModuleArtifact - AnalysisComputerCircuitboard - ArtifactAnalyzerMachineCircuitboard diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index c0f184f71b..c9c9520894 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -27,8 +27,7 @@ recipeUnlocks: - RadarConsoleCircuitboard - HandHeldMassScanner - - BorgModuleGPS - + - type: technology id: AdvancedPowercells name: research-technology-advanced-powercells @@ -182,6 +181,7 @@ - OreBagOfHolding - MiningDrillDiamond - AdvancedMineralScannerEmpty + - BorgModuleAdvancedMining # Tier 3 diff --git a/Resources/Prototypes/borg_types.yml b/Resources/Prototypes/borg_types.yml index 2f1eb21b1f..1c49713e26 100644 --- a/Resources/Prototypes/borg_types.yml +++ b/Resources/Prototypes/borg_types.yml @@ -14,7 +14,8 @@ defaultModules: - BorgModuleTool - + - BorgModuleArtifact + - BorgModuleAnomaly radioChannels: - Science @@ -81,10 +82,10 @@ - BorgModuleCargo defaultModules: - - BorgModuleMining - - BorgModuleGrapplingGun - - BorgModuleAppraisal - BorgModuleTool + - BorgModuleMining + - BorgModuleTraversal + - BorgModuleAppraisal radioChannels: - Supply @@ -118,8 +119,9 @@ - BorgModuleJanitor defaultModules: - - BorgModuleLightReplacer + - BorgModuleTool - BorgModuleCleaning + - BorgModuleCustodial radioChannels: - Science @@ -153,7 +155,10 @@ - BorgModuleMedical defaultModules: - - BorgModuleTreatment + - BorgModuleTool + - BorgModuleChemical + - BorgModuleTopicals + - BorgModuleRescue radioChannels: - Science @@ -200,10 +205,12 @@ - BorgModuleService defaultModules: + - BorgModuleTool - BorgModuleMusique - BorgModuleService - BorgModuleClowning - + - BorgModuleGardening + - BorgModuleHarvesting radioChannels: - Science - Service diff --git a/Resources/ServerInfo/Guidebook/Science/Cyborgs.xml b/Resources/ServerInfo/Guidebook/Science/Cyborgs.xml index c1507ca539..9015ef59af 100644 --- a/Resources/ServerInfo/Guidebook/Science/Cyborgs.xml +++ b/Resources/ServerInfo/Guidebook/Science/Cyborgs.xml @@ -42,7 +42,6 @@ [color=#a4885c]Generic[/color] modules add versatility. They can be fitted into any chassis, granting useful tools such as crowbars, GPS, and the ability to interact with cables. [bold]The generic cyborg chassis can fit up to five additional modules.[/bold] - @@ -56,7 +55,7 @@ - + [italic]Examples of specialized modules. Note the housing and circuit board colors. diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/adv-chem-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/adv-chem-module.png new file mode 100644 index 0000000000000000000000000000000000000000..39020fb819a9c5bc41ab4b3c01c1d4526c3eb862 GIT binary patch literal 934 zcmV;X16lluP)Px&MoC0LR9J=WS6xUHQ563CTcy^rW!-4BR!hhr2V*ow@7oh8sbB zFr0hO+mbSz5eC$s+6$C-`t2Pwpf*@qnInVPHiCi5s;8;mU2?&Cq zk}wbe0GO>AC4kLUs%s=5O9qwwd@n+udo#i(X$IQvFJRi!d3c#gHv{XTk4*hx;lKJp=;|RUcXZ1e4{0Dp?3E_Om@E%YePIi#hMi*&4OIFyn=z@iwMCL@H3T z1pwH$b5Q+I=YSvxaNeCqFyNyc5~l-*$YMf6CNqc29j_TgfWq=Ej6ClqofSWLo@bu} z0AR6S1Oh%HHO3;ch$~OJsj*yHh1zzz9?&-8a|_G2F!yF0CEPWv245M78we;4^--A2 z96mgL!H9kTy?zb=Y<(?6-SsAt0kbuE4Fm%|N-D^=I*=c)&mGB&e5*s1`ndopR0Uzr zSVH0k0@~`eS?T}))t7F;KRZZ`Qygd=X%SwZ+wW-4kaW(0usjB5$0!zN2Cx>I003~+ zJ&1hwA+{F<0OTF7g6QvKlBjKZiTUw6%y$a14H~nResp?q$qmzq8mw)QTT@(e8|Rp< zaI_91C+`Rxt;1}42?@v&^-OtM$U19uSvdtnX6I3QXUhI09V}uamj7S zLZY>w8oi;8QL;froumc~yFm2!!Cu*g@bVZrh-3-&$}Y0kWeGM*9jOsnLT&w1s={|8 z+ax0z9e1)J{ap}R><3rfgRGnaaL22#BY9yfZANS_O0r_M!qM;y0N`jHhIjHIF{axE z_ET4hJnceg_ z(Ebwuf5ETWfBXVg<&xdzt#dU1000hUSV?A0O#mtY000O800000007cclK=n!07*qo IM6N<$f|AgdfB*mh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/adv-mining-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/adv-mining-module.png new file mode 100644 index 0000000000000000000000000000000000000000..36f6f8da44cb8b3be3069a01543c2afa422d0115 GIT binary patch literal 804 zcmV+<1Ka$GP)Px%#7RU!R9J=Wmp@1wVHn1LinS3#?H>!37^grD#Obt9TEW3~jEhTYxhWmGNpb1Y zA!8A7Xt9HI2n3f5HB+$;0WG!0gBAm}C4vxbM6H^VkSHy7xZL%w_a~Pa+o63SBzMR6 zKF{;}zV9vv|9UlO4+KFt{u82-B&oXU4@F#(q*E0a1VLw_={IL^uETot@i8OW}|UfSW@PSeThKTsIoX@771SoVcy+GCc#sEX+(2oY-(+ zpbiA$A(tu)u#$-V>isQS!N3U!#78;}!oJ=?a=9JT^yUU?AfTORMYv~R7+>!o>E$_n z-+B{>k93*}uOwo4x&_H0k4a- z^=$%P7pY8%@OYHr8<%A9cdyKoTM)2Z1InDIGNtml76A6LTUHUtW)fY>LCU+lQTUUrMc_3zdlE8Rz&?*a`0;PJz|d`QkSpFZMDlYZ%>G9^v& zIucNX0m9=^bsJvoXy#M)$YNZDa!MeQ1QAG$M;YqxQfX*SD0JlX)g`w!pi3fCSXeH_-<#ZQ}y@t_S=VcSh z^WYT9b{CAj1<`+4`+S>~9RWcQ3@;{;FZI#YYG~`PzncB8pOy7gACz5Al>h($4rN$L iW=%~1DgXcg2mk;800000(o>TF0000Px%eMv+?R9J=Wmp^C|aTLctO6}4hdc;E^bShN1wir)Jlx!ACu%HA5ix3r;44s@E zvbuNhp;8KsPz*GLUL#409h^$E<&;>&E}^1B%&+%1e@_wgEqNDy_ult? ze(&Ay4*qpJWWG>U^~aw`s_VMQE1Y_AUDtnWa#d9=B6@7f;OHq|6UzM)!Z)@S&~;si za0mb(5cDs(6v3!uEn#;jL5$MDDy#X_F)`$z7vd?f&=@mmxNC6sWK!{2u)7D`krYoa;b z_Pw!yHVDMx8jEvDaXqMnsaDpUvv2MLzX-$nBCTEkU0a({I9rJ$i#ykM&naiHVcnfeL5Q}RZJ1(=wM`v=EdGG1%^NiIIfltN` z0L3Pi*KNPL=NZdxEfE-vM9F0{437-a_fF=`%4G34Bn&34Qmpzl@4vyfNj&LoGbF1Y7I_=TdYJX62-w!1ug_t)nYe^O zt;pnHO|ReOvy4|*7V|0GW;8VZmh=QPz+|U}ryWMVHa)Llo zLPx=b Date: Fri, 25 Apr 2025 02:30:25 +0000 Subject: [PATCH 006/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a0dddc764a..7f989d6d21 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,20 +1,4 @@ Entries: -- author: sporkyz - changes: - - message: Galoshes are now restricted to janitor. - type: Tweak - - message: Double barrel shotguns, basic armor vests, beanbag/flare shotgun shells, - and bandoliers are now allowed for Bartenders, not just Security. - type: Tweak - - message: Lawyers now have access to the Security headset they spawn with, as well - as the encryption key inside. - type: Fix - - message: Sawn-off shotguns are now properly considered contraband instead of being - unrestricted. - type: Fix - id: 7836 - time: '2025-01-21T09:51:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33385 - author: K-Dynamic changes: - message: Electrified doors and windoors now visibly spark when touched. @@ -3930,3 +3914,12 @@ id: 8337 time: '2025-04-24T23:44:55.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32734 +- author: Nox38 + changes: + - message: Rebalanced cyborg modules and made more of them starting equipment. + type: Tweak + - message: Added new advanced mining and advanced chemical modules. + type: Add + id: 8338 + time: '2025-04-25T02:29:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34186 From a22106f0830cbc53e6af2b14d585680b47f445d4 Mon Sep 17 00:00:00 2001 From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:49:06 -0700 Subject: [PATCH 007/318] Convex genpop update (#36908) --- Resources/Maps/Lavaland/clown_room.yml | 455 + Resources/Maps/Lavaland/river_village.yml | 8538 ++++++++++++ Resources/Maps/convex.yml | 14289 +++++++++----------- 3 files changed, 15720 insertions(+), 7562 deletions(-) create mode 100644 Resources/Maps/Lavaland/clown_room.yml create mode 100644 Resources/Maps/Lavaland/river_village.yml diff --git a/Resources/Maps/Lavaland/clown_room.yml b/Resources/Maps/Lavaland/clown_room.yml new file mode 100644 index 0000000000..7d4a8f83dd --- /dev/null +++ b/Resources/Maps/Lavaland/clown_room.yml @@ -0,0 +1,455 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/24/2025 05:25:00 + entityCount: 57 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 0: FloorBasalt + 2: FloorClown + 4: FloorSteel + 1: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.375,-0.5729167 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAABAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 0: 0,4 + 1: 4,3 + 2: 4,4 + 3: 4,5 + 4: 1,3 + 5: 2,5 + 6: 6,3 + 7: 7,3 + 8: 5,4 + 9: 6,5 + 10: 7,4 + 11: 5,2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 12: 3,0 + 13: 5,1 + 14: 5,0 + 15: 6,-1 + 16: 4,-1 + 17: 6,1 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 61576 + 0,1: + 0: 3839 + 0,-1: + 0: 32768 + 1,0: + 0: 62071 + 1,1: + 0: 2047 + 1,-1: + 0: 28928 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockMaintTheatreLocked + entities: + - uid: 55 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 +- proto: AirlockTheatreLocked + entities: + - uid: 54 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 14 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 51 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 53 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 50 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 +- proto: Bed + entities: + - uid: 41 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 +- proto: BedsheetClown + entities: + - uid: 37 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 6 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 +- proto: ClownIDCard + entities: + - uid: 39 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 +- proto: FoodCakeClown + entities: + - uid: 33 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 +- proto: FoodMeatClown + entities: + - uid: 40 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 +- proto: LockerClown + entities: + - uid: 4 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 +- proto: PosterContrabandClown + entities: + - uid: 29 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 56 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 57 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 +- proto: TableFancyPink + entities: + - uid: 34 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 +- proto: TargetClown + entities: + - uid: 38 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 47 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 +- proto: WallRockBasaltBananium + entities: + - uid: 42 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: WallSolid + entities: + - uid: 2 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 +- proto: WallSolidRust + entities: + - uid: 3 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/river_village.yml b/Resources/Maps/Lavaland/river_village.yml new file mode 100644 index 0000000000..117d1528b2 --- /dev/null +++ b/Resources/Maps/Lavaland/river_village.yml @@ -0,0 +1,8538 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/23/2025 05:46:38 + entityCount: 1484 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 4: Space + 6: FloorBar + 0: FloorBasalt + 12: FloorBrokenWood + 7: FloorDark + 14: FloorHydro + 5: FloorKitchen + 8: FloorLaundry + 9: FloorSteel + 13: FloorSteelCheckerDark + 2: FloorTechMaint + 10: FloorTechMaint2 + 3: FloorTechMaint3 + 11: FloorWood + 1: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.35803223,-0.5510972 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABgAAAAACBgAAAAADAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAACAAAAAAACAAAAAAAAQAAAAAABgAAAAACCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAACAAAAAAACAAAAAAACAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAACgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAADAAAAAAFAQAAAAAAAQAAAAAAAQAAAAAACgAAAAAACgAAAAAACgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAACwAAAAAACwAAAAACCwAAAAADCwAAAAACCwAAAAADCwAAAAADDAAAAAABCwAAAAAACgAAAAAACgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAACwAAAAAACwAAAAABDAAAAAAGCwAAAAACCwAAAAAADAAAAAADCgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAACwAAAAADDAAAAAAGCwAAAAABAQAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAADQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAACwAAAAABDAAAAAAGAAAAAAAAAAAAAAAADQAAAAABDQAAAAAAAQAAAAAADQAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAACwAAAAABDAAAAAAECwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAADQAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAACwAAAAAACwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAADgAAAAAAAQAAAAAAAQAAAAAADgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAADgAAAAAAAQAAAAAAAQAAAAAADgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAADgAAAAAADgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 4,0: + ind: 4,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAABAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,1: + ind: 4,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 80: 6.30378,8.810437 + 89: 39.17761,16.035765 + 93: 47.82487,4.112167 + 99: 54.66236,21.73029 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 82: 1.0612478,5.471038 + 83: 2.420617,19.15799 + 100: 69.77576,21.808416 + - node: + color: '#FFFFFFFF' + id: Basalt3 + decals: + 92: 37.139843,2.7840383 + 96: 63.58606,12.4184265 + 103: 70.826,1.9865878 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 87: 27.079832,22.072975 + 91: 34.05748,9.065288 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 84: 0.5924916,21.838596 + 90: 44.556694,7.459927 + 104: 56.748684,1.908457 + 105: 66.076805,1.0490873 + 106: 68.5768,14.2522135 + 107: 36.007145,11.012332 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 86: 14.580959,18.932346 + 98: 57.27174,15.227042 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 85: 10.336742,21.541721 + 97: 60.71106,17.695793 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 95: 58.643787,7.174667 + 102: 78.55473,13.699043 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 81: 13.288156,12.9751215 + 88: 32.36511,15.098261 + 94: 60.909412,4.768418 + 101: 72.25786,13.620914 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 110: 10,4 + 111: 9,4 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 108: 41,21 + 109: 4,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 9: 45,11 + 56: 42,20 + 57: 54,10 + 58: 57,12 + 59: 56,13 + 60: 32,13 + 61: 32,6 + 62: 20,12 + 63: 20,18 + 64: 20,20 + 65: 36,20 + 67: 35,19 + 68: 38,21 + 70: 40,19 + 71: 32,18 + 72: 30,21 + 73: 65,8 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 5: 46,11 + 6: 44,13 + 7: 45,14 + 8: 47,12 + 13: 33,12 + 14: 32,13 + 15: 32,12 + 16: 31,11 + 18: 32,11 + 19: 32,6 + 20: 32,5 + 21: 30,6 + 22: 31,7 + 23: 31,6 + 24: 20,12 + 25: 21,13 + 26: 19,12 + 27: 20,14 + 29: 19,13 + 30: 20,13 + 31: 20,18 + 32: 19,19 + 33: 20,20 + 34: 20,19 + 35: 21,19 + 38: 11,5 + 39: 10,6 + 40: 7,4 + 41: 6,4 + 42: 5,5 + 43: 4,6 + 44: 5,6 + 45: 4,5 + 46: 42,19 + 51: 55,10 + 52: 54,11 + 53: 56,13 + 54: 57,11 + 55: 57,10 + 74: 64,8 + 75: 63,8 + 76: 63,9 + 77: 64,10 + 78: 65,9 + 79: 65,8 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 112: 9,4 + 113: 10,4 + 114: 41,21 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 10: 44,12 + 11: 47,13 + 12: 43,12 + 48: 37,18 + 49: 39,18 + 50: 41,20 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 0: 37,18 + 1: 38,18 + 2: 39,18 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 3: 41,19 + 4: 41,20 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,1: + 0: 30583 + 0,2: + 0: 65535 + 0,3: + 0: 49151 + 0,4: + 0: 65535 + 1,0: + 0: 4095 + 1,1: + 0: 36862 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 1,4: + 0: 65535 + 2,0: + 0: 4095 + 2,1: + 0: 2038 + 2,2: + 0: 65535 + 2,3: + 0: 65535 + 2,4: + 0: 65535 + 3,0: + 0: 65535 + 3,1: + 0: 65262 + 3,2: + 0: 65535 + 3,3: + 0: 65535 + 3,4: + 0: 65535 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 16383 + 4,3: + 0: 15355 + 0,5: + 0: 65535 + 1,5: + 0: 65535 + 2,5: + 0: 65535 + 3,5: + 0: 65535 + 4,4: + 0: 64319 + 4,5: + 0: 65339 + 5,0: + 0: 65535 + 5,1: + 0: 65535 + 5,2: + 0: 53247 + 5,3: + 0: 51641 + 5,4: + 0: 47567 + 6,0: + 0: 65535 + 6,1: + 0: 65535 + 6,2: + 0: 65535 + 6,3: + 0: 65535 + 6,4: + 0: 65535 + 7,0: + 0: 65535 + 7,1: + 0: 40339 + 7,2: + 0: 37875 + 7,3: + 0: 62365 + 7,4: + 0: 60447 + 8,0: + 0: 65535 + 8,1: + 0: 57308 + 8,2: + 0: 56572 + 8,3: + 0: 64735 + 8,4: + 0: 58255 + 9,0: + 0: 65535 + 9,1: + 0: 65535 + 9,2: + 0: 65535 + 9,3: + 0: 65535 + 9,4: + 0: 65103 + 10,0: + 0: 65535 + 10,1: + 0: 65535 + 10,2: + 0: 32767 + 10,3: + 0: 30591 + 10,4: + 0: 28783 + 11,0: + 0: 65535 + 11,1: + 0: 65535 + 11,2: + 0: 24831 + 11,3: + 0: 2047 + 11,4: + 0: 65519 + 12,0: + 0: 65535 + 12,1: + 0: 65535 + 12,2: + 0: 61439 + 12,3: + 0: 65262 + 8,5: + 0: 63512 + 7,5: + 0: 61896 + 9,5: + 0: 61679 + 10,5: + 0: 61487 + 11,5: + 0: 63743 + 12,4: + 0: 65535 + 12,5: + 0: 65535 + 5,5: + 0: 65481 + 6,5: + 0: 65535 + 13,0: + 0: 65535 + 13,1: + 0: 65535 + 13,2: + 0: 56607 + 13,3: + 0: 62365 + 13,4: + 0: 65535 + 14,0: + 0: 65535 + 14,1: + 0: 65535 + 14,2: + 0: 48031 + 14,3: + 0: 64667 + 14,4: + 0: 65535 + 15,0: + 0: 65535 + 15,1: + 0: 16383 + 15,2: + 0: 29627 + 15,3: + 0: 65535 + 15,4: + 0: 65535 + 16,0: + 0: 32767 + 16,1: + 0: 40959 + 16,2: + 0: 51643 + 16,3: + 0: 65535 + 13,5: + 0: 65535 + 14,5: + 0: 65535 + 15,5: + 0: 65535 + 16,4: + 0: 65535 + 16,5: + 0: 65535 + 17,0: + 0: 65535 + 17,1: + 0: 65535 + 17,2: + 0: 4415 + 17,3: + 0: 65457 + 17,4: + 0: 65535 + 18,0: + 0: 4358 + 18,1: + 0: 817 + 18,3: + 0: 14332 + 19,3: + 0: 3319 + 19,1: + 0: 35968 + 19,0: + 0: 8 + 19,2: + 0: 8 + 17,5: + 0: 65535 + 18,4: + 0: 12544 + 18,5: + 0: 63347 + 19,4: + 0: 51200 + 19,5: + 0: 32776 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: Airlock + entities: + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,19.5 + parent: 1 + - uid: 1348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,20.5 + parent: 1 +- proto: AirlockExternal + entities: + - uid: 89 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,12.5 + parent: 1 + - uid: 1309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,13.5 + parent: 1 + - uid: 1310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,19.5 + parent: 1 + - uid: 1312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,6.5 + parent: 1 + - uid: 1314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,12.5 + parent: 1 + - uid: 1315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,17.5 + parent: 1 + - uid: 1316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,20.5 + parent: 1 + - uid: 1317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,9.5 + parent: 1 + - uid: 1318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,7.5 + parent: 1 + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,4.5 + parent: 1 + - uid: 1051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 1 + - uid: 1052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,20.5 + parent: 1 + - uid: 1054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,14.5 + parent: 1 + - uid: 1055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,11.5 + parent: 1 + - uid: 1056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,7.5 + parent: 1 + - uid: 1057 + components: + - type: Transform + pos: 63.5,10.5 + parent: 1 + - uid: 1058 + components: + - type: Transform + pos: 54.5,13.5 + parent: 1 + - uid: 1252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,21.5 + parent: 1 +- proto: BasaltFive + entities: + - uid: 1459 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1 + - uid: 1464 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1 + - uid: 1470 + components: + - type: Transform + pos: 30.5,0.5 + parent: 1 + - uid: 1473 + components: + - type: Transform + pos: 45.5,9.5 + parent: 1 + - uid: 1476 + components: + - type: Transform + pos: 50.5,22.5 + parent: 1 + - uid: 1483 + components: + - type: Transform + pos: 79.5,6.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 1457 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 1467 + components: + - type: Transform + pos: 27.5,6.5 + parent: 1 + - uid: 1479 + components: + - type: Transform + pos: 59.5,1.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 1460 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1 + - uid: 1461 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1 + - uid: 1468 + components: + - type: Transform + pos: 45.5,13.5 + parent: 1 + - uid: 1469 + components: + - type: Transform + pos: 39.5,7.5 + parent: 1 + - uid: 1477 + components: + - type: Transform + pos: 65.5,14.5 + parent: 1 + - uid: 1481 + components: + - type: Transform + pos: 70.5,0.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 1458 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 1463 + components: + - type: Transform + pos: 19.5,9.5 + parent: 1 + - uid: 1465 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1 + - uid: 1471 + components: + - type: Transform + pos: 45.5,1.5 + parent: 1 + - uid: 1474 + components: + - type: Transform + pos: 51.5,8.5 + parent: 1 + - uid: 1480 + components: + - type: Transform + pos: 58.5,3.5 + parent: 1 + - uid: 1482 + components: + - type: Transform + pos: 74.5,0.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 1456 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1 + - uid: 1462 + components: + - type: Transform + pos: 15.5,20.5 + parent: 1 + - uid: 1466 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1 + - uid: 1472 + components: + - type: Transform + pos: 41.5,4.5 + parent: 1 + - uid: 1475 + components: + - type: Transform + pos: 58.5,16.5 + parent: 1 + - uid: 1478 + components: + - type: Transform + pos: 63.5,4.5 + parent: 1 + - uid: 1484 + components: + - type: Transform + pos: 71.5,15.5 + parent: 1 +- proto: BaseComputer + entities: + - uid: 1422 + components: + - type: Transform + pos: 64.5,10.5 + parent: 1 +- proto: Bed + entities: + - uid: 1184 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1 + - uid: 1185 + components: + - type: Transform + pos: 21.5,19.5 + parent: 1 + - uid: 1344 + components: + - type: Transform + pos: 32.5,11.5 + parent: 1 + - uid: 1345 + components: + - type: Transform + pos: 32.5,7.5 + parent: 1 + - uid: 1346 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1 + - uid: 1347 + components: + - type: Transform + pos: 29.5,19.5 + parent: 1 + - uid: 1351 + components: + - type: Transform + pos: 57.5,11.5 + parent: 1 + - uid: 1352 + components: + - type: Transform + pos: 65.5,8.5 + parent: 1 +- proto: BedsheetSpawner + entities: + - uid: 1414 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1 + - uid: 1415 + components: + - type: Transform + pos: 21.5,19.5 + parent: 1 + - uid: 1416 + components: + - type: Transform + pos: 32.5,11.5 + parent: 1 + - uid: 1417 + components: + - type: Transform + pos: 32.5,7.5 + parent: 1 + - uid: 1418 + components: + - type: Transform + pos: 65.5,8.5 + parent: 1 + - uid: 1444 + components: + - type: Transform + pos: 57.5,11.5 + parent: 1 + - uid: 1447 + components: + - type: Transform + pos: 29.5,19.5 + parent: 1 + - uid: 1448 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1 +- proto: BodyBagFolded + entities: + - uid: 1451 + components: + - type: Transform + pos: 46.54925,11.776697 + parent: 1 +- proto: BookshelfFilled + entities: + - uid: 1393 + components: + - type: Transform + pos: 39.5,21.5 + parent: 1 +- proto: BookSpaceEncyclopedia + entities: + - uid: 1413 + components: + - type: Transform + pos: 38.5,21.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 296 + components: + - type: Transform + pos: 41.5,20.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 454 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 45.5,14.5 + parent: 1 + - uid: 525 + components: + - type: Transform + pos: 46.5,14.5 + parent: 1 + - uid: 526 + components: + - type: Transform + pos: 47.5,14.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 19.5,19.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: 45.5,20.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: 41.5,21.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: 41.5,19.5 + parent: 1 + - uid: 1053 + components: + - type: Transform + pos: 40.5,21.5 + parent: 1 + - uid: 1237 + components: + - type: Transform + pos: 40.5,19.5 + parent: 1 + - uid: 1238 + components: + - type: Transform + pos: 39.5,19.5 + parent: 1 + - uid: 1239 + components: + - type: Transform + pos: 38.5,19.5 + parent: 1 + - uid: 1240 + components: + - type: Transform + pos: 37.5,19.5 + parent: 1 + - uid: 1241 + components: + - type: Transform + pos: 36.5,19.5 + parent: 1 + - uid: 1242 + components: + - type: Transform + pos: 35.5,19.5 + parent: 1 + - uid: 1243 + components: + - type: Transform + pos: 34.5,19.5 + parent: 1 + - uid: 1244 + components: + - type: Transform + pos: 33.5,19.5 + parent: 1 + - uid: 1245 + components: + - type: Transform + pos: 33.5,18.5 + parent: 1 + - uid: 1246 + components: + - type: Transform + pos: 32.5,18.5 + parent: 1 + - uid: 1247 + components: + - type: Transform + pos: 31.5,18.5 + parent: 1 + - uid: 1248 + components: + - type: Transform + pos: 31.5,19.5 + parent: 1 + - uid: 1249 + components: + - type: Transform + pos: 42.5,20.5 + parent: 1 + - uid: 1250 + components: + - type: Transform + pos: 43.5,20.5 + parent: 1 + - uid: 1251 + components: + - type: Transform + pos: 44.5,20.5 + parent: 1 + - uid: 1255 + components: + - type: Transform + pos: 45.5,12.5 + parent: 1 + - uid: 1256 + components: + - type: Transform + pos: 45.5,13.5 + parent: 1 + - uid: 1257 + components: + - type: Transform + pos: 44.5,12.5 + parent: 1 + - uid: 1258 + components: + - type: Transform + pos: 54.5,13.5 + parent: 1 + - uid: 1259 + components: + - type: Transform + pos: 54.5,12.5 + parent: 1 + - uid: 1260 + components: + - type: Transform + pos: 54.5,11.5 + parent: 1 + - uid: 1261 + components: + - type: Transform + pos: 55.5,11.5 + parent: 1 + - uid: 1262 + components: + - type: Transform + pos: 56.5,11.5 + parent: 1 + - uid: 1263 + components: + - type: Transform + pos: 56.5,10.5 + parent: 1 + - uid: 1264 + components: + - type: Transform + pos: 63.5,10.5 + parent: 1 + - uid: 1265 + components: + - type: Transform + pos: 63.5,9.5 + parent: 1 + - uid: 1267 + components: + - type: Transform + pos: 64.5,8.5 + parent: 1 + - uid: 1268 + components: + - type: Transform + pos: 64.5,7.5 + parent: 1 + - uid: 1269 + components: + - type: Transform + pos: 64.5,6.5 + parent: 1 + - uid: 1270 + components: + - type: Transform + pos: 64.5,5.5 + parent: 1 + - uid: 1271 + components: + - type: Transform + pos: 65.5,5.5 + parent: 1 + - uid: 1272 + components: + - type: Transform + pos: 66.5,5.5 + parent: 1 + - uid: 1273 + components: + - type: Transform + pos: 67.5,4.5 + parent: 1 + - uid: 1274 + components: + - type: Transform + pos: 68.5,4.5 + parent: 1 + - uid: 1275 + components: + - type: Transform + pos: 66.5,4.5 + parent: 1 + - uid: 1349 + components: + - type: Transform + pos: 31.5,21.5 + parent: 1 + - uid: 1350 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1 + - uid: 1369 + components: + - type: Transform + pos: 30.5,11.5 + parent: 1 + - uid: 1372 + components: + - type: Transform + pos: 31.5,11.5 + parent: 1 + - uid: 1373 + components: + - type: Transform + pos: 32.5,11.5 + parent: 1 + - uid: 1374 + components: + - type: Transform + pos: 32.5,12.5 + parent: 1 + - uid: 1440 + components: + - type: Transform + pos: 64.5,9.5 + parent: 1 +- proto: CableHV + entities: + - uid: 366 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 559 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 1032 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 + - uid: 1033 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 1034 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 1035 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 1037 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 1039 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 1040 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 1041 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 1042 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 1043 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 +- proto: CableMV + entities: + - uid: 1059 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 1060 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 1061 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 1062 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 1063 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 1064 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 1065 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 1066 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 1067 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 1068 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 1069 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 1070 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 1071 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 1072 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 1073 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1 + - uid: 1074 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1 + - uid: 1075 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 1076 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 1077 + components: + - type: Transform + pos: 13.5,11.5 + parent: 1 + - uid: 1078 + components: + - type: Transform + pos: 14.5,11.5 + parent: 1 + - uid: 1079 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1 + - uid: 1080 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1 + - uid: 1081 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1 + - uid: 1082 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1 + - uid: 1083 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1 + - uid: 1084 + components: + - type: Transform + pos: 18.5,13.5 + parent: 1 + - uid: 1085 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1 + - uid: 1086 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1 + - uid: 1087 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 1088 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 1089 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1 + - uid: 1090 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1 + - uid: 1091 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1 + - uid: 1092 + components: + - type: Transform + pos: 16.5,17.5 + parent: 1 + - uid: 1093 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1 + - uid: 1094 + components: + - type: Transform + pos: 16.5,19.5 + parent: 1 + - uid: 1095 + components: + - type: Transform + pos: 17.5,19.5 + parent: 1 + - uid: 1096 + components: + - type: Transform + pos: 18.5,19.5 + parent: 1 + - uid: 1097 + components: + - type: Transform + pos: 19.5,19.5 + parent: 1 + - uid: 1098 + components: + - type: Transform + pos: 20.5,19.5 + parent: 1 + - uid: 1099 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1 + - uid: 1100 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1 + - uid: 1101 + components: + - type: Transform + pos: 16.5,11.5 + parent: 1 + - uid: 1102 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1 + - uid: 1103 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1 + - uid: 1104 + components: + - type: Transform + pos: 16.5,9.5 + parent: 1 + - uid: 1105 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1 + - uid: 1106 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1 + - uid: 1107 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1 + - uid: 1108 + components: + - type: Transform + pos: 19.5,7.5 + parent: 1 + - uid: 1109 + components: + - type: Transform + pos: 20.5,7.5 + parent: 1 + - uid: 1110 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1 + - uid: 1111 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1 + - uid: 1112 + components: + - type: Transform + pos: 21.5,5.5 + parent: 1 + - uid: 1113 + components: + - type: Transform + pos: 22.5,5.5 + parent: 1 + - uid: 1114 + components: + - type: Transform + pos: 22.5,4.5 + parent: 1 + - uid: 1115 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1 + - uid: 1116 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1 + - uid: 1117 + components: + - type: Transform + pos: 25.5,4.5 + parent: 1 + - uid: 1118 + components: + - type: Transform + pos: 25.5,3.5 + parent: 1 + - uid: 1119 + components: + - type: Transform + pos: 26.5,3.5 + parent: 1 + - uid: 1120 + components: + - type: Transform + pos: 26.5,2.5 + parent: 1 + - uid: 1121 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1 + - uid: 1122 + components: + - type: Transform + pos: 28.5,2.5 + parent: 1 + - uid: 1123 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1 + - uid: 1124 + components: + - type: Transform + pos: 30.5,2.5 + parent: 1 + - uid: 1125 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1 + - uid: 1126 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1 + - uid: 1127 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1 + - uid: 1128 + components: + - type: Transform + pos: 33.5,1.5 + parent: 1 + - uid: 1129 + components: + - type: Transform + pos: 34.5,1.5 + parent: 1 + - uid: 1130 + components: + - type: Transform + pos: 35.5,1.5 + parent: 1 + - uid: 1131 + components: + - type: Transform + pos: 36.5,1.5 + parent: 1 + - uid: 1132 + components: + - type: Transform + pos: 36.5,2.5 + parent: 1 + - uid: 1133 + components: + - type: Transform + pos: 36.5,3.5 + parent: 1 + - uid: 1134 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1 + - uid: 1135 + components: + - type: Transform + pos: 36.5,5.5 + parent: 1 + - uid: 1136 + components: + - type: Transform + pos: 35.5,5.5 + parent: 1 + - uid: 1137 + components: + - type: Transform + pos: 35.5,6.5 + parent: 1 + - uid: 1138 + components: + - type: Transform + pos: 35.5,7.5 + parent: 1 + - uid: 1139 + components: + - type: Transform + pos: 35.5,8.5 + parent: 1 + - uid: 1140 + components: + - type: Transform + pos: 35.5,9.5 + parent: 1 + - uid: 1141 + components: + - type: Transform + pos: 35.5,10.5 + parent: 1 + - uid: 1142 + components: + - type: Transform + pos: 35.5,11.5 + parent: 1 + - uid: 1143 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1 + - uid: 1144 + components: + - type: Transform + pos: 34.5,12.5 + parent: 1 + - uid: 1145 + components: + - type: Transform + pos: 33.5,12.5 + parent: 1 + - uid: 1146 + components: + - type: Transform + pos: 32.5,12.5 + parent: 1 + - uid: 1147 + components: + - type: Transform + pos: 32.5,11.5 + parent: 1 + - uid: 1148 + components: + - type: Transform + pos: 31.5,11.5 + parent: 1 + - uid: 1149 + components: + - type: Transform + pos: 30.5,11.5 + parent: 1 + - uid: 1150 + components: + - type: Transform + pos: 34.5,6.5 + parent: 1 + - uid: 1151 + components: + - type: Transform + pos: 33.5,6.5 + parent: 1 + - uid: 1152 + components: + - type: Transform + pos: 32.5,6.5 + parent: 1 + - uid: 1153 + components: + - type: Transform + pos: 32.5,7.5 + parent: 1 + - uid: 1154 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1 + - uid: 1155 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1 + - uid: 1156 + components: + - type: Transform + pos: 37.5,4.5 + parent: 1 + - uid: 1157 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1 + - uid: 1158 + components: + - type: Transform + pos: 39.5,4.5 + parent: 1 + - uid: 1159 + components: + - type: Transform + pos: 40.5,4.5 + parent: 1 + - uid: 1160 + components: + - type: Transform + pos: 40.5,5.5 + parent: 1 + - uid: 1161 + components: + - type: Transform + pos: 41.5,5.5 + parent: 1 + - uid: 1162 + components: + - type: Transform + pos: 41.5,6.5 + parent: 1 + - uid: 1163 + components: + - type: Transform + pos: 42.5,6.5 + parent: 1 + - uid: 1164 + components: + - type: Transform + pos: 42.5,7.5 + parent: 1 + - uid: 1165 + components: + - type: Transform + pos: 42.5,8.5 + parent: 1 + - uid: 1166 + components: + - type: Transform + pos: 42.5,9.5 + parent: 1 + - uid: 1167 + components: + - type: Transform + pos: 36.5,12.5 + parent: 1 + - uid: 1168 + components: + - type: Transform + pos: 36.5,13.5 + parent: 1 + - uid: 1169 + components: + - type: Transform + pos: 37.5,13.5 + parent: 1 + - uid: 1170 + components: + - type: Transform + pos: 37.5,14.5 + parent: 1 + - uid: 1171 + components: + - type: Transform + pos: 38.5,14.5 + parent: 1 + - uid: 1172 + components: + - type: Transform + pos: 39.5,14.5 + parent: 1 + - uid: 1173 + components: + - type: Transform + pos: 40.5,14.5 + parent: 1 + - uid: 1174 + components: + - type: Transform + pos: 40.5,13.5 + parent: 1 + - uid: 1175 + components: + - type: Transform + pos: 41.5,13.5 + parent: 1 + - uid: 1176 + components: + - type: Transform + pos: 41.5,12.5 + parent: 1 + - uid: 1177 + components: + - type: Transform + pos: 41.5,11.5 + parent: 1 + - uid: 1178 + components: + - type: Transform + pos: 41.5,10.5 + parent: 1 + - uid: 1179 + components: + - type: Transform + pos: 41.5,9.5 + parent: 1 + - uid: 1180 + components: + - type: Transform + pos: 42.5,12.5 + parent: 1 + - uid: 1181 + components: + - type: Transform + pos: 43.5,12.5 + parent: 1 + - uid: 1182 + components: + - type: Transform + pos: 44.5,12.5 + parent: 1 + - uid: 1183 + components: + - type: Transform + pos: 45.5,12.5 + parent: 1 + - uid: 1186 + components: + - type: Transform + pos: 46.5,14.5 + parent: 1 + - uid: 1187 + components: + - type: Transform + pos: 47.5,14.5 + parent: 1 + - uid: 1188 + components: + - type: Transform + pos: 38.5,15.5 + parent: 1 + - uid: 1189 + components: + - type: Transform + pos: 38.5,16.5 + parent: 1 + - uid: 1190 + components: + - type: Transform + pos: 38.5,18.5 + parent: 1 + - uid: 1191 + components: + - type: Transform + pos: 38.5,19.5 + parent: 1 + - uid: 1192 + components: + - type: Transform + pos: 38.5,17.5 + parent: 1 + - uid: 1193 + components: + - type: Transform + pos: 39.5,19.5 + parent: 1 + - uid: 1194 + components: + - type: Transform + pos: 40.5,19.5 + parent: 1 + - uid: 1195 + components: + - type: Transform + pos: 41.5,19.5 + parent: 1 + - uid: 1196 + components: + - type: Transform + pos: 41.5,20.5 + parent: 1 + - uid: 1197 + components: + - type: Transform + pos: 41.5,21.5 + parent: 1 + - uid: 1199 + components: + - type: Transform + pos: 43.5,6.5 + parent: 1 + - uid: 1200 + components: + - type: Transform + pos: 44.5,6.5 + parent: 1 + - uid: 1201 + components: + - type: Transform + pos: 45.5,6.5 + parent: 1 + - uid: 1202 + components: + - type: Transform + pos: 46.5,6.5 + parent: 1 + - uid: 1203 + components: + - type: Transform + pos: 46.5,7.5 + parent: 1 + - uid: 1204 + components: + - type: Transform + pos: 47.5,7.5 + parent: 1 + - uid: 1205 + components: + - type: Transform + pos: 48.5,7.5 + parent: 1 + - uid: 1206 + components: + - type: Transform + pos: 49.5,7.5 + parent: 1 + - uid: 1207 + components: + - type: Transform + pos: 50.5,7.5 + parent: 1 + - uid: 1208 + components: + - type: Transform + pos: 51.5,7.5 + parent: 1 + - uid: 1209 + components: + - type: Transform + pos: 52.5,7.5 + parent: 1 + - uid: 1210 + components: + - type: Transform + pos: 53.5,7.5 + parent: 1 + - uid: 1211 + components: + - type: Transform + pos: 54.5,7.5 + parent: 1 + - uid: 1212 + components: + - type: Transform + pos: 55.5,7.5 + parent: 1 + - uid: 1213 + components: + - type: Transform + pos: 56.5,7.5 + parent: 1 + - uid: 1214 + components: + - type: Transform + pos: 56.5,8.5 + parent: 1 + - uid: 1215 + components: + - type: Transform + pos: 56.5,9.5 + parent: 1 + - uid: 1216 + components: + - type: Transform + pos: 56.5,10.5 + parent: 1 + - uid: 1217 + components: + - type: Transform + pos: 56.5,11.5 + parent: 1 + - uid: 1218 + components: + - type: Transform + pos: 55.5,11.5 + parent: 1 + - uid: 1219 + components: + - type: Transform + pos: 54.5,11.5 + parent: 1 + - uid: 1220 + components: + - type: Transform + pos: 54.5,12.5 + parent: 1 + - uid: 1221 + components: + - type: Transform + pos: 54.5,13.5 + parent: 1 + - uid: 1222 + components: + - type: Transform + pos: 57.5,8.5 + parent: 1 + - uid: 1223 + components: + - type: Transform + pos: 58.5,8.5 + parent: 1 + - uid: 1224 + components: + - type: Transform + pos: 59.5,8.5 + parent: 1 + - uid: 1225 + components: + - type: Transform + pos: 60.5,8.5 + parent: 1 + - uid: 1226 + components: + - type: Transform + pos: 60.5,7.5 + parent: 1 + - uid: 1227 + components: + - type: Transform + pos: 61.5,7.5 + parent: 1 + - uid: 1228 + components: + - type: Transform + pos: 61.5,6.5 + parent: 1 + - uid: 1229 + components: + - type: Transform + pos: 62.5,6.5 + parent: 1 + - uid: 1230 + components: + - type: Transform + pos: 63.5,6.5 + parent: 1 + - uid: 1231 + components: + - type: Transform + pos: 64.5,6.5 + parent: 1 + - uid: 1232 + components: + - type: Transform + pos: 64.5,7.5 + parent: 1 + - uid: 1233 + components: + - type: Transform + pos: 64.5,8.5 + parent: 1 + - uid: 1235 + components: + - type: Transform + pos: 63.5,9.5 + parent: 1 + - uid: 1236 + components: + - type: Transform + pos: 63.5,10.5 + parent: 1 + - uid: 1253 + components: + - type: Transform + pos: 40.5,21.5 + parent: 1 + - uid: 1276 + components: + - type: Transform + pos: 42.5,20.5 + parent: 1 + - uid: 1277 + components: + - type: Transform + pos: 43.5,20.5 + parent: 1 + - uid: 1278 + components: + - type: Transform + pos: 44.5,20.5 + parent: 1 + - uid: 1279 + components: + - type: Transform + pos: 45.5,20.5 + parent: 1 + - uid: 1280 + components: + - type: Transform + pos: 46.5,20.5 + parent: 1 + - uid: 1281 + components: + - type: Transform + pos: 47.5,20.5 + parent: 1 + - uid: 1282 + components: + - type: Transform + pos: 48.5,20.5 + parent: 1 + - uid: 1283 + components: + - type: Transform + pos: 49.5,20.5 + parent: 1 + - uid: 1284 + components: + - type: Transform + pos: 50.5,20.5 + parent: 1 + - uid: 1285 + components: + - type: Transform + pos: 51.5,20.5 + parent: 1 + - uid: 1286 + components: + - type: Transform + pos: 52.5,20.5 + parent: 1 + - uid: 1287 + components: + - type: Transform + pos: 53.5,20.5 + parent: 1 + - uid: 1288 + components: + - type: Transform + pos: 53.5,19.5 + parent: 1 + - uid: 1289 + components: + - type: Transform + pos: 54.5,19.5 + parent: 1 + - uid: 1290 + components: + - type: Transform + pos: 54.5,18.5 + parent: 1 + - uid: 1291 + components: + - type: Transform + pos: 56.5,18.5 + parent: 1 + - uid: 1292 + components: + - type: Transform + pos: 57.5,18.5 + parent: 1 + - uid: 1293 + components: + - type: Transform + pos: 58.5,18.5 + parent: 1 + - uid: 1294 + components: + - type: Transform + pos: 55.5,18.5 + parent: 1 + - uid: 1295 + components: + - type: Transform + pos: 58.5,17.5 + parent: 1 + - uid: 1296 + components: + - type: Transform + pos: 59.5,17.5 + parent: 1 + - uid: 1297 + components: + - type: Transform + pos: 59.5,16.5 + parent: 1 + - uid: 1298 + components: + - type: Transform + pos: 60.5,16.5 + parent: 1 + - uid: 1299 + components: + - type: Transform + pos: 61.5,16.5 + parent: 1 + - uid: 1300 + components: + - type: Transform + pos: 61.5,15.5 + parent: 1 + - uid: 1301 + components: + - type: Transform + pos: 61.5,14.5 + parent: 1 + - uid: 1302 + components: + - type: Transform + pos: 60.5,14.5 + parent: 1 + - uid: 1303 + components: + - type: Transform + pos: 60.5,13.5 + parent: 1 + - uid: 1304 + components: + - type: Transform + pos: 60.5,12.5 + parent: 1 + - uid: 1305 + components: + - type: Transform + pos: 60.5,11.5 + parent: 1 + - uid: 1306 + components: + - type: Transform + pos: 60.5,10.5 + parent: 1 + - uid: 1307 + components: + - type: Transform + pos: 60.5,9.5 + parent: 1 + - uid: 1342 + components: + - type: Transform + pos: 46.5,12.5 + parent: 1 + - uid: 1343 + components: + - type: Transform + pos: 46.5,13.5 + parent: 1 + - uid: 1439 + components: + - type: Transform + pos: 64.5,9.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 1038 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 +- proto: Carpet + entities: + - uid: 1370 + components: + - type: Transform + pos: 31.5,12.5 + parent: 1 + - uid: 1371 + components: + - type: Transform + pos: 30.5,12.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 67 + components: + - type: Transform + pos: 54.5,18.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 55.5,18.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 58.5,18.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 56.5,18.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 57.5,18.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 54.5,19.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 53.5,19.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 68.5,5.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 68.5,4.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 68.5,3.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 67.5,4.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 66.5,4.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 65.5,5.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 64.5,5.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 64.5,6.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 63.5,6.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 62.5,6.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 61.5,7.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 60.5,7.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 60.5,8.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 60.5,9.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 60.5,12.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 60.5,15.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 60.5,11.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 59.5,8.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 58.5,8.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 57.5,8.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 56.5,8.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 54.5,7.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 53.5,7.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: 52.5,7.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: 60.5,13.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 50.5,7.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 49.5,7.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 48.5,7.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 47.5,7.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 46.5,7.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 46.5,6.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 45.5,6.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 44.5,6.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 43.5,6.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 42.5,6.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 41.5,6.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 37.5,4.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 40.5,5.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 35.5,6.5 + parent: 1 + - uid: 324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,12.5 + parent: 1 + - uid: 325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,9.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 38.5,16.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: 38.5,15.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 39.5,15.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: 39.5,4.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: 42.5,8.5 + parent: 1 + - uid: 331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,15.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: 35.5,10.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: 52.5,16.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,19.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,18.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: 41.5,13.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: 38.5,8.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: 41.5,10.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,12.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,20.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: 41.5,5.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: 41.5,11.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: 39.5,9.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: 40.5,9.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: 41.5,12.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: 42.5,12.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: 34.5,12.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: 38.5,14.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: 36.5,12.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: 50.5,18.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: 37.5,13.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: 35.5,1.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: 36.5,1.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: 40.5,4.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: 40.5,14.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,8.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 36.5,13.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 40.5,13.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: 34.5,1.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: 39.5,14.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: 35.5,9.5 + parent: 1 + - uid: 370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,14.5 + parent: 1 + - uid: 372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,15.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: 41.5,9.5 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,13.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: 35.5,7.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: 34.5,6.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: 35.5,8.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: 28.5,2.5 + parent: 1 + - uid: 434 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: 30.5,2.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 25.5,3.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 25.5,4.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: 22.5,4.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: 22.5,5.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: 21.5,5.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 16.5,11.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: 16.5,9.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1 + - uid: 456 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: 37.5,8.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: 36.5,5.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: 36.5,3.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: 36.5,2.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: 42.5,7.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: 35.5,5.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 16.5,17.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 15.5,16.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: 15.5,15.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: 14.5,11.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 44.5,19.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: 45.5,19.5 + parent: 1 + - uid: 514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,20.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,19.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,20.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: 48.5,20.5 + parent: 1 + - uid: 518 + components: + - type: Transform + pos: 49.5,20.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: 52.5,20.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,20.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,19.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,20.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,11.5 + parent: 1 + - uid: 553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,10.5 + parent: 1 + - uid: 554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,9.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,8.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: 50.5,20.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: 69.5,5.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,20.5 + parent: 1 + - uid: 560 + components: + - type: Transform + pos: 69.5,4.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 58.5,17.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 59.5,17.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: 62.5,15.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 59.5,16.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 63.5,15.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: 64.5,15.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: 65.5,15.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: 61.5,14.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: 69.5,3.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 66.5,16.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: 66.5,17.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: 66.5,18.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: 55.5,7.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,11.5 + parent: 1 + - uid: 1025 + components: + - type: Transform + pos: 50.5,15.5 + parent: 1 + - uid: 1026 + components: + - type: Transform + pos: 50.5,16.5 + parent: 1 + - uid: 1027 + components: + - type: Transform + pos: 50.5,17.5 + parent: 1 + - uid: 1028 + components: + - type: Transform + pos: 53.5,16.5 + parent: 1 + - uid: 1029 + components: + - type: Transform + pos: 54.5,16.5 + parent: 1 + - uid: 1030 + components: + - type: Transform + pos: 54.5,17.5 + parent: 1 + - uid: 1031 + components: + - type: Transform + pos: 55.5,17.5 + parent: 1 + - uid: 1338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,12.5 + parent: 1 + - uid: 1339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,13.5 + parent: 1 + - uid: 1340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,12.5 + parent: 1 + - uid: 1341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,13.5 + parent: 1 + - uid: 1421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,11.5 + parent: 1 + - uid: 1424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,12.5 + parent: 1 + - uid: 1435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,11.5 + parent: 1 + - uid: 1436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,12.5 + parent: 1 + - uid: 1438 + components: + - type: Transform + pos: 64.5,9.5 + parent: 1 +- proto: Chair + entities: + - uid: 1337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,5.5 + parent: 1 + - uid: 1353 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 1355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,20.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,4.5 + parent: 1 + - uid: 1398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,21.5 + parent: 1 + - uid: 1427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,11.5 + parent: 1 +- proto: ChairWood + entities: + - uid: 1362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,12.5 + parent: 1 + - uid: 1394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,21.5 + parent: 1 +- proto: CigPackSyndicate + entities: + - uid: 1410 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: 45.375088,18.679203 + parent: 1 +- proto: ClothingHeadHatUshanka + entities: + - uid: 1455 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 1433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,9.5 + parent: 1 +- proto: CrateFreezer + entities: + - uid: 596 + components: + - type: Transform + pos: 70.5,4.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 597 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: DisposalBend + entities: + - uid: 427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,17.5 + parent: 1 +- proto: DisposalPipe + entities: + - uid: 332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,17.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,17.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 +- proto: DisposalPipeBroken + entities: + - uid: 374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,17.5 + parent: 1 +- proto: DresserFilled + entities: + - uid: 1389 + components: + - type: Transform + pos: 30.5,21.5 + parent: 1 + - uid: 1391 + components: + - type: Transform + pos: 30.5,18.5 + parent: 1 + - uid: 1425 + components: + - type: Transform + pos: 57.5,12.5 + parent: 1 +- proto: DrinkBeerBottleFull + entities: + - uid: 1366 + components: + - type: Transform + pos: 31.310324,13.579167 + parent: 1 + - uid: 1367 + components: + - type: Transform + pos: 31.608936,13.836111 + parent: 1 + - uid: 1368 + components: + - type: Transform + pos: 31.671436,13.558333 + parent: 1 +- proto: DrinkBeerCan + entities: + - uid: 1406 + components: + - type: Transform + pos: 46.353485,18.809526 + parent: 1 + - uid: 1408 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: 46.06645,18.566547 + parent: 1 +- proto: DrinkFourteenLokoCan + entities: + - uid: 1405 + components: + - type: Transform + pos: 46.628174,18.568785 + parent: 1 +- proto: DrinkWaterBottleFull + entities: + - uid: 1234 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 69.129,3.7168343 + parent: 1 + - uid: 1266 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 68.60817,3.5710008 + parent: 1 +- proto: DrinkWineBottleFull + entities: + - uid: 1363 + components: + - type: Transform + pos: 30.275799,12.799249 + parent: 1 +- proto: DrinkWineGlass + entities: + - uid: 1364 + components: + - type: Transform + pos: 30.73413,12.875636 + parent: 1 +- proto: FenceMetalCorner + entities: + - uid: 36 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,6.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,5.5 + parent: 1 + - uid: 38 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,5.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 71.5,3.5 + parent: 1 + - uid: 40 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,3.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 70.5,2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,22.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,19.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 48.5,17.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,18.5 + parent: 1 + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,20.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,20.5 + parent: 1 + - uid: 507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,2.5 + parent: 1 +- proto: FenceMetalEnd + entities: + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,6.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,21.5 + parent: 1 + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,19.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,18.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,18.5 + parent: 1 +- proto: FenceMetalStraight + entities: + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,6.5 + parent: 1 + - uid: 42 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,2.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 71.5,4.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,22.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 48.5,18.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,17.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,17.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,17.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,20.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 65.5,19.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 67.5,19.5 + parent: 1 +- proto: filingCabinetDrawerRandom + entities: + - uid: 1432 + components: + - type: Transform + pos: 55.5,13.5 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 2 + components: + - type: Transform + pos: 17.5,3.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 5.5,18.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 4.5,21.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 4.5,20.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 5.5,21.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 5.5,20.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 5.5,19.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 47.5,3.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 48.5,3.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 48.5,2.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 49.5,3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 49.5,2.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 50.5,2.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 52.5,3.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 53.5,3.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 54.5,3.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 55.5,3.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 53.5,2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 55.5,4.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 56.5,4.5 + parent: 1 + - uid: 56 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,19.5 + parent: 1 + - uid: 57 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,16.5 + parent: 1 + - uid: 58 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,18.5 + parent: 1 + - uid: 59 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,18.5 + parent: 1 + - uid: 60 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,19.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,18.5 + parent: 1 + - uid: 62 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,19.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,20.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,18.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,19.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,16.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,21.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,21.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,20.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,20.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: 41.5,15.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: 40.5,14.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: 40.5,13.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: 40.5,11.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: 39.5,14.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: 39.5,13.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: 39.5,12.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: 39.5,11.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: 40.5,12.5 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: 38.5,12.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: 38.5,11.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: 38.5,10.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: 38.5,9.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: 38.5,8.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: 37.5,12.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: 37.5,11.5 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: 37.5,10.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: 37.5,9.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: 37.5,8.5 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: 36.5,8.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 36.5,7.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: 37.5,7.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 36.5,5.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: 36.5,3.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: 35.5,4.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: 35.5,3.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: 35.5,2.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: 35.5,1.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: 38.5,6.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: 38.5,5.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: 38.5,3.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: 39.5,3.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: 39.5,1.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: 39.5,4.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: 40.5,2.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: 40.5,3.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: 42.5,1.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: 39.5,9.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: 39.5,10.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: 36.5,9.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: 36.5,10.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: 38.5,13.5 + parent: 1 + - uid: 493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,8.5 + parent: 1 + - uid: 509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,19.5 + parent: 1 + - uid: 511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,19.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,20.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: 49.5,16.5 + parent: 1 + - uid: 521 + components: + - type: Transform + pos: 49.5,17.5 + parent: 1 + - uid: 522 + components: + - type: Transform + pos: 48.5,16.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 46.5,4.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 45.5,4.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 44.5,4.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 43.5,4.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 43.5,5.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: 43.5,6.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: 42.5,5.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: 42.5,6.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 41.5,5.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: 41.5,6.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: 41.5,7.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: 41.5,8.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: 40.5,8.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 44.5,5.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 45.5,3.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: 57.5,5.5 + parent: 1 + - uid: 547 + components: + - type: Transform + pos: 58.5,5.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: 45.5,5.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 47.5,2.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 51.5,2.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: 59.5,5.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,17.5 + parent: 1 + - uid: 563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,17.5 + parent: 1 + - uid: 564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,17.5 + parent: 1 + - uid: 565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,17.5 + parent: 1 + - uid: 566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,17.5 + parent: 1 + - uid: 567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,17.5 + parent: 1 + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,21.5 + parent: 1 + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,21.5 + parent: 1 + - uid: 570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,21.5 + parent: 1 + - uid: 615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,4.5 + parent: 1 + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,5.5 + parent: 1 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,6.5 + parent: 1 + - uid: 618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,5.5 + parent: 1 + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,3.5 + parent: 1 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 1 + - uid: 621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,4.5 + parent: 1 + - uid: 622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,3.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,7.5 + parent: 1 + - uid: 624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,9.5 + parent: 1 + - uid: 625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,10.5 + parent: 1 + - uid: 626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,11.5 + parent: 1 + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,12.5 + parent: 1 + - uid: 628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 1 + - uid: 629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,15.5 + parent: 1 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,16.5 + parent: 1 + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,14.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,14.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,14.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,13.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,12.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,11.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,10.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,9.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,8.5 + parent: 1 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,11.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,13.5 + parent: 1 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,16.5 + parent: 1 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,17.5 + parent: 1 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,15.5 + parent: 1 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,16.5 + parent: 1 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,17.5 + parent: 1 + - uid: 649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,15.5 + parent: 1 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,14.5 + parent: 1 + - uid: 651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,18.5 + parent: 1 + - uid: 652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,19.5 + parent: 1 + - uid: 653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,22.5 + parent: 1 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,22.5 + parent: 1 + - uid: 655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,23.5 + parent: 1 + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,22.5 + parent: 1 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,23.5 + parent: 1 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,23.5 + parent: 1 + - uid: 659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,18.5 + parent: 1 + - uid: 660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,18.5 + parent: 1 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,17.5 + parent: 1 + - uid: 662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,16.5 + parent: 1 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,14.5 + parent: 1 + - uid: 664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,12.5 + parent: 1 + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,13.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,14.5 + parent: 1 + - uid: 667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,12.5 + parent: 1 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,15.5 + parent: 1 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,10.5 + parent: 1 + - uid: 670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,11.5 + parent: 1 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,10.5 + parent: 1 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,9.5 + parent: 1 + - uid: 673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,8.5 + parent: 1 + - uid: 674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,7.5 + parent: 1 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,7.5 + parent: 1 + - uid: 676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,6.5 + parent: 1 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,5.5 + parent: 1 + - uid: 678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,3.5 + parent: 1 + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,8.5 + parent: 1 + - uid: 680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,5.5 + parent: 1 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,2.5 + parent: 1 + - uid: 682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,1.5 + parent: 1 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 1 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,1.5 + parent: 1 + - uid: 685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,7.5 + parent: 1 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,0.5 + parent: 1 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,1.5 + parent: 1 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,0.5 + parent: 1 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,0.5 + parent: 1 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,1.5 + parent: 1 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,1.5 + parent: 1 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,2.5 + parent: 1 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,2.5 + parent: 1 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,4.5 + parent: 1 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,4.5 + parent: 1 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,4.5 + parent: 1 + - uid: 697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,3.5 + parent: 1 + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1 + - uid: 699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,2.5 + parent: 1 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,1.5 + parent: 1 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,2.5 + parent: 1 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,5.5 + parent: 1 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,1.5 + parent: 1 + - uid: 706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,5.5 + parent: 1 + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,3.5 + parent: 1 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,4.5 + parent: 1 + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,3.5 + parent: 1 + - uid: 710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,2.5 + parent: 1 + - uid: 711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,3.5 + parent: 1 + - uid: 712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,4.5 + parent: 1 + - uid: 713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,5.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,6.5 + parent: 1 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,7.5 + parent: 1 + - uid: 716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,2.5 + parent: 1 + - uid: 717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,3.5 + parent: 1 + - uid: 718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,4.5 + parent: 1 + - uid: 719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 1 + - uid: 720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,6.5 + parent: 1 + - uid: 721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,7.5 + parent: 1 + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,2.5 + parent: 1 + - uid: 723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,3.5 + parent: 1 + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,4.5 + parent: 1 + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,6.5 + parent: 1 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,5.5 + parent: 1 + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,7.5 + parent: 1 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,8.5 + parent: 1 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,9.5 + parent: 1 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,10.5 + parent: 1 + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,11.5 + parent: 1 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,14.5 + parent: 1 + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,13.5 + parent: 1 + - uid: 734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,14.5 + parent: 1 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,8.5 + parent: 1 + - uid: 736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,9.5 + parent: 1 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,10.5 + parent: 1 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,11.5 + parent: 1 + - uid: 739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,12.5 + parent: 1 + - uid: 740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,13.5 + parent: 1 + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,14.5 + parent: 1 + - uid: 742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,8.5 + parent: 1 + - uid: 743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,9.5 + parent: 1 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,10.5 + parent: 1 + - uid: 745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,11.5 + parent: 1 + - uid: 746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,12.5 + parent: 1 + - uid: 747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,13.5 + parent: 1 + - uid: 748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,14.5 + parent: 1 + - uid: 749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,15.5 + parent: 1 + - uid: 750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,16.5 + parent: 1 + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,17.5 + parent: 1 + - uid: 752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,18.5 + parent: 1 + - uid: 753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,15.5 + parent: 1 + - uid: 754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,16.5 + parent: 1 + - uid: 755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,17.5 + parent: 1 + - uid: 756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,18.5 + parent: 1 + - uid: 757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,19.5 + parent: 1 + - uid: 758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,21.5 + parent: 1 + - uid: 759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,13.5 + parent: 1 + - uid: 760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,21.5 + parent: 1 + - uid: 761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,21.5 + parent: 1 + - uid: 762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 1 + - uid: 763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,22.5 + parent: 1 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,22.5 + parent: 1 + - uid: 765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,23.5 + parent: 1 + - uid: 766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,23.5 + parent: 1 + - uid: 767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,7.5 + parent: 1 + - uid: 768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,6.5 + parent: 1 + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,8.5 + parent: 1 + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,9.5 + parent: 1 + - uid: 771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,15.5 + parent: 1 + - uid: 772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,16.5 + parent: 1 + - uid: 773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,18.5 + parent: 1 + - uid: 774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,17.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,20.5 + parent: 1 + - uid: 776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,12.5 + parent: 1 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,11.5 + parent: 1 + - uid: 778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,15.5 + parent: 1 + - uid: 779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,16.5 + parent: 1 + - uid: 780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,17.5 + parent: 1 + - uid: 781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,15.5 + parent: 1 + - uid: 782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,15.5 + parent: 1 + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,15.5 + parent: 1 + - uid: 784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,15.5 + parent: 1 + - uid: 785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,14.5 + parent: 1 + - uid: 786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,10.5 + parent: 1 + - uid: 787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 + - uid: 788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 + - uid: 789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 + - uid: 790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,10.5 + parent: 1 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,9.5 + parent: 1 + - uid: 792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: 48.5,5.5 + parent: 1 + - uid: 795 + components: + - type: Transform + pos: 50.5,14.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: 50.5,13.5 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: 53.5,17.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: 51.5,11.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: 50.5,11.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: 50.5,10.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: 52.5,14.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: 51.5,10.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 53.5,15.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 52.5,15.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: 51.5,16.5 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: 51.5,15.5 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: 51.5,13.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: 51.5,12.5 + parent: 1 + - uid: 809 + components: + - type: Transform + pos: 49.5,5.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 50.5,5.5 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 51.5,4.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 52.5,5.5 + parent: 1 + - uid: 814 + components: + - type: Transform + pos: 47.5,4.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: 53.5,5.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: 54.5,5.5 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: 47.5,5.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: 52.5,1.5 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: 54.5,2.5 + parent: 1 + - uid: 820 + components: + - type: Transform + pos: 53.5,1.5 + parent: 1 + - uid: 821 + components: + - type: Transform + pos: 55.5,2.5 + parent: 1 + - uid: 822 + components: + - type: Transform + pos: 56.5,3.5 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: 57.5,4.5 + parent: 1 + - uid: 824 + components: + - type: Transform + pos: 58.5,4.5 + parent: 1 + - uid: 825 + components: + - type: Transform + pos: 57.5,3.5 + parent: 1 + - uid: 826 + components: + - type: Transform + pos: 59.5,4.5 + parent: 1 + - uid: 831 + components: + - type: Transform + pos: 58.5,20.5 + parent: 1 + - uid: 835 + components: + - type: Transform + pos: 59.5,19.5 + parent: 1 + - uid: 844 + components: + - type: Transform + pos: 58.5,19.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: 57.5,19.5 + parent: 1 + - uid: 885 + components: + - type: Transform + pos: 54.5,16.5 + parent: 1 + - uid: 892 + components: + - type: Transform + pos: 54.5,17.5 + parent: 1 + - uid: 893 + components: + - type: Transform + pos: 55.5,17.5 + parent: 1 + - uid: 894 + components: + - type: Transform + pos: 55.5,16.5 + parent: 1 + - uid: 904 + components: + - type: Transform + pos: 56.5,19.5 + parent: 1 + - uid: 905 + components: + - type: Transform + pos: 56.5,18.5 + parent: 1 + - uid: 906 + components: + - type: Transform + pos: 55.5,19.5 + parent: 1 + - uid: 907 + components: + - type: Transform + pos: 55.5,18.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 53.5,16.5 + parent: 1 + - uid: 989 + components: + - type: Transform + pos: 57.5,18.5 + parent: 1 + - uid: 990 + components: + - type: Transform + pos: 59.5,20.5 + parent: 1 + - uid: 991 + components: + - type: Transform + pos: 60.5,19.5 + parent: 1 + - uid: 992 + components: + - type: Transform + pos: 60.5,20.5 + parent: 1 + - uid: 993 + components: + - type: Transform + pos: 61.5,20.5 + parent: 1 + - uid: 994 + components: + - type: Transform + pos: 62.5,20.5 + parent: 1 + - uid: 995 + components: + - type: Transform + pos: 60.5,21.5 + parent: 1 + - uid: 996 + components: + - type: Transform + pos: 61.5,21.5 + parent: 1 + - uid: 997 + components: + - type: Transform + pos: 59.5,21.5 + parent: 1 + - uid: 998 + components: + - type: Transform + pos: 58.5,18.5 + parent: 1 + - uid: 999 + components: + - type: Transform + pos: 56.5,17.5 + parent: 1 + - uid: 1000 + components: + - type: Transform + pos: 52.5,15.5 + parent: 1 + - uid: 1001 + components: + - type: Transform + pos: 51.5,14.5 + parent: 1 + - uid: 1002 + components: + - type: Transform + pos: 50.5,12.5 + parent: 1 + - uid: 1003 + components: + - type: Transform + pos: 50.5,9.5 + parent: 1 + - uid: 1004 + components: + - type: Transform + pos: 50.5,8.5 + parent: 1 + - uid: 1005 + components: + - type: Transform + pos: 49.5,7.5 + parent: 1 + - uid: 1006 + components: + - type: Transform + pos: 48.5,6.5 + parent: 1 + - uid: 1007 + components: + - type: Transform + pos: 49.5,6.5 + parent: 1 + - uid: 1008 + components: + - type: Transform + pos: 50.5,7.5 + parent: 1 + - uid: 1009 + components: + - type: Transform + pos: 52.5,16.5 + parent: 1 + - uid: 1010 + components: + - type: Transform + pos: 50.5,14.5 + parent: 1 + - uid: 1011 + components: + - type: Transform + pos: 54.5,18.5 + parent: 1 + - uid: 1012 + components: + - type: Transform + pos: 52.5,17.5 + parent: 1 + - uid: 1013 + components: + - type: Transform + pos: 53.5,18.5 + parent: 1 + - uid: 1014 + components: + - type: Transform + pos: 54.5,19.5 + parent: 1 + - uid: 1015 + components: + - type: Transform + pos: 52.5,18.5 + parent: 1 + - uid: 1016 + components: + - type: Transform + pos: 51.5,17.5 + parent: 1 + - uid: 1017 + components: + - type: Transform + pos: 50.5,15.5 + parent: 1 + - uid: 1018 + components: + - type: Transform + pos: 57.5,20.5 + parent: 1 + - uid: 1019 + components: + - type: Transform + pos: 56.5,20.5 + parent: 1 + - uid: 1020 + components: + - type: Transform + pos: 49.5,9.5 + parent: 1 + - uid: 1021 + components: + - type: Transform + pos: 49.5,8.5 + parent: 1 + - uid: 1022 + components: + - type: Transform + pos: 48.5,7.5 + parent: 1 + - uid: 1023 + components: + - type: Transform + pos: 47.5,6.5 + parent: 1 + - uid: 1024 + components: + - type: Transform + pos: 46.5,6.5 + parent: 1 + - uid: 1198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,19.5 + parent: 1 + - uid: 1254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,20.5 + parent: 1 +- proto: FoodCartCold + entities: + - uid: 591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,5.5 + parent: 1 +- proto: FoodFrozenSnowconeTrash + entities: + - uid: 1441 + components: + - type: Transform + pos: 69.51789,3.473779 + parent: 1 +- proto: FoodFrozenSundae + entities: + - uid: 597 + components: + - type: Transform + parent: 596 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatLizardCooked + entities: + - uid: 1387 + components: + - type: Transform + pos: 30.526005,6.691239 + parent: 1 + - type: CollisionWake + enabled: False +- proto: FoodPlateSmall + entities: + - uid: 1388 + components: + - type: Transform + pos: 32.488644,5.636482 + parent: 1 +- proto: FoodSnackMREBrownie + entities: + - uid: 1404 + components: + - type: Transform + pos: 47.58188,18.627426 + parent: 1 +- proto: FoodTinMRE + entities: + - uid: 1403 + components: + - type: Transform + pos: 47.07262,18.84965 + parent: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 1045 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 1046 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 +- proto: Grille + entities: + - uid: 85 + components: + - type: Transform + pos: 45.5,15.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 45.5,10.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 54.5,9.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 35.5,18.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 20.5,15.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 19.5,11.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 20.5,17.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 1313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,14.5 + parent: 1 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 1429 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: 54.652,12.569978 + parent: 1 +- proto: HydroponicsToolSpade + entities: + - uid: 1428 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: 54.5895,12.542201 + parent: 1 +- proto: hydroponicsTray + entities: + - uid: 1423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,10.5 + parent: 1 +- proto: KitchenElectricGrill + entities: + - uid: 1386 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1 + - type: ItemPlacer + placedEntities: + - 1387 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 1047 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 +- proto: LockerMedicineFilled + entities: + - uid: 1382 + components: + - type: Transform + pos: 47.5,13.5 + parent: 1 +- proto: MachineFrame + entities: + - uid: 1437 + components: + - type: Transform + pos: 63.5,8.5 + parent: 1 +- proto: MedicalBed + entities: + - uid: 1332 + components: + - type: Transform + pos: 47.5,12.5 + parent: 1 + - uid: 1333 + components: + - type: Transform + pos: 44.5,14.5 + parent: 1 +- proto: PillCanisterKelotane + entities: + - uid: 1407 + components: + - type: Transform + pos: 45.825706,18.735453 + parent: 1 +- proto: PillCanisterTricordrazine + entities: + - uid: 1409 + components: + - type: Transform + pos: 45.618916,18.485453 + parent: 1 +- proto: PosterContrabandAmbrosiaVulgaris + entities: + - uid: 1443 + components: + - type: Transform + pos: 53.5,11.5 + parent: 1 +- proto: PosterContrabandBountyHunters + entities: + - uid: 1445 + components: + - type: Transform + pos: 58.5,12.5 + parent: 1 +- proto: PosterContrabandCC64KAd + entities: + - uid: 1442 + components: + - type: Transform + pos: 66.5,8.5 + parent: 1 +- proto: PosterContrabandCommunistState + entities: + - uid: 1380 + components: + - type: Transform + pos: 19.5,21.5 + parent: 1 +- proto: PosterContrabandHackingGuide + entities: + - uid: 1381 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 +- proto: PosterContrabandMissingGloves + entities: + - uid: 1384 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 +- proto: PosterContrabandMissingSpacepen + entities: + - uid: 1383 + components: + - type: Transform + pos: 48.5,13.5 + parent: 1 +- proto: PosterContrabandRise + entities: + - uid: 1446 + components: + - type: Transform + pos: 29.5,20.5 + parent: 1 +- proto: PosterContrabandSmoke + entities: + - uid: 1449 + components: + - type: Transform + pos: 31.5,4.5 + parent: 1 +- proto: PosterContrabandSyndicatePistol + entities: + - uid: 1420 + components: + - type: Transform + pos: 44.5,17.5 + parent: 1 +- proto: PosterContrabandWaffleCorp + entities: + - uid: 1450 + components: + - type: Transform + pos: 46.5,22.5 + parent: 1 +- proto: PosterLegit12Gauge + entities: + - uid: 1379 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1 +- proto: PosterLegitHighClassMartini + entities: + - uid: 1360 + components: + - type: Transform + pos: 30.5,13.5 + parent: 1 +- proto: PotatoSeeds + entities: + - uid: 1426 + components: + - type: Transform + pos: 54.46336,12.549144 + parent: 1 +- proto: PottedPlant1 + entities: + - uid: 1434 + components: + - type: Transform + pos: 57.5,10.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,13.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 46.5,21.5 + parent: 1 + - uid: 595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,9.5 + parent: 1 + - uid: 599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,4.5 + parent: 1 + - uid: 601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,12.5 + parent: 1 + - uid: 602 + components: + - type: Transform + pos: 41.5,21.5 + parent: 1 + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,20.5 + parent: 1 + - uid: 604 + components: + - type: Transform + pos: 30.5,19.5 + parent: 1 + - uid: 605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,11.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,5.5 + parent: 1 + - uid: 607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,20.5 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,12.5 + parent: 1 + - uid: 610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,12.5 + parent: 1 + - uid: 611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,8.5 + parent: 1 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,6.5 + parent: 1 +- proto: Rack + entities: + - uid: 1354 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1 + - uid: 1365 + components: + - type: Transform + pos: 31.5,13.5 + parent: 1 + - uid: 1397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,21.5 + parent: 1 + - uid: 1430 + components: + - type: Transform + pos: 54.5,12.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 119 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 +- proto: RiceSeeds + entities: + - uid: 1431 + components: + - type: Transform + pos: 54.567524,12.361644 + parent: 1 +- proto: ScrapAirlock1 + entities: + - uid: 1328 + components: + - type: Transform + pos: 5.5274496,5.5183854 + parent: 1 +- proto: ScrapAirlock2 + entities: + - uid: 1331 + components: + - type: Transform + rot: -87.96459430051418 rad + pos: 5.706834,4.6812696 + parent: 1 +- proto: ScrapGeneratorFrame + entities: + - uid: 1330 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 +- proto: ScrapMedkit + entities: + - uid: 1329 + components: + - type: Transform + rot: -100.53096491487331 rad + pos: 45.824608,13.288155 + parent: 1 +- proto: SheetSteel + entities: + - uid: 1411 + components: + - type: Transform + pos: 44.50472,21.471613 + parent: 1 +- proto: ShellShotgunImprovised + entities: + - uid: 1376 + components: + - type: Transform + pos: 19.310978,14.710874 + parent: 1 + - uid: 1377 + components: + - type: Transform + pos: 19.806349,14.664577 + parent: 1 + - uid: 1378 + components: + - type: Transform + pos: 19.54246,14.673836 + parent: 1 +- proto: SignCryogenicsMed + entities: + - uid: 590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,3.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 1036 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 +- proto: StatueVenusBlue + entities: + - uid: 589 + components: + - type: Transform + pos: 66.5,19.5 + parent: 1 +- proto: Stool + entities: + - uid: 1334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,11.5 + parent: 1 + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,20.5 + parent: 1 + - uid: 1395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,19.5 + parent: 1 + - uid: 1396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,20.5 + parent: 1 +- proto: Stunprod + entities: + - uid: 1412 + components: + - type: Transform + pos: 46.5,21.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 1044 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 +- proto: Syringe + entities: + - uid: 1452 + components: + - type: Transform + pos: 46.5,11.5 + parent: 1 +- proto: Table + entities: + - uid: 593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,3.5 + parent: 1 + - uid: 594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,3.5 + parent: 1 + - uid: 1048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,4.5 + parent: 1 + - uid: 1049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 1050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 1 + - uid: 1335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,11.5 + parent: 1 + - uid: 1336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,5.5 + parent: 1 + - uid: 1358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,18.5 + parent: 1 + - uid: 1385 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,21.5 + parent: 1 + - uid: 1400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,18.5 + parent: 1 + - uid: 1401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,18.5 + parent: 1 + - uid: 1402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,18.5 + parent: 1 + - uid: 1454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,18.5 + parent: 1 +- proto: TableWood + entities: + - uid: 1361 + components: + - type: Transform + pos: 30.5,12.5 + parent: 1 + - uid: 1392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,21.5 + parent: 1 +- proto: TargetHuman + entities: + - uid: 1453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,12.5 + parent: 1 +- proto: TomatoSeeds + entities: + - uid: 1419 + components: + - type: Transform + pos: 54.69947,12.597755 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 1327 + components: + - type: Transform + pos: 6.3825793,4.5806694 + parent: 1 +- proto: TreasureCoinIron + entities: + - uid: 1356 + components: + - type: Transform + pos: 19.62335,18.507215 + parent: 1 + - uid: 1359 + components: + - type: Transform + rot: -100.53096491487331 rad + pos: 19.353966,18.67235 + parent: 1 +- proto: WallReinforced + entities: + - uid: 96 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 827 + components: + - type: Transform + pos: 70.5,13.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: 70.5,12.5 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: 70.5,11.5 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: 70.5,10.5 + parent: 1 + - uid: 832 + components: + - type: Transform + pos: 71.5,12.5 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: 71.5,11.5 + parent: 1 + - uid: 834 + components: + - type: Transform + pos: 71.5,10.5 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: 72.5,12.5 + parent: 1 + - uid: 837 + components: + - type: Transform + pos: 72.5,11.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: 72.5,10.5 + parent: 1 + - uid: 839 + components: + - type: Transform + pos: 73.5,10.5 + parent: 1 + - uid: 840 + components: + - type: Transform + pos: 73.5,11.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: 73.5,12.5 + parent: 1 + - uid: 842 + components: + - type: Transform + pos: 78.5,10.5 + parent: 1 + - uid: 843 + components: + - type: Transform + pos: 76.5,8.5 + parent: 1 + - uid: 845 + components: + - type: Transform + pos: 73.5,16.5 + parent: 1 + - uid: 846 + components: + - type: Transform + pos: 73.5,17.5 + parent: 1 + - uid: 847 + components: + - type: Transform + pos: 74.5,10.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: 74.5,11.5 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: 78.5,9.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: 77.5,11.5 + parent: 1 + - uid: 852 + components: + - type: Transform + pos: 74.5,15.5 + parent: 1 + - uid: 853 + components: + - type: Transform + pos: 74.5,16.5 + parent: 1 + - uid: 854 + components: + - type: Transform + pos: 74.5,17.5 + parent: 1 + - uid: 855 + components: + - type: Transform + pos: 74.5,18.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: 75.5,10.5 + parent: 1 + - uid: 857 + components: + - type: Transform + pos: 73.5,18.5 + parent: 1 + - uid: 858 + components: + - type: Transform + pos: 75.5,11.5 + parent: 1 + - uid: 859 + components: + - type: Transform + pos: 77.5,14.5 + parent: 1 + - uid: 860 + components: + - type: Transform + pos: 78.5,8.5 + parent: 1 + - uid: 861 + components: + - type: Transform + pos: 77.5,10.5 + parent: 1 + - uid: 862 + components: + - type: Transform + pos: 75.5,15.5 + parent: 1 + - uid: 863 + components: + - type: Transform + pos: 75.5,16.5 + parent: 1 + - uid: 864 + components: + - type: Transform + pos: 75.5,17.5 + parent: 1 + - uid: 865 + components: + - type: Transform + pos: 75.5,18.5 + parent: 1 + - uid: 866 + components: + - type: Transform + pos: 76.5,10.5 + parent: 1 + - uid: 867 + components: + - type: Transform + pos: 76.5,11.5 + parent: 1 + - uid: 868 + components: + - type: Transform + pos: 75.5,14.5 + parent: 1 + - uid: 869 + components: + - type: Transform + pos: 78.5,11.5 + parent: 1 + - uid: 870 + components: + - type: Transform + pos: 77.5,9.5 + parent: 1 + - uid: 871 + components: + - type: Transform + pos: 76.5,15.5 + parent: 1 + - uid: 872 + components: + - type: Transform + pos: 76.5,16.5 + parent: 1 + - uid: 873 + components: + - type: Transform + pos: 76.5,17.5 + parent: 1 + - uid: 874 + components: + - type: Transform + pos: 76.5,18.5 + parent: 1 + - uid: 875 + components: + - type: Transform + pos: 76.5,19.5 + parent: 1 + - uid: 876 + components: + - type: Transform + pos: 76.5,20.5 + parent: 1 + - uid: 877 + components: + - type: Transform + pos: 76.5,21.5 + parent: 1 + - uid: 878 + components: + - type: Transform + pos: 76.5,22.5 + parent: 1 + - uid: 879 + components: + - type: Transform + pos: 76.5,23.5 + parent: 1 + - uid: 880 + components: + - type: Transform + pos: 77.5,19.5 + parent: 1 + - uid: 881 + components: + - type: Transform + pos: 77.5,20.5 + parent: 1 + - uid: 882 + components: + - type: Transform + pos: 77.5,21.5 + parent: 1 + - uid: 883 + components: + - type: Transform + pos: 77.5,22.5 + parent: 1 + - uid: 884 + components: + - type: Transform + pos: 77.5,23.5 + parent: 1 + - uid: 886 + components: + - type: Transform + pos: 78.5,20.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: 78.5,21.5 + parent: 1 + - uid: 888 + components: + - type: Transform + pos: 78.5,22.5 + parent: 1 + - uid: 889 + components: + - type: Transform + pos: 78.5,23.5 + parent: 1 + - uid: 890 + components: + - type: Transform + pos: 79.5,22.5 + parent: 1 + - uid: 891 + components: + - type: Transform + pos: 79.5,21.5 + parent: 1 + - uid: 895 + components: + - type: Transform + pos: 79.5,17.5 + parent: 1 + - uid: 896 + components: + - type: Transform + pos: 79.5,16.5 + parent: 1 + - uid: 897 + components: + - type: Transform + pos: 79.5,15.5 + parent: 1 + - uid: 898 + components: + - type: Transform + pos: 77.5,8.5 + parent: 1 + - uid: 899 + components: + - type: Transform + pos: 76.5,7.5 + parent: 1 + - uid: 900 + components: + - type: Transform + pos: 79.5,12.5 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: 79.5,11.5 + parent: 1 + - uid: 902 + components: + - type: Transform + pos: 79.5,10.5 + parent: 1 + - uid: 903 + components: + - type: Transform + pos: 79.5,9.5 + parent: 1 + - uid: 908 + components: + - type: Transform + pos: 79.5,4.5 + parent: 1 + - uid: 909 + components: + - type: Transform + pos: 79.5,3.5 + parent: 1 + - uid: 910 + components: + - type: Transform + pos: 78.5,2.5 + parent: 1 + - uid: 911 + components: + - type: Transform + pos: 78.5,3.5 + parent: 1 + - uid: 912 + components: + - type: Transform + pos: 78.5,4.5 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: 78.5,5.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: 77.5,2.5 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: 77.5,3.5 + parent: 1 + - uid: 917 + components: + - type: Transform + pos: 77.5,4.5 + parent: 1 + - uid: 918 + components: + - type: Transform + pos: 77.5,5.5 + parent: 1 + - uid: 919 + components: + - type: Transform + pos: 77.5,6.5 + parent: 1 + - uid: 920 + components: + - type: Transform + pos: 76.5,3.5 + parent: 1 + - uid: 921 + components: + - type: Transform + pos: 76.5,4.5 + parent: 1 + - uid: 922 + components: + - type: Transform + pos: 76.5,5.5 + parent: 1 + - uid: 923 + components: + - type: Transform + pos: 76.5,6.5 + parent: 1 + - uid: 924 + components: + - type: Transform + pos: 75.5,2.5 + parent: 1 + - uid: 925 + components: + - type: Transform + pos: 76.5,2.5 + parent: 1 + - uid: 926 + components: + - type: Transform + pos: 75.5,3.5 + parent: 1 + - uid: 927 + components: + - type: Transform + pos: 75.5,4.5 + parent: 1 + - uid: 928 + components: + - type: Transform + pos: 75.5,5.5 + parent: 1 + - uid: 929 + components: + - type: Transform + pos: 75.5,6.5 + parent: 1 + - uid: 930 + components: + - type: Transform + pos: 74.5,2.5 + parent: 1 + - uid: 931 + components: + - type: Transform + pos: 74.5,3.5 + parent: 1 + - uid: 932 + components: + - type: Transform + pos: 74.5,4.5 + parent: 1 + - uid: 933 + components: + - type: Transform + pos: 74.5,5.5 + parent: 1 + - uid: 934 + components: + - type: Transform + pos: 74.5,6.5 + parent: 1 + - uid: 935 + components: + - type: Transform + pos: 73.5,2.5 + parent: 1 + - uid: 936 + components: + - type: Transform + pos: 73.5,3.5 + parent: 1 + - uid: 937 + components: + - type: Transform + pos: 73.5,4.5 + parent: 1 + - uid: 938 + components: + - type: Transform + pos: 75.5,7.5 + parent: 1 + - uid: 939 + components: + - type: Transform + pos: 76.5,9.5 + parent: 1 + - uid: 940 + components: + - type: Transform + pos: 78.5,0.5 + parent: 1 + - uid: 941 + components: + - type: Transform + pos: 78.5,1.5 + parent: 1 + - uid: 942 + components: + - type: Transform + pos: 77.5,0.5 + parent: 1 + - uid: 943 + components: + - type: Transform + pos: 77.5,1.5 + parent: 1 + - uid: 944 + components: + - type: Transform + pos: 76.5,0.5 + parent: 1 + - uid: 945 + components: + - type: Transform + pos: 76.5,1.5 + parent: 1 + - uid: 946 + components: + - type: Transform + pos: 75.5,0.5 + parent: 1 + - uid: 947 + components: + - type: Transform + pos: 75.5,1.5 + parent: 1 + - uid: 948 + components: + - type: Transform + pos: 79.5,1.5 + parent: 1 + - uid: 949 + components: + - type: Transform + pos: 79.5,2.5 + parent: 1 + - uid: 950 + components: + - type: Transform + pos: 74.5,1.5 + parent: 1 + - uid: 951 + components: + - type: Transform + pos: 72.5,1.5 + parent: 1 + - uid: 952 + components: + - type: Transform + pos: 73.5,1.5 + parent: 1 + - uid: 953 + components: + - type: Transform + pos: 72.5,0.5 + parent: 1 + - uid: 954 + components: + - type: Transform + pos: 75.5,8.5 + parent: 1 + - uid: 955 + components: + - type: Transform + pos: 75.5,9.5 + parent: 1 + - uid: 956 + components: + - type: Transform + pos: 74.5,7.5 + parent: 1 + - uid: 957 + components: + - type: Transform + pos: 74.5,8.5 + parent: 1 + - uid: 958 + components: + - type: Transform + pos: 74.5,9.5 + parent: 1 + - uid: 959 + components: + - type: Transform + pos: 73.5,7.5 + parent: 1 + - uid: 960 + components: + - type: Transform + pos: 73.5,8.5 + parent: 1 + - uid: 961 + components: + - type: Transform + pos: 73.5,9.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: 72.5,7.5 + parent: 1 + - uid: 963 + components: + - type: Transform + pos: 72.5,8.5 + parent: 1 + - uid: 964 + components: + - type: Transform + pos: 72.5,9.5 + parent: 1 + - uid: 965 + components: + - type: Transform + pos: 71.5,9.5 + parent: 1 + - uid: 966 + components: + - type: Transform + pos: 70.5,9.5 + parent: 1 + - uid: 967 + components: + - type: Transform + pos: 77.5,7.5 + parent: 1 + - uid: 968 + components: + - type: Transform + pos: 78.5,7.5 + parent: 1 + - uid: 969 + components: + - type: Transform + pos: 69.5,10.5 + parent: 1 + - uid: 970 + components: + - type: Transform + pos: 69.5,11.5 + parent: 1 + - uid: 971 + components: + - type: Transform + pos: 69.5,12.5 + parent: 1 + - uid: 972 + components: + - type: Transform + pos: 72.5,16.5 + parent: 1 + - uid: 973 + components: + - type: Transform + pos: 72.5,17.5 + parent: 1 + - uid: 974 + components: + - type: Transform + pos: 74.5,19.5 + parent: 1 + - uid: 975 + components: + - type: Transform + pos: 74.5,20.5 + parent: 1 + - uid: 976 + components: + - type: Transform + pos: 75.5,19.5 + parent: 1 + - uid: 977 + components: + - type: Transform + pos: 75.5,20.5 + parent: 1 + - uid: 978 + components: + - type: Transform + pos: 75.5,21.5 + parent: 1 + - uid: 979 + components: + - type: Transform + pos: 75.5,22.5 + parent: 1 + - uid: 980 + components: + - type: Transform + pos: 78.5,18.5 + parent: 1 + - uid: 981 + components: + - type: Transform + pos: 78.5,17.5 + parent: 1 + - uid: 982 + components: + - type: Transform + pos: 78.5,16.5 + parent: 1 + - uid: 983 + components: + - type: Transform + pos: 78.5,15.5 + parent: 1 + - uid: 984 + components: + - type: Transform + pos: 77.5,18.5 + parent: 1 + - uid: 985 + components: + - type: Transform + pos: 77.5,17.5 + parent: 1 + - uid: 986 + components: + - type: Transform + pos: 77.5,16.5 + parent: 1 + - uid: 987 + components: + - type: Transform + pos: 77.5,15.5 + parent: 1 + - uid: 988 + components: + - type: Transform + pos: 76.5,14.5 + parent: 1 +- proto: WallSolid + entities: + - uid: 95 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 18.5,11.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 18.5,15.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 18.5,17.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 21.5,17.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 21.5,18.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 22.5,19.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 21.5,21.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 18.5,21.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 18.5,20.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 29.5,17.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 30.5,17.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 33.5,17.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 34.5,17.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 34.5,22.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 32.5,22.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 30.5,22.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 29.5,22.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 29.5,21.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 35.5,21.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 36.5,21.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 36.5,22.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 38.5,22.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 39.5,22.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 41.5,22.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 43.5,22.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 44.5,22.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 46.5,22.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 42.5,21.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 43.5,18.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 43.5,17.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 40.5,18.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 40.5,17.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 39.5,17.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 36.5,17.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 33.5,10.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 31.5,10.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 30.5,10.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 29.5,11.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 29.5,13.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 31.5,14.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 29.5,5.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 30.5,4.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 31.5,4.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 33.5,5.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 44.5,11.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 44.5,10.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 43.5,13.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 43.5,15.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 47.5,15.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 48.5,14.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 48.5,12.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 48.5,11.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 46.5,10.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 53.5,10.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 53.5,12.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 56.5,14.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 57.5,14.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 57.5,13.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 58.5,13.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 58.5,12.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 58.5,10.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 58.5,9.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 55.5,9.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 62.5,9.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 63.5,10.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 63.5,11.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 65.5,10.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 66.5,10.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 66.5,9.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 66.5,7.5 + parent: 1 +- proto: WallSolidRust + entities: + - uid: 123 + components: + - type: Transform + pos: 20.5,11.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 21.5,11.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 22.5,13.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 18.5,18.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 19.5,17.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 22.5,18.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 19.5,21.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 29.5,18.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 31.5,17.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 32.5,17.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 34.5,18.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 34.5,21.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 33.5,22.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 31.5,22.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 29.5,20.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 30.5,20.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 37.5,22.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 40.5,22.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 42.5,22.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 45.5,22.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 43.5,21.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 40.5,21.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 43.5,19.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 44.5,17.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 42.5,18.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 41.5,18.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 37.5,17.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 36.5,18.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 33.5,13.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 33.5,11.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 32.5,10.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 30.5,11.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 29.5,12.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 30.5,13.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 30.5,5.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 32.5,4.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 32.5,8.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 43.5,11.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 43.5,14.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 44.5,15.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 46.5,15.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 47.5,14.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 48.5,13.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 47.5,11.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 47.5,10.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 53.5,9.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 53.5,11.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 53.5,13.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 54.5,13.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 54.5,14.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 55.5,14.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 58.5,11.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 57.5,9.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 63.5,7.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 62.5,7.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 62.5,8.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 62.5,10.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 64.5,11.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 65.5,11.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 66.5,8.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 65.5,7.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: 67.5,3.5 + parent: 1 +- proto: WaterTankFull + entities: + - uid: 1357 + components: + - type: Transform + pos: 47.5,21.5 + parent: 1 +- proto: WeaponShotgunDoubleBarreled + entities: + - uid: 1375 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1 +- proto: Window + entities: + - uid: 1308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,11.5 + parent: 1 + - uid: 1311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,17.5 + parent: 1 + - uid: 1320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,15.5 + parent: 1 + - uid: 1321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,14.5 + parent: 1 + - uid: 1322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,18.5 + parent: 1 + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,10.5 + parent: 1 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,15.5 + parent: 1 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,9.5 + parent: 1 +... diff --git a/Resources/Maps/convex.yml b/Resources/Maps/convex.yml index 5c67cffad8..83cba3eb34 100644 --- a/Resources/Maps/convex.yml +++ b/Resources/Maps/convex.yml @@ -4,8 +4,8 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/19/2025 17:25:37 - entityCount: 37741 + time: 04/25/2025 03:21:00 + entityCount: 37590 maps: - 353 grids: @@ -40,6 +40,7 @@ tilemap: 23: FloorMime 31: FloorMowedAstroGrass 37: FloorOldConcrete + 39: FloorRGlass 4: FloorReinforced 38: FloorShowroom 3: FloorSteel @@ -83,19 +84,19 @@ entities: version: 6 1,4: ind: 1,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAABAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 1,5: ind: 1,5 - tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAABAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 1,6: ind: 1,6 - tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACBQAAAAACBQAAAAACBQAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAACBQAAAAAABQAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAABQAAAAADBQAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAAA + tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABBQAAAAADBQAAAAACBQAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABBQAAAAADBQAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAABBQAAAAAABQAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAAA version: 6 1,7: ind: 1,7 - tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADIQAAAAADIQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAABQAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAAAAgAAAAAAIQAAAAACIQAAAAABAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAACBQAAAAACAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAIAAAAAAAAgAAAAAABgAAAAADBgAAAAAABgAAAAADAgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAABBgAAAAAABgAAAAAABgAAAAADBgAAAAACAgAAAAAAAgAAAAAAIAAAAAAEAwAAAAACAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABgAAAAABBgAAAAADBgAAAAACBgAAAAADBgAAAAADBgAAAAADBgAAAAADBgAAAAADAgAAAAAAAgAAAAAAAwAAAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAACBgAAAAABBgAAAAADAgAAAAAABgAAAAABBgAAAAACBgAAAAAABgAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAACIQAAAAACIQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAABQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADAgAAAAAAIQAAAAACIQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAABQAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAIAAAAAAAAgAAAAAABgAAAAAABgAAAAABBgAAAAAAAgAAAAAAIAAAAAAAIAAAAAAKIAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAABBgAAAAADBgAAAAACBgAAAAAABgAAAAADAgAAAAAAAgAAAAAAIAAAAAAAAwAAAAADAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABgAAAAACBgAAAAABBgAAAAACBgAAAAAABgAAAAABBgAAAAAABgAAAAABBgAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAADBgAAAAADBgAAAAADAgAAAAAABgAAAAABBgAAAAADBgAAAAADBgAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA version: 6 1,8: ind: 1,8 @@ -107,35 +108,35 @@ entities: version: 6 10,2: ind: 10,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA version: 6 10,3: ind: 10,3 - tiles: AwAAAAABAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA + tiles: AwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA version: 6 10,4: ind: 10,4 - tiles: AgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAAABwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAABBwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAACBwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,5: ind: 10,5 - tiles: AwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,6: ind: 10,6 - tiles: AAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,7: ind: 10,7 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,8: ind: 10,8 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,9: ind: 10,9 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAADCgAAAAABCAAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCgAAAAABCAAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCgAAAAAACAAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAABCgAAAAABCAAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 11,2: ind: 11,2 @@ -155,31 +156,31 @@ entities: version: 6 2,1: ind: 2,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAABBQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAACCQAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACQAAAAAAAgAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAADCAAAAAABCQAAAAAACAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAACBQAAAAABAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAADBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAABCQAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACQAAAAAAAgAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAABCAAAAAAACQAAAAAACAAAAAABCAAAAAABCAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAADBQAAAAADAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAA version: 6 2,2: ind: 2,2 - tiles: AQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAAACAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAAACAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAACAAAAAACCAAAAAACCAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAADCAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAABCAAAAAABAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAD + tiles: AQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAACAAAAAADCAAAAAADCAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAADCAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAACCAAAAAADCAAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAD version: 6 2,3: ind: 2,3 - tiles: AgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAACAgAAAAAACAAAAAADCgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAABCgAAAAAACAAAAAABCgAAAAAACAAAAAADCAAAAAABFAAAAAAACAAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAADCAAAAAABAgAAAAAACAAAAAACCgAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAABFAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAACCAAAAAABCAAAAAABCAAAAAAAFAAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAACAAAAAABCAAAAAAACAAAAAABCgAAAAADCAAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAAACgAAAAACCAAAAAABAgAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCgAAAAACCAAAAAABAgAAAAAACwAAAAACAgAAAAAACAAAAAADCgAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABCAAAAAABAgAAAAAACwAAAAABAgAAAAAACAAAAAADCAAAAAAACAAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAADAgAAAAAACAAAAAACCAAAAAADCAAAAAABCgAAAAADCAAAAAADAgAAAAAACwAAAAACAgAAAAAACAAAAAAACgAAAAACCAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAAACAAAAAADAgAAAAAACwAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAACFAAAAAAACAAAAAADCAAAAAADCAAAAAADCgAAAAACCAAAAAADAgAAAAAACwAAAAAAAgAAAAAACAAAAAACCgAAAAACCAAAAAACAgAAAAAACAAAAAAACAAAAAACCAAAAAADFAAAAAAACAAAAAACCAAAAAABCAAAAAACCAAAAAACCAAAAAABAgAAAAAACwAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAABAgAAAAAACAAAAAADCAAAAAADCAAAAAACFAAAAAAACAAAAAABCAAAAAADCAAAAAADCgAAAAAACAAAAAADAgAAAAAACwAAAAABAgAAAAAACAAAAAADCgAAAAAACAAAAAADAgAAAAAACAAAAAABCAAAAAABCAAAAAABAgAAAAAACAAAAAADCgAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADFAAAAAAACAAAAAADCAAAAAAACAAAAAABAgAAAAAAAgAAAAAACgAAAAABCAAAAAABCgAAAAACCAAAAAACCAAAAAADCAAAAAADCAAAAAABCAAAAAABCgAAAAACCAAAAAACFAAAAAAACAAAAAAACAAAAAABCAAAAAADAgAAAAAACAAAAAADCgAAAAADCAAAAAABCAAAAAADCgAAAAABCAAAAAABCgAAAAAACAAAAAAACgAAAAAACAAAAAACCAAAAAABFAAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAAACAAAAAAC + tiles: AgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAABCAAAAAABCAAAAAADAgAAAAAACAAAAAACCgAAAAACAgAAAAAACAAAAAACCAAAAAAACAAAAAAACgAAAAAACAAAAAADCgAAAAACCAAAAAAACAAAAAADFAAAAAAACAAAAAACCAAAAAADCAAAAAACAgAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAADCgAAAAADCAAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAAACAAAAAACFAAAAAAACAAAAAABCAAAAAACCAAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAAAFAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAABCgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAABCgAAAAADCAAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAACAAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAADCgAAAAACCAAAAAABAgAAAAAACwAAAAABAgAAAAAACAAAAAABCgAAAAABCAAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAACCAAAAAACAgAAAAAACwAAAAACAgAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAADCgAAAAAACAAAAAAAAgAAAAAACwAAAAABAgAAAAAACAAAAAABCgAAAAACCAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAAAAgAAAAAACwAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAAFAAAAAAACAAAAAAACAAAAAACCAAAAAABCgAAAAACCAAAAAACAgAAAAAACwAAAAAAAgAAAAAACAAAAAAACgAAAAABCAAAAAABAgAAAAAACAAAAAAACAAAAAACCAAAAAABFAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAAAAgAAAAAACwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAADAgAAAAAACAAAAAABCAAAAAAACAAAAAABFAAAAAAACAAAAAACCAAAAAADCAAAAAACCgAAAAACCAAAAAAAAgAAAAAACwAAAAACAgAAAAAACAAAAAAACgAAAAABCAAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAACAAAAAADCgAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAABFAAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAACgAAAAABCAAAAAAACgAAAAABCAAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAABCgAAAAACCAAAAAACFAAAAAAACAAAAAABCAAAAAAACAAAAAABAgAAAAAACAAAAAABCgAAAAAACAAAAAACCAAAAAAACgAAAAABCAAAAAACCgAAAAACCAAAAAACCgAAAAABCAAAAAAACAAAAAABFAAAAAAACAAAAAADCAAAAAACCAAAAAAAAgAAAAAACAAAAAADCAAAAAAB version: 6 2,4: ind: 2,4 - tiles: CAAAAAACCAAAAAABCAAAAAADCAAAAAABCAAAAAABCAAAAAABCAAAAAAACAAAAAADCAAAAAACAgAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAACAAAAAABCgAAAAACAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCgAAAAADDAAAAAADDAAAAAACDAAAAAABDAAAAAABAgAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAAAAgAAAAAACAAAAAADCAAAAAABDAAAAAADDAAAAAACDAAAAAACDAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAADAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAADAAAAAABDQAAAAAADAAAAAAADAAAAAACAgAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABAgAAAAAACAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAADCAAAAAADBwAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAAABwAAAAABBwAAAAADBwAAAAABCAAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAABCAAAAAAACAAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABAgAAAAAACAAAAAACCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADCAAAAAABBwAAAAADBwAAAAACBwAAAAACBwAAAAACCAAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAACAAAAAAACAAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAACCAAAAAADBwAAAAABBwAAAAABBwAAAAADBwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAAACAAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACCAAAAAADBwAAAAABBwAAAAAABwAAAAACBwAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAACAAAAAACCAAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACCAAAAAACBwAAAAADBwAAAAADBwAAAAABBwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: CAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAABAgAAAAAACAAAAAACCgAAAAABAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCgAAAAACDAAAAAAADAAAAAABDAAAAAADDAAAAAACAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAABAgAAAAAACAAAAAADCAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAABBwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADAAAAAAADQAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAAAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAADBwAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAABCAAAAAACCAAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAADBwAAAAADBwAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAACCAAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADCAAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAABCAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAAACAAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACCAAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAACCAAAAAACCAAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACCAAAAAABBwAAAAABBwAAAAADBwAAAAABBwAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAA version: 6 2,5: ind: 2,5 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADBQAAAAACBQAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACBQAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACBAAAAAAABAAAAAAABAAAAAAAAwAAAAAABQAAAAABAwAAAAABBQAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAACBQAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAAABQAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACBQAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAABBQAAAAACAwAAAAADBQAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAAAAwAAAAADBQAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAADBQAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACBQAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAADBQAAAAACAwAAAAADBQAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAB + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAABBQAAAAACBQAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAwAAAAADBQAAAAACAwAAAAABBQAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADBQAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAAABQAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACBQAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAABAwAAAAAABQAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAAAAwAAAAADBQAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAADBQAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAADBQAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAACBQAAAAADAwAAAAADBQAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAAA version: 6 2,6: ind: 2,6 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAACCAAAAAABCAAAAAAACAAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAACCAAAAAACAwAAAAADAwAAAAABAwAAAAACCAAAAAACCAAAAAADCAAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAACAAAAAACCAAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAACgAAAAACCgAAAAABCgAAAAADAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAACgAAAAACCgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAACAAAAAAACAAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAAACAAAAAADAwAAAAABAwAAAAAAAwAAAAADCAAAAAADCAAAAAAACAAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAACgAAAAACCgAAAAABCgAAAAADAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAACgAAAAACCgAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAAD version: 6 2,7: ind: 2,7 - tiles: AwAAAAADBQAAAAACBQAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADBQAAAAACBQAAAAADBQAAAAACAwAAAAAABQAAAAADBQAAAAABBQAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAABQAAAAACAwAAAAACBQAAAAABAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAACCgAAAAACCgAAAAAACgAAAAABCAAAAAAACAAAAAADCAAAAAABAwAAAAACBQAAAAACAwAAAAABBQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCgAAAAAACgAAAAACCgAAAAADCAAAAAADAgAAAAAAAgAAAAAAAwAAAAADBQAAAAADAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAACwAAAAACCwAAAAADAgAAAAAACAAAAAAACgAAAAADCgAAAAABCgAAAAADCAAAAAACAgAAAAAACwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAACwAAAAAACwAAAAACAgAAAAAACAAAAAACCgAAAAACCgAAAAACCgAAAAADCAAAAAABAgAAAAAACwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACBwAAAAAAAgAAAAAABwAAAAADBwAAAAAAFgAAAAACBwAAAAADAgAAAAAABwAAAAAAAgAAAAAACwAAAAACCwAAAAABCwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAABBwAAAAADAgAAAAAACwAAAAAACwAAAAABCwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAgAAAAAABwAAAAACBwAAAAADBwAAAAACBwAAAAAABwAAAAACAgAAAAAACwAAAAAACwAAAAADCwAAAAADAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAFgAAAAAGBwAAAAAABwAAAAAAAgAAAAAABwAAAAABAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAADBwAAAAACBwAAAAADBwAAAAABBwAAAAAAFgAAAAABBwAAAAACAwAAAAABCwAAAAAACwAAAAABAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAACBQAAAAACBQAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADBQAAAAAABQAAAAABBQAAAAABAwAAAAACBQAAAAADBQAAAAAABQAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAABQAAAAADAwAAAAABBQAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAACCgAAAAADCgAAAAACCgAAAAACCAAAAAACCAAAAAAACAAAAAADAwAAAAACBQAAAAADAwAAAAABBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCgAAAAADCgAAAAABCgAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACwAAAAACCwAAAAACAgAAAAAACAAAAAACCgAAAAADCgAAAAAACgAAAAABCAAAAAABAgAAAAAACwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACwAAAAABCwAAAAAAAgAAAAAACAAAAAABCgAAAAAACgAAAAABCgAAAAACCAAAAAABAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABBwAAAAADAgAAAAAABwAAAAADBwAAAAAAFgAAAAAABwAAAAABAgAAAAAABwAAAAADAgAAAAAACwAAAAADCwAAAAAACwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAADAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAACAgAAAAAACwAAAAAACwAAAAABCwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACAgAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABAgAAAAAACwAAAAACCwAAAAAACwAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAFgAAAAAEBwAAAAACBwAAAAADAgAAAAAABwAAAAABAgAAAAAABwAAAAABAgAAAAAAAgAAAAAACwAAAAABCwAAAAADAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAACBwAAAAADBwAAAAAABwAAAAADBwAAAAACFgAAAAADBwAAAAAAAwAAAAAACwAAAAACCwAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 2,8: ind: 2,8 @@ -195,43 +196,43 @@ entities: version: 6 3,1: ind: 3,1 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADBQAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAABQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAABQAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAABQAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 3,10: ind: 3,10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAwAAAAAAAwAAAAACBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAADAwAAAAACBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAwAAAAAAAwAAAAADCAAAAAACCAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAADAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAABAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAADBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAADBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAACAAAAAACBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAABAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAACBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAABAwAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAAAAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAACAAAAAACBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAACAAAAAABBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAA version: 6 3,3: ind: 3,3 - tiles: CAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAABBwAAAAABDAAAAAABDAAAAAABDAAAAAAAAgAAAAAABwAAAAAACAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAACBwAAAAABAgAAAAAADAAAAAAADAAAAAABAgAAAAAABwAAAAADCAAAAAAACAAAAAABCAAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABCAAAAAAACAAAAAACCAAAAAACCAAAAAACCAAAAAABCAAAAAABAgAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAADAgAAAAAABwAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAACCAAAAAADAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAACAgAAAAAAAwAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAACCAAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAACCAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAADCAAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAADCAAAAAADCAAAAAADCAAAAAABAgAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAACAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAACCAAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAACgAAAAADCAAAAAACCAAAAAACCAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAACgAAAAADAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAADAgAAAAAACgAAAAABCgAAAAADCgAAAAADCgAAAAAACgAAAAAACgAAAAABCgAAAAACBQAAAAACAgAAAAAACgAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + tiles: CAAAAAACCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAADBwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAACAgAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAABDAAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAADAgAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAACCAAAAAAAAgAAAAAABwAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAwAAAAADCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAACCAAAAAACCAAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAACAgAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAAACAAAAAABCAAAAAADCAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABCAAAAAACAgAAAAAACgAAAAACCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAACgAAAAABAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADAgAAAAAACgAAAAABCgAAAAABCgAAAAABCgAAAAABCgAAAAAACgAAAAABCgAAAAAABQAAAAABAgAAAAAACgAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAACAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAD version: 6 3,4: ind: 3,4 - tiles: CAAAAAAACAAAAAACCgAAAAADCgAAAAABBQAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABCgAAAAABCAAAAAACCgAAAAACCgAAAAACBQAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADCAAAAAACCAAAAAADCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAADCAAAAAABCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAAACAAAAAADCAAAAAAACAAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAABCQAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACAAAAAAACgAAAAADCgAAAAAACAAAAAABCAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAA + tiles: CAAAAAABCAAAAAAACgAAAAACCgAAAAAABQAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABCgAAAAACCAAAAAABCgAAAAACCgAAAAADBQAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAABCAAAAAACCAAAAAAACAAAAAADAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAACQAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACAAAAAABCgAAAAACCgAAAAABCAAAAAABCAAAAAABAgAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAA version: 6 3,5: ind: 3,5 - tiles: AwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAADCAAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABFAAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAABBQAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAADFAAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAFAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABFAAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAACCAAAAAABBQAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABFAAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAADBQAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAABQAAAAABAwAAAAABBQAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABBQAAAAACAwAAAAABBQAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACBQAAAAABAwAAAAACBQAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAABFAAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAAA + tiles: AwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAABCAAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACFAAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADBQAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAABCAAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAFAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACFAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAABBQAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABFAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACCAAAAAADBQAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAADBQAAAAABAwAAAAACBQAAAAADAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAABBQAAAAAAAwAAAAABBQAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAABQAAAAADAwAAAAABBQAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAB version: 6 3,6: ind: 3,6 - tiles: AwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABBQAAAAADBQAAAAABBQAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABFAAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAEAAAAAADEAAAAAABEAAAAAACEAAAAAAAEAAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAEAAAAAADEQAAAAACEAAAAAAAEQAAAAABEAAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAFAAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAEAAAAAADEQAAAAABEAAAAAADEQAAAAADEAAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAEAAAAAABEQAAAAAAEAAAAAADEQAAAAABEAAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAACEAAAAAABCAAAAAACCAAAAAACCAAAAAADCAAAAAADCAAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADCAAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADCgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACBQAAAAABBQAAAAABBQAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAEAAAAAADEQAAAAAAEAAAAAACEQAAAAACEAAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAEAAAAAAAEQAAAAADEAAAAAACEQAAAAACEAAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACFAAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAEAAAAAABEQAAAAACEAAAAAACEQAAAAADEAAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAABEAAAAAACCAAAAAACCAAAAAACCAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADCAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABCgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 3,7: ind: 3,7 - tiles: AwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADFAAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAFAAAAAAAAwAAAAABAwAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACFAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAACwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAACEAAAAAACEAAAAAABEAAAAAADCwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAABEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAABAgAAAAAAEAAAAAAAAgAAAAAAEAAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAACAgAAAAAAEAAAAAACAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAABCwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAADCwAAAAABCwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAADCwAAAAABCwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAAACwAAAAADCwAAAAADAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAACCwAAAAADCwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + tiles: AwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAACwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAAAEAAAAAADCwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAACAgAAAAAAEAAAAAACAgAAAAAAEAAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAABAgAAAAAAEAAAAAACAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAAACwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAADCwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAACCwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAAACwAAAAACCwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAAACwAAAAACCwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA version: 6 3,8: ind: 3,8 - tiles: AAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAACIgAAAAABIgAAAAADAgAAAAAAIgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAAAIgAAAAABAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAIgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAABAgAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAADAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAIgAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAABIgAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAIgAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAAAIgAAAAABIgAAAAACIgAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAAAIgAAAAAAIgAAAAADIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAA + tiles: AAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAACIgAAAAADIgAAAAABAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAABIgAAAAADAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAIgAAAAACIgAAAAACIgAAAAAAIgAAAAACAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAABIgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAIgAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAACIgAAAAAAIgAAAAADIgAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAADIgAAAAACIgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAA version: 6 3,9: ind: 3,9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAABIwAAAAADEwAAAAAEAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIwAAAAAAHgAAAAAAIwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAACIwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAHgAAAAAAIwAAAAABHgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADCgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAAACgAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADCgAAAAABAgAAAAAAEwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACgAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADCgAAAAADAwAAAAADEwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAADAgAAAAAAAwAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACIwAAAAABEwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIwAAAAADHgAAAAAAIwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAAAIwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAACFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAAACgAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACCgAAAAAAAgAAAAAAEwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACgAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAACAwAAAAAAEwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAACAgAAAAAAAwAAAAAC version: 6 4,0: ind: 4,0 @@ -239,35 +240,35 @@ entities: version: 6 4,1: ind: 4,1 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,10: ind: 4,10 - tiles: AwAAAAABEwAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACJAAAAAADAgAAAAAAJAAAAAABJAAAAAADAgAAAAAAJAAAAAACAwAAAAACAwAAAAADAwAAAAABFgAAAAAGBwAAAAADAgAAAAAAAgAAAAAAFgAAAAAFAgAAAAAAJAAAAAACAgAAAAAAJAAAAAADJAAAAAACJAAAAAAAJAAAAAAAJAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAADBwAAAAADFgAAAAAFAgAAAAAAJAAAAAABJAAAAAADJAAAAAAAJAAAAAABJAAAAAAAJAAAAAABJAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABwAAAAABFgAAAAAEFgAAAAAABwAAAAAAFgAAAAAGAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AwAAAAACEwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACJAAAAAAAAgAAAAAAJAAAAAACJAAAAAABAgAAAAAAJAAAAAABAwAAAAACAwAAAAADAwAAAAADFgAAAAAEBwAAAAACAgAAAAAAAgAAAAAAFgAAAAAFAgAAAAAAJAAAAAACAgAAAAAAJAAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAFBwAAAAAAFgAAAAADAgAAAAAAJAAAAAABJAAAAAADJAAAAAADJAAAAAABJAAAAAAAJAAAAAABJAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABwAAAAAAFgAAAAAEFgAAAAAABwAAAAACFgAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 - tiles: AgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAD + tiles: AgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAD version: 6 4,3: ind: 4,3 - tiles: AgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAADBwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAABBwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAADBwAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAADBwAAAAACAwAAAAACAwAAAAACAwAAAAACAgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAACBwAAAAADBwAAAAABBwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAADBwAAAAADBwAAAAABBwAAAAADBwAAAAAABwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAACBwAAAAABBwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAABwAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAADBwAAAAABBwAAAAAABwAAAAAABwAAAAAAHwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABwAAAAABBwAAAAACAgAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAABBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAADBwAAAAACHwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAABwAAAAACBwAAAAADBwAAAAADBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAADBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAABwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAA + tiles: AgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAADBwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAAABwAAAAADAwAAAAACAwAAAAACAwAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAADBwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAAABwAAAAABAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAADBwAAAAACBwAAAAADAwAAAAADAwAAAAAAAwAAAAACAgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAADBwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAABBwAAAAABAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAACHwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAACBwAAAAACHwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAAABwAAAAAABwAAAAADBwAAAAADAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAABwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAB version: 6 4,4: ind: 4,4 - tiles: AwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAFAAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAABAgAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAACCAAAAAADAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAADBwAAAAABCAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAADAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADAgAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAABCAAAAAACCAAAAAABCAAAAAAACAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAACCAAAAAADAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAACgAAAAADCAAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAADCAAAAAAACAAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAACAAAAAABCAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACAgAAAAAACAAAAAAACAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAACwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAADBwAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAABCAAAAAACAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAACAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACCAAAAAADCAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAACCAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAACgAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAACCAAAAAACCAAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAABCAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAACCAAAAAACCAAAAAABAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAABCAAAAAAACAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 4,5: ind: 4,5 - tiles: AgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAACAwAAAAABBQAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAADAwAAAAABAwAAAAADBQAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAACAwAAAAABBQAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAAACAAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAEQAAAAACEQAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAAAEAAAAAABEAAAAAADAgAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAACAgAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAADEAAAAAAAEAAAAAADEAAAAAACEAAAAAABEAAAAAACEAAAAAADAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAADEAAAAAADEAAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAABAgAAAAAAEQAAAAADEQAAAAAAEQAAAAABEAAAAAACEQAAAAAAEQAAAAABEAAAAAADEQAAAAADEQAAAAADEQAAAAAAAgAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAADAgAAAAAAEQAAAAABEQAAAAAAEQAAAAAAEAAAAAADEQAAAAAAEQAAAAABEAAAAAAAEQAAAAABEQAAAAACEQAAAAAD + tiles: AgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAAAAwAAAAABBQAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAADAwAAAAADBQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABBQAAAAABAwAAAAADAwAAAAADBQAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAACCAAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAEQAAAAADEQAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAACEAAAAAADAgAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAACEAAAAAABAgAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAABEAAAAAACEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAABAgAAAAAAEAAAAAADEAAAAAABEAAAAAACEAAAAAACEAAAAAAAEAAAAAADEAAAAAAAEAAAAAABEAAAAAAAEAAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAABAgAAAAAAEQAAAAACEQAAAAACEQAAAAAAEAAAAAABEQAAAAAAEQAAAAAAEAAAAAACEQAAAAADEQAAAAAAEQAAAAADAgAAAAAAEAAAAAACEAAAAAAAEAAAAAABEAAAAAAAAgAAAAAAEQAAAAADEQAAAAADEQAAAAACEAAAAAABEQAAAAABEQAAAAADEAAAAAACEQAAAAACEQAAAAABEQAAAAAA version: 6 4,6: ind: 4,6 - tiles: AgAAAAAAEAAAAAABEAAAAAADEAAAAAACEAAAAAADEAAAAAABEAAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAADEAAAAAACEAAAAAABEAAAAAADEAAAAAABEAAAAAACAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAADEAAAAAACAgAAAAAAEAAAAAAAEAAAAAADEQAAAAADEQAAAAADEQAAAAACEQAAAAAAEQAAAAACEQAAAAADEAAAAAABEAAAAAADAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAACEAAAAAAAEAAAAAADEAAAAAADEAAAAAABEAAAAAABEAAAAAACEAAAAAABEAAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAACEAAAAAADEAAAAAADEAAAAAACEAAAAAABEAAAAAABAgAAAAAAEQAAAAABEQAAAAAAEQAAAAACEAAAAAACEQAAAAABEQAAAAACEAAAAAAAEQAAAAABEQAAAAADEQAAAAABAgAAAAAAEAAAAAADEAAAAAABEAAAAAADEAAAAAABAgAAAAAAEQAAAAAAEQAAAAADEQAAAAACEAAAAAABEQAAAAACEQAAAAADEAAAAAADEQAAAAADEQAAAAACEQAAAAADAgAAAAAAEAAAAAABEAAAAAADEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAABEAAAAAADEQAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAACEAAAAAADEAAAAAADEAAAAAADEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAEAAAAAABEAAAAAAAEQAAAAABAgAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAABEAAAAAADEAAAAAAAEAAAAAABEAAAAAADEAAAAAADAgAAAAAAEAAAAAAAEAAAAAABEAAAAAABEAAAAAADEQAAAAADAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAAAEAAAAAADEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAACwAAAAACCwAAAAADCwAAAAAACwAAAAABCwAAAAACCwAAAAADCwAAAAABCwAAAAABCwAAAAACCwAAAAACCwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAABEAAAAAADEAAAAAACEAAAAAABEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAACAgAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAEQAAAAACEQAAAAAAEQAAAAAAEQAAAAABEQAAAAACEQAAAAABEAAAAAADEAAAAAAAAgAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAADEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAAAAgAAAAAAEQAAAAADEQAAAAACEQAAAAACEAAAAAABEQAAAAABEQAAAAABEAAAAAADEQAAAAACEQAAAAABEQAAAAABAgAAAAAAEAAAAAACEAAAAAADEAAAAAADEAAAAAABAgAAAAAAEQAAAAABEQAAAAABEQAAAAADEAAAAAACEQAAAAACEQAAAAACEAAAAAADEQAAAAABEQAAAAAAEQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAADEAAAAAAAEQAAAAADAgAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAAAEQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAADAgAAAAAAEAAAAAABEAAAAAACEAAAAAABEAAAAAACEQAAAAABAgAAAAAAEAAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAACwAAAAAACwAAAAACCwAAAAADCwAAAAAACwAAAAACCwAAAAAACwAAAAADCwAAAAABCwAAAAAACwAAAAABCwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 4,7: ind: 4,7 - tiles: AwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAABBQAAAAACBQAAAAACBQAAAAAAAwAAAAACAgAAAAAAAwAAAAABEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAABQAAAAABBQAAAAACBQAAAAABAwAAAAAAAgAAAAAAAwAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 4,8: ind: 4,8 @@ -275,7 +276,7 @@ entities: version: 6 4,9: ind: 4,9 - tiles: BAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAADJAAAAAAAJAAAAAACJAAAAAABJAAAAAAAJAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAJAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: BAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAJAAAAAADJAAAAAADJAAAAAABJAAAAAABJAAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABJAAAAAACAgAAAAAAAgAAAAAAAgAAAAAA version: 6 5,0: ind: 5,0 @@ -283,43 +284,43 @@ entities: version: 6 5,1: ind: 5,1 - tiles: AwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABFAAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAQAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAQAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAC + tiles: AwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACFAAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAQAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAC version: 6 5,10: ind: 5,10 - tiles: JAAAAAACJAAAAAABJAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABAgAAAAAAJAAAAAABAgAAAAAAJAAAAAADJAAAAAAAAgAAAAAAAgAAAAAAJQAAAAACJQAAAAACJQAAAAABJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAgAAAAAAJAAAAAADAgAAAAAAJQAAAAAAJQAAAAADAgAAAAAAJQAAAAAAJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAADJQAAAAACAgAAAAAAJQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAJQAAAAADAgAAAAAAAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAJQAAAAACJQAAAAACAgAAAAAAJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAA + tiles: JAAAAAAAJAAAAAACJAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACAgAAAAAAJAAAAAAAAgAAAAAAJAAAAAACJAAAAAADAgAAAAAAAgAAAAAAJQAAAAAAJQAAAAADJQAAAAACJQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACJAAAAAADJAAAAAACAgAAAAAAJAAAAAAAAgAAAAAAJQAAAAAAJQAAAAADAgAAAAAAJQAAAAACJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAADJQAAAAACAgAAAAAAJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAJQAAAAABAgAAAAAAAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAJQAAAAAAJQAAAAACAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABEwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAA version: 6 5,2: ind: 5,2 - tiles: AAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAACCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADBwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAAB + tiles: AAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAACCAAAAAADCAAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAAABwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAD version: 6 5,3: ind: 5,3 - tiles: BwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADBwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAACBwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAABwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAABwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADBwAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAABwAAAAABBwAAAAADBwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAABwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAgAAAAAABwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAA + tiles: BwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACBwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAABBwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAABwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADBwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAABwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAABwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAABwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAgAAAAAABwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAA version: 6 5,4: ind: 5,4 - tiles: AwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAACwAAAAAACwAAAAADCwAAAAACCwAAAAABCwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAACwAAAAABCwAAAAADCwAAAAAACwAAAAACCwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAACAAAAAADCAAAAAACCgAAAAACCgAAAAACCgAAAAABCAAAAAAACAAAAAADAgAAAAAACAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAACCAAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAABwAAAAAABwAAAAACCgAAAAABCgAAAAACCgAAAAADCgAAAAAACAAAAAACCgAAAAAACgAAAAACCgAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAAACAAAAAADCAAAAAADCAAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAACCAAAAAACCAAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAACCAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABCAAAAAACCAAAAAACCgAAAAADCgAAAAACCgAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAA + tiles: AwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAACwAAAAACCwAAAAADCwAAAAADCwAAAAACCwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAgAAAAAACwAAAAAACwAAAAABCwAAAAACCwAAAAADCwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAgAAAAAACAAAAAABCAAAAAACCgAAAAACCgAAAAADCgAAAAADCAAAAAABCAAAAAADAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAADCAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAAACAAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAABwAAAAACBwAAAAADBwAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAABwAAAAACBwAAAAACCgAAAAAACgAAAAABCgAAAAAACgAAAAAACAAAAAABCgAAAAADCgAAAAACCgAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAABCAAAAAADCAAAAAABCAAAAAABCAAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADCAAAAAACCAAAAAABCgAAAAADCgAAAAACCgAAAAADCAAAAAADCAAAAAACAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAA version: 6 5,5: ind: 5,5 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAACCAAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAACAgAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAADEAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAAAEAAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAACCAAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAACAgAAAAAACAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAADEAAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACEAAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAACCAAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 5,6: ind: 5,6 - tiles: EAAAAAABEAAAAAACEAAAAAABEAAAAAAAEAAAAAADEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAABAgAAAAAAEAAAAAABEAAAAAACEAAAAAACEAAAAAADAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADFQAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAFQAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAACAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAFQAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAACAgAAAAAAEAAAAAABEAAAAAABEAAAAAABEAAAAAACEAAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAFQAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAABAgAAAAAAEAAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAABAwAAAAADAwAAAAABAwAAAAAAFQAAAAAAAwAAAAAAFQAAAAAAEAAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADFQAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAAAEAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACFQAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAABAgAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAEAAAAAADEAAAAAACEAAAAAACEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABEAAAAAADEAAAAAACEAAAAAABEAAAAAACEAAAAAABEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADEAAAAAABEAAAAAABEAAAAAAAEAAAAAAAEAAAAAABEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAEAAAAAABEAAAAAAAEAAAAAABEAAAAAAAEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: EAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAABEAAAAAABEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAACAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACFQAAAAAAEAAAAAABEAAAAAAAEAAAAAACEAAAAAACAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACFQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAACAgAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABFQAAAAAAAgAAAAAAEAAAAAADEAAAAAADEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAACEAAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACFQAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAACEAAAAAAAAwAAAAAAAwAAAAABAwAAAAABFQAAAAAAAwAAAAACFQAAAAAAEAAAAAADEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAADEAAAAAACEAAAAAABEAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAFQAAAAAAEAAAAAABEAAAAAAAEAAAAAACEAAAAAABAgAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABFQAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAADAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABEAAAAAACEAAAAAABEAAAAAABEAAAAAACEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABEAAAAAAAEAAAAAABEAAAAAACEAAAAAABEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABEAAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAEAAAAAABEAAAAAADEAAAAAAAEAAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 5,7: ind: 5,7 - tiles: AwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAADCAAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABFAAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADCAAAAAADCAAAAAACCAAAAAACCAAAAAAACAAAAAAACAAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAACCAAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADCAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAADCAAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABCAAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAABQAAAAADBQAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAAABQAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAD + tiles: AwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABFAAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAABCAAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABCAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAABCAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACCAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAACAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADBQAAAAADBQAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABBQAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAC version: 6 5,8: ind: 5,8 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAA version: 6 5,9: ind: 5,9 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAADJAAAAAACAgAAAAAAJAAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAAgAAAAAAJAAAAAAAJAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAC + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAJAAAAAADAgAAAAAAJAAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABAgAAAAAAJAAAAAAAJAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAB version: 6 6,0: ind: 6,0 @@ -327,147 +328,147 @@ entities: version: 6 6,1: ind: 6,1 - tiles: AgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAABCAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAABCAAAAAABAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAD + tiles: AgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAB version: 6 6,10: ind: 6,10 - tiles: CAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAABAgAAAAAAAwAAAAACBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABCgAAAAABCgAAAAADCgAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACBQAAAAABBQAAAAADBQAAAAADBQAAAAAABQAAAAAABQAAAAACBQAAAAACCAAAAAACCAAAAAAACgAAAAAACQAAAAAACgAAAAAACAAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACgAAAAACCgAAAAADCgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAGBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBwAAAAADAgAAAAAAFgAAAAAGBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAADBwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAEwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAGBwAAAAACBwAAAAABFgAAAAAEBwAAAAADBwAAAAADAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CAAAAAACCAAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAACAgAAAAAAAwAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCgAAAAABCgAAAAABCgAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAACBQAAAAACBQAAAAABBQAAAAABBQAAAAAABQAAAAAABQAAAAACBQAAAAABCAAAAAADCAAAAAAACgAAAAABCQAAAAAACgAAAAACCAAAAAACCAAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACgAAAAAACgAAAAADCgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBwAAAAACAgAAAAAAFgAAAAAEBwAAAAACBwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAABBwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAEwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAGBwAAAAABBwAAAAAAFgAAAAACBwAAAAABBwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,2: ind: 6,2 - tiles: AwAAAAACAwAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAADCAAAAAABAwAAAAACAwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAADBwAAAAADBwAAAAACBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABBwAAAAADBwAAAAAABwAAAAAABwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAABAwAAAAABAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAABAwAAAAAAAwAAAAADBwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADBwAAAAADBwAAAAABBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 6,3: ind: 6,3 - tiles: AwAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAACBwAAAAADFgAAAAAEAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAABwAAAAADGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAADBwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAADBwAAAAAABwAAAAAAAwAAAAABAwAAAAAB + tiles: AwAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACBwAAAAADBwAAAAACBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABFAAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAABwAAAAADBwAAAAAAFgAAAAAEAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABBwAAAAACAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAABwAAAAABGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAADBwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAADBwAAAAADBwAAAAACAwAAAAACAwAAAAAD version: 6 6,4: ind: 6,4 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADBwAAAAADBwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAADBwAAAAACBwAAAAADBwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACFAAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAAAFAAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABFAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAD version: 6 6,5: ind: 6,5 - tiles: AgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABAgAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAACAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAACwAAAAADBwAAAAABBwAAAAABBwAAAAAAAgAAAAAAAwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAACBwAAAAADAgAAAAAAAwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAACwAAAAAACwAAAAACBwAAAAADBwAAAAAABwAAAAAAAwAAAAACAwAAAAABFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAACwAAAAABCwAAAAAABwAAAAABBwAAAAABBwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAACwAAAAACCwAAAAABBwAAAAABBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAABAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACwAAAAABBwAAAAAABwAAAAABBwAAAAAAAgAAAAAAAwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAACwAAAAADCwAAAAACBwAAAAACBwAAAAADBwAAAAADAgAAAAAAAwAAAAABFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAACwAAAAADCwAAAAACBwAAAAABBwAAAAADBwAAAAACAwAAAAAAAwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAACwAAAAADCwAAAAACBwAAAAABBwAAAAAABwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAACwAAAAADCwAAAAABBwAAAAAABwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAA version: 6 6,6: ind: 6,6 - tiles: AwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAABAwAAAAAAAwAAAAADDwAAAAAADwAAAAABDwAAAAADDwAAAAACDwAAAAACDwAAAAACDwAAAAABDwAAAAACCwAAAAADCwAAAAADCwAAAAADCwAAAAACFQAAAAAAAwAAAAAAAwAAAAABAwAAAAABDwAAAAACDwAAAAABDwAAAAABDwAAAAADDwAAAAADDwAAAAADDwAAAAADDwAAAAACCwAAAAACCwAAAAACCwAAAAACCwAAAAAAFQAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAAACwAAAAAACwAAAAADCwAAAAABCwAAAAACFQAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAADCwAAAAAACwAAAAAAFQAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAAAAgAAAAAACwAAAAADCwAAAAACCwAAAAABCwAAAAADFQAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAgAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAADBwAAAAABAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAADBwAAAAADBwAAAAABBwAAAAADAwAAAAADAgAAAAAAAwAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAACAwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAACBwAAAAAABwAAAAACBwAAAAABAwAAAAAAAgAAAAAAAwAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAAAAwAAAAADBwAAAAADBwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAABBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAAAAwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAADBwAAAAAABwAAAAACAgAAAAAAAwAAAAABAwAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAAwAAAAACAwAAAAADBwAAAAABBwAAAAABBwAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAwAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAC + tiles: AwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAwAAAAACAwAAAAAADwAAAAACDwAAAAADDwAAAAADDwAAAAACDwAAAAACDwAAAAACDwAAAAACDwAAAAABCwAAAAADCwAAAAACCwAAAAAACwAAAAACFQAAAAAAAwAAAAACAwAAAAABAwAAAAAADwAAAAADDwAAAAACDwAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAADDwAAAAAACwAAAAADCwAAAAABCwAAAAAACwAAAAABFQAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAACwAAAAADCwAAAAAACwAAAAAACwAAAAADFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAACCwAAAAACFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAABAgAAAAAACwAAAAAACwAAAAACCwAAAAAACwAAAAABFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAACBwAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAgAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAABBwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAABwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAAABwAAAAADAwAAAAADAgAAAAAAAwAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAAAwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAADBwAAAAADAwAAAAABAgAAAAAAAwAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABAwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAADBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAwAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAACAwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAABAgAAAAAAAwAAAAAAAwAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAAwAAAAAAAwAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAwAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAB version: 6 6,7: ind: 6,7 - tiles: CAAAAAACAgAAAAAAAwAAAAADHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAACAAAAAADAgAAAAAAAwAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAACAAAAAADAgAAAAAAAwAAAAAAAwAAAAACHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAACCAAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACFAAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAABFAAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAACAgAAAAAAAwAAAAABBQAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAABBQAAAAACAwAAAAADBQAAAAAABQAAAAAABQAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: CAAAAAADAgAAAAAAAwAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADCAAAAAACAgAAAAAAAwAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAAACAAAAAADAgAAAAAAAwAAAAADAwAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAACCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAFAAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAACwAAAAAACwAAAAACCwAAAAAAAgAAAAAAAwAAAAADBQAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACBQAAAAAAAwAAAAACBQAAAAADBQAAAAADBQAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 6,8: ind: 6,8 - tiles: AwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAACCgAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAADBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAABQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAwAAAAACAwAAAAADBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAAACgAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAA + tiles: AwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAABCgAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACBQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAwAAAAADAwAAAAABBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAABCgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAA version: 6 6,9: ind: 6,9 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACCgAAAAADCgAAAAABCgAAAAABAwAAAAADAwAAAAABAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACCgAAAAABCgAAAAADCgAAAAACAwAAAAABAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADBQAAAAACAwAAAAABCgAAAAAACgAAAAADCgAAAAAAAwAAAAABBQAAAAABAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAAAAwAAAAABCgAAAAADCgAAAAACCgAAAAAAAwAAAAABBQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADBQAAAAACAwAAAAAACgAAAAABCgAAAAADCgAAAAAAAwAAAAACBQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAADCAAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAABCAAAAAACCAAAAAADCAAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAACBQAAAAABBQAAAAADBQAAAAABBQAAAAAABQAAAAAABQAAAAACBQAAAAAB + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAACgAAAAAACgAAAAABCgAAAAADAwAAAAADAwAAAAABAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAACgAAAAADCgAAAAADCgAAAAAAAwAAAAACAwAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAADCgAAAAACCgAAAAABCgAAAAAAAwAAAAADBQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAADCgAAAAADCgAAAAAACgAAAAADAwAAAAADBQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAABCgAAAAACCgAAAAABCgAAAAACAwAAAAAABQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAAACAAAAAACCAAAAAAAAgAAAAAAAwAAAAACBQAAAAAABQAAAAACBQAAAAAABQAAAAACBQAAAAABBQAAAAACBQAAAAAC version: 6 7,1: ind: 7,1 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAQAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAA version: 6 7,10: ind: 7,10 - tiles: BQAAAAADAwAAAAACAgAAAAAACAAAAAAACgAAAAACCQAAAAAACgAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAABQAAAAACAwAAAAABAgAAAAAACAAAAAABCgAAAAADCgAAAAAACgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACHAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAFgAAAAAEBwAAAAABAgAAAAAABwAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACAgAAAAAAHAAAAAACHAAAAAACAgAAAAAAHAAAAAADAgAAAAAAAAAAAAAABwAAAAABBwAAAAAAAgAAAAAAFgAAAAADFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAHAAAAAACAgAAAAAAAAAAAAAABwAAAAADAgAAAAAABwAAAAABBwAAAAABFAAAAAAAAgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAFgAAAAAAFgAAAAAEBwAAAAABFAAAAAAAHAAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAHAAAAAADHAAAAAABAgAAAAAAHAAAAAACAgAAAAAAAAAAAAAABwAAAAACFgAAAAAGBwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BQAAAAABAwAAAAAAAgAAAAAACAAAAAAACgAAAAAACQAAAAAACgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAABQAAAAABAwAAAAAAAgAAAAAACAAAAAACCgAAAAABCgAAAAADCgAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAABAgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACHAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAFgAAAAAEBwAAAAACAgAAAAAABwAAAAAAAgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAAgAAAAAAHAAAAAABHAAAAAAAAgAAAAAAHAAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAACAgAAAAAAFgAAAAACFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAHAAAAAABAgAAAAAAAAAAAAAABwAAAAABAgAAAAAABwAAAAADBwAAAAAAFAAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADAgAAAAAAAgAAAAAAHAAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAFgAAAAAFFgAAAAAABwAAAAAAFAAAAAAAHAAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAAAAAAAABwAAAAACFgAAAAACBwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,2: ind: 7,2 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAHQAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAADAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAACEAAAAAABEAAAAAABAgAAAAAAAwAAAAACBQAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAB + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAHQAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAEAAAAAABEAAAAAACEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAADEAAAAAADAgAAAAAAAwAAAAABBQAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAA version: 6 7,3: ind: 7,3 - tiles: AgAAAAAAEAAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAACEAAAAAABEAAAAAADEAAAAAADAgAAAAAAAwAAAAADBQAAAAAAAwAAAAAAAgAAAAAAAwAAAAADBQAAAAACAgAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAADEAAAAAADEAAAAAAAEAAAAAABEAAAAAABAgAAAAAAAwAAAAADBQAAAAAAAwAAAAABAgAAAAAAAwAAAAADBQAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAABEAAAAAABEAAAAAADEAAAAAABEAAAAAAAEAAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADBQAAAAABAgAAAAAAEAAAAAACEAAAAAAAEAAAAAABEAAAAAABEAAAAAABEAAAAAADEAAAAAABEAAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAABBQAAAAAABQAAAAACBQAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADBwAAAAACBwAAAAACBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAACGgAAAAAAGgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAACBwAAAAADBwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAB + tiles: AgAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAwAAAAADBQAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAwAAAAACBQAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAEAAAAAADEAAAAAADEAAAAAADEAAAAAAAEAAAAAADEAAAAAABEAAAAAACEAAAAAADEAAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAACEAAAAAACEAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADBwAAAAADBwAAAAABBwAAAAADBwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAGgAAAAAAGgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABGgAAAAAAGgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAADBwAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAA version: 6 7,4: ind: 7,4 - tiles: AwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAADFAAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAACFAAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAACAgAAAAAAAgAAAAAAAwAAAAAA + tiles: AwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADCAAAAAADCAAAAAACCAAAAAADCAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADFAAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADFAAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAD version: 6 7,5: ind: 7,5 - tiles: AwAAAAABAwAAAAACAwAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAAAEAAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAACEAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAEAAAAAADEQAAAAAAEQAAAAACEQAAAAACEQAAAAADEAAAAAADEAAAAAACEAAAAAACEAAAAAADEAAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAAEAAAAAAAEQAAAAAAEQAAAAABEQAAAAABEQAAAAACEAAAAAADEAAAAAADEAAAAAADEAAAAAABEAAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAgAAAAAAEAAAAAABEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAADEAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAEAAAAAACEQAAAAAAEQAAAAABEQAAAAADEQAAAAABEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAEAAAAAADEQAAAAADEQAAAAADEQAAAAADEQAAAAADEAAAAAADEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACEAAAAAACAgAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAACCwAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAACwAAAAAACwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAACCwAAAAABAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAACCwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAACwAAAAABCwAAAAABAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAB + tiles: AwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAEAAAAAACEQAAAAADEQAAAAADEQAAAAABEQAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAADEAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAEAAAAAAAEQAAAAABEQAAAAADEQAAAAAAEQAAAAACEAAAAAADEAAAAAADEAAAAAADEAAAAAAAEAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAEAAAAAAAEQAAAAAAEQAAAAABEQAAAAABEQAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAABEAAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAEAAAAAADEQAAAAABEQAAAAABEQAAAAADEQAAAAACEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAEAAAAAABEQAAAAAAEQAAAAABEQAAAAACEQAAAAADEAAAAAABEAAAAAAAAgAAAAAAEAAAAAACEAAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAADEAAAAAAAAgAAAAAAEAAAAAADEAAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACCwAAAAABCwAAAAABAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACCwAAAAADCwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADCwAAAAABCwAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAADCwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAACCwAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAC version: 6 7,6: ind: 7,6 - tiles: AwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADDwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACDwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAABwAAAAABAwAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAAAwAAAAACAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABBwAAAAAAAwAAAAADHAAAAAABHAAAAAADHAAAAAACHAAAAAADAwAAAAABAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAAABwAAAAAAAwAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADHAAAAAADHAAAAAADHAAAAAADHAAAAAABAwAAAAACAwAAAAABBwAAAAADBwAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAACHAAAAAACAwAAAAABAgAAAAAABwAAAAADPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAAAAgAAAAAAAwAAAAAA + tiles: AwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAADwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACDwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABBwAAAAACAwAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAABAwAAAAACAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAABwAAAAABAwAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAADAwAAAAABAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAACBwAAAAAAAwAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABAwAAAAACAwAAAAADBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAADBwAAAAAAAgAAAAAAAwAAAAABAwAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADAwAAAAABAgAAAAAABwAAAAADPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAAAAgAAAAAAAwAAAAAD version: 6 7,7: ind: 7,7 - tiles: HAAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACAwAAAAADAgAAAAAABwAAAAABPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAABFAAAAAAAAwAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADAwAAAAABAgAAAAAABwAAAAABPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAADFAAAAAAAAwAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADAwAAAAACAwAAAAABAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAgAAAAAAAwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADFAAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAABBQAAAAAABQAAAAAABQAAAAAAAwAAAAABAwAAAAABAwAAAAABBQAAAAAABQAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADBQAAAAACBQAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADBQAAAAADBQAAAAACBQAAAAACAwAAAAADBQAAAAAABQAAAAAABQAAAAADAwAAAAACAgAAAAAAAwAAAAABBQAAAAAABQAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAABBQAAAAACBQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAAB + tiles: HAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACAwAAAAACAgAAAAAABwAAAAACPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAACFAAAAAAAAwAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACAwAAAAABAgAAAAAABwAAAAABPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAABFAAAAAAAAwAAAAACHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABAgAAAAAAAwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAABFAAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADBQAAAAABBQAAAAACBQAAAAACAwAAAAABAwAAAAACAwAAAAADBQAAAAAABQAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADBQAAAAAABQAAAAABBQAAAAABAwAAAAACBQAAAAADBQAAAAACBQAAAAADAwAAAAAAAgAAAAAAAwAAAAAABQAAAAACBQAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAABBQAAAAAABQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAAC version: 6 7,8: ind: 7,8 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAABQAAAAADBQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAACBQAAAAAABQAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAABCgAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAADBQAAAAADAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAAABQAAAAAAAwAAAAADAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADBQAAAAACAwAAAAADAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACBQAAAAAAAwAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABBQAAAAAABQAAAAABAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAADCgAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAACCAAAAAACCAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAD + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACBQAAAAADBQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACBQAAAAABBQAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAAACgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADBQAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAABQAAAAAAAwAAAAACAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAAABQAAAAAAAwAAAAADAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAADBQAAAAAAAwAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAACBQAAAAADBQAAAAADAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAABCgAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAADCAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAADCAAAAAAA version: 6 7,9: ind: 7,9 - tiles: AQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAACCAAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAADBQAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAABQAAAAABBQAAAAABBQAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABQAAAAAAAwAAAAABAgAAAAAACAAAAAAACgAAAAACCgAAAAABCgAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA + tiles: AQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAABBQAAAAADBQAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAACBQAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABQAAAAADAwAAAAACAgAAAAAACAAAAAAACgAAAAACCgAAAAADCgAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA version: 6 8,2: ind: 8,2 - tiles: AQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAACBQAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAAABQAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAACAgAAAAAAAwAAAAABAwAAAAACBQAAAAAAAwAAAAACBQAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAABCAAAAAADAgAAAAAA + tiles: AQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAIwAAAAAAHgAAAAAAIwAAAAADIwAAAAABHgAAAAAAIwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAIwAAAAADHgAAAAAAHgAAAAAAIwAAAAAAHgAAAAAAIwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAABCAAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAgAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAADCAAAAAABCAAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAA version: 6 8,3: ind: 8,3 - tiles: AwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAAACAAAAAABAgAAAAAAAwAAAAAAAwAAAAAABQAAAAABAwAAAAAABQAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAABCAAAAAAAAgAAAAAAAwAAAAACAwAAAAAABQAAAAAAAwAAAAADBQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADBQAAAAAAAwAAAAABBQAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACFAAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAFAAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAABFAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAACFAAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAACAAAAAAACAAAAAAACAAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAACAAAAAABAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAAFAAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAABCAAAAAABCAAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAAAAwAAAAACAgAAAAAACAAAAAAACgAAAAAACAAAAAAACAAAAAAACgAAAAADCAAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADJwAAAAABJwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACJwAAAAADJwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAFQAAAAAAAwAAAAACFQAAAAAAFQAAAAAAAgAAAAAAAwAAAAACAwAAAAACJwAAAAABJwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABFQAAAAAAAwAAAAADFQAAAAAAFQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAJwAAAAABJwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAACAwAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAADAgAAAAAAEAAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABAgAAAAAACAAAAAACAwAAAAABAwAAAAACAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAACAAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAA version: 6 8,4: ind: 8,4 - tiles: AwAAAAAAAgAAAAAACAAAAAACCgAAAAADCAAAAAADCAAAAAABCgAAAAACCAAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADAwAAAAABAgAAAAAACAAAAAACCgAAAAABCAAAAAACCAAAAAAACgAAAAADCAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAADAwAAAAABAgAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAACCAAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAACAAAAAADCAAAAAADCAAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAADCAAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAADCAAAAAADCAAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAgAAAAAACAAAAAACCgAAAAAACAAAAAABCAAAAAABCgAAAAAACAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACCAAAAAACCAAAAAADCgAAAAAACAAAAAABCAAAAAACCgAAAAADCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAABCgAAAAACCAAAAAAACAAAAAACCgAAAAAACAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAACCAAAAAABCAAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAAACAAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAABCAAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAAACAAAAAADCAAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAACCAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADCAAAAAACCAAAAAABAgAAAAAAAgAAAAAACAAAAAABAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAAACAAAAAAACAAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADCAAAAAABCAAAAAACCAAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 8,5: ind: 8,5 - tiles: AwAAAAADAwAAAAADAgAAAAAACwAAAAADCwAAAAAACwAAAAACCwAAAAACCwAAAAADCwAAAAADCwAAAAAACwAAAAABAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACwAAAAABCwAAAAAACwAAAAAACwAAAAACCwAAAAACCwAAAAAACwAAAAABCwAAAAADAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAwAAAAAAAwAAAAABAgAAAAAACwAAAAADCwAAAAACCwAAAAADCwAAAAAACwAAAAABCwAAAAAACwAAAAACCwAAAAACAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAACwAAAAADCwAAAAADCwAAAAAACwAAAAABCwAAAAAACwAAAAABCwAAAAACCwAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAABCAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAADAwAAAAADAgAAAAAACAAAAAAACAAAAAACDgAAAAADDgAAAAADDgAAAAADDgAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAAAAwAAAAABAwAAAAACAgAAAAAACAAAAAABCAAAAAADDgAAAAACCAAAAAABCAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAADAwAAAAADAwAAAAACCAAAAAACCAAAAAADCAAAAAADDgAAAAACCAAAAAABCgAAAAACCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAADCAAAAAADDgAAAAABCAAAAAAACAAAAAADCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAACDgAAAAAADgAAAAAADgAAAAABDgAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADFAAAAAAAFAAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAAA + tiles: AwAAAAACAwAAAAABAgAAAAAACwAAAAADCwAAAAACCwAAAAACCwAAAAADCwAAAAADCwAAAAACCwAAAAABCwAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACwAAAAABCwAAAAADCwAAAAAACwAAAAADCwAAAAABCwAAAAACCwAAAAABCwAAAAADAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAwAAAAAAAwAAAAACAgAAAAAACwAAAAACCwAAAAAACwAAAAABCwAAAAADCwAAAAACCwAAAAABCwAAAAAACwAAAAADAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAACwAAAAACCwAAAAAACwAAAAABCwAAAAAACwAAAAACCwAAAAACCwAAAAACCwAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAADDgAAAAAADgAAAAABDgAAAAABDgAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAADAwAAAAABAwAAAAACAgAAAAAACAAAAAAACAAAAAADDgAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABAwAAAAAAAwAAAAABCAAAAAADCAAAAAADCAAAAAAADgAAAAAACAAAAAADCgAAAAACCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAACAAAAAABCAAAAAAADgAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAACDgAAAAADDgAAAAACDgAAAAAADgAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACFAAAAAAAFAAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAC version: 6 8,6: ind: 8,6 - tiles: AwAAAAACAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADFAAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAACAAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAACAAAAAAACAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAACAAAAAABCAAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABAwAAAAACAwAAAAAAFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAABCAAAAAAAAwAAAAABAwAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAADBQAAAAADAwAAAAAABQAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAAABQAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAAAFAAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABFAAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAACAAAAAACCAAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAACAAAAAAACAAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAACAAAAAACCAAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAADCAAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAACAAAAAADAwAAAAABAwAAAAADFAAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAwAAAAAAAwAAAAABFAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAABAwAAAAADAwAAAAABFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAABBQAAAAADAwAAAAAABQAAAAABAwAAAAACAgAAAAAACAAAAAAACAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAADAwAAAAABBQAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAA version: 6 8,7: ind: 8,7 - tiles: AwAAAAABAwAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAAABQAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAFAAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACgAAAAADCAAAAAABCAAAAAACCAAAAAAACgAAAAACAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBQAAAAACAwAAAAADAgAAAAAACgAAAAABCAAAAAADCAAAAAABCAAAAAAACgAAAAADAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABQAAAAABAwAAAAACAgAAAAAACgAAAAAACAAAAAACCAAAAAACCAAAAAABCgAAAAADAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBQAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBQAAAAAAAwAAAAABAwAAAAAAAwAAAAABBQAAAAACAwAAAAABBQAAAAAAAwAAAAAABQAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAADAgAAAAAAAwAAAAAABQAAAAACAwAAAAABBQAAAAACAwAAAAADBQAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAC + tiles: AwAAAAABAwAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAABBQAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACFAAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACFAAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAACgAAAAAACAAAAAABCAAAAAACCAAAAAABCgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBQAAAAAAAwAAAAAAAgAAAAAACgAAAAAACAAAAAACCAAAAAAACAAAAAABCgAAAAADAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBQAAAAABAwAAAAABAgAAAAAACgAAAAACCAAAAAACCAAAAAADCAAAAAAACgAAAAADAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBQAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBQAAAAADAwAAAAAAAwAAAAACAwAAAAAABQAAAAACAwAAAAADBQAAAAABAwAAAAACBQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAADAgAAAAAAAwAAAAADBQAAAAABAwAAAAAABQAAAAACAwAAAAABBQAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAA version: 6 8,8: ind: 8,8 - tiles: BQAAAAABAwAAAAADAgAAAAAAAwAAAAAABQAAAAADAwAAAAACBQAAAAAAAwAAAAACBQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABBQAAAAACBQAAAAADBQAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAABQAAAAADBQAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACBQAAAAACAwAAAAAABQAAAAACBQAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADBQAAAAAAAwAAAAABBQAAAAACBQAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADBQAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACBQAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAABQAAAAADAwAAAAABBQAAAAAABQAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAADBwAAAAADBwAAAAAAAwAAAAADAgAAAAAA + tiles: BQAAAAAAAwAAAAACAgAAAAAAAwAAAAADBQAAAAADAwAAAAACBQAAAAABAwAAAAACBQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACBQAAAAACBQAAAAAABQAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACBQAAAAABBQAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABBQAAAAADAwAAAAADBQAAAAAABQAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADBQAAAAACAwAAAAAABQAAAAADBQAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABBQAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAADBQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAABQAAAAADAwAAAAADBQAAAAAABQAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAABAwAAAAAAAgAAAAAA version: 6 8,9: ind: 8,9 - tiles: CAAAAAACAgAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAADAwAAAAACCAAAAAACCAAAAAADCAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAACBwAAAAADBwAAAAABBwAAAAAABwAAAAABAgAAAAAACAAAAAACAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CAAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAADBwAAAAADAwAAAAACCAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAACBwAAAAADAgAAAAAACAAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAABCAAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 9,2: ind: 9,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 9,3: ind: 9,3 - tiles: AwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABBQAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACBQAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABBQAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADBQAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 9,4: ind: 9,4 - tiles: CAAAAAACCAAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAACAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAAB + tiles: CAAAAAADCAAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAADCAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAD version: 6 9,5: ind: 9,5 - tiles: HQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: HQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAACHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 9,6: ind: 9,6 - tiles: AwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAABFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAFAAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAAACAAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAACAAAAAACCAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAA + tiles: AwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAFAAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAABFAAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAABCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAACAAAAAACCAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACCAAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAA version: 6 9,7: ind: 9,7 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABBwAAAAACBwAAAAACBwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABBwAAAAAABwAAAAADBwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAABwAAAAABBwAAAAAABwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADBwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADBwAAAAABBwAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAB + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADBwAAAAAABwAAAAABBwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAABwAAAAACBwAAAAAABwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACBwAAAAACBwAAAAABBwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAABwAAAAABBwAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACBwAAAAADBwAAAAACBwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAD version: 6 9,8: ind: 9,8 - tiles: BwAAAAABBwAAAAACBwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAABwAAAAACBwAAAAAAAgAAAAAABwAAAAAABwAAAAACAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAABwAAAAADBwAAAAADAgAAAAAABwAAAAABBwAAAAADAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAABwAAAAACBwAAAAACAgAAAAAABwAAAAAABwAAAAADAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACBwAAAAADBwAAAAACBwAAAAADBwAAAAADBwAAAAADBwAAAAACBwAAAAACBwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADBwAAAAACBwAAAAADBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAADBwAAAAADAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADAgAAAAAABwAAAAABBwAAAAACAgAAAAAABwAAAAAABwAAAAADAgAAAAAABwAAAAADBwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADAgAAAAAABwAAAAACBwAAAAADAgAAAAAABwAAAAACBwAAAAADAgAAAAAABwAAAAAABwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAACAAAAAADCAAAAAAACAAAAAACAgAAAAAABwAAAAACBwAAAAACAgAAAAAABwAAAAACBwAAAAACAgAAAAAABwAAAAACBwAAAAAC + tiles: BwAAAAAABwAAAAADBwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAABwAAAAABBwAAAAACAgAAAAAABwAAAAAABwAAAAADAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAABwAAAAAABwAAAAABAgAAAAAABwAAAAAABwAAAAABAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAABwAAAAADBwAAAAACAgAAAAAABwAAAAACBwAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACBwAAAAABBwAAAAADBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAACBwAAAAACBwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAABwAAAAADBwAAAAACAgAAAAAABwAAAAAABwAAAAAAAgAAAAAABwAAAAABBwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAAACAAAAAABAgAAAAAABwAAAAACBwAAAAACAgAAAAAABwAAAAACBwAAAAADAgAAAAAABwAAAAAABwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAABwAAAAAABwAAAAAAAgAAAAAABwAAAAABBwAAAAADAgAAAAAABwAAAAACBwAAAAAD version: 6 9,9: ind: 9,9 - tiles: AwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAQAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,6: ind: 0,6 @@ -735,6 +736,34 @@ entities: 14567: 100,90 14835: 50,82 14836: 51,82 + 14853: 139,44 + 14889: 136,44 + 14891: 138,49 + 14892: 136,49 + 14893: 136,47 + 15207: 135,72 + 15208: 135,74 + 15209: 131,74 + 15215: 133,74 + 15216: 131,68 + 15217: 131,70 + 15219: 135,68 + 15277: 128,46 + 15278: 128,49 + 15279: 128,52 + 15280: 132,52 + 15281: 132,49 + 15282: 132,46 + 15298: 131,57 + 15299: 131,58 + 15300: 133,58 + 15301: 133,57 + 15302: 134,57 + 15303: 134,58 + 15442: 132,64 + 15443: 134,64 + 15447: 123,71 + 15448: 137,69 - node: zIndex: 1 color: '#FFFFFFFF' @@ -827,10 +856,6 @@ entities: 14616: 148,72 14617: 149,72 14618: 142,47 - 14619: 142,48 - 14620: 138,44 - 14621: 138,45 - 14622: 142,44 14623: 142,45 14625: 152,51 14626: 152,53 @@ -844,18 +869,8 @@ entities: 14646: 153,93 14647: 156,100 14648: 154,100 - 14658: 137,59 14659: 145,58 14660: 144,58 - 14661: 135,58 - 14662: 133,58 - 14665: 130,62 - 14666: 130,66 - 14667: 132,66 - 14668: 132,62 - 14669: 133,62 - 14673: 124,56 - 14674: 126,56 14675: 124,47 14676: 124,49 14682: 47,68 @@ -925,13 +940,13 @@ entities: 14415: 125,103 14428: 152,112 14431: 152,95 - 14438: 135,70 - 14443: 138,51 14465: 50,53 14477: 72,85 14483: 89,110 14487: 49,90 14493: 36,110 + 15238: 136,51 + 15289: 129,74 - node: color: '#FFFFFFFF' id: BotRight @@ -960,12 +975,8 @@ entities: 14433: 138,107 14434: 126,101 14435: 117,64 - 14436: 128,74 - 14437: 135,69 14439: 146,72 14440: 151,55 - 14441: 138,49 - 14442: 138,52 14444: 122,46 14445: 99,48 14446: 101,48 @@ -1006,6 +1017,9 @@ entities: 14546: 131,105 14774: 94,53 14775: 46,95 + 14894: 136,46 + 15237: 136,52 + 15290: 128,74 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1224,13 +1238,6 @@ entities: 2908: 29,108 2909: 29,112 2910: 29,116 - 3585: 125,65 - 3586: 125,68 - 3587: 125,71 - 3588: 125,74 - 3589: 134,52 - 3590: 134,49 - 3591: 134,46 4037: 48,81 4039: 48,83 4047: 51,83 @@ -1276,6 +1283,18 @@ entities: 14837: 50,83 14838: 50,81 14839: 51,81 + 14857: 142,46 + 14895: 137,49 + 14896: 137,44 + 14897: 138,44 + 15211: 135,73 + 15214: 132,74 + 15218: 131,69 + 15444: 133,64 + 15445: 123,72 + 15449: 126,61 + 15488: 125,64 + 15491: 128,61 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1301,17 +1320,11 @@ entities: 14607: 39,110 14608: 50,107 14609: 52,105 - 14624: 138,46 14629: 152,52 14630: 155,52 14642: 142,88 14643: 146,93 14649: 155,100 - 14663: 134,58 - 14664: 130,64 - 14670: 135,64 - 14671: 128,68 - 14672: 125,56 14677: 124,48 14678: 48,68 14679: 52,68 @@ -3161,6 +3174,49 @@ entities: 14636: 30,104 14637: 31,105 14638: 31,104 + 15344: 128,51 + 15345: 127,52 + 15346: 126,51 + 15347: 127,48 + 15348: 128,49 + 15349: 128,45 + 15350: 127,45 + 15351: 133,46 + 15352: 133,41 + 15353: 132,42 + 15354: 131,42 + 15355: 131,41 + 15356: 129,42 + 15357: 130,43 + 15358: 130,41 + 15359: 134,41 + 15360: 134,42 + 15361: 133,43 + 15362: 133,48 + 15363: 134,51 + 15364: 130,52 + 15365: 129,49 + 15366: 131,49 + 15367: 130,46 + 15368: 131,46 + 15369: 131,47 + 15370: 130,48 + 15371: 131,53 + 15372: 133,54 + 15373: 134,55 + 15374: 133,58 + 15375: 132,56 + 15376: 130,58 + 15377: 128,59 + 15378: 129,56 + 15379: 131,56 + 15380: 126,57 + 15381: 126,59 + 15382: 125,57 + 15383: 126,55 + 15384: 123,54 + 15385: 124,53 + 15386: 122,58 - node: cleanable: True zIndex: 2 @@ -3641,28 +3697,6 @@ entities: 11395: 116,48 11397: 122,47 11398: 123,50 - 11399: 129,48 - 11400: 132,48 - 11401: 127,52 - 11402: 123,54 - 11403: 126,56 - 11404: 122,58 - 11405: 123,60 - 11406: 129,59 - 11407: 130,57 - 11408: 130,55 - 11409: 133,54 - 11410: 126,60 - 11411: 127,64 - 11412: 126,65 - 11413: 127,69 - 11414: 127,71 - 11415: 126,72 - 11416: 126,73 - 11417: 127,66 - 11418: 133,63 - 11419: 131,69 - 11420: 134,74 11421: 138,67 11422: 139,70 11423: 145,69 @@ -3673,17 +3707,12 @@ entities: 11428: 147,59 11429: 148,58 11430: 147,56 - 11431: 142,57 - 11432: 139,56 11433: 140,53 11434: 140,52 11435: 136,55 - 11436: 140,59 - 11437: 138,61 11438: 141,62 11439: 144,64 11443: 141,45 - 11444: 140,48 11445: 147,49 11446: 150,50 11447: 147,53 @@ -3883,6 +3912,11 @@ entities: 14798: 128,148 14799: 130,148 14812: 32,119 + 15499: 123,63 + 15500: 122,64 + 15501: 127,62 + 15502: 126,63 + 15503: 124,66 - node: cleanable: True zIndex: 1 @@ -3982,15 +4016,10 @@ entities: 13524: 128,76 13525: 134,76 13526: 136,76 - 13527: 123,76 13528: 118,78 - 13529: 120,74 - 13530: 120,71 13532: 117,66 13533: 118,64 13534: 120,63 - 13535: 120,68 - 13536: 120,59 13537: 118,60 13538: 120,55 13539: 114,53 @@ -4092,6 +4121,26 @@ entities: 14843: 53,84 14844: 51,82 14845: 52,80 + 15402: 124,65 + 15404: 128,65 + 15405: 128,68 + 15406: 126,70 + 15407: 128,72 + 15408: 128,71 + 15409: 122,69 + 15410: 122,72 + 15411: 120,74 + 15412: 133,64 + 15413: 134,66 + 15414: 136,65 + 15415: 135,69 + 15416: 133,70 + 15417: 134,72 + 15418: 134,74 + 15419: 131,72 + 15420: 140,52 + 15423: 137,60 + 15424: 139,62 - node: cleanable: True color: '#FFFFFFFF' @@ -4104,7 +4153,6 @@ entities: 8671: 120,168 8672: 117,170 8673: 118,171 - 11440: 140,55 11441: 139,45 11542: 38,111 11543: 39,112 @@ -4354,6 +4402,19 @@ entities: 13834: 52,103 13835: 51,99 14841: 53,81 + 15388: 123,59 + 15389: 124,55 + 15390: 122,53 + 15391: 126,56 + 15392: 128,55 + 15393: 131,60 + 15394: 132,61 + 15395: 131,62 + 15396: 134,61 + 15397: 132,59 + 15398: 133,55 + 15399: 129,54 + 15400: 127,56 - node: cleanable: True color: '#C6FF91FF' @@ -4633,7 +4694,6 @@ entities: 10646: 91,43 10650: 90,42 10651: 90,43 - 14156: 124,62 14336: 91,42 - node: color: '#79150096' @@ -4722,27 +4782,20 @@ entities: 1222: 73,116 2491: 40,87 2492: 40,93 - 3114: 132,75 - 3115: 133,75 3116: 140,73 3117: 140,74 3118: 142,75 3119: 143,75 3398: 138,73 3399: 138,74 - 3401: 122,59 - 3402: 123,59 - 3466: 133,70 - 3467: 132,70 - 3468: 132,71 - 3469: 133,71 - 3470: 133,72 - 3471: 132,72 4459: 90,115 5008: 103,84 10807: 96,114 10808: 96,115 - 14179: 131,61 + 14899: 138,46 + 14900: 138,47 + 14901: 139,47 + 14902: 139,46 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -5067,7 +5120,6 @@ entities: 1819: 72,88 1820: 70,88 1821: 69,88 - 3596: 123,65 5654: 124,83 5655: 123,83 5661: 125,86 @@ -5154,7 +5206,6 @@ entities: color: '#9FED5896' id: HalfTileOverlayGreyscale decals: - 3597: 123,74 5180: 107,99 5181: 106,99 5182: 105,99 @@ -5269,7 +5320,6 @@ entities: 2922: 51,107 3024: 38,102 3025: 39,102 - 3601: 123,68 9537: 47,103 9538: 50,103 13818: 48,103 @@ -5392,16 +5442,6 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 3087: 131,66 - 3088: 132,66 - 3089: 133,66 - 3104: 131,74 - 3105: 134,74 - 3129: 134,56 - 3130: 133,56 - 3131: 132,56 - 3135: 129,60 - 3136: 130,60 3151: 143,60 3152: 145,60 3153: 144,60 @@ -5414,7 +5454,6 @@ entities: 3265: 144,58 3266: 145,58 3267: 146,58 - 3295: 136,56 3306: 146,53 3307: 147,53 3308: 148,53 @@ -5423,16 +5462,6 @@ entities: 3330: 153,58 3331: 154,58 3352: 141,49 - 3369: 127,52 - 3370: 128,52 - 3371: 129,52 - 3372: 130,52 - 3373: 131,52 - 3374: 132,52 - 3375: 126,56 - 3376: 125,56 - 3377: 124,56 - 3378: 123,56 3403: 138,71 3415: 155,64 3416: 154,64 @@ -5449,7 +5478,6 @@ entities: 3488: 148,49 3958: 142,71 3966: 148,72 - 4399: 133,60 4976: 109,78 4977: 108,78 4978: 107,78 @@ -5473,6 +5501,46 @@ entities: 13851: 94,48 13852: 97,48 13853: 98,48 + 14859: 138,49 + 14860: 137,49 + 14919: 133,66 + 14920: 134,66 + 14921: 135,66 + 14922: 136,66 + 14945: 123,66 + 14979: 126,74 + 14980: 127,74 + 14981: 128,74 + 15054: 133,59 + 15055: 132,59 + 15057: 130,59 + 15142: 122,75 + 15176: 133,70 + 15185: 133,74 + 15186: 134,74 + 15201: 127,69 + 15213: 132,74 + 15271: 127,46 + 15272: 127,49 + 15273: 127,52 + 15274: 133,52 + 15275: 133,49 + 15276: 133,46 + 15331: 125,58 + 15332: 126,58 + 15333: 127,58 + 15339: 128,58 + 15452: 123,61 + 15457: 125,60 + 15459: 127,60 + 15490: 128,66 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 15438: 138,59 + 15439: 139,59 - node: zIndex: 2 color: '#DE3A3A96' @@ -5558,7 +5626,6 @@ entities: 1192: 116,162 1193: 117,162 1194: 118,162 - 3600: 123,71 3870: 126,146 3871: 127,146 3887: 131,146 @@ -5821,7 +5888,6 @@ entities: color: '#9FED5896' id: HalfTileOverlayGreyscale180 decals: - 3059: 123,73 5160: 105,96 5161: 106,96 5162: 108,96 @@ -5945,7 +6011,6 @@ entities: 2784: 37,86 2785: 39,86 3020: 39,104 - 3045: 123,67 14833: 49,80 14834: 50,80 - node: @@ -6056,19 +6121,6 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 decals: - 3083: 134,58 - 3084: 133,62 - 3085: 132,62 - 3097: 133,68 - 3098: 132,68 - 3099: 131,68 - 3124: 130,54 - 3125: 131,54 - 3126: 132,54 - 3127: 134,54 - 3128: 133,54 - 3141: 127,58 - 3142: 128,58 3148: 143,62 3150: 145,62 3249: 140,69 @@ -6084,8 +6136,6 @@ entities: 3282: 144,55 3283: 143,55 3285: 141,51 - 3293: 136,54 - 3294: 137,54 3299: 149,48 3300: 148,48 3301: 147,48 @@ -6094,12 +6144,6 @@ entities: 3323: 154,49 3353: 141,44 3354: 139,44 - 3355: 132,44 - 3356: 131,44 - 3357: 130,44 - 3364: 127,47 - 3365: 128,47 - 3396: 125,54 3423: 152,60 3424: 153,60 3425: 154,60 @@ -6112,7 +6156,6 @@ entities: 3495: 147,52 3961: 142,73 3965: 144,62 - 4400: 133,58 4440: 92,112 4458: 95,112 10625: 98,39 @@ -6136,6 +6179,38 @@ entities: 14176: 153,69 14177: 154,69 14178: 152,69 + 14864: 138,44 + 14865: 137,44 + 14903: 138,51 + 14904: 137,51 + 14925: 136,64 + 14926: 135,64 + 14927: 134,64 + 14928: 133,64 + 14929: 132,64 + 14986: 126,68 + 15042: 128,55 + 15047: 132,55 + 15179: 133,68 + 15180: 134,68 + 15181: 133,72 + 15194: 127,73 + 15304: 125,54 + 15305: 126,54 + 15312: 127,56 + 15327: 125,56 + 15328: 126,56 + 15337: 128,56 + 15453: 123,62 + 15476: 127,62 + 15489: 128,68 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 15431: 138,54 + 15432: 139,54 - node: zIndex: 2 color: '#DE3A3A96' @@ -6202,7 +6277,6 @@ entities: 1169: 111,158 1170: 112,158 1299: 117,123 - 3051: 123,70 3865: 126,142 3866: 127,142 3883: 131,144 @@ -6413,8 +6487,6 @@ entities: 1783: 59,101 1784: 59,102 1785: 59,103 - 3038: 126,64 - 3039: 126,63 4014: 83,96 4016: 83,92 4998: 110,79 @@ -6436,10 +6508,6 @@ entities: 11790: 116,84 11791: 116,85 12078: 60,109 - 14157: 122,63 - 14158: 122,64 - 14162: 128,64 - 14163: 128,65 - node: color: '#79150096' id: HalfTileOverlayGreyscale270 @@ -6497,8 +6565,6 @@ entities: color: '#9FED5896' id: HalfTileOverlayGreyscale270 decals: - 3054: 126,72 - 3055: 126,73 5173: 112,100 5174: 112,101 5175: 112,102 @@ -6519,8 +6585,6 @@ entities: 5303: 115,99 7233: 88,27 11212: 112,69 - 14168: 128,72 - 14169: 128,73 - node: angle: -6.283185307179586 rad color: '#A4610696' @@ -6650,10 +6714,6 @@ entities: 2926: 50,106 2931: 46,106 3029: 37,83 - 3041: 126,67 - 3963: 126,66 - 14164: 128,66 - 14165: 128,67 - node: color: '#D4D4D428' id: HalfTileOverlayGreyscale270 @@ -6768,26 +6828,7 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 decals: - 3092: 130,63 - 3093: 130,64 - 3094: 130,65 - 3100: 130,69 - 3101: 130,70 - 3103: 130,73 - 3120: 126,61 - 3121: 129,56 - 3122: 129,57 - 3146: 125,59 3154: 143,61 - 3215: 137,57 - 3216: 137,58 - 3217: 137,60 - 3218: 137,61 - 3219: 137,62 - 3220: 137,63 - 3221: 137,65 - 3222: 137,66 - 3224: 137,69 3241: 147,65 3242: 147,66 3243: 147,67 @@ -6797,8 +6838,6 @@ entities: 3260: 147,61 3261: 147,60 3262: 147,59 - 3291: 138,52 - 3292: 138,53 3310: 144,52 3311: 144,51 3312: 144,50 @@ -6806,18 +6845,9 @@ entities: 3324: 152,51 3325: 152,52 3326: 152,53 - 3344: 138,45 - 3345: 138,46 - 3346: 138,47 - 3347: 138,48 - 3358: 129,45 - 3359: 129,46 - 3360: 126,49 - 3361: 126,50 3383: 122,47 3384: 122,48 3385: 122,49 - 3395: 122,55 3420: 151,62 3421: 151,63 3435: 151,73 @@ -6829,7 +6859,6 @@ entities: 3489: 149,50 3490: 149,51 3959: 137,67 - 4420: 122,54 4439: 91,114 9645: 151,149 9646: 151,150 @@ -6838,6 +6867,59 @@ entities: 10684: 101,46 10699: 101,41 10700: 101,42 + 14867: 136,45 + 14868: 136,46 + 14869: 136,47 + 14898: 136,48 + 14906: 136,52 + 14907: 136,53 + 14908: 136,54 + 14909: 136,55 + 14910: 136,56 + 14911: 136,58 + 14912: 136,57 + 14913: 136,59 + 14914: 136,60 + 14915: 136,61 + 14983: 125,70 + 14988: 137,68 + 15010: 129,52 + 15011: 129,49 + 15012: 129,46 + 15019: 131,45 + 15020: 131,48 + 15021: 131,51 + 15025: 129,53 + 15030: 122,59 + 15031: 122,58 + 15032: 122,57 + 15033: 122,56 + 15034: 122,55 + 15035: 122,54 + 15134: 121,69 + 15136: 121,70 + 15137: 121,71 + 15138: 121,72 + 15139: 121,73 + 15140: 121,74 + 15173: 131,69 + 15198: 128,70 + 15200: 128,72 + 15205: 126,71 + 15340: 124,57 + 15468: 122,60 + 15469: 122,63 + 15470: 122,64 + 15497: 126,65 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 15425: 137,58 + 15426: 137,57 + 15427: 137,56 + 15428: 137,55 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale270 @@ -6918,8 +7000,6 @@ entities: 1300: 118,122 1312: 118,135 1313: 118,139 - 3048: 126,70 - 3604: 126,69 3867: 125,143 3868: 125,144 3869: 125,145 @@ -6931,8 +7011,6 @@ entities: 7049: 143,133 7218: 116,20 7225: 116,21 - 14166: 128,69 - 14167: 128,70 14283: 86,60 - node: zIndex: 1 @@ -6953,12 +7031,6 @@ entities: 1587: 85,101 1588: 85,103 1627: 86,108 - - node: - color: '#00000093' - id: HalfTileOverlayGreyscale90 - decals: - 3207: 133,44 - 3208: 133,45 - node: angle: -6.283185307179586 rad color: '#334E6DC8' @@ -7116,7 +7188,6 @@ entities: 14100: 68,103 14101: 68,104 14124: 84,95 - 14159: 123,63 - node: color: '#79150096' id: HalfTileOverlayGreyscale90 @@ -7398,12 +7469,6 @@ entities: 12836: 144,76 13752: 68,48 14242: 84,48 - - node: - color: '#D4D4D496' - id: HalfTileOverlayGreyscale90 - decals: - 3191: 133,48 - 3192: 133,47 - node: zIndex: 1 color: '#D4D4D496' @@ -7417,26 +7482,6 @@ entities: 602: 32,61 603: 32,62 604: 32,63 - 3061: 128,63 - 3062: 128,65 - 3063: 128,64 - 3064: 128,66 - 3065: 128,67 - 3066: 128,68 - 3067: 128,69 - 3068: 128,70 - 3069: 128,72 - 3070: 128,73 - 3074: 135,63 - 3075: 135,64 - 3076: 135,65 - 3106: 135,69 - 3107: 135,70 - 3108: 135,71 - 3109: 135,72 - 3110: 135,73 - 3132: 131,57 - 3137: 128,61 3155: 145,61 3235: 149,71 3236: 149,70 @@ -7468,7 +7513,6 @@ entities: 3337: 155,52 3338: 155,51 3339: 155,50 - 3340: 142,48 3341: 142,47 3342: 142,46 3343: 142,45 @@ -7485,7 +7529,6 @@ entities: 3434: 154,73 3461: 145,65 3462: 145,66 - 3463: 139,63 3496: 145,50 3497: 145,51 4445: 96,113 @@ -7504,8 +7547,42 @@ entities: 10678: 103,47 10686: 99,46 10703: 102,41 - 13434: 120,59 13780: 89,114 + 14862: 142,48 + 14924: 139,64 + 14963: 129,64 + 14974: 129,69 + 14975: 129,70 + 14976: 129,71 + 14977: 129,72 + 15013: 129,45 + 15014: 129,48 + 15015: 129,51 + 15016: 131,46 + 15017: 131,49 + 15018: 131,52 + 15026: 131,53 + 15050: 134,55 + 15051: 134,56 + 15147: 123,70 + 15148: 123,74 + 15188: 135,73 + 15195: 126,72 + 15197: 126,70 + 15206: 128,71 + 15338: 129,57 + 15471: 124,63 + 15496: 129,63 + 15498: 124,65 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 15434: 140,55 + 15435: 140,56 + 15436: 140,57 + 15437: 140,58 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale90 @@ -7634,12 +7711,6 @@ entities: 14144: 83,100 14145: 83,101 14146: 83,103 - - node: - color: '#FFFFFF93' - id: HalfTileOverlayGreyscale90 - decals: - 3202: 133,50 - 3964: 133,51 - node: angle: -3.141592653589793 rad color: '#FFFFFFFF' @@ -7670,6 +7741,8 @@ entities: 9972: 152,99 10826: 102,145 14153: 69,123 + 15446: 123,73 + 15492: 128,62 - node: zIndex: 1 color: '#FFFFFFFF' @@ -7701,6 +7774,7 @@ entities: id: LoadingArea decals: 633: 61,62 + 15480: 126,62 - node: cleanable: True color: '#FFA500FF' @@ -8336,30 +8410,33 @@ entities: decals: 3233: 146,71 3272: 147,58 - 3363: 126,48 3455: 141,65 3500: 146,51 - 3548: 138,55 - 3549: 138,56 - 3550: 138,57 - 3551: 139,57 - 3552: 140,57 3553: 141,57 3554: 141,56 - 3555: 140,56 - 3556: 139,56 - 3557: 139,55 - 3558: 140,55 3559: 141,55 - 3574: 139,54 - 3575: 140,54 3576: 141,54 - 3577: 142,56 - 3578: 142,57 - 3580: 137,56 - 3581: 132,64 - 3582: 133,64 10637: 93,41 + 14917: 137,62 + 14923: 137,66 + 15102: 137,61 + 15103: 138,61 + 15104: 139,61 + 15105: 140,61 + 15106: 140,60 + 15107: 139,60 + 15108: 138,60 + 15109: 137,60 + 15122: 137,53 + 15123: 137,52 + 15124: 138,52 + 15125: 138,53 + 15126: 139,53 + 15127: 139,52 + 15128: 140,52 + 15129: 140,53 + 15130: 141,53 + 15131: 141,52 - node: zIndex: 2 color: '#DE3A3A96' @@ -8500,7 +8577,6 @@ entities: 13465: 62,119 13466: 64,119 13929: 118,50 - 14160: 123,64 - node: color: '#79150096' id: QuarterTileOverlayGreyscale180 @@ -8678,18 +8754,6 @@ entities: 12794: 120,65 12795: 120,66 12796: 120,67 - 12797: 120,68 - 12798: 120,69 - 12799: 120,70 - 12800: 120,71 - 12801: 120,72 - 12802: 120,73 - 12803: 120,74 - 12804: 120,75 - 12805: 120,76 - 12806: 121,76 - 12807: 122,76 - 12808: 123,76 12809: 124,76 12810: 125,76 12825: 127,76 @@ -8860,6 +8924,23 @@ entities: 14771: 87,50 14772: 88,50 14773: 89,50 + 14882: 120,59 + 14883: 120,60 + 14884: 120,58 + 14885: 132,76 + 14886: 133,76 + 15161: 120,68 + 15162: 120,69 + 15163: 120,70 + 15164: 120,71 + 15165: 120,72 + 15166: 120,73 + 15167: 120,74 + 15168: 120,75 + 15169: 120,76 + 15170: 121,76 + 15171: 122,76 + 15172: 123,76 - node: color: '#D4D4D496' id: QuarterTileOverlayGreyscale180 @@ -8914,35 +8995,43 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale180 decals: - 3144: 126,58 3257: 139,69 3270: 141,61 3289: 142,55 - 3397: 124,54 3413: 155,61 3414: 156,63 3501: 148,50 3560: 141,55 - 3561: 140,55 - 3562: 139,55 - 3563: 138,55 - 3564: 138,56 - 3565: 139,56 - 3566: 140,56 3567: 141,56 3568: 141,57 - 3569: 140,57 - 3570: 139,57 - 3571: 138,57 - 3572: 138,58 - 3573: 139,58 - 3583: 132,64 - 3584: 133,64 3962: 141,73 - 4401: 131,58 5007: 102,86 10692: 96,45 10702: 102,42 + 15040: 124,54 + 15046: 131,55 + 15069: 141,54 + 15070: 141,53 + 15071: 141,52 + 15072: 140,52 + 15073: 139,52 + 15075: 137,52 + 15076: 137,53 + 15080: 138,52 + 15081: 138,53 + 15082: 139,53 + 15084: 140,53 + 15089: 137,60 + 15090: 137,61 + 15096: 138,60 + 15097: 139,60 + 15098: 140,60 + 15099: 140,61 + 15100: 139,61 + 15101: 138,61 + 15256: 133,51 + 15257: 133,48 + 15258: 133,45 - node: zIndex: 2 color: '#DE3A3A96' @@ -9406,14 +9495,9 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 3143: 129,58 3156: 144,61 3256: 147,69 - 3297: 138,54 3328: 152,55 - 3362: 126,51 - 3366: 129,47 - 3367: 133,44 3479: 154,56 3480: 154,55 3481: 154,57 @@ -9422,18 +9506,6 @@ entities: 3484: 154,52 3485: 154,51 3499: 146,50 - 3506: 140,45 - 3507: 140,46 - 3508: 140,47 - 3509: 140,48 - 3520: 131,51 - 3521: 131,50 - 3522: 131,49 - 3523: 131,48 - 3524: 131,47 - 3525: 131,46 - 3526: 131,45 - 3960: 137,70 9650: 151,152 10691: 93,45 12704: 107,50 @@ -9443,9 +9515,6 @@ entities: 12709: 102,50 12710: 101,50 12711: 100,50 - 12781: 121,76 - 12782: 122,76 - 12783: 123,76 12784: 124,76 12785: 125,76 12811: 144,76 @@ -9477,6 +9546,22 @@ entities: 14768: 89,50 14769: 88,50 14770: 87,50 + 14875: 141,48 + 14876: 141,47 + 14877: 141,46 + 14878: 141,45 + 14887: 132,76 + 14888: 133,76 + 14918: 137,64 + 14946: 122,65 + 15043: 129,55 + 15044: 133,55 + 15150: 123,76 + 15151: 122,76 + 15152: 121,76 + 15253: 127,45 + 15254: 127,48 + 15255: 127,51 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 @@ -9990,9 +10075,6 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 3071: 127,74 - 3138: 128,60 - 3139: 131,56 3157: 144,61 3271: 141,58 3465: 139,62 @@ -10004,17 +10086,6 @@ entities: 3477: 153,55 3478: 153,56 3498: 148,51 - 3502: 140,45 - 3503: 140,46 - 3504: 140,47 - 3505: 140,48 - 3510: 131,45 - 3511: 131,46 - 3512: 131,47 - 3513: 131,48 - 3514: 131,49 - 3515: 131,50 - 3516: 131,51 4990: 102,78 10636: 96,41 10805: 92,115 @@ -10029,14 +10100,6 @@ entities: 12770: 120,65 12771: 120,66 12772: 120,67 - 12773: 120,68 - 12774: 120,69 - 12775: 120,70 - 12776: 120,71 - 12777: 120,72 - 12778: 120,73 - 12779: 120,74 - 12780: 120,75 13202: 89,112 13205: 89,116 14287: 90,52 @@ -10053,6 +10116,23 @@ entities: 14299: 84,59 14300: 84,60 14317: 84,52 + 14871: 140,45 + 14872: 140,46 + 14873: 140,47 + 14874: 140,48 + 14879: 120,58 + 14880: 120,59 + 14881: 120,60 + 15153: 120,68 + 15154: 120,69 + 15155: 120,70 + 15156: 120,71 + 15157: 120,72 + 15158: 120,73 + 15159: 120,74 + 15160: 120,75 + 15458: 124,60 + 15494: 129,59 - node: zIndex: 2 color: '#DE3A3A96' @@ -10222,11 +10302,6 @@ entities: id: StandClear decals: 7704: 94,18 - - node: - color: '#00000093' - id: ThreeQuarterTileOverlayGreyscale - decals: - 3594: 135,46 - node: angle: -6.283185307179586 rad color: '#334E6DC8' @@ -10272,7 +10347,6 @@ entities: 1822: 65,88 1841: 65,84 1852: 91,92 - 3033: 122,65 5660: 124,86 6571: 113,51 11024: 86,88 @@ -10317,7 +10391,6 @@ entities: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale decals: - 3057: 122,74 5178: 112,104 5211: 93,97 5214: 93,104 @@ -10359,7 +10432,6 @@ entities: 2872: 41,117 3026: 37,102 3028: 37,84 - 3602: 122,68 14603: 50,107 - node: color: '#D4D4D428' @@ -10375,23 +10447,14 @@ entities: 11017: 124,104 13176: 87,119 14522: 110,55 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale - decals: - 3593: 135,49 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: - 3090: 130,66 - 3112: 130,74 3232: 146,72 3315: 144,53 3319: 151,58 - 3348: 138,49 3386: 122,51 - 3394: 122,56 3419: 151,64 3442: 151,74 3451: 141,67 @@ -10400,12 +10463,32 @@ entities: 10681: 101,48 10701: 101,43 13847: 90,48 + 14858: 136,49 + 14916: 136,62 + 14931: 131,66 + 14982: 125,74 + 15022: 129,50 + 15029: 129,47 + 15141: 121,75 + 15175: 131,70 + 15183: 131,74 + 15192: 126,73 + 15250: 132,46 + 15251: 132,49 + 15252: 132,52 + 15259: 126,46 + 15260: 126,49 + 15261: 126,52 + 15343: 124,58 + 15451: 122,61 + 15465: 126,66 - node: zIndex: 1 color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: 14204: 94,108 + 15440: 137,59 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale @@ -10423,7 +10506,6 @@ entities: 1321: 118,140 1330: 97,132 1332: 97,140 - 3050: 122,71 3861: 125,146 3872: 130,146 3937: 115,125 @@ -10446,16 +10528,6 @@ entities: decals: 1857: 85,110 1862: 85,104 - - node: - color: '#FFFFFF93' - id: ThreeQuarterTileOverlayGreyscale - decals: - 3592: 135,52 - - node: - color: '#00000093' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 3204: 136,45 - node: angle: -6.283185307179586 rad color: '#334E6DC8' @@ -10497,11 +10569,9 @@ entities: 1810: 63,106 1850: 89,90 1851: 93,90 - 3035: 124,64 5657: 125,80 6586: 120,47 11025: 91,84 - 14161: 123,62 - node: zIndex: 1 color: '#52B4E996' @@ -10550,7 +10620,6 @@ entities: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale180 decals: - 3056: 124,73 5165: 113,96 5228: 101,96 5238: 101,90 @@ -10590,7 +10659,6 @@ entities: 2765: 44,82 2766: 40,82 3019: 40,104 - 3044: 124,67 14604: 52,105 - node: zIndex: 1 @@ -10609,25 +10677,15 @@ entities: 7184: 113,22 8329: 63,77 9620: 142,140 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 3193: 136,48 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale180 decals: - 3077: 135,62 - 3078: 135,58 3278: 149,55 3284: 142,51 3298: 150,48 3320: 155,49 - 3349: 142,44 3387: 124,46 - 3392: 127,54 - 3393: 124,53 3406: 144,73 3411: 155,60 3412: 156,61 @@ -10639,6 +10697,27 @@ entities: 10624: 99,39 10685: 103,45 10704: 102,39 + 14863: 142,44 + 14973: 129,68 + 15037: 124,53 + 15049: 134,54 + 15144: 123,68 + 15178: 135,68 + 15189: 135,72 + 15190: 128,69 + 15268: 134,45 + 15269: 134,48 + 15270: 134,51 + 15306: 127,54 + 15336: 129,56 + 15454: 124,62 + 15495: 129,62 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 15433: 140,54 - node: zIndex: 2 color: '#DE3A3A96' @@ -10661,7 +10740,6 @@ entities: 1318: 119,134 1327: 98,142 1333: 98,134 - 3052: 124,70 3881: 132,144 3935: 101,123 3945: 119,158 @@ -10687,16 +10765,6 @@ entities: 1604: 89,106 1670: 83,106 1866: 88,99 - - node: - color: '#FFFFFF93' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 3200: 136,51 - - node: - color: '#00000093' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 3205: 135,45 - node: angle: -6.283185307179586 rad color: '#334E6DC8' @@ -10756,7 +10824,6 @@ entities: 12150: 59,83 13928: 119,50 14140: 59,99 - 14155: 122,62 - node: zIndex: 1 color: '#52B4E996' @@ -10805,7 +10872,6 @@ entities: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale270 decals: - 3060: 122,73 5188: 103,96 5210: 93,96 5213: 93,103 @@ -10842,7 +10908,6 @@ entities: 2783: 35,86 2930: 46,105 3030: 37,82 - 3043: 122,67 - node: color: '#D4D4D428' id: ThreeQuarterTileOverlayGreyscale270 @@ -10853,32 +10918,41 @@ entities: 7154: 104,18 10306: 139,140 11019: 124,103 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 3194: 135,48 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale270 decals: - 3091: 130,62 - 3113: 130,68 - 3123: 129,54 - 3290: 138,51 3314: 144,48 3318: 151,55 3321: 152,49 - 3350: 138,44 - 3368: 129,44 3388: 122,46 - 3389: 122,53 3422: 151,60 3446: 151,66 10620: 90,45 10621: 93,44 10633: 90,39 10682: 101,45 + 14866: 136,44 + 14905: 136,51 + 14930: 131,64 + 14985: 125,68 + 15036: 122,53 + 15048: 133,54 + 15145: 121,68 + 15174: 131,68 + 15182: 131,72 + 15191: 126,69 + 15265: 126,45 + 15266: 126,48 + 15267: 126,51 + 15341: 124,56 + 15455: 122,62 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 15430: 137,54 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale270 @@ -10895,7 +10969,6 @@ entities: 1323: 118,142 1324: 97,142 1325: 97,134 - 3049: 122,70 3860: 125,142 3882: 130,144 3944: 115,158 @@ -10917,16 +10990,6 @@ entities: decals: 1585: 85,99 1856: 85,106 - - node: - color: '#FFFFFF93' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 3201: 135,51 - - node: - color: '#00000093' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 3206: 136,46 - node: angle: -6.283185307179586 rad color: '#334E6DC8' @@ -10975,7 +11038,6 @@ entities: 1823: 84,88 1843: 84,84 1853: 93,92 - 3595: 124,65 6577: 120,51 11033: 91,88 - node: @@ -11018,7 +11080,6 @@ entities: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale90 decals: - 3598: 124,74 5198: 104,104 5221: 101,104 5236: 101,94 @@ -11060,7 +11121,6 @@ entities: 2927: 48,108 2989: 52,107 3027: 40,102 - 3603: 124,68 9539: 53,103 - node: zIndex: 1 @@ -11079,25 +11139,14 @@ entities: 7155: 106,32 7199: 120,42 9625: 142,141 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 3197: 136,49 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale90 decals: - 3072: 128,74 - 3073: 135,66 - 3081: 135,60 - 3111: 135,74 3234: 149,72 3316: 150,53 3317: 155,58 - 3351: 142,49 3390: 124,51 - 3391: 127,56 3408: 144,74 3441: 154,74 3460: 145,67 @@ -11106,12 +11155,33 @@ entities: 10641: 96,42 10679: 103,48 10695: 99,48 + 14861: 142,49 + 14972: 129,66 + 14978: 129,74 + 15023: 131,50 + 15028: 131,47 + 15056: 134,59 + 15149: 123,75 + 15177: 135,70 + 15187: 135,74 + 15193: 128,73 + 15247: 128,46 + 15248: 128,49 + 15249: 128,52 + 15262: 134,52 + 15263: 134,49 + 15264: 134,46 + 15335: 129,58 + 15456: 124,61 + 15473: 124,66 + 15493: 129,60 - node: zIndex: 1 color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale90 decals: 14205: 96,108 + 15441: 140,59 - node: zIndex: 2 color: '#DE3A3A96' @@ -11132,7 +11202,6 @@ entities: 1322: 119,140 1326: 98,140 1331: 98,132 - 3599: 124,71 3852: 136,136 3858: 132,140 3862: 128,146 @@ -11161,11 +11230,6 @@ entities: 14134: 89,97 14141: 84,97 14147: 83,104 - - node: - color: '#FFFFFF93' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 3198: 136,52 - node: cleanable: True color: '#00FFFFFF' @@ -11476,17 +11540,12 @@ entities: 2880: 54,95 2881: 54,96 2882: 54,97 - 3169: 135,54 - 3170: 135,55 - 3171: 135,56 4031: 41,49 4032: 41,50 4033: 41,51 4034: 45,57 4035: 45,58 4036: 45,59 - 4395: 132,58 - 4396: 132,59 4865: 126,112 4866: 126,113 4867: 126,114 @@ -11529,7 +11588,6 @@ entities: 7245: 99,30 7246: 99,31 7247: 99,32 - 9536: 132,60 9569: 84,130 9570: 84,131 9571: 84,132 @@ -11769,12 +11827,6 @@ entities: 2883: 42,94 2884: 43,94 2885: 44,94 - 3172: 126,62 - 3173: 127,62 - 3174: 128,62 - 3185: 137,64 - 3186: 138,64 - 3187: 139,64 3188: 147,64 3189: 148,64 3190: 149,64 @@ -11843,6 +11895,12 @@ entities: 14274: 82,61 14275: 83,61 14501: 29,69 + 15220: 129,54 + 15221: 130,54 + 15222: 131,54 + 15223: 139,63 + 15224: 138,63 + 15225: 137,63 - node: zIndex: 1 color: '#FFFFFFFF' @@ -11887,17 +11945,12 @@ entities: 2892: 54,95 2893: 54,96 2894: 54,97 - 3166: 135,54 - 3167: 135,55 - 3168: 135,56 4025: 45,57 4026: 45,58 4027: 45,59 4028: 41,49 4029: 41,50 4030: 41,51 - 4392: 132,58 - 4393: 132,59 4862: 126,112 4863: 126,113 4864: 126,114 @@ -11942,7 +11995,6 @@ entities: 7248: 99,30 7249: 99,31 7250: 99,32 - 9535: 132,60 9566: 84,130 9567: 84,131 9568: 84,132 @@ -12044,15 +12096,9 @@ entities: 2886: 42,94 2887: 43,94 2888: 44,94 - 3175: 126,62 - 3176: 127,62 - 3177: 128,62 3178: 148,64 3179: 149,64 3180: 147,64 - 3182: 139,64 - 3183: 138,64 - 3184: 137,64 4868: 102,116 4869: 103,116 4870: 104,116 @@ -12115,6 +12161,12 @@ entities: 14271: 84,49 14272: 83,61 14273: 82,61 + 15226: 129,54 + 15227: 131,54 + 15228: 130,54 + 15229: 137,63 + 15230: 138,63 + 15231: 139,63 - node: zIndex: 1 color: '#FFFFFFFF' @@ -13008,6 +13060,17 @@ entities: id: space decals: 7703: 95.06352,17.901512 + - node: + cleanable: True + color: '#663C0DD3' + id: splatter + decals: + 15292: 132,41 + 15293: 133,42 + 15294: 131,43 + 15295: 130,42 + 15296: 130,41 + 15297: 134,41 - node: cleanable: True color: '#A2764432' @@ -14314,7 +14377,7 @@ entities: 1: 2036 16,31: 0: 7 - 2: 60928 + 5: 60928 13,33: 1: 30583 13,34: @@ -14331,32 +14394,32 @@ entities: 1: 61437 15,34: 0: 4371 - 3: 52224 - 4: 8 + 2: 52224 + 3: 8 15,35: 0: 8977 - 3: 12 - 4: 34816 + 2: 12 + 3: 34816 15,33: 0: 8742 - 4: 34816 + 3: 34816 15,36: 0: 17954 - 4: 8 + 3: 8 16,32: - 5: 30464 - 2: 14 + 4: 30464 + 5: 14 16,33: - 5: 7 - 4: 13056 + 4: 7 + 3: 13056 0: 34816 16,34: - 4: 3 - 3: 4352 + 3: 3 + 2: 4352 0: 52360 16,35: - 3: 1 - 4: 13056 + 2: 1 + 3: 13056 0: 34956 13,36: 1: 32624 @@ -14375,13 +14438,13 @@ entities: 1: 8739 0: 2184 16,36: - 4: 30467 + 3: 30467 0: 8 16,37: - 4: 60935 + 3: 60935 16,38: 0: 3840 - 4: 14 + 3: 14 16,39: 1: 47295 17,2: @@ -14658,9 +14721,9 @@ entities: 1: 13107 0: 34944 20,32: - 4: 65504 + 3: 65504 20,33: - 4: 239 + 3: 239 1: 61440 20,34: 1: 65535 @@ -14975,7 +15038,7 @@ entities: 1: 49073 21,32: 1: 34952 - 4: 4352 + 3: 4352 0: 8736 22,32: 1: 48059 @@ -14996,7 +15059,7 @@ entities: 24,31: 1: 53503 21,33: - 4: 1 + 3: 1 1: 64136 0: 34 21,34: @@ -15332,59 +15395,59 @@ entities: 24,35: 1: 1638 25,32: - 4: 4592 + 3: 4592 0: 58880 25,33: - 4: 4369 + 3: 4369 0: 25828 25,34: - 4: 6007 + 3: 6007 0: 24576 25,35: - 4: 4369 + 3: 4369 0: 58596 25,36: - 4: 241 + 3: 241 0: 6 1: 28672 26,32: - 4: 35056 + 3: 35056 0: 29952 26,33: 0: 4593 26,35: 0: 29169 - 4: 32768 + 3: 32768 26,34: 0: 4465 - 4: 2184 + 3: 2184 26,36: 0: 5 - 4: 248 + 3: 248 1: 61440 27,32: - 4: 13296 + 3: 13296 0: 50176 27,33: 0: 4592 27,34: - 4: 819 + 3: 819 0: 4288 27,35: 0: 49393 - 4: 12288 + 3: 12288 27,36: - 4: 243 + 3: 243 0: 4 1: 61440 28,32: - 4: 240 + 3: 240 0: 64768 28,33: 0: 54773 28,34: 0: 53521 - 4: 3276 + 3: 3276 28,35: 0: 62965 24,37: @@ -15402,7 +15465,7 @@ entities: 27,38: 1: 65423 28,36: - 4: 240 + 3: 240 1: 56320 0: 13 28,37: @@ -15508,13 +15571,15 @@ entities: 31,10: 1: 56816 31,11: - 1: 54721 + 1: 7617 31,12: - 1: 56797 + 1: 53725 32,8: 0: 8995 + 32,9: + 0: 3874 32,11: - 1: 65262 + 1: 61428 29,13: 1: 65526 29,14: @@ -15526,27 +15591,27 @@ entities: 30,13: 1: 56792 30,14: - 1: 57117 + 1: 56797 30,15: - 1: 56607 + 1: 56797 30,16: - 1: 53725 + 1: 24029 31,13: - 1: 65372 + 1: 65308 31,14: - 1: 61199 - 31,15: - 1: 52687 - 31,16: - 1: 56573 - 32,12: 1: 65535 + 31,15: + 1: 56671 + 31,16: + 1: 36319 + 32,12: + 1: 65279 32,13: - 1: 65039 + 1: 65263 32,14: - 1: 65518 + 1: 65535 32,15: - 1: 56735 + 1: 15259 29,17: 1: 56797 29,18: @@ -15556,27 +15621,27 @@ entities: 29,20: 1: 65535 30,17: - 1: 56605 + 1: 65535 30,18: - 1: 7633 + 1: 65535 30,19: 1: 36863 30,20: 1: 65535 31,17: - 1: 64975 + 1: 65278 31,18: - 1: 4060 + 1: 3839 31,19: 1: 40959 31,20: 1: 48059 32,16: - 1: 7645 + 1: 3067 32,17: - 1: 64989 + 1: 15291 32,18: - 1: 3549 + 1: 3067 32,19: 1: 16383 29,21: @@ -15653,7 +15718,7 @@ entities: 1: 28927 29,32: 1: 1092 - 4: 4368 + 3: 4368 30,29: 1: 65527 30,30: @@ -15679,16 +15744,16 @@ entities: 32,31: 1: 49075 29,33: - 4: 4369 + 3: 4369 1: 52428 29,34: - 4: 4369 + 3: 4369 1: 52428 29,35: - 4: 4369 + 3: 4369 1: 3276 29,36: - 4: 17 + 3: 17 1: 25668 30,34: 1: 61423 @@ -15735,27 +15800,23 @@ entities: 32,39: 0: 4592 32,10: - 0: 2274 - 32,9: - 0: 11810 + 1: 61152 33,9: - 0: 3840 + 0: 36608 33,10: - 0: 112 - 1: 32768 + 1: 30576 33,11: - 1: 16315 + 1: 1904 33,12: - 1: 46075 + 1: 28791 34,9: 0: 3840 34,10: - 1: 4096 - 0: 8 + 0: 1800 34,11: - 1: 52700 + 1: 65535 34,12: - 1: 55517 + 1: 63743 35,9: 0: 7936 35,10: @@ -15770,21 +15831,21 @@ entities: 36,11: 1: 12287 33,13: - 1: 65295 + 1: 30215 33,14: - 1: 60943 + 1: 30583 33,15: - 1: 65294 + 1: 1360 33,16: 1: 4095 34,13: - 1: 65485 + 1: 65535 34,14: - 1: 61167 + 1: 65535 34,15: - 1: 61166 + 1: 61439 34,16: - 1: 61166 + 1: 61439 35,13: 1: 63351 35,14: @@ -15802,17 +15863,17 @@ entities: 36,15: 1: 39867 33,17: - 1: 65535 + 1: 24575 33,18: - 1: 16383 + 1: 4095 33,19: 1: 4095 33,20: 1: 65535 - 34,17: - 1: 61167 34,19: 1: 4095 + 34,17: + 1: 61166 34,18: 1: 44778 34,20: @@ -16166,21 +16227,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -16226,6 +16272,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 235 moles: @@ -16265,36 +16326,6 @@ entities: rot: -12.566370614359172 rad pos: 127.41155,144.67415 parent: 1 -- proto: ActionToggleBlock - entities: - - uid: 5660 - components: - - type: Transform - parent: 5657 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 5657 - - uid: 22656 - components: - - type: Transform - parent: 22655 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 22655 - - uid: 22747 - components: - - type: Transform - parent: 22746 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 22746 - - uid: 22767 - components: - - type: Transform - parent: 22766 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 22766 - proto: ActionToggleInternals entities: - uid: 3364 @@ -16639,21 +16670,6 @@ entities: - 3057 - 25738 - 5338 - - uid: 3062 - components: - - type: Transform - pos: 135.5,75.5 - parent: 1 - - type: DeviceList - devices: - - 6356 - - 5985 - - 5687 - - 22276 - - 22275 - - 21750 - - 32262 - - 12396 - uid: 3112 components: - type: MetaData @@ -16734,6 +16750,40 @@ entities: - 3110 - 25944 - 4764 + - uid: 6233 + components: + - type: MetaData + name: armory air alarm + - type: Transform + pos: 133.5,71.5 + parent: 1 + - type: DeviceList + devices: + - 22812 + - 22744 + - 215 + - 21290 + - 21621 + - 14510 + - 22341 + - uid: 6269 + components: + - type: MetaData + name: warden's office air alarm + - type: Transform + pos: 126.5,75.5 + parent: 1 + - type: DeviceList + devices: + - 5382 + - 5251 + - 21930 + - 14493 + - 22819 + - 22818 + - 23054 + - 6205 + - 21408 - uid: 10326 components: - type: MetaData @@ -18011,51 +18061,41 @@ entities: - 19820 - 20379 - 379 - - uid: 22154 + - uid: 20502 components: - type: MetaData - name: brig air alarm + name: brig cells air alarm - type: Transform - pos: 127.5,75.5 + rot: -1.5707963267948966 rad + pos: 132.5,53.5 parent: 1 - type: DeviceList devices: - - 21573 - - 21572 - - 21571 - - 5687 - - 22156 - - 22157 - - 22155 - - 15976 - - 20504 - - 20502 - - 20400 - - 15972 - - 20496 - - 15973 - - 8554 - - uid: 22160 - components: - - type: MetaData - name: security west hallway air alarm - - type: Transform - pos: 132.5,57.5 - parent: 1 - - type: DeviceList - devices: - - 21622 - - 21623 - - 22159 - - 21574 - - 21575 - - 5655 - - 21576 - - 21573 - - 21572 - - 21571 - - 5473 - - 5476 + - 22604 + - 21612 + - 22484 + - 6058 + - 21203 + - 22727 + - 22718 + - 22716 + - 22607 + - 3062 + - 22623 + - 22828 + - 21179 + - 1697 + - 21180 + - 22576 + - 21297 + - 23065 + - 4077 + - 5268 + - 23040 + - 5994 + - 21921 + - 22348 + - 22666 - uid: 22164 components: - type: MetaData @@ -18067,23 +18107,19 @@ entities: - type: DeviceList devices: - 6117 - - 21576 - - 21575 - - 21574 - 6413 - 6605 - 6604 - - 5994 - - 21577 - - 21578 - - 21579 + - 22973 + - 6311 + - 22959 - 6207 - 21580 - 21581 - 21582 - 6600 - 21624 - - 22162 + - 22569 - 21625 - 22230 - uid: 22209 @@ -18141,8 +18177,8 @@ entities: devices: - 6117 - 22230 - - 22244 - - 22251 + - 23036 + - 22276 - 22248 - uid: 22258 components: @@ -18191,13 +18227,15 @@ entities: - 21389 - 6116 - 6054 - - 5985 - - 21577 - - 21578 - - 21579 + - 22610 + - 22973 + - 6311 + - 22959 - 21718 - 22266 - 21719 + - 21290 + - 14510 - uid: 22269 components: - type: MetaData @@ -18213,67 +18251,24 @@ entities: - 21760 - 22268 - 21777 - - uid: 22270 + - uid: 22359 components: - type: MetaData - name: armory entrance air alarm + name: brig air alarm - type: Transform - pos: 135.5,61.5 - parent: 1 - - type: DeviceList - devices: - - 12432 - - 23110 - - 5889 - - 5994 - - 22277 - - uid: 22271 - components: - - type: MetaData - name: armory air alarm - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,63.5 - parent: 1 - - type: DeviceList - devices: - - 21732 - - 8158 - - 21733 - - 6356 - - 5889 - - uid: 22634 - components: - - type: MetaData - name: perma air alarm - - type: Transform - pos: 128.5,53.5 - parent: 1 - - type: DeviceList - devices: - - 21233 - - 22633 - - 22630 - - 22602 - - 22603 - - 22601 - - 5616 - - 5617 - - uid: 22635 - components: - - type: MetaData - name: perma transfer air alarm - - type: Transform - pos: 123.5,57.5 + pos: 133.5,60.5 parent: 1 - type: DeviceList devices: + - 6322 + - 21622 + - 22753 + - 22726 + - 22466 - 5388 - - 22598 - - 22631 - - 22599 - - 5655 - - 5616 + - 6058 + - 21203 + - 22727 - uid: 22636 components: - type: MetaData @@ -18289,6 +18284,37 @@ entities: - 22587 - 5299 - 5388 + - uid: 22914 + components: + - type: MetaData + name: brig entrance air alarm + - type: Transform + pos: 129.5,67.5 + parent: 1 + - type: DeviceList + devices: + - 21812 + - 22619 + - 5382 + - 22610 + - 22789 + - 5999 + - 22155 + - uid: 23043 + components: + - type: MetaData + name: lethal armory air alarm + - type: Transform + pos: 134.5,75.5 + parent: 1 + - type: DeviceList + devices: + - 21621 + - 21271 + - 22843 + - 21272 + - 14493 + - 22341 - uid: 23328 components: - type: MetaData @@ -18858,6 +18884,11 @@ entities: - 28506 - 28502 - 28507 + - 22819 + - 22818 + - 23054 + - 22619 + - 21408 - uid: 28634 components: - type: MetaData @@ -18869,8 +18900,6 @@ entities: devices: - 28437 - 28438 - - 5291 - - 5288 - 27513 - 27514 - 27515 @@ -19457,13 +19486,6 @@ entities: - type: Transform pos: 53.5,118.5 parent: 1 - - uid: 22981 - components: - - type: MetaData - name: bathroom airlock - - type: Transform - pos: 126.5,46.5 - parent: 1 - uid: 28151 components: - type: Transform @@ -19596,19 +19618,35 @@ entities: parent: 1 - proto: AirlockArmoryGlassLocked entities: - - uid: 407 + - uid: 21796 components: - type: MetaData - name: warden office glass airlock + name: warden's office glass airlock - type: Transform - pos: 136.5,68.5 + pos: 127.5,67.5 parent: 1 - - uid: 422 + - uid: 21866 components: - type: MetaData - name: warden office glass airlock + name: warden's office glass airlock - type: Transform - pos: 129.5,71.5 + pos: 124.5,69.5 + parent: 1 + - uid: 22820 + components: + - type: MetaData + name: lethal armory glass airlock + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,73.5 + parent: 1 + - uid: 22853 + components: + - type: MetaData + name: lethal armory glass airlock + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,71.5 parent: 1 - proto: AirlockAtmosphericsGlassLocked entities: @@ -19760,16 +19798,6 @@ entities: - type: Transform pos: 143.5,72.5 parent: 1 - - uid: 22853 - components: - - type: Transform - pos: 124.5,58.5 - parent: 1 - - uid: 22854 - components: - - type: Transform - pos: 124.5,60.5 - parent: 1 - uid: 22855 components: - type: Transform @@ -19780,21 +19808,6 @@ entities: - type: Transform pos: 139.5,72.5 parent: 1 - - uid: 22857 - components: - - type: Transform - pos: 135.5,54.5 - parent: 1 - - uid: 22858 - components: - - type: Transform - pos: 135.5,55.5 - parent: 1 - - uid: 22859 - components: - - type: Transform - pos: 135.5,56.5 - parent: 1 - uid: 22866 components: - type: MetaData @@ -19814,18 +19827,6 @@ entities: rot: 1.5707963267948966 rad pos: 137.5,75.5 parent: 1 - - uid: 28644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 121.5,58.5 - parent: 1 - - uid: 28645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 121.5,60.5 - parent: 1 - proto: AirlockBrigLocked entities: - uid: 8163 @@ -21284,6 +21285,14 @@ entities: - type: Transform pos: 83.5,49.5 parent: 1 + - uid: 5976 + components: + - type: MetaData + name: brig entrance glass airlock + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,67.5 + parent: 1 - uid: 8425 components: - type: Transform @@ -21857,6 +21866,16 @@ entities: - type: Transform pos: 103.5,40.5 parent: 1 +- proto: AirlockMaint + entities: + - uid: 21953 + components: + - type: MetaData + name: brig storage room maintenance access + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,44.5 + parent: 1 - proto: AirlockMaintAtmoLocked entities: - uid: 16012 @@ -22954,7 +22973,7 @@ entities: - uid: 23664 components: - type: MetaData - name: perma EVA maintenance access + name: brig EVA maintenance access - type: Transform pos: 123.5,45.5 parent: 1 @@ -23528,6 +23547,13 @@ entities: 3: - - DoorStatus - DoorBolt + - uid: 21837 + components: + - type: MetaData + name: brig entrance airlock + - type: Transform + pos: 130.5,65.5 + parent: 1 - uid: 22926 components: - type: MetaData @@ -23563,27 +23589,13 @@ entities: - type: Transform pos: 150.5,67.5 parent: 1 - - uid: 22978 - components: - - type: MetaData - name: perma transfer airlock - - type: Transform - pos: 126.5,53.5 - parent: 1 - uid: 22979 components: - type: MetaData - name: perma EVA airlock + name: brig EVA airlock - type: Transform pos: 123.5,52.5 parent: 1 - - uid: 22980 - components: - - type: MetaData - name: perma transfer airlock - - type: Transform - pos: 128.5,55.5 - parent: 1 - uid: 23543 components: - type: MetaData @@ -23602,7 +23614,7 @@ entities: - uid: 28640 components: - type: MetaData - name: perma EVA airlock + name: brig EVA airlock - type: Transform pos: 121.5,50.5 parent: 1 @@ -23909,6 +23921,22 @@ entities: - type: DeviceNetwork deviceLists: - 20336 + - uid: 5999 + components: + - type: Transform + pos: 127.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - uid: 6205 + components: + - type: Transform + pos: 127.5,71.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 - uid: 8140 components: - type: Transform @@ -23918,14 +23946,6 @@ entities: - type: DeviceNetwork deviceLists: - 29830 - - uid: 8158 - components: - - type: Transform - pos: 133.5,65.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22271 - uid: 9371 components: - type: Transform @@ -24040,14 +24060,6 @@ entities: - type: DeviceNetwork deviceLists: - 18621 - - uid: 12396 - components: - - type: Transform - pos: 134.5,70.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 3062 - uid: 13224 components: - type: Transform @@ -24610,33 +24622,14 @@ entities: - type: DeviceNetwork deviceLists: - 1676 - - uid: 22157 + - uid: 21921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,67.5 + pos: 130.5,49.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22154 - - uid: 22159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,57.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - uid: 22162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,56.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22164 + - 20502 - uid: 22208 components: - type: Transform @@ -24662,15 +24655,6 @@ entities: - type: DeviceNetwork deviceLists: - 22246 - - uid: 22251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 140.5,46.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22252 - uid: 22257 components: - type: Transform @@ -24703,24 +24687,22 @@ entities: - type: DeviceNetwork deviceLists: - 22269 - - uid: 22277 + - uid: 22276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,59.5 + pos: 141.5,47.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22270 - - uid: 22631 + - 22252 + - uid: 22569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,55.5 + pos: 140.5,56.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22635 + - 22164 - uid: 22632 components: - type: Transform @@ -24730,15 +24712,30 @@ entities: - type: DeviceNetwork deviceLists: - 22636 - - uid: 22633 + - uid: 22753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,49.5 + pos: 129.5,57.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22634 + - 22359 + - uid: 22812 + components: + - type: Transform + pos: 133.5,69.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6233 + - uid: 22843 + components: + - type: Transform + pos: 133.5,73.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 23043 - uid: 25487 components: - type: Transform @@ -25358,6 +25355,21 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,95.5 parent: 1 + - uid: 4394 + components: + - type: MetaData + name: brig storage room APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,42.5 + parent: 1 + - uid: 4596 + components: + - type: MetaData + name: security EVA APC + - type: Transform + pos: 141.5,50.5 + parent: 1 - uid: 4761 components: - type: MetaData @@ -25382,6 +25394,22 @@ entities: rot: 3.141592653589793 rad pos: 90.5,33.5 parent: 1 + - uid: 6313 + components: + - type: MetaData + name: brig cells APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,53.5 + parent: 1 + - uid: 6317 + components: + - type: MetaData + name: armory APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 136.5,73.5 + parent: 1 - uid: 6528 components: - type: MetaData @@ -25813,6 +25841,21 @@ entities: - type: Transform pos: 38.5,95.5 parent: 1 + - uid: 21239 + components: + - type: MetaData + name: brig APC + - type: Transform + pos: 130.5,60.5 + parent: 1 + - uid: 21742 + components: + - type: MetaData + name: warden's office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,71.5 + parent: 1 - uid: 21781 components: - type: MetaData @@ -25851,50 +25894,12 @@ entities: - type: Transform pos: 142.5,59.5 parent: 1 - - uid: 21787 + - uid: 21826 components: - type: MetaData - name: security west hallway APC + name: brig entrance APC - type: Transform - pos: 129.5,61.5 - parent: 1 - - uid: 21788 - components: - - type: MetaData - name: brig APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,66.5 - parent: 1 - - uid: 21789 - components: - - type: MetaData - name: armory APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,64.5 - parent: 1 - - uid: 21790 - components: - - type: MetaData - name: warden office APC - - type: Transform - pos: 130.5,75.5 - parent: 1 - - uid: 21791 - components: - - type: MetaData - name: perma APC - - type: Transform - pos: 125.5,57.5 - parent: 1 - - uid: 21857 - components: - - type: MetaData - name: security EVA APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,47.5 + pos: 124.5,67.5 parent: 1 - uid: 22076 components: @@ -27714,10 +27719,15 @@ entities: parent: 1 - proto: BannerSecurity entities: - - uid: 2489 + - uid: 5903 components: - type: Transform - pos: 143.5,58.5 + pos: 136.5,54.5 + parent: 1 + - uid: 21879 + components: + - type: Transform + pos: 136.5,59.5 parent: 1 - proto: BarberScissors entities: @@ -27849,6 +27859,13 @@ entities: - type: Transform pos: 142.5,146.5 parent: 1 +- proto: Basketball + entities: + - uid: 5513 + components: + - type: Transform + pos: 134.5,49.5 + parent: 1 - proto: BeachBall entities: - uid: 27403 @@ -27858,10 +27875,17 @@ entities: parent: 1 - proto: Beaker entities: - - uid: 23042 + - uid: 21531 components: - type: Transform - pos: 128.6419,50.416183 + rot: -18.84955592153876 rad + pos: 126.12195,54.57237 + parent: 1 + - uid: 21862 + components: + - type: Transform + rot: -50.265482457436725 rad + pos: 125.98199,54.801807 parent: 1 - uid: 26351 components: @@ -27897,6 +27921,16 @@ entities: - type: Transform pos: 116.5,47.5 parent: 1 + - uid: 5517 + components: + - type: Transform + pos: 126.5,45.5 + parent: 1 + - uid: 6540 + components: + - type: Transform + pos: 126.5,51.5 + parent: 1 - uid: 13661 components: - type: Transform @@ -27927,50 +27961,30 @@ entities: - type: Transform pos: 33.5,103.5 parent: 1 - - uid: 22810 + - uid: 21228 components: - type: Transform - pos: 122.5,65.5 + pos: 134.5,51.5 parent: 1 - - uid: 22811 + - uid: 21444 components: - type: Transform - pos: 122.5,68.5 + pos: 134.5,48.5 parent: 1 - - uid: 22812 + - uid: 21857 components: - type: Transform - pos: 122.5,71.5 - parent: 1 - - uid: 22813 - components: - - type: Transform - pos: 122.5,74.5 - parent: 1 - - uid: 22814 - components: - - type: Transform - pos: 136.5,46.5 - parent: 1 - - uid: 22815 - components: - - type: Transform - pos: 136.5,49.5 - parent: 1 - - uid: 22816 - components: - - type: Transform - pos: 136.5,52.5 + pos: 134.5,45.5 parent: 1 - uid: 22826 components: - type: Transform pos: 143.5,60.5 parent: 1 - - uid: 22993 + - uid: 22997 components: - type: Transform - pos: 136.5,43.5 + pos: 126.5,48.5 parent: 1 - uid: 26756 components: @@ -28022,20 +28036,8 @@ entities: - type: Transform pos: 158.5,142.5 parent: 1 -- proto: BedsheetBlack - entities: - - uid: 22817 - components: - - type: Transform - pos: 136.5,46.5 - parent: 1 - proto: BedsheetBlue entities: - - uid: 22823 - components: - - type: Transform - pos: 122.5,65.5 - parent: 1 - uid: 29758 components: - type: Transform @@ -28084,11 +28086,6 @@ entities: parent: 1 - proto: BedsheetGreen entities: - - uid: 22820 - components: - - type: Transform - pos: 122.5,74.5 - parent: 1 - uid: 27309 components: - type: Transform @@ -28105,13 +28102,6 @@ entities: rot: 3.141592653589793 rad pos: 169.5,133.5 parent: 1 -- proto: BedsheetGrey - entities: - - uid: 22819 - components: - - type: Transform - pos: 136.5,49.5 - parent: 1 - proto: BedsheetHOP entities: - uid: 13662 @@ -28189,6 +28179,42 @@ entities: parent: 1 - proto: BedsheetOrange entities: + - uid: 5516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,45.5 + parent: 1 + - uid: 21441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,51.5 + parent: 1 + - uid: 21507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,45.5 + parent: 1 + - uid: 21617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,51.5 + parent: 1 + - uid: 21858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,48.5 + parent: 1 + - uid: 21861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,48.5 + parent: 1 - uid: 29762 components: - type: Transform @@ -28196,11 +28222,6 @@ entities: parent: 1 - proto: BedsheetPurple entities: - - uid: 22822 - components: - - type: Transform - pos: 122.5,68.5 - parent: 1 - uid: 29763 components: - type: Transform @@ -28234,27 +28255,6 @@ entities: - type: Transform pos: 114.5,60.5 parent: 1 -- proto: BedsheetSyndie - entities: - - uid: 22990 - components: - - type: Transform - pos: 136.5,43.5 - parent: 1 -- proto: BedsheetWhite - entities: - - uid: 22818 - components: - - type: Transform - pos: 136.5,52.5 - parent: 1 -- proto: BedsheetYellow - entities: - - uid: 22821 - components: - - type: Transform - pos: 122.5,71.5 - parent: 1 - proto: BigBox entities: - uid: 3401 @@ -28271,10 +28271,10 @@ entities: parent: 1 - proto: Biogenerator entities: - - uid: 23013 + - uid: 5636 components: - type: Transform - pos: 129.5,46.5 + pos: 134.5,59.5 parent: 1 - uid: 27379 components: @@ -28408,21 +28408,6 @@ entities: parent: 1 - proto: BlastDoorBridge entities: - - uid: 1418 - components: - - type: Transform - pos: 132.5,58.5 - parent: 1 - - uid: 1509 - components: - - type: Transform - pos: 132.5,59.5 - parent: 1 - - uid: 1510 - components: - - type: Transform - pos: 132.5,60.5 - parent: 1 - uid: 23360 components: - type: MetaData @@ -28437,11 +28422,6 @@ entities: - type: Transform pos: 50.5,74.5 parent: 1 - - uid: 37366 - components: - - type: Transform - pos: 131.5,61.5 - parent: 1 - proto: BlastDoorEngineering entities: - uid: 23097 @@ -28832,11 +28812,6 @@ entities: - type: Transform pos: 72.5,54.5 parent: 1 - - uid: 6412 - components: - - type: Transform - pos: 135.5,44.5 - parent: 1 - uid: 6477 components: - type: Transform @@ -29042,11 +29017,6 @@ entities: - type: Transform pos: 155.5,49.5 parent: 1 - - uid: 23057 - components: - - type: Transform - pos: 135.49847,45.54976 - parent: 1 - uid: 27292 components: - type: Transform @@ -29181,18 +29151,6 @@ entities: parent: 1 - proto: BoxBeanbag entities: - - uid: 22781 - components: - - type: Transform - rot: -43.98229715025713 rad - pos: 135.69716,63.84542 - parent: 1 - - uid: 22788 - components: - - type: Transform - rot: -37.69911184307754 rad - pos: 135.31812,63.877724 - parent: 1 - uid: 26644 components: - type: Transform @@ -29220,14 +29178,6 @@ entities: - type: Transform pos: 72.56927,74.39125 parent: 1 -- proto: BoxFlashbang - entities: - - uid: 22803 - components: - - type: Transform - rot: -37.69911184307754 rad - pos: 135.31812,63.44717 - parent: 1 - proto: BoxFolderBase entities: - uid: 4524 @@ -29437,16 +29387,11 @@ entities: rot: -251.32741228718288 rad pos: 153.83658,58.557808 parent: 1 - - uid: 22806 - components: - - type: Transform - rot: -18.84955592153876 rad - pos: 135.58865,73.32894 - parent: 1 - uid: 23138 components: - type: Transform - pos: 142.5432,51.54286 + rot: -12.566370614359172 rad + pos: 138.64154,55.83335 parent: 1 - proto: BoxInflatable entities: @@ -29492,13 +29437,6 @@ entities: - type: Transform pos: 159.67625,127.97202 parent: 1 -- proto: BoxMouthSwab - entities: - - uid: 23067 - components: - - type: Transform - pos: 128.44514,49.81559 - parent: 1 - proto: BoxPillCanister entities: - uid: 18059 @@ -29530,12 +29468,6 @@ entities: rot: -251.32741228718288 rad pos: 155.5877,57.619534 parent: 1 - - uid: 22758 - components: - - type: Transform - rot: -18.84955592153876 rad - pos: 135.42892,73.65533 - parent: 1 - proto: BrbSign entities: - uid: 33873 @@ -29556,68 +29488,6 @@ entities: - type: Transform pos: 34.48313,70.586555 parent: 1 -- proto: BrigTimer - entities: - - uid: 22837 - components: - - type: MetaData - name: cell 1 green brig timer - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,72.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 22833: - - - Start - - Close - - - Timer - - Open - - uid: 22838 - components: - - type: MetaData - name: cell 2 orange brig timer - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,69.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 22834: - - - Start - - Close - - - Timer - - Open - - uid: 22839 - components: - - type: MetaData - name: cell 3 purple brig timer - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,66.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 22835: - - - Start - - Close - - - Timer - - Open - - uid: 22840 - components: - - type: MetaData - name: cell 4 blue brig timer - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,63.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 22836: - - - Start - - Close - - - Timer - - Open - proto: BrokenBottle entities: - uid: 33540 @@ -29635,6 +29505,11 @@ entities: parent: 1 - proto: Bucket entities: + - uid: 21396 + components: + - type: Transform + pos: 134.5,56.5 + parent: 1 - uid: 26635 components: - type: Transform @@ -29778,25 +29653,8 @@ entities: - type: Transform pos: 48.5,76.5 parent: 1 - - uid: 2547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,61.5 - parent: 1 - - uid: 37368 - components: - - type: Transform - pos: 133.5,61.5 - parent: 1 - proto: ButtonFrameExit entities: - - uid: 22927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,73.5 - parent: 1 - uid: 25493 components: - type: Transform @@ -29808,12 +29666,6 @@ entities: rot: -1.5707963267948966 rad pos: 79.5,102.5 parent: 1 - - uid: 37372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,67.5 - parent: 1 - proto: ButtonFrameGrey entities: - uid: 95 @@ -30009,11 +29861,6 @@ entities: - type: Transform pos: 119.5,58.5 parent: 1 - - uid: 8 - components: - - type: Transform - pos: 120.5,58.5 - parent: 1 - uid: 17 components: - type: Transform @@ -30434,6 +30281,11 @@ entities: - type: Transform pos: 59.5,40.5 parent: 1 + - uid: 2547 + components: + - type: Transform + pos: 135.5,65.5 + parent: 1 - uid: 2549 components: - type: Transform @@ -30704,6 +30556,11 @@ entities: - type: Transform pos: 88.5,72.5 parent: 1 + - uid: 2955 + components: + - type: Transform + pos: 127.5,62.5 + parent: 1 - uid: 2981 components: - type: Transform @@ -31209,6 +31066,16 @@ entities: - type: Transform pos: 97.5,64.5 parent: 1 + - uid: 4072 + components: + - type: Transform + pos: 132.5,56.5 + parent: 1 + - uid: 4075 + components: + - type: Transform + pos: 125.5,55.5 + parent: 1 - uid: 4101 components: - type: Transform @@ -31664,6 +31531,36 @@ entities: - type: Transform pos: 58.5,148.5 parent: 1 + - uid: 5470 + components: + - type: Transform + pos: 130.5,46.5 + parent: 1 + - uid: 5471 + components: + - type: Transform + pos: 130.5,48.5 + parent: 1 + - uid: 5473 + components: + - type: Transform + pos: 130.5,43.5 + parent: 1 + - uid: 5474 + components: + - type: Transform + pos: 125.5,59.5 + parent: 1 + - uid: 5475 + components: + - type: Transform + pos: 123.5,59.5 + parent: 1 + - uid: 5476 + components: + - type: Transform + pos: 123.5,54.5 + parent: 1 - uid: 5499 components: - type: Transform @@ -31674,6 +31571,16 @@ entities: - type: Transform pos: 128.5,92.5 parent: 1 + - uid: 5508 + components: + - type: Transform + pos: 123.5,57.5 + parent: 1 + - uid: 5509 + components: + - type: Transform + pos: 122.5,65.5 + parent: 1 - uid: 5593 components: - type: Transform @@ -31689,11 +31596,66 @@ entities: - type: Transform pos: 63.5,38.5 parent: 1 + - uid: 5655 + components: + - type: Transform + pos: 128.5,42.5 + parent: 1 + - uid: 5657 + components: + - type: Transform + pos: 130.5,42.5 + parent: 1 + - uid: 5660 + components: + - type: Transform + pos: 123.5,69.5 + parent: 1 + - uid: 5685 + components: + - type: Transform + pos: 129.5,51.5 + parent: 1 + - uid: 5686 + components: + - type: Transform + pos: 127.5,48.5 + parent: 1 + - uid: 5687 + components: + - type: Transform + pos: 127.5,51.5 + parent: 1 + - uid: 5688 + components: + - type: Transform + pos: 133.5,48.5 + parent: 1 + - uid: 5697 + components: + - type: Transform + pos: 137.5,65.5 + parent: 1 + - uid: 5698 + components: + - type: Transform + pos: 128.5,65.5 + parent: 1 + - uid: 5701 + components: + - type: Transform + pos: 125.5,72.5 + parent: 1 - uid: 5776 components: - type: Transform pos: 122.5,91.5 parent: 1 + - uid: 5794 + components: + - type: Transform + pos: 135.5,73.5 + parent: 1 - uid: 5816 components: - type: Transform @@ -31704,6 +31666,11 @@ entities: - type: Transform pos: 47.5,52.5 parent: 1 + - uid: 5828 + components: + - type: Transform + pos: 135.5,69.5 + parent: 1 - uid: 5834 components: - type: Transform @@ -31724,6 +31691,16 @@ entities: - type: Transform pos: 76.5,116.5 parent: 1 + - uid: 5984 + components: + - type: Transform + pos: 127.5,63.5 + parent: 1 + - uid: 5985 + components: + - type: Transform + pos: 127.5,66.5 + parent: 1 - uid: 6075 components: - type: Transform @@ -31759,11 +31736,21 @@ entities: - type: Transform pos: 91.5,35.5 parent: 1 + - uid: 6210 + components: + - type: Transform + pos: 134.5,72.5 + parent: 1 - uid: 6217 components: - type: Transform pos: 88.5,37.5 parent: 1 + - uid: 6229 + components: + - type: Transform + pos: 134.5,73.5 + parent: 1 - uid: 6231 components: - type: Transform @@ -31789,6 +31776,16 @@ entities: - type: Transform pos: 140.5,80.5 parent: 1 + - uid: 6263 + components: + - type: Transform + pos: 128.5,72.5 + parent: 1 + - uid: 6265 + components: + - type: Transform + pos: 136.5,73.5 + parent: 1 - uid: 6275 components: - type: Transform @@ -31819,6 +31816,11 @@ entities: - type: Transform pos: 150.5,86.5 parent: 1 + - uid: 6365 + components: + - type: Transform + pos: 127.5,64.5 + parent: 1 - uid: 6390 components: - type: Transform @@ -31829,6 +31831,16 @@ entities: - type: Transform pos: 159.5,61.5 parent: 1 + - uid: 6401 + components: + - type: Transform + pos: 131.5,42.5 + parent: 1 + - uid: 6403 + components: + - type: Transform + pos: 129.5,42.5 + parent: 1 - uid: 6430 components: - type: Transform @@ -31879,6 +31891,11 @@ entities: - type: Transform pos: 90.5,168.5 parent: 1 + - uid: 6647 + components: + - type: Transform + pos: 141.5,49.5 + parent: 1 - uid: 6779 components: - type: Transform @@ -31914,6 +31931,11 @@ entities: - type: Transform pos: 69.5,51.5 parent: 1 + - uid: 7066 + components: + - type: Transform + pos: 141.5,50.5 + parent: 1 - uid: 7108 components: - type: Transform @@ -41369,11 +41391,126 @@ entities: - type: Transform pos: 153.5,150.5 parent: 1 + - uid: 21183 + components: + - type: Transform + pos: 130.5,51.5 + parent: 1 + - uid: 21186 + components: + - type: Transform + pos: 126.5,69.5 + parent: 1 + - uid: 21187 + components: + - type: Transform + pos: 126.5,70.5 + parent: 1 + - uid: 21192 + components: + - type: Transform + pos: 128.5,73.5 + parent: 1 + - uid: 21193 + components: + - type: Transform + pos: 131.5,73.5 + parent: 1 + - uid: 21205 + components: + - type: Transform + pos: 129.5,48.5 + parent: 1 + - uid: 21206 + components: + - type: Transform + pos: 128.5,48.5 + parent: 1 + - uid: 21207 + components: + - type: Transform + pos: 128.5,51.5 + parent: 1 + - uid: 21208 + components: + - type: Transform + pos: 123.5,58.5 + parent: 1 + - uid: 21209 + components: + - type: Transform + pos: 124.5,55.5 + parent: 1 + - uid: 21210 + components: + - type: Transform + pos: 123.5,56.5 + parent: 1 + - uid: 21227 + components: + - type: Transform + pos: 123.5,55.5 + parent: 1 + - uid: 21229 + components: + - type: Transform + pos: 124.5,59.5 + parent: 1 + - uid: 21230 + components: + - type: Transform + pos: 129.5,45.5 + parent: 1 + - uid: 21231 + components: + - type: Transform + pos: 130.5,47.5 + parent: 1 + - uid: 21232 + components: + - type: Transform + pos: 130.5,45.5 + parent: 1 + - uid: 21241 + components: + - type: Transform + pos: 132.5,58.5 + parent: 1 + - uid: 21243 + components: + - type: Transform + pos: 133.5,58.5 + parent: 1 - uid: 21247 components: - type: Transform pos: 88.5,43.5 parent: 1 + - uid: 21252 + components: + - type: Transform + pos: 120.5,69.5 + parent: 1 + - uid: 21253 + components: + - type: Transform + pos: 122.5,69.5 + parent: 1 + - uid: 21254 + components: + - type: Transform + pos: 126.5,56.5 + parent: 1 + - uid: 21296 + components: + - type: Transform + pos: 134.5,69.5 + parent: 1 + - uid: 21320 + components: + - type: Transform + pos: 130.5,50.5 + parent: 1 - uid: 21382 components: - type: Transform @@ -41394,11 +41531,86 @@ entities: - type: Transform pos: 143.5,56.5 parent: 1 + - uid: 21518 + components: + - type: Transform + pos: 127.5,65.5 + parent: 1 + - uid: 21519 + components: + - type: Transform + pos: 131.5,45.5 + parent: 1 + - uid: 21520 + components: + - type: Transform + pos: 128.5,45.5 + parent: 1 + - uid: 21521 + components: + - type: Transform + pos: 126.5,59.5 + parent: 1 + - uid: 21522 + components: + - type: Transform + pos: 130.5,55.5 + parent: 1 + - uid: 21523 + components: + - type: Transform + pos: 129.5,59.5 + parent: 1 + - uid: 21524 + components: + - type: Transform + pos: 130.5,60.5 + parent: 1 + - uid: 21525 + components: + - type: Transform + pos: 130.5,58.5 + parent: 1 + - uid: 21572 + components: + - type: Transform + pos: 123.5,65.5 + parent: 1 + - uid: 21576 + components: + - type: Transform + pos: 122.5,66.5 + parent: 1 - uid: 21585 components: - type: Transform pos: 52.5,74.5 parent: 1 + - uid: 21594 + components: + - type: Transform + pos: 126.5,55.5 + parent: 1 + - uid: 21599 + components: + - type: Transform + pos: 133.5,56.5 + parent: 1 + - uid: 21600 + components: + - type: Transform + pos: 137.5,69.5 + parent: 1 + - uid: 21618 + components: + - type: Transform + pos: 131.5,48.5 + parent: 1 + - uid: 21619 + components: + - type: Transform + pos: 136.5,65.5 + parent: 1 - uid: 21649 components: - type: Transform @@ -41414,6 +41626,46 @@ entities: - type: Transform pos: 154.5,99.5 parent: 1 + - uid: 21743 + components: + - type: Transform + pos: 122.5,75.5 + parent: 1 + - uid: 21755 + components: + - type: Transform + pos: 129.5,53.5 + parent: 1 + - uid: 21756 + components: + - type: Transform + pos: 130.5,52.5 + parent: 1 + - uid: 21787 + components: + - type: Transform + pos: 133.5,57.5 + parent: 1 + - uid: 21788 + components: + - type: Transform + pos: 133.5,51.5 + parent: 1 + - uid: 21789 + components: + - type: Transform + pos: 126.5,71.5 + parent: 1 + - uid: 21790 + components: + - type: Transform + pos: 133.5,69.5 + parent: 1 + - uid: 21792 + components: + - type: Transform + pos: 127.5,73.5 + parent: 1 - uid: 21799 components: - type: Transform @@ -41444,205 +41696,35 @@ entities: - type: Transform pos: 123.5,52.5 parent: 1 - - uid: 21805 - components: - - type: Transform - pos: 123.5,53.5 - parent: 1 - uid: 21806 components: - type: Transform - pos: 123.5,54.5 + pos: 133.5,73.5 parent: 1 - uid: 21807 components: - type: Transform pos: 123.5,48.5 parent: 1 - - uid: 21808 - components: - - type: Transform - pos: 123.5,55.5 - parent: 1 - uid: 21810 components: - type: Transform pos: 122.5,50.5 parent: 1 - - uid: 21811 - components: - - type: Transform - pos: 124.5,55.5 - parent: 1 - - uid: 21812 - components: - - type: Transform - pos: 125.5,55.5 - parent: 1 - - uid: 21813 - components: - - type: Transform - pos: 125.5,56.5 - parent: 1 - - uid: 21814 - components: - - type: Transform - pos: 125.5,57.5 - parent: 1 - - uid: 21815 - components: - - type: Transform - pos: 122.5,59.5 - parent: 1 - - uid: 21816 - components: - - type: Transform - pos: 123.5,59.5 - parent: 1 - uid: 21817 components: - type: Transform - pos: 124.5,59.5 - parent: 1 - - uid: 21818 - components: - - type: Transform - pos: 125.5,59.5 - parent: 1 - - uid: 21819 - components: - - type: Transform - pos: 126.5,59.5 - parent: 1 - - uid: 21820 - components: - - type: Transform - pos: 127.5,59.5 - parent: 1 - - uid: 21821 - components: - - type: Transform - pos: 128.5,59.5 - parent: 1 - - uid: 21822 - components: - - type: Transform - pos: 129.5,59.5 - parent: 1 - - uid: 21823 - components: - - type: Transform - pos: 129.5,60.5 - parent: 1 - - uid: 21824 - components: - - type: Transform - pos: 129.5,61.5 + pos: 133.5,42.5 parent: 1 - uid: 21825 components: - type: Transform - pos: 130.5,59.5 - parent: 1 - - uid: 21826 - components: - - type: Transform - pos: 130.5,58.5 + pos: 124.5,67.5 parent: 1 - uid: 21827 components: - type: Transform - pos: 130.5,57.5 - parent: 1 - - uid: 21828 - components: - - type: Transform - pos: 130.5,56.5 - parent: 1 - - uid: 21829 - components: - - type: Transform - pos: 130.5,55.5 - parent: 1 - - uid: 21830 - components: - - type: Transform - pos: 131.5,55.5 - parent: 1 - - uid: 21831 - components: - - type: Transform - pos: 132.5,55.5 - parent: 1 - - uid: 21832 - components: - - type: Transform - pos: 133.5,55.5 - parent: 1 - - uid: 21833 - components: - - type: Transform - pos: 134.5,55.5 - parent: 1 - - uid: 21834 - components: - - type: Transform - pos: 126.5,55.5 - parent: 1 - - uid: 21835 - components: - - type: Transform - pos: 127.5,55.5 - parent: 1 - - uid: 21836 - components: - - type: Transform - pos: 126.5,54.5 - parent: 1 - - uid: 21837 - components: - - type: Transform - pos: 126.5,53.5 - parent: 1 - - uid: 21838 - components: - - type: Transform - pos: 126.5,52.5 - parent: 1 - - uid: 21839 - components: - - type: Transform - pos: 126.5,51.5 - parent: 1 - - uid: 21840 - components: - - type: Transform - pos: 126.5,50.5 - parent: 1 - - uid: 21841 - components: - - type: Transform - pos: 126.5,49.5 - parent: 1 - - uid: 21842 - components: - - type: Transform - pos: 126.5,47.5 - parent: 1 - - uid: 21843 - components: - - type: Transform - pos: 126.5,46.5 - parent: 1 - - uid: 21844 - components: - - type: Transform - pos: 126.5,45.5 - parent: 1 - - uid: 21845 - components: - - type: Transform - pos: 126.5,48.5 + pos: 124.5,66.5 parent: 1 - uid: 21846 components: @@ -41674,495 +41756,135 @@ entities: - type: Transform pos: 138.5,55.5 parent: 1 - - uid: 21852 - components: - - type: Transform - pos: 137.5,55.5 - parent: 1 - - uid: 21853 - components: - - type: Transform - pos: 131.5,45.5 - parent: 1 - - uid: 21854 - components: - - type: Transform - pos: 136.5,55.5 - parent: 1 - uid: 21855 components: - type: Transform pos: 139.5,55.5 parent: 1 - - uid: 21856 - components: - - type: Transform - pos: 131.5,51.5 - parent: 1 - - uid: 21858 - components: - - type: Transform - pos: 132.5,52.5 - parent: 1 - - uid: 21859 - components: - - type: Transform - pos: 133.5,52.5 - parent: 1 - - uid: 21860 - components: - - type: Transform - pos: 134.5,52.5 - parent: 1 - - uid: 21862 - components: - - type: Transform - pos: 132.5,49.5 - parent: 1 - - uid: 21863 - components: - - type: Transform - pos: 133.5,49.5 - parent: 1 - - uid: 21864 - components: - - type: Transform - pos: 134.5,49.5 - parent: 1 - - uid: 21865 - components: - - type: Transform - pos: 132.5,46.5 - parent: 1 - - uid: 21866 - components: - - type: Transform - pos: 134.5,46.5 - parent: 1 - - uid: 21867 - components: - - type: Transform - pos: 133.5,46.5 - parent: 1 - - uid: 21868 - components: - - type: Transform - pos: 127.5,60.5 - parent: 1 - - uid: 21869 - components: - - type: Transform - pos: 127.5,61.5 - parent: 1 - - uid: 21870 - components: - - type: Transform - pos: 122.5,58.5 - parent: 1 - - uid: 21873 - components: - - type: Transform - pos: 122.5,60.5 - parent: 1 - - uid: 21874 - components: - - type: Transform - pos: 127.5,63.5 - parent: 1 - - uid: 21875 - components: - - type: Transform - pos: 127.5,64.5 - parent: 1 - - uid: 21876 - components: - - type: Transform - pos: 127.5,65.5 - parent: 1 - - uid: 21877 - components: - - type: Transform - pos: 127.5,66.5 - parent: 1 - - uid: 21878 - components: - - type: Transform - pos: 127.5,67.5 - parent: 1 - - uid: 21879 - components: - - type: Transform - pos: 127.5,68.5 - parent: 1 - - uid: 21880 - components: - - type: Transform - pos: 127.5,69.5 - parent: 1 - - uid: 21881 - components: - - type: Transform - pos: 127.5,70.5 - parent: 1 - - uid: 21882 - components: - - type: Transform - pos: 127.5,71.5 - parent: 1 - - uid: 21883 - components: - - type: Transform - pos: 127.5,72.5 - parent: 1 - - uid: 21884 - components: - - type: Transform - pos: 127.5,73.5 - parent: 1 - - uid: 21885 - components: - - type: Transform - pos: 127.5,74.5 - parent: 1 - - uid: 21886 - components: - - type: Transform - pos: 126.5,74.5 - parent: 1 - - uid: 21887 - components: - - type: Transform - pos: 125.5,74.5 - parent: 1 - - uid: 21888 - components: - - type: Transform - pos: 124.5,74.5 - parent: 1 - - uid: 21889 - components: - - type: Transform - pos: 123.5,74.5 - parent: 1 - - uid: 21890 - components: - - type: Transform - pos: 126.5,71.5 - parent: 1 - - uid: 21891 - components: - - type: Transform - pos: 125.5,71.5 - parent: 1 - - uid: 21892 - components: - - type: Transform - pos: 124.5,71.5 - parent: 1 - - uid: 21893 - components: - - type: Transform - pos: 123.5,71.5 - parent: 1 - - uid: 21894 - components: - - type: Transform - pos: 123.5,68.5 - parent: 1 - - uid: 21895 - components: - - type: Transform - pos: 124.5,68.5 - parent: 1 - - uid: 21896 - components: - - type: Transform - pos: 125.5,68.5 - parent: 1 - - uid: 21897 - components: - - type: Transform - pos: 126.5,68.5 - parent: 1 - - uid: 21898 - components: - - type: Transform - pos: 123.5,65.5 - parent: 1 - - uid: 21899 - components: - - type: Transform - pos: 124.5,65.5 - parent: 1 - uid: 21900 components: - type: Transform - pos: 125.5,65.5 - parent: 1 - - uid: 21901 - components: - - type: Transform - pos: 126.5,65.5 - parent: 1 - - uid: 21902 - components: - - type: Transform - pos: 128.5,66.5 - parent: 1 - - uid: 21903 - components: - - type: Transform - pos: 129.5,66.5 - parent: 1 - - uid: 21904 - components: - - type: Transform - pos: 136.5,64.5 - parent: 1 - - uid: 21905 - components: - - type: Transform - pos: 135.5,64.5 - parent: 1 - - uid: 21906 - components: - - type: Transform - pos: 134.5,64.5 - parent: 1 - - uid: 21907 - components: - - type: Transform - pos: 133.5,64.5 + pos: 125.5,64.5 parent: 1 - uid: 21908 components: - type: Transform - pos: 132.5,64.5 + pos: 130.5,53.5 parent: 1 - uid: 21909 components: - type: Transform - pos: 131.5,64.5 - parent: 1 - - uid: 21910 - components: - - type: Transform - pos: 134.5,63.5 + pos: 127.5,69.5 parent: 1 - uid: 21911 components: - type: Transform - pos: 134.5,62.5 - parent: 1 - - uid: 21912 - components: - - type: Transform - pos: 134.5,61.5 + pos: 130.5,59.5 parent: 1 - uid: 21913 components: - type: Transform - pos: 134.5,60.5 + pos: 126.5,73.5 parent: 1 - uid: 21914 components: - type: Transform - pos: 134.5,59.5 + pos: 128.5,59.5 parent: 1 - uid: 21915 components: - type: Transform - pos: 135.5,59.5 + pos: 132.5,51.5 parent: 1 - uid: 21916 components: - type: Transform - pos: 134.5,65.5 + pos: 132.5,48.5 parent: 1 - uid: 21917 components: - type: Transform - pos: 130.5,75.5 + pos: 134.5,71.5 parent: 1 - uid: 21918 components: - type: Transform - pos: 130.5,74.5 + pos: 134.5,70.5 parent: 1 - uid: 21919 components: - type: Transform - pos: 130.5,73.5 - parent: 1 - - uid: 21920 - components: - - type: Transform - pos: 131.5,73.5 - parent: 1 - - uid: 21921 - components: - - type: Transform - pos: 131.5,72.5 + pos: 132.5,45.5 parent: 1 - uid: 21922 components: - type: Transform - pos: 131.5,71.5 + pos: 133.5,45.5 parent: 1 - uid: 21923 components: - type: Transform - pos: 131.5,70.5 - parent: 1 - - uid: 21924 - components: - - type: Transform - pos: 131.5,69.5 + pos: 132.5,68.5 parent: 1 - uid: 21925 components: - type: Transform - pos: 131.5,68.5 - parent: 1 - - uid: 21926 - components: - - type: Transform - pos: 132.5,68.5 - parent: 1 - - uid: 21927 - components: - - type: Transform - pos: 133.5,68.5 - parent: 1 - - uid: 21928 - components: - - type: Transform - pos: 134.5,68.5 - parent: 1 - - uid: 21929 - components: - - type: Transform - pos: 134.5,69.5 - parent: 1 - - uid: 21930 - components: - - type: Transform - pos: 134.5,70.5 + pos: 126.5,72.5 parent: 1 - uid: 21931 components: - type: Transform - pos: 134.5,71.5 + pos: 128.5,68.5 parent: 1 - uid: 21932 components: - type: Transform - pos: 134.5,72.5 + pos: 129.5,73.5 parent: 1 - uid: 21933 components: - type: Transform - pos: 134.5,73.5 + pos: 130.5,71.5 parent: 1 - uid: 21934 components: - type: Transform - pos: 133.5,73.5 + pos: 129.5,71.5 parent: 1 - uid: 21935 components: - type: Transform - pos: 132.5,73.5 - parent: 1 - - uid: 21936 - components: - - type: Transform - pos: 130.5,51.5 + pos: 128.5,69.5 parent: 1 - uid: 21937 components: - type: Transform - pos: 128.5,51.5 + pos: 128.5,70.5 parent: 1 - uid: 21938 components: - type: Transform - pos: 129.5,51.5 - parent: 1 - - uid: 21939 - components: - - type: Transform - pos: 127.5,51.5 - parent: 1 - - uid: 21940 - components: - - type: Transform - pos: 127.5,48.5 - parent: 1 - - uid: 21941 - components: - - type: Transform - pos: 128.5,48.5 - parent: 1 - - uid: 21942 - components: - - type: Transform - pos: 129.5,48.5 + pos: 128.5,71.5 parent: 1 - uid: 21943 components: - type: Transform - pos: 130.5,48.5 - parent: 1 - - uid: 21944 - components: - - type: Transform - pos: 130.5,47.5 - parent: 1 - - uid: 21945 - components: - - type: Transform - pos: 130.5,46.5 + pos: 124.5,65.5 parent: 1 - uid: 21946 components: - type: Transform - pos: 130.5,45.5 + pos: 127.5,45.5 parent: 1 - uid: 21947 components: - type: Transform - pos: 132.5,45.5 - parent: 1 - - uid: 21948 - components: - - type: Transform - pos: 132.5,47.5 - parent: 1 - - uid: 21949 - components: - - type: Transform - pos: 132.5,48.5 - parent: 1 - - uid: 21950 - components: - - type: Transform - pos: 132.5,50.5 - parent: 1 - - uid: 21951 - components: - - type: Transform - pos: 132.5,51.5 - parent: 1 - - uid: 21954 - components: - - type: Transform - pos: 137.5,47.5 + pos: 132.5,73.5 parent: 1 - uid: 21955 components: - type: Transform - pos: 138.5,47.5 + pos: 128.5,53.5 parent: 1 - uid: 21956 components: @@ -42304,16 +42026,6 @@ entities: - type: Transform pos: 138.5,62.5 parent: 1 - - uid: 21985 - components: - - type: Transform - pos: 138.5,63.5 - parent: 1 - - uid: 21986 - components: - - type: Transform - pos: 137.5,59.5 - parent: 1 - uid: 21987 components: - type: Transform @@ -42499,6 +42211,11 @@ entities: - type: Transform pos: 145.5,51.5 parent: 1 + - uid: 22026 + components: + - type: Transform + pos: 132.5,42.5 + parent: 1 - uid: 22027 components: - type: Transform @@ -42734,11 +42451,6 @@ entities: - type: Transform pos: 138.5,68.5 parent: 1 - - uid: 22094 - components: - - type: Transform - pos: 137.5,68.5 - parent: 1 - uid: 22095 components: - type: Transform @@ -42909,26 +42621,6 @@ entities: - type: Transform pos: 142.5,74.5 parent: 1 - - uid: 22147 - components: - - type: Transform - pos: 130.5,71.5 - parent: 1 - - uid: 22148 - components: - - type: Transform - pos: 134.5,67.5 - parent: 1 - - uid: 22149 - components: - - type: Transform - pos: 135.5,68.5 - parent: 1 - - uid: 22150 - components: - - type: Transform - pos: 133.5,74.5 - parent: 1 - uid: 22151 components: - type: Transform @@ -42944,16 +42636,56 @@ entities: - type: Transform pos: 139.5,51.5 parent: 1 + - uid: 22157 + components: + - type: Transform + pos: 130.5,49.5 + parent: 1 + - uid: 22249 + components: + - type: Transform + pos: 132.5,69.5 + parent: 1 + - uid: 22277 + components: + - type: Transform + pos: 127.5,59.5 + parent: 1 + - uid: 22353 + components: + - type: Transform + pos: 129.5,56.5 + parent: 1 + - uid: 22356 + components: + - type: Transform + pos: 127.5,56.5 + parent: 1 + - uid: 22475 + components: + - type: Transform + pos: 122.5,76.5 + parent: 1 + - uid: 22476 + components: + - type: Transform + pos: 123.5,72.5 + parent: 1 + - uid: 22481 + components: + - type: Transform + pos: 129.5,65.5 + parent: 1 + - uid: 22495 + components: + - type: Transform + pos: 122.5,68.5 + parent: 1 - uid: 22548 components: - type: Transform pos: 135.5,85.5 parent: 1 - - uid: 22560 - components: - - type: Transform - pos: 129.5,55.5 - parent: 1 - uid: 22597 components: - type: Transform @@ -42974,21 +42706,121 @@ entities: - type: Transform pos: 107.5,39.5 parent: 1 + - uid: 22711 + components: + - type: Transform + pos: 130.5,56.5 + parent: 1 + - uid: 22714 + components: + - type: Transform + pos: 128.5,56.5 + parent: 1 - uid: 22745 components: - type: Transform pos: 84.5,45.5 parent: 1 + - uid: 22760 + components: + - type: Transform + pos: 131.5,51.5 + parent: 1 + - uid: 22794 + components: + - type: Transform + pos: 122.5,74.5 + parent: 1 + - uid: 22809 + components: + - type: Transform + pos: 122.5,70.5 + parent: 1 + - uid: 22810 + components: + - type: Transform + pos: 121.5,69.5 + parent: 1 + - uid: 22835 + components: + - type: Transform + pos: 134.5,65.5 + parent: 1 + - uid: 22837 + components: + - type: Transform + pos: 132.5,66.5 + parent: 1 + - uid: 22881 + components: + - type: Transform + pos: 131.5,58.5 + parent: 1 + - uid: 22911 + components: + - type: Transform + pos: 124.5,64.5 + parent: 1 - uid: 22917 components: - type: Transform pos: 83.5,45.5 parent: 1 + - uid: 22934 + components: + - type: Transform + pos: 131.5,56.5 + parent: 1 + - uid: 22964 + components: + - type: Transform + pos: 126.5,64.5 + parent: 1 - uid: 22985 components: - type: Transform pos: 77.5,70.5 parent: 1 + - uid: 23024 + components: + - type: Transform + pos: 133.5,65.5 + parent: 1 + - uid: 23025 + components: + - type: Transform + pos: 132.5,65.5 + parent: 1 + - uid: 23026 + components: + - type: Transform + pos: 131.5,65.5 + parent: 1 + - uid: 23027 + components: + - type: Transform + pos: 122.5,72.5 + parent: 1 + - uid: 23028 + components: + - type: Transform + pos: 125.5,69.5 + parent: 1 + - uid: 23038 + components: + - type: Transform + pos: 138.5,64.5 + parent: 1 + - uid: 23044 + components: + - type: Transform + pos: 122.5,71.5 + parent: 1 + - uid: 23063 + components: + - type: Transform + pos: 122.5,73.5 + parent: 1 - uid: 23204 components: - type: Transform @@ -48664,11 +48496,6 @@ entities: - type: Transform pos: 139.5,76.5 parent: 1 - - uid: 28393 - components: - - type: Transform - pos: 120.5,60.5 - parent: 1 - uid: 28394 components: - type: Transform @@ -70064,6 +69891,11 @@ entities: - type: Transform pos: 144.5,95.5 parent: 1 + - uid: 1746 + components: + - type: Transform + pos: 130.5,52.5 + parent: 1 - uid: 1814 components: - type: Transform @@ -70114,6 +69946,11 @@ entities: - type: Transform pos: 110.5,103.5 parent: 1 + - uid: 2489 + components: + - type: Transform + pos: 130.5,50.5 + parent: 1 - uid: 2502 components: - type: Transform @@ -70439,11 +70276,6 @@ entities: - type: Transform pos: 54.5,84.5 parent: 1 - - uid: 4824 - components: - - type: Transform - pos: 133.5,59.5 - parent: 1 - uid: 4840 components: - type: Transform @@ -70529,6 +70361,46 @@ entities: - type: Transform pos: 144.5,148.5 parent: 1 + - uid: 5271 + components: + - type: Transform + pos: 130.5,49.5 + parent: 1 + - uid: 5274 + components: + - type: Transform + pos: 133.5,73.5 + parent: 1 + - uid: 5276 + components: + - type: Transform + pos: 133.5,57.5 + parent: 1 + - uid: 5277 + components: + - type: Transform + pos: 131.5,40.5 + parent: 1 + - uid: 5278 + components: + - type: Transform + pos: 130.5,40.5 + parent: 1 + - uid: 5279 + components: + - type: Transform + pos: 135.5,57.5 + parent: 1 + - uid: 5290 + components: + - type: Transform + pos: 135.5,58.5 + parent: 1 + - uid: 5343 + components: + - type: Transform + pos: 130.5,69.5 + parent: 1 - uid: 5351 components: - type: Transform @@ -70594,6 +70466,11 @@ entities: - type: Transform pos: 88.5,54.5 parent: 1 + - uid: 5469 + components: + - type: Transform + pos: 130.5,59.5 + parent: 1 - uid: 5481 components: - type: Transform @@ -70634,11 +70511,56 @@ entities: - type: Transform pos: 63.5,157.5 parent: 1 + - uid: 5658 + components: + - type: Transform + pos: 130.5,47.5 + parent: 1 + - uid: 5659 + components: + - type: Transform + pos: 127.5,62.5 + parent: 1 + - uid: 5768 + components: + - type: Transform + pos: 134.5,73.5 + parent: 1 + - uid: 5769 + components: + - type: Transform + pos: 131.5,73.5 + parent: 1 + - uid: 5786 + components: + - type: Transform + pos: 130.5,73.5 + parent: 1 + - uid: 5787 + components: + - type: Transform + pos: 128.5,66.5 + parent: 1 + - uid: 5791 + components: + - type: Transform + pos: 134.5,72.5 + parent: 1 + - uid: 5792 + components: + - type: Transform + pos: 128.5,73.5 + parent: 1 - uid: 5825 components: - type: Transform pos: 47.5,51.5 parent: 1 + - uid: 5831 + components: + - type: Transform + pos: 125.5,64.5 + parent: 1 - uid: 5837 components: - type: Transform @@ -70704,10 +70626,15 @@ entities: - type: Transform pos: 138.5,149.5 parent: 1 - - uid: 6236 + - uid: 6232 components: - type: Transform - pos: 131.5,67.5 + pos: 132.5,66.5 + parent: 1 + - uid: 6318 + components: + - type: Transform + pos: 130.5,45.5 parent: 1 - uid: 6333 components: @@ -70719,6 +70646,16 @@ entities: - type: Transform pos: 96.5,71.5 parent: 1 + - uid: 6362 + components: + - type: Transform + pos: 127.5,61.5 + parent: 1 + - uid: 6363 + components: + - type: Transform + pos: 130.5,46.5 + parent: 1 - uid: 6369 components: - type: Transform @@ -70749,6 +70686,16 @@ entities: - type: Transform pos: 158.5,49.5 parent: 1 + - uid: 6581 + components: + - type: Transform + pos: 126.5,58.5 + parent: 1 + - uid: 6644 + components: + - type: Transform + pos: 140.5,48.5 + parent: 1 - uid: 6673 components: - type: Transform @@ -70949,11 +70896,6 @@ entities: - type: Transform pos: 29.5,79.5 parent: 1 - - uid: 8665 - components: - - type: Transform - pos: 132.5,67.5 - parent: 1 - uid: 8666 components: - type: Transform @@ -78109,185 +78051,30 @@ entities: - type: Transform pos: 138.5,56.5 parent: 1 - - uid: 21176 - components: - - type: Transform - pos: 138.5,55.5 - parent: 1 - - uid: 21177 - components: - - type: Transform - pos: 137.5,55.5 - parent: 1 - - uid: 21178 - components: - - type: Transform - pos: 136.5,55.5 - parent: 1 - - uid: 21179 - components: - - type: Transform - pos: 135.5,55.5 - parent: 1 - - uid: 21180 - components: - - type: Transform - pos: 134.5,55.5 - parent: 1 - - uid: 21181 - components: - - type: Transform - pos: 133.5,55.5 - parent: 1 - - uid: 21182 - components: - - type: Transform - pos: 131.5,55.5 - parent: 1 - - uid: 21183 - components: - - type: Transform - pos: 130.5,55.5 - parent: 1 - - uid: 21184 - components: - - type: Transform - pos: 132.5,55.5 - parent: 1 - - uid: 21185 - components: - - type: Transform - pos: 130.5,56.5 - parent: 1 - - uid: 21186 - components: - - type: Transform - pos: 130.5,57.5 - parent: 1 - - uid: 21187 - components: - - type: Transform - pos: 130.5,58.5 - parent: 1 - uid: 21188 components: - type: Transform - pos: 130.5,59.5 + pos: 128.5,68.5 parent: 1 - uid: 21189 components: - type: Transform - pos: 129.5,59.5 + pos: 129.5,71.5 parent: 1 - uid: 21190 components: - type: Transform - pos: 128.5,59.5 + pos: 128.5,71.5 parent: 1 - uid: 21191 components: - type: Transform - pos: 127.5,59.5 - parent: 1 - - uid: 21192 - components: - - type: Transform - pos: 127.5,60.5 - parent: 1 - - uid: 21193 - components: - - type: Transform - pos: 127.5,61.5 - parent: 1 - - uid: 21194 - components: - - type: Transform - pos: 127.5,62.5 - parent: 1 - - uid: 21195 - components: - - type: Transform - pos: 127.5,63.5 - parent: 1 - - uid: 21196 - components: - - type: Transform - pos: 127.5,64.5 - parent: 1 - - uid: 21197 - components: - - type: Transform - pos: 127.5,66.5 - parent: 1 - - uid: 21198 - components: - - type: Transform - pos: 127.5,67.5 - parent: 1 - - uid: 21199 - components: - - type: Transform - pos: 127.5,68.5 - parent: 1 - - uid: 21200 - components: - - type: Transform - pos: 127.5,69.5 - parent: 1 - - uid: 21201 - components: - - type: Transform - pos: 127.5,70.5 - parent: 1 - - uid: 21202 - components: - - type: Transform - pos: 127.5,71.5 - parent: 1 - - uid: 21203 - components: - - type: Transform - pos: 127.5,72.5 + pos: 128.5,70.5 parent: 1 - uid: 21204 components: - type: Transform - pos: 127.5,73.5 - parent: 1 - - uid: 21205 - components: - - type: Transform - pos: 127.5,65.5 - parent: 1 - - uid: 21206 - components: - - type: Transform - pos: 126.5,59.5 - parent: 1 - - uid: 21207 - components: - - type: Transform - pos: 125.5,59.5 - parent: 1 - - uid: 21208 - components: - - type: Transform - pos: 124.5,59.5 - parent: 1 - - uid: 21209 - components: - - type: Transform - pos: 123.5,59.5 - parent: 1 - - uid: 21210 - components: - - type: Transform - pos: 122.5,59.5 - parent: 1 - - uid: 21211 - components: - - type: Transform - pos: 121.5,59.5 + pos: 130.5,44.5 parent: 1 - uid: 21212 components: @@ -78314,450 +78101,40 @@ entities: - type: Transform pos: 138.5,75.5 parent: 1 - - uid: 21217 - components: - - type: Transform - pos: 126.5,64.5 - parent: 1 - - uid: 21218 - components: - - type: Transform - pos: 124.5,64.5 - parent: 1 - uid: 21219 components: - type: Transform - pos: 123.5,64.5 - parent: 1 - - uid: 21220 - components: - - type: Transform - pos: 122.5,64.5 - parent: 1 - - uid: 21221 - components: - - type: Transform - pos: 121.5,64.5 - parent: 1 - - uid: 21222 - components: - - type: Transform - pos: 125.5,64.5 - parent: 1 - - uid: 21223 - components: - - type: Transform - pos: 121.5,65.5 - parent: 1 - - uid: 21224 - components: - - type: Transform - pos: 126.5,67.5 - parent: 1 - - uid: 21225 - components: - - type: Transform - pos: 125.5,67.5 - parent: 1 - - uid: 21226 - components: - - type: Transform - pos: 124.5,67.5 - parent: 1 - - uid: 21227 - components: - - type: Transform - pos: 123.5,67.5 - parent: 1 - - uid: 21228 - components: - - type: Transform - pos: 122.5,67.5 - parent: 1 - - uid: 21229 - components: - - type: Transform - pos: 121.5,67.5 - parent: 1 - - uid: 21230 - components: - - type: Transform - pos: 121.5,68.5 - parent: 1 - - uid: 21231 - components: - - type: Transform - pos: 126.5,70.5 - parent: 1 - - uid: 21232 - components: - - type: Transform - pos: 125.5,70.5 - parent: 1 - - uid: 21234 - components: - - type: Transform - pos: 122.5,70.5 - parent: 1 - - uid: 21235 - components: - - type: Transform - pos: 121.5,70.5 - parent: 1 - - uid: 21236 - components: - - type: Transform - pos: 123.5,70.5 - parent: 1 - - uid: 21237 - components: - - type: Transform - pos: 121.5,71.5 - parent: 1 - - uid: 21238 - components: - - type: Transform - pos: 126.5,73.5 - parent: 1 - - uid: 21239 - components: - - type: Transform - pos: 124.5,73.5 - parent: 1 - - uid: 21240 - components: - - type: Transform - pos: 123.5,73.5 - parent: 1 - - uid: 21241 - components: - - type: Transform - pos: 122.5,73.5 - parent: 1 - - uid: 21242 - components: - - type: Transform - pos: 121.5,73.5 - parent: 1 - - uid: 21243 - components: - - type: Transform - pos: 125.5,73.5 - parent: 1 - - uid: 21244 - components: - - type: Transform - pos: 121.5,74.5 - parent: 1 - - uid: 21245 - components: - - type: Transform - pos: 131.5,59.5 - parent: 1 - - uid: 21246 - components: - - type: Transform - pos: 132.5,59.5 + pos: 128.5,53.5 parent: 1 - uid: 21248 components: - type: Transform pos: 88.5,44.5 parent: 1 - - uid: 21249 - components: - - type: Transform - pos: 137.5,59.5 - parent: 1 - - uid: 21250 - components: - - type: Transform - pos: 136.5,59.5 - parent: 1 - - uid: 21251 - components: - - type: Transform - pos: 135.5,59.5 - parent: 1 - - uid: 21252 - components: - - type: Transform - pos: 134.5,59.5 - parent: 1 - - uid: 21253 - components: - - type: Transform - pos: 134.5,60.5 - parent: 1 - - uid: 21254 - components: - - type: Transform - pos: 134.5,61.5 - parent: 1 - - uid: 21255 - components: - - type: Transform - pos: 134.5,62.5 - parent: 1 - - uid: 21256 - components: - - type: Transform - pos: 134.5,63.5 - parent: 1 - - uid: 21257 - components: - - type: Transform - pos: 134.5,64.5 - parent: 1 - - uid: 21258 - components: - - type: Transform - pos: 134.5,66.5 - parent: 1 - - uid: 21259 - components: - - type: Transform - pos: 134.5,67.5 - parent: 1 - - uid: 21260 - components: - - type: Transform - pos: 134.5,68.5 - parent: 1 - - uid: 21261 - components: - - type: Transform - pos: 134.5,65.5 - parent: 1 - - uid: 21262 - components: - - type: Transform - pos: 128.5,71.5 - parent: 1 - - uid: 21263 - components: - - type: Transform - pos: 129.5,71.5 - parent: 1 - - uid: 21264 - components: - - type: Transform - pos: 129.5,72.5 - parent: 1 - - uid: 21265 - components: - - type: Transform - pos: 129.5,73.5 - parent: 1 - - uid: 21266 - components: - - type: Transform - pos: 129.5,70.5 - parent: 1 - - uid: 21267 - components: - - type: Transform - pos: 129.5,69.5 - parent: 1 - - uid: 21268 - components: - - type: Transform - pos: 129.5,68.5 - parent: 1 - - uid: 21269 - components: - - type: Transform - pos: 130.5,71.5 - parent: 1 - - uid: 21270 - components: - - type: Transform - pos: 131.5,71.5 - parent: 1 - - uid: 21271 - components: - - type: Transform - pos: 132.5,71.5 - parent: 1 - - uid: 21272 - components: - - type: Transform - pos: 133.5,71.5 - parent: 1 - - uid: 21273 - components: - - type: Transform - pos: 134.5,71.5 - parent: 1 - uid: 21274 components: - type: Transform - pos: 134.5,70.5 - parent: 1 - - uid: 21275 - components: - - type: Transform - pos: 134.5,69.5 - parent: 1 - - uid: 21276 - components: - - type: Transform - pos: 135.5,70.5 - parent: 1 - - uid: 21277 - components: - - type: Transform - pos: 136.5,69.5 - parent: 1 - - uid: 21278 - components: - - type: Transform - pos: 136.5,70.5 - parent: 1 - - uid: 21279 - components: - - type: Transform - pos: 136.5,71.5 - parent: 1 - - uid: 21280 - components: - - type: Transform - pos: 133.5,72.5 - parent: 1 - - uid: 21281 - components: - - type: Transform - pos: 133.5,73.5 - parent: 1 - - uid: 21282 - components: - - type: Transform - pos: 133.5,74.5 - parent: 1 - - uid: 21283 - components: - - type: Transform - pos: 133.5,75.5 - parent: 1 - - uid: 21284 - components: - - type: Transform - pos: 132.5,75.5 - parent: 1 - - uid: 21285 - components: - - type: Transform - pos: 131.5,75.5 - parent: 1 - - uid: 21286 - components: - - type: Transform - pos: 134.5,75.5 - parent: 1 - - uid: 21287 - components: - - type: Transform - pos: 133.5,64.5 - parent: 1 - - uid: 21288 - components: - - type: Transform - pos: 132.5,64.5 - parent: 1 - - uid: 21289 - components: - - type: Transform - pos: 132.5,65.5 - parent: 1 - - uid: 21290 - components: - - type: Transform - pos: 132.5,66.5 + pos: 130.5,56.5 parent: 1 - uid: 21291 components: - type: Transform - pos: 131.5,66.5 - parent: 1 - - uid: 21292 - components: - - type: Transform - pos: 131.5,54.5 - parent: 1 - - uid: 21293 - components: - - type: Transform - pos: 130.5,53.5 - parent: 1 - - uid: 21294 - components: - - type: Transform - pos: 131.5,53.5 + pos: 128.5,74.5 parent: 1 - uid: 21295 components: - type: Transform - pos: 132.5,53.5 - parent: 1 - - uid: 21296 - components: - - type: Transform - pos: 131.5,52.5 - parent: 1 - - uid: 21297 - components: - - type: Transform - pos: 131.5,51.5 - parent: 1 - - uid: 21298 - components: - - type: Transform - pos: 131.5,50.5 + pos: 131.5,69.5 parent: 1 - uid: 21299 components: - type: Transform - pos: 131.5,49.5 - parent: 1 - - uid: 21300 - components: - - type: Transform - pos: 131.5,48.5 - parent: 1 - - uid: 21301 - components: - - type: Transform - pos: 131.5,47.5 - parent: 1 - - uid: 21302 - components: - - type: Transform - pos: 131.5,46.5 + pos: 130.5,71.5 parent: 1 - uid: 21303 components: - type: Transform - pos: 131.5,45.5 - parent: 1 - - uid: 21304 - components: - - type: Transform - pos: 131.5,44.5 - parent: 1 - - uid: 21305 - components: - - type: Transform - pos: 130.5,43.5 - parent: 1 - - uid: 21306 - components: - - type: Transform - pos: 132.5,43.5 - parent: 1 - - uid: 21307 - components: - - type: Transform - pos: 131.5,43.5 + pos: 130.5,51.5 parent: 1 - uid: 21308 components: @@ -78799,35 +78176,10 @@ entities: - type: Transform pos: 139.5,48.5 parent: 1 - - uid: 21316 - components: - - type: Transform - pos: 139.5,47.5 - parent: 1 - - uid: 21317 - components: - - type: Transform - pos: 139.5,46.5 - parent: 1 - - uid: 21318 - components: - - type: Transform - pos: 139.5,45.5 - parent: 1 - - uid: 21319 - components: - - type: Transform - pos: 139.5,44.5 - parent: 1 - - uid: 21320 - components: - - type: Transform - pos: 138.5,44.5 - parent: 1 - uid: 21321 components: - type: Transform - pos: 138.5,43.5 + pos: 130.5,48.5 parent: 1 - uid: 21322 components: @@ -79124,11 +78476,66 @@ entities: - type: Transform pos: 137.5,143.5 parent: 1 + - uid: 21434 + components: + - type: Transform + pos: 124.5,66.5 + parent: 1 + - uid: 21435 + components: + - type: Transform + pos: 124.5,67.5 + parent: 1 + - uid: 21527 + components: + - type: Transform + pos: 129.5,42.5 + parent: 1 + - uid: 21528 + components: + - type: Transform + pos: 130.5,43.5 + parent: 1 - uid: 21570 components: - type: Transform pos: 88.5,42.5 parent: 1 + - uid: 21571 + components: + - type: Transform + pos: 127.5,60.5 + parent: 1 + - uid: 21584 + components: + - type: Transform + pos: 134.5,69.5 + parent: 1 + - uid: 21587 + components: + - type: Transform + pos: 133.5,69.5 + parent: 1 + - uid: 21613 + components: + - type: Transform + pos: 130.5,53.5 + parent: 1 + - uid: 21614 + components: + - type: Transform + pos: 124.5,58.5 + parent: 1 + - uid: 21620 + components: + - type: Transform + pos: 127.5,64.5 + parent: 1 + - uid: 21623 + components: + - type: Transform + pos: 127.5,59.5 + parent: 1 - uid: 21654 components: - type: Transform @@ -79149,50 +78556,65 @@ entities: - type: Transform pos: 141.5,99.5 parent: 1 - - uid: 21792 + - uid: 21744 components: - type: Transform - pos: 129.5,55.5 + pos: 135.5,69.5 parent: 1 - - uid: 21793 + - uid: 21791 components: - type: Transform - pos: 128.5,55.5 - parent: 1 - - uid: 21794 - components: - - type: Transform - pos: 127.5,55.5 - parent: 1 - - uid: 21795 - components: - - type: Transform - pos: 126.5,55.5 - parent: 1 - - uid: 21796 - components: - - type: Transform - pos: 125.5,55.5 + pos: 134.5,67.5 parent: 1 - uid: 21797 components: - type: Transform - pos: 125.5,56.5 + pos: 134.5,70.5 parent: 1 - - uid: 21798 + - uid: 21816 components: - type: Transform - pos: 125.5,57.5 + pos: 124.5,65.5 parent: 1 - - uid: 21952 + - uid: 21885 components: - type: Transform - pos: 138.5,47.5 + pos: 129.5,53.5 parent: 1 - - uid: 21953 + - uid: 21924 components: - type: Transform - pos: 137.5,47.5 + pos: 128.5,72.5 + parent: 1 + - uid: 21926 + components: + - type: Transform + pos: 135.5,73.5 + parent: 1 + - uid: 21927 + components: + - type: Transform + pos: 132.5,73.5 + parent: 1 + - uid: 21928 + components: + - type: Transform + pos: 134.5,71.5 + parent: 1 + - uid: 21936 + components: + - type: Transform + pos: 128.5,69.5 + parent: 1 + - uid: 21939 + components: + - type: Transform + pos: 128.5,67.5 + parent: 1 + - uid: 21940 + components: + - type: Transform + pos: 136.5,73.5 parent: 1 - uid: 22038 components: @@ -79284,50 +78706,10 @@ entities: - type: Transform pos: 145.5,72.5 parent: 1 - - uid: 22125 - components: - - type: Transform - pos: 135.5,64.5 - parent: 1 - - uid: 22126 - components: - - type: Transform - pos: 136.5,64.5 - parent: 1 - - uid: 22127 - components: - - type: Transform - pos: 128.5,66.5 - parent: 1 - - uid: 22128 - components: - - type: Transform - pos: 129.5,66.5 - parent: 1 - - uid: 22129 - components: - - type: Transform - pos: 130.5,75.5 - parent: 1 - - uid: 22130 - components: - - type: Transform - pos: 129.5,60.5 - parent: 1 - uid: 22131 components: - type: Transform - pos: 130.5,73.5 - parent: 1 - - uid: 22132 - components: - - type: Transform - pos: 130.5,74.5 - parent: 1 - - uid: 22133 - components: - - type: Transform - pos: 129.5,61.5 + pos: 128.5,42.5 parent: 1 - uid: 22134 components: @@ -79354,11 +78736,131 @@ entities: - type: Transform pos: 142.5,59.5 parent: 1 + - uid: 22154 + components: + - type: Transform + pos: 130.5,42.5 + parent: 1 + - uid: 22161 + components: + - type: Transform + pos: 129.5,73.5 + parent: 1 + - uid: 22345 + components: + - type: Transform + pos: 127.5,58.5 + parent: 1 + - uid: 22393 + components: + - type: Transform + pos: 135.5,65.5 + parent: 1 - uid: 22428 components: - type: Transform pos: 148.5,77.5 parent: 1 + - uid: 22494 + components: + - type: Transform + pos: 132.5,67.5 + parent: 1 + - uid: 22496 + components: + - type: Transform + pos: 136.5,69.5 + parent: 1 + - uid: 22501 + components: + - type: Transform + pos: 130.5,54.5 + parent: 1 + - uid: 22539 + components: + - type: Transform + pos: 130.5,58.5 + parent: 1 + - uid: 22541 + components: + - type: Transform + pos: 130.5,55.5 + parent: 1 + - uid: 22565 + components: + - type: Transform + pos: 130.5,41.5 + parent: 1 + - uid: 22572 + components: + - type: Transform + pos: 126.5,64.5 + parent: 1 + - uid: 22602 + components: + - type: Transform + pos: 141.5,49.5 + parent: 1 + - uid: 22605 + components: + - type: Transform + pos: 133.5,65.5 + parent: 1 + - uid: 22617 + components: + - type: Transform + pos: 134.5,57.5 + parent: 1 + - uid: 22618 + components: + - type: Transform + pos: 132.5,40.5 + parent: 1 + - uid: 22625 + components: + - type: Transform + pos: 131.5,57.5 + parent: 1 + - uid: 22627 + components: + - type: Transform + pos: 141.5,48.5 + parent: 1 + - uid: 22628 + components: + - type: Transform + pos: 137.5,69.5 + parent: 1 + - uid: 22629 + components: + - type: Transform + pos: 134.5,68.5 + parent: 1 + - uid: 22660 + components: + - type: Transform + pos: 125.5,58.5 + parent: 1 + - uid: 22733 + components: + - type: Transform + pos: 134.5,65.5 + parent: 1 + - uid: 22743 + components: + - type: Transform + pos: 135.5,55.5 + parent: 1 + - uid: 22763 + components: + - type: Transform + pos: 128.5,58.5 + parent: 1 + - uid: 22766 + components: + - type: Transform + pos: 133.5,40.5 + parent: 1 - uid: 22785 components: - type: Transform @@ -79374,6 +78876,86 @@ entities: - type: Transform pos: 106.5,50.5 parent: 1 + - uid: 22795 + components: + - type: Transform + pos: 121.5,56.5 + parent: 1 + - uid: 22797 + components: + - type: Transform + pos: 123.5,57.5 + parent: 1 + - uid: 22801 + components: + - type: Transform + pos: 129.5,65.5 + parent: 1 + - uid: 22806 + components: + - type: Transform + pos: 132.5,68.5 + parent: 1 + - uid: 22811 + components: + - type: Transform + pos: 128.5,75.5 + parent: 1 + - uid: 22839 + components: + - type: Transform + pos: 132.5,69.5 + parent: 1 + - uid: 22844 + components: + - type: Transform + pos: 141.5,50.5 + parent: 1 + - uid: 22857 + components: + - type: Transform + pos: 130.5,60.5 + parent: 1 + - uid: 22858 + components: + - type: Transform + pos: 129.5,58.5 + parent: 1 + - uid: 22873 + components: + - type: Transform + pos: 128.5,65.5 + parent: 1 + - uid: 22876 + components: + - type: Transform + pos: 127.5,65.5 + parent: 1 + - uid: 22878 + components: + - type: Transform + pos: 132.5,65.5 + parent: 1 + - uid: 22880 + components: + - type: Transform + pos: 131.5,65.5 + parent: 1 + - uid: 22909 + components: + - type: Transform + pos: 137.5,65.5 + parent: 1 + - uid: 22910 + components: + - type: Transform + pos: 136.5,65.5 + parent: 1 + - uid: 22912 + components: + - type: Transform + pos: 127.5,63.5 + parent: 1 - uid: 22976 components: - type: Transform @@ -79384,15 +78966,45 @@ entities: - type: Transform pos: 84.5,45.5 parent: 1 - - uid: 23064 + - uid: 23030 components: - type: Transform - pos: 126.5,57.5 + pos: 122.5,57.5 parent: 1 - - uid: 23065 + - uid: 23031 components: - type: Transform - pos: 126.5,58.5 + pos: 135.5,56.5 + parent: 1 + - uid: 23032 + components: + - type: Transform + pos: 121.5,57.5 + parent: 1 + - uid: 23033 + components: + - type: Transform + pos: 124.5,57.5 + parent: 1 + - uid: 23034 + components: + - type: Transform + pos: 132.5,57.5 + parent: 1 + - uid: 23039 + components: + - type: Transform + pos: 130.5,65.5 + parent: 1 + - uid: 23062 + components: + - type: Transform + pos: 124.5,64.5 + parent: 1 + - uid: 23069 + components: + - type: Transform + pos: 130.5,57.5 parent: 1 - uid: 23205 components: @@ -82934,21 +82546,6 @@ entities: - type: Transform pos: 135.5,82.5 parent: 1 - - uid: 28679 - components: - - type: Transform - pos: 124.5,55.5 - parent: 1 - - uid: 28680 - components: - - type: Transform - pos: 123.5,55.5 - parent: 1 - - uid: 28681 - components: - - type: Transform - pos: 123.5,54.5 - parent: 1 - uid: 28682 components: - type: Transform @@ -82964,11 +82561,6 @@ entities: - type: Transform pos: 123.5,50.5 parent: 1 - - uid: 28685 - components: - - type: Transform - pos: 123.5,53.5 - parent: 1 - uid: 28686 components: - type: Transform @@ -83984,11 +83576,6 @@ entities: - type: Transform pos: 52.5,139.5 parent: 1 - - uid: 31798 - components: - - type: Transform - pos: 129.5,41.5 - parent: 1 - uid: 31988 components: - type: Transform @@ -84554,36 +84141,6 @@ entities: - type: Transform pos: 120.5,89.5 parent: 1 - - uid: 35001 - components: - - type: Transform - pos: 130.5,41.5 - parent: 1 - - uid: 35002 - components: - - type: Transform - pos: 131.5,41.5 - parent: 1 - - uid: 35003 - components: - - type: Transform - pos: 132.5,41.5 - parent: 1 - - uid: 35004 - components: - - type: Transform - pos: 133.5,41.5 - parent: 1 - - uid: 35005 - components: - - type: Transform - pos: 134.5,41.5 - parent: 1 - - uid: 35006 - components: - - type: Transform - pos: 131.5,42.5 - parent: 1 - uid: 35038 components: - type: Transform @@ -86618,11 +86175,10 @@ entities: parent: 1 - proto: CannabisSeeds entities: - - uid: 23033 + - uid: 21428 components: - type: Transform - rot: -157.0796326794894 rad - pos: 135.37857,48.462723 + pos: 134.5,61.5 parent: 1 - proto: CapacitorStockPart entities: @@ -98747,12 +98303,6 @@ entities: rot: 3.141592653589793 rad pos: 101.5,50.5 parent: 1 - - uid: 1697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,54.5 - parent: 1 - uid: 1912 components: - type: Transform @@ -98797,12 +98347,6 @@ entities: - type: Transform pos: 97.5,45.5 parent: 1 - - uid: 4199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 144.5,55.5 - parent: 1 - uid: 4373 components: - type: Transform @@ -98874,12 +98418,6 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,55.5 parent: 1 - - uid: 7209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,55.5 - parent: 1 - uid: 7468 components: - type: Transform @@ -98951,12 +98489,6 @@ entities: - type: Transform pos: 108.5,72.5 parent: 1 - - uid: 10317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 143.5,55.5 - parent: 1 - uid: 10336 components: - type: Transform @@ -99530,12 +99062,109 @@ entities: rot: -1.5707963267948966 rad pos: 149.5,150.5 parent: 1 + - uid: 21200 + components: + - type: Transform + pos: 123.5,63.5 + parent: 1 + - uid: 21201 + components: + - type: Transform + pos: 122.5,63.5 + parent: 1 + - uid: 21266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,69.5 + parent: 1 + - uid: 21301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,55.5 + parent: 1 + - uid: 21302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 139.5,54.5 + parent: 1 + - uid: 21421 + components: + - type: Transform + pos: 139.5,59.5 + parent: 1 + - uid: 21432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,60.5 + parent: 1 + - uid: 21439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,60.5 + parent: 1 + - uid: 21514 + components: + - type: Transform + pos: 122.5,58.5 + parent: 1 + - uid: 21813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,54.5 + parent: 1 + - uid: 21833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,58.5 + parent: 1 + - uid: 21842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,55.5 + parent: 1 + - uid: 21844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,53.5 + parent: 1 - uid: 21871 components: - type: Transform rot: -1.5707963267948966 rad pos: 149.5,151.5 parent: 1 + - uid: 21876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,57.5 + parent: 1 + - uid: 21894 + components: + - type: Transform + pos: 123.5,58.5 + parent: 1 + - uid: 21902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,55.5 + parent: 1 + - uid: 21910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,60.5 + parent: 1 - uid: 22681 components: - type: Transform @@ -99583,59 +99212,22 @@ entities: rot: -1.5707963267948966 rad pos: 155.5,62.5 parent: 1 - - uid: 22717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,73.5 - parent: 1 - - uid: 22718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,70.5 - parent: 1 - - uid: 22719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,67.5 - parent: 1 - uid: 22851 components: - type: Transform rot: 1.5707963267948966 rad pos: 146.5,52.5 parent: 1 - - uid: 22874 + - uid: 22869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,72.5 + pos: 124.5,63.5 parent: 1 - - uid: 22875 + - uid: 22990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,65.5 - parent: 1 - - uid: 22876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,66.5 - parent: 1 - - uid: 22996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,61.5 - parent: 1 - - uid: 22997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,62.5 + rot: 3.141592653589793 rad + pos: 122.5,55.5 parent: 1 - uid: 22998 components: @@ -99670,35 +99262,6 @@ entities: rot: -1.5707963267948966 rad pos: 149.5,71.5 parent: 1 - - uid: 23020 - components: - - type: Transform - pos: 131.5,50.5 - parent: 1 - - uid: 23021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,48.5 - parent: 1 - - uid: 23075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,54.5 - parent: 1 - - uid: 23076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,54.5 - parent: 1 - - uid: 23077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,54.5 - parent: 1 - uid: 23355 components: - type: Transform @@ -100037,24 +99600,6 @@ entities: rot: 1.5707963267948966 rad pos: 127.5,84.5 parent: 1 - - uid: 28652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,53.5 - parent: 1 - - uid: 28653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,54.5 - parent: 1 - - uid: 28654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,55.5 - parent: 1 - uid: 28739 components: - type: Transform @@ -101023,12 +100568,6 @@ entities: rot: -1.5707963267948966 rad pos: 163.5,135.5 parent: 1 - - uid: 37363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,64.5 - parent: 1 - proto: ChairFolding entities: - uid: 14489 @@ -101164,6 +100703,12 @@ entities: rot: 1.5707963267948966 rad pos: 76.5,145.5 parent: 1 + - uid: 5273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,73.5 + parent: 1 - uid: 5484 components: - type: Transform @@ -101199,6 +100744,12 @@ entities: rot: 1.5707963267948966 rad pos: 53.53877,141.65424 parent: 1 + - uid: 6455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,57.5 + parent: 1 - uid: 6485 components: - type: Transform @@ -101296,12 +100847,6 @@ entities: rot: 1.5707963267948966 rad pos: 101.5,159.5 parent: 1 - - uid: 16457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,74.5 - parent: 1 - uid: 17739 components: - type: Transform @@ -101425,6 +100970,23 @@ entities: - type: Transform pos: 143.5,124.5 parent: 1 + - uid: 21864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,70.5 + parent: 1 + - uid: 22128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,71.5 + parent: 1 + - uid: 22342 + components: + - type: Transform + pos: 132.5,72.5 + parent: 1 - uid: 22688 components: - type: Transform @@ -101443,17 +101005,6 @@ entities: rot: 3.141592653589793 rad pos: 153.5,61.5 parent: 1 - - uid: 22733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 141.5,52.5 - parent: 1 - - uid: 22873 - components: - - type: Transform - pos: 128.5,69.5 - parent: 1 - uid: 22901 components: - type: Transform @@ -101466,22 +101017,6 @@ entities: rot: 3.141592653589793 rad pos: 143.5,74.5 parent: 1 - - uid: 22971 - components: - - type: Transform - pos: 131.5,74.5 - parent: 1 - - uid: 23173 - components: - - type: Transform - pos: 133.5,73.5 - parent: 1 - - uid: 23174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,69.5 - parent: 1 - uid: 23408 components: - type: Transform @@ -101696,11 +101231,6 @@ entities: rot: 1.5707963267948966 rad pos: 90.5,43.5 parent: 1 - - uid: 37369 - components: - - type: Transform - pos: 131.5,62.5 - parent: 1 - uid: 37475 components: - type: Transform @@ -102103,11 +101633,6 @@ entities: - type: Transform pos: 167.68417,134.58716 parent: 1 - - uid: 37736 - components: - - type: Transform - pos: 122.56481,63.605835 - parent: 1 - proto: CheapRollerBed entities: - uid: 28659 @@ -102117,6 +101642,11 @@ entities: parent: 1 - proto: CheckerBoard entities: + - uid: 5889 + components: + - type: Transform + pos: 126.65437,46.64785 + parent: 1 - uid: 27213 components: - type: Transform @@ -102176,6 +101706,11 @@ entities: - type: Transform pos: 28.472893,102.60607 parent: 1 + - uid: 21440 + components: + - type: Transform + pos: 122.51682,56.691635 + parent: 1 - uid: 27210 components: - type: Transform @@ -102427,11 +101962,6 @@ entities: - type: Transform pos: 26.243996,99.750244 parent: 1 - - uid: 23131 - components: - - type: Transform - pos: 122.64815,63.40792 - parent: 1 - uid: 23777 components: - type: Transform @@ -102516,6 +102046,11 @@ entities: - type: Transform pos: 161.5,132.5 parent: 1 + - uid: 6310 + components: + - type: Transform + pos: 142.5,46.5 + parent: 1 - uid: 6507 components: - type: Transform @@ -102641,10 +102176,10 @@ entities: - type: Transform pos: 104.5,156.5 parent: 1 - - uid: 21528 + - uid: 21267 components: - type: Transform - pos: 142.5,48.5 + pos: 142.5,47.5 parent: 1 - uid: 23134 components: @@ -102858,11 +102393,6 @@ entities: - type: Transform pos: 96.5,87.5 parent: 1 - - uid: 14493 - components: - - type: Transform - pos: 142.5,47.5 - parent: 1 - uid: 17966 components: - type: Transform @@ -102903,6 +102433,11 @@ entities: - type: Transform pos: 113.5,156.5 parent: 1 + - uid: 22781 + components: + - type: Transform + pos: 142.5,45.5 + parent: 1 - uid: 23074 components: - type: Transform @@ -103757,13 +103292,6 @@ entities: - type: Transform pos: 120.5,27.5 parent: 1 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 23133 - components: - - type: Transform - pos: 126.5,75.5 - parent: 1 - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 35877 @@ -103838,11 +103366,10 @@ entities: parent: 1 - proto: ClothingEyesGlassesSunglasses entities: - - uid: 22787 + - uid: 5902 components: - type: Transform - rot: -12.566370614359172 rad - pos: 135.45728,66.05876 + pos: 139.23529,58.12661 parent: 1 - uid: 26705 components: @@ -103928,6 +103455,26 @@ entities: rot: -25.132741228718352 rad pos: 61.578194,97.46602 parent: 1 +- proto: ClothingHeadBandRed + entities: + - uid: 5512 + components: + - type: Transform + rot: -56.54866776461632 rad + pos: 123.61904,57.610954 + parent: 1 + - uid: 22150 + components: + - type: Transform + rot: -56.54866776461632 rad + pos: 123.38293,57.437344 + parent: 1 + - uid: 22250 + components: + - type: Transform + rot: -56.54866776461632 rad + pos: 123.57043,57.333176 + parent: 1 - proto: ClothingHeadHatBeretFrench entities: - uid: 23608 @@ -104102,14 +103649,6 @@ entities: rot: -144.51326206513028 rad pos: 68.768234,123.3293 parent: 1 -- proto: ClothingHeadHelmetBasic - entities: - - uid: 22801 - components: - - type: Transform - rot: -25.132741228718352 rad - pos: 135.66498,65.6239 - parent: 1 - proto: ClothingHeadHelmetCosmonaut entities: - uid: 32170 @@ -104119,31 +103658,15 @@ entities: parent: 1 - proto: ClothingHeadHelmetRiot entities: - - uid: 22757 + - uid: 7209 components: - type: Transform - rot: -6.283185307179586 rad - pos: 130.43488,65.39503 + pos: 134.5808,68.583984 parent: 1 - - uid: 22800 + - uid: 22279 components: - type: Transform - rot: -6.283185307179586 rad - pos: 130.22287,65.38669 - parent: 1 -- proto: ClothingHeadPyjamaSyndicateRed - entities: - - uid: 23063 - components: - - type: Transform - pos: 136.4019,43.70142 - parent: 1 -- proto: ClothingHeadsetGrey - entities: - - uid: 23068 - components: - - type: Transform - pos: 122.98261,56.57529 + pos: 134.5839,68.63954 parent: 1 - proto: ClothingHeadsetRobotics entities: @@ -104160,6 +103683,17 @@ entities: - type: Transform pos: 30.588554,110.555145 parent: 1 + - uid: 21423 + components: + - type: Transform + rot: -43.98229715025713 rad + pos: 138.71817,46.66661 + parent: 1 + - uid: 21533 + components: + - type: Transform + pos: 138.56294,46.875088 + parent: 1 - uid: 34075 components: - type: Transform @@ -104172,18 +103706,6 @@ entities: - type: Transform pos: 76.5,115.5 parent: 1 -- proto: ClothingMaskGasSecurity - entities: - - uid: 23079 - components: - - type: Transform - pos: 138.42004,48.3799 - parent: 1 - - uid: 23080 - components: - - type: Transform - pos: 138.65154,48.648422 - parent: 1 - proto: ClothingMaskSterile entities: - uid: 20947 @@ -104263,46 +103785,41 @@ entities: - type: Transform pos: 90.5,28.5 parent: 1 -- proto: ClothingOuterArmorBasic - entities: - - uid: 6321 - components: - - type: Transform - rot: -43.98229715025713 rad - pos: 135.7041,63.442642 - parent: 1 - proto: ClothingOuterArmorBulletproof entities: - - uid: 21587 + - uid: 7218 components: - type: Transform - pos: 130.45798,63.573776 + pos: 133.85016,68.38646 parent: 1 - - uid: 22755 + - uid: 22846 components: - type: Transform - pos: 130.25798,63.588444 + pos: 133.85324,68.45127 parent: 1 - proto: ClothingOuterArmorReflective entities: - - uid: 22761 + - uid: 22645 components: - type: Transform - rot: -31.415926535897945 rad - pos: 130.6559,63.59461 + pos: 133.40712,68.42967 + parent: 1 + - uid: 22877 + components: + - type: Transform + pos: 133.40712,68.367935 parent: 1 - proto: ClothingOuterArmorRiot entities: - - uid: 22628 + - uid: 21881 components: - type: Transform - pos: 130.61674,63.16445 + pos: 134.45819,68.38029 parent: 1 - - uid: 22780 + - uid: 22621 components: - type: Transform - rot: -6.283185307179586 rad - pos: 130.33136,63.148144 + pos: 134.45819,68.31856 parent: 1 - proto: ClothingOuterCardborg entities: @@ -104311,6 +103828,13 @@ entities: - type: Transform pos: 105.531715,64.53555 parent: 1 +- proto: ClothingOuterCoatGentle + entities: + - uid: 6557 + components: + - type: Transform + pos: 126.5,52.5 + parent: 1 - proto: ClothingOuterCoatRnd entities: - uid: 20818 @@ -104465,13 +103989,6 @@ entities: - type: Transform pos: 123.35884,83.70243 parent: 1 -- proto: ClothingUniformJumpsuitPyjamaSyndicateRed - entities: - - uid: 23061 - components: - - type: Transform - pos: 136.41232,43.347256 - parent: 1 - proto: ClothingUniformJumpsuitSecBlue entities: - uid: 26227 @@ -104880,11 +104397,11 @@ entities: parent: 1 - proto: ComputerCargoOrdersSecurity entities: - - uid: 23846 + - uid: 21878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 142.5,52.5 + rot: 1.5707963267948966 rad + pos: 136.5,57.5 parent: 1 - proto: ComputerCargoOrdersService entities: @@ -104940,11 +104457,10 @@ entities: rot: -1.5707963267948966 rad pos: 78.5,104.5 parent: 1 - - uid: 22965 + - uid: 21899 components: - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,72.5 + pos: 127.5,74.5 parent: 1 - proto: ComputerCriminalRecords entities: @@ -104959,35 +104475,28 @@ entities: - type: Transform pos: 157.5,149.5 parent: 1 + - uid: 21415 + components: + - type: Transform + pos: 125.5,74.5 + parent: 1 + - uid: 21834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,56.5 + parent: 1 - uid: 22868 components: - type: Transform pos: 143.5,67.5 parent: 1 - - uid: 22869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,74.5 - parent: 1 - uid: 22870 components: - type: Transform rot: -1.5707963267948966 rad pos: 144.5,73.5 parent: 1 - - uid: 22872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,68.5 - parent: 1 - - uid: 26655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 141.5,51.5 - parent: 1 - uid: 37452 components: - type: Transform @@ -105271,11 +104780,6 @@ entities: parent: 1 - proto: ComputerStationRecords entities: - - uid: 3353 - components: - - type: Transform - pos: 133.5,70.5 - parent: 1 - uid: 9643 components: - type: Transform @@ -105288,6 +104792,12 @@ entities: rot: -1.5707963267948966 rad pos: 62.5,59.5 parent: 1 + - uid: 23056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,70.5 + parent: 1 - uid: 37451 components: - type: Transform @@ -105308,18 +104818,18 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,61.5 parent: 1 + - uid: 22732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,70.5 + parent: 1 - uid: 22957 components: - type: Transform rot: -1.5707963267948966 rad pos: 144.5,74.5 parent: 1 - - uid: 22959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,73.5 - parent: 1 - uid: 34020 components: - type: Transform @@ -105364,10 +104874,10 @@ entities: - type: Transform pos: 142.5,102.5 parent: 1 - - uid: 23043 + - uid: 21478 components: - type: Transform - pos: 130.5,52.5 + pos: 126.5,58.5 parent: 1 - uid: 26591 components: @@ -105386,41 +104896,12 @@ entities: rot: 3.141592653589793 rad pos: 146.5,48.5 parent: 1 - - uid: 31924 - components: - - type: Transform - pos: 132.5,71.5 - parent: 1 - uid: 32100 components: - type: Transform rot: 3.141592653589793 rad pos: 108.5,108.5 parent: 1 - - uid: 36641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,64.5 - parent: 1 - - uid: 36642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,67.5 - parent: 1 - - uid: 36643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,70.5 - parent: 1 - - uid: 36644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,73.5 - parent: 1 - proto: ContainmentFieldGenerator entities: - uid: 9090 @@ -105867,10 +105348,10 @@ entities: parent: 1 - proto: CrateContrabandStorageSecure entities: - - uid: 22744 + - uid: 21829 components: - type: Transform - pos: 133.5,66.5 + pos: 126.5,68.5 parent: 1 - proto: CrateEmergencyInflatablewall entities: @@ -106143,10 +105624,10 @@ entities: parent: 1 - proto: CrateSecurityTrackingMindshieldImplants entities: - - uid: 6406 + - uid: 21615 components: - type: Transform - pos: 135.5,64.5 + pos: 131.5,72.5 parent: 1 - proto: CrateServiceJanitorialSupplies entities: @@ -106185,11 +105666,6 @@ entities: parent: 1 - proto: CrayonBox entities: - - uid: 23060 - components: - - type: Transform - pos: 128.6639,49.201008 - parent: 1 - uid: 26770 components: - type: Transform @@ -106227,6 +105703,12 @@ entities: rot: -138.2300767579507 rad pos: 54.47016,25.617409 parent: 1 + - uid: 21501 + components: + - type: Transform + rot: -37.69911184307754 rad + pos: 134.49756,43.489326 + parent: 1 - uid: 23775 components: - type: Transform @@ -106263,12 +105745,6 @@ entities: rot: 3.141592653589793 rad pos: 46.5,63.5 parent: 1 - - uid: 23059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,49.5 - parent: 1 - proto: CryogenicSleepUnitSpawnerLateJoin entities: - uid: 29717 @@ -106485,10 +105961,10 @@ entities: parent: 1 - proto: DefaultStationBeaconArmory entities: - - uid: 22554 + - uid: 22340 components: - type: Transform - pos: 133.5,63.5 + pos: 133.5,72.5 parent: 1 - proto: DefaultStationBeaconArrivals entities: @@ -106537,13 +106013,6 @@ entities: - type: Transform pos: 36.5,57.5 parent: 1 -- proto: DefaultStationBeaconBrig - entities: - - uid: 22556 - components: - - type: Transform - pos: 126.5,69.5 - parent: 1 - proto: DefaultStationBeaconCaptainsQuarters entities: - uid: 13473 @@ -106743,13 +106212,6 @@ entities: - type: Transform pos: 61.5,84.5 parent: 1 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 22867 - components: - - type: Transform - pos: 131.5,49.5 - parent: 1 - proto: DefaultStationBeaconPowerBank entities: - uid: 14296 @@ -106912,13 +106374,6 @@ entities: - type: Transform pos: 47.5,74.5 parent: 1 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 22557 - components: - - type: Transform - pos: 132.5,70.5 - parent: 1 - proto: DefibrillatorCabinetFilled entities: - uid: 4558 @@ -106953,20 +106408,20 @@ entities: parent: 1 - proto: DeployableBarrier entities: - - uid: 22539 + - uid: 21242 components: - type: Transform - pos: 141.5,60.5 + pos: 133.5,64.5 parent: 1 - - uid: 22705 + - uid: 21244 components: - type: Transform - pos: 141.5,59.5 + pos: 132.5,64.5 parent: 1 - - uid: 25147 + - uid: 22800 components: - type: Transform - pos: 129.5,54.5 + pos: 134.5,64.5 parent: 1 - proto: DeskBell entities: @@ -107008,13 +106463,11 @@ entities: - type: Transform pos: 50.50759,92.77167 parent: 1 - - uid: 22972 + - uid: 21427 components: - type: Transform - pos: 132.35202,75.57144 + pos: 124.52738,71.5107 parent: 1 - missingComponents: - - Item - uid: 26579 components: - type: Transform @@ -107036,6 +106489,11 @@ entities: parent: 1 - proto: DiceBag entities: + - uid: 6558 + components: + - type: Transform + pos: 126.5,46.5 + parent: 1 - uid: 26902 components: - type: Transform @@ -107106,6 +106564,12 @@ entities: rot: -1.5707963267948966 rad pos: 111.5,50.5 parent: 1 + - uid: 5266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,58.5 + parent: 1 - uid: 5410 components: - type: Transform @@ -107118,6 +106582,11 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,114.5 parent: 1 + - uid: 5991 + components: + - type: Transform + pos: 126.5,64.5 + parent: 1 - uid: 6142 components: - type: Transform @@ -107142,6 +106611,12 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,49.5 parent: 1 + - uid: 8665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,58.5 + parent: 1 - uid: 10599 components: - type: Transform @@ -107246,12 +106721,6 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,73.5 parent: 1 - - uid: 13750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,62.5 - parent: 1 - uid: 13794 components: - type: Transform @@ -107592,6 +107061,17 @@ entities: rot: 3.141592653589793 rad pos: 137.5,141.5 parent: 1 + - uid: 21184 + components: + - type: Transform + pos: 122.5,71.5 + parent: 1 + - uid: 21226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,62.5 + parent: 1 - uid: 21385 components: - type: Transform @@ -107610,6 +107090,17 @@ entities: rot: -1.5707963267948966 rad pos: 153.5,108.5 parent: 1 + - uid: 21747 + components: + - type: Transform + pos: 134.5,62.5 + parent: 1 + - uid: 21883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,72.5 + parent: 1 - uid: 22189 components: - type: Transform @@ -107672,29 +107163,6 @@ entities: rot: 1.5707963267948966 rad pos: 118.5,78.5 parent: 1 - - uid: 22390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,60.5 - parent: 1 - - uid: 22392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,71.5 - parent: 1 - - uid: 22393 - components: - - type: Transform - pos: 134.5,71.5 - parent: 1 - - uid: 22394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,70.5 - parent: 1 - uid: 22415 components: - type: Transform @@ -107718,12 +107186,6 @@ entities: rot: 1.5707963267948966 rad pos: 141.5,77.5 parent: 1 - - uid: 22496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,68.5 - parent: 1 - uid: 22534 components: - type: Transform @@ -107747,12 +107209,6 @@ entities: - type: Transform pos: 151.5,56.5 parent: 1 - - uid: 22542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 139.5,49.5 - parent: 1 - uid: 22547 components: - type: Transform @@ -107770,6 +107226,24 @@ entities: rot: 1.5707963267948966 rad pos: 120.5,76.5 parent: 1 + - uid: 22557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,46.5 + parent: 1 + - uid: 22608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,73.5 + parent: 1 + - uid: 22769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,64.5 + parent: 1 - uid: 23218 components: - type: Transform @@ -107863,12 +107337,6 @@ entities: - type: Transform pos: 102.5,47.5 parent: 1 - - uid: 25899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,65.5 - parent: 1 - uid: 26262 components: - type: Transform @@ -108042,23 +107510,6 @@ entities: rot: -1.5707963267948966 rad pos: 123.5,46.5 parent: 1 - - uid: 31918 - components: - - type: Transform - pos: 131.5,58.5 - parent: 1 - - uid: 31920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,55.5 - parent: 1 - - uid: 31921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,55.5 - parent: 1 - uid: 33342 components: - type: Transform @@ -108201,12 +107652,6 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,58.5 parent: 1 - - uid: 6131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,58.5 - parent: 1 - uid: 6173 components: - type: Transform @@ -108314,6 +107759,18 @@ entities: rot: 3.141592653589793 rad pos: 129.5,96.5 parent: 1 + - uid: 21437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 120.5,71.5 + parent: 1 + - uid: 21438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 120.5,72.5 + parent: 1 - uid: 21670 components: - type: Transform @@ -108332,12 +107789,6 @@ entities: rot: 1.5707963267948966 rad pos: 139.5,76.5 parent: 1 - - uid: 22481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 120.5,58.5 - parent: 1 - uid: 22513 components: - type: Transform @@ -108402,11 +107853,6 @@ entities: rot: -1.5707963267948966 rad pos: 89.5,19.5 parent: 1 - - uid: 37361 - components: - - type: Transform - pos: 128.5,65.5 - parent: 1 - proto: DisposalJunctionFlipped entities: - uid: 104 @@ -108544,12 +107990,6 @@ entities: rot: -1.5707963267948966 rad pos: 145.5,55.5 parent: 1 - - uid: 22553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,68.5 - parent: 1 - uid: 26292 components: - type: Transform @@ -108615,12 +108055,6 @@ entities: - type: Transform pos: 125.5,104.5 parent: 1 - - uid: 1746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,64.5 - parent: 1 - uid: 1933 components: - type: Transform @@ -108687,6 +108121,12 @@ entities: rot: 3.141592653589793 rad pos: 148.5,152.5 parent: 1 + - uid: 4499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,64.5 + parent: 1 - uid: 4693 components: - type: Transform @@ -108715,6 +108155,12 @@ entities: rot: 3.141592653589793 rad pos: 89.5,67.5 parent: 1 + - uid: 5289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,73.5 + parent: 1 - uid: 5403 components: - type: Transform @@ -108727,6 +108173,29 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,53.5 parent: 1 + - uid: 5617 + components: + - type: Transform + pos: 131.5,61.5 + parent: 1 + - uid: 5634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,62.5 + parent: 1 + - uid: 5683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,70.5 + parent: 1 + - uid: 5945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,72.5 + parent: 1 - uid: 6149 components: - type: Transform @@ -108750,6 +108219,22 @@ entities: rot: 3.141592653589793 rad pos: 148.5,150.5 parent: 1 + - uid: 6291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,46.5 + parent: 1 + - uid: 6312 + components: + - type: Transform + pos: 126.5,59.5 + parent: 1 + - uid: 6324 + components: + - type: Transform + pos: 123.5,54.5 + parent: 1 - uid: 6335 components: - type: Transform @@ -108768,6 +108253,12 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,57.5 parent: 1 + - uid: 6531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,72.5 + parent: 1 - uid: 6609 components: - type: Transform @@ -109424,12 +108915,6 @@ entities: rot: 1.5707963267948966 rad pos: 102.5,50.5 parent: 1 - - uid: 12682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,65.5 - parent: 1 - uid: 12685 components: - type: Transform @@ -113449,6 +112934,70 @@ entities: rot: 3.141592653589793 rad pos: 83.5,87.5 parent: 1 + - uid: 21182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,71.5 + parent: 1 + - uid: 21221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,72.5 + parent: 1 + - uid: 21223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,62.5 + parent: 1 + - uid: 21240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,52.5 + parent: 1 + - uid: 21245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,58.5 + parent: 1 + - uid: 21246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,58.5 + parent: 1 + - uid: 21249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,58.5 + parent: 1 + - uid: 21259 + components: + - type: Transform + pos: 123.5,56.5 + parent: 1 + - uid: 21262 + components: + - type: Transform + pos: 131.5,59.5 + parent: 1 + - uid: 21287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,58.5 + parent: 1 + - uid: 21318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 138.5,46.5 + parent: 1 - uid: 21379 components: - type: Transform @@ -113460,6 +113009,51 @@ entities: - type: Transform pos: 44.5,71.5 parent: 1 + - uid: 21406 + components: + - type: Transform + pos: 118.5,60.5 + parent: 1 + - uid: 21409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 139.5,68.5 + parent: 1 + - uid: 21512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,72.5 + parent: 1 + - uid: 21513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,72.5 + parent: 1 + - uid: 21534 + components: + - type: Transform + pos: 120.5,58.5 + parent: 1 + - uid: 21569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 138.5,52.5 + parent: 1 + - uid: 21574 + components: + - type: Transform + pos: 139.5,49.5 + parent: 1 + - uid: 21575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 138.5,51.5 + parent: 1 - uid: 21651 components: - type: Transform @@ -113490,6 +113084,18 @@ entities: rot: 3.141592653589793 rad pos: 149.5,97.5 parent: 1 + - uid: 21748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,65.5 + parent: 1 + - uid: 21750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,72.5 + parent: 1 - uid: 21757 components: - type: Transform @@ -113520,18 +113126,59 @@ entities: rot: -1.5707963267948966 rad pos: 86.5,63.5 parent: 1 + - uid: 21793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,64.5 + parent: 1 - uid: 21809 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,58.5 parent: 1 + - uid: 21814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,68.5 + parent: 1 + - uid: 21815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,67.5 + parent: 1 + - uid: 21852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,66.5 + parent: 1 - uid: 21872 components: - type: Transform rot: 1.5707963267948966 rad pos: 147.5,98.5 parent: 1 + - uid: 21873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,72.5 + parent: 1 + - uid: 21884 + components: + - type: Transform + pos: 123.5,57.5 + parent: 1 + - uid: 21945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,78.5 + parent: 1 - uid: 22047 components: - type: Transform @@ -113767,12 +113414,6 @@ entities: rot: 1.5707963267948966 rad pos: 133.5,78.5 parent: 1 - - uid: 22313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,78.5 - parent: 1 - uid: 22314 components: - type: Transform @@ -113881,139 +113522,21 @@ entities: rot: 3.141592653589793 rad pos: 127.5,94.5 parent: 1 - - uid: 22340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,71.5 - parent: 1 - - uid: 22341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,71.5 - parent: 1 - - uid: 22342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,71.5 - parent: 1 - - uid: 22343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,71.5 - parent: 1 - - uid: 22344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,71.5 - parent: 1 - - uid: 22345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,71.5 - parent: 1 - - uid: 22346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,71.5 - parent: 1 - - uid: 22347 - components: - - type: Transform - pos: 126.5,70.5 - parent: 1 - - uid: 22348 - components: - - type: Transform - pos: 126.5,69.5 - parent: 1 - - uid: 22349 - components: - - type: Transform - pos: 126.5,68.5 - parent: 1 - - uid: 22350 - components: - - type: Transform - pos: 126.5,67.5 - parent: 1 - - uid: 22351 - components: - - type: Transform - pos: 126.5,66.5 - parent: 1 - - uid: 22352 - components: - - type: Transform - pos: 126.5,65.5 - parent: 1 - - uid: 22353 - components: - - type: Transform - pos: 126.5,64.5 - parent: 1 - - uid: 22354 - components: - - type: Transform - pos: 126.5,63.5 - parent: 1 - - uid: 22355 - components: - - type: Transform - pos: 126.5,62.5 - parent: 1 - - uid: 22356 - components: - - type: Transform - pos: 126.5,61.5 - parent: 1 - uid: 22357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,60.5 - parent: 1 - - uid: 22358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,60.5 - parent: 1 - - uid: 22359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,60.5 - parent: 1 - - uid: 22360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,60.5 + pos: 123.5,55.5 parent: 1 - uid: 22361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,60.5 - parent: 1 - - uid: 22362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,60.5 + pos: 122.5,69.5 parent: 1 - uid: 22363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,60.5 + rot: 1.5707963267948966 rad + pos: 119.5,73.5 parent: 1 - uid: 22364 components: @@ -114081,12 +113604,6 @@ entities: rot: 3.141592653589793 rad pos: 118.5,72.5 parent: 1 - - uid: 22375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 118.5,73.5 - parent: 1 - uid: 22376 components: - type: Transform @@ -114375,18 +113892,6 @@ entities: rot: 3.141592653589793 rad pos: 120.5,70.5 parent: 1 - - uid: 22449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 120.5,71.5 - parent: 1 - - uid: 22450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 120.5,72.5 - parent: 1 - uid: 22451 components: - type: Transform @@ -114399,94 +113904,12 @@ entities: rot: 3.141592653589793 rad pos: 120.5,62.5 parent: 1 - - uid: 22453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 121.5,58.5 - parent: 1 - - uid: 22454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,58.5 - parent: 1 - uid: 22455 components: - type: Transform rot: 3.141592653589793 rad pos: 120.5,74.5 parent: 1 - - uid: 22456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,58.5 - parent: 1 - - uid: 22457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,58.5 - parent: 1 - - uid: 22458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,58.5 - parent: 1 - - uid: 22459 - components: - - type: Transform - pos: 128.5,59.5 - parent: 1 - - uid: 22460 - components: - - type: Transform - pos: 128.5,60.5 - parent: 1 - - uid: 22461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,58.5 - parent: 1 - - uid: 22462 - components: - - type: Transform - pos: 128.5,63.5 - parent: 1 - - uid: 22464 - components: - - type: Transform - pos: 128.5,62.5 - parent: 1 - - uid: 22465 - components: - - type: Transform - pos: 128.5,61.5 - parent: 1 - - uid: 22466 - components: - - type: Transform - pos: 128.5,66.5 - parent: 1 - - uid: 22467 - components: - - type: Transform - pos: 128.5,64.5 - parent: 1 - - uid: 22468 - components: - - type: Transform - pos: 128.5,67.5 - parent: 1 - - uid: 22469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,58.5 - parent: 1 - uid: 22470 components: - type: Transform @@ -114508,32 +113931,26 @@ entities: - uid: 22473 components: - type: Transform - pos: 128.5,68.5 - parent: 1 - - uid: 22474 - components: - - type: Transform - pos: 128.5,69.5 - parent: 1 - - uid: 22475 - components: - - type: Transform - pos: 128.5,70.5 - parent: 1 - - uid: 22476 - components: - - type: Transform - pos: 128.5,71.5 - parent: 1 - - uid: 22477 - components: - - type: Transform - pos: 128.5,72.5 + rot: 1.5707963267948966 rad + pos: 128.5,73.5 parent: 1 - uid: 22478 components: - type: Transform - pos: 128.5,73.5 + rot: 1.5707963267948966 rad + pos: 121.5,73.5 + parent: 1 + - uid: 22479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,73.5 + parent: 1 + - uid: 22480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,73.5 parent: 1 - uid: 22482 components: @@ -114541,24 +113958,6 @@ entities: rot: 3.141592653589793 rad pos: 120.5,57.5 parent: 1 - - uid: 22484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,68.5 - parent: 1 - - uid: 22485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,68.5 - parent: 1 - - uid: 22486 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,68.5 - parent: 1 - uid: 22488 components: - type: Transform @@ -114775,11 +114174,39 @@ entities: rot: 3.141592653589793 rad pos: 118.5,59.5 parent: 1 + - uid: 22544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,58.5 + parent: 1 + - uid: 22545 + components: + - type: Transform + pos: 131.5,60.5 + parent: 1 - uid: 22551 components: - type: Transform pos: 120.5,75.5 parent: 1 + - uid: 22553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,58.5 + parent: 1 + - uid: 22562 + components: + - type: Transform + pos: 139.5,48.5 + parent: 1 + - uid: 22624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,73.5 + parent: 1 - uid: 22642 components: - type: Transform @@ -114846,12 +114273,77 @@ entities: rot: 3.141592653589793 rad pos: 84.5,54.5 parent: 1 + - uid: 22708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,64.5 + parent: 1 + - uid: 22710 + components: + - type: Transform + pos: 126.5,61.5 + parent: 1 + - uid: 22746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,73.5 + parent: 1 + - uid: 22755 + components: + - type: Transform + pos: 126.5,60.5 + parent: 1 + - uid: 22768 + components: + - type: Transform + pos: 126.5,62.5 + parent: 1 + - uid: 22779 + components: + - type: Transform + pos: 139.5,47.5 + parent: 1 + - uid: 22831 + components: + - type: Transform + pos: 126.5,63.5 + parent: 1 + - uid: 22836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,51.5 + parent: 1 + - uid: 22840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,73.5 + parent: 1 - uid: 22893 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,52.5 parent: 1 + - uid: 23010 + components: + - type: Transform + pos: 123.5,53.5 + parent: 1 + - uid: 23029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 120.5,73.5 + parent: 1 + - uid: 23061 + components: + - type: Transform + pos: 128.5,73.5 + parent: 1 - uid: 23150 components: - type: Transform @@ -115773,12 +115265,6 @@ entities: rot: -1.5707963267948966 rad pos: 103.5,40.5 parent: 1 - - uid: 25853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,65.5 - parent: 1 - uid: 26229 components: - type: Transform @@ -117494,18 +116980,6 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,107.5 parent: 1 - - uid: 30286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,63.5 - parent: 1 - - uid: 30315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,65.5 - parent: 1 - uid: 30400 components: - type: Transform @@ -117590,82 +117064,6 @@ entities: - type: Transform pos: 123.5,52.5 parent: 1 - - uid: 31905 - components: - - type: Transform - pos: 123.5,53.5 - parent: 1 - - uid: 31906 - components: - - type: Transform - pos: 123.5,54.5 - parent: 1 - - uid: 31907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,55.5 - parent: 1 - - uid: 31908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,55.5 - parent: 1 - - uid: 31909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,55.5 - parent: 1 - - uid: 31910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,55.5 - parent: 1 - - uid: 31911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,55.5 - parent: 1 - - uid: 31912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,55.5 - parent: 1 - - uid: 31913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,55.5 - parent: 1 - - uid: 31914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,56.5 - parent: 1 - - uid: 31915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,57.5 - parent: 1 - - uid: 31916 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,58.5 - parent: 1 - - uid: 31917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,58.5 - parent: 1 - uid: 31919 components: - type: Transform @@ -118276,12 +117674,6 @@ entities: rot: -1.5707963267948966 rad pos: 146.5,77.5 parent: 1 - - uid: 37360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,65.5 - parent: 1 - uid: 37371 components: - type: Transform @@ -118457,6 +117849,15 @@ entities: - type: DisposalRouter tags: - Xenobio + - uid: 21436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 118.5,73.5 + parent: 1 + - type: DisposalRouter + tags: + - Warden - uid: 22317 components: - type: Transform @@ -118466,15 +117867,6 @@ entities: - type: DisposalRouter tags: - Security - - uid: 22391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 118.5,60.5 - parent: 1 - - type: DisposalRouter - tags: - - Warden - proto: DisposalRouterFlipped entities: - uid: 1686 @@ -118535,6 +117927,12 @@ entities: - type: Transform pos: 104.5,42.5 parent: 1 + - uid: 5291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,51.5 + parent: 1 - uid: 5400 components: - type: Transform @@ -118805,28 +118203,29 @@ entities: - type: Transform pos: 31.5,117.5 parent: 1 - - uid: 22280 + - uid: 21273 components: - type: Transform rot: 1.5707963267948966 rad - pos: 138.5,51.5 + pos: 136.5,52.5 parent: 1 - - uid: 22395 + - uid: 21578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,70.5 + rot: 1.5707963267948966 rad + pos: 136.5,46.5 parent: 1 - - uid: 22479 + - uid: 21867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,61.5 + parent: 1 + - uid: 22468 components: - type: Transform pos: 128.5,74.5 parent: 1 - - uid: 22494 - components: - - type: Transform - pos: 135.5,69.5 - parent: 1 - uid: 22499 components: - type: Transform @@ -118839,17 +118238,10 @@ entities: rot: 3.141592653589793 rad pos: 151.5,55.5 parent: 1 - - uid: 22541 + - uid: 22635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,49.5 - parent: 1 - - uid: 22544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,52.5 + pos: 129.5,74.5 parent: 1 - uid: 23151 components: @@ -118872,12 +118264,6 @@ entities: - type: Transform pos: 153.5,112.5 parent: 1 - - uid: 25898 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,62.5 - parent: 1 - uid: 26261 components: - type: Transform @@ -119115,6 +118501,11 @@ entities: - type: Transform pos: 98.5,39.5 parent: 1 + - uid: 5284 + components: + - type: Transform + pos: 136.5,52.5 + parent: 1 - uid: 10327 components: - type: Transform @@ -119290,16 +118681,6 @@ entities: - type: Transform pos: 46.5,95.5 parent: 1 - - uid: 22480 - components: - - type: Transform - pos: 128.5,74.5 - parent: 1 - - uid: 22495 - components: - - type: Transform - pos: 135.5,69.5 - parent: 1 - uid: 22497 components: - type: Transform @@ -119310,21 +118691,21 @@ entities: - type: Transform pos: 151.5,55.5 parent: 1 - - uid: 22501 - components: - - type: Transform - pos: 138.5,49.5 - parent: 1 - - uid: 22545 - components: - - type: Transform - pos: 138.5,52.5 - parent: 1 - uid: 22703 components: - type: Transform pos: 144.5,48.5 parent: 1 + - uid: 22782 + components: + - type: Transform + pos: 136.5,46.5 + parent: 1 + - uid: 23064 + components: + - type: Transform + pos: 128.5,74.5 + parent: 1 - uid: 23222 components: - type: Transform @@ -119475,6 +118856,12 @@ entities: - type: Transform pos: 84.5,63.5 parent: 1 + - uid: 22542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,58.5 + parent: 1 - uid: 22940 components: - type: Transform @@ -119511,6 +118898,11 @@ entities: parent: 1 - proto: DogBed entities: + - uid: 12682 + components: + - type: Transform + pos: 128.5,68.5 + parent: 1 - uid: 13534 components: - type: Transform @@ -119531,11 +118923,6 @@ entities: - type: Transform pos: 40.5,108.5 parent: 1 - - uid: 22968 - components: - - type: Transform - pos: 130.5,70.5 - parent: 1 - uid: 23681 components: - type: Transform @@ -119723,6 +119110,18 @@ entities: - type: Transform pos: 55.680527,123.92868 parent: 1 +- proto: DrinkColaCan + entities: + - uid: 5281 + components: + - type: Transform + pos: 139.66731,46.938393 + parent: 1 + - uid: 23037 + components: + - type: Transform + pos: 139.35481,46.723114 + parent: 1 - proto: DrinkDrGibbCan entities: - uid: 33505 @@ -119774,16 +119173,6 @@ entities: - type: Transform pos: 106.24439,106.54091 parent: 1 - - uid: 23034 - components: - - type: Transform - pos: 128.33939,50.610058 - parent: 1 - - uid: 23036 - components: - - type: Transform - pos: 128.62064,50.839226 - parent: 1 - uid: 32103 components: - type: Transform @@ -119839,6 +119228,12 @@ entities: parent: 1 - proto: DrinkHotCoffee entities: + - uid: 7206 + components: + - type: Transform + rot: -12.566370614359172 rad + pos: 139.32904,55.604027 + parent: 1 - uid: 10309 components: - type: Transform @@ -119865,6 +119260,11 @@ entities: - type: Transform pos: 60.8316,110.50372 parent: 1 + - uid: 23042 + components: + - type: Transform + pos: 139.70404,55.87505 + parent: 1 - uid: 30113 components: - type: Transform @@ -119906,6 +119306,20 @@ entities: rot: -56.54866776461632 rad pos: 59.28352,133.45863 parent: 1 +- proto: DrinkMilkCarton + entities: + - uid: 21952 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 129.29666,43.62626 + parent: 1 + - uid: 22147 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 129.46088,43.496628 + parent: 1 - proto: DrinkMug entities: - uid: 13653 @@ -119970,14 +119384,6 @@ entities: - type: Transform pos: 162.5,47.5 parent: 1 - - uid: 37364 - components: - - type: MetaData - desc: It's just some soda water... you think that it is, at least. - name: dr. breen's private reserve - - type: Transform - pos: 122.418976,63.53292 - parent: 1 - proto: DrinkSyndicatebomb entities: - uid: 18085 @@ -120117,17 +119523,16 @@ entities: - type: Transform pos: 119.5,104.5 parent: 1 - - uid: 6229 + - uid: 6583 + components: + - type: Transform + pos: 133.5,70.5 + parent: 1 + - uid: 6591 components: - type: Transform rot: 3.141592653589793 rad - pos: 128.5,58.5 - parent: 1 - - uid: 6232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,69.5 + pos: 133.5,72.5 parent: 1 - uid: 8000 components: @@ -120253,6 +119658,12 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,74.5 parent: 1 + - uid: 13754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,74.5 + parent: 1 - uid: 16456 components: - type: Transform @@ -120580,6 +119991,47 @@ entities: rot: 3.141592653589793 rad pos: 86.5,125.5 parent: 1 + - uid: 21602 + components: + - type: Transform + pos: 133.5,66.5 + parent: 1 + - uid: 21608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,70.5 + parent: 1 + - uid: 22343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,50.5 + parent: 1 + - uid: 22344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,60.5 + parent: 1 + - uid: 22659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,53.5 + parent: 1 + - uid: 22780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,76.5 + parent: 1 + - uid: 22854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,55.5 + parent: 1 - uid: 26710 components: - type: Transform @@ -120910,77 +120362,18 @@ entities: - type: Transform pos: 144.5,71.5 parent: 1 - - uid: 27478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,68.5 - parent: 1 - - uid: 27479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,58.5 - parent: 1 - - uid: 27480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,65.5 - parent: 1 - - uid: 27481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,63.5 - parent: 1 - - uid: 27482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,54.5 - parent: 1 - - uid: 27483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,50.5 - parent: 1 - uid: 27484 components: - type: Transform rot: -1.5707963267948966 rad pos: 124.5,49.5 parent: 1 - - uid: 27485 - components: - - type: Transform - pos: 133.5,56.5 - parent: 1 - - uid: 27487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,58.5 - parent: 1 - uid: 27490 components: - type: Transform rot: -1.5707963267948966 rad pos: 149.5,66.5 parent: 1 - - uid: 27491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,66.5 - parent: 1 - - uid: 27492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,58.5 - parent: 1 - uid: 27493 components: - type: Transform @@ -121194,23 +120587,11 @@ entities: rot: 1.5707963267948966 rad pos: 118.5,60.5 parent: 1 - - uid: 28944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,72.5 - parent: 1 - uid: 28945 components: - type: Transform pos: 121.5,78.5 parent: 1 - - uid: 28946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,76.5 - parent: 1 - uid: 28947 components: - type: Transform @@ -121603,6 +120984,14 @@ entities: parent: 1 - proto: FaxMachineBase entities: + - uid: 6446 + components: + - type: Transform + pos: 129.5,71.5 + parent: 1 + - type: FaxMachine + name: Warden + destinationAddress: Warden - uid: 13518 components: - type: Transform @@ -121723,14 +121112,6 @@ entities: - type: FaxMachine name: Lawyer destinationAddress: Lawyer - - uid: 33876 - components: - - type: Transform - pos: 135.5,72.5 - parent: 1 - - type: FaxMachine - name: Warden - destinationAddress: Warden - uid: 35922 components: - type: Transform @@ -121837,11 +121218,6 @@ entities: - type: Transform pos: 37.5,90.5 parent: 1 - - uid: 22969 - components: - - type: Transform - pos: 130.5,72.5 - parent: 1 - uid: 26313 components: - type: Transform @@ -122024,6 +121400,18 @@ entities: - 25714 - 25712 - 25713 + - uid: 8664 + components: + - type: Transform + pos: 125.5,61.5 + parent: 1 + - type: DeviceList + devices: + - 5388 + - 6058 + - 21203 + - 22727 + - 21812 - uid: 10790 components: - type: MetaData @@ -122312,39 +121700,26 @@ entities: - 19751 - 19752 - 1256 - - uid: 22158 + - uid: 21194 components: - type: MetaData name: brig fire alarm - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,67.5 + rot: 3.141592653589793 rad + pos: 129.5,44.5 parent: 1 - type: DeviceList devices: - - 21573 - - 21572 - - 21571 - - 5687 - - uid: 22161 - components: - - type: MetaData - name: security west hallway fire alarm - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,57.5 - parent: 1 - - type: DeviceList - devices: - - 5476 - - 5473 - - 21571 - - 21572 - - 21573 - - 21576 - - 5655 - - 21575 - - 21574 + - 22604 + - 21612 + - 22484 + - 6058 + - 21203 + - 22727 + - 22718 + - 22716 + - 22607 + - 3062 - uid: 22163 components: - type: MetaData @@ -122355,16 +121730,12 @@ entities: - type: DeviceList devices: - 6117 - - 21576 - - 21575 - - 21574 - 6413 - 6605 - 6604 - - 5994 - - 21577 - - 21578 - - 21579 + - 22973 + - 6311 + - 22959 - 6207 - 21580 - 21581 @@ -122388,10 +121759,12 @@ entities: - 21389 - 6116 - 6054 - - 5985 - - 21577 - - 21578 - - 21579 + - 22610 + - 22973 + - 6311 + - 22959 + - 21290 + - 14510 - uid: 26189 components: - type: MetaData @@ -122681,6 +122054,11 @@ entities: - 4985 - 4984 - 4983 + - 22819 + - 22818 + - 23054 + - 22619 + - 21408 - uid: 28633 components: - type: MetaData @@ -122692,8 +122070,6 @@ entities: devices: - 28437 - 28438 - - 5291 - - 5288 - 27513 - 27514 - 27515 @@ -122959,6 +122335,68 @@ entities: - type: Transform pos: 147.37071,88.72255 parent: 1 +- proto: FirelockEdge + entities: + - uid: 21612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,48.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - uid: 22484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,51.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - uid: 22604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,45.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - uid: 22607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,45.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - uid: 22716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,48.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - uid: 22718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,51.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 - proto: FirelockGlass entities: - uid: 54 @@ -124763,6 +124201,15 @@ entities: - 17097 - 17013 - 17109 + - uid: 3062 + components: + - type: Transform + pos: 130.5,44.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 - uid: 3066 components: - type: Transform @@ -125935,24 +125382,6 @@ entities: - 14826 - 14595 - 14596 - - uid: 5288 - components: - - type: Transform - pos: 121.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 28633 - - 28634 - - uid: 5291 - components: - - type: Transform - pos: 121.5,58.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 28633 - - 28634 - uid: 5299 components: - type: Transform @@ -126032,6 +125461,15 @@ entities: - 3059 - 28596 - 28597 + - uid: 5382 + components: + - type: Transform + pos: 127.5,67.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 + - 22914 - uid: 5388 components: - type: Transform @@ -126040,7 +125478,8 @@ entities: - type: DeviceNetwork deviceLists: - 22636 - - 22635 + - 22359 + - 8664 - uid: 5389 components: - type: Transform @@ -126076,24 +125515,6 @@ entities: - 3059 - 28596 - 28597 - - uid: 5473 - components: - - type: Transform - pos: 124.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - 22161 - - uid: 5476 - components: - - type: Transform - pos: 124.5,58.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - 22161 - uid: 5547 components: - type: Transform @@ -126133,23 +125554,6 @@ entities: deviceLists: - 28488 - 28486 - - uid: 5616 - components: - - type: Transform - pos: 126.5,53.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22635 - - 22634 - - uid: 5617 - components: - - type: Transform - pos: 126.5,46.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22634 - uid: 5619 components: - type: Transform @@ -126174,16 +125578,6 @@ entities: deviceLists: - 14598 - 14600 - - uid: 5655 - components: - - type: Transform - pos: 128.5,55.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - 22161 - - 22635 - uid: 5669 components: - type: Transform @@ -126192,16 +125586,6 @@ entities: - type: DeviceNetwork deviceLists: - 14601 - - uid: 5687 - components: - - type: Transform - pos: 129.5,71.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22158 - - 22154 - - 3062 - uid: 5711 components: - type: Transform @@ -126319,15 +125703,6 @@ entities: - type: DeviceNetwork deviceLists: - 14599 - - uid: 5889 - components: - - type: Transform - pos: 134.5,61.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22271 - - 22270 - uid: 5918 components: - type: Transform @@ -126375,16 +125750,6 @@ entities: - 18610 - 18630 - 18634 - - uid: 5985 - components: - - type: Transform - pos: 136.5,68.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22265 - - 22267 - - 3062 - uid: 5992 components: - type: Transform @@ -126395,16 +125760,6 @@ entities: deviceLists: - 25478 - 27671 - - uid: 5994 - components: - - type: Transform - pos: 136.5,59.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22163 - - 22164 - - 22270 - uid: 6005 components: - type: Transform @@ -126479,6 +125834,18 @@ entities: deviceLists: - 22265 - 22267 + - uid: 6058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,54.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - 22359 + - 8664 - uid: 6109 components: - type: Transform @@ -126635,6 +126002,17 @@ entities: - 18612 - 18615 - 18616 + - uid: 6311 + components: + - type: Transform + pos: 138.5,63.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22163 + - 22164 + - 22265 + - 22267 - uid: 6337 components: - type: Transform @@ -126645,16 +126023,6 @@ entities: - 29230 - 29545 - 3344 - - uid: 6356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,67.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22271 - - 3062 - uid: 6360 components: - type: Transform @@ -127344,6 +126712,25 @@ entities: - 29481 - 29826 - 29830 + - uid: 14493 + components: + - type: Transform + pos: 130.5,73.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 + - 23043 + - uid: 14510 + components: + - type: Transform + pos: 136.5,69.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6233 + - 22265 + - 22267 - uid: 14749 components: - type: Transform @@ -127766,6 +127153,28 @@ entities: - 28488 - 28486 - 23328 + - uid: 21203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,54.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - 22359 + - 8664 + - uid: 21290 + components: + - type: Transform + pos: 132.5,67.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6233 + - 22265 + - 22267 - uid: 21389 components: - type: Transform @@ -127776,114 +127185,16 @@ entities: - 22263 - 22265 - 22267 - - uid: 21571 + - uid: 21408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,62.5 + pos: 124.5,69.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22158 - - 22154 - - 22160 - - 22161 - - uid: 21572 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,62.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22158 - - 22154 - - 22160 - - 22161 - - uid: 21573 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,62.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22158 - - 22154 - - 22160 - - 22161 - - uid: 21574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,56.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - 22161 - - 22163 - - 22164 - - uid: 21575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,55.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - 22161 - - 22163 - - 22164 - - uid: 21576 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,54.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - 22161 - - 22163 - - 22164 - - uid: 21577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22163 - - 22164 - - 22265 - - 22267 - - uid: 21578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22163 - - 22164 - - 22265 - - 22267 - - uid: 21579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22163 - - 22164 - - 22265 - - 22267 + - 6269 + - 28597 + - 28596 - uid: 21580 components: - type: Transform @@ -127920,6 +127231,15 @@ entities: - 22164 - 22265 - 22267 + - uid: 21621 + components: + - type: Transform + pos: 134.5,71.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6233 + - 23043 - uid: 21677 components: - type: Transform @@ -127931,6 +127251,16 @@ entities: - 30837 - 18616 - 18615 + - uid: 21812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,61.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 8664 + - 22914 - uid: 22230 components: - type: Transform @@ -127977,24 +127307,20 @@ entities: - 22263 - 28488 - 28486 - - uid: 22275 + - uid: 22341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,75.5 + pos: 132.5,71.5 parent: 1 - type: DeviceNetwork deviceLists: - - 3062 - - uid: 22276 + - 23043 + - 6233 + - uid: 22391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,75.5 + pos: 128.5,61.5 parent: 1 - - type: DeviceNetwork - deviceLists: - - 3062 - uid: 22419 components: - type: Transform @@ -128004,6 +127330,93 @@ entities: - type: DeviceNetwork deviceLists: - 15662 + - uid: 22610 + components: + - type: Transform + pos: 130.5,65.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - 22265 + - 22267 + - uid: 22619 + components: + - type: Transform + pos: 122.5,67.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - 28596 + - 28597 + - uid: 22727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,54.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21194 + - 20502 + - 22359 + - 8664 + - uid: 22818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,72.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 + - 28597 + - 28596 + - uid: 22819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,71.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 + - 28597 + - 28596 + - uid: 22959 + components: + - type: Transform + pos: 139.5,63.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22163 + - 22164 + - 22265 + - 22267 + - uid: 22973 + components: + - type: Transform + pos: 137.5,63.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22163 + - 22164 + - 22265 + - 22267 + - uid: 23054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,73.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 + - 28597 + - 28596 - uid: 23305 components: - type: Transform @@ -129042,11 +128455,10 @@ entities: - type: Transform pos: 32.98226,64.61545 parent: 1 - - uid: 22743 + - uid: 21418 components: - type: Transform - rot: -25.132741228718352 rad - pos: 135.30386,65.6239 + pos: 138.79779,56.91744 parent: 1 - uid: 22954 components: @@ -129198,10 +128610,10 @@ entities: parent: 1 - type: Fixtures fixtures: {} - - uid: 23058 + - uid: 21502 components: - type: Transform - pos: 129.5,49.5 + pos: 132.5,62.5 parent: 1 - type: Fixtures fixtures: {} @@ -129554,6 +128966,11 @@ entities: parent: 1 - proto: FoodBoxDonut entities: + - uid: 21284 + components: + - type: Transform + pos: 139.5,57.5 + parent: 1 - uid: 30128 components: - type: Transform @@ -129676,6 +129093,12 @@ entities: parent: 1 - proto: FoodCondimentBottleEnzyme entities: + - uid: 21430 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 129.73172,43.590378 + parent: 1 - uid: 27380 components: - type: Transform @@ -129697,6 +129120,14 @@ entities: rot: -18.84955592153876 rad pos: 112.627594,104.57216 parent: 1 +- proto: FoodCondimentPacketSalt + entities: + - uid: 21489 + components: + - type: Transform + rot: -56.54866776461632 rad + pos: 123.07737,56.958176 + parent: 1 - proto: FoodDonutCaramel entities: - uid: 10311 @@ -129878,11 +129309,6 @@ entities: - type: Transform pos: 46.499126,50.44821 parent: 1 - - uid: 23037 - components: - - type: Transform - pos: 131.5,49.5 - parent: 1 - uid: 25168 components: - type: Transform @@ -129919,6 +129345,20 @@ entities: - type: Transform pos: 113.46483,96.76889 parent: 1 +- proto: FoodPlatePlastic + entities: + - uid: 5383 + components: + - type: Transform + rot: -56.54866776461632 rad + pos: 122.598206,57.694286 + parent: 1 + - uid: 22630 + components: + - type: Transform + rot: -56.54866776461632 rad + pos: 123.38987,56.708176 + parent: 1 - proto: FoodPlateSmallTrash entities: - uid: 33539 @@ -130135,14 +129575,6 @@ entities: - type: Transform pos: 104.4918,104.48849 parent: 1 -- proto: ForkPlastic - entities: - - uid: 23040 - components: - - type: Transform - rot: -157.0796326794894 rad - pos: 129.15233,50.581802 - parent: 1 - proto: FrenchHornInstrument entities: - uid: 7989 @@ -130150,11 +129582,6 @@ entities: - type: Transform pos: 127.5,43.5 parent: 1 - - uid: 31925 - components: - - type: Transform - pos: 132.5,72.5 - parent: 1 - proto: GameMasterCircuitBoard entities: - uid: 13262 @@ -130836,13 +130263,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 4833 - components: - - type: Transform - pos: 135.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4944 components: - type: Transform @@ -131268,14 +130688,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 8593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8596 components: - type: Transform @@ -131913,6 +131325,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12413 + components: + - type: Transform + pos: 126.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12506 components: - type: Transform @@ -132346,11 +131773,11 @@ entities: parent: 1 - type: AtmosPipeColor color: '#00FFFFFF' - - uid: 15975 + - uid: 15973 components: - type: Transform rot: 3.141592653589793 rad - pos: 124.5,70.5 + pos: 127.5,63.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -132905,14 +132332,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 19728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19735 components: - type: Transform @@ -133038,14 +132457,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 20614 components: - type: Transform @@ -133062,11 +132473,19 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21408 + - uid: 21224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 137.5,56.5 + rot: 1.5707963267948966 rad + pos: 128.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,61.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -133077,13 +132496,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21479 - components: - - type: Transform - pos: 129.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21552 components: - type: Transform @@ -133100,14 +132512,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21591 components: - type: Transform @@ -133116,20 +132520,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21617 - components: - - type: Transform - pos: 126.5,74.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21618 - components: - - type: Transform - pos: 128.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21694 components: - type: Transform @@ -133160,22 +132550,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21736 + - uid: 21752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,64.5 + rot: 1.5707963267948966 rad + pos: 127.5,65.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21778 components: - type: Transform @@ -133199,11 +132581,35 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22026 + - uid: 21891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,72.5 + rot: 3.141592653589793 rad + pos: 123.5,64.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 139.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 137.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,73.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -133237,26 +132643,17 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22563 + - uid: 22350 components: - type: Transform - pos: 130.5,54.5 + pos: 128.5,63.5 parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22564 + color: '#990000FF' + - uid: 22464 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22570 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,55.5 + pos: 135.5,70.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -133282,54 +132679,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22626 + - uid: 22725 components: - type: Transform rot: 3.141592653589793 rad - pos: 126.5,50.5 + pos: 125.5,56.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22629 + - uid: 22830 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,46.5 + pos: 135.5,69.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22918 components: - type: Transform @@ -133354,6 +132719,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 130.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23066 + components: + - type: Transform + pos: 125.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23179 components: - type: Transform @@ -135083,13 +134463,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3406 - components: - - type: Transform - pos: 123.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 3582 components: - type: Transform @@ -135195,6 +134568,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21282 + components: + - type: Transform + pos: 128.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21386 components: - type: Transform @@ -135202,13 +134582,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21436 - components: - - type: Transform - pos: 126.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21482 components: - type: Transform @@ -135216,10 +134589,10 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21620 + - uid: 21515 components: - type: Transform - pos: 126.5,65.5 + pos: 131.5,58.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -135230,13 +134603,41 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22607 + - uid: 21942 components: - type: Transform - pos: 133.5,49.5 + pos: 120.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22454 + components: + - type: Transform + pos: 131.5,51.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22980 + components: + - type: Transform + pos: 131.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23005 + components: + - type: Transform + pos: 129.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23007 + components: + - type: Transform + pos: 129.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23346 components: - type: Transform @@ -135336,6 +134737,14 @@ entities: color: '#990000FF' - proto: GasPipeStraight entities: + - uid: 8 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 37 components: - type: Transform @@ -135501,6 +134910,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,72.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 457 components: - type: Transform @@ -136439,6 +135864,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 4079 + components: + - type: Transform + pos: 131.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4082 components: - type: Transform @@ -136940,6 +136372,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,72.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5355 components: - type: Transform @@ -136995,6 +136443,30 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5730 components: - type: Transform @@ -137002,6 +136474,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5890 components: - type: Transform @@ -137018,6 +136506,37 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,59.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,53.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6000 + components: + - type: Transform + pos: 123.5,66.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6040 components: - type: Transform @@ -137082,6 +136601,37 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,67.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 120.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6063 + components: + - type: Transform + pos: 123.5,70.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6132 components: - type: Transform @@ -137090,6 +136640,52 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6162 + components: + - type: Transform + pos: 131.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6163 + components: + - type: Transform + pos: 131.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6230 components: - type: Transform @@ -137098,6 +136694,69 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,73.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,72.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6319 + components: + - type: Transform + pos: 118.5,60.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6344 components: - type: Transform @@ -137122,6 +136781,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,70.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6373 components: - type: Transform @@ -139167,14 +138834,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 118.5,69.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7635 components: - type: Transform @@ -149729,6 +149388,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10575 + components: + - type: Transform + pos: 126.5,64.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10576 components: - type: Transform @@ -150485,6 +150151,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10755 components: - type: Transform @@ -151045,6 +150719,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,68.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12399 components: - type: Transform @@ -151062,21 +150744,13 @@ entities: - type: AtmosPipeColor color: '#990000FF' - uid: 12402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12413 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,59.5 + pos: 122.5,67.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 12474 components: - type: Transform @@ -151491,6 +151165,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,68.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13792 components: - type: Transform @@ -153840,11 +153522,24 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 15977 + - uid: 15972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,50.5 + pos: 126.5,60.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15975 + components: + - type: Transform + pos: 128.5,61.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15976 + components: + - type: Transform + pos: 129.5,50.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -156092,6 +155787,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18306 components: - type: Transform @@ -156538,6 +156241,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18448 components: - type: Transform @@ -157403,6 +157114,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19357 + components: + - type: Transform + pos: 129.5,54.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19395 components: - type: Transform @@ -157435,6 +157153,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19504 components: - type: Transform @@ -157889,6 +157615,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19730 components: - type: Transform @@ -158443,6 +158177,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 20176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 20221 components: - type: Transform @@ -158654,6 +158396,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 20871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21055 components: - type: Transform @@ -158682,6 +158432,131 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,64.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21218 + components: + - type: Transform + pos: 131.5,60.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 119.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21225 + components: + - type: Transform + pos: 123.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,70.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 135.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 136.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 137.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,68.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 136.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21300 + components: + - type: Transform + pos: 129.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21390 components: - type: Transform @@ -158718,13 +158593,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21396 - components: - - type: Transform - pos: 137.5,69.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21397 components: - type: Transform @@ -158788,167 +158656,11 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21410 components: - type: Transform rot: -1.5707963267948966 rad - pos: 135.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 121.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21429 - components: - - type: Transform - pos: 126.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21430 - components: - - type: Transform - pos: 126.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21431 - components: - - type: Transform - pos: 126.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21432 - components: - - type: Transform - pos: 126.5,64.5 + pos: 132.5,78.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -158960,48 +158672,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21434 - components: - - type: Transform - pos: 126.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21435 - components: - - type: Transform - pos: 126.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21437 - components: - - type: Transform - pos: 126.5,70.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21438 - components: - - type: Transform - pos: 126.5,69.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21440 - components: - - type: Transform - pos: 126.5,72.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21441 - components: - - type: Transform - pos: 126.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21445 components: - type: Transform @@ -159262,13 +158932,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21489 - components: - - type: Transform - pos: 139.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21490 components: - type: Transform @@ -159332,214 +158995,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 138.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 137.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21516 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 121.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21524 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21527 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,72.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21536 components: - type: Transform @@ -159729,163 +159184,26 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21594 + - uid: 21577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,65.5 + rot: -1.5707963267948966 rad + pos: 130.5,58.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21595 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21596 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,64.5 + rot: -1.5707963267948966 rad + pos: 131.5,52.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - uid: 21598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21600 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21606 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21608 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,70.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,70.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,70.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,74.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,74.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,73.5 + pos: 132.5,67.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -160301,171 +159619,17 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21737 components: - type: Transform - pos: 134.5,65.5 + pos: 128.5,59.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - uid: 21738 components: - type: Transform - pos: 134.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21739 - components: - - type: Transform - pos: 134.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 137.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 138.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21752 - components: - - type: Transform - pos: 132.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21753 - components: - - type: Transform - pos: 132.5,74.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21754 - components: - - type: Transform - pos: 132.5,75.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21755 - components: - - type: Transform - pos: 132.5,76.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21756 - components: - - type: Transform - pos: 132.5,77.5 + pos: 126.5,62.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -160560,6 +159724,76 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,64.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,54.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 140.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21941 + components: + - type: Transform + pos: 126.5,59.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21944 + components: + - type: Transform + pos: 120.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21975 components: - type: Transform @@ -160567,6 +159801,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 139.5,68.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22024 components: - type: Transform @@ -160583,6 +159825,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22148 + components: + - type: Transform + pos: 128.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22165 components: - type: Transform @@ -160989,22 +160246,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22255 components: - type: Transform @@ -161021,6 +160262,29 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22351 + components: + - type: Transform + pos: 126.5,61.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22398 components: - type: Transform @@ -161045,108 +160309,97 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22561 + - uid: 22450 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,53.5 + pos: 130.5,43.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22562 + - uid: 22456 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,52.5 + pos: 130.5,44.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22565 + - uid: 22457 components: - type: Transform rot: -1.5707963267948966 rad - pos: 128.5,55.5 + pos: 125.5,65.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22566 + - uid: 22458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,66.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,67.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22461 components: - type: Transform rot: -1.5707963267948966 rad - pos: 127.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,53.5 + pos: 126.5,64.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22568 + - uid: 22462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,52.5 + rot: -1.5707963267948966 rad + pos: 129.5,73.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22569 + - uid: 22485 + components: + - type: Transform + pos: 129.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22563 components: - type: Transform rot: 1.5707963267948966 rad - pos: 126.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22571 - components: - - type: Transform - pos: 126.5,54.5 + pos: 131.5,65.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22572 + - uid: 22564 components: - type: Transform - pos: 126.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22573 - components: - - type: Transform - pos: 126.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22574 - components: - - type: Transform - pos: 126.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22575 - components: - - type: Transform - pos: 123.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22576 - components: - - type: Transform - pos: 123.5,52.5 + pos: 122.5,66.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - uid: 22577 components: - type: Transform - pos: 123.5,51.5 + rot: 3.141592653589793 rad + pos: 131.5,52.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -161206,14 +160459,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22591 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 22592 components: - type: Transform @@ -161230,141 +160475,10 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22617 - components: - - type: Transform - pos: 130.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22618 - components: - - type: Transform - pos: 130.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22619 - components: - - type: Transform - pos: 130.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22620 - components: - - type: Transform - pos: 130.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22621 - components: - - type: Transform - pos: 130.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 22622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22625 - components: - - type: Transform - pos: 132.5,51.5 + pos: 132.5,68.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -161392,6 +160506,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22707 + components: + - type: Transform + pos: 128.5,62.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22724 components: - type: Transform @@ -161400,6 +160529,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22750 components: - type: Transform @@ -161416,6 +160553,77 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22838 + components: + - type: Transform + pos: 126.5,63.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22896 components: - type: Transform @@ -161424,6 +160632,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22916 components: - type: Transform @@ -161432,6 +160648,20 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22942 + components: + - type: Transform + pos: 129.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22946 + components: + - type: Transform + pos: 128.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22956 components: - type: Transform @@ -161447,6 +160677,59 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22962 + components: + - type: Transform + pos: 128.5,60.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23006 + components: + - type: Transform + pos: 131.5,50.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,53.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23067 + components: + - type: Transform + pos: 132.5,66.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23072 components: - type: Transform @@ -161494,13 +160777,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23137 - components: - - type: Transform - pos: 134.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23163 components: - type: Transform @@ -165914,14 +165190,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 27230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 27259 components: - type: Transform @@ -167672,14 +166940,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 33875 components: - type: Transform @@ -169796,14 +169056,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,71.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3437 components: - type: Transform @@ -169999,14 +169251,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4402 components: - type: Transform @@ -170167,14 +169411,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 4499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4515 components: - type: Transform @@ -170275,13 +169511,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4596 - components: - - type: Transform - pos: 132.5,78.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4616 components: - type: Transform @@ -170321,6 +169550,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 4824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4850 components: - type: Transform @@ -170367,6 +169604,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5269 + components: + - type: Transform + pos: 123.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5270 components: - type: Transform @@ -170375,6 +169619,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 5341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,71.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5422 components: - type: Transform @@ -170399,6 +169651,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5720 components: - type: Transform @@ -170469,6 +169729,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 6056 + components: + - type: Transform + pos: 124.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6084 components: - type: Transform @@ -170543,14 +169810,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7066 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7069 components: - type: Transform @@ -172051,6 +171310,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18404 + components: + - type: Transform + pos: 130.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18454 components: - type: Transform @@ -172106,13 +171372,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19463 - components: - - type: Transform - pos: 127.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19629 components: - type: Transform @@ -172231,14 +171490,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 20176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 20498 components: - type: Transform @@ -172247,6 +171498,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,70.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21394 components: - type: Transform @@ -172263,46 +171530,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 137.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,70.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21442 components: - type: Transform @@ -172310,14 +171537,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21453 components: - type: Transform @@ -172349,14 +171568,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21485 components: - type: Transform @@ -172365,14 +171576,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 139.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21500 components: - type: Transform @@ -172381,51 +171584,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21506 - components: - - type: Transform - pos: 132.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21511 - components: - - type: Transform - pos: 130.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21513 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21517 - components: - - type: Transform - pos: 122.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,69.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,67.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21541 components: - type: Transform @@ -172478,22 +171636,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21630 components: - type: Transform @@ -172532,10 +171674,11 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21740 + - uid: 21741 components: - type: Transform - pos: 134.5,68.5 + rot: -1.5707963267948966 rad + pos: 128.5,69.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -172547,11 +171690,65 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21861 + - uid: 21794 + components: + - type: Transform + pos: 123.5,50.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21808 components: - type: Transform rot: -1.5707963267948966 rad - pos: 129.5,55.5 + pos: 137.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,64.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 130.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21920 + components: + - type: Transform + pos: 129.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,59.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -172562,7 +171759,7 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22242 + - uid: 22132 components: - type: Transform rot: -1.5707963267948966 rad @@ -172585,11 +171782,18 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22605 + - uid: 22395 + components: + - type: Transform + pos: 130.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22449 components: - type: Transform rot: 3.141592653589793 rad - pos: 133.5,46.5 + pos: 131.5,45.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -172632,6 +171836,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,69.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22977 components: - type: Transform @@ -172648,11 +171860,11 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23101 + - uid: 23019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,58.5 + rot: 3.141592653589793 rad + pos: 129.5,46.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -172848,14 +172060,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23606 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,72.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23701 components: - type: Transform @@ -174545,6 +173749,28 @@ entities: - 22263 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,48.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,45.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6025 components: - type: Transform @@ -174556,6 +173782,17 @@ entities: - 18634 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,58.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22359 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7183 components: - type: Transform @@ -175020,39 +174257,6 @@ entities: - 36756 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,65.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,68.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,74.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16752 components: - type: Transform @@ -175509,17 +174713,6 @@ entities: - 20353 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,71.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 20797 components: - type: Transform @@ -175542,12 +174735,36 @@ entities: - 20336 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21583 + - uid: 21179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,59.5 + rot: -1.5707963267948966 rad + pos: 133.5,48.5 parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,51.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21271 + components: + - type: Transform + pos: 134.5,73.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 23043 - type: AtmosPipeColor color: '#0055CCFF' - uid: 21592 @@ -175561,17 +174778,6 @@ entities: - 1676 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,55.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22160 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21625 components: - type: Transform @@ -175632,16 +174838,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21732 - components: - - type: Transform - pos: 134.5,63.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22271 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21760 components: - type: Transform @@ -175661,15 +174857,26 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22156 + - uid: 21930 components: - type: Transform rot: -1.5707963267948966 rad - pos: 127.5,65.5 + pos: 127.5,73.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22154 + - 6269 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 - type: AtmosPipeColor color: '#0055CCFF' - uid: 22172 @@ -175731,6 +174938,33 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 130.5,50.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,59.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22587 components: - type: Transform @@ -175742,58 +174976,37 @@ entities: - 22636 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22598 - components: - - type: Transform - pos: 123.5,55.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22635 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22601 + - uid: 22623 components: - type: Transform rot: -1.5707963267948966 rad - pos: 135.5,52.5 + pos: 133.5,45.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22634 + - 20502 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22602 + - uid: 22726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,49.5 + rot: 3.141592653589793 rad + pos: 126.5,57.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22634 + - 22359 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22603 + - uid: 22744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,46.5 + rot: 3.141592653589793 rad + pos: 134.5,69.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22634 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22634 + - 6233 - type: AtmosPipeColor color: '#0055CCFF' - uid: 22770 @@ -175804,15 +175017,23 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23110 + - uid: 22971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,61.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23065 components: - type: Transform rot: 1.5707963267948966 rad - pos: 133.5,59.5 + pos: 127.5,51.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22270 + - 20502 - type: AtmosPipeColor color: '#0055CCFF' - uid: 23365 @@ -176496,16 +175717,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32262 - components: - - type: Transform - pos: 131.5,73.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 3062 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 32366 components: - type: Transform @@ -176832,6 +176043,16 @@ entities: color: '#0055CCFF' - proto: GasVentScrubber entities: + - uid: 215 + components: + - type: Transform + pos: 132.5,69.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6233 + - type: AtmosPipeColor + color: '#990000FF' - uid: 221 components: - type: Transform @@ -176912,6 +176133,17 @@ entities: - 1588 - type: AtmosPipeColor color: '#990000FF' + - uid: 1697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,49.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1721 components: - type: Transform @@ -176977,6 +176209,17 @@ entities: - 19097 - type: AtmosPipeColor color: '#990000FF' + - uid: 4077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,49.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4705 components: - type: Transform @@ -176988,6 +176231,17 @@ entities: - 2997 - type: AtmosPipeColor color: '#990000FF' + - uid: 5251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,69.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6269 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5732 components: - type: Transform @@ -177040,16 +176294,6 @@ entities: - 29830 - type: AtmosPipeColor color: '#990000FF' - - uid: 8554 - components: - - type: Transform - pos: 124.5,68.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10679 components: - type: Transform @@ -177125,17 +176369,6 @@ entities: - 2722 - type: AtmosPipeColor color: '#990000FF' - - uid: 12432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,59.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22270 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12920 components: - type: Transform @@ -177823,36 +177056,6 @@ entities: - 20353 - type: AtmosPipeColor color: '#990000FF' - - uid: 20400 - components: - - type: Transform - pos: 124.5,65.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20496 - components: - - type: Transform - pos: 124.5,71.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20504 - components: - - type: Transform - pos: 124.5,74.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#990000FF' - uid: 20798 components: - type: Transform @@ -177863,32 +177066,45 @@ entities: - 26182 - type: AtmosPipeColor color: '#990000FF' - - uid: 21233 + - uid: 21197 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22634 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21584 - components: - - type: Transform - pos: 123.5,59.5 + rot: 1.5707963267948966 rad + pos: 138.5,54.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21623 + - uid: 21272 components: - type: Transform - pos: 130.5,59.5 + rot: -1.5707963267948966 rad + pos: 132.5,73.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22160 + - 23043 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,52.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,56.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22359 - type: AtmosPipeColor color: '#990000FF' - uid: 21624 @@ -177951,28 +177167,6 @@ entities: - 22263 - type: AtmosPipeColor color: '#990000FF' - - uid: 21733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22271 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,68.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 3062 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21777 components: - type: Transform @@ -177984,17 +177178,6 @@ entities: - 22269 - type: AtmosPipeColor color: '#990000FF' - - uid: 22155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,69.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22154 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22173 components: - type: Transform @@ -178017,15 +177200,26 @@ entities: - 22229 - type: AtmosPipeColor color: '#990000FF' - - uid: 22244 + - uid: 22466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,46.5 + rot: 1.5707963267948966 rad + pos: 124.5,57.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22252 + - 22359 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,52.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 - type: AtmosPipeColor color: '#990000FF' - uid: 22588 @@ -178039,14 +177233,58 @@ entities: - 22636 - type: AtmosPipeColor color: '#990000FF' - - uid: 22599 + - uid: 22666 components: - type: Transform - pos: 126.5,55.5 + pos: 130.5,47.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22635 + - 20502 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,46.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 141.5,48.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22252 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,46.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 20502 - type: AtmosPipeColor color: '#990000FF' - uid: 23329 @@ -179444,12 +178682,6 @@ entities: - type: Transform pos: 47.5,115.5 parent: 1 - - uid: 1047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,74.5 - parent: 1 - uid: 1060 components: - type: Transform @@ -180586,6 +179818,11 @@ entities: - type: Transform pos: 87.5,111.5 parent: 1 + - uid: 3353 + components: + - type: Transform + pos: 125.5,65.5 + parent: 1 - uid: 3380 components: - type: Transform @@ -181586,56 +180823,6 @@ entities: - type: Transform pos: 121.5,120.5 parent: 1 - - uid: 5267 - components: - - type: Transform - pos: 121.5,74.5 - parent: 1 - - uid: 5269 - components: - - type: Transform - pos: 121.5,73.5 - parent: 1 - - uid: 5272 - components: - - type: Transform - pos: 121.5,71.5 - parent: 1 - - uid: 5274 - components: - - type: Transform - pos: 121.5,70.5 - parent: 1 - - uid: 5277 - components: - - type: Transform - pos: 121.5,68.5 - parent: 1 - - uid: 5279 - components: - - type: Transform - pos: 121.5,67.5 - parent: 1 - - uid: 5282 - components: - - type: Transform - pos: 121.5,65.5 - parent: 1 - - uid: 5284 - components: - - type: Transform - pos: 121.5,64.5 - parent: 1 - - uid: 5290 - components: - - type: Transform - pos: 121.5,59.5 - parent: 1 - - uid: 5296 - components: - - type: Transform - pos: 131.5,67.5 - parent: 1 - uid: 5301 components: - type: Transform @@ -181666,6 +180853,11 @@ entities: - type: Transform pos: 122.5,120.5 parent: 1 + - uid: 5384 + components: + - type: Transform + pos: 121.5,65.5 + parent: 1 - uid: 5397 components: - type: Transform @@ -181677,11 +180869,6 @@ entities: - type: Transform pos: 35.5,55.5 parent: 1 - - uid: 5475 - components: - - type: Transform - pos: 124.5,59.5 - parent: 1 - uid: 5488 components: - type: Transform @@ -181692,26 +180879,6 @@ entities: - type: Transform pos: 125.5,141.5 parent: 1 - - uid: 5509 - components: - - type: Transform - pos: 125.5,73.5 - parent: 1 - - uid: 5513 - components: - - type: Transform - pos: 125.5,70.5 - parent: 1 - - uid: 5517 - components: - - type: Transform - pos: 125.5,67.5 - parent: 1 - - uid: 5521 - components: - - type: Transform - pos: 125.5,64.5 - parent: 1 - uid: 5539 components: - type: Transform @@ -181742,11 +180909,6 @@ entities: - type: Transform pos: 35.5,58.5 parent: 1 - - uid: 5636 - components: - - type: Transform - pos: 132.5,67.5 - parent: 1 - uid: 5642 components: - type: Transform @@ -181792,31 +180954,6 @@ entities: - type: Transform pos: 69.5,111.5 parent: 1 - - uid: 5684 - components: - - type: Transform - pos: 129.5,73.5 - parent: 1 - - uid: 5686 - components: - - type: Transform - pos: 129.5,72.5 - parent: 1 - - uid: 5689 - components: - - type: Transform - pos: 129.5,70.5 - parent: 1 - - uid: 5691 - components: - - type: Transform - pos: 129.5,69.5 - parent: 1 - - uid: 5693 - components: - - type: Transform - pos: 129.5,68.5 - parent: 1 - uid: 5705 components: - type: Transform @@ -181912,16 +181049,6 @@ entities: - type: Transform pos: 77.5,111.5 parent: 1 - - uid: 5767 - components: - - type: Transform - pos: 130.5,53.5 - parent: 1 - - uid: 5769 - components: - - type: Transform - pos: 130.5,43.5 - parent: 1 - uid: 5773 components: - type: Transform @@ -181932,21 +181059,6 @@ entities: - type: Transform pos: 106.5,121.5 parent: 1 - - uid: 5787 - components: - - type: Transform - pos: 131.5,75.5 - parent: 1 - - uid: 5792 - components: - - type: Transform - pos: 131.5,53.5 - parent: 1 - - uid: 5794 - components: - - type: Transform - pos: 131.5,43.5 - parent: 1 - uid: 5801 components: - type: Transform @@ -181972,16 +181084,6 @@ entities: - type: Transform pos: 35.5,54.5 parent: 1 - - uid: 5829 - components: - - type: Transform - pos: 132.5,53.5 - parent: 1 - - uid: 5831 - components: - - type: Transform - pos: 132.5,43.5 - parent: 1 - uid: 5835 components: - type: Transform @@ -182032,31 +181134,16 @@ entities: - type: Transform pos: 72.5,111.5 parent: 1 - - uid: 5887 + - uid: 5886 components: - type: Transform - pos: 134.5,75.5 + pos: 125.5,66.5 parent: 1 - uid: 5891 components: - type: Transform pos: 162.5,97.5 parent: 1 - - uid: 5894 - components: - - type: Transform - pos: 134.5,51.5 - parent: 1 - - uid: 5898 - components: - - type: Transform - pos: 134.5,48.5 - parent: 1 - - uid: 5902 - components: - - type: Transform - pos: 134.5,45.5 - parent: 1 - uid: 5907 components: - type: Transform @@ -182087,21 +181174,6 @@ entities: - type: Transform pos: 109.5,122.5 parent: 1 - - uid: 5980 - components: - - type: Transform - pos: 136.5,71.5 - parent: 1 - - uid: 5982 - components: - - type: Transform - pos: 136.5,70.5 - parent: 1 - - uid: 5984 - components: - - type: Transform - pos: 136.5,69.5 - parent: 1 - uid: 6013 components: - type: Transform @@ -182122,6 +181194,11 @@ entities: - type: Transform pos: 137.5,105.5 parent: 1 + - uid: 6066 + components: + - type: Transform + pos: 135.5,58.5 + parent: 1 - uid: 6089 components: - type: Transform @@ -182132,11 +181209,6 @@ entities: - type: Transform pos: 138.5,72.5 parent: 1 - - uid: 6094 - components: - - type: Transform - pos: 138.5,43.5 - parent: 1 - uid: 6156 components: - type: Transform @@ -182172,11 +181244,6 @@ entities: - type: Transform pos: 141.5,68.5 parent: 1 - - uid: 6211 - components: - - type: Transform - pos: 126.5,57.5 - parent: 1 - uid: 6244 components: - type: Transform @@ -182212,6 +181279,11 @@ entities: - type: Transform pos: 146.5,104.5 parent: 1 + - uid: 6356 + components: + - type: Transform + pos: 121.5,57.5 + parent: 1 - uid: 6358 components: - type: Transform @@ -182369,11 +181441,6 @@ entities: - type: Transform pos: 150.5,62.5 parent: 1 - - uid: 6647 - components: - - type: Transform - pos: 141.5,50.5 - parent: 1 - uid: 6656 components: - type: Transform @@ -183687,6 +182754,11 @@ entities: - type: Transform pos: 119.5,112.5 parent: 1 + - uid: 16163 + components: + - type: Transform + pos: 135.5,55.5 + parent: 1 - uid: 16298 components: - type: Transform @@ -183942,11 +183014,70 @@ entities: - type: Transform pos: 163.5,93.5 parent: 1 + - uid: 21236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,40.5 + parent: 1 + - uid: 21237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,40.5 + parent: 1 + - uid: 21238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,40.5 + parent: 1 + - uid: 21573 + components: + - type: Transform + pos: 127.5,61.5 + parent: 1 + - uid: 21734 + components: + - type: Transform + pos: 121.5,56.5 + parent: 1 + - uid: 21735 + components: + - type: Transform + pos: 135.5,57.5 + parent: 1 + - uid: 21853 + components: + - type: Transform + pos: 128.5,75.5 + parent: 1 + - uid: 22346 + components: + - type: Transform + pos: 134.5,67.5 + parent: 1 + - uid: 22599 + components: + - type: Transform + pos: 130.5,69.5 + parent: 1 + - uid: 22606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 133.5,40.5 + parent: 1 - uid: 22668 components: - type: Transform pos: 45.5,106.5 parent: 1 + - uid: 22729 + components: + - type: Transform + pos: 137.5,50.5 + parent: 1 - uid: 22734 components: - type: Transform @@ -183957,6 +183088,16 @@ entities: - type: Transform pos: 128.5,155.5 parent: 1 + - uid: 22752 + components: + - type: Transform + pos: 121.5,64.5 + parent: 1 + - uid: 22859 + components: + - type: Transform + pos: 123.5,67.5 + parent: 1 - uid: 22860 components: - type: Transform @@ -183982,6 +183123,16 @@ entities: - type: Transform pos: 124.5,145.5 parent: 1 + - uid: 22891 + components: + - type: Transform + pos: 128.5,67.5 + parent: 1 + - uid: 22908 + components: + - type: Transform + pos: 125.5,63.5 + parent: 1 - uid: 22920 components: - type: Transform @@ -183992,6 +183143,11 @@ entities: - type: Transform pos: 159.5,95.5 parent: 1 + - uid: 22975 + components: + - type: Transform + pos: 135.5,56.5 + parent: 1 - uid: 23094 components: - type: Transform @@ -185824,36 +184980,6 @@ entities: - type: Transform pos: 41.5,127.5 parent: 1 - - uid: 34995 - components: - - type: Transform - pos: 129.5,41.5 - parent: 1 - - uid: 34996 - components: - - type: Transform - pos: 130.5,41.5 - parent: 1 - - uid: 34997 - components: - - type: Transform - pos: 132.5,41.5 - parent: 1 - - uid: 34998 - components: - - type: Transform - pos: 133.5,41.5 - parent: 1 - - uid: 34999 - components: - - type: Transform - pos: 134.5,41.5 - parent: 1 - - uid: 35000 - components: - - type: Transform - pos: 131.5,41.5 - parent: 1 - uid: 35066 components: - type: Transform @@ -186295,45 +185421,57 @@ entities: parent: 1 - proto: GunSafeDisabler entities: - - uid: 22752 + - uid: 21411 components: - type: Transform - pos: 132.5,62.5 + pos: 131.5,70.5 parent: 1 - proto: GunSafeLaserCarbine entities: - - uid: 22768 + - uid: 22280 components: - type: Transform - pos: 130.5,64.5 + pos: 133.5,74.5 parent: 1 - proto: GunSafePistolMk58 entities: - - uid: 22795 + - uid: 22847 components: - type: Transform - pos: 132.5,66.5 + pos: 131.5,68.5 parent: 1 - proto: GunSafeRifleLecter entities: - - uid: 22609 + - uid: 22646 components: - type: Transform - pos: 130.5,62.5 + pos: 135.5,74.5 + parent: 1 +- proto: GunSafeShotgunEnforcer + entities: + - uid: 5981 + components: + - type: Transform + pos: 131.5,74.5 parent: 1 - proto: GunSafeShotgunKammerer entities: - - uid: 22753 + - uid: 22647 components: - type: Transform - pos: 133.5,62.5 + pos: 135.5,73.5 + parent: 1 + - uid: 22807 + components: + - type: Transform + pos: 132.5,74.5 parent: 1 - proto: GunSafeSubMachineGunDrozd entities: - - uid: 22769 + - uid: 22655 components: - type: Transform - pos: 130.5,66.5 + pos: 135.5,72.5 parent: 1 - proto: Handcuffs entities: @@ -186347,23 +185485,13 @@ entities: - type: Transform pos: 32.416855,53.002132 parent: 1 - - uid: 22805 - components: - - type: Transform - rot: -37.69911184307754 rad - pos: 135.5195,63.00967 - parent: 1 - proto: HandheldGPSBasic entities: - - uid: 23145 - components: - - type: Transform - pos: 142.35602,49.441376 - parent: 1 - uid: 23146 components: - type: Transform - pos: 142.61298,49.614986 + rot: -37.69911184307754 rad + pos: 138.52257,47.528732 parent: 1 - proto: HandheldHealthAnalyzer entities: @@ -186453,26 +185581,19 @@ entities: parent: 1 - proto: HighSecArmoryLocked entities: - - uid: 22877 + - uid: 8593 components: - type: MetaData name: armory high security door - type: Transform - pos: 134.5,61.5 + pos: 136.5,69.5 parent: 1 - - uid: 22878 - components: - - type: MetaData - name: armory entrance high security door - - type: Transform - pos: 136.5,59.5 - parent: 1 - - uid: 22879 + - uid: 8606 components: - type: MetaData name: armory high security door - type: Transform - pos: 134.5,67.5 + pos: 132.5,67.5 parent: 1 - proto: HighSecCommandLocked entities: @@ -186849,17 +185970,17 @@ entities: parent: 1 - proto: HolopadSecurityArmory entities: - - uid: 33448 + - uid: 22313 components: - type: Transform - pos: 134.5,64.5 + pos: 133.5,72.5 parent: 1 - proto: HolopadSecurityBrig entities: - - uid: 36489 + - uid: 21532 components: - type: Transform - pos: 127.5,68.5 + pos: 125.5,58.5 parent: 1 - proto: HolopadSecurityCourtroom entities: @@ -186896,20 +186017,6 @@ entities: - type: Transform pos: 103.5,47.5 parent: 1 -- proto: HolopadSecurityPerma - entities: - - uid: 36631 - components: - - type: Transform - pos: 131.5,46.5 - parent: 1 -- proto: HolopadSecurityWarden - entities: - - uid: 36640 - components: - - type: Transform - pos: 131.5,71.5 - parent: 1 - proto: HolopadServiceBar entities: - uid: 33742 @@ -186996,6 +186103,11 @@ entities: parent: 1 - proto: HospitalCurtainsOpen entities: + - uid: 6409 + components: + - type: Transform + pos: 131.5,60.5 + parent: 1 - uid: 13482 components: - type: Transform @@ -187072,18 +186184,8 @@ entities: - type: Transform pos: 55.5,119.5 parent: 1 - - uid: 37362 - components: - - type: Transform - pos: 124.5,62.5 - parent: 1 - proto: HydroponicsToolClippers entities: - - uid: 23066 - components: - - type: Transform - pos: 129.3514,45.367676 - parent: 1 - uid: 26658 components: - type: Transform @@ -187100,11 +186202,11 @@ entities: parent: 1 - proto: HydroponicsToolMiniHoe entities: - - uid: 23010 + - uid: 6404 components: - type: Transform - rot: -157.0796326794894 rad - pos: 129.56793,45.5788 + rot: -62.83185307179591 rad + pos: 133.53491,54.55713 parent: 1 - uid: 26660 components: @@ -187122,10 +186224,11 @@ entities: parent: 1 - proto: HydroponicsToolSpade entities: - - uid: 23011 + - uid: 21950 components: - type: Transform - pos: 129.6096,45.630882 + rot: -62.83185307179591 rad + pos: 133.57657,54.598793 parent: 1 - uid: 26663 components: @@ -187141,17 +186244,35 @@ entities: rot: 3.141592653589793 rad pos: 97.5,98.5 parent: 1 - - uid: 23007 + - uid: 21319 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,44.5 + pos: 133.5,57.5 parent: 1 - - uid: 23008 + - uid: 21431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,44.5 + pos: 131.5,58.5 + parent: 1 + - uid: 21819 + components: + - type: Transform + pos: 134.5,58.5 + parent: 1 + - uid: 21854 + components: + - type: Transform + pos: 133.5,58.5 + parent: 1 + - uid: 21859 + components: + - type: Transform + pos: 131.5,57.5 + parent: 1 + - uid: 22251 + components: + - type: Transform + pos: 134.5,57.5 parent: 1 - uid: 26276 components: @@ -187213,11 +186334,6 @@ entities: rot: 1.5707963267948966 rad pos: 96.5,102.5 parent: 1 - - uid: 36632 - components: - - type: Transform - pos: 131.5,44.5 - parent: 1 - uid: 36650 components: - type: Transform @@ -187390,11 +186506,23 @@ entities: parent: 1 - proto: IntercomCommon entities: - - uid: 22946 + - uid: 5986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,60.5 + parent: 1 + - uid: 22759 components: - type: Transform rot: 3.141592653589793 rad - pos: 128.5,46.5 + pos: 131.5,44.5 + parent: 1 + - uid: 23008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,62.5 parent: 1 - uid: 25506 components: @@ -187616,24 +186744,24 @@ entities: parent: 1 - proto: IntercomSecurity entities: + - uid: 21517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,72.5 + parent: 1 + - uid: 21731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,53.5 + parent: 1 - uid: 22941 components: - type: Transform rot: 3.141592653589793 rad pos: 141.5,75.5 parent: 1 - - uid: 22942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,65.5 - parent: 1 - - uid: 22943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 137.5,53.5 - parent: 1 - uid: 22944 components: - type: Transform @@ -187767,12 +186895,6 @@ entities: rot: 3.141592653589793 rad pos: 136.5,76.5 parent: 1 - - uid: 36845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,57.5 - parent: 1 - uid: 36846 components: - type: Transform @@ -187861,6 +186983,11 @@ entities: parent: 1 - proto: KitchenMicrowave entities: + - uid: 5521 + components: + - type: Transform + pos: 127.5,54.5 + parent: 1 - uid: 7107 components: - type: Transform @@ -187886,11 +187013,6 @@ entities: - type: Transform pos: 150.5,53.5 parent: 1 - - uid: 23019 - components: - - type: Transform - pos: 128.5,48.5 - parent: 1 - uid: 32220 components: - type: Transform @@ -187913,10 +187035,10 @@ entities: - type: Transform pos: 35.5,109.5 parent: 1 - - uid: 23041 + - uid: 22788 components: - type: Transform - pos: 129.5,50.5 + pos: 125.5,54.5 parent: 1 - uid: 26527 components: @@ -187950,14 +187072,6 @@ entities: - type: Transform pos: 155.5,42.5 parent: 1 -- proto: KnifePlastic - entities: - - uid: 23039 - components: - - type: Transform - rot: -157.0796326794894 rad - pos: 128.91275,50.59222 - parent: 1 - proto: Lamp entities: - uid: 13524 @@ -188067,6 +187181,11 @@ entities: - type: Transform pos: 53.5,81.5 parent: 1 + - uid: 21261 + components: + - type: Transform + pos: 138.5,58.5 + parent: 1 - uid: 23071 components: - type: Transform @@ -188610,41 +187729,6 @@ entities: - type: Transform pos: 155.5,153.5 parent: 1 - - uid: 22824 - components: - - type: Transform - pos: 125.5,56.5 - parent: 1 - - uid: 22825 - components: - - type: Transform - pos: 124.5,56.5 - parent: 1 - - uid: 22828 - components: - - type: Transform - pos: 126.5,56.5 - parent: 1 - - uid: 22829 - components: - - type: Transform - pos: 128.5,73.5 - parent: 1 - - uid: 22830 - components: - - type: Transform - pos: 128.5,70.5 - parent: 1 - - uid: 22831 - components: - - type: Transform - pos: 128.5,67.5 - parent: 1 - - uid: 22832 - components: - - type: Transform - pos: 128.5,64.5 - parent: 1 - uid: 27506 components: - type: Transform @@ -188746,6 +187830,48 @@ entities: - type: Transform pos: 78.5,102.5 parent: 1 +- proto: LockerPrisoner + entities: + - uid: 23057 + components: + - type: Transform + pos: 126.5,66.5 + parent: 1 +- proto: LockerPrisoner2 + entities: + - uid: 5468 + components: + - type: Transform + pos: 126.5,65.5 + parent: 1 +- proto: LockerPrisoner3 + entities: + - uid: 22656 + components: + - type: Transform + pos: 128.5,66.5 + parent: 1 +- proto: LockerPrisoner4 + entities: + - uid: 21912 + components: + - type: Transform + pos: 129.5,66.5 + parent: 1 +- proto: LockerPrisoner5 + entities: + - uid: 23045 + components: + - type: Transform + pos: 129.5,63.5 + parent: 1 +- proto: LockerPrisoner6 + entities: + - uid: 6211 + components: + - type: Transform + pos: 129.5,62.5 + parent: 1 - proto: LockerQuarterMasterFilled entities: - uid: 19377 @@ -188872,10 +187998,10 @@ entities: parent: 1 - proto: LockerWardenFilled entities: - - uid: 22961 + - uid: 22713 components: - type: Transform - pos: 130.5,68.5 + pos: 129.5,69.5 parent: 1 - proto: LockerWeldingSuppliesFilled entities: @@ -189233,26 +188359,21 @@ entities: - type: Configuration config: tag: Xenobio - - uid: 22278 + - uid: 21283 components: - type: Transform - pos: 135.5,70.5 + pos: 136.5,51.5 + parent: 1 + - uid: 22362 + components: + - type: Transform + pos: 129.5,74.5 parent: 1 - type: MailingUnit tag: Warden - type: Configuration config: tag: Warden - - uid: 22279 - components: - - type: Transform - pos: 138.5,51.5 - parent: 1 - - type: MailingUnit - tag: Security - - type: Configuration - config: - tag: Security - uid: 26239 components: - type: Transform @@ -189891,16 +189012,16 @@ entities: - type: Transform pos: 146.45892,92.49491 parent: 1 + - uid: 21828 + components: + - type: Transform + pos: 132.5,71.5 + parent: 1 - uid: 22958 components: - type: Transform pos: 144.5488,50.486656 parent: 1 - - uid: 22973 - components: - - type: Transform - pos: 133.51228,71.47769 - parent: 1 - uid: 25931 components: - type: Transform @@ -190078,17 +189199,17 @@ entities: parent: 1 - proto: MopBucketFull entities: - - uid: 23027 + - uid: 6406 components: - type: Transform - pos: 133.5,50.5 + pos: 130.5,42.5 parent: 1 - proto: MopItem entities: - - uid: 23028 + - uid: 21869 components: - type: Transform - pos: 133.45396,51.485043 + pos: 130.5,41.5 parent: 1 - uid: 29570 components: @@ -190549,11 +189670,11 @@ entities: parent: 1 - proto: PackPaperRollingFilters entities: - - uid: 23035 + - uid: 21822 components: - type: Transform - rot: -157.0796326794894 rad - pos: 135.68066,48.577305 + rot: -31.415926535897945 rad + pos: 134.50049,46.560387 parent: 1 - proto: PaintingCafeTerraceAtNight entities: @@ -190631,6 +189752,21 @@ entities: - type: Transform pos: 130.5,112.5 parent: 1 + - uid: 5894 + components: + - type: Transform + pos: 134.53024,52.650562 + parent: 1 + - uid: 6538 + components: + - type: Transform + pos: 134.35316,52.608894 + parent: 1 + - uid: 6582 + components: + - type: Transform + pos: 134.53024,52.483894 + parent: 1 - uid: 24541 components: - type: Transform @@ -190825,6 +189961,11 @@ entities: parent: 1 - proto: ParchisBoard entities: + - uid: 6448 + components: + - type: Transform + pos: 126.43562,46.475975 + parent: 1 - uid: 27211 components: - type: Transform @@ -190908,6 +190049,12 @@ entities: parent: 1 - proto: Pen entities: + - uid: 6451 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 134.48692,52.474384 + parent: 1 - uid: 13721 components: - type: Transform @@ -191216,15 +190363,10 @@ entities: parent: 1 - proto: PortableFlasher entities: - - uid: 6291 + - uid: 21195 components: - type: Transform - pos: 135.5,60.5 - parent: 1 - - uid: 22759 - components: - - type: Transform - pos: 133.5,64.5 + pos: 131.5,69.5 parent: 1 - proto: PortableGeneratorJrPacman entities: @@ -191371,6 +190513,14 @@ entities: rot: 1.5707963267948966 rad pos: 85.5,154.5 parent: 1 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 22566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,47.5 + parent: 1 - proto: PosterContrabandBorgFancy entities: - uid: 20906 @@ -191396,10 +190546,11 @@ entities: parent: 1 - proto: PosterContrabandC20r entities: - - uid: 23103 + - uid: 21511 components: - type: Transform - pos: 136.5,44.5 + rot: 1.5707963267948966 rad + pos: 127.5,50.5 parent: 1 - proto: PosterContrabandClown entities: @@ -191456,17 +190607,19 @@ entities: parent: 1 - proto: PosterContrabandEnlistGorlex entities: - - uid: 23105 + - uid: 21416 components: - type: Transform - pos: 127.5,44.5 + rot: 1.5707963267948966 rad + pos: 126.5,44.5 parent: 1 - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - - uid: 23106 + - uid: 21417 components: - type: Transform - pos: 135.5,50.5 + rot: 1.5707963267948966 rad + pos: 133.5,53.5 parent: 1 - proto: PosterContrabandHackingGuide entities: @@ -191475,6 +190628,13 @@ entities: - type: Transform pos: 95.5,61.5 parent: 1 +- proto: PosterContrabandHaveaPuff + entities: + - uid: 22156 + components: + - type: Transform + pos: 133.5,61.5 + parent: 1 - proto: PosterContrabandHighEffectEngineering entities: - uid: 14841 @@ -191491,6 +190651,11 @@ entities: rot: -1.5707963267948966 rad pos: 154.5,93.5 parent: 1 + - uid: 23021 + components: + - type: Transform + pos: 135.5,63.5 + parent: 1 - uid: 35486 components: - type: Transform @@ -191527,13 +190692,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,76.5 parent: 1 -- proto: PosterContrabandPunchShit - entities: - - uid: 23107 - components: - - type: Transform - pos: 122.5,69.5 - parent: 1 - proto: PosterContrabandPwrGame entities: - uid: 23125 @@ -191548,13 +190706,6 @@ entities: - type: Transform pos: 90.5,56.5 parent: 1 -- proto: PosterContrabandRise - entities: - - uid: 18404 - components: - - type: Transform - pos: 121.5,63.5 - parent: 1 - proto: PosterContrabandShamblersJuice entities: - uid: 26813 @@ -191569,6 +190720,21 @@ entities: - type: Transform pos: 62.5,54.5 parent: 1 +- proto: PosterContrabandSpaceCola + entities: + - uid: 21217 + components: + - type: Transform + pos: 135.5,46.5 + parent: 1 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 22094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,53.5 + parent: 1 - proto: PosterContrabandTools entities: - uid: 348 @@ -191682,12 +190848,25 @@ entities: parent: 1 - proto: PosterLegitDoNotQuestion entities: + - uid: 21898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,59.5 + parent: 1 - uid: 33009 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,161.5 parent: 1 +- proto: PosterLegitEnlist + entities: + - uid: 22568 + components: + - type: Transform + pos: 133.5,67.5 + parent: 1 - proto: PosterLegitFoamForceAd entities: - uid: 19542 @@ -191800,13 +190979,6 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,57.5 parent: 1 -- proto: PosterLegitObey - entities: - - uid: 23108 - components: - - type: Transform - pos: 129.5,63.5 - parent: 1 - proto: PosterLegitPDAAd entities: - uid: 13680 @@ -191835,11 +191007,6 @@ entities: parent: 1 - proto: PosterLegitReportCrimes entities: - - uid: 23109 - components: - - type: Transform - pos: 121.5,57.5 - parent: 1 - uid: 35487 components: - type: Transform @@ -191931,10 +191098,11 @@ entities: rot: -1.5707963267948966 rad pos: 65.5,21.5 parent: 1 - - uid: 23111 + - uid: 21860 components: - type: Transform - pos: 136.5,66.5 + rot: -1.5707963267948966 rad + pos: 126.5,67.5 parent: 1 - uid: 27604 components: @@ -191950,11 +191118,6 @@ entities: parent: 1 - proto: PosterLegitSpaceCops entities: - - uid: 23112 - components: - - type: Transform - pos: 133.5,53.5 - parent: 1 - uid: 30020 components: - type: Transform @@ -192010,11 +191173,6 @@ entities: rot: 3.141592653589793 rad pos: 36.5,98.5 parent: 1 - - uid: 23113 - components: - - type: Transform - pos: 124.5,75.5 - parent: 1 - uid: 32081 components: - type: Transform @@ -192086,11 +191244,6 @@ entities: - type: Transform pos: 149.5,149.5 parent: 1 - - uid: 20871 - components: - - type: Transform - pos: 132.5,69.5 - parent: 1 - uid: 26652 components: - type: Transform @@ -192687,18 +191840,18 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,110.5 parent: 1 + - uid: 21505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,42.5 + parent: 1 - uid: 22898 components: - type: Transform rot: -1.5707963267948966 rad pos: 156.5,62.5 parent: 1 - - uid: 22994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,43.5 - parent: 1 - uid: 30590 components: - type: Transform @@ -192882,12 +192035,29 @@ entities: rot: -1.5707963267948966 rad pos: 84.5,95.5 parent: 1 + - uid: 5520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,59.5 + parent: 1 - uid: 5610 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,103.5 parent: 1 + - uid: 5700 + components: + - type: Transform + pos: 130.5,59.5 + parent: 1 + - uid: 5895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,61.5 + parent: 1 - uid: 6135 components: - type: Transform @@ -192905,6 +192075,12 @@ entities: - type: Transform pos: 123.5,119.5 parent: 1 + - uid: 8554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,71.5 + parent: 1 - uid: 9122 components: - type: Transform @@ -193888,68 +193064,110 @@ entities: rot: 3.141592653589793 rad pos: 47.5,110.5 parent: 1 + - uid: 21745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,50.5 + parent: 1 + - uid: 21841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 133.5,54.5 + parent: 1 + - uid: 21877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,52.5 + parent: 1 + - uid: 22158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,67.5 + parent: 1 + - uid: 22159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 133.5,64.5 + parent: 1 - uid: 22188 components: - type: Transform rot: 3.141592653589793 rad pos: 149.5,88.5 parent: 1 + - uid: 22477 + components: + - type: Transform + pos: 133.5,74.5 + parent: 1 + - uid: 22561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 133.5,68.5 + parent: 1 + - uid: 22611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,76.5 + parent: 1 + - uid: 22612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,74.5 + parent: 1 + - uid: 22613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,70.5 + parent: 1 + - uid: 22614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,54.5 + parent: 1 + - uid: 22615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,55.5 + parent: 1 - uid: 22673 components: - type: Transform pos: 88.5,52.5 parent: 1 + - uid: 22737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,61.5 + parent: 1 - uid: 22773 components: - type: Transform pos: 98.5,88.5 parent: 1 + - uid: 22803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,64.5 + parent: 1 - uid: 22871 components: - type: Transform pos: 106.5,99.5 parent: 1 - - uid: 22880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,64.5 - parent: 1 - - uid: 22881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,64.5 - parent: 1 - - uid: 22882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,68.5 - parent: 1 - - uid: 22883 - components: - - type: Transform - pos: 130.5,60.5 - parent: 1 - - uid: 22884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,74.5 - parent: 1 - - uid: 22885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,72.5 - parent: 1 - - uid: 22887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,61.5 - parent: 1 - uid: 22888 components: - type: Transform @@ -193967,12 +193185,6 @@ entities: rot: -1.5707963267948966 rad pos: 142.5,47.5 parent: 1 - - uid: 22891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,46.5 - parent: 1 - uid: 22892 components: - type: Transform @@ -194030,55 +193242,6 @@ entities: rot: 3.141592653589793 rad pos: 141.5,73.5 parent: 1 - - uid: 22907 - components: - - type: Transform - pos: 127.5,74.5 - parent: 1 - - uid: 22908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,63.5 - parent: 1 - - uid: 22909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,67.5 - parent: 1 - - uid: 22910 - components: - - type: Transform - pos: 124.5,56.5 - parent: 1 - - uid: 22911 - components: - - type: Transform - pos: 128.5,52.5 - parent: 1 - - uid: 22912 - components: - - type: Transform - pos: 133.5,52.5 - parent: 1 - - uid: 22914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,47.5 - parent: 1 - - uid: 22915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,48.5 - parent: 1 - - uid: 22934 - components: - - type: Transform - pos: 134.5,56.5 - parent: 1 - uid: 22952 components: - type: Transform @@ -194487,12 +193650,6 @@ entities: - type: Transform pos: 137.5,83.5 parent: 1 - - uid: 28573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,76.5 - parent: 1 - uid: 28575 components: - type: Transform @@ -194534,30 +193691,6 @@ entities: rot: 1.5707963267948966 rad pos: 127.5,111.5 parent: 1 - - uid: 28582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,74.5 - parent: 1 - - uid: 28583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,76.5 - parent: 1 - - uid: 28584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,66.5 - parent: 1 - - uid: 28585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,56.5 - parent: 1 - uid: 28586 components: - type: Transform @@ -194963,6 +194096,12 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,108.5 parent: 1 + - uid: 1510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,51.5 + parent: 1 - uid: 1853 components: - type: Transform @@ -194985,6 +194124,12 @@ entities: rot: -1.5707963267948966 rad pos: 125.5,103.5 parent: 1 + - uid: 5267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,45.5 + parent: 1 - uid: 5374 components: - type: Transform @@ -195014,11 +194159,11 @@ entities: rot: 3.141592653589793 rad pos: 58.5,33.5 parent: 1 - - uid: 10753 + - uid: 6590 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,58.5 + rot: -1.5707963267948966 rad + pos: 123.5,70.5 parent: 1 - uid: 11533 components: @@ -195109,22 +194254,12 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,83.5 parent: 1 - - uid: 18305 - components: - - type: Transform - pos: 123.5,68.5 - parent: 1 - uid: 18439 components: - type: Transform rot: 1.5707963267948966 rad pos: 136.5,111.5 parent: 1 - - uid: 18447 - components: - - type: Transform - pos: 123.5,71.5 - parent: 1 - uid: 18900 components: - type: Transform @@ -195196,38 +194331,42 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,96.5 parent: 1 + - uid: 21733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,45.5 + parent: 1 + - uid: 21805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,48.5 + parent: 1 + - uid: 21893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,66.5 + parent: 1 + - uid: 22129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,62.5 + parent: 1 + - uid: 22160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,62.5 + parent: 1 - uid: 22595 components: - type: Transform rot: -1.5707963267948966 rad pos: 149.5,75.5 parent: 1 - - uid: 22913 - components: - - type: Transform - pos: 122.5,60.5 - parent: 1 - - uid: 22921 - components: - - type: Transform - pos: 136.5,46.5 - parent: 1 - - uid: 22922 - components: - - type: Transform - pos: 136.5,49.5 - parent: 1 - - uid: 22923 - components: - - type: Transform - pos: 136.5,52.5 - parent: 1 - - uid: 22924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,45.5 - parent: 1 - uid: 22925 components: - type: Transform @@ -195246,6 +194385,18 @@ entities: rot: 3.141592653589793 rad pos: 144.5,60.5 parent: 1 + - uid: 22968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,51.5 + parent: 1 + - uid: 23015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,48.5 + parent: 1 - uid: 23081 components: - type: Transform @@ -195269,11 +194420,6 @@ entities: rot: 1.5707963267948966 rad pos: 142.5,95.5 parent: 1 - - uid: 24310 - components: - - type: Transform - pos: 123.5,74.5 - parent: 1 - uid: 24611 components: - type: Transform @@ -195354,11 +194500,6 @@ entities: - type: Transform pos: 60.5,78.5 parent: 1 - - uid: 27096 - components: - - type: Transform - pos: 123.5,65.5 - parent: 1 - uid: 27165 components: - type: Transform @@ -195800,17 +194941,18 @@ entities: - type: Transform pos: 163.5,78.5 parent: 1 + - uid: 7634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,68.5 + parent: 1 - uid: 9259 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,108.5 parent: 1 - - uid: 10575 - components: - - type: Transform - pos: 122.5,63.5 - parent: 1 - uid: 11258 components: - type: Transform @@ -195974,38 +195116,15 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,99.5 parent: 1 - - uid: 22791 + - uid: 21818 components: - type: Transform - pos: 130.5,63.5 + pos: 133.5,54.5 parent: 1 - - uid: 22794 + - uid: 22125 components: - type: Transform - pos: 130.5,65.5 - parent: 1 - - uid: 23006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,45.5 - parent: 1 - - uid: 23055 - components: - - type: Transform - pos: 135.5,48.5 - parent: 1 - - uid: 23142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 142.5,51.5 - parent: 1 - - uid: 23144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 142.5,49.5 + pos: 129.5,43.5 parent: 1 - uid: 23253 components: @@ -196909,18 +196028,8 @@ entities: - type: Transform pos: 42.5,86.5 parent: 1 - - uid: 23038 - components: - - type: Transform - pos: 131.5,49.5 - parent: 1 - proto: RandomInstruments entities: - - uid: 23053 - components: - - type: Transform - pos: 131.5,52.5 - parent: 1 - uid: 26784 components: - type: Transform @@ -197658,20 +196767,20 @@ entities: - type: Transform pos: 37.5,81.5 parent: 1 + - uid: 21263 + components: + - type: Transform + pos: 121.5,63.5 + parent: 1 - uid: 22442 components: - type: Transform pos: 131.5,113.5 parent: 1 - - uid: 23114 + - uid: 22603 components: - type: Transform - pos: 123.5,61.5 - parent: 1 - - uid: 23115 - components: - - type: Transform - pos: 137.5,46.5 + pos: 117.5,69.5 parent: 1 - uid: 23116 components: @@ -197868,21 +196977,11 @@ entities: - type: Transform pos: 130.5,88.5 parent: 1 - - uid: 30271 - components: - - type: Transform - pos: 136.5,72.5 - parent: 1 - uid: 30272 components: - type: Transform pos: 145.5,75.5 parent: 1 - - uid: 30274 - components: - - type: Transform - pos: 121.5,55.5 - parent: 1 - uid: 30275 components: - type: Transform @@ -197963,11 +197062,6 @@ entities: - type: Transform pos: 123.5,120.5 parent: 1 - - uid: 30585 - components: - - type: Transform - pos: 129.5,74.5 - parent: 1 - uid: 30666 components: - type: Transform @@ -197978,11 +197072,6 @@ entities: - type: Transform pos: 126.5,80.5 parent: 1 - - uid: 33289 - components: - - type: Transform - pos: 117.5,67.5 - parent: 1 - uid: 35959 components: - type: Transform @@ -198033,11 +197122,6 @@ entities: - type: Transform pos: 142.5,79.5 parent: 1 - - uid: 36601 - components: - - type: Transform - pos: 121.5,66.5 - parent: 1 - uid: 37376 components: - type: Transform @@ -198051,6 +197135,11 @@ entities: parent: 1 - proto: RandomSoap entities: + - uid: 5887 + components: + - type: Transform + pos: 132.5,61.5 + parent: 1 - uid: 28196 components: - type: Transform @@ -198520,6 +197609,22 @@ entities: parent: 1 - proto: ReagentContainerFlour entities: + - uid: 21486 + components: + - type: Transform + pos: 126.83026,54.754784 + parent: 1 + - uid: 21820 + components: + - type: Transform + rot: -50.265482457436725 rad + pos: 126.884766,54.50551 + parent: 1 + - uid: 21863 + components: + - type: Transform + pos: 126.55248,54.629787 + parent: 1 - uid: 26570 components: - type: Transform @@ -200445,61 +199550,11 @@ entities: - type: Transform pos: 121.5,120.5 parent: 1 - - uid: 5266 - components: - - type: Transform - pos: 121.5,74.5 - parent: 1 - - uid: 5268 - components: - - type: Transform - pos: 121.5,73.5 - parent: 1 - - uid: 5271 - components: - - type: Transform - pos: 121.5,71.5 - parent: 1 - - uid: 5273 - components: - - type: Transform - pos: 121.5,70.5 - parent: 1 - - uid: 5276 - components: - - type: Transform - pos: 121.5,68.5 - parent: 1 - - uid: 5278 - components: - - type: Transform - pos: 121.5,67.5 - parent: 1 - - uid: 5281 - components: - - type: Transform - pos: 121.5,65.5 - parent: 1 - - uid: 5283 - components: - - type: Transform - pos: 121.5,64.5 - parent: 1 - - uid: 5289 - components: - - type: Transform - pos: 121.5,59.5 - parent: 1 - uid: 5292 components: - type: Transform pos: 38.5,103.5 parent: 1 - - uid: 5294 - components: - - type: Transform - pos: 131.5,67.5 - parent: 1 - uid: 5300 components: - type: Transform @@ -200530,11 +199585,6 @@ entities: - type: Transform pos: 72.5,19.5 parent: 1 - - uid: 5474 - components: - - type: Transform - pos: 124.5,59.5 - parent: 1 - uid: 5489 components: - type: Transform @@ -200550,11 +199600,6 @@ entities: - type: Transform pos: 125.5,141.5 parent: 1 - - uid: 5508 - components: - - type: Transform - pos: 125.5,73.5 - parent: 1 - uid: 5510 components: - type: Transform @@ -200565,11 +199610,6 @@ entities: - type: Transform pos: 99.5,142.5 parent: 1 - - uid: 5512 - components: - - type: Transform - pos: 125.5,70.5 - parent: 1 - uid: 5514 components: - type: Transform @@ -200580,11 +199620,6 @@ entities: - type: Transform pos: 99.5,136.5 parent: 1 - - uid: 5516 - components: - - type: Transform - pos: 125.5,67.5 - parent: 1 - uid: 5518 components: - type: Transform @@ -200595,11 +199630,6 @@ entities: - type: Transform pos: 99.5,137.5 parent: 1 - - uid: 5520 - components: - - type: Transform - pos: 125.5,64.5 - parent: 1 - uid: 5522 components: - type: Transform @@ -200700,11 +199730,6 @@ entities: - type: Transform pos: 117.5,134.5 parent: 1 - - uid: 5634 - components: - - type: Transform - pos: 132.5,67.5 - parent: 1 - uid: 5641 components: - type: Transform @@ -200715,81 +199740,16 @@ entities: - type: Transform pos: 39.5,103.5 parent: 1 - - uid: 5683 - components: - - type: Transform - pos: 129.5,73.5 - parent: 1 - - uid: 5685 - components: - - type: Transform - pos: 129.5,72.5 - parent: 1 - - uid: 5688 - components: - - type: Transform - pos: 129.5,70.5 - parent: 1 - - uid: 5690 - components: - - type: Transform - pos: 129.5,69.5 - parent: 1 - - uid: 5692 - components: - - type: Transform - pos: 129.5,68.5 - parent: 1 - - uid: 5766 - components: - - type: Transform - pos: 130.5,53.5 - parent: 1 - - uid: 5768 - components: - - type: Transform - pos: 130.5,43.5 - parent: 1 - - uid: 5786 - components: - - type: Transform - pos: 131.5,75.5 - parent: 1 - - uid: 5791 - components: - - type: Transform - pos: 131.5,53.5 - parent: 1 - - uid: 5793 - components: - - type: Transform - pos: 131.5,43.5 - parent: 1 - uid: 5804 components: - type: Transform pos: 132.5,124.5 parent: 1 - - uid: 5828 - components: - - type: Transform - pos: 132.5,53.5 - parent: 1 - - uid: 5830 - components: - - type: Transform - pos: 132.5,43.5 - parent: 1 - uid: 5864 components: - type: Transform pos: 134.5,154.5 parent: 1 - - uid: 5886 - components: - - type: Transform - pos: 134.5,75.5 - parent: 1 - uid: 5906 components: - type: Transform @@ -200800,21 +199760,6 @@ entities: - type: Transform pos: 85.5,97.5 parent: 1 - - uid: 5979 - components: - - type: Transform - pos: 136.5,71.5 - parent: 1 - - uid: 5981 - components: - - type: Transform - pos: 136.5,70.5 - parent: 1 - - uid: 5983 - components: - - type: Transform - pos: 136.5,69.5 - parent: 1 - uid: 6088 components: - type: Transform @@ -200825,11 +199770,6 @@ entities: - type: Transform pos: 138.5,72.5 parent: 1 - - uid: 6093 - components: - - type: Transform - pos: 138.5,43.5 - parent: 1 - uid: 6155 components: - type: Transform @@ -200845,6 +199785,11 @@ entities: - type: Transform pos: 140.5,66.5 parent: 1 + - uid: 6164 + components: + - type: Transform + pos: 135.5,58.5 + parent: 1 - uid: 6185 components: - type: Transform @@ -200991,11 +199936,6 @@ entities: - type: Transform pos: 150.5,62.5 parent: 1 - - uid: 6644 - components: - - type: Transform - pos: 141.5,50.5 - parent: 1 - uid: 6885 components: - type: Transform @@ -201291,6 +200231,11 @@ entities: - type: Transform pos: 100.5,122.5 parent: 1 + - uid: 16457 + components: + - type: Transform + pos: 135.5,56.5 + parent: 1 - uid: 16587 components: - type: Transform @@ -201371,12 +200316,6 @@ entities: - type: Transform pos: 126.5,120.5 parent: 1 - - uid: 19357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,74.5 - parent: 1 - uid: 19362 components: - type: Transform @@ -201447,10 +200386,94 @@ entities: - type: Transform pos: 41.5,84.5 parent: 1 - - uid: 23062 + - uid: 21286 components: - type: Transform - pos: 126.5,57.5 + pos: 128.5,75.5 + parent: 1 + - uid: 21413 + components: + - type: Transform + pos: 135.5,57.5 + parent: 1 + - uid: 21419 + components: + - type: Transform + pos: 125.5,63.5 + parent: 1 + - uid: 21529 + components: + - type: Transform + pos: 125.5,65.5 + parent: 1 + - uid: 21603 + components: + - type: Transform + pos: 121.5,57.5 + parent: 1 + - uid: 21746 + components: + - type: Transform + pos: 121.5,56.5 + parent: 1 + - uid: 22130 + components: + - type: Transform + pos: 128.5,67.5 + parent: 1 + - uid: 22347 + components: + - type: Transform + pos: 130.5,69.5 + parent: 1 + - uid: 22360 + components: + - type: Transform + pos: 125.5,66.5 + parent: 1 + - uid: 22453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,40.5 + parent: 1 + - uid: 22609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 133.5,40.5 + parent: 1 + - uid: 22620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,40.5 + parent: 1 + - uid: 22764 + components: + - type: Transform + pos: 135.5,55.5 + parent: 1 + - uid: 22961 + components: + - type: Transform + pos: 127.5,61.5 + parent: 1 + - uid: 22972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,40.5 + parent: 1 + - uid: 23011 + components: + - type: Transform + pos: 137.5,50.5 + parent: 1 + - uid: 23023 + components: + - type: Transform + pos: 134.5,67.5 parent: 1 - uid: 23695 components: @@ -201967,66 +200990,28 @@ entities: parent: 1 - proto: RiotBulletShield entities: - - uid: 5657 + - uid: 22149 components: - type: Transform - rot: -6.283185307179586 rad - pos: 130.44302,65.745636 + pos: 134.11078,68.52226 + parent: 1 + - uid: 22845 + components: + - type: Transform + pos: 134.11078,68.45744 parent: 1 - - type: Blocking - blockingToggleActionEntity: 5660 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 5660 - proto: RiotLaserShield entities: - - uid: 22746 + - uid: 21880 components: - type: Transform - rot: -6.283185307179586 rad - pos: 130.17395,65.74098 + pos: 133.61386,68.42658 parent: 1 - - type: Blocking - blockingToggleActionEntity: 22747 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 22747 -- proto: RiotShield - entities: - - uid: 22655 + - uid: 22244 components: - type: Transform - rot: -6.283185307179586 rad - pos: 130.69579,65.47656 + pos: 133.61386,68.50374 parent: 1 - - type: Blocking - blockingToggleActionEntity: 22656 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 22656 - - uid: 22766 - components: - - type: Transform - rot: -6.283185307179586 rad - pos: 130.68764,65.794556 - parent: 1 - - type: Blocking - blockingToggleActionEntity: 22767 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 22767 - proto: RobocopCircuitBoard entities: - uid: 13267 @@ -202074,11 +201059,10 @@ entities: parent: 1 - proto: ScalpelShiv entities: - - uid: 23056 + - uid: 21479 components: - type: Transform - rot: -163.36281798666897 rad - pos: 136.48273,46.35854 + pos: 126.71875,54.642506 parent: 1 - uid: 33557 components: @@ -202098,12 +201082,23 @@ entities: rot: 1.5707963267948966 rad pos: 102.5,102.5 parent: 1 + - uid: 4199 + components: + - type: Transform + pos: 132.5,54.5 + parent: 1 - uid: 4241 components: - type: Transform rot: 1.5707963267948966 rad pos: 114.5,102.5 parent: 1 + - uid: 21836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,54.5 + parent: 1 - uid: 24081 components: - type: Transform @@ -202149,11 +201144,6 @@ entities: - type: Transform pos: 119.5,114.5 parent: 1 - - uid: 27334 - components: - - type: Transform - pos: 137.5,52.5 - parent: 1 - uid: 27335 components: - type: Transform @@ -202164,11 +201154,6 @@ entities: - type: Transform pos: 150.5,69.5 parent: 1 - - uid: 27337 - components: - - type: Transform - pos: 128.5,75.5 - parent: 1 - uid: 27339 components: - type: Transform @@ -202306,17 +201291,17 @@ entities: parent: 1 - proto: SecurityTechFab entities: - - uid: 22760 + - uid: 22967 components: - type: Transform - pos: 132.5,64.5 + pos: 135.5,68.5 parent: 1 - proto: SeedExtractor entities: - - uid: 23009 + - uid: 22705 components: - type: Transform - pos: 133.5,44.5 + pos: 134.5,55.5 parent: 1 - uid: 26648 components: @@ -202438,10 +201423,10 @@ entities: rot: -301.5928947446194 rad pos: 46.506706,84.53162 parent: 1 - - uid: 22774 + - uid: 21730 components: - type: Transform - pos: 132.4718,70.60919 + pos: 125.5,68.5 parent: 1 - uid: 26880 components: @@ -203144,14 +202129,6 @@ entities: 37576: - - Pressed - Toggle - - uid: 2955 - components: - - type: MetaData - name: north security entrance door signal button - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,73.5 - parent: 1 - uid: 4805 components: - type: MetaData @@ -203168,24 +202145,6 @@ entities: 8674: - - Pressed - Toggle - - uid: 8668 - components: - - type: MetaData - name: armory blast door signal button - - type: Transform - pos: 133.5,61.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 1418: - - - Pressed - - Toggle - 1509: - - - Pressed - - Toggle - 1510: - - - Pressed - - Toggle - uid: 13829 components: - type: MetaData @@ -203833,9 +202792,6 @@ entities: parent: 1 - type: DeviceLinkSource linkedPorts: - 36845: - - - Pressed - - Toggle 36844: - - Pressed - Toggle @@ -203892,41 +202848,6 @@ entities: 37297: - - Pressed - Toggle - - uid: 37367 - components: - - type: MetaData - name: table signal button - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,61.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 37366: - - - Pressed - - Toggle - - uid: 37370 - components: - - type: MetaData - name: west security entrance door signal button - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,67.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 28645: - - - Pressed - - Open - 28644: - - - Pressed - - Open - 22854: - - - Pressed - - Open - 22853: - - - Pressed - - Open - uid: 37410 components: - type: MetaData @@ -204060,16 +202981,16 @@ entities: parent: 1 - proto: SignArmory entities: - - uid: 13728 + - uid: 5282 components: - type: Transform - pos: 136.5,60.5 + rot: -1.5707963267948966 rad + pos: 130.5,74.5 parent: 1 - - uid: 22799 + - uid: 5993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,67.5 + pos: 136.5,68.5 parent: 1 - proto: SignAtmos entities: @@ -204275,6 +203196,14 @@ entities: rot: 3.141592653589793 rad pos: 77.5,89.5 parent: 1 +- proto: SignDangerMed + entities: + - uid: 21506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,40.5 + parent: 1 - proto: SignDirectionalBar entities: - uid: 27686 @@ -204342,14 +203271,6 @@ entities: rot: -1.5707963267948966 rad pos: 103.5,53.5 parent: 1 -- proto: SignDirectionalBrig - entities: - - uid: 22559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,57.5 - parent: 1 - proto: SignDirectionalChapel entities: - uid: 37585 @@ -204768,11 +203689,6 @@ entities: rot: 1.5707963267948966 rad pos: 96.5,144.5 parent: 1 - - uid: 35007 - components: - - type: Transform - pos: 134.5,42.5 - parent: 1 - proto: SignEngine entities: - uid: 13775 @@ -204869,6 +203785,18 @@ entities: - type: Transform pos: 78.5,116.5 parent: 1 +- proto: SignGenpop + entities: + - uid: 21903 + components: + - type: Transform + pos: 121.5,67.5 + parent: 1 + - uid: 22616 + components: + - type: Transform + pos: 130.5,64.5 + parent: 1 - proto: SignGravity entities: - uid: 13739 @@ -205113,14 +204041,10 @@ entities: parent: 1 - proto: SignPrison entities: - - uid: 13754 - components: - - type: Transform - pos: 125.5,61.5 - parent: 1 - - uid: 22708 + - uid: 10317 components: - type: Transform + rot: -1.5707963267948966 rad pos: 128.5,54.5 parent: 1 - proto: SignRadiationMed @@ -205159,6 +204083,12 @@ entities: parent: 1 - proto: SignRedFive entities: + - uid: 22127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,47.5 + parent: 1 - uid: 32020 components: - type: Transform @@ -205171,11 +204101,11 @@ entities: parent: 1 - proto: SignRedFour entities: - - uid: 22846 + - uid: 21508 components: - type: Transform rot: 1.5707963267948966 rad - pos: 124.5,63.5 + pos: 128.5,44.5 parent: 1 - uid: 32019 components: @@ -205194,11 +204124,11 @@ entities: - type: Transform pos: 160.5,56.5 parent: 1 - - uid: 22843 + - uid: 21868 components: - type: Transform rot: 1.5707963267948966 rad - pos: 124.5,72.5 + pos: 132.5,50.5 parent: 1 - uid: 32016 components: @@ -205215,13 +204145,21 @@ entities: - type: Transform pos: 104.5,170.5 parent: 1 -- proto: SignRedThree +- proto: SignRedSix entities: - - uid: 22845 + - uid: 21510 components: - type: Transform rot: 1.5707963267948966 rad - pos: 124.5,66.5 + pos: 128.5,50.5 + parent: 1 +- proto: SignRedThree + entities: + - uid: 22126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,44.5 parent: 1 - uid: 32018 components: @@ -205245,11 +204183,11 @@ entities: parent: 1 - proto: SignRedTwo entities: - - uid: 22844 + - uid: 21509 components: - type: Transform rot: 1.5707963267948966 rad - pos: 124.5,69.5 + pos: 132.5,47.5 parent: 1 - uid: 32017 components: @@ -205337,23 +204275,12 @@ entities: parent: 1 - proto: SignSecureMedRed entities: - - uid: 4072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,67.5 - parent: 1 - uid: 19552 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,75.5 parent: 1 - - uid: 22654 - components: - - type: Transform - pos: 136.5,58.5 - parent: 1 - uid: 23370 components: - type: Transform @@ -205374,16 +204301,16 @@ entities: rot: 1.5707963267948966 rad pos: 150.5,149.5 parent: 1 - - uid: 13761 - components: - - type: Transform - pos: 121.5,61.5 - parent: 1 - uid: 13762 components: - type: Transform pos: 136.5,75.5 parent: 1 + - uid: 22637 + components: + - type: Transform + pos: 124.5,70.5 + parent: 1 - proto: SignServer entities: - uid: 5650 @@ -205596,6 +204523,11 @@ entities: rot: 1.5707963267948966 rad pos: 146.5,91.5 parent: 1 + - uid: 21732 + components: + - type: Transform + pos: 131.5,62.5 + parent: 1 - uid: 22723 components: - type: Transform @@ -205607,12 +204539,6 @@ entities: - type: Transform pos: 149.5,53.5 parent: 1 - - uid: 23024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,45.5 - parent: 1 - uid: 25610 components: - type: Transform @@ -207726,12 +206652,6 @@ entities: rot: 1.5707963267948966 rad pos: 120.5,113.5 parent: 1 - - uid: 23032 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,51.5 - parent: 1 - uid: 26524 components: - type: Transform @@ -207841,10 +206761,10 @@ entities: parent: 1 - proto: SpawnMobMcGriff entities: - - uid: 22967 + - uid: 22887 components: - type: Transform - pos: 131.5,69.5 + pos: 128.5,68.5 parent: 1 - proto: SpawnMobMedibot entities: @@ -208839,10 +207759,10 @@ entities: parent: 1 - proto: SpawnPointWarden entities: - - uid: 23172 + - uid: 23055 components: - type: Transform - pos: 132.5,73.5 + pos: 127.5,72.5 parent: 1 - proto: Spear entities: @@ -209283,8 +208203,31 @@ entities: rot: -37.69911184307754 rad pos: 164.52304,149.58105 parent: 1 +- proto: StatueVenusRed + entities: + - uid: 22922 + components: + - type: MetaData + desc: An concrete statue. Why is it here? + name: creepy statue + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,41.5 + parent: 1 - proto: SteelBench entities: + - uid: 3542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,66.5 + parent: 1 + - uid: 6057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,65.5 + parent: 1 - uid: 6562 components: - type: Transform @@ -209316,11 +208259,29 @@ entities: - type: Transform pos: 105.5,148.5 parent: 1 + - uid: 6411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 127.5,56.5 + parent: 1 - uid: 9261 components: - type: Transform pos: 111.5,148.5 parent: 1 + - uid: 21824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,58.5 + parent: 1 + - uid: 22567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,57.5 + parent: 1 - uid: 23012 components: - type: Transform @@ -209533,7 +208494,8 @@ entities: - uid: 23130 components: - type: Transform - pos: 142.42955,54.096626 + rot: -12.566370614359172 rad + pos: 139.413,56.667267 parent: 1 - proto: SubstationBasic entities: @@ -209773,47 +208735,47 @@ entities: parent: 1 - proto: SuitStorageSec entities: - - uid: 5251 + - uid: 21211 components: - type: Transform - pos: 134.5,58.5 + pos: 138.5,49.5 parent: 1 - - uid: 8664 + - uid: 21275 components: - type: Transform - pos: 135.5,58.5 + pos: 137.5,49.5 parent: 1 - - uid: 22649 + - uid: 22465 components: - type: Transform - pos: 138.5,45.5 + pos: 136.5,49.5 parent: 1 - - uid: 22660 - components: - - type: Transform - pos: 142.5,44.5 - parent: 1 - - uid: 22661 - components: - - type: Transform - pos: 142.5,45.5 - parent: 1 - - uid: 22662 + - uid: 22638 components: - type: Transform pos: 138.5,44.5 parent: 1 - - uid: 23298 + - uid: 22823 components: - type: Transform - pos: 133.5,58.5 + pos: 137.5,44.5 + parent: 1 + - uid: 22824 + components: + - type: Transform + pos: 139.5,44.5 + parent: 1 + - uid: 23035 + components: + - type: Transform + pos: 136.5,44.5 parent: 1 - proto: SuitStorageWarden entities: - - uid: 22962 + - uid: 22913 components: - type: Transform - pos: 130.5,69.5 + pos: 129.5,68.5 parent: 1 - proto: SurveillanceCameraCommand entities: @@ -210617,16 +209579,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Hallway 05 - - uid: 32185 - components: - - type: Transform - pos: 128.5,76.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Hallway 07 - uid: 32186 components: - type: Transform @@ -210638,17 +209590,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Hallway 06 - - uid: 32187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,68.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Hallway 08 - uid: 32188 components: - type: Transform @@ -211189,17 +210130,39 @@ entities: id: Robotics - proto: SurveillanceCameraSecurity entities: - - uid: 215 + - uid: 5899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 137.5,73.5 + rot: 1.5707963267948966 rad + pos: 135.5,70.5 parent: 1 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Entrance north + id: Armory + - uid: 6456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,71.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden's office + - uid: 6514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,74.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Lethal armory - uid: 18792 components: - type: Transform @@ -211232,6 +210195,82 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Court hallway + - uid: 21298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,74.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden exterior + - uid: 21425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,47.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig cells south + - uid: 21426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,43.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig breakroom + - uid: 21830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 141.5,61.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Head of security exterior + - uid: 21831 + components: + - type: Transform + pos: 128.5,55.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig + - uid: 21874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 144.5,51.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security breakroom + - uid: 21875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,50.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig cells north - uid: 23322 components: - type: Transform @@ -211306,93 +210345,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Shooting range - - uid: 31872 - components: - - type: Transform - pos: 134.5,58.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory entrance - - uid: 31873 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,64.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory - - uid: 31874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,72.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden's office - - uid: 31876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,72.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig north - - uid: 31877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,60.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Entrance south - - uid: 31878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,66.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig south - - uid: 31879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,56.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma transfer - - uid: 31880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,50.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma EVA - uid: 31881 components: - type: Transform @@ -211404,39 +210356,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: hallway central - - uid: 31882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,50.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma north - - uid: 31883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,47.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma south - - uid: 31885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 137.5,62.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: hallway west - uid: 31886 components: - type: Transform @@ -211503,6 +210422,27 @@ entities: - SurveillanceCameraService nameSet: True id: Musician's room + - uid: 21424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 120.5,66.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hallway 08 + - uid: 21835 + components: + - type: Transform + pos: 132.5,76.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hallway 07 - uid: 24610 components: - type: Transform @@ -212382,12 +211322,35 @@ entities: - type: Transform pos: 121.5,133.5 parent: 1 + - uid: 5272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 139.5,47.5 + parent: 1 + - uid: 5283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 138.5,46.5 + parent: 1 + - uid: 5288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 138.5,47.5 + parent: 1 - uid: 5506 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,102.5 parent: 1 + - uid: 5635 + components: + - type: Transform + pos: 134.5,56.5 + parent: 1 - uid: 5674 components: - type: Transform @@ -212408,6 +211371,16 @@ entities: - type: Transform pos: 129.5,134.5 parent: 1 + - uid: 5829 + components: + - type: Transform + pos: 126.5,49.5 + parent: 1 + - uid: 5830 + components: + - type: Transform + pos: 126.5,52.5 + parent: 1 - uid: 5876 components: - type: Transform @@ -212428,11 +211401,35 @@ entities: - type: Transform pos: 134.5,102.5 parent: 1 + - uid: 5898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,55.5 + parent: 1 + - uid: 5983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,56.5 + parent: 1 - uid: 6038 components: - type: Transform pos: 137.5,97.5 parent: 1 + - uid: 6119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,61.5 + parent: 1 + - uid: 6416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,57.5 + parent: 1 - uid: 6432 components: - type: Transform @@ -212444,6 +211441,24 @@ entities: rot: -1.5707963267948966 rad pos: 130.5,112.5 parent: 1 + - uid: 6447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,58.5 + parent: 1 + - uid: 6535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,56.5 + parent: 1 + - uid: 6594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,57.5 + parent: 1 - uid: 6714 components: - type: Transform @@ -212535,6 +211550,11 @@ entities: rot: 3.141592653589793 rad pos: 100.5,35.5 parent: 1 + - uid: 12420 + components: + - type: Transform + pos: 125.5,54.5 + parent: 1 - uid: 15049 components: - type: Transform @@ -212582,12 +211602,6 @@ entities: - type: Transform pos: 118.5,125.5 parent: 1 - - uid: 16163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 142.5,54.5 - parent: 1 - uid: 16199 components: - type: Transform @@ -212777,6 +211791,114 @@ entities: rot: 1.5707963267948966 rad pos: 144.5,123.5 parent: 1 + - uid: 21220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,74.5 + parent: 1 + - uid: 21304 + components: + - type: Transform + pos: 129.5,71.5 + parent: 1 + - uid: 21305 + components: + - type: Transform + pos: 126.5,46.5 + parent: 1 + - uid: 21317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,62.5 + parent: 1 + - uid: 21420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,55.5 + parent: 1 + - uid: 21422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,58.5 + parent: 1 + - uid: 21429 + components: + - type: Transform + pos: 134.5,46.5 + parent: 1 + - uid: 21516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,62.5 + parent: 1 + - uid: 21579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 139.5,46.5 + parent: 1 + - uid: 21583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,56.5 + parent: 1 + - uid: 21616 + components: + - type: Transform + pos: 134.5,52.5 + parent: 1 + - uid: 21740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,57.5 + parent: 1 + - uid: 21823 + components: + - type: Transform + pos: 134.5,49.5 + parent: 1 + - uid: 21832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,58.5 + parent: 1 + - uid: 21896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,61.5 + parent: 1 + - uid: 21948 + components: + - type: Transform + pos: 127.5,54.5 + parent: 1 + - uid: 22242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,56.5 + parent: 1 + - uid: 22275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,57.5 + parent: 1 + - uid: 22390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,62.5 + parent: 1 - uid: 22677 components: - type: Transform @@ -212797,43 +211919,35 @@ entities: - type: Transform pos: 148.5,48.5 parent: 1 - - uid: 22713 + - uid: 22799 components: - type: Transform - pos: 124.5,64.5 + pos: 126.5,54.5 parent: 1 - - uid: 22714 + - uid: 22813 components: - type: Transform - pos: 124.5,67.5 + pos: 155.5,57.5 parent: 1 - - uid: 22715 + - uid: 22814 components: - type: Transform - pos: 124.5,70.5 + pos: 154.5,58.5 parent: 1 - - uid: 22716 + - uid: 22815 components: - type: Transform - pos: 124.5,73.5 + pos: 155.5,58.5 parent: 1 - - uid: 22727 + - uid: 22816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,56.5 + pos: 153.5,58.5 parent: 1 - - uid: 22729 + - uid: 22817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,56.5 - parent: 1 - - uid: 22732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 142.5,53.5 + pos: 152.5,58.5 parent: 1 - uid: 22849 components: @@ -212847,40 +211961,11 @@ entities: rot: 1.5707963267948966 rad pos: 150.5,52.5 parent: 1 - - uid: 23014 + - uid: 22907 components: - type: Transform - pos: 128.5,50.5 - parent: 1 - - uid: 23015 - components: - - type: Transform - pos: 128.5,49.5 - parent: 1 - - uid: 23016 - components: - - type: Transform - pos: 128.5,48.5 - parent: 1 - - uid: 23017 - components: - - type: Transform - pos: 129.5,50.5 - parent: 1 - - uid: 23018 - components: - - type: Transform - pos: 131.5,49.5 - parent: 1 - - uid: 23044 - components: - - type: Transform - pos: 130.5,52.5 - parent: 1 - - uid: 23045 - components: - - type: Transform - pos: 131.5,52.5 + rot: 3.141592653589793 rad + pos: 124.5,61.5 parent: 1 - uid: 23049 components: @@ -212892,6 +211977,12 @@ entities: - type: Transform pos: 124.5,51.5 parent: 1 + - uid: 23075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,57.5 + parent: 1 - uid: 23273 components: - type: Transform @@ -213773,31 +212864,6 @@ entities: - type: Transform pos: 62.5,104.5 parent: 1 - - uid: 22645 - components: - - type: Transform - pos: 155.5,57.5 - parent: 1 - - uid: 22646 - components: - - type: Transform - pos: 155.5,58.5 - parent: 1 - - uid: 22647 - components: - - type: Transform - pos: 154.5,58.5 - parent: 1 - - uid: 24425 - components: - - type: Transform - pos: 153.5,58.5 - parent: 1 - - uid: 26825 - components: - - type: Transform - pos: 152.5,58.5 - parent: 1 - proto: TableReinforced entities: - uid: 117 @@ -213834,6 +212900,12 @@ entities: - type: Transform pos: 32.5,64.5 parent: 1 + - uid: 1418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,72.5 + parent: 1 - uid: 1513 components: - type: Transform @@ -213985,36 +213057,6 @@ entities: - type: Transform pos: 32.5,52.5 parent: 1 - - uid: 5697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,75.5 - parent: 1 - - uid: 5698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,75.5 - parent: 1 - - uid: 5699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,71.5 - parent: 1 - - uid: 5700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,72.5 - parent: 1 - - uid: 5701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,73.5 - parent: 1 - uid: 5702 components: - type: Transform @@ -214074,6 +213116,12 @@ entities: rot: 3.141592653589793 rad pos: 153.5,69.5 parent: 1 + - uid: 5978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,73.5 + parent: 1 - uid: 6141 components: - type: Transform @@ -214210,11 +213258,6 @@ entities: - type: Transform pos: 61.5,60.5 parent: 1 - - uid: 14510 - components: - - type: Transform - pos: 138.5,47.5 - parent: 1 - uid: 15399 components: - type: Transform @@ -214310,55 +213353,43 @@ entities: rot: -1.5707963267948966 rad pos: 102.5,97.5 parent: 1 - - uid: 22659 + - uid: 21268 components: - type: Transform - rot: 3.141592653589793 rad - pos: 138.5,48.5 + rot: -1.5707963267948966 rad + pos: 124.5,71.5 parent: 1 - - uid: 22763 + - uid: 21288 components: - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,63.5 + pos: 142.5,52.5 parent: 1 - - uid: 22764 + - uid: 22626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,66.5 + pos: 142.5,53.5 parent: 1 - - uid: 22779 + - uid: 22805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,62.5 - parent: 1 - - uid: 22783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,65.5 - parent: 1 - - uid: 22807 - components: - - type: Transform - pos: 132.5,71.5 + pos: 142.5,51.5 parent: 1 - uid: 22808 components: - type: Transform - pos: 132.5,70.5 + pos: 132.5,71.5 parent: 1 - - uid: 22809 + - uid: 22872 components: - type: Transform - pos: 132.5,72.5 + rot: 3.141592653589793 rad + pos: 133.5,68.5 parent: 1 - - uid: 22964 + - uid: 22875 components: - type: Transform - pos: 133.5,71.5 + rot: 3.141592653589793 rad + pos: 134.5,68.5 parent: 1 - uid: 22986 components: @@ -214523,11 +213554,6 @@ entities: - type: Transform pos: 46.5,64.5 parent: 1 - - uid: 27317 - components: - - type: Transform - pos: 131.5,61.5 - parent: 1 - uid: 27504 components: - type: Transform @@ -215641,6 +214667,20 @@ entities: - type: Transform pos: 104.5,59.5 parent: 1 +- proto: TargetHuman + entities: + - uid: 21821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,41.5 + parent: 1 + - uid: 21856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,41.5 + parent: 1 - proto: TargetSyndicate entities: - uid: 7476 @@ -215650,6 +214690,13 @@ entities: pos: 153.5,74.5 parent: 1 - type: Conveyed +- proto: TearGasGrenade + entities: + - uid: 21276 + components: + - type: Transform + pos: 139.36401,47.45188 + parent: 1 - proto: TegCenter entities: - uid: 36737 @@ -215936,30 +214983,11 @@ entities: - type: Transform pos: 60.5,52.5 parent: 1 - - uid: 23025 + - uid: 21503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,45.5 - parent: 1 - - type: DisposalUnit - nextFlush: 0 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - disposals: !type:Container - showEnts: False - occludes: True - ents: - - 23026 - - uid: 33757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,62.5 + rot: 3.141592653589793 rad + pos: 134.5,61.5 parent: 1 - uid: 34376 components: @@ -216068,12 +215096,6 @@ entities: rot: -94.24777960769374 rad pos: 31.226097,113.549446 parent: 1 - - uid: 22995 - components: - - type: Transform - rot: -175.9291886010281 rad - pos: 135.5269,43.56628 - parent: 1 - uid: 34092 components: - type: Transform @@ -216217,13 +215239,6 @@ entities: rot: -12.566370614359172 rad pos: 70.7719,53.834633 parent: 1 -- proto: ToyFigurineSecurity - entities: - - uid: 23054 - components: - - type: Transform - pos: 127.420235,45.723164 - parent: 1 - proto: ToyFigurineSlime entities: - uid: 2443 @@ -216351,6 +215366,35 @@ entities: - type: Transform pos: 110.5,60.5 parent: 1 +- proto: Turnstile + entities: + - uid: 6561 + components: + - type: MetaData + name: exit turnstile + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,64.5 + parent: 1 +- proto: TurnstileGenpopEnter + entities: + - uid: 22352 + components: + - type: MetaData + name: brig entrance turnstile + - type: Transform + pos: 128.5,61.5 + parent: 1 +- proto: TurnstileGenpopLeave + entities: + - uid: 21843 + components: + - type: MetaData + name: brig exit turnstile + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,61.5 + parent: 1 - proto: TwoWayLever entities: - uid: 19298 @@ -217053,6 +216097,11 @@ entities: - type: Transform pos: 149.5,55.5 parent: 1 + - uid: 6410 + components: + - type: Transform + pos: 122.5,53.5 + parent: 1 - uid: 9663 components: - type: Transform @@ -217135,10 +216184,10 @@ entities: parent: 1 - proto: VendingMachineDonut entities: - - uid: 22847 + - uid: 22712 components: - type: Transform - pos: 138.5,53.5 + pos: 136.5,62.5 parent: 1 - uid: 26872 components: @@ -217161,11 +216210,6 @@ entities: parent: 1 - proto: VendingMachineGames entities: - - uid: 23023 - components: - - type: Transform - pos: 128.5,52.5 - parent: 1 - uid: 26503 components: - type: Transform @@ -217293,10 +216337,10 @@ entities: parent: 1 - proto: VendingMachineSeedsUnlocked entities: - - uid: 23005 + - uid: 15977 components: - type: Transform - pos: 129.5,44.5 + pos: 134.5,54.5 parent: 1 - proto: VendingMachineSnackTeal entities: @@ -217317,13 +216361,6 @@ entities: - type: Transform pos: 100.5,165.5 parent: 1 -- proto: VendingMachineSustenance - entities: - - uid: 23022 - components: - - type: Transform - pos: 129.5,52.5 - parent: 1 - proto: VendingMachineTankDispenserEngineering entities: - uid: 16063 @@ -217343,10 +216380,10 @@ entities: parent: 1 - proto: VendingMachineTankDispenserEVA entities: - - uid: 22784 + - uid: 21198 components: - type: Transform - pos: 138.5,46.5 + pos: 136.5,47.5 parent: 1 - uid: 33841 components: @@ -219355,6 +218392,11 @@ entities: - type: Transform pos: 58.5,18.5 parent: 1 + - uid: 1509 + components: + - type: Transform + pos: 124.5,70.5 + parent: 1 - uid: 1517 components: - type: Transform @@ -221132,6 +220174,17 @@ entities: - type: Transform pos: 74.5,84.5 parent: 1 + - uid: 3406 + components: + - type: Transform + pos: 121.5,60.5 + parent: 1 + - uid: 3411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 121.5,55.5 + parent: 1 - uid: 3427 components: - type: Transform @@ -222229,6 +221282,11 @@ entities: - type: Transform pos: 129.5,130.5 parent: 1 + - uid: 4833 + components: + - type: Transform + pos: 129.5,61.5 + parent: 1 - uid: 4841 components: - type: Transform @@ -222540,6 +221598,11 @@ entities: - type: Transform pos: 156.5,93.5 parent: 1 + - uid: 5342 + components: + - type: Transform + pos: 135.5,71.5 + parent: 1 - uid: 5367 components: - type: Transform @@ -222665,6 +221728,23 @@ entities: - type: Transform pos: 18.5,89.5 parent: 1 + - uid: 5684 + components: + - type: Transform + pos: 125.5,75.5 + parent: 1 + - uid: 5689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 136.5,43.5 + parent: 1 + - uid: 5691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,43.5 + parent: 1 - uid: 5703 components: - type: Transform @@ -222700,6 +221780,11 @@ entities: - type: Transform pos: 19.5,77.5 parent: 1 + - uid: 5766 + components: + - type: Transform + pos: 135.5,53.5 + parent: 1 - uid: 5778 components: - type: Transform @@ -222796,56 +221881,6 @@ entities: - type: Transform pos: 36.5,103.5 parent: 1 - - uid: 5976 - components: - - type: Transform - pos: 121.5,75.5 - parent: 1 - - uid: 5977 - components: - - type: Transform - pos: 121.5,72.5 - parent: 1 - - uid: 5978 - components: - - type: Transform - pos: 121.5,69.5 - parent: 1 - - uid: 5986 - components: - - type: Transform - pos: 121.5,66.5 - parent: 1 - - uid: 5987 - components: - - type: Transform - pos: 121.5,63.5 - parent: 1 - - uid: 5988 - components: - - type: Transform - pos: 121.5,62.5 - parent: 1 - - uid: 5989 - components: - - type: Transform - pos: 121.5,61.5 - parent: 1 - - uid: 5990 - components: - - type: Transform - pos: 121.5,57.5 - parent: 1 - - uid: 5991 - components: - - type: Transform - pos: 121.5,56.5 - parent: 1 - - uid: 5993 - components: - - type: Transform - pos: 121.5,53.5 - parent: 1 - uid: 5995 components: - type: Transform @@ -222901,60 +221936,21 @@ entities: - type: Transform pos: 33.5,124.5 parent: 1 - - uid: 6056 - components: - - type: Transform - pos: 122.5,75.5 - parent: 1 - - uid: 6057 - components: - - type: Transform - pos: 122.5,61.5 - parent: 1 - - uid: 6058 - components: - - type: Transform - pos: 122.5,57.5 - parent: 1 - - uid: 6059 - components: - - type: Transform - pos: 122.5,52.5 - parent: 1 - uid: 6060 components: - type: Transform pos: 122.5,45.5 parent: 1 - - uid: 6061 - components: - - type: Transform - pos: 123.5,75.5 - parent: 1 - - uid: 6062 - components: - - type: Transform - pos: 123.5,61.5 - parent: 1 - - uid: 6063 - components: - - type: Transform - pos: 123.5,57.5 - parent: 1 - uid: 6064 components: - type: Transform - pos: 124.5,75.5 + rot: -1.5707963267948966 rad + pos: 130.5,63.5 parent: 1 - uid: 6065 components: - type: Transform - pos: 124.5,61.5 - parent: 1 - - uid: 6066 - components: - - type: Transform - pos: 124.5,57.5 + pos: 135.5,48.5 parent: 1 - uid: 6067 components: @@ -222976,6 +221972,11 @@ entities: - type: Transform pos: 124.5,52.5 parent: 1 + - uid: 6094 + components: + - type: Transform + pos: 135.5,46.5 + parent: 1 - uid: 6096 components: - type: Transform @@ -223006,66 +222007,21 @@ entities: - type: Transform pos: 124.5,45.5 parent: 1 - - uid: 6119 - components: - - type: Transform - pos: 125.5,75.5 - parent: 1 - - uid: 6120 - components: - - type: Transform - pos: 125.5,72.5 - parent: 1 - uid: 6128 components: - type: Transform pos: 48.5,127.5 parent: 1 + - uid: 6131 + components: + - type: Transform + pos: 135.5,45.5 + parent: 1 - uid: 6148 components: - type: Transform pos: 132.5,87.5 parent: 1 - - uid: 6151 - components: - - type: Transform - pos: 125.5,69.5 - parent: 1 - - uid: 6152 - components: - - type: Transform - pos: 125.5,66.5 - parent: 1 - - uid: 6153 - components: - - type: Transform - pos: 125.5,63.5 - parent: 1 - - uid: 6154 - components: - - type: Transform - pos: 125.5,62.5 - parent: 1 - - uid: 6161 - components: - - type: Transform - pos: 125.5,61.5 - parent: 1 - - uid: 6162 - components: - - type: Transform - pos: 125.5,57.5 - parent: 1 - - uid: 6163 - components: - - type: Transform - pos: 125.5,53.5 - parent: 1 - - uid: 6164 - components: - - type: Transform - pos: 125.5,52.5 - parent: 1 - uid: 6165 components: - type: Transform @@ -223084,18 +222040,14 @@ entities: - uid: 6201 components: - type: Transform - pos: 125.5,49.5 + rot: 3.141592653589793 rad + pos: 135.5,51.5 parent: 1 - uid: 6202 components: - type: Transform pos: 125.5,48.5 parent: 1 - - uid: 6205 - components: - - type: Transform - pos: 125.5,47.5 - parent: 1 - uid: 6206 components: - type: Transform @@ -223106,11 +222058,6 @@ entities: - type: Transform pos: 125.5,44.5 parent: 1 - - uid: 6210 - components: - - type: Transform - pos: 126.5,75.5 - parent: 1 - uid: 6220 components: - type: Transform @@ -223126,46 +222073,6 @@ entities: - type: Transform pos: 126.5,44.5 parent: 1 - - uid: 6259 - components: - - type: Transform - pos: 127.5,75.5 - parent: 1 - - uid: 6262 - components: - - type: Transform - pos: 127.5,57.5 - parent: 1 - - uid: 6263 - components: - - type: Transform - pos: 127.5,53.5 - parent: 1 - - uid: 6265 - components: - - type: Transform - pos: 128.5,75.5 - parent: 1 - - uid: 6266 - components: - - type: Transform - pos: 128.5,57.5 - parent: 1 - - uid: 6267 - components: - - type: Transform - pos: 128.5,56.5 - parent: 1 - - uid: 6268 - components: - - type: Transform - pos: 128.5,54.5 - parent: 1 - - uid: 6269 - components: - - type: Transform - pos: 128.5,53.5 - parent: 1 - uid: 6270 components: - type: Transform @@ -223191,70 +222098,25 @@ entities: - type: Transform pos: 129.5,75.5 parent: 1 - - uid: 6310 - components: - - type: Transform - pos: 129.5,74.5 - parent: 1 - - uid: 6311 + - uid: 6315 components: - type: Transform pos: 129.5,67.5 parent: 1 - - uid: 6312 - components: - - type: Transform - pos: 129.5,66.5 - parent: 1 - - uid: 6313 - components: - - type: Transform - pos: 129.5,65.5 - parent: 1 - - uid: 6314 - components: - - type: Transform - pos: 129.5,64.5 - parent: 1 - - uid: 6315 - components: - - type: Transform - pos: 129.5,63.5 - parent: 1 - uid: 6316 components: - type: Transform - pos: 129.5,62.5 - parent: 1 - - uid: 6317 - components: - - type: Transform - pos: 129.5,61.5 - parent: 1 - - uid: 6318 - components: - - type: Transform - pos: 129.5,53.5 - parent: 1 - - uid: 6319 - components: - - type: Transform - pos: 129.5,43.5 + pos: 125.5,67.5 parent: 1 - uid: 6320 components: - type: Transform - pos: 130.5,75.5 + pos: 133.5,67.5 parent: 1 - - uid: 6322 + - uid: 6321 components: - type: Transform - pos: 130.5,61.5 - parent: 1 - - uid: 6324 - components: - - type: Transform - pos: 132.5,61.5 + pos: 131.5,67.5 parent: 1 - uid: 6325 components: @@ -223271,81 +222133,16 @@ entities: - type: Transform pos: 76.5,77.5 parent: 1 - - uid: 6355 - components: - - type: Transform - pos: 132.5,57.5 - parent: 1 - - uid: 6359 - components: - - type: Transform - pos: 133.5,61.5 - parent: 1 - - uid: 6361 - components: - - type: Transform - pos: 133.5,57.5 - parent: 1 - - uid: 6362 - components: - - type: Transform - pos: 133.5,53.5 - parent: 1 - - uid: 6363 - components: - - type: Transform - pos: 133.5,43.5 - parent: 1 - - uid: 6365 - components: - - type: Transform - pos: 134.5,57.5 - parent: 1 - uid: 6380 components: - type: Transform pos: 77.5,77.5 parent: 1 - - uid: 6401 - components: - - type: Transform - pos: 134.5,53.5 - parent: 1 - - uid: 6403 - components: - - type: Transform - pos: 134.5,43.5 - parent: 1 - - uid: 6404 - components: - - type: Transform - pos: 134.5,42.5 - parent: 1 - uid: 6405 components: - type: Transform pos: 135.5,75.5 parent: 1 - - uid: 6409 - components: - - type: Transform - pos: 135.5,61.5 - parent: 1 - - uid: 6410 - components: - - type: Transform - pos: 135.5,57.5 - parent: 1 - - uid: 6411 - components: - - type: Transform - pos: 135.5,53.5 - parent: 1 - - uid: 6416 - components: - - type: Transform - pos: 135.5,42.5 - parent: 1 - uid: 6419 components: - type: Transform @@ -223371,36 +222168,6 @@ entities: - type: Transform pos: 136.5,67.5 parent: 1 - - uid: 6446 - components: - - type: Transform - pos: 136.5,66.5 - parent: 1 - - uid: 6447 - components: - - type: Transform - pos: 136.5,65.5 - parent: 1 - - uid: 6448 - components: - - type: Transform - pos: 136.5,64.5 - parent: 1 - - uid: 6451 - components: - - type: Transform - pos: 136.5,63.5 - parent: 1 - - uid: 6455 - components: - - type: Transform - pos: 136.5,62.5 - parent: 1 - - uid: 6456 - components: - - type: Transform - pos: 136.5,61.5 - parent: 1 - uid: 6459 components: - type: Transform @@ -223431,16 +222198,6 @@ entities: - type: Transform pos: 134.5,111.5 parent: 1 - - uid: 6514 - components: - - type: Transform - pos: 136.5,60.5 - parent: 1 - - uid: 6516 - components: - - type: Transform - pos: 136.5,58.5 - parent: 1 - uid: 6517 components: - type: Transform @@ -223472,26 +222229,6 @@ entities: - type: Transform pos: 56.5,159.5 parent: 1 - - uid: 6531 - components: - - type: Transform - pos: 136.5,57.5 - parent: 1 - - uid: 6535 - components: - - type: Transform - pos: 136.5,53.5 - parent: 1 - - uid: 6538 - components: - - type: Transform - pos: 136.5,42.5 - parent: 1 - - uid: 6540 - components: - - type: Transform - pos: 137.5,53.5 - parent: 1 - uid: 6541 components: - type: Transform @@ -223512,66 +222249,16 @@ entities: - type: Transform pos: 135.5,111.5 parent: 1 - - uid: 6557 - components: - - type: Transform - pos: 137.5,52.5 - parent: 1 - - uid: 6558 - components: - - type: Transform - pos: 137.5,51.5 - parent: 1 - - uid: 6559 - components: - - type: Transform - pos: 137.5,50.5 - parent: 1 - - uid: 6561 - components: - - type: Transform - pos: 137.5,49.5 - parent: 1 - uid: 6563 components: - type: Transform pos: 154.5,150.5 parent: 1 - - uid: 6581 - components: - - type: Transform - pos: 137.5,48.5 - parent: 1 - - uid: 6582 - components: - - type: Transform - pos: 137.5,47.5 - parent: 1 - - uid: 6583 - components: - - type: Transform - pos: 137.5,46.5 - parent: 1 - - uid: 6590 - components: - - type: Transform - pos: 137.5,45.5 - parent: 1 - - uid: 6591 - components: - - type: Transform - pos: 137.5,44.5 - parent: 1 - uid: 6593 components: - type: Transform pos: 137.5,43.5 parent: 1 - - uid: 6594 - components: - - type: Transform - pos: 137.5,42.5 - parent: 1 - uid: 6595 components: - type: Transform @@ -224484,11 +223171,6 @@ entities: - type: Transform pos: 96.5,17.5 parent: 1 - - uid: 7206 - components: - - type: Transform - pos: 121.5,54.5 - parent: 1 - uid: 7207 components: - type: Transform @@ -224505,11 +223187,6 @@ entities: - type: Transform pos: 97.5,173.5 parent: 1 - - uid: 7218 - components: - - type: Transform - pos: 121.5,55.5 - parent: 1 - uid: 7297 components: - type: Transform @@ -224721,16 +223398,16 @@ entities: - type: Transform pos: 156.5,59.5 parent: 1 - - uid: 8606 - components: - - type: Transform - pos: 128.5,42.5 - parent: 1 - uid: 8613 components: - type: Transform pos: 128.5,41.5 parent: 1 + - uid: 8668 + components: + - type: Transform + pos: 131.5,63.5 + parent: 1 - uid: 8791 components: - type: Transform @@ -225037,6 +223714,11 @@ entities: - type: Transform pos: 132.5,151.5 parent: 1 + - uid: 13728 + components: + - type: Transform + pos: 126.5,67.5 + parent: 1 - uid: 13729 components: - type: Transform @@ -225576,6 +224258,11 @@ entities: rot: 3.141592653589793 rad pos: 49.5,108.5 parent: 1 + - uid: 20400 + components: + - type: Transform + pos: 131.5,71.5 + parent: 1 - uid: 20413 components: - type: Transform @@ -225591,6 +224278,16 @@ entities: - type: Transform pos: 163.5,53.5 parent: 1 + - uid: 20504 + components: + - type: Transform + pos: 131.5,75.5 + parent: 1 + - uid: 20568 + components: + - type: Transform + pos: 133.5,75.5 + parent: 1 - uid: 20734 components: - type: Transform @@ -225661,16 +224358,131 @@ entities: - type: Transform pos: 147.5,134.5 parent: 1 + - uid: 21202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 121.5,61.5 + parent: 1 + - uid: 21233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,40.5 + parent: 1 + - uid: 21234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,40.5 + parent: 1 + - uid: 21257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,66.5 + parent: 1 + - uid: 21258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,64.5 + parent: 1 + - uid: 21260 + components: + - type: Transform + pos: 133.5,71.5 + parent: 1 + - uid: 21285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,61.5 + parent: 1 + - uid: 21289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,62.5 + parent: 1 + - uid: 21530 + components: + - type: Transform + pos: 124.5,75.5 + parent: 1 + - uid: 21596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,50.5 + parent: 1 + - uid: 21601 + components: + - type: Transform + pos: 124.5,74.5 + parent: 1 + - uid: 21609 + components: + - type: Transform + pos: 130.5,70.5 + parent: 1 + - uid: 21727 + components: + - type: Transform + pos: 132.5,63.5 + parent: 1 + - uid: 21728 + components: + - type: Transform + pos: 136.5,71.5 + parent: 1 + - uid: 21739 + components: + - type: Transform + pos: 132.5,75.5 + parent: 1 + - uid: 21839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,52.5 + parent: 1 - uid: 22100 components: - type: Transform pos: 157.5,84.5 parent: 1 + - uid: 22278 + components: + - type: Transform + pos: 136.5,74.5 + parent: 1 + - uid: 22355 + components: + - type: Transform + pos: 130.5,75.5 + parent: 1 + - uid: 22392 + components: + - type: Transform + pos: 138.5,43.5 + parent: 1 + - uid: 22394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 141.5,50.5 + parent: 1 - uid: 22483 components: - type: Transform pos: 147.5,129.5 parent: 1 + - uid: 22486 + components: + - type: Transform + pos: 126.5,75.5 + parent: 1 - uid: 22487 components: - type: Transform @@ -225681,21 +224493,136 @@ entities: - type: Transform pos: 143.5,129.5 parent: 1 + - uid: 22560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,72.5 + parent: 1 + - uid: 22570 + components: + - type: Transform + pos: 124.5,67.5 + parent: 1 + - uid: 22591 + components: + - type: Transform + pos: 135.5,47.5 + parent: 1 + - uid: 22596 + components: + - type: Transform + pos: 124.5,68.5 + parent: 1 + - uid: 22598 + components: + - type: Transform + pos: 127.5,75.5 + parent: 1 + - uid: 22601 + components: + - type: Transform + pos: 135.5,44.5 + parent: 1 + - uid: 22633 + components: + - type: Transform + pos: 130.5,68.5 + parent: 1 + - uid: 22634 + components: + - type: Transform + pos: 121.5,53.5 + parent: 1 + - uid: 22661 + components: + - type: Transform + pos: 136.5,68.5 + parent: 1 + - uid: 22662 + components: + - type: Transform + pos: 136.5,70.5 + parent: 1 + - uid: 22717 + components: + - type: Transform + pos: 130.5,62.5 + parent: 1 + - uid: 22762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 136.5,50.5 + parent: 1 - uid: 22796 components: - type: Transform pos: 135.5,67.5 parent: 1 - - uid: 22797 - components: - - type: Transform - pos: 133.5,67.5 - parent: 1 - uid: 22798 components: - type: Transform pos: 130.5,67.5 parent: 1 + - uid: 22821 + components: + - type: Transform + pos: 130.5,71.5 + parent: 1 + - uid: 22822 + components: + - type: Transform + pos: 130.5,74.5 + parent: 1 + - uid: 22832 + components: + - type: Transform + pos: 130.5,61.5 + parent: 1 + - uid: 22834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,54.5 + parent: 1 + - uid: 22924 + components: + - type: Transform + pos: 133.5,63.5 + parent: 1 + - uid: 22927 + components: + - type: Transform + pos: 134.5,63.5 + parent: 1 + - uid: 22978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,60.5 + parent: 1 + - uid: 22981 + components: + - type: Transform + pos: 135.5,63.5 + parent: 1 + - uid: 22996 + components: + - type: Transform + pos: 135.5,49.5 + parent: 1 + - uid: 23018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,41.5 + parent: 1 + - uid: 23053 + components: + - type: Transform + pos: 134.5,75.5 + parent: 1 - uid: 23082 components: - type: Transform @@ -227260,6 +226187,11 @@ entities: - type: Transform pos: 51.5,136.5 parent: 1 + - uid: 3541 + components: + - type: Transform + pos: 125.5,61.5 + parent: 1 - uid: 3769 components: - type: Transform @@ -227871,6 +226803,18 @@ entities: rot: -1.5707963267948966 rad pos: 163.5,121.5 parent: 1 + - uid: 6355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,54.5 + parent: 1 + - uid: 6359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,58.5 + parent: 1 - uid: 6500 components: - type: Transform @@ -228137,6 +227081,59 @@ entities: - type: Transform pos: 166.5,138.5 parent: 1 + - uid: 20496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 135.5,42.5 + parent: 1 + - uid: 21235 + components: + - type: Transform + pos: 134.5,40.5 + parent: 1 + - uid: 21811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,59.5 + parent: 1 + - uid: 21840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 135.5,59.5 + parent: 1 + - uid: 22874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,52.5 + parent: 1 + - uid: 22882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,52.5 + parent: 1 + - uid: 22883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,49.5 + parent: 1 + - uid: 22884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,47.5 + parent: 1 + - uid: 23022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,42.5 + parent: 1 - uid: 23463 components: - type: Transform @@ -228954,6 +227951,11 @@ entities: - type: Transform pos: 47.5,118.5 parent: 1 + - uid: 1047 + components: + - type: Transform + pos: 121.5,66.5 + parent: 1 - uid: 1048 components: - type: Transform @@ -233143,21 +232145,6 @@ entities: - type: Transform pos: 122.5,79.5 parent: 1 - - uid: 5341 - components: - - type: Transform - pos: 122.5,72.5 - parent: 1 - - uid: 5342 - components: - - type: Transform - pos: 122.5,69.5 - parent: 1 - - uid: 5343 - components: - - type: Transform - pos: 122.5,66.5 - parent: 1 - uid: 5370 components: - type: Transform @@ -233183,21 +232170,6 @@ entities: - type: Transform pos: 123.5,84.5 parent: 1 - - uid: 5382 - components: - - type: Transform - pos: 123.5,72.5 - parent: 1 - - uid: 5383 - components: - - type: Transform - pos: 123.5,69.5 - parent: 1 - - uid: 5384 - components: - - type: Transform - pos: 123.5,66.5 - parent: 1 - uid: 5404 components: - type: Transform @@ -233255,26 +232227,6 @@ entities: - type: Transform pos: 124.5,84.5 parent: 1 - - uid: 5468 - components: - - type: Transform - pos: 124.5,72.5 - parent: 1 - - uid: 5469 - components: - - type: Transform - pos: 124.5,69.5 - parent: 1 - - uid: 5470 - components: - - type: Transform - pos: 124.5,66.5 - parent: 1 - - uid: 5471 - components: - - type: Transform - pos: 124.5,63.5 - parent: 1 - uid: 5502 components: - type: Transform @@ -233414,21 +232366,6 @@ entities: - type: Transform pos: 126.5,79.5 parent: 1 - - uid: 5635 - components: - - type: Transform - pos: 127.5,46.5 - parent: 1 - - uid: 5658 - components: - - type: Transform - pos: 128.5,46.5 - parent: 1 - - uid: 5659 - components: - - type: Transform - pos: 128.5,45.5 - parent: 1 - uid: 5718 components: - type: Transform @@ -233488,21 +232425,6 @@ entities: - type: Transform pos: 134.5,116.5 parent: 1 - - uid: 5895 - components: - - type: Transform - pos: 134.5,50.5 - parent: 1 - - uid: 5899 - components: - - type: Transform - pos: 134.5,47.5 - parent: 1 - - uid: 5903 - components: - - type: Transform - pos: 134.5,44.5 - parent: 1 - uid: 5910 components: - type: Transform @@ -233558,16 +232480,6 @@ entities: - type: Transform pos: 155.5,95.5 parent: 1 - - uid: 5944 - components: - - type: Transform - pos: 135.5,50.5 - parent: 1 - - uid: 5945 - components: - - type: Transform - pos: 135.5,47.5 - parent: 1 - uid: 5951 components: - type: Transform @@ -233603,21 +232515,6 @@ entities: - type: Transform pos: 136.5,97.5 parent: 1 - - uid: 5998 - components: - - type: Transform - pos: 136.5,50.5 - parent: 1 - - uid: 5999 - components: - - type: Transform - pos: 136.5,47.5 - parent: 1 - - uid: 6000 - components: - - type: Transform - pos: 136.5,44.5 - parent: 1 - uid: 6003 components: - type: Transform @@ -233684,6 +232581,12 @@ entities: - type: Transform pos: 138.5,108.5 parent: 1 + - uid: 6093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,60.5 + parent: 1 - uid: 6100 components: - type: Transform @@ -233734,6 +232637,12 @@ entities: - type: Transform pos: 140.5,79.5 parent: 1 + - uid: 6152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,44.5 + parent: 1 - uid: 6175 components: - type: Transform @@ -233904,6 +232813,11 @@ entities: - type: Transform pos: 143.5,79.5 parent: 1 + - uid: 6314 + components: + - type: Transform + pos: 126.5,50.5 + parent: 1 - uid: 6329 components: - type: Transform @@ -235562,6 +234476,56 @@ entities: - type: Transform pos: 93.5,38.5 parent: 1 + - uid: 21177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,53.5 + parent: 1 + - uid: 21250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,44.5 + parent: 1 + - uid: 21264 + components: + - type: Transform + pos: 133.5,47.5 + parent: 1 + - uid: 21412 + components: + - type: Transform + pos: 127.5,50.5 + parent: 1 + - uid: 21595 + components: + - type: Transform + pos: 134.5,50.5 + parent: 1 + - uid: 21610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,53.5 + parent: 1 + - uid: 21951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,47.5 + parent: 1 + - uid: 22349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,54.5 + parent: 1 + - uid: 22375 + components: + - type: Transform + pos: 121.5,63.5 + parent: 1 - uid: 22417 components: - type: Transform @@ -235574,6 +234538,70 @@ entities: rot: 3.141592653589793 rad pos: 148.5,87.5 parent: 1 + - uid: 22460 + components: + - type: Transform + pos: 125.5,62.5 + parent: 1 + - uid: 22467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,60.5 + parent: 1 + - uid: 22559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,44.5 + parent: 1 + - uid: 22571 + components: + - type: Transform + pos: 133.5,50.5 + parent: 1 + - uid: 22574 + components: + - type: Transform + pos: 128.5,47.5 + parent: 1 + - uid: 22719 + components: + - type: Transform + pos: 121.5,62.5 + parent: 1 + - uid: 22757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,60.5 + parent: 1 + - uid: 22867 + components: + - type: Transform + pos: 121.5,67.5 + parent: 1 + - uid: 22993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 136.5,63.5 + parent: 1 + - uid: 22994 + components: + - type: Transform + pos: 132.5,47.5 + parent: 1 + - uid: 23016 + components: + - type: Transform + pos: 132.5,53.5 + parent: 1 + - uid: 23017 + components: + - type: Transform + pos: 133.5,53.5 + parent: 1 - uid: 23184 components: - type: Transform @@ -237374,6 +236402,12 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,120.5 parent: 1 + - uid: 6120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,53.5 + parent: 1 - uid: 6121 components: - type: Transform @@ -237951,6 +236985,12 @@ entities: - type: Transform pos: 114.5,32.5 parent: 1 + - uid: 13761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,54.5 + parent: 1 - uid: 14498 components: - type: Transform @@ -238131,6 +237171,64 @@ entities: - type: Transform pos: 149.5,84.5 parent: 1 + - uid: 21176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,50.5 + parent: 1 + - uid: 21196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,61.5 + parent: 1 + - uid: 21251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,53.5 + parent: 1 + - uid: 21265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,60.5 + parent: 1 + - uid: 21606 + components: + - type: Transform + pos: 131.5,44.5 + parent: 1 + - uid: 21901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,47.5 + parent: 1 + - uid: 22474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,47.5 + parent: 1 + - uid: 22575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,50.5 + parent: 1 + - uid: 22631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,53.5 + parent: 1 + - uid: 22741 + components: + - type: Transform + pos: 133.5,44.5 + parent: 1 - uid: 23083 components: - type: Transform @@ -239280,40 +238378,35 @@ entities: parent: 1 - proto: WardrobePrisonFilled entities: - - uid: 22710 + - uid: 5988 components: - type: Transform - pos: 122.5,67.5 + pos: 132.5,52.5 parent: 1 - - uid: 22711 + - uid: 21255 components: - type: Transform - pos: 122.5,70.5 + pos: 128.5,52.5 parent: 1 - - uid: 22712 + - uid: 21256 components: - type: Transform - pos: 122.5,73.5 + pos: 128.5,49.5 parent: 1 - - uid: 23029 + - uid: 21986 components: - type: Transform - pos: 136.5,45.5 + pos: 128.5,46.5 parent: 1 - - uid: 23030 + - uid: 22358 components: - type: Transform - pos: 136.5,48.5 + pos: 132.5,46.5 parent: 1 - - uid: 23031 + - uid: 22767 components: - type: Transform - pos: 136.5,51.5 - parent: 1 - - uid: 25924 - components: - - type: Transform - pos: 122.5,62.5 + pos: 132.5,49.5 parent: 1 - proto: WardrobeRoboticsFilled entities: @@ -239407,6 +238500,11 @@ entities: - type: Transform pos: 137.5,110.5 parent: 1 + - uid: 6559 + components: + - type: Transform + pos: 122.5,54.5 + parent: 1 - uid: 19868 components: - type: Transform @@ -239496,6 +238594,11 @@ entities: - type: Transform pos: 37.5,97.5 parent: 1 + - uid: 21897 + components: + - type: Transform + pos: 129.5,41.5 + parent: 1 - uid: 25125 components: - type: Transform @@ -239618,34 +238721,21 @@ entities: rot: -1.5707963267948966 rad pos: 153.5,153.5 parent: 1 + - uid: 6412 + components: + - type: Transform + pos: 126.5,74.5 + parent: 1 + - uid: 6468 + components: + - type: Transform + pos: 142.5,51.5 + parent: 1 - uid: 22695 components: - type: Transform pos: 151.5,66.5 parent: 1 - - uid: 22725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,71.5 - parent: 1 - - uid: 22726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,56.5 - parent: 1 - - uid: 22737 - components: - - type: Transform - pos: 135.5,62.5 - parent: 1 - - uid: 22741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,66.5 - parent: 1 - uid: 23129 components: - type: Transform @@ -239668,17 +238758,6 @@ entities: rot: 3.141592653589793 rad pos: 96.5,112.5 parent: 1 - - uid: 37365 - components: - - type: Transform - pos: 131.5,61.5 - parent: 1 - - uid: 37733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 142.5,54.5 - parent: 1 - proto: WeaponDisabler entities: - uid: 22693 @@ -239976,30 +239055,6 @@ entities: rot: 1.5707963267948966 rad pos: 129.5,113.5 parent: 1 - - uid: 4075 - components: - - type: MetaData - name: white cell windoor - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,52.5 - parent: 1 - - uid: 4077 - components: - - type: MetaData - name: grey cell windoor - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,49.5 - parent: 1 - - uid: 4079 - components: - - type: MetaData - name: black cell windoor - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,46.5 - parent: 1 - uid: 6487 components: - type: Transform @@ -240037,18 +239092,6 @@ entities: rot: 1.5707963267948966 rad pos: 89.5,101.5 parent: 1 - - uid: 22637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,75.5 - parent: 1 - - uid: 22638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,75.5 - parent: 1 - uid: 22639 components: - type: Transform @@ -240061,6 +239104,11 @@ entities: rot: 3.141592653589793 rad pos: 143.5,75.5 parent: 1 + - uid: 22654 + components: + - type: Transform + pos: 132.5,71.5 + parent: 1 - uid: 23405 components: - type: Transform @@ -240273,42 +239321,69 @@ entities: rot: -1.5707963267948966 rad pos: 125.5,99.5 parent: 1 +- proto: WindoorSecure + entities: + - uid: 5944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,48.5 + parent: 1 + - uid: 5987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,51.5 + parent: 1 + - uid: 6516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,51.5 + parent: 1 + - uid: 21504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,45.5 + parent: 1 + - uid: 21607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,45.5 + parent: 1 + - uid: 21870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,48.5 + parent: 1 - proto: WindoorSecureArmoryLocked entities: - - uid: 3541 + - uid: 5977 components: - type: Transform - pos: 133.5,75.5 + rot: 1.5707963267948966 rad + pos: 124.5,73.5 parent: 1 - - uid: 3542 + - uid: 5979 components: - type: Transform - pos: 132.5,75.5 + rot: 1.5707963267948966 rad + pos: 124.5,71.5 parent: 1 - - uid: 12420 + - uid: 5980 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,61.5 + pos: 132.5,71.5 parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 26866: - - - DoorStatus - - DoorBolt - - uid: 22782 + - uid: 23020 components: - type: Transform rot: 1.5707963267948966 rad - pos: 130.5,65.5 - parent: 1 - - uid: 22789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,63.5 + pos: 124.5,72.5 parent: 1 - proto: WindoorSecureAtmosphericsLocked entities: @@ -240635,38 +239710,6 @@ entities: rot: 1.5707963267948966 rad pos: 95.5,114.5 parent: 1 - - uid: 22833 - components: - - type: MetaData - name: cell 1 secure windoor - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,74.5 - parent: 1 - - uid: 22834 - components: - - type: MetaData - name: cell 2 secure windoor - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,71.5 - parent: 1 - - uid: 22835 - components: - - type: MetaData - name: cell 3 secure windoor - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,68.5 - parent: 1 - - uid: 22836 - components: - - type: MetaData - name: cell 4 secure windoor - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,65.5 - parent: 1 - uid: 22841 components: - type: Transform @@ -240679,24 +239722,24 @@ entities: rot: 1.5707963267948966 rad pos: 140.5,73.5 parent: 1 + - uid: 22879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 133.5,68.5 + parent: 1 + - uid: 22885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,68.5 + parent: 1 - uid: 25536 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,115.5 parent: 1 - - uid: 26866 - components: - - type: Transform - pos: 131.5,61.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 12420: - - - DoorStatus - - DoorBolt - proto: Window entities: - uid: 362 @@ -241363,18 +240406,6 @@ entities: - type: Transform pos: 137.5,106.5 parent: 1 - - uid: 6233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,48.5 - parent: 1 - - uid: 6288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,51.5 - parent: 1 - uid: 6381 components: - type: Transform @@ -241437,12 +240468,6 @@ entities: rot: -1.5707963267948966 rad pos: 157.5,75.5 parent: 1 - - uid: 6468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,45.5 - parent: 1 - uid: 6471 components: - type: Transform @@ -241953,6 +240978,21 @@ entities: - type: Transform pos: 136.5,79.5 parent: 1 + - uid: 21292 + components: + - type: Transform + pos: 121.5,65.5 + parent: 1 + - uid: 21753 + components: + - type: Transform + pos: 123.5,67.5 + parent: 1 + - uid: 22833 + components: + - type: Transform + pos: 121.5,64.5 + parent: 1 - uid: 23439 components: - type: Transform @@ -242788,6 +241828,18 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,119.5 parent: 1 + - uid: 5982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,62.5 + parent: 1 + - uid: 8158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,62.5 + parent: 1 - uid: 16100 components: - type: Transform @@ -242800,6 +241852,66 @@ entities: rot: -1.5707963267948966 rad pos: 73.5,94.5 parent: 1 + - uid: 21306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,61.5 + parent: 1 + - uid: 21749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,61.5 + parent: 1 + - uid: 21754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,62.5 + parent: 1 + - uid: 21795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,61.5 + parent: 1 + - uid: 21882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,62.5 + parent: 1 + - uid: 21895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,61.5 + parent: 1 + - uid: 22774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,62.5 + parent: 1 + - uid: 22923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,61.5 + parent: 1 + - uid: 23013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,61.5 + parent: 1 + - uid: 23060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,62.5 + parent: 1 - uid: 24414 components: - type: Transform @@ -242908,27 +242020,86 @@ entities: rot: 3.141592653589793 rad pos: 77.5,105.5 parent: 1 - - uid: 22666 - components: - - type: Transform - pos: 130.5,66.5 - parent: 1 - - uid: 22707 - components: - - type: Transform - pos: 130.5,65.5 - parent: 1 - - uid: 22756 + - uid: 21199 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,63.5 + pos: 123.5,61.5 parent: 1 - - uid: 22975 + - uid: 21736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,52.5 + parent: 1 + - uid: 21865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,52.5 + parent: 1 + - uid: 21889 + components: + - type: Transform + pos: 122.5,62.5 + parent: 1 + - uid: 21890 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,62.5 + pos: 124.5,61.5 + parent: 1 + - uid: 22469 + components: + - type: Transform + pos: 123.5,62.5 + parent: 1 + - uid: 22573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,68.5 + parent: 1 + - uid: 22649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,68.5 + parent: 1 + - uid: 22783 + components: + - type: Transform + pos: 124.5,62.5 + parent: 1 + - uid: 22921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,61.5 + parent: 1 + - uid: 22965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,49.5 + parent: 1 + - uid: 22969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,46.5 + parent: 1 + - uid: 22995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,46.5 + parent: 1 + - uid: 23014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,49.5 parent: 1 - uid: 23621 components: @@ -242966,6 +242137,11 @@ entities: parent: 1 - proto: WoodDoor entities: + - uid: 5616 + components: + - type: Transform + pos: 133.5,62.5 + parent: 1 - uid: 23411 components: - type: Transform @@ -243090,12 +242266,6 @@ entities: - type: Transform pos: 48.484276,113.692474 parent: 1 - - uid: 23026 - components: - - type: Transform - parent: 23025 - - type: Physics - canCollide: False - uid: 23776 components: - type: Transform @@ -243125,9 +242295,4 @@ entities: rot: -56.54866776461632 rad pos: 153.52924,152.91687 parent: 1 - - uid: 23069 - components: - - type: Transform - pos: 123.56595,56.60654 - parent: 1 ... From 5bef44b296c3c7abf446b83fa17c01d64679fbff Mon Sep 17 00:00:00 2001 From: Smith <182301147+AgentSmithRadio@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:53:13 -0400 Subject: [PATCH 008/318] Reptilians Can Eat Orange Creamsicles (#36890) --- Resources/Prototypes/Catalog/Bounties/bounties.yml | 3 ++- .../Prototypes/Entities/Objects/Consumable/Food/frozen.yml | 5 +++++ Resources/Prototypes/tags.yml | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Bounties/bounties.yml b/Resources/Prototypes/Catalog/Bounties/bounties.yml index 3c1f8457e0..0d889c48bf 100644 --- a/Resources/Prototypes/Catalog/Bounties/bounties.yml +++ b/Resources/Prototypes/Catalog/Bounties/bounties.yml @@ -564,7 +564,8 @@ - Cake - Pie - Bread - - Pistachios + - Pistachios + - Creamsicle - type: cargoBounty id: BountyVegetable diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/frozen.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/frozen.yml index 6465b5d06f..5cbdbf7820 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/frozen.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/frozen.yml @@ -90,6 +90,10 @@ - type: Food trash: - FoodFrozenPopsicleTrash + - type: Tag + tags: + - Fruit + - Creamsicle - type: entity name: berry creamsicle @@ -109,6 +113,7 @@ - type: Tag tags: - Fruit + - Creamsicle - type: entity name: jumbo ice-cream diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index efd74cfe64..c8e376d109 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -386,6 +386,9 @@ - type: Tag id: CrayonYellow +- type: Tag + id: Creamsicle + - type: Tag id: Crowbar From ba9ce72e62a37a44c03ccd5da9f539eacac7a9de Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 03:54:22 +0000 Subject: [PATCH 009/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7f989d6d21..b08c4b22d6 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: Electrified doors and windoors now visibly spark when touched. - type: Tweak - - message: New tips have been added about opening electrified doors by throwing - your PDA or ID, and resetting doors that are electrified by AI. - type: Add - id: 7837 - time: '2025-01-21T10:39:16.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34502 - author: Nimfar11 changes: - message: Adds Blueprint double emergency tank. @@ -3923,3 +3913,12 @@ id: 8338 time: '2025-04-25T02:29:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/34186 +- author: AgentSmithRadio + changes: + - message: Reptilians can now eat orange creamsicles. + type: Tweak + - message: Berry creamsicles can no longer be used in cargo's generic fruit bounty. + type: Fix + id: 8339 + time: '2025-04-25T03:53:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36890 From dab9bd69c618e67ac1f6b92fc9f4140f16a50030 Mon Sep 17 00:00:00 2001 From: Victor Shen <71985089+Vexerot@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:02:03 -0700 Subject: [PATCH 010/318] Add Bloodstream to Goliaths (#33305) --- Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml b/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml index c7279801f0..849927b2e5 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml @@ -34,7 +34,7 @@ - type: entity id: MobGoliath - parent: BaseMobAsteroid + parent: [ BaseMobAsteroid, MobBloodstream ] name: goliath description: A massive beast that uses long tentacles to ensnare its prey, threatening them is not advised under any conditions. components: @@ -52,6 +52,9 @@ - type: MovementSpeedModifier baseWalkSpeed : 2.00 baseSprintSpeed : 2.00 + - type: Bloodstream + bloodMaxVolume: 350 + chemicalMaxVolume: 0 - type: MobThresholds thresholds: 0: Alive From 6cd8d1fba9ccaa91ce90f90adebd666b5ffce64c Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 04:03:10 +0000 Subject: [PATCH 011/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b08c4b22d6..0bfeb8bc97 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Nimfar11 - changes: - - message: Adds Blueprint double emergency tank. - type: Add - id: 7838 - time: '2025-01-21T16:08:21.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34232 - author: sowelipililimute changes: - message: Chefs now have access to cloth boxes in their locker, kitchen supplies @@ -3922,3 +3915,10 @@ id: 8339 time: '2025-04-25T03:53:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36890 +- author: Vexerot + changes: + - message: Goliaths now have a bloodstream and can bleed. + type: Tweak + id: 8340 + time: '2025-04-25T04:02:03.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33305 From c8a02fd4cd27952e467d2f8cdb3b185beaefe23a Mon Sep 17 00:00:00 2001 From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:05:29 -0500 Subject: [PATCH 012/318] Nerf mining hardsuit's effectiveness against bullets and bombs. (#31450) --- .../Entities/Clothing/OuterClothing/hardsuits.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 1a31de2b43..a24fc0d789 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -145,13 +145,14 @@ highPressureMultiplier: 0.5 lowPressureMultiplier: 1000 - type: ExplosionResistance - damageCoefficient: 0.3 + damageCoefficient: 0.7 - type: Armor modifiers: coefficients: Blunt: 0.7 - Slash: 0.7 - Piercing: 0.5 + Slash: 0.6 + Piercing: 0.7 + Heat: 0.7 Radiation: 0.3 Caustic: 0.7 - type: ClothingSpeedModifier @@ -501,13 +502,14 @@ highPressureMultiplier: 0.5 lowPressureMultiplier: 1000 - type: ExplosionResistance - damageCoefficient: 0.5 + damageCoefficient: 0.9 - type: Armor modifiers: coefficients: Blunt: 0.9 - Slash: 0.9 - Piercing: 0.8 + Slash: 0.8 + Piercing: 0.9 + Heat: 0.9 Radiation: 0.5 Caustic: 0.8 - type: ClothingSpeedModifier From 84053234a66c22086524f43b838807b9ce8ea117 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 04:06:36 +0000 Subject: [PATCH 013/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0bfeb8bc97..08ca69d4ed 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: sowelipililimute - changes: - - message: Chefs now have access to cloth boxes in their locker, kitchen supplies - crate, etc. for moths - type: Add - id: 7839 - time: '2025-01-22T23:54:03.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34403 - author: Emisse changes: - message: Lecter sprites have been updated. @@ -3922,3 +3914,11 @@ id: 8340 time: '2025-04-25T04:02:03.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33305 +- author: Blackern5000 + changes: + - message: The mining hardsuit has had it's armor tweaked to be more effective against + fish and less effective against bullets and/or bombs + type: Tweak + id: 8341 + time: '2025-04-25T04:05:29.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/31450 From 3594f47c8d81af5de97670314cbd584ab74f8a04 Mon Sep 17 00:00:00 2001 From: Kresny Date: Fri, 25 Apr 2025 06:49:35 +0200 Subject: [PATCH 014/318] Controls page guidebook rework 2025 Q1 (#36363) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Guidebook/NewPlayer/Controls/Controls.xml | 203 ++++++++++++++---- 1 file changed, 160 insertions(+), 43 deletions(-) diff --git a/Resources/ServerInfo/Guidebook/NewPlayer/Controls/Controls.xml b/Resources/ServerInfo/Guidebook/NewPlayer/Controls/Controls.xml index 7454523638..46d0504757 100644 --- a/Resources/ServerInfo/Guidebook/NewPlayer/Controls/Controls.xml +++ b/Resources/ServerInfo/Guidebook/NewPlayer/Controls/Controls.xml @@ -1,62 +1,179 @@ -# Controls + # Controls -You can change your keybinds at any time here: - + You can change your keybinds at any time here: + -## Movement -You can move around the game world by using [color=yellow][bold][keybind="MoveUp"][keybind="MoveLeft"][keybind="MoveDown"][keybind="MoveRight"][/bold][/color]. -When holding down [color=yellow][bold][keybind="Walk"][/bold][/color], you'll walk, stopping you from slipping on the ground. + ## Interface + At the top left you'll see all the [bold]menu buttons[/bold] with their corresponding hotkeys. + Take a look at what they do, especially the emotes menu. + Notably, the [color=red]Admin Help[/color] ([italic]ahelp[/italic]) menu button will become [color=red][bold]red[/bold][/color] if an admin is trying to contact you. -You can switch walking to a [color=cyan]toggle[/color] in the controls menu. + ### Action bar + Below the menu buttons, there's the [bold]action bar[/bold] that shows buttons for generic and equipment-dependent [color=cyan]actions[/color] your character can perform. + Hover over them to learn their function. -[color=cyan]Pulling[/color] objects is done with [color=yellow][bold][keybind="TryPullObject"][/bold][/color]. -While pulling, you can drag an object to your mouse cursor using [color=yellow][bold][keybind="MovePulledObject"][/bold][/color]. -Pressing [color=yellow][bold][keybind="ReleasePulledObject"][/bold][/color] releases the item you are currently dragging. + It's also a [bold]hotbar[/bold] — perform those actions by pressing their corresponding [color=yellow][bold]number keys[/bold][/color] on your keyboard. + Rearrange them by [bold]dragging[/bold] one icon over another, or remove icons temporarily by dragging them away. -You may find yourself in a situation with [color=#EB2D3A][bold]low gravity.[/bold][/color] -This will cause your character to drift around when moving. -When off-station, you will be unable to control your direction. -[bold]Throwing objects[/bold] or [bold]spraying a fire-extinguisher[/bold] can help propel yourself while in this state. + ### Status bar + Below the chat window on the right, there's the [bold]status bar[/bold] showing your character's statuses. + As with the action bar, hover over those icons to see what they mean. -## Interactions -General interactions are done with [color=yellow][bold][keybind="Use"][/bold][/color]. -These are [bold]context-sensitive[/bold] and are affected by the item in your active hand. -You can also use [color=yellow][bold][keybind="AltActivateItemInWorld"][/bold][/color] to perform [bold]alternate interactions[/bold]. + Some of those icons can also be clicked. + For example, if your character ever [color=orangered]catches on fire[/color], a fire icon will appear. + You would click [color=yellow][bold][keybind="Use"][/bold][/color] on it to [color=cyan]drop and roll[/color]. + The same applies to [color=cyan]breaking handcuffs[/color] if you need to escape restraint. -To perform [color=cyan]basic interactions[/color], use [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color]. -This is like [bold]interacting with nothing in hand[/bold]. -Pressing [color=yellow][bold][keybind="ActivateItemInHand"][/bold][/color] has the same effect with the currently held item. -It's most used for performing basic interaction while holding something, such as opening a door when your hands are full. + ### Inventory bar + Along the bottom you’ll find the [bold]inventory bar[/bold] that contains all the icons related to your equipment and storage, left to right: + - [color=cyan]clothing inventory[/color] (bottom left corner) — opened with [color=yellow][bold][keybind="OpenInventoryMenu"][/bold][/color] — has slots for eyes, head, neck, face, ears, body, external, hands, and shoes, + - [bold]PDA[/bold] slot — used to store a usable PDA that holds an ID and a pen, + - [bold]belt[/bold] slot — used for toolbelts and jetpacks, + - [bold]back[/bold] slot — normally used for satchels, backpacks and duffel bags, but it can also store medium to large weapons, and full-sized air tanks. + - [bold]hand[/bold] slots — you can think of them as transfer slots, + - [bold]pocket[/bold] slots — useful for storing small items for easy access, + - [bold]suit storage[/bold] slot — usable only when wearing a space suit, hardsuit or armor. + Meant for air tanks and jetpacks, but can also hold guns. -Hovering over an entity and pressing [color=yellow][bold][keybind="UIRightClick"/][/bold][/color] brings up the [color=cyan]context menu[/color]. -This not only allows you to sort through large piles of items, but also to perform [bold]additional interactions.[/bold] + [italic]Note: non-humanoid species may have slightly different slots.[/italic] -[color=cyan]Examining[/color] things is done with [color=yellow][bold][keybind="ExamineEntity"][/bold][/color], which brings up a window with the object's name, a small description, and any other relevant details. -[italic]Examining things around you can help you learn what they do and what properties they have[/italic]. + ## Movement + To move your character around, use [color=yellow][bold][keybind="MoveUp"][keybind="MoveLeft"][keybind="MoveDown"][keybind="MoveRight"][/bold][/color]. -## Hands -Using [color=yellow][bold][keybind="Use"][/bold][/color] on items in the world will pick them up and put them into your active hand. -You can swap which hand is currently active using [color=yellow][bold][keybind="SwapHands"][/bold][/color]. + Carried objects and afflictions influence your movement speed, but you can also hold [color=yellow][bold][keybind="Walk"][/bold][/color] to [color=cyan]walk[/color]. + This reduces your speed and helps you avoid [color=cyan]slipping[/color] and falling over when walking over slippery hazards like banana peels or spills. + \n[italic]Note: walking can be switched to a [bolditalic]toggle[/bolditalic] in the controls menu.[/italic] -You can [color=cyan]drop[/color] the item you are holding using [color=yellow][bold][keybind="Drop"][/bold][/color] or alternatively [color=cyan]throw it[/color] to your cursor with [color=yellow][bold][keybind="ThrowItemInHand"][/bold][/color]. + ### Spacewalks + If you find yourself in [color=#EB2D3A]zero gravity[/color], you'll still be able to move — although with reduced friction — as long as you're within reach of any structure. -## Inventory -You can [color=cyan]open[/color] you inventory using [color=yellow][bold][keybind="OpenInventoryMenu"][/bold][/color]. -Each slot on your HUD can be filled with an appropriate [bold]item[/bold] or [bold]piece of clothing[/bold]. + If you drift completely off station and into [color=#EB2D3A]space[/color], you'll need to use the laws of motion, such as by [bold]throwing[/bold] objects in the opposite direction. -Two of the slots on the hotbar correspond to your [bold]bag and belt[/bold]. -You can open them using [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color] on them or by clicking the icon in the [bold]bottom-right[/bold]. + ## Hands + Your character’s hands are represented by [bold]hand slots[/bold], which are centered along the bottom of the screen. + - One of your hands is always the [color=cyan]active hand[/color]. + - [color=cyan]Swap[/color] hands with [color=yellow][bold][keybind="SwapHands"][/bold][/color] to control which one is active. + - [color=cyan]Take[/color] items into your active, empty hand with [color=yellow][bold][keybind="Use"][/bold][/color]. + - Use [color=yellow][bold][keybind="Use"][/bold][/color] to [color=cyan]put[/color] a held item from your active hand somewhere else, or to [color=cyan]use it[/color] on something or someone, depending on the context. + - Pay attention to your active hand when interacting with the world to prevent accidentally using held items. -Pressing [color=yellow][bold][keybind="MoveStoredItem"][/bold][/color] will [color=cyan]take an item out[/color] of the bag. -Holding it down will let you [color=cyan]drag[/color] the item to a different spot. -While dragging, pressing [color=yellow][bold][keybind="RotateStoredItem"][/bold][/color] will [color=cyan]rotate[/color] the item. + [bold]Items can't be transferred by drag and drop.[/bold] -You can still do all regular interactions with items in your bag, including [color=cyan]examining[/color] and opening the [color=cyan]context menu[/color]. + ### Dropping and throwing + Use [color=yellow][bold][keybind="Drop"][/bold][/color] to [color=cyan]drop[/color] (or place) an item from your hand within arm's reach. + \n[color=cyan]Throw[/color] items to your cursor with [color=yellow][bold][keybind="ThrowItemInHand"][/bold][/color]. -## Camera -The camera can [color=cyan]zoom[/color] in and out with [color=yellow][bold][keybind="ZoomIn"][/bold][/color] and [color=yellow][bold][keybind="ZoomOut"][/bold][/color] and can be reset with [color=yellow][bold][keybind="ResetZoom"][/bold][/color]. -Similarly, you can [color=cyan]rotate[/color] it left and right with [color=yellow][bold][keybind="CameraRotateLeft"][/bold][/color] and [color=yellow][bold][keybind="CameraRotateRight"][/bold][/color]. -You can recenter it to the grid's rotation using [color=yellow][bold][keybind="CameraReset"][/bold][/color]. + ### Pulling and pushing + You can pull movable [bold]entities[/bold] — items, objects, and mobs such as players, as long as you have an empty hand. + - Use [color=yellow][bold][keybind="TryPullObject"][/bold][/color] to start [color=cyan]pulling[/color]. + - [color=cyan]Push[/color] pulled entities to your cursor with [color=yellow][bold][keybind="MovePulledObject"][/bold][/color]. + - To [color=cyan]release[/color], press [color=yellow][bold][keybind="ReleasePulledObject"][/bold][/color] or pull the same entity again. + You can also use [color=yellow][bold][keybind="Drop"][/bold][/color] to release pulled entities from your active hand. + + ## Interactions + The game features [bold]six[/bold] types of context-sensitive interactions, accessible through different methods. + + ### Standard and alternative + Clicking [color=yellow][bold][keybind="Use"][/bold][/color] performs [color=cyan]standard interactions[/color]. + They heavily depend on the item you're holding and what you click on. + + Standard interactions range from clicking [bold]tables[/bold] to put held items onto them, to [bold]using[/bold] objects in the world with empty hands, and most commonly, using held items to interact with mobs and with other items. + + In some situations, you can directly [color=cyan]swap items[/color] by clicking. + For example, while holding a beaker, click on a machine that holds another beaker. + + Some items have [color=cyan]alternative interactions[/color] — use [color=yellow][bold][keybind="AltActivateItemInWorld"][/bold][/color] to [bold]lock[/bold] lockers, [bold]eject[/bold] subitems such as batteries from other items, etc. + + ### Activation + Interact with objects such as containers even when your hands are full by performing [color=cyan]activation interactions[/color] with [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color]. + This allows you to, for example, [bold]open containers[/bold] without picking them up, [bold]open doors[/bold] without using the item you're holding, and to [bold]cycle guns[/bold]. + + Notably, press [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color] on a mob to open the [color=cyan]strip menu[/color], allowing you to view their inventory — which lets you try to take it. + + ### In-hand + Many items also have [bold]use-in-hand interactions[/bold], such as opening bottles, [bold]wielding[/bold] two-handed guns and big melee weapons with both hands (clubs, spears, axes, mops, shotguns, etc.), or [bold]cycling[/bold] guns. + + You may just perform them by clicking on your active hand, but it's worth remembering the hotkeys — [color=yellow][bold][keybind="ActivateItemInHand"][/bold][/color] and [color=yellow][bold][keybind="AltActivateItemInHand"][/bold][/color] for [color=cyan]standard[/color] and [color=cyan]alternative[/color] in-hand interactions, respectively. + + ### Click and drag + To "use" a mob (player or NPC) [italic]on[/italic] a static object, click and drag them onto said object with [color=yellow][bold][keybind="Use"][/bold][/color]. + \n(Not to be confused with [italic]pulling[/italic].) + + Use it to: + - [color=cyan]Put[/color] a mob on a chair, bed, into a cryogenic chamber, etc. + + - [color=cyan]Climb[/color] yourself onto a table — you can also click [color=yellow][bold][keybind="AltActivateItemInWorld"][/bold][/color] on the table. + + - Open the [color=cyan]strip menu[/color] by dragging another mob onto your character — which is also doable with [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color], as mentioned earlier. + + ### Pointing + Use [color=yellow][bold][keybind="Point"][/bold][/color] to [color=cyan]point[/color] at a location in the world, creating a temporary arrow visible to everyone. + + ### Conclusion + The main interactions are: + - [bolditalic]standard[/bolditalic] ([color=yellow][bold][keybind="Use"][/bold][/color]), + - [italic]alternative[/italic] ([color=yellow][bold][keybind="AltActivateItemInWorld"][/bold][/color]), + - [bold]activation[/bold] ([color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color]), + - [bolditalic]use-in-hand[/bolditalic] ([color=yellow][bold][keybind="ActivateItemInHand"][/bold][/color]), + - [italic]alternative use-in-hand[/italic] ([color=yellow][bold][keybind="AltActivateItemInHand"][/bold][/color]), + - click and drag (which is unique for placing mobs onto objects). + + Don't worry about having to memorize them — they're usually intuitive and consistent across entity categories, and you'll find that most entities only use one or two interactions. + + [bold]Items are still interactable while stored in containers.[/bold] + + ## Context menus + Click [color=yellow][bold][keybind="UIRightClick"/][/bold][/color] on any interactive entity to open the [color=cyan]context menu[/color], which shows you additional interaction you can currently perform. + The context menu can offer interactions such as: + - [bold]transferring all contents[/bold] from a container held in your active hand to another container, + - [bold]splitting item stacks[/bold] using presets, + - choosing more precise [bold]transfer amounts[/bold] for chemicals, + - showing [bold]deconstruction steps[/bold] for objects. + + If you click [color=yellow][bold][keybind="UIRightClick"/][/bold][/color] on a pile of items, you'll open the [color=cyan]entity menu[/color], listing overlapping entities you can interact with normally. + + ### Examining + If you're ever unsure about any entity, whether it's an object or a mob, [color=cyan]examine[/color] it with [color=yellow][bold][keybind="ExamineEntity"][/bold][/color]. + You can also examine items listed in the entity menu. + + Besides viewing the entity's description, you'll see some icons in the bottom right of the menu: + - a question mark icon that links to the appropriate guidebook section, + - a lightning icon to view the item's statistics, + - a heart icon to view a mob's health, + - and more. + + ## Inventory and clothing + All items can be equipped/unequipped by using [color=yellow][bold][keybind="Use"][/bold][/color] on the appropriate slot. + + The easiest way to [color=cyan]wear[/color] (or equip) a piece of clothing is to [color=cyan]use[/color] it in your active hand with [color=yellow][bold][keybind="ActivateItemInHand"][/bold][/color]. + Some items don't support this, so you may need to [color=cyan]manually equip them[/color] them in the appropriate slot. + + [bold]Some clothes have internal inventories and behave like containers.[/bold] + + ### Item stacks + To [color=cyan]halve[/color] a stack of items, use [color=yellow][bold][keybind="AltActivateItemInWorld"][/bold][/color]. + + ### Back and belt slots + If you have a bag or a belt, open their inventories with [color=yellow][bold][keybind="ActivateItemInWorld"][/bold][/color] or by clicking the mini-icons in the [bold]bottom right[/bold] of their icons. + You can also use the [color=yellow][bold][keybind="OpenBackpack"][/bold][/color] and [color=yellow][bold][keybind="OpenBelt"][/bold][/color] hotkeys for that. + + Press [color=yellow][bold][keybind="SmartEquipBackpack"][/bold][/color] to [color=cyan]quick-equip[/color] — it quick-stores the item from your active hand into your bag, or if your hand is empty, quick-equips the most recently added item from the bag into your active hand. + \n[color=yellow][bold][keybind="SmartEquipBelt"][/bold][/color] does the same for your belt, making tool access faster. + \n[italic]Tip: You can also quick-equip single items stored in the back slot.[/italic] + + ### Organizing grid inventories + [color=cyan]Rearrange[/color] items by dragging them with [color=yellow][bold][keybind="MoveStoredItem"][/bold][/color]. + While dragging, [color=cyan]rotate[/color] them with [color=yellow][bold][keybind="RotateStoredItem"][/bold][/color]. + + Click [color=yellow][bold][keybind="SaveItemLocation"][/bold][/color] on an item inside a container to [color=cyan]save[/color] its position, so it always goes back to that position when stored. + View saved positions by [color=yellow][bold]hovering[/bold][/color] over items. + + ## Camera + [color=cyan]Zoom[/color] the camera with [color=yellow][bold][keybind="ZoomIn"][/bold][/color] and [color=yellow][bold][keybind="ZoomOut"][/bold][/color] and reset with [color=yellow][bold][keybind="ResetZoom"][/bold][/color]. + \n[color=cyan]Rotate[/color] it with [color=yellow][bold][keybind="CameraRotateLeft"][/bold][/color] and [color=yellow][bold][keybind="CameraRotateRight"][/bold][/color] and reset with [color=yellow][bold][keybind="CameraReset"][/bold][/color]. + \n[italic]Note: maps are generally designed to be played with the default camera rotation.[/italic] + + For more details about controls, you can refer to the [color=cyan]Wiki[/color]. From e53f8b8ed6186d8393db46cd835e1adaaf904bb8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 04:50:41 +0000 Subject: [PATCH 015/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 08ca69d4ed..371275af95 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Emisse - changes: - - message: Lecter sprites have been updated. - type: Tweak - id: 7840 - time: '2025-01-23T06:02:50.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34589 - author: Ian321 changes: - message: Job specific contraband descriptions are now grammatically sound. @@ -3922,3 +3915,10 @@ id: 8341 time: '2025-04-25T04:05:29.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/31450 +- author: Krzeszny + changes: + - message: Rewrote the controls guide. + type: Tweak + id: 8342 + time: '2025-04-25T04:49:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36363 From 4c7ad1e2f9761240e1baca0d2f9595aceec62fbc Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Fri, 25 Apr 2025 06:52:20 +0200 Subject: [PATCH 016/318] Lower interdyne herbals TC cost (#36841) --- Resources/Prototypes/Catalog/uplink_catalog.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index c6061d7bb0..e2c07fe78f 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -684,11 +684,8 @@ name: uplink-cigarettes-name description: uplink-cigarettes-desc productEntity: CigPackSyndicate - discountCategory: rareDiscounts - discountDownTo: - Telecrystal: 1 cost: - Telecrystal: 2 + Telecrystal: 1 categories: - UplinkChemicals From 2570473c67b943ffe1dd2a01d213936f31cd6e8f Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 04:53:27 +0000 Subject: [PATCH 017/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 371275af95..de0cf51f0f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ian321 - changes: - - message: Job specific contraband descriptions are now grammatically sound. - type: Fix - id: 7841 - time: '2025-01-23T10:08:41.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34559 - author: Fildrance, SaphireLattice, eoineoineoin changes: - message: Radial menu UIs have been updated for readability. @@ -3922,3 +3915,10 @@ id: 8342 time: '2025-04-25T04:49:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36363 +- author: ScarKy0 + changes: + - message: Interdyne cigs now cost 1TC instead of 2TC. + type: Tweak + id: 8343 + time: '2025-04-25T04:52:20.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36841 From 2eeef256e56554be1d13213a6cc693229501c841 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 25 Apr 2025 07:54:49 +0200 Subject: [PATCH 018/318] cleanup instruments yml (#32262) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Fun/Instruments/base_instruments.yml | 1 + .../Fun/Instruments/instrument_keyed.yml | 67 ++++++++++ .../Fun/Instruments/instruments_brass.yml | 43 ++----- .../Fun/Instruments/instruments_misc.yml | 8 +- .../Instruments/instruments_percussion.yml | 95 +++----------- .../Fun/Instruments/instruments_string.yml | 121 ++++-------------- .../Fun/Instruments/instruments_wind.yml | 97 +++----------- 7 files changed, 140 insertions(+), 292 deletions(-) create mode 100644 Resources/Prototypes/Entities/Objects/Fun/Instruments/instrument_keyed.yml diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/base_instruments.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/base_instruments.yml index b9135ab8d7..d6bd2e949a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/base_instruments.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/base_instruments.yml @@ -5,6 +5,7 @@ description: That's an instrument. components: - type: Sprite + state: icon - type: Instrument - type: ActivatableUI inHandsOnly: true diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instrument_keyed.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instrument_keyed.yml new file mode 100644 index 0000000000..02eaf3cc7d --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instrument_keyed.yml @@ -0,0 +1,67 @@ +- type: entity + parent: BaseHandheldInstrument + id: BaseKeyedInstrument + abstract: true + components: + - type: Tag + tags: + - KeyedInstrument + +- type: entity + parent: BaseKeyedInstrument + id: SynthesizerInstrument + name: synthesizer + components: + - type: Instrument + program: 62 + - type: SwappableInstrument + instrumentList: + "Electro": {62: 0} #i needed generic sounding synth presets, sue me + "Bubbles": {63: 0} + - type: Sprite + sprite: Objects/Fun/Instruments/h_synthesizer.rsi + - type: StaticPrice + price: 90 + +- type: entity + parent: BaseKeyedInstrument + id: SuperSynthesizerInstrument + name: super synthesizer + description: Blasting the ghetto with Touhou MIDIs since 2020. + components: + - type: Instrument + allowPercussion: true + allowProgramChange: true + respectMidiLimits: false + - type: Sprite + sprite: Objects/Fun/Instruments/h_synthesizer.rsi + state: supersynth + - type: Item + heldPrefix: super + +- type: entity + parent: BaseKeyedInstrument + id: AccordionInstrument + name: accordion + components: + - type: Instrument + program: 21 + - type: SwappableInstrument + instrumentList: + "Standard": {21: 0} + "Tango": {23: 0} + - type: Sprite + sprite: Objects/Fun/Instruments/accordion.rsi + +- type: entity + parent: BaseKeyedInstrument + id: KalimbaInstrument + name: kalimba + description: The power of a piano right at your thumbs. + components: + - type: Instrument + program: 108 + - type: Sprite + sprite: Objects/Fun/Instruments/kalimba.rsi + - type: Item + size: Small diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_brass.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_brass.yml index 260490ccad..ec07fe0287 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_brass.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_brass.yml @@ -1,5 +1,14 @@ - type: entity parent: BaseHandheldInstrument + id: BaseBrassInstrument + abstract: true + components: + - type: Tag + tags: + - BrassInstrument + +- type: entity + parent: BaseBrassInstrument id: TrumpetInstrument name: trumpet description: The favorite instrument of jazz musicians and egotistical middle schoolers. @@ -12,16 +21,9 @@ "Muted": {59: 0} - type: Sprite sprite: Objects/Fun/Instruments/trumpet.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/trumpet.rsi - - type: Tag - tags: - - BrassInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseBrassInstrument id: TromboneInstrument name: trombone description: Everyone's favorite sliding brass instrument. @@ -30,16 +32,9 @@ program: 57 - type: Sprite sprite: Objects/Fun/Instruments/trombone.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/trombone.rsi - - type: Tag - tags: - - BrassInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseBrassInstrument id: FrenchHornInstrument name: french horn description: The fact that holding it involves using your hand to muffle it may suggest something about its sound. @@ -48,16 +43,9 @@ program: 60 - type: Sprite sprite: Objects/Fun/Instruments/frenchhorn.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/frenchhorn.rsi - - type: Tag - tags: - - BrassInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseBrassInstrument id: EuphoniumInstrument name: euphonium description: A baby tuba? A Baritone? Whatever it is, it's a pretty cool mess of pipes. @@ -67,10 +55,3 @@ bank: 1 - type: Sprite sprite: Objects/Fun/Instruments/euphonium.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/euphonium.rsi - - type: Tag - tags: - - BrassInstrument diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml index 243a816a47..ac6f25c08b 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml @@ -24,7 +24,7 @@ - type: Instrument program: 122 - type: Item - size: Normal + size: Small - type: entity parent: BaseHandheldInstrument @@ -115,10 +115,8 @@ program: 127 - type: Sprite sprite: Objects/Fun/Instruments/gunpet.rsi - state: icon - type: Item size: Small - sprite: Objects/Fun/Instruments/gunpet.rsi storedRotation: -90 - type: Tag tags: @@ -136,16 +134,13 @@ bank: 1 - type: Sprite sprite: Objects/Fun/Instruments/bike_horn.rsi - state: icon - type: Tag tags: - BrassInstrument #Go figure. - type: Item - sprite: Objects/Fun/Instruments/bike_horn.rsi size: Small storedRotation: -90 - type: Clothing - sprite: Objects/Fun/Instruments/bike_horn.rsi slots: [Belt] quickEquip: false @@ -156,7 +151,6 @@ description: A direct line to the Honkmother. Seems to always go to voicemail. components: - type: Sprite - sprite: Objects/Fun/Instruments/otherinstruments.rsi state: banana_phone - type: EmitSoundOnLand sound: diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml index 7ad65e52b2..75277e5c4e 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml @@ -1,5 +1,14 @@ - type: entity parent: BaseHandheldInstrument + id: BasePercussionInstrument + abstract: true + components: + - type: Tag + tags: + - PercussionInstrument + +- type: entity + parent: BasePercussionInstrument id: GlockenspielInstrument name: glockenspiel components: @@ -7,16 +16,9 @@ program: 9 - type: Sprite sprite: Objects/Fun/Instruments/glockenspiel.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/glockenspiel.rsi - - type: Tag - tags: - - PercussionInstrument - type: entity - parent: BaseHandheldInstrument + parent: BasePercussionInstrument id: MusicBoxInstrument name: music box description: Playing this makes you feel safe from scary animatronics. @@ -25,10 +27,11 @@ program: 10 - type: Sprite sprite: Objects/Fun/Instruments/musicbox.rsi - state: icon + - type: Item + size: Small - type: entity - parent: BaseHandheldInstrument + parent: BasePercussionInstrument id: XylophoneInstrument name: xylophone description: Rainbow colored glockenspiel. @@ -38,9 +41,6 @@ - type: Sprite sprite: Objects/Fun/Instruments/structureinstruments.rsi state: xylophone - - type: Tag - tags: - - PercussionInstrument - type: entity parent: BaseHandheldInstrument @@ -57,53 +57,11 @@ "Kweh": {4: 1} - type: Sprite sprite: Objects/Fun/Instruments/microphone.rsi - state: icon - - type: Item - size: Small - sprite: Objects/Fun/Instruments/microphone.rsi - -- type: entity - parent: BaseHandheldInstrument - id: SynthesizerInstrument - name: synthesizer - components: - - type: Instrument - program: 62 - - type: SwappableInstrument - instrumentList: - "Electro": {62: 0} #i needed generic sounding synth presets, sue me - "Bubbles": {63: 0} - - type: Sprite - sprite: Objects/Fun/Instruments/h_synthesizer.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/h_synthesizer.rsi - - type: Tag - tags: - - KeyedInstrument - - type: StaticPrice - price: 90 - -- type: entity - parent: BaseHandheldInstrument - id: KalimbaInstrument - name: kalimba - description: The power of a piano right at your thumbs. - components: - - type: Instrument - program: 108 - - type: Sprite - sprite: Objects/Fun/Instruments/kalimba.rsi - state: icon - - type: Tag - tags: - - KeyedInstrument - type: Item size: Small - type: entity - parent: BaseHandheldInstrument + parent: BasePercussionInstrument id: WoodblockInstrument name: woodblock description: If you listen to this enough it'll start driving itself into your mind. @@ -112,13 +70,9 @@ program: 115 - type: Sprite sprite: Objects/Fun/Instruments/woodblock.rsi - state: icon - - type: Tag - tags: - - PercussionInstrument - type: entity - parent: BaseHandheldInstrument + parent: BasePercussionInstrument id: ReverseCymbalsInstrument name: reverse cymbals description: I think you have it the wrong way around? @@ -127,22 +81,3 @@ program: 119 - type: Sprite sprite: Objects/Fun/Instruments/reversecymbal.rsi - state: icon - -- type: entity - parent: BaseHandheldInstrument - id: SuperSynthesizerInstrument - name: super synthesizer - description: Blasting the ghetto with Touhou MIDIs since 2020. - components: - - type: Instrument - allowPercussion: true - allowProgramChange: true - respectMidiLimits: false - - type: Sprite - sprite: Objects/Fun/Instruments/h_synthesizer.rsi - state: supersynth - - type: Item - heldPrefix: super - size: Normal - sprite: Objects/Fun/Instruments/h_synthesizer.rsi diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml index f1ba8faf96..157dd56731 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml @@ -1,5 +1,25 @@ - type: entity parent: BaseHandheldInstrument + id: BaseStringInstrument + abstract: true + components: + - type: Tag + tags: + - StringInstrument + +- type: entity + parent: BaseStringInstrument + id: BaseStringInstrumentClothing + abstract: true + components: + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage + +- type: entity + parent: BaseStringInstrumentClothing id: ElectricGuitarInstrument name: electric guitar description: Now this makes you feel like a rock star! @@ -13,22 +33,9 @@ "Muted": {28: 0} - type: Sprite sprite: Objects/Fun/Instruments/eguitar.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/eguitar.rsi - - type: Clothing - quickEquip: false - slots: - - back - - suitStorage - sprite: Objects/Fun/Instruments/eguitar.rsi - - type: Tag - tags: - - StringInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrumentClothing id: BassGuitarInstrument name: bass guitar description: You feel really cool holding this. Shame you're the only one that thinks that. @@ -43,22 +50,9 @@ "Slap (XTra Funky)": {37: 0} - type: Sprite sprite: Objects/Fun/Instruments/bassguitar.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/bassguitar.rsi - - type: Clothing - quickEquip: false - slots: - - back - - suitStorage - sprite: Objects/Fun/Instruments/bassguitar.rsi - - type: Tag - tags: - - StringInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrumentClothing id: RockGuitarInstrument name: rock guitar description: What an axe! @@ -72,19 +66,6 @@ "Harmonics": {31: 0} - type: Sprite sprite: Objects/Fun/Instruments/rockguitar.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/rockguitar.rsi - - type: Clothing - quickEquip: false - slots: - - back - - suitStorage - sprite: Objects/Fun/Instruments/rockguitar.rsi - - type: Tag - tags: - - StringInstrument - type: MeleeWeapon wideAnimationRotation: 45 damage: @@ -99,7 +80,7 @@ Slash: 2 - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrumentClothing id: AcousticGuitarInstrument name: acoustic guitar description: Anyway, here's Wonderwall. @@ -112,19 +93,6 @@ "Steel": {25: 0} - type: Sprite sprite: Objects/Fun/Instruments/guitar.rsi - state: icon - - type: Tag - tags: - - StringInstrument - - type: Item - sprite: Objects/Fun/Instruments/guitar.rsi - size: Normal - - type: Clothing - quickEquip: false - slots: - - back - - suitStorage - sprite: Objects/Fun/Instruments/guitar.rsi - type: Wieldable - type: Damageable # Smash it! Does 20 damage a hit, but breaks after 1 hit. damageContainer: Inorganic @@ -159,7 +127,7 @@ Blunt: 15 - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrument id: GuitarlessFretsInstrument name: guitarless frets description: Who even needs a body? @@ -169,10 +137,9 @@ program: 120 - type: Sprite sprite: Objects/Fun/Instruments/guitarlessfrets.rsi - state: icon - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrumentClothing id: BanjoInstrument name: banjo components: @@ -180,22 +147,9 @@ program: 105 - type: Sprite sprite: Objects/Fun/Instruments/banjo.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/banjo.rsi - - type: Clothing - quickEquip: false - slots: - - back - - suitStorage - sprite: Objects/Fun/Instruments/banjo.rsi - - type: Tag - tags: - - StringInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrument id: ViolinInstrument name: violin description: The favorite of musical virtuosos and bluegrass bands. @@ -208,16 +162,9 @@ "Bluegrass": {110: 0} - type: Sprite sprite: Objects/Fun/Instruments/violin.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/violin.rsi - - type: Tag - tags: - - StringInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrument id: ViolaInstrument name: viola description: Like a violin, but worse. @@ -226,16 +173,9 @@ program: 41 - type: Sprite sprite: Objects/Fun/Instruments/viola.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/viola.rsi - - type: Tag - tags: - - StringInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseStringInstrument id: CelloInstrument name: cello description: The nerds call these violoncellos. @@ -244,12 +184,7 @@ program: 42 - type: Sprite sprite: Objects/Fun/Instruments/cello.rsi - state: icon - type: Item size: Large shape: - 0,0,1,3 - sprite: Objects/Fun/Instruments/cello.rsi - - type: Tag - tags: - - StringInstrument diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml index e99f825d48..2f894cdaf2 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml @@ -1,5 +1,14 @@ - type: entity parent: BaseHandheldInstrument + id: BaseWoodwindInstrument + abstract: true + components: + - type: Tag + tags: + - WoodwindInstrument + +- type: entity + parent: BaseWoodwindInstrument id: SaxophoneInstrument name: saxophone description: An instrument. You could probably grind this into raw jazz. @@ -14,13 +23,6 @@ "Baritone": {67: 0} - type: Sprite sprite: Objects/Fun/Instruments/saxophone.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/saxophone.rsi - - type: Tag - tags: - - WoodwindInstrument - type: Extractable grindableSolutionName: sax - type: SolutionContainerManager @@ -31,28 +33,7 @@ Quantity: 10 - type: entity - parent: BaseHandheldInstrument - id: AccordionInstrument - name: accordion - components: - - type: Instrument - program: 21 - - type: SwappableInstrument - instrumentList: - "Standard": {21: 0} - "Tango": {23: 0} - - type: Sprite - sprite: Objects/Fun/Instruments/accordion.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/accordion.rsi - - type: Tag - tags: - - KeyedInstrument - -- type: entity - parent: [BaseHandheldInstrument, Clothing] + parent: BaseWoodwindInstrument id: HarmonicaInstrument name: harmonica components: @@ -60,10 +41,8 @@ program: 22 - type: Sprite sprite: Objects/Fun/Instruments/harmonica.rsi - state: icon - type: Item size: Small - sprite: Objects/Fun/Instruments/harmonica.rsi storedRotation: -90 - type: Clothing quickEquip: false @@ -71,12 +50,9 @@ - neck - type: ActivatableUI inHandsOnly: false - - type: Tag - tags: - - WoodwindInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseWoodwindInstrument id: ClarinetInstrument name: clarinet description: Skweedward tintacklays. @@ -85,16 +61,9 @@ program: 71 - type: Sprite sprite: Objects/Fun/Instruments/clarinet.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/clarinet.rsi - - type: Tag - tags: - - WoodwindInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseWoodwindInstrument id: FluteInstrument name: flute description: Reaching new heights of being horrifyingly shrill. @@ -103,16 +72,9 @@ program: 73 - type: Sprite sprite: Objects/Fun/Instruments/flute.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/flute.rsi - - type: Tag - tags: - - WoodwindInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseWoodwindInstrument id: RecorderInstrument name: recorder description: Comes in various colors of fashionable plastic! @@ -121,16 +83,9 @@ program: 74 - type: Sprite sprite: Objects/Fun/Instruments/recorder.rsi - state: icon - - type: Item - size: Normal - sprite: Objects/Fun/Instruments/recorder.rsi - - type: Tag - tags: - - WoodwindInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseWoodwindInstrument id: PanFluteInstrument name: pan flute description: Perfect for luring ancient mythical beings to dance with you. @@ -139,17 +94,10 @@ program: 75 - type: Sprite sprite: Objects/Fun/Instruments/panflute.rsi - state: icon - - type: Item - size: Small - sprite: Objects/Fun/Instruments/panflute.rsi - - type: Tag - tags: - - WoodwindInstrument #if you change this to some cringe-ass zelda reference so help me god i will shoot you dead. - type: entity - parent: BaseHandheldInstrument + parent: BaseWoodwindInstrument id: OcarinaInstrument name: ocarina description: Good for playing lullabies. @@ -158,17 +106,9 @@ program: 79 - type: Sprite sprite: Objects/Fun/Instruments/ocarina.rsi - state: icon - - type: Item - size: Small - sprite: Objects/Fun/Instruments/ocarina.rsi - storedRotation: -90 - - type: Tag - tags: - - WoodwindInstrument - type: entity - parent: BaseHandheldInstrument + parent: BaseWoodwindInstrument id: BagpipeInstrument name: bagpipe description: Pairs nicely with a kilt. @@ -177,10 +117,5 @@ program: 109 - type: Sprite sprite: Objects/Fun/Instruments/bagpipes.rsi - state: icon - type: Item size: Large - sprite: Objects/Fun/Instruments/bagpipes.rsi - - type: Tag - tags: - - WoodwindInstrument From 374ebfb6212d6f4339114a081f827bd72d609d81 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 05:55:56 +0000 Subject: [PATCH 019/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index de0cf51f0f..5bf60baa95 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Fildrance, SaphireLattice, eoineoineoin - changes: - - message: Radial menu UIs have been updated for readability. - type: Tweak - id: 7842 - time: '2025-01-23T12:16:59.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32653 - author: K-Dynamic changes: - message: The Drozd SMG can now fire in full-auto, burst or semi-auto @@ -3922,3 +3915,10 @@ id: 8343 time: '2025-04-25T04:52:20.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36841 +- author: lzk228 + changes: + - message: Seashell is small size. Kalimba is percussion instrument. + type: Tweak + id: 8344 + time: '2025-04-25T05:54:49.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32262 From dae811746aa437fb64d5c9cdb8c24b620180b1a6 Mon Sep 17 00:00:00 2001 From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:03:03 -0500 Subject: [PATCH 020/318] Inaprovaline metabolizes slower for better use as a stabilizing medicine (#32293) --- Resources/Prototypes/Reagents/medicine.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 6c676f0105..ff7a2fc116 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -426,6 +426,7 @@ color: "#731024" metabolisms: Medicine: + metabolismRate: 0.1 # Smaller doses stabilize critical people for longer. Gives it a specific usecase as to not be entirely outclassed by dex+ effects: - !type:HealthChange conditions: @@ -434,7 +435,7 @@ mobstate: Critical damage: types: - Asphyxiation: -5 + Asphyxiation: -2 - !type:ModifyBleedAmount amount: -0.25 From a1468e7fbbc5365cae29993fe2acef53d2b76f54 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 06:04:10 +0000 Subject: [PATCH 021/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5bf60baa95..29c23910c7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: The Drozd SMG can now fire in full-auto, burst or semi-auto - type: Tweak - id: 7843 - time: '2025-01-23T13:01:20.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34604 - author: Ian321 changes: - message: Restricted contraband now gets displayed correctly. @@ -3922,3 +3915,12 @@ id: 8344 time: '2025-04-25T05:54:49.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32262 +- author: Blackern5000 + changes: + - message: Inaprovaline now heals slower, but lingers in the bloodstream for much + longer, making it much more useful for stabilizing critical patients for an + extended duration rather than outright treating damage. + type: Tweak + id: 8345 + time: '2025-04-25T06:03:04.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32293 From 010435fdb3272c8dba3b5111de57585c8f997838 Mon Sep 17 00:00:00 2001 From: kosticia Date: Fri, 25 Apr 2025 10:20:09 +0300 Subject: [PATCH 022/318] [FIX] Rubber now uneatable (#34543) --- .../Prototypes/Entities/Objects/Fun/toys.yml | 241 ++++++++++-------- 1 file changed, 134 insertions(+), 107 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 99c41c1dde..e69f056285 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1,7 +1,32 @@ +## Base stash + +- type: entity + id: BaseStash + abstract: true + components: + - type: Speech + speechVerb: Default # for pais (In the secret stash) + - type: SecretStash + secretStashName: secret-stash-plushie + blacklist: + components: + - SecretStash # Prevents being able to insert plushies inside each other (infinite plush)! + - NukeDisk # Could confuse the nukies if they don't know that plushies have a stash. + tags: + - QuantumSpinInverter # It will cause issues with the grinder... + - FakeNukeDisk # So you can't tell if the nuke disk is real or fake depending on if it can be inserted or not. + - type: ToolOpenable + openToolQualityNeeded: Slicing + closeToolQualityNeeded: Slicing # Should probably be stitching or something if that gets added + name: secret-stash-plushie + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + ## Plushies - type: entity - parent: BaseItem + parent: [BaseItem, BaseStash] id: BasePlushie abstract: true components: @@ -53,24 +78,7 @@ reagents: - ReagentId: Fiber Quantity: 10 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - type: Speech - speechVerb: Default # for pais (In the secret stash) - - type: SecretStash - secretStashName: secret-stash-plushie - blacklist: - components: - - SecretStash # Prevents being able to insert plushies inside each other (infinite plush)! - - NukeDisk # Could confuse the nukies if they don't know that plushies have a stash. - tags: - - QuantumSpinInverter # It will cause issues with the grinder... - - FakeNukeDisk # So you can't tell if the nuke disk is real or fake depending on if it can be inserted or not. - - type: ToolOpenable - openToolQualityNeeded: Slicing - closeToolQualityNeeded: Slicing # Should probably be stitching or something if that gets added - name: secret-stash-plushie + - type: entity parent: BasePlushie @@ -918,45 +926,6 @@ slots: - HEAD -- type: entity - parent: BasePlushie - id: ToyRubberDuck - name: rubber ducky - description: Not carried here by ocean currents. - components: - - type: Item - size: Tiny - - type: Sprite - sprite: Objects/Fun/ducky.rsi - state: icon - - type: Clothing - quickEquip: false - sprite: Objects/Fun/ducky.rsi - slots: - - HEAD - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/quack.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/quack.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/quack.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/quack.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/quack.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: Tag - tags: - - ToyRubberDuck - - type: entity parent: BasePlushie id: PlushieVox @@ -1031,6 +1000,7 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: entity parent: BasePlushie id: PlushiePenguin @@ -1102,6 +1072,112 @@ useSound: path: /Audio/Voice/Moth/moth_chitter.ogg +## Rubber + +- type: entity + parent: [BaseItem, BaseStash] + id: BaseRubberToy + abstract: true + components: + - type: Sprite + sprite: Objects/Fun/toys.rsi + - type: Tag + tags: + - Payload + - type: UseDelay + delay: 1.0 + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + collection: ToySqueak + damage: + types: + Blunt: 0 + hidden: true + - type: PhysicalComposition + materialComposition: + Plastic: 25 + - type: StaticPrice + price: 5 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + +- type: entity + parent: BaseRubberToy + id: ToyRubberDuck + name: rubber ducky + description: Not carried here by ocean currents. + components: + - type: Item + size: Tiny + - type: Sprite + sprite: Objects/Fun/ducky.rsi + state: icon + - type: Clothing + quickEquip: false + sprite: Objects/Fun/ducky.rsi + slots: + - HEAD + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/quack.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/quack.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/quack.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/quack.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/quack.ogg + - type: Tag + tags: + - ToyRubberDuck + +- type: entity + parent: BaseRubberToy + id: RubberChicken + name: rubber chicken + description: A stress inducing parody of nature's most delectable avian. + components: + - type: Sprite + state: rubber_chicken + - type: EmitSoundOnUse + sound: + collection: RubberChicken + params: + variation: 0.125 + - type: EmitSoundOnLand + sound: + collection: RubberChicken + params: + variation: 0.125 + - type: EmitSoundOnActivate + sound: + collection: RubberChicken + params: + variation: 0.125 + - type: EmitSoundOnCollide + sound: + collection: RubberChicken + params: + variation: 0.125 + - type: EmitSoundOnTrigger + sound: + collection: RubberChicken + params: + variation: 0.125 + - type: MeleeWeapon + wideAnimationRotation: 110 + soundHit: + collection: RubberChicken + params: + variation: 0.125 + ## Cheapo Figurines - type: entity @@ -1875,52 +1951,3 @@ params: volume: -9 maxDistance: 3 - -- type: entity - parent: BasePlushie - id: RubberChicken - name: rubber chicken - description: A stress inducing parody of nature's most delectable avian. - components: - - type: Sprite - state: rubber_chicken - - type: EmitSoundOnUse - sound: - collection: RubberChicken - params: - variation: 0.125 - - type: EmitSoundOnLand - sound: - collection: RubberChicken - params: - variation: 0.125 - - type: EmitSoundOnActivate - sound: - collection: RubberChicken - params: - variation: 0.125 - - type: EmitSoundOnCollide - sound: - collection: RubberChicken - params: - variation: 0.125 - - type: EmitSoundOnTrigger - sound: - collection: RubberChicken - params: - variation: 0.125 - - type: Food - requiresSpecialDigestion: true - useSound: - collection: RubberChicken - params: - variation: 0.125 - - type: MeleeWeapon - wideAnimationRotation: 110 - soundHit: - collection: RubberChicken - params: - variation: 0.125 - - type: PhysicalComposition - materialComposition: - Plastic: 25 From ed5c7aa942f7f0e6088d64f7ec83d0ae3224e7e4 Mon Sep 17 00:00:00 2001 From: chromiumboy <50505512+chromiumboy@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:21:00 -0500 Subject: [PATCH 023/318] Releasing an under-pressure lockout is now a verb (#36910) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Unary/EntitySystems/GasVentPumpSystem.cs | 46 +++++++++++++------ .../Locale/en-US/atmos/gas-vent-pump.ftl | 1 + .../Guidebook/Engineering/AirVent.xml | 2 +- .../Guidebook/Engineering/Spacing.xml | 2 +- 4 files changed, 36 insertions(+), 15 deletions(-) diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs index 89dfb6aa9d..013668613a 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs @@ -22,11 +22,12 @@ using Content.Shared.DeviceNetwork.Components; using Content.Shared.DoAfter; using Content.Shared.DeviceNetwork.Events; using Content.Shared.Examine; -using Content.Shared.Interaction; using Content.Shared.Power; using Content.Shared.Tools.Systems; +using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Timing; +using Robust.Shared.Utility; namespace Content.Server.Atmos.Piping.Unary.EntitySystems { @@ -41,7 +42,6 @@ namespace Content.Server.Atmos.Piping.Unary.EntitySystems [Dependency] private readonly SharedAmbientSoundSystem _ambientSoundSystem = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; [Dependency] private readonly WeldableSystem _weldable = default!; - [Dependency] private readonly SharedToolSystem _toolSystem = default!; [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly PowerReceiverSystem _powerReceiverSystem = default!; @@ -60,7 +60,7 @@ namespace Content.Server.Atmos.Piping.Unary.EntitySystems SubscribeLocalEvent(OnSignalReceived); SubscribeLocalEvent(OnAnalyzed); SubscribeLocalEvent(OnWeldChanged); - SubscribeLocalEvent(OnInteractUsing); + SubscribeLocalEvent>(OnGetVerbs); SubscribeLocalEvent(OnVentScrewed); } @@ -379,23 +379,43 @@ namespace Content.Server.Atmos.Piping.Unary.EntitySystems { UpdateState(uid, component); } - private void OnInteractUsing(EntityUid uid, GasVentPumpComponent component, InteractUsingEvent args) + + private void OnGetVerbs(Entity ent, ref GetVerbsEvent args) { - if (args.Handled - || component.UnderPressureLockout == false - || !_toolSystem.HasQuality(args.Used, "Screwing") - || !Transform(uid).Anchored - ) - { + if (ent.Comp.UnderPressureLockout == false || !Transform(ent).Anchored) return; - } - args.Handled = true; + var user = args.User; - _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.ManualLockoutDisableDoAfter, new VentScrewedDoAfterEvent(), uid, uid, args.Used)); + var v = new Verb + { + Priority = 1, + Icon = new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/VerbIcons/unlock.svg.192dpi.png")), + Text = Loc.GetString("gas-vent-pump-release-lockout"), + Impact = LogImpact.Low, + DoContactInteraction = true, + Act = () => + { + var doAfter = new DoAfterArgs(EntityManager, user, ent.Comp.ManualLockoutDisableDoAfter, new VentScrewedDoAfterEvent(), ent, ent) + { + BreakOnDamage = true, + NeedHand = true, + BreakOnMove = true, + BreakOnWeightlessMove = true, + }; + + _doAfterSystem.TryStartDoAfter(doAfter); + }, + }; + + args.Verbs.Add(v); } + private void OnVentScrewed(EntityUid uid, GasVentPumpComponent component, VentScrewedDoAfterEvent args) { + if (args.Cancelled || args.Handled) + return; + component.ManualLockoutReenabledAt = _timing.CurTime + component.ManualLockoutDisabledDuration; component.IsPressureLockoutManuallyDisabled = true; } diff --git a/Resources/Locale/en-US/atmos/gas-vent-pump.ftl b/Resources/Locale/en-US/atmos/gas-vent-pump.ftl index a65ac5d49a..75688f1698 100644 --- a/Resources/Locale/en-US/atmos/gas-vent-pump.ftl +++ b/Resources/Locale/en-US/atmos/gas-vent-pump.ftl @@ -1 +1,2 @@ gas-vent-pump-uvlo = It is in [color=red]under-pressure lock out[/color]. +gas-vent-pump-release-lockout = Release pressure lock out diff --git a/Resources/ServerInfo/Guidebook/Engineering/AirVent.xml b/Resources/ServerInfo/Guidebook/Engineering/AirVent.xml index bbdd1a530a..0597bdc7dd 100644 --- a/Resources/ServerInfo/Guidebook/Engineering/AirVent.xml +++ b/Resources/ServerInfo/Guidebook/Engineering/AirVent.xml @@ -27,7 +27,7 @@ This is to prevent wasting useful gasses to space if a room is not sealed. The lights on the air vent will turn [color=yellow]yellow[/color] to highlight this change. - This can be [color=green]overridden[/color] by using a screwdriver on the vent, or setting the mode to Fill on a connected [textlink="air alarm" link="AirAlarms"]. + This can be [color=green]overridden[/color] by right-clicking on the vent and selecting 'Release pressure lock out', or setting the mode to Fill on a connected [textlink="air alarm" link="AirAlarms"]. It is important to note that air vents in [color=red]pressure lockout[/color] still very slowly leak out gas. The amount of gas they leak out is relative to the current pressure of the pipenet they're connected to. diff --git a/Resources/ServerInfo/Guidebook/Engineering/Spacing.xml b/Resources/ServerInfo/Guidebook/Engineering/Spacing.xml index 6fb9565ad3..a9dd8bce24 100644 --- a/Resources/ServerInfo/Guidebook/Engineering/Spacing.xml +++ b/Resources/ServerInfo/Guidebook/Engineering/Spacing.xml @@ -13,7 +13,7 @@ 2. Repressurize the area. - - [textlink="Air vents" link="AirVent"] enter pressure lockout in order not to lose more air to spacing, so you'll need to override the vents to repressurize the area. You can do this by setting the connected [textlink="air alarm" link="AirAlarms"] to fill, or by using a screwdriver on a vent to manually override it temporarily. + - [textlink="Air vents" link="AirVent"] enter pressure lockout in order not to lose more air to spacing, so you'll need to override the vents to repressurize the area. You can do this by setting the connected [textlink="air alarm" link="AirAlarms"] to fill, or by right-clicking on the vent and selecting 'Release pressure lock out' to manually override it temporarily. ## Things to Avoid - Keep in mind that while you have an infinite supply of [textlink="mined gas" link="GasMiningAndStorage"], it is not quick enough to fill up multiple rooms at once. Setting [textlink="air alarms" link="AirAlarms"] to fill first [italic]before[/italic] fixing the root problem will often lead to wasted time and gas. From c21ef2108a6dffdf5b9c38aee34e9519e0d02409 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 07:22:06 +0000 Subject: [PATCH 024/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 29c23910c7..ec2519a50c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: Ian321 - changes: - - message: Restricted contraband now gets displayed correctly. - type: Fix - id: 7844 - time: '2025-01-23T14:01:45.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34558 -- author: TheShuEd, LeveFUN - changes: - - message: You can now put c4 on your head - type: Add - id: 7845 - time: '2025-01-23T21:11:31.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34076 - author: WarPigeon changes: - message: Uranium is now slightly radioactive. @@ -3924,3 +3910,18 @@ id: 8345 time: '2025-04-25T06:03:04.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32293 +- author: kosticia + changes: + - message: Moths can no longer eat rubber toys. + type: Fix + id: 8346 + time: '2025-04-25T07:20:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34543 +- author: chromiumboy + changes: + - message: Gas vent under-pressure lockout releases are now performed using the + right-click menu - a screwdriver is no longer required + type: Tweak + id: 8347 + time: '2025-04-25T07:21:00.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36910 From 25f016e806553b403a8a8884e2e8b66b087ad2df Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:51:05 +0200 Subject: [PATCH 025/318] fix changelog (#36915) --- Resources/Changelog/Changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ec2519a50c..578d191875 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -3896,7 +3896,7 @@ url: https://github.com/space-wizards/space-station-14/pull/36841 - author: lzk228 changes: - - message: Seashell is small size. Kalimba is percussion instrument. + - message: Seashell is small size. type: Tweak id: 8344 time: '2025-04-25T05:54:49.0000000+00:00' From 65f50b55b6d42b2058a90242604401b02043749c Mon Sep 17 00:00:00 2001 From: chromiumboy <50505512+chromiumboy@users.noreply.github.com> Date: Fri, 25 Apr 2025 05:30:39 -0500 Subject: [PATCH 026/318] Fix for ghosts being unable to follow the AI when it uses a holopad (#36355) * Initial commit * Added to-do --- Content.Shared/Follower/FollowerSystem.cs | 13 +++++++++++++ .../Silicons/StationAi/SharedStationAiSystem.cs | 9 +++++++++ .../Silicons/StationAi/StationAiCoreComponent.cs | 7 +++++++ 3 files changed, 29 insertions(+) diff --git a/Content.Shared/Follower/FollowerSystem.cs b/Content.Shared/Follower/FollowerSystem.cs index 75310a6737..d8e34fb3ee 100644 --- a/Content.Shared/Follower/FollowerSystem.cs +++ b/Content.Shared/Follower/FollowerSystem.cs @@ -8,6 +8,7 @@ using Content.Shared.Hands; using Content.Shared.Movement.Events; using Content.Shared.Movement.Pulling.Events; using Content.Shared.Polymorph; +using Content.Shared.Silicons.StationAi; using Content.Shared.Tag; using Content.Shared.Verbs; using Robust.Shared.Containers; @@ -50,6 +51,7 @@ public sealed class FollowerSystem : EntitySystem SubscribeLocalEvent(OnFollowedTerminating); SubscribeLocalEvent(OnBeforeSave); SubscribeLocalEvent(OnFollowedPolymorphed); + SubscribeLocalEvent(OnFollowedStationAiRemoteEntityReplaced); } private void OnFollowedAttempt(Entity ent, ref ComponentGetStateAttemptEvent args) @@ -169,6 +171,17 @@ public sealed class FollowerSystem : EntitySystem } } + // TODO: Slartibarfast mentioned that ideally this should be generalized and made part of SetRelay in SharedMoverController.Relay.cs. + // This would apply to polymorphed entities as well + private void OnFollowedStationAiRemoteEntityReplaced(Entity entity, ref StationAiRemoteEntityReplacementEvent args) + { + if (args.NewRemoteEntity == null) + return; + + foreach (var follower in entity.Comp.Following) + StartFollowingEntity(follower, args.NewRemoteEntity.Value); + } + /// /// Makes an entity follow another entity, by parenting to it. /// diff --git a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs index 4cf36f560e..372a758f80 100644 --- a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs +++ b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs @@ -360,11 +360,20 @@ public abstract partial class SharedStationAiSystem : EntitySystem EntityCoordinates? coords = ent.Comp.RemoteEntity != null ? Transform(ent.Comp.RemoteEntity.Value).Coordinates : null; // Attach new eye + var oldEye = ent.Comp.RemoteEntity; + ClearEye(ent); if (SetupEye(ent, coords)) AttachEye(ent); + if (oldEye != null) + { + // Raise the following event on the old eye before it's deleted + var ev = new StationAiRemoteEntityReplacementEvent(ent.Comp.RemoteEntity); + RaiseLocalEvent(oldEye.Value, ref ev); + } + // Adjust user FoV var user = GetInsertedAI(ent); diff --git a/Content.Shared/Silicons/StationAi/StationAiCoreComponent.cs b/Content.Shared/Silicons/StationAi/StationAiCoreComponent.cs index e97e7626b8..a795c9eda6 100644 --- a/Content.Shared/Silicons/StationAi/StationAiCoreComponent.cs +++ b/Content.Shared/Silicons/StationAi/StationAiCoreComponent.cs @@ -40,3 +40,10 @@ public sealed partial class StationAiCoreComponent : Component public const string Container = "station_ai_mind_slot"; } + +/// +/// This event is raised on a station AI 'eye' that is being replaced with a new one +/// +/// The entity UID of the replacement entity +[ByRefEvent] +public record struct StationAiRemoteEntityReplacementEvent(EntityUid? NewRemoteEntity); From f2036aae3aae703d34384106ebd51260221699f7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 10:31:46 +0000 Subject: [PATCH 027/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 578d191875..2118d95d13 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: WarPigeon - changes: - - message: Uranium is now slightly radioactive. - type: Add - id: 7846 - time: '2025-01-23T21:39:00.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34436 - author: JustinWinningham changes: - message: Renamed sexy clown and mime mask. @@ -3925,3 +3918,11 @@ id: 8347 time: '2025-04-25T07:21:00.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36910 +- author: chromiumboy + changes: + - message: Ghosts will now follow the AI when it activates a holopad or answers + a holo-call + type: Fix + id: 8348 + time: '2025-04-25T10:30:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36355 From 22bd884c1928536a167de0169cc441a5a313f959 Mon Sep 17 00:00:00 2001 From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:04:18 -0700 Subject: [PATCH 028/318] Fix random maints room deleting whatever was already there (#36605) --- Resources/Prototypes/Procedural/Themes/maints.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Procedural/Themes/maints.yml b/Resources/Prototypes/Procedural/Themes/maints.yml index 39ab39b0ea..17b1c814c0 100644 --- a/Resources/Prototypes/Procedural/Themes/maints.yml +++ b/Resources/Prototypes/Procedural/Themes/maints.yml @@ -159,11 +159,22 @@ - Maints - type: entity - id: MaintsRoomMarker parent: BaseRoomMarker + id: MaintsRoomMarker name: Maints interior marker components: - type: RoomFill + clearExisting: false roomWhitelist: tags: - Maints + +- type: entity + parent: MaintsRoomMarker + id: MaintsRoomMarkerClearing + suffix: Clearing + components: + - type: RoomFill + clearExisting: true + + From 6bde7fdaa216e5a9db5c58789b799148be916d54 Mon Sep 17 00:00:00 2001 From: Deerstop Date: Sat, 26 Apr 2025 01:05:25 +1000 Subject: [PATCH 029/318] Elkridge - Genpop (#36914) --- Resources/Maps/elkridge.yml | 16387 +++++++++++++++++----------------- 1 file changed, 8254 insertions(+), 8133 deletions(-) diff --git a/Resources/Maps/elkridge.yml b/Resources/Maps/elkridge.yml index c70d34dd3d..9091547174 100644 --- a/Resources/Maps/elkridge.yml +++ b/Resources/Maps/elkridge.yml @@ -4,8 +4,8 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/19/2025 08:48:01 - entityCount: 17540 + time: 04/25/2025 14:04:06 + entityCount: 17584 maps: - 1 grids: @@ -68,55 +68,55 @@ entities: chunks: 0,0: ind: 0,0 - tiles: BwAAAAAEIAAAAAABfgAAAAADfgAAAAAAfgAAAAAAIAAAAAAAIAAAAAACIAAAAAADYwAAAAABYwAAAAAAYwAAAAACYwAAAAADYwAAAAABYwAAAAADYwAAAAACIAAAAAABfgAAAAAAIAAAAAAABwAAAAADfgAAAAADfgAAAAACIAAAAAABIAAAAAAAIAAAAAADYwAAAAADYwAAAAABYwAAAAADYwAAAAAAYwAAAAADYwAAAAACYwAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAACfgAAAAAAfgAAAAABBwAAAAADfgAAAAAAfgAAAAAAIAAAAAABIAAAAAABAQAAAAAAggAAAAAAZAAAAAABZAAAAAACZAAAAAAAggAAAAAAYgAAAAABYgAAAAADggAAAAAABwAAAAABfgAAAAADfgAAAAABfgAAAAABfgAAAAABggAAAAAAAQAAAAAAggAAAAAAggAAAAAAZAAAAAAAZAAAAAAAZAAAAAABggAAAAAAYgAAAAABcAAAAAAAcAAAAAAAfgAAAAADfgAAAAABfgAAAAABBwAAAAAFfgAAAAAAfgAAAAACIAAAAAADIAAAAAADggAAAAAAZAAAAAADZAAAAAABZAAAAAAAAQAAAAAAYgAAAAACcAAAAAAAcAAAAAAAfgAAAAACBwAAAAAAfgAAAAAAfgAAAAACfgAAAAAAfgAAAAAAIAAAAAABIAAAAAABggAAAAAAZAAAAAADZAAAAAACZAAAAAAAggAAAAAAYgAAAAACcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABcAAAAAAAcAAAAAAAFwAAAAAARgAAAAAARgAAAAAALAAAAAAALAAAAAAAAQAAAAAAIAAAAAABIAAAAAABggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAFwAAAAAARgAAAAAARgAAAAAALAAAAAAALAAAAAAAggAAAAAAIAAAAAACIAAAAAADggAAAAAAJAAAAAADIAAAAAACJAAAAAAAAQAAAAAAYgAAAAABYgAAAAABYgAAAAAAFwAAAAAARgAAAAAARgAAAAAALAAAAAAALAAAAAAAggAAAAAAIAAAAAABIAAAAAABggAAAAAAJAAAAAACJAAAAAABJAAAAAACggAAAAAAYgAAAAADYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAADYgAAAAABBgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABCwAAAAACYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACCwAAAAACYgAAAAAA + tiles: BwAAAAAEIAAAAAADfgAAAAABfgAAAAAAfgAAAAADIAAAAAADIAAAAAADIAAAAAACYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAADYwAAAAABYwAAAAADIAAAAAADfgAAAAACIAAAAAAABwAAAAAGfgAAAAAAfgAAAAACIAAAAAABIAAAAAACIAAAAAADYwAAAAABYwAAAAADYwAAAAACYwAAAAABYwAAAAADYwAAAAACYwAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAACfgAAAAADfgAAAAACBwAAAAAEfgAAAAADfgAAAAAAIAAAAAADIAAAAAABAQAAAAAAggAAAAAAZAAAAAADZAAAAAADZAAAAAAAggAAAAAAYgAAAAACYgAAAAACggAAAAAABwAAAAABfgAAAAADfgAAAAACfgAAAAACfgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAZAAAAAACZAAAAAADZAAAAAACggAAAAAAYgAAAAADcAAAAAAAcAAAAAAAfgAAAAADfgAAAAABfgAAAAACBwAAAAACfgAAAAABfgAAAAACIAAAAAACIAAAAAACggAAAAAAZAAAAAACZAAAAAACZAAAAAABAQAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAfgAAAAAABwAAAAAFfgAAAAACfgAAAAACfgAAAAABfgAAAAADIAAAAAABIAAAAAACggAAAAAAZAAAAAAAZAAAAAADZAAAAAACggAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACcAAAAAAAcAAAAAAAFwAAAAAARgAAAAAARgAAAAAALAAAAAAALAAAAAAAAQAAAAAAIAAAAAAAIAAAAAADggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAYgAAAAABcAAAAAAAcAAAAAAAFwAAAAAARgAAAAAARgAAAAAALAAAAAAALAAAAAAAggAAAAAAIAAAAAAAIAAAAAADggAAAAAAJAAAAAABIAAAAAACJAAAAAABAQAAAAAAYgAAAAABYgAAAAABYgAAAAACFwAAAAAARgAAAAAARgAAAAAALAAAAAAALAAAAAAAggAAAAAAIAAAAAABIAAAAAABggAAAAAAJAAAAAAAJAAAAAACJAAAAAAAggAAAAAAYgAAAAADYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAADggAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAACYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAACwAAAAAAYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADCwAAAAAAYgAAAAAB version: 6 -1,0: ind: -1,0 - tiles: YgAAAAAAYgAAAAACAQAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAABIAAAAAABAQAAAAAAIAAAAAAACwAAAAAAIAAAAAACfgAAAAABfgAAAAAAYgAAAAABYgAAAAABAQAAAAAAYgAAAAACYgAAAAADCwAAAAABCwAAAAABCwAAAAABYgAAAAADIAAAAAABAQAAAAAAIAAAAAACCwAAAAAAIAAAAAAAfgAAAAADfgAAAAACAQAAAAAAAQAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAADIAAAAAABggAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAACIAAAAAABggAAAAAAIAAAAAADIAAAAAABIAAAAAABBwAAAAABfgAAAAACAQAAAAAAggAAAAAABgAAAAADAQAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAfgAAAAABfgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAABggAAAAAAfgAAAAADBwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAADggAAAAAAIAAAAAADIAAAAAACIAAAAAABggAAAAAAfgAAAAAAfgAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAACggAAAAAAAQAAAAAAYgAAAAABYgAAAAABYgAAAAADggAAAAAAIAAAAAACIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAABggAAAAAAFwAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAADYgAAAAABggAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAAAggAAAAAAFwAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAADggAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAADggAAAAAAFwAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACggAAAAAAAQAAAAAAYgAAAAACYgAAAAACYgAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAggAAAAAAggAAAAAAIAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAADYgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAABCwAAAAABYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABCwAAAAABYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAA + tiles: YgAAAAADYgAAAAABAQAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAADIAAAAAABAQAAAAAAIAAAAAAACwAAAAAAIAAAAAABfgAAAAABfgAAAAADYgAAAAABYgAAAAAAAQAAAAAAYgAAAAADYgAAAAABCwAAAAAACwAAAAACCwAAAAAAYgAAAAAAIAAAAAABAQAAAAAAIAAAAAAACwAAAAAAIAAAAAABfgAAAAAAfgAAAAABAQAAAAAAAQAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAADYgAAAAABYgAAAAADIAAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAACIAAAAAACggAAAAAAIAAAAAABIAAAAAAAIAAAAAABBwAAAAAGfgAAAAADAQAAAAAAggAAAAAABgAAAAACAQAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAADYgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAfgAAAAACfgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAAAggAAAAAAfgAAAAAABwAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAACggAAAAAAIAAAAAACIAAAAAADIAAAAAABggAAAAAAfgAAAAACfgAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAABggAAAAAAAQAAAAAAYgAAAAADYgAAAAAAYgAAAAACggAAAAAAIAAAAAADIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAACggAAAAAAAQAAAAAAYgAAAAABYgAAAAADYgAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAACggAAAAAAFwAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAAAYgAAAAABggAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAFwAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAAAYgAAAAAAYgAAAAADggAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAABggAAAAAAFwAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAACggAAAAAAAQAAAAAAYgAAAAABYgAAAAAAYgAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAADggAAAAAAggAAAAAAggAAAAAAIAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAADCwAAAAABYgAAAAACYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABCwAAAAACYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAACYgAAAAACAQAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAABYgAAAAAAAQAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAAAAQAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAACggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADggAAAAAAIAAAAAAAIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADAQAAAAAAIAAAAAAAIAAAAAABIAAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAACggAAAAAAIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYwAAAAACYwAAAAADYwAAAAACYwAAAAABggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADYwAAAAABYwAAAAABYwAAAAADYwAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAADYwAAAAADYwAAAAAAYwAAAAAAYwAAAAADYwAAAAADYwAAAAAAYwAAAAADIAAAAAACfgAAAAAAIAAAAAACfgAAAAAAfgAAAAABBwAAAAACIAAAAAAAIAAAAAAAIAAAAAAAYwAAAAAAYwAAAAADYwAAAAAAYwAAAAABYwAAAAADYwAAAAAAYwAAAAACIAAAAAAD + tiles: IAAAAAADIAAAAAADIAAAAAADggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAACAQAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAAAAQAAAAAAYgAAAAACYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAADYgAAAAACYgAAAAABYgAAAAAAYgAAAAAAAQAAAAAAYgAAAAABYgAAAAAAYgAAAAACYgAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADAQAAAAAAIAAAAAAAIAAAAAACIAAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAggAAAAAAIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYwAAAAAAYwAAAAACYwAAAAABYwAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAADYwAAAAACYwAAAAADYwAAAAACYwAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAACIAAAAAABIAAAAAACYwAAAAADYwAAAAACYwAAAAADYwAAAAACYwAAAAACYwAAAAADYwAAAAACIAAAAAABfgAAAAADIAAAAAABfgAAAAAAfgAAAAAABwAAAAAEIAAAAAACIAAAAAAAIAAAAAADYwAAAAAAYwAAAAAAYwAAAAABYwAAAAADYwAAAAACYwAAAAACYwAAAAADIAAAAAAD version: 6 -1,-1: ind: -1,-1 - tiles: YgAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAACggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAADAQAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADAQAAAAAAYgAAAAAAIAAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAAAAQAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAAQAAAAAAYgAAAAAAIAAAAAACAQAAAAAAYgAAAAABYgAAAAACYgAAAAAAAQAAAAAAYgAAAAACYgAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAACYgAAAAADYgAAAAADAQAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAADwAAAAAAIAAAAAACIAAAAAACggAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACggAAAAAAAgAAAAAAggAAAAAADQAAAAACYgAAAAAAYgAAAAAAAQAAAAAAggAAAAAAfgAAAAABBwAAAAAAfgAAAAACAQAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAADggAAAAAAAgAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAABAQAAAAAAggAAAAAABwAAAAACfgAAAAAAfgAAAAACIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAABggAAAAAAAgAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAADggAAAAAAggAAAAAAfgAAAAABfgAAAAAABwAAAAABIAAAAAACIAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAABggAAAAAAAwAAAAADfgAAAAAAfgAAAAAAfgAAAAABIAAAAAAAIAAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAACggAAAAAAggAAAAAAfgAAAAACfgAAAAAABwAAAAAGIAAAAAADIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAABIAAAAAACggAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAADAQAAAAAAAQAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAIAAAAAACggAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAAAYgAAAAABYgAAAAABAQAAAAAAYgAAAAACYgAAAAABCwAAAAACCwAAAAABCwAAAAADYgAAAAAAIAAAAAADAQAAAAAAIAAAAAABCwAAAAACIAAAAAABfgAAAAAAfgAAAAAD + tiles: YgAAAAABYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABggAAAAAAIAAAAAADIAAAAAACIAAAAAABggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAAAAQAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAABYgAAAAABAQAAAAAAYgAAAAAAIAAAAAABggAAAAAAYgAAAAACYgAAAAACYgAAAAACAQAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAACYgAAAAACAQAAAAAAYgAAAAAAIAAAAAABAQAAAAAAYgAAAAADYgAAAAADYgAAAAACAQAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAAAYgAAAAACYgAAAAACYgAAAAACAQAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAADwAAAAAAIAAAAAAAIAAAAAABggAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAABggAAAAAAAgAAAAAAggAAAAAADQAAAAAAYgAAAAABYgAAAAACAQAAAAAAggAAAAAAfgAAAAACBwAAAAACfgAAAAAAAQAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAADggAAAAAAAgAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAACAQAAAAAAggAAAAAABwAAAAADfgAAAAABfgAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAggAAAAAAAgAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAACBwAAAAAFIAAAAAABIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAAwAAAAACfgAAAAACfgAAAAAAfgAAAAACIAAAAAACIAAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAggAAAAAAggAAAAAAfgAAAAABfgAAAAABBwAAAAABIAAAAAADIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAABIAAAAAADggAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAACAQAAAAAAAQAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAIAAAAAADggAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADYgAAAAABYgAAAAABAQAAAAAAYgAAAAADYgAAAAABCwAAAAADCwAAAAABCwAAAAABYgAAAAACIAAAAAACAQAAAAAAIAAAAAACCwAAAAABIAAAAAACfgAAAAADfgAAAAAA version: 6 1,0: ind: 1,0 - tiles: IAAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABYgAAAAACYgAAAAABYgAAAAABYgAAAAABYgAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAACYgAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABAAAAAADBAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAADAQAAAAAABAAAAAAABAAAAAACYgAAAAABcAAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAACggAAAAAABAAAAAABBAAAAAADBAAAAAACIAAAAAADBAAAAAACBAAAAAAAggAAAAAABAAAAAADCwAAAAAAYgAAAAACcAAAAAAAggAAAAAAYgAAAAAACwAAAAADYgAAAAACAQAAAAAABAAAAAACBAAAAAABBAAAAAACIAAAAAAAIAAAAAABIAAAAAADggAAAAAABAAAAAABCwAAAAABYgAAAAABcAAAAAAAggAAAAAAYgAAAAAACwAAAAABYgAAAAADAQAAAAAABAAAAAAABAAAAAADBAAAAAACBAAAAAACBAAAAAADBAAAAAADggAAAAAABAAAAAADBAAAAAACYgAAAAAAYgAAAAADIAAAAAAAYgAAAAADCwAAAAACYgAAAAAAAQAAAAAABAAAAAAABAAAAAADBAAAAAADBAAAAAACBAAAAAAABAAAAAABAQAAAAAABAAAAAABCwAAAAADYgAAAAADYgAAAAADIAAAAAADYgAAAAACYgAAAAADYgAAAAACggAAAAAABAAAAAABBAAAAAAABAAAAAABBAAAAAABBAAAAAAABAAAAAABAQAAAAAABAAAAAADCwAAAAACYgAAAAACggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAACYgAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAABIAAAAAADIAAAAAACIAAAAAACBAAAAAACBAAAAAABBAAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAACggAAAAAAAQAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADIAAAAAADIAAAAAADBAAAAAADBAAAAAACBAAAAAAABAAAAAADggAAAAAABAAAAAACBAAAAAABggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAADIAAAAAADIAAAAAABBAAAAAABBAAAAAAABAAAAAADBAAAAAABggAAAAAABAAAAAACBAAAAAABYgAAAAABAQAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAACYgAAAAADggAAAAAAggAAAAAABAAAAAACBAAAAAACBAAAAAACBAAAAAAAAQAAAAAABAAAAAADBAAAAAABYgAAAAABAQAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAAAYgAAAAADAQAAAAAABAAAAAABBAAAAAABBAAAAAACBAAAAAADBAAAAAADggAAAAAABAAAAAAABAAAAAADYgAAAAAAAQAAAAAAYgAAAAACYgAAAAABYgAAAAADYgAAAAABYgAAAAADggAAAAAABAAAAAACBAAAAAAABAAAAAACBAAAAAAABAAAAAAAIAAAAAAABAAAAAADBAAAAAAB + tiles: IAAAAAABYgAAAAADYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAADYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABAAAAAABBAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAADAQAAAAAABAAAAAABBAAAAAAAYgAAAAABcAAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAADggAAAAAABAAAAAADBAAAAAABBAAAAAACIAAAAAABBAAAAAABBAAAAAAAggAAAAAABAAAAAADCwAAAAAAYgAAAAAAcAAAAAAAggAAAAAAYgAAAAAACwAAAAADYgAAAAACAQAAAAAABAAAAAABBAAAAAADBAAAAAADIAAAAAAAIAAAAAADIAAAAAADggAAAAAABAAAAAABCwAAAAABYgAAAAAAcAAAAAAAggAAAAAAYgAAAAACCwAAAAAAYgAAAAABAQAAAAAABAAAAAACBAAAAAAABAAAAAADBAAAAAABBAAAAAABBAAAAAABggAAAAAABAAAAAADBAAAAAAAYgAAAAADYgAAAAACIAAAAAADYgAAAAAACwAAAAADYgAAAAAAAQAAAAAABAAAAAADBAAAAAAABAAAAAACBAAAAAAABAAAAAAABAAAAAABAQAAAAAABAAAAAAACwAAAAABYgAAAAAAYgAAAAABIAAAAAAAYgAAAAADYgAAAAAAYgAAAAABggAAAAAABAAAAAABBAAAAAAABAAAAAADBAAAAAADBAAAAAADBAAAAAACAQAAAAAABAAAAAADCwAAAAABYgAAAAABggAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAAAYgAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAADIAAAAAABIAAAAAABIAAAAAAABAAAAAACBAAAAAACBAAAAAACggAAAAAAAQAAAAAAAQAAAAAAYgAAAAADggAAAAAAAQAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAAAIAAAAAACIAAAAAAABAAAAAADBAAAAAADBAAAAAADBAAAAAACggAAAAAABAAAAAAABAAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAABIAAAAAADIAAAAAABBAAAAAABBAAAAAAABAAAAAAABAAAAAAAggAAAAAABAAAAAAABAAAAAABYgAAAAACAQAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAADggAAAAAAggAAAAAABAAAAAABBAAAAAADBAAAAAACBAAAAAADAQAAAAAABAAAAAABBAAAAAADYgAAAAABAQAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAABYgAAAAAAAQAAAAAABAAAAAAABAAAAAADBAAAAAABBAAAAAACBAAAAAACggAAAAAABAAAAAACBAAAAAAAYgAAAAAAAQAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAggAAAAAABAAAAAAABAAAAAACBAAAAAADBAAAAAACBAAAAAADIAAAAAADBAAAAAAABAAAAAAB version: 6 1,-1: ind: 1,-1 - tiles: ggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAADAQAAAAAAggAAAAAAcAAAAAAAIAAAAAAAYgAAAAABAQAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACAQAAAAAAcAAAAAAAIAAAAAAAYgAAAAADAQAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAIAAAAAACggAAAAAAcAAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAACggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAIAAAAAADggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAACggAAAAAAIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAABggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABgAAAAABAQAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAADggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAABYgAAAAACYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAIAAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAAAYgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAAAAQAAAAAAggAAAAAAcAAAAAAAIAAAAAACYgAAAAADAQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAADAQAAAAAAcAAAAAAAIAAAAAACYgAAAAABAQAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAIAAAAAAAggAAAAAAcAAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAADAQAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAABggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAIAAAAAADggAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAACggAAAAAAIAAAAAAAIAAAAAADggAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAACggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABgAAAAAAAQAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAADggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAABYgAAAAADYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAIAAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AQAAAAAAIAAAAAADIAAAAAACAQAAAAAAYgAAAAADYgAAAAACYgAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAABYgAAAAADYgAAAAABAQAAAAAAAQAAAAAAAQAAAAAAIAAAAAACIAAAAAAAAQAAAAAAYgAAAAADYgAAAAACYgAAAAADAQAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAADAQAAAAAAAQAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAYgAAAAADYgAAAAADYgAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAABggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAABggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAACggAAAAAAIAAAAAACIAAAAAACIAAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAABggAAAAAAIAAAAAACIAAAAAAAIAAAAAACggAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAABggAAAAAAYgAAAAACYgAAAAABYgAAAAABggAAAAAAIAAAAAABIAAAAAACIAAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAABAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAAQAAAAAAYgAAAAADYgAAAAADYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADggAAAAAAYgAAAAABYgAAAAABYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAACAQAAAAAAIAAAAAACIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAYgAAAAAAYgAAAAABYgAAAAABggAAAAAAIAAAAAADIAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAAAYgAAAAAAYgAAAAACIAAAAAAAIAAAAAACIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAAAYgAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: AQAAAAAAIAAAAAACIAAAAAADAQAAAAAAYgAAAAADYgAAAAACYgAAAAADAQAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAIAAAAAADIAAAAAAAAQAAAAAAYgAAAAADYgAAAAADYgAAAAADAQAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAABAQAAAAAAAQAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAACggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAABggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAABggAAAAAAYgAAAAACYgAAAAAAYgAAAAACggAAAAAAIAAAAAACIAAAAAADIAAAAAACggAAAAAAAQAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAABggAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAABYgAAAAABYgAAAAABggAAAAAAYgAAAAADYgAAAAACYgAAAAABggAAAAAAIAAAAAADIAAAAAADIAAAAAACggAAAAAAggAAAAAAYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAggAAAAAAYgAAAAADYgAAAAADYgAAAAACAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACAQAAAAAAYgAAAAADYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAAAAQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAYgAAAAAAYgAAAAABYgAAAAADggAAAAAAIAAAAAABIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAACYgAAAAACYgAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAADYgAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 0,1: ind: 0,1 - tiles: AQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAABCwAAAAADYgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAADBwAAAAAGIAAAAAACIAAAAAACggAAAAAAYgAAAAADYgAAAAADAQAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAggAAAAAABwAAAAADfgAAAAACfgAAAAACIAAAAAADIAAAAAADAQAAAAAAYgAAAAADYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAfgAAAAABfgAAAAACfgAAAAABIAAAAAACIAAAAAAAggAAAAAAYgAAAAAAYgAAAAACAQAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAACggAAAAAAfgAAAAABfgAAAAACfgAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAAAAQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAABIAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAACggAAAAAAIAAAAAABIAAAAAACIAAAAAABAQAAAAAAAQAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAAAIAAAAAABIAAAAAABIAAAAAAAYgAAAAACAQAAAAAAAQAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAABIAAAAAACYgAAAAACYgAAAAACYgAAAAACAQAAAAAADQAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABIAAAAAABYgAAAAAAYgAAAAADYgAAAAADAQAAAAAAAQAAAAAAYgAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAAAYgAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAAAAQAAAAAAAQAAAAAAYgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABAQAAAAAAAQAAAAAAYgAAAAAC + tiles: AQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACCwAAAAAAYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAADYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAABBwAAAAAEIAAAAAAAIAAAAAABggAAAAAAYgAAAAAAYgAAAAACAQAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAABggAAAAAABwAAAAAEfgAAAAACfgAAAAADIAAAAAADIAAAAAACAQAAAAAAYgAAAAAAYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAACggAAAAAAfgAAAAABfgAAAAAAfgAAAAACIAAAAAADIAAAAAADggAAAAAAYgAAAAADYgAAAAACAQAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAACggAAAAAAfgAAAAACfgAAAAACfgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAAAAQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAADIAAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAADggAAAAAAIAAAAAABIAAAAAADIAAAAAABAQAAAAAAAQAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAAAIAAAAAABIAAAAAABIAAAAAABYgAAAAAAAQAAAAAAAQAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAAAIAAAAAACYgAAAAABYgAAAAABYgAAAAADAQAAAAAADQAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAAAIAAAAAAAYgAAAAADYgAAAAADYgAAAAAAAQAAAAAAAQAAAAAAYgAAAAADggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAADAQAAAAAAAQAAAAAAYgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADAQAAAAAAAQAAAAAAYgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: ggAAAAAAcAAAAAAAAQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAABwAAAAAGfgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAABIAAAAAABggAAAAAAfgAAAAAABwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAACcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAADwAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAACcAAAAAAAIAAAAAABAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAIAAAAAADcAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAggAAAAAABQAAAAAAIAAAAAAAIAAAAAACBQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAABggAAAAAABwAAAAAGggAAAAAAAQAAAAAAggAAAAAABQAAAAAAIAAAAAADIAAAAAADBQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAfgAAAAADBwAAAAAEDQAAAAAC + tiles: ggAAAAAAcAAAAAAAAQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAABwAAAAABfgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAACggAAAAAAfgAAAAACBwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAACAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAABgAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAACcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAADwAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAACcAAAAAAAIAAAAAACAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAggAAAAAAIAAAAAADcAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAIAAAAAABIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADggAAAAAABQAAAAAAIAAAAAAAIAAAAAADBQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAACggAAAAAABwAAAAADggAAAAAAAQAAAAAAggAAAAAABQAAAAAAIAAAAAADIAAAAAADBQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAfgAAAAAABwAAAAABDQAAAAAC version: 6 2,0: ind: 2,0 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAACfgAAAAACggAAAAAAAQAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAAQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABggAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAABggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAABBAAAAAACBAAAAAABBAAAAAACBAAAAAADIAAAAAADIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAACBAAAAAABBAAAAAADBAAAAAABBAAAAAACBAAAAAAABAAAAAACIAAAAAACIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAABAAAAAABBAAAAAACBAAAAAADBAAAAAABBAAAAAACBAAAAAAABAAAAAAAIAAAAAACIAAAAAADIAAAAAABggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAADBAAAAAADBAAAAAACBAAAAAACBAAAAAABggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAABAAAAAADBAAAAAABBAAAAAACBAAAAAADBAAAAAABBAAAAAABggAAAAAAIAAAAAAAIAAAAAACIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABggAAAAAABAAAAAADBAAAAAABBAAAAAADBAAAAAABBAAAAAADggAAAAAAIAAAAAACIAAAAAADIAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABAAAAAACAQAAAAAABAAAAAADBAAAAAABBAAAAAADBAAAAAADBAAAAAABAQAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAAAAQAAAAAABgAAAAADggAAAAAAggAAAAAABAAAAAABggAAAAAABAAAAAABBAAAAAACBAAAAAACBAAAAAADBAAAAAABggAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAADfgAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACggAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADAQAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAACggAAAAAAAQAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACggAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAABAAAAAACBAAAAAAABAAAAAACBAAAAAACBAAAAAACBAAAAAADBAAAAAAABAAAAAAAIAAAAAACIAAAAAACIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAABBAAAAAAABAAAAAABBAAAAAACBAAAAAAABAAAAAACBAAAAAADIAAAAAACIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAABAAAAAADBAAAAAACBAAAAAAABAAAAAACBAAAAAADBAAAAAACBAAAAAABIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAACBAAAAAABBAAAAAADBAAAAAACBAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAABAAAAAADBAAAAAAABAAAAAADBAAAAAAABAAAAAACBAAAAAADggAAAAAAIAAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABggAAAAAABAAAAAACBAAAAAABBAAAAAAABAAAAAACBAAAAAACggAAAAAAIAAAAAADIAAAAAACIAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABAAAAAADAQAAAAAABAAAAAADBAAAAAACBAAAAAADBAAAAAABBAAAAAAAAQAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAADAQAAAAAABgAAAAABggAAAAAAggAAAAAABAAAAAAAggAAAAAABAAAAAABBAAAAAABBAAAAAADBAAAAAABBAAAAAABggAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAcAAAAAAAcAAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAADAQAAAAAAIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAABAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABgAAAAABIAAAAAACggAAAAAAIAAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABBgAAAAABAQAAAAAAAQAAAAAAIAAAAAABAQAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAACAQAAAAAAAQAAAAAAIAAAAAAAggAAAAAAIAAAAAAAAQAAAAAABgAAAAAAAQAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAACggAAAAAABwAAAAAGfgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAABAQAAAAAAIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAABAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABgAAAAADIAAAAAACggAAAAAAIAAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABBgAAAAACAQAAAAAAAQAAAAAAIAAAAAADAQAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAAAAQAAAAAAAQAAAAAAIAAAAAABggAAAAAAIAAAAAACAQAAAAAABgAAAAADAQAAAAAAggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAABwAAAAAEfgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAIAAAAAAADwAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAADwAAAAAAIAAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAAGBwAAAAAEggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAADfgAAAAACBwAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAADBwAAAAADfgAAAAADfgAAAAACggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADfgAAAAABBwAAAAAGfgAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAAABwAAAAAAfgAAAAABBwAAAAABggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAfgAAAAABBwAAAAACfgAAAAABggAAAAAAggAAAAAA + tiles: YgAAAAABggAAAAAAAQAAAAAAIAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAAQAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAYgAAAAAAAQAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADAQAAAAAABgAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACBwAAAAADBwAAAAAFggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAACfgAAAAADBwAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADBwAAAAADfgAAAAACfgAAAAACggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAADfgAAAAACBwAAAAADfgAAAAADggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAAABwAAAAADfgAAAAAABwAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAfgAAAAADBwAAAAACfgAAAAABggAAAAAAggAAAAAA version: 6 3,-2: ind: 3,-2 @@ -124,31 +124,31 @@ entities: version: 6 3,-1: ind: 3,-1 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAABwAAAAAGggAAAAAADQAAAAABggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAAFggAAAAAAggAAAAAABwAAAAABBwAAAAAFggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAABwAAAAADfgAAAAADggAAAAAABwAAAAADggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAABwAAAAAGggAAAAAADQAAAAACggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAADggAAAAAAggAAAAAABwAAAAAEBwAAAAAGggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAABwAAAAACfgAAAAACggAAAAAABwAAAAAGggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: AQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAADAQAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACCwAAAAAAYgAAAAACggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAADYgAAAAABYgAAAAABYgAAAAADYgAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAAAggAAAAAAYgAAAAAAYgAAAAADggAAAAAAIAAAAAADIAAAAAACIAAAAAABAQAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACggAAAAAACwAAAAAAYgAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAADggAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAACIAAAAAACIAAAAAAAIAAAAAABIAAAAAADggAAAAAAYgAAAAAAYgAAAAACggAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAABggAAAAAAIAAAAAADIAAAAAABIAAAAAAAggAAAAAAYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABggAAAAAAYgAAAAAAYgAAAAACggAAAAAAIAAAAAABIAAAAAADIAAAAAAAggAAAAAAYgAAAAACYgAAAAADggAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADggAAAAAACwAAAAAAYgAAAAACggAAAAAAIAAAAAACIAAAAAAAIAAAAAADAQAAAAAAYgAAAAADYgAAAAABAQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACAQAAAAAAYgAAAAACYgAAAAACggAAAAAAIAAAAAABIAAAAAACIAAAAAABggAAAAAAYgAAAAACYgAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAYgAAAAABYgAAAAACggAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAADYgAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADYgAAAAADYgAAAAABYgAAAAADYgAAAAACYgAAAAABggAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAABIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAAAYgAAAAACYgAAAAADYgAAAAACYgAAAAABYgAAAAACggAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAACggAAAAAAIAAAAAAD + tiles: AQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAABggAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACggAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAADggAAAAAAIAAAAAAAIAAAAAACIAAAAAABAQAAAAAAYgAAAAABYgAAAAACCwAAAAABYgAAAAACggAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAAAggAAAAAABgAAAAABAQAAAAAAIAAAAAADIAAAAAAAAQAAAAAABgAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAADIAAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAACYgAAAAADggAAAAAAAQAAAAAABgAAAAADIAAAAAADIAAAAAADAQAAAAAABgAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAADCwAAAAAAYgAAAAACggAAAAAAAQAAAAAAAQAAAAAAIAAAAAADIAAAAAACBgAAAAACAQAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAACggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAggAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAABggAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAAAggAAAAAAIAAAAAADCwAAAAACYgAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAYgAAAAADAQAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAABAQAAAAAAIAAAAAABYgAAAAAAYgAAAAABggAAAAAAggAAAAAAcAAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAABggAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAACggAAAAAAIAAAAAABYgAAAAADYgAAAAADggAAAAAAggAAAAAAcAAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAABggAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAACIAAAAAABIAAAAAABYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAACggAAAAAAYgAAAAABYgAAAAAAYgAAAAAAAQAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAACIAAAAAADIAAAAAACYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAAAggAAAAAAggAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: YgAAAAACYgAAAAADggAAAAAADwAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAABggAAAAAAYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADCwAAAAACYgAAAAABYgAAAAABYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACAQAAAAAAfgAAAAAABwAAAAAEfgAAAAAAggAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAAAggAAAAAABwAAAAABfgAAAAACfgAAAAADggAAAAAAYgAAAAACggAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAABfgAAAAAABwAAAAACggAAAAAAYgAAAAACAQAAAAAAIAAAAAAAIAAAAAABAQAAAAAAggAAAAAAggAAAAAAfgAAAAADfgAAAAABBwAAAAACfgAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAABggAAAAAAYgAAAAACggAAAAAAIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAABwAAAAAEfgAAAAAAfgAAAAABBwAAAAAEIAAAAAADIAAAAAACIAAAAAACIAAAAAACAQAAAAAAYgAAAAABggAAAAAADwAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAfgAAAAAABwAAAAAFfgAAAAACfgAAAAABIAAAAAABIAAAAAADIAAAAAADIAAAAAABAQAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAfgAAAAABfgAAAAADBwAAAAADfgAAAAACIAAAAAACIAAAAAAAIAAAAAADIAAAAAACggAAAAAAYgAAAAACAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAACfgAAAAABfgAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACggAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAADggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAB + tiles: YgAAAAABYgAAAAADggAAAAAADwAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACggAAAAAAYgAAAAADYgAAAAADggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABggAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADCwAAAAADYgAAAAACYgAAAAABYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAIAAAAAAAIAAAAAABIAAAAAABAQAAAAAAfgAAAAABBwAAAAACfgAAAAACggAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAABggAAAAAABwAAAAAEfgAAAAACfgAAAAADggAAAAAAYgAAAAABggAAAAAAIAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAAABwAAAAAFggAAAAAAYgAAAAACAQAAAAAAIAAAAAAAIAAAAAABAQAAAAAAggAAAAAAggAAAAAAfgAAAAABfgAAAAAABwAAAAACfgAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAADggAAAAAAYgAAAAABggAAAAAAIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAABwAAAAAFfgAAAAABfgAAAAABBwAAAAAEIAAAAAABIAAAAAADIAAAAAACIAAAAAADAQAAAAAAYgAAAAACggAAAAAADwAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAfgAAAAACBwAAAAACfgAAAAABfgAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABAQAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAfgAAAAABfgAAAAACBwAAAAABfgAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAYgAAAAABAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAAFfgAAAAAAfgAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAADggAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAACYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACYgAAAAAC version: 6 -2,-1: ind: -2,-1 - tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAABgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADggAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACggAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAADggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAADAQAAAAAAIAAAAAADIAAAAAAAIAAAAAABAQAAAAAAYgAAAAAAYgAAAAACggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACggAAAAAAIAAAAAACIAAAAAAAIAAAAAABggAAAAAAYgAAAAABYgAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAAAAQAAAAAAIAAAAAACIAAAAAABIAAAAAACAQAAAAAAYgAAAAACYgAAAAACAQAAAAAAggAAAAAAcAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAAQAAAAAAggAAAAAAcAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAABggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAAAggAAAAAAYgAAAAABYgAAAAADggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAABwAAAAACfgAAAAABIAAAAAADIAAAAAABIAAAAAAAggAAAAAAYgAAAAACYgAAAAACggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAggAAAAAAfgAAAAAABwAAAAAGIAAAAAACIAAAAAAAIAAAAAADggAAAAAAYgAAAAACYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAfgAAAAACfgAAAAABIAAAAAABIAAAAAACIAAAAAAAggAAAAAAYgAAAAAAYgAAAAABggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAADYgAAAAADYgAAAAAA + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAABgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAACAQAAAAAAIAAAAAAAIAAAAAABIAAAAAABAQAAAAAAYgAAAAACYgAAAAABggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAABggAAAAAAIAAAAAAAIAAAAAADIAAAAAADggAAAAAAYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADAQAAAAAAIAAAAAAAIAAAAAACIAAAAAADAQAAAAAAYgAAAAADYgAAAAAAAQAAAAAAggAAAAAAcAAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAADAQAAAAAAggAAAAAAcAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAABggAAAAAAYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACggAAAAAAYgAAAAABYgAAAAACggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAABwAAAAAGfgAAAAABIAAAAAABIAAAAAABIAAAAAADggAAAAAAYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAggAAAAAAfgAAAAABBwAAAAAGIAAAAAAAIAAAAAADIAAAAAAAggAAAAAAYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAfgAAAAABfgAAAAABIAAAAAACIAAAAAAAIAAAAAADggAAAAAAYgAAAAADYgAAAAABggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAABYgAAAAAAYgAAAAACYgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: AgAAAAAAAAAAAAAAAgAAAAAAggAAAAAABwAAAAAAfgAAAAAABwAAAAACfgAAAAADggAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAADYgAAAAADAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAABwAAAAAFBwAAAAAGfgAAAAABBwAAAAACggAAAAAAYgAAAAACYgAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAZAAAAAAAZAAAAAAAZAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAAAIAAAAAADBgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABAgAAAAAAggAAAAAADQAAAAACggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAIAAAAAACggAAAAAAIAAAAAABIAAAAAACIAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAADQAAAAACggAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAABggAAAAAAIAAAAAACIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAACIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAAC + tiles: AgAAAAAAAAAAAAAAAgAAAAAAggAAAAAABwAAAAAAfgAAAAADBwAAAAAEfgAAAAACggAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAABwAAAAABBwAAAAAEfgAAAAADBwAAAAABggAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAZAAAAAACZAAAAAACZAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAACIAAAAAABBgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAABAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACAgAAAAAAggAAAAAADQAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAADggAAAAAAIAAAAAACIAAAAAAAIAAAAAACAgAAAAAAggAAAAAAggAAAAAAggAAAAAADQAAAAABggAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAACggAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAABIAAAAAAAIAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAABggAAAAAAIAAAAAADIAAAAAAAIAAAAAAA version: 6 1,1: ind: 1,1 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAABBAAAAAABBAAAAAABBAAAAAABggAAAAAABAAAAAADBAAAAAAAAQAAAAAABgAAAAADggAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAADggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAADggAAAAAABAAAAAAABAAAAAADBAAAAAAABAAAAAADBAAAAAADBAAAAAACBAAAAAACBAAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACAQAAAAAABAAAAAABBAAAAAACBAAAAAADBAAAAAABBAAAAAABBAAAAAAABAAAAAACBAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAABBAAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAABBAAAAAABBAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAABBAAAAAADBAAAAAACAQAAAAAABAAAAAADBAAAAAADBAAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAAAggAAAAAAAQAAAAAAggAAAAAABAAAAAABBAAAAAAABAAAAAADBAAAAAACggAAAAAABAAAAAACBAAAAAADBAAAAAADggAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAABAQAAAAAABgAAAAADggAAAAAABAAAAAABBAAAAAAABAAAAAACBAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAAAIAAAAAABIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACBwAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAABAAAAAACIAAAAAABIAAAAAABIAAAAAADggAAAAAABgAAAAACAQAAAAAAggAAAAAABwAAAAACBwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAABgAAAAACAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAABAAAAAAABAAAAAADBAAAAAADBAAAAAACBAAAAAAAggAAAAAABAAAAAACBAAAAAAAAQAAAAAABgAAAAADggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAADggAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAggAAAAAABAAAAAADBAAAAAABBAAAAAABBAAAAAACBAAAAAAABAAAAAACBAAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAAQAAAAAABAAAAAADBAAAAAACBAAAAAADBAAAAAAABAAAAAADBAAAAAABBAAAAAABBAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAACBAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAABAAAAAAABAAAAAADBAAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAABAAAAAADBAAAAAADBAAAAAAAAQAAAAAABAAAAAABBAAAAAABBAAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAACggAAAAAAAQAAAAAAggAAAAAABAAAAAABBAAAAAABBAAAAAACBAAAAAACggAAAAAABAAAAAACBAAAAAADBAAAAAADggAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAAQAAAAAABgAAAAACggAAAAAABAAAAAACBAAAAAADBAAAAAACBAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAABIAAAAAADIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAABIAAAAAABIAAAAAACIAAAAAACggAAAAAABgAAAAACAQAAAAAAggAAAAAABwAAAAABBwAAAAAGggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAABgAAAAADAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAYwAAAAADYwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAACYwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAABggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAACggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAADggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAfgAAAAACfgAAAAABfgAAAAABfgAAAAACBwAAAAABggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAgAAAAAABwAAAAAABwAAAAAGfgAAAAAABwAAAAAAfgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADfgAAAAABBwAAAAAEfgAAAAACfgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADggAAAAAAAQAAAAAAIAAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAAQAAAAAAIAAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAAQAAAAAAIAAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAA version: 6 1,-3: ind: 1,-3 @@ -156,23 +156,23 @@ entities: version: 6 -1,-3: ind: -1,-3 - tiles: ggAAAAAAggAAAAAACAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAACAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAACAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAACAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAAQAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYwAAAAAAYwAAAAAAYwAAAAACggAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYwAAAAABYwAAAAABYwAAAAABggAAAAAAYwAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADfgAAAAACfgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYwAAAAABggAAAAAAggAAAAAAggAAAAAABwAAAAABfgAAAAACBwAAAAABggAAAAAAggAAAAAABgAAAAAABgAAAAABggAAAAAAYgAAAAADYgAAAAAAYgAAAAAAggAAAAAAIAAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABAQAAAAAAIAAAAAAAIAAAAAABIAAAAAACggAAAAAABwAAAAAGBwAAAAAFfgAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAAAggAAAAAAfgAAAAACfgAAAAABBwAAAAABggAAAAAAYgAAAAABYgAAAAADYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADggAAAAAAIAAAAAADIAAAAAADIAAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAABggAAAAAAIAAAAAADIAAAAAACIAAAAAABggAAAAAABwAAAAAFIAAAAAAAIAAAAAADggAAAAAAIAAAAAABIAAAAAABIAAAAAACAQAAAAAAYgAAAAADYgAAAAACYgAAAAADAQAAAAAAIAAAAAACIAAAAAABIAAAAAADAQAAAAAAfgAAAAADIAAAAAACIAAAAAABggAAAAAAIAAAAAADIAAAAAAAIAAAAAADggAAAAAAYgAAAAABYgAAAAAAYgAAAAADggAAAAAAIAAAAAAAIAAAAAACIAAAAAADggAAAAAAfgAAAAAD + tiles: ggAAAAAAggAAAAAACAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAACAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAACAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAABgAAAAABcAAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAACAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAABgAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACfgAAAAACggAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAACAQAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACfgAAAAADggAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACBgAAAAABAQAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAABggAAAAAAggAAAAAAAQAAAAAAIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAACAQAAAAAAYgAAAAABYgAAAAADIAAAAAAAIAAAAAACggAAAAAAYgAAAAAAYgAAAAAAYgAAAAABggAAAAAAYwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAACIAAAAAABIAAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAABAQAAAAAAYwAAAAADIAAAAAABggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAggAAAAAAYgAAAAACYgAAAAAC version: 6 -2,-3: ind: -2,-3 - tiles: ggAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACfgAAAAABggAAAAAAfgAAAAACfgAAAAACggAAAAAABwAAAAAAfgAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAggAAAAAAfgAAAAABBwAAAAADAQAAAAAAfgAAAAACBwAAAAAGAQAAAAAAfgAAAAAABwAAAAAGggAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADggAAAAAABwAAAAABfgAAAAAAggAAAAAABwAAAAAAfgAAAAADggAAAAAABwAAAAABfgAAAAACggAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAAAYgAAAAADAQAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAABCwAAAAACCwAAAAABYgAAAAACYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAAAAQAAAAAAAQAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAABYgAAAAABYgAAAAACYgAAAAADYgAAAAACYgAAAAABYgAAAAADYgAAAAADYgAAAAADAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAAAggAAAAAAggAAAAAAIAAAAAABYgAAAAACYgAAAAAAggAAAAAAfgAAAAABfgAAAAACggAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAADggAAAAAAYgAAAAABYgAAAAAAggAAAAAAIAAAAAAAIAAAAAACYgAAAAAAYgAAAAABAQAAAAAABwAAAAADfgAAAAACAQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAACggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAADYgAAAAADYgAAAAAAggAAAAAAfgAAAAADBwAAAAADggAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAADggAAAAAAYgAAAAACYgAAAAABggAAAAAAIAAAAAADIAAAAAADAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAAAggAAAAAAYgAAAAADYgAAAAAAggAAAAAAIAAAAAAAIAAAAAAB + tiles: ggAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAACAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACfgAAAAACggAAAAAAfgAAAAACfgAAAAAAggAAAAAABwAAAAAAfgAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAADIAAAAAACggAAAAAAfgAAAAAABwAAAAAAAQAAAAAAfgAAAAADBwAAAAAGAQAAAAAAfgAAAAABBwAAAAACggAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAggAAAAAABwAAAAAGfgAAAAAAggAAAAAABwAAAAACfgAAAAAAggAAAAAABwAAAAACfgAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAABfgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAACAQAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAACCwAAAAAACwAAAAACYgAAAAACYgAAAAABYgAAAAADYgAAAAADYgAAAAADYgAAAAAAYgAAAAACYgAAAAAAAQAAAAAAAQAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAADYgAAAAACYgAAAAACYgAAAAADYgAAAAADYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAACAQAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAggAAAAAAggAAAAAAIAAAAAABYgAAAAADYgAAAAAAggAAAAAAfgAAAAAAfgAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAADggAAAAAAYgAAAAABYgAAAAADggAAAAAAIAAAAAABIAAAAAAAYgAAAAACYgAAAAADAQAAAAAABwAAAAAGfgAAAAABAQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAAAYgAAAAAAYgAAAAAAggAAAAAAfgAAAAAABwAAAAAEggAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAACggAAAAAAYgAAAAAAYgAAAAACggAAAAAAIAAAAAAAIAAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACggAAAAAAYgAAAAABYgAAAAADggAAAAAAIAAAAAAAIAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAADIAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAADIAAAAAABAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACIAAAAAAAIAAAAAABIAAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAABAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAABIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAABAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: YgAAAAACYgAAAAACYgAAAAAAAQAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAABYgAAAAABYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAADAQAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAACYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAADAQAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAwAAAAADAwAAAAABBwAAAAAEAwAAAAABAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAADfgAAAAACfgAAAAACBwAAAAABAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAACBwAAAAAFBwAAAAAFfgAAAAABAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAACfgAAAAACfgAAAAABBwAAAAADAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAABBwAAAAADfgAAAAABfgAAAAACAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAACfgAAAAAABwAAAAAFfgAAAAABAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAwAAAAACAwAAAAACAwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: YgAAAAADYgAAAAAAYgAAAAADAQAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAACAQAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAAAYgAAAAACYgAAAAADYgAAAAADAQAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAwAAAAABAwAAAAABBwAAAAADAwAAAAAAAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAACfgAAAAACfgAAAAACBwAAAAAFAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAABBwAAAAAFBwAAAAADfgAAAAABAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAACfgAAAAADfgAAAAADBwAAAAAAAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAAABwAAAAAFfgAAAAAAfgAAAAACAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAADfgAAAAADBwAAAAAAfgAAAAADAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAwAAAAAAAwAAAAACAwAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 -3,1: ind: -3,1 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAEAAAAAAAggAAAAAABQAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAEAAAAAAABQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABQAAAAAAggAAAAAABQAAAAAAIAAAAAABIAAAAAACggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAcAAAAAAABQAAAAAAAQAAAAAABQAAAAAAggAAAAAAggAAAAAABQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAEAAAAAAABQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABQAAAAAAggAAAAAABQAAAAAAIAAAAAACIAAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAEAAAAAAAggAAAAAABQAAAAAAIAAAAAAAIAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAIAAAAAAAYgAAAAACggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAEAAAAAAAggAAAAAABQAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAEAAAAAAABQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABQAAAAAAggAAAAAABQAAAAAAIAAAAAABIAAAAAADggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAcAAAAAAABQAAAAAAAQAAAAAABQAAAAAAggAAAAAAggAAAAAABQAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAEAAAAAAABQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABQAAAAAAggAAAAAABQAAAAAAIAAAAAAAIAAAAAABggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAEAAAAAAAggAAAAAABQAAAAAAIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAIAAAAAABYgAAAAACggAAAAAA version: 6 2,-3: ind: 2,-3 @@ -180,7 +180,7 @@ entities: version: 6 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: ggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 2,-4: ind: 2,-4 @@ -188,19 +188,19 @@ entities: version: 6 -3,0: ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAIAAAAAACcAAAAAAAcAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAABQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAADEAAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAIAAAAAAAcAAAAAAAcAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAABQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAABEAAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 -2,1: ind: -2,1 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAAAAQAAAAAAIAAAAAADIAAAAAABIAAAAAABBgAAAAACggAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAADAQAAAAAAIAAAAAACIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAACggAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAABAQAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAACYgAAAAACYgAAAAABAQAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAADYgAAAAAAYgAAAAACYgAAAAADYgAAAAADAQAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABggAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAABggAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAADYgAAAAABYgAAAAACggAAAAAAIAAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAADggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAAFfgAAAAACggAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAABIAAAAAADggAAAAAAAQAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACBwAAAAADAQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAACBwAAAAABggAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAABcAAAAAAAggAAAAAAIAAAAAABggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAADQAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAACggAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAABAQAAAAAAIAAAAAADIAAAAAABIAAAAAACBgAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAADAQAAAAAAIAAAAAABIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAACggAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAACAQAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAAAYgAAAAACAQAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAACggAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACggAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAACggAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAADggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAAEfgAAAAACggAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAABggAAAAAAAQAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAACAQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAAGggAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAABcAAAAAAAggAAAAAAIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAADQAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAADggAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAcAAAAAAAcAAAAAAAggAAAAAAggAAAAAAcAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAADAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAABfgAAAAACBwAAAAADfgAAAAACBwAAAAAEggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAABwAAAAACfgAAAAADfgAAAAACfgAAAAAAfgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAADIAAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADggAAAAAAfgAAAAABfgAAAAABBwAAAAAFIAAAAAAAIAAAAAABAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAAGfgAAAAADfgAAAAAAIAAAAAAAIAAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAJAAAAAACZAAAAAABZAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAJAAAAAABZAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAZAAAAAADZAAAAAAAZAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAZAAAAAADZAAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAA + tiles: AAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAABAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAADfgAAAAAABwAAAAAEfgAAAAAABwAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAACfgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAABIAAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAfgAAAAACfgAAAAACBwAAAAADIAAAAAABIAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAAFfgAAAAADfgAAAAABIAAAAAABIAAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAJAAAAAADZAAAAAACZAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAJAAAAAACZAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAZAAAAAAAZAAAAAAAZAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAZAAAAAAAZAAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAggAAAAAAIAAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA version: 6 -2,-4: ind: -2,-4 @@ -212,11 +212,11 @@ entities: version: 6 -4,-2: ind: -4,-2 - tiles: YgAAAAACDQAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAggAAAAAAYgAAAAABDgAAAAABYgAAAAACYgAAAAADggAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAABggAAAAAAYgAAAAADYgAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAADYgAAAAADYgAAAAACYgAAAAACYgAAAAACYgAAAAAAYgAAAAABYgAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: YgAAAAABDQAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAACggAAAAAAYgAAAAADDgAAAAADYgAAAAADYgAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAADYgAAAAACYgAAAAABYgAAAAACYgAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAADYgAAAAACYgAAAAABYgAAAAAAYgAAAAACYgAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAggAAAAAAAQAAAAAADQAAAAACDgAAAAABYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADggAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAggAAAAAAAQAAAAAADQAAAAACDgAAAAAEYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-3: ind: -5,-3 @@ -224,27 +224,27 @@ entities: version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAIAAAAAAAIAAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAABAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAADAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAADIAAAAAABIAAAAAABAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAACAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAADIAAAAAACIAAAAAADIAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAADBAAAAAAAggAAAAAABAAAAAAABAAAAAABBAAAAAABBAAAAAACBAAAAAACBAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABAAAAAAABAAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAACBAAAAAABBAAAAAAABAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABAAAAAACBAAAAAABggAAAAAABAAAAAAABAAAAAABBAAAAAAABAAAAAADBAAAAAABBAAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAADggAAAAAAggAAAAAAggAAAAAAIAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAACggAAAAAABwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAABggAAAAAAggAAAAAAggAAAAAAfgAAAAAABwAAAAAADQAAAAABAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAAAggAAAAAABgAAAAABggAAAAAABwAAAAADBwAAAAADfgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAfgAAAAABggAAAAAABwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAABggAAAAAABAAAAAAABAAAAAABBAAAAAAABAAAAAABBAAAAAABBAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABAAAAAACBAAAAAACAQAAAAAABAAAAAACBAAAAAAABAAAAAABBAAAAAABBAAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAABAAAAAABBAAAAAABggAAAAAABAAAAAAABAAAAAADBAAAAAACBAAAAAADBAAAAAAABAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAABgAAAAACggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABwAAAAADggAAAAAABwAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAABggAAAAAAggAAAAAAggAAAAAAfgAAAAACBwAAAAAFDQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAAAggAAAAAABgAAAAACggAAAAAABwAAAAAFBwAAAAABfgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAfgAAAAABggAAAAAABwAAAAAFggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAA version: 6 0,2: ind: 0,2 - tiles: ggAAAAAAggAAAAAABgAAAAACAQAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAACggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAACAQAAAAAAAQAAAAAAYgAAAAACfgAAAAADBwAAAAAEfgAAAAADggAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAAABwAAAAAFfgAAAAACBwAAAAADggAAAAAAYgAAAAADYgAAAAACcAAAAAAAcAAAAAAAYgAAAAACcAAAAAAAcAAAAAAAYgAAAAADYgAAAAADcAAAAAAAcAAAAAAAYgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAADcAAAAAAAcAAAAAAAYgAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAADIAAAAAABIAAAAAADIAAAAAABggAAAAAAYgAAAAABYgAAAAACcAAAAAAAcAAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAABYgAAAAACcAAAAAAAcAAAAAAAYgAAAAABIAAAAAABIAAAAAACIAAAAAADggAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAAAYgAAAAADIAAAAAACIAAAAAADIAAAAAABAQAAAAAAAQAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAADYgAAAAACYgAAAAAAYgAAAAABIAAAAAAAIAAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ggAAAAAAggAAAAAABgAAAAABAQAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAABYgAAAAABYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAAQAAAAAAAQAAAAAAYgAAAAABfgAAAAAABwAAAAAFfgAAAAABggAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAACYgAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAADYgAAAAAAYgAAAAAABwAAAAAEfgAAAAACBwAAAAAEggAAAAAAYgAAAAABYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAACYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAABggAAAAAAAQAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAACcAAAAAAAcAAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAADYgAAAAABcAAAAAAAcAAAAAAAYgAAAAACIAAAAAADIAAAAAABIAAAAAAAggAAAAAAYgAAAAADYgAAAAACcAAAAAAAcAAAAAAAYgAAAAABcAAAAAAAcAAAAAAAYgAAAAABYgAAAAAAcAAAAAAAcAAAAAAAYgAAAAABIAAAAAAAIAAAAAABIAAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAADIAAAAAADIAAAAAADIAAAAAADAQAAAAAAAQAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAACYgAAAAACYgAAAAACYgAAAAADYgAAAAACYgAAAAACIAAAAAADIAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAYgAAAAABggAAAAAAIAAAAAABDAAAAAADDAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAAQAAAAAAZAAAAAAAZAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADggAAAAAAIAAAAAAADAAAAAAADAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAZAAAAAACZAAAAAACggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAYgAAAAABAQAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAZAAAAAAAZAAAAAABggAAAAAAggAAAAAAAAAAAAAAggAAAAAAYgAAAAADggAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAZAAAAAADZAAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAYgAAAAACAQAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAADggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAYgAAAAACggAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABIAAAAAADIAAAAAADDwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAACIAAAAAAAIAAAAAADDwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAYgAAAAACggAAAAAAIAAAAAABDAAAAAAADAAAAAABIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAZAAAAAADZAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAIAAAAAABDAAAAAAADAAAAAADIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAZAAAAAAAZAAAAAABggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAYgAAAAABAQAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAZAAAAAACZAAAAAACggAAAAAAggAAAAAAAAAAAAAAggAAAAAAYgAAAAACggAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAACggAAAAAAAQAAAAAAggAAAAAAggAAAAAAZAAAAAACZAAAAAABggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAYgAAAAAAAQAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAYgAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAADIAAAAAABIAAAAAACDwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAAAIAAAAAACIAAAAAAADwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAADggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAADggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAAAYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAggAAAAAAAQAAAAAAYgAAAAADYgAAAAABIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAADIAAAAAADggAAAAAABgAAAAAAggAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAACIAAAAAADggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAADIAAAAAACggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADYgAAAAAAIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAADIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAABAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAAAggAAAAAABgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAABggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAggAAAAAAAQAAAAAAYgAAAAAAYgAAAAABIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAACYgAAAAABYgAAAAABIAAAAAABggAAAAAABgAAAAACggAAAAAAAgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAAAYgAAAAABYgAAAAABIAAAAAACggAAAAAAAQAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAADYgAAAAACYgAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAACIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAIAAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAggAAAAAAAQAAAAAAYgAAAAACYgAAAAADIAAAAAACggAAAAAAggAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 @@ -260,11 +260,11 @@ entities: version: 6 -2,2: ind: -2,2 - tiles: YgAAAAACggAAAAAAggAAAAAADgAAAAACggAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAADgAAAAAEYgAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABDQAAAAACYgAAAAABYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAggAAAAAAIAAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAABIAAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: YgAAAAACggAAAAAAggAAAAAADgAAAAAAggAAAAAAggAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAADAQAAAAAAggAAAAAAggAAAAAAggAAAAAADgAAAAADYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAADDQAAAAABYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACIAAAAAADggAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAIAAAAAABIAAAAAADIAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAAQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAADDgAAAAAEDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAABggAAAAAAYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAIAAAAAACIAAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAAADgAAAAACDQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAIAAAAAAAggAAAAAAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAIAAAAAAAIAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,1: ind: -4,1 @@ -276,7 +276,7 @@ entities: version: 6 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAABDgAAAAAEYgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAADQAAAAABYgAAAAACYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAAAYgAAAAADDgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAADYgAAAAADDQAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAACggAAAAAAYgAAAAAAggAAAAAAggAAAAAABgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAABDgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAADQAAAAABYgAAAAAAYgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAAADgAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAAAYgAAAAADDQAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAYgAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAABgAAAAADggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAAQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA version: 6 -2,3: ind: -2,3 @@ -288,11 +288,11 @@ entities: version: 6 3,0: ind: 3,0 - tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADQAAAAACggAAAAAAfgAAAAABBwAAAAAGfgAAAAADggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAfgAAAAACBwAAAAABBwAAAAACggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAA + tiles: ggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAADQAAAAABggAAAAAAfgAAAAADBwAAAAAEfgAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAggAAAAAAggAAAAAAfgAAAAADBwAAAAAGBwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAggAAAAAAggAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 @@ -318,6 +318,14 @@ entities: ind: -4,0 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 + 0,-5: + ind: 0,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAA + version: 6 + 1,-5: + ind: 1,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 - type: Broadphase - type: Physics bodyStatus: InAir @@ -373,6 +381,20 @@ entities: decals: 8553: 5.9731264,37.993595 8554: 6.9731264,37.993595 + - node: + angle: -3.141592653589793 rad + color: '#EFB34196' + id: Arrows + decals: + 13645: -8.034756,-22.43402 + 13648: -8.034756,-23.957457 + 13649: -9.034756,-17.972565 + - node: + color: '#EFB34196' + id: Arrows + decals: + 13642: -10,-22 + 13647: -10.003506,-23.52777 - node: angle: 1.5707963267948966 rad color: '#D4D4D496' @@ -444,6 +466,12 @@ entities: 12555: 56,-22 12740: 15,25 12741: 12,23 + 13690: 2,-33 + 13691: 2,-34 + 13692: 2,-35 + 13693: 4,-33 + 13694: 4,-34 + 13695: 4,-35 - node: color: '#D4D4D496' id: BotGreyscale @@ -476,9 +504,6 @@ entities: 5524: -10,26 5525: -11,26 5553: -31,-22 - 5554: -3,-29 - 5570: -5,-33 - 5571: -4,-33 11833: 20,-23 12119: -14,14 12120: -14,13 @@ -654,7 +679,6 @@ entities: color: '#334E6DC8' id: BrickTileSteelCornerNe decals: - 211: -11,-33 621: -29,-6 632: -40,-12 674: -25,-2 @@ -663,6 +687,7 @@ entities: 1465: 2,40 6180: 39,-15 10916: -25,-8 + 13664: 0,-37 - node: color: '#52B4E996' id: BrickTileSteelCornerNe @@ -686,7 +711,6 @@ entities: color: '#9FED5896' id: BrickTileSteelCornerNe decals: - 200: -3,-37 9770: 16,9 - node: color: '#A4610696' @@ -706,28 +730,25 @@ entities: id: BrickTileSteelCornerNe decals: 4024: -10,26 - 5336: -3,-41 6281: -23,-34 6460: 4,21 11873: 21,-14 13405: -36,22 13416: -36,16 + 13657: -11,-33 - node: color: '#DE3A3A96' id: BrickTileSteelCornerNe decals: - 11: -6,-25 - 12: -2,-25 - 13: -2,-21 - 15: 2,-17 - 18: -12,-20 - 19: -11,-21 - 56: -7,-33 738: -37,-9 877: -34,-34 894: -18,-42 902: 20,-9 918: -2,30 + 13491: 0,-25 + 13533: 2,-18 + 13590: 6,-27 + 13594: -4,-29 - node: color: '#EFB34196' id: BrickTileSteelCornerNe @@ -741,7 +762,6 @@ entities: color: '#334E6DC8' id: BrickTileSteelCornerNw decals: - 213: -13,-33 613: -43,-6 630: -56,-12 676: -27,-2 @@ -750,6 +770,8 @@ entities: 1337: 7,-18 1467: 0,40 12273: -22,26 + 13662: -2,-37 + 13663: -5,-38 - node: color: '#52B4E996' id: BrickTileSteelCornerNw @@ -772,7 +794,6 @@ entities: color: '#9FED5896' id: BrickTileSteelCornerNw decals: - 202: -5,-37 9778: 13,9 - node: color: '#A4610696' @@ -791,22 +812,21 @@ entities: id: BrickTileSteelCornerNw decals: 4025: -11,26 - 5337: -5,-41 6280: -26,-34 6461: 3,21 + 13655: -13,-33 - node: color: '#DE3A3A96' id: BrickTileSteelCornerNw decals: - 4: -13,-20 - 5: -6,-21 - 6: -5,-17 - 9: -9,-33 739: -38,-9 878: -37,-34 891: -23,-42 903: 18,-9 917: -4,30 + 13530: -1,-18 + 13593: -6,-29 + 13738: -7,-35 - node: color: '#EFB34196' id: BrickTileSteelCornerNw @@ -828,6 +848,7 @@ entities: 10917: -25,-10 12271: -20,23 13104: -46,-13 + 13667: 0,-40 - node: color: '#52B4E996' id: BrickTileSteelCornerSe @@ -844,11 +865,6 @@ entities: 11598: 7,-7 11599: 3,-7 11600: 2,-8 - - node: - color: '#9FED5896' - id: BrickTileSteelCornerSe - decals: - 205: -3,-39 - node: color: '#A4610696' id: BrickTileSteelCornerSe @@ -867,26 +883,24 @@ entities: id: BrickTileSteelCornerSe decals: 4023: -10,24 - 5338: -3,-42 6462: 4,19 11874: 21,-15 13404: -36,18 + 13658: -11,-34 - node: color: '#DE3A3A96' id: BrickTileSteelCornerSe decals: - 20: -6,-31 - 21: -2,-29 - 23: -2,-23 - 25: 2,-19 - 27: -11,-23 - 28: -7,-36 741: -37,-10 879: -34,-36 892: -18,-44 904: 20,-12 919: -2,27 12905: -34,-40 + 13534: 2,-19 + 13591: 6,-28 + 13596: -4,-33 + 13739: -4,-36 - node: color: '#EFB34196' id: BrickTileSteelCornerSe @@ -906,6 +920,7 @@ entities: 1472: 0,37 12272: -22,23 13107: -44,-13 + 13668: -5,-40 - node: color: '#52B4E996' id: BrickTileSteelCornerSw @@ -924,11 +939,6 @@ entities: id: BrickTileSteelCornerSw decals: 5643: -6,5 - - node: - color: '#9FED5896' - id: BrickTileSteelCornerSw - decals: - 206: -5,-39 - node: color: '#A4610696' id: BrickTileSteelCornerSw @@ -948,23 +958,22 @@ entities: id: BrickTileSteelCornerSw decals: 4026: -11,24 - 5339: -5,-42 6459: 3,19 + 13654: -13,-34 - node: color: '#DE3A3A96' id: BrickTileSteelCornerSw decals: - 29: -9,-36 - 30: -13,-23 - 31: -6,-23 - 32: -4,-29 - 33: -5,-19 740: -38,-10 880: -37,-36 893: -23,-44 905: 18,-12 920: -4,27 12904: -38,-40 + 13505: -5,-27 + 13586: 2,-28 + 13595: -6,-33 + 13740: -7,-36 - node: color: '#EFB34196' id: BrickTileSteelCornerSw @@ -975,6 +984,11 @@ entities: id: BrickTileSteelEndE decals: 747: -36,-6 + - node: + color: '#DE3A3A96' + id: BrickTileSteelEndE + decals: + 13541: 3,-22 - node: color: '#EFB34196' id: BrickTileSteelEndE @@ -1000,13 +1014,13 @@ entities: color: '#334E6DC8' id: BrickTileSteelInnerNe decals: - 229: -11,-34 685: -26,-2 694: -29,-8 1326: 31,23 1475: 2,38 10974: -55,-12 10975: -53,-12 + 13660: -1,-37 - node: cleanable: True color: '#334E6DC8' @@ -1029,11 +1043,6 @@ entities: id: BrickTileSteelInnerNe decals: 5680: -5,10 - - node: - color: '#9FED5896' - id: BrickTileSteelInnerNe - decals: - 198: -3,-38 - node: color: '#D381C996' id: BrickTileSteelInnerNe @@ -1045,7 +1054,6 @@ entities: color: '#D4D4D496' id: BrickTileSteelInnerNe decals: - 5341: -4,-41 13408: -37,22 13409: -36,20 13420: -37,16 @@ -1054,14 +1062,11 @@ entities: color: '#DE3A3A96' id: BrickTileSteelInnerNe decals: - 100: -4,-25 - 101: -4,-21 - 103: -8,-22 - 104: -8,-33 - 132: -12,-21 - 197: -7,-34 - 4052: -11,-22 - 10235: -8,-25 + 13506: -4,-25 + 13549: 0,-22 + 13581: 0,-27 + 13604: -4,-31 + 13622: -10,-30 - node: color: '#EFB34196' id: BrickTileSteelInnerNe @@ -1078,6 +1083,9 @@ entities: 10972: -55,-12 10973: -53,-12 12277: -22,25 + 13661: -1,-37 + 13669: -5,-39 + 13677: -2,-38 - node: cleanable: True color: '#334E6DC8' @@ -1110,20 +1118,16 @@ entities: color: '#D4D4D496' id: BrickTileSteelInnerNw decals: - 5340: -4,-41 13422: -37,16 13433: -41,16 - node: color: '#DE3A3A96' id: BrickTileSteelInnerNw decals: - 122: -9,-31 - 123: -9,-34 - 124: -8,-33 - 126: -9,-22 - 127: -6,-22 - 128: -4,-21 - 9992: -9,-27 + 13548: -1,-22 + 13575: -2,-31 + 13576: -2,-35 + 13623: -11,-30 - node: color: '#EFB34196' id: BrickTileSteelInnerNw @@ -1133,7 +1137,6 @@ entities: color: '#334E6DC8' id: BrickTileSteelInnerSe decals: - 227: -11,-34 588: -29,-8 589: -29,-10 594: -53,-13 @@ -1165,8 +1168,6 @@ entities: color: '#9FED5896' id: BrickTileSteelInnerSe decals: - 199: -3,-38 - 5345: -4,-39 9779: 13,9 - node: color: '#D381C996' @@ -1185,12 +1186,12 @@ entities: color: '#DE3A3A96' id: BrickTileSteelInnerSe decals: - 107: -11,-22 - 108: -8,-22 - 111: -4,-23 - 121: -7,-34 12906: -34,-39 - 13074: -4,-19 + 13494: -1,-27 + 13538: 0,-19 + 13605: -4,-31 + 13651: -10,-25 + 13746: -4,-35 - node: color: '#334E6DC8' id: BrickTileSteelInnerSw @@ -1205,6 +1206,7 @@ entities: 12264: -18,24 12276: -22,25 13108: -44,-12 + 13670: -5,-39 - node: cleanable: True color: '#334E6DC8' @@ -1234,7 +1236,6 @@ entities: color: '#9FED5896' id: BrickTileSteelInnerSw decals: - 5344: -4,-39 9775: 16,9 - node: color: '#D381C996' @@ -1248,13 +1249,11 @@ entities: color: '#DE3A3A96' id: BrickTileSteelInnerSw decals: - 112: -4,-23 - 113: -9,-22 - 118: -8,-31 - 120: -9,-34 - 131: -6,-22 - 9991: -9,-27 - 13075: -4,-19 + 13495: -2,-27 + 13578: -1,-35 + 13579: -2,-31 + 13592: 2,-27 + 13625: -11,-25 - node: color: '#EFB34196' id: BrickTileSteelInnerSw @@ -1264,7 +1263,6 @@ entities: color: '#334E6DC8' id: BrickTileSteelLineE decals: - 224: -11,-35 622: -29,-7 623: -29,-11 682: -25,-3 @@ -1280,6 +1278,8 @@ entities: 10918: -25,-5 12265: -18,24 12266: -18,25 + 13665: 0,-38 + 13666: 0,-39 - node: color: '#52B4E996' id: BrickTileSteelLineE @@ -1338,28 +1338,39 @@ entities: color: '#DE3A3A96' id: BrickTileSteelLineE decals: - 57: -7,-35 - 63: -8,-24 - 64: -8,-23 - 65: -8,-21 - 67: 2,-18 - 74: -2,-26 - 75: -2,-27 - 76: -2,-28 884: -34,-35 896: -18,-43 909: 20,-10 910: 20,-11 911: -2,29 912: -2,28 - 5835: -8,-17 - 5836: -8,-18 - 5837: -8,-19 - 9986: -6,-26 - 9987: -6,-27 - 9988: -6,-28 - 9989: -6,-29 - 9990: -6,-30 + 13481: -4,-17 + 13482: -4,-18 + 13483: -4,-19 + 13484: -4,-21 + 13485: -4,-22 + 13486: -4,-23 + 13487: -4,-24 + 13492: 0,-26 + 13536: 0,-20 + 13537: 0,-21 + 13565: -1,-30 + 13566: -1,-31 + 13567: -1,-32 + 13568: -1,-33 + 13569: -1,-34 + 13570: -1,-35 + 13601: -4,-30 + 13602: -4,-32 + 13618: -10,-26 + 13619: -10,-27 + 13620: -10,-28 + 13621: -10,-29 + 13632: -8,-19 + 13633: -8,-20 + 13634: -8,-21 + 13635: -8,-22 + 13836: -8,-18 - node: color: '#EFB34196' id: BrickTileSteelLineE @@ -1376,7 +1387,6 @@ entities: color: '#334E6DC8' id: BrickTileSteelLineN decals: - 219: -12,-33 614: -39,-6 615: -35,-6 616: -34,-6 @@ -1410,6 +1420,8 @@ entities: 12269: -19,26 13105: -46,-12 13106: -44,-12 + 13675: -4,-38 + 13676: -3,-38 - node: color: '#43990996' id: BrickTileSteelLineN @@ -1439,7 +1451,6 @@ entities: color: '#9FED5896' id: BrickTileSteelLineN decals: - 201: -4,-37 4088: 28,-4 9755: 14,9 9756: 15,9 @@ -1494,17 +1505,11 @@ entities: 13413: -40,16 13414: -39,16 13415: -38,16 + 13656: -12,-33 - node: color: '#DE3A3A96' id: BrickTileSteelLineN decals: - 77: -5,-21 - 78: -3,-21 - 80: 0,-17 - 81: 1,-17 - 82: -4,-17 - 85: -3,-25 - 99: -7,-25 882: -36,-34 883: -35,-34 897: -22,-42 @@ -1516,9 +1521,26 @@ entities: 4086: 26,-4 12902: -35,-39 12903: -34,-39 - 13073: -1,-17 - 13076: -3,-17 13372: -41,24 + 13488: -3,-25 + 13489: -2,-25 + 13490: -1,-25 + 13531: 0,-18 + 13532: 1,-18 + 13542: 1,-22 + 13543: 2,-22 + 13582: 2,-27 + 13583: 3,-27 + 13584: 4,-27 + 13585: 5,-27 + 13603: -5,-29 + 13610: -13,-30 + 13611: -12,-30 + 13612: -9,-30 + 13613: -8,-30 + 13743: -6,-35 + 13744: -5,-35 + 13745: -4,-35 - node: color: '#EFB34196' id: BrickTileSteelLineN @@ -1559,6 +1581,10 @@ entities: 13101: -48,-13 13102: -47,-13 13371: -41,26 + 13671: -4,-40 + 13672: -3,-40 + 13673: -2,-40 + 13674: -1,-40 - node: color: '#3EB38896' id: BrickTileSteelLineS @@ -1643,24 +1669,15 @@ entities: color: '#D4D4D496' id: BrickTileSteelLineS decals: - 5342: -4,-42 11868: 19,-15 11871: 20,-15 13417: -42,14 13418: -39,14 + 13653: -12,-34 - node: color: '#DE3A3A96' id: BrickTileSteelLineS decals: - 86: -8,-36 - 87: -7,-31 - 88: -9,-31 - 89: -3,-29 - 91: -3,-23 - 92: -5,-23 - 93: 0,-19 - 94: 1,-19 - 95: -12,-23 885: -35,-36 886: -36,-36 887: -20,-44 @@ -1672,9 +1689,25 @@ entities: 12879: -37,-40 12881: -35,-40 12889: -36,-40 - 13068: -3,-19 - 13069: -2,-19 - 13070: -1,-19 + 13496: -3,-27 + 13497: -4,-27 + 13535: 1,-19 + 13544: 1,-22 + 13545: 2,-22 + 13546: 0,-22 + 13547: -1,-22 + 13577: -2,-35 + 13580: 0,-27 + 13587: 3,-28 + 13588: 4,-28 + 13589: 5,-28 + 13597: -5,-33 + 13606: -13,-25 + 13607: -12,-25 + 13608: -9,-25 + 13652: -8,-25 + 13741: -6,-36 + 13742: -5,-36 - node: color: '#EFB34196' id: BrickTileSteelLineS @@ -1689,8 +1722,6 @@ entities: color: '#334E6DC8' id: BrickTileSteelLineW decals: - 220: -13,-34 - 221: -13,-35 624: -34,-11 658: -27,-9 670: -27,-3 @@ -1725,7 +1756,6 @@ entities: color: '#9FED5896' id: BrickTileSteelLineW decals: - 5343: -5,-38 9741: 16,8 9743: 16,6 9744: 16,5 @@ -1767,31 +1797,40 @@ entities: color: '#DE3A3A96' id: BrickTileSteelLineW decals: - 38: -5,-18 - 43: -4,-25 - 44: -4,-26 - 45: -4,-27 - 46: -4,-28 - 47: -9,-21 - 48: -9,-23 - 49: -9,-24 - 50: -9,-25 - 55: -9,-35 - 96: -13,-21 - 97: -13,-22 881: -37,-35 895: -23,-43 907: 18,-11 908: 18,-10 914: -4,28 915: -4,29 - 5832: -9,-17 - 5833: -9,-18 - 5834: -9,-19 - 9982: -9,-26 - 9983: -9,-28 - 9984: -9,-29 - 9985: -9,-30 + 13499: -5,-21 + 13500: -5,-22 + 13501: -5,-23 + 13502: -5,-24 + 13503: -5,-25 + 13504: -5,-26 + 13524: -5,-17 + 13525: -5,-18 + 13526: -5,-19 + 13527: -1,-21 + 13528: -1,-20 + 13529: -1,-19 + 13571: -2,-34 + 13572: -2,-33 + 13573: -2,-32 + 13574: -2,-30 + 13598: -6,-32 + 13599: -6,-31 + 13600: -6,-30 + 13614: -11,-29 + 13615: -11,-28 + 13616: -11,-27 + 13617: -11,-26 + 13626: -10,-22 + 13627: -10,-21 + 13628: -10,-20 + 13629: -10,-19 + 13630: -10,-18 - node: color: '#EFB34196' id: BrickTileSteelLineW @@ -1832,10 +1871,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteCornerNe decals: - 134: -11,-29 - 135: -11,-25 - 174: 4,-37 - 176: -3,-33 921: -2,22 946: 14,21 1427: -14,-6 @@ -1874,10 +1909,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteCornerNw decals: - 136: -13,-25 - 137: -13,-29 - 177: -5,-33 - 179: -1,-37 922: -4,22 947: 12,21 1428: -18,-6 @@ -1914,10 +1945,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteCornerSe decals: - 138: -11,-31 - 139: -11,-27 - 180: -3,-35 - 181: 4,-39 928: -2,19 951: 14,19 1393: -23,-36 @@ -1952,10 +1979,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteCornerSw decals: - 140: -13,-31 - 141: -13,-27 - 183: -5,-35 - 185: -1,-39 930: -4,19 952: 12,19 1404: -26,-36 @@ -2002,8 +2025,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteInnerNe decals: - 186: -3,-34 - 187: 0,-37 1442: -16,-6 - node: color: '#FA750096' @@ -2036,9 +2057,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteInnerNw decals: - 188: -5,-34 - 190: 0,-37 - 196: -1,-38 1412: -26,-35 1441: -16,-6 1602: -31,-24 @@ -2069,11 +2087,6 @@ entities: decals: 1035: 16,38 1041: 10,33 - - node: - color: '#D4D4D428' - id: BrickTileWhiteInnerSe - decals: - 192: -3,-34 - node: color: '#FA750096' id: BrickTileWhiteInnerSe @@ -2103,8 +2116,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteInnerSw decals: - 193: -5,-34 - 195: -1,-38 1410: -26,-35 1603: -31,-24 - node: @@ -2156,9 +2167,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteLineE decals: - 142: -11,-26 - 143: -11,-30 - 163: 4,-38 943: -2,21 944: -2,20 945: 14,20 @@ -2229,12 +2237,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteLineN decals: - 144: -12,-25 - 145: -12,-29 - 168: -4,-33 - 169: 1,-37 - 170: 2,-37 - 171: 3,-37 923: -3,22 949: 13,21 1438: -17,-6 @@ -2300,13 +2302,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteLineS decals: - 148: -12,-31 - 149: -12,-27 - 153: 2,-39 - 155: 1,-39 - 156: 0,-39 - 160: 3,-39 - 161: -4,-35 936: -3,19 950: 13,19 1390: -25,-36 @@ -2372,8 +2367,6 @@ entities: color: '#D4D4D428' id: BrickTileWhiteLineW decals: - 146: -13,-30 - 147: -13,-26 932: -4,20 933: -4,21 948: 12,20 @@ -2515,6 +2508,42 @@ entities: 9767: 17,8 9768: 14,3 9769: 13,3 + - node: + color: '#6D1D1D93' + id: CheckerNESW + decals: + 13507: -6,-21 + 13508: -6,-22 + 13509: -6,-23 + 13510: -6,-24 + 13511: -6,-25 + 13512: -6,-26 + 13513: -6,-27 + 13514: -3,-21 + 13515: -3,-22 + 13516: -3,-23 + 13517: -3,-24 + 13518: -3,-17 + 13519: -3,-18 + 13520: -3,-19 + 13521: -6,-17 + 13522: -6,-18 + 13523: -6,-19 + 13550: -1,-23 + 13551: 0,-23 + 13552: 1,-23 + 13553: 2,-23 + 13554: 3,-23 + 13555: 3,-21 + 13556: 2,-21 + 13557: 1,-21 + 13558: 0,-29 + 13559: 0,-30 + 13560: 0,-31 + 13561: 0,-32 + 13562: 0,-33 + 13563: 0,-34 + 13564: 0,-35 - node: color: '#721E1E93' id: CheckerNESW @@ -2566,16 +2595,6 @@ entities: 12343: -10,22 12344: -10,21 12345: -10,20 - - node: - color: '#79150096' - id: CheckerNESW - decals: - 11064: -10,-17 - 11065: -10,-18 - 11066: -10,-19 - 11067: -7,-17 - 11068: -7,-18 - 11069: -7,-19 - node: color: '#A4610696' id: CheckerNESW @@ -2652,14 +2671,16 @@ entities: color: '#D4D4D496' id: Delivery decals: - 6431: 0,-24 - 6433: 2,-24 - 6434: 2,-25 - 6439: 0,-25 8732: 17,36 11842: 16,-24 11843: 16,-25 11844: 16,-26 + 13684: -12,-20 + 13685: -12,-21 + 13686: 5,-30 + 13687: 6,-30 + 13688: 6,-32 + 13689: 5,-32 - node: color: '#D4D4D496' id: DeliveryGreyscale @@ -2720,18 +2741,6 @@ entities: 11773: -28,-42 11774: -26,-42 11775: -25,-44 - 11776: -13,-36 - 11777: -11,-37 - 11778: -13,-39 - 11779: -12,-40 - 11780: -11,-39 - 11781: -1,-34 - 11782: 1,-35 - 11783: 0,-33 - 11784: 2,-34 - 11785: 3,-33 - 11786: 4,-34 - 11787: 3,-35 11788: 41,-15 11789: 42,-16 11790: 41,-17 @@ -2781,16 +2790,18 @@ entities: 12930: -36,-38 13090: -29,-43 13091: -28,-44 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 14052: -7,-40 + 14053: -8,-39 + 14054: -7,-38 - node: color: '#FFFFFFFF' id: DirtHeavy decals: - 5346: -5,-38 - 5347: -5,-42 - 5351: -4,-42 - 5352: -3,-41 - 5355: 1,-40 - 5356: 1,-41 10090: 32,13 10091: 31,19 10092: 33,17 @@ -2858,25 +2869,6 @@ entities: 2218: 11,-27 2220: 14,-22 2223: 8,-20 - 2226: -6,-31 - 2228: -11,-27 - 2229: -11,-21 - 2233: 2,-19 - 2235: -4,-17 - 2236: -5,-18 - 2237: -3,-21 - 2238: -4,-23 - 2239: -6,-22 - 2240: -5,-34 - 2245: 3,-39 - 2246: 0,-39 - 2247: 0,-37 - 2248: -5,-37 - 2249: -3,-39 - 2250: -5,-39 - 2257: -13,-35 - 2258: -8,-35 - 2259: -7,-33 2490: 30,-15 2492: 27,-7 2493: 40,-9 @@ -2901,7 +2893,6 @@ entities: 2736: 6,22 2744: 3,38 2751: -22,55 - 2850: -6,-38 2924: -25,-27 2926: -22,-19 2935: -21,-23 @@ -2959,15 +2950,6 @@ entities: 4443: 36,-20 4456: 39,-12 4459: 41,-7 - 4563: -12,-22 - 4564: -13,-21 - 4565: -12,-20 - 4573: -4,-22 - 4579: -3,-27 - 4594: 3,-38 - 4601: 2,-37 - 4602: 2,-39 - 4606: -9,-18 4712: -30,-24 4718: -31,-22 4723: -30,-23 @@ -3037,7 +3019,6 @@ entities: 5681: -5,10 5683: -4,9 5687: -3,10 - 5705: -5,-16 5994: 7,21 6022: 17,-2 6024: 18,0 @@ -3045,8 +3026,6 @@ entities: 6026: 18,2 6040: 6,-16 6041: 8,-16 - 6061: -9,-17 - 6062: -8,-18 6126: -22,-46 6157: 26,38 6158: 27,34 @@ -3076,12 +3055,6 @@ entities: 6499: 31,1 6504: 24,-3 6510: 20,17 - 6563: 1,-27 - 6564: 0,-26 - 6565: 1,-24 - 6566: 0,-22 - 6567: 1,-21 - 6568: 2,-23 6584: 30,-16 7619: 39,7 7620: 40,9 @@ -3161,12 +3134,9 @@ entities: 9000: -16,-21 9001: -17,-22 9002: -16,-23 - 9003: -15,-25 9004: -16,-27 9005: -17,-26 9006: -17,-29 - 9007: -15,-29 - 9008: -16,-31 9009: -21,-29 9010: -19,-30 9011: -20,-31 @@ -3182,7 +3152,6 @@ entities: 9044: -24,-39 9045: -29,-38 9046: -30,-39 - 9047: -32,-38 9048: -31,-36 9049: -32,-34 9050: -31,-40 @@ -3359,17 +3328,10 @@ entities: 9957: 41,-13 9964: 25,-8 9965: 29,-7 - 9993: -9,-28 - 9994: -8,-26 - 9995: -6,-29 10195: -42,-25 10196: -38,-14 10197: -29,-14 - 10231: -9,-16 - 10232: -8,-20 10238: -29,-32 - 11070: -10,-19 - 11071: -7,-17 11492: 26,-42 11493: 28,-42 11494: 37,-29 @@ -3637,9 +3599,6 @@ entities: 13044: -44,-47 13045: -43,-48 13046: -42,-48 - 13077: -3,-18 - 13078: -2,-19 - 13079: -1,-18 13124: -51,-14 13125: -49,-13 13126: -48,-14 @@ -3709,6 +3668,108 @@ entities: 13450: -46,20 13451: -36,21 13452: -41,22 + 13786: -32,-37 + 13787: -32,-39 + 13791: -15,-30 + 13792: -15,-28 + 13793: -15,-21 + 13802: -6,-17 + 13803: -5,-19 + 13804: -3,-18 + 13805: -1,-18 + 13806: 1,-17 + 13807: 2,-18 + 13808: 1,-19 + 13809: 0,-21 + 13810: 1,-21 + 13811: 2,-23 + 13812: 3,-22 + 13813: -1,-22 + 13814: -3,-21 + 13880: -6,-22 + 13881: -4,-24 + 13882: -3,-26 + 13883: -1,-25 + 13884: 0,-27 + 13885: 2,-28 + 13886: 5,-27 + 13887: 6,-28 + 13888: 0,-29 + 13889: -2,-30 + 13890: 0,-35 + 13891: -2,-34 + 13892: 0,-33 + 13893: -7,-36 + 13894: -6,-35 + 13895: -4,-33 + 13896: -6,-32 + 13897: -5,-30 + 13898: -5,-28 + 13899: -10,-23 + 13900: -8,-21 + 13901: -10,-20 + 13902: -10,-18 + 13903: -7,-18 + 13904: -10,-16 + 13905: -1,-16 + 13906: 2,-16 + 13907: -2,-19 + 13908: -12,-20 + 13909: -13,-23 + 13910: -11,-24 + 13911: -13,-26 + 13912: -11,-27 + 13913: -9,-25 + 13914: -8,-28 + 13915: -9,-29 + 13916: -10,-31 + 13917: -12,-30 + 13918: -13,-31 + 13919: -11,-29 + 13920: -12,-32 + 13921: -11,-34 + 13922: -13,-33 + 13923: -8,-33 + 14071: -13,-37 + 14072: -12,-39 + 14073: -11,-37 + 14074: -10,-36 + 14075: -10,-39 + 14076: -12,-41 + 14077: -15,-43 + 14078: -9,-43 + 14079: -8,-43 + 14080: -5,-42 + 14081: -6,-46 + 14082: -5,-44 + 14083: -4,-47 + 14084: -2,-46 + 14085: -3,-45 + 14087: -2,-44 + 14088: 0,-46 + 14089: -1,-42 + 14090: 2,-42 + 14091: 2,-40 + 14092: 4,-41 + 14093: 4,-39 + 14094: 6,-39 + 14095: 8,-39 + 14096: 8,-37 + 14097: 10,-36 + 14098: 10,-34 + 14099: 10,-30 + 14100: 12,-32 + 14101: 11,-30 + 14102: 14,-33 + 14103: 13,-35 + 14104: 12,-34 + 14105: 15,-36 + 14106: 12,-37 + 14107: 15,-32 + 14108: 15,-28 + 14109: 13,-28 + 14110: 4,-25 + 14111: 7,-25 - node: cleanable: True angle: 1.5707963267948966 rad @@ -3775,8 +3836,6 @@ entities: 11321: 9,-27 11322: 10,-26 11329: 5,-20 - 11331: -9,-39 - 11332: -7,-42 11333: -11,-43 11334: -13,-46 11335: -12,-47 @@ -3849,9 +3908,6 @@ entities: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 5348: -4,-41 - 5353: -5,-41 - 5354: 0,-40 10098: 32,14 10099: 33,18 10104: 27,7 @@ -3883,34 +3939,6 @@ entities: 1803: -16,4 1804: -14,5 1826: 7,6 - 2261: -4,-17 - 2262: 0,-18 - 2263: 2,-17 - 2265: -3,-22 - 2267: -4,-27 - 2268: -2,-25 - 2269: -4,-25 - 2270: -2,-23 - 2271: -9,-22 - 2272: -9,-24 - 2273: -8,-23 - 2275: -11,-22 - 2276: -13,-25 - 2277: -13,-26 - 2278: -13,-30 - 2279: -11,-29 - 2280: -11,-33 - 2282: -8,-34 - 2283: -4,-34 - 2286: 1,-37 - 2287: 4,-37 - 2288: 4,-38 - 2289: -1,-38 - 2290: 0,-41 - 2291: -1,-40 - 2296: -3,-31 - 2297: 3,-31 - 2298: 6,-29 2302: 8,-18 2303: 8,-16 2330: 21,19 @@ -4069,26 +4097,6 @@ entities: 4460: 42,-6 4461: 36,-4 4462: 32,-3 - 4550: -8,-28 - 4552: -7,-29 - 4560: -12,-30 - 4561: -12,-26 - 4566: -13,-20 - 4567: -12,-21 - 4568: -13,-23 - 4571: -3,-23 - 4572: -4,-21 - 4574: -4,-18 - 4575: 1,-19 - 4577: -4,-26 - 4578: -3,-28 - 4584: -9,-31 - 4585: -9,-35 - 4586: -7,-36 - 4588: -9,-36 - 4589: -8,-33 - 4590: -7,-35 - 4591: 2,-38 4638: -18,-14 4715: -31,-24 4724: -31,-23 @@ -4135,7 +4143,6 @@ entities: 5320: -43,-12 5321: -42,-13 5327: -42,-9 - 5332: -11,-35 5457: 7,35 5458: 6,36 5459: 10,36 @@ -4171,7 +4178,6 @@ entities: 6035: 17,2 6036: 17,0 6043: 9,-16 - 6068: -9,-19 6135: 6,17 6164: 27,35 6165: 26,37 @@ -4202,12 +4208,6 @@ entities: 6506: 53,-1 6507: 44,10 6508: 40,28 - 6574: 1,-22 - 6575: 0,-23 - 6576: 0,-25 - 6577: 1,-26 - 6578: 1,-26 - 6579: 0,-27 7622: 40,8 7623: 34,5 7624: 35,3 @@ -4265,19 +4265,14 @@ entities: 8993: -13,-14 8994: -14,-18 9023: -17,-21 - 9024: -15,-22 9025: -16,-24 9026: -17,-25 - 9027: -15,-27 9028: -16,-28 - 9029: -15,-30 9030: -20,-29 9031: -20,-32 9032: -21,-34 9060: -31,-34 - 9061: -32,-37 9062: -31,-38 - 9063: -32,-39 9064: -29,-40 9065: -28,-38 9066: -26,-39 @@ -4438,16 +4433,11 @@ entities: 9958: 30,-8 9959: 36,-2 9967: 29,-8 - 10000: -9,-30 - 10001: -6,-30 - 10002: -9,-27 10192: 8,24 10201: -42,-18 10202: -28,-14 - 10234: -9,-20 10239: -29,-31 10240: -24,-35 - 11074: -7,-18 11501: 37,-27 11502: 40,-29 11522: 10,-7 @@ -4603,8 +4593,6 @@ entities: 13058: -40,-38 13059: -33,-47 13060: -37,-54 - 13080: -1,-17 - 13081: -2,-18 13094: -28,-45 13132: -46,-14 13133: -50,-14 @@ -4646,6 +4634,98 @@ entities: 13464: -40,22 13465: -37,21 13480: -37,17 + 13788: -32,-40 + 13789: -18,-31 + 13790: -15,-31 + 13796: -15,-23 + 13797: -15,-27 + 13798: -17,-31 + 13924: -13,-25 + 13925: -12,-24 + 13926: -13,-21 + 13927: -10,-22 + 13928: -9,-21 + 13929: -9,-19 + 13930: -8,-18 + 13931: -5,-17 + 13932: -4,-19 + 13933: 0,-16 + 13934: -5,-21 + 13935: -4,-23 + 13936: -5,-26 + 13937: -4,-27 + 13938: -2,-26 + 13939: 0,-26 + 13940: 0,-23 + 13941: 2,-21 + 13942: 3,-23 + 13943: 0,-19 + 13944: -8,-24 + 13945: -10,-25 + 13946: -13,-24 + 13947: -13,-29 + 13948: -12,-28 + 13949: -9,-28 + 13950: -8,-26 + 13951: -10,-28 + 13952: -11,-30 + 13953: -9,-31 + 13954: -8,-30 + 13955: -12,-31 + 13956: -12,-34 + 13957: -9,-33 + 13958: -5,-31 + 13959: -4,-32 + 13960: -6,-33 + 13961: -5,-29 + 13962: -2,-31 + 13963: -1,-30 + 13964: -1,-32 + 13965: -2,-33 + 13966: -1,-35 + 13967: 2,-30 + 13968: 3,-31 + 13969: 4,-30 + 13970: 5,-32 + 13971: 6,-31 + 13972: 2,-33 + 13973: 3,-34 + 13974: 4,-35 + 13975: -2,-37 + 13976: -1,-38 + 13977: 0,-37 + 13978: -4,-39 + 13979: -5,-38 + 13980: -5,-40 + 13981: -2,-39 + 13982: -1,-40 + 14024: -5,-35 + 14112: 2,-25 + 14113: 10,-27 + 14114: 10,-29 + 14115: 12,-28 + 14116: 15,-29 + 14117: 14,-35 + 14119: 10,-32 + 14120: 10,-31 + 14121: 13,-30 + 14122: 4,-39 + 14123: 2,-39 + 14125: 2,-44 + 14126: -2,-45 + 14127: -3,-44 + 14128: -1,-47 + 14129: -4,-42 + 14130: -6,-42 + 14131: -6,-45 + 14132: -4,-44 + 14133: -5,-47 + 14134: -9,-44 + 14135: -8,-42 + 14136: -11,-40 + 14137: -11,-38 + 14138: -9,-36 + 14139: -13,-38 - node: cleanable: True angle: 1.5707963267948966 rad @@ -4718,7 +4798,6 @@ entities: color: '#FFFFFFFF' id: DirtLight decals: - 5350: -5,-41 10100: 32,18 10101: 31,14 10109: 23,7 @@ -4771,18 +4850,6 @@ entities: 2402: 10,-20 2403: 10,-19 2404: 9,-19 - 2417: -11,-22 - 2418: -9,-24 - 2422: -11,-30 - 2423: -13,-26 - 2429: -3,-23 - 2430: 2,-18 - 2431: -3,-31 - 2432: -1,-31 - 2434: 4,-37 - 2436: -3,-38 - 2441: -9,-34 - 2442: -8,-31 2451: 22,-7 2455: 27,-8 2456: 31,-7 @@ -4842,7 +4909,6 @@ entities: 2773: -18,3 2834: 53,-1 2835: 49,-1 - 2854: -10,-42 2954: -40,-19 2956: -39,-20 2957: -32,-18 @@ -4916,12 +4982,6 @@ entities: 4433: 20,-3 4435: 30,-7 4458: 39,-9 - 4553: -8,-29 - 4554: -7,-28 - 4562: -12,-30 - 4581: -4,-28 - 4582: -3,-26 - 4583: -7,-31 4707: -26,-36 4725: -31,-23 4840: -37,-34 @@ -4950,7 +5010,6 @@ entities: 6304: -26,-33 6496: 44,6 6500: 30,1 - 6580: 2,-27 7630: 34,4 7631: 36,3 8575: 9,34 @@ -4995,9 +5054,7 @@ entities: 8998: -18,-17 8999: -15,-17 9033: -21,-32 - 9034: -18,-31 9035: -17,-28 - 9036: -15,-24 9072: -31,-37 9073: -27,-39 9074: -26,-38 @@ -5080,10 +5137,6 @@ entities: 9947: 16,-10 9948: 16,-12 9949: 32,-24 - 10003: -7,-25 - 10004: -6,-26 - 10233: -8,-16 - 11075: -10,-17 11503: 37,-30 11561: 26,31 11562: 34,29 @@ -5194,6 +5247,67 @@ entities: 13473: -36,15 13474: -36,19 13475: -37,20 + 13799: -19,-31 + 13800: -15,-29 + 13801: -15,-24 + 13983: -2,-32 + 13984: -1,-31 + 13985: 2,-31 + 13986: 3,-33 + 13987: 3,-30 + 13988: -1,-27 + 13989: -3,-25 + 13990: -4,-26 + 13991: -6,-23 + 13992: -4,-21 + 13993: -3,-22 + 13994: -1,-21 + 13995: -1,-19 + 13996: 1,-18 + 13997: 1,-23 + 13998: 3,-21 + 13999: -5,-18 + 14000: -3,-17 + 14001: -9,-18 + 14002: -9,-22 + 14003: -10,-21 + 14004: -10,-24 + 14005: -8,-25 + 14006: -9,-27 + 14007: -11,-26 + 14008: -12,-26 + 14009: -12,-29 + 14010: -11,-28 + 14011: -10,-30 + 14013: -8,-31 + 14014: -13,-34 + 14015: -9,-34 + 14016: -13,-20 + 14017: -9,-17 + 14018: -8,-16 + 14019: -1,-39 + 14020: -3,-40 + 14021: -5,-39 + 14022: -1,-37 + 14023: -6,-36 + 14140: -11,-39 + 14141: -11,-36 + 14142: -10,-42 + 14143: -12,-37 + 14144: -5,-46 + 14145: -1,-45 + 14146: -3,-46 + 14147: -1,-47 + 14148: 0,-42 + 14149: 3,-41 + 14150: 5,-39 + 14151: 8,-38 + 14152: 9,-36 + 14153: 10,-34 + 14154: 15,-34 + 14155: 10,-28 + 14156: 12,-25 + 14157: 14,-28 - node: cleanable: True angle: 1.5707963267948966 rad @@ -5240,7 +5354,6 @@ entities: color: '#FFFFFFFF' id: DirtMedium decals: - 5349: -3,-42 10094: 32,17 10095: 31,18 10096: 31,13 @@ -5359,15 +5472,6 @@ entities: 4440: 38,-19 4442: 36,-22 4457: 39,-11 - 4556: -7,-27 - 4558: -9,-21 - 4559: -13,-29 - 4569: -12,-23 - 4580: -4,-29 - 4587: -8,-36 - 4595: 1,-38 - 4603: 4,-39 - 4604: 0,-38 4713: -31,-25 4714: -30,-25 4717: -31,-22 @@ -5430,14 +5534,11 @@ entities: 5661: -6,10 5682: -4,10 5688: -3,9 - 5706: -4,-16 5997: 8,21 6028: 17,2 6030: 18,1 6031: 18,-2 6042: 7,-16 - 6064: -8,-19 - 6066: -8,-17 6160: 26,36 6162: 27,37 6163: 26,34 @@ -5466,11 +5567,6 @@ entities: 6502: 25,1 6503: 24,-4 6512: 21,17 - 6569: 1,-23 - 6570: 1,-25 - 6571: 2,-26 - 6572: 0,-27 - 6573: 0,-21 7621: 40,7 7629: 38,4 8571: 5,36 @@ -5529,12 +5625,9 @@ entities: 9014: -20,-33 9015: -21,-30 9016: -18,-29 - 9017: -17,-31 - 9018: -15,-28 9019: -16,-29 9020: -16,-25 9021: -17,-23 - 9022: -15,-21 9051: -32,-35 9052: -31,-39 9053: -30,-38 @@ -5674,14 +5767,8 @@ entities: 9945: 16,-8 9954: 41,-22 9966: 25,-7 - 9996: -7,-26 - 9997: -6,-28 - 9998: -9,-29 - 9999: -8,-30 10198: -37,-16 10199: -34,-14 - 11072: -10,-18 - 11073: -7,-19 11498: 37,-28 11499: 40,-27 11500: 27,-42 @@ -5832,6 +5919,47 @@ entities: 13477: -38,16 13478: -37,18 13479: -41,17 + 13794: -15,-22 + 13795: -15,-26 + 14025: -4,-36 + 14026: 0,-40 + 14027: -2,-40 + 14028: -2,-35 + 14029: 0,-34 + 14030: 3,-32 + 14031: 2,-35 + 14032: 4,-33 + 14033: 6,-30 + 14034: 0,-30 + 14035: -4,-31 + 14036: -5,-32 + 14037: -5,-27 + 14038: -2,-27 + 14039: -5,-22 + 14040: -3,-23 + 14041: 1,-23 + 14042: -1,-20 + 14043: -4,-18 + 14044: -10,-19 + 14045: -9,-26 + 14046: -12,-26 + 14047: -12,-23 + 14048: -13,-28 + 14050: -11,-31 + 14051: -12,-33 + 14158: 3,-25 + 14159: 7,-39 + 14160: 3,-39 + 14161: 4,-42 + 14162: 2,-43 + 14163: -2,-45 + 14164: -5,-45 + 14165: -9,-42 + 14166: -10,-39 + 14167: -10,-37 + 14168: -13,-39 + 14169: 9,-37 + 14170: 12,-39 - node: cleanable: True angle: 1.5707963267948966 rad @@ -5877,11 +6005,6 @@ entities: 11313: 13,-30 11314: 14,-32 11315: 15,-31 - 11323: 9,-31 - 11324: 10,-32 - 11325: 8,-29 - 11326: 6,-32 - 11327: 4,-31 11328: 5,-26 11338: -13,-47 11339: -11,-46 @@ -5958,6 +6081,12 @@ entities: decals: 12066: -11,14 12067: -11,13 + - node: + angle: -3.141592653589793 rad + color: '#EFB34196' + id: LoadingArea + decals: + 13650: -9,-16 - node: angle: -4.71238898038469 rad color: '#D4D4D496' @@ -6177,8 +6306,8 @@ entities: 7086: 16,-15 7150: -4,12 7277: -12,-18 - 7337: -15,-31 7349: -20,-40 + 13755: -15,-31 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw @@ -6187,8 +6316,8 @@ entities: 7098: -13,-2 7212: -9,33 7285: -19,-18 - 7371: -32,-40 7458: -67,-32 + 13750: -32,-40 - node: color: '#9FED5896' id: MiniTileSteelInnerNe @@ -6201,9 +6330,6 @@ entities: color: '#DE3A3A96' id: MiniTileSteelInnerNe decals: - 7745: -15,-31 - 7746: -15,-27 - 7747: -15,-23 7790: -6,25 - node: color: '#FFFFFFFF' @@ -6219,7 +6345,6 @@ entities: 8511: 5,34 8512: 8,34 8513: 12,34 - 9978: -9,-30 12022: -15,20 - node: color: '#9FED5896' @@ -6235,11 +6360,6 @@ entities: decals: 7774: -8,14 7775: -10,12 - - node: - color: '#DE3A3A96' - id: MiniTileSteelInnerNw - decals: - 7723: -32,-37 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNw @@ -6257,7 +6377,6 @@ entities: 8514: 8,34 8515: 11,34 8516: 15,34 - 9979: -6,-30 12023: -11,20 - node: color: '#8C347F96' @@ -6273,13 +6392,10 @@ entities: color: '#DE3A3A96' id: MiniTileSteelInnerSe decals: - 7716: -19,-31 7721: -24,-40 7741: -38,-32 - 7748: -15,-21 - 7749: -15,-25 - 7750: -15,-29 9847: 16,-7 + 13778: -15,-23 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe @@ -6293,7 +6409,6 @@ entities: 8520: 5,38 8521: 8,38 8522: 12,38 - 9980: -9,-26 12328: -15,22 - node: color: '#D381C996' @@ -6321,7 +6436,6 @@ entities: 8517: 8,38 8518: 11,38 8519: 15,38 - 9981: -6,-26 12025: -11,22 - node: color: '#52B4E996' @@ -6365,9 +6479,6 @@ entities: color: '#DE3A3A96' id: MiniTileSteelLineE decals: - 7742: -15,-22 - 7743: -15,-26 - 7744: -15,-30 7784: -6,31 7785: -6,30 7786: -6,29 @@ -6379,6 +6490,14 @@ entities: 9843: 16,-10 9844: 16,-9 9845: 16,-8 + 13770: -15,-25 + 13771: -15,-26 + 13772: -15,-29 + 13773: -15,-30 + 13774: -15,-31 + 13775: -15,-28 + 13776: -15,-27 + 13777: -15,-24 - node: color: '#EFB34196' id: MiniTileSteelLineE @@ -6477,16 +6596,6 @@ entities: 7244: -22,-3 7278: -12,-16 7279: -12,-17 - 7320: -15,-21 - 7321: -15,-22 - 7322: -15,-23 - 7323: -15,-24 - 7324: -15,-25 - 7325: -15,-26 - 7326: -15,-27 - 7327: -15,-28 - 7328: -15,-29 - 7329: -15,-30 7330: -20,-32 7331: -20,-33 7334: -20,-37 @@ -6517,10 +6626,17 @@ entities: 8496: 12,37 8497: 12,36 8498: 12,35 - 9975: -9,-27 - 9976: -9,-28 - 9977: -9,-29 12021: -15,21 + 13756: -15,-30 + 13757: -15,-29 + 13758: -15,-28 + 13759: -15,-27 + 13760: -15,-26 + 13761: -15,-25 + 13762: -15,-24 + 13765: -15,-23 + 13768: -15,-21 + 13769: -15,-22 - node: color: '#52B4E996' id: MiniTileSteelLineN @@ -6652,8 +6768,6 @@ entities: 8508: 10,34 8559: 13,34 8560: 14,34 - 9971: -8,-30 - 9972: -7,-30 10281: -35,-30 12017: -14,20 12018: -13,20 @@ -6690,10 +6804,6 @@ entities: 7636: -6,-15 7637: -5,-15 7638: -4,-15 - 7712: -18,-31 - 7713: -17,-31 - 7714: -16,-31 - 7715: -15,-31 7717: -22,-40 7718: -23,-40 7719: -21,-40 @@ -6765,10 +6875,6 @@ entities: 7292: -22,-17 7293: -21,-17 7294: -20,-17 - 7306: -19,-31 - 7307: -18,-31 - 7308: -17,-31 - 7309: -16,-31 7350: -22,-40 7351: -21,-40 7352: -23,-40 @@ -6825,11 +6931,13 @@ entities: 8548: 10,38 8551: 6,38 8552: 7,38 - 9973: -8,-26 - 9974: -7,-26 12016: -12,22 12329: -14,22 12330: -13,22 + 13751: -19,-31 + 13752: -18,-31 + 13753: -17,-31 + 13754: -16,-31 - node: color: '#9FED5896' id: MiniTileSteelLineW @@ -6869,6 +6977,10 @@ entities: 7722: -32,-35 7724: -32,-36 7997: -32,-34 + 13779: -32,-37 + 13782: -32,-39 + 13783: -32,-40 + 13785: -32,-38 - node: color: '#FFFFFFFF' id: MiniTileSteelLineW @@ -6947,9 +7059,6 @@ entities: 7341: -21,-32 7342: -21,-33 7347: -21,-37 - 7372: -32,-39 - 7373: -32,-38 - 7374: -32,-37 7375: -32,-36 7376: -32,-35 7683: -23,-9 @@ -6975,12 +7084,12 @@ entities: 8487: 15,37 8488: 15,36 8489: 15,35 - 9968: -6,-28 - 9969: -6,-27 - 9970: -6,-29 12020: -11,21 12178: -8,17 12179: -8,16 + 13747: -32,-37 + 13749: -32,-39 + 13784: -32,-38 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNe @@ -7138,27 +7247,30 @@ entities: color: '#D4D4D496' id: WarnCornerNE decals: - 6417: 2,-21 13393: -46,19 + 13733: 2,-32 - node: color: '#D4D4D496' id: WarnCornerNW decals: - 6418: 0,-21 13391: -36,15 13392: -40,18 + 13734: 4,-32 - node: color: '#D4D4D496' id: WarnCornerSE decals: - 6419: 2,-27 13394: -46,21 - node: color: '#D4D4D496' id: WarnCornerSW decals: - 6420: 0,-27 13395: -40,22 + - node: + color: '#52B4E996' + id: WarnCornerSmallGreyscaleNE + decals: + 13732: 4,-31 - node: color: '#D4D4D496' id: WarnCornerSmallGreyscaleNE @@ -7177,12 +7289,22 @@ entities: decals: 12621: 54,-22 13428: -41,18 + - node: + color: '#52B4E996' + id: WarnCornerSmallGreyscaleSE + decals: + 13731: 4,-31 - node: color: '#D4D4D496' id: WarnCornerSmallGreyscaleSE decals: 7836: -7,2 12620: 52,-20 + - node: + color: '#DE3A3A96' + id: WarnCornerSmallGreyscaleSE + decals: + 13726: 3,-32 - node: color: '#64646493' id: WarnCornerSmallGreyscaleSW @@ -7194,6 +7316,11 @@ entities: decals: 12619: 54,-20 13427: -41,22 + - node: + color: '#DE3A3A96' + id: WarnCornerSmallGreyscaleSW + decals: + 13725: 3,-32 - node: color: '#D4D4D496' id: WarnCornerSmallNE @@ -7242,9 +7369,6 @@ entities: id: WarnLineE decals: 5535: -17,-9 - 6414: 2,-23 - 6415: 2,-22 - 6435: 2,-26 8000: -15,-19 8001: -22,-15 8004: -20,-35 @@ -7259,8 +7383,6 @@ entities: 8746: 23,38 8747: 23,37 8748: 23,36 - 10229: -8,-16 - 10230: -8,-20 10236: -29,-31 10237: -29,-32 10327: -43,-33 @@ -7268,8 +7390,6 @@ entities: 10349: -22,-41 10350: -22,-45 10358: -15,-38 - 10359: -12,-38 - 10361: -9,-40 10362: -11,-44 10366: -16,-32 10367: -28,-30 @@ -7277,22 +7397,10 @@ entities: 10372: -35,-29 10391: -28,-18 10392: -42,-29 - 10413: -4,-40 - 10414: 0,-36 - 10415: -8,-32 - 10416: -7,-37 - 10430: -4,-24 - 10437: -4,-20 - 10446: 5,-28 10447: 5,-21 10448: 4,-16 10449: 12,-16 10451: 9,-21 - 10461: 12,-25 - 10472: 4,-30 - 10473: 9,-30 - 10474: 14,-29 - 10475: 12,-32 10501: 42,-33 10507: 34,-26 10510: 39,-24 @@ -7382,8 +7490,6 @@ entities: 11046: -4,4 11047: -5,11 11061: 23,3 - 11062: 9,-28 - 11077: 12,-35 11581: -4,-9 11888: 15,-16 11900: 19,-30 @@ -7429,6 +7535,23 @@ entities: 13355: -23,-48 13389: -41,17 13390: -37,17 + 13815: -4,-16 + 13816: -9,-17 + 13817: -4,-20 + 13818: -8,-23 + 13819: -10,-23 + 13820: -13,-22 + 13821: -12,-32 + 13822: -1,-28 + 13823: -1,-36 + 13862: -4,-44 + 13863: -4,-45 + 13864: -4,-46 + 13865: -4,-47 + 13868: 12,-24 + 13872: 12,-39 + 13873: 12,-36 + 13877: 14,-33 - node: color: '#64646493' id: WarnLineGreyscaleE @@ -7481,12 +7604,15 @@ entities: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 10434: -2,-22 + 13719: 3,-33 + 13720: 3,-34 + 13721: 3,-35 - node: - color: '#5B9DFF93' + color: '#52B4E996' id: WarnLineGreyscaleN decals: - 6444: 1,-24 + 13727: 5,-31 + 13728: 6,-31 - node: color: '#64646493' id: WarnLineGreyscaleN @@ -7532,17 +7658,18 @@ entities: 12616: 53,-22 13423: -45,18 13424: -42,18 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleN - decals: - 6440: 1,-26 - node: cleanable: True color: '#4C4C4C95' id: WarnLineGreyscaleS decals: 3737: -26,-10 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleS + decals: + 13729: 5,-31 + 13730: 6,-31 - node: color: '#64646493' id: WarnLineGreyscaleS @@ -7579,11 +7706,6 @@ entities: 13426: -42,22 13429: -37,15 13430: -38,15 - - node: - color: '#55DC0D93' - id: WarnLineGreyscaleW - decals: - 6445: 0,-22 - node: color: '#64646493' id: WarnLineGreyscaleW @@ -7635,13 +7757,19 @@ entities: decals: 12615: 54,-21 13396: -43,15 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 13722: 3,-35 + 13723: 3,-34 + 13724: 3,-33 - node: color: '#D4D4D496' id: WarnLineN decals: 5496: 43,-22 5536: -16,-8 - 6410: 1,-27 8010: -45,-32 8011: -30,-17 8014: -11,-15 @@ -7672,18 +7800,6 @@ entities: 10382: -18,-23 10397: -25,-46 10398: -14,-42 - 10401: -8,-42 - 10402: -2,-38 - 10403: -6,-34 - 10404: -2,-34 - 10405: -10,-34 - 10422: -10,-31 - 10423: -10,-27 - 10424: -10,-22 - 10425: -7,-22 - 10426: -1,-22 - 10427: -5,-31 - 10445: 3,-18 10499: 41,-31 10505: 29,-45 10506: 33,-45 @@ -7815,13 +7931,29 @@ entities: 13247: -35,25 13248: -35,20 13249: -32,20 + 13735: 2,-30 + 13736: 3,-30 + 13737: 4,-30 + 13839: -7,-18 + 13840: -7,-22 + 13841: -2,-22 + 13842: 4,-22 + 13843: 1,-25 + 13844: 1,-27 + 13845: -3,-31 + 13846: 1,-31 + 13856: -10,-33 + 13857: -8,-36 + 13858: -3,-35 + 13859: -6,-39 + 13860: -7,-44 + 13867: -2,-42 + 13879: 11,-30 - node: color: '#D4D4D496' id: WarnLineS decals: 5537: -15,-9 - 6406: 0,-23 - 6436: 0,-26 7999: -17,-19 8002: -23,-15 8003: -21,-35 @@ -7834,15 +7966,11 @@ entities: 8038: -8,32 8039: 6,22 8702: 22,46 - 10227: -9,-16 - 10228: -9,-20 10323: -39,-34 10325: -43,-33 10351: -22,-41 10352: -22,-45 - 10354: -9,-40 10355: -11,-44 - 10356: -12,-38 10357: -15,-38 10365: -16,-32 10369: -28,-30 @@ -7850,22 +7978,10 @@ entities: 10371: -35,-29 10390: -28,-18 10393: -42,-29 - 10410: -8,-32 - 10411: 0,-36 - 10412: -4,-40 - 10417: -7,-37 - 10431: -4,-24 - 10438: -4,-20 10454: 4,-16 10455: 5,-21 - 10456: 5,-28 10457: 9,-21 10458: 12,-16 - 10460: 12,-25 - 10467: 4,-30 - 10468: 9,-30 - 10469: 12,-32 - 10471: 14,-29 10502: 42,-33 10508: 33,-26 10509: 39,-24 @@ -7959,8 +8075,6 @@ entities: 11044: -5,11 11045: -4,4 11060: 23,3 - 11063: 9,-28 - 11076: 12,-35 11580: -4,-9 11887: 15,-16 11897: 29,-20 @@ -8015,12 +8129,22 @@ entities: 13359: -23,-48 13387: -41,17 13388: -37,17 + 13824: -1,-36 + 13825: -2,-28 + 13828: -9,-17 + 13829: -10,-23 + 13830: -8,-23 + 13831: -5,-16 + 13832: -5,-20 + 13869: 12,-24 + 13874: 12,-36 + 13875: 12,-39 + 13876: 14,-33 - node: color: '#D4D4D496' id: WarnLineW decals: 5497: 43,-20 - 6416: 1,-21 8009: -45,-30 8012: -30,-16 8013: -11,-13 @@ -8051,18 +8175,6 @@ entities: 10389: -22,-29 10396: -25,-46 10399: -14,-42 - 10400: -8,-42 - 10406: -10,-34 - 10407: -6,-34 - 10408: -2,-34 - 10409: -2,-38 - 10418: -7,-22 - 10419: -10,-22 - 10420: -10,-27 - 10421: -10,-31 - 10428: -5,-31 - 10429: -1,-22 - 10443: 3,-18 10500: 41,-31 10503: 29,-45 10504: 33,-45 @@ -8198,6 +8310,21 @@ entities: 13244: -35,25 13245: -35,20 13246: -32,20 + 13833: -2,-22 + 13837: -7,-18 + 13838: -7,-22 + 13847: -3,-31 + 13848: 1,-31 + 13849: 1,-27 + 13850: 1,-25 + 13851: 4,-22 + 13852: -3,-35 + 13853: -8,-36 + 13854: -10,-33 + 13855: -6,-39 + 13861: -7,-44 + 13866: -2,-42 + 13878: 11,-30 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe @@ -8214,14 +8341,10 @@ entities: 7477: -23,-20 7478: -19,-25 7508: 2,20 - 7510: 4,-33 - 7527: 2,-33 9510: -31,-42 9511: -25,-42 9519: -28,-42 9524: -25,1 - 9530: -11,-39 - 9538: -11,-36 9546: 10,-22 9552: 13,-17 9558: 13,-19 @@ -8234,6 +8357,7 @@ entities: 12279: -24,26 12859: -36,-38 12860: -34,-43 + 13678: -7,-38 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -8251,13 +8375,9 @@ entities: 7475: -26,-20 7476: -21,-25 7507: 0,20 - 7511: -1,-33 - 7526: 1,-33 9512: -32,-42 9513: -26,-42 9520: -29,-42 - 9534: -13,-39 - 9539: -13,-36 9547: 8,-22 9553: 11,-17 9554: 11,-19 @@ -8272,6 +8392,7 @@ entities: 12280: -25,26 12861: -38,-43 12875: -37,-38 + 13679: -8,-38 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe @@ -8287,13 +8408,9 @@ entities: 7471: -28,-36 7479: -23,-24 7480: -19,-27 - 7512: 4,-35 - 7525: 2,-35 9516: -31,-44 9517: -25,-44 9523: -25,0 - 9531: -11,-40 - 9542: -11,-37 9549: 10,-23 9557: 13,-20 9567: 42,-17 @@ -8306,6 +8423,7 @@ entities: 12862: -36,-39 12863: -34,-44 13088: -28,-44 + 13681: -7,-40 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw @@ -8319,12 +8437,8 @@ entities: 6553: -36,-27 7472: -29,-36 7481: -26,-24 - 7513: -1,-35 - 7524: 1,-35 9514: -32,-44 9515: -26,-44 - 9533: -13,-40 - 9541: -13,-37 9548: 8,-23 9555: 11,-20 9566: 41,-17 @@ -8344,6 +8458,7 @@ entities: 12864: -37,-39 12865: -38,-44 13082: -29,-44 + 13680: -8,-40 - node: color: '#FFFFFFFF' id: WoodTrimThinEndS @@ -8405,8 +8520,6 @@ entities: 7490: -24,-23 7491: -24,-21 7492: -19,-26 - 7515: 4,-34 - 7529: 2,-34 7530: -28,-3 9506: -31,-43 9507: -25,-43 @@ -8416,6 +8529,7 @@ entities: 10224: 59,-1 12284: -24,25 13097: -28,-43 + 13683: -7,-39 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -8432,11 +8546,7 @@ entities: 7497: -24,-20 7498: -20,-25 7509: 1,20 - 7520: 0,-33 - 7523: 3,-33 9528: -26,1 - 9535: -12,-39 - 9540: -12,-36 9545: 9,-22 9561: 12,-19 9573: 31,26 @@ -8464,11 +8574,7 @@ entities: 7493: -20,-27 7494: -25,-24 7495: -24,-24 - 7516: 0,-35 - 7519: 3,-35 9527: -26,0 - 9532: -12,-40 - 9543: -12,-37 9544: 9,-23 9556: 12,-20 9572: 31,25 @@ -8509,8 +8615,6 @@ entities: 7486: -26,-21 7499: -22,-21 7500: -22,-23 - 7514: -1,-34 - 7528: 1,-34 7531: -29,-3 9508: -32,-43 9509: -26,-43 @@ -8526,6 +8630,7 @@ entities: 11575: -2,-7 12283: -25,25 13089: -29,-43 + 13682: -8,-39 - node: cleanable: True angle: 0.6806784082777885 rad @@ -8542,11 +8647,6 @@ entities: 3305: 2,37 3309: 24,25 3310: 24,19 - 3331: -8,-22 - 3339: -7,-34 - 3340: -3,-34 - 3341: -4,-38 - 3342: 0,-39 3349: -31,-18 3350: -38,-19 3363: -53,-13 @@ -8564,7 +8664,6 @@ entities: 6316: -44,-35 6482: 1,19 6559: -36,-22 - 6560: 0,-23 11975: 22,-32 11976: 21,-30 11981: 23,-31 @@ -8586,6 +8685,15 @@ entities: 13435: -40,19 13436: -45,22 13437: -39,15 + 14055: -5,-21 + 14056: -3,-27 + 14057: 0,-22 + 14058: -8,-27 + 14062: -6,-36 + 14063: -1,-40 + 14066: 2,-34 + 14069: -10,-22 + 14070: 1,-16 - node: cleanable: True angle: 1.5707963267948966 rad @@ -8625,6 +8733,11 @@ entities: 13214: -31,30 13218: -29,29 13219: -32,32 + 14059: -9,-28 + 14061: -8,-29 + 14065: 5,-32 + 14067: -2,-33 + 14068: -9,-33 - node: cleanable: True color: '#FFFFFFFF' @@ -8641,7 +8754,6 @@ entities: 3469: -56,-12 3470: -39,-19 3485: -22,-42 - 3490: -1,-39 3491: 5,-25 3502: 37,-1 3503: 36,-15 @@ -8661,12 +8773,13 @@ entities: 3603: 45,14 5665: -4,5 6483: 4,21 - 6561: 2,-21 11978: 23,-30 12003: 26,-29 12007: 32,-32 12857: 28,16 13215: -30,31 + 14060: -8,-26 + 14064: 4,-35 - node: cleanable: True angle: 1.5707963267948966 rad @@ -8695,8 +8808,6 @@ entities: 3571: -18,-44 3580: -69,-32 3581: -68,-32 - 3590: -2,-23 - 3591: 0,-19 3593: 9,-20 3594: 24,-13 3595: 35,-25 @@ -8706,7 +8817,6 @@ entities: 6170: 27,34 6315: -42,-37 6558: -34,-27 - 6562: 2,-25 6692: -21,-8 11977: 23,-32 12349: -28,11 @@ -8952,11 +9062,11 @@ entities: -1,4: 0: 29439 0,-4: - 0: 65520 + 0: 65527 0,-5: - 0: 32624 + 0: 14193 -1,-4: - 0: 65521 + 0: 65529 0,-3: 0: 3854 -1,-3: @@ -9019,7 +9129,7 @@ entities: 0: 64256 2: 4 -3,-4: - 0: 65529 + 0: 65533 -3,-3: 3: 4352 0: 52428 @@ -9027,7 +9137,7 @@ entities: 3: 4369 0: 52428 -3,-5: - 0: 56777 + 0: 40397 -2,-4: 0: 65529 -2,-3: @@ -9035,9 +9145,9 @@ entities: -2,-2: 0: 55739 -2,-5: - 0: 65521 + 0: 53209 -1,-5: - 0: 49137 + 0: 16377 5,0: 0: 47927 5,1: @@ -9273,7 +9383,7 @@ entities: 4,-8: 0: 59562 3,-8: - 0: 20477 + 0: 35727 4,-7: 0: 65519 3,-7: @@ -9283,7 +9393,7 @@ entities: 3,-6: 0: 36721 4,-9: - 0: 34609 + 0: 34336 3: 2050 2: 8 5,-7: @@ -9334,7 +9444,7 @@ entities: 0: 65520 10,-9: 0: 17984 - 6: 1 + 4: 1 3: 2444 11,-7: 0: 65518 @@ -9357,33 +9467,37 @@ entities: 0: 15831 3: 49704 0,-8: - 0: 2032 + 0: 7645 0,-9: - 0: 65521 + 0: 56784 -1,-8: - 0: 28912 + 0: 56829 0,-7: - 0: 30576 + 0: 61948 + -1,-7: + 0: 65532 0,-6: - 0: 30583 + 0: 65520 + -1,-6: + 0: 49075 1,-8: - 0: 64860 + 0: 1911 + 1,-7: + 0: 61559 + 1,-6: + 0: 10086 1,-9: 0: 7508 - 3: 128 - 1,-7: - 0: 26210 - 1,-6: - 0: 9830 2,-8: - 0: 29286 + 0: 23901 2,-7: - 0: 32738 + 0: 32709 2,-6: 0: 10096 + 2,-9: + 0: 21831 3,-9: - 0: 7511 - 3: 128 + 0: 20477 12,-9: 2: 28672 3: 35 @@ -9463,41 +9577,37 @@ entities: -4,-8: 0: 48049 -4,-9: - 0: 48059 + 0: 47931 -5,-8: 0: 65521 -4,-7: - 0: 48051 + 0: 48059 -5,-7: 0: 48056 -4,-6: - 0: 48051 + 0: 48059 -5,-6: 0: 49147 -5,-5: 0: 65163 -3,-8: - 0: 64496 + 0: 65521 -3,-7: - 0: 64504 + 0: 65535 -3,-6: - 0: 49080 + 0: 56415 -3,-9: - 0: 49083 + 0: 64270 -2,-8: - 0: 30705 + 0: 56796 -2,-7: - 0: 32767 + 0: 56793 -2,-6: - 0: 57297 + 0: 57309 -2,-9: - 0: 49075 - -1,-7: - 0: 30583 - -1,-6: - 0: 30581 + 0: 53487 -1,-9: - 0: 49072 + 0: 56569 -8,-8: 0: 33723 -8,-9: @@ -9646,34 +9756,37 @@ entities: 0: 17748 8,7: 0: 61687 + 0,-12: + 0: 4368 + 3: 3084 + -1,-12: + 0: 65520 0,-11: - 3: 2207 - 0: 45056 - 0,-10: - 0: 65523 + 0: 53061 -1,-11: - 0: 45824 - 3: 4 + 0: 3855 + 0,-10: + 0: 53725 -1,-10: - 0: 49081 - 1,-11: - 3: 1863 - 0: 28672 - 1,-10: - 0: 21844 - 2,-9: - 3: 49 - 0: 1868 - 2,-12: + 0: 53247 + 0,-13: + 3: 8960 + 1,-12: 3: 4593 - 0: 3084 - 2,-13: + 1,-11: + 3: 143 + 0: 13056 + 1,-10: + 0: 28787 + 2,-12: 3: 4593 0: 3084 2,-11: 3: 4593 0: 3084 2,-10: + 0: 29020 + 2,-13: 3: 4593 0: 3084 3,-12: @@ -9683,8 +9796,7 @@ entities: 0: 1991 3: 4144 3,-10: - 0: 1991 - 3: 4144 + 0: 7647 3,-13: 3: 4144 0: 1991 @@ -9695,10 +9807,10 @@ entities: 0: 14097 3: 2156 4,-10: - 0: 4881 + 0: 785 3: 8226 2: 8 - 4: 2048 + 5: 2048 4,-13: 0: 4369 3: 17508 @@ -9707,7 +9819,7 @@ entities: 0: 36096 5,-10: 2: 3 - 4: 768 + 5: 768 3: 32904 0: 2048 5,-9: @@ -9753,29 +9865,30 @@ entities: -5,-12: 0: 3824 -4,-11: - 0: 16305 + 0: 49073 -4,-10: - 0: 45755 + 0: 47795 -5,-10: 0: 37883 -3,-12: 0: 14193 -3,-11: - 0: 36658 - 3: 8 + 0: 32762 -3,-10: - 0: 14779 + 0: 30582 -3,-13: 3: 35057 -2,-12: - 3: 61713 + 3: 275 + 0: 52352 -2,-11: - 0: 43776 - 3: 4 + 0: 3871 -2,-10: - 0: 43952 - -1,-12: - 3: 28672 + 0: 3067 + -2,-13: + 3: 19456 + -1,-13: + 3: 28416 -8,-12: 3: 2 0: 3840 @@ -9942,17 +10055,17 @@ entities: 3: 4113 0: 256 2: 12 - 5: 3072 + 6: 3072 9,-9: 3: 1025 0: 2832 - 6: 12 + 4: 12 10,-11: 3: 295 0: 17920 10,-10: 2: 1 - 5: 256 + 6: 256 3: 18508 0: 1024 10,-12: @@ -9970,21 +10083,25 @@ entities: 12,-10: 3: 8960 4,-16: + 0: 4369 + 3: 17990 + 4,-17: 3: 22272 3,-16: - 3: 20224 + 0: 1991 + 3: 4144 4,-15: 0: 4369 3: 17508 3,-15: 0: 1991 - 3: 6192 + 3: 4144 4,-14: 0: 4369 3: 17508 3,-14: 0: 1991 - 3: 6192 + 3: 4144 6,-15: 3: 49152 6,-14: @@ -10519,6 +10636,9 @@ entities: 15,2: 3: 62064 2,-16: + 3: 4593 + 0: 3084 + 2,-17: 3: 24320 2,-15: 3: 4593 @@ -10526,6 +10646,8 @@ entities: 2,-14: 3: 4593 0: 3084 + 3,-17: + 3: 20224 9,13: 0: 8754 3: 35016 @@ -10603,6 +10725,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -10633,21 +10770,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance @@ -10660,6 +10782,15 @@ entities: parent: 2 - proto: ActionToggleInternals entities: + - uid: 2041 + mapInit: true + paused: true + components: + - type: Transform + parent: 2033 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 2033 - uid: 9012 components: - type: Transform @@ -10879,21 +11010,6 @@ entities: - 2488 - 10855 - 2830 - - uid: 1868 - components: - - type: MetaData - name: air alarm (Security Entrance) - - type: Transform - pos: -9.5,-15.5 - parent: 2 - - type: DeviceList - devices: - - 11679 - - 11680 - - 11681 - - 10863 - - 10864 - - 10865 - uid: 2196 components: - type: MetaData @@ -10971,20 +11087,6 @@ entities: - 14465 - 12539 - 12538 - - uid: 4255 - components: - - type: MetaData - name: air alarm (Security Locker Room) - - type: Transform - pos: -1.5,-16.5 - parent: 2 - - type: DeviceList - devices: - - 5034 - - 6252 - - 6644 - - 10865 - - 6141 - uid: 5566 components: - type: MetaData @@ -11413,204 +11515,6 @@ entities: - 11410 - 11411 - 10873 - - uid: 11864 - components: - - type: MetaData - name: air alarm (Perma Bathroom) - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-41.5 - parent: 2 - - type: DeviceList - devices: - - 7554 - - 6146 - - 6129 - - uid: 11890 - components: - - type: MetaData - name: air alarm (Perma Kitchen) - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-38.5 - parent: 2 - - type: DeviceList - devices: - - 2532 - - 14458 - - 14459 - - uid: 11891 - components: - - type: MetaData - name: air alarm (Perma Bedroom) - - type: Transform - pos: -3.5,-35.5 - parent: 2 - - type: DeviceList - devices: - - 11885 - - uid: 11893 - components: - - type: MetaData - name: air alarm (Security South) - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-34.5 - parent: 2 - - type: DeviceList - devices: - - 11873 - - 12494 - - 12416 - - 10918 - - 15798 - - uid: 11894 - components: - - type: MetaData - name: air alarm (Perma Entrance) - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-32.5 - parent: 2 - - type: DeviceList - devices: - - 14455 - - 14457 - - 14456 - - 10918 - - uid: 11895 - components: - - type: MetaData - name: air alarm (Perma Rec Room) - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-35.5 - parent: 2 - - type: DeviceList - devices: - - 12417 - - 11845 - - 11808 - - uid: 11896 - components: - - type: MetaData - name: air alarm (HoS's Office) - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-35.5 - parent: 2 - - type: DeviceList - devices: - - 11832 - - 11834 - - 11833 - - uid: 11897 - components: - - type: MetaData - name: air alarm (HoS's Bedroom) - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-40.5 - parent: 2 - - type: DeviceList - devices: - - 11818 - - 11819 - - 11835 - - uid: 11898 - components: - - type: MetaData - name: air alarm (Cell B) - - type: Transform - pos: -10.5,-27.5 - parent: 2 - - type: DeviceList - devices: - - 11768 - - 11771 - - 11767 - - uid: 11899 - components: - - type: MetaData - name: air alarm (Cell A) - - type: Transform - pos: -10.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 11769 - - 11770 - - 11766 - - uid: 11900 - components: - - type: MetaData - name: air alarm (Detective's Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 11703 - - 11705 - - 11704 - - uid: 11901 - components: - - type: MetaData - name: air alarm (Security Breakroom) - - type: Transform - pos: -2.5,-19.5 - parent: 2 - - type: DeviceList - devices: - - 11758 - - 11759 - - 11757 - - 10869 - - 10870 - - uid: 11904 - components: - - type: MetaData - name: air alarm (Armoury) - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-21.5 - parent: 2 - - type: DeviceList - devices: - - 11752 - - 11739 - - 11740 - - uid: 11905 - components: - - type: MetaData - name: air alarm (Warden's Office) - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-24.5 - parent: 2 - - type: DeviceList - devices: - - 10866 - - 11719 - - 11722 - - 11720 - - 10869 - - uid: 11906 - components: - - type: MetaData - name: air alarm (Brig) - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 11796 - - 10863 - - 10864 - - 10870 - - 10866 - uid: 12674 components: - type: MetaData @@ -11875,6 +11779,8 @@ entities: - 10858 - 10859 - 10861 + - 14970 + - 14997 - uid: 13796 components: - type: MetaData @@ -12418,6 +12324,179 @@ entities: devices: - 14760 - 14759 + - uid: 14859 + components: + - type: MetaData + name: air alarm (Security Breakroom) + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 12833 + - 12826 + - 13268 + - 14998 + - 14999 + - 15000 + - uid: 15056 + components: + - type: MetaData + name: air alarm (Genpop Dorm) + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 14607 + - 14799 + - 14605 + - uid: 15057 + components: + - type: MetaData + name: air alarm (Genpop) + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 14649 + - 14630 + - 14734 + - uid: 15063 + components: + - type: MetaData + name: air alarm (Genpop Entrance) + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 13271 + - 13267 + - 14483 + - uid: 15065 + components: + - type: MetaData + name: air alarm (Security Entrance) + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 12416 + - 14801 + - 11896 + - 1879 + - 1878 + - uid: 15066 + components: + - type: MetaData + name: air alarm (Security Front) + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 14854 + - 14855 + - 14847 + - 14970 + - 14997 + - uid: 15067 + components: + - type: MetaData + name: air alarm (Warden's Office) + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-33.5 + parent: 2 + - type: DeviceList + devices: + - 13486 + - 13746 + - 13539 + - 15000 + - uid: 15069 + components: + - type: MetaData + name: air alarm (Security) + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 13521 + - 13750 + - 14029 + - 14998 + - 14999 + - uid: 15092 + components: + - type: MetaData + name: air alarm (Armoury) + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-35.5 + parent: 2 + - type: DeviceList + devices: + - 13586 + - 13670 + - 13742 + - uid: 15093 + components: + - type: MetaData + name: air alarm (HoS's Office) + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 13676 + - 13677 + - 14449 + - uid: 15125 + components: + - type: MetaData + name: air alarm (HoS's Bedroom) + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-38.5 + parent: 2 + - type: DeviceList + devices: + - 14473 + - 14460 + - 15141 + - uid: 15135 + components: + - type: MetaData + name: air alarm (Interrogation) + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - type: DeviceList + devices: + - 13744 + - uid: 15190 + components: + - type: MetaData + name: air alarm (Detective's Office) + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 12743 + - 5665 + - 11808 - uid: 15328 components: - type: MetaData @@ -12436,10 +12515,11 @@ entities: - 10829 - 10828 - 10809 - - 6141 - 15329 - 15330 - 15331 + - 1879 + - 1878 - uid: 15453 components: - type: MetaData @@ -12608,26 +12688,26 @@ entities: parent: 2 - proto: Airlock entities: - - uid: 2096 + - uid: 1032 components: - type: MetaData - name: airlock (Perma) + name: airlock (Cryo) - type: Transform - pos: -3.5,-39.5 + pos: -12.5,-21.5 parent: 2 - - uid: 2102 + - uid: 1669 components: - type: MetaData - name: airlock (Perma) + name: airlock (Dorm) - type: Transform - pos: 0.5,-35.5 + pos: -11.5,-31.5 parent: 2 - - uid: 2103 + - uid: 5233 components: - type: MetaData - name: airlock (Perma) + name: airlock (Bathroom) - type: Transform - pos: -1.5,-37.5 + pos: -9.5,-32.5 parent: 2 - uid: 6033 components: @@ -12673,13 +12753,12 @@ entities: parent: 2 - proto: AirlockArmoryGlassLocked entities: - - uid: 1089 + - uid: 1651 components: - type: MetaData name: glass airlock (Warden's Office) - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-23.5 + pos: -2.5,-30.5 parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: @@ -12741,35 +12820,35 @@ entities: parent: 2 - proto: AirlockBrigGlassLocked entities: - - uid: 1939 + - uid: 1256 components: - type: MetaData name: glass airlock (Security) - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-19.5 + pos: -4.5,-15.5 parent: 2 - - uid: 1940 + - uid: 1859 components: - type: MetaData name: glass airlock (Security) - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-19.5 + pos: -3.5,-15.5 parent: 2 - - uid: 15298 +- proto: AirlockBrigLocked + entities: + - uid: 311 components: - type: MetaData - name: glass airlock (Security) + name: airlock (Security) - type: Transform - pos: -7.5,-15.5 + pos: -3.5,-19.5 parent: 2 - - uid: 15299 + - uid: 314 components: - type: MetaData - name: glass airlock (Security) + name: airlock (Security) - type: Transform - pos: -8.5,-15.5 + pos: -4.5,-19.5 parent: 2 - proto: AirlockCaptainLocked entities: @@ -12987,13 +13066,12 @@ entities: parent: 2 - proto: AirlockDetectiveLocked entities: - - uid: 1948 + - uid: 2971 components: - type: MetaData name: airlock (Detective's Office) - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-21.5 + pos: 1.5,-26.5 parent: 2 - proto: AirlockEngineeringGlassLocked entities: @@ -13058,6 +13136,13 @@ entities: - type: Transform pos: 31.5,-2.5 parent: 2 + - uid: 1957 + components: + - type: MetaData + name: airlock (South Solars) + - type: Transform + pos: 14.5,-32.5 + parent: 2 - uid: 2526 components: - type: MetaData @@ -13073,14 +13158,6 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-6.5 parent: 2 - - uid: 2786 - components: - - type: MetaData - name: airlock (South Solars) - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-28.5 - parent: 2 - uid: 3206 components: - type: MetaData @@ -13095,6 +13172,13 @@ entities: - type: Transform pos: 42.5,3.5 parent: 2 + - uid: 4252 + components: + - type: MetaData + name: airlock (Security Substation) + - type: Transform + pos: 11.5,-29.5 + parent: 2 - uid: 4529 components: - type: MetaData @@ -13103,14 +13187,6 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-13.5 parent: 2 - - uid: 5233 - components: - - type: MetaData - name: airlock (Security Substation) - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-29.5 - parent: 2 - uid: 5476 components: - type: MetaData @@ -13163,14 +13239,6 @@ entities: - type: Transform pos: 25.5,-7.5 parent: 2 - - uid: 8180 - components: - - type: MetaData - name: airlock (Substation) - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-41.5 - parent: 2 - uid: 9235 components: - type: MetaData @@ -13352,18 +13420,16 @@ entities: 1363: - - DoorStatus - DoorBolt - - uid: 2749 + - uid: 2025 components: - type: Transform - pos: 12.5,-31.5 + pos: 12.5,-35.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + pos: 12.5,-38.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 3 - - type: DeviceLinkSource - linkedPorts: - 8435: - - - DoorStatus - - DoorBolt - uid: 5592 components: - type: Transform @@ -13403,19 +13469,6 @@ entities: 7698: - - DoorStatus - DoorBolt - - uid: 8435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-34.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2749: - - - DoorStatus - - DoorBolt - uid: 9751 components: - type: Transform @@ -13965,20 +14018,19 @@ entities: parent: 2 - proto: AirlockHeadOfSecurityLocked entities: - - uid: 1798 - components: - - type: MetaData - name: airlock (HOS's Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-33.5 - parent: 2 - - uid: 2073 + - uid: 1815 components: - type: MetaData name: airlock (HoS's Office) - type: Transform - pos: -11.5,-37.5 + pos: -0.5,-35.5 + parent: 2 + - uid: 2124 + components: + - type: MetaData + name: airlock (HoS's Bedroom) + - type: Transform + pos: -5.5,-38.5 parent: 2 - proto: AirlockHydroGlassLocked entities: @@ -14215,18 +14267,6 @@ entities: - type: Transform pos: -3.5,42.5 parent: 2 - - uid: 3023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-24.5 - parent: 2 - - uid: 3024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-27.5 - parent: 2 - uid: 3131 components: - type: Transform @@ -14355,7 +14395,7 @@ entities: pos: 47.5,5.5 parent: 2 - type: Door - secondsUntilStateChange: -418632.5 + secondsUntilStateChange: -454590.38 state: Opening - type: DeviceLinkSource lastSignals: @@ -14398,6 +14438,11 @@ entities: - type: Transform pos: -17.5,-38.5 parent: 2 + - uid: 10801 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 - uid: 14194 components: - type: Transform @@ -14541,43 +14586,26 @@ entities: parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 1955 + - uid: 2811 components: - type: MetaData name: maintenance access (Security) - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-30.5 + pos: 1.5,-24.5 parent: 2 - - uid: 1956 + - uid: 3838 components: - type: MetaData name: maintenance access (Security) - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-17.5 + pos: 4.5,-21.5 parent: 2 - - uid: 3034 + - uid: 3839 components: - type: MetaData name: maintenance access (Security) - type: Transform - pos: -8.5,-39.5 - parent: 2 - - uid: 11883 - components: - - type: MetaData - name: maintenance access (Security) - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-36.5 - parent: 2 - - uid: 15308 - components: - - type: MetaData - name: maintenance access (Security) - - type: Transform - pos: 4.5,-29.5 + pos: -7.5,-35.5 parent: 2 - proto: AirlockMaintServiceLocked entities: @@ -14876,6 +14904,13 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,-34.5 parent: 2 + - uid: 538 + components: + - type: MetaData + name: glass airlock (Security) + - type: Transform + pos: -1.5,-27.5 + parent: 2 - uid: 1038 components: - type: MetaData @@ -14884,59 +14919,33 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-7.5 parent: 2 - - uid: 1652 + - uid: 1981 components: - type: MetaData - name: glass airlock (Cell A) + name: glass airlock (Genpop) - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-26.5 + pos: -6.5,-17.5 parent: 2 - - uid: 1870 + - uid: 2103 components: - type: MetaData - name: glass airlock (Security) + name: glass airlock (Genpop) - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-19.5 - parent: 2 - - uid: 1905 - components: - - type: MetaData - name: glass airlock (Security) - - type: Transform - rot: 3.141592653589793 rad pos: -6.5,-21.5 parent: 2 - - uid: 1929 - components: - - type: MetaData - name: glass airlock (Cell B) - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-30.5 - parent: 2 - - uid: 1953 - components: - - type: MetaData - name: glass airlock (Perma) - - type: Transform - pos: -5.5,-33.5 - parent: 2 - - uid: 1992 + - uid: 2116 components: - type: MetaData name: glass airlock (Security) - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-31.5 + pos: -0.5,-27.5 parent: 2 - - uid: 2099 + - uid: 2964 components: - type: MetaData - name: glass airlock (Perma) + name: glass airlock (Security) - type: Transform - pos: -1.5,-33.5 + pos: -1.5,-21.5 parent: 2 - uid: 3614 components: @@ -14952,6 +14961,15 @@ entities: - type: Transform pos: -4.5,27.5 parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 1089 + components: + - type: MetaData + name: airlock (Interrogation) + - type: Transform + pos: -2.5,-34.5 + parent: 2 - proto: AirlockServiceGlassLocked entities: - uid: 3183 @@ -15180,22 +15198,6 @@ entities: - type: DeviceNetwork deviceLists: - 13818 - - uid: 6129 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11864 - - uid: 6252 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4255 - uid: 7952 components: - type: Transform @@ -15580,46 +15582,6 @@ entities: - type: DeviceNetwork deviceLists: - 13794 - - uid: 11681 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1868 - - uid: 11705 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11900 - - uid: 11722 - components: - - type: Transform - pos: -2.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11905 - - uid: 11752 - components: - - type: Transform - pos: 0.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11904 - - uid: 11759 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11901 - uid: 11762 components: - type: Transform @@ -15628,62 +15590,14 @@ entities: - type: DeviceNetwork deviceLists: - 13870 - - uid: 11770 + - uid: 11808 components: - type: Transform - pos: -10.5,-25.5 + pos: 5.5,-26.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11899 - - uid: 11771 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11898 - - uid: 11796 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - uid: 11834 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11896 - - uid: 11835 - components: - - type: Transform - pos: -12.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11897 - - uid: 11845 - components: - - type: Transform - pos: 3.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11895 - - uid: 11885 - components: - - type: Transform - pos: -3.5,-37.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11891 + - 15190 - uid: 11908 components: - type: Transform @@ -15812,14 +15726,6 @@ entities: - type: DeviceNetwork deviceLists: - 13864 - - uid: 12494 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11893 - uid: 12497 components: - type: Transform @@ -15922,6 +15828,64 @@ entities: - type: DeviceNetwork deviceLists: - 11208 + - uid: 13267 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15063 + - uid: 13268 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14859 + - uid: 13521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15069 + - uid: 13670 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15092 + - uid: 13677 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15093 + - uid: 13744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15135 + - uid: 13746 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15067 - uid: 13801 components: - type: Transform @@ -15954,22 +15918,46 @@ entities: - type: DeviceNetwork deviceLists: - 8141 - - uid: 14456 + - uid: 14630 components: - type: Transform - pos: -3.5,-33.5 + pos: -9.5,-26.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11894 - - uid: 14459 + - 15057 + - uid: 14799 components: - type: Transform - pos: 3.5,-37.5 + pos: -11.5,-33.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11890 + - 15056 + - uid: 14801 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15065 + - uid: 14855 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15066 + - uid: 15141 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15125 - uid: 15329 components: - type: Transform @@ -16205,13 +16193,13 @@ entities: - type: Transform pos: -24.5,-0.5 parent: 2 - - uid: 2795 + - uid: 2771 components: - type: MetaData name: APC (South Solar) - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,-29.5 + pos: 16.5,-33.5 parent: 2 - uid: 3295 components: @@ -16335,13 +16323,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-13.5 parent: 2 - - uid: 5235 - components: - - type: MetaData - name: APC (Maintenance) - - type: Transform - pos: 7.5,-27.5 - parent: 2 - uid: 5241 components: - type: MetaData @@ -16366,60 +16347,67 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,25.5 parent: 2 - - uid: 5641 - components: - - type: MetaData - name: APC (Warden's Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-24.5 - parent: 2 - - uid: 5642 + - uid: 5734 components: - type: MetaData name: APC (Armoury) - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-27.5 + rot: -1.5707963267948966 rad + pos: 7.5,-30.5 parent: 2 - - uid: 5645 + - uid: 5735 components: - type: MetaData - name: APC (Security Locker Room) + name: APC (Warden's Office) - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-19.5 + rot: 1.5707963267948966 rad + pos: -6.5,-31.5 parent: 2 - - uid: 5647 + - uid: 5736 + components: + - type: MetaData + name: APC (Security) + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-32.5 + parent: 2 + - uid: 5737 + components: + - type: MetaData + name: APC (HoS's Office) + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 2 + - uid: 5738 + components: + - type: MetaData + name: APC (Genpop) + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-21.5 + parent: 2 + - uid: 5739 components: - type: MetaData name: APC (Security Breakroom) - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-23.5 + pos: -1.5,-23.5 parent: 2 - - uid: 5648 + - uid: 5740 components: - type: MetaData - name: APC (Brig) + name: APC (Security Front) - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-31.5 + rot: 1.5707963267948966 rad + pos: -1.5,-19.5 parent: 2 - - uid: 5695 + - uid: 5836 components: - type: MetaData - name: APC (Detective's Office) + name: APC (Interrogation) - type: Transform - pos: -10.5,-19.5 - parent: 2 - - uid: 5702 - components: - - type: MetaData - name: APC (Perma) - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-35.5 + pos: -5.5,-33.5 parent: 2 - uid: 5926 components: @@ -16445,14 +16433,6 @@ entities: rot: 1.5707963267948966 rad pos: -38.5,-39.5 parent: 2 - - uid: 6152 - components: - - type: MetaData - name: APC (HoS's Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-36.5 - parent: 2 - uid: 6163 components: - type: MetaData @@ -16592,6 +16572,14 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,37.5 parent: 2 + - uid: 7780 + components: + - type: MetaData + name: APC (Maintenance) + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-29.5 + parent: 2 - uid: 7943 components: - type: MetaData @@ -16833,6 +16821,22 @@ entities: - type: Transform pos: 34.5,-17.5 parent: 2 + - uid: 11177 + components: + - type: MetaData + name: APC (Maintenance) + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-45.5 + parent: 2 + - uid: 11819 + components: + - type: MetaData + name: APC (Detective's Office) + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 2 - uid: 12212 components: - type: MetaData @@ -17735,6 +17739,16 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,7.5 parent: 2 + - uid: 11786 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 - uid: 13787 components: - type: Transform @@ -17784,6 +17798,11 @@ entities: - type: Transform pos: 42.5,25.5 parent: 2 + - uid: 11788 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 - uid: 15184 components: - type: Transform @@ -17816,11 +17835,6 @@ entities: - type: Transform pos: -1.5,38.5 parent: 2 - - uid: 2930 - components: - - type: Transform - pos: 6.5,-29.5 - parent: 2 - uid: 5398 components: - type: Transform @@ -17882,6 +17896,35 @@ entities: rot: 3.141592653589793 rad pos: 46.5,18.5 parent: 2 + - uid: 11697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-39.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-39.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-36.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-38.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 - uid: 13786 components: - type: Transform @@ -18047,6 +18090,13 @@ entities: - ActivatableUI - Store - Contraband +- proto: Basketball + entities: + - uid: 15752 + components: + - type: Transform + pos: -11.572958,-27.11947 + parent: 2 - proto: Beaker entities: - uid: 430 @@ -18059,47 +18109,32 @@ entities: - type: Transform pos: 26.769247,16.215511 parent: 2 - - uid: 15563 + - uid: 17573 components: - type: Transform - pos: 1.0790244,-40.204098 - parent: 2 - - uid: 16451 - components: - - type: Transform - pos: 1.2665244,-40.422848 + pos: -7.289159,-26.96821 parent: 2 - proto: Bed entities: + - uid: 1709 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 - uid: 1784 components: - type: Transform pos: 10.5,-22.5 parent: 2 - - uid: 1974 + - uid: 2045 components: - type: Transform - pos: -2.5,-38.5 + pos: -12.5,-32.5 parent: 2 - - uid: 2076 + - uid: 2786 components: - type: Transform - pos: -10.5,-39.5 - parent: 2 - - uid: 2095 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 2166 - components: - - type: Transform - pos: -12.5,-24.5 - parent: 2 - - uid: 2167 - components: - - type: Transform - pos: -12.5,-28.5 + pos: -12.5,-33.5 parent: 2 - uid: 2976 components: @@ -18126,6 +18161,11 @@ entities: - type: Transform pos: -23.5,26.5 parent: 2 + - uid: 5711 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 - uid: 6018 components: - type: Transform @@ -18186,10 +18226,10 @@ entities: parent: 2 - proto: BedsheetHOS entities: - - uid: 2075 + - uid: 2046 components: - type: Transform - pos: -10.5,-39.5 + pos: -7.5,-37.5 parent: 2 - proto: BedsheetMedical entities: @@ -18213,25 +18253,20 @@ entities: parent: 2 - proto: BedsheetOrange entities: - - uid: 2114 + - uid: 1481 components: - type: Transform - pos: -4.5,-36.5 + pos: -10.5,-33.5 parent: 2 - - uid: 2115 + - uid: 2490 components: - type: Transform - pos: -2.5,-38.5 + pos: -12.5,-32.5 parent: 2 - - uid: 2168 + - uid: 2788 components: - type: Transform - pos: -12.5,-28.5 - parent: 2 - - uid: 2169 - components: - - type: Transform - pos: -12.5,-24.5 + pos: -12.5,-33.5 parent: 2 - proto: BedsheetQM entities: @@ -18409,10 +18444,10 @@ entities: parent: 2 - proto: BookRandom entities: - - uid: 2156 + - uid: 1973 components: - type: Transform - pos: 1.0466881,-32.39723 + pos: -11.355512,-26.378376 parent: 2 - proto: BookRandomStory entities: @@ -18445,11 +18480,6 @@ entities: - type: Transform pos: -24.5,-21.5 parent: 2 - - uid: 2155 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 2 - uid: 3082 components: - type: Transform @@ -18612,20 +18642,8 @@ entities: - type: Transform pos: 14.978508,23.609514 parent: 2 -- proto: BoxFlashbang - entities: - - uid: 2055 - components: - - type: Transform - pos: -5.6714606,-22.394136 - parent: 2 - proto: BoxFolderBlack entities: - - uid: 2035 - components: - - type: Transform - pos: -12.630611,-20.29776 - parent: 2 - uid: 5301 components: - type: Transform @@ -18690,11 +18708,6 @@ entities: - type: Transform pos: 1.4194467,19.608728 parent: 2 - - uid: 16981 - components: - - type: Transform - pos: -1.6979542,-23.455095 - parent: 2 - uid: 16982 components: - type: Transform @@ -18724,26 +18737,16 @@ entities: parent: 2 - proto: BoxFolderRed entities: - - uid: 2034 + - uid: 2512 components: - type: Transform - pos: -12.411861,-19.82901 + pos: 6.7191114,-27.510433 parent: 2 - uid: 6274 components: - type: Transform pos: -33.445072,-40.39297 parent: 2 - - uid: 16011 - components: - - type: Transform - pos: -4.2039995,-15.564186 - parent: 2 - - uid: 16012 - components: - - type: Transform - pos: -1.3799434,-23.500525 - parent: 2 - proto: BoxFolderWhite entities: - uid: 4216 @@ -18788,13 +18791,6 @@ entities: - type: Transform pos: 14.461855,23.495598 parent: 2 -- proto: BoxHandcuff - entities: - - uid: 2057 - components: - - type: Transform - pos: -1.5098205,-28.365744 - parent: 2 - proto: BoxLatexGloves entities: - uid: 4093 @@ -18814,20 +18810,6 @@ entities: - type: Transform pos: -5.5149493,7.610962 parent: 2 -- proto: BoxMagazinePistolPractice - entities: - - uid: 14027 - components: - - type: Transform - pos: -12.401453,-36.442593 - parent: 2 -- proto: BoxMagazinePistolSubMachineGunPractice - entities: - - uid: 14026 - components: - - type: Transform - pos: -12.620203,-36.223843 - parent: 2 - proto: BoxMouthSwab entities: - uid: 4090 @@ -18859,13 +18841,6 @@ entities: - type: Transform pos: -33.585217,34.593678 parent: 2 -- proto: BoxZiptie - entities: - - uid: 2056 - components: - - type: Transform - pos: -5.3091073,-22.285152 - parent: 2 - proto: BrbSign entities: - uid: 16190 @@ -18885,38 +18860,6 @@ entities: - type: Transform pos: 41.530895,26.826118 parent: 2 -- proto: BrigTimer - entities: - - uid: 1958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-23.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1652: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 1959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-27.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1929: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - proto: Brutepack1 entities: - uid: 17029 @@ -18931,6 +18874,11 @@ entities: - type: Transform pos: -5.654397,9.747126 parent: 2 + - uid: 5560 + components: + - type: Transform + pos: -8.183637,-30.070526 + parent: 2 - uid: 14400 components: - type: Transform @@ -19033,12 +18981,6 @@ entities: - type: Transform pos: -12.5,15.5 parent: 2 - - uid: 7995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-25.5 - parent: 2 - uid: 8658 components: - type: Transform @@ -19073,18 +19015,6 @@ entities: - type: Transform pos: 50.5,-28.5 parent: 2 - - uid: 13477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 - parent: 2 - - uid: 13820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-23.5 - parent: 2 - uid: 13975 components: - type: Transform @@ -19095,18 +19025,6 @@ entities: - type: Transform pos: 22.663332,-10.207807 parent: 2 - - uid: 14444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.7451677,-16.472116 - parent: 2 - - uid: 14445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.7451677,-16.784616 - parent: 2 - uid: 14509 components: - type: Transform @@ -19119,23 +19037,29 @@ entities: rot: 3.141592653589793 rad pos: -31.315964,-9.528134 parent: 2 + - uid: 15007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-26.5 + parent: 2 - uid: 15222 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-52.5 parent: 2 - - uid: 16000 + - uid: 15304 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-24.5 + pos: -1.5549712,-18.496132 parent: 2 - - uid: 16001 + - uid: 15595 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-28.5 + pos: -1.5549712,-18.183632 parent: 2 - uid: 16160 components: @@ -19149,12 +19073,6 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,23.5 parent: 2 - - uid: 16184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-32.5 - parent: 2 - uid: 16195 components: - type: Transform @@ -19167,6 +19085,12 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,14.5 parent: 2 + - uid: 17544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-39.5 + parent: 2 - proto: ButtonFrameExit entities: - uid: 8077 @@ -19235,12 +19159,6 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-3.5 parent: 2 - - uid: 15854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-22.5 - parent: 2 - uid: 15863 components: - type: Transform @@ -20023,11 +19941,6 @@ entities: - type: Transform pos: 40.5,-11.5 parent: 2 - - uid: 1261 - components: - - type: Transform - pos: -3.5,-41.5 - parent: 2 - uid: 1319 components: - type: Transform @@ -20038,6 +19951,11 @@ entities: - type: Transform pos: -26.5,21.5 parent: 2 + - uid: 1372 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 - uid: 1380 components: - type: Transform @@ -20058,10 +19976,15 @@ entities: - type: Transform pos: 41.5,-5.5 parent: 2 - - uid: 1489 + - uid: 1477 components: - type: Transform - pos: -3.5,-38.5 + pos: 9.5,-25.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 8.5,-25.5 parent: 2 - uid: 1539 components: @@ -20078,11 +20001,6 @@ entities: - type: Transform pos: 40.5,-7.5 parent: 2 - - uid: 1606 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - uid: 1608 components: - type: Transform @@ -20123,6 +20041,16 @@ entities: - type: Transform pos: 40.5,-5.5 parent: 2 + - uid: 1714 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 - uid: 1723 components: - type: Transform @@ -20158,6 +20086,11 @@ entities: - type: Transform pos: 32.5,-30.5 parent: 2 + - uid: 1804 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 - uid: 1817 components: - type: Transform @@ -20168,25 +20101,35 @@ entities: - type: Transform pos: 42.5,-33.5 parent: 2 - - uid: 1970 + - uid: 1900 components: - type: Transform - pos: -3.5,-39.5 + pos: 3.5,-24.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: 14.5,-33.5 parent: 2 - uid: 1978 components: - type: Transform pos: 43.5,20.5 parent: 2 - - uid: 1988 + - uid: 2090 components: - type: Transform - pos: 4.5,-28.5 + pos: 6.5,-24.5 parent: 2 - - uid: 2177 + - uid: 2111 components: - type: Transform - pos: -8.5,-41.5 + pos: 5.5,-24.5 parent: 2 - uid: 2191 components: @@ -20273,11 +20216,6 @@ entities: - type: Transform pos: 18.5,-23.5 parent: 2 - - uid: 2271 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - uid: 2311 components: - type: Transform @@ -20378,6 +20316,11 @@ entities: - type: Transform pos: -6.5,21.5 parent: 2 + - uid: 2571 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 - uid: 2582 components: - type: Transform @@ -20393,6 +20336,11 @@ entities: - type: Transform pos: 11.5,23.5 parent: 2 + - uid: 2653 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 - uid: 2674 components: - type: Transform @@ -20418,46 +20366,6 @@ entities: - type: Transform pos: 38.5,-3.5 parent: 2 - - uid: 2792 - components: - - type: Transform - pos: 13.5,-30.5 - parent: 2 - - uid: 2793 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 2794 - components: - - type: Transform - pos: 14.5,-29.5 - parent: 2 - - uid: 2799 - components: - - type: Transform - pos: 15.5,-29.5 - parent: 2 - - uid: 2800 - components: - - type: Transform - pos: 16.5,-29.5 - parent: 2 - - uid: 2801 - components: - - type: Transform - pos: 12.5,-30.5 - parent: 2 - - uid: 2802 - components: - - type: Transform - pos: 12.5,-31.5 - parent: 2 - - uid: 2803 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 2 - uid: 2842 components: - type: Transform @@ -20508,11 +20416,6 @@ entities: - type: Transform pos: 26.5,-28.5 parent: 2 - - uid: 2986 - components: - - type: Transform - pos: -8.5,-40.5 - parent: 2 - uid: 2987 components: - type: Transform @@ -20543,26 +20446,11 @@ entities: - type: Transform pos: 23.5,-26.5 parent: 2 - - uid: 3011 - components: - - type: Transform - pos: -10.5,-36.5 - parent: 2 - uid: 3015 components: - type: Transform pos: 19.5,-30.5 parent: 2 - - uid: 3036 - components: - - type: Transform - pos: -9.5,-41.5 - parent: 2 - - uid: 3051 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - uid: 3161 components: - type: Transform @@ -20913,6 +20801,11 @@ entities: - type: Transform pos: -20.5,-21.5 parent: 2 + - uid: 3428 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 - uid: 3441 components: - type: Transform @@ -20968,6 +20861,11 @@ entities: - type: Transform pos: -18.5,-46.5 parent: 2 + - uid: 3601 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 - uid: 3611 components: - type: Transform @@ -21118,11 +21016,6 @@ entities: - type: Transform pos: -28.5,-5.5 parent: 2 - - uid: 4291 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - uid: 4295 components: - type: Transform @@ -21943,46 +21836,6 @@ entities: - type: Transform pos: 39.5,12.5 parent: 2 - - uid: 5236 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 5237 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - - uid: 5238 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 2 - - uid: 5239 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 5240 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - uid: 5264 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 5265 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 5276 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 2 - uid: 5279 components: - type: Transform @@ -22003,41 +21856,6 @@ entities: - type: Transform pos: -28.5,28.5 parent: 2 - - uid: 5319 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 2 - - uid: 5320 - components: - - type: Transform - pos: 4.5,-29.5 - parent: 2 - - uid: 5322 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 5323 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 5324 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 5325 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 5326 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - uid: 5327 components: - type: Transform @@ -22123,21 +21941,11 @@ entities: - type: Transform pos: -24.5,31.5 parent: 2 - - uid: 5472 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - uid: 5489 components: - type: Transform pos: -31.5,33.5 parent: 2 - - uid: 5490 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - uid: 5491 components: - type: Transform @@ -22148,36 +21956,6 @@ entities: - type: Transform pos: -17.5,17.5 parent: 2 - - uid: 5508 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 5512 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 5517 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 - - uid: 5522 - components: - - type: Transform - pos: 9.5,-26.5 - parent: 2 - - uid: 5528 - components: - - type: Transform - pos: 9.5,-29.5 - parent: 2 - - uid: 5531 - components: - - type: Transform - pos: 9.5,-30.5 - parent: 2 - uid: 5534 components: - type: Transform @@ -22263,455 +22041,275 @@ entities: - type: Transform pos: 20.5,-21.5 parent: 2 - - uid: 5720 + - uid: 5683 components: - type: Transform - pos: -2.5,-35.5 + pos: 7.5,-24.5 parent: 2 - - uid: 5721 + - uid: 5684 components: - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 5722 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 2 - - uid: 5723 - components: - - type: Transform - pos: -3.5,-33.5 - parent: 2 - - uid: 5724 - components: - - type: Transform - pos: -0.5,-33.5 - parent: 2 - - uid: 5725 - components: - - type: Transform - pos: 0.5,-33.5 - parent: 2 - - uid: 5726 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - - uid: 5727 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 2 - - uid: 5728 - components: - - type: Transform - pos: 3.5,-33.5 - parent: 2 - - uid: 5729 - components: - - type: Transform - pos: -1.5,-33.5 - parent: 2 - - uid: 5730 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - uid: 5731 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 5732 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 5733 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 2 - - uid: 5734 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - uid: 5735 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - uid: 5736 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 5737 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - - uid: 5738 - components: - - type: Transform - pos: 3.5,-37.5 - parent: 2 - - uid: 5739 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 2 - - uid: 5740 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 2 - - uid: 5741 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 2 - - uid: 5742 - components: - - type: Transform - pos: -3.5,-37.5 - parent: 2 - - uid: 5749 - components: - - type: Transform - pos: -11.5,-38.5 - parent: 2 - - uid: 5750 - components: - - type: Transform - pos: -11.5,-37.5 - parent: 2 - - uid: 5751 - components: - - type: Transform - pos: -11.5,-36.5 - parent: 2 - - uid: 5752 - components: - - type: Transform - pos: -11.5,-35.5 - parent: 2 - - uid: 5753 - components: - - type: Transform - pos: -11.5,-34.5 - parent: 2 - - uid: 5754 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 2 - - uid: 5784 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 2 - - uid: 5785 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 5786 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 5787 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 5788 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 2 - - uid: 5789 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 2 - - uid: 5790 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 2 - - uid: 5791 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 5792 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 2 - - uid: 5793 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 2 - - uid: 5794 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 2 - - uid: 5795 - components: - - type: Transform - pos: -2.5,-26.5 + pos: 8.5,-24.5 parent: 2 - uid: 5796 components: - type: Transform - pos: -2.5,-27.5 + pos: -1.5,-19.5 parent: 2 - uid: 5797 components: - type: Transform - pos: -5.5,-23.5 + pos: -0.5,-19.5 parent: 2 - uid: 5798 components: - type: Transform - pos: -5.5,-22.5 + pos: 0.5,-19.5 parent: 2 - uid: 5799 components: - type: Transform - pos: -5.5,-21.5 + pos: 0.5,-18.5 parent: 2 - uid: 5800 components: - type: Transform - pos: -4.5,-21.5 + pos: 1.5,-18.5 parent: 2 - uid: 5801 components: - type: Transform - pos: -3.5,-21.5 + pos: 0.5,-20.5 parent: 2 - uid: 5802 components: - type: Transform - pos: -2.5,-21.5 + pos: 0.5,-21.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: 2.5,-21.5 parent: 2 - uid: 5805 components: - type: Transform - pos: -4.5,-17.5 + pos: -1.5,-23.5 parent: 2 - uid: 5806 components: - type: Transform - pos: -3.5,-17.5 + pos: -1.5,-24.5 parent: 2 - uid: 5807 components: - type: Transform - pos: 0.5,-19.5 + pos: -0.5,-25.5 parent: 2 - uid: 5808 components: - type: Transform - pos: 0.5,-18.5 + pos: -1.5,-25.5 parent: 2 - uid: 5809 components: - type: Transform - pos: 0.5,-17.5 + pos: -2.5,-25.5 parent: 2 - uid: 5810 components: - type: Transform - pos: 1.5,-17.5 + pos: -3.5,-25.5 parent: 2 - uid: 5811 components: - type: Transform - pos: -5.5,-31.5 + pos: -4.5,-25.5 parent: 2 - uid: 5812 components: - type: Transform - pos: -5.5,-30.5 + pos: -3.5,-24.5 parent: 2 - uid: 5813 components: - type: Transform - pos: -6.5,-30.5 + pos: -3.5,-23.5 parent: 2 - uid: 5814 components: - type: Transform - pos: -7.5,-30.5 + pos: -3.5,-22.5 parent: 2 - uid: 5815 components: - type: Transform - pos: -7.5,-29.5 + pos: -3.5,-21.5 parent: 2 - uid: 5816 components: - type: Transform - pos: -7.5,-28.5 + pos: -2.5,-32.5 parent: 2 - uid: 5817 components: - type: Transform - pos: -7.5,-26.5 + pos: -1.5,-32.5 parent: 2 - uid: 5818 components: - type: Transform - pos: -7.5,-25.5 + pos: -0.5,-33.5 parent: 2 - uid: 5819 components: - type: Transform - pos: -7.5,-24.5 + pos: -0.5,-32.5 parent: 2 - uid: 5820 components: - type: Transform - pos: -7.5,-23.5 + pos: -0.5,-31.5 parent: 2 - uid: 5821 components: - type: Transform - pos: -7.5,-22.5 + pos: -0.5,-30.5 parent: 2 - uid: 5822 components: - type: Transform - pos: -7.5,-21.5 + pos: -0.5,-29.5 parent: 2 - uid: 5823 components: - type: Transform - pos: -7.5,-27.5 + pos: 7.5,-30.5 parent: 2 - uid: 5824 components: - type: Transform - pos: -10.5,-19.5 + pos: 6.5,-30.5 parent: 2 - uid: 5825 components: - type: Transform - pos: -10.5,-20.5 + pos: 5.5,-30.5 parent: 2 - uid: 5826 components: - type: Transform - pos: -11.5,-20.5 + pos: 4.5,-30.5 parent: 2 - uid: 5827 components: - type: Transform - pos: -11.5,-21.5 + pos: 3.5,-30.5 parent: 2 - uid: 5828 components: - type: Transform - pos: -8.5,-30.5 + pos: 3.5,-31.5 parent: 2 - uid: 5829 components: - type: Transform - pos: -9.5,-30.5 + pos: 3.5,-32.5 parent: 2 - uid: 5830 components: - type: Transform - pos: -8.5,-26.5 + pos: 3.5,-33.5 parent: 2 - uid: 5831 components: - type: Transform - pos: -10.5,-26.5 + pos: -6.5,-31.5 parent: 2 - uid: 5832 components: - type: Transform - pos: -11.5,-29.5 + pos: -5.5,-31.5 parent: 2 - uid: 5833 components: - type: Transform - pos: -10.5,-25.5 + pos: -4.5,-31.5 parent: 2 - uid: 5834 components: - type: Transform - pos: -11.5,-25.5 + pos: -4.5,-30.5 parent: 2 - uid: 5835 components: - type: Transform - pos: -9.5,-26.5 - parent: 2 - - uid: 5836 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - uid: 5837 - components: - - type: Transform - pos: -10.5,-30.5 - parent: 2 - - uid: 5838 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 2 - - uid: 5839 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 2 - - uid: 5840 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - uid: 5841 - components: - - type: Transform - pos: -7.5,-33.5 - parent: 2 - - uid: 5842 - components: - - type: Transform - pos: -7.5,-34.5 + pos: -4.5,-29.5 parent: 2 - uid: 5843 components: - type: Transform - pos: -8.5,-17.5 + pos: -5.5,-33.5 parent: 2 - uid: 5844 components: - type: Transform - pos: -5.5,-17.5 + pos: -5.5,-34.5 parent: 2 - uid: 5845 components: - type: Transform - pos: -6.5,-17.5 + pos: -4.5,-34.5 parent: 2 - uid: 5846 components: - type: Transform - pos: -7.5,-17.5 + pos: 1.5,-37.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: -5.5,-38.5 parent: 2 - uid: 5914 components: @@ -22848,6 +22446,11 @@ entities: - type: Transform pos: 28.5,-20.5 parent: 2 + - uid: 6038 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 - uid: 6069 components: - type: Transform @@ -22868,30 +22471,120 @@ entities: - type: Transform pos: -34.5,-34.5 parent: 2 + - uid: 6091 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 - uid: 6110 components: - type: Transform pos: -15.5,-36.5 parent: 2 + - uid: 6116 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 - uid: 6121 components: - type: Transform pos: 17.5,35.5 parent: 2 + - uid: 6122 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 - uid: 6132 components: - type: Transform pos: -35.5,-34.5 parent: 2 + - uid: 6141 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 - uid: 6150 components: - type: Transform pos: -27.5,-5.5 parent: 2 + - uid: 6152 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 - uid: 6154 components: - type: Transform - pos: -9.5,-36.5 + pos: -8.5,-26.5 parent: 2 - uid: 6156 components: @@ -22923,6 +22616,71 @@ entities: - type: Transform pos: -15.5,-12.5 parent: 2 + - uid: 6178 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 6198 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 2 - uid: 6234 components: - type: Transform @@ -23003,6 +22761,16 @@ entities: - type: Transform pos: -15.5,-40.5 parent: 2 + - uid: 6252 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 6255 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 - uid: 6259 components: - type: Transform @@ -23048,11 +22816,36 @@ entities: - type: Transform pos: -35.5,-43.5 parent: 2 + - uid: 6287 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + pos: -11.5,-31.5 + parent: 2 - uid: 6297 components: - type: Transform pos: -15.5,-39.5 parent: 2 + - uid: 6304 + components: + - type: Transform + pos: -11.5,-32.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 - uid: 6309 components: - type: Transform @@ -23063,11 +22856,51 @@ entities: - type: Transform pos: -11.5,-46.5 parent: 2 + - uid: 6393 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 - uid: 6554 components: - type: Transform pos: -21.5,32.5 parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 - uid: 6678 components: - type: Transform @@ -24183,11 +24016,26 @@ entities: - type: Transform pos: 23.5,39.5 parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 2 - uid: 7763 components: - type: Transform pos: 23.5,41.5 parent: 2 + - uid: 7764 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 2 - uid: 7801 components: - type: Transform @@ -24403,6 +24251,51 @@ entities: - type: Transform pos: 19.5,-13.5 parent: 2 + - uid: 8376 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 8378 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 8389 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 8393 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 + - uid: 8398 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 + - uid: 8402 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 8415 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 - uid: 8426 components: - type: Transform @@ -24418,6 +24311,16 @@ entities: - type: Transform pos: -40.5,25.5 parent: 2 + - uid: 8435 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 8436 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 - uid: 8467 components: - type: Transform @@ -24433,6 +24336,11 @@ entities: - type: Transform pos: -23.5,12.5 parent: 2 + - uid: 8484 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 - uid: 8497 components: - type: Transform @@ -24463,6 +24371,16 @@ entities: - type: Transform pos: 45.5,16.5 parent: 2 + - uid: 8546 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 - uid: 8679 components: - type: Transform @@ -24498,11 +24416,21 @@ entities: - type: Transform pos: 21.5,-9.5 parent: 2 + - uid: 8744 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 - uid: 8825 components: - type: Transform pos: 25.5,16.5 parent: 2 + - uid: 8848 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 - uid: 8852 components: - type: Transform @@ -24848,16 +24776,36 @@ entities: - type: Transform pos: 19.5,-15.5 parent: 2 + - uid: 9032 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 9033 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 - uid: 9041 components: - type: Transform pos: -44.5,20.5 parent: 2 + - uid: 9056 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 - uid: 9057 components: - type: Transform pos: 30.5,-0.5 parent: 2 + - uid: 9058 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 - uid: 9060 components: - type: Transform @@ -27558,11 +27506,56 @@ entities: - type: Transform pos: -36.5,15.5 parent: 2 + - uid: 10531 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 - uid: 10545 components: - type: Transform pos: -17.5,-48.5 parent: 2 + - uid: 10554 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 10671 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 - uid: 10715 components: - type: Transform @@ -27578,6 +27571,101 @@ entities: - type: Transform pos: 22.5,-30.5 parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 10794 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 10864 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: 1.5,-41.5 + parent: 2 + - uid: 10869 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 10870 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 - uid: 10882 components: - type: Transform @@ -27688,21 +27776,116 @@ entities: - type: Transform pos: -29.5,25.5 parent: 2 + - uid: 11312 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 - uid: 11340 components: - type: Transform pos: 26.5,-21.5 parent: 2 + - uid: 11352 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 - uid: 11589 components: - type: Transform pos: -14.5,-34.5 parent: 2 + - uid: 11661 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 - uid: 11792 components: - type: Transform pos: -40.5,19.5 parent: 2 + - uid: 11826 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 11828 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 - uid: 11850 components: - type: Transform @@ -28263,6 +28446,11 @@ entities: - type: Transform pos: -10.5,-43.5 parent: 2 + - uid: 13352 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 - uid: 13449 components: - type: Transform @@ -28513,11 +28701,6 @@ entities: - type: Transform pos: 20.5,-37.5 parent: 2 - - uid: 14486 - components: - - type: Transform - pos: 12.5,-33.5 - parent: 2 - uid: 14556 components: - type: Transform @@ -28738,36 +28921,6 @@ entities: - type: Transform pos: -2.5,6.5 parent: 2 - - uid: 15309 - components: - - type: Transform - pos: -8.5,-38.5 - parent: 2 - - uid: 15310 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - - uid: 15311 - components: - - type: Transform - pos: -8.5,-37.5 - parent: 2 - - uid: 15312 - components: - - type: Transform - pos: -7.5,-37.5 - parent: 2 - - uid: 15313 - components: - - type: Transform - pos: -7.5,-41.5 - parent: 2 - - uid: 15314 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 2 - uid: 15317 components: - type: Transform @@ -29978,11 +30131,6 @@ entities: - type: Transform pos: -37.5,14.5 parent: 2 - - uid: 323 - components: - - type: Transform - pos: 16.5,-59.5 - parent: 2 - uid: 509 components: - type: Transform @@ -30058,11 +30206,6 @@ entities: - type: Transform pos: 45.5,-24.5 parent: 2 - - uid: 856 - components: - - type: Transform - pos: 16.5,-58.5 - parent: 2 - uid: 872 components: - type: Transform @@ -30093,11 +30236,6 @@ entities: - type: Transform pos: 29.5,-22.5 parent: 2 - - uid: 1062 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - uid: 1063 components: - type: Transform @@ -30233,11 +30371,6 @@ entities: - type: Transform pos: 12.5,-41.5 parent: 2 - - uid: 1271 - components: - - type: Transform - pos: 10.5,-37.5 - parent: 2 - uid: 1272 components: - type: Transform @@ -30308,11 +30441,6 @@ entities: - type: Transform pos: 14.5,-49.5 parent: 2 - - uid: 1287 - components: - - type: Transform - pos: 10.5,-39.5 - parent: 2 - uid: 1288 components: - type: Transform @@ -30368,6 +30496,11 @@ entities: - type: Transform pos: 53.5,-24.5 parent: 2 + - uid: 1368 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 - uid: 1384 components: - type: Transform @@ -30453,6 +30586,11 @@ entities: - type: Transform pos: 57.5,-20.5 parent: 2 + - uid: 1462 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 - uid: 1551 components: - type: Transform @@ -30518,11 +30656,111 @@ entities: - type: Transform pos: 53.5,-26.5 parent: 2 + - uid: 1664 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 - uid: 1731 components: - type: Transform pos: 15.5,-16.5 parent: 2 + - uid: 1813 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + pos: 12.5,-61.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + pos: 14.5,-62.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: 16.5,-62.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: 10.5,-61.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 - uid: 1971 components: - type: Transform @@ -30563,6 +30801,31 @@ entities: - type: Transform pos: 43.5,17.5 parent: 2 + - uid: 2043 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 - uid: 2186 components: - type: Transform @@ -30598,6 +30861,11 @@ entities: - type: Transform pos: 11.5,-59.5 parent: 2 + - uid: 2532 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 - uid: 2534 components: - type: Transform @@ -30623,6 +30891,11 @@ entities: - type: Transform pos: 53.5,-13.5 parent: 2 + - uid: 2548 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 2 - uid: 2550 components: - type: Transform @@ -30638,6 +30911,11 @@ entities: - type: Transform pos: 54.5,-24.5 parent: 2 + - uid: 2558 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 - uid: 2565 components: - type: Transform @@ -30693,6 +30971,16 @@ entities: - type: Transform pos: 47.5,-13.5 parent: 2 + - uid: 2662 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 - uid: 2668 components: - type: Transform @@ -30761,7 +31049,12 @@ entities: - uid: 2739 components: - type: Transform - pos: 12.5,-32.5 + pos: 13.5,-31.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: 12.5,-29.5 parent: 2 - uid: 2751 components: @@ -30771,7 +31064,7 @@ entities: - uid: 2756 components: - type: Transform - pos: 12.5,-39.5 + pos: 11.5,-29.5 parent: 2 - uid: 2759 components: @@ -30784,69 +31077,14 @@ entities: pos: 12.5,-33.5 parent: 2 - uid: 2766 - components: - - type: Transform - pos: 12.5,-31.5 - parent: 2 - - uid: 2780 - components: - - type: Transform - pos: 12.5,-30.5 - parent: 2 - - uid: 2781 - components: - - type: Transform - pos: 12.5,-29.5 - parent: 2 - - uid: 2782 components: - type: Transform pos: 13.5,-29.5 parent: 2 - - uid: 2783 + - uid: 2777 components: - type: Transform - pos: 14.5,-29.5 - parent: 2 - - uid: 2784 - components: - - type: Transform - pos: 14.5,-28.5 - parent: 2 - - uid: 2785 - components: - - type: Transform - pos: 14.5,-27.5 - parent: 2 - - uid: 2817 - components: - - type: Transform - pos: 11.5,-39.5 - parent: 2 - - uid: 2818 - components: - - type: Transform - pos: 14.5,-37.5 - parent: 2 - - uid: 2819 - components: - - type: Transform - pos: 13.5,-37.5 - parent: 2 - - uid: 2820 - components: - - type: Transform - pos: 14.5,-39.5 - parent: 2 - - uid: 2821 - components: - - type: Transform - pos: 14.5,-38.5 - parent: 2 - - uid: 2822 - components: - - type: Transform - pos: 13.5,-39.5 + pos: 16.5,-63.5 parent: 2 - uid: 2831 components: @@ -30858,11 +31096,6 @@ entities: - type: Transform pos: 10.5,-41.5 parent: 2 - - uid: 2853 - components: - - type: Transform - pos: 12.5,-37.5 - parent: 2 - uid: 2855 components: - type: Transform @@ -30898,11 +31131,6 @@ entities: - type: Transform pos: 38.5,-21.5 parent: 2 - - uid: 2863 - components: - - type: Transform - pos: 11.5,-37.5 - parent: 2 - uid: 2919 components: - type: Transform @@ -30933,51 +31161,11 @@ entities: - type: Transform pos: 33.5,-6.5 parent: 2 - - uid: 3007 - components: - - type: Transform - pos: -20.5,-30.5 - parent: 2 - - uid: 3040 - components: - - type: Transform - pos: -7.5,-41.5 - parent: 2 - - uid: 3043 - components: - - type: Transform - pos: -10.5,-41.5 - parent: 2 - - uid: 3044 - components: - - type: Transform - pos: -11.5,-41.5 - parent: 2 - - uid: 3047 - components: - - type: Transform - pos: -13.5,-41.5 - parent: 2 - - uid: 3048 - components: - - type: Transform - pos: -15.5,-41.5 - parent: 2 - - uid: 3049 - components: - - type: Transform - pos: -15.5,-40.5 - parent: 2 - uid: 3099 components: - type: Transform pos: 38.5,-18.5 parent: 2 - - uid: 3138 - components: - - type: Transform - pos: 14.5,-35.5 - parent: 2 - uid: 3196 components: - type: Transform @@ -31078,11 +31266,6 @@ entities: - type: Transform pos: -15.5,-29.5 parent: 2 - - uid: 3399 - components: - - type: Transform - pos: 13.5,-35.5 - parent: 2 - uid: 3437 components: - type: Transform @@ -31098,11 +31281,6 @@ entities: - type: Transform pos: 45.5,17.5 parent: 2 - - uid: 3601 - components: - - type: Transform - pos: 12.5,-35.5 - parent: 2 - uid: 3604 components: - type: Transform @@ -31118,6 +31296,11 @@ entities: - type: Transform pos: 45.5,12.5 parent: 2 + - uid: 3671 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 - uid: 3729 components: - type: Transform @@ -31363,36 +31546,6 @@ entities: - type: Transform pos: -36.5,18.5 parent: 2 - - uid: 5615 - components: - - type: Transform - pos: 9.5,-31.5 - parent: 2 - - uid: 5616 - components: - - type: Transform - pos: 9.5,-30.5 - parent: 2 - - uid: 5617 - components: - - type: Transform - pos: 9.5,-29.5 - parent: 2 - - uid: 5618 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 5619 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 - - uid: 5620 - components: - - type: Transform - pos: 9.5,-26.5 - parent: 2 - uid: 5621 components: - type: Transform @@ -31408,15 +31561,15 @@ entities: - type: Transform pos: 12.5,-26.5 parent: 2 - - uid: 5624 + - uid: 5682 components: - type: Transform - pos: 12.5,-27.5 + pos: 8.5,-24.5 parent: 2 - - uid: 5625 + - uid: 5685 components: - type: Transform - pos: 13.5,-27.5 + pos: 6.5,-24.5 parent: 2 - uid: 5745 components: @@ -31428,56 +31581,11 @@ entities: - type: Transform pos: 34.5,-8.5 parent: 2 - - uid: 5748 - components: - - type: Transform - pos: -17.5,-38.5 - parent: 2 - uid: 5757 components: - type: Transform pos: 37.5,-9.5 parent: 2 - - uid: 5847 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 5848 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - - uid: 5849 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - - uid: 5850 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 5851 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 5852 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 5853 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 5854 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - uid: 5855 components: - type: Transform @@ -31713,11 +31821,6 @@ entities: - type: Transform pos: -12.5,-13.5 parent: 2 - - uid: 6038 - components: - - type: Transform - pos: -14.5,-41.5 - parent: 2 - uid: 6047 components: - type: Transform @@ -31738,16 +31841,6 @@ entities: - type: Transform pos: 31.5,-10.5 parent: 2 - - uid: 6255 - components: - - type: Transform - pos: -16.5,-38.5 - parent: 2 - - uid: 6287 - components: - - type: Transform - pos: -15.5,-38.5 - parent: 2 - uid: 6305 components: - type: Transform @@ -33533,51 +33626,21 @@ entities: - type: Transform pos: 17.5,23.5 parent: 2 - - uid: 9647 - components: - - type: Transform - pos: -18.5,-38.5 - parent: 2 - uid: 9750 components: - type: Transform pos: 30.5,-22.5 parent: 2 - - uid: 9973 - components: - - type: Transform - pos: -19.5,-38.5 - parent: 2 - - uid: 9993 - components: - - type: Transform - pos: -20.5,-33.5 - parent: 2 - uid: 11341 components: - type: Transform pos: 12.5,-53.5 parent: 2 - - uid: 11488 - components: - - type: Transform - pos: -20.5,-31.5 - parent: 2 - uid: 11571 components: - type: Transform pos: 27.5,32.5 parent: 2 - - uid: 11583 - components: - - type: Transform - pos: -20.5,-34.5 - parent: 2 - - uid: 11585 - components: - - type: Transform - pos: -20.5,-32.5 - parent: 2 - uid: 11865 components: - type: Transform @@ -33593,11 +33656,6 @@ entities: - type: Transform pos: 35.5,-8.5 parent: 2 - - uid: 11869 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 2 - uid: 12625 components: - type: Transform @@ -33628,21 +33686,6 @@ entities: - type: Transform pos: -8.5,8.5 parent: 2 - - uid: 13333 - components: - - type: Transform - pos: -20.5,-35.5 - parent: 2 - - uid: 13429 - components: - - type: Transform - pos: -20.5,-38.5 - parent: 2 - - uid: 13430 - components: - - type: Transform - pos: -20.5,-37.5 - parent: 2 - uid: 13639 components: - type: Transform @@ -33653,11 +33696,6 @@ entities: - type: Transform pos: 14.5,-55.5 parent: 2 - - uid: 14055 - components: - - type: Transform - pos: -20.5,-36.5 - parent: 2 - uid: 14332 components: - type: Transform @@ -34013,12 +34051,12 @@ entities: - uid: 15685 components: - type: Transform - pos: 15.405136,-31.387543 + pos: 15.365733,-35.458122 parent: 2 - uid: 15686 components: - type: Transform - pos: 15.623886,-31.668793 + pos: 15.646983,-35.598747 parent: 2 - proto: CableHVStack10 entities: @@ -34049,6 +34087,16 @@ entities: - type: Transform pos: -1.5,-8.5 parent: 2 + - uid: 318 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 - uid: 356 components: - type: Transform @@ -34259,11 +34307,6 @@ entities: - type: Transform pos: 5.5,10.5 parent: 2 - - uid: 538 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - uid: 540 components: - type: Transform @@ -34589,6 +34632,11 @@ entities: - type: Transform pos: 29.5,-20.5 parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 - uid: 1142 components: - type: Transform @@ -34614,11 +34662,6 @@ entities: - type: Transform pos: 40.5,-3.5 parent: 2 - - uid: 1248 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 2 - uid: 1306 components: - type: Transform @@ -34644,6 +34687,11 @@ entities: - type: Transform pos: 42.5,-24.5 parent: 2 + - uid: 1329 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 - uid: 1365 components: - type: Transform @@ -34694,6 +34742,11 @@ entities: - type: Transform pos: 32.5,-30.5 parent: 2 + - uid: 1420 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 - uid: 1425 components: - type: Transform @@ -34734,6 +34787,16 @@ entities: - type: Transform pos: 46.5,-25.5 parent: 2 + - uid: 1480 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 - uid: 1534 components: - type: Transform @@ -34754,6 +34817,11 @@ entities: - type: Transform pos: 40.5,-5.5 parent: 2 + - uid: 1574 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 - uid: 1577 components: - type: Transform @@ -34824,21 +34892,56 @@ entities: - type: Transform pos: 35.5,-32.5 parent: 2 + - uid: 1805 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 - uid: 1829 components: - type: Transform pos: 45.5,20.5 parent: 2 + - uid: 1896 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 2 - uid: 2011 components: - type: Transform pos: -20.5,-43.5 parent: 2 + - uid: 2027 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 - uid: 2061 components: - type: Transform pos: -30.5,33.5 parent: 2 + - uid: 2074 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 - uid: 2113 components: - type: Transform @@ -34859,10 +34962,10 @@ entities: - type: Transform pos: -18.5,-41.5 parent: 2 - - uid: 2176 + - uid: 2168 components: - type: Transform - pos: 4.5,-28.5 + pos: 0.5,-24.5 parent: 2 - uid: 2178 components: @@ -34914,6 +35017,16 @@ entities: - type: Transform pos: 45.5,18.5 parent: 2 + - uid: 2505 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 - uid: 2516 components: - type: Transform @@ -34994,30 +35107,15 @@ entities: - type: Transform pos: 46.5,-14.5 parent: 2 - - uid: 2790 + - uid: 2781 components: - type: Transform - pos: 13.5,-29.5 + pos: 15.5,-33.5 parent: 2 - - uid: 2796 + - uid: 2822 components: - type: Transform - pos: 14.5,-29.5 - parent: 2 - - uid: 2797 - components: - - type: Transform - pos: 15.5,-29.5 - parent: 2 - - uid: 2798 - components: - - type: Transform - pos: 16.5,-29.5 - parent: 2 - - uid: 2810 - components: - - type: Transform - pos: 6.5,-28.5 + pos: 2.5,-24.5 parent: 2 - uid: 2839 components: @@ -35274,6 +35372,11 @@ entities: - type: Transform pos: -44.5,20.5 parent: 2 + - uid: 3430 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 - uid: 3447 components: - type: Transform @@ -36144,11 +36247,6 @@ entities: - type: Transform pos: 32.5,-21.5 parent: 2 - - uid: 5558 - components: - - type: Transform - pos: 9.5,-30.5 - parent: 2 - uid: 5559 components: - type: Transform @@ -36159,420 +36257,215 @@ entities: - type: Transform pos: 31.5,-22.5 parent: 2 - - uid: 5580 - components: - - type: Transform - pos: 9.5,-31.5 - parent: 2 - - uid: 5596 - components: - - type: Transform - pos: 9.5,-29.5 - parent: 2 - - uid: 5597 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 5598 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 5599 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - - uid: 5600 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 5626 - components: - - type: Transform - pos: -7.5,-30.5 - parent: 2 - - uid: 5627 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 2 - - uid: 5628 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 2 - - uid: 5629 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 2 - - uid: 5630 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 2 - - uid: 5631 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - - uid: 5632 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 2 - - uid: 5633 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 5634 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - uid: 5635 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 5636 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 5637 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 2 - - uid: 5638 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 2 - - uid: 5639 - components: - - type: Transform - pos: 4.5,-29.5 - parent: 2 - - uid: 5649 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 2 - - uid: 5650 - components: - - type: Transform - pos: -7.5,-29.5 - parent: 2 - - uid: 5651 - components: - - type: Transform - pos: -7.5,-28.5 - parent: 2 - - uid: 5652 - components: - - type: Transform - pos: -7.5,-27.5 - parent: 2 - - uid: 5653 - components: - - type: Transform - pos: -7.5,-26.5 - parent: 2 - - uid: 5654 - components: - - type: Transform - pos: -7.5,-25.5 - parent: 2 - - uid: 5655 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 2 - - uid: 5656 - components: - - type: Transform - pos: -7.5,-23.5 - parent: 2 - - uid: 5657 - components: - - type: Transform - pos: -7.5,-22.5 - parent: 2 - - uid: 5658 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - uid: 5659 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 2 - - uid: 5660 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 2 - - uid: 5661 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 2 - - uid: 5662 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 2 - - uid: 5663 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 2 - - uid: 5664 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 2 - - uid: 5665 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 5666 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 2 - - uid: 5667 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 2 - - uid: 5668 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - uid: 5672 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 5673 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - uid: 5674 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 5675 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - - uid: 5676 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - uid: 5677 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 2 - - uid: 5678 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 2 - - uid: 5679 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 2 - - uid: 5680 - components: - - type: Transform - pos: -3.5,-24.5 - parent: 2 - - uid: 5681 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 2 - - uid: 5682 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 5683 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 2 - - uid: 5684 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 2 - - uid: 5685 - components: - - type: Transform - pos: -1.5,-21.5 - parent: 2 - uid: 5686 components: - type: Transform - pos: -0.5,-21.5 + pos: 8.5,-27.5 parent: 2 - uid: 5687 components: - type: Transform - pos: 0.5,-21.5 + pos: 8.5,-28.5 parent: 2 - uid: 5688 components: - type: Transform - pos: 1.5,-21.5 + pos: 8.5,-29.5 parent: 2 - uid: 5689 components: - type: Transform - pos: 1.5,-22.5 + pos: 8.5,-30.5 parent: 2 - uid: 5690 components: - type: Transform - pos: 1.5,-23.5 + pos: 8.5,-31.5 parent: 2 - uid: 5691 components: - type: Transform - pos: 1.5,-24.5 + pos: 8.5,-32.5 parent: 2 - uid: 5692 components: - type: Transform - pos: 1.5,-25.5 + pos: 8.5,-33.5 parent: 2 - uid: 5693 components: - type: Transform - pos: 1.5,-26.5 + pos: 7.5,-33.5 parent: 2 - uid: 5694 components: - type: Transform - pos: 1.5,-27.5 + pos: 6.5,-33.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + pos: 6.5,-34.5 parent: 2 - uid: 5696 components: - type: Transform - pos: -8.5,-21.5 + pos: 6.5,-35.5 parent: 2 - uid: 5697 components: - type: Transform - pos: -9.5,-21.5 + pos: 6.5,-36.5 parent: 2 - uid: 5698 components: - type: Transform - pos: -10.5,-21.5 + pos: 5.5,-36.5 parent: 2 - uid: 5699 components: - type: Transform - pos: -10.5,-20.5 + pos: 4.5,-36.5 parent: 2 - uid: 5700 components: - type: Transform - pos: -10.5,-19.5 + pos: 3.5,-36.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: 7.5,-30.5 parent: 2 - uid: 5703 components: - type: Transform - pos: -7.5,-31.5 + pos: 6.5,-30.5 parent: 2 - uid: 5706 components: - type: Transform - pos: -11.5,-34.5 + pos: 5.5,-30.5 parent: 2 - uid: 5707 components: - type: Transform - pos: -11.5,-33.5 + pos: 4.5,-30.5 parent: 2 - uid: 5708 components: - type: Transform - pos: -10.5,-33.5 - parent: 2 - - uid: 5709 - components: - - type: Transform - pos: -9.5,-33.5 + pos: 3.5,-30.5 parent: 2 - uid: 5710 components: - type: Transform - pos: -8.5,-33.5 - parent: 2 - - uid: 5711 - components: - - type: Transform - pos: -7.5,-33.5 + pos: 2.5,-30.5 parent: 2 - uid: 5712 components: - type: Transform - pos: -7.5,-32.5 + pos: 1.5,-30.5 parent: 2 - uid: 5713 components: - type: Transform - pos: -6.5,-33.5 + pos: 0.5,-30.5 parent: 2 - uid: 5714 components: - type: Transform - pos: -2.5,-33.5 + pos: -0.5,-30.5 parent: 2 - uid: 5715 components: - type: Transform - pos: -2.5,-34.5 + pos: -1.5,-30.5 parent: 2 - uid: 5716 components: - type: Transform - pos: -2.5,-35.5 + pos: -1.5,-29.5 parent: 2 - uid: 5717 components: - type: Transform - pos: -3.5,-33.5 + pos: -1.5,-28.5 parent: 2 - uid: 5718 components: - type: Transform - pos: -4.5,-33.5 + pos: -1.5,-27.5 parent: 2 - uid: 5719 components: - type: Transform - pos: -5.5,-33.5 + pos: -1.5,-26.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 11.5,-26.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + pos: -1.5,-23.5 parent: 2 - uid: 5743 components: @@ -36584,140 +36477,225 @@ entities: - type: Transform pos: -17.5,-38.5 parent: 2 + - uid: 5748 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 - uid: 5755 components: - type: Transform - pos: -9.5,-34.5 + pos: -3.5,-21.5 parent: 2 - uid: 5756 components: - type: Transform - pos: -9.5,-35.5 + pos: -3.5,-22.5 parent: 2 - uid: 5758 components: - type: Transform - pos: -3.5,-38.5 + pos: -3.5,-23.5 parent: 2 - uid: 5759 components: - type: Transform - pos: -3.5,-37.5 + pos: -3.5,-24.5 parent: 2 - uid: 5760 components: - type: Transform - pos: -2.5,-37.5 + pos: -3.5,-25.5 parent: 2 - uid: 5761 components: - type: Transform - pos: -1.5,-37.5 + pos: -2.5,-25.5 parent: 2 - uid: 5763 components: - type: Transform - pos: 0.5,-37.5 + pos: -2.5,-30.5 parent: 2 - uid: 5764 components: - type: Transform - pos: -1.5,-33.5 + pos: -3.5,-30.5 parent: 2 - uid: 5765 components: - type: Transform - pos: -0.5,-33.5 + pos: -4.5,-30.5 parent: 2 - uid: 5766 components: - type: Transform - pos: 0.5,-33.5 + pos: -4.5,-31.5 parent: 2 - uid: 5767 components: - type: Transform - pos: 0.5,-34.5 + pos: -5.5,-31.5 parent: 2 - uid: 5768 components: - type: Transform - pos: 0.5,-35.5 + pos: -6.5,-31.5 parent: 2 - uid: 5769 components: - type: Transform - pos: 0.5,-36.5 + pos: -2.5,-21.5 parent: 2 - uid: 5770 components: - type: Transform - pos: 0.5,-38.5 + pos: -1.5,-32.5 parent: 2 - uid: 5771 components: - type: Transform - pos: 0.5,-39.5 + pos: -2.5,-32.5 parent: 2 - uid: 5772 components: - type: Transform - pos: 0.5,-40.5 + pos: -0.5,-31.5 parent: 2 - uid: 5773 components: - type: Transform - pos: 0.5,-41.5 + pos: -0.5,-32.5 parent: 2 - uid: 5774 components: - type: Transform - pos: 1.5,-37.5 + pos: -0.5,-33.5 parent: 2 - uid: 5775 components: - type: Transform - pos: 2.5,-37.5 + pos: -0.5,-34.5 parent: 2 - uid: 5776 components: - type: Transform - pos: 3.5,-37.5 + pos: -0.5,-35.5 parent: 2 - uid: 5777 components: - type: Transform - pos: 4.5,-37.5 + pos: -0.5,-36.5 parent: 2 - uid: 5778 components: - type: Transform - pos: 5.5,-37.5 + pos: -0.5,-37.5 parent: 2 - uid: 5779 components: - type: Transform - pos: 1.5,-33.5 + pos: 0.5,-37.5 parent: 2 - uid: 5780 components: - type: Transform - pos: 2.5,-33.5 + pos: 1.5,-37.5 parent: 2 - uid: 5781 components: - type: Transform - pos: 3.5,-33.5 + pos: -1.5,-21.5 parent: 2 - uid: 5782 components: - type: Transform - pos: 5.5,-33.5 + pos: -0.5,-21.5 parent: 2 - uid: 5783 components: - type: Transform - pos: 4.5,-33.5 + pos: 0.5,-21.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: -1.5,-34.5 parent: 2 - uid: 5931 components: @@ -37059,6 +37037,11 @@ entities: - type: Transform pos: -38.5,25.5 parent: 2 + - uid: 6758 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 - uid: 6796 components: - type: Transform @@ -37219,6 +37202,11 @@ entities: - type: Transform pos: -19.5,20.5 parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 - uid: 6940 components: - type: Transform @@ -37729,6 +37717,11 @@ entities: - type: Transform pos: 16.5,28.5 parent: 2 + - uid: 7554 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 2 - uid: 7556 components: - type: Transform @@ -37844,11 +37837,36 @@ entities: - type: Transform pos: 20.5,-13.5 parent: 2 + - uid: 7995 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 - uid: 8070 components: - type: Transform pos: 40.5,-6.5 parent: 2 + - uid: 8079 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 - uid: 8237 components: - type: Transform @@ -37879,6 +37897,16 @@ entities: - type: Transform pos: 21.5,-19.5 parent: 2 + - uid: 8373 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 2 + - uid: 8375 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 2 - uid: 8417 components: - type: Transform @@ -39379,31 +39407,6 @@ entities: - type: Transform pos: 4.5,-13.5 parent: 2 - - uid: 10035 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 10036 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 10037 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 10038 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 10039 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - uid: 10040 components: - type: Transform @@ -39814,6 +39817,91 @@ entities: - type: Transform pos: 36.5,-15.5 parent: 2 + - uid: 11665 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 11670 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 11671 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: -8.5,-42.5 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 11675 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 11676 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 - uid: 11686 components: - type: Transform @@ -39824,26 +39912,36 @@ entities: - type: Transform pos: 38.5,-15.5 parent: 2 + - uid: 11821 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 - uid: 11837 components: - type: Transform pos: 12.5,34.5 parent: 2 - - uid: 11884 - components: - - type: Transform - pos: -6.5,-37.5 - parent: 2 - - uid: 11886 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 2 - - uid: 12042 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 2 - uid: 12213 components: - type: Transform @@ -40374,76 +40472,6 @@ entities: - type: Transform pos: -18.5,-36.5 parent: 2 - - uid: 14747 - components: - - type: Transform - pos: -11.5,-35.5 - parent: 2 - - uid: 14748 - components: - - type: Transform - pos: -11.5,-36.5 - parent: 2 - - uid: 14749 - components: - - type: Transform - pos: -10.5,-36.5 - parent: 2 - - uid: 14750 - components: - - type: Transform - pos: -9.5,-36.5 - parent: 2 - - uid: 14791 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - uid: 14792 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - - uid: 14793 - components: - - type: Transform - pos: -3.5,-41.5 - parent: 2 - - uid: 14794 - components: - - type: Transform - pos: -3.5,-42.5 - parent: 2 - - uid: 14798 - components: - - type: Transform - pos: -8.5,-38.5 - parent: 2 - - uid: 14799 - components: - - type: Transform - pos: -8.5,-37.5 - parent: 2 - - uid: 14801 - components: - - type: Transform - pos: -6.5,-35.5 - parent: 2 - - uid: 14802 - components: - - type: Transform - pos: -7.5,-35.5 - parent: 2 - - uid: 14803 - components: - - type: Transform - pos: -7.5,-34.5 - parent: 2 - - uid: 14804 - components: - - type: Transform - pos: -7.5,-37.5 - parent: 2 - uid: 14805 components: - type: Transform @@ -40699,6 +40727,26 @@ entities: - type: Transform pos: -32.5,-5.5 parent: 2 + - uid: 15556 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 - uid: 15628 components: - type: Transform @@ -40949,21 +40997,6 @@ entities: - type: Transform pos: 42.5,17.5 parent: 2 - - uid: 16455 - components: - - type: Transform - pos: 3.5,-38.5 - parent: 2 - - uid: 16456 - components: - - type: Transform - pos: 3.5,-39.5 - parent: 2 - - uid: 16457 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 - uid: 16596 components: - type: Transform @@ -41134,6 +41167,11 @@ entities: - type: Transform pos: 11.5,26.5 parent: 2 + - uid: 16956 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 - uid: 17024 components: - type: Transform @@ -41370,18 +41408,18 @@ entities: - type: Transform pos: 33.5,-8.5 parent: 2 + - uid: 2048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-34.5 + parent: 2 - uid: 2188 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-12.5 parent: 2 - - uid: 2779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-30.5 - parent: 2 - uid: 4119 components: - type: Transform @@ -41536,21 +41574,21 @@ entities: - type: Transform pos: -33.5,-41.5 parent: 2 - - uid: 6599 - components: - - type: Transform - pos: -11.5,-38.5 - parent: 2 - - uid: 6600 - components: - - type: Transform - pos: -11.5,-39.5 - parent: 2 - uid: 15054 components: - type: Transform pos: -34.5,-40.5 parent: 2 + - uid: 15316 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 - proto: CarpetBlack entities: - uid: 3403 @@ -41782,12 +41820,6 @@ entities: rot: 3.141592653589793 rad pos: 47.5,30.5 parent: 2 - - uid: 986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-32.5 - parent: 2 - uid: 994 components: - type: Transform @@ -41929,12 +41961,6 @@ entities: rot: 3.141592653589793 rad pos: 42.5,-11.5 parent: 2 - - uid: 1120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-37.5 - parent: 2 - uid: 1134 components: - type: Transform @@ -42134,6 +42160,16 @@ entities: - type: Transform pos: 45.5,-30.5 parent: 2 + - uid: 1610 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: 14.5,-62.5 + parent: 2 - uid: 1716 components: - type: Transform @@ -42144,12 +42180,47 @@ entities: - type: Transform pos: 15.5,-16.5 parent: 2 + - uid: 1836 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + pos: 16.5,-62.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 - uid: 2006 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-10.5 parent: 2 + - uid: 2010 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 - uid: 2014 components: - type: Transform @@ -42160,6 +42231,11 @@ entities: - type: Transform pos: -43.5,22.5 parent: 2 + - uid: 2054 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 - uid: 2100 components: - type: Transform @@ -42364,11 +42440,6 @@ entities: - type: Transform pos: 30.5,-8.5 parent: 2 - - uid: 2813 - components: - - type: Transform - pos: 16.5,-58.5 - parent: 2 - uid: 2834 components: - type: Transform @@ -42607,6 +42678,21 @@ entities: - type: Transform pos: 41.5,-11.5 parent: 2 + - uid: 5732 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 - uid: 5946 components: - type: Transform @@ -42653,11 +42739,21 @@ entities: - type: Transform pos: 31.5,31.5 parent: 2 + - uid: 6644 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 2 - uid: 6720 components: - type: Transform pos: 43.5,-4.5 parent: 2 + - uid: 6757 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 - uid: 6759 components: - type: Transform @@ -42870,26 +42966,6 @@ entities: - type: Transform pos: 39.5,-31.5 parent: 2 - - uid: 8373 - components: - - type: Transform - pos: 16.5,-35.5 - parent: 2 - - uid: 8375 - components: - - type: Transform - pos: 16.5,-37.5 - parent: 2 - - uid: 8376 - components: - - type: Transform - pos: 16.5,-38.5 - parent: 2 - - uid: 8377 - components: - - type: Transform - pos: 16.5,-39.5 - parent: 2 - uid: 8379 components: - type: Transform @@ -42925,11 +43001,6 @@ entities: - type: Transform pos: 16.5,-49.5 parent: 2 - - uid: 8389 - components: - - type: Transform - pos: 16.5,-34.5 - parent: 2 - uid: 8390 components: - type: Transform @@ -42945,26 +43016,6 @@ entities: - type: Transform pos: 14.5,-42.5 parent: 2 - - uid: 8393 - components: - - type: Transform - pos: 14.5,-38.5 - parent: 2 - - uid: 8398 - components: - - type: Transform - pos: 11.5,-35.5 - parent: 2 - - uid: 8400 - components: - - type: Transform - pos: 12.5,-35.5 - parent: 2 - - uid: 8402 - components: - - type: Transform - pos: 13.5,-35.5 - parent: 2 - uid: 8407 components: - type: Transform @@ -44367,12 +44418,6 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,-27.5 parent: 2 - - uid: 10778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-26.5 - parent: 2 - uid: 10779 components: - type: Transform @@ -44427,60 +44472,6 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,-23.5 parent: 2 - - uid: 10788 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-29.5 - parent: 2 - - uid: 10789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-30.5 - parent: 2 - - uid: 10790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-29.5 - parent: 2 - - uid: 10791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-30.5 - parent: 2 - - uid: 10792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-29.5 - parent: 2 - - uid: 10793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-30.5 - parent: 2 - - uid: 10794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-30.5 - parent: 2 - - uid: 10795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-24.5 - parent: 2 - - uid: 10796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-25.5 - parent: 2 - uid: 10807 components: - type: Transform @@ -44556,11 +44547,170 @@ entities: - type: Transform pos: 1.5,17.5 parent: 2 - - uid: 11874 + - uid: 11704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-37.5 + pos: 3.5,-40.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 + - uid: 11709 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 11710 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 11712 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 11715 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + pos: 1.5,-41.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + pos: -9.5,-36.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + pos: 8.5,-37.5 parent: 2 - uid: 12551 components: @@ -44588,12 +44738,6 @@ entities: - type: Transform pos: -26.5,25.5 parent: 2 - - uid: 12832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-37.5 - parent: 2 - uid: 12888 components: - type: Transform @@ -44973,12 +45117,6 @@ entities: - type: Transform pos: 35.5,-27.5 parent: 2 - - uid: 14454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-33.5 - parent: 2 - uid: 14482 components: - type: Transform @@ -45157,20 +45295,15 @@ entities: - type: Transform pos: -27.5,25.5 parent: 2 - - uid: 15253 + - uid: 15314 components: - type: Transform - pos: -8.5,-40.5 + pos: -12.5,-19.5 parent: 2 - uid: 15315 components: - type: Transform - pos: 6.5,-29.5 - parent: 2 - - uid: 15316 - components: - - type: Transform - pos: 7.5,-29.5 + pos: -12.5,-20.5 parent: 2 - uid: 15327 components: @@ -45730,26 +45863,33 @@ entities: rot: 3.141592653589793 rad pos: 16.5,1.5 parent: 2 - - uid: 2025 + - uid: 2028 components: - type: Transform - pos: -6.5,-24.5 + pos: -11.5,-25.5 parent: 2 - - uid: 2146 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 2147 + - uid: 2052 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-34.5 + pos: -11.5,-28.5 parent: 2 - - uid: 2148 + - uid: 2078 components: - type: Transform - pos: 1.5,-36.5 + rot: 3.141592653589793 rad + pos: -12.5,-28.5 + parent: 2 + - uid: 2095 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-35.5 parent: 2 - uid: 4112 components: @@ -45779,6 +45919,12 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-42.5 parent: 2 + - uid: 5322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-35.5 + parent: 2 - uid: 5426 components: - type: Transform @@ -45791,12 +45937,6 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,-49.5 parent: 2 - - uid: 5450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-32.5 - parent: 2 - uid: 6036 components: - type: Transform @@ -45881,6 +46021,24 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,40.5 parent: 2 + - uid: 10035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-45.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-46.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-43.5 + parent: 2 - uid: 10543 components: - type: Transform @@ -45893,6 +46051,17 @@ entities: rot: 3.141592653589793 rad pos: -47.5,-13.5 parent: 2 + - uid: 11813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-25.5 + parent: 2 + - uid: 11814 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 - uid: 12762 components: - type: Transform @@ -45943,24 +46112,24 @@ entities: - type: Transform pos: -56.5,-29.5 parent: 2 - - uid: 14630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - - uid: 14631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-18.5 - parent: 2 - uid: 14728 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-13.5 parent: 2 + - uid: 15058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 2 - uid: 15240 components: - type: Transform @@ -46098,6 +46267,12 @@ entities: rot: 1.5707963267948966 rad pos: -32.44567,-11.355937 parent: 2 + - uid: 10484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.7798276,-44.276627 + parent: 2 - uid: 14551 components: - type: Transform @@ -46189,6 +46364,11 @@ entities: - type: Transform pos: -25.967163,8.461446 parent: 2 + - uid: 1271 + components: + - type: Transform + pos: 5.6149616,-26.42718 + parent: 2 - uid: 1310 components: - type: Transform @@ -46201,35 +46381,23 @@ entities: rot: 3.141592653589793 rad pos: 9.457573,-17.462608 parent: 2 - - uid: 2039 + - uid: 1928 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.443111,-20.86026 + pos: -0.5523952,-17.804924 parent: 2 - - uid: 2151 + - uid: 2131 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.96229506,-33.24098 + pos: 1.0569798,-17.336174 parent: 2 - - uid: 2157 + - uid: 2176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.384821,-33.347046 - parent: 2 - - uid: 2158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.603571,-33.190796 - parent: 2 - - uid: 2160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.4473205,-26.521994 + rot: 3.141592653589793 rad + pos: -4.433977,-28.552681 parent: 2 - uid: 2180 components: @@ -46313,12 +46481,6 @@ entities: - type: Transform pos: 31.581478,22.534786 parent: 2 - - uid: 4329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.605978,-17.781683 - parent: 2 - uid: 4716 components: - type: Transform @@ -46340,6 +46502,18 @@ entities: rot: -1.5707963267948966 rad pos: -36.688457,22.27951 parent: 2 + - uid: 5655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5277271,-38.289543 + parent: 2 + - uid: 5658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5277271,-37.80517 + parent: 2 - uid: 5704 components: - type: Transform @@ -46439,12 +46613,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.376266,34.202606 parent: 2 - - uid: 13676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.503932,-24.622326 - parent: 2 - uid: 13767 components: - type: Transform @@ -46455,12 +46623,6 @@ entities: - type: Transform pos: -17.450811,-34.391037 parent: 2 - - uid: 15302 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.9565754,-16.251305 - parent: 2 - uid: 15559 components: - type: Transform @@ -46877,13 +47039,6 @@ entities: parent: 2 - type: Physics bodyType: Static -- proto: Cigar - entities: - - uid: 14033 - components: - - type: Transform - pos: -11.595309,-34.197083 - parent: 2 - proto: CigarCase entities: - uid: 8614 @@ -47093,10 +47248,10 @@ entities: parent: 2 - proto: ClosetBombFilled entities: - - uid: 3424 + - uid: 5635 components: - type: Transform - pos: 0.5,-20.5 + pos: 2.5,-29.5 parent: 2 - uid: 6847 components: @@ -47110,10 +47265,10 @@ entities: - type: Transform pos: 13.5,-1.5 parent: 2 - - uid: 2126 + - uid: 2099 components: - type: Transform - pos: 1.5,-39.5 + pos: -7.5,-25.5 parent: 2 - proto: ClosetEmergencyFilledRandom entities: @@ -47142,11 +47297,6 @@ entities: - type: Transform pos: 6.5,-21.5 parent: 2 - - uid: 2960 - components: - - type: Transform - pos: 0.5,-29.5 - parent: 2 - uid: 3067 components: - type: Transform @@ -47277,11 +47427,6 @@ entities: - type: Transform pos: -21.5,-48.5 parent: 2 - - uid: 14800 - components: - - type: Transform - pos: -7.5,-38.5 - parent: 2 - uid: 15359 components: - type: Transform @@ -47314,11 +47459,6 @@ entities: - type: Transform pos: -0.5,14.5 parent: 2 - - uid: 2964 - components: - - type: Transform - pos: 6.5,-26.5 - parent: 2 - uid: 3289 components: - type: Transform @@ -47344,6 +47484,11 @@ entities: - type: Transform pos: -8.5,51.5 parent: 2 + - uid: 11779 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 - uid: 14171 components: - type: Transform @@ -47376,11 +47521,6 @@ entities: - type: Transform pos: 37.5,-31.5 parent: 2 - - uid: 2965 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 2 - uid: 2966 components: - type: Transform @@ -47481,11 +47621,6 @@ entities: - type: Transform pos: -27.5,-49.5 parent: 2 - - uid: 14795 - components: - - type: Transform - pos: -6.5,-38.5 - parent: 2 - uid: 15510 components: - type: Transform @@ -47513,6 +47648,13 @@ entities: - type: Transform pos: -5.5,6.5 parent: 2 +- proto: ClosetL3Filled + entities: + - uid: 11774 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 - proto: ClosetL3JanitorFilled entities: - uid: 425 @@ -47556,11 +47698,6 @@ entities: - type: Transform pos: 4.5,-8.5 parent: 2 - - uid: 990 - components: - - type: Transform - pos: 10.5,-28.5 - parent: 2 - uid: 1578 components: - type: Transform @@ -47581,11 +47718,6 @@ entities: - type: Transform pos: 9.5,-24.5 parent: 2 - - uid: 3027 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 2 - uid: 3060 components: - type: Transform @@ -47701,6 +47833,21 @@ entities: - type: Transform pos: 33.5,29.5 parent: 2 + - uid: 11777 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 - uid: 13971 components: - type: Transform @@ -47786,6 +47933,11 @@ entities: - type: Transform pos: -21.5,46.5 parent: 2 + - uid: 11771 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 - uid: 12909 components: - type: Transform @@ -48163,19 +48315,24 @@ entities: - type: Transform pos: 26.465076,-5.4179134 parent: 2 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 6201 + - uid: 11692 components: - type: Transform - parent: 3430 + pos: 2.7698603,-41.707893 + parent: 2 +- proto: ClothingHeadHelmetRiot + entities: + - uid: 5643 + components: + - type: Transform + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 6202 + - uid: 5644 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage @@ -48258,7 +48415,7 @@ entities: - uid: 3056 components: - type: Transform - pos: -8.522433,-43.53152 + pos: -7.5897427,-46.014606 parent: 2 - proto: ClothingNeckCloakNanotrasen entities: @@ -48308,78 +48465,49 @@ entities: parent: 2 - proto: ClothingOuterArmorBulletproof entities: - - uid: 5701 + - uid: 5638 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 6198 + - uid: 5639 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterArmorReflective entities: - - uid: 6200 + - uid: 5650 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15332 + - uid: 5653 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterArmorRiot entities: - - uid: 6196 + - uid: 5651 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15335 + - uid: 5652 components: - type: Transform - parent: 3430 - - 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 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage @@ -48519,18 +48647,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-7.5 parent: 2 - - uid: 2136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-34.5 - parent: 2 - - uid: 2138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-34.5 - parent: 2 - uid: 4482 components: - type: Transform @@ -48581,12 +48697,6 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-35.5 parent: 2 - - uid: 14028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-36.5 - parent: 2 - uid: 16339 components: - type: Transform @@ -48822,11 +48932,11 @@ entities: parent: 2 - proto: ComputerCargoOrdersSecurity entities: - - uid: 6757 + - uid: 13009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-35.5 + rot: -1.5707963267948966 rad + pos: -2.5,-23.5 parent: 2 - proto: ComputerCargoOrdersService entities: @@ -48877,18 +48987,18 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,-8.5 parent: 2 + - uid: 5656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-32.5 + parent: 2 - uid: 8083 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,4.5 parent: 2 - - uid: 8546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-24.5 - parent: 2 - proto: ComputerCriminalRecords entities: - uid: 1046 @@ -48897,17 +49007,11 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,-10.5 parent: 2 - - uid: 1864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 2 - - uid: 2371 + - uid: 1612 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-27.5 + pos: 6.5,-26.5 parent: 2 - uid: 3514 components: @@ -48920,16 +49024,28 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-8.5 parent: 2 + - uid: 5657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-28.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 - uid: 7382 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,30.5 parent: 2 - - uid: 14112 + - uid: 11806 components: - type: Transform - pos: -12.5,-32.5 + rot: -1.5707963267948966 rad + pos: 2.5,-17.5 parent: 2 - proto: ComputerFrame entities: @@ -49096,11 +49212,11 @@ entities: parent: 2 - proto: ComputerSolarControl entities: - - uid: 2788 + - uid: 2003 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,-31.5 + pos: 14.5,-35.5 parent: 2 - uid: 4004 components: @@ -49114,31 +49230,25 @@ entities: parent: 2 - proto: ComputerStationRecords entities: - - uid: 2029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-21.5 - parent: 2 - - uid: 2042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-26.5 - parent: 2 - uid: 4624 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-6.5 parent: 2 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 2043 + - uid: 5660 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-27.5 + pos: -5.5,-31.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 1953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-27.5 parent: 2 - uid: 4627 components: @@ -49146,6 +49256,12 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-9.5 parent: 2 + - uid: 5659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-28.5 + parent: 2 - proto: ComputerSurveillanceWirelessCameraMonitor entities: - uid: 3186 @@ -49162,10 +49278,10 @@ entities: parent: 2 - proto: ComputerTelevision entities: - - uid: 2140 + - uid: 2179 components: - type: Transform - pos: 3.5,-32.5 + pos: -10.5,-23.5 parent: 2 - uid: 3519 components: @@ -49177,16 +49293,6 @@ entities: - type: Transform pos: 3.5,-11.5 parent: 2 - - uid: 5803 - components: - - type: Transform - pos: -11.5,-26.5 - parent: 2 - - uid: 5804 - components: - - type: Transform - pos: -11.5,-30.5 - parent: 2 - uid: 6120 components: - type: Transform @@ -49444,10 +49550,10 @@ entities: parent: 2 - proto: CrateContrabandStorageSecure entities: - - uid: 14094 + - uid: 5616 components: - type: Transform - pos: -2.5,-20.5 + pos: 2.5,-31.5 parent: 2 - proto: CrateEmptySpawner entities: @@ -49575,16 +49681,16 @@ entities: parent: 2 - proto: CrateEngineeringSolar entities: + - uid: 2169 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 - uid: 8530 components: - type: Transform pos: 29.5,32.5 parent: 2 - - uid: 8744 - components: - - type: Transform - pos: 15.5,-29.5 - parent: 2 - proto: CrateFilledSpawner entities: - uid: 719 @@ -49597,11 +49703,6 @@ entities: - type: Transform pos: -16.5,-46.5 parent: 2 - - uid: 6289 - components: - - type: Transform - pos: 8.5,-25.5 - parent: 2 - uid: 9338 components: - type: Transform @@ -49717,6 +49818,48 @@ entities: - type: Transform pos: 38.5,3.5 parent: 2 + - uid: 11758 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1462 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 11759 + - 11763 + - 11764 + - 11765 + - 11766 + - 11767 + - 11768 + - 11769 + - 11770 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: CrateFunBoxing entities: - uid: 15834 @@ -49733,11 +49876,6 @@ entities: parent: 2 - proto: CrateHydroponicsTools entities: - - uid: 2129 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - uid: 14195 components: - type: Transform @@ -49766,10 +49904,10 @@ entities: parent: 2 - proto: CrateLockBoxSecurity entities: - - uid: 6758 + - uid: 12823 components: - type: Transform - pos: -8.5,-34.5 + pos: -2.5,-22.5 parent: 2 - proto: CrateLockBoxService entities: @@ -49790,11 +49928,6 @@ entities: - type: Transform pos: 31.5,-20.5 parent: 2 - - uid: 11101 - components: - - type: Transform - pos: 10.5,-31.5 - parent: 2 - proto: CrateMedicalSurgery entities: - uid: 4065 @@ -49811,11 +49944,6 @@ entities: parent: 2 - proto: CratePermaEscapeSpawner entities: - - uid: 13670 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - uid: 15255 components: - type: Transform @@ -49823,10 +49951,10 @@ entities: parent: 2 - proto: CrateSecurityTrackingMindshieldImplants entities: - - uid: 10433 + - uid: 5633 components: - type: Transform - pos: 2.5,-21.5 + pos: 4.5,-31.5 parent: 2 - proto: CrateServiceCustomSmokable entities: @@ -49898,6 +50026,18 @@ entities: - type: Transform pos: 33.023155,-2.0936623 parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 1987 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 2271 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 - proto: CryogenicSleepUnitSpawner entities: - uid: 4167 @@ -50003,10 +50143,10 @@ entities: - type: Transform pos: -1.5,3.5 parent: 2 - - uid: 6601 + - uid: 1968 components: - type: Transform - pos: -10.5,-39.5 + pos: -7.5,-37.5 parent: 2 - uid: 9644 components: @@ -50038,13 +50178,6 @@ entities: - type: Transform pos: 4.5,3.5 parent: 2 -- proto: CurtainsWhite - entities: - - uid: 14102 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - proto: CurtainsWhiteOpen entities: - uid: 15933 @@ -50136,10 +50269,10 @@ entities: parent: 2 - proto: DefaultStationBeaconArmory entities: - - uid: 14287 + - uid: 5628 components: - type: Transform - pos: 1.5,-23.5 + pos: 3.5,-30.5 parent: 2 - proto: DefaultStationBeaconArrivals entities: @@ -50185,10 +50318,10 @@ entities: parent: 2 - proto: DefaultStationBeaconBrig entities: - - uid: 14295 + - uid: 11834 components: - type: Transform - pos: -7.5,-27.5 + pos: -10.5,-26.5 parent: 2 - proto: DefaultStationBeaconCaptainsQuarters entities: @@ -50262,10 +50395,10 @@ entities: parent: 2 - proto: DefaultStationBeaconDetectiveRoom entities: - - uid: 14532 + - uid: 11835 components: - type: Transform - pos: -11.5,-21.5 + pos: 4.5,-26.5 parent: 2 - proto: DefaultStationBeaconDisposals entities: @@ -50350,10 +50483,10 @@ entities: parent: 2 - proto: DefaultStationBeaconHOSRoom entities: - - uid: 14584 + - uid: 11838 components: - type: Transform - pos: -11.5,-34.5 + pos: -2.5,-38.5 parent: 2 - proto: DefaultStationBeaconJanitorsCloset entities: @@ -50404,13 +50537,6 @@ entities: - type: Transform pos: 41.5,13.5 parent: 2 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 14593 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - proto: DefaultStationBeaconPowerBank entities: - uid: 14601 @@ -50469,10 +50595,10 @@ entities: parent: 2 - proto: DefaultStationBeaconSecurity entities: - - uid: 14605 + - uid: 11841 components: - type: Transform - pos: -3.5,-21.5 + pos: -4.5,-21.5 parent: 2 - proto: DefaultStationBeaconSecurityCheckpoint entities: @@ -50512,10 +50638,10 @@ entities: parent: 2 - proto: DefaultStationBeaconSolars entities: - - uid: 14607 + - uid: 1220 components: - type: Transform - pos: 13.5,-30.5 + pos: 13.5,-34.5 parent: 2 - uid: 14608 components: @@ -50580,10 +50706,10 @@ entities: parent: 2 - proto: DefaultStationBeaconWardensOffice entities: - - uid: 14617 + - uid: 5664 components: - type: Transform - pos: -2.5,-26.5 + pos: -4.5,-30.5 parent: 2 - proto: DefibrillatorCabinetFilled entities: @@ -50628,6 +50754,18 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-32.5 parent: 2 +- proto: DeployableBarrier + entities: + - uid: 2999 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 - proto: DeskBell entities: - uid: 1786 @@ -50722,12 +50860,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-4.5 parent: 2 - - uid: 2558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-32.5 - parent: 2 - uid: 3012 components: - type: Transform @@ -50773,12 +50905,6 @@ entities: rot: -1.5707963267948966 rad pos: -15.5,-29.5 parent: 2 - - uid: 8484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 2 - uid: 11149 components: - type: Transform @@ -51006,12 +51132,6 @@ entities: rot: 3.141592653589793 rad pos: -25.5,-8.5 parent: 2 - - uid: 13278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-21.5 - parent: 2 - uid: 13286 components: - type: Transform @@ -51110,6 +51230,29 @@ entities: rot: 3.141592653589793 rad pos: -42.5,-36.5 parent: 2 + - uid: 16184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-26.5 + parent: 2 + - uid: 16185 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-29.5 + parent: 2 + - uid: 16187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-22.5 + parent: 2 - uid: 16825 components: - type: Transform @@ -51206,11 +51349,11 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,-13.5 parent: 2 - - uid: 16956 + - uid: 16948 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-21.5 + pos: -4.5,-25.5 parent: 2 - uid: 16957 components: @@ -51279,18 +51422,18 @@ entities: parent: 2 - proto: DisposalJunction entities: + - uid: 2844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 2 - uid: 4997 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 2 - - uid: 6116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-24.5 - parent: 2 - uid: 12929 components: - type: Transform @@ -51326,12 +51469,6 @@ entities: - type: Transform pos: -6.5,17.5 parent: 2 - - uid: 13229 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-13.5 - parent: 2 - uid: 13305 components: - type: Transform @@ -51379,6 +51516,12 @@ entities: rot: 3.141592653589793 rad pos: -42.5,-34.5 parent: 2 + - uid: 16451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-22.5 + parent: 2 - uid: 16887 components: - type: Transform @@ -51390,26 +51533,8 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-7.5 parent: 2 - - uid: 16947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-18.5 - parent: 2 - proto: DisposalJunctionFlipped entities: - - uid: 3838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-26.5 - parent: 2 - - uid: 3839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-30.5 - parent: 2 - uid: 5567 components: - type: Transform @@ -51478,6 +51603,12 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,-13.5 parent: 2 + - uid: 15876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-17.5 + parent: 2 - proto: DisposalPipe entities: - uid: 141 @@ -51579,6 +51710,12 @@ entities: - type: Transform pos: -3.5,-1.5 parent: 2 + - uid: 2083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 2 - uid: 2183 components: - type: Transform @@ -51603,23 +51740,11 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-7.5 parent: 2 - - uid: 3038 + - uid: 3399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-29.5 - parent: 2 - - uid: 3039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-28.5 - parent: 2 - - uid: 3420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-27.5 + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 parent: 2 - uid: 3586 components: @@ -51669,6 +51794,18 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 2 + - uid: 5522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-17.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 2 - uid: 5646 components: - type: Transform @@ -51789,12 +51926,6 @@ entities: rot: 3.141592653589793 rad pos: 33.5,-26.5 parent: 2 - - uid: 10532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-25.5 - parent: 2 - uid: 11414 components: - type: Transform @@ -52095,12 +52226,6 @@ entities: - type: Transform pos: -15.5,-17.5 parent: 2 - - uid: 13009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-13.5 - parent: 2 - uid: 13010 components: - type: Transform @@ -53058,12 +53183,6 @@ entities: rot: 3.141592653589793 rad pos: 30.5,12.5 parent: 2 - - uid: 13262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-15.5 - parent: 2 - uid: 13263 components: - type: Transform @@ -53082,54 +53201,12 @@ entities: rot: 3.141592653589793 rad pos: 30.5,16.5 parent: 2 - - uid: 13267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-23.5 - parent: 2 - - uid: 13268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-22.5 - parent: 2 - uid: 13270 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,15.5 parent: 2 - - uid: 13273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-21.5 - parent: 2 - - uid: 13274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-21.5 - parent: 2 - - uid: 13275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-21.5 - parent: 2 - - uid: 13276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-21.5 - parent: 2 - - uid: 13277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-21.5 - parent: 2 - uid: 13280 components: - type: Transform @@ -53375,12 +53452,6 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-13.5 parent: 2 - - uid: 13352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-13.5 - parent: 2 - uid: 13353 components: - type: Transform @@ -53810,41 +53881,22 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,-21.5 parent: 2 - - uid: 15318 + - uid: 15754 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-30.5 + pos: -5.5,-17.5 parent: 2 - - uid: 15319 + - uid: 15755 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-30.5 + pos: -4.5,-17.5 parent: 2 - - uid: 15320 + - uid: 15797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-30.5 - parent: 2 - - uid: 15322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-26.5 - parent: 2 - - uid: 15323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-26.5 - parent: 2 - - uid: 15324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-26.5 + pos: -3.5,-20.5 parent: 2 - uid: 15806 components: @@ -53876,6 +53928,36 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,7.5 parent: 2 + - uid: 15854 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 2 - uid: 15994 components: - type: Transform @@ -53893,6 +53975,39 @@ entities: rot: 3.141592653589793 rad pos: -42.5,-35.5 parent: 2 + - uid: 15999 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 16000 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 16002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-26.5 + parent: 2 + - uid: 16003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-26.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-27.5 + parent: 2 - uid: 16421 components: - type: Transform @@ -53904,6 +54019,48 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-38.5 parent: 2 + - uid: 16454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-25.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-25.5 + parent: 2 + - uid: 16458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-24.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-23.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-22.5 + parent: 2 - uid: 16824 components: - type: Transform @@ -54296,84 +54453,49 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-21.5 + pos: -4.5,-21.5 parent: 2 - uid: 16941 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-20.5 + pos: -4.5,-20.5 parent: 2 - uid: 16942 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-19.5 + pos: -4.5,-19.5 parent: 2 - uid: 16943 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-17.5 + pos: -4.5,-18.5 parent: 2 - uid: 16944 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-16.5 + pos: -4.5,-17.5 parent: 2 - uid: 16945 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-15.5 + pos: -4.5,-16.5 parent: 2 - uid: 16946 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-14.5 + pos: -4.5,-15.5 parent: 2 - - uid: 16948 + - uid: 16947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-21.5 - parent: 2 - - uid: 16949 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - uid: 16950 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - - uid: 16951 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 2 - - uid: 16952 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 2 - - uid: 16953 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 2 - - uid: 16954 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - uid: 16955 - components: - - type: Transform - pos: -8.5,-14.5 + rot: 3.141592653589793 rad + pos: -4.5,-14.5 parent: 2 - uid: 16961 components: @@ -54586,6 +54708,15 @@ entities: parent: 2 - proto: DisposalRouter entities: + - uid: 2129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 2 + - type: DisposalRouter + tags: + - Security - uid: 10529 components: - type: Transform @@ -54613,15 +54744,6 @@ entities: - type: DisposalRouter tags: - waste - - uid: 13224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-13.5 - parent: 2 - - type: DisposalRouter - tags: - - Security - uid: 13236 components: - type: Transform @@ -54736,13 +54858,6 @@ entities: parent: 2 - type: DisposalTagger tag: waste - - uid: 13012 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 2 - - type: DisposalTagger - tag: waste - uid: 13027 components: - type: Transform @@ -54759,12 +54874,6 @@ entities: parent: 2 - type: DisposalTagger tag: waste - - uid: 13029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-26.5 - parent: 2 - uid: 13030 components: - type: Transform @@ -54844,21 +54953,6 @@ entities: parent: 2 - type: DisposalTagger tag: waste - - uid: 13257 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 2 - - type: DisposalTagger - tag: waste - - uid: 13264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-24.5 - parent: 2 - - type: DisposalTagger - tag: waste - uid: 13269 components: - type: Transform @@ -54897,12 +54991,6 @@ entities: parent: 2 - type: DisposalTagger tag: waste - - uid: 13323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-30.5 - parent: 2 - uid: 13324 components: - type: Transform @@ -54915,6 +55003,29 @@ entities: parent: 2 - type: DisposalTagger tag: waste + - uid: 16012 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - type: DisposalTagger + tag: waste + - uid: 16452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-21.5 + parent: 2 + - type: DisposalTagger + tag: waste + - uid: 16453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-17.5 + parent: 2 + - type: DisposalTagger + tag: waste - uid: 16858 components: - type: Transform @@ -54996,12 +55107,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,4.5 parent: 2 - - uid: 6123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 2 - uid: 9350 components: - type: Transform @@ -55065,17 +55170,6 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-11.5 parent: 2 - - uid: 13271 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 2 - - uid: 13272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-24.5 - parent: 2 - uid: 13287 components: - type: Transform @@ -55115,11 +55209,6 @@ entities: - type: Transform pos: -63.5,-29.5 parent: 2 - - uid: 13432 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 2 - uid: 13433 components: - type: Transform @@ -55144,17 +55233,23 @@ entities: rot: 1.5707963267948966 rad pos: -21.5,-21.5 parent: 2 - - uid: 15325 + - uid: 15756 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,-26.5 + pos: -9.5,-17.5 parent: 2 - - uid: 15326 + - uid: 15798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-30.5 + rot: -1.5707963267948966 rad + pos: 0.5,-29.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 parent: 2 - uid: 15991 components: @@ -55168,6 +55263,11 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-36.5 parent: 2 + - uid: 15998 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 - uid: 16420 components: - type: Transform @@ -55257,16 +55357,6 @@ entities: - type: Transform pos: 10.5,25.5 parent: 2 - - uid: 2024 - components: - - type: Transform - pos: -5.5,-24.5 - parent: 2 - - uid: 2050 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 2 - uid: 2418 components: - type: Transform @@ -55302,6 +55392,11 @@ entities: - type: Transform pos: 16.5,4.5 parent: 2 + - uid: 5599 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 - uid: 6564 components: - type: Transform @@ -55317,6 +55412,16 @@ entities: - type: Transform pos: -18.5,-37.5 parent: 2 + - uid: 11810 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 11815 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 - uid: 12923 components: - type: Transform @@ -55387,11 +55492,6 @@ entities: - type: Transform pos: 18.5,10.5 parent: 2 - - uid: 13486 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - uid: 14209 components: - type: Transform @@ -55512,16 +55612,6 @@ entities: - type: Transform pos: -25.5,-43.5 parent: 2 - - uid: 2116 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 2 - - uid: 2117 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - uid: 6037 components: - type: Transform @@ -55541,10 +55631,10 @@ entities: parent: 2 - proto: DresserHeadOfSecurityFilled entities: - - uid: 2074 + - uid: 1645 components: - type: Transform - pos: -10.5,-38.5 + pos: -6.5,-37.5 parent: 2 - proto: DresserQuarterMasterFilled entities: @@ -55760,6 +55850,11 @@ entities: - type: Transform pos: -27.343176,-1.2244649 parent: 2 + - uid: 13229 + components: + - type: Transform + pos: 5.6566114,-27.291683 + parent: 2 - uid: 13770 components: - type: Transform @@ -55811,6 +55906,13 @@ entities: - type: Transform pos: -24.799568,35.674232 parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 10872 + components: + - type: Transform + pos: -3.4372268,-43.335434 + parent: 2 - proto: DrinkWaterJug entities: - uid: 15217 @@ -55825,6 +55927,11 @@ entities: - type: Transform pos: 38.761093,24.62224 parent: 2 + - uid: 13224 + components: + - type: Transform + pos: 5.9847364,-27.197933 + parent: 2 - proto: DrinkWineBottleFull entities: - uid: 3281 @@ -55841,11 +55948,19 @@ entities: parent: 2 - proto: EmergencyFunnyOxygenTankFilled entities: - - uid: 13750 + - uid: 2033 components: - type: Transform - pos: 14.644749,-25.428099 + pos: 14.614994,-25.351982 parent: 2 + - type: GasTank + toggleActionEntity: 2041 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 2041 - uid: 17114 components: - type: Transform @@ -55867,17 +55982,6 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,-13.5 parent: 2 - - uid: 373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-18.5 - parent: 2 - - uid: 2093 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 2 - uid: 2515 components: - type: Transform @@ -55896,12 +56000,6 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-40.5 parent: 2 - - uid: 7773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-28.5 - parent: 2 - uid: 8192 components: - type: Transform @@ -56130,12 +56228,6 @@ entities: rot: 3.141592653589793 rad pos: 3.5,-14.5 parent: 2 - - uid: 15519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-14.5 - parent: 2 - uid: 15521 components: - type: Transform @@ -56284,48 +56376,6 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-24.5 parent: 2 - - uid: 15554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-18.5 - parent: 2 - - uid: 15556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-22.5 - parent: 2 - - uid: 15557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-23.5 - parent: 2 - - uid: 15558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-30.5 - parent: 2 - - uid: 15560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-22.5 - parent: 2 - - uid: 15562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-34.5 - parent: 2 - - uid: 15564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-37.5 - parent: 2 - uid: 15565 components: - type: Transform @@ -56432,12 +56482,6 @@ entities: rot: 3.141592653589793 rad pos: 37.5,-16.5 parent: 2 - - uid: 15584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-33.5 - parent: 2 - uid: 15585 components: - type: Transform @@ -56466,24 +56510,12 @@ entities: rot: 3.141592653589793 rad pos: 38.5,17.5 parent: 2 - - uid: 15595 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 2 - uid: 15893 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,18.5 parent: 2 - - uid: 15904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 2 - uid: 16019 components: - type: Transform @@ -56623,12 +56655,6 @@ entities: rot: 3.141592653589793 rad pos: -55.5,-32.5 parent: 2 - - uid: 8848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-35.5 - parent: 2 - uid: 15963 components: - type: Transform @@ -56650,12 +56676,6 @@ entities: - type: Transform pos: -2.5,-11.5 parent: 2 - - uid: 15967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-31.5 - parent: 2 - uid: 15968 components: - type: Transform @@ -56746,22 +56766,6 @@ entities: - type: FaxMachine name: CE's Office destinationAddress: CE's Office - - uid: 4123 - components: - - type: Transform - pos: -11.5,-32.5 - parent: 2 - - type: FaxMachine - name: HoS's Office - destinationAddress: HoS's Office - - uid: 4126 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 2 - - type: FaxMachine - name: Security - destinationAddress: Security - uid: 4589 components: - type: Transform @@ -56818,6 +56822,26 @@ entities: - type: FaxMachine name: Bridge destinationAddress: Bridge + - uid: 11803 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 11832 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - type: FaxMachine + name: HoS's Office + destinationAddress: HoS's Office + - uid: 11833 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 - uid: 12855 components: - type: Transform @@ -56837,11 +56861,6 @@ entities: destinationAddress: Captain's Office - proto: filingCabinetDrawerRandom entities: - - uid: 2032 - components: - - type: Transform - pos: -11.5,-19.5 - parent: 2 - uid: 3112 components: - type: Transform @@ -56897,6 +56916,11 @@ entities: - type: Transform pos: 11.5,30.5 parent: 2 + - uid: 11807 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 - uid: 16199 components: - type: Transform @@ -56959,13 +56983,6 @@ entities: - type: Transform pos: 5.5,30.5 parent: 2 -- proto: filingCabinetTallRandom - entities: - - uid: 2153 - components: - - type: Transform - pos: 2.5,-32.5 - parent: 2 - proto: FireAlarm entities: - uid: 8137 @@ -57072,7 +57089,6 @@ entities: parent: 2 - type: DeviceList devices: - - 6141 - 10809 - 10828 - 10829 @@ -57082,6 +57098,8 @@ entities: - 12011 - 10833 - 10832 + - 1879 + - 1878 - uid: 11576 components: - type: MetaData @@ -57099,6 +57117,8 @@ entities: - 10809 - 10828 - 10829 + - 14970 + - 14997 - uid: 12224 components: - type: MetaData @@ -57396,68 +57416,6 @@ entities: - type: DeviceList devices: - 10873 - - uid: 14657 - components: - - type: MetaData - name: fire alarm (Brig) - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 10870 - - 10867 - - 10868 - - 10866 - - 10864 - - 10863 - - 15798 - - uid: 14658 - components: - - type: MetaData - name: fire alarm (Security Locker Room) - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-19.5 - parent: 2 - - type: DeviceList - devices: - - 10865 - - 6141 - - uid: 14659 - components: - - type: MetaData - name: fire alarm (Security Breakroom) - - type: Transform - pos: -1.5,-19.5 - parent: 2 - - type: DeviceList - devices: - - 10869 - - uid: 14660 - components: - - type: MetaData - name: fire alarm (Warden's Office) - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-29.5 - parent: 2 - - type: DeviceList - devices: - - 10869 - - 10866 - - uid: 14661 - components: - - type: MetaData - name: fire alarm (Perma) - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-32.5 - parent: 2 - - type: DeviceList - devices: - - 10918 - uid: 14662 components: - type: MetaData @@ -57643,6 +57601,51 @@ entities: - type: DeviceList devices: - 10907 + - uid: 15059 + components: + - type: MetaData + name: fire alarm (Security Front) + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 14970 + - 14997 + - uid: 15060 + components: + - type: MetaData + name: fire alarm (Security Breakroom) + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 14998 + - 14999 + - uid: 15061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 1879 + - 1878 + - uid: 15232 + components: + - type: MetaData + name: fire alarm (Security) + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 14998 + - 14999 - uid: 15794 components: - type: MetaData @@ -57666,17 +57669,6 @@ entities: - type: DeviceList devices: - 357 - - uid: 15797 - components: - - type: MetaData - name: fire alarm (Security South) - - type: Transform - pos: -8.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 10918 - - 15798 - uid: 16327 components: - type: MetaData @@ -57842,6 +57834,11 @@ entities: parent: 2 - proto: Firelock entities: + - uid: 856 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 - uid: 1619 components: - type: Transform @@ -57961,6 +57958,11 @@ entities: - 13863 - 14677 - 14678 + - uid: 11799 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 - uid: 13804 components: - type: Transform @@ -57995,12 +57997,6 @@ entities: - 811 - 14641 - 16327 - - uid: 15853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-27.5 - parent: 2 - uid: 15905 components: - type: Transform @@ -58233,18 +58229,6 @@ entities: - 811 - 14641 - 16327 - - uid: 6141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4255 - - 14658 - - 11575 - - 15328 - uid: 10861 components: - type: Transform @@ -58257,59 +58241,6 @@ entities: - 13796 - 11576 - 14662 - - uid: 10865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1868 - - 14658 - - 4255 - - uid: 10866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 11905 - - 14657 - - 14660 - - uid: 10867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14657 - - uid: 10868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14657 - - uid: 10869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11905 - - 11901 - - 14659 - - 14660 - uid: 10873 components: - type: Transform @@ -58474,6 +58405,40 @@ entities: deviceLists: - 14671 - 14673 + - uid: 14970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15066 + - 15059 + - 11576 + - 13795 + - uid: 14997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15066 + - 15059 + - 11576 + - 13795 + - uid: 15000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15067 + - 14859 - uid: 16478 components: - type: Transform @@ -58634,6 +58599,28 @@ entities: - 13851 - 14653 - 13456 + - uid: 1878 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15061 + - 15065 + - 15328 + - 11575 + - uid: 1879 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15061 + - 15065 + - 15328 + - 11575 - uid: 1938 components: - type: Transform @@ -59216,51 +59203,6 @@ entities: - 13796 - 8137 - 14662 - - uid: 10863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 1868 - - 14657 - - uid: 10864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 1868 - - 14657 - - uid: 10870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 11901 - - 14657 - - uid: 10871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-26.5 - parent: 2 - - uid: 10872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-30.5 - parent: 2 - uid: 10874 components: - type: Transform @@ -59414,17 +59356,6 @@ entities: - 13852 - 13456 - 14684 - - uid: 10918 - components: - - type: Transform - pos: -5.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14661 - - 15797 - - 11894 - - 11893 - uid: 12011 components: - type: Transform @@ -59490,16 +59421,38 @@ entities: deviceLists: - 14671 - 14673 - - uid: 15798 + - uid: 14861 components: - type: Transform - pos: -7.5,-31.5 + pos: -4.5,-15.5 + parent: 2 + - uid: 14862 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: -1.5,-27.5 parent: 2 - type: DeviceNetwork deviceLists: - - 15797 - - 14657 - - 11893 + - 15060 + - 15232 + - 14859 + - 15069 + - uid: 14999 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15060 + - 15232 + - 14859 + - 15069 - uid: 16465 components: - type: Transform @@ -59602,6 +59555,13 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 2157 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 3854 components: - type: Transform @@ -59623,13 +59583,6 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 6122 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - type: Fixtures - fixtures: {} - uid: 8483 components: - type: Transform @@ -59725,13 +59678,6 @@ entities: - type: Transform pos: -1.4959033,38.699974 parent: 2 -- proto: FoodBowlBig - entities: - - uid: 16452 - components: - - type: Transform - pos: 0.36490655,-40.359383 - parent: 2 - proto: FoodBoxDonkpocketBerry entities: - uid: 10514 @@ -59758,6 +59704,11 @@ entities: - type: Transform pos: -36.403454,-35.391075 parent: 2 + - uid: 11880 + components: + - type: Transform + pos: -5.5336146,-24.327625 + parent: 2 - proto: FoodBreadCottonSlice entities: - uid: 14516 @@ -59796,6 +59747,115 @@ entities: - type: Transform pos: -16.465076,-14.328699 parent: 2 +- proto: FoodFrozenSnowcone + entities: + - uid: 11764 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11769 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11775 + components: + - type: Transform + pos: -11.317492,-38.27168 + parent: 2 +- proto: FoodFrozenSnowconeBase + entities: + - uid: 11759 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11766 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenSnowconeBerry + entities: + - uid: 11765 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11772 + components: + - type: Transform + pos: -11.520617,-36.67793 + parent: 2 +- proto: FoodFrozenSnowconeClown + entities: + - uid: 11770 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenSnowconeFruit + entities: + - uid: 11768 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11778 + components: + - type: Transform + pos: -11.423318,-37.537304 + parent: 2 +- proto: FoodFrozenSnowconeMime + entities: + - uid: 11767 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenSnowconeRainbow + entities: + - uid: 11763 + components: + - type: Transform + parent: 11758 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11783 + components: + - type: Transform + pos: -11.610818,-37.30293 + parent: 2 +- proto: FoodFrozenSnowconeTrash + entities: + - uid: 11781 + components: + - type: Transform + pos: -11.661242,-36.256054 + parent: 2 + - uid: 11782 + components: + - type: Transform + pos: -11.598742,-38.52168 + parent: 2 - proto: FoodMealSashimi entities: - uid: 9631 @@ -59857,6 +59917,13 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: FoodPlatePlastic + entities: + - uid: 17575 + components: + - type: Transform + pos: -12.320409,-26.18696 + parent: 2 - proto: FoodPlateSmall entities: - uid: 15064 @@ -59875,6 +59942,13 @@ entities: - type: CollisionWake enabled: False - type: Conveyed +- proto: FoodPlateSmallPlastic + entities: + - uid: 17576 + components: + - type: Transform + pos: -7.414159,-27.43696 + parent: 2 - proto: FoodTartMime entities: - uid: 12905 @@ -59898,6 +59972,13 @@ entities: - type: Transform pos: -16.329556,-49.467247 parent: 2 +- proto: ForkPlastic + entities: + - uid: 17577 + components: + - type: Transform + pos: -12.648534,-26.702585 + parent: 2 - proto: GameMasterCircuitBoard entities: - uid: 5392 @@ -60302,6 +60383,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 1933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 1937 components: - type: Transform @@ -60347,28 +60436,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2562 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2663 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2750 components: - type: Transform @@ -60566,14 +60633,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6153 components: - type: Transform @@ -60590,14 +60649,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6361 components: - type: Transform @@ -61412,146 +61463,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11671 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11672 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11675 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11710 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11741 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11843 components: - type: Transform @@ -61583,14 +61494,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11881 + - uid: 11904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-34.5 + rot: 3.141592653589793 rad + pos: -3.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 11913 components: - type: Transform @@ -61904,14 +61815,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12461 components: - type: Transform @@ -61950,22 +61853,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12492 + - uid: 12494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-35.5 + pos: -0.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-38.5 + rot: 3.141592653589793 rad + pos: -2.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 12514 components: - type: Transform @@ -62045,6 +61947,67 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12761 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12821 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13542 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13828 components: - type: Transform @@ -62092,6 +62055,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14140 components: - type: Transform @@ -62108,6 +62087,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14441 components: - type: Transform @@ -62116,6 +62103,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14464 components: - type: Transform @@ -62140,6 +62135,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14692 components: - type: Transform @@ -62171,6 +62182,54 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14752 components: - type: Transform @@ -62178,6 +62237,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14829 components: - type: Transform @@ -62186,6 +62253,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14839 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15277 components: - type: Transform @@ -62423,41 +62497,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11666 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11682 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11713 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11780 - components: - - type: Transform - pos: -7.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11786 - components: - - type: Transform - pos: -8.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11888 components: - type: Transform @@ -62465,6 +62504,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 11897 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11955 components: - type: Transform @@ -62486,6 +62532,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13274 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13430 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14175 components: - type: Transform @@ -63502,6 +63562,38 @@ entities: parent: 2 - type: AtmosPipeColor color: '#98BF67FF' + - uid: 1854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2064 components: - type: Transform @@ -63885,22 +63977,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2545 components: - type: Transform @@ -63925,13 +64001,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#5B9ECFFF' - - uid: 2571 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2621 components: - type: Transform @@ -63950,14 +64019,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CF5B6EFF' - - uid: 2935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2975 components: - type: Transform @@ -64579,27 +64640,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6130 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6147 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6149 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6155 components: - type: Transform @@ -64616,13 +64656,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6227 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6233 components: - type: Transform @@ -65060,14 +65093,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8446 components: - type: Transform @@ -65565,13 +65590,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8665 - components: - - type: Transform - pos: -3.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8666 components: - type: Transform @@ -67871,14 +67889,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11322 components: - type: Transform @@ -69401,177 +69411,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11661 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11664 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11665 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11667 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11668 - components: - - type: Transform - pos: -7.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11707 components: - type: Transform @@ -69580,159 +69419,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11711 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11712 - components: - - type: Transform - pos: -3.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11715 - components: - - type: Transform - pos: -2.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11716 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11717 - components: - - type: Transform - pos: -3.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11718 - components: - - type: Transform - pos: -3.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11733 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11761 components: - type: Transform @@ -69741,156 +69427,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11777 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11794 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11801 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11802 components: - type: Transform @@ -69898,85 +69434,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11809 - components: - - type: Transform - pos: -6.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11813 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11815 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11816 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11817 components: - type: Transform @@ -69984,83 +69441,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11830 - components: - - type: Transform - pos: -11.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11831 - components: - - type: Transform - pos: -11.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11838 - components: - - type: Transform - pos: -8.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11840 components: - type: Transform @@ -70075,14 +69455,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11849 components: - type: Transform @@ -70091,104 +69463,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11855 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11856 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11857 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11858 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11859 - components: - - type: Transform - pos: 1.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11879 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11887 components: - type: Transform @@ -70203,6 +69477,59 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 11894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11895 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 11898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11899 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11900 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 11906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11916 components: - type: Transform @@ -70828,8 +70155,8 @@ entities: - uid: 12012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-14.5 + rot: 3.141592653589793 rad + pos: -4.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -70849,14 +70176,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12019 components: - type: Transform @@ -70881,6 +70200,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12023 components: - type: Transform @@ -70907,10 +70234,10 @@ entities: - uid: 12026 components: - type: Transform - pos: -7.5,-14.5 + pos: -4.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 12029 components: - type: Transform @@ -70927,14 +70254,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12032 components: - type: Transform @@ -72625,6 +71944,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12417 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12419 components: - type: Transform @@ -72923,6 +72249,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12492 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12493 components: - type: Transform @@ -73161,6 +72494,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12661 components: - type: Transform @@ -73203,6 +72544,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12750 components: - type: Transform @@ -73211,6 +72560,108 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12824 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12836 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12911 components: - type: Transform @@ -73219,6 +72670,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13195 components: - type: Transform @@ -73243,6 +72710,80 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13262 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13272 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13273 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13275 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13276 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13277 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13386 components: - type: Transform @@ -73250,6 +72791,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13471 components: - type: Transform @@ -73258,6 +72823,38 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13604 components: - type: Transform @@ -73266,6 +72863,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13705 components: - type: Transform @@ -73274,6 +72879,38 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13838 components: - type: Transform @@ -73322,6 +72959,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 13949 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14003 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14011 components: - type: Transform @@ -73330,6 +72981,46 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14096 components: - type: Transform @@ -73442,6 +73133,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14205 components: - type: Transform @@ -73450,6 +73149,54 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14396 components: - type: Transform @@ -73465,6 +73212,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14439 components: - type: Transform @@ -73481,6 +73236,86 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14462 components: - type: Transform @@ -73497,6 +73332,104 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14523 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14525 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14526 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14532 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14584 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14661 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14707 components: - type: Transform @@ -73505,6 +73438,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14730 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14731 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14753 components: - type: Transform @@ -73547,6 +73494,85 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14796 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14844 components: - type: Transform @@ -74200,6 +74226,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#5B9ECFFF' + - uid: 1874 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2182 components: - type: Transform @@ -74237,30 +74270,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3139 components: - type: Transform @@ -74306,14 +74315,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4447 components: - type: Transform @@ -74434,13 +74435,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6148 - components: - - type: Transform - pos: -2.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6223 components: - type: Transform @@ -74580,14 +74574,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8087 components: - type: Transform @@ -74928,14 +74914,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10772 components: - type: Transform @@ -75066,14 +75044,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11336 components: - type: Transform @@ -75211,44 +75181,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11743 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11760 - components: - - type: Transform - pos: -8.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11784 components: - type: Transform @@ -75256,61 +75188,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11827 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11836 components: - type: Transform @@ -75319,24 +75196,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11851 + - uid: 11893 components: - type: Transform - pos: -8.5,-33.5 + pos: -2.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11853 + - uid: 11901 components: - type: Transform - pos: 1.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11854 - components: - - type: Transform - pos: 0.5,-33.5 + rot: -1.5707963267948966 rad + pos: -3.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -75394,14 +75265,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12022 + - uid: 12018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-13.5 + rot: 1.5707963267948966 rad + pos: -4.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 12027 components: - type: Transform @@ -75410,6 +75281,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12038 components: - type: Transform @@ -75418,6 +75297,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12063 components: - type: Transform @@ -75710,11 +75597,11 @@ entities: - uid: 12418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-38.5 + rot: -1.5707963267948966 rad + pos: -2.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 12433 components: - type: Transform @@ -75796,6 +75683,66 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12828 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12838 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13257 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13442 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13826 components: - type: Transform @@ -75812,6 +75759,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCDFFF' + - uid: 14112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14164 components: - type: Transform @@ -75828,6 +75783,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14467 components: - type: Transform @@ -75835,6 +75806,29 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14486 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 16611 components: - type: Transform @@ -76243,17 +76237,6 @@ entities: - 5980 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-37.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11890 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2627 components: - type: Transform @@ -76347,17 +76330,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4255 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6869 components: - type: Transform @@ -76400,17 +76372,6 @@ entities: - 14552 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-40.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11864 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8327 components: - type: Transform @@ -76593,13 +76554,6 @@ entities: - 12725 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9033 - components: - - type: Transform - pos: -3.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9210 components: - type: Transform @@ -76925,99 +76879,12 @@ entities: - 13794 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11680 + - uid: 11797 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-17.5 + pos: -3.5,-34.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1868 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11900 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11905 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11904 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11758 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11901 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11898 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11899 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11895 - type: AtmosPipeColor color: '#0055CCFF' - uid: 11812 @@ -77030,28 +76897,6 @@ entities: - 3330 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11897 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11896 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11839 components: - type: Transform @@ -77062,14 +76907,15 @@ entities: - 13863 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11873 + - uid: 11896 components: - type: Transform - pos: -7.5,-34.5 + rot: -1.5707963267948966 rad + pos: -2.5,-18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11893 + - 15065 - type: AtmosPipeColor color: '#0055CCFF' - uid: 11909 @@ -77297,6 +77143,28 @@ entities: - 13802 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15190 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14859 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12912 components: - type: Transform @@ -77309,6 +77177,28 @@ entities: - 16473 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15067 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15092 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13829 components: - type: Transform @@ -77320,6 +77210,17 @@ entities: - 13816 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15069 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14237 components: - type: Transform @@ -77330,15 +77231,26 @@ entities: - 11197 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14457 + - uid: 14449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-33.5 + rot: -1.5707963267948966 rad + pos: 0.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11894 + - 15093 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15125 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14461 @@ -77351,6 +77263,28 @@ entities: - 16808 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15063 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15056 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14720 components: - type: Transform @@ -77362,6 +77296,17 @@ entities: - 11207 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15057 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14759 components: - type: Transform @@ -77373,6 +77318,17 @@ entities: - 14751 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15066 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15331 components: - type: Transform @@ -77674,16 +77630,6 @@ entities: - 818 - type: AtmosPipeColor color: '#990000FF' - - uid: 5034 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4255 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5035 components: - type: Transform @@ -77717,6 +77663,17 @@ entities: - 11296 - type: AtmosPipeColor color: '#990000FF' + - uid: 5665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15190 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6044 components: - type: Transform @@ -77736,25 +77693,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11864 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6737 components: - type: Transform @@ -78226,83 +78164,6 @@ entities: - 13794 - type: AtmosPipeColor color: '#990000FF' - - uid: 11679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1868 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11900 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-25.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11905 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11904 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11901 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11899 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11898 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11773 components: - type: Transform @@ -78314,35 +78175,6 @@ entities: - 13870 - type: AtmosPipeColor color: '#990000FF' - - uid: 11785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11897 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11832 - components: - - type: Transform - pos: -10.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11896 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11911 components: - type: Transform @@ -78452,21 +78284,12 @@ entities: - uid: 12416 components: - type: Transform - pos: -7.5,-33.5 + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11893 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12417 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11895 + - 15065 - type: AtmosPipeColor color: '#990000FF' - uid: 12436 @@ -78597,6 +78420,25 @@ entities: - 11199 - type: AtmosPipeColor color: '#990000FF' + - uid: 12822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14859 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12913 components: - type: Transform @@ -78618,6 +78460,60 @@ entities: - 11208 - type: AtmosPipeColor color: '#990000FF' + - uid: 13271 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15063 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15067 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15092 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15069 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13827 components: - type: Transform @@ -78649,26 +78545,6 @@ entities: - 2196 - type: AtmosPipeColor color: '#990000FF' - - uid: 14455 - components: - - type: Transform - pos: -4.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11894 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14458 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11890 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14465 components: - type: Transform @@ -78679,6 +78555,39 @@ entities: - 3340 - type: AtmosPipeColor color: '#990000FF' + - uid: 14473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15125 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15056 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15057 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14760 components: - type: Transform @@ -78700,6 +78609,17 @@ entities: - 11203 - type: AtmosPipeColor color: '#990000FF' + - uid: 14854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15066 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15330 components: - type: Transform @@ -78818,18 +78738,6 @@ entities: color: '#CF5B6EFF' - proto: Girder entities: - - uid: 2924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-30.5 - parent: 2 - - uid: 2932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-24.5 - parent: 2 - uid: 2994 components: - type: Transform @@ -78927,11 +78835,21 @@ entities: - type: Transform pos: 39.5,30.5 parent: 2 + - uid: 9551 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 - uid: 9579 components: - type: Transform pos: -28.5,30.5 parent: 2 + - uid: 11748 + components: + - type: Transform + pos: -9.5,-42.5 + parent: 2 - uid: 12446 components: - type: Transform @@ -79023,10 +78941,10 @@ entities: - type: Transform pos: 8.5,-61.5 parent: 2 - - uid: 320 + - uid: 373 components: - type: Transform - pos: 11.5,-61.5 + pos: -6.5,-26.5 parent: 2 - uid: 383 components: @@ -79068,22 +78986,27 @@ entities: - type: Transform pos: 8.5,-60.5 parent: 2 - - uid: 852 - components: - - type: Transform - pos: 12.5,-61.5 - parent: 2 - uid: 858 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,56.5 parent: 2 + - uid: 1066 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 - uid: 1108 components: - type: Transform pos: 47.5,-10.5 parent: 2 + - uid: 1120 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 - uid: 1150 components: - type: Transform @@ -79111,17 +79034,32 @@ entities: rot: 3.141592653589793 rad pos: 27.5,-19.5 parent: 2 + - uid: 1197 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 - uid: 1218 components: - type: Transform pos: -23.5,-4.5 parent: 2 + - uid: 1326 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 - uid: 1337 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-19.5 parent: 2 + - uid: 1339 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 - uid: 1349 components: - type: Transform @@ -79146,6 +79084,41 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,-21.5 parent: 2 + - uid: 1379 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 - uid: 1504 components: - type: Transform @@ -79276,6 +79249,16 @@ entities: - type: Transform pos: 50.5,-10.5 parent: 2 + - uid: 1575 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 2 - uid: 1744 components: - type: Transform @@ -79286,97 +79269,161 @@ entities: - type: Transform pos: 8.5,-16.5 parent: 2 - - uid: 1842 + - uid: 1808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-23.5 + pos: 8.5,-29.5 parent: 2 - - uid: 1850 + - uid: 1810 components: - type: Transform - pos: 0.5,-15.5 + pos: -13.5,-25.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: 6.5,-33.5 parent: 2 - uid: 1853 components: - type: Transform - pos: 1.5,-15.5 + pos: 8.5,-28.5 parent: 2 - - uid: 1885 + - uid: 1863 components: - type: Transform - pos: -9.5,-34.5 + pos: 18.5,-64.5 parent: 2 - uid: 1895 components: - type: Transform pos: 39.5,42.5 parent: 2 - - uid: 1912 + - uid: 1949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-21.5 + pos: -6.5,-30.5 parent: 2 - - uid: 1920 + - uid: 1970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-25.5 + pos: -2.5,-31.5 parent: 2 - - uid: 1933 + - uid: 1974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-25.5 + pos: 2.5,-36.5 parent: 2 - - uid: 1934 + - uid: 1988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 - parent: 2 - - uid: 1942 - components: - - type: Transform - rot: 1.5707963267948966 rad pos: -13.5,-29.5 parent: 2 - - uid: 1952 - components: - - type: Transform - pos: -9.5,-35.5 - parent: 2 - uid: 1991 components: - type: Transform pos: 48.5,-10.5 parent: 2 + - uid: 2021 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + pos: 11.5,-65.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 - uid: 2072 components: - type: Transform pos: -37.5,33.5 parent: 2 - - uid: 2086 + - uid: 2081 components: - type: Transform - pos: 5.5,-37.5 + pos: -6.5,-29.5 parent: 2 - - uid: 2090 + - uid: 2084 components: - type: Transform - pos: 5.5,-33.5 + pos: -13.5,-28.5 parent: 2 - - uid: 2105 + - uid: 2135 components: - type: Transform - pos: 0.5,-41.5 + pos: 8.5,-31.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: 18.5,-55.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: -4.5,-33.5 parent: 2 - uid: 2161 components: - type: Transform pos: -74.5,-21.5 parent: 2 + - uid: 2164 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 2171 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 - uid: 2203 components: - type: Transform @@ -79667,6 +79714,11 @@ entities: - type: Transform pos: 35.5,-17.5 parent: 2 + - uid: 2774 + components: + - type: Transform + pos: 17.5,-65.5 + parent: 2 - uid: 2823 components: - type: Transform @@ -79717,17 +79769,16 @@ entities: - type: Transform pos: -7.5,63.5 parent: 2 + - uid: 2992 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 - uid: 3004 components: - type: Transform pos: -16.5,-31.5 parent: 2 - - uid: 3132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-45.5 - parent: 2 - uid: 3140 components: - type: Transform @@ -79763,6 +79814,11 @@ entities: - type: Transform pos: -22.5,-36.5 parent: 2 + - uid: 3429 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 - uid: 3480 components: - type: Transform @@ -79902,16 +79958,6 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,-32.5 parent: 2 - - uid: 3670 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 3671 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - uid: 3699 components: - type: Transform @@ -80027,11 +80073,6 @@ entities: - type: Transform pos: 2.5,18.5 parent: 2 - - uid: 4252 - components: - - type: Transform - pos: -1.5,-44.5 - parent: 2 - uid: 4345 components: - type: Transform @@ -80218,6 +80259,11 @@ entities: rot: 3.141592653589793 rad pos: -58.5,-10.5 parent: 2 + - uid: 5034 + components: + - type: Transform + pos: 15.5,-36.5 + parent: 2 - uid: 5213 components: - type: Transform @@ -80279,6 +80325,11 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-19.5 parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 12.5,-65.5 + parent: 2 - uid: 6004 components: - type: Transform @@ -80299,16 +80350,6 @@ entities: - type: Transform pos: 24.5,-44.5 parent: 2 - - uid: 6118 - components: - - type: Transform - pos: 1.5,-43.5 - parent: 2 - - uid: 6119 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - uid: 6139 components: - type: Transform @@ -80679,6 +80720,26 @@ entities: - type: Transform pos: 29.5,-11.5 parent: 2 + - uid: 6601 + components: + - type: Transform + pos: 13.5,-65.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 14.5,-65.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: 8.5,-65.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 - uid: 6702 components: - type: Transform @@ -80901,12 +80962,6 @@ entities: - type: Transform pos: -37.5,31.5 parent: 2 - - uid: 7762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-26.5 - parent: 2 - uid: 7777 components: - type: Transform @@ -81704,36 +81759,11 @@ entities: rot: 1.5707963267948966 rad pos: 18.5,-45.5 parent: 2 - - uid: 9551 - components: - - type: Transform - pos: 13.5,-61.5 - parent: 2 - - uid: 9552 - components: - - type: Transform - pos: 14.5,-61.5 - parent: 2 - - uid: 9553 - components: - - type: Transform - pos: 17.5,-61.5 - parent: 2 - - uid: 9554 - components: - - type: Transform - pos: 18.5,-61.5 - parent: 2 - uid: 9555 components: - type: Transform pos: 18.5,-60.5 parent: 2 - - uid: 9556 - components: - - type: Transform - pos: 18.5,-58.5 - parent: 2 - uid: 9558 components: - type: Transform @@ -81749,6 +81779,16 @@ entities: - type: Transform pos: 22.5,-28.5 parent: 2 + - uid: 10038 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 - uid: 10231 components: - type: Transform @@ -81772,21 +81812,21 @@ entities: rot: 3.141592653589793 rad pos: -19.5,-40.5 parent: 2 + - uid: 10409 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 - uid: 10481 components: - type: Transform pos: -20.5,22.5 parent: 2 - - uid: 10530 - components: - - type: Transform - pos: 2.5,-43.5 - parent: 2 - - uid: 10531 - components: - - type: Transform - pos: 3.5,-43.5 - parent: 2 - uid: 10681 components: - type: Transform @@ -81855,6 +81895,41 @@ entities: - type: Transform pos: -35.5,32.5 parent: 2 + - uid: 11682 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + pos: -1.5,-49.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + pos: -3.5,-49.5 + parent: 2 + - uid: 11690 + components: + - type: Transform + pos: -4.5,-49.5 + parent: 2 + - uid: 11691 + components: + - type: Transform + pos: -5.5,-49.5 + parent: 2 - uid: 12561 components: - type: Transform @@ -81871,23 +81946,12 @@ entities: - type: Transform pos: -48.5,21.5 parent: 2 - - uid: 12839 - components: - - type: Transform - pos: -5.5,-44.5 - parent: 2 - uid: 13354 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-7.5 parent: 2 - - uid: 13453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-46.5 - parent: 2 - uid: 13748 components: - type: Transform @@ -81914,11 +81978,6 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-4.5 parent: 2 - - uid: 14045 - components: - - type: Transform - pos: 4.5,-43.5 - parent: 2 - uid: 14222 components: - type: Transform @@ -82051,16 +82110,6 @@ entities: - type: Transform pos: -71.5,-27.5 parent: 2 - - uid: 14349 - components: - - type: Transform - pos: 5.5,-43.5 - parent: 2 - - uid: 14350 - components: - - type: Transform - pos: 6.5,-43.5 - parent: 2 - uid: 14351 components: - type: Transform @@ -82071,35 +82120,12 @@ entities: - type: Transform pos: 54.5,-12.5 parent: 2 - - uid: 14451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-32.5 - parent: 2 - - uid: 14452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-32.5 - parent: 2 - - uid: 14460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-42.5 - parent: 2 - uid: 14534 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-35.5 parent: 2 - - uid: 14796 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - uid: 14852 components: - type: Transform @@ -82262,30 +82288,6 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-40.5 parent: 2 - - uid: 15752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-39.5 - parent: 2 - - uid: 15754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-37.5 - parent: 2 - - uid: 15755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-36.5 - parent: 2 - - uid: 15756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-35.5 - parent: 2 - uid: 15757 components: - type: Transform @@ -82432,26 +82434,6 @@ entities: - type: Transform pos: -31.5,1.5 parent: 2 - - uid: 16453 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 - - uid: 16454 - components: - - type: Transform - pos: 3.5,-39.5 - parent: 2 - - uid: 16458 - components: - - type: Transform - pos: 3.5,-35.5 - parent: 2 - - uid: 16459 - components: - - type: Transform - pos: 2.5,-35.5 - parent: 2 - uid: 16461 components: - type: Transform @@ -82691,11 +82673,6 @@ entities: parent: 2 - proto: GrilleSpawner entities: - - uid: 314 - components: - - type: Transform - pos: 10.5,-61.5 - parent: 2 - uid: 853 components: - type: Transform @@ -82706,6 +82683,16 @@ entities: - type: Transform pos: -67.5,-13.5 parent: 2 + - uid: 1864 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 18.5,-61.5 + parent: 2 - uid: 2826 components: - type: Transform @@ -82786,6 +82773,11 @@ entities: - type: Transform pos: 51.5,-4.5 parent: 2 + - uid: 5319 + components: + - type: Transform + pos: 18.5,-65.5 + parent: 2 - uid: 6339 components: - type: Transform @@ -82826,6 +82818,11 @@ entities: - type: Transform pos: 23.5,-44.5 parent: 2 + - uid: 6636 + components: + - type: Transform + pos: 10.5,-65.5 + parent: 2 - uid: 6698 components: - type: Transform @@ -82961,6 +82958,11 @@ entities: - type: Transform pos: 41.5,-43.5 parent: 2 + - uid: 11687 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 - uid: 13956 components: - type: Transform @@ -83075,38 +83077,45 @@ entities: parent: 2 - proto: GunSafeDisabler entities: - - uid: 3427 + - uid: 5617 components: - type: Transform - pos: 2.5,-22.5 + pos: 2.5,-32.5 parent: 2 - proto: GunSafeLaserCarbine entities: - - uid: 3428 + - uid: 5624 components: - type: Transform - pos: 2.5,-25.5 + pos: 4.5,-33.5 + parent: 2 +- proto: GunSafePistolMk58 + entities: + - uid: 5627 + components: + - type: Transform + pos: 4.5,-32.5 parent: 2 - proto: GunSafeRifleLecter entities: - - uid: 3429 + - uid: 5625 components: - type: Transform - pos: 2.5,-26.5 + pos: 4.5,-34.5 parent: 2 - proto: GunSafeShotgunKammerer entities: - - uid: 3425 + - uid: 5620 components: - type: Transform - pos: 0.5,-26.5 + pos: 2.5,-33.5 parent: 2 - proto: GunSafeSubMachineGunDrozd entities: - - uid: 3422 + - uid: 5618 components: - type: Transform - pos: 0.5,-25.5 + pos: 2.5,-34.5 parent: 2 - proto: GyroscopeUnanchored entities: @@ -83189,12 +83198,12 @@ entities: color: '#CF5B6EFF' - proto: HighSecArmoryLocked entities: - - uid: 1901 + - uid: 2093 components: - type: MetaData name: high security door (Armoury) - type: Transform - pos: -0.5,-21.5 + pos: 1.5,-30.5 parent: 2 - proto: HighSecCommandLocked entities: @@ -83303,10 +83312,10 @@ entities: parent: 2 - proto: HolopadCommandHos entities: - - uid: 14713 + - uid: 11846 components: - type: Transform - pos: -11.5,-35.5 + pos: -4.5,-39.5 parent: 2 - proto: HolopadCommandMeetingRoom entities: @@ -83555,10 +83564,10 @@ entities: parent: 2 - proto: HolopadSecurityArmory entities: - - uid: 14730 + - uid: 5619 components: - type: Transform - pos: 1.5,-23.5 + pos: 3.5,-30.5 parent: 2 - proto: HolopadSecurityArrivalsCheckpoint entities: @@ -83569,17 +83578,17 @@ entities: parent: 2 - proto: HolopadSecurityBreakroom entities: - - uid: 15337 + - uid: 11852 components: - type: Transform - pos: -2.5,-22.5 + pos: -2.5,-26.5 parent: 2 - proto: HolopadSecurityBrig entities: - - uid: 14735 + - uid: 2779 components: - type: Transform - pos: -7.5,-27.5 + pos: -10.5,-26.5 parent: 2 - proto: HolopadSecurityCourtroom entities: @@ -83590,10 +83599,10 @@ entities: parent: 2 - proto: HolopadSecurityDetective entities: - - uid: 14734 + - uid: 11845 components: - type: Transform - pos: -10.5,-21.5 + pos: 3.5,-26.5 parent: 2 - proto: HolopadSecurityEvacCheckpoint entities: @@ -83604,10 +83613,17 @@ entities: parent: 2 - proto: HolopadSecurityFront entities: - - uid: 15475 + - uid: 11851 components: - type: Transform - pos: -9.5,-16.5 + pos: 0.5,-19.5 + parent: 2 +- proto: HolopadSecurityInterrogation + entities: + - uid: 5508 + components: + - type: Transform + pos: -6.5,-34.5 parent: 2 - proto: HolopadSecurityLawyer entities: @@ -83616,26 +83632,12 @@ entities: - type: Transform pos: -21.5,-42.5 parent: 2 -- proto: HolopadSecurityLockerRoom - entities: - - uid: 2015 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 2 -- proto: HolopadSecurityPerma - entities: - - uid: 14732 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - proto: HolopadSecurityWarden entities: - - uid: 14731 + - uid: 5667 components: - type: Transform - pos: -1.5,-25.5 + pos: -3.5,-29.5 parent: 2 - proto: HolopadServiceBar entities: @@ -83722,6 +83724,20 @@ entities: - type: Transform pos: -13.5,-46.5 parent: 2 +- proto: HydroponicsToolClippers + entities: + - uid: 1241 + components: + - type: Transform + pos: -8.230512,-28.398651 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 5596 + components: + - type: Transform + pos: -8.480512,-28.492401 + parent: 2 - proto: HydroponicsToolScythe entities: - uid: 15829 @@ -83731,6 +83747,11 @@ entities: parent: 2 - proto: HydroponicsToolSpade entities: + - uid: 5597 + components: + - type: Transform + pos: -8.496137,-28.258026 + parent: 2 - uid: 15828 components: - type: Transform @@ -83803,30 +83824,25 @@ entities: - type: Transform pos: 17.5,4.5 parent: 2 - - uid: 2131 + - uid: 2650 components: - type: Transform - pos: 3.5,-36.5 + pos: -8.5,-30.5 parent: 2 - - uid: 2132 + - uid: 5580 components: - type: Transform - pos: 4.5,-36.5 + pos: -9.5,-30.5 parent: 2 - - uid: 2133 + - uid: 5600 components: - type: Transform - pos: 4.5,-37.5 + pos: -7.5,-29.5 parent: 2 - - uid: 2134 + - uid: 5615 components: - type: Transform - pos: 4.5,-38.5 - parent: 2 - - uid: 2135 - components: - - type: Transform - pos: 3.5,-38.5 + pos: -7.5,-30.5 parent: 2 - proto: IDComputerCircuitboard entities: @@ -83849,6 +83865,11 @@ entities: - type: Transform pos: 23.5,29.5 parent: 2 + - uid: 11798 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 - uid: 13788 components: - type: Transform @@ -83871,12 +83892,6 @@ entities: - type: Transform pos: 24.5,29.5 parent: 2 - - uid: 2999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-26.5 - parent: 2 - uid: 7317 components: - type: Transform @@ -84063,11 +84078,11 @@ entities: - type: Transform pos: -2.5,31.5 parent: 2 - - uid: 14473 + - uid: 15299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-15.5 + rot: 1.5707963267948966 rad + pos: -1.5,-15.5 parent: 2 - proto: IntercomService entities: @@ -84172,12 +84187,6 @@ entities: rot: 3.141592653589793 rad pos: 13.5,13.5 parent: 2 - - uid: 15902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-14.5 - parent: 2 - uid: 16579 components: - type: Transform @@ -84244,10 +84253,10 @@ entities: - type: Transform pos: 12.5,1.5 parent: 2 - - uid: 2179 + - uid: 2056 components: - type: Transform - pos: -0.5,-40.5 + pos: -7.5,-26.5 parent: 2 - uid: 4543 components: @@ -84266,10 +84275,10 @@ entities: - type: Transform pos: 11.5,-3.5 parent: 2 - - uid: 2128 + - uid: 1802 components: - type: Transform - pos: 1.5,-40.5 + pos: -7.5,-28.5 parent: 2 - uid: 3967 components: @@ -84288,6 +84297,13 @@ entities: - type: Transform pos: 11.5,6.5 parent: 2 +- proto: KnifePlastic + entities: + - uid: 17578 + components: + - type: Transform + pos: -7.679784,-27.12446 + parent: 2 - proto: Lamp entities: - uid: 7122 @@ -84295,6 +84311,13 @@ entities: - type: Transform pos: 0.46948135,19.865473 parent: 2 +- proto: LampInterrogator + entities: + - uid: 2162 + components: + - type: Transform + pos: -4.490166,-35.230995 + parent: 2 - proto: LargeBeaker entities: - uid: 8820 @@ -84579,21 +84602,6 @@ entities: 15279: - - Pressed - Toggle -- proto: LockableButtonDetective - entities: - - uid: 13949 - components: - - type: MetaData - name: lockable button (Shutters) - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-23.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14003: - - - Pressed - - Toggle - proto: LockableButtonEngineering entities: - uid: 2911 @@ -84679,20 +84687,20 @@ entities: - Toggle - proto: LockableButtonHeadOfSecurity entities: - - uid: 16185 + - uid: 17545 components: - type: MetaData name: lockable button (Shutters) - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-32.5 + rot: 1.5707963267948966 rad + pos: -5.5,-39.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16186: + 15186: - - Pressed - Toggle - 16187: + 15189: - - Pressed - Toggle - proto: LockableButtonKitchen @@ -84829,30 +84837,6 @@ entities: 11182: - - Pressed - Toggle -- proto: LockableButtonSecurity - entities: - - uid: 16002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-24.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15998: - - - Pressed - - Toggle - - uid: 16003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-28.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15999: - - - Pressed - - Toggle - proto: LockerAtmosphericsFilled entities: - uid: 2107 @@ -84959,10 +84943,10 @@ entities: ent: null - proto: LockerDetectiveFilled entities: - - uid: 2028 + - uid: 1947 components: - type: Transform - pos: -12.5,-22.5 + pos: 2.5,-27.5 parent: 2 - proto: LockerElectricalSuppliesFilled entities: @@ -85010,25 +84994,10 @@ entities: - type: Transform pos: 19.5,-11.5 parent: 2 - - uid: 2026 + - uid: 2813 components: - type: Transform - pos: -2.5,-16.5 - parent: 2 - - uid: 2027 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - - uid: 2047 - components: - - type: Transform - pos: -5.5,-28.5 - parent: 2 - - uid: 2048 - components: - - type: Transform - pos: -5.5,-29.5 + pos: 0.5,-32.5 parent: 2 - uid: 6624 components: @@ -85051,10 +85020,10 @@ entities: parent: 2 - proto: LockerHeadOfSecurityFilled entities: - - uid: 2077 + - uid: 1834 components: - type: Transform - pos: -12.5,-38.5 + pos: -6.5,-39.5 parent: 2 - proto: LockerMedicalFilled entities: @@ -85161,6 +85130,48 @@ entities: - type: Transform pos: 19.5,17.5 parent: 2 +- proto: LockerPrisoner + entities: + - uid: 11890 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 +- proto: LockerPrisoner2 + entities: + - uid: 11892 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 2 +- proto: LockerPrisoner3 + entities: + - uid: 11760 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 +- proto: LockerPrisoner4 + entities: + - uid: 5598 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 +- proto: LockerPrisoner5 + entities: + - uid: 11891 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 +- proto: LockerPrisoner6 + entities: + - uid: 11886 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 - proto: LockerQuarterMasterFilled entities: - uid: 6587 @@ -85201,58 +85212,56 @@ entities: parent: 2 - proto: LockerSecurityFilled entities: - - uid: 2020 + - uid: 2818 components: - type: Transform - pos: 0.5,-16.5 + pos: 2.5,-20.5 parent: 2 - - uid: 2021 + - uid: 3031 components: - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 2022 - components: - - type: Transform - pos: 2.5,-16.5 + pos: 1.5,-20.5 parent: 2 - uid: 3506 components: - type: Transform pos: -33.5,-33.5 parent: 2 - - uid: 10801 + - uid: 5326 components: - type: Transform - pos: 2.5,-18.5 + pos: 3.5,-20.5 parent: 2 - - uid: 12382 + - uid: 5450 components: - type: Transform - pos: 1.5,-18.5 + pos: 3.5,-22.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 1.5,-22.5 parent: 2 - proto: LockerSteel entities: - - uid: 3430 + - uid: 5637 components: - type: Transform - pos: 1.5,-20.5 + pos: 4.5,-29.5 parent: 2 - - type: AccessReader - access: - - - Armory - - - Captain - - - CentralCommand - - - HeadOfSecurity - - - Security - type: EntityStorage air: volume: 200 immutable: False temperature: 293.14673 moles: - - 1.8856695 - - 7.0937095 + - 1.7459903 + - 6.568249 - 0 - 0 - 0 @@ -85269,20 +85278,20 @@ entities: showEnts: False occludes: True ents: - - 6199 - - 6197 - - 6200 - - 6195 - - 6196 - - 6198 - - 6201 - - 6202 - - 15332 - - 15336 - - 15335 - - 15334 - - 5701 - - 15333 + - 5639 + - 5653 + - 5652 + - 5651 + - 5650 + - 5649 + - 5648 + - 5647 + - 5645 + - 5644 + - 5643 + - 5642 + - 5641 + - 5638 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -85328,11 +85337,40 @@ entities: ent: null - proto: LockerWardenFilled entities: - - uid: 2023 + - uid: 5663 components: - type: Transform - pos: -3.5,-28.5 + pos: -3.5,-31.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 15170 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerWeldingSuppliesFilled entities: - uid: 6208 @@ -85473,6 +85511,13 @@ entities: - type: Transform pos: -16.5,8.5 parent: 2 +- proto: LootSpawnerSecurity + entities: + - uid: 15308 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 2 - proto: LootSpawnerSecurityBasic entities: - uid: 1055 @@ -85480,21 +85525,21 @@ entities: - type: Transform pos: 20.5,-10.5 parent: 2 - - uid: 6178 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 2 - - uid: 6638 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 2 - uid: 6639 components: - type: Transform pos: -1.5,28.5 parent: 2 + - uid: 15309 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - uid: 15584 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 - proto: LuxuryPen entities: - uid: 17028 @@ -85619,12 +85664,6 @@ entities: - type: Transform pos: -30.5,34.5 parent: 2 - - uid: 10554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-40.5 - parent: 2 - uid: 11248 components: - type: Transform @@ -85725,22 +85764,22 @@ entities: parent: 2 - proto: MagazinePistolSubMachineGunTopMounted entities: - - uid: 5644 + - uid: 17542 components: - type: Transform - pos: -11.473943,-33.730816 + pos: -2.0215707,-37.446384 parent: 2 - - uid: 14449 + - uid: 17543 components: - type: Transform - pos: -11.508567,-33.919952 + pos: -1.9121957,-37.30576 parent: 2 - proto: MailingUnit entities: - - uid: 13442 + - uid: 11816 components: - type: Transform - pos: -1.5,-20.5 + pos: 0.5,-25.5 parent: 2 - type: MailingUnit tag: Security @@ -85864,11 +85903,6 @@ entities: - type: Transform pos: 38.5,31.5 parent: 2 - - uid: 13742 - components: - - type: Transform - pos: 8.5,-24.5 - parent: 2 - uid: 14521 components: - type: Transform @@ -85916,6 +85950,11 @@ entities: - type: Transform pos: -27.5,8.5 parent: 2 + - uid: 11702 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 - uid: 16574 components: - type: Transform @@ -85928,16 +85967,46 @@ entities: parent: 2 - proto: MaintenancePlantSpawner entities: - - uid: 1066 - components: - - type: Transform - pos: 10.5,-30.5 - parent: 2 - uid: 2692 components: - type: Transform pos: 42.5,18.5 parent: 2 + - uid: 11749 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 - uid: 13694 components: - type: Transform @@ -85978,11 +86047,6 @@ entities: - type: Transform pos: 47.5,-1.5 parent: 2 - - uid: 13746 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - uid: 15070 components: - type: Transform @@ -86025,6 +86089,11 @@ entities: - type: Transform pos: -29.5,34.5 parent: 2 + - uid: 11703 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 - uid: 13688 components: - type: Transform @@ -86080,16 +86149,6 @@ entities: - type: Transform pos: 46.5,15.5 parent: 2 - - uid: 13743 - components: - - type: Transform - pos: 15.5,-31.5 - parent: 2 - - uid: 13744 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 2 - uid: 16073 components: - type: Transform @@ -86127,11 +86186,6 @@ entities: - type: Transform pos: 43.5,31.5 parent: 2 - - uid: 13745 - components: - - type: Transform - pos: 10.5,-25.5 - parent: 2 - uid: 16071 components: - type: Transform @@ -86433,10 +86487,10 @@ entities: parent: 2 - proto: MouseTimedSpawner entities: - - uid: 11352 + - uid: 2666 components: - type: Transform - pos: 15.5,-30.5 + pos: 15.5,-34.5 parent: 2 - uid: 16137 components: @@ -86497,11 +86551,46 @@ entities: - type: Transform pos: 44.5,29.5 parent: 2 + - uid: 11695 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 - uid: 14206 components: - type: Transform pos: 25.5,47.5 parent: 2 +- proto: NitrogenTankFilled + entities: + - uid: 15172 + components: + - type: Transform + parent: 5629 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 15469 + components: + - type: Transform + parent: 5630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16949 + components: + - type: Transform + parent: 5631 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16950 + components: + - type: Transform + parent: 5632 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: NitrousOxideTankFilled entities: - uid: 10611 @@ -86518,17 +86607,16 @@ entities: parent: 2 - proto: NoticeBoard entities: - - uid: 2033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-23.5 - parent: 2 - uid: 4034 components: - type: Transform pos: 10.5,-16.5 parent: 2 + - uid: 11870 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 - uid: 13678 components: - type: Transform @@ -86638,11 +86726,6 @@ entities: - type: Transform pos: 37.5,-26.5 parent: 2 - - uid: 10409 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 2 - uid: 10465 components: - type: Transform @@ -86653,6 +86736,11 @@ entities: - type: Transform pos: 22.5,32.5 parent: 2 + - uid: 11696 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 - uid: 14215 components: - type: Transform @@ -86711,6 +86799,11 @@ entities: - type: Transform pos: 5.6202555,26.75027 parent: 2 + - uid: 15470 + components: + - type: Transform + pos: 5.4112244,-27.511152 + parent: 2 - uid: 16202 components: - type: Transform @@ -86718,17 +86811,6 @@ entities: parent: 2 - proto: PaperBin10 entities: - - uid: 2041 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-19.5 - parent: 2 - - uid: 2152 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - uid: 3833 components: - type: Transform @@ -86751,6 +86833,16 @@ entities: - type: Transform pos: 5.5,27.5 parent: 2 + - uid: 11796 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 - proto: PaperBin20 entities: - uid: 1777 @@ -86767,21 +86859,6 @@ entities: parent: 2 - proto: PaperOffice entities: - - uid: 2036 - components: - - type: Transform - pos: -12.318111,-20.23526 - parent: 2 - - uid: 2037 - components: - - type: Transform - pos: -12.661861,-19.79776 - parent: 2 - - uid: 2038 - components: - - type: Transform - pos: -12.599361,-20.07901 - parent: 2 - uid: 3178 components: - type: Transform @@ -86917,10 +86994,10 @@ entities: parent: 2 - proto: Pen entities: - - uid: 2154 + - uid: 1464 components: - type: Transform - pos: 1.587295,-32.27223 + pos: -11.714887,-26.636387 parent: 2 - uid: 3136 components: @@ -87101,32 +87178,6 @@ entities: - type: Transform pos: 19.5,-37.5 parent: 2 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 12827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-23.5 - parent: 2 - - uid: 14649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-23.5 - parent: 2 - - uid: 14847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-25.5 - parent: 2 - - uid: 14854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-25.5 - parent: 2 - proto: PlasticFlapsAirtightClear entities: - uid: 4613 @@ -87278,10 +87329,10 @@ entities: parent: 2 - proto: PortableFlasher entities: - - uid: 2053 + - uid: 15171 components: - type: Transform - pos: 0.5,-22.5 + pos: 0.5,-31.5 parent: 2 - proto: PortableGeneratorJrPacman entities: @@ -87340,6 +87391,11 @@ entities: - type: Transform pos: 27.5,26.5 parent: 2 + - uid: 11694 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 - uid: 16102 components: - type: Transform @@ -87511,11 +87567,6 @@ entities: - type: Transform pos: -36.5,-27.5 parent: 2 - - uid: 13482 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 2 - uid: 13483 components: - type: Transform @@ -87571,11 +87622,6 @@ entities: - type: Transform pos: 22.5,15.5 parent: 2 - - uid: 14029 - components: - - type: Transform - pos: -10.5,-32.5 - parent: 2 - uid: 14032 components: - type: Transform @@ -87621,26 +87667,31 @@ entities: - type: Transform pos: 3.5,-2.5 parent: 2 - - uid: 14523 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 14525 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 2 - - uid: 14526 - components: - - type: Transform - pos: -0.5,-38.5 - parent: 2 - uid: 14717 components: - type: Transform pos: -46.5,-13.5 parent: 2 + - uid: 14857 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 2 + - uid: 14858 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 2 + - uid: 15253 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 15298 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 - uid: 15822 components: - type: Transform @@ -87787,6 +87838,18 @@ entities: rot: 3.141592653589793 rad pos: 21.5,-31.5 parent: 2 + - uid: 1345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-34.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-36.5 + parent: 2 - uid: 3119 components: - type: Transform @@ -87851,16 +87914,22 @@ entities: rot: 3.141592653589793 rad pos: 42.5,-6.5 parent: 2 - - uid: 11519 + - uid: 11874 components: - type: Transform - pos: -7.5,-37.5 + pos: -3.5,-34.5 parent: 2 - - uid: 11863 + - uid: 11875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-41.5 + rot: 3.141592653589793 rad + pos: -6.5,-35.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-19.5 parent: 2 - uid: 12678 components: @@ -87885,12 +87954,6 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,-31.5 parent: 2 - - uid: 12743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-30.5 - parent: 2 - uid: 12790 components: - type: Transform @@ -88019,24 +88082,12 @@ entities: rot: 3.141592653589793 rad pos: -21.5,-46.5 parent: 2 - - uid: 13540 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-30.5 - parent: 2 - uid: 13541 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-18.5 parent: 2 - - uid: 13542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-30.5 - parent: 2 - uid: 13543 components: - type: Transform @@ -88169,12 +88220,6 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,-12.5 parent: 2 - - uid: 13586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-32.5 - parent: 2 - uid: 13587 components: - type: Transform @@ -88424,17 +88469,6 @@ entities: - type: Transform pos: 20.5,-20.5 parent: 2 - - uid: 318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-27.5 - parent: 2 - - uid: 1654 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 2 - uid: 2204 components: - type: Transform @@ -88459,11 +88493,11 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,-5.5 parent: 2 - - uid: 3667 + - uid: 5238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-34.5 + rot: -1.5707963267948966 rad + pos: 0.5,-38.5 parent: 2 - uid: 5945 components: @@ -88521,6 +88555,82 @@ entities: - type: Transform pos: -28.5,-37.5 parent: 2 + - uid: 11853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-32.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-28.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-33.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-27.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-19.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-18.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-18.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-39.5 + parent: 2 - uid: 12711 components: - type: Transform @@ -88597,99 +88707,11 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-9.5 parent: 2 - - uid: 12816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-14.5 - parent: 2 - uid: 12817 components: - type: Transform pos: 8.5,-12.5 parent: 2 - - uid: 12819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - - uid: 12820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-18.5 - parent: 2 - - uid: 12821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-18.5 - parent: 2 - - uid: 12822 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 2 - - uid: 12823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-22.5 - parent: 2 - - uid: 12824 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 2 - - uid: 12825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-26.5 - parent: 2 - - uid: 12826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-30.5 - parent: 2 - - uid: 12828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-30.5 - parent: 2 - - uid: 12829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-21.5 - parent: 2 - - uid: 12830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-26.5 - parent: 2 - - uid: 12831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-35.5 - parent: 2 - - uid: 12833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-34.5 - parent: 2 - - uid: 12836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-39.5 - parent: 2 - uid: 12844 components: - type: Transform @@ -89195,6 +89217,19 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,21.5 parent: 2 +- proto: PoweredlightRed + entities: + - uid: 11878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-34.5 + parent: 2 + - uid: 11881 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 - proto: PoweredlightSodium entities: - uid: 13969 @@ -89262,11 +89297,17 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-42.5 parent: 2 - - uid: 11521 + - uid: 11879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-41.5 + rot: 3.141592653589793 rad + pos: -8.5,-33.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-23.5 parent: 2 - uid: 12707 components: @@ -89425,12 +89466,6 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,-15.5 parent: 2 - - uid: 1655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-34.5 - parent: 2 - uid: 1726 components: - type: Transform @@ -89488,12 +89523,46 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-19.5 parent: 2 + - uid: 10488 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-46.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-44.5 + parent: 2 - uid: 10621 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-1.5 parent: 2 + - uid: 11871 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-33.5 + parent: 2 - uid: 12702 components: - type: Transform @@ -89534,12 +89603,6 @@ entities: - type: Transform pos: 5.5,3.5 parent: 2 - - uid: 12838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-37.5 - parent: 2 - uid: 12840 components: - type: Transform @@ -89575,12 +89638,6 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,9.5 parent: 2 - - uid: 12853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-39.5 - parent: 2 - uid: 12866 components: - type: Transform @@ -89743,12 +89800,6 @@ entities: rot: 1.5707963267948966 rad pos: 56.5,1.5 parent: 2 - - uid: 16460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-34.5 - parent: 2 - uid: 16511 components: - type: Transform @@ -89856,6 +89907,12 @@ entities: - type: Transform pos: 39.5,-8.5 parent: 2 + - uid: 2664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-35.5 + parent: 2 - uid: 2671 components: - type: Transform @@ -89871,11 +89928,6 @@ entities: - type: Transform pos: 35.5,-0.5 parent: 2 - - uid: 2992 - components: - - type: Transform - pos: 8.5,-24.5 - parent: 2 - uid: 3474 components: - type: Transform @@ -90060,6 +90112,16 @@ entities: - type: Transform pos: 26.5,30.5 parent: 2 + - uid: 11699 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 - uid: 12231 components: - type: Transform @@ -90070,12 +90132,6 @@ entities: - type: Transform pos: 25.5,-32.5 parent: 2 - - uid: 12742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-31.5 - parent: 2 - uid: 13711 components: - type: Transform @@ -90203,6 +90259,11 @@ entities: - type: Transform pos: 3.59375,-4.8409925 parent: 2 + - uid: 10918 + components: + - type: Transform + pos: -4.999727,-45.60106 + parent: 2 - uid: 14399 components: - type: Transform @@ -90275,6 +90336,24 @@ entities: rot: 3.141592653589793 rad pos: -20.5,15.5 parent: 2 + - uid: 5678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-44.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-45.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-46.5 + parent: 2 - uid: 7644 components: - type: Transform @@ -90287,6 +90366,18 @@ entities: rot: 3.141592653589793 rad pos: 18.5,-15.5 parent: 2 + - uid: 9552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-43.5 + parent: 2 + - uid: 12415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-28.5 + parent: 2 - uid: 14307 components: - type: Transform @@ -90554,11 +90645,6 @@ entities: - type: Transform pos: 10.5,36.5 parent: 2 - - uid: 14368 - components: - - type: Transform - pos: 3.5,-40.5 - parent: 2 - uid: 14374 components: - type: Transform @@ -90649,16 +90735,6 @@ entities: parent: 2 - proto: RandomInstruments entities: - - uid: 2162 - components: - - type: Transform - pos: -3.5,-36.5 - parent: 2 - - uid: 2163 - components: - - type: Transform - pos: -3.5,-38.5 - parent: 2 - uid: 9390 components: - type: Transform @@ -90761,21 +90837,6 @@ entities: - type: Transform pos: 32.5,24.5 parent: 2 - - uid: 15469 - components: - - type: Transform - pos: -13.5,-39.5 - parent: 2 - - uid: 15470 - components: - - type: Transform - pos: -9.5,-38.5 - parent: 2 - - uid: 15471 - components: - - type: Transform - pos: -10.5,-40.5 - parent: 2 - uid: 15472 components: - type: Transform @@ -90816,6 +90877,36 @@ entities: - type: Transform pos: -22.5,24.5 parent: 2 + - uid: 17568 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 17570 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 17571 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 17572 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 17574 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 - proto: RandomPosterAny entities: - uid: 5581 @@ -90945,21 +91036,6 @@ entities: - type: Transform pos: -31.5,-44.5 parent: 2 - - uid: 14997 - components: - - type: Transform - pos: -2.5,-42.5 - parent: 2 - - uid: 14998 - components: - - type: Transform - pos: -1.5,-41.5 - parent: 2 - - uid: 15007 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - uid: 15008 components: - type: Transform @@ -91050,13 +91126,23 @@ entities: - type: Transform pos: -20.5,29.5 parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 311 + - uid: 17564 components: - type: Transform - pos: -0.5,-27.5 + pos: -12.5,-34.5 parent: 2 + - uid: 17565 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 17566 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 +- proto: RandomPosterLegit + entities: - uid: 403 components: - type: Transform @@ -91072,16 +91158,6 @@ entities: - type: Transform pos: -2.5,-8.5 parent: 2 - - uid: 1315 - components: - - type: Transform - pos: -4.5,-29.5 - parent: 2 - - uid: 1604 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 2 - uid: 2314 components: - type: Transform @@ -91092,16 +91168,6 @@ entities: - type: Transform pos: 19.5,-19.5 parent: 2 - - uid: 6189 - components: - - type: Transform - pos: -13.5,-33.5 - parent: 2 - - uid: 6304 - components: - - type: Transform - pos: 5.5,-36.5 - parent: 2 - uid: 8128 components: - type: Transform @@ -91162,16 +91228,6 @@ entities: - type: Transform pos: -18.5,-18.5 parent: 2 - - uid: 14837 - components: - - type: Transform - pos: -12.5,-27.5 - parent: 2 - - uid: 14839 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 - uid: 14841 components: - type: Transform @@ -91197,41 +91253,6 @@ entities: - type: Transform pos: -29.5,-30.5 parent: 2 - - uid: 14855 - components: - - type: Transform - pos: -2.5,-29.5 - parent: 2 - - uid: 14856 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 2 - - uid: 14857 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 2 - - uid: 14858 - components: - - type: Transform - pos: -11.5,-18.5 - parent: 2 - - uid: 14859 - components: - - type: Transform - pos: -9.5,-19.5 - parent: 2 - - uid: 14861 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 14862 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 2 - uid: 14863 components: - type: Transform @@ -91707,36 +91728,6 @@ entities: - type: Transform pos: -27.5,-6.5 parent: 2 - - uid: 14999 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 15000 - components: - - type: Transform - pos: 2.5,-31.5 - parent: 2 - - uid: 15003 - components: - - type: Transform - pos: 2.5,-40.5 - parent: 2 - - uid: 15004 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - - uid: 15005 - components: - - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 15006 - components: - - type: Transform - pos: -5.5,-38.5 - parent: 2 - uid: 15028 components: - type: Transform @@ -91862,6 +91853,101 @@ entities: - type: Transform pos: 10.5,26.5 parent: 2 + - uid: 17546 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 17553 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 17554 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 17555 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 17556 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 17557 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 17558 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 17559 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 17560 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 17561 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 17562 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 17563 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 17567 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 - proto: RandomProduce entities: - uid: 7751 @@ -91994,12 +92080,6 @@ entities: parent: 2 - proto: ReinforcedPlasmaWindow entities: - - uid: 324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-26.5 - parent: 2 - uid: 1403 components: - type: Transform @@ -92015,6 +92095,16 @@ entities: - type: Transform pos: 37.5,-35.5 parent: 2 + - uid: 1702 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 - uid: 2291 components: - type: Transform @@ -92086,6 +92176,11 @@ entities: - type: Transform pos: 45.5,-10.5 parent: 2 + - uid: 990 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 - uid: 1122 components: - type: Transform @@ -92122,6 +92217,11 @@ entities: - type: Transform pos: -38.5,21.5 parent: 2 + - uid: 1261 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 - uid: 1356 components: - type: Transform @@ -92167,6 +92267,11 @@ entities: - type: Transform pos: 32.5,-25.5 parent: 2 + - uid: 1654 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 - uid: 1745 components: - type: Transform @@ -92177,71 +92282,90 @@ entities: - type: Transform pos: 8.5,-16.5 parent: 2 - - uid: 1848 + - uid: 1839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-23.5 + pos: -1.5,-35.5 parent: 2 - - uid: 1852 + - uid: 1865 components: - type: Transform - pos: 1.5,-15.5 + pos: 0.5,-35.5 parent: 2 - - uid: 1854 + - uid: 1867 components: - type: Transform - pos: 0.5,-15.5 + pos: -6.5,-28.5 parent: 2 - - uid: 1935 + - uid: 1873 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-25.5 + pos: -6.5,-25.5 parent: 2 - - uid: 1936 + - uid: 1877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 + pos: -13.5,-25.5 parent: 2 - - uid: 1949 + - uid: 1931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-21.5 + pos: -0.5,-16.5 parent: 2 - uid: 1950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-25.5 + pos: -3.5,-27.5 parent: 2 - - uid: 1951 + - uid: 1959 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 1965 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + pos: 15.5,-36.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 2059 components: - type: Transform - rot: 1.5707963267948966 rad pos: -13.5,-29.5 parent: 2 - - uid: 2083 + - uid: 2105 components: - type: Transform - pos: -9.5,-34.5 + pos: -5.5,-27.5 parent: 2 - - uid: 2084 + - uid: 2126 components: - type: Transform - pos: -9.5,-35.5 + pos: -13.5,-28.5 parent: 2 - - uid: 2101 + - uid: 2166 components: - type: Transform - pos: 0.5,-41.5 - parent: 2 - - uid: 2137 - components: - - type: Transform - pos: 3.5,-35.5 + pos: -6.5,-30.5 parent: 2 - uid: 2208 components: @@ -92293,16 +92417,6 @@ entities: - type: Transform pos: -32.5,-50.5 parent: 2 - - uid: 2666 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 2667 - components: - - type: Transform - pos: 5.5,-33.5 - parent: 2 - uid: 2722 components: - type: Transform @@ -92970,12 +93084,6 @@ entities: - type: Transform pos: -38.5,-49.5 parent: 2 - - uid: 10528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-42.5 - parent: 2 - uid: 10763 components: - type: Transform @@ -93022,21 +93130,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-39.5 parent: 2 - - uid: 12835 - components: - - type: Transform - pos: 2.5,-35.5 - parent: 2 - - uid: 12837 - components: - - type: Transform - pos: 3.5,-39.5 - parent: 2 - - uid: 12862 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 - uid: 12879 components: - type: Transform @@ -93077,35 +93170,11 @@ entities: - type: Transform pos: 49.5,12.5 parent: 2 - - uid: 14225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-46.5 - parent: 2 - - uid: 14226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-45.5 - parent: 2 - uid: 14352 components: - type: Transform pos: 48.5,3.5 parent: 2 - - uid: 14483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-32.5 - parent: 2 - - uid: 14484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-32.5 - parent: 2 - uid: 14530 components: - type: Transform @@ -93245,49 +93314,49 @@ entities: parent: 2 - proto: RiotBulletShield entities: - - uid: 6195 + - uid: 5645 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15333 + - uid: 5647 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - proto: RiotLaserShield entities: - - uid: 6199 + - uid: 5648 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15336 + - uid: 5649 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - proto: RiotShield entities: - - uid: 6197 + - uid: 5641 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15334 + - uid: 5642 components: - type: Transform - parent: 3430 + parent: 5637 - type: Physics canCollide: False - type: InsideEntityStorage @@ -93382,12 +93451,6 @@ entities: - type: Transform pos: -22.5,2.5 parent: 2 - - uid: 7764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-28.5 - parent: 2 - uid: 13525 components: - type: Transform @@ -93427,12 +93490,6 @@ entities: rot: 3.141592653589793 rad pos: -31.5,-12.5 parent: 2 - - uid: 14643 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-23.5 - parent: 2 - uid: 14644 components: - type: Transform @@ -93466,6 +93523,16 @@ entities: - type: Transform pos: 29.5,-9.5 parent: 2 + - uid: 17582 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 2 - proto: Screwdriver entities: - uid: 15457 @@ -93490,10 +93557,10 @@ entities: parent: 2 - proto: SecurityTechFab entities: - - uid: 3426 + - uid: 5634 components: - type: Transform - pos: 2.5,-20.5 + pos: 3.5,-29.5 parent: 2 - proto: SeedExtractor entities: @@ -93558,10 +93625,10 @@ entities: - type: Transform pos: -15.551138,26.577679 parent: 2 - - uid: 15304 + - uid: 15563 components: - type: Transform - pos: -4.4548173,-25.819979 + pos: 0.5088022,-28.501165 parent: 2 - uid: 17036 components: @@ -93608,6 +93675,11 @@ entities: - type: Transform pos: 16.56531,35.453266 parent: 2 + - uid: 15564 + components: + - type: Transform + pos: -4.5336146,-27.452625 + parent: 2 - uid: 16163 components: - type: Transform @@ -93664,10 +93736,10 @@ entities: - type: Transform pos: 25.478117,-32.50736 parent: 2 - - uid: 15303 + - uid: 15562 components: - type: Transform - pos: -3.4503732,-15.515963 + pos: 1.9931772,-18.465862 parent: 2 - uid: 16303 components: @@ -93712,14 +93784,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ShotGunCabinetFilled - entities: - - uid: 2548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-25.5 - parent: 2 - proto: ShuttersNormal entities: - uid: 1443 @@ -93959,39 +94023,55 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-2.5 parent: 2 - - uid: 14003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-21.5 - parent: 2 - uid: 14681 components: - type: Transform pos: -19.5,22.5 parent: 2 + - uid: 15003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-24.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-28.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-29.5 + parent: 2 - uid: 15086 components: - type: Transform pos: -20.5,22.5 parent: 2 + - uid: 15186 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 - uid: 15279 components: - type: Transform pos: -31.5,-4.5 parent: 2 - - uid: 15998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 2 - - uid: 15999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-29.5 - parent: 2 - uid: 16146 components: - type: Transform @@ -94033,18 +94113,6 @@ entities: - type: Transform pos: 32.5,20.5 parent: 2 - - uid: 16186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-34.5 - parent: 2 - - uid: 16187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-35.5 - parent: 2 - uid: 16192 components: - type: Transform @@ -94352,38 +94420,6 @@ entities: 2588: - - Pressed - Toggle - - uid: 14446 - components: - - type: MetaData - name: signal button (Door A) - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.7451677,-16.472116 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15298: - - - Pressed - - Toggle - 15299: - - - Pressed - - Toggle - - uid: 14447 - components: - - type: MetaData - name: signal button (Door B) - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.7451677,-16.784616 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1940: - - - Pressed - - Toggle - 1939: - - - Pressed - - Toggle - uid: 14511 components: - type: MetaData @@ -94416,17 +94452,58 @@ entities: 4531: - - Pressed - Toggle - - uid: 15855 + - uid: 15055 components: - type: MetaData - name: signal button (Janitor) + name: signal button (Shutters) - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-22.5 + pos: -13.5,-26.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 15902: + 15004: + - - Pressed + - Toggle + 15003: + - - Pressed + - Toggle + 15005: + - - Pressed + - Toggle + 15006: + - - Pressed + - Toggle + - uid: 15612 + components: + - type: MetaData + name: signal button (Door B) + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5549712,-18.496132 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 311: + - - Pressed + - Toggle + 314: + - - Pressed + - Toggle + - uid: 15737 + components: + - type: MetaData + name: signal button (Door A) + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5549712,-18.183632 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1859: + - - Pressed + - Toggle + 1256: - - Pressed - Toggle - uid: 15860 @@ -94658,42 +94735,6 @@ entities: - Forward - - Off - Off - - uid: 13472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-25.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14970: - - - Off - - Open - - - On - - Close - 1927: - - - On - - Open - - - Off - - Close - - uid: 13480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 13703: - - - Off - - Open - - - On - - Close - 1928: - - - On - - Open - - - Off - - Close - proto: SignAnomaly entities: - uid: 16169 @@ -94710,10 +94751,10 @@ entities: parent: 2 - proto: SignArmory entities: - - uid: 12610 + - uid: 5517 components: - type: Transform - pos: -0.5,-22.5 + pos: 1.5,-32.5 parent: 2 - proto: SignAtmos entities: @@ -94804,6 +94845,11 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,18.5 parent: 2 + - uid: 16955 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 - proto: SignCryogenicsMed entities: - uid: 4068 @@ -95318,6 +95364,11 @@ entities: parent: 2 - proto: SignDirectionalSolar entities: + - uid: 1299 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 - uid: 1615 components: - type: Transform @@ -95328,11 +95379,6 @@ entities: - type: Transform pos: 5.5,-15.5 parent: 2 - - uid: 15069 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 2 - uid: 15071 components: - type: Transform @@ -95381,12 +95427,6 @@ entities: rot: 1.5707963267948966 rad pos: 20.5,30.5 parent: 2 - - uid: 15989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-29.5 - parent: 2 - proto: SignDirectionalSupply entities: - uid: 6117 @@ -95479,6 +95519,11 @@ entities: - type: Transform pos: 44.5,-22.5 parent: 2 + - uid: 1956 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 - uid: 4286 components: - type: Transform @@ -95499,12 +95544,6 @@ entities: - type: Transform pos: -10.5,30.5 parent: 2 - - uid: 6124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-40.5 - parent: 2 - uid: 6134 components: - type: Transform @@ -95515,11 +95554,6 @@ entities: - type: Transform pos: 43.5,3.5 parent: 2 - - uid: 6306 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - uid: 7945 components: - type: Transform @@ -95543,11 +95577,6 @@ entities: - type: Transform pos: 40.5,-23.5 parent: 2 - - uid: 11398 - components: - - type: Transform - pos: 15.5,-28.5 - parent: 2 - uid: 11477 components: - type: Transform @@ -95655,6 +95684,23 @@ entities: - type: Transform pos: 28.5,-42.5 parent: 2 +- proto: SignGenpop + entities: + - uid: 14028 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 - proto: SignGravity entities: - uid: 8365 @@ -95681,6 +95727,13 @@ entities: - type: Transform pos: 13.5,12.5 parent: 2 +- proto: SignInterrogation + entities: + - uid: 5512 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 - proto: SignJanitor entities: - uid: 410 @@ -95834,40 +95887,40 @@ entities: - type: Transform pos: -23.5,-10.5 parent: 2 - - uid: 12761 - components: - - type: Transform - pos: -6.5,-19.5 - parent: 2 - uid: 12767 components: - type: Transform pos: 37.5,-2.5 parent: 2 + - uid: 15471 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 - proto: SignSecureMedRed entities: - - uid: 11572 + - uid: 5531 components: - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 11573 - components: - - type: Transform - pos: -0.5,-20.5 + pos: 1.5,-28.5 parent: 2 - proto: SignSecurity entities: + - uid: 5558 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 - uid: 6622 components: - type: Transform pos: -34.5,-32.5 parent: 2 - - uid: 6636 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 2 - uid: 6646 components: - type: Transform @@ -95907,11 +95960,6 @@ entities: - type: Transform pos: 32.5,16.5 parent: 2 - - uid: 6091 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 2 - uid: 12679 components: - type: Transform @@ -95924,6 +95972,11 @@ entities: parent: 2 - proto: SignSpace entities: + - uid: 2151 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 - uid: 6108 components: - type: Transform @@ -95954,11 +96007,6 @@ entities: - type: Transform pos: 41.5,-31.5 parent: 2 - - uid: 12757 - components: - - type: Transform - pos: 13.5,-31.5 - parent: 2 - uid: 16101 components: - type: Transform @@ -96023,6 +96071,11 @@ entities: parent: 2 - proto: Sink entities: + - uid: 1240 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 - uid: 2697 components: - type: Transform @@ -96062,12 +96115,6 @@ entities: - type: Transform pos: -18.5,-12.5 parent: 2 - - uid: 11860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-41.5 - parent: 2 - uid: 15935 components: - type: Transform @@ -96110,12 +96157,6 @@ entities: - type: Transform pos: -3.5,10.5 parent: 2 - - uid: 2122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-39.5 - parent: 2 - uid: 3984 components: - type: Transform @@ -96196,8 +96237,17 @@ entities: parent: 2 - proto: SMESBasic entities: + - uid: 2493 + components: + - type: MetaData + name: SMES (South Solar) + - type: Transform + pos: 12.5,-33.5 + parent: 2 - uid: 6606 components: + - type: MetaData + name: SMES (AI) - type: Transform pos: -36.5,14.5 parent: 2 @@ -96208,13 +96258,6 @@ entities: - type: Transform pos: 28.5,32.5 parent: 2 - - uid: 7780 - components: - - type: MetaData - name: SMES (South Solar) - - type: Transform - pos: 12.5,-29.5 - parent: 2 - uid: 8097 components: - type: MetaData @@ -96312,6 +96355,41 @@ entities: - type: Transform pos: 14.5,-49.5 parent: 2 + - uid: 1842 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: 12.5,-61.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 - uid: 2764 components: - type: Transform @@ -96332,51 +96410,16 @@ entities: - type: Transform pos: 31.5,54.5 parent: 2 - - uid: 2844 - components: - - type: Transform - pos: 11.5,-37.5 - parent: 2 - - uid: 2845 - components: - - type: Transform - pos: 10.5,-37.5 - parent: 2 - - uid: 2848 - components: - - type: Transform - pos: 12.5,-37.5 - parent: 2 - - uid: 2849 - components: - - type: Transform - pos: 14.5,-37.5 - parent: 2 - uid: 2850 components: - type: Transform pos: 12.5,-41.5 parent: 2 - - uid: 2851 - components: - - type: Transform - pos: 13.5,-39.5 - parent: 2 - uid: 2852 components: - type: Transform pos: 11.5,-41.5 parent: 2 - - uid: 2854 - components: - - type: Transform - pos: 12.5,-39.5 - parent: 2 - - uid: 2861 - components: - - type: Transform - pos: 14.5,-39.5 - parent: 2 - uid: 2864 components: - type: Transform @@ -96397,16 +96440,6 @@ entities: - type: Transform pos: 13.5,-43.5 parent: 2 - - uid: 2881 - components: - - type: Transform - pos: 10.5,-39.5 - parent: 2 - - uid: 2882 - components: - - type: Transform - pos: 13.5,-37.5 - parent: 2 - uid: 3783 components: - type: Transform @@ -96664,11 +96697,6 @@ entities: parent: 2 - proto: SolarPanelBroken entities: - - uid: 1299 - components: - - type: Transform - pos: 11.5,-39.5 - parent: 2 - uid: 1301 components: - type: Transform @@ -96679,6 +96707,16 @@ entities: - type: Transform pos: 32.5,54.5 parent: 2 + - uid: 1862 + components: + - type: Transform + pos: 10.5,-61.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 - uid: 2690 components: - type: Transform @@ -96831,16 +96869,16 @@ entities: parent: 2 - proto: SolarTracker entities: + - uid: 2152 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 - uid: 9081 components: - type: Transform pos: 37.5,58.5 parent: 2 - - uid: 15737 - components: - - type: Transform - pos: 16.5,-59.5 - parent: 2 - proto: SolidSecretDoor entities: - uid: 193 @@ -96915,11 +96953,6 @@ entities: parent: 2 - proto: SpacemenFigureSpawner entities: - - uid: 6935 - components: - - type: Transform - pos: -21.5,23.5 - parent: 2 - uid: 7846 components: - type: Transform @@ -96930,6 +96963,16 @@ entities: - type: Transform pos: -30.5,22.5 parent: 2 + - uid: 11884 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 - uid: 14347 components: - type: Transform @@ -96960,16 +97003,6 @@ entities: - type: Transform pos: -64.5,-31.5 parent: 2 - - uid: 15232 - components: - - type: Transform - pos: -9.5,-24.5 - parent: 2 - - uid: 15233 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - uid: 15234 components: - type: Transform @@ -97117,10 +97150,10 @@ entities: parent: 2 - proto: SpawnMobMcGriff entities: - - uid: 13522 + - uid: 15519 components: - type: Transform - pos: -2.5,-26.5 + pos: -4.5,-32.5 parent: 2 - proto: SpawnMobMonkey entities: @@ -97152,10 +97185,10 @@ entities: parent: 2 - proto: SpawnMobShiva entities: - - uid: 13521 + - uid: 15554 components: - type: Transform - pos: -11.5,-35.5 + pos: -3.5,-39.5 parent: 2 - proto: SpawnMobSlothPaperwork entities: @@ -97299,10 +97332,10 @@ entities: parent: 2 - proto: SpawnPointDetective entities: - - uid: 13677 + - uid: 17584 components: - type: Transform - pos: -11.5,-21.5 + pos: 4.5,-26.5 parent: 2 - proto: SpawnPointHeadOfPersonnel entities: @@ -97519,37 +97552,37 @@ entities: parent: 2 - proto: SpawnPointSecurityCadet entities: - - uid: 10483 + - uid: 15302 components: - type: Transform - pos: 1.5,-17.5 + pos: 1.5,-21.5 parent: 2 - - uid: 10484 + - uid: 15303 components: - type: Transform - pos: 2.5,-17.5 + pos: 2.5,-21.5 parent: 2 - proto: SpawnPointSecurityOfficer entities: - - uid: 1090 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - uid: 10485 + - uid: 15310 components: - type: Transform pos: 0.5,-17.5 parent: 2 - - uid: 10486 + - uid: 15311 components: - type: Transform - pos: -4.5,-21.5 + pos: -4.5,-24.5 parent: 2 - - uid: 10487 + - uid: 15312 components: - type: Transform - pos: -6.5,-26.5 + pos: -8.5,-19.5 + parent: 2 + - uid: 16954 + components: + - type: Transform + pos: -0.5,-32.5 parent: 2 - proto: SpawnPointServiceWorker entities: @@ -97604,10 +97637,10 @@ entities: parent: 2 - proto: SpawnPointWarden entities: - - uid: 10488 + - uid: 15313 components: - type: Transform - pos: -3.5,-26.5 + pos: -4.5,-29.5 parent: 2 - proto: SpawnVendingMachineRestockFoodDrink entities: @@ -97631,6 +97664,13 @@ entities: - type: Transform pos: -34.5,8.5 parent: 2 +- proto: SpoonPlastic + entities: + - uid: 17579 + components: + - type: Transform + pos: -7.508497,-27.015085 + parent: 2 - proto: SprayBottle entities: - uid: 16067 @@ -97659,6 +97699,11 @@ entities: rot: 1.5707963267948966 rad pos: 18.5,-13.5 parent: 2 + - uid: 1983 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 - uid: 3705 components: - type: Transform @@ -97687,6 +97732,11 @@ entities: - type: Transform pos: 30.5,-29.5 parent: 2 + - uid: 12382 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 - uid: 13201 components: - type: Transform @@ -98125,12 +98175,6 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,2.5 parent: 2 - - uid: 14625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-27.5 - parent: 2 - uid: 14626 components: - type: Transform @@ -98159,6 +98203,11 @@ entities: rot: 3.141592653589793 rad pos: -22.5,-17.5 parent: 2 + - uid: 17581 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 - proto: StationMapBroken entities: - uid: 14628 @@ -98181,18 +98230,6 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,-12.5 parent: 2 - - uid: 2016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-18.5 - parent: 2 - - uid: 8415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 - parent: 2 - proto: Stool entities: - uid: 1631 @@ -98349,12 +98386,19 @@ entities: - type: Transform pos: 40.5,-3.5 parent: 2 - - uid: 2777 + - uid: 1812 + components: + - type: MetaData + name: substation (Security) + - type: Transform + pos: 13.5,-29.5 + parent: 2 + - uid: 1960 components: - type: MetaData name: substation (South Solar) - type: Transform - pos: 13.5,-29.5 + pos: 13.5,-33.5 parent: 2 - uid: 3207 components: @@ -98391,13 +98435,6 @@ entities: - type: Transform pos: 38.5,-18.5 parent: 2 - - uid: 5234 - components: - - type: MetaData - name: substation (Security) - - type: Transform - pos: 9.5,-31.5 - parent: 2 - uid: 6633 components: - type: MetaData @@ -98435,6 +98472,8 @@ entities: parent: 2 - uid: 17260 components: + - type: MetaData + name: substation (AI) - type: Transform pos: -37.5,14.5 parent: 2 @@ -98602,28 +98641,16 @@ entities: - type: Transform pos: -22.5,56.5 parent: 2 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 2142 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 2 - - uid: 2143 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - proto: SuitStorageHOS entities: - - uid: 2078 + - uid: 2055 components: - type: Transform - pos: -12.5,-39.5 + pos: -7.5,-39.5 parent: 2 - proto: SuitStorageNTSRA entities: - - uid: 2991 + - uid: 2782 components: - type: Transform pos: 14.5,-24.5 @@ -98649,32 +98676,132 @@ entities: parent: 2 - proto: SuitStorageSec entities: - - uid: 1878 + - uid: 5629 components: - type: Transform - pos: 0.5,-24.5 + pos: 5.5,-29.5 parent: 2 - - uid: 1884 + - 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: + - 15172 + - uid: 5630 components: - type: Transform - pos: 0.5,-23.5 + pos: 6.5,-29.5 parent: 2 - - uid: 1894 + - 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: + - 15469 + - uid: 5631 components: - type: Transform - pos: 2.5,-24.5 + pos: 6.5,-31.5 parent: 2 - - uid: 1897 + - 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: + - 16949 + - uid: 5632 components: - type: Transform - pos: 2.5,-23.5 + pos: 5.5,-31.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 16950 - proto: SuitStorageWarden entities: - - uid: 2045 + - uid: 5661 components: - type: Transform - pos: -2.5,-28.5 + pos: -3.5,-32.5 parent: 2 - proto: SurveillanceCameraCommand entities: @@ -98944,32 +99071,6 @@ entities: - SurveillanceCameraCommand nameSet: True id: C16 - CE's Bedroom - - uid: 15092 - components: - - type: MetaData - name: camera (C13 - HoS's Office) - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C13 - HoS's Office - - uid: 15093 - components: - - type: MetaData - name: camera (C14 - HoS's Bedroom) - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-38.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C14 - HoS's Bedroom - uid: 15094 components: - type: MetaData @@ -98995,6 +99096,32 @@ entities: - SurveillanceCameraCommand nameSet: True id: C12 - HoP's Bedroom + - uid: 15336 + components: + - type: MetaData + name: camera (C13 - HoS's Office) + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C13 - HoS's Office + - uid: 15337 + components: + - type: MetaData + name: camera (C14 - HoS's Bedroom) + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C14 - HoS's Office - uid: 16542 components: - type: MetaData @@ -99363,19 +99490,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: G05 - North Hall - - uid: 15186 - components: - - type: MetaData - name: camera (G10 - Intersection) - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G10 - Intersection - uid: 15187 components: - type: MetaData @@ -99402,31 +99516,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: G11 - West Hall - - uid: 15189 - components: - - type: MetaData - name: camera (G09 - South Hall) - - type: Transform - pos: 5.5,-14.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G09 - South Hall - - uid: 15190 - components: - - type: MetaData - name: camera (G12 - Southwest Hall) - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-26.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G12 - Southwest Hall - uid: 15191 components: - type: MetaData @@ -99890,202 +99979,164 @@ entities: id: N04 - R&D - proto: SurveillanceCameraSecurity entities: - - uid: 10671 + - uid: 15319 components: - type: MetaData name: camera (S01 - Security Entrance) - type: Transform - pos: -9.5,-18.5 + rot: -1.5707963267948966 rad + pos: -5.5,-16.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: S01 - Security Entrance - - uid: 15055 + - uid: 15320 components: - type: MetaData - name: camera (S15 - Perma Bathroom) + name: camera (S02 - Security Front) + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S02 - Security Front + - uid: 15322 + components: + - type: MetaData + name: camera (S03 - Security Breakroom) + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S03 - Security Breakroom + - uid: 15323 + components: + - type: MetaData + name: camera (S04 - Genpop Entrance) + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S04 - Genpop Entrance + - uid: 15324 + components: + - type: MetaData + name: camera (S06 - Genpop Cryo) + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S06 - Genpop Cryo + - uid: 15325 + components: + - type: MetaData + name: camera (S05 - Genpop) + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S05 - Genpop + - uid: 15326 + components: + - type: MetaData + name: camera (S07 - Genpop Dorm) + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S07 - Genpop Dorm + - uid: 15332 + components: + - type: MetaData + name: camera (S10 - Warden's Office) - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-41.5 + pos: -3.5,-32.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S15 - Perma Bathroom - - uid: 15056 + id: S10 - Warden's Office + - uid: 15333 components: - type: MetaData - name: camera (S10 - Security South) - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S10 - Security South - - uid: 15057 - components: - - type: MetaData - name: camera (S12 - Perma Rec Room) - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S12 - Perma Rec Room - - uid: 15058 - components: - - type: MetaData - name: camera (S11 - Perma Entrance) - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S11 - Perma Entrance - - uid: 15059 - components: - - type: MetaData - name: camera (S08 - Cell A) + name: camera (S11 - Interrogation) - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-24.5 + pos: -6.5,-34.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S08 - Cell A - - uid: 15060 + id: S11 - Interrogation + - uid: 15334 components: - type: MetaData - name: camera (S14 - Perma Bedroom) - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-36.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S14 - Perma Bedroom - - uid: 15061 - components: - - type: MetaData - name: camera (S09 - Cell B) - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-28.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S09 - Cell B - - uid: 15062 - components: - - type: MetaData - name: camera (S04 - Detective's Office) + name: camera (S09 - Security) - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-22.5 + pos: 0.5,-32.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S04 - Detective's Office - - uid: 15063 + id: S09 - Security + - uid: 15335 components: - type: MetaData - name: camera (S13 - Perma Kitchen) + name: camera (S12 - Armoury) - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-36.5 + pos: 3.5,-29.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S13 - Perma Kitchen - - uid: 15065 + id: S12 - Armoury + - uid: 15428 components: - type: MetaData - name: camera (S05 - Security Breakroom) + name: camera (S08 - Detective's Office) - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-20.5 + pos: 2.5,-27.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S05 - Security Breakroom - - uid: 15066 + id: S08 - Detective's Office + - uid: 16951 components: - type: MetaData - name: camera (S06 - Warden's Office) - - type: Transform - pos: -3.5,-28.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S06 - Warden's Office - - uid: 15067 - components: - - type: MetaData - name: camera (S07 - Armoury) - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S07 - Armoury - - uid: 15125 - components: - - type: MetaData - name: camera (S02 - Security Locker Room) - - type: Transform - pos: -1.5,-18.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S02 - Security Locker Room - - uid: 15135 - components: - - type: MetaData - name: camera (S03 - Brig) - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-24.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S03 - Brig - - uid: 15170 - components: - - type: MetaData - name: camera (S16 - Arrivals Checkpoint) + name: camera (S13 - Arrivals Checkpoint) - type: Transform rot: 3.141592653589793 rad pos: -1.5,30.5 @@ -100094,11 +100145,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S16 - Arrivals Checkpoint - - uid: 15171 + id: S13 - Arrivals Checkpoint + - uid: 16952 components: - type: MetaData - name: camera (S17 - Engineering Checkpoint) + name: camera (S14 - Engineering Checkpoint) - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-11.5 @@ -100107,11 +100158,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S17 - Engineering Checkpoint - - uid: 15172 + id: S14 - Engineering Checkpoint + - uid: 16953 components: - type: MetaData - name: camera (S18 - Evac Checkpoint) + name: camera (S15 - Evac Checkpoint) - type: Transform pos: -36.5,-35.5 parent: 2 @@ -100119,7 +100170,7 @@ entities: setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S18 - Evac Checkpoint + id: S15 - Evac Checkpoint - proto: SurveillanceCameraService entities: - uid: 412 @@ -100517,6 +100568,26 @@ entities: - type: Transform pos: 16.5,-1.5 parent: 2 + - uid: 1724 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 2 - uid: 2568 components: - type: Transform @@ -100673,6 +100744,11 @@ entities: rot: 3.141592653589793 rad pos: 33.5,-20.5 parent: 2 + - uid: 11811 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 - uid: 12880 components: - type: Transform @@ -100690,11 +100766,6 @@ entities: - type: Transform pos: -10.5,10.5 parent: 2 - - uid: 14025 - components: - - type: Transform - pos: -12.5,-36.5 - parent: 2 - uid: 14035 components: - type: Transform @@ -100953,23 +101024,25 @@ entities: rot: 3.141592653589793 rad pos: 27.5,5.5 parent: 2 - - uid: 2123 + - uid: 1920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-40.5 + pos: -7.5,-26.5 parent: 2 - - uid: 2124 + - uid: 2005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-40.5 + pos: -7.5,-28.5 parent: 2 - - uid: 2127 + - uid: 2008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-40.5 + pos: -8.5,-28.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: -7.5,-27.5 parent: 2 - uid: 2251 components: @@ -101082,6 +101155,21 @@ entities: - type: Transform pos: -12.5,7.5 parent: 2 + - uid: 5793 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 - uid: 5887 components: - type: Transform @@ -101719,6 +101807,11 @@ entities: parent: 2 - proto: TableReinforced entities: + - uid: 852 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 - uid: 1025 components: - type: Transform @@ -101749,12 +101842,22 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,-15.5 parent: 2 + - uid: 1604 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 2 - uid: 1638 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-15.5 parent: 2 + - uid: 1705 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 - uid: 1772 components: - type: Transform @@ -101783,96 +101886,35 @@ entities: - type: Transform pos: 13.5,-18.5 parent: 2 - - uid: 1807 + - uid: 1848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-25.5 + pos: 0.5,-16.5 parent: 2 - - uid: 1812 + - uid: 1885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-23.5 + pos: 1.5,-16.5 parent: 2 - - uid: 1865 + - uid: 1940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-16.5 + pos: -1.5,-18.5 parent: 2 - - uid: 1874 + - uid: 1942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-17.5 + pos: -1.5,-17.5 parent: 2 - - uid: 1882 + - uid: 1954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-26.5 + pos: 6.5,-27.5 parent: 2 - - uid: 1931 + - uid: 2155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-24.5 - parent: 2 - - uid: 1932 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-28.5 - parent: 2 - - uid: 1999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-15.5 - parent: 2 - - uid: 2030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 2 - - uid: 2031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-19.5 - parent: 2 - - uid: 2044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-28.5 - parent: 2 - - uid: 2052 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 2 - - uid: 2054 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 2 - - uid: 2079 - components: - - type: Transform - pos: -11.5,-32.5 - parent: 2 - - uid: 2080 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 2 - - uid: 2081 - components: - - type: Transform - pos: -11.5,-34.5 + pos: -4.5,-35.5 parent: 2 - uid: 2189 components: @@ -101892,12 +101934,6 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-10.5 parent: 2 - - uid: 2809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-15.5 - parent: 2 - uid: 2942 components: - type: Transform @@ -101909,6 +101945,11 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,-9.5 parent: 2 + - uid: 3011 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 - uid: 3443 components: - type: Transform @@ -102006,11 +102047,6 @@ entities: - type: Transform pos: 20.5,21.5 parent: 2 - - uid: 4125 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 2 - uid: 4196 components: - type: Transform @@ -102033,10 +102069,20 @@ entities: rot: 3.141592653589793 rad pos: -25.5,13.5 parent: 2 - - uid: 6220 + - uid: 5324 components: - type: Transform - pos: -1.5,-18.5 + pos: -2.5,-37.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + pos: -5.5,-29.5 parent: 2 - uid: 6390 components: @@ -102186,6 +102232,21 @@ entities: rot: 3.141592653589793 rad pos: -25.5,11.5 parent: 2 + - uid: 11801 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 - uid: 13503 components: - type: Transform @@ -102250,22 +102311,6 @@ entities: - type: Transform pos: 3.5,0.5 parent: 2 - - uid: 2139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-34.5 - parent: 2 - - uid: 2149 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 2150 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - uid: 3528 components: - type: Transform @@ -102276,6 +102321,11 @@ entities: - type: Transform pos: -34.5,-40.5 parent: 2 + - uid: 4115 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 - uid: 4506 components: - type: Transform @@ -102515,6 +102565,13 @@ entities: - type: Transform pos: -34.5,-52.5 parent: 2 +- proto: TintedWindow + entities: + - uid: 2795 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 - proto: TobaccoSeeds entities: - uid: 15669 @@ -102524,17 +102581,11 @@ entities: parent: 2 - proto: ToiletDirtyWater entities: - - uid: 2164 + - uid: 2175 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-26.5 - parent: 2 - - uid: 2165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-30.5 + pos: -8.5,-33.5 parent: 2 - uid: 10762 components: @@ -102548,11 +102599,6 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-34.5 parent: 2 - - uid: 13539 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - proto: ToiletGoldenDirtyWater entities: - uid: 6732 @@ -102664,6 +102710,13 @@ entities: - type: Transform pos: -42.691574,-36.72419 parent: 2 +- proto: TowelColorWhite + entities: + - uid: 11101 + components: + - type: Transform + pos: -4.015352,-46.35106 + parent: 2 - proto: ToyAi entities: - uid: 17539 @@ -102804,6 +102857,27 @@ entities: - type: Transform pos: 0.51695275,34.581173 parent: 2 +- proto: TurnstileGenpopEnter + entities: + - uid: 2029 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 +- proto: TurnstileGenpopLeave + entities: + - uid: 2170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-16.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-22.5 + parent: 2 - proto: TwoWayLever entities: - uid: 4267 @@ -103021,6 +103095,11 @@ entities: parent: 2 - proto: UniformShortsRed entities: + - uid: 10487 + components: + - type: Transform + pos: -3.7485776,-46.6985 + parent: 2 - uid: 15831 components: - type: Transform @@ -103028,6 +103107,16 @@ entities: parent: 2 - proto: UniformShortsRedWithTop entities: + - uid: 10485 + components: + - type: Transform + pos: -1.549793,-43.50731 + parent: 2 + - uid: 10486 + components: + - type: Transform + pos: -1.549793,-46.366684 + parent: 2 - uid: 15832 components: - type: Transform @@ -103131,11 +103220,6 @@ entities: parent: 2 - proto: VendingMachineCigs entities: - - uid: 2141 - components: - - type: Transform - pos: -0.5,-32.5 - parent: 2 - uid: 13500 components: - type: Transform @@ -103182,10 +103266,10 @@ entities: parent: 2 - proto: VendingMachineDetDrobe entities: - - uid: 2040 + - uid: 1287 components: - type: Transform - pos: -10.5,-22.5 + pos: 3.5,-27.5 parent: 2 - proto: VendingMachineDinnerware entities: @@ -103201,6 +103285,11 @@ entities: - type: Transform pos: -19.5,-13.5 parent: 2 + - uid: 11809 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 2 - proto: VendingMachineEngiDrobe entities: - uid: 8071 @@ -103313,17 +103402,17 @@ entities: parent: 2 - proto: VendingMachineSec entities: - - uid: 9594 + - uid: 3424 components: - type: Transform - pos: -5.5,-20.5 + pos: -0.5,-22.5 parent: 2 - proto: VendingMachineSecDrobe entities: - - uid: 15141 + - uid: 2154 components: - type: Transform - pos: -0.5,-16.5 + pos: 0.5,-22.5 parent: 2 - proto: VendingMachineSeeds entities: @@ -103334,10 +103423,10 @@ entities: parent: 2 - proto: VendingMachineSeedsUnlocked entities: - - uid: 1576 + - uid: 1248 components: - type: Transform - pos: 2.5,-38.5 + pos: -12.5,-30.5 parent: 2 - uid: 14196 components: @@ -103346,10 +103435,10 @@ entities: parent: 2 - proto: VendingMachineSustenance entities: - - uid: 2125 + - uid: 14713 components: - type: Transform - pos: -0.5,-36.5 + pos: -8.5,-23.5 parent: 2 - proto: VendingMachineTankDispenserEngineering entities: @@ -103506,6 +103595,11 @@ entities: - type: Transform pos: -31.5,2.5 parent: 2 + - uid: 324 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 - uid: 328 components: - type: Transform @@ -103546,6 +103640,11 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-7.5 parent: 2 + - uid: 1062 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 2 - uid: 1077 components: - type: Transform @@ -103607,6 +103706,11 @@ entities: - type: Transform pos: -24.5,4.5 parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 - uid: 1138 components: - type: Transform @@ -103632,6 +103736,11 @@ entities: - type: Transform pos: 36.5,-25.5 parent: 2 + - uid: 1199 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 - uid: 1221 components: - type: Transform @@ -103681,12 +103790,22 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,-23.5 parent: 2 + - uid: 1320 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 - uid: 1321 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,-23.5 parent: 2 + - uid: 1323 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 - uid: 1324 components: - type: Transform @@ -103711,6 +103830,11 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,-17.5 parent: 2 + - uid: 1331 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 - uid: 1340 components: - type: Transform @@ -103772,11 +103896,26 @@ entities: - type: Transform pos: 55.5,-12.5 parent: 2 + - uid: 1470 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 - uid: 1471 components: - type: Transform pos: 61.5,-18.5 parent: 2 + - uid: 1472 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 2 - uid: 1478 components: - type: Transform @@ -103793,11 +103932,21 @@ entities: rot: 3.141592653589793 rad pos: 44.5,-28.5 parent: 2 + - uid: 1484 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 - uid: 1485 components: - type: Transform pos: 43.5,-29.5 parent: 2 + - uid: 1486 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 - uid: 1490 components: - type: Transform @@ -103830,11 +103979,41 @@ entities: - type: Transform pos: 45.5,-33.5 parent: 2 + - uid: 1576 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 1607 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 - uid: 1640 components: - type: Transform pos: 36.5,-28.5 parent: 2 + - uid: 1647 + components: + - type: Transform + pos: 1.5,-39.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 - uid: 1658 components: - type: Transform @@ -103847,16 +104026,46 @@ entities: rot: 1.5707963267948966 rad pos: 25.5,9.5 parent: 2 + - uid: 1661 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + pos: 11.5,-37.5 + parent: 2 + - uid: 1679 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 - uid: 1692 components: - type: Transform pos: 38.5,-8.5 parent: 2 + - uid: 1697 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 - uid: 1707 components: - type: Transform pos: 14.5,-15.5 parent: 2 + - uid: 1715 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 - uid: 1739 components: - type: Transform @@ -103948,109 +104157,30 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-16.5 parent: 2 - - uid: 1802 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 1805 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 2 - - uid: 1806 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 2 - - uid: 1808 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 2 - - uid: 1810 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - uid: 1811 components: - type: Transform - pos: -4.5,-24.5 - parent: 2 - - uid: 1813 - components: - - type: Transform - pos: -0.5,-22.5 + pos: 14.5,-28.5 parent: 2 - uid: 1814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-24.5 - parent: 2 - - uid: 1815 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 2 - - uid: 1816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-26.5 + pos: 13.5,-36.5 parent: 2 - uid: 1818 components: - type: Transform - pos: -4.5,-29.5 + pos: -0.5,-40.5 parent: 2 - uid: 1821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-27.5 - parent: 2 - - uid: 1823 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 2 - - uid: 1825 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 2 - - uid: 1826 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 2 - - uid: 1828 - components: - - type: Transform - pos: 3.5,-24.5 - parent: 2 - - uid: 1831 - components: - - type: Transform - pos: 2.5,-27.5 - parent: 2 - - uid: 1834 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - uid: 1836 - components: - - type: Transform - pos: -0.5,-28.5 + pos: -9.5,-16.5 parent: 2 - uid: 1838 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-29.5 + pos: 2.5,-37.5 parent: 2 - uid: 1845 components: @@ -104061,76 +104191,37 @@ entities: - uid: 1846 components: - type: Transform - pos: 4.5,-19.5 + pos: -13.5,-20.5 parent: 2 - uid: 1847 components: - type: Transform pos: 4.5,-20.5 parent: 2 - - uid: 1856 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - uid: 1857 components: - type: Transform - pos: 0.5,-19.5 + pos: 7.5,-37.5 parent: 2 - - uid: 1859 + - uid: 1868 components: - type: Transform - pos: 2.5,-19.5 + pos: 16.5,-33.5 parent: 2 - - uid: 1861 + - uid: 1876 components: - type: Transform - pos: -2.5,-15.5 + pos: 2.5,-35.5 parent: 2 - - uid: 1862 + - uid: 1882 components: - type: Transform - pos: 4.5,-22.5 + pos: -1.5,-23.5 parent: 2 - - uid: 1867 + - uid: 1884 components: - type: Transform - pos: -2.5,-19.5 - parent: 2 - - uid: 1869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-15.5 - parent: 2 - - uid: 1872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-15.5 - parent: 2 - - uid: 1873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-15.5 - parent: 2 - - uid: 1877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-20.5 - parent: 2 - - uid: 1879 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 2 - - uid: 1881 - components: - - type: Transform - pos: 1.5,-27.5 + pos: 13.5,-35.5 parent: 2 - uid: 1886 components: @@ -104138,70 +104229,31 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-16.5 parent: 2 - - uid: 1887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-19.5 - parent: 2 - uid: 1888 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-18.5 parent: 2 - - uid: 1889 + - uid: 1894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-19.5 + pos: 7.5,-34.5 parent: 2 - - uid: 1896 + - uid: 1903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 2 - - uid: 1902 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 1906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-23.5 - parent: 2 - - uid: 1911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-24.5 + pos: 3.5,-28.5 parent: 2 - uid: 1915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-27.5 + pos: 1.5,-33.5 parent: 2 - uid: 1917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-27.5 - parent: 2 - - uid: 1919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-28.5 - parent: 2 - - uid: 1921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-30.5 + pos: 5.5,-34.5 parent: 2 - uid: 1922 components: @@ -104212,20 +104264,22 @@ entities: - uid: 1924 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-31.5 + pos: -2.5,-32.5 parent: 2 - uid: 1926 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-31.5 + pos: -4.5,-40.5 parent: 2 - - uid: 1941 + - uid: 1927 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-22.5 + pos: 4.5,-35.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + pos: -13.5,-23.5 parent: 2 - uid: 1945 components: @@ -104239,64 +104293,35 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,-18.5 parent: 2 - - uid: 1954 + - uid: 1948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-32.5 + pos: 1.5,-27.5 parent: 2 - - uid: 1957 + - uid: 1951 components: - type: Transform - pos: -2.5,-39.5 + pos: 7.5,-25.5 parent: 2 - - uid: 1962 + - uid: 1952 components: - type: Transform - pos: -4.5,-35.5 + pos: -2.5,-27.5 parent: 2 - - uid: 1963 + - uid: 1955 components: - type: Transform - pos: -2.5,-35.5 + pos: 6.5,-39.5 parent: 2 - uid: 1964 components: - type: Transform - pos: -7.5,-36.5 - parent: 2 - - uid: 1965 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 1967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-31.5 - parent: 2 - - uid: 1968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-31.5 - parent: 2 - - uid: 1973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-31.5 + pos: 9.5,-33.5 parent: 2 - uid: 1975 components: - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 1977 - components: - - type: Transform - pos: -1.5,-36.5 + pos: 1.5,-35.5 parent: 2 - uid: 1979 components: @@ -104304,57 +104329,25 @@ entities: rot: 3.141592653589793 rad pos: 44.5,19.5 parent: 2 - - uid: 1981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-36.5 - parent: 2 - uid: 1982 components: - type: Transform pos: -13.5,-33.5 parent: 2 - - uid: 1983 + - uid: 1992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-31.5 + pos: -7.5,-16.5 parent: 2 - uid: 1998 components: - type: Transform - pos: -1.5,-34.5 + pos: -13.5,-27.5 parent: 2 - - uid: 2002 + - uid: 2016 components: - type: Transform - pos: 2.5,-39.5 - parent: 2 - - uid: 2003 - components: - - type: Transform - pos: -1.5,-38.5 - parent: 2 - - uid: 2004 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - uid: 2005 - components: - - type: Transform - pos: 5.5,-31.5 - parent: 2 - - uid: 2008 - components: - - type: Transform - pos: -5.5,-34.5 - parent: 2 - - uid: 2010 - components: - - type: Transform - pos: 4.5,-31.5 + pos: -8.5,-38.5 parent: 2 - uid: 2019 components: @@ -104362,75 +104355,185 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-18.5 parent: 2 - - uid: 2059 + - uid: 2022 components: - type: Transform - pos: -13.5,-35.5 + pos: 10.5,-37.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 2039 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 2047 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: -7.5,-33.5 parent: 2 - uid: 2062 components: - type: Transform - pos: -12.5,-37.5 + pos: 7.5,-36.5 parent: 2 - uid: 2063 components: - type: Transform - pos: -10.5,-37.5 + pos: -6.5,-22.5 parent: 2 - uid: 2065 components: - type: Transform - pos: -13.5,-39.5 + pos: 7.5,-29.5 parent: 2 - uid: 2066 components: - type: Transform - pos: -13.5,-40.5 + pos: -6.5,-16.5 parent: 2 - - uid: 2068 + - uid: 2076 components: - type: Transform - pos: -11.5,-40.5 + pos: -1.5,-47.5 parent: 2 - - uid: 2070 + - uid: 2077 components: - type: Transform - pos: -9.5,-40.5 + pos: -6.5,-44.5 parent: 2 - - uid: 2085 + - uid: 2080 components: - type: Transform - pos: 5.5,-32.5 + pos: -2.5,-47.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -7.5,-36.5 parent: 2 - uid: 2089 components: - type: Transform - pos: 5.5,-36.5 + pos: -6.5,-45.5 parent: 2 - - uid: 2092 + - uid: 2096 components: - type: Transform - pos: 5.5,-39.5 + pos: -5.5,-47.5 parent: 2 - uid: 2097 components: - type: Transform - pos: -7.5,-39.5 + pos: -4.5,-36.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + pos: 5.5,-32.5 parent: 2 - uid: 2106 components: - type: Transform - pos: 1.5,-35.5 + pos: 7.5,-28.5 parent: 2 - uid: 2108 components: - type: Transform - pos: -1.5,-41.5 + pos: 4.5,-28.5 parent: 2 - - uid: 2111 + - uid: 2114 components: - type: Transform - pos: 2.5,-41.5 + pos: -5.5,-46.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 2128 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: 6.5,-40.5 parent: 2 - uid: 2213 components: @@ -104602,6 +104705,11 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-16.5 parent: 2 + - uid: 2511 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 - uid: 2518 components: - type: Transform @@ -104638,6 +104746,11 @@ entities: - type: Transform pos: 18.5,-19.5 parent: 2 + - uid: 2562 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 - uid: 2599 components: - type: Transform @@ -104670,35 +104783,15 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,9.5 parent: 2 - - uid: 2650 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 2653 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 2 - uid: 2656 components: - type: Transform pos: 16.5,-32.5 parent: 2 - - uid: 2662 + - uid: 2667 components: - type: Transform - pos: 11.5,-31.5 - parent: 2 - - uid: 2664 - components: - - type: Transform - pos: 13.5,-32.5 - parent: 2 - - uid: 2665 - components: - - type: Transform - pos: 13.5,-33.5 + pos: 3.5,-42.5 parent: 2 - uid: 2685 components: @@ -104721,21 +104814,10 @@ entities: - type: Transform pos: 28.5,-9.5 parent: 2 - - uid: 2771 + - uid: 2785 components: - type: Transform - pos: 11.5,-30.5 - parent: 2 - - uid: 2774 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 2 - - uid: 2789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-31.5 + pos: 0.5,-23.5 parent: 2 - uid: 2804 components: @@ -104748,12 +104830,22 @@ entities: - type: Transform pos: -31.5,23.5 parent: 2 + - uid: 2861 + components: + - type: Transform + pos: 11.5,-36.5 + parent: 2 - uid: 2957 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,45.5 parent: 2 + - uid: 3007 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 - uid: 3019 components: - type: Transform @@ -104766,11 +104858,10 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-17.5 parent: 2 - - uid: 3031 + - uid: 3044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-42.5 + pos: 1.5,-45.5 parent: 2 - uid: 3135 components: @@ -104801,6 +104892,16 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-25.5 parent: 2 + - uid: 3425 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 - uid: 3432 components: - type: Transform @@ -104819,8 +104920,7 @@ entities: - uid: 3449 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-29.5 + pos: 14.5,-30.5 parent: 2 - uid: 3465 components: @@ -104961,11 +105061,22 @@ entities: - type: Transform pos: -29.5,24.5 parent: 2 + - uid: 3667 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 - uid: 3668 components: - type: Transform pos: -49.5,-10.5 parent: 2 + - uid: 3670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-29.5 + parent: 2 - uid: 3677 components: - type: Transform @@ -105346,12 +105457,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-11.5 parent: 2 - - uid: 4302 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-31.5 - parent: 2 - uid: 4322 components: - type: Transform @@ -105363,6 +105468,11 @@ entities: - type: Transform pos: -38.5,23.5 parent: 2 + - uid: 4329 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 - uid: 4330 components: - type: Transform @@ -105989,6 +106099,11 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,26.5 parent: 2 + - uid: 5323 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 - uid: 5340 components: - type: Transform @@ -106115,28 +106230,52 @@ entities: - type: Transform pos: -42.5,19.5 parent: 2 - - uid: 5560 - components: - - type: Transform - pos: 18.5,-29.5 - parent: 2 - uid: 5565 components: - type: Transform pos: 28.5,-26.5 parent: 2 + - uid: 5636 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 5675 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + pos: 2.5,-44.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 - uid: 5997 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-42.5 parent: 2 - - uid: 6128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-38.5 - parent: 2 - uid: 6136 components: - type: Transform @@ -107378,16 +107517,6 @@ entities: - type: Transform pos: -23.5,23.5 parent: 2 - - uid: 10537 - components: - - type: Transform - pos: -5.5,-41.5 - parent: 2 - - uid: 10539 - components: - - type: Transform - pos: -5.5,-42.5 - parent: 2 - uid: 10910 components: - type: Transform @@ -107474,12 +107603,6 @@ entities: - type: Transform pos: 39.5,-17.5 parent: 2 - - uid: 11876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-37.5 - parent: 2 - uid: 11907 components: - type: Transform @@ -107726,12 +107849,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-47.5 parent: 2 - - uid: 14199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-44.5 - parent: 2 - uid: 14227 components: - type: Transform @@ -107941,11 +108058,6 @@ entities: - type: Transform pos: -41.5,-51.5 parent: 2 - - uid: 15876 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 2 - uid: 15896 components: - type: Transform @@ -108255,11 +108367,6 @@ entities: - type: Transform pos: 13.5,-11.5 parent: 2 - - uid: 18 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - uid: 20 components: - type: Transform @@ -108515,6 +108622,11 @@ entities: - type: Transform pos: 44.5,-29.5 parent: 2 + - uid: 323 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 - uid: 482 components: - type: Transform @@ -108561,6 +108673,11 @@ entities: - type: Transform pos: 43.5,-13.5 parent: 2 + - uid: 986 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 - uid: 991 components: - type: Transform @@ -108576,11 +108693,6 @@ entities: - type: Transform pos: 34.5,-1.5 parent: 2 - - uid: 1032 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - uid: 1035 components: - type: Transform @@ -108596,16 +108708,16 @@ entities: - type: Transform pos: 39.5,-7.5 parent: 2 - - uid: 1073 - components: - - type: Transform - pos: -12.5,-23.5 - parent: 2 - uid: 1085 components: - type: Transform pos: 14.5,-19.5 parent: 2 + - uid: 1090 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 - uid: 1111 components: - type: Transform @@ -108686,91 +108798,21 @@ entities: - type: Transform pos: 3.5,-19.5 parent: 2 - - uid: 1197 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 2 - - uid: 1199 - components: - - type: Transform - pos: 4.5,-25.5 - parent: 2 - - uid: 1220 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 2 - uid: 1222 components: - type: Transform pos: -1.5,-15.5 parent: 2 - - uid: 1239 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 2 - - uid: 1240 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 1241 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 2 - uid: 1242 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,52.5 parent: 2 - - uid: 1256 + - uid: 1315 components: - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 1320 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 2 - - uid: 1323 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 2 - - uid: 1326 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 2 - - uid: 1329 - components: - - type: Transform - pos: -1.5,-29.5 - parent: 2 - - uid: 1331 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 2 - - uid: 1339 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1345 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 2 - - uid: 1368 - components: - - type: Transform - pos: -5.5,-19.5 + pos: 13.5,-32.5 parent: 2 - uid: 1370 components: @@ -108782,16 +108824,6 @@ entities: - type: Transform pos: -10.5,-17.5 parent: 2 - - uid: 1372 - components: - - type: Transform - pos: -9.5,-19.5 - parent: 2 - - uid: 1379 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 2 - uid: 1389 components: - type: Transform @@ -108802,85 +108834,10 @@ entities: - type: Transform pos: -10.5,-15.5 parent: 2 - - uid: 1415 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 2 - - uid: 1420 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 2 - - uid: 1462 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 1464 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 2 - - uid: 1467 - components: - - type: Transform - pos: 3.5,-28.5 - parent: 2 - uid: 1468 components: - type: Transform - pos: -9.5,-22.5 - parent: 2 - - uid: 1470 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 2 - - uid: 1472 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 2 - - uid: 1473 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 2 - - uid: 1475 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 2 - - uid: 1477 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 2 - - uid: 1480 - components: - - type: Transform - pos: -11.5,-27.5 - parent: 2 - - uid: 1481 - components: - - type: Transform - pos: -9.5,-27.5 - parent: 2 - - uid: 1483 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 2 - - uid: 1484 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 - - uid: 1486 - components: - - type: Transform - pos: -13.5,-20.5 + pos: -10.5,-34.5 parent: 2 - uid: 1487 components: @@ -108892,51 +108849,6 @@ entities: - type: Transform pos: -11.5,-18.5 parent: 2 - - uid: 1491 - components: - - type: Transform - pos: -5.5,-36.5 - parent: 2 - - uid: 1493 - components: - - type: Transform - pos: -3.5,-35.5 - parent: 2 - - uid: 1529 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 2 - - uid: 1573 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 1574 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 1575 - components: - - type: Transform - pos: 2.5,-31.5 - parent: 2 - - uid: 1607 - components: - - type: Transform - pos: -1.5,-35.5 - parent: 2 - - uid: 1610 - components: - - type: Transform - pos: -5.5,-35.5 - parent: 2 - - uid: 1612 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 2 - uid: 1635 components: - type: Transform @@ -108947,110 +108859,15 @@ entities: - type: Transform pos: 22.5,-18.5 parent: 2 - - uid: 1645 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 2 - - uid: 1647 - components: - - type: Transform - pos: -9.5,-37.5 - parent: 2 - - uid: 1648 - components: - - type: Transform - pos: 2.5,-40.5 - parent: 2 - - uid: 1651 - components: - - type: Transform - pos: -1.5,-40.5 - parent: 2 - uid: 1660 components: - type: Transform - pos: 3.5,-31.5 - parent: 2 - - uid: 1661 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - - uid: 1664 - components: - - type: Transform - pos: -13.5,-36.5 - parent: 2 - - uid: 1666 - components: - - type: Transform - pos: -13.5,-37.5 - parent: 2 - - uid: 1669 - components: - - type: Transform - pos: -13.5,-38.5 - parent: 2 - - uid: 1679 - components: - - type: Transform - pos: -12.5,-40.5 - parent: 2 - - uid: 1690 - components: - - type: Transform - pos: -10.5,-40.5 - parent: 2 - - uid: 1697 - components: - - type: Transform - pos: -9.5,-39.5 - parent: 2 - - uid: 1702 - components: - - type: Transform - pos: -9.5,-38.5 - parent: 2 - - uid: 1705 - components: - - type: Transform - pos: 5.5,-34.5 - parent: 2 - - uid: 1709 - components: - - type: Transform - pos: 5.5,-35.5 - parent: 2 - - uid: 1714 - components: - - type: Transform - pos: 5.5,-38.5 - parent: 2 - - uid: 1715 - components: - - type: Transform - pos: 4.5,-35.5 + pos: 11.5,-38.5 parent: 2 - uid: 1720 components: - type: Transform - pos: -6.5,-39.5 - parent: 2 - - uid: 1721 - components: - - type: Transform - pos: 1.5,-41.5 - parent: 2 - - uid: 1724 - components: - - type: Transform - pos: -0.5,-35.5 - parent: 2 - - uid: 1725 - components: - - type: Transform - pos: -0.5,-41.5 + pos: 13.5,-37.5 parent: 2 - uid: 1756 components: @@ -109147,6 +108964,16 @@ entities: - type: Transform pos: 32.5,-46.5 parent: 2 + - uid: 1869 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 - uid: 1880 components: - type: Transform @@ -109177,20 +109004,10 @@ entities: - type: Transform pos: 35.5,-41.5 parent: 2 - - uid: 1899 + - uid: 1901 components: - type: Transform - pos: 7.5,-32.5 - parent: 2 - - uid: 1900 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 2 - - uid: 1903 - components: - - type: Transform - pos: 10.5,-32.5 + pos: -7.5,-44.5 parent: 2 - uid: 1907 components: @@ -109222,40 +109039,20 @@ entities: - type: Transform pos: 26.5,-4.5 parent: 2 - - uid: 1923 + - uid: 1932 components: - type: Transform - pos: 16.5,-30.5 - parent: 2 - - uid: 1925 - components: - - type: Transform - pos: 16.5,-31.5 + pos: 6.5,-42.5 parent: 2 - uid: 1943 components: - type: Transform pos: 16.5,-28.5 parent: 2 - - uid: 1944 + - uid: 1963 components: - type: Transform - pos: 11.5,-29.5 - parent: 2 - - uid: 1947 - components: - - type: Transform - pos: 11.5,-28.5 - parent: 2 - - uid: 1960 - components: - - type: Transform - pos: 12.5,-28.5 - parent: 2 - - uid: 1961 - components: - - type: Transform - pos: 15.5,-28.5 + pos: 5.5,-25.5 parent: 2 - uid: 1966 components: @@ -109282,21 +109079,6 @@ entities: - type: Transform pos: 41.5,-32.5 parent: 2 - - uid: 1985 - components: - - type: Transform - pos: -6.5,-42.5 - parent: 2 - - uid: 1987 - components: - - type: Transform - pos: -9.5,-42.5 - parent: 2 - - uid: 1989 - components: - - type: Transform - pos: -9.5,-43.5 - parent: 2 - uid: 2000 components: - type: Transform @@ -109322,6 +109104,21 @@ entities: - type: Transform pos: -29.5,-25.5 parent: 2 + - uid: 2015 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: 6.5,-41.5 + parent: 2 - uid: 2060 components: - type: Transform @@ -109337,6 +109134,21 @@ entities: - type: Transform pos: 29.5,-4.5 parent: 2 + - uid: 2075 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 - uid: 2087 components: - type: Transform @@ -109377,6 +109189,21 @@ entities: - type: Transform pos: -18.5,54.5 parent: 2 + - uid: 2122 + components: + - type: Transform + pos: -3.5,-47.5 + parent: 2 + - uid: 2156 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 - uid: 2190 components: - type: Transform @@ -109504,6 +109331,11 @@ entities: - type: Transform pos: -69.5,-28.5 parent: 2 + - uid: 2371 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 2 - uid: 2519 components: - type: Transform @@ -109627,6 +109459,66 @@ entities: - type: Transform pos: -43.5,-25.5 parent: 2 + - uid: 2790 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 - uid: 2805 components: - type: Transform @@ -109637,6 +109529,21 @@ entities: - type: Transform pos: 29.5,11.5 parent: 2 + - uid: 2808 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 - uid: 2815 components: - type: Transform @@ -109647,17 +109554,77 @@ entities: - type: Transform pos: 24.5,13.5 parent: 2 + - uid: 2817 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 - uid: 2832 components: - type: Transform pos: 21.5,-19.5 parent: 2 + - uid: 2845 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 - uid: 2847 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-23.5 parent: 2 + - uid: 2848 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 2851 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 - uid: 2889 components: - type: Transform @@ -109713,21 +109680,66 @@ entities: - type: Transform pos: 32.5,27.5 parent: 2 + - uid: 2921 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 - uid: 2922 components: - type: Transform pos: 30.5,27.5 parent: 2 + - uid: 2924 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 - uid: 2925 components: - type: Transform pos: 26.5,26.5 parent: 2 + - uid: 2926 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 - uid: 2927 components: - type: Transform pos: 23.5,21.5 parent: 2 + - uid: 2928 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 - uid: 2979 components: - type: Transform @@ -109744,6 +109756,16 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-16.5 parent: 2 + - uid: 2986 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 2991 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 - uid: 3003 components: - type: Transform @@ -109786,6 +109808,21 @@ entities: - type: Transform pos: 51.5,-33.5 parent: 2 + - uid: 3023 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 3027 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 - uid: 3028 components: - type: Transform @@ -109806,16 +109843,66 @@ entities: - type: Transform pos: 19.5,20.5 parent: 2 + - uid: 3034 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 - uid: 3035 components: - type: Transform pos: 22.5,20.5 parent: 2 + - uid: 3036 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 - uid: 3037 components: - type: Transform pos: 19.5,25.5 parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 3039 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 3040 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 3048 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 - uid: 3053 components: - type: Transform @@ -109864,7 +109951,7 @@ entities: - uid: 3088 components: - type: Transform - pos: 8.5,-30.5 + pos: -6.5,-19.5 parent: 2 - uid: 3092 components: @@ -109906,11 +109993,21 @@ entities: - type: Transform pos: -43.5,-9.5 parent: 2 + - uid: 3132 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 - uid: 3134 components: - type: Transform pos: -10.5,-11.5 parent: 2 + - uid: 3138 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 - uid: 3143 components: - type: Transform @@ -110021,6 +110118,21 @@ entities: - type: Transform pos: -12.5,-5.5 parent: 2 + - uid: 3420 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - uid: 3427 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 2 - uid: 3434 components: - type: Transform @@ -110344,6 +110456,11 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,50.5 parent: 2 + - uid: 4126 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 2 - uid: 4128 components: - type: Transform @@ -110524,16 +110641,31 @@ entities: - type: Transform pos: -12.5,53.5 parent: 2 + - uid: 4255 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 - uid: 4270 components: - type: Transform pos: -20.5,46.5 parent: 2 + - uid: 4291 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 - uid: 4300 components: - type: Transform pos: -18.5,53.5 parent: 2 + - uid: 4302 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 - uid: 4314 components: - type: Transform @@ -111080,6 +111212,12 @@ entities: - type: Transform pos: 8.5,41.5 parent: 2 + - uid: 5265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-29.5 + parent: 2 - uid: 5266 components: - type: Transform @@ -111156,6 +111294,26 @@ entities: - type: Transform pos: 20.5,-31.5 parent: 2 + - uid: 5626 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 - uid: 5953 components: - type: Transform @@ -111335,12 +111493,6 @@ entities: - type: Transform pos: -31.5,35.5 parent: 2 - - uid: 8436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-34.5 - parent: 2 - uid: 8457 components: - type: Transform @@ -111379,12 +111531,6 @@ entities: - type: Transform pos: 18.5,-39.5 parent: 2 - - uid: 9032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-40.5 - parent: 2 - uid: 9044 components: - type: Transform @@ -111437,16 +111583,6 @@ entities: - type: Transform pos: -37.5,-49.5 parent: 2 - - uid: 10535 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - - uid: 10541 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 2 - uid: 10761 components: - type: Transform @@ -111507,27 +111643,11 @@ entities: - type: Transform pos: -22.5,21.5 parent: 2 - - uid: 11862 - components: - - type: Transform - pos: -2.5,-42.5 - parent: 2 - - uid: 11875 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 2 - uid: 11882 components: - type: Transform pos: -38.5,22.5 parent: 2 - - uid: 11892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-36.5 - parent: 2 - uid: 12608 components: - type: Transform @@ -111559,11 +111679,6 @@ entities: - type: Transform pos: -47.5,22.5 parent: 2 - - uid: 13279 - components: - - type: Transform - pos: -1.5,-42.5 - parent: 2 - uid: 13502 components: - type: Transform @@ -111752,11 +111867,6 @@ entities: rot: 1.5707963267948966 rad pos: -21.5,58.5 parent: 2 - - uid: 14430 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 2 - uid: 14442 components: - type: Transform @@ -112115,6 +112225,11 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,4.5 parent: 2 + - uid: 18 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 - uid: 24 components: - type: Transform @@ -112686,12 +112801,6 @@ entities: - type: Transform pos: -29.5,-40.5 parent: 2 - - uid: 1605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-27.5 - parent: 2 - uid: 1642 components: - type: Transform @@ -112797,6 +112906,41 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,1.5 parent: 2 + - uid: 2023 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 - uid: 2290 components: - type: Transform @@ -112808,17 +112952,10 @@ entities: - type: Transform pos: -28.5,27.5 parent: 2 - - uid: 2808 + - uid: 2784 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-24.5 - parent: 2 - - uid: 2811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-30.5 + pos: 2.5,-19.5 parent: 2 - uid: 2814 components: @@ -112826,35 +112963,22 @@ entities: rot: 3.141592653589793 rad pos: 11.5,-27.5 parent: 2 + - uid: 2819 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 - uid: 2828 components: - type: Transform pos: 23.5,35.5 parent: 2 - - uid: 2921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-26.5 - parent: 2 - uid: 2923 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-24.5 parent: 2 - - uid: 2926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-23.5 - parent: 2 - - uid: 2928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-24.5 - parent: 2 - uid: 3013 components: - type: Transform @@ -113449,6 +113573,12 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,16.5 parent: 2 + - uid: 4125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-31.5 + parent: 2 - uid: 4141 components: - type: Transform @@ -113717,6 +113847,41 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,13.5 parent: 2 + - uid: 5240 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 5264 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 5276 + components: + - type: Transform + pos: -9.5,-44.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 - uid: 5883 components: - type: Transform @@ -114227,11 +114392,20 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,29.5 parent: 2 - - uid: 9056 + - uid: 9554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-29.5 + pos: -0.5,-42.5 + parent: 2 + - uid: 9556 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + pos: 1.5,-42.5 parent: 2 - uid: 9596 components: @@ -114600,11 +114774,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-3.5 parent: 2 - - uid: 1133 - components: - - type: Transform - pos: 17.5,-29.5 - parent: 2 - uid: 1263 components: - type: Transform @@ -114622,6 +114791,11 @@ entities: rot: 3.141592653589793 rad pos: -5.5,3.5 parent: 2 + - uid: 2789 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 - uid: 3054 components: - type: Transform @@ -114632,6 +114806,12 @@ entities: - type: Transform pos: -16.5,3.5 parent: 2 + - uid: 4123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-30.5 + parent: 2 - uid: 4502 components: - type: Transform @@ -114648,6 +114828,31 @@ entities: - type: Transform pos: -26.5,-14.5 parent: 2 + - uid: 5234 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 - uid: 5261 components: - type: Transform @@ -114663,6 +114868,11 @@ entities: - type: Transform pos: 7.5,4.5 parent: 2 + - uid: 5321 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 - uid: 5332 components: - type: Transform @@ -114858,6 +115068,26 @@ entities: - type: Transform pos: 12.5,12.5 parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 - uid: 5884 components: - type: Transform @@ -115008,11 +115238,6 @@ entities: - type: Transform pos: 22.5,-2.5 parent: 2 - - uid: 6393 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 2 - uid: 6423 components: - type: Transform @@ -115083,41 +115308,6 @@ entities: - type: Transform pos: 47.5,14.5 parent: 2 - - uid: 6491 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 6493 - components: - - type: Transform - pos: 7.5,-25.5 - parent: 2 - - uid: 6496 - components: - - type: Transform - pos: 10.5,-27.5 - parent: 2 - - uid: 6500 - components: - - type: Transform - pos: 8.5,-27.5 - parent: 2 - - uid: 6540 - components: - - type: Transform - pos: 13.5,-25.5 - parent: 2 - - uid: 6626 - components: - - type: Transform - pos: 13.5,-26.5 - parent: 2 - - uid: 6628 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 2 - uid: 6654 components: - type: Transform @@ -116089,12 +116279,6 @@ entities: - type: Transform pos: 47.5,13.5 parent: 2 - - uid: 9058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-29.5 - parent: 2 - uid: 9062 components: - type: Transform @@ -116111,17 +116295,37 @@ entities: - type: Transform pos: 42.5,21.5 parent: 2 + - uid: 9553 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 - uid: 9599 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-47.5 parent: 2 + - uid: 9647 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 - uid: 9656 components: - type: Transform pos: 46.5,16.5 parent: 2 + - uid: 9973 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 9993 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 - uid: 10404 components: - type: Transform @@ -116134,6 +116338,11 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,22.5 parent: 2 + - uid: 10483 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 - uid: 10756 components: - type: Transform @@ -116239,12 +116448,6 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,29.5 parent: 2 - - uid: 11177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-30.5 - parent: 2 - uid: 11191 components: - type: Transform @@ -116560,28 +116763,6 @@ entities: - type: Transform pos: -8.5,36.5 parent: 2 -- proto: WardrobePrisonFilled - entities: - - uid: 2144 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 2 - - uid: 2145 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 2 - - uid: 2170 - components: - - type: Transform - pos: -11.5,-28.5 - parent: 2 - - uid: 2171 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 2 - proto: WardrobeSecurityFilled entities: - uid: 1048 @@ -116646,11 +116827,6 @@ entities: - type: Transform pos: 18.5,2.5 parent: 2 - - uid: 2046 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 2 - uid: 3503 components: - type: Transform @@ -116688,21 +116864,16 @@ entities: parent: 2 - proto: WaterTankFull entities: - - uid: 2971 + - uid: 2780 components: - type: Transform - pos: 2.5,-29.5 + pos: -12.5,-29.5 parent: 2 - uid: 4824 components: - type: Transform pos: -14.5,5.5 parent: 2 - - uid: 6288 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - uid: 6616 components: - type: Transform @@ -116718,6 +116889,11 @@ entities: - type: Transform pos: -14.5,30.5 parent: 2 + - uid: 11776 + components: + - type: Transform + pos: -9.5,-36.5 + parent: 2 - uid: 12784 components: - type: Transform @@ -116759,15 +116935,15 @@ entities: parent: 2 - proto: WeaponCapacitorRecharger entities: - - uid: 2013 + - uid: 2092 components: - type: Transform - pos: -4.5,-25.5 + pos: -1.5,-38.5 parent: 2 - - uid: 2082 + - uid: 2965 components: - type: Transform - pos: -11.5,-34.5 + pos: 0.5,-28.5 parent: 2 - uid: 5262 components: @@ -116779,28 +116955,21 @@ entities: - type: Transform pos: -33.5,-5.5 parent: 2 - - uid: 14348 + - uid: 11820 components: - type: Transform - pos: -4.5,-22.5 + pos: 1.5,-18.5 parent: 2 - - uid: 15428 + - uid: 15233 components: - type: Transform - pos: -1.5,-18.5 + pos: -5.5,-29.5 parent: 2 - uid: 16405 components: - type: Transform pos: -24.5,-3.5 parent: 2 -- proto: WeaponDisabler - entities: - - uid: 2058 - components: - - type: Transform - pos: -4.9341073,-22.457027 - parent: 2 - proto: WeaponRifleFoam entities: - uid: 2968 @@ -116813,12 +116982,21 @@ entities: - type: Transform pos: 17.57225,-31.343431 parent: 2 -- proto: WeaponSubMachineGunWt550 +- proto: WeaponShotgunEnforcerRubber entities: - - uid: 5643 + - uid: 15170 components: - type: Transform - pos: -11.489568,-33.27769 + parent: 5663 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 17541 + components: + - type: Transform + pos: -2.6153207,-37.27451 parent: 2 - proto: WeaponTurretSyndicateBroken entities: @@ -116875,11 +117053,6 @@ entities: parent: 2 - proto: WeldingFuelTankFull entities: - - uid: 2969 - components: - - type: Transform - pos: 6.5,-25.5 - parent: 2 - uid: 4399 components: - type: Transform @@ -116920,6 +117093,11 @@ entities: - type: Transform pos: 32.5,29.5 parent: 2 + - uid: 11693 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 - uid: 13399 components: - type: Transform @@ -116971,6 +117149,12 @@ entities: parent: 2 - proto: Windoor entities: + - uid: 2663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-32.5 + parent: 2 - uid: 12763 components: - type: Transform @@ -117071,22 +117255,18 @@ entities: rot: 3.141592653589793 rad pos: 9.5,-16.5 parent: 2 - - uid: 1927 + - uid: 1899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-24.5 + rot: 3.141592653589793 rad + pos: 0.5,-16.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 1928 + - uid: 2144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-28.5 + rot: 3.141592653589793 rad + pos: 1.5,-16.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - uid: 16149 components: - type: Transform @@ -117095,16 +117275,10 @@ entities: parent: 2 - proto: WindoorSecureArmoryLocked entities: - - uid: 8186 + - uid: 1806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-26.5 - parent: 2 - - uid: 8187 - components: - - type: Transform - pos: -1.5,-23.5 + pos: -4.5,-27.5 parent: 2 - proto: WindoorSecureAtmosphericsLocked entities: @@ -117114,6 +117288,14 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-25.5 parent: 2 +- proto: WindoorSecureBrigLocked + entities: + - uid: 2070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-27.5 + parent: 2 - proto: WindoorSecureChemistryLocked entities: - uid: 2825 @@ -117274,17 +117456,21 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,-9.5 parent: 2 - - uid: 1804 + - uid: 1850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-23.5 + pos: 1.5,-16.5 parent: 2 - - uid: 1876 + - uid: 1897 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 1934 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-17.5 + pos: -1.5,-17.5 parent: 2 - uid: 3570 components: @@ -117292,34 +117478,12 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-32.5 parent: 2 - - uid: 5669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-15.5 - parent: 2 - uid: 7480 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,29.5 parent: 2 - - uid: 13703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-28.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 14970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-24.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - proto: WindoorServiceLocked entities: - uid: 3122 @@ -117603,30 +117767,6 @@ entities: rot: 3.141592653589793 rad pos: -2.5,-3.5 parent: 2 - - uid: 2172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-30.5 - parent: 2 - - uid: 2173 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-26.5 - parent: 2 - - uid: 2174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-24.5 - parent: 2 - - uid: 2175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-28.5 - parent: 2 - uid: 3900 components: - type: Transform @@ -117694,6 +117834,18 @@ entities: rot: 3.141592653589793 rad pos: 32.5,22.5 parent: 2 + - uid: 1239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-32.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-32.5 + parent: 2 - uid: 1614 components: - type: Transform @@ -117706,29 +117858,23 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,-1.5 parent: 2 - - uid: 1839 + - uid: 1798 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-25.5 + pos: 5.5,-31.5 parent: 2 - - uid: 1840 + - uid: 1861 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-27.5 + pos: -1.5,-18.5 parent: 2 - - uid: 1863 + - uid: 1881 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 2 - - uid: 1893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-18.5 + pos: 5.5,-29.5 parent: 2 - uid: 1986 components: @@ -117947,12 +118093,6 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,18.5 parent: 2 - - uid: 5321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-15.5 - parent: 2 - uid: 5453 components: - type: Transform @@ -118071,23 +118211,6 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,10.5 parent: 2 - - uid: 13760 - components: - - type: Transform - pos: -11.5,-34.5 - parent: 2 - - uid: 13762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-32.5 - parent: 2 - - uid: 13763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-34.5 - parent: 2 - uid: 13952 components: - type: Transform @@ -118148,12 +118271,10 @@ entities: rot: 1.5707963267948966 rad pos: -18.5,26.5 parent: 2 -- proto: WoodblockInstrument - entities: - - uid: 15612 + - uid: 16981 components: - type: Transform - pos: -10.517809,-39.558754 + pos: -1.5,-38.5 parent: 2 - proto: WoodenBench entities: From 86a20dfdeac9b1ca37ef57863f96f136cd1950e0 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Fri, 25 Apr 2025 12:07:50 -0300 Subject: [PATCH 030/318] Fix donuts tags breaking the bounty (#36903) --- .../Objects/Consumable/Food/Baked/donut.yml | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml index e68c5ac8da..52ac7b2fe9 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml @@ -22,6 +22,16 @@ - type: Item sprite: Objects/Consumable/Food/Baked/donut.rsi size: Tiny + +- type: entity + abstract: true + parent: FoodDonutBase + id: FoodDonutFruitBase + components: + - type: Tag + tags: + - Donut + - Fruit # Tastes like donut. # The sprinkles are now an overlay, so you can put them on any donut! If we really @@ -109,6 +119,7 @@ - type: Tag tags: - Meat + - Donut # Tastes like meat. - type: entity @@ -295,7 +306,7 @@ - type: entity name: apple jelly-donut - parent: FoodDonutBase + parent: FoodDonutFruitBase id: FoodDonutJellyApple description: Goes great with a shot of cinnamon schnapps. components: @@ -310,9 +321,7 @@ Quantity: 3 - ReagentId: Vitamin Quantity: 1 - - type: Tag - tags: - - Fruit + # Tastes like jelly-donut, green apples. - type: entity @@ -357,7 +366,7 @@ - type: entity name: blue pumpkin jelly-donut - parent: FoodDonutBase + parent: FoodDonutFruitBase id: FoodDonutJellyBluePumpkin description: Goes great with a mug of soothing drunken blue pumpkin. components: @@ -376,14 +385,11 @@ Quantity: 3 - ReagentId: Vitamin Quantity: 1 - - type: Tag - tags: - - Fruit # Tastes like jelly-donut, blue pumpkin. - type: entity name: bungo jelly-donut - parent: FoodDonutBase + parent: FoodDonutFruitBase id: FoodDonutJellyBungo description: Goes great with a mason jar of hippie's delight. components: @@ -398,9 +404,6 @@ Quantity: 3 - ReagentId: Vitamin Quantity: 1 - - type: Tag - tags: - - Fruit # Apparently this is a fruit. Huh. # Tastes like jelly-donut, tropical sweetness. - type: entity From e68d0243d9eeb2fdabc4ea592bfc09241ddae0fc Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 15:08:57 +0000 Subject: [PATCH 031/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2118d95d13..bbbaba50cc 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: JustinWinningham - changes: - - message: Renamed sexy clown and mime mask. - type: Tweak - id: 7847 - time: '2025-01-24T03:56:33.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34258 - author: Velken changes: - message: Moved Cyborg Charger Circuit Board from Auto Lathe to Circuit Imprinter. @@ -3926,3 +3919,10 @@ id: 8348 time: '2025-04-25T10:30:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36355 +- author: Radezolid + changes: + - message: Fixed some donuts not counting towards the donuts bounty for cargo. + type: Fix + id: 8349 + time: '2025-04-25T15:07:50.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36903 From a6905f21010e11098eab38690c02a7c7527bdae2 Mon Sep 17 00:00:00 2001 From: Kiri1674 <107365596+Kiri-Yoshikage@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:33:14 +0200 Subject: [PATCH 032/318] Make 10u of "Atomic Bomb" drink instead of 11u (#36921) changed atomic bomb recipe --- Resources/Prototypes/Recipes/Reactions/drinks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 02e992441b..1838f47509 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -90,7 +90,7 @@ Uranium: amount: 1 products: - AtomicBomb: 11 + AtomicBomb: 10 - type: reaction id: B52 From 70ae0bbc2864562f3a3b530aa24021e139b23140 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 15:34:21 +0000 Subject: [PATCH 033/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bbbaba50cc..f97b015f89 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Velken - changes: - - message: Moved Cyborg Charger Circuit Board from Auto Lathe to Circuit Imprinter. - type: Tweak - id: 7848 - time: '2025-01-24T04:30:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34612 - author: Errant changes: - message: Cyborgs now start with positronic brains. @@ -3926,3 +3919,10 @@ id: 8349 time: '2025-04-25T15:07:50.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36903 +- author: Kiri-Yoshikage + changes: + - message: Atomic Bomb cocktail is now mixed in 10u instead of 11. + type: Tweak + id: 8350 + time: '2025-04-25T15:33:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36921 From 9430a0f83529403404c6dbb8462afe55922100f2 Mon Sep 17 00:00:00 2001 From: TytosB <54259736+TytosB@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:38:39 -0500 Subject: [PATCH 034/318] loop genpop (#36912) * new ruins * genpop * nvm * abc * fuckin --- Resources/Maps/loop.yml | 1997 ++++++++++++++++++++------------------- 1 file changed, 999 insertions(+), 998 deletions(-) diff --git a/Resources/Maps/loop.yml b/Resources/Maps/loop.yml index 2e405ca467..2232ac6a17 100644 --- a/Resources/Maps/loop.yml +++ b/Resources/Maps/loop.yml @@ -4,8 +4,8 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/20/2025 05:34:52 - entityCount: 17814 + time: 04/25/2025 06:26:44 + entityCount: 17819 maps: - 1 grids: @@ -179,11 +179,11 @@ entities: version: 6 -1,2: ind: -1,2 - tiles: AgAAAAADAgAAAAACAgAAAAACAgAAAAABAgAAAAACAgAAAAABHQAAAAAAAgAAAAACHQAAAAAAAgAAAAADAgAAAAABAgAAAAADAgAAAAADAgAAAAAAAgAAAAADHQAAAAAAAgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAADAgAAAAADHQAAAAAAAgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAACAgAAAAACAgAAAAABAgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAABHQAAAAAAJQAAAAACJQAAAAACJQAAAAAAHgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACHQAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABHQAAAAAAJQAAAAAAJQAAAAACJQAAAAAAHQAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAADHQAAAAAAJQAAAAACJQAAAAACJQAAAAAAHQAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAADHQAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAADHQAAAAAAJQAAAAAAJQAAAAABJQAAAAACHQAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAAHQAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAACHQAAAAAAJQAAAAAAJQAAAAACJQAAAAACHQAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAACHQAAAAAAHQAAAAAALAAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAADHQAAAAAAHQAAAAAAHQAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADHgAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAADHQAAAAAAHQAAAAAALAAAAAAAHQAAAAAALAAAAAAALAAAAAACHQAAAAAALAAAAAADLAAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAMAAAAAADLAAAAAABHQAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAMAAAAAADMgAAAAABHQAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAA + tiles: AgAAAAADAgAAAAACAgAAAAACAgAAAAABAgAAAAACAgAAAAABHQAAAAAAAgAAAAACHQAAAAAAAgAAAAADAgAAAAABAgAAAAADAgAAAAADAgAAAAAAAgAAAAADHQAAAAAAAgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAADAgAAAAADHQAAAAAAAgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAACAgAAAAACAgAAAAABAgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAABHQAAAAAAJQAAAAACJQAAAAACJQAAAAAAHgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACHQAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABHQAAAAAAJQAAAAAAJQAAAAACJQAAAAAAHQAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAADHQAAAAAAJQAAAAACJQAAAAACJQAAAAAAHQAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAADHQAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAAJQAAAAAAJQAAAAABJQAAAAACHQAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAAHQAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAACHQAAAAAAJQAAAAAAJQAAAAACJQAAAAACHQAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAACHQAAAAAAHQAAAAAALAAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAADHQAAAAAAHQAAAAAAHQAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADHgAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAAAHQAAAAAALAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAAALAAAAAABHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAMAAAAAADHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAMAAAAAAA version: 6 -2,2: ind: -2,2 - tiles: HQAAAAAAAgAAAAADAgAAAAADAgAAAAADAgAAAAACAgAAAAACAgAAAAAAAgAAAAADAgAAAAACAgAAAAABAgAAAAACAgAAAAAAAgAAAAADAgAAAAAAAgAAAAADHQAAAAAAHQAAAAAAAgAAAAABAgAAAAABAgAAAAADAgAAAAABAgAAAAABAgAAAAAAAgAAAAADAgAAAAAAAgAAAAABAgAAAAACAgAAAAABAgAAAAADAgAAAAABAgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAACAgAAAAADAgAAAAABAgAAAAAAAgAAAAABAgAAAAADAgAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHQAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAIAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABIAAAAAAAHQAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAABHQAAAAAALAAAAAABHQAAAAAAIAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAACIAAAAAAAHQAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAACHQAAAAAALAAAAAABHQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAALAAAAAADLAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAHQAAAAAAHQAAAAAALAAAAAADHQAAAAAAHQAAAAAAHQAAAAAALAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAADHQAAAAAAMgAAAAADMgAAAAADHQAAAAAAMgAAAAADMgAAAAACHQAAAAAAMgAAAAAAMgAAAAABHQAAAAAAMgAAAAAC + tiles: HQAAAAAAAgAAAAADAgAAAAADAgAAAAADAgAAAAACAgAAAAACAgAAAAAAAgAAAAADAgAAAAACAgAAAAABAgAAAAACAgAAAAAAAgAAAAADAgAAAAAAAgAAAAADHQAAAAAAHQAAAAAAAgAAAAABAgAAAAABAgAAAAADAgAAAAABAgAAAAABAgAAAAAAAgAAAAADAgAAAAAAAgAAAAABAgAAAAACAgAAAAABAgAAAAADAgAAAAABAgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAACAgAAAAADAgAAAAABAgAAAAAAAgAAAAABAgAAAAADAgAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHQAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAIAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABIAAAAAAAHQAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAABHQAAAAAALAAAAAABHQAAAAAAIAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAACIAAAAAAAHQAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAACHQAAAAAALAAAAAABHQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAALAAAAAADLAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAHQAAAAAAHQAAAAAALAAAAAADHQAAAAAAHQAAAAAAHQAAAAAALAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAAAHQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAA version: 6 0,2: ind: 0,2 @@ -203,11 +203,11 @@ entities: version: 6 -2,3: ind: -2,3 - tiles: LAAAAAACHQAAAAAALAAAAAABHQAAAAAALAAAAAABHQAAAAAAMgAAAAABMgAAAAACHQAAAAAAMgAAAAAAMgAAAAABHQAAAAAAMgAAAAACMgAAAAADHQAAAAAAMgAAAAABLAAAAAACHQAAAAAALAAAAAABLAAAAAAALAAAAAABHQAAAAAAMgAAAAAAMgAAAAACHQAAAAAAMgAAAAACMgAAAAADHQAAAAAAMgAAAAABMgAAAAADHQAAAAAAMgAAAAABLAAAAAACHQAAAAAALAAAAAACLAAAAAADLAAAAAAAHQAAAAAAMgAAAAAAMgAAAAABHQAAAAAAMgAAAAADMgAAAAADHQAAAAAAMgAAAAABMgAAAAABHQAAAAAAMgAAAAAAHQAAAAAAHQAAAAAALAAAAAABHQAAAAAALAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAACAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAAAHgAAAAADBQAAAAAABQAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAAABQAAAAAABQAAAAAAHgAAAAAAHgAAAAACAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAACBQAAAAAABQAAAAAAHgAAAAADAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAABBQAAAAAABQAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAADJQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABHgAAAAADHgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJQAAAAADJQAAAAADHQAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHQAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHQAAAAAAJQAAAAACJQAAAAABJQAAAAADJQAAAAACJQAAAAADHQAAAAAAHgAAAAACHgAAAAADHgAAAAAAHQAAAAAAHgAAAAADHgAAAAACAQAAAAAAHgAAAAAAHgAAAAADHQAAAAAAJQAAAAACJQAAAAADJQAAAAAAJQAAAAADJQAAAAACHQAAAAAAHgAAAAABHgAAAAAAHgAAAAABHQAAAAAAHgAAAAABHgAAAAABAQAAAAAAHgAAAAABHgAAAAABHQAAAAAAJQAAAAABJQAAAAACJQAAAAAAJQAAAAACJQAAAAACHQAAAAAAHgAAAAABHgAAAAABHgAAAAABHQAAAAAAHgAAAAABHgAAAAAAAQAAAAAAHgAAAAACHgAAAAADHQAAAAAAJQAAAAAAJQAAAAADJQAAAAAD + tiles: LAAAAAACHQAAAAAALAAAAAABHQAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAALAAAAAACHQAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAALAAAAAACHQAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAALAAAAAABHQAAAAAALAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAACAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAAAHgAAAAADBQAAAAAABQAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAAABQAAAAAABQAAAAAAHgAAAAAAHgAAAAACAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAACBQAAAAAABQAAAAAAHgAAAAADAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAABBQAAAAAABQAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAADJQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABHgAAAAADHgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJQAAAAADJQAAAAADHQAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHQAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHQAAAAAAJQAAAAACJQAAAAABJQAAAAADJQAAAAACJQAAAAADHQAAAAAAHgAAAAACHgAAAAADHgAAAAAAHQAAAAAAHgAAAAADHgAAAAACAQAAAAAAHgAAAAAAHgAAAAADHQAAAAAAJQAAAAACJQAAAAADJQAAAAAAJQAAAAADJQAAAAACHQAAAAAAHgAAAAABHgAAAAAAHgAAAAABHQAAAAAAHgAAAAABHgAAAAABAQAAAAAAHgAAAAABHgAAAAABHQAAAAAAJQAAAAABJQAAAAACJQAAAAAAJQAAAAACJQAAAAACHQAAAAAAHgAAAAABHgAAAAABHgAAAAABHQAAAAAAHgAAAAABHgAAAAAAAQAAAAAAHgAAAAACHgAAAAADHQAAAAAAJQAAAAAAJQAAAAADJQAAAAAD version: 6 -1,3: ind: -1,3 - tiles: MgAAAAACHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAMgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAMgAAAAABHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADBQAAAAAABQAAAAAABQAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAADAQAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAACAQAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHQAAAAAAHQAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABHQAAAAAAHQAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHQAAAAAAHQAAAAAAHgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAADHQAAAAAAHQAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAADHQAAAAAAHQAAAAAAJQAAAAAAJQAAAAACJQAAAAABJQAAAAADHQAAAAAAJQAAAAABJQAAAAABJQAAAAACHQAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHQAAAAAAHgAAAAABJQAAAAACJQAAAAADJQAAAAADJQAAAAADHQAAAAAAJQAAAAABJQAAAAABJQAAAAABHQAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADJQAAAAACJQAAAAACJQAAAAABJQAAAAAAHQAAAAAAJQAAAAABJQAAAAABJQAAAAABHQAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABJQAAAAADJQAAAAADJQAAAAABJQAAAAADHQAAAAAAJQAAAAAAJQAAAAADJQAAAAACHQAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHQAAAAAAHgAAAAAB + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADBQAAAAAABQAAAAAABQAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAADAQAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAHgAAAAACHgAAAAACAQAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHQAAAAAAHQAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABHQAAAAAAHQAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHQAAAAAAHQAAAAAAHgAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAADHQAAAAAAHQAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAADHQAAAAAAHQAAAAAAJQAAAAAAJQAAAAACJQAAAAABJQAAAAADHQAAAAAAJQAAAAABJQAAAAABJQAAAAACHQAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHQAAAAAAHgAAAAABJQAAAAACJQAAAAADJQAAAAADJQAAAAADHQAAAAAAJQAAAAABJQAAAAABJQAAAAABHQAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADJQAAAAACJQAAAAACJQAAAAABJQAAAAAAHQAAAAAAJQAAAAABJQAAAAABJQAAAAABHQAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABJQAAAAADJQAAAAADJQAAAAABJQAAAAADHQAAAAAAJQAAAAAAJQAAAAADJQAAAAACHQAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHQAAAAAAHgAAAAAB version: 6 -4,4: ind: -4,4 @@ -380,6 +380,7 @@ entities: 2100: -46,47 2101: -46,48 2102: -46,49 + 2452: -5,46 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -393,6 +394,13 @@ entities: 2215: 10,13 2216: 10,15 2217: 10,17 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 2484: -10,44 + 2491: -6,44 - node: angle: -1.5707963267948966 rad color: '#00FFFFFF' @@ -698,6 +706,7 @@ entities: decals: 1086: -7,17 1636: -7,35 + 2487: -2,44 - node: color: '#EFB34196' id: BrickCornerOverlayNE @@ -779,6 +788,7 @@ entities: id: BrickCornerOverlaySE decals: 1088: -7,15 + 2490: -2,43 - node: color: '#EFB34196' id: BrickCornerOverlaySE @@ -1031,6 +1041,8 @@ entities: 2193: -13,58 2194: -11,58 2195: -9,58 + 2485: -6,44 + 2488: -3,44 - node: color: '#EFB34196' id: BrickLineOverlayN @@ -1136,6 +1148,7 @@ entities: 1080: -9,19 1082: -7,19 1090: -8,15 + 2489: -3,43 - node: color: '#EFB34196' id: BrickLineOverlayS @@ -1307,9 +1320,10 @@ entities: id: BrickTileWhiteCornerNe decals: 593: -32,50 - 596: -10,45 844: 5,45 - 1871: -3,44 + 2464: -16,46 + 2477: -28,47 + 2479: -9,44 - node: color: '#FA750096' id: BrickTileWhiteCornerNe @@ -1356,8 +1370,8 @@ entities: id: BrickTileWhiteCornerNw decals: 592: -34,50 - 597: -11,45 845: 4,45 + 2482: -7,44 - node: color: '#FA750096' id: BrickTileWhiteCornerNw @@ -1400,6 +1414,7 @@ entities: decals: 846: 5,43 2247: -32,41 + 2480: -9,43 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe @@ -1449,23 +1464,20 @@ entities: 847: 4,43 2244: -34,42 2245: -33,41 + 2481: -7,43 - node: color: '#FA750096' id: BrickTileWhiteCornerSw decals: 2315: -42,28 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteEndE - decals: - 1872: -2,43 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNe decals: 2241: -32,47 2249: -10,44 - 2250: -3,43 + 2462: -16,44 + 2478: -28,46 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNw @@ -1587,6 +1599,7 @@ entities: 2137: -44,46 2138: -44,44 2139: -44,42 + 2463: -16,45 - node: color: '#FA750096' id: BrickTileWhiteLineE @@ -1712,25 +1725,31 @@ entities: id: BrickTileWhiteLineN decals: 394: -4,44 - 395: -5,44 - 396: -6,44 398: -8,44 - 399: -9,44 400: -12,44 401: -13,44 402: -14,44 403: -15,44 - 404: -17,46 - 406: -20,46 - 407: -23,46 - 408: -26,46 - 409: -28,47 410: -29,47 411: -30,47 412: -31,47 434: -4,66 594: -33,50 - 1870: -7,44 + 2458: -5,44 + 2460: -10,44 + 2461: -11,44 + 2465: -17,46 + 2466: -18,46 + 2467: -19,46 + 2468: -20,46 + 2469: -21,47 + 2470: -22,46 + 2471: -21,46 + 2472: -23,46 + 2473: -24,46 + 2474: -25,46 + 2475: -26,46 + 2476: -27,46 - node: color: '#FA750096' id: BrickTileWhiteLineN @@ -1864,13 +1883,8 @@ entities: 381: -12,43 382: -11,43 383: -10,43 - 384: -9,43 385: -8,43 - 386: -7,43 - 387: -6,43 - 388: -5,43 389: -4,43 - 390: -3,43 2127: -19,52 2128: -21,52 2129: -15,52 @@ -1880,6 +1894,8 @@ entities: 2133: -33,52 2134: -32,52 2135: -42,52 + 2459: -5,43 + 2483: -6,43 - node: color: '#EFB34196' id: BrickTileWhiteLineS @@ -2068,14 +2084,6 @@ entities: decals: 1850: -71.34786,2.8594182 1856: -30.262743,55.833405 - - node: - color: '#DE3A3A96' - id: Delivery - decals: - 372: -25,46 - 373: -22,46 - 374: -19,46 - 375: -16,46 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -5442,6 +5450,20 @@ entities: - 6178 - 11530 - 11515 + - uid: 4405 + components: + - type: Transform + pos: -12.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 9759 + - 535 + - 150 + - 12237 + - 15869 + - 15866 + - 1415 - uid: 5595 components: - type: Transform @@ -5498,21 +5520,6 @@ entities: - 4950 - 4352 - 11962 - - uid: 5853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,47.5 - parent: 2 - - type: DeviceList - devices: - - 1356 - - 5721 - - 11449 - - 11466 - - 11465 - - 11453 - - 12237 - uid: 5941 components: - type: Transform @@ -6179,10 +6186,9 @@ entities: - 5152 - 5713 - 11454 - - 1356 - - 5721 - - 11465 - - 11466 + - 1415 + - 9759 + - 15056 - 4822 - 1587 - 1453 @@ -6193,6 +6199,7 @@ entities: - 11449 - 12209 - 12246 + - 7060 - uid: 11474 components: - type: Transform @@ -6218,6 +6225,8 @@ entities: - 11473 - 11324 - 11869 + - 9759 + - 1415 - uid: 11495 components: - type: Transform @@ -6763,8 +6772,6 @@ entities: - 6180 - 4763 - 5937 - - 6108 - - 2654 - 5720 - 1872 - 5908 @@ -6832,8 +6839,7 @@ entities: - 6246 - 5937 - 4763 - - 6108 - - 2654 + - 15056 - 6239 - 6238 - 6237 @@ -6843,6 +6849,7 @@ entities: - 6248 - 6249 - 6250 + - 7060 - uid: 15479 components: - type: Transform @@ -7257,17 +7264,18 @@ entities: parent: 2 - proto: AirlockDetectiveLocked entities: + - uid: 13610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,40.5 + parent: 2 - uid: 14981 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,37.5 parent: 2 - - uid: 16940 - components: - - type: Transform - pos: -3.5,42.5 - parent: 2 - proto: AirlockEngineeringGlassLocked entities: - uid: 139 @@ -7277,7 +7285,7 @@ entities: pos: -30.5,13.5 parent: 2 - type: Door - secondsUntilStateChange: -52610.02 + secondsUntilStateChange: -56299.75 state: Opening - type: DeviceLinkSource lastSignals: @@ -7955,10 +7963,10 @@ entities: parent: 2 - proto: AirlockFreezer entities: - - uid: 7354 + - uid: 5061 components: - type: Transform - pos: -11.5,50.5 + pos: -17.5,50.5 parent: 2 - proto: AirlockFreezerLocked entities: @@ -8958,41 +8966,16 @@ entities: - - Research - proto: AirlockSecurityGlassLocked entities: - - uid: 1249 + - uid: 994 components: - type: Transform - pos: -13.5,45.5 + pos: -24.5,47.5 parent: 2 - uid: 1327 components: - type: Transform pos: -3.5,67.5 parent: 2 - - uid: 1520 - components: - - type: Transform - pos: -21.5,47.5 - parent: 2 - - uid: 1521 - components: - - type: Transform - pos: -18.5,47.5 - parent: 2 - - uid: 1978 - components: - - type: Transform - pos: -11.5,48.5 - parent: 2 - - uid: 2292 - components: - - type: Transform - pos: -24.5,47.5 - parent: 2 - - uid: 2293 - components: - - type: Transform - pos: -15.5,47.5 - parent: 2 - uid: 2294 components: - type: Transform @@ -9023,10 +9006,10 @@ entities: - type: Transform pos: -7.5,14.5 parent: 2 - - uid: 4840 + - uid: 5142 components: - type: Transform - pos: -12.5,45.5 + pos: -7.5,44.5 parent: 2 - proto: AirlockSecurityLawyerGlassLocked entities: @@ -9058,11 +9041,6 @@ entities: - type: Transform pos: -9.5,42.5 parent: 2 - - uid: 4860 - components: - - type: Transform - pos: -0.5,43.5 - parent: 2 - uid: 5913 components: - type: Transform @@ -9579,7 +9557,6 @@ entities: - type: DeviceNetwork deviceLists: - 11444 - - 5853 - uid: 11453 components: - type: Transform @@ -9592,7 +9569,6 @@ entities: - 11444 - 2728 - 13611 - - 5853 - 7638 - uid: 11454 components: @@ -11225,6 +11201,11 @@ entities: - type: Transform pos: -62.5,38.5 parent: 2 + - uid: 2212 + components: + - type: Transform + pos: -2.5,48.5 + parent: 2 - uid: 4663 components: - type: Transform @@ -11275,36 +11256,6 @@ entities: - type: Transform pos: -1.5,50.5 parent: 2 - - uid: 5084 - components: - - type: Transform - pos: -1.5,48.5 - parent: 2 - - uid: 5085 - components: - - type: Transform - pos: -1.5,48.5 - parent: 2 - - uid: 5139 - components: - - type: Transform - pos: -25.5,50.5 - parent: 2 - - uid: 5140 - components: - - type: Transform - pos: -22.5,50.5 - parent: 2 - - uid: 5141 - components: - - type: Transform - pos: -19.5,50.5 - parent: 2 - - uid: 5142 - components: - - type: Transform - pos: -16.5,50.5 - parent: 2 - uid: 5515 components: - type: Transform @@ -11495,26 +11446,6 @@ entities: - type: Transform pos: -62.5,38.5 parent: 2 - - uid: 5143 - components: - - type: Transform - pos: -25.5,50.5 - parent: 2 - - uid: 5144 - components: - - type: Transform - pos: -22.5,50.5 - parent: 2 - - uid: 5145 - components: - - type: Transform - pos: -19.5,50.5 - parent: 2 - - uid: 5146 - components: - - type: Transform - pos: -16.5,50.5 - parent: 2 - uid: 5148 components: - type: Transform @@ -11535,7 +11466,7 @@ entities: - uid: 5149 components: - type: Transform - pos: -1.5,48.5 + pos: -2.5,48.5 parent: 2 - proto: Biogenerator entities: @@ -11614,6 +11545,16 @@ entities: - type: Transform pos: -3.5,-5.5 parent: 2 + - uid: 5410 + components: + - type: Transform + pos: -15.5,51.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: -16.5,51.5 + parent: 2 - uid: 7442 components: - type: Transform @@ -11743,10 +11684,10 @@ entities: parent: 2 - proto: BlockGameArcade entities: - - uid: 6618 + - uid: 17817 components: - type: Transform - pos: -4.5,50.5 + pos: -7.5,46.5 parent: 2 - proto: Bloodpack entities: @@ -11873,6 +11814,13 @@ entities: - type: Transform pos: -69.4556,59.497017 parent: 2 +- proto: BookSecurity + entities: + - uid: 17815 + components: + - type: Transform + pos: -19.9861,46.600212 + parent: 2 - proto: BookshelfFilled entities: - uid: 1215 @@ -11880,6 +11828,11 @@ entities: - type: Transform pos: -68.5,56.5 parent: 2 + - uid: 2248 + components: + - type: Transform + pos: -13.5,50.5 + parent: 2 - uid: 2541 components: - type: Transform @@ -11920,6 +11873,16 @@ entities: - type: Transform pos: -69.5,56.5 parent: 2 + - uid: 6727 + components: + - type: Transform + pos: -11.5,50.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + pos: -14.5,50.5 + parent: 2 - uid: 7405 components: - type: Transform @@ -11980,6 +11943,11 @@ entities: - type: Transform pos: 21.5,11.5 parent: 2 + - uid: 15135 + components: + - type: Transform + pos: -10.5,50.5 + parent: 2 - uid: 17502 components: - type: Transform @@ -12023,6 +11991,11 @@ entities: rot: 3.141592653589793 rad pos: 22.506857,8.558547 parent: 2 + - uid: 17816 + components: + - type: Transform + pos: -20.39235,46.506462 + parent: 2 - proto: BookTruth entities: - uid: 14192 @@ -12150,7 +12123,7 @@ entities: - uid: 5114 components: - type: Transform - pos: -4.832646,46.54087 + pos: -14.256626,48.553066 parent: 2 - uid: 15026 components: @@ -12283,6 +12256,12 @@ entities: parent: 2 - proto: BoxFolderRed entities: + - uid: 1249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.306843,49.61737 + parent: 2 - uid: 1435 components: - type: Transform @@ -12414,31 +12393,6 @@ entities: - type: Transform pos: -14.531449,67.53643 parent: 2 -- proto: BrigTimer - entities: - - uid: 1845 - components: - - type: Transform - pos: -26.5,47.5 - parent: 2 - - uid: 7848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,47.5 - parent: 2 - - uid: 13609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,47.5 - parent: 2 - - uid: 13610 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,47.5 - parent: 2 - proto: BrokenBottle entities: - uid: 15879 @@ -12481,6 +12435,11 @@ entities: parent: 2 - proto: Bucket entities: + - uid: 1858 + components: + - type: Transform + pos: -15.29521,50.56869 + parent: 2 - uid: 2123 components: - type: Transform @@ -12800,6 +12759,11 @@ entities: - type: Transform pos: -28.5,-7.5 parent: 2 + - uid: 423 + components: + - type: Transform + pos: -24.5,51.5 + parent: 2 - uid: 424 components: - type: Transform @@ -13595,6 +13559,11 @@ entities: - type: Transform pos: 3.5,21.5 parent: 2 + - uid: 1527 + components: + - type: Transform + pos: -16.5,49.5 + parent: 2 - uid: 1531 components: - type: Transform @@ -13685,6 +13654,11 @@ entities: - type: Transform pos: -27.5,0.5 parent: 2 + - uid: 1606 + components: + - type: Transform + pos: -18.5,50.5 + parent: 2 - uid: 1625 components: - type: Transform @@ -13715,6 +13689,11 @@ entities: - type: Transform pos: -71.5,42.5 parent: 2 + - uid: 1777 + components: + - type: Transform + pos: -15.5,49.5 + parent: 2 - uid: 1926 components: - type: Transform @@ -14105,6 +14084,21 @@ entities: - type: Transform pos: 10.5,0.5 parent: 2 + - uid: 5032 + components: + - type: Transform + pos: -24.5,47.5 + parent: 2 + - uid: 5037 + components: + - type: Transform + pos: -18.5,49.5 + parent: 2 + - uid: 5064 + components: + - type: Transform + pos: -12.5,49.5 + parent: 2 - uid: 5397 components: - type: Transform @@ -14125,6 +14119,11 @@ entities: - type: Transform pos: -4.5,26.5 parent: 2 + - uid: 5687 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 - uid: 5702 components: - type: Transform @@ -14440,6 +14439,11 @@ entities: - type: Transform pos: 9.5,-8.5 parent: 2 + - uid: 7639 + components: + - type: Transform + pos: -24.5,50.5 + parent: 2 - uid: 7814 components: - type: Transform @@ -16720,6 +16724,11 @@ entities: - type: Transform pos: -14.5,60.5 parent: 2 + - uid: 8570 + components: + - type: Transform + pos: -18.5,48.5 + parent: 2 - uid: 8571 components: - type: Transform @@ -21390,6 +21399,21 @@ entities: - type: Transform pos: -13.5,33.5 parent: 2 + - uid: 10008 + components: + - type: Transform + pos: -21.5,50.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: -24.5,48.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 - uid: 10539 components: - type: Transform @@ -21470,6 +21494,11 @@ entities: - type: Transform pos: 9.5,23.5 parent: 2 + - uid: 10603 + components: + - type: Transform + pos: -14.5,49.5 + parent: 2 - uid: 10735 components: - type: Transform @@ -21495,6 +21524,11 @@ entities: - type: Transform pos: -12.5,46.5 parent: 2 + - uid: 11465 + components: + - type: Transform + pos: -17.5,50.5 + parent: 2 - uid: 11647 components: - type: Transform @@ -21830,6 +21864,11 @@ entities: - type: Transform pos: -4.5,13.5 parent: 2 + - uid: 13144 + components: + - type: Transform + pos: -14.5,50.5 + parent: 2 - uid: 13202 components: - type: Transform @@ -22260,6 +22299,11 @@ entities: - type: Transform pos: -29.5,-2.5 parent: 2 + - uid: 13922 + components: + - type: Transform + pos: -20.5,50.5 + parent: 2 - uid: 13925 components: - type: Transform @@ -22645,6 +22689,11 @@ entities: - type: Transform pos: -68.5,5.5 parent: 2 + - uid: 14734 + components: + - type: Transform + pos: -19.5,50.5 + parent: 2 - uid: 14751 components: - type: Transform @@ -22845,6 +22894,11 @@ entities: - type: Transform pos: -67.5,5.5 parent: 2 + - uid: 14916 + components: + - type: Transform + pos: -16.5,50.5 + parent: 2 - uid: 15011 components: - type: Transform @@ -30077,11 +30131,6 @@ entities: - type: Transform pos: -15.5,-10.5 parent: 2 - - uid: 83 - components: - - type: Transform - pos: -11.5,44.5 - parent: 2 - uid: 102 components: - type: Transform @@ -30837,11 +30886,26 @@ entities: - type: Transform pos: -69.5,52.5 parent: 2 + - uid: 1604 + components: + - type: Transform + pos: -15.5,47.5 + parent: 2 - uid: 1683 components: - type: Transform pos: -8.5,31.5 parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -16.5,46.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: -6.5,44.5 + parent: 2 - uid: 1921 components: - type: Transform @@ -31307,11 +31371,6 @@ entities: - type: Transform pos: 17.5,31.5 parent: 2 - - uid: 5054 - components: - - type: Transform - pos: -7.5,45.5 - parent: 2 - uid: 5055 components: - type: Transform @@ -31407,6 +31466,11 @@ entities: - type: Transform pos: -8.5,29.5 parent: 2 + - uid: 5624 + components: + - type: Transform + pos: -11.5,45.5 + parent: 2 - uid: 5725 components: - type: Transform @@ -33867,6 +33931,11 @@ entities: - type: Transform pos: -28.5,25.5 parent: 2 + - uid: 13609 + components: + - type: Transform + pos: -12.5,45.5 + parent: 2 - uid: 13753 components: - type: Transform @@ -33947,6 +34016,11 @@ entities: - type: Transform pos: -20.5,0.5 parent: 2 + - uid: 15040 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 - uid: 15054 components: - type: Transform @@ -34332,6 +34406,11 @@ entities: - type: Transform pos: -0.5,35.5 parent: 2 + - uid: 16791 + components: + - type: Transform + pos: -9.5,45.5 + parent: 2 - uid: 16798 components: - type: Transform @@ -34342,11 +34421,6 @@ entities: - type: Transform pos: 12.5,66.5 parent: 2 - - uid: 16802 - components: - - type: Transform - pos: -10.5,44.5 - parent: 2 - uid: 16803 components: - type: Transform @@ -34367,6 +34441,11 @@ entities: - type: Transform pos: -31.5,36.5 parent: 2 + - uid: 17612 + components: + - type: Transform + pos: -10.5,45.5 + parent: 2 - uid: 17741 components: - type: Transform @@ -34619,6 +34698,11 @@ entities: - type: Transform pos: -57.5,16.5 parent: 2 + - uid: 1853 + components: + - type: Transform + pos: -11.5,48.5 + parent: 2 - uid: 2134 components: - type: Transform @@ -34643,6 +34727,21 @@ entities: rot: 3.141592653589793 rad pos: -50.5,55.5 parent: 2 + - uid: 5708 + components: + - type: Transform + pos: -10.5,48.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -10.5,47.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: -11.5,47.5 + parent: 2 - uid: 7036 components: - type: Transform @@ -34931,21 +35030,6 @@ entities: - type: Transform pos: -3.5,47.5 parent: 2 - - uid: 15135 - components: - - type: Transform - pos: -2.5,49.5 - parent: 2 - - uid: 15136 - components: - - type: Transform - pos: -2.5,48.5 - parent: 2 - - uid: 15137 - components: - - type: Transform - pos: -2.5,47.5 - parent: 2 - uid: 15138 components: - type: Transform @@ -38892,18 +38976,6 @@ entities: parent: 2 - proto: Chair entities: - - uid: 367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,46.5 - parent: 2 - - uid: 423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,47.5 - parent: 2 - uid: 664 components: - type: Transform @@ -39009,12 +39081,24 @@ entities: - type: Transform pos: -73.5,73.5 parent: 2 + - uid: 4343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,46.5 + parent: 2 - uid: 4372 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,38.5 parent: 2 + - uid: 4382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,46.5 + parent: 2 - uid: 4671 components: - type: Transform @@ -39045,11 +39129,11 @@ entities: rot: 3.141592653589793 rad pos: -18.5,62.5 parent: 2 - - uid: 7060 + - uid: 6728 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,50.5 + pos: -31.5,48.5 parent: 2 - uid: 7094 components: @@ -39173,12 +39257,6 @@ entities: rot: 3.141592653589793 rad pos: -14.5,60.5 parent: 2 - - uid: 10368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,46.5 - parent: 2 - uid: 12767 components: - type: Transform @@ -39322,6 +39400,11 @@ entities: rot: 1.5707963267948966 rad pos: -70.5,40.5 parent: 2 + - uid: 15867 + components: + - type: Transform + pos: -31.5,50.5 + parent: 2 - uid: 16134 components: - type: Transform @@ -39584,11 +39667,6 @@ entities: rot: 1.5707963267948966 rad pos: -18.496109,40.761044 parent: 2 - - uid: 5180 - components: - - type: Transform - pos: -32.505547,42.656483 - parent: 2 - uid: 5772 components: - type: Transform @@ -39658,6 +39736,12 @@ entities: rot: 3.141592653589793 rad pos: -23.469715,71.83738 parent: 2 + - uid: 6734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.617924,50.536148 + parent: 2 - uid: 7063 components: - type: Transform @@ -40167,7 +40251,7 @@ entities: - uid: 5111 components: - type: Transform - pos: -6.551396,46.462746 + pos: -12.605892,46.507256 parent: 2 - uid: 6529 components: @@ -40295,6 +40379,11 @@ entities: - type: Transform pos: 16.5,43.5 parent: 2 + - uid: 7848 + components: + - type: Transform + pos: -33.5,42.5 + parent: 2 - proto: ClosetChefFilled entities: - uid: 2050 @@ -42151,11 +42240,11 @@ entities: parent: 2 - proto: ComputerCargoOrdersSecurity entities: - - uid: 6474 + - uid: 11561 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,42.5 + pos: -25.5,50.5 parent: 2 - proto: ComputerCargoOrdersService entities: @@ -42245,17 +42334,17 @@ entities: - type: Transform pos: -38.5,40.5 parent: 2 - - uid: 5178 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,41.5 - parent: 2 - uid: 6656 components: - type: Transform pos: -16.5,75.5 parent: 2 + - uid: 11124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,48.5 + parent: 2 - proto: ComputerFundingAllocation entities: - uid: 5179 @@ -42458,6 +42547,12 @@ entities: parent: 2 - proto: ComputerSurveillanceCameraMonitor entities: + - uid: 83 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,50.5 + parent: 2 - uid: 4923 components: - type: Transform @@ -43514,10 +43609,10 @@ entities: parent: 2 - proto: CrateLockBoxSecurity entities: - - uid: 17806 + - uid: 6618 components: - type: Transform - pos: -28.5,44.5 + pos: -15.5,46.5 parent: 2 - proto: CrateLockBoxService entities: @@ -43725,10 +43820,10 @@ entities: - type: Transform pos: -62.294876,67.83342 parent: 2 - - uid: 5117 + - uid: 5141 components: - type: Transform - pos: -2.2941089,50.63421 + pos: -12.414412,50.584316 parent: 2 - proto: CrayonMime entities: @@ -43914,13 +44009,23 @@ entities: rot: 3.141592653589793 rad pos: -31.5,30.5 parent: 2 + - uid: 5178 + components: + - type: Transform + pos: -16.5,51.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + pos: -15.5,51.5 + parent: 2 - uid: 6746 components: - type: Transform pos: -9.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -300365.56 + secondsUntilStateChange: -304055.3 state: Opening - uid: 6747 components: @@ -43928,7 +44033,7 @@ entities: pos: -8.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -300366.28 + secondsUntilStateChange: -304056.03 state: Opening - uid: 6749 components: @@ -43936,7 +44041,7 @@ entities: pos: -6.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -300364.84 + secondsUntilStateChange: -304054.6 state: Opening - uid: 6750 components: @@ -43944,7 +44049,7 @@ entities: pos: -5.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -300364.22 + secondsUntilStateChange: -304053.97 state: Opening - uid: 9721 components: @@ -44543,11 +44648,6 @@ entities: - type: Transform pos: -46.57003,46.54843 parent: 2 - - uid: 16791 - components: - - type: Transform - pos: -32.406414,51.581593 - parent: 2 - uid: 16792 components: - type: Transform @@ -44578,6 +44678,12 @@ entities: - type: Transform pos: -27.548687,24.775618 parent: 2 + - uid: 16940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.571049,51.567398 + parent: 2 - proto: DiceBag entities: - uid: 7427 @@ -45132,6 +45238,12 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,24.5 parent: 2 + - uid: 3047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,57.5 + parent: 2 - uid: 6080 components: - type: Transform @@ -45453,6 +45565,12 @@ entities: - type: Transform pos: 0.5,68.5 parent: 2 + - uid: 5153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,56.5 + parent: 2 - uid: 5425 components: - type: Transform @@ -45762,12 +45880,6 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,57.5 parent: 2 - - uid: 9772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,57.5 - parent: 2 - uid: 9773 components: - type: Transform @@ -48343,6 +48455,12 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,29.5 parent: 2 + - uid: 5118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,55.5 + parent: 2 - uid: 5137 components: - type: Transform @@ -48569,6 +48687,11 @@ entities: - type: Transform pos: -26.5,12.5 parent: 2 + - uid: 4425 + components: + - type: Transform + pos: -20.5,55.5 + parent: 2 - uid: 4961 components: - type: Transform @@ -49098,6 +49221,11 @@ entities: - type: Transform pos: 30.501322,19.521944 parent: 2 + - uid: 17611 + components: + - type: Transform + pos: -31.606106,49.589813 + parent: 2 - proto: DrinkIceBucket entities: - uid: 17321 @@ -49548,6 +49676,12 @@ entities: parent: 2 - proto: ExtinguisherCabinetFilled entities: + - uid: 4406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,47.5 + parent: 2 - uid: 7077 components: - type: Transform @@ -49590,12 +49724,6 @@ entities: rot: 3.141592653589793 rad pos: -20.5,29.5 parent: 2 - - uid: 17665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,46.5 - parent: 2 - uid: 17666 components: - type: Transform @@ -49977,6 +50105,14 @@ entities: deviceLists: - 11539 - 11532 + - uid: 535 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4405 - uid: 601 components: - type: Transform @@ -50100,16 +50236,16 @@ entities: deviceLists: - 11580 - 11582 - - uid: 1356 + - uid: 1415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,45.5 + pos: -0.5,44.5 parent: 2 - type: DeviceNetwork deviceLists: + - 4405 - 11444 - - 5853 + - 11474 - uid: 1420 components: - type: Transform @@ -50429,16 +50565,6 @@ entities: deviceLists: - 158 - 15383 - - uid: 2654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13611 - - 15383 - uid: 2775 components: - type: Transform @@ -50992,16 +51118,6 @@ entities: - 11429 - 13611 - 5941 - - uid: 5721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,45.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11444 - - 5853 - uid: 5787 components: - type: Transform @@ -51033,16 +51149,6 @@ entities: deviceLists: - 13611 - 15383 - - uid: 6108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13611 - - 15383 - uid: 6174 components: - type: Transform @@ -52076,6 +52182,15 @@ entities: deviceLists: - 11539 - 11537 + - uid: 7060 + components: + - type: Transform + pos: -25.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11444 + - 15383 - uid: 7172 components: - type: Transform @@ -52193,6 +52308,16 @@ entities: deviceLists: - 10453 - 5603 + - uid: 9759 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4405 + - 11474 + - 11444 - uid: 10003 components: - type: Transform @@ -52385,24 +52510,6 @@ entities: deviceLists: - 11429 - 5941 - - uid: 11465 - components: - - type: Transform - pos: -10.5,46.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11444 - - 5853 - - uid: 11466 - components: - - type: Transform - pos: -9.5,46.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11444 - - 5853 - uid: 11480 components: - type: Transform @@ -52575,6 +52682,15 @@ entities: - type: DeviceNetwork deviceLists: - 21 + - uid: 15056 + components: + - type: Transform + pos: -24.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11444 + - 15383 - uid: 15191 components: - type: Transform @@ -52756,6 +52872,14 @@ entities: parent: 2 - proto: FloorDrain entities: + - uid: 964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,48.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 4231 components: - type: Transform @@ -52871,7 +52995,7 @@ entities: - uid: 5163 components: - type: Transform - pos: -37.381485,44.403774 + pos: -21.532974,46.568962 parent: 2 - uid: 6684 components: @@ -52988,6 +53112,13 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,52.5 parent: 2 +- proto: FoodDonutBluePumpkin + entities: + - uid: 5139 + components: + - type: Transform + pos: -31.231106,49.589813 + parent: 2 - proto: FoodFrozenPopsicleBerry entities: - uid: 17329 @@ -55317,6 +55448,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 4411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,46.5 + parent: 2 - uid: 4442 components: - type: Transform @@ -65633,14 +65770,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15872 components: - type: Transform @@ -65657,14 +65786,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15876 components: - type: Transform @@ -66674,14 +66795,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11158 components: - type: Transform @@ -67637,6 +67750,9 @@ entities: - type: Transform pos: -9.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4405 - type: AtmosPipeColor color: '#0055CCFF' - uid: 605 @@ -68653,13 +68769,9 @@ entities: - type: Transform pos: -19.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15867 - components: - - type: Transform - pos: -22.5,49.5 - parent: 2 + - type: DeviceNetwork + deviceLists: + - 4405 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15868 @@ -68674,6 +68786,9 @@ entities: - type: Transform pos: -16.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4405 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16053 @@ -69268,7 +69383,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 5853 + - 4405 - type: AtmosPipeColor color: '#990000FF' - uid: 12246 @@ -70366,30 +70481,6 @@ entities: rot: -1.5707963267948966 rad pos: -30.5,50.5 parent: 2 - - uid: 1858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,51.5 - parent: 2 - - uid: 1859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,51.5 - parent: 2 - - uid: 1860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,51.5 - parent: 2 - - uid: 1861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,51.5 - parent: 2 - uid: 1908 components: - type: Transform @@ -70404,7 +70495,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,51.5 + pos: -12.5,45.5 parent: 2 - uid: 1919 components: @@ -70412,17 +70503,17 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,51.5 parent: 2 - - uid: 1920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,51.5 - parent: 2 - uid: 1969 components: - type: Transform pos: -62.5,77.5 parent: 2 + - uid: 1978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,45.5 + parent: 2 - uid: 1987 components: - type: Transform @@ -70450,6 +70541,11 @@ entities: - type: Transform pos: 4.5,70.5 parent: 2 + - uid: 2251 + components: + - type: Transform + pos: -25.5,47.5 + parent: 2 - uid: 2435 components: - type: Transform @@ -71067,6 +71163,18 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,39.5 parent: 2 + - uid: 4381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,51.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,51.5 + parent: 2 - uid: 4386 components: - type: Transform @@ -71128,11 +71236,6 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,41.5 parent: 2 - - uid: 4419 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - uid: 4420 components: - type: Transform @@ -71150,16 +71253,6 @@ entities: rot: 3.141592653589793 rad pos: -46.5,39.5 parent: 2 - - uid: 4424 - components: - - type: Transform - pos: -7.5,45.5 - parent: 2 - - uid: 4425 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - uid: 4448 components: - type: Transform @@ -71404,11 +71497,6 @@ entities: - type: Transform pos: -74.5,28.5 parent: 2 - - uid: 5039 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - uid: 5112 components: - type: Transform @@ -71586,6 +71674,11 @@ entities: rot: 3.141592653589793 rad pos: -32.5,74.5 parent: 2 + - uid: 5709 + components: + - type: Transform + pos: -9.5,45.5 + parent: 2 - uid: 5836 components: - type: Transform @@ -71773,6 +71866,11 @@ entities: - type: Transform pos: -36.5,60.5 parent: 2 + - uid: 6726 + components: + - type: Transform + pos: -15.5,47.5 + parent: 2 - uid: 6753 components: - type: Transform @@ -73700,6 +73798,12 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,86.5 parent: 2 + - uid: 13819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,45.5 + parent: 2 - uid: 13840 components: - type: Transform @@ -74012,6 +74116,11 @@ entities: - type: Transform pos: -18.5,-10.5 parent: 2 + - uid: 15136 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 - uid: 15195 components: - type: Transform @@ -75645,8 +75754,7 @@ entities: - uid: 5108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.4076514,48.270206 + pos: -2.564008,48.255695 parent: 2 - uid: 5109 components: @@ -76741,42 +76849,6 @@ entities: 16963: - - Pressed - Toggle -- proto: LockableButtonBrig - entities: - - uid: 15056 - components: - - type: MetaData - name: Cell Shutters - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,46.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15055: - - - Pressed - - Toggle - 15053: - - - Pressed - - Toggle - 15051: - - - Pressed - - Toggle - 15040: - - - Pressed - - Toggle - 15039: - - - Pressed - - Toggle - 14916: - - - Pressed - - Toggle - 14897: - - - Pressed - - Toggle - 10603: - - - Pressed - - Toggle - proto: LockableButtonCargo entities: - uid: 6009 @@ -77036,6 +77108,12 @@ entities: 14321: - - Pressed - Toggle + 5410: + - - Pressed + - Toggle + 5593: + - - Pressed + - Toggle - proto: LockerAtmosphericsFilled entities: - uid: 6057 @@ -77219,28 +77297,6 @@ entities: - type: Transform pos: -19.5,12.5 parent: 2 -- proto: LockerEvidence - entities: - - uid: 6734 - components: - - type: Transform - pos: -23.5,46.5 - parent: 2 - - uid: 6737 - components: - - type: Transform - pos: -17.5,46.5 - parent: 2 - - uid: 6788 - components: - - type: Transform - pos: -15.5,45.5 - parent: 2 - - uid: 7639 - components: - - type: Transform - pos: -20.5,46.5 - parent: 2 - proto: LockerFreezer entities: - uid: 8233 @@ -77357,6 +77413,48 @@ entities: - type: Transform pos: -25.5,23.5 parent: 2 +- proto: LockerPrisoner + entities: + - uid: 5025 + components: + - type: Transform + pos: -6.5,43.5 + parent: 2 +- proto: LockerPrisoner2 + entities: + - uid: 4998 + components: + - type: Transform + pos: -5.5,43.5 + parent: 2 +- proto: LockerPrisoner3 + entities: + - uid: 4999 + components: + - type: Transform + pos: -4.5,43.5 + parent: 2 +- proto: LockerPrisoner4 + entities: + - uid: 6523 + components: + - type: Transform + pos: -3.5,43.5 + parent: 2 +- proto: LockerPrisoner5 + entities: + - uid: 5048 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 +- proto: LockerPrisoner6 + entities: + - uid: 1521 + components: + - type: Transform + pos: -1.5,43.5 + parent: 2 - proto: LockerQuarterMasterFilled entities: - uid: 6063 @@ -78340,8 +78438,21 @@ entities: - type: Transform pos: -33.5,66.5 parent: 2 +- proto: MopBucketFull + entities: + - uid: 1860 + components: + - type: Transform + pos: -15.5,50.5 + parent: 2 - proto: MopItem entities: + - uid: 1859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.48271,50.396816 + parent: 2 - uid: 6629 components: - type: Transform @@ -78808,12 +78919,6 @@ entities: parent: 2 - proto: PaperBin10 entities: - - uid: 5118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,50.5 - parent: 2 - uid: 6547 components: - type: Transform @@ -78864,6 +78969,11 @@ entities: - type: Transform pos: -35.5,62.5 parent: 2 + - uid: 16642 + components: + - type: Transform + pos: -12.5,50.5 + parent: 2 - proto: PaperCNCSheet entities: - uid: 6026 @@ -78881,6 +78991,16 @@ entities: - type: Transform pos: -66.69424,56.996483 parent: 2 + - uid: 6725 + components: + - type: Transform + pos: -12.711287,50.490566 + parent: 2 + - uid: 15055 + components: + - type: Transform + pos: -12.508162,50.490566 + parent: 2 - proto: PaperOffice entities: - uid: 12867 @@ -79891,16 +80011,16 @@ entities: parent: 2 - proto: PosterLegitReportCrimes entities: + - uid: 5063 + components: + - type: Transform + pos: -14.5,51.5 + parent: 2 - uid: 14733 components: - type: Transform pos: -5.5,42.5 parent: 2 - - uid: 14734 - components: - - type: Transform - pos: -12.5,51.5 - parent: 2 - proto: PosterLegitSafetyMothMeth entities: - uid: 17345 @@ -80352,6 +80472,17 @@ entities: - type: Transform pos: -66.5,14.5 parent: 2 + - uid: 2292 + components: + - type: Transform + pos: -13.5,44.5 + parent: 2 + - uid: 2306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,49.5 + parent: 2 - uid: 2917 components: - type: Transform @@ -80428,6 +80559,11 @@ entities: - type: Transform pos: 19.5,-8.5 parent: 2 + - uid: 6474 + components: + - type: Transform + pos: -1.5,50.5 + parent: 2 - uid: 6526 components: - type: Transform @@ -80526,11 +80662,6 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,56.5 parent: 2 - - uid: 10008 - components: - - type: Transform - pos: -2.5,50.5 - parent: 2 - uid: 10010 components: - type: Transform @@ -81056,11 +81187,6 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,42.5 parent: 2 - - uid: 13149 - components: - - type: Transform - pos: -11.5,44.5 - parent: 2 - uid: 13150 components: - type: Transform @@ -81514,6 +81640,11 @@ entities: rot: 3.141592653589793 rad pos: -60.5,45.5 parent: 2 + - uid: 14897 + components: + - type: Transform + pos: -12.5,50.5 + parent: 2 - uid: 14921 components: - type: Transform @@ -81671,7 +81802,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,49.5 + pos: -16.5,48.5 parent: 2 - uid: 16954 components: @@ -81891,6 +82022,18 @@ entities: - type: Transform pos: -48.5,5.5 parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,50.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,48.5 + parent: 2 - uid: 5845 components: - type: Transform @@ -81925,17 +82068,17 @@ entities: - type: Transform pos: -64.5,19.5 parent: 2 - - uid: 9675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,44.5 - parent: 2 - uid: 9699 components: - type: Transform pos: -21.5,94.5 parent: 2 + - uid: 11466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,48.5 + parent: 2 - uid: 13023 components: - type: Transform @@ -82079,30 +82222,6 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,49.5 parent: 2 - - uid: 13144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,49.5 - parent: 2 - - uid: 13145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,49.5 - parent: 2 - - uid: 13146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,49.5 - parent: 2 - - uid: 13147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,49.5 - parent: 2 - uid: 13152 components: - type: Transform @@ -82340,6 +82459,11 @@ entities: rot: 1.5707963267948966 rad pos: -62.5,20.5 parent: 2 + - uid: 13807 + components: + - type: Transform + pos: -1.5,44.5 + parent: 2 - uid: 13968 components: - type: Transform @@ -82524,11 +82648,6 @@ entities: - type: Transform pos: -18.5,-7.5 parent: 2 - - uid: 16642 - components: - - type: Transform - pos: -13.5,50.5 - parent: 2 - uid: 16643 components: - type: Transform @@ -84137,6 +84256,22 @@ entities: parent: 2 - proto: RandomPosterLegit entities: + - uid: 2654 + components: + - type: Transform + pos: -21.5,47.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + pos: -18.5,47.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,51.5 + parent: 2 - uid: 12780 components: - type: Transform @@ -84334,16 +84469,6 @@ entities: - type: Transform pos: -75.5,71.5 parent: 2 - - uid: 17611 - components: - - type: Transform - pos: -3.5,51.5 - parent: 2 - - uid: 17612 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - uid: 17613 components: - type: Transform @@ -85343,11 +85468,6 @@ entities: - type: Transform pos: -37.5,38.5 parent: 2 - - uid: 15671 - components: - - type: Transform - pos: -22.5,49.5 - parent: 2 - uid: 15676 components: - type: Transform @@ -85542,6 +85662,11 @@ entities: - type: Transform pos: -55.5,52.5 parent: 2 + - uid: 9676 + components: + - type: Transform + pos: -0.5,47.5 + parent: 2 - uid: 9680 components: - type: Transform @@ -85552,11 +85677,6 @@ entities: - type: Transform pos: -68.5,40.5 parent: 2 - - uid: 11561 - components: - - type: Transform - pos: -0.5,45.5 - parent: 2 - uid: 15060 components: - type: Transform @@ -86203,6 +86323,11 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,56.5 parent: 2 + - uid: 1546 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 - uid: 1574 components: - type: Transform @@ -86226,6 +86351,12 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-0.5 parent: 2 + - uid: 2854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,51.5 + parent: 2 - uid: 2904 components: - type: Transform @@ -86447,42 +86578,6 @@ entities: - type: Transform pos: -17.5,42.5 parent: 2 - - uid: 4995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,51.5 - parent: 2 - - uid: 4996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,51.5 - parent: 2 - - uid: 4997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,51.5 - parent: 2 - - uid: 4998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,51.5 - parent: 2 - - uid: 4999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,51.5 - parent: 2 - - uid: 5000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,51.5 - parent: 2 - uid: 5001 components: - type: Transform @@ -86495,26 +86590,11 @@ entities: rot: 3.141592653589793 rad pos: -16.5,51.5 parent: 2 - - uid: 5061 - components: - - type: Transform - pos: -7.5,45.5 - parent: 2 - uid: 5062 components: - type: Transform pos: -6.5,45.5 parent: 2 - - uid: 5063 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - - uid: 5064 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - uid: 5077 components: - type: Transform @@ -86535,6 +86615,23 @@ entities: - type: Transform pos: -5.5,51.5 parent: 2 + - uid: 5096 + components: + - type: Transform + pos: -25.5,47.5 + parent: 2 + - uid: 5143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,45.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,45.5 + parent: 2 - uid: 5271 components: - type: Transform @@ -86816,6 +86913,12 @@ entities: rot: 3.141592653589793 rad pos: -25.5,6.5 parent: 2 + - uid: 6788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,45.5 + parent: 2 - uid: 6833 components: - type: Transform @@ -87537,6 +87640,11 @@ entities: - type: Transform pos: -26.5,-9.5 parent: 2 + - uid: 15137 + components: + - type: Transform + pos: -9.5,45.5 + parent: 2 - uid: 15422 components: - type: Transform @@ -87662,6 +87770,12 @@ entities: - type: Transform pos: 23.5,-10.5 parent: 2 + - uid: 15671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,51.5 + parent: 2 - uid: 15748 components: - type: Transform @@ -87691,6 +87805,11 @@ entities: rot: -1.5707963267948966 rad pos: -93.5,54.5 parent: 2 + - uid: 15871 + components: + - type: Transform + pos: -15.5,47.5 + parent: 2 - uid: 16389 components: - type: Transform @@ -88876,54 +88995,6 @@ entities: - type: Transform pos: -33.5,59.5 parent: 2 - - uid: 10603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,51.5 - parent: 2 - - uid: 14897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,51.5 - parent: 2 - - uid: 14916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,51.5 - parent: 2 - - uid: 15039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,51.5 - parent: 2 - - uid: 15040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,51.5 - parent: 2 - - uid: 15051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,51.5 - parent: 2 - - uid: 15053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,51.5 - parent: 2 - - uid: 15055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,51.5 - parent: 2 - uid: 16955 components: - type: Transform @@ -89929,6 +90000,18 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-6.5 parent: 2 +- proto: SignGenpop + entities: + - uid: 2242 + components: + - type: Transform + pos: -0.5,45.5 + parent: 2 + - uid: 17819 + components: + - type: Transform + pos: -14.5,45.5 + parent: 2 - proto: SignGravity entities: - uid: 5400 @@ -90095,24 +90178,12 @@ entities: parent: 2 - proto: SignPrison entities: - - uid: 4291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,45.5 - parent: 2 - uid: 5088 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,51.5 parent: 2 - - uid: 6371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,45.5 - parent: 2 - uid: 12701 components: - type: Transform @@ -90371,10 +90442,10 @@ entities: parent: 2 - proto: SinkStemlessWater entities: - - uid: 964 + - uid: 4840 components: - type: Transform - pos: -12.5,50.5 + pos: -19.5,50.5 parent: 2 - uid: 14489 components: @@ -92287,10 +92358,10 @@ entities: parent: 2 - proto: SpaceVillainArcade entities: - - uid: 5097 + - uid: 13149 components: - type: Transform - pos: -3.5,50.5 + pos: -8.5,46.5 parent: 2 - proto: SpawnMechRipley entities: @@ -93310,26 +93381,6 @@ entities: rot: 1.5707963267948966 rad pos: -57.421974,58.64094 parent: 2 - - uid: 5025 - components: - - type: Transform - pos: -10.47996,47.67034 - parent: 2 - - uid: 5032 - components: - - type: Transform - pos: -9.54246,47.717216 - parent: 2 - - uid: 5593 - components: - - type: Transform - pos: -10.45298,45.709023 - parent: 2 - - uid: 5708 - components: - - type: Transform - pos: -9.54673,45.646523 - parent: 2 - uid: 14282 components: - type: Transform @@ -93465,7 +93516,7 @@ entities: - uid: 5161 components: - type: Transform - pos: -38.029823,44.609375 + pos: -38.426437,44.657764 parent: 2 - proto: SubstationBasic entities: @@ -93666,15 +93717,15 @@ entities: parent: 2 - proto: SuitStorageEVAPrisoner entities: - - uid: 9676 + - uid: 4997 components: - type: Transform - pos: -3.5,44.5 + pos: -4.5,50.5 parent: 2 - - uid: 10743 + - uid: 6371 components: - type: Transform - pos: -2.5,44.5 + pos: -3.5,50.5 parent: 2 - proto: SuitStorageHOS entities: @@ -94820,17 +94871,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Security main - - uid: 13807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,47.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Lockdown - uid: 13808 components: - type: Transform @@ -94863,17 +94903,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Law office - - uid: 13819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,40.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Detective office - uid: 13848 components: - type: Transform @@ -94885,6 +94914,28 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Arrivals Checkpoint + - uid: 16802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop/brig + - uid: 17818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,41.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Detective - proto: SurveillanceCameraService entities: - uid: 13827 @@ -95131,6 +95182,12 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,66.5 parent: 2 + - uid: 1356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,46.5 + parent: 2 - uid: 1399 components: - type: Transform @@ -95154,12 +95211,6 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,44.5 parent: 2 - - uid: 1604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,46.5 - parent: 2 - uid: 1614 components: - type: Transform @@ -95320,6 +95371,11 @@ entities: - type: Transform pos: -12.5,38.5 parent: 2 + - uid: 5084 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 - uid: 5100 components: - type: Transform @@ -95611,6 +95667,11 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,64.5 parent: 2 + - uid: 6737 + components: + - type: Transform + pos: -31.5,49.5 + parent: 2 - uid: 6856 components: - type: Transform @@ -95670,12 +95731,6 @@ entities: - type: Transform pos: -23.5,34.5 parent: 2 - - uid: 10152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,50.5 - parent: 2 - uid: 10354 components: - type: Transform @@ -96133,18 +96188,6 @@ entities: - type: Transform pos: -15.5,18.5 parent: 2 - - uid: 581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,47.5 - parent: 2 - - uid: 689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,47.5 - parent: 2 - uid: 1065 components: - type: Transform @@ -96165,12 +96208,6 @@ entities: - type: Transform pos: 0.5,18.5 parent: 2 - - uid: 1786 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,47.5 - parent: 2 - uid: 1793 components: - type: Transform @@ -96217,12 +96254,6 @@ entities: - type: Transform pos: -46.5,48.5 parent: 2 - - uid: 2306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,51.5 - parent: 2 - uid: 2341 components: - type: Transform @@ -96243,20 +96274,7 @@ entities: - uid: 2829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,51.5 - parent: 2 - - uid: 2854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,51.5 - parent: 2 - - uid: 3047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,46.5 + pos: -21.5,46.5 parent: 2 - uid: 3349 components: @@ -96297,6 +96315,12 @@ entities: rot: 3.141592653589793 rad pos: -19.5,33.5 parent: 2 + - uid: 4419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,51.5 + parent: 2 - uid: 4868 components: - type: Transform @@ -96314,17 +96338,11 @@ entities: rot: 1.5707963267948966 rad pos: -18.5,42.5 parent: 2 - - uid: 5030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,47.5 - parent: 2 - - uid: 5059 + - uid: 5110 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,46.5 + pos: -24.5,51.5 parent: 2 - uid: 5324 components: @@ -96501,6 +96519,16 @@ entities: - type: Transform pos: -76.5,-5.5 parent: 2 + - uid: 17665 + components: + - type: Transform + pos: -20.5,46.5 + parent: 2 + - uid: 17806 + components: + - type: Transform + pos: -19.5,46.5 + parent: 2 - proto: TableStone entities: - uid: 13271 @@ -96600,6 +96628,12 @@ entities: rot: -1.5707963267948966 rad pos: -42.5,66.5 parent: 2 + - uid: 1861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,50.5 + parent: 2 - uid: 1948 components: - type: Transform @@ -97321,11 +97355,11 @@ entities: - type: Transform pos: -12.5,13.5 parent: 2 - - uid: 5110 + - uid: 15051 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,46.5 + pos: -16.5,48.5 parent: 2 - proto: TargetStrange entities: @@ -97525,14 +97559,22 @@ entities: - type: Transform pos: -39.5,50.5 parent: 2 -- proto: ToiletEmpty +- proto: ToiletDirtyWater entities: - - uid: 535 + - uid: 1845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,50.5 + rot: 3.141592653589793 rad + pos: -19.5,48.5 parent: 2 + - uid: 5039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,48.5 + parent: 2 +- proto: ToiletEmpty + entities: - uid: 5407 components: - type: Transform @@ -97889,7 +97931,7 @@ entities: - uid: 5790 components: - type: Transform - pos: -38.37745,44.65625 + pos: -20.95485,46.631462 parent: 2 - proto: ToyFigurineSpaceDragon entities: @@ -97937,10 +97979,36 @@ entities: - type: InsideEntityStorage - proto: TrainingBomb entities: - - uid: 13922 + - uid: 2293 components: - type: Transform - pos: -33.5,43.5 + rot: 1.5707963267948966 rad + pos: -32.5,41.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,42.5 + parent: 2 +- proto: TurnstileGenpopEnter + entities: + - uid: 4291 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 +- proto: TurnstileGenpopLeave + entities: + - uid: 2244 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + pos: -4.5,45.5 parent: 2 - proto: TwoWayLever entities: @@ -98464,10 +98532,10 @@ entities: - type: Transform pos: -47.5,33.5 parent: 2 - - uid: 5096 + - uid: 5085 components: - type: Transform - pos: -3.5,46.5 + pos: -2.5,47.5 parent: 2 - uid: 13549 components: @@ -99067,6 +99135,12 @@ entities: - type: Transform pos: -36.5,15.5 parent: 2 + - uid: 367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,42.5 + parent: 2 - uid: 385 components: - type: Transform @@ -99260,6 +99334,12 @@ entities: - type: Transform pos: -65.5,75.5 parent: 2 + - uid: 581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,47.5 + parent: 2 - uid: 584 components: - type: Transform @@ -99644,11 +99724,6 @@ entities: - type: Transform pos: -36.5,3.5 parent: 2 - - uid: 994 - components: - - type: Transform - pos: -11.5,49.5 - parent: 2 - uid: 1000 components: - type: Transform @@ -100070,6 +100145,12 @@ entities: - type: Transform pos: -2.5,7.5 parent: 2 + - uid: 1520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,48.5 + parent: 2 - uid: 1523 components: - type: Transform @@ -100692,21 +100773,11 @@ entities: - type: Transform pos: -10.5,51.5 parent: 2 - - uid: 2242 - components: - - type: Transform - pos: -4.5,51.5 - parent: 2 - uid: 2243 components: - type: Transform pos: -1.5,51.5 parent: 2 - - uid: 2244 - components: - - type: Transform - pos: -3.5,51.5 - parent: 2 - uid: 2245 components: - type: Transform @@ -100722,21 +100793,11 @@ entities: - type: Transform pos: -0.5,48.5 parent: 2 - - uid: 2248 - components: - - type: Transform - pos: -0.5,47.5 - parent: 2 - uid: 2249 components: - type: Transform pos: -0.5,49.5 parent: 2 - - uid: 2251 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - uid: 2252 components: - type: Transform @@ -102538,12 +102599,6 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,42.5 parent: 2 - - uid: 4343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,42.5 - parent: 2 - uid: 4344 components: - type: Transform @@ -102583,21 +102638,6 @@ entities: - type: Transform pos: -14.5,47.5 parent: 2 - - uid: 4381 - components: - - type: Transform - pos: -14.5,49.5 - parent: 2 - - uid: 4382 - components: - - type: Transform - pos: -14.5,50.5 - parent: 2 - - uid: 4383 - components: - - type: Transform - pos: -14.5,48.5 - parent: 2 - uid: 4393 components: - type: Transform @@ -102615,23 +102655,11 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,50.5 parent: 2 - - uid: 4405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,50.5 - parent: 2 - - uid: 4406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,50.5 - parent: 2 - uid: 4407 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,50.5 + pos: -22.5,49.5 parent: 2 - uid: 4408 components: @@ -102643,19 +102671,13 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,49.5 + pos: -22.5,48.5 parent: 2 - uid: 4410 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,49.5 - parent: 2 - - uid: 4411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,49.5 + pos: -22.5,50.5 parent: 2 - uid: 4412 components: @@ -102699,17 +102721,10 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,47.5 parent: 2 - - uid: 4434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,48.5 - parent: 2 - uid: 4435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,48.5 + pos: -19.5,51.5 parent: 2 - uid: 4436 components: @@ -102726,8 +102741,7 @@ entities: - uid: 4438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,48.5 + pos: -18.5,51.5 parent: 2 - uid: 4439 components: @@ -102938,6 +102952,11 @@ entities: - type: Transform pos: 19.5,20.5 parent: 2 + - uid: 4860 + components: + - type: Transform + pos: -7.5,45.5 + parent: 2 - uid: 4867 components: - type: Transform @@ -103008,38 +103027,43 @@ entities: rot: 3.141592653589793 rad pos: -2.5,45.5 parent: 2 - - uid: 5037 - components: - - type: Transform - pos: -11.5,46.5 - parent: 2 - uid: 5038 components: - type: Transform - pos: -11.5,47.5 - parent: 2 - - uid: 5048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,45.5 + pos: -7.5,43.5 parent: 2 - uid: 5050 components: - type: Transform pos: 24.5,42.5 parent: 2 + - uid: 5054 + components: + - type: Transform + pos: -22.5,47.5 + parent: 2 - uid: 5089 components: - type: Transform pos: -1.5,45.5 parent: 2 + - uid: 5097 + components: + - type: Transform + pos: -0.5,45.5 + parent: 2 - uid: 5129 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,60.5 parent: 2 + - uid: 5154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,51.5 + parent: 2 - uid: 5194 components: - type: Transform @@ -103501,12 +103525,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,38.5 parent: 2 - - uid: 5410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,40.5 - parent: 2 - uid: 5430 components: - type: Transform @@ -103553,18 +103571,18 @@ entities: - type: Transform pos: -2.5,26.5 parent: 2 + - uid: 5684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,45.5 + parent: 2 - uid: 5685 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,73.5 parent: 2 - - uid: 5687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,44.5 - parent: 2 - uid: 5773 components: - type: Transform @@ -103749,12 +103767,6 @@ entities: - type: Transform pos: -30.5,-8.5 parent: 2 - - uid: 6523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,46.5 - parent: 2 - uid: 6527 components: - type: Transform @@ -103778,6 +103790,11 @@ entities: rot: 3.141592653589793 rad pos: -39.5,40.5 parent: 2 + - uid: 6586 + components: + - type: Transform + pos: -0.5,43.5 + parent: 2 - uid: 6592 components: - type: Transform @@ -103868,11 +103885,6 @@ entities: rot: 3.141592653589793 rad pos: 15.5,76.5 parent: 2 - - uid: 6902 - components: - - type: Transform - pos: -13.5,49.5 - parent: 2 - uid: 6906 components: - type: Transform @@ -104260,7 +104272,7 @@ entities: - uid: 9396 components: - type: Transform - pos: -12.5,49.5 + pos: -3.5,51.5 parent: 2 - uid: 9543 components: @@ -104282,6 +104294,11 @@ entities: - type: Transform pos: 22.5,-3.5 parent: 2 + - uid: 9675 + components: + - type: Transform + pos: -4.5,51.5 + parent: 2 - uid: 9708 components: - type: Transform @@ -104293,6 +104310,11 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,37.5 parent: 2 + - uid: 9772 + components: + - type: Transform + pos: -7.5,42.5 + parent: 2 - uid: 9811 components: - type: Transform @@ -104643,6 +104665,12 @@ entities: rot: 3.141592653589793 rad pos: -26.5,37.5 parent: 2 + - uid: 13147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,51.5 + parent: 2 - uid: 13218 components: - type: Transform @@ -105271,6 +105299,11 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,7.5 parent: 2 + - uid: 15053 + components: + - type: Transform + pos: -19.5,47.5 + parent: 2 - uid: 15109 components: - type: Transform @@ -105561,6 +105594,11 @@ entities: rot: -1.5707963267948966 rad pos: -91.5,57.5 parent: 2 + - uid: 15874 + components: + - type: Transform + pos: -18.5,47.5 + parent: 2 - uid: 16373 components: - type: Transform @@ -105910,6 +105948,11 @@ entities: - type: Transform pos: -42.5,13.5 parent: 2 + - uid: 689 + components: + - type: Transform + pos: -17.5,49.5 + parent: 2 - uid: 768 components: - type: Transform @@ -109235,6 +109278,11 @@ entities: - type: Transform pos: -61.5,-2.5 parent: 2 + - uid: 6902 + components: + - type: Transform + pos: -17.5,48.5 + parent: 2 - uid: 6903 components: - type: Transform @@ -110413,6 +110461,26 @@ entities: - type: Transform pos: -71.5,74.5 parent: 2 +- proto: WallWood + entities: + - uid: 1534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,49.5 + parent: 2 + - uid: 5000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,49.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,48.5 + parent: 2 - proto: WardrobeBlackFilled entities: - uid: 7411 @@ -110518,35 +110586,20 @@ entities: parent: 2 - proto: WardrobePrisonFilled entities: - - uid: 1415 + - uid: 4996 components: - type: Transform - pos: -21.5,50.5 + pos: -9.5,46.5 parent: 2 - uid: 5083 components: - type: Transform pos: -1.5,49.5 parent: 2 - - uid: 5684 + - uid: 5721 components: - type: Transform - pos: -24.5,50.5 - parent: 2 - - uid: 8190 - components: - - type: Transform - pos: -15.5,50.5 - parent: 2 - - uid: 8570 - components: - - type: Transform - pos: -18.5,50.5 - parent: 2 - - uid: 9759 - components: - - type: Transform - pos: -13.5,48.5 + pos: -6.5,46.5 parent: 2 - proto: WardrobeWhiteFilled entities: @@ -110787,6 +110840,17 @@ entities: - type: Transform pos: -19.5,75.5 parent: 2 + - uid: 8190 + components: + - type: Transform + pos: -19.5,46.5 + parent: 2 + - uid: 13146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,49.5 + parent: 2 - proto: WeaponCapacitorRechargerCircuitboard entities: - uid: 14184 @@ -110988,12 +111052,24 @@ entities: - type: Transform pos: -43.5,56.5 parent: 2 + - uid: 4424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,51.5 + parent: 2 - uid: 4932 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,42.5 parent: 2 + - uid: 5145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,51.5 + parent: 2 - uid: 5571 components: - type: Transform @@ -111093,54 +111169,6 @@ entities: parent: 2 - proto: WindoorSecure entities: - - uid: 1777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,47.5 - parent: 2 - - uid: 1853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,47.5 - parent: 2 - - uid: 2305 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,46.5 - parent: 2 - - uid: 5153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,47.5 - parent: 2 - - uid: 5154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,47.5 - parent: 2 - - uid: 5709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,46.5 - parent: 2 - - uid: 6727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,51.5 - parent: 2 - - uid: 6728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,51.5 - parent: 2 - uid: 12784 components: - type: Transform @@ -111173,32 +111201,6 @@ entities: parent: 2 - proto: WindoorSecureBrigLocked entities: - - uid: 1527 - components: - - type: Transform - pos: -16.5,47.5 - parent: 2 - - uid: 1534 - components: - - type: Transform - pos: -19.5,47.5 - parent: 2 - - uid: 1546 - components: - - type: Transform - pos: -22.5,47.5 - parent: 2 - - uid: 1606 - components: - - type: Transform - pos: -25.5,47.5 - parent: 2 - - uid: 2212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,45.5 - parent: 2 - uid: 4874 components: - type: Transform @@ -111231,12 +111233,6 @@ entities: access: - - Brig - - ChiefMedicalOfficer - - uid: 5624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,45.5 - parent: 2 - proto: WindoorSecureCargoLocked entities: - uid: 6052 @@ -111388,15 +111384,15 @@ entities: parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 6725 + - uid: 5117 components: - type: Transform - pos: -32.5,51.5 + pos: -24.5,51.5 parent: 2 - - uid: 6726 + - uid: 5146 components: - type: Transform - pos: -31.5,51.5 + pos: -25.5,51.5 parent: 2 - uid: 14218 components: @@ -112587,12 +112583,6 @@ entities: rot: 3.141592653589793 rad pos: -12.5,61.5 parent: 2 - - uid: 6586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,46.5 - parent: 2 - uid: 11445 components: - type: Transform @@ -112659,6 +112649,17 @@ entities: - type: Transform pos: -61.5,30.5 parent: 2 + - uid: 10743 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - uid: 13145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,49.5 + parent: 2 - proto: WoodenBench entities: - uid: 8347 From f900d9f8b24f827722bd18fd919fc5a3afe4b753 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:18:23 -0400 Subject: [PATCH 035/318] PKA Modkits + Rebalance (#31247) --- .../Components/GunUpgradeComponent.cs | 24 +++ .../Components/GunUpgradeDamageComponent.cs | 17 ++ .../Components/GunUpgradeFireRateComponent.cs | 16 ++ .../Components/GunUpgradeSpeedComponent.cs | 16 ++ .../Components/UpgradeableGunComponent.cs | 36 +++++ .../Ranged/Upgrades/GunUpgradeSystem.cs | 145 ++++++++++++++++++ .../Locale/en-US/research/technologies.ftl | 1 + .../Locale/en-US/weapons/ranged/upgrades.ftl | 7 + .../Spawners/Random/Salvage/tables_loot.yml | 6 + .../Entities/Objects/Tools/pka_upgrade.yml | 80 ++++++++++ .../Objects/Weapons/Guns/Basic/base_pka.yml | 4 +- .../Objects/Weapons/Guns/Basic/pka.yml | 7 + .../Weapons/Guns/Projectiles/projectiles.yml | 6 +- .../Recipes/Lathes/Packs/science.yml | 3 + .../Recipes/Lathes/Packs/shared.yml | 3 + .../Prototypes/Recipes/Lathes/salvage.yml | 34 ++++ Resources/Prototypes/Research/arsenal.yml | 14 ++ Resources/Prototypes/tags.yml | 12 ++ .../Objects/Tools/upgrade.rsi/base.png | Bin 0 -> 255 bytes .../Objects/Tools/upgrade.rsi/display.png | Bin 0 -> 318 bytes .../Objects/Tools/upgrade.rsi/meta.json | 28 ++++ .../Objects/Tools/upgrade.rsi/overlay-1.png | Bin 0 -> 122 bytes .../Objects/Tools/upgrade.rsi/overlay-2.png | Bin 0 -> 121 bytes .../Objects/Tools/upgrade.rsi/overlay-3.png | Bin 0 -> 111 bytes 24 files changed, 455 insertions(+), 4 deletions(-) create mode 100644 Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeComponent.cs create mode 100644 Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeDamageComponent.cs create mode 100644 Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeFireRateComponent.cs create mode 100644 Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeSpeedComponent.cs create mode 100644 Content.Shared/Weapons/Ranged/Upgrades/Components/UpgradeableGunComponent.cs create mode 100644 Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs create mode 100644 Resources/Locale/en-US/weapons/ranged/upgrades.ftl create mode 100644 Resources/Prototypes/Entities/Objects/Tools/pka_upgrade.yml create mode 100644 Resources/Textures/Objects/Tools/upgrade.rsi/base.png create mode 100644 Resources/Textures/Objects/Tools/upgrade.rsi/display.png create mode 100644 Resources/Textures/Objects/Tools/upgrade.rsi/meta.json create mode 100644 Resources/Textures/Objects/Tools/upgrade.rsi/overlay-1.png create mode 100644 Resources/Textures/Objects/Tools/upgrade.rsi/overlay-2.png create mode 100644 Resources/Textures/Objects/Tools/upgrade.rsi/overlay-3.png diff --git a/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeComponent.cs b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeComponent.cs new file mode 100644 index 0000000000..3fd4b93eba --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeComponent.cs @@ -0,0 +1,24 @@ +using Content.Shared.Tag; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Weapons.Ranged.Upgrades.Components; + +/// +/// Used to denote compatibility with . Does not contain explicit behavior. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(GunUpgradeSystem))] +public sealed partial class GunUpgradeComponent : Component +{ + /// + /// Tags used to ensure mutually exclusive upgrades and duplicates are not stacked. + /// + [DataField] + public List> Tags = new(); + + /// + /// Markup added to the gun on examine to display the upgrades. + /// + [DataField] + public LocId ExamineText; +} diff --git a/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeDamageComponent.cs b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeDamageComponent.cs new file mode 100644 index 0000000000..b69c7973a0 --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeDamageComponent.cs @@ -0,0 +1,17 @@ +using Content.Shared.Damage; +using Robust.Shared.GameStates; + +namespace Content.Shared.Weapons.Ranged.Upgrades.Components; + +/// +/// A for increasing the damage of a gun's projectile. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(GunUpgradeSystem))] +public sealed partial class GunUpgradeDamageComponent : Component +{ + /// + /// Additional damage added onto the projectile's base damage. + /// + [DataField] + public DamageSpecifier Damage = new(); +} diff --git a/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeFireRateComponent.cs b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeFireRateComponent.cs new file mode 100644 index 0000000000..90556928d6 --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeFireRateComponent.cs @@ -0,0 +1,16 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Weapons.Ranged.Upgrades.Components; + +/// +/// A for increasing the firerate of a gun. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(GunUpgradeSystem))] +public sealed partial class GunUpgradeFireRateComponent : Component +{ + /// + /// Multiplier for the speed of a gun's fire rate. + /// + [DataField] + public float Coefficient = 1; +} diff --git a/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeSpeedComponent.cs b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeSpeedComponent.cs new file mode 100644 index 0000000000..82446d0bbc --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Upgrades/Components/GunUpgradeSpeedComponent.cs @@ -0,0 +1,16 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Weapons.Ranged.Upgrades.Components; + +/// +/// A for increasing the speed of a gun's projectile. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(GunUpgradeSystem))] +public sealed partial class GunUpgradeSpeedComponent : Component +{ + /// + /// Multiplier for the speed of a gun's projectile. + /// + [DataField] + public float Coefficient = 1; +} diff --git a/Content.Shared/Weapons/Ranged/Upgrades/Components/UpgradeableGunComponent.cs b/Content.Shared/Weapons/Ranged/Upgrades/Components/UpgradeableGunComponent.cs new file mode 100644 index 0000000000..ef79c9c3e0 --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Upgrades/Components/UpgradeableGunComponent.cs @@ -0,0 +1,36 @@ +using Content.Shared.Whitelist; +using Robust.Shared.Audio; +using Robust.Shared.GameStates; + +namespace Content.Shared.Weapons.Ranged.Upgrades.Components; + +/// +/// Component that stores and manages that modify a given weapon. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(GunUpgradeSystem))] +public sealed partial class UpgradeableGunComponent : Component +{ + /// + /// ID of container that holds upgrades. + /// + [DataField] + public string UpgradesContainerId = "upgrades"; + + /// + /// Whitelist which denotes the types of upgrades that can be added. + /// + [DataField] + public EntityWhitelist Whitelist = new(); + + /// + /// Sound played when upgrade is inserted. + /// + [DataField] + public SoundSpecifier? InsertSound = new SoundPathSpecifier("/Audio/Effects/thunk.ogg"); + + /// + /// The maximum amount of upgrades this gun can hold. + /// + [DataField] + public int MaxUpgradeCount = 2; +} diff --git a/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs b/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs new file mode 100644 index 0000000000..b84446fea4 --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs @@ -0,0 +1,145 @@ +using System.Linq; +using Content.Shared.Administration.Logs; +using Content.Shared.Database; +using Content.Shared.Examine; +using Content.Shared.Interaction; +using Content.Shared.Popups; +using Content.Shared.Projectiles; +using Content.Shared.Tag; +using Content.Shared.Weapons.Ranged.Events; +using Content.Shared.Weapons.Ranged.Systems; +using Content.Shared.Weapons.Ranged.Upgrades.Components; +using Content.Shared.Whitelist; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Containers; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Weapons.Ranged.Upgrades; + +public sealed class GunUpgradeSystem : EntitySystem +{ + [Dependency] private readonly ISharedAdminLogManager _adminLog = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly SharedGunSystem _gun = default!; + [Dependency] private readonly EntityWhitelistSystem _entityWhitelist = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + + /// + public override void Initialize() + { + SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnAfterInteractUsing); + SubscribeLocalEvent(OnExamine); + + SubscribeLocalEvent(RelayEvent); + SubscribeLocalEvent(RelayEvent); + + SubscribeLocalEvent(OnFireRateRefresh); + SubscribeLocalEvent(OnSpeedRefresh); + SubscribeLocalEvent(OnDamageGunShot); + } + + private void RelayEvent(Entity ent, ref T args) where T : notnull + { + foreach (var upgrade in GetCurrentUpgrades(ent)) + { + RaiseLocalEvent(upgrade, ref args); + } + } + + private void OnExamine(Entity ent, ref ExaminedEvent args) + { + using (args.PushGroup(nameof(UpgradeableGunComponent))) + { + foreach (var upgrade in GetCurrentUpgrades(ent)) + { + args.PushMarkup(Loc.GetString(upgrade.Comp.ExamineText)); + } + } + } + + private void OnInit(Entity ent, ref ComponentInit args) + { + _container.EnsureContainer(ent, ent.Comp.UpgradesContainerId); + } + + private void OnAfterInteractUsing(Entity ent, ref AfterInteractUsingEvent args) + { + if (args.Handled || !args.CanReach || !TryComp(args.Used, out var upgradeComponent)) + return; + + if (GetCurrentUpgrades(ent).Count >= ent.Comp.MaxUpgradeCount) + { + _popup.PopupPredicted(Loc.GetString("upgradeable-gun-popup-upgrade-limit"), ent, args.User); + return; + } + + if (_entityWhitelist.IsWhitelistFail(ent.Comp.Whitelist, args.Used)) + return; + + if (GetCurrentUpgradeTags(ent).ToHashSet().IsSupersetOf(upgradeComponent.Tags)) + { + _popup.PopupPredicted(Loc.GetString("upgradeable-gun-popup-already-present"), ent, args.User); + return; + } + + _audio.PlayPredicted(ent.Comp.InsertSound, ent, args.User); + _popup.PopupClient(Loc.GetString("gun-upgrade-popup-insert", ("upgrade", args.Used),("gun", ent.Owner)), args.User); + _gun.RefreshModifiers(ent.Owner); + args.Handled = _container.Insert(args.Used, _container.GetContainer(ent, ent.Comp.UpgradesContainerId)); + + _adminLog.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.Used):player} inserted gun upgrade {ToPrettyString(args.Used)} into {ToPrettyString(ent.Owner)}."); + } + + private void OnFireRateRefresh(Entity ent, ref GunRefreshModifiersEvent args) + { + args.FireRate *= ent.Comp.Coefficient; + } + + private void OnSpeedRefresh(Entity ent, ref GunRefreshModifiersEvent args) + { + args.ProjectileSpeed *= ent.Comp.Coefficient; + } + + private void OnDamageGunShot(Entity ent, ref GunShotEvent args) + { + foreach (var (ammo, _) in args.Ammo) + { + if (TryComp(ammo, out var proj)) + proj.Damage += ent.Comp.Damage; + } + } + + /// + /// Gets the entities inside the gun's upgrade container. + /// + public HashSet> GetCurrentUpgrades(Entity ent) + { + if (!_container.TryGetContainer(ent, ent.Comp.UpgradesContainerId, out var container)) + return new HashSet>(); + + var upgrades = new HashSet>(); + foreach (var contained in container.ContainedEntities) + { + if (TryComp(contained, out var upgradeComp)) + upgrades.Add((contained, upgradeComp)); + } + + return upgrades; + } + + /// + /// Gets the tags of the upgrades currently applied. + /// + public IEnumerable> GetCurrentUpgradeTags(Entity ent) + { + foreach (var upgrade in GetCurrentUpgrades(ent)) + { + foreach (var tag in upgrade.Comp.Tags) + { + yield return tag; + } + } + } +} diff --git a/Resources/Locale/en-US/research/technologies.ftl b/Resources/Locale/en-US/research/technologies.ftl index fc4f3e41e8..c3c1f1dad7 100644 --- a/Resources/Locale/en-US/research/technologies.ftl +++ b/Resources/Locale/en-US/research/technologies.ftl @@ -35,6 +35,7 @@ research-technology-wave-particle-harnessing = Wave Particle Harnessing research-technology-advanced-riot-control = Advanced Riot Control research-technology-portable-microfusion-weaponry = Portable Microfusion Weaponry research-technology-experimental-battery-ammo = Experimental Battery Ammo +research-technology-kinetic-modifications = Kinetic Modifications research-technology-basic-shuttle-armament = Shuttle Basic Armament research-technology-advanced-shuttle-weapon = Advanced Shuttle Weapons research-technology-thermal-weaponry = Thermal Weaponry diff --git a/Resources/Locale/en-US/weapons/ranged/upgrades.ftl b/Resources/Locale/en-US/weapons/ranged/upgrades.ftl new file mode 100644 index 0000000000..c766b1e667 --- /dev/null +++ b/Resources/Locale/en-US/weapons/ranged/upgrades.ftl @@ -0,0 +1,7 @@ +upgradeable-gun-popup-already-present = Upgrade already installed! +upgradeable-gun-popup-upgrade-limit = Max upgrades reached! +gun-upgrade-popup-insert = Inserted {THE($upgrade)} into {THE($gun)}! + +gun-upgrade-examine-text-damage = This has upgraded [color=#ec9b2d][bold]damage.[/bold][/color] +gun-upgrade-examine-text-range = This has upgraded [color=#2decec][bold]range.[/bold][/color] +gun-upgrade-examine-text-reload = This has upgraded [color=#bbf134][bold]fire rate.[/bold][/color] diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml index 4ce93028bf..dba4ec6789 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml @@ -256,6 +256,12 @@ children: - id: JetpackBlueFilled - id: JetpackBlackFilled + - !type:GroupSelector + children: + - id: PKAUpgradeDamage + - id: PKAUpgradeRange + - id: PKAUpgradeFireRate + - type: entityTable id: RandomGeneratorTable diff --git a/Resources/Prototypes/Entities/Objects/Tools/pka_upgrade.yml b/Resources/Prototypes/Entities/Objects/Tools/pka_upgrade.yml new file mode 100644 index 0000000000..e06597c0fa --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Tools/pka_upgrade.yml @@ -0,0 +1,80 @@ +- type: entity + id: BasePKAUpgrade + parent: BaseItem + name: PKA modkit + description: A modkit for a proto-kinetic accelerator. + abstract: true + components: + - type: Sprite + sprite: Objects/Tools/upgrade.rsi + - type: Item + size: Small + - type: GunUpgrade + - type: StaticPrice + price: 750 + - type: Tag + tags: + - PKAUpgrade + +- type: entity + id: PKAUpgradeDamage + parent: BasePKAUpgrade + name: PKA modkit (damage) + components: + - type: Sprite + layers: + - state: base + - state: overlay-1 + color: "#ec9b2d" + - state: overlay-2 + color: "#a71010" + - state: overlay-3 + color: "#eb4c13" + - type: GunUpgrade + tags: [ GunUpgradeDamage ] + examineText: gun-upgrade-examine-text-damage + - type: GunUpgradeDamage + damage: + types: + Blunt: 10 + Structural: 15 + +- type: entity + id: PKAUpgradeRange + parent: BasePKAUpgrade + name: PKA modkit (range) + components: + - type: Sprite + layers: + - state: base + - state: overlay-1 + color: "#2decec" + - state: overlay-2 + color: "#1012a7" + - state: overlay-3 + color: "#1373eb" + - type: GunUpgrade + tags: [ GunUpgradeRange ] + examineText: gun-upgrade-examine-text-range + - type: GunUpgradeSpeed + coefficient: 1.5 + +- type: entity + id: PKAUpgradeFireRate + parent: BasePKAUpgrade + name: PKA modkit (fire rate) + components: + - type: Sprite + layers: + - state: base + - state: overlay-1 + color: "#bbf134" + - state: overlay-2 + color: "#07901b" + - state: overlay-3 + color: "#9bf134" + - type: GunUpgrade + tags: [ GunUpgradeReloadSpeed ] + examineText: gun-upgrade-examine-text-reload + - type: GunUpgradeFireRate + coefficient: 1.5 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_pka.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_pka.yml index f85e93b893..3107a50cfc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_pka.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_pka.yml @@ -7,7 +7,9 @@ sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi - type: Item sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi - size: Normal + size: Large + shape: + - 0,0,2,1 - type: GunWieldBonus minAngle: -43 maxAngle: -43 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml index 409f622f89..9bf6268147 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml @@ -13,3 +13,10 @@ map: [ "empty-icon" ] # todo: add itemcomponent with inhandVisuals states using unused texture and animation assets in kinetic_accelerator.rsi # todo: add clothingcomponent with clothingVisuals states using unused texture and animations assets in kinetic_accelerator.rsi + - type: UpgradeableGun + whitelist: + tags: + - PKAUpgrade + - type: ContainerContainer + containers: + upgrades: !type:Container diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index 31767ba8b3..bea1df8bca 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -457,11 +457,11 @@ impactEffect: BulletImpactEffectKinetic damage: types: - Blunt: 25 - Structural: 30 + Blunt: 15 + Structural: 15 # Short lifespan - type: TimedDespawn - lifetime: 0.4 + lifetime: 0.170 # ~4 tiles of range. - type: GatheringProjectile - type: entity diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/science.yml b/Resources/Prototypes/Recipes/Lathes/Packs/science.yml index c68b408cac..ef11d54ba0 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/science.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/science.yml @@ -53,6 +53,9 @@ - WeaponPistolCHIMP - WeaponForceGun - WeaponProtoKineticAccelerator + - PKAUpgradeDamage + - PKAUpgradeRange + - PKAUpgradeFireRate - WeaponTetherGun - WeaponGauntletGorilla diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml b/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml index 6fb00c0257..07bdc5f2ea 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml @@ -59,3 +59,6 @@ id: SalvageSecurityWeapons recipes: - WeaponProtoKineticAccelerator + - PKAUpgradeDamage + - PKAUpgradeRange + - PKAUpgradeFireRate diff --git a/Resources/Prototypes/Recipes/Lathes/salvage.yml b/Resources/Prototypes/Recipes/Lathes/salvage.yml index 02eeb4bafb..517735a24f 100644 --- a/Resources/Prototypes/Recipes/Lathes/salvage.yml +++ b/Resources/Prototypes/Recipes/Lathes/salvage.yml @@ -68,3 +68,37 @@ Plastic: 200 Silver: 200 Diamond: 100 + +- type: latheRecipe + id: PKAUpgradeDamage + result: PKAUpgradeDamage + categories: + - Weapons + completetime: 5 + materials: + Steel: 1500 + Gold: 500 + Silver: 500 + +- type: latheRecipe + id: PKAUpgradeRange + result: PKAUpgradeRange + categories: + - Weapons + completetime: 5 + materials: + Steel: 1500 + Gold: 500 + Silver: 500 + +- type: latheRecipe + id: PKAUpgradeFireRate + result: PKAUpgradeFireRate + categories: + - Weapons + completetime: 5 + materials: + Steel: 1500 + Gold: 500 + Silver: 500 + diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index b848ae0998..7ba7cea9da 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -155,6 +155,20 @@ recipeUnlocks: - WeaponXrayCannon +- type: technology + id: KineticModifications + name: research-technology-kinetic-modifications + icon: + sprite: Objects/Tools/upgrade.rsi + state: display + discipline: Arsenal + tier: 2 + cost: 7500 + recipeUnlocks: + - PKAUpgradeDamage + - PKAUpgradeRange + - PKAUpgradeFireRate + - type: technology id: BasicShuttleArmament name: research-technology-basic-shuttle-armament diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index c8e376d109..6eb882b984 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -617,6 +617,15 @@ - type: Tag id: GuideEmbeded +- type: Tag + id: GunUpgradeDamage + +- type: Tag + id: GunUpgradeRange + +- type: Tag + id: GunUpgradeReloadSpeed + - type: Tag id: Hamster @@ -981,6 +990,9 @@ - type: Tag id: Pizza +- type: Tag + id: PKAUpgrade + - type: Tag id: PlantAnalyzer diff --git a/Resources/Textures/Objects/Tools/upgrade.rsi/base.png b/Resources/Textures/Objects/Tools/upgrade.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..e18a16b6cfd08167a8567a31e2b8370de69fc08f GIT binary patch literal 255 zcmVPx#xk*GpR9J=W)v*eLFc8M^e@nsL*+qN_AHXf|zX)y)nSux!GNsc=>E>C?(ECld zT=J3R2pD6`zk6t!oO3y)#Ja8kEX%?;j;ggzH#z5W*LB1gnWhPVecuTos6sr?HUPvJ z@!kV4&$DKUYXO989zwV;KuYPTo2CJvuIu{(e3KAbs+ZgMeU@5||F$U@h9S3Yi}#*w z+kgU7@Jp|=4OLYg_0P)Px#_(?=TR9J=W)jvzaKpe*LuObBe13`rjf)FzHCAdkp>l-K?eHFd}-#}N#A~!q}&}hv~iG@(k<7L4Blt@Ezge!?v8^X2!j9a$R{L(Xq&$=tHYmyK5%6r}1mpE>IRx7@iO919tGxglnI+SHulOzdJO0@nv`_5m% zA)T}hL{YSvpB8Uio<_vi=iI5QZVGIBytoIz%nhKtcJzJ(z5fM45CpyZ1v%ql45GdR QFaQ7m07*qoM6N<$f`NmH9RL6T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/upgrade.rsi/meta.json b/Resources/Textures/Objects/Tools/upgrade.rsi/meta.json new file mode 100644 index 0000000000..17fd84c2e9 --- /dev/null +++ b/Resources/Textures/Objects/Tools/upgrade.rsi/meta.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae.", + "size": + { + "x": 32, + "y": 32 + }, + "states": + [ + { + "name": "base" + }, + { + "name": "overlay-1" + }, + { + "name": "overlay-2" + }, + { + "name": "overlay-3" + }, + { + "name": "display" + } + ] +} diff --git a/Resources/Textures/Objects/Tools/upgrade.rsi/overlay-1.png b/Resources/Textures/Objects/Tools/upgrade.rsi/overlay-1.png new file mode 100644 index 0000000000000000000000000000000000000000..89d0eea7eb7b39dee1150a2290cff0f0a5aa223a GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}CY~;iArY-_ z&pGlk81NiEko6~V>IA_Q1*1&)`}e)lR6Mm*JulB!W81X*YbV!-{Fq59FI%~J7zJOe TfA)M0)X(7Q>gTe~DWM4frnx1? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/upgrade.rsi/overlay-2.png b/Resources/Textures/Objects/Tools/upgrade.rsi/overlay-2.png new file mode 100644 index 0000000000000000000000000000000000000000..cbcaa4c099df4dbf4e0314370568a92f0aaf657e GIT binary patch literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}#-1*YArY-_ z&unC5FyJ`6;Y;j2HD&uH_8Ur8Y`rbS!0_YlO&3oi<4tSdP0J0v`ihl-Vcu@bY5}I_ S9`z+a?F^o-elF{r5}E+mvnJyJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/upgrade.rsi/overlay-3.png b/Resources/Textures/Objects/Tools/upgrade.rsi/overlay-3.png new file mode 100644 index 0000000000000000000000000000000000000000..7f554f4cd0942a15bf761a6167ffc967056ba389 GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}nw~C>ArY-_ z&oS~c7;rEf{8>FyWzHKTxk+J;=?n}zbUe$q=l=f9bRd>rO_yu+YZcLnKurvuu6{1- HoD!M<#xNfm literal 0 HcmV?d00001 From 5fa59ea2136838bd90f557979bf1b9f4ca4f56d3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 25 Apr 2025 18:19:31 +0000 Subject: [PATCH 036/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f97b015f89..b2e0ffffc4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Errant - changes: - - message: Cyborgs now start with positronic brains. - type: Tweak - id: 7849 - time: '2025-01-24T06:58:34.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34614 - author: CaasGit changes: - message: Solar panels can now be upgraded with plasma or uranium glass. @@ -3926,3 +3919,14 @@ id: 8350 time: '2025-04-25T15:33:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36921 +- author: EmoGarbage404 + changes: + - message: Added 3 modkits for the proto-kinetic accelerator, granting increased + damage, range, and fire rate. They can be researched via the new "Kinetic Modifications" + arsenal tech. + type: Add + - message: Reduced damage and range on the proto-kinetic accelerator. + type: Tweak + id: 8351 + time: '2025-04-25T18:18:24.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/31247 From b2f1f7c5ad1731a86642e08bb0f3772e61b0c5ac Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:32:23 -0400 Subject: [PATCH 037/318] Remove a redundant trycomp from TileAnomalySystem (#36924) * remove a redundant check * revert this space. --- Content.Server/Anomaly/Effects/TileAnomalySystem.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Content.Server/Anomaly/Effects/TileAnomalySystem.cs b/Content.Server/Anomaly/Effects/TileAnomalySystem.cs index 92f5415252..6c38a5941c 100644 --- a/Content.Server/Anomaly/Effects/TileAnomalySystem.cs +++ b/Content.Server/Anomaly/Effects/TileAnomalySystem.cs @@ -84,10 +84,6 @@ public sealed class TileAnomalySystem : SharedTileAnomalySystem private void SpawnTiles(Entity anomaly, TileSpawnSettingsEntry entry, float stability, float severity, float powerMod) { - var xform = Transform(anomaly); - if (!TryComp(xform.GridUid, out var grid)) - return; - var tiles = _anomaly.GetSpawningPoints(anomaly, stability, severity, entry.Settings, powerMod); if (tiles == null) return; From 8812237108a194b0fdc9bacc1f28774d6e3a1f79 Mon Sep 17 00:00:00 2001 From: kaiserbirch <150971100+kaiserbirch@users.noreply.github.com> Date: Fri, 25 Apr 2025 22:53:50 +0200 Subject: [PATCH 038/318] Land mine armament (#33883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Land Mine is now armable, it will not explode unless armed. * Land Mine is now armable, it will not explode unless armed. * Explicitly have Armed as false * SharedLandMineSystem.cs adds the "Arm"-verb in "Content.Shared" with the Arming logic being implemented in "Content.Server" * Land Mines now blink only when armed. * Added prediction components, moved logic to SharedLandMineSystem.cs and inherit it in client content. * Accessing the datafield directly instead of using methods * Mines are now armed by default with a unarmed prototype * Land mine now shows if it is armed when examined and in range. * Landmine is unarmed by default with an armed variant for mapping purposes. * Removed properties that were already defined by inheritance. * Access the bool directly from the component * Add booleans to change if the Arm-verb is showed and if examining the mine shows the status. * Added status message for unarmed mine, removed using PushGroup since only one string is displayed. * Added properties to the explosive floor sign to ensure that it is armed, not showing neither status nor arm-verb. * The prototypes work now as before with added unarmed versions. Sprite is now only one toggable layer. * Make the craftable land mine unarmed. * Refactored the arming mechanic into own component and system. * Reverted the explosive wet floor sign to previous prototype and added the Armable component and ItemToggle to the landmines. * Moved the examination strings from land-mines.ftl to armable.ftl. * Removed unused property. * Formatting and fixing imports * Added prefixes to the ftl naming. Moved LocId from system to component * Added documentation. Moved check for armable to HandleStepTriggerAttempt. Moved the LocId to component. * Removed the TryArming method. Added documentation. * Removed unnecessary TryComp * Simplified the logic for the trigger attempt * HasComp instead of TryComp on logic * EmoGarbage Review --------- Co-authored-by: Franz - Josef Björck Co-authored-by: EmoGarbage404 --- Content.Server/LandMines/LandMineComponent.cs | 13 ---- Content.Server/LandMines/LandMineSystem.cs | 38 ++++++++--- Content.Shared/Armable/ArmableComponent.cs | 35 +++++++++++ Content.Shared/Armable/ArmableSystem.cs | 54 ++++++++++++++++ .../Components/ItemToggleComponent.cs | 2 +- .../Item/ItemToggle/ItemToggleSystem.cs | 15 +++++ Content.Shared/LandMines/LandMineComponent.cs | 23 +++++++ Resources/Locale/en-US/armable/armable.ftl | 2 + .../Locale/en-US/land-mines/land-mines.ftl | 1 + .../Entities/Objects/Misc/land_mine.yml | 63 +++++++++++++++++-- .../Graphs/weapons/modular_mine.yml | 4 +- 11 files changed, 219 insertions(+), 31 deletions(-) delete mode 100644 Content.Server/LandMines/LandMineComponent.cs create mode 100644 Content.Shared/Armable/ArmableComponent.cs create mode 100644 Content.Shared/Armable/ArmableSystem.cs create mode 100644 Content.Shared/LandMines/LandMineComponent.cs create mode 100644 Resources/Locale/en-US/armable/armable.ftl diff --git a/Content.Server/LandMines/LandMineComponent.cs b/Content.Server/LandMines/LandMineComponent.cs deleted file mode 100644 index 1c4ba06691..0000000000 --- a/Content.Server/LandMines/LandMineComponent.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Robust.Shared.Audio; - -namespace Content.Server.LandMines; - -[RegisterComponent] -public sealed partial class LandMineComponent : Component -{ - /// - /// Trigger sound effect when stepping onto landmine - /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public SoundSpecifier? Sound; -} diff --git a/Content.Server/LandMines/LandMineSystem.cs b/Content.Server/LandMines/LandMineSystem.cs index 22dedb9337..57d25ef8ab 100644 --- a/Content.Server/LandMines/LandMineSystem.cs +++ b/Content.Server/LandMines/LandMineSystem.cs @@ -1,7 +1,9 @@ using Content.Server.Explosion.EntitySystems; +using Content.Shared.Armable; +using Content.Shared.Item.ItemToggle.Components; +using Content.Shared.LandMines; using Content.Shared.Popups; using Content.Shared.StepTrigger.Systems; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; namespace Content.Server.LandMines; @@ -14,30 +16,46 @@ public sealed class LandMineSystem : EntitySystem public override void Initialize() { + base.Initialize(); + SubscribeLocalEvent(HandleStepOnTriggered); SubscribeLocalEvent(HandleStepOffTriggered); - SubscribeLocalEvent(HandleStepTriggerAttempt); } + /// + /// Warns the player when stepped on. + /// private void HandleStepOnTriggered(EntityUid uid, LandMineComponent component, ref StepTriggeredOnEvent args) { - _popupSystem.PopupCoordinates( - Loc.GetString("land-mine-triggered", ("mine", uid)), - Transform(uid).Coordinates, - args.Tripper, - PopupType.LargeCaution); - - _audioSystem.PlayPvs(component.Sound, uid); + if (!string.IsNullOrEmpty(component.TriggerText)) + { + _popupSystem.PopupCoordinates( + Loc.GetString(component.TriggerText, ("mine", uid)), + Transform(uid).Coordinates, + args.Tripper, + PopupType.LargeCaution); + } + _audioSystem.PlayPvs(component.Sound, uid); } + /// + /// Sends a trigger when stepped off. + /// private void HandleStepOffTriggered(EntityUid uid, LandMineComponent component, ref StepTriggeredOffEvent args) { _trigger.Trigger(uid, args.Tripper); } - private static void HandleStepTriggerAttempt(EntityUid uid, LandMineComponent component, ref StepTriggerAttemptEvent args) + /// + /// Presumes that the landmine isn't armable and should be treated as always armed. + /// If Armable and ItemToggle is present the event will continue only if the mine is activated. + /// + private void HandleStepTriggerAttempt(EntityUid uid, LandMineComponent component, ref StepTriggerAttemptEvent args) { args.Continue = true; + + if (HasComp(uid) && TryComp(uid, out var itemToggle)) + args.Continue = itemToggle.Activated; } } diff --git a/Content.Shared/Armable/ArmableComponent.cs b/Content.Shared/Armable/ArmableComponent.cs new file mode 100644 index 0000000000..11809c156c --- /dev/null +++ b/Content.Shared/Armable/ArmableComponent.cs @@ -0,0 +1,35 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Armable; + +/// +/// Makes an item armable, needs ItemToggleComponent to work. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(ArmableSystem))] +public sealed partial class ArmableComponent : Component +{ + /// + /// Does it show its status on examination? + /// + [DataField, AutoNetworkedField] + public bool ShowStatusOnExamination = true; + + /// + /// Does it change appearance when activated? + /// + [DataField, AutoNetworkedField] + public bool ChangeAppearance = true; + + /// + /// Text to show on examination when the entity is armed. + /// + [DataField] + public LocId? ExamineTextArmed = "armable-examine-armed"; + + /// + /// Text to show on examination when the entity is not armed + /// + [DataField] + public LocId? ExamineTextNotArmed ="armable-examine-not-armed"; +} diff --git a/Content.Shared/Armable/ArmableSystem.cs b/Content.Shared/Armable/ArmableSystem.cs new file mode 100644 index 0000000000..b0752ccc73 --- /dev/null +++ b/Content.Shared/Armable/ArmableSystem.cs @@ -0,0 +1,54 @@ +using Content.Shared.Examine; +using Content.Shared.Item.ItemToggle; +using Content.Shared.Item.ItemToggle.Components; + +namespace Content.Shared.Armable; + +/// +/// When used together with ItemToggle this will make the ItemToggle one way which is then used to represent an armed +/// state. If ItemComponent.Activated is true then the item is considered to be armed and should be able to be +/// triggered. +/// +public sealed class ArmableSystem : EntitySystem +{ + [Dependency] private readonly ItemToggleSystem _itemToggle = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnExamine); + SubscribeLocalEvent(ArmingDone); + } + + /// + /// Shows the status of the armable entity on examination. + /// + private void OnExamine(EntityUid uid, ArmableComponent comp, ExaminedEvent args) + { + if (!args.IsInDetailsRange || !comp.ShowStatusOnExamination || !TryComp(uid, out var itemToggle)) + return; + + if (itemToggle.Activated) + { + if (!string.IsNullOrEmpty(comp.ExamineTextArmed)) + args.PushMarkup(Loc.GetString(comp.ExamineTextArmed, ("name", uid))); + } + else + { + if (!string.IsNullOrEmpty(comp.ExamineTextNotArmed)) + args.PushMarkup(Loc.GetString(comp.ExamineTextNotArmed,("name", uid))); + } + } + + /// + /// Changes the appearance and disables the ItemToggleComponent as to not show the deactivate verb. + /// Whatever is armed should probably not be trivially disarmed. + /// + private void ArmingDone(Entity entity, ref ItemToggledEvent args) + { + if (!args.Activated) + return; + _itemToggle.SetOnActivate(entity.Owner, false); + } +} diff --git a/Content.Shared/Item/ItemToggle/Components/ItemToggleComponent.cs b/Content.Shared/Item/ItemToggle/Components/ItemToggleComponent.cs index cb6470f5d6..424bd12bb3 100644 --- a/Content.Shared/Item/ItemToggle/Components/ItemToggleComponent.cs +++ b/Content.Shared/Item/ItemToggle/Components/ItemToggleComponent.cs @@ -22,7 +22,7 @@ public sealed partial class ItemToggleComponent : Component /// /// Can the entity be activated in the world. /// - [DataField] + [DataField, AutoNetworkedField] public bool OnActivate = true; /// diff --git a/Content.Shared/Item/ItemToggle/ItemToggleSystem.cs b/Content.Shared/Item/ItemToggle/ItemToggleSystem.cs index 819975ecda..2c3e596a27 100644 --- a/Content.Shared/Item/ItemToggle/ItemToggleSystem.cs +++ b/Content.Shared/Item/ItemToggle/ItemToggleSystem.cs @@ -263,6 +263,21 @@ public sealed class ItemToggleSystem : EntitySystem RaiseLocalEvent(uid, ref toggleUsed); } + /// + /// Sets if this toggleable item can be activated in world by pressing "e" + /// + public void SetOnActivate(Entity ent, bool val) + { + if (!Resolve(ent, ref ent.Comp)) + return; + + if (ent.Comp.OnActivate == val) + return; + + ent.Comp.OnActivate = val; + Dirty(ent); + } + private void UpdateVisuals(Entity ent) { if (TryComp(ent, out AppearanceComponent? appearance)) diff --git a/Content.Shared/LandMines/LandMineComponent.cs b/Content.Shared/LandMines/LandMineComponent.cs new file mode 100644 index 0000000000..1ed8091585 --- /dev/null +++ b/Content.Shared/LandMines/LandMineComponent.cs @@ -0,0 +1,23 @@ +using Robust.Shared.Audio; + +namespace Content.Shared.LandMines; + +/// +/// Give a warning if stepped on and will execute a trigger on step off. When used together with ArmableComponent and +/// ItemToggleComponent it will only trigger if "ItemToggle.Activated" is true. +/// +[RegisterComponent] +public sealed partial class LandMineComponent : Component +{ + /// + /// The text that popups when the landmine is stepped on. + /// + [DataField] + public LocId? TriggerText = "land-mine-triggered"; + + /// + /// Trigger sound effect when stepping onto landmine + /// + [DataField] + public SoundSpecifier? Sound; +} diff --git a/Resources/Locale/en-US/armable/armable.ftl b/Resources/Locale/en-US/armable/armable.ftl new file mode 100644 index 0000000000..ebdae76096 --- /dev/null +++ b/Resources/Locale/en-US/armable/armable.ftl @@ -0,0 +1,2 @@ +armable-examine-armed = {CAPITALIZE(THE($name))} is [color=red]armed[/color]. +armable-examine-not-armed = {CAPITALIZE(THE($name))} needs to be armed. diff --git a/Resources/Locale/en-US/land-mines/land-mines.ftl b/Resources/Locale/en-US/land-mines/land-mines.ftl index b00c9fd2b5..f6ce2aa1f7 100644 --- a/Resources/Locale/en-US/land-mines/land-mines.ftl +++ b/Resources/Locale/en-US/land-mines/land-mines.ftl @@ -1 +1,2 @@ land-mine-triggered = You step on the { $mine }! +land-mine-verb-begin = Arm diff --git a/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml b/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml index a3e3485bc6..08991ec11f 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml @@ -4,7 +4,11 @@ components: - type: Clickable - type: InteractionOutline - - type: Anchorable + - type: ItemToggle + soundActivate: + path: /Audio/Weapons/click.ogg + params: + maxDistance: 1 - type: Pullable - type: MovedByPressure - type: Physics @@ -22,7 +26,16 @@ - type: Sprite drawdepth: Items sprite: Objects/Misc/landmine.rsi - state: landmine + layers: + - state: landmine-inactive + map: [ "enum.ToggleVisuals.Layer" ] + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ToggleVisuals.Toggled: + enum.ToggleVisuals.Layer: + True: {state: landmine} + False: {state: landmine-inactive} - type: Damageable damageContainer: Inorganic - type: Destructible @@ -39,33 +52,60 @@ path: /Audio/Effects/beep_landmine.ogg params: maxDistance: 10 + - type: Armable - type: StepTrigger requiredTriggeredSpeed: 0 stepOn: true - type: entity + id: LandMineKickUnarmed name: kick mine parent: BaseLandMine - id: LandMineKick components: - type: GhostKickUserOnTrigger - type: DeleteOnTrigger +- type: entity + id: LandMineKick + suffix: armed + parent: LandMineKickUnarmed + components: + - type: ItemToggle + activated: true + onActivate: false + - type: Armable + - type: Sprite + layers: + - state: landmine + - type: entity name: modular mine description: This bad boy could be packing any number of dangers. Or a bike horn. parent: BaseLandMine - id: LandMineModular + id: LandMineModularUnarmed components: - type: PayloadCase - type: Construction graph: ModularMineGraph node: emptyCase +- type: entity + id: LandMineModular + suffix: armed + parent: LandMineModularUnarmed + components: + - type: ItemToggle + activated: true + onActivate: false + - type: Armable + - type: Sprite + layers: + - state: landmine + - type: entity name: explosive mine parent: BaseLandMine - id: LandMineExplosive + id: LandMineExplosiveUnarmed components: - type: ExplodeOnTrigger - type: Explosive @@ -74,3 +114,16 @@ intensitySlope: 3 totalIntensity: 120 # about a ~4 tile radius canCreateVacuum: false + +- type: entity + suffix: armed + parent: LandMineExplosiveUnarmed + id: LandMineExplosive + components: + - type: ItemToggle + activated: true + onActivate: false + - type: Armable + - type: Sprite + layers: + - state: landmine diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml index 39272a9b61..b598c01cde 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml @@ -12,7 +12,7 @@ doAfter: 1 - node: emptyCase - entity: LandMineModular + entity: LandMineModularUnarmed edges: - to: wiredCase steps: @@ -34,7 +34,7 @@ doAfter: 2 - node: wiredCase - entity: LandMineModular + entity: LandMineModularUnarmed actions: - !type:PlaySound sound: /Audio/Machines/button.ogg From 0dd9ffe8bffecbb7570c842dfe46d0f318a7ec17 Mon Sep 17 00:00:00 2001 From: Wolfkey-SomeoneElseTookMyUsername Date: Fri, 25 Apr 2025 20:54:14 -0500 Subject: [PATCH 039/318] Add Cotton Burgers (#36405) * Adds cotton burgers * Rephrased copyright * Added an extra comment * Adds CottonBurger to tags.yml, Not sure if i am supposed to do this or not. * Reordered Cotton bun YAML, and fixed overwritten tags * Merge issue fix? * Add experiment plushie and remove rubber chicken from cotton burgers * Minor comment change --------- Co-authored-by: beck-thompson --- .../EntitySystems/FoodSequenceSystem.cs | 8 + .../nutrition/components/food-sequence.ftl | 38 ++ .../Objects/Consumable/Food/cottonburger.yml | 109 ++++++ .../Objects/Consumable/Food/ingredients.yml | 5 + .../Objects/Consumable/Food/produce.yml | 6 + .../Prototypes/Entities/Objects/Fun/toys.yml | 101 ++++++ .../Recipes/Cooking/food_sequence_element.yml | 334 ++++++++++++++++++ .../Recipes/Cooking/meal_recipes.yml | 9 + Resources/Prototypes/tags.yml | 3 + .../Food/cottonburger.rsi/cottonbun.png | Bin 0 -> 469 bytes .../cottonburger.rsi/cottonbun_bottom.png | Bin 0 -> 477 bytes .../Food/cottonburger.rsi/cottonbun_top.png | Bin 0 -> 422 bytes .../Food/cottonburger.rsi/meta.json | 20 ++ 13 files changed, 633 insertions(+) create mode 100644 Resources/Prototypes/Entities/Objects/Consumable/Food/cottonburger.yml create mode 100644 Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun.png create mode 100644 Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun_bottom.png create mode 100644 Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun_top.png create mode 100644 Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/meta.json diff --git a/Content.Server/Nutrition/EntitySystems/FoodSequenceSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSequenceSystem.cs index d5b4a0e2b3..8953773053 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSequenceSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSequenceSystem.cs @@ -9,6 +9,7 @@ using Content.Shared.Nutrition.Components; using Content.Shared.Nutrition.EntitySystems; using Content.Shared.Nutrition.Prototypes; using Content.Shared.Popups; +using Content.Shared.Storage.Components; using Content.Shared.Tag; using Robust.Server.GameObjects; using Robust.Shared.Prototypes; @@ -129,6 +130,13 @@ public sealed class FoodSequenceSystem : SharedFoodSequenceSystem return false; } + // Prevents plushies with items hidden in them from being added to prevent deletion of items + // If more of these types of checks need to be added, this should be changed to an event or something. + if (TryComp(element, out var stashComponent) && stashComponent.ItemContainer.Count != 0) + { + return false; + } + //Generate new visual layer var flip = start.Comp.AllowHorizontalFlip && _random.Prob(0.5f); var layer = new FoodSequenceVisualLayer(elementIndexed, diff --git a/Resources/Locale/en-US/nutrition/components/food-sequence.ftl b/Resources/Locale/en-US/nutrition/components/food-sequence.ftl index b21d2a8315..3d1d9be565 100644 --- a/Resources/Locale/en-US/nutrition/components/food-sequence.ftl +++ b/Resources/Locale/en-US/nutrition/components/food-sequence.ftl @@ -121,6 +121,44 @@ food-sequence-burger-content-anomaly-berry = anom food-sequence-burger-content-extradimensional-orange = 3d food-sequence-burger-content-world-pea = peace +# COTTON BURGERS + +food-sequence-cotton-burger-gen = {$content}burger + +food-sequence-cotton-burger-content-cotton-bol = cotton +food-sequence-cotton-burger-content-pyrotton-bol = pyro +food-sequence-cotton-burger-content-plushie-throngler = throngle +food-sequence-cotton-burger-content-plushie-ghost = spooky +food-sequence-cotton-burger-content-plushie-revenant = spookier +food-sequence-cotton-burger-content-plushie-bee = buzzzy +food-sequence-cotton-burger-content-plushie-hamptr = hampt +food-sequence-cotton-burger-content-plushie-nukie = nukie +food-sequence-cotton-burger-content-plushie-rouny = rouny +food-sequence-cotton-burger-content-plushie-lamp = lamp +food-sequence-cotton-burger-content-plushie-arachnid = spider +food-sequence-cotton-burger-content-plushie-lizard = weh +food-sequence-cotton-burger-content-plushie-experiment = experimental +food-sequence-cotton-burger-content-plushie-spacelizard = space +food-sequence-cotton-burger-content-plushie-lizard-inversed = hew +food-sequence-cotton-burger-content-plushie-diona = dion +food-sequence-cotton-burger-content-plushie-shark = shonk +food-sequence-cotton-burger-content-plushie-ratvar = ratvarian +food-sequence-cotton-burger-content-plushie-narsie = nar' +food-sequence-cotton-burger-content-plushie-carp = carp +food-sequence-cotton-burger-content-plushie-magicarp = magi +food-sequence-cotton-burger-content-plushie-holocarp = holo +food-sequence-cotton-burger-content-plushie-slime = slime +food-sequence-cotton-burger-content-plushie-snake = snek +food-sequence-cotton-burger-content-plushie-mouse = mouse +food-sequence-cotton-burger-content-plushie-vox = skree +food-sequence-cotton-burger-content-plushie-atmosian = atmos +food-sequence-cotton-burger-content-plushie-xeno = xeno +food-sequence-cotton-burger-content-plushie-penguin = peng +food-sequence-cotton-burger-content-plushie-human = uristmc +food-sequence-cotton-burger-content-plushie-moth = fluff +food-sequence-cotton-burger-content-plushie-ian = corgi +food-sequence-cotton-burger-content-among-pequeno = sus + # TACO food-sequence-taco-gen = taco with {$content} diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/cottonburger.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/cottonburger.yml new file mode 100644 index 0000000000..e12eed22c0 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/cottonburger.yml @@ -0,0 +1,109 @@ +# Cotton Bun + +- type: entity + parent: FoodBreadSliceBase + id: FoodCottonBun + name: cotton bun + description: A cotton hamburger bun. Soft, round and convenient to hold. + components: + - type: Food + requiresSpecialDigestion: true + - type: Sprite + sprite: Objects/Consumable/Food/cottonburger.rsi + layers: + - state: cottonbun + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Nutriment + Quantity: 3.33 + - ReagentId: Fiber + Quantity: 3.33 + - type: Butcherable + butcherDelay: 1 + spawned: + - id: FoodCottonBunTop + amount: 1 + - id: FoodCottonBunBottom + amount: 1 + - type: Tag + tags: + - ClothMade + - Bread + - Slice + + +- type: entity + parent: FoodBreadSliceBase + id: FoodCottonBunBottom + name: cotton bottom bun + description: It's time for moths to experience the burger tower. + components: + - type: Item + size: Normal #patch until there is an adequate resizing system in place + - type: Food + requiresSpecialDigestion: true + - type: Sprite + drawdepth: Mobs + noRot: true + sprite: Objects/Consumable/Food/cottonburger.rsi + layers: + - state: cottonbun_bottom + - map: ["foodSequenceLayers"] + - type: FoodSequenceStartPoint + key: CottonBurger + maxLayers: 10 + startPosition: 0, 0 + offset: 0, 0.07 + minLayerOffset: -0.05, 0 + maxLayerOffset: 0.05, 0 + nameGeneration: food-sequence-cotton-burger-gen + - type: Appearance + - type: FoodMetamorphableByAdding + - type: SolutionContainerManager + solutions: + food: + maxVol: 5 + canReact: false # Dont want cause reactions inside burgers after merging ingredients + reagents: + - ReagentId: Nutriment + Quantity: 1.665 + - ReagentId: Fiber + Quantity: 1.665 + - type: Tag + tags: + - ClothMade + - Bread + - Slice + +- type: entity + parent: FoodBreadSliceBase + id: FoodCottonBunTop + name: cotton top bun + description: The perfect finish for your fibrous burger tower. + components: + - type: Food + requiresSpecialDigestion: true + - type: Sprite + sprite: Objects/Consumable/Food/cottonburger.rsi + layers: + - state: cottonbun_top + - type: SolutionContainerManager + solutions: + food: + maxVol: 5 + reagents: + - ReagentId: Nutriment + Quantity: 1.665 + - ReagentId: Fiber + Quantity: 1.665 + - type: FoodSequenceElement + entries: + CottonBurger: CottonBunTopBurger + - type: Tag + tags: + - ClothMade + - Bread + - Slice diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 129fa9fc1f..f29d919b0f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -475,6 +475,7 @@ - type: Tag tags: - Slice + - ClothMade - type: Construction graph: DoughRopeCotton node: start @@ -512,6 +513,10 @@ Quantity: 1.5 - ReagentId: Fiber Quantity: 3.5 + - type: Tag + tags: + - ClothMade + - Ingredient - type: entity name: raw pastry base diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 0c79c233a4..25a60dfc75 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -2575,6 +2575,9 @@ tags: - ClothMade - CottonBoll + - type: FoodSequenceElement + entries: + CottonBurger: CottonBol - type: entity name: pyrotton boll @@ -2608,6 +2611,9 @@ - CottonBoll - type: Extractable grindableSolutionName: food + - type: FoodSequenceElement + entries: + CottonBurger: PyrottonBol - type: entity name: cherry diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index e69f056285..27187f6119 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -95,6 +95,10 @@ - type: Item size: Ginormous sprite: Objects/Weapons/Melee/Throngler-in-hand.rsi + - type: FoodSequenceElement + entries: + CottonBurger: ThronglerPlushie + - type: entity parent: BasePlushie @@ -134,6 +138,9 @@ accumulatorRatio: 0.5 maxSpeed: 1 minSpeed: 0.25 + - type: FoodSequenceElement + entries: + CottonBurger: GhostPlushie - type: entity parent: PlushieGhost @@ -151,6 +158,9 @@ - type: Construction graph: PlushieGhostRevenant node: plushie + - type: FoodSequenceElement + entries: + CottonBurger: RevenantPlushie - type: entity parent: BasePlushie @@ -186,6 +196,9 @@ equippedPrefix: bee slots: - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: BeePlushie - type: entity parent: BasePlushie @@ -218,6 +231,9 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Items/Toys/mousesqueek.ogg + - type: FoodSequenceElement + entries: + CottonBurger: HamptrPlushie - type: entity parent: PlushieBee @@ -252,6 +268,9 @@ components: - type: Sprite state: plushie_nuke + - type: FoodSequenceElement + entries: + CottonBurger: NukiePlushie - type: entity parent: BasePlushie @@ -262,6 +281,9 @@ - type: Sprite state: plushie_rouny - type: Rotatable + - type: FoodSequenceElement + entries: + CottonBurger: RounyPlushie - type: entity parent: BasePlushie @@ -275,6 +297,9 @@ radius: 1.5 energy: 2 netsync: false + - type: FoodSequenceElement + entries: + CottonBurger: LampPlushie - type: entity parent: BasePlushie @@ -307,6 +332,9 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: FoodSequenceElement + entries: + CottonBurger: ArachnidPlushie - type: entity parent: BasePlushie @@ -369,6 +397,9 @@ - ClothMade - Payload - PlushieLizard + - type: FoodSequenceElement + entries: + CottonBurger: LizardPlushie - type: entity parent: BasePlushie @@ -425,6 +456,9 @@ equippedPrefix: expi slots: - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: ExperimentPlushie - type: entity parent: PlushieLizard @@ -518,6 +552,9 @@ head: - state: spacelizard-equipped-HELMET offset: "0, 0.03" + - type: FoodSequenceElement + entries: + CottonBurger: SpaceLizardPlushie - type: entity parent: PlushieLizard @@ -569,6 +606,9 @@ equippedPrefix: lizard-inversed slots: - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: InversedLizardPlushie - type: entity @@ -649,6 +689,9 @@ - LowImpassable - type: CollisionWake enabled: false + - type: FoodSequenceElement + entries: + CottonBurger: DionaPlushie - type: entity parent: BasePlushie @@ -685,6 +728,9 @@ tags: - PlushieSharkBlue - Payload + - type: FoodSequenceElement + entries: + CottonBurger: BlueSharkPlushie - type: entity parent: PlushieSharkBlue @@ -701,6 +747,9 @@ tags: - PlushieSharkPink - Payload + - type: FoodSequenceElement + entries: + CottonBurger: PinkSharkPlushie - type: entity parent: PlushieSharkBlue @@ -717,6 +766,9 @@ tags: - PlushieSharkGrey - Payload + - type: FoodSequenceElement + entries: + CottonBurger: GreySharkPlushie - type: entity parent: BasePlushie @@ -728,6 +780,9 @@ size: Normal - type: Sprite state: plushie_ratvar + - type: FoodSequenceElement + entries: + CottonBurger: RatvarPlushie - type: entity parent: BasePlushie @@ -739,6 +794,9 @@ size: Normal - type: Sprite state: narplush + - type: FoodSequenceElement + entries: + CottonBurger: NarPlushie - type: entity parent: BasePlushie @@ -781,6 +839,9 @@ - Payload - ClothMade - PlushieCarp + - type: FoodSequenceElement + entries: + CottonBurger: CarpPlushie - type: entity parent: PlushieCarp @@ -790,6 +851,9 @@ components: - type: Sprite state: magicplush + - type: FoodSequenceElement + entries: + CottonBurger: MagicarpPlushie - type: entity parent: PlushieCarp @@ -821,6 +885,9 @@ components: - type: Sprite state: holoplush + - type: FoodSequenceElement + entries: + CottonBurger: HolocarpPlushie - type: entity parent: BasePlushie @@ -846,6 +913,9 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Voice/Slime/slime_squish.ogg + - type: FoodSequenceElement + entries: + CottonBurger: SlimePlushie - type: entity parent: BasePlushie @@ -887,6 +957,9 @@ - NECK - type: Speech speechVerb: Reptilian # for pais (In the secret stash) + - type: FoodSequenceElement + entries: + CottonBurger: SnakePlushie - type: entity parent: BasePlushie @@ -925,6 +998,9 @@ equippedPrefix: mouse slots: - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: MousePlushie - type: entity parent: BasePlushie @@ -957,6 +1033,9 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Voice/Vox/shriek1.ogg + - type: FoodSequenceElement + entries: + CottonBurger: VoxPlushie - type: entity parent: BasePlushie @@ -966,6 +1045,9 @@ components: - type: Sprite state: plushie_atmosian + - type: FoodSequenceElement + entries: + CottonBurger: AtmosianPlushie - type: entity parent: BasePlushie @@ -1000,6 +1082,9 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: FoodSequenceElement + entries: + CottonBurger: XenoPlushie - type: entity parent: BasePlushie @@ -1009,6 +1094,9 @@ components: - type: Sprite state: plushie_penguin + - type: FoodSequenceElement + entries: + CottonBurger: PenguinPlushie - type: entity parent: BasePlushie @@ -1040,6 +1128,9 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Voice/Human/malescream_5.ogg + - type: FoodSequenceElement + entries: + CottonBurger: HumanPlushie - type: entity parent: BasePlushie @@ -1071,6 +1162,9 @@ requiresSpecialDigestion: true useSound: path: /Audio/Voice/Moth/moth_chitter.ogg + - type: FoodSequenceElement + entries: + CottonBurger: MothPlushie ## Rubber @@ -1271,6 +1365,9 @@ requiresSpecialDigestion: true useSound: path: /Audio/Items/Toys/ian.ogg + - type: FoodSequenceElement + entries: + CottonBurger: IanPlushie ## Toyweapons @@ -1691,6 +1788,10 @@ available: - enum.DamageStateVisualLayers.Base: base: Sixteen +# - type: FoodSequenceElement - does not work with randomized sprites +# entries: +# CottonBurger: AmongPequeno + - type: entity parent: BaseItem diff --git a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml index 4b189a824d..cc9979b0a5 100644 --- a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml +++ b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml @@ -1218,3 +1218,337 @@ sprites: - sprite: Objects/Specific/Hydroponics/anomaly_berry.rsi state: produce + +# Cotton Top Bun + +- type: foodSequenceElement + id: CottonBunTopBurger + final: true + sprites: + - sprite: Objects/Consumable/Food/cottonburger.rsi + state: cottonbun_top + tags: + - Bun + - ClothMade + +# Cotton Bol + +- type: foodSequenceElement + id: CottonBol + name: food-sequence-cotton-burger-content-cotton-bol + sprites: + - sprite: Objects/Specific/Hydroponics/cotton.rsi + state: produce + +# Pyrotton Bol + +- type: foodSequenceElement + id: PyrottonBol + name: food-sequence-cotton-burger-content-pyrotton-bol + sprites: + - sprite: Objects/Specific/Hydroponics/pyrotton.rsi + state: produce + +# Throngler Plushie + +- type: foodSequenceElement + id: ThronglerPlushie + scale: 0.75, 0.75 + name: food-sequence-cotton-burger-content-plushie-throngler + sprites: + - sprite: Objects/Weapons/Melee/ThronglerPlushie.rsi + state: icon + +# Ghost Plushie + +- type: foodSequenceElement + id: GhostPlushie + name: food-sequence-cotton-burger-content-plushie-ghost + scale: 0.8, 0.8 + sprites: + - sprite: Mobs/Ghosts/ghost_human.rsi + state: icon + noRot: true + +# Revenant Plushie + +- type: foodSequenceElement + id: RevenantPlushie + name: food-sequence-cotton-burger-content-plushie-revenant + scale: 0.75, 0.75 + sprites: + - sprite: Mobs/Ghosts/revenant.rsi + state: icon + noRot: true + +# Bee Plushie + +- type: foodSequenceElement + id: BeePlushie + name: food-sequence-cotton-burger-content-plushie-bee + scale: 0.75, 0.75 + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_h + +# Hamptr Plushie + +- type: foodSequenceElement + id: HamptrPlushie + name: food-sequence-cotton-burger-content-plushie-hamptr + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_hampter + +# Nukie Plushie + +- type: foodSequenceElement + id: NukiePlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-nukie + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_nuke + +# Rouny Plushie + +- type: foodSequenceElement + id: RounyPlushie + name: food-sequence-cotton-burger-content-plushie-rouny + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_rouny + +# Lamp Plushie + +- type: foodSequenceElement + id: LampPlushie + name: food-sequence-cotton-burger-content-plushie-lamp + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_lamp + +# Arachnid Plushie + +- type: foodSequenceElement + id: ArachnidPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-arachnid + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_arachnid + +# Lizard Plushies + +- type: foodSequenceElement + id: LizardPlushie + name: food-sequence-cotton-burger-content-plushie-lizard #Weh! + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_lizard + +- type: foodSequenceElement + id: SpaceLizardPlushie + name: food-sequence-cotton-burger-content-plushie-spacelizard + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_spacelizard + +- type: foodSequenceElement + id: InversedLizardPlushie + name: food-sequence-cotton-burger-content-plushie-lizard-inversed #Hew! + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_lizard_inversed + +# Experiment Plushie + +- type: foodSequenceElement + id: ExperimentPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-experiment + sprites: + - sprite: Objects/Fun/expiplush.rsi + state: expi + +#Diona Plushie + +- type: foodSequenceElement + id: DionaPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-diona + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_diona + +#Shark Plushies + +- type: foodSequenceElement + id: BlueSharkPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-shark + sprites: + - sprite: Objects/Fun/sharkplush.rsi + state: blue + +- type: foodSequenceElement + id: PinkSharkPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-shark + sprites: + - sprite: Objects/Fun/sharkplush.rsi + state: pink + +- type: foodSequenceElement + id: GreySharkPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-shark + sprites: + - sprite: Objects/Fun/sharkplush.rsi + state: grey + +#Ratvar Plushie + +- type: foodSequenceElement + id: RatvarPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-ratvar + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_ratvar + +#Nar'sie Plushie + +- type: foodSequenceElement + id: NarPlushie + scale: 0.75, 0.75 + name: food-sequence-cotton-burger-content-plushie-narsie + sprites: + - sprite: Objects/Fun/toys.rsi + state: narplush + +#Carp Plushies + +- type: foodSequenceElement + id: CarpPlushie + name: food-sequence-cotton-burger-content-plushie-carp + sprites: + - sprite: Objects/Fun/toys.rsi + state: carpplush + +- type: foodSequenceElement + id: MagicarpPlushie + name: food-sequence-cotton-burger-content-plushie-magicarp + sprites: + - sprite: Objects/Fun/toys.rsi + state: magicplush + +- type: foodSequenceElement + id: HolocarpPlushie + name: food-sequence-cotton-burger-content-plushie-holocarp + sprites: + - sprite: Objects/Fun/toys.rsi + state: holoplush + +#Slime Plushie + +- type: foodSequenceElement + id: SlimePlushie + name: food-sequence-cotton-burger-content-plushie-slime + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_slime + +#Snake Plushie + +- type: foodSequenceElement + id: SnakePlushie + name: food-sequence-cotton-burger-content-plushie-snake + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_snake + +#Mouse Plushie + +- type: foodSequenceElement + id: MousePlushie + name: food-sequence-cotton-burger-content-plushie-mouse + sprites: + - sprite: Objects/Fun/toys.rsi + state: toy_mouse + +#Vox Plushie + +- type: foodSequenceElement + id: VoxPlushie + name: food-sequence-cotton-burger-content-plushie-vox + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_vox + +#Atmosian Plushie + +- type: foodSequenceElement + id: AtmosianPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-atmosian + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_atmosian + +#Xeno Plushie + +- type: foodSequenceElement + id: XenoPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-xeno + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_xeno + +#Penguin Plushie + +- type: foodSequenceElement + id: PenguinPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-penguin + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_penguin + +#Human Plushie + +- type: foodSequenceElement + id: HumanPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-human + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_human + +#Moth Plushie + +- type: foodSequenceElement + id: MothPlushie + scale: 0.8, 0.8 + name: food-sequence-cotton-burger-content-plushie-moth + sprites: + - sprite: Objects/Fun/toys.rsi + state: plushie_moth + +#Ian Plushie + +- type: foodSequenceElement + id: IanPlushie + name: food-sequence-cotton-burger-content-plushie-ian + sprites: + - sprite: Objects/Fun/toys.rsi + state: ian + +#Among pequeño - does not work with randomized sprites + +#- type: foodSequenceElement +# id: AmongPequeno +# name: food-sequence-cotton-burger-content-among-pequeno +# sprites: +# - sprite: Objects/Fun/pequeno.rsi diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 589d98e34b..9ac9ee1ed8 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -7,6 +7,15 @@ solids: FoodDoughSlice: 1 # one third of a standard bread dough recipe +- type: microwaveMealRecipe + id: RecipeCottonBun + name: cotton bun recipe + result: FoodCottonBun + time: 5 + group: Breads + solids: + FoodDoughCottonSlice: 1 + #Bagels - type: microwaveMealRecipe id: RecipeBagel diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 6eb882b984..65e02c3ea5 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -353,6 +353,9 @@ - type: Tag id: CottonBoll +- type: Tag + id: CottonBurger + - type: Tag id: Cow diff --git a/Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun.png b/Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun.png new file mode 100644 index 0000000000000000000000000000000000000000..6718fd06857a9ec359214318666766cba4fc9868 GIT binary patch literal 469 zcmV;`0V@89P)KLd+d^!+RVrUm(8#gT|~aVC{$BqM&}QSc82 zsL!uaC=?hwTL+->_}mh)BjIuq4lrG!t+o;R{tnuMOYbG= zqiE|M&|Nx4sMc|nqTf!qEde0`AVdTr82<1k>?G2T(|>_Np-_AP1>23_HXn6-00000 LNkvXXu0mjfU2Dy? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun_bottom.png b/Resources/Textures/Objects/Consumable/Food/cottonburger.rsi/cottonbun_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..a84aeb47b71f4aa8c9e7920053f3d34bdc757f9f GIT binary patch literal 477 zcmV<30V4j1P)V7>?Enkb=U^O*J=GQWRtszuZ<$QC6v+G_U5zmt=<$~h| z$464cvqdbUM(h6&`Fx&Er_&elBcTKd?gZsr*)YRa+NAwY4uiXFuNgy5a_y&*$t7KSs)sl!0d)l6otg}I6sUFrp6NMwacrG&*~3&u{7FIX6*)g z^JTj=O(U0j06^0;(&;op2!s$oo|COTpy#EuHvs_a<{B~b(vCzTzytAYksLL6YGN5p z0AlrBuO$JGm#|VUILUC5-%G>Tr7DiyAf7Fv>pCKK+ZUW{9kO%K!F)75UqoN8AQ?`Q zP2BNwK7(DV(*APrfL*wXlkjo zf5F8D|AB&rmInWXb_Z+9XmW_eC>maAVUhF;(gt}JDRl3HXt|&5-gD3Se&L*ZK%r15 z6#vYSlca1W)%kgsKR9(%ODf40PRBKZYdK=Y8~`;7%Jr5bBf^ifnN%ko*Dw>Hg#xr! zwy9RDOjmXQXgxgjjL4X9I}ry6-W=hdTjkE<#eaK-XVi-}@{X_L!AwSShv(LoNNtyl zxJ@7w;3TpM ze5C?r0?Kuf%7O-J)|ZLL#XNfZ3U_g@d#2m}abRp?pXXA6nk6O Date: Fri, 25 Apr 2025 21:54:23 -0400 Subject: [PATCH 040/318] hide light-switches from build menu (#34664) --- Resources/Prototypes/Recipes/Construction/machines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/machines.yml b/Resources/Prototypes/Recipes/Construction/machines.yml index 4026d5c98a..40f08e5f39 100644 --- a/Resources/Prototypes/Recipes/Construction/machines.yml +++ b/Resources/Prototypes/Recipes/Construction/machines.yml @@ -60,6 +60,7 @@ canBuildInImpassable: true conditions: - !type:WallmountCondition + hide: true #TODO: Fix the lightswitch, issue #34659. Until then, keep hidden so people don't build it and get confused. - type: construction name: signal switch @@ -114,6 +115,7 @@ canBuildInImpassable: true conditions: - !type:WallmountCondition + hide: true #TODO: Fix the lightswitch, issue #34659. Until then, keep hidden so people don't build it and get confused. - type: construction name: directional signal switch From bd51fd76d7fa04761fd750f8d958b88c86a3ec2f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 01:55:29 +0000 Subject: [PATCH 041/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b2e0ffffc4..b2153a154d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: CaasGit - changes: - - message: Solar panels can now be upgraded with plasma or uranium glass. - type: Add - id: 7850 - time: '2025-01-26T14:01:34.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/29224 -- author: Coolsurf6 - changes: - - message: Added the HoS's flask to their respective lockers. - type: Add - id: 7851 - time: '2025-01-26T23:39:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34658 - author: Compilatron144 changes: - message: Plasma station fixes @@ -3930,3 +3916,19 @@ id: 8351 time: '2025-04-25T18:18:24.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/31247 +- author: Wolfkey-SomeoneElseTookMyUsername + changes: + - message: Added cotton buns, which can be be used for the creation of custom burgers + that can be eaten by moths. + type: Add + id: 8352 + time: '2025-04-26T01:54:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36405 +- author: Booblesnoot42 + changes: + - message: Due to a lack of functionality, light-switches have temporarily been + removed from the construction menu. + type: Remove + id: 8353 + time: '2025-04-26T01:54:23.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34664 From 79ae7e7abe47b94c28a47ab58789df50ef36cd96 Mon Sep 17 00:00:00 2001 From: TGRCDev Date: Fri, 25 Apr 2025 19:12:18 -0700 Subject: [PATCH 042/318] Fixed stinger grenade lag spikes (#36641) * Fixed stinger lag spikes * Simplify nullable checks * More cleanup of projectile grenades * Remove null default from ShootProjectile --- .../Explosion/EntitySystems/ProjectileGrenadeSystem.cs | 2 +- Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs b/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs index 555ce3399e..dbb96e06a5 100644 --- a/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs @@ -77,7 +77,7 @@ public sealed class ProjectileGrenadeSystem : EntitySystem // slightly uneven, doesn't really change much, but it looks better var direction = angle.ToVec().Normalized(); var velocity = _random.NextVector2(component.MinVelocity, component.MaxVelocity); - _gun.ShootProjectile(contentUid, direction, velocity, uid, null); + _gun.ShootProjectile(contentUid, direction, velocity, null); } } diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index 8ed9e4949e..bebfe6f922 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -415,7 +415,7 @@ public abstract partial class SharedGunSystem : EntitySystem EntityUid? user = null, bool throwItems = false); - public void ShootProjectile(EntityUid uid, Vector2 direction, Vector2 gunVelocity, EntityUid gunUid, EntityUid? user = null, float speed = 20f) + public void ShootProjectile(EntityUid uid, Vector2 direction, Vector2 gunVelocity, EntityUid? gunUid, EntityUid? user = null, float speed = 20f) { var physics = EnsureComp(uid); Physics.SetBodyStatus(uid, physics, BodyStatus.InAir); @@ -426,8 +426,10 @@ public abstract partial class SharedGunSystem : EntitySystem Physics.SetLinearVelocity(uid, finalLinear, body: physics); var projectile = EnsureComp(uid); - Projectiles.SetShooter(uid, projectile, user ?? gunUid); projectile.Weapon = gunUid; + var shooter = user ?? gunUid; + if (shooter != null) + Projectiles.SetShooter(uid, projectile, shooter.Value); TransformSystem.SetWorldRotation(uid, direction.ToWorldAngle() + projectile.Angle); } From 5f2fb8dc82e388feb72f94af52066596b4e315d7 Mon Sep 17 00:00:00 2001 From: OnyxTheBrave <131422822+OnyxTheBrave@users.noreply.github.com> Date: Fri, 25 Apr 2025 22:22:51 -0500 Subject: [PATCH 043/318] Sheet-meister 2000 Cloth recipe (#32676) * Sheet-meister 2000 can now make rolls of cloth * Small Cleanup * resolve conflicts --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- Resources/Locale/en-US/materials/materials.ftl | 1 + Resources/Locale/en-US/materials/units.ftl | 2 ++ .../Prototypes/Entities/Objects/Materials/materials.yml | 6 ++++++ .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Reagents/Materials/materials.yml | 8 ++++++++ Resources/Prototypes/Recipes/Lathes/Packs/sheetifier.yml | 1 + Resources/Prototypes/Recipes/Lathes/sheet.yml | 7 +++++++ Resources/Prototypes/tags.yml | 3 +++ 8 files changed, 29 insertions(+) diff --git a/Resources/Locale/en-US/materials/materials.ftl b/Resources/Locale/en-US/materials/materials.ftl index 0fc716bda5..657b7f5f0f 100644 --- a/Resources/Locale/en-US/materials/materials.ftl +++ b/Resources/Locale/en-US/materials/materials.ftl @@ -27,6 +27,7 @@ materials-bones = bone materials-coal = coal materials-diamond = diamond materials-gunpowder = gunpowder +materials-cotton = cotton # Ores materials-raw-iron = raw iron diff --git a/Resources/Locale/en-US/materials/units.ftl b/Resources/Locale/en-US/materials/units.ftl index bff854086b..ea35ecdad3 100644 --- a/Resources/Locale/en-US/materials/units.ftl +++ b/Resources/Locale/en-US/materials/units.ftl @@ -16,6 +16,8 @@ materials-unit-slab = slab materials-unit-web = web # chunks of ore materials-unit-chunk = chunk +# boll of cotton +materials-unit-boll = boll # bills of spesos... not very good but they are not (yet?) used for crafting anything # also the lathe/atm would need bigger denominations to output... diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index a5d097d86d..ea718c0744 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -438,9 +438,15 @@ tags: - ClothMade - RawMaterial + - Boll + - type: Material + - type: PhysicalComposition + materialComposition: + Cotton: 100 - type: Item heldPrefix: cotton + - type: entity parent: MaterialCotton id: MaterialCotton1 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 3b4b9cf5d2..7d82ddf10e 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -653,6 +653,7 @@ tags: - Raw - Wooden + - Boll - type: Lathe idleState: base_machine runningState: base_machine_processing diff --git a/Resources/Prototypes/Reagents/Materials/materials.yml b/Resources/Prototypes/Reagents/Materials/materials.yml index 96eaf136d3..9d8484e9f0 100644 --- a/Resources/Prototypes/Reagents/Materials/materials.yml +++ b/Resources/Prototypes/Reagents/Materials/materials.yml @@ -100,6 +100,14 @@ color: "#eeeeee" #eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee price: 0 # Maybe better for it to be priceless, knowing how greedy cargo is. +- type: material + id: Cotton + name: materials-cotton + unit: materials-unit-boll + icon: { sprite: Objects/Materials/materials.rsi, state: cotton } + color: "#cccccc" + price: 0.01 #Who knew cotton was infinitely more valuable than silk + - type: material id: Bones name: materials-bones diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/sheetifier.yml b/Resources/Prototypes/Recipes/Lathes/Packs/sheetifier.yml index 18aaef55c6..6406c1b211 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/sheetifier.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/sheetifier.yml @@ -5,3 +5,4 @@ recipes: - MaterialSheetMeat - SheetPaper + - MaterialClothCotton diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 0712211972..82ceceee77 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -244,3 +244,10 @@ completetime: 1 materials: Wood: 50 + +- type: latheRecipe + id: MaterialClothCotton + result: MaterialCloth1 + completetime: 1 + materials: + Cotton: 200 #my pyrocloth keeps catching on fire whenever I make it! diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 65e02c3ea5..682b561f0f 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -78,6 +78,9 @@ - type: Tag id: BodyBag +- type: Tag + id: Boll + - type: Tag id: Book From 3a3a8b038a1bb0cba90760493ef284efc5ccb07e Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 03:24:00 +0000 Subject: [PATCH 044/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b2153a154d..5429f18962 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Compilatron144 - changes: - - message: Plasma station fixes - type: Tweak - id: 7852 - time: '2025-01-27T07:07:44.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34602 - author: ArtisticRoomba changes: - message: The pneumatic valve now has a more descriptive description. @@ -3932,3 +3925,10 @@ id: 8353 time: '2025-04-26T01:54:23.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/34664 +- author: OnyxTheBrave + changes: + - message: Cloth is now able to be made in the Sheet-Meister 2000 + type: Add + id: 8354 + time: '2025-04-26T03:22:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32676 From f4322c5bb7eced64668fba35e4c52353637179cf Mon Sep 17 00:00:00 2001 From: TytosB <54259736+TytosB@users.noreply.github.com> Date: Sat, 26 Apr 2025 00:08:23 -0500 Subject: [PATCH 045/318] loop turnstyle fix hopefully (#36946) --- Resources/Maps/loop.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Resources/Maps/loop.yml b/Resources/Maps/loop.yml index 2232ac6a17..2f3eba04e8 100644 --- a/Resources/Maps/loop.yml +++ b/Resources/Maps/loop.yml @@ -4,7 +4,7 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/25/2025 06:26:44 + time: 04/26/2025 04:37:53 entityCount: 17819 maps: - 1 @@ -7285,7 +7285,7 @@ entities: pos: -30.5,13.5 parent: 2 - type: Door - secondsUntilStateChange: -56299.75 + secondsUntilStateChange: -56414.664 state: Opening - type: DeviceLinkSource lastSignals: @@ -44025,7 +44025,7 @@ entities: pos: -9.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -304055.3 + secondsUntilStateChange: -304170.22 state: Opening - uid: 6747 components: @@ -44033,7 +44033,7 @@ entities: pos: -8.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -304056.03 + secondsUntilStateChange: -304170.94 state: Opening - uid: 6749 components: @@ -44041,7 +44041,7 @@ entities: pos: -6.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -304054.6 + secondsUntilStateChange: -304169.5 state: Opening - uid: 6750 components: @@ -44049,7 +44049,7 @@ entities: pos: -5.5,51.5 parent: 2 - type: Door - secondsUntilStateChange: -304053.97 + secondsUntilStateChange: -304168.88 state: Opening - uid: 9721 components: @@ -97993,16 +97993,18 @@ entities: parent: 2 - proto: TurnstileGenpopEnter entities: - - uid: 4291 + - uid: 2244 components: - type: Transform + rot: 3.141592653589793 rad pos: -5.5,45.5 parent: 2 - proto: TurnstileGenpopLeave entities: - - uid: 2244 + - uid: 4291 components: - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,44.5 parent: 2 - uid: 4995 From e7be57d85f8f0644aac9010378d35f5cbc6c4224 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 26 Apr 2025 08:42:16 +0200 Subject: [PATCH 046/318] Clear MIDI masters properly to avoid replay freezes (#36809) While trying to play a replay I noticed that the replay would freeze when seeking in some cases. After some debugging, I discovered that two MIDI renderers had each other as master, which caused an infinite loop processing MIDI events. I'm not entirely sure of the sequence of events that leads to this during replay playback, but I did notice that MIDI render masters are never set to null. This is in the best case just a memory leak, in the worst case probably the source of the bug, so... I fixed that. --- .../Instruments/InstrumentSystem.cs | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Content.Client/Instruments/InstrumentSystem.cs b/Content.Client/Instruments/InstrumentSystem.cs index 5bdaa52359..abc3fa8210 100644 --- a/Content.Client/Instruments/InstrumentSystem.cs +++ b/Content.Client/Instruments/InstrumentSystem.cs @@ -167,11 +167,14 @@ public sealed class InstrumentSystem : SharedInstrumentSystem private void UpdateRendererMaster(InstrumentComponent instrument) { - if (instrument.Renderer == null || instrument.Master == null) + if (instrument.Renderer == null) return; - if (!TryComp(instrument.Master, out InstrumentComponent? masterInstrument) || masterInstrument.Renderer == null) + if (instrument.Master == null || !TryComp(instrument.Master, out InstrumentComponent? masterInstrument) || masterInstrument.Renderer == null) + { + instrument.Renderer.Master = null; return; + } instrument.Renderer.Master = masterInstrument.Renderer; } @@ -196,15 +199,16 @@ public sealed class InstrumentSystem : SharedInstrumentSystem return; } - instrument.Renderer?.SystemReset(); - instrument.Renderer?.ClearAllEvents(); + if (instrument.Renderer is { } renderer) + { + renderer.Master = null; + renderer.SystemReset(); + renderer.ClearAllEvents(); - var renderer = instrument.Renderer; - - // We dispose of the synth two seconds from now to allow the last notes to stop from playing. - // Don't use timers bound to the entity in case it is getting deleted. - if (renderer != null) + // We dispose of the synth two seconds from now to allow the last notes to stop from playing. + // Don't use timers bound to the entity in case it is getting deleted. Timer.Spawn(2000, () => { renderer.Dispose(); }); + } instrument.Renderer = null; instrument.MidiEventBuffer.Clear(); From 7a256bac848c1c4a7b57dd6528adcdb63f270c8b Mon Sep 17 00:00:00 2001 From: SyaoranFox <99053675+SyaoranFox@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:36:50 +1000 Subject: [PATCH 047/318] Changed soundGunshot for Pulse Pistol and Pulse Carbine from laser_cannon to laser3 (#36952) --- .../Entities/Objects/Weapons/Guns/Battery/battery_guns.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 4d8856ef9e..4304e83602 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -267,7 +267,7 @@ availableModes: - SemiAuto soundGunshot: - path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg + path: /Audio/Weapons/Guns/Gunshots/laser3.ogg - type: HitscanBatteryAmmoProvider proto: Pulse fireCost: 200 @@ -303,7 +303,7 @@ - SemiAuto - FullAuto soundGunshot: - path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg + path: /Audio/Weapons/Guns/Gunshots/laser3.ogg - type: HitscanBatteryAmmoProvider proto: Pulse fireCost: 200 From 05032872307811060594658cb665eb557849d9af Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 13:37:58 +0000 Subject: [PATCH 048/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5429f18962..200110e29e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: The pneumatic valve now has a more descriptive description. - type: Tweak - id: 7853 - time: '2025-01-27T07:40:23.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32655 - author: Helm changes: - message: Fixed an overly roomy matchbox! @@ -3932,3 +3925,11 @@ id: 8354 time: '2025-04-26T03:22:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32676 +- author: SyaoranFox + changes: + - message: Pulse Pistol, Pulse Carbine, and Pulse Rifle now share the same sound + file. + type: Tweak + id: 8355 + time: '2025-04-26T13:36:51.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36952 From 2bd8455ff7dfc447d6fbbc09fdda15e090f360bd Mon Sep 17 00:00:00 2001 From: TakoDragon <69509841+BackeTako@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:26:23 +0200 Subject: [PATCH 049/318] The Atmos A Airlock (#36376) * airlocks * Update meta.json Added my modification in the meta --- .../Standard/atmospherics.rsi/assembly.png | Bin 552 -> 489 bytes .../Standard/atmospherics.rsi/closed.png | Bin 1012 -> 1002 bytes .../Standard/atmospherics.rsi/closing.png | Bin 1916 -> 1894 bytes .../Standard/atmospherics.rsi/meta.json | 4 ++-- .../Standard/atmospherics.rsi/open.png | Bin 341 -> 340 bytes .../Standard/atmospherics.rsi/opening.png | Bin 1928 -> 1860 bytes 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png index 0c50656f6b0e1a13a45f24b06392913f4e896769..1ef67a59419e60f44473bd7cb1dcdc3e32a61f0c 100644 GIT binary patch delta 301 zcmV+|0n+}c1nC2iF_A%+e*p_gL_t(Ijh&O(a>F1DMP(G?+yXUB3{IOa|Noa6HZP=3 zrnwKcM;x?SBBHJnRliYUQAb3~2YKxK{wNQp0sym#nNalx%)m+nD6O>uP7P4Z1ZAQW z-nT$ClQIT?(b1T*6p7HuY!s#Q0%*1P(AjP%y$gUl0RIB`We=PIf9CrnIeTEhsJ2X1 z4k9oB#wK9ZC|g5V3>aX~&N(+`Abz^D^&tdr9{|DoDI{R{8<3ZePr3CV8sK`Bk3z`H z*LMqyxy&YqR8#_LkTF*=P14)iYTLHjnm9tKQ9r1iTm$Nb-@OMs8@Z=LJI^U$F%1M~K}|sb0I`n?{9y%=E}DM;32;bRa{vGi!vFvd!vV){sAK>D z0VPR9K~y+Tos*4rgCGorQEF`pPF$;Q>wez+Y*B)5Tq*UqyuW?2j2 z#od27Bl`+?x5N+tgppMNx&!D>fcg*|!RqQN@4n{o$#;8vba4cL zk8f+Sa|Hk5ic7Ir#Bm%Fv$M0l2ySMy*p;mR?lJzn4#3rgZ7JX|Xl?w&6%j^QM8ey9BEZ*&0)MLeMeWZ{-@Yohp(kY~lQDDt zSC|>?XaX9o-GPZXl7N2d#jyk&w8BPfSK9N>ruq)li&HLT%X=&b&5TB)wHsKeu&ZNp z*B${xs-emyf_LLW&A9Oao9Kf$W*(wlzAI~5zC}fh7$K!zq!l! z1xlf4bo~}fne!0=g6o&NF1BsU@oKe7`?M9{8r*K`0^7E!R;vIM z3I%N2=I(Yg;M4OItlvETQR{R%)M_<;o~iKdTesq>V zr@GpXRS9)n@5}F%wKcBXzdv{Z0JYC<^|Yl@DSz_$Jnoq@{BZ6ZsZ_LXbj`C!f81lp zzjI!S5WiJat5phx0sw|#>~F}^R#3oP>q`JW{q0ps8+TwV+6_w^cc_%%;@G{2Z8ST~ zCC@|fs9dG9X%gN8+4=0VP+9vmz$G8ShgMk*T282c0ev+;JQd p-LB{Ldh}W~2;_46n_Rt~{|7k^w5_w*@st1n002ovPDHLkV1j&zs6+Di!-v%Bb(WTvc>5)b55C&w`uRQp z-oGnH&Jq0cizbCa0mCqmrlzKBA+BcR$d&x@o5iu`6aX&IZ8!$@gU0GV%zd9l(==q$ zG6w2GxvAy|Lw4sffGB zrmsB$2vkEimk@8q1+E=<*Btdsdi;ggsXs2zt`z%o{g2EYmtMYg-3HirT4kg36S<*0 zW3zX7@_$5v$G`5deDNH$`xW{|Pto^R-9uEl{R#QE-Ut{FToqv1xx^Dn>U&JsZlS%UVJm%@se0TON z$z-r@v@L03`=cI%I00d&LDzK#2L}O2rBdj+4ktCQf$7G_0LNCkx4@hG@+{U0y@ zH-BIF!TH}Y;QoI5{rGxdk~$SH!*m`FS6*rfJMC?%fLoL3ORONJ=}n$2)NdaZS@m7>2>FiL@i&KN(_7h=-jV z_jsq%CBzNGKx%hAuhoLrs%{{c+kMI1*Yke?nuEe68j>s@00000NkvXXu0mjfrv4cjLYBc;whCBlV; z>$VFEQ$GG`AKw4=0WX8AP9GTr0K9ie#@;=9P_9&P<;oSj`GP9ch34+wy&JJ;6kE4# z)3)Ecd)IXrE2bQYZvn987{pU2_H6+80$Wy8oY)rx;EhXz`$OZG@}t)yeGul-i7C5A za8Qwue;SD=27j=sKE%@Ux~DF~L;VN^rS9l}p->;VKA>HwFX!(80A{9QSXy59#ASG> zA9I<;Wgw9kd2doYb@E*6rCks9wfrv1Mb8C*^h6i{5DH2{T#T56m7WMUI$-wg$8h#o z#FI`al}dq9sT4306X{~b72(3dlmMW3yT;SLkm@xTiGN|A%@SB$(*c#04Zjt%^3tVi zIv^V9iUAqmv5SP}SlG|1tZZm!U9Y*w0C3>cKY&N`L1aWh9?_vY<3za_ap_uBAG+?+ ziAh+XKZ3lPj589_mnauA?mLAkAudKtnkCOhUPmx^(FwzL%|>4DxJ{%>CvG`j#NgDk zn7xy5-G9Z1IjBUD%>aK~Ep*RKxECvxN^N$4pH-{X8Xcgjs^2bJ^_q(W0Ks5TIEb}+ z%|-hN8Xq6`Y&P`IGiOb=i*m8zif}Pw4h#$+@ZyK3>-5fE4M)ev$Loos2Rm*Tc3y=@2d{JBbj55aU4G4m zig00J_WW#UcA*OBrik5iF=7%{cA?rGxgbBPva*3_M8@9ftu4VUFPKZq>zJ8}ArzFl z<9{aX$9gbXcq!hlwH$nrF7#s0((*crw`=})068nX?gW}gmLWyE=$QZz*o>!(b75fy z#>U3#08p=6`?1K_d82_q0MTd^08ptk=3#g}c)9oQ-vsfg_IsC)ZjZw&_bIv_@xF28c*MAN^j|&g;{CokElat8j^9Wo#wWDJ<-}+m{ z$dipZ@ssD)n6CgkV{MjV@!;it_uJFj!Dq<>>0Nl3D~tc(+)qPL6a_NLsgn|!l{aIF z^e}6?P$=M~9gB!Y!c61tybnw|)2|KLJa-YOGMvuIhT9(K5MnKFil`Vo!DTKhaM zJWRSIveBwov+{Ow`00so%Nus$VV8^M0Re!3`k?LL+i|hW93JXNKy3^rm>?tkTqMr7*_=$71mw|Ky17t0RlmfU`~c)(>B$*ea; zXXTA1r@Zj6I)g>HbZS#3vww82I?2kjWa2^1f|7FT!OJz;&#sGIX504z{{6aD#%WgG zDig1NBcz;q@N$jzV|C$SwtPR})`bm>9Fjr)&&FSIoRzoA#HUgz?e%PY8GmV9gBu=p zxVc;o)u$8`B8is$?7GZG+S7ejOu8-4?`)}53b|Yk0FX>3fuJ`EdTuI}!qv59-9mzgZSdF@imHjy5BZmnki5aoso3sVAskweyJq1##cvCp?-!QkY$K!>FT0YJH_OBa)SKFD;Dd!K5O1G>_Xrhj$;*@eH5ZnDXK zTrM`5bX(Hs%}`sTBC_&yoBBl!01)M2#WmW`sf!i!%rif0KTD;t)wUf(WaX{e6y?F% z2ECtC7d!j*{Ca@j)7;D*ATldY63SkB5GI+Yp%crZT#S;~a(1E0v<&BTHnfw_%v20> znKGPu*yW;`Qn*oCYkx^B^SIb$(qUj32EFbyD{qyFr%V6Fop{*c(g#8x8@J=a%OoX} zoI3r-Zf50;GVywr**1|}060G%)*^$TP6!?sRwk)4UkyTT902nMos>QkuV>NHZhBa8 zNhykg^Yf2#p-x;_nP?t-MN!(9B;C%+vn)H(%Y1Hmur7Dz^F#S&CxjilurkTP&*$@x zz8}C+ZpYIBAQp=O0Lta|D4!h07*qoM6N<$ Ef)%x$vH$=8 delta 1888 zcmV-m2cP)n4*U*~F@H8mL_t(|ob8)$Xd7i5$G^E=R~nPlq+3N;8z#H;#ai`6AVObk zlhr?cqi;3_8xA)H>WjS^Y%ozA3=|y5UbxBFn6uyz6m?jIP8>*;KtS>8pOGPC8H{yn zVw;*awq1O2dv4ENE_cs8ch4n|{$Q}?o;;sV?#U(3JXRUv=8;!H77bmU=7Z#=j0QuWhp8kbYyMMVz&P~=zWVOryl;&5Ot)N$s zE-f{8gYw# zd329FjeqewN#9+pnB7VonJM6pA9AhpCESjcN~P8YpqW*zRr1U(2ek8DGVb}=&n zAhZ@w7w5vl3=Iqn)BvDXbM|AAaq~h$p%CKnH~^qj($-;kJ$SiGOG^NN;o)KAayi#7 zJWNGVpsFeWK#oKrzGvm#mxBjkR;}hDN`0;a#%vXS$xi(9&c<^$+{_RQqhg&WHogJ#I)}4GeE^e8_$^`R^DoHDhLm!cd!VTMt#a;^^YD^FIjn(Ogs^y`}gX>%e89f*2OKe?)L%z zeqogHnw59T!~@osu~!dXu2nl$7apeJ_W`#quHca^5^h~w!L`E&eaXr@Wq;yRsg(YB zrf&|pSQ6V$pZDzHhMUc1QQoQ`7fTx2xpf(j)u;QMm~>wf0DSYps|{b2-<3+Gkj-Y1 z&1Nw>J8L*5(!RjpQ$&*$;WSO#CdeA#eJq=%VXt=iv2 z`QgIClmOt`;e(Ey`JI&?_As}?n~}OsMP%jaKFymN03gc4iEGu) ztBVu!)Kfp}|Cb5_3v~@dWaXXu6y?F%2i?xAi<`D>zaP--Wp3sH5Sf)H3FRO?2$QVS z(1~SHE>=lwIWt{m+JA=gx*FO@Xlx{biK!yIdbs5RT1w$YVbPFS=5cY$q{F~6eUOyb zth`euo-XqX_u}D(OP>gHY}}0tFO!r^a_aPx{mjZ+W#Y{&yJI4`0B~V4sz(L^cyeK7 zk~;NyH)QPu*mvlq%$ayIi0@MPKF#!&dGNgX~?t_hEH?65t=>7s1;T9VXkhJ*(rJh`61JLG^-*Xs4 z=v}}V<5xf_3l!5a#dPen4Hplq%}c7~9Dw7)JuZe$?_i9fTFwL6 sf}Oyw4PAv>x@{Q73~aT)$oKR72c=w7OHaAmH2?qr07*qoM6N<$f~XciEdT%j delta 139 zcmV;60CfM<0@VVLF#!*eGNga_vkx|o-L$4ofzB^*5pJ>J07;uqQ0mE5HUMot`8|g* zgx&>=F@6Px)+PtJ%&H*?++~Z>C^bW=ts^vV8 tE!YX{+R#GF`eF&Uz z4{ha&Snv;6q|nlqLc#iKp@o8?ASl?EzE~-gR_~z*ic&a*J83}<2?Pams1Om-6pGhg z;^odgVy}%4*V%41J3BKwGudG73+0;K$?x;c{Ic2I-~2YRbARW~CIF0$jiFR30RU>X z8UUc#Y(kYHkqFZ1GyuRfO%#ho0Kn$Wn}wN`N+sgnHaa@WZPw{UmMiPSfMfEH?^^}{ zd^(-PAPC5(-Y zp;#;iV$u}Ei+>8PjE~5H0|%O9^3y4U8T{6t7Pdc;005l5xN5^hRA2ZP7k?OpX_|Ot z*Du0M+7S@Mi!4{xhfyk(@ZwVoNT&wujl+X6Bok5l^@{ZXi%a(a0I4K9Nz51{n{eu- z6@2_{3D~8M8N`cDE{_l6_`YQf83{BUgQn-IZExN`F@J=`rF$4m_JQ>y$BF>}%|zeB zp8-P&GpH9`TwWj1bjm<8(bqO;{Fwp!9{@XZWGvCyi>qxx$yj%c>A5O~2V+!YyiD4O zE~pn-u8fZ;07R_&Z4<$xsdpa3g;Oa{pj++_9z1gG zC?00onSUW(m2Wq=$2wyt6VaA$mrf?jOQ*SRMLEW36VFxG|6PF+P^+)0chZH-PH+Py zAdGKrSVxO)u4e-LvR=JoR$pt$KH2Zw zcKH3j0mrSkS1bbZish6j(|uP;u1-X~$a38h^?zX>0q>S3S_b^{Rcm1Pej=~iZueOC zVN8p~%cM<05HBjYGCqu{)KLIHznMmU4j9J`+`7Dm?Z*uJZ+_%u^iMp8slPHUK@y42 zFqJye1|zY4y%F*rP_Ke+U6#N6YBU-sm&^Ehe;!}Ib`_0=|ILgFW)Lqrxhx;l zBY+&1ezGi!3%cX;C)fY8$A6qkrihnLaA`iIeu5H-1lPFd=jX9I7DIjyBLfPVs=df^ zX+ES&5#>+lC#QHkj!Y(l((c{({?H-B<9}+drO7g?Tfd#Vpw$bFE91j60o#umEq`gs zoIHZe$s^Px6bc1ovsq-bStOH5`{bj7Nvnp6dXeS2CF;XCT)zSUIRD2Uj4xaRM%t@{ z;|tf2p94;e+-Tc3JQ%~9mIV^W8Ebs+03y~+yYiXa3*_g2Z;6#(SPsUdOn@cm#edBX z$_?tnJ_6n|=j_3wHmGj&(0;0KmCte{9<(%M9v87nj$EodD-rWo5@oTL9;N zmPE#?Vg~i1i_04`8djNiL+gr?ngl5p<>!~V-z-`oB(dFvDV%QVNCc#S5pL+x=qT;pCg9iCX<9DJD(4UQ}~MeMF1JBG!{IV1Gm1S4LzT zF+{s^;$7+^lTSLNWtcRHEIX>?iu#CnwWn9B?JaaFG&D2>P}aevh7WO8{K=?s(RBbwP3Z|PW8-4jpK@Lv@4*kZ%H1_r&w4SC~Y;2~gb=&!b*p5;1>*czfb$V)e@FU6ZnR9k&b3*0uRNLjFxG>+Ve&yv!m4}XY4Ylo*CNg2@e-ys+S4^Md3^i_ X2}ABwKswQB00000NkvXXu0mjfl%Rh1 delta 1901 zcmV-z2a@>24u}tsFn!kC~9#nA1U}M9Lf%9Q64mOx53IhcT(w9xf#y0yf1Vs_6(24^o5(p}$Iw3>IG8pTY z#3nT*u3LQQ&h5>;_vD;&&pAmk{X!pd@5%4;&H44_p8U@527mhd`>OyjFff30It>6Q z6bb-!WbDDK`a`@y7lX=H{7{>8~H*3Q&UrT^Vu>!{OTS~9qt4Gd~n%dzK6s=KbgkB zzyMOIlrJVtet*2E;L7+2?B2b*N+v%VF_^(`{8h%r$3p;slV=w!n23tA|KjYA-7rlP zFKzuzm`S?={CJV&%K9+U=`^0-GK*-W%R1Q8-Hvc5XuX~<-$!olE&w1BW+#amqjwFC zy*Q7LzD)yL)iM2e(aGiUVI169Ld*!EY8x~$op-%?*MCq9xw*UO4!42zCC7>Z0M$_2 zgRcQY3Dd6^U0hxt!Dz%lHPq%BwC%|*>kojHIWm^$({V776Ez1vP+cd{8dU;C!$_txqnWH`mnBmchf^P1OEAu#s~E# z{C~|0uX6)w8XO!%GMPj&nM5v^s{!j``thQZ%kn`@!0^~PX;`IFK_-*IFS`=>@|DY| zROTfdGsmf9ig;-Rm*zuiksAtyxW+v* zGlT8z?MMs{%ix5Vs=df^X+ES&5t-BUn}1VBM+f5ZIMUm<gC>ExFMQn52^``u_rIkVFt%7IJ%;`&rA6Z@vkyu^7r?F|% zCICP<97ZaYvQ|MPR{mPX7xU`q8P8>5e}8{f#EX;dm+RMuv9EX$05EoK7~5vQ#(%b6 zca<1b*`to9dDG&AaQD9?dU?FeBG*i4(DRWbc~(Z%JB8EjUWcU4OYl7E^6DHbJWO5AT2tq_vf&cc*VCd*5sxlS3RDwmtP zi(Nx8OibsIm??2>+0m+@ULqgZ-Wfq&`(g4{Ls?#U_l0Gvp)?-`uv{8-Cc!SR5;6@$ zyPBMn55N~wq#DZOMV2e$!#F?LWwq%6%M(ItR;njwB3Us;Kkvj_uP#V2Wq-Y>=8F0- zOw+{q$>qLKGB`I^KcJWF$LqxamL}gcO%#ehOEGEU^`e?9>LZv+rLdHQE(_{h8Ifbe z5N+keyVXY~pL9seFliFmc2vm~^%3xDPtWJwEp#dri^TwVx2KCRW!uy3USzqlJ_0Z)etP0*;_a1J z$rSaXlgZN1q| zyg)0csR>{`FVG6An|}b+J@Gth6(&*L1gP$b=TWOLiI`tOygl(Wv3lioF#UMZ#bo)Y zn}GO{{fHmgFI^3#J;aerCY3Y&c+th=@nP&MUR2f-PgA{KdDxDtWb%4x1hbwG&*uYl ztC6ggF3;x!bgPl9m9Ev9XtL_xgj=LCxgx5eUeZ+!)yeeZrDmzsP})-~L^`UWtfz5W zsv7#*&UMOr;%V~gm2cLDxQfI)iVzt4)g00000NkvXXu0mjf{xG=T From b0dedb97709abd0e24045fb04c684d6b202fd085 Mon Sep 17 00:00:00 2001 From: RedBookcase Date: Sat, 26 Apr 2025 13:45:08 -0700 Subject: [PATCH 050/318] Changed the storage sizes of different swords. (#36564) Co-authored-by: RedBookcase --- .../Prototypes/Entities/Objects/Fun/toys.yml | 6 +- .../Entities/Objects/Weapons/Melee/sword.yml | 130 +++++++++++------- .../Weapons/Melee/captain_sabre.rsi/meta.json | 38 ++--- .../captain_sabre_storage_64x.rsi/meta.json | 14 ++ .../captain_sabre_storage_64x.rsi/storage.png | Bin 0 -> 494 bytes .../claymore.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 600 bytes .../Weapons/Melee/claymore.rsi/meta.json | 4 + .../Melee/claymore_storage_64x.rsi/meta.json | 14 ++ .../claymore_storage_64x.rsi/storage.png | Bin 0 -> 589 bytes .../Melee/cutlass.rsi/foam_storage.png | Bin 0 -> 477 bytes .../Weapons/Melee/cutlass.rsi/meta.json | 8 +- .../Weapons/Melee/cutlass.rsi/storage.png | Bin 0 -> 495 bytes .../Weapons/Melee/energykatana.rsi/meta.json | 54 ++++---- .../energykatana_storage_64x.rsi/meta.json | 14 ++ .../energykatana_storage_64x.rsi/storage.png | Bin 0 -> 382 bytes .../Melee/katana.rsi/equipped-BACKPACK.png | Bin 0 -> 529 bytes .../Melee/katana.rsi/equipped-BELT.png | Bin 0 -> 574 bytes .../Weapons/Melee/katana.rsi/meta.json | 46 ++++--- .../Melee/katana_storage_64x.rsi/meta.json | 14 ++ .../Melee/katana_storage_64x.rsi/storage.png | Bin 0 -> 361 bytes .../Weapons/Melee/machete.rsi/meta.json | 5 +- .../Weapons/Melee/machete.rsi/storage.png | Bin 0 -> 382 bytes 22 files changed, 233 insertions(+), 114 deletions(-) create mode 100644 Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/storage.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/claymore.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/claymore_storage_64x.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Melee/claymore_storage_64x.rsi/storage.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/cutlass.rsi/foam_storage.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/cutlass.rsi/storage.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/energykatana_storage_64x.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Melee/energykatana_storage_64x.rsi/storage.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/katana.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/katana.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/storage.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/machete.rsi/storage.png diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 27187f6119..e758bd4ac0 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1811,7 +1811,11 @@ Blunt: 0 - type: Item size: Normal - sprite: Objects/Weapons/Melee/cutlass.rsi + storedSprite: + state: foam_storage + sprite: Objects/Weapons/Melee/cutlass.rsi + shape: + - 0,0,0,2 - type: entity parent: BaseItem diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index a87f380646..f4d4c5a918 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -1,3 +1,6 @@ +#While you were busy charging your batong... I studied the blade. + +#BaseSword - type: entity parent: BaseItem id: BaseSword @@ -19,6 +22,58 @@ qualities: - Slicing +#Shortswords +- type: entity + name: cutlass + parent: [ BaseSword, BaseMajorContraband ] + id: Cutlass + description: A wickedly curved blade, often seen in the hands of space pirates. + components: + - type: Tag + tags: + - Machete + - type: Sprite + sprite: Objects/Weapons/Melee/cutlass.rsi + - type: MeleeWeapon + damage: + types: + Slash: 16 + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: Item + storedSprite: + state: storage + sprite: Objects/Weapons/Melee/cutlass.rsi + shape: + - 0,0,0,2 + - type: DisarmMalus + +- type: entity + name: machete + parent: [ BaseSword, BaseMajorContraband ] + id: Machete + description: A large, vicious looking blade. + components: + - type: Tag + tags: + - Machete + - type: Sprite + sprite: Objects/Weapons/Melee/machete.rsi + - type: MeleeWeapon + damage: + types: + Slash: 15 + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: Item + storedSprite: + state: storage + sprite: Objects/Weapons/Melee/machete.rsi + shape: + - 0,0,0,2 + - type: DisarmMalus + +#Longswords - type: entity name: captain's sabre parent: [ BaseSword, BaseCommandContraband ] @@ -38,7 +93,11 @@ reflectProb: .1 spread: 90 - type: Item - sprite: Objects/Weapons/Melee/captain_sabre.rsi + storedSprite: + state: storage + sprite: Objects/Weapons/Melee/captain_sabre_storage_64x.rsi #Done in 64x64 because it looks way too puny in 32x32 + shape: + - 0,0,0,3 - type: Tag tags: - CaptainSabre @@ -67,7 +126,16 @@ soundHit: path: /Audio/Weapons/bladeslice.ogg - type: Item + storedSprite: + state: storage + sprite: Objects/Weapons/Melee/katana_storage_64x.rsi #Done in 64x64 because it looks way too puny in 32x32 + shape: + - 0,0,0,3 + - type: Clothing sprite: Objects/Weapons/Melee/katana.rsi + slots: + - Back + - Belt - type: DisarmMalus - type: entity @@ -84,7 +152,11 @@ types: Slash: 30 - type: Item - sprite: Objects/Weapons/Melee/energykatana.rsi + storedSprite: + state: storage + sprite: Objects/Weapons/Melee/energykatana_storage_64x.rsi #Done in 64x64 because it looks way too puny in 32x32 + shape: + - 0,0,0,3 - type: EnergyKatana - type: DashAbility - type: LimitedCharges @@ -98,27 +170,7 @@ - Belt - type: Reflect -- type: entity - name: machete - parent: [ BaseSword, BaseMajorContraband ] - id: Machete - description: A large, vicious looking blade. - components: - - type: Tag - tags: - - Machete - - type: Sprite - sprite: Objects/Weapons/Melee/machete.rsi - - type: MeleeWeapon - damage: - types: - Slash: 15 - soundHit: - path: /Audio/Weapons/bladeslice.ogg - - type: Item - sprite: Objects/Weapons/Melee/machete.rsi - - type: DisarmMalus - +#Greatswords - type: entity name: claymore parent: [ BaseSword, BaseMajorContraband ] @@ -135,38 +187,24 @@ soundHit: path: /Audio/Weapons/bladeslice.ogg - type: Item + storedSprite: + state: storage + sprite: Objects/Weapons/Melee/claymore_storage_64x.rsi #Done in 64x64 because it looks way too puny in 32x32 + shape: + - 0,0,1,3 - type: Clothing sprite: Objects/Weapons/Melee/claymore.rsi slots: - - back - - type: DisarmMalus - -- type: entity - name: cutlass - parent: [ BaseSword, BaseMajorContraband ] - id: Cutlass - description: A wickedly curved blade, often seen in the hands of space pirates. - components: - - type: Tag - tags: - - Machete - - type: Sprite - sprite: Objects/Weapons/Melee/cutlass.rsi - - type: MeleeWeapon - damage: - types: - Slash: 16 - soundHit: - path: /Audio/Weapons/bladeslice.ogg - - type: Item - sprite: Objects/Weapons/Melee/cutlass.rsi + - Back + - SuitStorage #Bigger than the other swords, easier to strap to your suit. - type: DisarmMalus +#Other/Weird - type: entity name: throngler parent: [ BaseSword, BaseMajorContraband ] id: Throngler - description: Why would you make this? + description: If Security dares take it from you, just remind them that they are indeed mortal. components: - type: Sprite sprite: Objects/Weapons/Melee/Throngler2.rsi diff --git a/Resources/Textures/Objects/Weapons/Melee/captain_sabre.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/captain_sabre.rsi/meta.json index a6b30533f5..8662f1b945 100644 --- a/Resources/Textures/Objects/Weapons/Melee/captain_sabre.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/captain_sabre.rsi/meta.json @@ -1,22 +1,22 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf.", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/meta.json new file mode 100644 index 0000000000..7ad399e870 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Storage sprite by RedBookcase on Github.", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "storage" + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/storage.png b/Resources/Textures/Objects/Weapons/Melee/captain_sabre_storage_64x.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..685cc1b795903eb50621f3e49e5c4e5afb5de2d9 GIT binary patch literal 494 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR01_s6j zo-U3d6>)EG9rR*K6kz}GbJO+>&08d7dOT&2p3@b7&M)) zRG5X|>w@kJsrYm3+8Qs;C6>D#+rL4>=uOS%-)UvyQ#kZF92l4c8W>m<7#KlJFQ&Wq zVne(_XQZt+ShT3&--BFjfiny@N`HOL?MvV~z;W$y0$;$zmQH_e2E(bB9ZDK5_liz$ z-&t3KA}zzirdZpiQTAEy85-i^A)G%%iPJ2zWUDPJEtf7 z`pZ`T_lF~Yt?5l*+i)v@=Mcv&2DR%A5!n|W2D<(E_i^^p#}Dh=&W6qHI<}<6Gsdcw z(_vrJ`T0_NdyX~o|I?H2+|+%i#7?w9;_QF+jn^Dl8#d=_H%T?HG`?r6oFg{lWbA_S zTM@H5KbU*A&Yv$3YkTbIETavjBCY@-(*^NTWYoqbHSzBv)b>x*0tF0XFkJ! lI8?zD7HXgXEDL@h-*nOcXl&rKa$p29c)I$ztaD0e0ssoLd97nJ*TL8_!x<13+L91lYr-W2>51#l#fQnuDsCFb_Df z2ADDroTDgQ!Sg)S@l2Wr&;wXyJRV137{WVpmtahr2gpu=LzoAQR=~asqG|Jh=>YaY z!t^m|9xxgJhG>)K0kRcAwas-~b3{unGr2K!a5{00J7U!T}J_U=Zb2Dufm)@Wel)W;@DyTCGpqcaa^ zZ-X{_gG`|OPtjvDp1?nZ2xzbh2S7lBRZczt%7>#n14rv<&C;#`O&Px;K1{`Hmv;<# mbNP3Kwit$C7=}Sb2=NcfWD@dzRUZHV00002BR01_s9e zo-U3d6>)E88hSegO0@M)H51`e)C&^`>E_kt{lzYG>sHiX_J!Ww{}`2jF*})Tby@wF zfjf$;sMzp|i0qPCIXixOy5|Kw6n$UG|6|@$g_!rh_n!Y=ckghhrk;=jBLW%tE%^KI zp@g`s;2dYs1!t}Qwytt4QDoTi^Tel12deeT8Jigx6_#!NIs1{V5yK3Y8%c6zOiDfP z_Vmf7u*}O|f8oaNqlye`3j3?L1R7jfESSVhnS;2584l)6)DTVxG*(z@z$oxWtkZ}Q zL*jt&h0HR=V++?G*tngrbIGYEt~1SB;ajm$P;jMhzvK2>Qd6XC zZNlcS-LxuBjBWnmjVBW7SC{w96t_)ga5*FU`fEze-YKWDjH_2^{XDawewmehV#2cT zTd#auH2G$HvCzSv8{LwtPT9YI@;m=PeCzuh*U*>S79Nu3uB()Oz0ZK*)}96jJqd=F zd;AXiFg@U?IdAX2fS+k+&phTkZl}|CA3h%c=Y?PxJIlTq(-&`?!kC-fj ztN;tKcHmV-pEEGVF0Yw8f07(v@hK1;63~dKcBPUQ40@NssC~^Qb(gax!c>L@g*zVCN7_caS zSqzE-Sagu<7_!m;%rd&?0_5fwdVN4{`;d{?paWU3It9P-&^iAZK=lQ&W`fj_q!{MQ zLSsgToIGg;84FjiT~AKzW;l2FDVR;FBS>-p$O4cfKn_3$AP0dQL8=4DYS{f}R$x$) zXJ)wf@GryVkIZ1VOqp~S94eq_0y&b{sGukpfGpp8^9~q;04z#KNdpu)fE0^xsU2_! zkd+3IedDaI0_N)RKym}AfNTeV5}+e7*bN$^W1bc=G%eJQT={4uT;-tj~#6haNlx9e}I>s^05OgL2BR01_nk0 zPZ!6KinzBkZMhCPNVxp9Y{*buv~=p$q?e&A+UpVQ;_W4sbg~8HoFDyif)V OPzFy|KbLh*2~7Y6^pi;d literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/katana.rsi/equipped-BACKPACK.png b/Resources/Textures/Objects/Weapons/Melee/katana.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..abd4829838b3e2076b35944330d8e9bc6110b57e GIT binary patch literal 529 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F3${@^GvDChdfr0U` zr;B4qMcmt4`@Ieah_HQ-E)-DSVAKMivj~9#~-bNvRRQ)TLpJs z+xuMT%_Af8@asFJSXNEVDvSKK(=q@3>WoP~Z%Sre4A?zmzssFD|L^!cTzTzjQR<4a zbz))-Wgld%Dq7BdSf}14`iRB(#=kEWDf7kWKYQ|LoBii?51m)s_2xDIxlonm*OyJs zzSf$jFNK9(ZC7W>e7h>2kxTygM$gMvR6LC|PA~8bdTMy=H-~@eN|q0zajFgHKd?Ob zqNcI4piQq6M8;mF&yJs&y;ZH!(!$OpBKE|_0PgJ&?B$>^M{EuA7B5y zcK`F8%~kard2$ot0&Zp5@!~4ITCq4!$m%vtr$AhgFV}5UUy!SobkxzgjbuF{iZy7{?5r Lu6{1-oD!MSFZ5&+p_Byq= z1l^RA(ad>!?T;b5)1rH7n~$&k$E_$(RBRoeR<2mABqOqbfmOqSkt?8q3ChfFe7tzs znYd%W4t2$B*!t3@?Yw?b)xB?GiOCEMeQxtPBvx?DcUxe3^PKDLEm6LeRX$81t@_SO znI_~+ODo!7E--)6@jX`=zGbg;Q7^yr{`=lr0#_N{O*Y^9bW7IH9ZjLk2bL_>DBAR8 zV$I&Ta-nG3j9JTGc`NiKf1OeJXqD&$_NzMKM~XrtSIvHKJ?PW2n5(br1qDt!Eann8 zoceS3sd$D38^tq@7EaS(4u-oJ$?;qP2i7v&`fzJ)g?fGW?i2@csosdS)j8R$TFU3v ze3UXdbZif|t@N|R2|0KAK65cd>Q9=d{ALgT*~sN>{mrXiUpK02es$;ZroGvD`FyNevi`-J>!a6R?%Qm|Ccf8d%RVjjW;3Z-o3?SZ_D}qy$hu|KVFR6-*qK2N zGknyH=K3wY{Z?#N@)|Kx3@8tw<{9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/katana.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/katana.rsi/meta.json index b2c66cff5b..765dfdae2b 100644 --- a/Resources/Textures/Objects/Weapons/Melee/katana.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/katana.rsi/meta.json @@ -1,22 +1,30 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf. Belt and SuitStorage sprites by RedBoockase on Github.", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/meta.json new file mode 100644 index 0000000000..7ad399e870 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Storage sprite by RedBookcase on Github.", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "storage" + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/storage.png b/Resources/Textures/Objects/Weapons/Melee/katana_storage_64x.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..ad4aef4ef86578586ddbfd36b1b05abae46ae6f6 GIT binary patch literal 361 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR01_nlH zPZ!6KinzBkHgX;c5OLj~x4^e;Lc=-%m$h$Qd}W{fvF~Pngxr9 zg9C@~iDqVn>HRs37kDrHlyWe4c%IF0mtpRD#uDa|eQZdAHyy5*ru?yvX8yqSfYF3O zkD>oM!ycvz2Hpnl1CP~@u>4NCmS6U{WSx9wh1@K4BkoUJHG1;FVdQ&MBb@0Mz`1wEzGB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/machete.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/machete.rsi/meta.json index 069cee5a70..42d1cb70b6 100644 --- a/Resources/Textures/Objects/Weapons/Melee/machete.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/machete.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-NC-SA-3.0", - "copyright": "Taken from Baystation12 and modified by Taral at https://github.com/Baystation12/Baystation12/pull/29841/commits/57265cd89e6b66b9a67915172f60bbbeacbeced0", + "copyright": "Taken from Baystation12 and modified by Taral at https://github.com/Baystation12/Baystation12/pull/29841/commits/57265cd89e6b66b9a67915172f60bbbeacbeced0. Storage sprite by RedBookcase on Github.", "size": { "x": 32, "y": 32 @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "storage" + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Objects/Weapons/Melee/machete.rsi/storage.png b/Resources/Textures/Objects/Weapons/Melee/machete.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..fdb9f9d72ed6cec96a72acdde89deb311ea5c30a GIT binary patch literal 382 zcmV-^0fGLBP)r$}y(aSZKY^%GZs&RjN|-=|Dr7zk&8 z&P=i_ld7sDNfHCnMnJ)O-ZhiQ3ZK%VDT~raW=JX)4qnH7KBfyvr zwJ^ZD2z3(rSa1r|{9S~jr@+S~gio|z>FjwjzTPexjNrICIR}L*!s&b}*4){-7f=90 zQ{?UGZ^7kkLNBN}4S Date: Sat, 26 Apr 2025 20:46:15 +0000 Subject: [PATCH 051/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 200110e29e..b59f6549d4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Helm - changes: - - message: Fixed an overly roomy matchbox! - type: Fix - id: 7854 - time: '2025-01-27T08:30:32.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34632 - author: metalgearsloth changes: - message: Fix hovering storage containers flickering sometimes. @@ -3933,3 +3926,11 @@ id: 8355 time: '2025-04-26T13:36:51.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36952 +- author: RedBookcase + changes: + - message: Various changes to edged weapons, including new storage sprites and new + storage options. + type: Add + id: 8356 + time: '2025-04-26T20:45:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36564 From d2caa5eae031bc065b679a2fc71eeb8ef5f951d4 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 27 Apr 2025 06:54:06 +1000 Subject: [PATCH 052/318] Fix autorecharge (#36955) --- .../Charges/Systems/SharedChargesSystem.cs | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/Content.Shared/Charges/Systems/SharedChargesSystem.cs b/Content.Shared/Charges/Systems/SharedChargesSystem.cs index 4805e5a441..e915580bae 100644 --- a/Content.Shared/Charges/Systems/SharedChargesSystem.cs +++ b/Content.Shared/Charges/Systems/SharedChargesSystem.cs @@ -41,10 +41,9 @@ public abstract class SharedChargesSystem : EntitySystem } // only show the recharging info if it's not full - if (charges == comp.MaxCharges || !TryComp(uid, out var recharge)) + if (charges == comp.MaxCharges || !Resolve(uid, ref rechargeEnt.Comp2, false)) return; - rechargeEnt.Comp2 = recharge; var timeRemaining = GetNextRechargeTime(rechargeEnt); args.PushMarkup(Loc.GetString("limited-charges-recharging", ("seconds", timeRemaining.TotalSeconds.ToString("F1")))); } @@ -95,17 +94,12 @@ public abstract class SharedChargesSystem : EntitySystem /// /// Adds the specified charges. Does not reset the accumulator. /// - public void AddCharges(Entity action, int addCharges) + public void AddCharges(Entity action, int addCharges) { if (addCharges == 0) return; - action.Comp ??= EnsureComp(action.Owner); - - // 1. If we're going FROM max then set lastupdate to now (so it doesn't instantly recharge). - // 2. If we're going TO max then also set lastupdate to now. - // 3. Otherwise don't modify it. - // No idea if we go to 0 but future problem. + action.Comp1 ??= EnsureComp(action.Owner); var lastCharges = GetCurrentCharges(action); var charges = lastCharges + addCharges; @@ -113,13 +107,25 @@ public abstract class SharedChargesSystem : EntitySystem if (lastCharges == charges) return; - if (charges == action.Comp.MaxCharges || lastCharges == action.Comp.MaxCharges) + // If we were at max then need to reset the timer. + if (charges == action.Comp1.MaxCharges || lastCharges == action.Comp1.MaxCharges) { - action.Comp.LastUpdate = _timing.CurTime; + action.Comp1.LastUpdate = _timing.CurTime; + action.Comp1.LastCharges = action.Comp1.MaxCharges; + } + // If it has auto-recharge then make up the difference. + else if (Resolve(action.Owner, ref action.Comp2, false)) + { + var duration = action.Comp2.RechargeDuration; + var diff = (_timing.CurTime - action.Comp1.LastUpdate); + var remainder = (int) (diff / duration); + + action.Comp1.LastCharges += remainder; + action.Comp1.LastUpdate += (remainder * duration); } - action.Comp.LastCharges = Math.Clamp(charges, 0, action.Comp.MaxCharges); - Dirty(action); + action.Comp1.LastCharges = Math.Clamp(action.Comp1.LastCharges + addCharges, 0, action.Comp1.MaxCharges); + Dirty(action.Owner, action.Comp1); } public bool TryUseCharge(Entity entity) From 65ff527f137e13a30e2279d24f72c19296fae0bd Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Sat, 26 Apr 2025 13:56:18 -0700 Subject: [PATCH 053/318] Fix inflatable barriers finishing instantly if canceled! (#36937) Fix --- .../Engineering/Systems/DisassembleOnAltVerbSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Engineering/Systems/DisassembleOnAltVerbSystem.cs b/Content.Shared/Engineering/Systems/DisassembleOnAltVerbSystem.cs index f64f2465dd..150688d3d4 100644 --- a/Content.Shared/Engineering/Systems/DisassembleOnAltVerbSystem.cs +++ b/Content.Shared/Engineering/Systems/DisassembleOnAltVerbSystem.cs @@ -50,7 +50,7 @@ public sealed partial class DisassembleOnAltVerbSystem : EntitySystem private void OnDisassembleDoAfter(Entity entity, ref DisassembleDoAfterEvent args) { - if (!_net.IsServer) // This is odd but it works :) + if (!_net.IsServer || args.Cancelled) // This is odd but it works :) return; if (TrySpawnNextTo(entity.Comp.PrototypeToSpawn, entity.Owner, out var spawnedEnt)) From 76676014a63367e803a78caea34be5302f6167c9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 20:57:25 +0000 Subject: [PATCH 054/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b59f6549d4..8e41f154c4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix hovering storage containers flickering sometimes. - type: Fix - id: 7855 - time: '2025-01-27T10:29:51.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33045 - author: Coolsurf6 changes: - message: Added the ability for a creature to be unable to feel pain @@ -3934,3 +3927,10 @@ id: 8356 time: '2025-04-26T20:45:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36564 +- author: archee1, Beck + changes: + - message: Inflatable walls no longer instantly deconstruct if canceled. + type: Fix + id: 8357 + time: '2025-04-26T20:56:18.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36937 From 6d935ced3ac34eaa4bd6bde56af2839edb3b0082 Mon Sep 17 00:00:00 2001 From: qrwas Date: Sun, 27 Apr 2025 00:06:34 +0300 Subject: [PATCH 055/318] Only sec glasses can show contraband: second attempt (#36412) * Add base code for cheking contraband in hud * Fix missing using in InventorySystem.Relay * Fix errors and update HUD yml * Add show contraband with component on entity * fix component description * Update Content.Shared/Contraband/ShowContrabandDetailsComponent.cs Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> * Update "if" for check if ent hasComp in contrabandSystem * Remove << InventorySystem.Relay.cs * Update Content.Shared/Contraband/ShowContrabandDetailsComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/CCVar/CCVars.Game.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Fix partial class ShowContrabandSystem Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/Contraband/ShowContrabandDetailsComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/Inventory/InventorySystem.Relay.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Some update ShowContrabandSystem * Try with record struct * back again ti default class with EntityEventArgs * Remove EntityEventArgs * Finally use record struct --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Shared/CCVar/CCVars.Game.cs | 8 +++++- Content.Shared/Contraband/ContrabandSystem.cs | 20 ++++++++++++-- .../ShowContrabandDetailsComponent.cs | 9 +++++++ .../Contraband/ShowContrabandSystem.cs | 27 +++++++++++++++++++ .../Inventory/InventorySystem.Relay.cs | 2 ++ .../Prototypes/Entities/Clothing/Eyes/hud.yml | 1 + .../Entities/Mobs/Player/admin_ghost.yml | 1 + 7 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 Content.Shared/Contraband/ShowContrabandDetailsComponent.cs create mode 100644 Content.Shared/Contraband/ShowContrabandSystem.cs diff --git a/Content.Shared/CCVar/CCVars.Game.cs b/Content.Shared/CCVar/CCVars.Game.cs index a316577fc1..00e6ff93ae 100644 --- a/Content.Shared/CCVar/CCVars.Game.cs +++ b/Content.Shared/CCVar/CCVars.Game.cs @@ -1,4 +1,4 @@ -using Content.Shared.Roles; +using Content.Shared.Roles; using Robust.Shared.Configuration; namespace Content.Shared.CCVar; @@ -386,6 +386,12 @@ public sealed partial class CCVars public static readonly CVarDef ContrabandExamine = CVarDef.Create("game.contraband_examine", true, CVar.SERVER | CVar.REPLICATED); + /// + /// If true, contraband examination is only possible while wearing an item with `ShowContrabandDetailsComponent`. Requires `ContrabandExamine` to be true as well. + /// + public static readonly CVarDef ContrabandExamineOnlyInHUD = + CVarDef.Create("game.contraband_examine_only_in_hud", false, CVar.SERVER | CVar.REPLICATED); + /// /// Size of the lookup area for adding entities to the context menu /// diff --git a/Content.Shared/Contraband/ContrabandSystem.cs b/Content.Shared/Contraband/ContrabandSystem.cs index c998875c87..2c2495ba9a 100644 --- a/Content.Shared/Contraband/ContrabandSystem.cs +++ b/Content.Shared/Contraband/ContrabandSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Shared.Access.Systems; using Content.Shared.CCVar; using Content.Shared.Examine; @@ -8,6 +7,7 @@ using Content.Shared.Verbs; using Robust.Shared.Configuration; using Robust.Shared.Prototypes; using Robust.Shared.Utility; +using System.Linq; namespace Content.Shared.Contraband; @@ -22,6 +22,7 @@ public sealed class ContrabandSystem : EntitySystem [Dependency] private readonly ExamineSystemShared _examine = default!; private bool _contrabandExamineEnabled; + private bool _contrabandExamineOnlyInHudEnabled; /// public override void Initialize() @@ -29,6 +30,7 @@ public sealed class ContrabandSystem : EntitySystem SubscribeLocalEvent>(OnDetailedExamine); Subs.CVar(_configuration, CCVars.ContrabandExamine, SetContrabandExamine, true); + Subs.CVar(_configuration, CCVars.ContrabandExamineOnlyInHUD, SetContrabandExamineOnlyInHUD, true); } public void CopyDetails(EntityUid uid, ContrabandComponent other, ContrabandComponent? contraband = null) @@ -42,12 +44,21 @@ public sealed class ContrabandSystem : EntitySystem Dirty(uid, contraband); } - private void OnDetailedExamine(EntityUid ent,ContrabandComponent component, ref GetVerbsEvent args) + private void OnDetailedExamine(EntityUid ent, ContrabandComponent component, ref GetVerbsEvent args) { if (!_contrabandExamineEnabled) return; + // Checking if contraband is only shown in the HUD + if (_contrabandExamineOnlyInHudEnabled) + { + var ev = new GetContrabandDetailsEvent(); + RaiseLocalEvent(args.User, ref ev); + if (!ev.CanShowContraband) + return; + } + // CanAccess is not used here, because we want people to be able to examine legality in strip menu. if (!args.CanInteract) return; @@ -114,4 +125,9 @@ public sealed class ContrabandSystem : EntitySystem { _contrabandExamineEnabled = val; } + + private void SetContrabandExamineOnlyInHUD(bool val) + { + _contrabandExamineOnlyInHudEnabled = val; + } } diff --git a/Content.Shared/Contraband/ShowContrabandDetailsComponent.cs b/Content.Shared/Contraband/ShowContrabandDetailsComponent.cs new file mode 100644 index 0000000000..50e9c499cf --- /dev/null +++ b/Content.Shared/Contraband/ShowContrabandDetailsComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Contraband; + +/// +/// This component allows you to see Contraband details on examine items +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class ShowContrabandDetailsComponent : Component; diff --git a/Content.Shared/Contraband/ShowContrabandSystem.cs b/Content.Shared/Contraband/ShowContrabandSystem.cs new file mode 100644 index 0000000000..4542c0fcc7 --- /dev/null +++ b/Content.Shared/Contraband/ShowContrabandSystem.cs @@ -0,0 +1,27 @@ +using Content.Shared.Inventory; + +namespace Content.Shared.Contraband; + +public sealed partial class ShowContrabandSystem : EntitySystem +{ + public override void Initialize() + { + base.Initialize(); + Subs.SubscribeWithRelay(OnGetContrabandDetails); + + } + + private void OnGetContrabandDetails(Entity ent, ref GetContrabandDetailsEvent args) + { + args.CanShowContraband = true; + } +} + +/// +/// Raised on an entity and its inventory to determine if it can see contraband information in the examination window. +/// +[ByRefEvent] +public record struct GetContrabandDetailsEvent(bool CanShowContraband = false) : IInventoryRelayEvent +{ + SlotFlags IInventoryRelayEvent.TargetSlots => SlotFlags.EYES; +} diff --git a/Content.Shared/Inventory/InventorySystem.Relay.cs b/Content.Shared/Inventory/InventorySystem.Relay.cs index 01d3e87246..ce245992a9 100644 --- a/Content.Shared/Inventory/InventorySystem.Relay.cs +++ b/Content.Shared/Inventory/InventorySystem.Relay.cs @@ -4,6 +4,7 @@ using Content.Shared.Chat; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Hypospray.Events; using Content.Shared.Climbing.Events; +using Content.Shared.Contraband; using Content.Shared.Damage; using Content.Shared.Damage.Events; using Content.Shared.Electrocution; @@ -55,6 +56,7 @@ public partial class InventorySystem SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); + SubscribeLocalEvent(RefRelayInventoryEvent); // Eye/vision events SubscribeLocalEvent(RelayInventoryEvent); diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 98fb8fdded..3b8ade1dd5 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -6,6 +6,7 @@ - type: ShowJobIcons - type: ShowMindShieldIcons - type: ShowCriminalRecordIcons + - type: ShowContrabandDetails - type: entity id: ShowMedicalIcons diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index ce4fc4ded0..2b18468ace 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -95,6 +95,7 @@ - type: SolutionScanner - type: IgnoreUIRange - type: ShowAntagIcons + - type: ShowContrabandDetails - type: Inventory templateId: aghost - type: Loadout From b1a846a6e98af1441e33f00b51fcb6cf0a72872d Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 21:07:41 +0000 Subject: [PATCH 056/318] Automatic changelog update --- Resources/Changelog/Admin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index 3eaf627d38..e8377ae818 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1107,5 +1107,13 @@ Entries: id: 133 time: '2025-04-22T12:34:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36790 +- author: qrwas + changes: + - message: 'Added new Cvar: game.contraband_examine_only_in_hud to display contraband + only in security glasses **disabled by default**' + type: Add + id: 134 + time: '2025-04-26T21:06:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36412 Name: Admin Order: 1 From 8f35bc76c2ea186f82f8abade7bfc3070dbc3796 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:40:44 -0400 Subject: [PATCH 057/318] Resolve a warning in SharedAnomalySystem and quell some linter whining. (#36939) * resolve a warning and deal with some linter whining. * Update Content.Shared/Anomaly/SharedAnomalySystem.cs --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- Content.Shared/Anomaly/SharedAnomalySystem.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index 61b8cc7f90..666d98bfc6 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -187,7 +187,8 @@ public abstract class SharedAnomalySystem : EntitySystem // Logging before resolve, in case the anomaly has deleted itself. if (_net.IsServer) Log.Info($"Ending anomaly. Entity: {ToPrettyString(uid)}"); - AdminLog.Add(LogType.Anomaly, supercritical ? LogImpact.High : LogImpact.Low, + AdminLog.Add(LogType.Anomaly, + supercritical ? LogImpact.High : LogImpact.Low, $"Anomaly {ToPrettyString(uid)} {(supercritical ? "went supercritical" : "decayed")}."); } @@ -402,7 +403,7 @@ public abstract class SharedAnomalySystem : EntitySystem if (!settings.CanSpawnOnEntities) { var valid = true; - foreach (var ent in grid.GetAnchoredEntities(tileref.GridIndices)) + foreach (var ent in _map.GetAnchoredEntities(xform.GridUid.Value, grid, tileref.GridIndices)) { if (!physQuery.TryGetComponent(ent, out var body)) continue; @@ -429,7 +430,7 @@ public abstract class SharedAnomalySystem : EntitySystem } [DataRecord] -public partial record struct AnomalySpawnSettings() +public record struct AnomalySpawnSettings() { /// /// should entities block spawning? @@ -483,4 +484,4 @@ public partial record struct AnomalySpawnSettings() public bool SpawnOnSeverityChanged { get; set; } = false; } -public sealed partial class ActionAnomalyPulseEvent : InstantActionEvent { } +public sealed partial class ActionAnomalyPulseEvent : InstantActionEvent; From f0472b2173ca64018ffb4c4de92026fc96e836d0 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:42:27 +0200 Subject: [PATCH 058/318] Delivery random multipliers (#36918) * init * review * init * teehee --- Content.Server/Delivery/DeliverySystem.cs | 14 ------- .../Delivery/DeliveryModifierSystem.cs | 30 ++++++++++++++ .../DeliveryRandomMultiplierComponent.cs | 32 +++++++++++++++ .../Delivery/SharedDeliverySystem.cs | 40 ++++++++++++++++--- .../en-US/delivery/delivery-component.ftl | 1 + .../Objects/Deliveries/deliveries.yml | 1 + 6 files changed, 98 insertions(+), 20 deletions(-) create mode 100644 Content.Shared/Delivery/DeliveryModifierSystem.cs create mode 100644 Content.Shared/Delivery/DeliveryRandomMultiplierComponent.cs diff --git a/Content.Server/Delivery/DeliverySystem.cs b/Content.Server/Delivery/DeliverySystem.cs index 0ddfde49ae..5fc9b53316 100644 --- a/Content.Server/Delivery/DeliverySystem.cs +++ b/Content.Server/Delivery/DeliverySystem.cs @@ -135,20 +135,6 @@ public sealed partial class DeliverySystem : SharedDeliverySystem DirtyField(ent.Owner, ent.Comp, nameof(DeliveryComponent.WasPenalized)); } - /// - /// Gathers the total multiplier for a delivery. - /// This is done by components having subscribed to GetDeliveryMultiplierEvent and having added onto it. - /// - /// The delivery for which to get the multiplier. - /// Total multiplier. - private float GetDeliveryMultiplier(Entity ent) - { - var ev = new GetDeliveryMultiplierEvent(); - RaiseLocalEvent(ent, ref ev); - - return ev.Multiplier; - } - public override void Update(float frameTime) { base.Update(frameTime); diff --git a/Content.Shared/Delivery/DeliveryModifierSystem.cs b/Content.Shared/Delivery/DeliveryModifierSystem.cs new file mode 100644 index 0000000000..505975732c --- /dev/null +++ b/Content.Shared/Delivery/DeliveryModifierSystem.cs @@ -0,0 +1,30 @@ +using Robust.Shared.Random; + +namespace Content.Shared.Delivery; + +/// +/// System responsible for managing multipliers and logic for different delivery modifiers. +/// +public sealed partial class DeliveryModifierSystem : EntitySystem +{ + [Dependency] private readonly IRobustRandom _random = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnRandomMultiplierMapInit); + SubscribeLocalEvent(OnGetRandomMultiplier); + } + + private void OnRandomMultiplierMapInit(Entity ent, ref MapInitEvent args) + { + ent.Comp.CurrentMultiplierOffset = _random.NextFloat(ent.Comp.MinMultiplierOffset, ent.Comp.MaxMultiplierOffset); + Dirty(ent); + } + + private void OnGetRandomMultiplier(Entity ent, ref GetDeliveryMultiplierEvent args) + { + args.AdditiveMultiplier += ent.Comp.CurrentMultiplierOffset; + } +} diff --git a/Content.Shared/Delivery/DeliveryRandomMultiplierComponent.cs b/Content.Shared/Delivery/DeliveryRandomMultiplierComponent.cs new file mode 100644 index 0000000000..d753d8aff2 --- /dev/null +++ b/Content.Shared/Delivery/DeliveryRandomMultiplierComponent.cs @@ -0,0 +1,32 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Delivery; + +/// +/// Component given to deliveries. +/// Applies a random multiplier to the delivery on init. +/// Added additively to the total multiplier. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(DeliveryModifierSystem))] +public sealed partial class DeliveryRandomMultiplierComponent : Component +{ + /// + /// The highest the random multiplier can go. + /// + [DataField] + public float MaxMultiplierOffset = 0.2f; + + /// + /// The lowest the random multiplier can go. + /// + [DataField] + public float MinMultiplierOffset = -0.2f; + + /// + /// The current multiplier this component provides. + /// Gets randomized between MaxMultiplierOffset and MinMultiplierOffset on MapInit. + /// + [DataField, AutoNetworkedField] + public float CurrentMultiplierOffset; +} diff --git a/Content.Shared/Delivery/SharedDeliverySystem.cs b/Content.Shared/Delivery/SharedDeliverySystem.cs index 53c5224940..1667035dac 100644 --- a/Content.Shared/Delivery/SharedDeliverySystem.cs +++ b/Content.Shared/Delivery/SharedDeliverySystem.cs @@ -54,12 +54,23 @@ public abstract class SharedDeliverySystem : EntitySystem var jobTitle = ent.Comp.RecipientJobTitle ?? Loc.GetString("delivery-recipient-no-job"); var recipientName = ent.Comp.RecipientName ?? Loc.GetString("delivery-recipient-no-name"); - if (ent.Comp.IsOpened) + using (args.PushGroup(nameof(DeliveryComponent), 1)) { - args.PushText(Loc.GetString("delivery-already-opened-examine")); + if (ent.Comp.IsOpened) + { + args.PushText(Loc.GetString("delivery-already-opened-examine")); + } + + args.PushText(Loc.GetString("delivery-recipient-examine", ("recipient", recipientName), ("job", jobTitle))); } - args.PushText(Loc.GetString("delivery-recipient-examine", ("recipient", recipientName), ("job", jobTitle))); + if (ent.Comp.IsLocked) + { + var multiplier = GetDeliveryMultiplier(ent); + var totalSpesos = Math.Round(ent.Comp.BaseSpesoReward * multiplier); + + args.PushMarkup(Loc.GetString("delivery-earnings-examine", ("spesos", totalSpesos))); + } } private void OnSpawnerExamine(Entity ent, ref ExaminedEvent args) @@ -235,6 +246,20 @@ public abstract class SharedDeliverySystem : EntitySystem _appearance.SetData(uid, DeliverySpawnerVisuals.Contents, contents > 0); } + /// + /// Gathers the total multiplier for a delivery. + /// This is done by components having subscribed to GetDeliveryMultiplierEvent and having added onto it. + /// + /// The delivery for which to get the multiplier. + /// Total multiplier. + protected float GetDeliveryMultiplier(Entity ent) + { + var ev = new GetDeliveryMultiplierEvent(); + RaiseLocalEvent(ent, ref ev); + + return ev.AdditiveMultiplier * ev.MultiplicativeMultiplier; + } + protected virtual void GrantSpesoReward(Entity ent) { } protected virtual void HandlePenalty(Entity ent, string? reason = null) { } @@ -243,13 +268,16 @@ public abstract class SharedDeliverySystem : EntitySystem } /// -/// Used to gather the multiplier from all different delivery components. +/// Used to gather the total multiplier for deliveries. +/// This is done by various modifier components subscribing to this and adding accordingly. /// +/// The additive multiplier. +/// The multiplicative multiplier. [ByRefEvent] -public record struct GetDeliveryMultiplierEvent(float Multiplier) +public record struct GetDeliveryMultiplierEvent(float AdditiveMultiplier, float MultiplicativeMultiplier) { // we can't use an optional parameter because the default parameterless constructor defaults everything - public GetDeliveryMultiplierEvent() : this(1.0f) { } + public GetDeliveryMultiplierEvent() : this(1.0f, 1.0f) { } } /// diff --git a/Resources/Locale/en-US/delivery/delivery-component.ftl b/Resources/Locale/en-US/delivery/delivery-component.ftl index a6bbc79343..5903094690 100644 --- a/Resources/Locale/en-US/delivery/delivery-component.ftl +++ b/Resources/Locale/en-US/delivery/delivery-component.ftl @@ -1,5 +1,6 @@ delivery-recipient-examine = This one is meant for {$recipient}, {$job}. delivery-already-opened-examine = It was already opened. +delivery-earnings-examine = Delivering this will earn the station [color=yellow]{$spesos}[/color] spesos. delivery-recipient-no-name = Unnamed delivery-recipient-no-job = Unknown diff --git a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml index 19789cd7eb..2ff5e9daf7 100644 --- a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml +++ b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml @@ -36,6 +36,7 @@ failPopup: fingerprint-reader-fail failGlovesPopup: fingerprint-reader-fail-gloves - type: Delivery + - type: DeliveryRandomMultiplier - type: ContainerContainer containers: delivery: !type:Container From f74b1c35bb6dd5b5e076a87cc4f8ad6dd1e36311 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 21:43:34 +0000 Subject: [PATCH 059/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8e41f154c4..bd276d6189 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Coolsurf6 - changes: - - message: Added the ability for a creature to be unable to feel pain - type: Add - - message: Added a Pain Numbness Trait to character creation. - type: Add - id: 7856 - time: '2025-01-27T10:34:21.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34538 - author: metalgearsloth changes: - message: Puddles will now draw below floor objects like vents. @@ -3934,3 +3925,13 @@ id: 8357 time: '2025-04-26T20:56:18.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36937 +- author: ScarKy0 + changes: + - message: Deliveries now have a random multiplier added to them, slightly modifying + their earnings. + type: Add + - message: Deliveries now show how many spesos they grant on examine. + type: Tweak + id: 8358 + time: '2025-04-26T21:42:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36918 From b7d020570fcf317c95b3a798fb8464d54311081b Mon Sep 17 00:00:00 2001 From: pathetic meowmeow Date: Sat, 26 Apr 2025 17:45:53 -0400 Subject: [PATCH 060/318] Truncate lathe announcement lists (#36945) --- .../Lathe/Components/LatheAnnouncingComponent.cs | 6 ++++++ Content.Server/Lathe/LatheSystem.cs | 15 +++++++++++---- Resources/Locale/en-US/lathe/lathesystem.ftl | 1 + 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Content.Server/Lathe/Components/LatheAnnouncingComponent.cs b/Content.Server/Lathe/Components/LatheAnnouncingComponent.cs index 16c30d98eb..e5a6fbf352 100644 --- a/Content.Server/Lathe/Components/LatheAnnouncingComponent.cs +++ b/Content.Server/Lathe/Components/LatheAnnouncingComponent.cs @@ -14,4 +14,10 @@ public sealed partial class LatheAnnouncingComponent : Component /// [DataField(required: true)] public List> Channels = new(); + + /// + /// How many items should be announced in a message before it truncates + /// + [DataField] + public int MaximumItems = 5; } diff --git a/Content.Server/Lathe/LatheSystem.cs b/Content.Server/Lathe/LatheSystem.cs index 0212bb6eeb..3c5ecde1c6 100644 --- a/Content.Server/Lathe/LatheSystem.cs +++ b/Content.Server/Lathe/LatheSystem.cs @@ -385,10 +385,17 @@ namespace Content.Server.Lathe if (recipeNames.Count == 0) return; - var message = Loc.GetString( - "lathe-unlock-recipe-radio-broadcast", - ("items", ContentLocalizationManager.FormatList(recipeNames)) - ); + var message = + recipeNames.Count > ent.Comp.MaximumItems ? + Loc.GetString( + "lathe-unlock-recipe-radio-broadcast-overflow", + ("items", ContentLocalizationManager.FormatList(recipeNames.GetRange(0, ent.Comp.MaximumItems))), + ("count", recipeNames.Count) + ) : + Loc.GetString( + "lathe-unlock-recipe-radio-broadcast", + ("items", ContentLocalizationManager.FormatList(recipeNames)) + ); foreach (var channel in ent.Comp.Channels) { diff --git a/Resources/Locale/en-US/lathe/lathesystem.ftl b/Resources/Locale/en-US/lathe/lathesystem.ftl index 93e0107f68..ecf01b3317 100644 --- a/Resources/Locale/en-US/lathe/lathesystem.ftl +++ b/Resources/Locale/en-US/lathe/lathesystem.ftl @@ -1,3 +1,4 @@ lathe-popup-material-not-used = This material is not used in this machine. lathe-unlock-recipe-radio-broadcast = This lathe is now capable of producing the following recipes: {$items} +lathe-unlock-recipe-radio-broadcast-overflow = This lathe is now capable of producing {$count} new recipes, including: {$items} lathe-unlock-recipe-radio-broadcast-item = [bold]{$item}[/bold] From d26fbbb6e78b2d81a34583f8c0e6a5d449d8c8c0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 21:47:00 +0000 Subject: [PATCH 061/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bd276d6189..7dfb9b98f8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Puddles will now draw below floor objects like vents. - type: Fix - id: 7857 - time: '2025-01-27T12:44:17.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32369 - author: august-sun changes: - message: Utility and CE belts can now hold the pAI and the handheld station map. @@ -3935,3 +3928,11 @@ id: 8358 time: '2025-04-26T21:42:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36918 +- author: sowelipililimute + changes: + - message: Medical and security techfab will no longer announce more than five recipes + at once, avoiding chat flooding + type: Tweak + id: 8359 + time: '2025-04-26T21:45:53.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36945 From 2378b9ad681091eefa351e7803ddb8cf0c7b3980 Mon Sep 17 00:00:00 2001 From: Nox Date: Sat, 26 Apr 2025 14:48:40 -0700 Subject: [PATCH 062/318] Descriptions for .30 Rifle (#36958) Initial commit --- .../Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml | 4 ++++ .../Weapons/Guns/Ammunition/Cartridges/light_rifle.yml | 4 ++++ .../Weapons/Guns/Ammunition/Magazines/light_rifle.yml | 6 ++++++ .../Weapons/Guns/Ammunition/SpeedLoaders/rifle_light.yml | 1 + .../Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml | 2 +- .../Entities/Objects/Weapons/Guns/Rifles/rifles.yml | 2 +- .../Entities/Objects/Weapons/Guns/Snipers/snipers.yml | 4 ++-- 7 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml index 96e9222306..8c4634561f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml @@ -45,6 +45,7 @@ parent: BaseMagazineBoxLightRifle id: MagazineBoxLightRifle name: ammunition box (.30 rifle) + description: A cardboard box of .30 rifle rounds. Intended to hold general-purpose kinetic ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRifle @@ -59,6 +60,7 @@ parent: BaseMagazineBoxLightRifle id: MagazineBoxLightRiflePractice name: ammunition box (.30 rifle practice) + description: A cardboard box of .30 rifle rounds. Intended to hold non-harmful chalk ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRiflePractice @@ -74,6 +76,7 @@ id: MagazineBoxLightRifleIncendiary parent: BaseMagazineBoxLightRifle name: ammunition box (.30 rifle incendiary) + description: A cardboard box of .30 rifle rounds. Intended to hold self-igniting incendiary ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRifleIncendiary @@ -89,6 +92,7 @@ parent: BaseMagazineBoxLightRifle id: MagazineBoxLightRifleUranium name: ammunition box (.30 rifle uranium) + description: A cardboard box of .30 rifle rounds. Intended to hold exotic uranium-core ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRifleUranium diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml index cedb5e2780..bdd4758fd2 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml @@ -22,6 +22,7 @@ id: CartridgeLightRifle name: cartridge (.30 rifle) parent: BaseCartridgeLightRifle + description: A classic intermediate cartridge used by many combat rifles and LMGs. Standard kinetic ammunition is common and useful in most situations. components: - type: CartridgeAmmo proto: BulletLightRifle @@ -30,6 +31,7 @@ id: CartridgeLightRiflePractice name: cartridge (.30 rifle practice) parent: BaseCartridgeLightRifle + description: A classic intermediate cartridge used by many combat rifles and LMGs. Chalk ammunition is generally non-harmful, used for practice. components: - type: CartridgeAmmo proto: BulletLightRiflePractice @@ -45,6 +47,7 @@ id: CartridgeLightRifleIncendiary name: cartridge (.30 rifle incendiary) parent: BaseCartridgeLightRifle + description: A classic intermediate cartridge used by many combat rifles and LMGs. Incendiary ammunition contains a self-igniting compound that sets the target ablaze. components: - type: CartridgeAmmo proto: BulletLightRifleIncendiary @@ -60,6 +63,7 @@ id: CartridgeLightRifleUranium name: cartridge (.30 rifle uranium) parent: BaseCartridgeLightRifle + description: A classic intermediate cartridge used by many combat rifles and LMGs. Uranium ammunition replaces the lead core of the bullet with fissile material, irradiating the target from the inside. components: - type: CartridgeAmmo proto: BulletLightRifleUranium diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml index ab45d91371..58fb5ae6a0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml @@ -38,6 +38,7 @@ id: MagazineLightRifleBox name: "L6 SAW magazine box (.30 rifle)" parent: BaseMagazineLightRifle + description: Box containing a 100-round belt of linked .30 rifle rounds, used by light machine guns such as the L6. Intended to hold general-purpose kinetic ammunition. components: - type: Tag tags: @@ -58,6 +59,7 @@ id: MagazineLightRifle name: "magazine (.30 rifle)" parent: BaseMagazineLightRifle + description: Curved 30-round double stack magazine for combat rifles. Intended to hold general-purpose kinetic ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRifle @@ -73,6 +75,7 @@ name: "magazine (.30 rifle any)" suffix: empty parent: MagazineLightRifle + description: Curved 30-round double stack magazine for combat rifles. components: - type: BallisticAmmoProvider proto: null @@ -87,6 +90,7 @@ id: MagazineLightRiflePractice name: "magazine (.30 rifle practice)" parent: BaseMagazineLightRifle + description: Curved 30-round double stack magazine for combat rifles. Intended to hold non-harmful chalk ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRiflePractice @@ -101,6 +105,7 @@ id: MagazineLightRifleUranium name: "magazine (.30 rifle uranium)" parent: BaseMagazineLightRifle + description: Curved 30-round double stack magazine for combat rifles. Intended to hold exotic uranium-core ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRifleUranium @@ -115,6 +120,7 @@ id: MagazineLightRifleIncendiary name: "magazine (.30 rifle incendiary)" parent: MagazineLightRifle + description: Curved 30-round double stack magazine for combat rifles. Intended to hold self-igniting incendiary ammunition. components: - type: BallisticAmmoProvider proto: CartridgeLightRifleIncendiary diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/rifle_light.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/rifle_light.yml index 191f0ae22c..739f092f69 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/rifle_light.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/rifle_light.yml @@ -2,6 +2,7 @@ id: SpeedLoaderLightRifle name: "speed loader (.30 rifle)" parent: [ BaseItem, BaseSecurityContraband ] + description: 5-round 'stripper clip' for quickly reloading the Kardashev-Mosin. Holds 5 rounds of .30 rifle. components: - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml index a415927cc5..93f8177deb 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml @@ -69,7 +69,7 @@ name: L6 SAW id: WeaponLightMachineGunL6 parent: [BaseWeaponLightMachineGun, BaseSyndicateContraband] - description: A rather traditionally made LMG with a pleasantly lacquered wooden pistol grip. Uses .30 rifle ammo. + description: Developed by Waffle Corp, the L6 Squad Automatic Weapon is a deadly light machine gun often used by the Gorlex Marauders. Although bulky and cumbersome, its heavy barrel and high ammo capacity make it perfect for suppressing combatants with a hail of bullets. Feeds from .30 ammo belts. components: - type: Sprite sprite: Objects/Weapons/Guns/LMGs/l6.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index ffe24fc264..ef47ef8b97 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -55,7 +55,7 @@ name: AKMS parent: [BaseWeaponRifle, BaseSecurityContraband] id: WeaponRifleAk - description: An iconic weapon of war. Uses .30 rifle ammo. + description: A somewhat battered combat rifle of a design originating from old Earth. Favored by criminals, militias, and terrorists due to its famed reliability and easy-to-manufacture design. Feeds from .30 rifle magazines. components: - type: Sprite sprite: Objects/Weapons/Guns/Rifles/ak.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index ff532c94bf..a36da010a1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -42,7 +42,7 @@ name: Kardashev-Mosin parent: [BaseWeaponSniper, BaseGunWieldable, BaseMajorContraband] id: WeaponSniperMosin - description: A weapon for hunting, or endless trench warfare. Uses .30 rifle ammo. + description: A true relic, the Kardashev-Mosin has served in nearly every armed conflict since its creation 670 years ago. The bolt-action design of the rifle remains virtually identical to its original design, whether used for hunting, sniping, or endless trench warfare. Loads 10 rounds of .30 rifle. components: - type: Sprite sprite: Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi @@ -142,7 +142,7 @@ - type: BallisticAmmoProvider whitelist: tags: - - CartridgeMagnum # changed from Anti-material rifle rounds because it's a flintlock pistol not a Hristov + - CartridgeMagnum # changed from Anti-material rifle rounds because it's a flintlock pistol not a Hristov capacity: 1 proto: CartridgeMagnum - type: StaticPrice From dafb99258e63bf63e1344306a3da7ce68db9d2cf Mon Sep 17 00:00:00 2001 From: UpAndLeaves <92269094+Alpha-Two@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:49:00 +0100 Subject: [PATCH 063/318] CMO Hardsuit: Zombification Resistance tweak (#36957) initial commit --- .../Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index a24fc0d789..fa023f9144 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -403,6 +403,8 @@ modifiers: coefficients: Caustic: 0.1 + - type: ZombificationResistance + zombificationResistanceCoefficient: 0.4 - type: ClothingSpeedModifier walkModifier: 0.9 sprintModifier: 0.95 From fd24e4bc5bb9cdf71326b2bf92a1b22333f06106 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 21:50:07 +0000 Subject: [PATCH 064/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 33 ++++++++++++++----------------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7dfb9b98f8..988b68efb8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,22 +1,4 @@ Entries: -- author: august-sun - changes: - - message: Utility and CE belts can now hold the pAI and the handheld station map. - type: Tweak - id: 7858 - time: '2025-01-27T18:48:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33048 -- author: ArtisticRoomba - changes: - - message: The Engineering Guidebook has been significantly revamped and is now - mostly up to date. - type: Add - - message: Most Atmospherics and Engineering-related devices and equipment now have - a link to their relevant guidebook entry upon examine. - type: Add - id: 7859 - time: '2025-01-27T19:42:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33062 - author: SlamBamActionman changes: - message: Hristov now provides an increased view range of 3 tiles when wielded. @@ -3936,3 +3918,18 @@ id: 8359 time: '2025-04-26T21:45:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36945 +- author: Nox38 + changes: + - message: Added descriptions for the .30 caliber and weapons. + type: Add + id: 8360 + time: '2025-04-26T21:48:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36958 +- author: UpAndLeaves + changes: + - message: The CMO's hardsuit has been redesigned with extra durathread to withstand + zombie bites more effectively. + type: Tweak + id: 8361 + time: '2025-04-26T21:49:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36957 From 90582f27eebc15aa8beecb1f5655826e0b052ade Mon Sep 17 00:00:00 2001 From: Centronias Date: Sat, 26 Apr 2025 16:24:25 -0700 Subject: [PATCH 065/318] Adds Parcel Wrap (#34471) * Parcel Wrap * fix TG sprite licenses update attribution on modified `unwrapped` sprite to better conform to CC's guidance * ContainerContainer test failure fix * Just easy changes for now. * Imagine building your code before pushing it for review * The rest of the PR comments * PR comments * more comments + cargo orderability * whitespace: deduplicated. * use limitedcharges replace mostly-duped client/server with if(onserver) * cabinet perspective sprites * web edit detected fite me * @ps3moira 's new sprites for me :) * add a touch of attribution * EmoGarbage Review * Merge with master * Merge with master --------- Co-authored-by: EmoGarbage404 --- .../Components/ParcelWrapComponent.cs | 67 +++++++++ .../Components/WrappedParcelComponent.cs | 46 ++++++ .../Components/WrappedParcelVisuals.cs | 13 ++ .../ParcelWrap/Systems/ParcelWrapEvents.cs | 10 ++ .../ParcelWrappingSystem.ParcelWrap.cs | 135 +++++++++++++++++ .../ParcelWrappingSystem.WrappedParcel.cs | 139 ++++++++++++++++++ .../Systems/ParcelWrappingSystem.cs | 57 +++++++ Resources/Locale/en-US/pacel-wrap.ftl | 10 ++ .../Prototypes/Catalog/Cargo/cargo_cargo.yml | 10 ++ .../Prototypes/Catalog/Fills/Crates/cargo.yml | 11 ++ .../Prototypes/Entities/Objects/Fun/pai.yml | 1 + .../Entities/Objects/Misc/parcel_wrap.yml | 100 +++++++++++++ Resources/Prototypes/tags.yml | 3 + .../Misc/ParcelWrap/parcel_wrap.rsi/brown.png | Bin 0 -> 358 bytes .../ParcelWrap/parcel_wrap.rsi/empty-roll.png | Bin 0 -> 307 bytes .../Misc/ParcelWrap/parcel_wrap.rsi/meta.json | 19 +++ .../parcel_wrap_trash.rsi/brown.png | Bin 0 -> 482 bytes .../parcel_wrap_trash.rsi/meta.json | 15 ++ .../ParcelWrap/wrapped_parcel.rsi/crate.png | Bin 0 -> 320 bytes .../ParcelWrap/wrapped_parcel.rsi/locker.png | Bin 0 -> 325 bytes .../ParcelWrap/wrapped_parcel.rsi/meta.json | 39 +++++ .../wrapped_parcel.rsi/parcel-large.png | Bin 0 -> 321 bytes .../wrapped_parcel.rsi/parcel-medium.png | Bin 0 -> 319 bytes .../wrapped_parcel.rsi/parcel-small.png | Bin 0 -> 313 bytes .../wrapped_parcel.rsi/parcel-tiny.png | Bin 0 -> 314 bytes .../wrapped_parcel.rsi/tall-crate.png | Bin 0 -> 322 bytes 26 files changed, 675 insertions(+) create mode 100644 Content.Shared/ParcelWrap/Components/ParcelWrapComponent.cs create mode 100644 Content.Shared/ParcelWrap/Components/WrappedParcelComponent.cs create mode 100644 Content.Shared/ParcelWrap/Components/WrappedParcelVisuals.cs create mode 100644 Content.Shared/ParcelWrap/Systems/ParcelWrapEvents.cs create mode 100644 Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.ParcelWrap.cs create mode 100644 Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.WrappedParcel.cs create mode 100644 Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.cs create mode 100644 Resources/Locale/en-US/pacel-wrap.ftl create mode 100644 Resources/Prototypes/Entities/Objects/Misc/parcel_wrap.yml create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/brown.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/empty-roll.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/meta.json create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/brown.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/meta.json create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/crate.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/locker.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/meta.json create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-large.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-medium.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-small.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-tiny.png create mode 100644 Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/tall-crate.png diff --git a/Content.Shared/ParcelWrap/Components/ParcelWrapComponent.cs b/Content.Shared/ParcelWrap/Components/ParcelWrapComponent.cs new file mode 100644 index 0000000000..b5afb49dca --- /dev/null +++ b/Content.Shared/ParcelWrap/Components/ParcelWrapComponent.cs @@ -0,0 +1,67 @@ +using Content.Shared.Item; +using Content.Shared.Whitelist; +using Robust.Shared.Audio; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.ParcelWrap.Components; + +/// +/// This component gives its owning entity the ability to wrap items into parcels. +/// +/// +[RegisterComponent, NetworkedComponent] +[Access] // Readonly, except for VV editing +public sealed partial class ParcelWrapComponent : Component +{ + /// + /// The of the parcel created by using this component. + /// + [DataField(required: true)] + public EntProtoId ParcelPrototype; + + /// + /// If true, parcels created by this will have the same size as the item they + /// contain. If false, parcels created by this will always have the size specified by . + /// + [DataField] + public bool WrappedItemsMaintainSize = true; + + /// + /// The size of parcels created by this component's entity. This is used if + /// is false, or if the item being wrapped somehow doesn't have a size. + /// + [DataField] + public ProtoId FallbackItemSize = "Ginormous"; + + /// + /// If true, parcels created by this will have the same shape as the item they contain. If false, parcels created by + /// this will have the default shape for their size. + /// + [DataField] + public bool WrappedItemsMaintainShape; + + /// + /// How long it takes to use this to wrap something. + /// + [DataField(required: true)] + public TimeSpan WrapDelay = TimeSpan.FromSeconds(1); + + /// + /// Sound played when this is used to wrap something. + /// + [DataField] + public SoundSpecifier? WrapSound; + + /// + /// Defines the set of things which can be wrapped (unless it fails the ). + /// + [DataField] + public EntityWhitelist? Whitelist; + + /// + /// Defines the set of things which cannot be wrapped (even if it passes the ). + /// + [DataField] + public EntityWhitelist? Blacklist; +} diff --git a/Content.Shared/ParcelWrap/Components/WrappedParcelComponent.cs b/Content.Shared/ParcelWrap/Components/WrappedParcelComponent.cs new file mode 100644 index 0000000000..e0ceaeae49 --- /dev/null +++ b/Content.Shared/ParcelWrap/Components/WrappedParcelComponent.cs @@ -0,0 +1,46 @@ +using Content.Shared.ParcelWrap.Systems; +using Robust.Shared.Audio; +using Robust.Shared.Containers; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.ParcelWrap.Components; + +/// +/// This component marks its owner as being a parcel created by wrapping another item up. It can be unwrapped, +/// destroying this entity and releasing . +/// +/// +[RegisterComponent, NetworkedComponent, Access(typeof(ParcelWrappingSystem))] +public sealed partial class WrappedParcelComponent : Component +{ + /// + /// The contents of this parcel. + /// + [ViewVariables(VVAccess.ReadOnly)] + public ContainerSlot Contents = default!; + + /// + /// Specifies the entity to spawn when this parcel is unwrapped. + /// + [DataField] + public EntProtoId? UnwrapTrash; + + /// + /// How long it takes to unwrap this parcel. + /// + [DataField(required: true)] + public TimeSpan UnwrapDelay = TimeSpan.FromSeconds(1); + + /// + /// Sound played when unwrapping this parcel. + /// + [DataField] + public SoundSpecifier? UnwrapSound; + + /// + /// The ID of . + /// + [DataField, ViewVariables(VVAccess.ReadOnly)] + public string ContainerId = "contents"; +} diff --git a/Content.Shared/ParcelWrap/Components/WrappedParcelVisuals.cs b/Content.Shared/ParcelWrap/Components/WrappedParcelVisuals.cs new file mode 100644 index 0000000000..1c90ca031d --- /dev/null +++ b/Content.Shared/ParcelWrap/Components/WrappedParcelVisuals.cs @@ -0,0 +1,13 @@ +using Robust.Shared.Serialization; + +namespace Content.Shared.ParcelWrap.Components; + +/// +/// This enum is used to change the sprite used by WrappedParcels based on the parcel's size. +/// +[Serializable, NetSerializable] +public enum WrappedParcelVisuals : byte +{ + Size, + Layer, +} diff --git a/Content.Shared/ParcelWrap/Systems/ParcelWrapEvents.cs b/Content.Shared/ParcelWrap/Systems/ParcelWrapEvents.cs new file mode 100644 index 0000000000..b64ecc3c00 --- /dev/null +++ b/Content.Shared/ParcelWrap/Systems/ParcelWrapEvents.cs @@ -0,0 +1,10 @@ +using Content.Shared.DoAfter; +using Robust.Shared.Serialization; + +namespace Content.Shared.ParcelWrap.Systems; + +[Serializable, NetSerializable] +public sealed partial class ParcelWrapItemDoAfterEvent : SimpleDoAfterEvent; + +[Serializable, NetSerializable] +public sealed partial class UnwrapWrappedParcelDoAfterEvent : SimpleDoAfterEvent; diff --git a/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.ParcelWrap.cs b/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.ParcelWrap.cs new file mode 100644 index 0000000000..f924a7c6c9 --- /dev/null +++ b/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.ParcelWrap.cs @@ -0,0 +1,135 @@ +using Content.Shared.DoAfter; +using Content.Shared.Interaction; +using Content.Shared.Item; +using Content.Shared.ParcelWrap.Components; +using Content.Shared.Verbs; +using Robust.Shared.Utility; + +namespace Content.Shared.ParcelWrap.Systems; + +// This part handles Parcel Wrap. +public sealed partial class ParcelWrappingSystem +{ + private void InitializeParcelWrap() + { + SubscribeLocalEvent(OnAfterInteract); + SubscribeLocalEvent>(OnGetVerbsForParcelWrap); + SubscribeLocalEvent(OnWrapItemDoAfter); + } + + private void OnAfterInteract(Entity entity, ref AfterInteractEvent args) + { + if (args.Handled || + args.Target is not { } target || + !args.CanReach || + !IsWrappable(entity, target)) + return; + + args.Handled = TryStartWrapDoAfter(args.User, entity, target); + } + + private void OnGetVerbsForParcelWrap(Entity entity, ref GetVerbsEvent args) + { + if (!args.CanAccess || !IsWrappable(entity, args.Target)) + return; + + // "Capture" the values from `args` because C# doesn't like doing the capturing for `ref` values. + var user = args.User; + var target = args.Target; + + // "Wrap" verb for when just left-clicking doesn't work. + args.Verbs.Add(new UtilityVerb + { + Text = Loc.GetString("parcel-wrap-verb-wrap"), + Act = () => TryStartWrapDoAfter(user, entity, target), + }); + } + + private void OnWrapItemDoAfter(Entity wrapper, ref ParcelWrapItemDoAfterEvent args) + { + if (args.Handled || args.Cancelled) + return; + + if (args.Target is { } target) + { + WrapInternal(args.User, wrapper, target); + args.Handled = true; + } + } + + private bool TryStartWrapDoAfter(EntityUid user, Entity wrapper, EntityUid target) + { + return _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, + user, + wrapper.Comp.WrapDelay, + new ParcelWrapItemDoAfterEvent(), + wrapper, // Raise the event on the wrapper because that's what the event handler expects. + target, + wrapper) + { + NeedHand = true, + BreakOnMove = true, + BreakOnDamage = true, + }); + } + + /// + /// Spawns a WrappedParcel containing . + /// + /// The entity using to wrap . + /// The wrapping being used. Determines appearance of the spawned parcel. + /// The entity being wrapped. + private void WrapInternal(EntityUid user, Entity wrapper, EntityUid target) + { + if (_net.IsServer) + { + var spawned = Spawn(wrapper.Comp.ParcelPrototype, Transform(target).Coordinates); + + // If this wrap maintains the size when wrapping, set the parcel's size to the target's size. Otherwise use the + // wrap's fallback size. + TryComp(target, out ItemComponent? targetItemComp); + var size = wrapper.Comp.FallbackItemSize; + if (wrapper.Comp.WrappedItemsMaintainSize && targetItemComp is not null) + { + size = targetItemComp.Size; + } + + // ParcelWrap's spawned entity should always have an `ItemComp`. As of writing, the only use has it hardcoded on + // its prototype. + var item = Comp(spawned); + _item.SetSize(spawned, size, item); + _appearance.SetData(spawned, WrappedParcelVisuals.Size, size.Id); + + // If this wrap maintains the shape when wrapping and the item has a shape override, copy the shape override to + // the parcel. + if (wrapper.Comp.WrappedItemsMaintainShape && targetItemComp is { Shape: { } shape }) + { + _item.SetShape(spawned, shape, item); + } + + // If the target's in a container, try to put the parcel in its place in the container. + if (_container.TryGetContainingContainer((target, null, null), out var containerOfTarget)) + { + _container.Remove(target, containerOfTarget); + _container.InsertOrDrop((spawned, null, null), containerOfTarget); + } + + // Insert the target into the parcel. + var parcel = EnsureComp(spawned); + if (!_container.Insert(target, parcel.Contents)) + { + DebugTools.Assert( + $"Failed to insert target entity into newly spawned parcel. target={PrettyPrint.PrintUserFacing(target)}"); + QueueDel(spawned); + } + } + + // Consume a `use` on the wrapper, and delete the wrapper if it's empty. + _charges.TryUseCharges(wrapper.Owner, 1); + if (_net.IsServer && _charges.IsEmpty(wrapper.Owner)) + QueueDel(wrapper); + + // Play a wrapping sound. + _audio.PlayPredicted(wrapper.Comp.WrapSound, target, user); + } +} diff --git a/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.WrappedParcel.cs b/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.WrappedParcel.cs new file mode 100644 index 0000000000..bb0c9437ff --- /dev/null +++ b/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.WrappedParcel.cs @@ -0,0 +1,139 @@ +using Content.Shared.Destructible; +using Content.Shared.DoAfter; +using Content.Shared.Interaction.Events; +using Content.Shared.Materials; +using Content.Shared.ParcelWrap.Components; +using Content.Shared.Popups; +using Content.Shared.Verbs; +using Robust.Shared.Containers; + +namespace Content.Shared.ParcelWrap.Systems; + +// This part handles Wrapped Parcels +public sealed partial class ParcelWrappingSystem +{ + private void InitializeWrappedParcel() + { + SubscribeLocalEvent(OnComponentInit); + SubscribeLocalEvent(OnUseInHand); + SubscribeLocalEvent>(OnGetVerbsForWrappedParcel); + SubscribeLocalEvent(OnUnwrapParcelDoAfter); + SubscribeLocalEvent(OnDestroyed); + SubscribeLocalEvent(OnDestroyed); + } + + private void OnComponentInit(Entity entity, ref ComponentInit args) + { + entity.Comp.Contents = _container.EnsureContainer(entity, entity.Comp.ContainerId); + } + + private void OnUseInHand(Entity entity, ref UseInHandEvent args) + { + if (args.Handled) + return; + + args.Handled = TryStartUnwrapDoAfter(args.User, entity); + } + + private void OnGetVerbsForWrappedParcel(Entity entity, + ref GetVerbsEvent args) + { + if (!args.CanAccess) + return; + + // "Capture" the values from `args` because C# doesn't like doing the capturing for `ref` values. + var user = args.User; + + args.Verbs.Add(new InteractionVerb + { + Text = Loc.GetString("parcel-wrap-verb-unwrap"), + Act = () => TryStartUnwrapDoAfter(user, entity), + }); + } + + private void OnUnwrapParcelDoAfter(Entity entity, ref UnwrapWrappedParcelDoAfterEvent args) + { + if (args.Handled || args.Cancelled) + return; + + if (args.Target is { } target && TryComp(target, out var parcel)) + { + UnwrapInternal(args.User, (target, parcel)); + args.Handled = true; + } + } + + private void OnDestroyed(Entity parcel, ref T args) + { + // Unwrap the package and if something was in it, show a popup describing "wow something came out!" + if (UnwrapInternal(user: null, parcel) is { } contents) + { + _popup.PopupPredicted(Loc.GetString("parcel-wrap-popup-parcel-destroyed", ("contents", contents)), + contents, + null, + PopupType.MediumCaution); + } + } + + private bool TryStartUnwrapDoAfter(EntityUid user, Entity parcel) + { + return _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, + user, + parcel.Comp.UnwrapDelay, + new UnwrapWrappedParcelDoAfterEvent(), + parcel, + parcel) + { + NeedHand = true, + }); + } + + /// + /// Despawns , leaving the contained entity where the parcel was. + /// + /// The entity doing the unwrapping. + /// The entity being unwrapped. + /// + /// The newly unwrapped, contained entity. Returns null only in the exceptional case that the parcel contained + /// nothing, which should be prevented by not creating such parcels. + /// + private EntityUid? UnwrapInternal(EntityUid? user, Entity parcel) + { + var containedEntity = parcel.Comp.Contents.ContainedEntity; + _audio.PlayPredicted(parcel.Comp.UnwrapSound, parcel, user); + + // If we're on the client, just return the contained entity and don't try to despawn the parcel. + if (!_net.IsServer) + return containedEntity; + + var parcelTransform = Transform(parcel); + + if (containedEntity is { } parcelContents) + { + _container.Remove(parcelContents, + parcel.Comp.Contents, + true, + true, + parcelTransform.Coordinates); + + // If the parcel is in a container, try to put the unwrapped contents in that container. + if (_container.TryGetContainingContainer((parcel, null, null), out var outerContainer)) + { + // Make space in the container for the parcel contents. + _container.Remove((parcel, null, null), outerContainer, force: true); + _container.InsertOrDrop((parcelContents, null, null), outerContainer); + } + } + + // Spawn unwrap trash. + if (parcel.Comp.UnwrapTrash is { } trashProto) + { + var trash = Spawn(trashProto, parcelTransform.Coordinates); + _transform.DropNextTo((trash, null), (parcel, parcelTransform)); + } + + QueueDel(parcel); + + return containedEntity; + } +} diff --git a/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.cs b/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.cs new file mode 100644 index 0000000000..b19f4b845c --- /dev/null +++ b/Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.cs @@ -0,0 +1,57 @@ +using Content.Shared.Charges.Systems; +using Content.Shared.DoAfter; +using Content.Shared.Item; +using Content.Shared.ParcelWrap.Components; +using Content.Shared.Popups; +using Content.Shared.Whitelist; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Containers; +using Robust.Shared.Network; + +namespace Content.Shared.ParcelWrap.Systems; + +/// +/// This system handles things related to package wrap, both wrapping items to create parcels, and unwrapping existing +/// parcels. +/// +/// +/// +public sealed partial class ParcelWrappingSystem : EntitySystem +{ + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedChargesSystem _charges = default!; + [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; + [Dependency] private readonly SharedItemSystem _item = default!; + [Dependency] private readonly INetManager _net = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly EntityWhitelistSystem _whitelist = default!; + + /// + public override void Initialize() + { + base.Initialize(); + + InitializeParcelWrap(); + InitializeWrappedParcel(); + } + + /// + /// Returns whether or not can be used to wrap . + /// + /// The entity doing the wrapping. + /// The entity to be wrapped. + /// True if can be used to wrap , false otherwise. + public bool IsWrappable(Entity wrapper, EntityUid target) + { + return + // Wrapping cannot wrap itself + wrapper.Owner != target && + // Wrapper should never be empty, but may as well make sure. + !_charges.IsEmpty(wrapper.Owner) && + _whitelist.IsWhitelistPass(wrapper.Comp.Whitelist, target) && + _whitelist.IsBlacklistFail(wrapper.Comp.Blacklist, target); + } +} diff --git a/Resources/Locale/en-US/pacel-wrap.ftl b/Resources/Locale/en-US/pacel-wrap.ftl new file mode 100644 index 0000000000..2351892fa5 --- /dev/null +++ b/Resources/Locale/en-US/pacel-wrap.ftl @@ -0,0 +1,10 @@ +parcel-wrap-verb-wrap = Wrap +parcel-wrap-verb-unwrap = Unwrap + +parcel-wrap-popup-parcel-destroyed = The wrapping containing { THE($contents) } is destroyed! + +# Shown when parcel wrap is examined in details range +parcel-wrap-examine-detail-uses = { $uses -> + [one] There is [color={$markupUsesColor}]{$uses}[/color] use left + *[other] There are [color={$markupUsesColor}]{$uses}[/color] uses left +}. diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml b/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml index 409670636f..e415953a0d 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml @@ -17,3 +17,13 @@ cost: 15000 category: cargoproduct-category-name-cargo group: market + +- type: cargoProduct + id: CargoParcelWrap + icon: + sprite: Objects/Misc/ParcelWrap/parcel_wrap.rsi + state: brown + product: CrateCargoParcelWrap + cost: 750 + category: cargoproduct-category-name-cargo + group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml index 469c24ab97..3d6b095b02 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml @@ -8,6 +8,17 @@ contents: - id: ClothingOuterHardsuitLuxury +- type: entity + id: CrateCargoParcelWrap + parent: CrateGenericSteel + name: parcel wrap crate + description: All your parcel wrapping needs in one crate, containing three rolls of parcel wrap. + components: + - type: StorageFill + contents: + - id: ParcelWrap + amount: 3 + - type: entity id: CrateCargoGambling name: the grand lottery $$$ diff --git a/Resources/Prototypes/Entities/Objects/Fun/pai.yml b/Resources/Prototypes/Entities/Objects/Fun/pai.yml index 2a8e0e6a7f..1f5136935a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/pai.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/pai.yml @@ -92,6 +92,7 @@ whitelist: components: - SecretStash + - WrappedParcel - type: entity parent: [ PersonalAI, BaseSyndicateContraband] diff --git a/Resources/Prototypes/Entities/Objects/Misc/parcel_wrap.yml b/Resources/Prototypes/Entities/Objects/Misc/parcel_wrap.yml new file mode 100644 index 0000000000..58455ba211 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Misc/parcel_wrap.yml @@ -0,0 +1,100 @@ +- type: entity + parent: BaseItem + id: ParcelWrap + name: parcel wrap + description: Paper used contain items for transport. + components: + - type: Sprite + sprite: Objects/Misc/ParcelWrap/parcel_wrap.rsi + state: brown + - type: ParcelWrap + parcelPrototype: WrappedParcel + wrapDelay: 1.0 + wrapSound: + path: /Audio/Items/Handcuffs/rope_start.ogg + params: + volume: -5 + variation: 0.05 + whitelist: + components: + - Item + blacklist: + components: + - NukeDisk # Don't try to hide the disk. + - WrappedParcel # No wrapping wrapped things. + tags: + - ParcelWrapBlacklist + - FakeNukeDisk # So you can't tell if the nuke disk is real or fake depending on if it can be wrapped or not. + - type: LimitedCharges + maxCharges: 30 + +- type: entity + parent: BaseItem + id: WrappedParcel + categories: [ HideSpawnMenu ] + name: wrapped parcel + description: Something wrapped up in paper. I wonder what's inside... + components: + - type: ContainerContainer + containers: + contents: !type:ContainerSlot + - type: Appearance + - type: GenericVisualizer + visuals: + enum.WrappedParcelVisuals.Size: + enum.WrappedParcelVisuals.Layer: + "Tiny": { state: "parcel-tiny" } + "Small": { state: "parcel-small" } + "Medium": { state: "parcel-medium" } + "Large": { state: "parcel-medium" } + "Huge": { state: "parcel-large" } + "Ginormous": { state: "parcel-large" } + - type: Sprite + sprite: Objects/Misc/ParcelWrap/wrapped_parcel.rsi + layers: + - state: parcel-medium + map: [ "enum.WrappedParcelVisuals.Layer" ] + - type: WrappedParcel + unwrapDelay: 0.5 + unwrapSound: + path: /Audio/Effects/poster_broken.ogg + params: + volume: -4 + unwrapTrash: ParcelWrapTrash + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTypeTrigger + damageType: Slash + damage: 5 + behaviors: + - !type:PlaySoundBehavior + sound: + path: /Audio/Effects/poster_broken.ogg + params: + volume: -4 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Tag + tags: + - Recyclable # Parcel entity is recyclable, and when it's destroyed, it'll drop its contents. + +- type: entity + parent: BaseItem + id: ParcelWrapTrash + categories: [ HideSpawnMenu ] + name: parcel wrap + description: The disappointing remnants of an unwrapped parcel. + components: + - type: Sprite + sprite: Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi + layers: + - state: brown + - type: Tag + tags: + - Trash + - ParcelWrapBlacklist # No exponential wrapper trash-splosions. + - Recyclable + - type: SpaceGarbage diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 682b561f0f..3514589bc0 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -957,6 +957,9 @@ - type: Tag id: Pancake +- type: Tag + id: ParcelWrapBlacklist + - type: Tag id: Payload # for grenade/bomb crafting diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/brown.png b/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..6112a7c0522e4d34c284c19c551cc643d03ac39f GIT binary patch literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^T<3Z5>GArY;~ zHU$qD4m&U{W87MMg>f;TMCpMQ%xulf5gEA$r&gx^Pt0M|Gh>_CA?B7+>6Ue!^@Uj1 zr@{p%_W%3Bd{j`Rm0?q=0e7hCj|Vk!hLt?F+v8)>COAHt{D#5F&Sm?TKTA&+m~DET z(2yV!koEAjzkR?H(a>wt5z&t z@&D5+#V#ok_5(WYKSiQtCM7ExIq(bi2+Y{~T!|S7oLA1*WbT(J)&29~t+>sLLaTfc xe5;~8wlGUb2wZf`_3kWVuszTaejFMG43jk%%uzgisu>t?44$rjF6*2UngF67igN$} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/empty-roll.png b/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/empty-roll.png new file mode 100644 index 0000000000000000000000000000000000000000..aba2d26ab9f713f1728d8c5227aad6ce97b3aa4c GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Z#`WcLn2z= zPTk1YWFX?I@8; z%ih0k6<^x3B~0e{g_#q>b_p6VxgFs6(|n*J<3O6|-AG><>5E0#A74*Px$oJmAMR9J=WmOpNTFcikWRFz=CT`)ts!2nV(z{1EmasiH$3-lZrvv7e*VW3+X z09C5#5W3JMj~bGKtwd@Eew*Vbf8YCK2Vh}g;g4C};*cZ`I(fa_9hA?#zlHcFasdEY zA>gkW0CcJ*v<-~24LuuKApn5HwU~8Dg4^9;mBc~kIu;zu==aN}1%SbC{+i)=|EkoA z$qLBj#i^`G9CVS-`>aV=HbQ$UC{C(P`ex1c}W+Kh&+dM>8$A80@&=Fo(Sok-5 Y1C8XvZZ}7l$N&HU07*qoM6N<$f(;hd0{{R3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/meta.json b/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/meta.json new file mode 100644 index 0000000000..6fcb6a4e91 --- /dev/null +++ b/Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Hue shifted from the original by Shaeone: https://github.com/space-wizards/space-station-14/blob/43eb542a60772dc49e38993a54404a5799dfe344/Resources/Textures/Objects/Decoration/present.rsi/unwrapped.png", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "brown", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/crate.png b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/crate.png new file mode 100644 index 0000000000000000000000000000000000000000..7784d1f2515c08fc7ae4958ebcaae536194ea3b0 GIT binary patch literal 320 zcmV-G0l)rPx#`bk7VR9J;$U>F6XU=)mkQ7{Td!2knBY=W*j68~vw>Fz5p;P$d$v%JJhhb9*H zY`cOXhT?!bd*=L?&~s(zP4}g$#lGcYhPFr2vU%W&lOE9?$%)sgsrch?GrySr8} zSg49o&GMdYR~TMLyE7D&moO-c^Wk;?0|NuY=JQXeW-&4lHxYr;KR3H1LuGb-+nRt`ioh>(!~KV%Rhhni6O^=u8oTM$tL;If>70j)aDan+zn5KP&91FPkO0ssID-Ce;% SwGRaV0000Px#|4BqaR9J;$U>NCukrc(QIuid$wP5#^7kKSpA;t0%FCC&S?%8&QD0M_R;Le^o z|0VQX8G6%w392ogxtW21fq`N3d3T1J&p%M^09PG}|95w-V7R+$1%rjE7(oLAoy-}g zPiSEf?Y2MY#jiB?TBPltoB#fU-Cr(Q27U zGMNTo)B&Ro7VQ!Pj5>g34*2lx*T6a8!?#}yzy1=}g&?X?N~~{S;Md>( z44=RKq@Dwa^$iSs{`QmM$n94IdqqS$fLPza0I`-cFc8@{%yHEqDF~+QzClu-b3g$A XYAjAFI%@S`00000NkvXXu0mjf?gNQa literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/meta.json b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/meta.json new file mode 100644 index 0000000000..f07107aaa8 --- /dev/null +++ b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/meta.json @@ -0,0 +1,39 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "created for ss14 by ps3moira (github) based on package sprites from vgstation at https://github.com/vgstation-coders/vgstation13/pull/36993", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "parcel-large", + "directions": 1 + }, + { + "name": "parcel-medium", + "directions": 1 + }, + { + "name": "parcel-small", + "directions": 1 + }, + { + "name": "parcel-tiny", + "directions": 1 + }, + { + "name": "locker", + "directions": 1 + }, + { + "name": "crate", + "directions": 1 + }, + { + "name": "tall-crate", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-large.png b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-large.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7bfbb06996393737fe4ca6914007f0c4ef04d3 GIT binary patch literal 321 zcmV-H0lxl;P)Px#`$F6XU=)mkQ82)Okr+j;IuidWv1Ip^7dY)VOa5ehr)hK79Md@ar$(N)&HVOpFh3fnR_BGkpH` zlQIVo;{#ma^S7T2M{d8u+ZG_`0AhTA3lL*D0|S8;QI4wy*+DR6_YI<2TcZE~rK?UB TWM=+&00000NkvXXu0mjfuMmNc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-medium.png b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..c94178d9cf641bd4c9330b177b386d2873e3e213 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}KRsO>Ln2y} z6C_v{Cy4Yk1sZU3g))$%yu=uO$+#be0VEVqs@BF5x42Js-u+{zjd;Y`E+y19y9eVUP zG@id-X9P5fE8o>+3UkLtRx^j5r#w6^A;&G(Nu{tJoO0K^W8EuvGX{qHAN>TnTcx6b PfxzJD>gTe~DWM4f)rW;! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-small.png b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-small.png new file mode 100644 index 0000000000000000000000000000000000000000..8f05e5155c3a5c3c963b95b9d459a92ffbfecee6 GIT binary patch literal 313 zcmV-90mlA`P)Px#^GQTOR9J;$U>F6XU=)mkQ7{Td!AJ*;q-t>0k@!!n+TB-P5Hz2KRLe`ebO@^J z*>;6!Gl_P;qI;# z3>K3|R4ehr)hK79Md@ar$pWfk$cfLLGs`um^Z^S7VWcL1@z z`uy!D!;#ysh$@CjasaWuBE@nB1`;Zx99IpZf?&$-8zfh7BO3q!OPEd!Iq{M900000 LNkvXXu0mjf*#d=n literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-tiny.png b/Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-tiny.png new file mode 100644 index 0000000000000000000000000000000000000000..a82255387e73b80f47e740ba64fed25797681a64 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Up!qLLn2y} z6C_v{Cy4Yk1sZU<9n_F`*)TDLcb%2cf6kRRYoD@Se70#qR%PdOKEI#ya>G3g`%KvH z+%$f^zh$1bbN(*ffu^6Ok}yLX2fM6BpaJi%@? z)7WSJg+mIb4j(I+tn%8Eqw(zX`46VXTa^kmZ?cd-Jn{DW74I2JJsH`!Qw8^AO*#70 zW0M5ij1!kynQMN0%YGp9;o)ulw)lF^X8}A8B~l7ccE{KMH?H~jZE_hOkaPZiosrDW zzg`0rLn2y} z6C_v{Cy4YkP2`jK=(+2a$DiffT6eGC-?vxaaJLlcckAIUGpeHwjlldoc}^q z>v;CQ+$RzpV^eI*3GX2 z6n<2~umdKI;Vst0BOX4=l}o! literal 0 HcmV?d00001 From 021bd04b654e0c01302fd2a18d3c77be76d1e619 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 23:25:32 +0000 Subject: [PATCH 066/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 988b68efb8..8bee49b3fe 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Hristov now provides an increased view range of 3 tiles when wielded. - type: Tweak - id: 7860 - time: '2025-01-27T23:20:46.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31626 - author: Kickguy223 changes: - message: A new Syndicate and Thief togglable implant is available capable of Impersonating @@ -3933,3 +3926,11 @@ id: 8361 time: '2025-04-26T21:49:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36957 +- author: Centronias + changes: + - message: Parcel wrap, purchasable from cargo, which allows you to wrap items in + paper so you can give people surprise gifts... like bombs. + type: Add + id: 8362 + time: '2025-04-26T23:24:25.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34471 From bb9c6dbe9d16e5d877a6e41ae9e7870cb5a24f94 Mon Sep 17 00:00:00 2001 From: Tiniest Shark Date: Sat, 26 Apr 2025 19:36:01 -0400 Subject: [PATCH 067/318] Ammo Mag + Speedloader Inhand Sprites (#34235) * Added inhand visuals to (most) ammo magazines and speedloaders * whoops mixed up a single inhand on the rifle mag * Didn't realize rubber ammo got removed. * added attributions * adjusted inhand visuals to account for magazine types * missed one :eye::eye: --------- Co-authored-by: EmoGarbage404 --- .../Ammunition/Magazines/caseless_rifle.yml | 56 +++++++++ .../Guns/Ammunition/Magazines/light_rifle.yml | 36 ++++++ .../Guns/Ammunition/Magazines/magnum.yml | 93 ++++++++++++++- .../Guns/Ammunition/Magazines/pistol.yml | 106 +++++++++++++++++- .../Guns/Ammunition/Magazines/rifle.yml | 36 ++++++ .../Guns/Ammunition/Magazines/shotgun.yml | 49 ++++++++ .../Guns/Ammunition/SpeedLoaders/magnum.yml | 50 +++++++++ .../CaselessRifle/10x24.rsi/inhand-left.png | Bin 0 -> 353 bytes .../CaselessRifle/10x24.rsi/inhand-right.png | Bin 0 -> 366 bytes .../CaselessRifle/10x24.rsi/meta.json | 12 +- .../inhand-left-mag.png | Bin 0 -> 196 bytes .../inhand-left-stripe.png | Bin 0 -> 128 bytes .../inhand-right-mag.png | Bin 0 -> 198 bytes .../inhand-right-stripe.png | Bin 0 -> 133 bytes .../caseless_pistol_mag.rsi/meta.json | 18 ++- .../inhand-left-mag.png | Bin 0 -> 318 bytes .../inhand-left-stripe.png | Bin 0 -> 126 bytes .../inhand-right-mag.png | Bin 0 -> 329 bytes .../inhand-right-stripe.png | Bin 0 -> 133 bytes .../caseless_rifle_mag.rsi/meta.json | 18 ++- .../inhand-left-mag.png | Bin 0 -> 305 bytes .../inhand-left-stripe.png | Bin 0 -> 135 bytes .../inhand-right-mag.png | Bin 0 -> 312 bytes .../inhand-right-stripe.png | Bin 0 -> 138 bytes .../caseless_rifle_mag_short.rsi/meta.json | 18 ++- .../Magazine/Dart/darts.rsi/inhand-left.png | Bin 0 -> 441 bytes .../Magazine/Dart/darts.rsi/inhand-right.png | Bin 0 -> 464 bytes .../Magazine/Dart/darts.rsi/meta.json | 12 +- .../light_rifle_box.rsi/inhand-left.png | Bin 0 -> 390 bytes .../light_rifle_box.rsi/inhand-right.png | Bin 0 -> 410 bytes .../LightRifle/light_rifle_box.rsi/meta.json | 12 +- .../light_rifle_mag.rsi/inhand-left-mag.png | Bin 0 -> 282 bytes .../inhand-left-stripe.png | Bin 0 -> 134 bytes .../light_rifle_mag.rsi/inhand-right-mag.png | Bin 0 -> 293 bytes .../inhand-right-stripe.png | Bin 0 -> 133 bytes .../LightRifle/light_rifle_mag.rsi/meta.json | 18 ++- .../LightRifle/maxim.rsi/inhand-left.png | Bin 0 -> 436 bytes .../LightRifle/maxim.rsi/inhand-right.png | Bin 0 -> 437 bytes .../Magazine/LightRifle/maxim.rsi/meta.json | 12 +- .../magnum_smg_mag.rsi/inhand-left-mag.png | Bin 0 -> 228 bytes .../magnum_smg_mag.rsi/inhand-left-stripe.png | Bin 0 -> 125 bytes .../magnum_smg_mag.rsi/inhand-right-mag.png | Bin 0 -> 244 bytes .../inhand-right-stripe.png | Bin 0 -> 130 bytes .../Magnum/magnum_smg_mag.rsi/meta.json | 18 ++- .../inhand-left-mag.png | Bin 0 -> 244 bytes .../inhand-left-stripe.png | Bin 0 -> 131 bytes .../inhand-right-mag.png | Bin 0 -> 257 bytes .../inhand-right-stripe.png | Bin 0 -> 135 bytes .../pistol_high_capacity_mag.rsi/meta.json | 19 +++- .../Pistol/pistol_mag.rsi/inhand-left-mag.png | Bin 0 -> 230 bytes .../pistol_mag.rsi/inhand-left-stripe.png | Bin 0 -> 131 bytes .../pistol_mag.rsi/inhand-right-mag.png | Bin 0 -> 249 bytes .../pistol_mag.rsi/inhand-right-stripe.png | Bin 0 -> 132 bytes .../Magazine/Pistol/pistol_mag.rsi/meta.json | 19 +++- .../Pistol/smg_mag.rsi/inhand-left-mag.png | Bin 0 -> 311 bytes .../Pistol/smg_mag.rsi/inhand-left-stripe.png | Bin 0 -> 140 bytes .../Pistol/smg_mag.rsi/inhand-right-mag.png | Bin 0 -> 302 bytes .../smg_mag.rsi/inhand-right-stripe.png | Bin 0 -> 145 bytes .../Magazine/Pistol/smg_mag.rsi/meta.json | 18 ++- .../smg_mag_top_mounted.rsi/inhand-left.png | Bin 0 -> 242 bytes .../smg_mag_top_mounted.rsi/inhand-right.png | Bin 0 -> 242 bytes .../Pistol/smg_mag_top_mounted.rsi/meta.json | 12 +- .../Rifle/rifle_mag.rsi/inhand-left-mag.png | Bin 0 -> 270 bytes .../rifle_mag.rsi/inhand-left-stripe.png | Bin 0 -> 144 bytes .../Rifle/rifle_mag.rsi/inhand-right-mag.png | Bin 0 -> 283 bytes .../rifle_mag.rsi/inhand-right-stripe.png | Bin 0 -> 145 bytes .../Magazine/Rifle/rifle_mag.rsi/meta.json | 18 ++- .../Shotgun/m12.rsi/inhand-left-mag.png | Bin 0 -> 305 bytes .../Shotgun/m12.rsi/inhand-left-stripe.png | Bin 0 -> 142 bytes .../Shotgun/m12.rsi/inhand-right-mag.png | Bin 0 -> 311 bytes .../Shotgun/m12.rsi/inhand-right-stripe.png | Bin 0 -> 144 bytes .../Magazine/Shotgun/m12.rsi/meta.json | 18 ++- .../inhand-left.png | Bin 0 -> 346 bytes .../inhand-right.png | Bin 0 -> 358 bytes .../light_rifle_speed_loader.rsi/meta.json | 12 +- .../inhand-left-ammo.png | Bin 0 -> 283 bytes .../inhand-left-mag.png | Bin 0 -> 215 bytes .../inhand-left-stripe.png | Bin 0 -> 160 bytes .../inhand-right-ammo.png | Bin 0 -> 291 bytes .../inhand-right-mag.png | Bin 0 -> 220 bytes .../inhand-right-stripe.png | Bin 0 -> 160 bytes .../Magnum/magnum_speed_loader.rsi/meta.json | 26 ++++- .../pistol_speed_loader.rsi/inhand-left.png | Bin 0 -> 335 bytes .../pistol_speed_loader.rsi/inhand-right.png | Bin 0 -> 340 bytes .../Pistol/pistol_speed_loader.rsi/meta.json | 10 +- 85 files changed, 688 insertions(+), 28 deletions(-) create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/LightRifle/light_rifle_speed_loader.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/LightRifle/light_rifle_speed_loader.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-left-ammo.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-left-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-left-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-right-ammo.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-right-mag.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-right-stripe.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml index c0af2b67e1..e3584701f0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml @@ -116,6 +116,12 @@ steps: 6 zeroVisible: false - type: Appearance + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazinePistolCaselessRiflePractice @@ -137,6 +143,16 @@ steps: 6 zeroVisible: false - type: Appearance + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazineCaselessRifle @@ -151,6 +167,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazineCaselessRiflePractice @@ -165,6 +191,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazineCaselessRifleShort @@ -180,6 +216,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazineCaselessRifleShortPractice @@ -195,3 +241,13 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml index 58fb5ae6a0..880cc4d773 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml @@ -69,6 +69,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazineLightRifleEmpty @@ -85,6 +95,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazineLightRiflePractice @@ -100,6 +116,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazineLightRifleUranium @@ -115,6 +141,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#00cd42" - type: entity id: MagazineLightRifleIncendiary diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml index d94bc444a7..04f6ef741e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml @@ -62,6 +62,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazineMagnum @@ -77,6 +83,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazineMagnumPractice @@ -92,6 +108,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazineMagnumUranium @@ -107,6 +133,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#00cd42" - type: entity id: MagazineMagnumAP @@ -122,7 +158,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] - + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#540000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#540000" - type: entity id: MagazineMagnumSubMachineGunEmpty @@ -138,6 +183,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazineMagnumSubMachineGun @@ -152,6 +203,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazineMagnumSubMachineGunPractice @@ -166,6 +227,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazineMagnumSubMachineGunUranium @@ -180,6 +251,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#00cd42" - type: entity id: MagazineMagnumSubMachineGunPiercing @@ -194,3 +275,13 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#540000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#540000" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml index 5e82be567f..0af1c92d12 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml @@ -152,6 +152,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazinePistolEmpty @@ -168,7 +178,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] - + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazinePistolIncendiary @@ -193,6 +208,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazinePistolUranium @@ -208,6 +233,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#00cd42" - type: entity id: MagazinePistolHighCapacityEmpty @@ -223,6 +258,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazinePistolHighCapacity @@ -237,6 +278,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazinePistolHighCapacityPractice @@ -251,6 +302,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazinePistolSubMachineGun @@ -271,6 +332,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazinePistolSubMachineGunEmpty @@ -287,6 +358,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazinePistolSubMachineGunPractice @@ -302,6 +379,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazinePistolSubMachineGunUranium @@ -317,6 +404,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#00cd42" - type: entity parent: BaseMagazinePistolSubMachineGun @@ -326,3 +423,10 @@ components: - type: BallisticAmmoProvider proto: CartridgePistolIncendiary + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag + diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml index d7a3571177..88f3df5388 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml @@ -46,6 +46,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#9b0000" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#9b0000" - type: entity id: MagazineRifleEmpty @@ -61,6 +71,12 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: MagazineRifleIncendiary @@ -83,6 +99,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: MagazineRifleUranium @@ -97,3 +123,13 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#00cd42" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/shotgun.yml index a27ed12304..d7defb78b8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/shotgun.yml @@ -17,6 +17,15 @@ path: /Audio/Weapons/Guns/Cock/smg_cock.ogg - type: Item size: Small + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#d73307" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#d73307" - type: ContainerContainer containers: ballistic-ammo: !type:Container @@ -55,6 +64,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ba7710" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ba7710" - type: entity id: MagazineShotgunBeanbag @@ -69,6 +88,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#30722d" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#30722d" - type: entity id: MagazineShotgunSlug @@ -83,6 +112,16 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#72382d" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#72382d" - type: entity id: MagazineShotgunIncendiary @@ -97,3 +136,13 @@ map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#72382d" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#72382d" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/magnum.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/magnum.yml index 9976c88314..58ba6326c1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/magnum.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/magnum.yml @@ -39,6 +39,14 @@ steps: 7 zeroVisible: false - type: Appearance + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-ammo + right: + - state: inhand-right-mag + - state: inhand-right-ammo - type: entity id: SpeedLoaderMagnumEmpty @@ -58,6 +66,12 @@ # use the one it was printed for. - state: base-6 map: [ "enum.GunVisualLayers.Mag" ] + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + right: + - state: inhand-right-mag - type: entity id: SpeedLoaderMagnumIncendiary @@ -88,6 +102,18 @@ steps: 7 zeroVisible: false - type: Appearance + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-ammo + - state: inhand-left-stripe + color: "#ea5800" + right: + - state: inhand-right-mag + - state: inhand-right-ammo + - state: inhand-right-stripe + color: "#ea5800" - type: entity id: SpeedLoaderMagnumAP @@ -109,6 +135,18 @@ steps: 7 zeroVisible: false - type: Appearance + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-ammo + - state: inhand-left-stripe + color: "#540000" + right: + - state: inhand-right-mag + - state: inhand-right-ammo + - state: inhand-right-stripe + color: "#540000" - type: entity id: SpeedLoaderMagnumUranium @@ -130,3 +168,15 @@ steps: 7 zeroVisible: false - type: Appearance + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-ammo + - state: inhand-left-stripe + color: "#00cd42" + right: + - state: inhand-right-mag + - state: inhand-right-ammo + - state: inhand-right-stripe + color: "#00cd42" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..9179b83fa2eda26b00afb78b6065ed733f7a99a9 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zr9E97Ln`LH zy|vNnaDu>rkE<*`kX$Cnz`AAK)3 z-)EVEpV9P8qg;o$C0a^F8g^Z6MdiC+UFm)P^39XJr>?7}KlHj6ci;8N<{!18*R<{# z-P2qqY_RLy$!Cc<)7F&QlvhrCRbpr;9sRljViyC$0e5M$!%Dn5?)BE6*(!3{{P#W< z-M!7?WQke)E;R}DnNcPOpK@2|8}m=TIxYWMl3Dz!>laP^C~ u&XskMum65~_TTStiQz@HbD2PM?|)*PDjZsoztp)EWS6I_pUXO@geCwNAeL-|#7AiH_CU2C>xlV8?zzPm@uKd`=%?%;o* z64NeJl9{|key`^L`?F#`J-wrHx|0QHJOe{Re&UUi+4BzGI=8C%cW?7r{=`g%?dAM_ ztKvBdFRe6reTiY6o_>=?mSh`*)TUq9 zG1YPRGzOjW6Thcf@yuSAr5YPL>uK8cAK!%oLY^P>i`3xq*FWlcd}-vn`-?N5ra#`r zYrg;cbl22s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/meta.json index ae6061f323..2f89a1e026 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/10x24.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark", "states": [ { "name": "base" @@ -30,6 +30,14 @@ }, { "name": "mag-7" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..8f14f7108e876e247b37f09e03cc836fca034d90 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>O5T>Ln`LH zy?KzA$&iQTfUv&#qk5|X(U<$Dd}vbln80mm7<}N=z4vnLK*bC`lV?7@Zoa43+IY`a zGu_pzw&{P?RB{XL?fCKQMTf*pOV#X^Guh+cRf5zqF#He>pK(;)Z|3pzbC1^NM1NUj py8ZjUct-8zIh%hjWMN>iD`nr8ByJfvA-(~m+|$+1Wt~$(698Y>MuPwV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-left-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-left-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..04d5b14613de9064a5fe98a2c334b71ad65c6983 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|tUO&DLn`LH zy?KxmsEXO~cfQrP0(K>%UR1H<%M#=2;M1& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..0040782096bcfd1f373b10175931b88a341fbdd0 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>^)r^Ln`LH zy}6N>L4k+);G6whUaoX-66oB`d2j1#paKR4HP27G60dK3w*ELXn9p#a_HEw#GDil6 a4LJI)606$^lJRu)b6Mw<&;$Uk7%EW! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json index 296090da5d..cf0bdc58af 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334", + "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -36,6 +36,22 @@ }, { "name": "mag-5" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6f6c492d852f0442120238c2b9208b11e60c1a GIT binary patch literal 318 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|et5b#hE&XX zdut)rp#YI%9~b{%NQ$1=7%5>SC?+;N{2Lp0SnY(!?>cVHuFVNzZAaDi9W*_`+MW6Q zK->TL$lns>&o_OL6$Bc@z|b)5)1s2fz+D+LE#JnRwaH&0J40=w$=TSr^X*mZSidq0 z2yz}?S@o=Jv)qdIsLp9KxzmfMPUKB5{`&gMT5;h7!$7rFv2RWG?|Z&{!L6%llNYGz zdrfBE@QWL4IGCtEw50g^-3JvyC!TJ3U$QI#lK17OFvsX?~R(v2n>$)J&d2F9lb;*D#?Qk_H^}g JS?83{1OWQAgFgTO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-left-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-left-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..90827282bafeca8fd743d09ce0a70c7342aacc95 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EIeHtLn`LH zy|q!0!GMF=@LRmpEFS@jJ}0RM+}Hbn3K$r6ecE}A3Cv<(ka&1z!3q5eT`0c&Z=8&!!Db(&hAUh__vEwWPQ(yP{t?1|PM$+?+{i(M5;6EaXg&kOAK{~&zMJ;}(cY42MysCH*lbDIeploC z^;f0y`}|AYLW|{W7(9)Zm4?jlmf*W5H%H9GF=MgC&dzW8E`>?H0@F^_l*=kqo`^0v zm|?T?m7hef`nFSVr>8Z2SQf|loE>Zjn0TPGr>5fHs<}}MIKuKxzV4i}Q`S%8n}P1r zNnidx-BY&mXG86xGWV};mw)pde0_RzP0jiFCCT;7XT`OB?eFa^0h#gO9)II1`(@=v RKE45QJzf1=);T3K0RV%ihZ+C? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..c762e9a79f342605b40a1f425054f24145d1db7f GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>^)r^Ln`LH zy|q!0K|qA{;Pv{;EG#K5^Jm`WTG!wWRKU;>I(wCM-k%#hAPx{rNa^9f$~*gc69dD8 Z2=?0(#9uPyEz<|dc)I$ztaD0e0sst(Ch!0N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json index 71fb04b7f3..3cf2583ec8 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -18,6 +18,22 @@ }, { "name": "mag-1" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..ea1d7dcd79b00c24640eb355f29bdf0c77e5ea54 GIT binary patch literal 305 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|UVFMYhE&XX zdrS9}lcU7ZkBeul5#w$0_0eLJ+;Q*)lZ%8vOoL}k`$g6nI`5h8v2r98b2c4~?QwJy zU^!gNw*TLL);YfmW|Z}_0L=n|C);Ay9o7j9ED|wNL%C zO6oM7!_!umPFTk}r!W2Ow%JXt>rVfzYp2d@6L=ZEEn7 zdv1zCV1CHeH>JTY_f4u}uS#FNWBH8rh^qVj(lv|UANjNAwBTe`_a{d3Zgm=-QD>Gd vyV-xl_0;`m_j7tDMccfJ-p|g!u*b2!GMS9z?=PBViyKT3GI+}_>wOQRKV~-%hN2SZtFS&5C;ejtbLb!%t+<3&>u(C25m7x? z?hX5%q=)BKBG&t)ycAs%zUf1HSXzB4L#%Z2;%RA@zPxz0yfX8TT95tR6_0$%53b66 zDCzyhWvlLd1C^L@++;se2{()sFc^GtUw fa_eJfxbcQz_9N-1V%L|JfaE+~{an^LB{Ts5WFIUk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json index 71fb04b7f3..3cf2583ec8 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -18,6 +18,22 @@ }, { "name": "mag-1" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..774a92f0cdc97af5a74a3cb6685af93c4b9322ce GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%yJzX3_D(1Ys zW$4XRC~^Gb{F#bXoP3I6S7&%TJ4>kSYh2)aDDqa;#iP?7Eb7j?6!V~)L*?MfrfL5J ziykagzawx%)A5Mu6mfRnpIffH-+Y(%K6_vKZgvGF2oMU;nR>Ts@k_5QuX>k7>r8cx zx*s{M=k2@HJ0V%@znU3~Q@TxV&(%u{X5U$JFx2b#-?zRFDt|IPjm%D`Tzu^WICU?u0 zzqZx?B_8$1DJ8p@dGpH0dyRQ+c5@zn@%xwiarJixWd8jqa`|G%z;Gqv@ZHD8S0bEM zRxJ!$+mRQ!Hj2|_(X9M)N-p*dxxEb~Ob7qwD$H#N+Ldx|@sxM7lcN{M&vXX4p#G+{ Y#@DignUgo|1I7h|r>mdKI;Vst08_@i4gdfE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c6dc9eafb2e2d4652f56b4f1796a530977b4508b GIT binary patch literal 464 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zyF6VSLn`LH zy=CvsR4Bvt;rJPWy)5kl-C1Xr9#rHJy6tv|>=$U&7uh!d z9P7RSi8@8D2kP4egM}|l{>{N4arOP1<;4e=)OD|YVOI5N)noyv^T5=__{{}373ZFO z<=b=Rq~SU}eHrb5kX5E@FXp_wp7#GoRN^jqgZDtkeJd+Bn7iVat>>m2eg+DjcW3_f zKYwoPygTJvmL}~|{3Knd@!;cA-bVor3K|Pyw5)!$o?5y{T|gx5T;Z&@;s!x%4oXb# zFWOD$a1gQfdv>WaDgD`;iAE8pEM0)$%l#V0Y29T9o6p#K1EYw+)78&qol`;+0D_3i A?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/meta.json index 36cca70899..4e74806f27 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Dart/darts.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/831c7c2743530e8a31910d781bae9dc34f3f1ec8/icons/obj/ammo_mags.dmi", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/831c7c2743530e8a31910d781bae9dc34f3f1ec8/icons/obj/ammo_mags.dmi, inhands by TiniestShark", "states": [ { "name": "base" @@ -24,6 +24,14 @@ }, { "name": "mag-unshaded-5" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1454d3c5f6e4e02918442d923f144840da8892b0 GIT binary patch literal 390 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z9XwqeLn`LH zy`}Ge*g@vl$8?rM4@w`-bO=#6ks`|EyzI5W3QrLxL&po=7xr+5u%<1F{2#M^NqdA9 z+svC)%fJ2oVORcr$?|vVj6j2dfIanr@ta={ui4(Wxh;t{#Cs;sH;W#@s%&b?ut1 zSz5cp{emMSv#&=^|8DN+^&#p&`QPdr?>>BfnX~?Wx!qjeT|!Quq8c=N*KF0=wCDOm z>sU_LY3%w;5Z3_71Me28lm!a0S6`YIwwc2&uBX2?=h=QOediR4a3_W9O^vu8yj-x*h}p1e8O^RL(UI@T_o>qfCJ9>2A{5!0`td%1Pi gs&7TSK*JM%G0rTQw}wCW=qHekp00i_>zopr0Bydiy#N3J literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a39f11055a13608844272d8fbe2b66f2f7dc82f1 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zLp)s^Ln`LH zy|q5?kb?~Shy3Zir8bA<*!h!~8Wm1x9pPEI&e}tk9wO@DFaU0$?+lO27DLV|I{!ous~0|C+4~4L4`Oa#m3o={NU1w?cKGMs z?T43tX;Rnyd?<9<dRGQVjOn)7uC(!>bkP+!K^lN*FnF9Wod)F1YMAxcK;xtagNclFbXp8G(lX!w=j}ZMbZc z4Acw+2L8d@_vvWOU%GSpxv6J@ml`tYX7>g>x4Qg&uSb}S>Z-#cvJR0UKowI@XFbhZ z(ll$=*TV%n_y4{8bH}6;d!On&DmRLp_1nTLL~r#}ZitZ}a&qk|8O6fB8&x$+wjQrn zQ1f-=M4`j_68mkQTWz*~^Y7Wtdz)6MNis0}*rna` V!}S37q{c>&NuI8LF6*2UngH%-ap(X5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-left-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-left-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..20c98c30051ed0bf6eb2471926ea25bf8384c764 GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%~c)B=-RLpsM zYa=g%0SB|=l)vSCzGe#;7VYMYTPMp1RKbw?{pGtKO@?4L14BdMwz-mi5immvv4FO#l-BCr$tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-right-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-right-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..e2f62646e7c48ea70cd231cc179cd85d63e9ae16 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|?t8j8hE&XX zd&`%r*+8J};l`5n>?=--RdKVfUs%ET)oZEklm*^%i)8gKnSDO7rJLr$fvJo8Nw|${==C z-`AQ0GYt0ZIFT5d-ubg7lJ`e#m0tHLmd5vH7dsR_q;^JaZsP#jcDU0%o_{+thx^9w doPt38(fM!9oqwq29dZR3=IQF^vd$@?2>`fubcFx_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..25cac18d8ad598fde5e8e655df22cf43914aa860 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>^)r^Ln`LH zy=BP7puod?;L`v9k>b<)f?T-Ds}&}g3Idfd1gv>n&aWrI3t|I-#OtFk6|EEXc^DX; Y-TEXZ{`wok6=RTur>mdKI;Vst0I0!lx1OS z$;F$dD&8K`UMp}qvbNu8@i=d;D&Y6&UA6w{S_VM~xY%a6rRmqz&cJovJv^Vdf~p2Gq2SME&Bc4rFEIk5U| zLVCHsww_@A+92@*-(y0u)t*i3)!><=TX=czi9JG#3>X-IVrq}qWZJL%!^~EGz3u%@ z3yVAL?{_kku+2YLSyy$j<8=J$yA$`%*YaOCD{Qy&(*GVx2oPi%ZKb62f0_M)OH$sO zmvKj|-dgr%y^Bkl_wt&f@A%zY*D&=ST)m#*!Rp1cziSByUbN_#=*?JjKGa_6^W3db z>T5siT;aa(_OAFQb!pMdA8gG(|Gwhaapc~8I|E7kCsx0ghNrBqNsj(x)9>KoGUcXv Y9%I*H9*HmafziO=>FVdQ&MBb@03-*whyVZp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..59e3fd30a37ce8db2d7454bcaa00982400a30f6f GIT binary patch literal 437 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z^F3W0Ln`LH zy=9nvC_seu!Q@Nv7kADz;&}98enC;$+6QWUw^mwp%ytg1cbM*EF3$O5frkK(innz+ z?@6UycleHOo3?GAyN}O{pJora)b*!tpTpn+1^;`N8k@xbTr}tC@%MhK7k=FzEYYW) zH0ixh`is|xnGd{u;m1?_^xDpI0n4v$aB-O;o?upb>D-hPlZ$$vZ8c+Hm?G|A$*mK6 z-y-B%+v8528@6M#;-I3Yn(Bv!kBn!_40qSzpr>_4b7nUwh@NdCE~h5Do$hJ3G#V|GQ|-`L^hb z`sbU#|@xb8e>gTe~DWM4ffkDHM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/meta.json index 2f72b6e9dd..eb84050ce4 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/maxim.rsi/meta.json @@ -5,13 +5,21 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark", "states": [ { "name": "base" }, { "name": "mag-1" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..14b249508d200ceaacdd67b67115e195f71d5bb7 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|=6Sj}hE&XX zdvl}UAp;)PfP)(&rd@QKrEa|BoWU|KR@OVJWetz_GX6U`X}3HhP(4FzNa*P^-(FhY z+u6qzH%;|gsqLKLP+g^@SmdKI;Vst08KGq9smFU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-left-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-left-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..f7582688595aba1215890b7194f11ca9970a0811 GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|%spKkLn`LH zy=BPDz`()m_-D4BoQDEWIaA$>J6b?_28OgrPm*6x5d^at7#eu%SQr?XdEeIxzYS=7 Q`U52F>FVdQ&MBb@03*vFk^lez literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-right-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/inhand-right-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..6718d70e49315e7dcc48605fe806842d76fe0174 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|)_J-(hE&XX zdvh=EVFihnhs9GuSIlfo&6v?%Iiqn_qDN}^#tBRk$KPL8vXiyH>j~5W1P2aQ$0zrE zeI=v3_nerw<|)hbr!KV?uk#Ap-d=nz^!?wpbqD9|d@8iB!6TuRYdH>N$M-@kGynY+9k1H%LP8ipsgoi4H8ycbg0akg?GE)Y!nw3nHo<{g7v Ww(#4ze-!V6#5`U7T-G@yGywpXcO~Wk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json index b766264c79..9916225771 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/shiptest-ss13/Shiptest/commit/662c08272acd7be79531550919f56f846726eabb , https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi", + "copyright": "https://github.com/shiptest-ss13/Shiptest/commit/662c08272acd7be79531550919f56f846726eabb , https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -24,6 +24,22 @@ }, { "name": "mag-1" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..15d648c1ad2a9dcfca2ee6a4cff856ad81db6b0a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|)_J-(hE&XX zdut=_VFdxVhu&#B81qcn7VHU>Xz=wEbY0Xj`^Ry|PrunJ%x)~QJOk7L1Pg+_B(1ll zofi$<{GEIE?lsGE&Q8m1*d6V1qUzMOHw*dd_SLvVto>SIZ`{7>Yp=`j?|7 z%Z8m2gO~s$H=I~ix$l>x_p!&Xb~C!)`TIpp=O)9~yA8^MiF?2ARXaY@GSBwv-{+6k kTa<4reZ8NLf#HF;e)~()b7J%7a)3!GMQp!=L{qe-)jhIe#;#M9gFaDqu)Z_pCd!>l6ow4Fn<;m6_r9UtWF6$Y92o WvQ+vhf4q}rJoZI>C vX#0L;CDj&#@>|x`v1y%!--Q%`x(wd2=Ja|^ncJtR2Qtai)z4*}Q$iB}U(;d0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..8841f5867f50cf6c2badfc5a2f3b63679c01af38 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|96eneLn`LH zy?Kz6L4k+m;FtSfZZ^mVc1)Pbw&}Z{C{P6hL$&9ny9KWzKfm}0<}xt&T>6{$Zr^`@ c76yjzVwZxYpKeepwgt&~y85}Sb4q9e05rcW2mk;8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json index aa11185ac3..d760950257 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi", + "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -36,7 +36,22 @@ }, { "name": "mag-5" - + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..ac7862f9ca4fbc0c2a2f9314ec134e9f2eaad886 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|7I?ZihE&XX zd+T85VFQ7-z}y=`%NV9UW2yHfyj zFEa#l-N1-F0SL?#BP7H<>_s z85lmL-Ti#|ujccQUv4)Thl)lX%1@f%|8hHHdfNB>X2))>D~;Kzco0{an^LB{Ts5I?rQO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-left-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-left-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..7edafd914ca3dda7a970f0eee1319281cf434556 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Y&~5ZLn`LH zy|s~-!GMQp!=L{qe;4-7;`zqfA-W1E&%hw3aez97FwPz2-E}we~w7p zzANe0n^yOoFZ63+|AJM{pXc98ANKewa{zK3~Dj9UFdDCkRf8lQVf|gZ&_mv~c{12YF6>7R= px4Cij>QDQ2H820n&cJY>a$jh+`DzR6l${`RJYD@<);T3K0RSSkV>|!= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1666307ef4d053c8b61e39242d95a810b484f1 GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>^xl@Ln`LH zy?KzAL4k*Pk39GU$aB|%&uQ2X`w;O{?-3>D8A X*t3M+o;ksl2om;m^>bP0l+XkK6_qFC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/meta.json index 1aed17caca..9bc9d85529 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi", + "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -39,7 +39,22 @@ }, { "name": "mag-5" - + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..6fba0bbe06209cd4baa8d5c43c3b41cacda278d6 GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|K6<)1hE&XX zduwCv5d)sqL{;MgHr)e^A(HbNH)pZsC$0F%;G=qAhmxz)-HQkQ^Ew2d4|1Kx1k}jD zpfq#l?3wku`tR4Q*UCw=JEpPs`y|_zg0-gMq2d!aNPpNN;CduFJJEM_)<1@KzHahy zE=BAMR>ft1ePM5(?RK^Lt7v4-y@tmY|6;>K|L$66bWG!UW!tx(602VISNsOs03!T1 z zUMte`-Shav_xz*b2!GMGLz`Ok=zh1H^wH&(3VEE%|F;E2q1KXq}cNglN54+}e?z)*c$ZQaJlX3sk f?a$dZKs$uR4+g2p?8D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-right-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-right-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..b101a1a033edc2f9be300ce6b3eed3ef4874b2ae GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|UU<4VhE&XX zduyX$vjLAopsFqJa>+dnYy~HIW=)lhXce7us$4|x#8I}IpX;AEOiL;CU;*l4U=VpH z_fD?-`NiA2zg@VS92YjQqH_yZ9Tw47N=nQ9Y6dqugKc2R`T=d-L9FX+WRWLENWX7x5?@A3ALEenvWf^ us>a<@f?{I-eEhTe{2H~79WFpa>OL_3jnBKJ_>ol!WUi;HpUXO@geCyJUVnQ4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..48812502a51bce5709cb06bfd6709fe7a1de086b GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|yggkULn`LH zy?K!HfPnzB)qo1--^&-hra zvC^M9^W?u8H#vwAU}H2_pWVp)PHyA3AIF8_o_4+|-}mfYV%o~)m9sU9l6$VGzFB3t f$gP-#fkDHDkw?z^c>3!UH;_h8S3j3^P6BnWb&qzw&h2M*rLLbMw{%9?>m@u3FDwmketYCY{py2tLUQvtfck*I z?48{6heDSvj^B&)n)1xH*7}6y>Bp7RZ+{J~c{%UjEc2xzX<{3fef*v z7pw(jcxx!cH1sm_3+(s hnSZ@zK$fY^k`}oN<@&`d0Jzf1=);T3K0RVA?V^078 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi/meta.json index cfc60ae1e0..ead6df3a37 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -24,6 +24,14 @@ }, { "name": "mag-unshaded-5" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..c81e69b22942c0bd64eba905f099c77e1a77972f GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|PI$UFhE&XX zdut=tAp;S&htYzy3`@&`T7q_2amdQl{8twcbXmDg?5?!vBL&&6$zR@=?NhzYsdBUE zEKoBLT=1QBq;B`gnpsEU?uLGoVlFM%ZqM>6ZT{VbRy$(O)V`f#`F+aQw1-DNWoQ0e zIzhha59^+L>#wbP_0_eG;pbA0tc!2Wv%bH1`i&7{9Eglv;;A!V;AJ-d&+ir6;(lt( zi4yU<`cmww+$YY7(O)-wtXOjHpT_FlGi%j7`j#7SW(I2cahW}PjeTMA!4nffCV0B~ KxvXPyz+WGeW7j`Kz>3P98hwXL9lZA7Z+Y-mdKI;Vst018@gfB*mh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..31f747ba362458b2998d5eba78f53f1c0b33e2f6 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|yggkULn`LH zy`{)^z<`I@AwB5d|N9eodBu54_8tz?kyK{{Dte%^mFvuzxhi+(u8MjF5&(g^=d}xN lY<>Rg(F?ymc?O1tVA~DK+z-BQ@kjv4db;|#taD0e0sw)DF24W( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json index b31e570fab..2a9924621d 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "All sprites by https://github.com/august-sun.", + "copyright": "All sprites by https://github.com/august-sun, inhands by TiniestShark (github)", "size": { "x": 32, "y": 32 @@ -24,6 +24,22 @@ }, { "name": "mag-1" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..248486fa6e82705a1e6fc7d0228223335d7a27a3 GIT binary patch literal 305 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|UVFMYhE&XX zduwCn5d(>%AIo3zXE!)py77Q9XHP?z$E-ICOr4Dm9E?qFW}mQ=v1IDQJ8I_@IseBm ze&=bk&u=~p&#pG8(WKearg zK3z52^nEAT3NX=df62<*o4)U_yU#mKzxZ`mkILSCdqh3GG;eNq3G=->ZOWx*`_^w- wKljVsfTB1Nr=|VpzsFvSs{14d)cq&i{I6ZulnL*@JO!EM>FVdQ&MBb@0G+0SumAu6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-left-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-left-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff0b2222fb8e1eb16e3d6721edd3d45a1394ccf GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|JUm?-Ln`LH zy>*b6L6L{q;K;YPmr~jJWEI{pF4B0v1*DB(zKhG-cN;=OV@)06WoOJ>t;`4#1%h** hzPmpA>CMN$FqzFsg*W@`0iD?(aZgu2mvv4FO#q#3Dm(xH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-right-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-right-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..a022bff12ec494e2de7058107fba0f461fab65dd GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|K6<)1hE&XX zd&@EFuz^79!|CsuOBi&;x;9TaZfc))z(3B##d-3c?V_4@wL zH=fPN+kZ1t1!x8XLxZ&w$Ipw#QzERM2YUtwZ{PWz&9rp)Pk~=~5m)S`8#dd8KhyAB zbtdrKFW>fpeRKG{f2A`UEDO5NJ9!uT(%V+j4ql7n;^wQDo}Tm7vSotz^Etc^YAj`s zl}uIXeYvaRs9d6cF%#G#5OJW+;`QfS)0KViKHJJ?+~t?@uCo63iAf^KF>i~GM9xp{ znf$%(a{s>zvv-}<>@`|;>H7EQS^q!Qf8_(}{Wn=UBrt4>tl7u)Afr58{an^LB{Ts5 DcJ+jk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-right-stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/inhand-right-stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..488d7d1bee45c31a497abdfc0e60fa54db24466d GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|ygXeTLn`LH zy=BOEK!JzZ;mUpW`F!#T2@94s?Y`Ok^yXSdprQi-E?3_1MTcIU$ZWIu;F+4u>_9;f lIAC8}JA3E9Wy}l*oMb;G^Ja6jg)Ra~c)I$ztaD0e0syL6E=d3Y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/meta.json index ca09e4892e..eaa0f484ad 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi", + "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi, inhands by TiniestShark (github)", "states": [ { "name": "base" @@ -21,6 +21,22 @@ }, { "name": "mag-1" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/LightRifle/light_rifle_speed_loader.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/LightRifle/light_rifle_speed_loader.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b86304155d955734c26bea549690d2ef1beb74 GIT binary patch literal 346 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zMLb;`Ln`LH zy|v%#aDqtN$LsbxZmv9dbfb8{o*C!n9(gTbRr3DU(Ua8zFoKGdd5=isp;jDmOTCQ{{ELY$1f)B4vSMebz0@r(uhf`GXH0v zc8c%6VeT-g>iPOfOMY3p)&6ID_$cFluZ}He)=l;gJ7&m!5qtN_KUDW=s*>iPk1kVq pJJ#O*dC%zOm+=3r3=9wM|6+)`5fICeb3z>C4o_DsJ-O&)@pIdSU)zi>o)^c}<$4`upB@YtakxJgZ-ScK4M3FTf(6 zdE9$depgUcl$_V9^0&E9Lma00Y_-`nUB&m&+dC)NVqZR~`1-TtLGAuv#-B;wO08UX y&Sg5}A?rH(?!WsF|M1?JWJLy05P*k#rO2F2EdT`aSs6%sO))2GIL zkQJ-j&uGVYue4qeXbuS6&sufn?=Rl@Tw9u5=k0j@VN!wZ^uI4x-MemfnQz-yjoXLa zZdHZ66s>$TORLy*Ud7K)?zagyZ!6fjuY0rh)YscpQ-E5|*_jkUOaqZqOhcdbt^8<| zAs763i(19k!jhuhclPqmnp^8pv2*p7E6+c6-dw8^=N5PCqmj_&=*moHpr-mqyhh)w U#Jabt)q>3MboFyt=akR{0LvF~0RR91 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-left-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-left-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..f0f55636c6bec664d18c4036fafa1cfb379bf33a GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|CVIL!hE&XX zd&`mcumKNiK)zJ#EWf}O7lx^ko=X&V1;3yCY|W)Fat-gFXq&4u0W~n}yH;)g-tO@7 zc~=|PZY{q5J!9?EsTrWxOS(|7C74WH6Rt@kN= zV?C#q&wufGlgYQxnXX#Be;xOit>c!_dwb+=^s9nQ_m96q@10!x?&+Pl{jsbN6M^Ip z%T%$IDqnhhUUe literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-right-mag.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/inhand-right-mag.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ab2bfc33a9bc164108bd619459e1cc4540b722 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|rg^$JhE&XX zd+Q|cVFdx!0HLL<{?_Z7)HF`ay~v_>$nxnF=4pFUE8p8(`ros|(F>@9;lr{in_})h z)cAhS;aug)t;^ zFTZ`o2hz{LaDd;(|A}AuD|QBk154w=!gM$O`xL$#q|DRR&t;ucLK6T4 Ctu|W# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/meta.json index 4aff585ea3..ba3886eb43 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi", + "copyright": "https://github.com/tgstation/tgstation/pull/1684/commits/19e51caef09e78ca1122d26455b539ff5968d334, https://github.com/tgstation/tgstation/blob/master/icons/obj/weapons/guns/ammo.dmi, inhands by TiniestShark", "states": [ { "name": "base" @@ -84,6 +84,30 @@ }, { "name": "piercing-6" + }, + { + "name": "inhand-left-mag", + "directions": 4 + }, + { + "name": "inhand-left-stripe", + "directions": 4 + }, + { + "name": "inhand-left-ammo", + "directions": 4 + }, + { + "name": "inhand-right-mag", + "directions": 4 + }, + { + "name": "inhand-right-stripe", + "directions": 4 + }, + { + "name": "inhand-right-ammo", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d3a33b8d9d59ab94ab1bea20ce0b6aa04cfd50 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zIXzt*Ln`LH zy=CZq*g@jh$8Z7m!txU<`1GtITm+0$&zBWDO!9va{^G*k$-&Ro$Xd55b(l;l$!xpe zlvyyP$$8uLz1icp!q-pu|JGWIyijm*4_O36je31Q3XBPXuslnMn{=2O% zseS!-Zfn)feVf9}_-k|@U%0gZY&@8FBiVNhX!x|k7f)>0_c*_O<&pcx*Q48fkTs9cbLY Z#`vsXF{=wp*&cul_jL7hS?83{1OQ?Ylo$X2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe331202f9b7207efc12de4b27c130725e3682c GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z`8-`5Ln`LH zy|vN%aDc$^kHSYB@5mahYVPI}6FlN~ck|w#jVkqx|DD?3&7EVEURt8%Dv+u2@)FO& z)=LjGSle@+UodoTRcU$f-B|wk`@4JJ+6n?~0D=W67E;-_C8Lsi*1Kk1mDq3W{Nk?d zAIsMV_ciGhe0jcBUH!YU<@TTVer=O{{QB$JsVWy^4t>~Jb?@YY^$!=nNV)L-2=56d z_wFlMVisSY*6!N#;>bhSGVX5M?Z({95F3Ext|Xu(6Qg=mdKI;Vst0J83wR{#J2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/meta.json index 6aab220483..e5a0d8d203 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Pistol/pistol_speed_loader.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from and modified https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_speed.dmi", + "copyright": "Taken from and modified https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_speed.dmi, inhands by TiniestShark", "states": [ { "name": "base" @@ -45,6 +45,14 @@ }, { "name": "practice-6" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } From 34e67f71ba8c076c416abb3198ae7a43832ab229 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 26 Apr 2025 23:37:08 +0000 Subject: [PATCH 068/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8bee49b3fe..234d1d9044 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: Kickguy223 - changes: - - message: A new Syndicate and Thief togglable implant is available capable of Impersonating - a Mindshield - type: Add - - message: All implants will now inform you if an implant is already present after - the attempt instead of before - type: Tweak - id: 7861 - time: '2025-01-28T02:37:46.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34079 - author: ArtisticRoomba changes: - message: Frezon prices have been tweaked to be much more worth it for new players @@ -3934,3 +3923,10 @@ id: 8362 time: '2025-04-26T23:24:25.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/34471 +- author: TiniestShark + changes: + - message: Inhand sprites for (most) ammo mags and speedloaders. + type: Add + id: 8363 + time: '2025-04-26T23:36:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34235 From 9fc6de35df8e1c857166257cb267022d4dddc663 Mon Sep 17 00:00:00 2001 From: UpAndLeaves <92269094+Alpha-Two@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:45:10 +0100 Subject: [PATCH 069/318] New Science Biosuit Locker Sprite (#36929) * first commit, slightly broken * fixed meta json * reverse accidental cmo inclusion --- .../Catalog/Fills/Lockers/biohazard.yml | 2 +- .../Structures/Storage/Closets/closets.yml | 11 +++++++++++ .../Structures/Storage/closet.rsi/bio_sci.png | Bin 0 -> 397 bytes .../Storage/closet.rsi/bio_sci_door.png | Bin 0 -> 551 bytes .../Storage/closet.rsi/bio_sci_open.png | Bin 0 -> 365 bytes .../Structures/Storage/closet.rsi/meta.json | 11 ++++++++++- 6 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png create mode 100644 Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png create mode 100644 Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml b/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml index 842ab54ed0..0cd271fb7c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml @@ -41,7 +41,7 @@ - type: entity id: ClosetL3ScienceFilled suffix: Filled, Science - parent: ClosetL3Virology + parent: ClosetL3Science components: - type: StorageFill contents: diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml index 778c80e6fb..e00a8627e1 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml @@ -105,6 +105,17 @@ stateDoorOpen: bio_open stateDoorClosed: bio_door +# Science Variant +- type: entity + id: ClosetL3Science + parent: ClosetL3 + components: + - type: Appearance + - type: EntityStorageVisuals + stateBaseClosed: bio_sci + stateDoorOpen: bio_sci_open + stateDoorClosed: bio_sci_door + # Virology variant - type: entity id: ClosetL3Virology diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png new file mode 100644 index 0000000000000000000000000000000000000000..a030c420903d61cea3f841f0ffd6e8232a6dacf5 GIT binary patch literal 397 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%C&rs6b?Si}mUKs7M+SzC z{oH>NSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f-TA0 z-G$)<0|&#`$B+E|fFhg)9+AZi4BWyX%*Zfnjs#GUy~NYkmHj1)AiptlTMKJCQ0Stk zi(^Q{;kQ#9xegf!xbDy0JRvEW`4U?%R1K3id#uVhIv-A%AIWg#4u(ny{mPbt055hf#A7;u}>$z*+`~A!cOTX|P=)a)Jl!pP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3fd38acd7c80de671d4a68168e9380bb38b410 GIT binary patch literal 551 zcmV+?0@(eDP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUy24YJ`L;%PD2mtlt;!jQh000SaNLh0L01FcU01FcV0GgZ_00007 zbV*G`2k8V64>C9|l-&XV00C=BL_t(o!((6=1*2dTjC8iRs--9j-aJRO2o~hME;8^?z@?VzQQ$gt3j+fK1H&a38F&cnCL{RCasaw-(fKrU zzy-BVhM%9`6Qy?H>xT>s49ltOfGNSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f-TA0 z-G$)<0|&#`$B+E|fFhg)9+AZi4BWyX%*Zfnjs#GUy~NYkmHj1)Aipt#d~e8IpwLE7 z7srr@!^sH}tcw#wcnlJbs7a`t{UASc|2xgH(kl!)FQyq97#OsiT=40-?b29|4GEh+ z+zV%k?wq|X@Iceqpem+ijeaf7hZ*13KMrf~&okj#F^fB(DRwi{xqoMm9zIa8uC0vk zhsLX8AH1&jJv_Z#U)e(ZPHh?c@+Ncn_{;Yg{p0PWZwO2fn<};E=7-1E`xmobT*2%n z>+t{7i>K}4U& Date: Sat, 26 Apr 2025 23:46:17 +0000 Subject: [PATCH 070/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 234d1d9044..bac2ebc290 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Frezon prices have been tweaked to be much more worth it for new players - and elder atmosians alike. - type: Tweak - id: 7862 - time: '2025-01-28T17:31:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34049 - author: K-Dynamic changes: - message: Stun batons play thrusting instead of wide swing animation on precise @@ -3930,3 +3922,10 @@ id: 8363 time: '2025-04-26T23:36:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/34235 +- author: UpAndLeaves + changes: + - message: Due to recent budget improvements, science now gets custom bio suit lockers. + type: Add + id: 8364 + time: '2025-04-26T23:45:10.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36929 From 71e58834ff9dd7375ac48f49256f600b531cb1d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:34:39 -0400 Subject: [PATCH 071/318] Update Credits (#36966) Co-authored-by: PJBot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 19f9472ebf..bf5c6f0651 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0tito, 0x6273, 12rabbits, 1337dakota, 13spacemen, 154942, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, aaron, Ablankmann, abregado, Absolute-Potato, Absotively, achookh, Acruid, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, AgentSmithRadio, Agoichi, Ahion, aiden, Aisu9, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alithsko, alliephante, ALMv1, Alpaccalypse, Alpha-Two, AlphaQwerty, Altoids1, amatwiedle, amylizzle, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, ApolloVector, Appiah, ar4ill, archee1, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, AzzyIsNotHere, azzyisnothere, B-Kirill, baa14453, BackeTako, Bakke, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedUser, beck-thompson, bellwetherlogic, ben, benbryant0, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, Booblesnoot42, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, BWTCK, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainMaru, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, catdotjs, Catofquestionableethics, CatTheSystem, centcomofficer24, Centronias, Chaboricks, chairbender, Chaoticaa, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, CheesePlated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, ciaran, civilCornball, claustro305, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, Compilatron144, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, cooperwallace, corentt, CormosLemming, CrafterKolyan, crazybrain23, Crazydave91920, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, cryals, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, dan, dangerrevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DeepwaterCreations, Deerstop, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, dinnercalzone, DinoWattz, DisposableCrewmember42, dissidentbullet, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, DR-DOCTOR-EVIL-EVIL, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, DuckManZach, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, dylanwhittingham, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, farrellka-dev, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, Firewars763, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flymo5678, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, frobnic8, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, GaussiArson, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, golubgik, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GrownSamoyedDog, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Helm4142, Henry, HerCoyote23, HighTechPuddle, hitomishirichan, hiucko, hivehum, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyperb1, hyperDelegate, hyphenationc, i-justuser-i, iaada, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, IMCB, impubbi, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jacktastic09, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JohnGinnane, johnku1, Jophire, joshepvodka, jproads, Jrpl, jukereise, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, KamTheSythe, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, LaCumbiaDelCoronavirus, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, linkbro1, LinkUyx, Litraxx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, ljm862, lmsnoise, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, Lusatia, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, manelnavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, minus1over12, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterImp, MisterMecky, Mith-randalf, mjarduk, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, momo, Moneyl, monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, ninruB, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, noirogen, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, Nox38, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, Nyxilath, och-och, OctoRocket, OldDanceJacket, OliverOtter, onesch, OneZerooo0, OnyxTheBrave, Orange-Winds, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Palladinium, Pangogie, panzer-iv1, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, philingham, Phill101, phunnyguy, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, ProfanedBane, PROG-MohamedDwidar, prole0, Pronana, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, pumkin69, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, Quantum-cross, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, ReeZer2, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, robinthedragon, Rockdtben, Rohesie, rok-povsic, rokudara-sen, rolfero, RomanNovo, rosieposieeee, Roudenn, router, ruddygreat, RumiTiger, Ruzihm, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, Samuka-C, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, SeamLesss, Segonist, semensponge, sephtasm, Serkket, sewerpig, SG6732, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SharkSnake98, SignalWalker, siigiil, silicon14wastaken, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, slimmslamm, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, sowelipililimute, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, Sparlight, spartak, SpartanKadence, spderman3333, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, starbuckss14, Stealthbomber16, stellar-novas, stewie523, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, supergdpwyl, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, t, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TeenSarlacc, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, Tezzaide, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, TheBlueYowie, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TheProNoob678, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, TiniestShark, Titian3, tk-a369, tkdrg, tmtmtl30, ToastEnjoyer, Toby222, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, ToxicSonicFan04, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, TytosB, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, unusualcrow, Uriende, UristMcDorf, user424242420, Utmanarn, Vaaankas, valentfingerov, valquaint, Varen, Vasilis, VasilisThePikachu, veliebm, Velken, VelonacepsCalyxEggs, veprolet, VerinSenpai, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, Vexerot, viceemargo, VigersRay, violet754, Visne, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, Vortebo, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, whatston3, widgetbeck, Will-Oliver-Br, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, YoungThugSS14, Yousifb26, youtissoum, yunii, yuriykiss, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zHonys, zionnBE, ZNixian, Zokkie, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex +0tito, 0x6273, 12rabbits, 1337dakota, 13spacemen, 154942, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, aaron, Ablankmann, abregado, Absolute-Potato, Absotively, achookh, Acruid, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, AgentSmithRadio, Agoichi, Ahion, aiden, Aisu9, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alice4267, Alithsko, alliephante, ALMv1, Alpaccalypse, Alpha-Two, AlphaQwerty, Altoids1, amatwiedle, amylizzle, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, ApolloVector, Appiah, ar4ill, archee1, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, AzzyIsNotHere, azzyisnothere, B-Kirill, baa14453, BackeTako, Bakke, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedUser, beck-thompson, bellwetherlogic, ben, benbryant0, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, Booblesnoot42, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, BWTCK, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainMaru, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, catdotjs, catlord, Catofquestionableethics, CatTheSystem, centcomofficer24, Centronias, Chaboricks, chairbender, Chaoticaa, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, CheesePlated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, ciaran, civilCornball, claustro305, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, Compilatron144, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, cooperwallace, corentt, CormosLemming, CrafterKolyan, crazybrain23, Crazydave91920, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, cryals, CrzyPotato, cubixthree, cutemoongod, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, dan, dangerrevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DeepwaterCreations, Deerstop, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, dinnercalzone, DinoWattz, DisposableCrewmember42, dissidentbullet, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, DR-DOCTOR-EVIL-EVIL, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, DuckManZach, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, dylanwhittingham, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, Entvari, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, farrellka-dev, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, Firewars763, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flymo5678, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, frobnic8, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, GaussiArson, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, golubgik, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GrownSamoyedDog, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Helm4142, Henry, HerCoyote23, HighTechPuddle, hitomishirichan, hiucko, hivehum, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, Hrosts, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyperb1, hyperDelegate, hyphenationc, i-justuser-i, iaada, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, IMCB, impubbi, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jacktastic09, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, jerryimmouse, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JohnGinnane, johnku1, Jophire, joshepvodka, jproads, Jrpl, jukereise, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, kaiserbirch, KaiShibaa, kalane15, kalanosh, KamTheSythe, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, kiri-yoshikage, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, LaCumbiaDelCoronavirus, lajolico, Lamrr, lanedon, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, linkbro1, LinkUyx, Litraxx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, ljm862, lmsnoise, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, Lusatia, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, Magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, manelnavola, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, memeproof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, minus1over12, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterImp, MisterMecky, Mith-randalf, mjarduk, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, momo, Moneyl, monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, murolem, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, ninruB, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, noirogen, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, Nox38, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, Nyxilath, och-och, OctoRocket, OldDanceJacket, OliverOtter, onesch, OneZerooo0, OnyxTheBrave, Orange-Winds, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Palladinium, Pangogie, panzer-iv1, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, philingham, Phill101, Phooooooooooooooooooooooooooooooosphate, phunnyguy, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PotRoastPiggy, ProfanedBane, PROG-MohamedDwidar, prole0, Pronana, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, pumkin69, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, qrwas, Quantum-cross, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, ReeZer2, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, robinthedragon, Rockdtben, Rohesie, rok-povsic, rokudara-sen, rolfero, RomanNovo, rosieposieeee, Roudenn, router, ruddygreat, RumiTiger, Ruzihm, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, Samuka-C, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, SeamLesss, Segonist, semensponge, sephtasm, Serkket, sewerpig, SG6732, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SharkSnake98, shibechef, SignalWalker, siigiil, silicon14wastaken, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, slimmslamm, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, sowelipililimute, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, Sparlight, spartak, SpartanKadence, spderman3333, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, starbuckss14, Stealthbomber16, stellar-novas, stewie523, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, supergdpwyl, superjj18, Supernorn, SweptWasTaken, SyaoranFox, Sybil, SYNCHRONIC, Szunti, t, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TeenSarlacc, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, Tezzaide, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, TheBlueYowie, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TheProNoob678, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, TiniestShark, Titian3, tk-a369, tkdrg, tmtmtl30, ToastEnjoyer, Toby222, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, ToxicSonicFan04, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, TytosB, Tyzemol, UbaserB, ubis1, UBlueberry, uhbg, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, unusualcrow, Uriende, UristMcDorf, user424242420, Utmanarn, Vaaankas, valentfingerov, valquaint, Varen, Vasilis, VasilisThePikachu, veliebm, Velken, VelonacepsCalyxEggs, veprolet, VerinSenpai, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, vexerot, viceemargo, VigersRay, violet754, Visne, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, Vortebo, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, whatston3, widgetbeck, Will-Oliver-Br, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, Wolfkey-SomeoneElseTookMyUsername, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, YoungThugSS14, Yousifb26, youtissoum, yunii, YuriyKiss, yuriykiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zHonys, zionnBE, ZNixian, Zokkie, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex From 497f43ec651da4f730046d0712355d595e106190 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:06:45 -0400 Subject: [PATCH 072/318] Remove legacy cargo shuttle code/prototypes (#36967) --- .../CargoShuttleConsoleComponent.cs | 10 -- .../Cargo/Systems/CargoSystem.Orders.cs | 10 -- .../Cargo/Systems/CargoSystem.Shuttle.cs | 105 ------------------ .../Catalog/Fills/Lockers/heads.yml | 1 - .../Devices/Circuitboards/computer.yml | 11 -- .../Machines/Computers/computers.yml | 39 ------- .../ServerInfo/Guidebook/Cargo/Cargo.xml | 2 +- .../Guidebook/Engineering/VoltageNetworks.xml | 2 +- Resources/migration.yml | 4 + 9 files changed, 6 insertions(+), 178 deletions(-) delete mode 100644 Content.Server/Cargo/Components/CargoShuttleConsoleComponent.cs diff --git a/Content.Server/Cargo/Components/CargoShuttleConsoleComponent.cs b/Content.Server/Cargo/Components/CargoShuttleConsoleComponent.cs deleted file mode 100644 index 2f6172601a..0000000000 --- a/Content.Server/Cargo/Components/CargoShuttleConsoleComponent.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Robust.Shared.Audio; - -namespace Content.Server.Cargo.Components; - -[RegisterComponent] -public sealed partial class CargoShuttleConsoleComponent : Component -{ - [ViewVariables(VVAccess.ReadWrite), DataField("soundDeny")] - public SoundSpecifier DenySound = new SoundPathSpecifier("/Audio/Effects/Cargo/buzz_two.ogg"); -} diff --git a/Content.Server/Cargo/Systems/CargoSystem.Orders.cs b/Content.Server/Cargo/Systems/CargoSystem.Orders.cs index f89f1b0e8f..fe37f56e02 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Orders.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Orders.cs @@ -378,16 +378,6 @@ namespace Content.Server.Cargo.Systems UpdateOrderState(uid, station); } - - var consoleQuery = AllEntityQuery(); - while (consoleQuery.MoveNext(out var uid, out var _)) - { - var station = _station.GetOwningStation(uid); - if (station != dbUid) - continue; - - UpdateShuttleState(uid, station); - } } public bool AddAndApproveOrder( diff --git a/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs b/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs index 2516965b6d..4fc2c08813 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs @@ -6,7 +6,6 @@ using Content.Shared.Cargo.Components; using Content.Shared.Cargo.Events; using Content.Shared.Cargo.Prototypes; using Content.Shared.CCVar; -using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Prototypes; @@ -25,8 +24,6 @@ public sealed partial class CargoSystem { SubscribeLocalEvent(OnTradeSplit); - SubscribeLocalEvent(OnCargoShuttleConsoleStartup); - SubscribeLocalEvent(OnPalletSale); SubscribeLocalEvent(OnPalletAppraise); SubscribeLocalEvent(OnPalletUIOpen); @@ -35,26 +32,6 @@ public sealed partial class CargoSystem } #region Console - - [PublicAPI] - private void UpdateCargoShuttleConsoles(EntityUid shuttleUid, CargoShuttleComponent _) - { - // Update pilot consoles that are already open. - _console.RefreshDroneConsoles(); - - // Update order consoles. - var shuttleConsoleQuery = AllEntityQuery(); - - while (shuttleConsoleQuery.MoveNext(out var uid, out var _)) - { - var stationUid = _station.GetOwningStation(uid); - if (stationUid != shuttleUid) - continue; - - UpdateShuttleState(uid, stationUid); - } - } - private void UpdatePalletConsoleInterface(EntityUid uid) { if (Transform(uid).GridUid is not { } gridUid) @@ -89,32 +66,6 @@ public sealed partial class CargoSystem UpdatePalletConsoleInterface(uid); } - private void OnCargoShuttleConsoleStartup(EntityUid uid, CargoShuttleConsoleComponent component, ComponentStartup args) - { - var station = _station.GetOwningStation(uid); - UpdateShuttleState(uid, station); - } - - private void UpdateShuttleState(EntityUid uid, EntityUid? station = null) - { - TryComp(station, out var orderDatabase); - TryComp(orderDatabase?.Shuttle, out var shuttle); - - var orders = GetProjectedOrders(station ?? EntityUid.Invalid, orderDatabase, shuttle); - var shuttleName = orderDatabase?.Shuttle != null ? MetaData(orderDatabase.Shuttle.Value).EntityName : string.Empty; - - if (_uiSystem.HasUi(uid, CargoConsoleUiKey.Shuttle)) - { - _uiSystem.SetUiState(uid, - CargoConsoleUiKey.Shuttle, - new CargoShuttleConsoleBoundUserInterfaceState( - station != null ? MetaData(station.Value).EntityName : Loc.GetString("cargo-shuttle-console-station-unknown"), - string.IsNullOrEmpty(shuttleName) ? Loc.GetString("cargo-shuttle-console-shuttle-not-found") : shuttleName, - orders - )); - } - } - #endregion private void OnTradeSplit(EntityUid uid, TradeStationComponent component, ref GridSplitEvent args) @@ -127,62 +78,6 @@ public sealed partial class CargoSystem } #region Shuttle - - /// - /// Returns the orders that can fit on the cargo shuttle. - /// - private List GetProjectedOrders( - EntityUid shuttleUid, - StationCargoOrderDatabaseComponent? component = null, - CargoShuttleComponent? shuttle = null) - { - var orders = new List(); - - if (component == null || shuttle == null || component.Orders.Count == 0) - return orders; - - var spaceRemaining = GetCargoSpace(shuttleUid); - var allOrders = component.AllOrders.ToList(); - for (var i = 0; i < allOrders.Count && spaceRemaining > 0; i++) - { - var order = allOrders[i]; - if (order.Approved) - { - var numToShip = order.OrderQuantity - order.NumDispatched; - if (numToShip > spaceRemaining) - { - // We won't be able to fit the whole order on, so make one - // which represents the space we do have left: - var reducedOrder = new CargoOrderData( - order.OrderId, - order.ProductId, - order.ProductName, - order.Price, - spaceRemaining, - order.Requester, - order.Reason); - orders.Add(reducedOrder); - } - else - { - orders.Add(order); - } - spaceRemaining -= numToShip; - } - } - - return orders; - } - - /// - /// Get the amount of space the cargo shuttle can fit for orders. - /// - private int GetCargoSpace(EntityUid gridUid) - { - var space = GetCargoPallets(gridUid, BuySellType.Buy).Count; - return space; - } - /// GetCargoPallets(gridUid, BuySellType.Sell) to return only Sell pads /// GetCargoPallets(gridUid, BuySellType.Buy) to return only Buy pads private List<(EntityUid Entity, CargoPalletComponent Component, TransformComponent PalletXform)> GetCargoPallets(EntityUid gridUid, BuySellType requestType = BuySellType.All) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index bf49e30923..6770680b63 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -7,7 +7,6 @@ - id: CargoBountyComputerCircuitboard - id: CargoRequestComputerCircuitboard - id: CargoSaleComputerCircuitboard - - id: CargoShuttleComputerCircuitboard - id: CargoShuttleConsoleCircuitboard - id: SalvageMagnetMachineCircuitboard - id: CigPackGreen diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml index 89cf314e95..6af8b9639e 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml @@ -198,17 +198,6 @@ prototype: ComputerCargoBounty - type: StaticPrice -- type: entity - parent: BaseComputerCircuitboard - id: CargoShuttleComputerCircuitboard - name: cargo shuttle computer board - description: A computer printed circuit board for a cargo shuttle computer. - components: - - type: Sprite - state: cpu_supply - - type: ComputerBoard - prototype: ComputerCargoShuttle - - type: entity parent: BaseComputerCircuitboard id: SalvageExpeditionsComputerCircuitboard diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index 93125455bc..a05c88aadb 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -854,45 +854,6 @@ energy: 1.6 color: "#e6e227" -- type: entity - id: ComputerCargoShuttle - parent: BaseComputerAiAccess - name: cargo shuttle computer - description: Used to order the shuttle. - components: - - type: Sprite - layers: - - map: ["computerLayerBody"] - state: computer - - map: ["computerLayerKeyboard"] - state: generic_keyboard - - map: ["computerLayerScreen"] - state: supply - - map: ["computerLayerKeys"] - state: tech_key - - map: [ "enum.WiresVisualLayers.MaintenancePanel" ] - state: generic_panel_open - - type: CargoShuttleConsole - - type: ActivatableUI - key: enum.CargoConsoleUiKey.Shuttle - - type: UserInterface - interfaces: - enum.CargoConsoleUiKey.Shuttle: - type: CargoShuttleConsoleBoundUserInterface - enum.WiresUiKey.Key: - type: WiresBoundUserInterface - - type: Computer - board: CargoShuttleComputerCircuitboard - - type: PointLight - radius: 1.5 - energy: 1.6 - color: "#b89f25" - - type: AccessReader - access: [["Cargo"]] - - type: GuideHelp - guides: - - Cargo - - type: entity id: ComputerCargoOrders parent: BaseComputerAiAccess diff --git a/Resources/ServerInfo/Guidebook/Cargo/Cargo.xml b/Resources/ServerInfo/Guidebook/Cargo/Cargo.xml index 526dd35ffe..c4147f5e47 100644 --- a/Resources/ServerInfo/Guidebook/Cargo/Cargo.xml +++ b/Resources/ServerInfo/Guidebook/Cargo/Cargo.xml @@ -73,7 +73,7 @@ Orders are delivered to the station via the orbiting [color=cyan]Trade Station[/color] and are transported to the main station by the [color=cyan]Cargo Shuttle[color]. The shuttle does not fly itself, so it must either be piloted in the shuttle or remotely. - + To fly the shuttle, you must first find the [color=cyan]Cargo Shuttle Console[/color]. One is inside the Cargo Bay, and the other is inside the Cargo Shuttle. diff --git a/Resources/ServerInfo/Guidebook/Engineering/VoltageNetworks.xml b/Resources/ServerInfo/Guidebook/Engineering/VoltageNetworks.xml index 9d7ed30096..3f635715ce 100644 --- a/Resources/ServerInfo/Guidebook/Engineering/VoltageNetworks.xml +++ b/Resources/ServerInfo/Guidebook/Engineering/VoltageNetworks.xml @@ -16,7 +16,7 @@ - + diff --git a/Resources/migration.yml b/Resources/migration.yml index 742429bbec..667a6c090b 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -610,3 +610,7 @@ MediumXenoArtifact: ComplexXenoArtifact SimpleXenoArtifactItem: ComplexXenoArtifactItem MediumXenoArtifactItem: ComplexXenoArtifactItem VariedXenoArtifactItem: ComplexXenoArtifactItem + +# 2025-04-26 +ComputerCargoShuttle: ComputerShuttleCargo +CargoShuttleComputerCircuitboard: CargoShuttleConsoleCircuitboard From 2a5cf10aa656677049c2cf5b2079c1022bae0dfb Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:13:52 +0200 Subject: [PATCH 073/318] Priority Deliveries (#36968) --- .../ComponentTable/ComponentTableComponent.cs | 19 +++++ .../SharedComponentTableSystem.cs | 33 ++++++++ .../Delivery/DeliveryModifierSystem.cs | 79 +++++++++++++++++++ .../Delivery/DeliveryPriorityComponent.cs | 43 ++++++++++ Content.Shared/Delivery/DeliveryVisuals.cs | 11 ++- .../Delivery/SharedDeliverySystem.cs | 20 ++++- Content.Shared/Item/SharedItemSystem.cs | 3 +- .../en-US/delivery/delivery-component.ftl | 5 ++ .../Objects/Deliveries/deliveries.yml | 30 +++++-- 9 files changed, 230 insertions(+), 13 deletions(-) create mode 100644 Content.Shared/ComponentTable/ComponentTableComponent.cs create mode 100644 Content.Shared/ComponentTable/SharedComponentTableSystem.cs create mode 100644 Content.Shared/Delivery/DeliveryPriorityComponent.cs diff --git a/Content.Shared/ComponentTable/ComponentTableComponent.cs b/Content.Shared/ComponentTable/ComponentTableComponent.cs new file mode 100644 index 0000000000..a402214aad --- /dev/null +++ b/Content.Shared/ComponentTable/ComponentTableComponent.cs @@ -0,0 +1,19 @@ +using Content.Shared.EntityTable.EntitySelectors; +using Robust.Shared.GameStates; + +namespace Content.Shared.ComponentTable; + +/// +/// Applies components from entities selected from the table on init. +/// +[RegisterComponent, NetworkedComponent] +[Access(typeof(SharedComponentTableSystem))] +public sealed partial class ComponentTableComponent : Component +{ + /// + /// The table from which to grab entities. + /// ALL components of the grabbed entities will be added to the holder of this component. + /// + [DataField(required: true)] + public EntityTableSelector Table = default!; +} diff --git a/Content.Shared/ComponentTable/SharedComponentTableSystem.cs b/Content.Shared/ComponentTable/SharedComponentTableSystem.cs new file mode 100644 index 0000000000..cdb1b2dc74 --- /dev/null +++ b/Content.Shared/ComponentTable/SharedComponentTableSystem.cs @@ -0,0 +1,33 @@ +using Content.Shared.EntityTable; +using Robust.Shared.Prototypes; + +namespace Content.Shared.ComponentTable; + +/// +/// Applies an entity prototype to an entity on map init. Taken from entities inside an EntityTableSelector. +/// +public sealed class SharedComponentTableSystem : EntitySystem +{ + [Dependency] private readonly EntityTableSystem _entTable = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnTableInit); + } + + private void OnTableInit(Entity ent, ref MapInitEvent args) + { + var spawns = _entTable.GetSpawns(ent.Comp.Table); + + foreach (var entity in spawns) + { + if (_proto.TryIndex(entity, out var entProto)) + { + EntityManager.AddComponents(ent, entProto.Components); + } + } + } +} diff --git a/Content.Shared/Delivery/DeliveryModifierSystem.cs b/Content.Shared/Delivery/DeliveryModifierSystem.cs index 505975732c..c4ad1bb3a6 100644 --- a/Content.Shared/Delivery/DeliveryModifierSystem.cs +++ b/Content.Shared/Delivery/DeliveryModifierSystem.cs @@ -1,4 +1,9 @@ +using Content.Shared.Examine; +using Content.Shared.GameTicking; +using Content.Shared.NameModifier.EntitySystems; using Robust.Shared.Random; +using Robust.Shared.Serialization; +using Robust.Shared.Timing; namespace Content.Shared.Delivery; @@ -8,6 +13,9 @@ namespace Content.Shared.Delivery; public sealed partial class DeliveryModifierSystem : EntitySystem { [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly NameModifierSystem _nameModifier = default!; + [Dependency] private readonly SharedDeliverySystem _delivery = default!; public override void Initialize() { @@ -15,8 +23,13 @@ public sealed partial class DeliveryModifierSystem : EntitySystem SubscribeLocalEvent(OnRandomMultiplierMapInit); SubscribeLocalEvent(OnGetRandomMultiplier); + + SubscribeLocalEvent(OnPriorityMapInit); + SubscribeLocalEvent(OnPriorityExamine); + SubscribeLocalEvent(OnGetPriorityMultiplier); } + #region Random private void OnRandomMultiplierMapInit(Entity ent, ref MapInitEvent args) { ent.Comp.CurrentMultiplierOffset = _random.NextFloat(ent.Comp.MinMultiplierOffset, ent.Comp.MaxMultiplierOffset); @@ -27,4 +40,70 @@ public sealed partial class DeliveryModifierSystem : EntitySystem { args.AdditiveMultiplier += ent.Comp.CurrentMultiplierOffset; } + #endregion + + #region Priority + private void OnPriorityMapInit(Entity ent, ref MapInitEvent args) + { + ent.Comp.DeliverUntilTime = _timing.CurTime + ent.Comp.DeliveryTime; + _delivery.UpdatePriorityVisuals(ent); + Dirty(ent); + } + + private void OnPriorityExamine(Entity ent, ref ExaminedEvent args) + { + var trueName = _nameModifier.GetBaseName(ent.Owner); + var timeLeft = ent.Comp.DeliverUntilTime - _timing.CurTime; + + if (_timing.CurTime < ent.Comp.DeliverUntilTime) + args.PushMarkup(Loc.GetString("delivery-priority-examine", ("type", trueName), ("time", timeLeft.ToString("mm\\:ss")))); + else + args.PushMarkup(Loc.GetString("delivery-priority-expired-examine", ("type", trueName))); + } + + private void OnGetPriorityMultiplier(Entity ent, ref GetDeliveryMultiplierEvent args) + { + if (_timing.CurTime < ent.Comp.DeliverUntilTime) + args.AdditiveMultiplier += ent.Comp.InTimeMultiplierOffset; + else + args.AdditiveMultiplier += ent.Comp.ExpiredMultiplierOffset; + } + #endregion + + #region Update Loops + public override void Update(float frameTime) + { + base.Update(frameTime); + + UpdatePriorty(frameTime); + } + + private void UpdatePriorty(float frameTime) + { + var priorityQuery = EntityQueryEnumerator(); + var curTime = _timing.CurTime; + + while (priorityQuery.MoveNext(out var uid, out var priorityData)) + { + if (priorityData.Expired) + continue; + + if (priorityData.DeliverUntilTime < curTime) + { + priorityData.Expired = true; + _delivery.UpdatePriorityVisuals((uid, priorityData)); + Dirty(uid, priorityData); + + var ev = new DeliveryPriorityExpiredEvent(); + RaiseLocalEvent(uid, ev); + } + } + } + #endregion } + +/// +/// Gets raised on a priority delivery when it's timer expires. +/// +[Serializable, NetSerializable] +public readonly record struct DeliveryPriorityExpiredEvent; diff --git a/Content.Shared/Delivery/DeliveryPriorityComponent.cs b/Content.Shared/Delivery/DeliveryPriorityComponent.cs new file mode 100644 index 0000000000..769c6af0f8 --- /dev/null +++ b/Content.Shared/Delivery/DeliveryPriorityComponent.cs @@ -0,0 +1,43 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Delivery; + +/// +/// Component given to deliveries. +/// Applies a duration before which the delivery must be delivered. +/// If successful, adds a small multiplier, otherwise removes a small multiplier. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(DeliveryModifierSystem))] +public sealed partial class DeliveryPriorityComponent : Component +{ + /// + /// The highest the random multiplier can go. + /// + [DataField] + public float InTimeMultiplierOffset = 0.2f; + + /// + /// The lowest the random multiplier can go. + /// + [DataField] + public float ExpiredMultiplierOffset = -0.1f; + + /// + /// Whether this priority delivery has already ran out of time or not. + /// + [DataField, AutoNetworkedField] + public bool Expired; + + /// + /// How much time you get from spawn until the delivery expires. + /// + [DataField, AutoNetworkedField] + public TimeSpan DeliveryTime = TimeSpan.FromMinutes(5); + + /// + /// The time by which this has to be delivered. + /// + [DataField, AutoNetworkedField] + public TimeSpan DeliverUntilTime; +} diff --git a/Content.Shared/Delivery/DeliveryVisuals.cs b/Content.Shared/Delivery/DeliveryVisuals.cs index 69eb5fda9e..35391854be 100644 --- a/Content.Shared/Delivery/DeliveryVisuals.cs +++ b/Content.Shared/Delivery/DeliveryVisuals.cs @@ -9,11 +9,18 @@ public enum DeliveryVisuals : byte IsTrash, IsBroken, IsFragile, - IsPriority, - IsPriorityInactive, + PriorityState, JobIcon, } +[Serializable, NetSerializable] +public enum DeliveryPriorityState : byte +{ + Off, + Active, + Inactive, +} + [Serializable, NetSerializable] public enum DeliverySpawnerVisuals : byte { diff --git a/Content.Shared/Delivery/SharedDeliverySystem.cs b/Content.Shared/Delivery/SharedDeliverySystem.cs index 1667035dac..0f67c3459e 100644 --- a/Content.Shared/Delivery/SharedDeliverySystem.cs +++ b/Content.Shared/Delivery/SharedDeliverySystem.cs @@ -69,7 +69,7 @@ public abstract class SharedDeliverySystem : EntitySystem var multiplier = GetDeliveryMultiplier(ent); var totalSpesos = Math.Round(ent.Comp.BaseSpesoReward * multiplier); - args.PushMarkup(Loc.GetString("delivery-earnings-examine", ("spesos", totalSpesos))); + args.PushMarkup(Loc.GetString("delivery-earnings-examine", ("spesos", totalSpesos)), -1); } } @@ -238,7 +238,18 @@ public abstract class SharedDeliverySystem : EntitySystem // If we're trying to unlock, always remove the priority tape if (!isLocked) - _appearance.SetData(uid, DeliveryVisuals.IsPriority, false); + _appearance.SetData(uid, DeliveryVisuals.PriorityState, DeliveryPriorityState.Off); + } + + public void UpdatePriorityVisuals(Entity ent) + { + if (!TryComp(ent, out var delivery)) + return; + + if (delivery.IsLocked && !delivery.IsOpened) + { + _appearance.SetData(ent, DeliveryVisuals.PriorityState, ent.Comp.Expired ? DeliveryPriorityState.Inactive : DeliveryPriorityState.Active); + } } protected void UpdateDeliverySpawnerVisuals(EntityUid uid, int contents) @@ -257,7 +268,10 @@ public abstract class SharedDeliverySystem : EntitySystem var ev = new GetDeliveryMultiplierEvent(); RaiseLocalEvent(ent, ref ev); - return ev.AdditiveMultiplier * ev.MultiplicativeMultiplier; + // Ensure the multiplier can never go below 0. + var totalMultiplier = Math.Max(ev.AdditiveMultiplier * ev.MultiplicativeMultiplier, 0); + + return totalMultiplier; } protected virtual void GrantSpesoReward(Entity ent) { } diff --git a/Content.Shared/Item/SharedItemSystem.cs b/Content.Shared/Item/SharedItemSystem.cs index 18a98c7a0c..34677966f8 100644 --- a/Content.Shared/Item/SharedItemSystem.cs +++ b/Content.Shared/Item/SharedItemSystem.cs @@ -141,7 +141,8 @@ public abstract class SharedItemSystem : EntitySystem { // show at end of message generally args.PushMarkup(Loc.GetString("item-component-on-examine-size", - ("size", GetItemSizeLocale(component.Size))), priority: -1); + ("size", GetItemSizeLocale(component.Size))), + priority: -2); } public ItemSizePrototype GetSizePrototype(ProtoId id) diff --git a/Resources/Locale/en-US/delivery/delivery-component.ftl b/Resources/Locale/en-US/delivery/delivery-component.ftl index 5903094690..c7f2347da4 100644 --- a/Resources/Locale/en-US/delivery/delivery-component.ftl +++ b/Resources/Locale/en-US/delivery/delivery-component.ftl @@ -20,3 +20,8 @@ delivery-teleporter-amount-examine = } delivery-teleporter-empty = The {$entity} is empty. delivery-teleporter-empty-verb = Take mail + + +# modifiers +delivery-priority-examine = This is a [color=orange]priority {$type}[/color]. You have [color=orange]{$time}[/color] left to deliver it to get a bonus. +delivery-priority-expired-examine = This is a [color=orange]priority {$type}[/color]. It seems you ran out of time. diff --git a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml index 2ff5e9daf7..e90a99510f 100644 --- a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml +++ b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml @@ -14,14 +14,11 @@ enum.DeliveryVisualLayers.Lock: True: { visible: true } False: { visible: false } - enum.DeliveryVisuals.IsPriority: + enum.DeliveryVisuals.PriorityState: enum.DeliveryVisualLayers.PriorityTape: - True: { visible: true } - False: { visible: false } - enum.DeliveryVisuals.IsPriorityInactive: - enum.DeliveryVisualLayers.PriorityTape: - True: { shader: shaded, state: priority_inactive } - False: { shader: unshaded, state: priority } + Off: { visible: false } + Active: { visible: true, shader: unshaded, state: priority } + Inactive: { visible: true, shader: shaded, state: priority_inactive } enum.DeliveryVisuals.IsBroken: enum.DeliveryVisualLayers.Breakage: True: { visible: true } @@ -45,6 +42,9 @@ - type: SimpleToolUsage doAfter: 4 usageVerb: delivery-slice-verb + - type: ComponentTable + table: !type:NestedSelector + tableId: DeliveryModifierTable - type: entity parent: BaseDelivery @@ -128,3 +128,19 @@ containers: delivery: !type:NestedSelector tableId: LetterDeliveryRewards + + +# Modifier Tables +- type: entityTable + id: DeliveryModifierTable + table: !type:AllSelector + children: + - id: DeliveryModifierPriority + prob: 0.25 + +- type: entity + id: DeliveryModifierPriority + description: Components to add when a delivery is rolled as priority. + categories: [ HideSpawnMenu ] + components: + - type: DeliveryPriority From f512c7bf9171daaeaf623908af338a71b8c19605 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 27 Apr 2025 09:15:01 +0000 Subject: [PATCH 074/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bac2ebc290..45521e581f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: Stun batons play thrusting instead of wide swing animation on precise - attacks (LMB). - type: Tweak - id: 7863 - time: '2025-01-28T18:55:08.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34693 - author: Emisse changes: - message: Drozd sprites have been updated. @@ -3929,3 +3921,11 @@ id: 8364 time: '2025-04-26T23:45:10.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36929 +- author: ScarKy0 + changes: + - message: Deliveries can now spawn as priority-type! Deliver them within their + time limit to earn a nice speso bonus. + type: Add + id: 8365 + time: '2025-04-27T09:13:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36968 From 791f7af5d48d9c298e8da6ad5925a815093d788e Mon Sep 17 00:00:00 2001 From: KingFroozy <140668342+KingFroozy@users.noreply.github.com> Date: Sun, 27 Apr 2025 14:27:01 +0400 Subject: [PATCH 075/318] Paramedic suits adjustments (#36707) * Changes * meta --- .../equipped-INNERCLOTHING-monkey.png | Bin 20806 -> 1212 bytes .../paramedic.rsi/equipped-INNERCLOTHING.png | Bin 1196 -> 971 bytes .../Uniforms/Jumpskirt/paramedic.rsi/icon.png | Bin 500 -> 517 bytes .../Jumpskirt/paramedic.rsi/inhand-left.png | Bin 423 -> 579 bytes .../Jumpskirt/paramedic.rsi/inhand-right.png | Bin 418 -> 574 bytes .../Jumpskirt/paramedic.rsi/meta.json | 2 +- .../equipped-INNERCLOTHING-monkey.png | Bin 20307 -> 1261 bytes .../paramedic.rsi/equipped-INNERCLOTHING.png | Bin 648 -> 1104 bytes .../Uniforms/Jumpsuit/paramedic.rsi/icon.png | Bin 353 -> 472 bytes .../Jumpsuit/paramedic.rsi/inhand-left.png | Bin 423 -> 579 bytes .../Jumpsuit/paramedic.rsi/inhand-right.png | Bin 418 -> 574 bytes .../Uniforms/Jumpsuit/paramedic.rsi/meta.json | 2 +- 12 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/equipped-INNERCLOTHING-monkey.png index 9615f6856572f5b973ff846af3570c935417aab7..a4859ab7e8c9aceed30b16b6fd63b912776344ee 100644 GIT binary patch delta 1193 zcmV;a1XlaTq5-@KkR*Qrb5ch_0Itp)=>Px(c1c7*RCt{2n$J%gM-<1uLy_8~m5}OU ze#i}nREk)u&|H#qSFJ4d;DfmtIAG*UC4>b%0H>6TZ#j86*fLRWxo|N42YTC5yKQm_ zvO`c&bBKy!ev|`M(kfEK>!HkQ{R{8dyWY~yN3!gFJ3H^q+c$r2$NL75NF)-8L?Zd0 z!bBRU^fa!#_YNfziMs37*Vh}$JAtwK?oxW10O0nmo2Km1<0k-smE~`Q_1nIH4}NTH z%v89%w8-?ejA>A*RDzREsC7U}PZJ+Fw}I>CvUZ%%l9ZlCHk+kFp+KBMp+G4;T_?+C zvqVI2;!`_#t1f@8ulATnh+TT@G+JI-1ORB7X38{8!}DKvp=lb%6RUOS-JrJrxqIsu zp0|T72LvZ(>3(UyPJaE9QFHLYiCF-^{n9>y6SG2hp%qFbMi2KYRWh!Ze{&x0RiH#- zj_SvGSd$WoRfT;t8m*Emkr)w?W7B|>($fv~kIjEu75aZ%zsNMOl`y8Jrpyj=xg68i zGIaaaO>AszU}k0pj~+k4^3o!ko}R91XV-|P#+@fYtNzW+O~#X*Feo06Q#c$ZRaFT<)!j=blOUk&PcoS_`{BP;RW)_a&CQv% zsH#fV_I7`<MX zBv?!D$0HXWyN#3jg&c5o@CNw;0lfX~1x{bRuKM-`0=PPO!`bZH1^vQP;36e|9{l3^ z6lkXZufsiNZD)512s@x1>>A^wephqAe+lUTuML0j8h0JQ7{FLZiy^Y~vogPcr{yhV zG8wGQFMyrPGMNmXmbb7nzhJht%cY9|<&<@ufz$>tgHYRk- z0VzFgR)(!8kr*kFn9!I+a{xWKo4|Nt75ZAH>co#lL$Is%;d=%6o&F9^6gf z>#y#(7X{X^QzEgtEhe6L>+)!E(gXKg25p5_4Q$BXb1xX1MvI(2!%ojg+dHC zf1T|h+)%?X$S@2X9UbBD@DP%kj1^;$b;5?86)Xr%h}0XD^?ztpltE@xeE$(fa_L0CcUl%xbS| z7v9IUp%3xKue8(+!KfBq3I1{LPX=yOqqm-S12=RF*9F4bD1LZ;*7Vl)_x#QPfQO<} zj12n#0LNz^HP!va^&a+JaTh@M-YOwWBoc{4B9TZWmz2K&cK5GSAt-R)d-o-ynT1)Bkkiu0 zo+6edAVLeqVx??K6{vVhh*l8X;DEJ)H6CyYtMpK$M8V!Sd%^_s0@m8|<|J=s?)(4m z-uwOk{r~^och1!0=l!f((mhEShIPxywiTfFvD*KgozQiYedfpLt+P9OiWkGW^w$0p zursN@B`0egMP8wKIoy$soZb+3h(&WHaGS{#!W>UY zks~^8zo#rPG(|SUGU$L#pBL$oarNA#E}zR=>T09Q$n7>eMmEXKjr1LNybed)uD!l- z<%oh1rExXAg|pnyTmZc;zek4S%F$E?$D6&^R{*2dX$KS%j|=3pt8L(DciJQYR@&Q8 z)9wV-0zMTqbt)pwlIelK=kgS~TxHgvyXJ>&Vam)5xTop9$#$pWs_>3THMdrYI!+V~ z+JFyQDFXQ-N#F!kNU|21wUGQMg0v7s3`kJ26-KU0v8%Jf7&J~WI879iqJ=_#Tr5V6 zWNQqx5EbA9?Lvu_jlof5i|XAfbx5Rzesgb*PQxkY{r6-J?eplW8k)uVuIK4iAa#fDas*T5v#zWG)Eb%gr6EaQXKw=<{qM?G*D$OtiEkHs-@#{ME zXhI4>hkHlR@skot7$~qaD0A=v)8+~bb`%44T}Kak?5OAmWic|^Tr_TZSr%j&4PNC{ z7FTG7#U%z2EDI>S`F@Mm=&&N1sX+nz_2z6J1=p#!-A6?!bl#{W z3_=B@+6M8uR9^+~!1NMSEVZXv4WhPGYYiWNmE00TctQEinSqu?4gx{MDHg45o?{4H zkQEl^Q0!wFP9k}Q51Tp0imj)pO(uq5RGFiyn$#+DZOh3Nhar9l`lDl$OM$ZlDpqrN zIN^rY)A?Vvn7|7JO{)|xQ6hu$1j>AZf+{)`0A-$*R9RHj@ccSpF}jc-ESk|s!)U%p zymL9rp+`@|LvaJDuFh#9mrseYoX*FT97met#I=3`z7xmbP-DR2_2s(RZF;bmI55%P!gjDl>5kcz zr)rN}ENGvP_MCyD(2C9-uWO4z3*0Nx_UmQ-za%`w^q$DTH14=;6sav=vgSVax6=ubEDSHtu^xPm9VVHW=9V#yxNHahYqd+ zI<0TSRh-h6V$6+@VsP2SJhcoMCfJIeiK54`=E(Ed7@Gy^k?-dcozeG$A3!xa(M7I7 zmqC{<26PD<-eu6GiveB2hIbis>0&^au;E<>UAh?1C2V+?L60&^a@D05yDf$a%(20K5tOEUh+3FKzC(v)7ndIz(Tnwukiec4rG3?5>==~Ii z`3Vd=Jp;omt1+yfYx(pyvM?-hM~*GMu=3d1wc95Qc`T?+>=vlvxm%kDVJO8XsUnW>D@b49WA&Go11ubm8+zpJ9fcy zZN9(ybmF>v`+f6Xv<$p!A>MH1l__=j^IN-&Tsi(iuQ|QP7ED<7;mnKoJPOX9JwK&K z?Rs}j(`yeFOc=D{z|w7Jlr`JV)E+JH?|EQY=EyG!uLz^3Z-%GE`n5fu-Beeb`1u!V z0#-2ot>Mr8^#k+zLC@KSY%ko^*xkGCSIv{Y`snJqp$&(c?%rCPcjlYR15;nNxSW&6 zKY!Gu$@=PAx3y>!@>`o_u_i{l1|MH8q_#KV)6s@0e#zr#qUr@7%fIz=0ez z2{7CFbK&@`mACERzkln+zDc)(VVNU_c76TD<>qV<&|WO!2UsWcW$(9_Qf8zqNvN*<({n2}?B3RU z#tYrtFs0v!!yAX~eMeI09SKX$ZaL#VVovsS-}~_6j>6UMN!aq@gT+7Dwqpj9*HHRV zA8eOc?dj6l)@#C{RY!LIbn3o+E9YN5bNM)S?fp)rZ`o1%oA{6m-<;}kMZ9gxi(Rr# z`iG93menw;e$PwX-X{*KR;vCLVLVQ@&@}mA}}|FXYB_=IGR^ zMT1QvhwuON=+=ibre0Y8hkrYkCJ+IButc3CjnNBYyw^b5ch_0Itp)=>Px&g-Jv~RCt{2n!#%tK@`Tn6fdC#4?-3} zk+bA)Z{E(Vi{Aqz5{X12k$*@ex04Z(#>rG#k4D0n zot@)Y?{Gg1Ah- zT>?b(?{sR=tbb{6`2z?oEQ3;Nd5n5P=%O60qrd@I9_WC?e z-)2nTd(m&3fMhDIS94h-h+?S>LWr^c3N&vFKD4lmVySG1S94ihbt>BFGng*h0_aJ< z;|!pbVs&l?hdXaZ0AOQd1Dh|N0RR+5K_#<|W=+F~SAXjOfWw_PBdc>WEqAL|top3q zN@g1_e*l%tHu&SB`mS~-5BB$Pu)k+Iwz#<1(yp4zngs2x>xEAJu)&L7$I~_eySux# zKPT)Nz<=-NI#C9pFBE7j7Sp|6FBC<=*w`52@i_ANJWfwfQLoo=a&m$~q2SnyP%IYH zCnqPNX@435fq-eNC<=~_j)e8QZmdi{(LFvNJmV8+oL|6w?{3TX?8kSU9Ur4!`O^0! zIHlk5A;{zM2d;GfsyLzFRRTtppziVc(5z`_oL|_sX`El6S<~S0`7o*k`}!v6q<+^^ zg>`!W(PIGSY_pe+U*En00Djkh_I(LBr7s+4yMOFDG4PwFFOf(j5{X12kw_#Gi9~Wc zVUF;1$HCy;YEgv#6$Z>cz11e~C4gSATJyl)8Ue>+NT$-d)vg|N5-zJtV3xRO3~jA3 zJ9xW#b#BHmN(VgyqLDBNAxOP@kB^@Z{#oKduTWpYOMthldH6CFr?G1BmbfUw380js znt#h;CFnH*A%vLBN~cL=KN)(_NEja#V~aB0XHQEi9{liNd5!< Y06rQd=X?pnKL7v#07*qoM6N<$f9Dfdn!}&02V`(hQGKIro zjEsyNyH8bBDi({FoSbB`$*OOjOOj-j>$+~8v+94$A|8!K0RUn$MbC0sOGr$nsI#-v zYS)S&$g)hMqoV+Td_HgMbTk@8B9SmJo3F2`D%GQD8u`Q+0f0}8k)~<3dR0~FO*YS> zZ(|cznnv+>oHR|d%FQ-DG1fFEj_TKHH6kLaR4QZ`230B* zTR@tv51$yLuf9u@PmEC}ld(m9adD9h!yqx4BEv8!lgUth`&Q`h?Ce-Rn7TwndwYA1 z^gn7;sj4bH%{@eU?FoXBUhBPET3P}C%*@OndGj^^Ab)xDHgsJ_Fw%?i+7mp@J;Yg` z!b$q`^YbW`N;ch6sf4+?IY;^p17LPm8M=;@2Y1>4Ae+r1l}cIlxrs5`apl3CHf89# z6{NFrR388Wfq+dn5C~Z9S@j#P0>xqx#bVJ`77B%I*Iiv*$W4r4Yiq0FeNK3tzT54F z$Kye6Vt))Cj|XnI8=+9h8lf!u4Fhm=ISGfu01nq(bJ;7EN>=C1`erRdjr8l;*w}Ea zf9mf5z#dsa5HK(>fa&RJ?C$Qem~qVP>@3#T*HJE)5ex=x$BvE;Y;JBc+dOroE=45r zUJl{HC+(=c+<)z{`rN=jYkJc^gj%Kl#!2vf=YLcIFryCuwU_%RwlT}SmqWM|k(&A? z*h+n-SHKi7F^8Q=^|=86Eqeu8q0j7Sqv*Dx}+qtX%J40EXy=BIB468 zmw#p1mMhRw2kJC@VvJ;2w)rwNILJIQnRbTS+uJes_X~XX#n%{DhN0^^BuRoG2-w|? z697y;TV^rI%(cEa&=)5`5YXM-jdVH*T-t4!ifSS-K5_>bSC|9`)fm_ng|LZM)7i{D*iv&S?C+_-uLz7}xbHCq@dynR^tW98C8ODvPSD0)uPl94k53-ee)4N4wX{>;Nl2eDft1@_%{j z+Vnx!b=;qtVz$RL2e@1=TYjF2nKkm~cliPDiVqwPhr{8#2mA{p1rke!42qTw00000NkvXXu0mjf4w^Z! diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/icon.png index 3440af11d7abdb00b5daca5b0de0d18fbf1054a3..2e2d205c2eac78465e5b5dd6b7b1d0da26453a73 100644 GIT binary patch delta 492 zcmVTBYyw^b5ch_0Itp)=>Px$zez+vR9J=Wlrd}DKp2LfmMo!#4h9Pu zh0rBXV-yYTVh#1~pWxlJ*uS8iJGM&?`Ulc~knS$%45l3}LsFcj2nB=<84Nb{Aow~- zxHOQvkfBgL%fad6ec!w9K0!@Q&Hv5=mtv)qL{S7lp6AuR?|=IM7-JZZ$4;6L?_zF@ zAq+zR!Z5@b13(l-D5b#{e9^ehWa6rCfaZY^810g1v)7iY#T=X`!`7YfT)-Y`0tDIIfI` zofbuwQii>^0Dr?yi}TYHfa zf`B4RS*zR0DgY|2EebyrM0fpgV_yo i6E4OzH8nN=48H-RUhCkYHh_`<0000>Y~ delta 475 zcmV<10VMu~1oQ)tBYy$ANkl)wq-ijcy+Sce=gT!o}bH&;nm#<3-ngDdnj%g)Ts`|bw| z6%`c~6(#U}UzAd^E~k_d-}l$%Hu0^Dc)Q)EUa#YHy_}HK^?$@PO>Em{7ZY1iO35-| z7>ePz0$@0Eb)<9?k9!*S);?{hI6SArnO zghWIplZj}p#p!yYwU!_VWVyab|BY`zDJ75Nd!DBc9JP*#;~0P_iU1gmMszQ(0O(#^ z5yvq{tz(|24}Uz4?bp@^p7w0~ij6c%GN#$2Zrx@#*fic6oN1ncT+S zreu;NBuSEsS(cTXH=9kyH`mPP^Ns6vGSKh$Ys+)nwgHIa7}GQXn9XLHc$!~bx3hs& zmUq@@H0bqu3ISM;HXr0LZp~d$fKlyln{Zw>(d(r%v#)bP9{t5pTg$$&- z2l#k@U0ajJ_YW-&S|^1+p;A|n3Z$gRp7Qph0ZLs#;lfoT>nI~!QBm>V@E83+41F?m R{96D3002ovPDHLkV1iQ*;_Cna diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/inhand-left.png index cf7420396576b4f3713b25a89a1462a14a53716c..1d59dd8e33c5aa93e3873cd1378a18468ed7a3bb 100644 GIT binary patch delta 565 zcmV-50?PfT1H%N68Gi-<0063Kaozv`00DDSM?wIu&K&6g00I3;L_t(|obB2%Z__{= z1@LFor3(uphNxAyBB9WFcZSR`XJU_9l26diY#C4R1u`*LWzBFFinP+p!ji;!1u-(l_JXS{#?5>XVfUatq)+>72Z zCKu<0^8Vz#XB@}a-9KD9FVD44z|P(Q0iac@B1sa&aSQ+;$(_9ewrbU>_brp>y(dWm zK=$RA&HI;YFMmL*R>knBH#OF5Ho3ch2;gcrhey5N7ryGem2l3{Imb-9-6lyse)gQ% z+)d`?G5HhhbUMMj@oXm-&95pikJ()S0Foq`8qZ!AIRTb=c}!MvJ>2Hg`V)jWB&m^N1y)tv#j&-nA`>dz@L3Xcz^#9CMTzOb8>nWzPW|b+3;56 zEn@atS`W8*_rXKl+t|R`<`yOw=lFhki639T6xuE8JP{EQ5fKp)5fKq7JBtp1$&;a* zVAUZodoZ$US%-imgCGciVjY4~o`Bg-0!eneT^8vOlyU*)bqEH70d94Nz?xNupp+*7 zu00000NkvXXu0mjf DmDmH5 delta 408 zcmX@ivYdH>WIZzj1H;_yjcNS%G}50G|-o zDO08#IdVkHJ6bQJ>i_@$p`oGK+1Z@pYWDW_jg5^rZ{8Hwx9{oc0V@A)o3su{@s$Mm z1p`$g0E6p+J12lLoCO|{#S9Gfe20Om4l^FlUy%Y7edFok7!u+BcG_v7Lk1kKoC&w2 zKL6jJEmyLPGe^Q)&%$`^S>1U@ri#DnZ&6^GE6}pw^K>SU$9D7bk7-5je#!Ifj*+h4 z=>^Iv?;f`lTRLQIKjN*X!KkRR&c|S%$;M66stkFD^%s59?3{a7g45vnw%ecUd#7@S zU1{IGcTLVBjJDsOZ(`5SZ{O4sDFYYY^bWA7-=y4*pW^*iUc qMGr(?EP5ci0!nMtiCp=``mpSnVCdVX#ZQ1fXYh3Ob6Mw<&;$U+MX}WY diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/inhand-right.png index 9abbda4ccb50e07a32f35c3677b85fa7dcdc39d8..472f5a4141337f51079246607b4196889b7a2c95 100644 GIT binary patch delta 560 zcmV-00?+-T1HJ^18Gi-<0063Kaozv`00DDSM?wIu&K&6g00H<(L_t(|obA~^PuoBk z2JnX}3rm-(aT|fyKtd_p?hKjfoT+;RO+Eq4e1jAH0+~7^x@I`51BF%pI$w)YM&xVkKw z`B~Y#-##5eDJ8X9ZOM*(?40~HZ|VeW?d}TzG^-UDV?;y*0PN(O)ymLw^Y%1v6h#Qb z5C9+|vbDP}~qgd(KG|RU~ibN3h*)FJ;y3O6QHwOOd>}w*UY{Q8ZMyzZdZY0Mq5oT$$xyU3O~k z5Cj3r+W`;cHilnMp>wW5S^(cV#xvnt$JmwgN6@#9v8#!00l=S* yu`B0Y^C_)k?8^BX1pMn5yO?Ol*nuUY|IKe@>6wjbyx&3q0000NS%G}@0G|-o zDO08#IdVkHJ6bQJ>i_@$p`oGK+1Z@pYWDW_jg5^rZ{8Hww+E`_T>9A(Nb!~g`2_=& z!2yHq3#B%Ye1S(~F#`kNVFreJzQc^i^H-z*MPGZmIEF;HznyxQuUUb|?dQt?_V@qy zG;?j+(7N?zueU{K$jRq|>+L4jrEpGLuz|%pU`H=Q`_!8~M@8S?UQ?~)?7Q`i<(%`~ ztnWW$_I(bpyS_=|!?_5L2fSU+dLl(6PR!eS8*c4J;fB$}eQ|=VsgZ1CJ zYroA=lh|OdOefU5z~!tju8J&eodsAk)`1zC?XOxXHmwv%1uF sI0Rl~v0uMzk$#E&pT_;-OTIAKMs1I4-S}n?576Tbp00i_>zopr0Q4NPBme*a diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/meta.json index bbcef071e2..aff0884ddd 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/paramedic.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey derivative made by brainfood1183 (github) for ss14", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey derivative made by brainfood1183 (github) for ss14, modified by KingFroozy (github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/equipped-INNERCLOTHING-monkey.png index dca763bcea09d057b0bac923441c3822fd869155..bc3cb4ba8aebd0db65eeda5d78d88d3b9ebd54ee 100644 GIT binary patch delta 1242 zcmV<01SR{^o&oI%kR*Qrb5ch_0Itp)=>Px(r%6OXRCt{2nome0R~*N`Q}92?ShMD})d6O9jw(kQWlQ(bP@6Uhx%`eIPetx zjTMVUA|iP4YBhh}DvQZ${mdf7DX%%1w6eSe08mxc98*;lzy10PR8>VZyV`c%4_en> z{A%Oe^G^5NJwL(YvV|RZa+Crbn=eZ3WC5+kGS#!Zs zsU&G@>vZS#O>A#(V}5=fPo6%*%JPylH#cXS=TwQV%AF-atNe1gEU{#$sw!%=nwk7s z=k+Szq*yGPJEABGB@zkBWHO}dI%P5$N+c4bC<+0v?OraI0|BmIxm?a%haD@5V#-`x zTr_o26or4R^PS=}0?gx`gJY6o?a8LOTf@;$y6?XO1_isYDTdYr*_#LFn?w)?H} z*{+Y>eMrsS8g~?2aiiRcVb}~E9*>jU!!EdyZ#92Zj!sd1^GjEb=enq09yPP z+Bb%8bR6%6P7z?0|9A61x@g>y9G=Pj@+e*$?ekpXn)7mimpDp-uQFT?_~O%he(4by zA_9U|AZWN8@WbwoUwQ-vcdBiDP~jKiTi}uq4hUL-pb-uTT7jSu4hUL-pb-uTT7jSu z4hVl*fuIo%2wH)larIP~mBs)-Rn^P++t!6@wMu}Gy#ZG8TA{5@&kB=X^#pY44d|jv zM?HLZ0IR@uYD~B+2jsPaSsAtxPNpfGOmo@9n*(U;K^D>MDzvqA+llXMI_FaEVZ8#Z zCqY|VM>M;Ntp{0r{K15OQD683KS*Dn*q_#r(|r1FX+0d3pnQ9e`4)1WA$*i9~2%U;rZ{BameoLqkJ| z$K!~{;}Y;+ecwx%qPnh=uIo5HK1Q?IM5EEb>FFu<_V!#k-qqJ&IGLutYuE7?fJ1)( zhyMUCe>}v-H{W4@e;=cxqi&Y9(JcZ#`s6dS8jY)O0#|RK4?y^>aRMOy{O#9Va=4P< zL~Ihn`OQ?43eW$T(_O17&v*rm;bPxyx0)apv5WLF#3!Vf4Oz|J^2><{907*qoM6N<$ Ef?VlY#sB~S literal 20307 zcmeHP3sh8P9=|*+B}LOpwoGTy5|hi^=iECJj3NU<3Zh`5`MPuOcVPl%hMD0ZzDQSB zE%%gJYP!C5&5pGh+c8{?G&VDzNVZZw@+}px+EKAgalbncW*7(KqHWur%Q?)zcmMz2 z|NDOb$M^rfIcFB8rw#8G_GlP_Al*`u4P)T@Q0cexeeiXYso-n)*2S7U-i{y-^pbvq zkT+IEAjmTrrpzoyR_aI{Z^@701d9>Gl;m5XG=jtqDY0^VE^w%fAlqb)i@dmfN2JOm z#6^yyQ?XQQ0?08Xm)bx^X<8;7>bEj5g1OZF;Y!pC_(BdOh*wa z_fMog4E_~s6GYt@Lz3GZ{4Xvt$KkN*)av5m;+SGG#$wA><65m&jS*^sK%oR`pJsM& zC8*in-v#2qF#tPnGg%!bi&-V%az;y`BQ7#hGSu?pURS=g#gN(V<_@x`F5#?dJO)z- zQWE$U9c!U2&p9=LSA#r|56lib)WZYnS#vB7i#^BEhRK%4Z5oC?Nlk6B9dN$+`2kJa z9f?Jd0ym`rHSL+xtUx^m*e!)N9wZjQrSuQ9db?u`@Oq~mP*6M|ki#Ulfg?R>lLSy= zYC}zW;!<YLV`0qRZ-(iX2DWy9~7(hSMdgp z7Y!IV2hbB3j71znF(MPEbtJ9BnZX#Y!!REZm!uy?szoq~(>xd?icu(uWnwThNIwi8 zNq-EOhyv%}+J)jP>w_ckI?-aw=Nx)dK9>#DR&#c&+B@hY*%F?*1WTU92B!t|WUM;S za6m1Cg)fxyBi_sdJ9LKK$4Sst&I&M$%WggDd5~w)yXuc%;Z1_hYZT*o4iE$^IT{vv z0tW(W#NZ3B0T`|&DHhZ6v1+LbKnU-=+_B*v4-BmZ0x22+gBpR>=z?Yej-y6KFyb6R zYDL=EL1-SQXqwgVuuzh;3z{P|6v`2T07#9N1SIGnv_SHlkra58Hf@4LA zkb4acNCG!faMmL24nB@!2$Z7%#jye_;yBwuLPP>5NEQ-8X<(Q*A6F`i;6z~XdZFxP17wDisSJ0-PL zD^pW-DQ3HagE^mK&`a|%!TE3+mZvceLj|73Q9^_a8hMOG84VyAV8kibsC5?5*6QB$ zbwhisL+CbASl|J`Gz1DXFpr%qLd!JDQ(C~nVAc=>Oa|9HeZX!rG|Faz%@ddBBje$g z;dz$lX#o`(kwyiQqERCS3FcW?eQ=TjT88tO2mo`NsbrH>9H+IeRnFp=0Sa1=dW)m8 z&9QPeJCHWYcmlIhz3;$4d>8o|m>p0As1usCQZ|nz1ec)9vnT9|gCm zw{4?12bk})wYs33Qf-6SEuy2Cvw`?*xaqWK*LR_|R`Z7soF(_f5q7TV?%Y7~S`FY> zElSWZw;2tEp)4=Zs0P*&n$j3?MqoT{_VJ?s5~aoX5DYsU*qz`~haB?U{~ez<)Xa%N}DH79&ZKK#hc!LK%#L+q3{10v2FALmEY1D~g`=b--h! z)K5xI!xg7FTI!v}Tm)=#Djuw>96a*^*s+Q>OTMb5QC2xDD$Z)nGx3~MO4UVX!F_^k z=}$f0^TGHp2B-jRCOJjLXO_H&Ce?3j&39c!0R#I*o)l4dc%V^Qq~HO7!Wk4cxf)hW zYcUanCyEa2X09@-B&D;XaBng0CgiT2#$qhS1BOHe9EZm!o+42#zy;Xr3amyXwHgge zb<}AAPv$;5q<=ztH>uXWL_01X+S7t~;XPa4uek@d)Cmu}ZjZK2icgVomX@EXpi+@- zskj~^J{bOne!>0z-j&ne&YJH!GuwC8>sUGcf6Yu+47Wb-dCrixpAS8UVb^A#B(*5g zy%x-opE(Y~8Vv7dbv~V?=YZbca_XnvDi_`8g8SO9%`N#(dD6&$6WRdS0RPJkAgp{88i5t6SCg zvA^p0JFEIW_E+_4jy0PcdctkZZ`emmx?gu){${|>lz?7C(*$yexwW zUjEvp8wU;CiJdzB4+1KVZ%fhVfm_j)Ha?&JI342}g`X|KkG0e-pKJN}%-N6pGB4g0 z{WADYRK}#1p-UD6vV@iBQs|P!fGlApx)i!(F(6A=i7tgMSq#V$R-#LxOBMsN zgq7%0=#s^NEMXiBS>${k}12A5G1rT#Souaaoa>C{;yAo-#<&^ds7IGrtZ2Sk63maAwaRUZCaf<8S^zxpX z$)W4ItZ4jT*|ry+8nkF>_+Q5^I>l8+&*-bUs3li?y2A11-lmy7p1geFz>Lc`zh+KO zCr|EP(7AT}XXfkv9Dd^u zQ}2f`pLDCcHg$e^#cY*o>*UitYj!j*dcMnR&&)g8s3|a29Lvlc5t0x8JwEa9fok)I z<9pX;pRDV9=Gi~K9g&_jDF}&L6nXTa#E;cOZiOa}?y+xk_deZ+HPlwey%Qey@8^2F zv|n8#?vBWreXVk3Rmn#u8X^|#SO0i@{=;eFw>6`yKNoBFov#_){j_kTau#F$yf`;( z;QNnMjM^~9V0dWKw-=8dp9-#R8t9Cw)dbnd$KQHKgAg$}U~sklBV z=&fg`#O9vQf85gi{ovHJv@`ud_~kvLE;Tk4m%MXvZEbyg?bV$dKTaMnY@s3efY__4 z@$_j9J3RHtS0B9f-0&Tvqx2DZ2a5_AHh`RYNyuUHE z8kyKBKK1Zg)1%^<_aE7C;cq9;2p?uuUR_+b?En^AU$DK$nJWnei9PD7hJP|jy*1}b zv~mOh;l3(9g(=>s}l+3p@o`$@9m5`m6S8V zF{|k4!(mg_l$Pp|&@K1c%}HxFcdky`K91P?Ph;7!tBYqm-t^ecaZ`@J z+RrectiJ21J?8oiA*W1_T)MI$@nA43_TIm|Me-u;o~(kV-w=_!Bve_ zdm4r=T(o8~mUpFbOVIJb!w0?c{gssct7flRSUsoin}0+{N3X5P34Q%{!DX3GB`!`% zXt;bGxqR)J)Wcb-73&Z5Vv zyZ2-Jp6)l}v+KKhH6OYEvx<0cp2Ku6TbAD37s10d^E#=@CQDy?my(!fcz4*;IsXCn C&H>s0 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/equipped-INNERCLOTHING.png index 33fafb9ea980bef340a83c12ac7656727bfa04fa..c07f7461599480bf6fd93eea68bc81c3debd899a 100644 GIT binary patch delta 1094 zcmV-M1iAZ&1<(kP8Gi-<0063Kaozv`00DDSM?wIu&K&6g00at2L_t(|ob8%FNE=Zc z$G?^=E;w!9vL38w&xCytYuOCh7V?qXM(&?t$kj> zYcL&#bGzsIiDb&;(RJNqcO#KZnYymq_Vahj4}CrkH$2rJSX?vvCud#7mzS4agXo`} zH3t^gJPD$jet)e5i0D76cfjp=0inJKVpDUVlv;m;5IlbJ6oe2AF1-Z+P)ZS-nnS2B zg4^>#lTCNm=Xw5a)3z?7Uo!!TWXjC%q^%%whesfUSmSS>W~|1?rsj}4JhH^|J83lA z72Wh1OqcxvkkYT)11P0fm>9*$)I*-QAd; zp2qI(E`KgBFHtI$P%IWb396R?NcK^+l}4vhLp1+kY#41Edr1zn~HzdP23y#;bpRg4P$B z1g|fOxV|XX-R2jq)>kML3WY+UP$(3NhYfRtTO9|3cdJDa{vN>l^iG>xCIA_n);w@m zBj9@siDb%j+SNfPp;}!6v&2PX5dJF6+tmvbqn1$`bPpIA9s(f*$@d@d>HERGB_0h6 zU4Kh>2=I0_4_~I@H%=|y5*I}{0hChYchZ=ThOIydAvUwpZFEWMH8A)X6*&cPBot+4W!+%!2Ks+8tJRbMW9tVI-CSztY8Cy-l)zy{l zn0!9pa127hwrf$dqbFS9#Ii?XDNB8=4*>3J1eitdbc4!QE@*lxOIvDcYEx5FRaI3wIy%|e*()n6KR-VgFFy$vCIA2c zh^6%*0000FbW%=J|NsC0|NsC0|NsC0|Nj8g+?b&N000SaNPk�ic000ic0Tn1p zfB*mi$w@>(R9Hvtmg{bVFbsvATidmi_kY|SJEp`5PNi@^jphOfxz*YOArURFIdK;yq`KnJ?dz)g6uqfbuL|`8ka&7!qGiC9MROF;j zcU4~jjsF7Vlz*|fNHN8Lwm#j(J`ZI`>u&%8l`#C0QXF_}@H8&q$p2>mK47^V z>(FljPpDpwb?CQ%k8}b~0P6(w0R2Lks{5~RdNunei{en521^Ytmr&!8OLmzyOoHtL zFkXtZ&*}gKK)1<89FC~)0kCxpvm0&5Hsm*wsZAEMTqaD$E5VGnfb}^a zUkNt(ECA8#MyqHn=mCB@PYFd;Dx)0k9h{@!++FJVF4fLuL0}&4FChi UU-xD>SO5S307*qoM6N<$g5Mn&MF0Q* diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/icon.png index d5f515137099459f02673778b4e7b43deecf8ac6..7277d0b48244be96de99b41c64308d9d76dca695 100644 GIT binary patch delta 457 zcmV;)0XF{O0@wqP8Gi-<0047(dh`GQ00DDSM?wIu&K&6g00ELoL_t(oh3%EGYTHm0 zhQE|7S+cZPkx9r9=wOU`Glsi(_ak^W4fYeHbH{e+fxJNS2I=lWcktBPApsXU7zb3F zcIi?NhSQ-)D4y;O-l}gA`gJ+~f6mpFprN7Re`hadv52TK27iE}C@MWoQvkg8jK|}s znlGMX?!70=G61qH!+Q^aF$NLQm;k|a`U5S=^ISzlXS11#h~{}-J?r!bQ2~O+)#(p( z|Kt>auh;JZaL(bq#~6dP7JxUG?*P~=<~)494XPcq1^XwbY!-8d-8RlSoO4)fS+Cbv zYb)bnx6NiTr+*B)vjD?xoBO*PfT~-7>2z9|m)HBd8;0F>aDZS$L`6hDeEd}H_h>Xy zRn_e6m8z-CsSCahK~mdhnYQSjyaPyQ^w1=o!VaCnqH(L!DxAM@++@rm~PM-deu`W;9v zEXl>cqga~PwOFEl9NSaaoD!~ zD*k^bxz;7VlA3s{f9<@dYi@7kKQ79+bXL4~gLKe-F^Bun*{6hG3x5c$f3Q}1!FTZ% Xe$(qNPMy&}r!siD`njxgN@xNAJ?xKF diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/inhand-left.png index cf7420396576b4f3713b25a89a1462a14a53716c..1d59dd8e33c5aa93e3873cd1378a18468ed7a3bb 100644 GIT binary patch delta 565 zcmV-50?PfT1H%N68Gi-<0063Kaozv`00DDSM?wIu&K&6g00I3;L_t(|obB2%Z__{= z1@LFor3(uphNxAyBB9WFcZSR`XJU_9l26diY#C4R1u`*LWzBFFinP+p!ji;!1u-(l_JXS{#?5>XVfUatq)+>72Z zCKu<0^8Vz#XB@}a-9KD9FVD44z|P(Q0iac@B1sa&aSQ+;$(_9ewrbU>_brp>y(dWm zK=$RA&HI;YFMmL*R>knBH#OF5Ho3ch2;gcrhey5N7ryGem2l3{Imb-9-6lyse)gQ% z+)d`?G5HhhbUMMj@oXm-&95pikJ()S0Foq`8qZ!AIRTb=c}!MvJ>2Hg`V)jWB&m^N1y)tv#j&-nA`>dz@L3Xcz^#9CMTzOb8>nWzPW|b+3;56 zEn@atS`W8*_rXKl+t|R`<`yOw=lFhki639T6xuE8JP{EQ5fKp)5fKq7JBtp1$&;a* zVAUZodoZ$US%-imgCGciVjY4~o`Bg-0!eneT^8vOlyU*)bqEH70d94Nz?xNupp+*7 zu00000NkvXXu0mjf DmDmH5 delta 408 zcmX@ivYdH>WIZzj1H;_yjcNS%G}50G|-o zDO08#IdVkHJ6bQJ>i_@$p`oGK+1Z@pYWDW_jg5^rZ{8Hwx9{oc0V@A)o3su{@s$Mm z1p`$g0E6p+J12lLoCO|{#S9Gfe20Om4l^FlUy%Y7edFok7!u+BcG_v7Lk1kKoC&w2 zKL6jJEmyLPGe^Q)&%$`^S>1U@ri#DnZ&6^GE6}pw^K>SU$9D7bk7-5je#!Ifj*+h4 z=>^Iv?;f`lTRLQIKjN*X!KkRR&c|S%$;M66stkFD^%s59?3{a7g45vnw%ecUd#7@S zU1{IGcTLVBjJDsOZ(`5SZ{O4sDFYYY^bWA7-=y4*pW^*iUc qMGr(?EP5ci0!nMtiCp=``mpSnVCdVX#ZQ1fXYh3Ob6Mw<&;$U+MX}WY diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/inhand-right.png index 9abbda4ccb50e07a32f35c3677b85fa7dcdc39d8..472f5a4141337f51079246607b4196889b7a2c95 100644 GIT binary patch delta 560 zcmV-00?+-T1HJ^18Gi-<0063Kaozv`00DDSM?wIu&K&6g00H<(L_t(|obA~^PuoBk z2JnX}3rm-(aT|fyKtd_p?hKjfoT+;RO+Eq4e1jAH0+~7^x@I`51BF%pI$w)YM&xVkKw z`B~Y#-##5eDJ8X9ZOM*(?40~HZ|VeW?d}TzG^-UDV?;y*0PN(O)ymLw^Y%1v6h#Qb z5C9+|vbDP}~qgd(KG|RU~ibN3h*)FJ;y3O6QHwOOd>}w*UY{Q8ZMyzZdZY0Mq5oT$$xyU3O~k z5Cj3r+W`;cHilnMp>wW5S^(cV#xvnt$JmwgN6@#9v8#!00l=S* yu`B0Y^C_)k?8^BX1pMn5yO?Ol*nuUY|IKe@>6wjbyx&3q0000NS%G}@0G|-o zDO08#IdVkHJ6bQJ>i_@$p`oGK+1Z@pYWDW_jg5^rZ{8Hww+E`_T>9A(Nb!~g`2_=& z!2yHq3#B%Ye1S(~F#`kNVFreJzQc^i^H-z*MPGZmIEF;HznyxQuUUb|?dQt?_V@qy zG;?j+(7N?zueU{K$jRq|>+L4jrEpGLuz|%pU`H=Q`_!8~M@8S?UQ?~)?7Q`i<(%`~ ztnWW$_I(bpyS_=|!?_5L2fSU+dLl(6PR!eS8*c4J;fB$}eQ|=VsgZ1CJ zYroA=lh|OdOefU5z~!tju8J&eodsAk)`1zC?XOxXHmwv%1uF sI0Rl~v0uMzk$#E&pT_;-OTIAKMs1I4-S}n?576Tbp00i_>zopr0Q4NPBme*a diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/meta.json index 3f72fb4460..014a5cc6d5 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/paramedic.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14, modified by KingFroozy (github)", "size": { "x": 32, "y": 32 From ffe130b38dfa2d7c6597803f5e8a79d8c95f3e14 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 27 Apr 2025 13:08:34 +0200 Subject: [PATCH 076/318] Battery (SMES/substation) interface (#36386) * Add ENERGYWATTHOURS() loc function Takes in joules (energy), displays as watt-hours. * Add simple OnOffButton control * Re-add Inset style class This was sloppily removed at some point?? Whatever, I need it. * Add helper functions for setting title/guidebook IDs on FancyWindow Reagent dispenser uses these, more in the next commits. * Add BuiPredictionState helper This enables me to implement coarse prediction manually in the battery UI. Basically it's a local buffer of predicted inputs that can easily be replayed against future BUI states from the server. * Add input coalescing infrastructure I ran into the following problem: Robust's Slider control absolutely *spams* input events, to such a degree that it actually causes issues for the networking layer if directly passed through. For something like a slider, we just need to send the most recent value. There is no good way for us to handle this in the control itself, as it *really* needs to happen in PreEngine. For simplicity reasons (for BUIs) I came to the conclusion it's best if it's there, as it's *before* any new states from the server can be applied. We can't just do this in Update() or something on the control as the timing just doesn't line up. I made a content system, BuiPreTickUpdateSystem, that runs in the ModRunLevel.PreEngine phase to achieve this. It runs a method on a new IBuiPreTickUpdate interface on all open BUIs. They can then implement their own coalescing logic. In the simplest case, this coalescing logic can just be "save the last value, and if we have any new value since the last update, send an input event." This is what the new InputCoalescer type is for. Adding new coalescing logic should be possible in the future, of course. It's all just small helpers. * Battery interface This adds a proper interface to batteries (SMES/substation). Players can turn IO on and off, and they can change charge and discharge rate. There's also a ton of numbers and stuff. It looks great. This actually enables charge and discharge rates to be changed for these devices. The settings for both have been set between 5kW and 150kW. * Oops, forgot to remove these style class defs. --- .../UI/ReagentDispenserBoundUserInterface.cs | 4 +- Content.Client/Entry/EntryPoint.cs | 11 + .../Battery/BatteryBoundUserInterface.cs | 85 ++++++ Content.Client/Power/Battery/BatteryMenu.xaml | 146 +++++++++ .../Power/Battery/BatteryMenu.xaml.cs | 280 ++++++++++++++++++ Content.Client/Stylesheets/StyleNano.cs | 7 +- .../UserInterface/BuiPreTickUpdateSystem.cs | 75 +++++ .../UserInterface/BuiPredictionState.cs | 80 +++++ .../Controls/FancyWindow.xaml.cs | 50 ++++ .../UserInterface/Controls/OnOffButton.xaml | 6 + .../Controls/OnOffButton.xaml.cs | 48 +++ .../UserInterface/InputCoalescer.cs | 40 +++ .../Components/BatteryInterfaceComponent.cs | 37 +++ .../EntitySystems/BatteryInterfaceSystem.cs | 120 ++++++++ .../ContentLocalizationManager.cs | 17 +- Content.Shared/Power/SharedBattery.cs | 82 +++++ Resources/Locale/en-US/_lib.ftl | 12 +- Resources/Locale/en-US/power/battery.ftl | 22 ++ Resources/Locale/en-US/ui/controls.ftl | 3 + .../Entities/Structures/Power/smes.yml | 13 + .../Entities/Structures/Power/substation.yml | 13 + 21 files changed, 1146 insertions(+), 5 deletions(-) create mode 100644 Content.Client/Power/Battery/BatteryBoundUserInterface.cs create mode 100644 Content.Client/Power/Battery/BatteryMenu.xaml create mode 100644 Content.Client/Power/Battery/BatteryMenu.xaml.cs create mode 100644 Content.Client/UserInterface/BuiPreTickUpdateSystem.cs create mode 100644 Content.Client/UserInterface/BuiPredictionState.cs create mode 100644 Content.Client/UserInterface/Controls/OnOffButton.xaml create mode 100644 Content.Client/UserInterface/Controls/OnOffButton.xaml.cs create mode 100644 Content.Client/UserInterface/InputCoalescer.cs create mode 100644 Content.Server/Power/Components/BatteryInterfaceComponent.cs create mode 100644 Content.Server/Power/EntitySystems/BatteryInterfaceSystem.cs create mode 100644 Content.Shared/Power/SharedBattery.cs create mode 100644 Resources/Locale/en-US/power/battery.ftl create mode 100644 Resources/Locale/en-US/ui/controls.ftl diff --git a/Content.Client/Chemistry/UI/ReagentDispenserBoundUserInterface.cs b/Content.Client/Chemistry/UI/ReagentDispenserBoundUserInterface.cs index 2ad1b71888..b0f2a77eed 100644 --- a/Content.Client/Chemistry/UI/ReagentDispenserBoundUserInterface.cs +++ b/Content.Client/Chemistry/UI/ReagentDispenserBoundUserInterface.cs @@ -1,4 +1,5 @@ using Content.Client.Guidebook.Components; +using Content.Client.UserInterface.Controls; using Content.Shared.Chemistry; using Content.Shared.Containers.ItemSlots; using JetBrains.Annotations; @@ -31,8 +32,7 @@ namespace Content.Client.Chemistry.UI // Setup window layout/elements _window = this.CreateWindow(); - _window.Title = EntMan.GetComponent(Owner).EntityName; - _window.HelpGuidebookIds = EntMan.GetComponent(Owner).Guides; + _window.SetInfoFromEntity(EntMan, Owner); // Setup static button actions. _window.EjectButton.OnPressed += _ => SendMessage(new ItemSlotButtonPressedEvent(SharedReagentDispenser.OutputSlotName)); diff --git a/Content.Client/Entry/EntryPoint.cs b/Content.Client/Entry/EntryPoint.cs index 5c1f94f333..ebed5269f8 100644 --- a/Content.Client/Entry/EntryPoint.cs +++ b/Content.Client/Entry/EntryPoint.cs @@ -19,6 +19,7 @@ using Content.Client.Replay; using Content.Client.Screenshot; using Content.Client.Singularity; using Content.Client.Stylesheets; +using Content.Client.UserInterface; using Content.Client.Viewport; using Content.Client.Voting; using Content.Shared.Ame.Components; @@ -72,6 +73,7 @@ namespace Content.Client.Entry [Dependency] private readonly ILogManager _logManager = default!; [Dependency] private readonly DebugMonitorManager _debugMonitorManager = default!; [Dependency] private readonly TitleWindowManager _titleWindowManager = default!; + [Dependency] private readonly IEntitySystemManager _entitySystemManager = default!; public override void Init() { @@ -224,6 +226,15 @@ namespace Content.Client.Entry { _debugMonitorManager.FrameUpdate(); } + + if (level == ModUpdateLevel.PreEngine) + { + if (_baseClient.RunLevel is ClientRunLevel.InGame or ClientRunLevel.SinglePlayerGame) + { + var updateSystem = _entitySystemManager.GetEntitySystem(); + updateSystem.RunUpdates(); + } + } } } } diff --git a/Content.Client/Power/Battery/BatteryBoundUserInterface.cs b/Content.Client/Power/Battery/BatteryBoundUserInterface.cs new file mode 100644 index 0000000000..561fe90e40 --- /dev/null +++ b/Content.Client/Power/Battery/BatteryBoundUserInterface.cs @@ -0,0 +1,85 @@ +using Content.Client.UserInterface; +using Content.Shared.Power; +using JetBrains.Annotations; +using Robust.Client.Timing; +using Robust.Client.UserInterface; + +namespace Content.Client.Power.Battery; + +/// +/// BUI for . +/// +/// +/// +[UsedImplicitly] +public sealed class BatteryBoundUserInterface : BoundUserInterface, IBuiPreTickUpdate +{ + [Dependency] private readonly IClientGameTiming _gameTiming = null!; + + [ViewVariables] + private BatteryMenu? _menu; + + private BuiPredictionState? _pred; + private InputCoalescer _chargeRateCoalescer; + private InputCoalescer _dischargeRateCoalescer; + + public BatteryBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey) + { + IoCManager.InjectDependencies(this); + } + + protected override void Open() + { + base.Open(); + + _pred = new BuiPredictionState(this, _gameTiming); + + _menu = this.CreateWindow(); + _menu.SetEntity(Owner); + + _menu.OnInBreaker += val => _pred!.SendMessage(new BatterySetInputBreakerMessage(val)); + _menu.OnOutBreaker += val => _pred!.SendMessage(new BatterySetOutputBreakerMessage(val)); + + _menu.OnChargeRate += val => _chargeRateCoalescer.Set(val); + _menu.OnDischargeRate += val => _dischargeRateCoalescer.Set(val); + } + + void IBuiPreTickUpdate.PreTickUpdate() + { + if (_chargeRateCoalescer.CheckIsModified(out var chargeRateValue)) + _pred!.SendMessage(new BatterySetChargeRateMessage(chargeRateValue)); + + if (_dischargeRateCoalescer.CheckIsModified(out var dischargeRateValue)) + _pred!.SendMessage(new BatterySetDischargeRateMessage(dischargeRateValue)); + } + + protected override void UpdateState(BoundUserInterfaceState state) + { + if (state is not BatteryBuiState batteryState) + return; + + foreach (var replayMsg in _pred!.MessagesToReplay()) + { + switch (replayMsg) + { + case BatterySetInputBreakerMessage setInputBreaker: + batteryState.CanCharge = setInputBreaker.On; + break; + + case BatterySetOutputBreakerMessage setOutputBreaker: + batteryState.CanDischarge = setOutputBreaker.On; + break; + + case BatterySetChargeRateMessage setChargeRate: + batteryState.MaxChargeRate = setChargeRate.Rate; + break; + + case BatterySetDischargeRateMessage setDischargeRate: + batteryState.MaxSupply = setDischargeRate.Rate; + break; + } + } + + _menu?.Update(batteryState); + } +} diff --git a/Content.Client/Power/Battery/BatteryMenu.xaml b/Content.Client/Power/Battery/BatteryMenu.xaml new file mode 100644 index 0000000000..83483a517e --- /dev/null +++ b/Content.Client/Power/Battery/BatteryMenu.xaml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Content.Client/Power/Battery/BatteryMenu.xaml.cs b/Content.Client/Power/Battery/BatteryMenu.xaml.cs new file mode 100644 index 0000000000..78cc669fd0 --- /dev/null +++ b/Content.Client/Power/Battery/BatteryMenu.xaml.cs @@ -0,0 +1,280 @@ +using System.Diagnostics.CodeAnalysis; +using Content.Client.Stylesheets; +using Content.Client.UserInterface.Controls; +using Content.Shared.Power; +using Content.Shared.Rounding; +using Robust.Client.AutoGenerated; +using Robust.Client.Graphics; +using Robust.Client.UserInterface.Controls; +using Robust.Client.UserInterface.XAML; +using Robust.Shared.Timing; + +namespace Content.Client.Power.Battery; + +/// +/// Interface control for batteries. +/// +/// +[GenerateTypedNameReferences] +public sealed partial class BatteryMenu : FancyWindow +{ + // Cutoff for the ETA time to switch from "~" to ">" and cap out. + private const float MaxEtaValueMinutes = 60; + // Cutoff where ETA times likely don't make sense and it's better to just say "N/A". + private const float NotApplicableEtaHighCutoffMinutes = 1000; + private const float NotApplicableEtaLowCutoffMinutes = 0.01f; + // Fudge factor to ignore small charge/discharge values, that are likely caused by floating point rounding errors. + private const float PrecisionRoundFactor = 100_000; + + // Colors used for the storage cell bar graphic. + private static readonly Color[] StorageColors = + [ + StyleNano.DangerousRedFore, + Color.FromHex("#C49438"), + Color.FromHex("#B3BF28"), + StyleNano.GoodGreenFore, + ]; + + // StorageColors but dimmed for "off" bars. + private static readonly Color[] DimStorageColors = + [ + DimStorageColor(StorageColors[0]), + DimStorageColor(StorageColors[1]), + DimStorageColor(StorageColors[2]), + DimStorageColor(StorageColors[3]), + ]; + + // Parameters for the sine wave pulsing animations for active power lines in the UI. + private static readonly Color ActivePowerLineHighColor = Color.FromHex("#CCC"); + private static readonly Color ActivePowerLineLowColor = Color.FromHex("#888"); + private const float PowerPulseFactor = 4; + + // Dependencies + [Dependency] private readonly IEntityManager _entityManager = null!; + [Dependency] private readonly ILocalizationManager _loc = null!; + + // Active and inactive style boxes for power lines. + // We modify _activePowerLineStyleBox's properties programmatically to implement the pulsing animation. + private readonly StyleBoxFlat _activePowerLineStyleBox = new(); + private readonly StyleBoxFlat _inactivePowerLineStyleBox = new() { BackgroundColor = Color.FromHex("#555") }; + + // Style boxes for the storage cell bar graphic. + // We modify the properties of these to change the bars' colors. + private StyleBoxFlat[] _chargeMeterBoxes; + + // State for the powerline pulsing animation. + private float _powerPulseValue; + + // State for the storage cell bar graphic and its blinking effect. + private float _blinkPulseValue; + private bool _blinkPulse; + private int _storageLevel; + private bool _hasStorageDelta; + + // The entity that this UI is for. + private EntityUid _entity; + + // Used to avoid sending input events when updating slider values. + private bool _suppressSliderEvents; + + // Events for the BUI to subscribe to. + public event Action? OnInBreaker; + public event Action? OnOutBreaker; + + public event Action? OnChargeRate; + public event Action? OnDischargeRate; + + public BatteryMenu() + { + RobustXamlLoader.Load(this); + IoCManager.InjectDependencies(this); + + InitChargeMeter(); + + InBreaker.StateChanged += val => OnInBreaker?.Invoke(val); + OutBreaker.StateChanged += val => OnOutBreaker?.Invoke(val); + + ChargeRateSlider.OnValueChanged += _ => + { + if (!_suppressSliderEvents) + OnChargeRate?.Invoke(ChargeRateSlider.Value); + }; + DischargeRateSlider.OnValueChanged += _ => + { + if (!_suppressSliderEvents) + OnDischargeRate?.Invoke(DischargeRateSlider.Value); + }; + } + + public void SetEntity(EntityUid entity) + { + _entity = entity; + + this.SetInfoFromEntity(_entityManager, _entity); + + EntityView.SetEntity(entity); + } + + [MemberNotNull(nameof(_chargeMeterBoxes))] + public void InitChargeMeter() + { + _chargeMeterBoxes = new StyleBoxFlat[StorageColors.Length]; + + for (var i = StorageColors.Length - 1; i >= 0; i--) + { + var styleBox = new StyleBoxFlat(); + _chargeMeterBoxes[i] = styleBox; + + for (var j = 0; j < ChargeMeter.Columns; j++) + { + var control = new PanelContainer + { + Margin = new Thickness(2), + PanelOverride = styleBox, + HorizontalExpand = true, + VerticalExpand = true, + }; + ChargeMeter.AddChild(control); + } + } + } + + public void Update(BatteryBuiState msg) + { + var inValue = msg.CurrentReceiving; + var outValue = msg.CurrentSupply; + + var storageDelta = inValue - outValue; + // Mask rounding errors in power code. + if (Math.Abs(storageDelta) < msg.Capacity / PrecisionRoundFactor) + storageDelta = 0; + + // Update power lines based on a ton of parameters. + SetPowerLineState(InPowerLine, msg.SupplyingNetworkHasPower); + SetPowerLineState(OutPowerLine, msg.LoadingNetworkHasPower); + SetPowerLineState(InSecondPowerLine, msg.SupplyingNetworkHasPower && msg.CanCharge); + SetPowerLineState(ChargePowerLine, msg.SupplyingNetworkHasPower && msg.CanCharge && storageDelta > 0); + SetPowerLineState(PassthroughPowerLine, msg.SupplyingNetworkHasPower && msg.CanCharge && msg.CanDischarge); + SetPowerLineState(OutSecondPowerLine, + msg.CanDischarge && (msg.Charge > 0 || msg.SupplyingNetworkHasPower && msg.CanCharge)); + SetPowerLineState(DischargePowerLine, storageDelta < 0); + + // Update breakers. + InBreaker.IsOn = msg.CanCharge; + OutBreaker.IsOn = msg.CanDischarge; + + // Update various power values. + InValue.Text = FormatPower(inValue); + OutValue.Text = FormatPower(outValue); + PassthroughValue.Text = FormatPower(Math.Min(msg.CurrentReceiving, msg.CurrentSupply)); + ChargeMaxValue.Text = FormatPower(msg.MaxChargeRate); + DischargeMaxValue.Text = FormatPower(msg.MaxSupply); + ChargeCurrentValue.Text = FormatPower(Math.Max(0, storageDelta)); + DischargeCurrentValue.Text = FormatPower(Math.Max(0, -storageDelta)); + + // Update charge/discharge rate sliders. + _suppressSliderEvents = true; + ChargeRateSlider.MaxValue = msg.MaxMaxChargeRate; + ChargeRateSlider.MinValue = msg.MinMaxChargeRate; + ChargeRateSlider.Value = msg.MaxChargeRate; + + DischargeRateSlider.MaxValue = msg.MaxMaxSupply; + DischargeRateSlider.MinValue = msg.MinMaxSupply; + DischargeRateSlider.Value = msg.MaxSupply; + _suppressSliderEvents = false; + + // Update ETA display. + var storageEtaDiff = storageDelta > 0 ? (msg.Capacity - msg.Charge) * (1 / msg.Efficiency) : -msg.Charge; + var etaTimeSeconds = storageEtaDiff / storageDelta; + var etaTimeMinutes = etaTimeSeconds / 60.0; + + EtaLabel.Text = _loc.GetString( + storageDelta > 0 ? "battery-menu-eta-full" : "battery-menu-eta-empty"); + if (!double.IsFinite(etaTimeMinutes) + || Math.Abs(etaTimeMinutes) > NotApplicableEtaHighCutoffMinutes + || Math.Abs(etaTimeMinutes) < NotApplicableEtaLowCutoffMinutes) + { + EtaValue.Text = _loc.GetString("battery-menu-eta-value-na"); + } + else + { + EtaValue.Text = _loc.GetString( + etaTimeMinutes > MaxEtaValueMinutes ? "battery-menu-eta-value-max" : "battery-menu-eta-value", + ("minutes", Math.Min(Math.Ceiling(etaTimeMinutes), MaxEtaValueMinutes))); + } + + // Update storage display. + StoredPercentageValue.Text = _loc.GetString( + "battery-menu-stored-percent-value", + ("value", msg.Charge / msg.Capacity)); + StoredEnergyValue.Text = _loc.GetString( + "battery-menu-stored-energy-value", + ("value", msg.Charge)); + + // Update charge meter. + _storageLevel = ContentHelpers.RoundToNearestLevels(msg.Charge, msg.Capacity, _chargeMeterBoxes.Length); + _hasStorageDelta = Math.Abs(storageDelta) > 0; + } + + private static Color DimStorageColor(Color color) + { + var hsv = Color.ToHsv(color); + hsv.Z /= 5; + return Color.FromHsv(hsv); + } + + private void SetPowerLineState(PanelContainer control, bool value) + { + control.PanelOverride = value ? _activePowerLineStyleBox : _inactivePowerLineStyleBox; + } + + private string FormatPower(float value) + { + return _loc.GetString("battery-menu-power-value", ("value", value)); + } + + protected override void FrameUpdate(FrameEventArgs args) + { + base.FrameUpdate(args); + + // Pulse power lines. + _powerPulseValue += args.DeltaSeconds * PowerPulseFactor; + + var color = Color.InterpolateBetween( + ActivePowerLineLowColor, + ActivePowerLineHighColor, + MathF.Sin(_powerPulseValue) / 2 + 1); + _activePowerLineStyleBox.BackgroundColor = color; + + // Update storage indicator and blink it. + for (var i = 0; i < _chargeMeterBoxes.Length; i++) + { + var box = _chargeMeterBoxes[i]; + if (_storageLevel > i) + { + // On + box.BackgroundColor = StorageColors[i]; + } + else + { + box.BackgroundColor = DimStorageColors[i]; + } + } + + _blinkPulseValue += args.DeltaSeconds; + if (_blinkPulseValue > 1) + { + _blinkPulseValue -= 1; + _blinkPulse ^= true; + } + + // If there is a storage delta (charging or discharging), we want to blink the highest bar. + if (_hasStorageDelta) + { + // If there is no highest bar (UI completely at 0), then blink bar 0. + var toBlink = Math.Max(0, _storageLevel - 1); + _chargeMeterBoxes[toBlink].BackgroundColor = + _blinkPulse ? StorageColors[toBlink] : DimStorageColors[toBlink]; + } + } +} diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 40d256813e..30e00b3c1c 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -66,6 +66,7 @@ namespace Content.Client.Stylesheets public const string StyleClassChatChannelSelectorButton = "chatSelectorOptionButton"; public const string StyleClassChatFilterOptionButton = "chatFilterOptionButton"; public const string StyleClassStorageButton = "storageButton"; + public const string StyleClassInset = "Inset"; public const string StyleClassSliderRed = "Red"; public const string StyleClassSliderGreen = "Green"; @@ -1675,7 +1676,11 @@ namespace Content.Client.Stylesheets new[] { new StyleProperty(TextureButton.StylePropertyTexture, resCache.GetTexture("/Textures/Interface/Bwoink/un_pinned.png")) - }) + }), + + Element() + .Class(StyleClassInset) + .Prop(PanelContainer.StylePropertyPanel, insetBack), }).ToList()); } } diff --git a/Content.Client/UserInterface/BuiPreTickUpdateSystem.cs b/Content.Client/UserInterface/BuiPreTickUpdateSystem.cs new file mode 100644 index 0000000000..330cb51dcc --- /dev/null +++ b/Content.Client/UserInterface/BuiPreTickUpdateSystem.cs @@ -0,0 +1,75 @@ +using Robust.Client.GameObjects; +using Robust.Client.Player; +using Robust.Shared.ContentPack; +using Robust.Shared.Timing; +using Robust.Shared.Utility; + +namespace Content.Client.UserInterface; + +/// +/// Interface for s that need some updating logic +/// ran in the stage. +/// +/// +/// +/// This is called on all open s that implement this interface. +/// +/// +/// One intended use case is coalescing input events (e.g. via ) to send them to the +/// server only once per tick. +/// +/// +/// +public interface IBuiPreTickUpdate +{ + void PreTickUpdate(); +} + +/// +/// Implements . +/// +public sealed class BuiPreTickUpdateSystem : EntitySystem +{ + [Dependency] private readonly IPlayerManager _playerManager = null!; + [Dependency] private readonly UserInterfaceSystem _uiSystem = null!; + [Dependency] private readonly IGameTiming _gameTiming = null!; + + private EntityQuery _userQuery; + + public override void Initialize() + { + base.Initialize(); + + _userQuery = GetEntityQuery(); + } + + public void RunUpdates() + { + if (!_gameTiming.IsFirstTimePredicted) + return; + + var localSession = _playerManager.LocalSession; + if (localSession?.AttachedEntity is not { } localEntity) + return; + + if (!_userQuery.TryGetComponent(localEntity, out var userUIComp)) + return; + + foreach (var (entity, uis) in userUIComp.OpenInterfaces) + { + foreach (var key in uis) + { + if (!_uiSystem.TryGetOpenUi(entity, key, out var ui)) + { + DebugTools.Assert("Unable to find UI that was in the open UIs list??"); + continue; + } + + if (ui is IBuiPreTickUpdate tickUpdate) + { + tickUpdate.PreTickUpdate(); + } + } + } + } +} diff --git a/Content.Client/UserInterface/BuiPredictionState.cs b/Content.Client/UserInterface/BuiPredictionState.cs new file mode 100644 index 0000000000..e3299e03f3 --- /dev/null +++ b/Content.Client/UserInterface/BuiPredictionState.cs @@ -0,0 +1,80 @@ +using System.Linq; +using Robust.Client.Timing; +using Robust.Shared.Timing; + +namespace Content.Client.UserInterface; + +/// +/// A local buffer for s to manually implement prediction. +/// +/// +/// +/// In many current (and future) cases, it is not practically possible to implement prediction for UIs +/// by implementing the logic in shared. At the same time, we want to implement prediction for the best user experience +/// (and it is sometimes the easiest way to make even a middling user experience). +/// +/// +/// You can queue predicted messages into this class with , +/// and then call later from +/// to get all messages that are still "ahead" of the latest server state. +/// These messages can then manually be "applied" to the latest state received from the server. +/// +/// +/// Note that this system only works if the server is guaranteed to send some kind of update in response to UI messages, +/// or at a regular schedule. If it does not, there is no opportunity to error correct the prediction. +/// +/// +public sealed class BuiPredictionState +{ + private readonly BoundUserInterface _parent; + private readonly IClientGameTiming _gameTiming; + + private readonly Queue _queuedMessages = new(); + + public BuiPredictionState(BoundUserInterface parent, IClientGameTiming gameTiming) + { + _parent = parent; + _gameTiming = gameTiming; + } + + public void SendMessage(BoundUserInterfaceMessage message) + { + if (_gameTiming.IsFirstTimePredicted) + { + var messageData = new MessageData + { + TickSent = _gameTiming.CurTick, + Message = message, + }; + + _queuedMessages.Enqueue(messageData); + } + + _parent.SendPredictedMessage(message); + } + + public IEnumerable MessagesToReplay() + { + var curTick = _gameTiming.LastRealTick; + while (_queuedMessages.TryPeek(out var data) && data.TickSent <= curTick) + { + _queuedMessages.Dequeue(); + } + + if (_queuedMessages.Count == 0) + return []; + + return _queuedMessages.Select(c => c.Message); + } + + private struct MessageData + { + public GameTick TickSent; + public required BoundUserInterfaceMessage Message; + + public override string ToString() + { + return $"{Message} @ {TickSent}"; + } + } +} diff --git a/Content.Client/UserInterface/Controls/FancyWindow.xaml.cs b/Content.Client/UserInterface/Controls/FancyWindow.xaml.cs index df6501dcb8..71d0066a79 100644 --- a/Content.Client/UserInterface/Controls/FancyWindow.xaml.cs +++ b/Content.Client/UserInterface/Controls/FancyWindow.xaml.cs @@ -81,4 +81,54 @@ namespace Content.Client.UserInterface.Controls return mode; } } + + /// + /// Helper functions for working with . + /// + public static class FancyWindowExt + { + /// + /// Sets information for a window (title and guidebooks) based on an entity. + /// + /// The window to modify. + /// Entity manager used to retrieve the information. + /// The entity that this window represents. + /// + /// + public static void SetInfoFromEntity(this FancyWindow window, IEntityManager entityManager, EntityUid entity) + { + window.SetTitleFromEntity(entityManager, entity); + window.SetGuidebookFromEntity(entityManager, entity); + } + + /// + /// Set a window's title to the name of an entity. + /// + /// The window to modify. + /// Entity manager used to retrieve the information. + /// The entity that this window represents. + /// + public static void SetTitleFromEntity( + this FancyWindow window, + IEntityManager entityManager, + EntityUid entity) + { + window.Title = entityManager.GetComponent(entity).EntityName; + } + + /// + /// Set a window's guidebook IDs to those of an entity. + /// + /// The window to modify. + /// Entity manager used to retrieve the information. + /// The entity that this window represents. + /// + public static void SetGuidebookFromEntity( + this FancyWindow window, + IEntityManager entityManager, + EntityUid entity) + { + window.HelpGuidebookIds = entityManager.GetComponentOrNull(entity)?.Guides; + } + } } diff --git a/Content.Client/UserInterface/Controls/OnOffButton.xaml b/Content.Client/UserInterface/Controls/OnOffButton.xaml new file mode 100644 index 0000000000..f642e709ec --- /dev/null +++ b/Content.Client/UserInterface/Controls/OnOffButton.xaml @@ -0,0 +1,6 @@ + + + [CVarControl(AdminFlags.VarEdit)] public static readonly CVarDef MovementPushingVelocityProduct = - CVarDef.Create("movement.pushing_velocity_product", -1f, CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("movement.pushing_velocity_product", -9999f, CVar.SERVER | CVar.REPLICATED); /// /// Cap for how much an entity can be pushed per second. /// [CVarControl(AdminFlags.VarEdit)] public static readonly CVarDef MovementPushingCap = - CVarDef.Create("movement.pushing_cap", 100f, CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("movement.pushing_cap", 25f, CVar.SERVER | CVar.REPLICATED); /// /// Minimum pushing impulse per tick. If the value is below this it rounds to 0. @@ -40,7 +40,7 @@ public sealed partial class CCVars /// [CVarControl(AdminFlags.VarEdit)] public static readonly CVarDef MovementMinimumPush = - CVarDef.Create("movement.minimum_push", 0.1f, CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("movement.minimum_push", 0f, CVar.SERVER | CVar.REPLICATED); // Really this just exists because hot reloading is cooked on rider. /// @@ -48,7 +48,7 @@ public sealed partial class CCVars /// [CVarControl(AdminFlags.VarEdit)] public static readonly CVarDef MovementPenetrationCap = - CVarDef.Create("movement.penetration_cap", 0.3f, CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("movement.penetration_cap", 0.5f, CVar.SERVER | CVar.REPLICATED); /// /// Based on the mass difference multiplies the push amount by this proportionally. diff --git a/Content.Shared/Movement/Systems/SharedMobCollisionSystem.cs b/Content.Shared/Movement/Systems/SharedMobCollisionSystem.cs index bcc1fd6d04..fab9552271 100644 --- a/Content.Shared/Movement/Systems/SharedMobCollisionSystem.cs +++ b/Content.Shared/Movement/Systems/SharedMobCollisionSystem.cs @@ -284,6 +284,7 @@ public abstract class SharedMobCollisionSystem : EntitySystem mobMovement *= modifier; var speedReduction = 1f - entity.Comp1.MinimumSpeedModifier; + speedReduction /= _penCap / penDepth; var speedModifier = Math.Clamp( 1f - speedReduction * modifier, entity.Comp1.MinimumSpeedModifier, 1f); From b17e5580461ee88b3a163c710bb73c28e85fb38e Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 27 Apr 2025 14:48:24 +0000 Subject: [PATCH 079/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d4a0148071..381ab9c34c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Southbridge - changes: - - message: The Nuke will now reset to a minimum countdown value when disarmed if - the countdown is below the minimum value. - type: Tweak - id: 7865 - time: '2025-01-29T09:04:48.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34734 - author: themias changes: - message: Fixed precision attack animation for thrust weapons @@ -3930,3 +3922,10 @@ id: 8366 time: '2025-04-27T11:08:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36386 +- author: metalgearsloth + changes: + - message: Tweak mob collision values in line with RMC14. + type: Tweak + id: 8367 + time: '2025-04-27T14:47:18.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36851 From 4690e62575c1e98e01fd165132b6c93fcfb63c5b Mon Sep 17 00:00:00 2001 From: Fildrance Date: Sun, 27 Apr 2025 18:11:13 +0300 Subject: [PATCH 080/318] Feature/auto sync node scanner (#36635) * feat: node scanner now auto-updates artifact details if in range * refactor: minor cleanup * refactor: optimization for update and query of range checking * refactor: fix xml-doc --------- Co-authored-by: pa.pecherskij --- .../Equipment/NodeScannerSystem.cs | 31 ----- .../Ui/NodeScannerBoundUserInterface.cs | 10 -- .../Ui/NodeScannerDisplay.xaml.cs | 87 +++++++++++-- .../Equipment/Systems/NodeScannerSystem.cs | 13 -- .../Components/NodeScannerComponent.cs | 44 +++++-- .../Equipment/NodeScannerSystem.cs | 100 +++++++++++++++ .../Equipment/SharedNodeScannerSystem.cs | 120 ------------------ .../en-US/xenoarchaeology/node-scanner.ftl | 4 +- 8 files changed, 207 insertions(+), 202 deletions(-) delete mode 100644 Content.Client/Xenoarchaeology/Equipment/NodeScannerSystem.cs delete mode 100644 Content.Server/Xenoarchaeology/Equipment/Systems/NodeScannerSystem.cs create mode 100644 Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs delete mode 100644 Content.Shared/Xenoarchaeology/Equipment/SharedNodeScannerSystem.cs diff --git a/Content.Client/Xenoarchaeology/Equipment/NodeScannerSystem.cs b/Content.Client/Xenoarchaeology/Equipment/NodeScannerSystem.cs deleted file mode 100644 index 9b517c06a1..0000000000 --- a/Content.Client/Xenoarchaeology/Equipment/NodeScannerSystem.cs +++ /dev/null @@ -1,31 +0,0 @@ -using Content.Client.Xenoarchaeology.Ui; -using Content.Shared.Xenoarchaeology.Equipment; -using Content.Shared.Xenoarchaeology.Equipment.Components; -using Robust.Client.GameObjects; - -namespace Content.Client.Xenoarchaeology.Equipment; - -/// -public sealed class NodeScannerSystem : SharedNodeScannerSystem -{ - [Dependency] private readonly UserInterfaceSystem _ui = default!; - - /// - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnAnalysisConsoleAfterAutoHandleState); - } - - protected override void TryOpenUi(Entity device, EntityUid actor) - { - _ui.TryOpenUi(device.Owner, NodeScannerUiKey.Key, actor, true); - } - - private void OnAnalysisConsoleAfterAutoHandleState(Entity ent, ref AfterAutoHandleStateEvent args) - { - if (_ui.TryGetOpenUi(ent.Owner, NodeScannerUiKey.Key, out var bui)) - bui.Update(ent); - } -} diff --git a/Content.Client/Xenoarchaeology/Ui/NodeScannerBoundUserInterface.cs b/Content.Client/Xenoarchaeology/Ui/NodeScannerBoundUserInterface.cs index 3ed937c32e..a30bde47d7 100644 --- a/Content.Client/Xenoarchaeology/Ui/NodeScannerBoundUserInterface.cs +++ b/Content.Client/Xenoarchaeology/Ui/NodeScannerBoundUserInterface.cs @@ -1,4 +1,3 @@ -using Content.Shared.Xenoarchaeology.Equipment.Components; using Robust.Client.UserInterface; namespace Content.Client.Xenoarchaeology.Ui; @@ -18,15 +17,6 @@ public sealed class NodeScannerBoundUserInterface(EntityUid owner, Enum uiKey) : _scannerDisplay = this.CreateWindow(); _scannerDisplay.SetOwner(Owner); - _scannerDisplay.OnClose += Close; - } - - /// - /// Update UI state based on corresponding component. - /// - public void Update(Entity ent) - { - _scannerDisplay?.Update(ent); } /// diff --git a/Content.Client/Xenoarchaeology/Ui/NodeScannerDisplay.xaml.cs b/Content.Client/Xenoarchaeology/Ui/NodeScannerDisplay.xaml.cs index f687f80073..372471ab2e 100644 --- a/Content.Client/Xenoarchaeology/Ui/NodeScannerDisplay.xaml.cs +++ b/Content.Client/Xenoarchaeology/Ui/NodeScannerDisplay.xaml.cs @@ -1,8 +1,12 @@ using Content.Client.UserInterface.Controls; +using Content.Shared.NameIdentifier; +using Content.Shared.Xenoarchaeology.Artifact; +using Content.Shared.Xenoarchaeology.Artifact.Components; using Content.Shared.Xenoarchaeology.Equipment.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; +using Robust.Shared.Timing; namespace Content.Client.Xenoarchaeology.Ui; @@ -10,12 +14,21 @@ namespace Content.Client.Xenoarchaeology.Ui; public sealed partial class NodeScannerDisplay : FancyWindow { [Dependency] private readonly IEntityManager _ent = default!; + [Dependency] private readonly IGameTiming _timing= default!; + + private readonly SharedXenoArtifactSystem _artifact; + private TimeSpan? _nextUpdate; + private EntityUid _owner; + private TimeSpan _updateFromAttachedFrequency; + private readonly HashSet _triggeredNodeNames = new(); public NodeScannerDisplay() { RobustXamlLoader.Load(this); IoCManager.InjectDependencies(this); + + _artifact = _ent.System(); } /// @@ -30,30 +43,80 @@ public sealed partial class NodeScannerDisplay : FancyWindow return; } - Update((scannerEntityUid, scannerComponent)); + _updateFromAttachedFrequency = scannerComponent.DisplayDataUpdateInterval; + _owner = scannerEntityUid; + } + + /// + protected override void FrameUpdate(FrameEventArgs args) + { + base.FrameUpdate(args); + + if(_nextUpdate != null && _timing.CurTime < _nextUpdate) + return; + + _nextUpdate = _timing.CurTime + _updateFromAttachedFrequency; + + if (!_ent.TryGetComponent(_owner, out NodeScannerConnectedComponent? connectedScanner)) + { + Update(false, ArtifactState.None); + return; + } + + var attachedArtifactEnt = connectedScanner.AttachedTo; + if (!_ent.TryGetComponent(attachedArtifactEnt, out XenoArtifactComponent? artifactComponent)) + return; + + _ent.TryGetComponent(attachedArtifactEnt, out XenoArtifactUnlockingComponent? unlockingComponent); + + _triggeredNodeNames.Clear(); + ArtifactState artifactState; + if (unlockingComponent == null) + { + var timeToUnlockAvailable = artifactComponent.NextUnlockTime - _timing.CurTime; + artifactState = timeToUnlockAvailable > TimeSpan.Zero + ? ArtifactState.Cooldown + : ArtifactState.Ready; + } + else + { + var triggeredIndexes = unlockingComponent.TriggeredNodeIndexes; + + foreach (var triggeredIndex in triggeredIndexes) + { + var node = _artifact.GetNode((attachedArtifactEnt, artifactComponent), triggeredIndex); + var triggeredNodeName = (_ent.GetComponentOrNull(node)?.Identifier ?? 0).ToString("D3"); + _triggeredNodeNames.Add(triggeredNodeName); + } + + artifactState = ArtifactState.Unlocking; + } + + Update(true, artifactState, _triggeredNodeNames); } /// /// Updates labels with scanned artifact data and list of triggered nodes from component. /// - public void Update(Entity ent) + private void Update(bool isConnected, ArtifactState artifactState, HashSet? triggeredNodeNames = null) { - ArtifactStateLabel.Text = GetState(ent); - var scannedAt = ent.Comp.ScannedAt; - NodeScannerState.Text = scannedAt > TimeSpan.Zero - ? Loc.GetString("node-scanner-artifact-scanned-time", ("time", scannedAt.Value.ToString(@"hh\:mm\:ss"))) - : Loc.GetString("node-scanner-artifact-scanned-time-none"); + ArtifactStateLabel.Text = GetStateText(artifactState); + NodeScannerState.Text = isConnected + ? Loc.GetString("node-scanner-artifact-connected") + : Loc.GetString("node-scanner-artifact-non-connected"); ActiveNodesList.Children.Clear(); - var triggeredNodesSnapshot = ent.Comp.TriggeredNodesSnapshot; - if (triggeredNodesSnapshot.Count > 0) + if (triggeredNodeNames == null) + return; + + if (triggeredNodeNames.Count > 0) { // show list of triggered nodes instead of 'no data' placeholder NoActiveNodeDataLabel.Visible = false; ActiveNodesList.Visible = true; - foreach (var nodeId in triggeredNodesSnapshot) + foreach (var nodeId in triggeredNodeNames) { var nodeLabel = new Button { @@ -73,9 +136,9 @@ public sealed partial class NodeScannerDisplay : FancyWindow } } - private string GetState(Entity ent) + private string GetStateText(ArtifactState state) { - return ent.Comp.ArtifactState switch + return state switch { ArtifactState.None => "\u2800", // placeholder for line to not be squeezed ArtifactState.Ready => Loc.GetString("node-scanner-artifact-state-ready"), diff --git a/Content.Server/Xenoarchaeology/Equipment/Systems/NodeScannerSystem.cs b/Content.Server/Xenoarchaeology/Equipment/Systems/NodeScannerSystem.cs deleted file mode 100644 index 2f8cd66736..0000000000 --- a/Content.Server/Xenoarchaeology/Equipment/Systems/NodeScannerSystem.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Content.Shared.Xenoarchaeology.Equipment; -using Content.Shared.Xenoarchaeology.Equipment.Components; - -namespace Content.Server.Xenoarchaeology.Equipment.Systems; - -/// -public sealed class NodeScannerSystem : SharedNodeScannerSystem -{ - protected override void TryOpenUi(Entity device, EntityUid actor) - { - // no-op - } -} diff --git a/Content.Shared/Xenoarchaeology/Equipment/Components/NodeScannerComponent.cs b/Content.Shared/Xenoarchaeology/Equipment/Components/NodeScannerComponent.cs index 89403ee1e3..72223a366b 100644 --- a/Content.Shared/Xenoarchaeology/Equipment/Components/NodeScannerComponent.cs +++ b/Content.Shared/Xenoarchaeology/Equipment/Components/NodeScannerComponent.cs @@ -1,38 +1,54 @@ using Robust.Shared.GameStates; using Robust.Shared.Serialization; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; namespace Content.Shared.Xenoarchaeology.Equipment.Components; /// -/// Component for managing data stored on NodeScanner hand-held device. -/// Can store snapshot list of currently triggered artifact nodes. +/// Component for NodeScanner hand-held device settings. /// -[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true), Access(typeof(SharedNodeScannerSystem))] +[RegisterComponent, NetworkedComponent] +[Access(typeof(NodeScannerSystem))] public sealed partial class NodeScannerComponent : Component { /// - /// Identity-names (3-digit codes) of nodes that are triggered on scanned artifact. + /// Maximum range for keeping connection to artifact. /// - [DataField, AutoNetworkedField] - public HashSet TriggeredNodesSnapshot = new(); + [DataField] + public int MaxLinkedRange = 5; /// - /// State of artifact on the moment of scanning. + /// Update interval for link info. + /// + [DataField] + public TimeSpan DisplayDataUpdateInterval = TimeSpan.FromSeconds(1); +} + +/// +/// Component-marker that node scanner device () is connected to artifact. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true), AutoGenerateComponentPause] +public sealed partial class NodeScannerConnectedComponent : Component +{ + /// + /// Xeno artifact entity, to which scanner is attached currently. + /// Upon detaching this component should be removed. /// [DataField, AutoNetworkedField] - public ArtifactState ArtifactState; + public EntityUid AttachedTo; /// - /// Time until next unlocking of scanned artifact can be started. + /// Next update tick gametime. /// - [DataField, AutoNetworkedField] - public TimeSpan? WaitTime; + [DataField(customTypeSerializer: typeof(TimeOffsetSerializer))] + [AutoPausedField] + public TimeSpan NextUpdate = TimeSpan.Zero; /// - /// Moment of gametime, at which last artifact scanning was done. + /// Update interval for link info. /// - [DataField, AutoNetworkedField] - public TimeSpan? ScannedAt; + [DataField] + public TimeSpan LinkUpdateInterval = TimeSpan.FromSeconds(1); } /// diff --git a/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs b/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs new file mode 100644 index 0000000000..81802d6b6e --- /dev/null +++ b/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs @@ -0,0 +1,100 @@ +using Content.Shared.Interaction; +using Content.Shared.Timing; +using Content.Shared.Verbs; +using Content.Shared.Xenoarchaeology.Artifact.Components; +using Content.Shared.Xenoarchaeology.Equipment.Components; +using Robust.Shared.Timing; + +namespace Content.Shared.Xenoarchaeology.Equipment; + +/// Controls behaviour of artifact node scanner device. +public sealed class NodeScannerSystem : EntitySystem +{ + [Dependency] private readonly UseDelaySystem _useDelay = default!; + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly SharedUserInterfaceSystem _ui = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + + /// + public override void Initialize() + { + SubscribeLocalEvent(OnBeforeRangedInteract); + SubscribeLocalEvent>(AddScanVerb); + } + + /// + public override void Update(float frameTime) + { + var scannerQuery = EntityQueryEnumerator(); + while (scannerQuery.MoveNext(out var uid, out var connected, out var scanner, out var transform)) + { + if (connected.NextUpdate > _timing.CurTime) + continue; + + connected.NextUpdate = _timing.CurTime + connected.LinkUpdateInterval; + + var attachedArtifact = connected.AttachedTo; + var artifactCoordinates = Transform(attachedArtifact).Coordinates; + if (!_transform.InRange(artifactCoordinates, transform.Coordinates, scanner.MaxLinkedRange)) + { + //scanner is too far, disconnect + RemCompDeferred(uid, connected); + } + } + } + + private void OnBeforeRangedInteract(EntityUid uid, NodeScannerComponent component, BeforeRangedInteractEvent args) + { + if (args.Handled || !args.CanReach || args.Target is not { } target) + return; + + Entity unlockingEnt = TryComp(target, out var unlockingComponent) + ? (target, unlockingComponent) + : (target, null); + + Attach((uid, component), unlockingEnt, args.User); + + args.Handled = true; + } + + private void AddScanVerb(EntityUid uid, NodeScannerComponent component, GetVerbsEvent args) + { + if (!args.CanAccess) + return; + + if (!TryComp(args.Target, out var unlockingComponent)) + return; + + var verb = new UtilityVerb + { + Act = () => Attach((uid, component), (args.Target, unlockingComponent), args.User), + Text = Loc.GetString("node-scan-tooltip") + }; + + args.Verbs.Add(verb); + } + + private void Attach( + Entity device, + Entity unlockingEnt, + EntityUid actor + ) + { + if (!_timing.IsFirstTimePredicted) + return; + + if (TryComp(device, out UseDelayComponent? useDelay) + && !_useDelay.TryResetDelay((device, useDelay), true)) + return; + + var connected = EnsureComp(device); + EntityUid artifact = unlockingEnt; + if (connected.AttachedTo != artifact) + { + connected.AttachedTo = artifact; + Dirty(device, connected); + } + + _ui.TryOpenUi((device, null), NodeScannerUiKey.Key, actor, predicted: true); + } +} diff --git a/Content.Shared/Xenoarchaeology/Equipment/SharedNodeScannerSystem.cs b/Content.Shared/Xenoarchaeology/Equipment/SharedNodeScannerSystem.cs deleted file mode 100644 index 7589cc8971..0000000000 --- a/Content.Shared/Xenoarchaeology/Equipment/SharedNodeScannerSystem.cs +++ /dev/null @@ -1,120 +0,0 @@ -using Content.Shared.Interaction; -using Content.Shared.NameIdentifier; -using Content.Shared.Timing; -using Content.Shared.Verbs; -using Content.Shared.Xenoarchaeology.Artifact; -using Content.Shared.Xenoarchaeology.Artifact.Components; -using Content.Shared.Xenoarchaeology.Equipment.Components; -using Robust.Shared.Timing; - -namespace Content.Shared.Xenoarchaeology.Equipment; - -/// Controls behaviour of artifact node scanner device. -public abstract class SharedNodeScannerSystem : EntitySystem -{ - [Dependency] private readonly UseDelaySystem _useDelay = default!; - [Dependency] private readonly SharedXenoArtifactSystem _artifact = default!; - [Dependency] private readonly IGameTiming _timing = default!; - - /// - public override void Initialize() - { - SubscribeLocalEvent(OnBeforeRangedInteract); - SubscribeLocalEvent>(AddScanVerb); - } - - private void OnBeforeRangedInteract(EntityUid uid, NodeScannerComponent component, BeforeRangedInteractEvent args) - { - if (args.Handled || !args.CanReach || args.Target is not { } target) - return; - - Entity unlockingEnt = TryComp(target, out var unlockingComponent) - ? (target, unlockingComponent) - : (target, null); - - TryMakeActiveNodesSnapshot((uid, component), unlockingEnt, args.User); - - args.Handled = true; - } - - private void AddScanVerb(EntityUid uid, NodeScannerComponent component, GetVerbsEvent args) - { - if (!args.CanAccess) - return; - - if (!TryComp(args.Target, out var unlockingComponent)) - return; - - var verb = new UtilityVerb - { - Act = () => - { - TryMakeActiveNodesSnapshot((uid, component), (args.Target, unlockingComponent), args.User); - }, - Text = Loc.GetString("node-scan-tooltip") - }; - - args.Verbs.Add(verb); - } - - private void TryMakeActiveNodesSnapshot( - Entity device, - Entity unlockingEnt, - EntityUid actor - ) - { - if (!_timing.IsFirstTimePredicted) - return; - - if (TryComp(device, out UseDelayComponent? useDelay) - && !_useDelay.TryResetDelay((device, useDelay), true)) - return; - - if (!TryComp(unlockingEnt.Owner, out var artifactComponent)) - return; - - TryOpenUi(device, actor); - - TimeSpan? waitTime = null; - HashSet triggeredNodeNames; - ArtifactState artifactState; - if (unlockingEnt.Comp == null) - { - triggeredNodeNames = new HashSet(); - var timeToUnlockAvailable = artifactComponent.NextUnlockTime - _timing.CurTime; - if (timeToUnlockAvailable > TimeSpan.Zero) - { - artifactState = ArtifactState.Cooldown; - waitTime = timeToUnlockAvailable; - } - else - { - artifactState = ArtifactState.Ready; - } - } - else - { - var triggeredIndexes = unlockingEnt.Comp.TriggeredNodeIndexes; - triggeredNodeNames = new HashSet(triggeredIndexes.Count); - - foreach (var triggeredIndex in triggeredIndexes) - { - var node = _artifact.GetNode((unlockingEnt.Owner, artifactComponent), triggeredIndex); - var triggeredNodeName = (CompOrNull(node)?.Identifier ?? 0).ToString("D3"); - triggeredNodeNames.Add(triggeredNodeName); - } - - artifactState = ArtifactState.Unlocking; - waitTime = _timing.CurTime - unlockingEnt.Comp.EndTime; - } - - device.Comp.ArtifactState = artifactState; - device.Comp.WaitTime = waitTime; - device.Comp.TriggeredNodesSnapshot = triggeredNodeNames; - device.Comp.ScannedAt = _timing.CurTime; - - Dirty(device); - } - - protected abstract void TryOpenUi(Entity device, EntityUid actor); -} diff --git a/Resources/Locale/en-US/xenoarchaeology/node-scanner.ftl b/Resources/Locale/en-US/xenoarchaeology/node-scanner.ftl index f43843203e..d928168346 100644 --- a/Resources/Locale/en-US/xenoarchaeology/node-scanner.ftl +++ b/Resources/Locale/en-US/xenoarchaeology/node-scanner.ftl @@ -2,8 +2,8 @@ node-scan-tooltip = Scan active nodes node-scan-no-data = No active node data found node-scan-display-title = Node scanner -node-scanner-artifact-scanned-time = Artifact last scanned at {$time} node-scanner-artifact-state-ready = Artifact is ready for interaction node-scanner-artifact-state-unlocking = Artifact is resonating with your actions node-scanner-artifact-state-cooldown = Artifact is resting -node-scanner-artifact-scanned-time-none = Scan artifact to see current state +node-scanner-artifact-connected = Scanning artifact +node-scanner-artifact-non-connected = Artifact not found or out of range From 536106a666f74c996eb004334cfde4b0b3b3e5f6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 27 Apr 2025 15:12:19 +0000 Subject: [PATCH 081/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 381ab9c34c..8d60d1daf9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Fixed precision attack animation for thrust weapons - type: Fix - id: 7866 - time: '2025-01-29T10:11:08.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34713 - author: yuitop changes: - message: Sentient medibots can now properly inject. @@ -3929,3 +3922,11 @@ id: 8367 time: '2025-04-27T14:47:18.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36851 +- author: Fildrance + changes: + - message: node scanner now dislplays live artifact info (while in range) after + linking to artifact + type: Tweak + id: 8368 + time: '2025-04-27T15:11:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36635 From 85f0760b1b1f3b2d223fd5caebd6e3ad37cfc6ca Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Sun, 27 Apr 2025 13:15:17 -0700 Subject: [PATCH 082/318] Add a mapping changelog to upstream (#34848) --- Resources/Changelog/Admin.yml | 2 +- Resources/Changelog/Maps.yml | 44 +++++++++++++++++++ .../en-US/changelog/changelog-window.ftl | 1 + 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 Resources/Changelog/Maps.yml diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index e8377ae818..42697b764b 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1116,4 +1116,4 @@ Entries: time: '2025-04-26T21:06:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36412 Name: Admin -Order: 1 +Order: 2 diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml new file mode 100644 index 0000000000..14e8ecee0d --- /dev/null +++ b/Resources/Changelog/Maps.yml @@ -0,0 +1,44 @@ +Order: 1 +Entries: +- author: ArtisticRoomba + changes: + - message: The mapping changelog has been added! This primarily serves as a way to make players aware of large changes or important fixes to maps, without cluttering the main changelog. + type: Add + id: 1 + time: '2025-02-03T01:29:24.112Z' +- author: ArtisticRoomba + changes: + - message: A chemical dispenser has been added to the nukie planet, allowing new agents to work in a familiar environment. + type: Add + id: 2 + time: '2025-01-27T07:10:24.000Z' +- author: ArtisticRoomba + changes: + - message: On many stations, power has been rebalanced to allow more time for engineering to setup power. This should allow time for activities like TA mentoring and more complex power setups. + type: Tweak + id: 3 + time: '2025-01-27T07:10:24.000Z' +- author: Nox, ToxicSonicFan04 + changes: + - message: Station armory contents have been tweaked to balance security gear to the amount of security personnel. + type: Tweak + id: 4 + time: '2025-01-27T07:10:24.000Z' +- author: ArtisticRoomba + changes: + - message: On Meta, Engineering and Atmospherics now share a distinct HV subnet seperate from the station's main power grid. Previously Engineering and Atmos couldn't share power, and one side would be discharged depending on who setup power first. + type: Fix + id: 5 + time: '2025-01-26T12:00:00Z' +- author: Southbridge + changes: + - message: On many stations, uncleanable dirt decals have been made cleanable. + type: Fix + id: 6 + time: '2025-01-12T12:00:00Z' +- author: Compilatron144 + changes: + - message: Plasma station's population limit has been raised to make it into a high population station. + type: Tweak + id: 7 + time: '2025-01-19T12:00:00Z' diff --git a/Resources/Locale/en-US/changelog/changelog-window.ftl b/Resources/Locale/en-US/changelog/changelog-window.ftl index 9d17dea629..514b2eb1d1 100644 --- a/Resources/Locale/en-US/changelog/changelog-window.ftl +++ b/Resources/Locale/en-US/changelog/changelog-window.ftl @@ -13,3 +13,4 @@ changelog-button-new-entries = Changelog (new!) changelog-tab-title-Changelog = Changelog changelog-tab-title-Admin = Admin +changelog-tab-title-Maps = Maps From fac4bcd9b2a35ea4d23bef946c167e3d24ffc592 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 27 Apr 2025 20:16:23 +0000 Subject: [PATCH 083/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8d60d1daf9..00a99e7b54 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: yuitop - changes: - - message: Sentient medibots can now properly inject. - type: Tweak - id: 7867 - time: '2025-01-29T10:34:01.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32110 - author: jamessimo changes: - message: Criminal Records computer got enhanced UX & UI. @@ -3930,3 +3923,11 @@ id: 8368 time: '2025-04-27T15:11:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36635 +- author: ArtisticRoomba + changes: + - message: A new Mapping changelog has been added. You can find it in a different + "Mapping" tab under the changelog menu. + type: Add + id: 8369 + time: '2025-04-27T20:15:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34848 From 13a1853168c881cedffa58ea8211f09df2eb3e76 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Mon, 28 Apr 2025 01:04:39 +0200 Subject: [PATCH 084/318] Fragile Deliveries (#36980) * epic * tweaks --- .../Delivery/DeliveryFragileComponent.cs | 31 +++++++++++++++ .../Delivery/DeliveryModifierSystem.cs | 39 ++++++++++++++++++- .../Delivery/DeliveryPriorityComponent.cs | 4 +- .../Delivery/SharedDeliverySystem.cs | 8 ++++ .../en-US/delivery/delivery-component.ftl | 3 ++ .../Objects/Deliveries/deliveries.yml | 33 ++++++++++++++++ 6 files changed, 115 insertions(+), 3 deletions(-) create mode 100644 Content.Shared/Delivery/DeliveryFragileComponent.cs diff --git a/Content.Shared/Delivery/DeliveryFragileComponent.cs b/Content.Shared/Delivery/DeliveryFragileComponent.cs new file mode 100644 index 0000000000..df8b0f131d --- /dev/null +++ b/Content.Shared/Delivery/DeliveryFragileComponent.cs @@ -0,0 +1,31 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Delivery; + +/// +/// Component given to deliveries. +/// Allows the delivery to be broken. +/// If intact, applies a small multiplier, otherwise substracts it. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(DeliveryModifierSystem))] +public sealed partial class DeliveryFragileComponent : Component +{ + /// + /// Multiplier to use when the delivery is intact. + /// + [DataField] + public float IntactMultiplierOffset = 0.15f; + + /// + /// Multiplier to use when the delivery is broken. + /// + [DataField] + public float BrokenMultiplierOffset = -0.33f; + + /// + /// Whether this priority has already been broken or not. + /// + [DataField, AutoNetworkedField] + public bool Broken; +} diff --git a/Content.Shared/Delivery/DeliveryModifierSystem.cs b/Content.Shared/Delivery/DeliveryModifierSystem.cs index c4ad1bb3a6..15a903537b 100644 --- a/Content.Shared/Delivery/DeliveryModifierSystem.cs +++ b/Content.Shared/Delivery/DeliveryModifierSystem.cs @@ -1,5 +1,5 @@ +using Content.Shared.Destructible; using Content.Shared.Examine; -using Content.Shared.GameTicking; using Content.Shared.NameModifier.EntitySystems; using Robust.Shared.Random; using Robust.Shared.Serialization; @@ -27,6 +27,11 @@ public sealed partial class DeliveryModifierSystem : EntitySystem SubscribeLocalEvent(OnPriorityMapInit); SubscribeLocalEvent(OnPriorityExamine); SubscribeLocalEvent(OnGetPriorityMultiplier); + + SubscribeLocalEvent(OnFragileMapInit); + SubscribeLocalEvent(OnFragileBreakage); + SubscribeLocalEvent(OnFragileExamine); + SubscribeLocalEvent(OnGetFragileMultiplier); } #region Random @@ -70,6 +75,38 @@ public sealed partial class DeliveryModifierSystem : EntitySystem } #endregion + #region Fragile + private void OnFragileMapInit(Entity ent, ref MapInitEvent args) + { + _delivery.UpdateBrokenVisuals(ent, true); + } + + private void OnFragileBreakage(Entity ent, ref BreakageEventArgs args) + { + ent.Comp.Broken = true; + _delivery.UpdateBrokenVisuals(ent, true); + Dirty(ent); + } + + private void OnFragileExamine(Entity ent, ref ExaminedEvent args) + { + var trueName = _nameModifier.GetBaseName(ent.Owner); + + if (ent.Comp.Broken) + args.PushMarkup(Loc.GetString("delivery-fragile-broken-examine", ("type", trueName))); + else + args.PushMarkup(Loc.GetString("delivery-fragile-examine", ("type", trueName))); + } + + private void OnGetFragileMultiplier(Entity ent, ref GetDeliveryMultiplierEvent args) + { + if (ent.Comp.Broken) + args.AdditiveMultiplier += ent.Comp.BrokenMultiplierOffset; + else + args.AdditiveMultiplier += ent.Comp.IntactMultiplierOffset; + } + #endregion + #region Update Loops public override void Update(float frameTime) { diff --git a/Content.Shared/Delivery/DeliveryPriorityComponent.cs b/Content.Shared/Delivery/DeliveryPriorityComponent.cs index 769c6af0f8..dc06af6239 100644 --- a/Content.Shared/Delivery/DeliveryPriorityComponent.cs +++ b/Content.Shared/Delivery/DeliveryPriorityComponent.cs @@ -12,13 +12,13 @@ namespace Content.Shared.Delivery; public sealed partial class DeliveryPriorityComponent : Component { /// - /// The highest the random multiplier can go. + /// The multiplier to apply when delivered in time. /// [DataField] public float InTimeMultiplierOffset = 0.2f; /// - /// The lowest the random multiplier can go. + /// The multiplier to apply when delivered late. /// [DataField] public float ExpiredMultiplierOffset = -0.1f; diff --git a/Content.Shared/Delivery/SharedDeliverySystem.cs b/Content.Shared/Delivery/SharedDeliverySystem.cs index 0f67c3459e..db5b849c75 100644 --- a/Content.Shared/Delivery/SharedDeliverySystem.cs +++ b/Content.Shared/Delivery/SharedDeliverySystem.cs @@ -231,6 +231,7 @@ public abstract class SharedDeliverySystem : EntitySystem } } + #region Visual Updates // TODO: generic updateVisuals from component data private void UpdateAntiTamperVisuals(EntityUid uid, bool isLocked) { @@ -252,10 +253,17 @@ public abstract class SharedDeliverySystem : EntitySystem } } + public void UpdateBrokenVisuals(Entity ent, bool isFragile) + { + _appearance.SetData(ent, DeliveryVisuals.IsBroken, ent.Comp.Broken); + _appearance.SetData(ent, DeliveryVisuals.IsFragile, isFragile); + } + protected void UpdateDeliverySpawnerVisuals(EntityUid uid, int contents) { _appearance.SetData(uid, DeliverySpawnerVisuals.Contents, contents > 0); } + #endregion /// /// Gathers the total multiplier for a delivery. diff --git a/Resources/Locale/en-US/delivery/delivery-component.ftl b/Resources/Locale/en-US/delivery/delivery-component.ftl index c7f2347da4..54f45a578d 100644 --- a/Resources/Locale/en-US/delivery/delivery-component.ftl +++ b/Resources/Locale/en-US/delivery/delivery-component.ftl @@ -25,3 +25,6 @@ delivery-teleporter-empty-verb = Take mail # modifiers delivery-priority-examine = This is a [color=orange]priority {$type}[/color]. You have [color=orange]{$time}[/color] left to deliver it to get a bonus. delivery-priority-expired-examine = This is a [color=orange]priority {$type}[/color]. It seems you ran out of time. + +delivery-fragile-examine = This is a [color=red]fragile {$type}[/color]. Deliver it intact for a bonus. +delivery-fragile-broken-examine = This is a [color=red]fragile {$type}[/color]. It looks badly damaged. diff --git a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml index e90a99510f..d1e9969bbb 100644 --- a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml +++ b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml @@ -137,6 +137,8 @@ children: - id: DeliveryModifierPriority prob: 0.25 + - id: DeliveryModifierFragile + prob: 0.25 - type: entity id: DeliveryModifierPriority @@ -144,3 +146,34 @@ categories: [ HideSpawnMenu ] components: - type: DeliveryPriority + +- type: entity + id: DeliveryModifierFragile + description: Components to add when a delivery is rolled as fragile. + categories: [ HideSpawnMenu ] + components: + - type: DeliveryFragile + - type: Damageable + damageContainer: Inorganic + - type: DamageOnHighSpeedImpact + minimumSpeed: 0.1 + damage: + types: + Blunt: 1 + soundHit: + collection: WeakHit + - type: DamageOnLand + damage: + types: + Blunt: 1 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 1 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: DeliveryOpenSounds + - !type:DoActsBehavior + acts: [ "Breakage" ] From 106bee52b0bd83db87eb3d2df7e3594b1fc2c57b Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 27 Apr 2025 23:05:47 +0000 Subject: [PATCH 085/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 00a99e7b54..50165c4c56 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,17 +1,4 @@ Entries: -- author: jamessimo - changes: - - message: Criminal Records computer got enhanced UX & UI. - type: Tweak - - message: Criminal Records computer can now filter its list against crew criminal - status. - type: Tweak - - message: Criminal Records computer will now announce the suspects Job next to - their name. - type: Tweak - id: 7868 - time: '2025-01-29T10:34:49.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32352 - author: Starbuckss14 changes: - message: New borg names @@ -3931,3 +3918,11 @@ id: 8369 time: '2025-04-27T20:15:17.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/34848 +- author: ScarKy0 + changes: + - message: Deliveries can now spawn as fragile-type! Deliver them intact to earn + a minor speso bonus. + type: Add + id: 8370 + time: '2025-04-27T23:04:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36980 From f6b3ba79d32876875b7beffc9a630d27a6816075 Mon Sep 17 00:00:00 2001 From: Bokser815 <70928915+Bokser815@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:59:54 -0500 Subject: [PATCH 086/318] Temporarily Making Cargo Buy and Sell Pallets Indestructible (#34195) Co-authored-by: EmoGarbage404 --- .../Objects/Specific/Cargo/cargo_pallet.yml | 66 ++++++++++--------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Cargo/cargo_pallet.yml b/Resources/Prototypes/Entities/Objects/Specific/Cargo/cargo_pallet.yml index 518e63edea..017296f5b3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Cargo/cargo_pallet.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Cargo/cargo_pallet.yml @@ -1,8 +1,9 @@ - type: entity - id: CargoPallet + id: BaseCargoPallet + parent: BaseStructure name: cargo pallet description: Common fixture of logistics and cargo. Subtle reminder where crates go during transport to avoid bruised shins. - parent: BaseStructure + abstract: true components: - type: InteractionOutline - type: Anchorable @@ -19,7 +20,7 @@ bounds: "-0.45,-0.45,0.45,0.45" density: 15 mask: - - MachineMask + - MachineMask - type: StaticPrice price: 100 - type: Sprite @@ -27,42 +28,46 @@ layers: - sprite: Structures/catwalk.rsi state: catwalk_preview - - type: Damageable - damageContainer: StructuralInorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 500 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 200 - behaviors: - - !type:SpawnEntitiesBehavior - spawn: - PartRodMetal: # takes two to construct, so drop less than that - min: 0 - max: 1 - - !type:DoActsBehavior - acts: [ "Destruction" ] - type: GuideHelp guides: - Cargo +- type: entity + id: CargoPallet + parent: BaseCargoPallet + components: + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 500 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 200 + behaviors: + - !type:SpawnEntitiesBehavior + spawn: + PartRodMetal: # takes two to construct, so drop less than that + min: 0 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: entity id: CargoPalletSell name: cargo selling pallet - description: Designates valid items to sell. - parent: CargoPallet + description: Designates valid items to sell. Made of plastitanium to discourage pesky vandals. + parent: BaseCargoPallet components: - type: CargoPallet palletType: sell - type: Sprite - drawdepth: FloorTiles sprite: Structures/cargo_pallets.rsi - type: Icon sprite: Structures/cargo_pallets.rsi @@ -74,13 +79,12 @@ - type: entity id: CargoPalletBuy name: cargo buying pallet - description: Designates where orders will appear when purchased. - parent: CargoPallet + description: Designates where orders will appear when purchased. Made of plastitanium to discourage pesky vandals. + parent: BaseCargoPallet components: - type: CargoPallet palletType: buy - type: Sprite - drawdepth: FloorTiles sprite: Structures/cargo_pallets.rsi - type: Icon sprite: Structures/cargo_pallets.rsi From 875ccb94c67b5d82287a71f6ff9c7ce6be06e9c6 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:00:46 +0200 Subject: [PATCH 087/318] nuke shelves' whitelists (#36986) --- .../Entities/Structures/Wallmounts/shelfs.yml | 60 +------------------ 1 file changed, 1 insertion(+), 59 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/shelfs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/shelfs.yml index b83622eafa..1a00861723 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/shelfs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/shelfs.yml @@ -12,7 +12,7 @@ - type: Clickable - type: Tag tags: - - Structure + - Structure - type: Sprite drawdepth: WallMountedItems sprite: Structures/Storage/Shelfs/wood.rsi @@ -74,7 +74,6 @@ - type: EntityStorageVisuals stateDoorOpen: open stateDoorClosed: closed - - type: AccessReader # Normal @@ -136,9 +135,6 @@ max: 4 - !type:DoActsBehavior acts: ["Destruction"] - - type: Tag - tags: - - Structure - type: Construction graph: Shelf node: ShelfMetal @@ -171,9 +167,6 @@ max: 2 - !type:DoActsBehavior acts: ["Destruction"] - - type: Tag - tags: - - Structure - type: Construction graph: Shelf node: ShelfGlass @@ -322,16 +315,6 @@ grid: - 0,0,5,1 - 0,3,5,4 - maxItemSize: Normal - whitelist: - tags: - - DrinkGlass - - DrinkBottle - - DrinkCan - - Beer - - Wine - components: - - ReactionMixer - type: Construction graph: Shelf node: ShelfBar @@ -379,34 +362,6 @@ grid: - 0,0,5,1 - 0,3,5,4 - maxItemSize: Normal - whitelist: - tags: - - DrinkBottle - - DrinkCan - - DrinkCup - - DrinkGlass - - BoxCardboard - - MonkeyCube - - Enzyme - - Mayo - - Packet - - Cleaver - - Knife - - KitchenKnife - - RollingPin - - Ingredient - - Trash - - Plastic - - SaltShaker - - PepperShaker - - Ketchup - - Hotsauce - - Coldsauce - - BBQsauce - components: - - Utensil - - Bin - type: Construction graph: Shelf node: ShelfKitchen @@ -460,23 +415,10 @@ grid: - 0,0,5,1 - 0,3,5,4 - maxItemSize: Normal - whitelist: - tags: - - ChemDispensable - - GlassBeaker - - Bottle - - Medkit - - CentrifugeCompatible - - PillCanister - - Syringe - - Spray - type: Construction graph: Shelf node: ShelfChemistry - - # Access presets # Try to keep alphabetical sorting if adding more From 03894048e9c3c808054a14d01af7acd0f482de87 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 01:01:56 +0000 Subject: [PATCH 088/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 32 ++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 50165c4c56..10cc71aaf1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,19 +1,4 @@ Entries: -- author: Starbuckss14 - changes: - - message: New borg names - type: Add - id: 7869 - time: '2025-01-29T10:35:22.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32502 -- author: thetolbean - changes: - - message: Traitors now have access to a Syndicate Radio Implanter, allowing covert - communications on the Syndicate channel without a headset. - type: Add - id: 7870 - time: '2025-01-30T00:14:00.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33533 - author: Spessmann changes: - message: Added Convex recreational complex, a large service-oriented highpop map. @@ -3926,3 +3911,20 @@ id: 8370 time: '2025-04-27T23:04:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36980 +- author: Bokser815 + changes: + - message: Cargo buy and sell pallets aboard the ATS can no longer be destroyed, + so cargo workers will no longer be unable to perform their job entirely for + the rest of the round. + type: Tweak + id: 8371 + time: '2025-04-28T00:59:54.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34195 +- author: lzk228 + changes: + - message: Shelves don't have whitelists. But still max item size you can fit is + Normal. + type: Tweak + id: 8372 + time: '2025-04-28T01:00:49.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36986 From a42fb658fdb3d9e953ac018504efd4ce3ea84030 Mon Sep 17 00:00:00 2001 From: KingFroozy <140668342+KingFroozy@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:40:21 +0300 Subject: [PATCH 089/318] Mime suit resprite (#36702) --- .../equipped-INNERCLOTHING-monkey.png | Bin 20489 -> 1237 bytes .../mime.rsi/equipped-INNERCLOTHING.png | Bin 515 -> 789 bytes .../Uniforms/Jumpskirt/mime.rsi/icon.png | Bin 185 -> 371 bytes .../Jumpskirt/mime.rsi/inhand-left.png | Bin 381 -> 462 bytes .../Jumpskirt/mime.rsi/inhand-right.png | Bin 380 -> 473 bytes .../Uniforms/Jumpskirt/mime.rsi/meta.json | 2 +- .../equipped-INNERCLOTHING-monkey.png | Bin 19927 -> 1218 bytes .../mime.rsi/equipped-INNERCLOTHING.png | Bin 480 -> 926 bytes .../Uniforms/Jumpsuit/mime.rsi/icon.png | Bin 206 -> 363 bytes .../Jumpsuit/mime.rsi/inhand-left.png | Bin 381 -> 462 bytes .../Jumpsuit/mime.rsi/inhand-right.png | Bin 380 -> 473 bytes .../Uniforms/Jumpsuit/mime.rsi/meta.json | 2 +- 12 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/equipped-INNERCLOTHING-monkey.png index 41ae7beb1cc9270ee0a51873a8917d61f1833b62..55730ad67be32d9f3993f966b33803bb375d3b9b 100644 GIT binary patch delta 1218 zcmV;z1U>tSpaInhkR*Qrb5ch_0Itp)=>Px(k4Z#9RCt{2n!jt~NEFAvbH0NuGzps{ z2^vEVH_AeAZ&JB1`$xpR2&D8MVCjD_2Kf*0AE45Wb6eZ6B%4C%u8>R;mXKHrfh*n> z=h4cEoy^!Wx*Ym|Fp@{}ee>qc5Bm*JP*6}%P*6}%upF9Qj^lqo2tmW)kSO(hI2@7? zf*i*|`uRH7GJVUkNC-ik^W+jjkY!nO`l|e*TF`YIn5Id-@1xml;yMTj0Iq|8n$0GB z--l_M z!^6WDWm>Hk%H=W)!$2IzWZO1Vwqiy7IF4Z$#zK7nndv9q_dJg{=X0KyJ;6DrbU7kg zD+*Nf)1S}vRokZIB_RaOJc}rbn7o(7aSYqGS+Cbi%7uSn$XwS&d&TjXHf$CBD2kNY zrnCy!w#|YdU{MsY+5T#GyIea68(&*t*tHMoWnFtOs7+D&M}!x zFr7~E`1pUA-MEtmGPaVwY6mFq1Jb0!Z_)jx$x>fw6_7B-NC<&AjsalqlXDKn7!gtC zQLssUEe8-0V~j1GVK>=$1$~wtDynEXKpLU@&bkxgy85rN(j4%AqHsXo2IS3V9l#jC z*!sT=XZ5sB&+zT?3p$++TBm1VvuB-72j4Egpml$GmXuZH-9^CppBGxs-$Hv8$dj)Z zm-u>d`Q|en)V9I^u)-RfC#p-Yx&z)BsV001jvcvegmnI{(fw;@6aTkm?f{)$(v7T5Y{^%00K;Z_V^!9% zN85h^uH(S-JQ70Cp=DA0BPMBtWR?8iB9@hxTJevV4reKG&+|5RHsQqy5h<9?$#=V5 zT4Z$A7XWm-T}q!9kR6gfo1ltz1hm_2gkcERbuk`~5d;Bz-$$ubLgoh(7T`DzN~IEf z-$xJx7>~zrT^C^(qTOz5*Qd1%mQz_;nU{Z)X(^eZT{Ro5it9L#SzxJ~wk3{Zgi(}X zCIUahFP(q4ZF}yVz-To3cUWMvL%{RA7rM4>&!0`uXj^6x03h+chQ2oC1!n`+i2$vw zux;B+j`O3VBii2HhH0AE-`~gH-X7}pI#|69Ap132Ht4+H$NBj=Zf|dKb8~~qWP*Q( zhX-6;T`^#Gra)sDD)*L5JpLhm$9??w(j5JV4 gC@3f>D0r2B0E1mQb7~>$r2qf`07*qoM6N<$f^RWZTmS$7 literal 20489 zcmeI43v?9K8Gr{+Kz!j7D#+Qh76t8O=l$3w83Sm?9T4qEE^_g;i2{ZsJYtIgm3eeq{YVD^Xj&l%CN)8iC% z<^|?&FY1A1gDGml>OjS`#I*7WUKj}#06n6if`(8OOH))~aYGcqSt#MsP<0?&NU zUV(F2KW^Uu+$xOehIfj8v^5<5ugG1KNJPCJPknuTK|Nm(iB)@8RaHF<=ixXSOVIH- z;RI-)!|}^fM$&ftC=O$RXd(~^yG*-4i_|8H+-`HA%#U?np=f5HaNJ^tDS8?})Wa4q zo_tC=%;-dGW5MLqbm&1r6hh%d9P6=p^`bSAL?m7l>14>v!h?VTxDg+<>?x6T_CJS>f<8|J-I5` zg_E_0{2+mR9D~;)%g_v0!HQm9^s@3*4C`eW!bnOo$3}TX4;XXOHh7v5Xr8HHRWHYQ zIi9pZNaotW8&L-d&?PIREMZ57ULz6vYmuvW_fzcBEd)uPYe0@ zLQlT#yjuPUtTp#XNf@Fyc1E0V5_VNG0+fR4j=kv%!GMn)t(2CkB0oytRi(6yE#XQ_ zBvBHXk`h(oMk|FLbFX8;?C91Cu=-O0Opm~T?#<4cfe;{$!!b)zuq#=l(;9<6poAD! zRFxCp`p~Z)ELFa&Cm~QOpStFifH30)LM9Yl;$Q%tsBmhNM43_Qg zMn?vcL{$JZF9T~gs;a`!ssdCI?^Fc=y_;?{IF{oT>_$Ptz>_fqFb3vhFi7Ni$jMr_ zO^Y1I@Dhh-tysJ9+t0c>fOB9f@Fkl#J^%$s63vT}K?|B7(JG_xw8H8LKn^K_BG{t9 zNwPr4p;Xft4eAC<0|TkFE(!*%sv71hX$-`Mkiv@jjiq`!#(XlNoGfFQiMYJnJ1!hg z0Gv?9`F-Ym0(d?+g6pD=;|tUbo>nzMqg5H|G-5?bdY+JznkQlGgn_P&1#o2!f`m+(tqh?8p{Ub_Y>2eZ3nHxv7%)_D zW@32(sWM34OCB>P3^g`jX5Kj+Q)DvpPDQgj_GUA0vWAX=SR9!ZVv##tB4RGPJt zZL-qz0%%s>K4{im2(SGPz1eAHGz(J#ffL=?H3TQ9cRoga4GN#EZcCX;N_B1|9x)R2 zAcjh+aYfUWk}_qrqgt-{{JW$_91#a~r{)G8suBWIK+p;7uv;uXJmT>G71xaIN zT~521@M7*Qnm0oL#ybd?zN}e3o99BIDsAGsz@MEPtO4O_r29PS>7+YyZ|DEnV~VUW zJa2Hc#;F1=GdS}pI+wY9?2`5#VdH((>nPS5CFd*YayDq$?&Sdmjbrl&^9Vzav1sq%?4coSZ z%N7wS;NT)@*tQ*9wundp2Ny}hw(a1uMMMfXxJVkdZ3mYvB2vJ?MbfZsJGg8Skpd1b zl7?;D!DWkx6mW2nG;G@rE?Y#TfP;&qVcT|a*&-qZ99$#~+qQ$t77;1n;38?*woi&{ zK=y0MP#AyrSUvudvE|c_`S2H%x!~9-s+OUseKRS_yOg2^ zMehFD%cCi(_ttU#l8T0HpZ$9Box7N`7Tw(X>56@;J-?eVe{OW)rpcdOb7<(?)1G*7 zXs;g*yLj;7KOevPPmA6zeQDKWgM%Y`kN;KiSG$yv1*=*b(DC_$ z-1snca7|Uawx+3ga!c!dJF0Fn7PZ`P;g>tF*ndQn-g&0q^2VW$pYu~_EUP@KweLGp zxp7PL;QLxO&uNOE6Z*~W9ajZ+KQn&BEw|2i(DlZkV>k6_-&cLOY1Z1}^@Fzmvu(uz zt;kh(#laMqA|-1 z?)tKPLd}~S_WD+BrUul%*z3s9qP~Yt-yGigRtgO2Clj--rwWq4` zo^QVTdR7HhS=s(`-}75qTgKNfF536(oz0<^yRLDqUeWKum-<~qZ86rq<~tg0EL{BM z)M2;2{^Y+}pZ>!;!X1sPx%&q+i#(A zbf!pL``M+NShbOMfY~|FNf_`qo+^BFeI? z6a+SuWf>7sFcYj#M5Q3G7pAU$@03AWYl@->0Pz0)4gh#~ct8|IaL(cD>k9xd7z_Xa z&N-}BtCQ}1uKr*!fO8H}6qU|3uJ6x0r{Ezt1)I)<-}G7Q68)o5;^;f)FdB{U^74Y| zboy=FWHP~Gv46np>+3!sf1wue+31^?8TYS`+YpMt++Cj(GLDTh_0&Mt09#@Q&=`oI_C* zD2k%7-TxZ;N0)$4nx^RY`-tNh_xJZ04u_b}=h$pESbwkA$nzX;Z*O&OS&KAH@%;RZ z&(BXhK0cO?aUA30=J0k^rQG=`_!~>MIW~L(Tb#XRr;zGUsI?>uW7dzV4#0 zqrM8l?zP?~*814V05^TT^EErrI}^P1ziJkR5D;Soo+=0-Y=6en0}x|G2%+t1FVHWp z6p=Ix!y*m|?mJFy3u~#a%=$l`Gzea5Uth?Gf3*7W; z17Llxd!GYt`hP7(OVRZ_06#^a5JCtcgb+dqA^((8pTHF~`!WA1I#+A+|L|J)%z$Xk z#gBJk=3SqFHs;Ct;a_}MgV0K(M+&di(vo0?#22K=frw64#e6@b0IfL6=_&|{*XlmR`0Q6pZg&*P#q0NeAR zns2N6G)=qL$8iJz_bkZwe>@&VAGO@AKcKsZJM{;+cwm1(<+`i;1Kd2^r9Z&U!yWqr gKE(qegpk|w19q=@Z`Qk4K>z>%07*qoM6N<$f*Ysmo&W#< diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/icon.png index ae1f854292213cd2755290c2e9c66934d3502bc2..a75ace34c6900a337f3df9bc4114f5e4a1915fff 100644 GIT binary patch delta 356 zcmV-q0h|800rLWo7=H)`0001UdV2H#0004VQb$4nuFf3k0003kNklZt~ z5Ji8Yly(bZ4&aW83vin~0O#NUzKts?a}6wL?S9h4C<|nTH_-V>2+6i){{N!^GMP*! z0j)JFrI?6VO1XYS#7ZgFTJx>VnVGG%PaQJ`&G7-O(3 z3+8!-a}L8Wq+OIepFnh9RTaGVkW%jc&bj0iK2y{lMW1s29|0_-T<3g*_Z}exNGSo} z`ZbJ2i3q^6+YkZ(V49}ny6^1kD|h$oey-!2Q3CS1fNCxfy=F4FG>ihqHOleE@N6lvntN!}`euTl} zN2{i8N;r1pf4!>Wvo%qirXT*tb2MjO)#7N*zPgGnM5*oCs!;9#SBbE-3b(l#4))5= UeKo&Y5oiyCr>mdKI;Vst0L}D69smFU diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/inhand-left.png index 59518c35c3657ca8af0061031cbf9a10ca23f0f9..c6651785097db3857ad31569a7455d8330e604b0 100644 GIT binary patch delta 448 zcmV;x0YCoz0?q@F7=H)`00020X>r~F0004VQb$4nuFf3k0004qNklB2qCD5=&SXydCzMiqGR*=d|QNs5VR~y)PHr|`K~O>!9!^Cp4D|d zD(@YW0RTWz6rIh9h!#aLI`8p`YKJm5ug}-ifDnT2_j@?!dVdpR#BR64cDwy}J?p$r zex?Qh!0~u|duPt)^UK#`uDpL2LeMHm@iikcE5v{6f)Ml;o z`b>U@THbrjvVW|zez{!GG|k}aSm*UIIRgObX0yR^xx`|zz2$*FcEk00#o=&J z3>&s}UN5Ujs`nmQmLbOYx9FT}@7U05S?BdKdzA3IY41IpbBHmbX__gUwaz0VA|fIp zA|fK9gju!6X65LdEZgHG2LRZ$$I1P@Y~3DPHAAyXt~ounmSlTu&8j_4?hI&IwZ}=G q0WfTjQ+)!=+T&CQ0I)qKA_I5t;&AQ<*eyi>0000q z00DGTPE!Ct=GbNc003=zR9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5; z&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+H-9rXwYW61M2U+tC9|j) zq>qa;ttb&F3S=8{DJ!`8xqwXu0G~e_d*@tKxBvhEqe(KltB)|APfWnOMk&tM@;Wy#hMG zHMzj68df)Y1hk7hAYz1H9y06MwP3>P0ay{{j_827rhbKjyBYqf9sjBjo`$xJegFUf M07*qoM6N<$f@ZUs6#xJL diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/inhand-right.png index fa96803d56c7e2b7cbf42bfdef502d2466445511..aec9850820a1d2e6e17c29d690361825db613220 100644 GIT binary patch delta 459 zcmV;+0W|*n0@(wQ7=H)`00020X>r~F0004VQb$4nuFf3k0004#Nkl! z00rQ8rz`CilnlTC&H_}7l8k{E!$Z(80RuR!fuN0hUzHPz^W%h{#HaU3G)4~32D{(^ zL_|bHL_|bHL<9g@Yu6kz#<;feCD2+sV~m$=DDQXI!?G;%#(&GQM3!ZP5B;<{Z&{Y! zdqa6!Hvj;XQh40a`a_gbPX~SnrIfc=V~iWh`_&xKTD!yH03k%@Bx^19`#p-H@aBKo zvw45oCY(;E-f#MHxwQV==JN8qT5Ff4soQKe-YZSh#a)DN$(!f7Gsd__#u%69`JxtI zo0_-t3`;3pl7A%L`1N{4RaLW}{idmTTkik>ZnxWEyjb<&T_OVw#GPA@CE?!HO3)={w|KKF+?7ts~Pgd))>EBY>n|-#MT&x z7fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5; z&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+H-9rXwYW61M2U+tC9|j) zq>qa;ttb&F3S=8{DJ!`8xqwXu0G~e_d*@tKxBvhEqDe$SR7i>Kl)(+eAPfY-6<{g| zP6tT?r|Z9{TTnzS+3_>?VP0sxg7srbX|Z^nlJaKN)&~QELCl%Ts8T diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/meta.json index 36ab573091..673d86bee6 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/mime.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey derivative made by brainfood1183 (github) for ss14", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey derivative made by brainfood1183 (github) for ss14, resprited by KingFroozy (github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/equipped-INNERCLOTHING-monkey.png index 1a896d093725a44c9ab321f13145909e4fad62b7..9d4c6091a11baebe8b0e5bba8cdf1bfc6429533a 100644 GIT binary patch delta 1199 zcmV;g1W^0en*qWJkR*Qrb5ch_0Itp)=>Px(d`Uz>RCt{2nz3&3IuytMzPe-FZmnV_ zmUO5PE2_8>1MBw!eSo|G576WRc!2N#JOCq8rQ4AORUPO~P*J6-I9rEvhY#mE0d8%G zZ(AupDWXZO{Ox1=*zq|)O-)TrO-)Tr&0%PJMNtGH1d;YkT|$2dilS)e`LWj_{U8WP z2tl0l{1QS?5CjE%Q~oe57)KF&->1oBf`$+UjfN03nM~mOKE+XFA#aY-ACJfIJP(|6 z008G4p66ja9=p?5Js$)C5fRO1v)t-J2%61iL`3<06(iv@eWeuy!Cw7JAtEG6l8fv^ zJx`K^qA0?tMlgTTR}J5%Z_1x0g&K_pd7g(jj&XN)hpVfroic;L0F6cip64OUG77_x z8Q0=S{VdDidEQ=q0F~+I)=!dzIOhe+tDfMTlU|O9P8tO!`ucBK-?VK;RuV$c*0M;` zl&O0~mSqUTkc~#8yxelRWN{qh?#TJ5SL_)5G);}#X0(3_gki`Qiv>&5l-=CiP^;BK zr_;e`G(xA-L95lmbULLpP1$0xV9Vu_F?QMrRLh>yzrDT9_51xkn$0G9y&js)Ci?w8 zrqd~fVaT4JpP9|{Gb%{FYkAtZ(WFjrRfN z24z`R_|<>QRo!@(`o<#w0M0lk-}jMa8Kji?|J7z>wOT<+$!vCFHk9=@n+;=(q1)|Z zyYL>#wW~ zaLj)9Cpyp_Y=aFy3FlLwYQvdMfqEG<#K}g;)cT*kmyRDlriZfMdKD-)!i68Idii=a1FFg;i?a^;D0vP_kGcXfQsgJb*;wVCrBqW5Os~{jHTsR^&yguVld0q2r z8xl{F#93}aAwxq5kqhcEc`B84crpwE3i$%6L-gDPX9iFW*ApXVvsoUOcWnSw2VGkT zQOFIjF@V)RprJ)+rIdL@2>3Tb>mn?s6Gwj$R1{e0>UGJo49he)EdvXI#839&1!7vP&3Oiq4U(@;dIeg#8 z<>e(VE-ujP^}u>P0Pa45?#E-?-```sUgPEE1*_Ex@9*z;dU|5OHY{Fsj*t%Fca(qj z?d=U8A0K#qeZ}MBBeE>Ra5!}K*{t4s_UqT)k;gfwjg&05e6RIB;OuvD;!Xvml-Rh8 z&~DjC$)uEpya1Iqc*eQ4{jK8yykr2?_;$O^0O0Rp(6Vy=+6F)7^ZDL-*yaaVj{v!+ z2NVyE8-GYcZ@lgMtj`13?xVu{TpuT$nd*P1Z6E%OgM{kEI5DkeNGok}aE^Wp|Se zfd)`)gVrMLfg*59ebpj9&=wS83<_33McUf>1|KL`P)My7IEuZq&zoh##6W93XZD=z z-rV{B|K9uk_x|_4chA`+ldHy^Q*=oYK@jIujQ37OpXJ71VL$Z#fPc;&^l?^b{EP@e z^#7jmmq)Bxa}hyInCACYN2@C*xqx0@DyzBzOPlILNSYwrBbq`om<^*g1=jk5W%k2u z9d?^vEwf+CS5lRs(Xh@xzBvr1HCOpS^K2lg_7R>UcasYlsE1M6)>Iz|MqEv0_PAXa zDjU@fyDcsfon2-hX*6i7uAFQet%sqFFLjcDatbyec{6zgCql3`sO z<>DAy@@4lFp^`hSYObl?vB~Dpe`WT%Xf)(lg7oN|dZ9W!sz>VdZkkL#?zUm%lgi3;+d2DNU!Sw- zNOVjiLXbq7Q#0b58-k9hFrqhv0UXnahEkGi^pWUPnDI^zOd;`{hN6D08#~66ZXv)X ze>ZBzlZ0A)P9-o^4RS{P2zE{ej8BqXzJRO+fhA;&2q zPtZ^$6$-rpC!}bJ__pk(=kX_;|yq|B%)WStTVS=dX{Dhp(VRRJl=8c3SvfJ}-!%P~{DXecIGE9hUum{k~tcS-`?OVf~sP;|=iUMEeAGs;JSl*h?T9Lo=+1fN)MUP2%%frZhANje(jRijB+gA%FooJLBLLXnbFp#UdxP^9_X#uBw%mnFXDPqnCxSXo)= zst87+GFtN$UXRfqKk5(42_U6OEGf`v`l}+xkfOk_B;aYtLs<~f^LPO5s-9WCNz1|o_+G|NFrkW)?MFmqB<od0K!iGoP6tj3TEBXOiaacG-XQA89W1q4>nfTU@u@%6%EtPdrVhSO-v zY0-4N(}RsL{BiG1X)Wak zZw5DZDt8-K*DiFQs_Z9VkgyM*5c2qjq`e-A$}eg7z(`{wDF!)#UE#@&N#Iy z{y1ATqd7h3k9wG7YgyHpmT|wHxcr@lzEgr8C(pC!-YB~|TVt}n2?naYesuX8F>V~3 zTv8|dK~BXP-6>)Zl8T9CgMIrGcTA!deYb?Z)^eo3*TQ^;ue>u{&Wz{`8^+C9jo>s) z%N8zEM7V&33#VaPws4su!UZf`I1SUXh07EXE@0upX_%HRT&9R{0SgyS!?bMSGDU<7 zSh#Q+rezD4DI#3J!iCc?EnB!u5#a(BE}VvG*}`Rt2p6z$;WSLk7A{jnxPXNVr(s&Q zaG4^)1uR@R4b!rP%M=kVVBx}Pn3gSErigF>3l~nqv~1xrMT84jxNsV#Web-nB3!`2 zh0`!CTewUS;Q|&eoQ7%H!expG7qD>QG)&7DE>lFffQ1XEVOq9unIggkEL=DZ)3Sxj z6cH|9;lgQ{mQRVRDDz8EFo=F0Du#Xsss=pz3i=Hx8yG*ek|3Ig5X8cp3F6pS=<_3j zXrKt>(94Q zFHlt8petYB`1`vRaO;JY6Ws;V?~7G+9C+zh#Wj5{${V{d{xR!{g@v}_%ZXJ_?Z0^8 zt%ZMUS-pJBVy`#v(#Kj4b=D3qU%8~!H~lPc+Xp3zRP29HC>t_gyK;J&`iqY5zW?ea zv-!);+Wp#f^~-7YqhwJ;^9rFB+yJt)o@L@sA zLnT8_`1-E7{lt$in1A0>f7jcK4m2!!sPkW&C%yRO#pfN|z5a@Or!2T|!K(fPikB49 zEX^KiJ>E9STce$~j2{^)ZgJ!t*|Tll(hJ+>L^m~GwDQ(nwKdz9{B-M!_a9wX_2AxD zTV7pMxS=nv{b>JNcTFf+Y57vu{s-vc!`E)<_k84;it38?U6SjaSih&=9RA6jpEiAPylip#uFd4G#RH<- z56_yqwWYkV&-HgNoHS?u(c8}7@aUSeTU%Oh>o>UXCr>{-Wmx0O`5SNC6n%W>;N~Nr zJ@Utn{qA>WwZRPq%a-lj@zu^-#;>2>xO2|TwI8*CtrG@T7Z(H{IsWhEo{s#zO2QR! zk36Yw`Lga{Y139%YIy18k9QtfJAk^h&n%;>O3=KF$Zl!c}hWeQ(F( zdG{1O|D7M)Fm51x;etEXZ-6hf<_GUNbpOQXwjVF`v>xc&Ic4HoZ>{+A!Opwbk#ni` zl6^IAPs+b)Q{L`3w(i?8Z*Tp!y0gnY{hj+ZyZgP85BzWbrM-O1Jso=wxBYWK{;~dr zL+6xi`tWeU3UcwT%Z7^kS3I)RGh)R0!})6>+i$t8YH6PT-6`kY5jzok_K7>`ciw*= z4C-9<{kMP8ED!tn?gQ$|*N=@ooez2z-}Bz53!fmaes1t&;!ww*0#^qzb9U_3 e)xR52K)BX@vDh~#vd;MFwTdxS-iJrk-1Hw=i$M7R diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/equipped-INNERCLOTHING.png index 436ebe0bdb44b9d5953f781e27c22b4cc5208309..f4424b3c44a8f8c3eb9f129888d37aad51cfaf95 100644 GIT binary patch delta 916 zcmV;F18e-?1D*$v7=H)`00020X>r~F0004VQb$4nuFf3k000A6NklkWz{c^=(U^wZbqg zf7qr@^_5aYM3km!#R+Usnx;fVof*OUL{xDC+rrrDPflqhgrFb@002)+4C+cGaKH=g?Xs2!hJJ*7ePi=Mek~4#Bn~;X8fSYNCJC zOYD8EHP-7j;(s{C-QC?@yW87aWLbv$`};C7+8BjF_1XJMDUwoF=6W4o8>EzE_8YtY z-(wB3ECT=}NivaA()IQA!M5x58cC8&lv2d~nlh+9udqT00zOCNyAfcI*ZYlG-)fHR z_FeFbY@)SBQ4}bOqP5k3Z2BjUz)#Y*^44;>q}gnS>3?*J^Ye48Rx4~a8@#{2h9Gn>uI zYyJ{r@;tYFoD-~B6h(QhwRU=zwF6ACqA2!^>I2i!d~HU84S!sX;BYgY&<8;flrPKS zerRVn1%GD;{1&_eY&#rUY+M(ip|Rbv>f7Mtz`d>*THoXGcsw4D$K&yMeg{tfIq~6S z=jZTaw1v;+(=;V1CGkn|DJRBlVQNY#OMAM`OH_&!SeS??3`2^di287Xsl^EqDP?I_ zr%vFU8yg^m=ruD0>}Q9#QiSblnvXmxZbpDvqJPr4_>Q_BPlG`spgtOXML<3328#e8 z#NZLYMG?J60E-VD0Zj+NsXhSspB6K-GHq9feT7*u#x((K2is-yJz!<5l#=2&uH1{` z7Px#0d!JMQvg8b*k%9#0BL$uSad{Xb7OL8aCB*JZU6vyoKseCa&`CgQ*iP1m200038NklEj*W>A5xfIAo40LZ%=5{IExpus>_8>T{~IKJ)vny(VR^`8pqg_1UM z0^;iSqCXI51yW(Q2FZStl0AlSa4b1F{tcEU6a)Ghz?;jaRBoc`T zwANe{1rrfVDfb{EE{cM+)_m)5W@cl|K|~mCjA3TJPed4W7JuV1i@84>MvpE1TT5#8fJ5D_-~ zjo?t*wx8SnEaEQ*{&N9QN*{L*A;il+?>(GzaLz^byjgMV49|=zEJ|Cl!t_r63)3p?(u!O?{|a%0Dw{o uN~z~zhg>YN=W=l2>_F`Hi9{li0DvD}o(c&}@{|q$0000=eQ#fi#)Oa!f(~jtd7pwD qa{sjlNohnhEN9#uFeC2t*SqW=Z}9CY7dh+!a+jy8pUXO@geCyHE=>La diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/inhand-left.png index 59518c35c3657ca8af0061031cbf9a10ca23f0f9..c6651785097db3857ad31569a7455d8330e604b0 100644 GIT binary patch delta 448 zcmV;x0YCoz0?q@F7=H)`00020X>r~F0004VQb$4nuFf3k0004qNklB2qCD5=&SXydCzMiqGR*=d|QNs5VR~y)PHr|`K~O>!9!^Cp4D|d zD(@YW0RTWz6rIh9h!#aLI`8p`YKJm5ug}-ifDnT2_j@?!dVdpR#BR64cDwy}J?p$r zex?Qh!0~u|duPt)^UK#`uDpL2LeMHm@iikcE5v{6f)Ml;o z`b>U@THbrjvVW|zez{!GG|k}aSm*UIIRgObX0yR^xx`|zz2$*FcEk00#o=&J z3>&s}UN5Ujs`nmQmLbOYx9FT}@7U05S?BdKdzA3IY41IpbBHmbX__gUwaz0VA|fIp zA|fK9gju!6X65LdEZgHG2LRZ$$I1P@Y~3DPHAAyXt~ounmSlTu&8j_4?hI&IwZ}=G q0WfTjQ+)!=+T&CQ0I)qKA_I5t;&AQ<*eyi>0000q z00DGTPE!Ct=GbNc003=zR9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5; z&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+H-9rXwYW61M2U+tC9|j) zq>qa;ttb&F3S=8{DJ!`8xqwXu0G~e_d*@tKxBvhEqe(KltB)|APfWnOMk&tM@;Wy#hMG zHMzj68df)Y1hk7hAYz1H9y06MwP3>P0ay{{j_827rhbKjyBYqf9sjBjo`$xJegFUf M07*qoM6N<$f@ZUs6#xJL diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/inhand-right.png index fa96803d56c7e2b7cbf42bfdef502d2466445511..aec9850820a1d2e6e17c29d690361825db613220 100644 GIT binary patch delta 459 zcmV;+0W|*n0@(wQ7=H)`00020X>r~F0004VQb$4nuFf3k0004#Nkl! z00rQ8rz`CilnlTC&H_}7l8k{E!$Z(80RuR!fuN0hUzHPz^W%h{#HaU3G)4~32D{(^ zL_|bHL_|bHL<9g@Yu6kz#<;feCD2+sV~m$=DDQXI!?G;%#(&GQM3!ZP5B;<{Z&{Y! zdqa6!Hvj;XQh40a`a_gbPX~SnrIfc=V~iWh`_&xKTD!yH03k%@Bx^19`#p-H@aBKo zvw45oCY(;E-f#MHxwQV==JN8qT5Ff4soQKe-YZSh#a)DN$(!f7Gsd__#u%69`JxtI zo0_-t3`;3pl7A%L`1N{4RaLW}{idmTTkik>ZnxWEyjb<&T_OVw#GPA@CE?!HO3)={w|KKF+?7ts~Pgd))>EBY>n|-#MT&x z7fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5; z&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+H-9rXwYW61M2U+tC9|j) zq>qa;ttb&F3S=8{DJ!`8xqwXu0G~e_d*@tKxBvhEqDe$SR7i>Kl)(+eAPfY-6<{g| zP6tT?r|Z9{TTnzS+3_>?VP0sxg7srbX|Z^nlJaKN)&~QELCl%Ts8T diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/meta.json index 1fb9cf1b66..af9d683fd2 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/mime.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14, resprited by KingFroozy (github)", "size": { "x": 32, "y": 32 From ff69325652422667033fb0cbe5da66d14d7bf342 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 02:41:28 +0000 Subject: [PATCH 090/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 10cc71aaf1..6732dc8241 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Spessmann - changes: - - message: Added Convex recreational complex, a large service-oriented highpop map. - type: Add - id: 7871 - time: '2025-01-30T02:44:45.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33346 - author: ScarKy0 changes: - message: Added the Authentication Disruptor to the syndicate uplink for 5TC. It @@ -3928,3 +3921,10 @@ id: 8372 time: '2025-04-28T01:00:49.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36986 +- author: KingFroozy + changes: + - message: Mime's suits were resprited. + type: Tweak + id: 8373 + time: '2025-04-28T02:40:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36702 From 0043bde40231dd821941c5aba1807f3e23f53bca Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Mon, 28 Apr 2025 01:33:40 -0400 Subject: [PATCH 091/318] Add some salvage ruins (#36814) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- Resources/Locale/en-US/prayers/prayers.ftl | 3 + Resources/Maps/Lavaland/bait.yml | 673 ++ Resources/Maps/Lavaland/bridge.yml | 8545 +++++++++++++++++ Resources/Maps/Lavaland/enclosure.yml | 1782 ++++ Resources/Maps/Lavaland/roundel.yml | 2340 +++++ Resources/Maps/Lavaland/temple.yml | 2653 +++++ .../Structures/Furniture/memorial.yml | 29 + 7 files changed, 16025 insertions(+) create mode 100644 Resources/Maps/Lavaland/bait.yml create mode 100644 Resources/Maps/Lavaland/bridge.yml create mode 100644 Resources/Maps/Lavaland/enclosure.yml create mode 100644 Resources/Maps/Lavaland/roundel.yml create mode 100644 Resources/Maps/Lavaland/temple.yml diff --git a/Resources/Locale/en-US/prayers/prayers.ftl b/Resources/Locale/en-US/prayers/prayers.ftl index f0e22eaadf..24b1246565 100644 --- a/Resources/Locale/en-US/prayers/prayers.ftl +++ b/Resources/Locale/en-US/prayers/prayers.ftl @@ -2,11 +2,13 @@ prayer-verbs-pray = Pray prayer-verbs-call = Call prayer-verbs-rub = Rub +prayer-verbs-worship = Worship prayer-chat-notify-pray = PRAYER prayer-chat-notify-honkmother = HONKMOTHER prayer-chat-notify-centcom = CENTCOMM prayer-chat-notify-syndicate = SYNDICATE prayer-chat-notify-lamp = LAMP +prayer-chat-notify-monolith = MONOLITH prayer-popup-subtle-default = You hear a voice in your head... @@ -14,6 +16,7 @@ prayer-popup-notify-honkmother-sent = You left a voicemail message for the Honkm prayer-popup-notify-centcom-sent = You left a voicemail message for Central Command... prayer-popup-notify-syndicate-sent = You left a voicemail message for Syndicate High Command... prayer-popup-notify-lamp-sent = Your thoughts seem to echo... +prayer-popup-notify-monolith-sent = Nothing happens. Thunderously... prayer-popup-notify-pray-sent = Your message has been sent to the gods... prayer-popup-notify-pray-locked = You don't feel worthy enough... prayer-popup-notify-pray-ui-message = Message diff --git a/Resources/Maps/Lavaland/bait.yml b/Resources/Maps/Lavaland/bait.yml new file mode 100644 index 0000000000..7028d40b8c --- /dev/null +++ b/Resources/Maps/Lavaland/bait.yml @@ -0,0 +1,673 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/21/2025 20:08:51 + entityCount: 98 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 2: Space + 1: FloorBasalt + 0: FloorCave +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.53125,-0.47916666 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65523 + -1,0: + 0: 61183 + 0,1: + 0: 1907 + -1,1: + 0: 2184 + 1,0: + 0: 1655 + 1,-1: + 0: 28672 + -2,0: + 0: 1228 + -2,-1: + 0: 52224 + -1,-1: + 0: 65256 + 0,-2: + 0: 30464 + -1,-2: + 0: 52224 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: CartridgeRocket + entities: + - uid: 85 + components: + - type: Transform + pos: 0.501868,0.774269 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 0.5227013,0.4201024 + parent: 1 +- proto: Railing + entities: + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 +- proto: RailingCorner + entities: + - uid: 67 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 +- proto: StairDark + entities: + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 1 + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 1 + - uid: 8 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - uid: 56 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 60 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 62 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - uid: 89 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 + - uid: 90 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 1 + - uid: 91 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 +- proto: TableStone + entities: + - uid: 83 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 +- proto: WallBasaltCobblebrick + entities: + - uid: 4 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 1 + - uid: 14 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 20 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 21 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 26 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 1 + - uid: 30 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,4.5 + parent: 1 + - uid: 32 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 1 + - uid: 33 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 34 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,4.5 + parent: 1 + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 1 + - uid: 40 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,3.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 17 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 +- proto: WeaponLauncherRocket + entities: + - uid: 84 + components: + - type: Transform + pos: 0.5539513,0.51385236 + parent: 1 +- proto: WeaponTurretHostile + entities: + - uid: 79 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/bridge.yml b/Resources/Maps/Lavaland/bridge.yml new file mode 100644 index 0000000000..f05e1a00a5 --- /dev/null +++ b/Resources/Maps/Lavaland/bridge.yml @@ -0,0 +1,8545 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/21/2025 20:55:28 + entityCount: 1338 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 2: Space + 1: FloorBasalt + 0: FloorDarkPavement +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.5,-0.453125 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -3,0: + ind: -3,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -3,1: + ind: -3,1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -4,1: + ind: -4,1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -3,2: + ind: -3,2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -4,2: + ind: -4,2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -4,0: + ind: -4,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 3,-2: + ind: 3,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 4,-2: + ind: 4,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 5,-2: + ind: 5,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 6,-2: + ind: 6,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 7,-2: + ind: 7,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 8,-2: + ind: 8,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -5,1: + ind: -5,1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -5,2: + ind: -5,2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -6,1: + ind: -6,1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + version: 6 + -6,2: + ind: -6,2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -7,2: + ind: -7,2 + tiles: AgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -7,1: + ind: -7,1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65523 + -1,0: + 0: 65535 + 0,1: + 0: 30515 + -1,1: + 0: 52360 + 0,2: + 0: 819 + -1,2: + 0: 2184 + 1,0: + 0: 65535 + 1,-1: + 0: 65535 + 2,0: + 0: 275 + 2,-1: + 0: 65535 + 0,-3: + 0: 13056 + -1,-3: + 0: 34816 + 0,-2: + 0: 14195 + -1,-2: + 0: 36040 + -1,-1: + 0: 65528 + 1,-2: + 0: 64512 + 2,-2: + 0: 65408 + 3,-2: + 0: 65528 + 3,-1: + 0: 14207 + 4,-2: + 0: 32767 + -4,0: + 0: 65472 + -4,1: + 0: 2047 + -5,1: + 0: 32767 + -3,0: + 0: 65534 + -3,1: + 0: 23 + -3,-1: + 0: 59392 + -2,0: + 0: 65535 + -2,-1: + 0: 65504 + 4,-3: + 0: 60608 + 5,-3: + 0: 65532 + 5,-2: + 0: 31 + 6,-3: + 0: 65535 + 6,-2: + 0: 3 + 6,-4: + 0: 52428 + 6,-5: + 0: 51336 + 7,-4: + 0: 30515 + 7,-3: + 0: 7679 + 7,-5: + 0: 65535 + 8,-3: + 0: 61424 + -8,1: + 0: 65280 + -9,1: + 0: 63488 + -8,2: + 0: 65535 + -9,2: + 0: 4095 + -8,3: + 0: 65535 + -8,4: + 0: 65535 + -9,3: + 0: 61440 + -7,1: + 0: 65520 + -7,2: + 0: 5119 + -7,3: + 0: 4369 + -7,4: + 0: 17 + -6,1: + 0: 65535 + -6,2: + 0: 17 + -6,0: + 0: 61440 + -5,0: + 0: 12288 + -12,3: + 0: 61440 + -12,4: + 0: 255 + -13,3: + 0: 49152 + -11,3: + 0: 4096 + -11,4: + 0: 4095 + -10,3: + 0: 49152 + -10,4: + 0: 2047 + -10,1: + 0: 32768 + -10,2: + 0: 2184 + -9,4: + 0: 52479 + -8,5: + 0: 65535 + -9,5: + 0: 64716 + -8,6: + 0: 65535 + -9,6: + 0: 65535 + -7,5: + 0: 4368 + -7,6: + 0: 1 + -13,4: + 0: 204 + -12,6: + 0: 65280 + -12,7: + 0: 65535 + -13,7: + 0: 65535 + -12,8: + 0: 15 + -11,6: + 0: 65535 + -11,7: + 0: 65535 + -11,8: + 0: 1 + -10,6: + 0: 65535 + -10,7: + 0: 4607 + -10,5: + 0: 49152 + -9,7: + 0: 15 + -16,7: + 0: 65408 + -17,7: + 0: 65280 + -15,7: + 0: 4080 + -14,7: + 0: 4080 + -13,8: + 0: 12 + 8,-5: + 0: 65535 + 8,-6: + 0: 65280 + 9,-6: + 0: 65520 + 9,-5: + 0: 16383 + 10,-6: + 0: 65528 + 10,-5: + 0: 4095 + 10,-7: + 0: 32768 + 11,-7: + 0: 65024 + 11,-6: + 0: 65535 + 11,-5: + 0: 127 + 12,-7: + 0: 65280 + 12,-6: + 0: 8191 + 12,-5: + 0: 1 + 9,-3: + 0: 62208 + 9,-2: + 0: 61183 + 9,-1: + 0: 52430 + 9,0: + 0: 36044 + 10,-3: + 0: 4096 + 10,-2: + 0: 4369 + 10,-1: + 0: 1 + 10,0: + 0: 4352 + 9,1: + 0: 136 + 10,1: + 0: 17 + 13,-7: + 0: 65480 + 13,-6: + 0: 4095 + 14,-7: + 0: 65535 + 14,-6: + 0: 4095 + 15,-7: + 0: 65535 + 15,-6: + 0: 831 + 16,-7: + 0: 65535 + 16,-6: + 0: 7 + 16,-8: + 0: 61440 + 17,-8: + 0: 61440 + 17,-7: + 0: 65535 + 18,-8: + 0: 61440 + 18,-7: + 0: 15 + 19,-8: + 0: 65280 + 19,-7: + 0: 15 + 20,-8: + 0: 65280 + 20,-7: + 0: 1 + 21,-8: + 0: 65280 + 22,-8: + 0: 65280 + 22,-7: + 0: 255 + 23,-8: + 0: 65280 + 23,-7: + 0: 255 + 24,-8: + 0: 61440 + 24,-7: + 0: 255 + 25,-8: + 0: 61440 + 25,-7: + 0: 65535 + 26,-7: + 0: 65520 + 27,-7: + 0: 65520 + 28,-7: + 0: 65520 + 29,-7: + 0: 65392 + 29,-6: + 0: 12 + 30,-7: + 0: 65280 + 30,-6: + 0: 15 + 31,-7: + 0: 28672 + 31,-6: + 0: 207 + 32,-6: + 0: 247 + 33,-6: + 0: 240 + -20,7: + 0: 61440 + -20,8: + 0: 287 + -21,7: + 0: 32768 + -19,7: + 0: 63488 + -19,8: + 0: 15 + -18,7: + 0: 65280 + -18,8: + 0: 1 + -21,8: + 0: 4095 + -24,8: + 0: 4095 + -25,8: + 0: 255 + -23,8: + 0: 4095 + -22,8: + 0: 4095 + -28,8: + 0: 14 + -28,7: + 0: 57344 + -27,8: + 0: 207 + -27,7: + 0: 61440 + -26,8: + 0: 255 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: FloorLavaEntity + entities: + - uid: 2 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,-22.5 + parent: 1 + - uid: 3 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,-22.5 + parent: 1 + - uid: 4 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 133.5,-22.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,-22.5 + parent: 1 + - uid: 6 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,-22.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,-22.5 + parent: 1 + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,-22.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,-22.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,-22.5 + parent: 1 + - uid: 11 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,-22.5 + parent: 1 + - uid: 12 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,-23.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,-23.5 + parent: 1 + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,-23.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,-23.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,-23.5 + parent: 1 + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,-23.5 + parent: 1 + - uid: 18 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,-23.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,-23.5 + parent: 1 + - uid: 20 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,-23.5 + parent: 1 + - uid: 21 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,-23.5 + parent: 1 + - uid: 22 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 120.5,-23.5 + parent: 1 + - uid: 23 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 119.5,-23.5 + parent: 1 + - uid: 24 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,-23.5 + parent: 1 + - uid: 25 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,-24.5 + parent: 1 + - uid: 26 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,-24.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,-24.5 + parent: 1 + - uid: 28 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,-24.5 + parent: 1 + - uid: 29 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,-24.5 + parent: 1 + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,-24.5 + parent: 1 + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 120.5,-24.5 + parent: 1 + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 117.5,-24.5 + parent: 1 + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,-24.5 + parent: 1 + - uid: 34 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 116.5,-24.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 115.5,-24.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 114.5,-24.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 113.5,-24.5 + parent: 1 + - uid: 38 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 112.5,-24.5 + parent: 1 + - uid: 39 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 119.5,-24.5 + parent: 1 + - uid: 40 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 110.5,-24.5 + parent: 1 + - uid: 41 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 109.5,-24.5 + parent: 1 + - uid: 42 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 108.5,-24.5 + parent: 1 + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 107.5,-24.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 111.5,-24.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 106.5,-24.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.5,-24.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.5,-24.5 + parent: 1 + - uid: 48 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-24.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.5,-24.5 + parent: 1 + - uid: 50 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,-24.5 + parent: 1 + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-24.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-25.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,-25.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.5,-25.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-25.5 + parent: 1 + - uid: 56 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.5,-25.5 + parent: 1 + - uid: 57 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.5,-25.5 + parent: 1 + - uid: 58 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 106.5,-25.5 + parent: 1 + - uid: 59 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 109.5,-25.5 + parent: 1 + - uid: 60 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 108.5,-25.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 110.5,-25.5 + parent: 1 + - uid: 62 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 111.5,-25.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 112.5,-25.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 113.5,-25.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 114.5,-25.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 115.5,-25.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 107.5,-25.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 116.5,-25.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 117.5,-25.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,-25.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 119.5,-25.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 120.5,-25.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,-25.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,-25.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,-25.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 118.5,-26.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 117.5,-26.5 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 116.5,-26.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 115.5,-26.5 + parent: 1 + - uid: 80 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 114.5,-26.5 + parent: 1 + - uid: 81 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 113.5,-26.5 + parent: 1 + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 112.5,-26.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 111.5,-26.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 110.5,-26.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 109.5,-26.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 108.5,-26.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 107.5,-26.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 106.5,-26.5 + parent: 1 + - uid: 89 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.5,-26.5 + parent: 1 + - uid: 90 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.5,-26.5 + parent: 1 + - uid: 91 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-26.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.5,-26.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,-26.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-26.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-25.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-28.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-27.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.5,-28.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.5,-27.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,-28.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,-27.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-28.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-27.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.5,-28.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.5,-27.5 + parent: 1 + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,-28.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,-27.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 97.5,-28.5 + parent: 1 + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 97.5,-27.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 96.5,-28.5 + parent: 1 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 96.5,-27.5 + parent: 1 + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.5,-28.5 + parent: 1 + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.5,-27.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,-28.5 + parent: 1 + - uid: 115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,-27.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,-28.5 + parent: 1 + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,-27.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-28.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-27.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,-28.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,-27.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-28.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-27.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-28.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-27.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-28.5 + parent: 1 + - uid: 127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-27.5 + parent: 1 + - uid: 128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.5,-26.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,-26.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 97.5,-26.5 + parent: 1 + - uid: 131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 96.5,-26.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.5,-26.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,-26.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,-26.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-26.5 + parent: 1 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,-26.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-26.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-26.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-26.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.5,-29.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,-29.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,-29.5 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-29.5 + parent: 1 + - uid: 144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,-29.5 + parent: 1 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-29.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-29.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-29.5 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-29.5 + parent: 1 + - uid: 149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-29.5 + parent: 1 + - uid: 150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-29.5 + parent: 1 + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,-29.5 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-29.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-29.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-29.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-29.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-29.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-29.5 + parent: 1 + - uid: 158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-29.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-29.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-28.5 + parent: 1 + - uid: 161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-28.5 + parent: 1 + - uid: 162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-28.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-28.5 + parent: 1 + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,-28.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-28.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-28.5 + parent: 1 + - uid: 167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-28.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-28.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-28.5 + parent: 1 + - uid: 170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-28.5 + parent: 1 + - uid: 171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-28.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-28.5 + parent: 1 + - uid: 173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-28.5 + parent: 1 + - uid: 174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-28.5 + parent: 1 + - uid: 175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-28.5 + parent: 1 + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-28.5 + parent: 1 + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-28.5 + parent: 1 + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-28.5 + parent: 1 + - uid: 179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-28.5 + parent: 1 + - uid: 180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-28.5 + parent: 1 + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-28.5 + parent: 1 + - uid: 182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-28.5 + parent: 1 + - uid: 183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-28.5 + parent: 1 + - uid: 184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-27.5 + parent: 1 + - uid: 185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-27.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-27.5 + parent: 1 + - uid: 187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-27.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-27.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-27.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-27.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-27.5 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-27.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-27.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-27.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-27.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-27.5 + parent: 1 + - uid: 197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-27.5 + parent: 1 + - uid: 198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-27.5 + parent: 1 + - uid: 199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-27.5 + parent: 1 + - uid: 200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-27.5 + parent: 1 + - uid: 201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-27.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-27.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-27.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-27.5 + parent: 1 + - uid: 205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-27.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-27.5 + parent: 1 + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-27.5 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-27.5 + parent: 1 + - uid: 209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-27.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-26.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-25.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-24.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-26.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-25.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-24.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-26.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-25.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-24.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-26.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-25.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-24.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-26.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-25.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-24.5 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-26.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-25.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-24.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-26.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-25.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-24.5 + parent: 1 + - uid: 231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-26.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-25.5 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-24.5 + parent: 1 + - uid: 234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-26.5 + parent: 1 + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-25.5 + parent: 1 + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-24.5 + parent: 1 + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-26.5 + parent: 1 + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-25.5 + parent: 1 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-24.5 + parent: 1 + - uid: 240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-26.5 + parent: 1 + - uid: 241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-25.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-24.5 + parent: 1 + - uid: 243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-26.5 + parent: 1 + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-25.5 + parent: 1 + - uid: 245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-24.5 + parent: 1 + - uid: 246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-26.5 + parent: 1 + - uid: 247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-25.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-24.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-26.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-25.5 + parent: 1 + - uid: 251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-24.5 + parent: 1 + - uid: 252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-26.5 + parent: 1 + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-25.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-24.5 + parent: 1 + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-26.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-25.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-24.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-26.5 + parent: 1 + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-25.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-24.5 + parent: 1 + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-26.5 + parent: 1 + - uid: 262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-25.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-24.5 + parent: 1 + - uid: 264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-23.5 + parent: 1 + - uid: 265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-23.5 + parent: 1 + - uid: 266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-23.5 + parent: 1 + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-23.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-23.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-23.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-23.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-23.5 + parent: 1 + - uid: 272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-23.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-23.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-23.5 + parent: 1 + - uid: 275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-23.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-23.5 + parent: 1 + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-22.5 + parent: 1 + - uid: 278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-21.5 + parent: 1 + - uid: 279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-22.5 + parent: 1 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-21.5 + parent: 1 + - uid: 281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-22.5 + parent: 1 + - uid: 282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-21.5 + parent: 1 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-22.5 + parent: 1 + - uid: 284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-21.5 + parent: 1 + - uid: 285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-22.5 + parent: 1 + - uid: 286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-21.5 + parent: 1 + - uid: 287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-22.5 + parent: 1 + - uid: 288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-22.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-21.5 + parent: 1 + - uid: 290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-22.5 + parent: 1 + - uid: 291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-21.5 + parent: 1 + - uid: 292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-21.5 + parent: 1 + - uid: 293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-24.5 + parent: 1 + - uid: 294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-23.5 + parent: 1 + - uid: 295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-22.5 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-21.5 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-25.5 + parent: 1 + - uid: 298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-24.5 + parent: 1 + - uid: 299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-23.5 + parent: 1 + - uid: 300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-22.5 + parent: 1 + - uid: 301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-21.5 + parent: 1 + - uid: 302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-24.5 + parent: 1 + - uid: 303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-23.5 + parent: 1 + - uid: 304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-22.5 + parent: 1 + - uid: 305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-21.5 + parent: 1 + - uid: 306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-25.5 + parent: 1 + - uid: 307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-24.5 + parent: 1 + - uid: 308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-25.5 + parent: 1 + - uid: 309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-23.5 + parent: 1 + - uid: 310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-22.5 + parent: 1 + - uid: 311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-25.5 + parent: 1 + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-24.5 + parent: 1 + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-21.5 + parent: 1 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-22.5 + parent: 1 + - uid: 315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-23.5 + parent: 1 + - uid: 316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-21.5 + parent: 1 + - uid: 317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-25.5 + parent: 1 + - uid: 318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-24.5 + parent: 1 + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-23.5 + parent: 1 + - uid: 320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-22.5 + parent: 1 + - uid: 321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-21.5 + parent: 1 + - uid: 322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-25.5 + parent: 1 + - uid: 323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-24.5 + parent: 1 + - uid: 324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-23.5 + parent: 1 + - uid: 325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-22.5 + parent: 1 + - uid: 326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-21.5 + parent: 1 + - uid: 327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-25.5 + parent: 1 + - uid: 328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-24.5 + parent: 1 + - uid: 329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-23.5 + parent: 1 + - uid: 330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-22.5 + parent: 1 + - uid: 331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-21.5 + parent: 1 + - uid: 332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-25.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-24.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-23.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-22.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-21.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-22.5 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-24.5 + parent: 1 + - uid: 339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-23.5 + parent: 1 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-22.5 + parent: 1 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-21.5 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-20.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-19.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-18.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-24.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-23.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-22.5 + parent: 1 + - uid: 348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-21.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-20.5 + parent: 1 + - uid: 350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-19.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-18.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-18.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-19.5 + parent: 1 + - uid: 354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-20.5 + parent: 1 + - uid: 355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-18.5 + parent: 1 + - uid: 356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-19.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-20.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-19.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-20.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-19.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-20.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-21.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-20.5 + parent: 1 + - uid: 364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-19.5 + parent: 1 + - uid: 365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-18.5 + parent: 1 + - uid: 366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-17.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-22.5 + parent: 1 + - uid: 368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-21.5 + parent: 1 + - uid: 369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-20.5 + parent: 1 + - uid: 370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-19.5 + parent: 1 + - uid: 371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-18.5 + parent: 1 + - uid: 372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-17.5 + parent: 1 + - uid: 373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-22.5 + parent: 1 + - uid: 374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-21.5 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-20.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-18.5 + parent: 1 + - uid: 377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-17.5 + parent: 1 + - uid: 378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-22.5 + parent: 1 + - uid: 379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-19.5 + parent: 1 + - uid: 380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-21.5 + parent: 1 + - uid: 381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-20.5 + parent: 1 + - uid: 382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-18.5 + parent: 1 + - uid: 383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-17.5 + parent: 1 + - uid: 384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-19.5 + parent: 1 + - uid: 385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-22.5 + parent: 1 + - uid: 386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-21.5 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-19.5 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-20.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-18.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-17.5 + parent: 1 + - uid: 391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-17.5 + parent: 1 + - uid: 392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-22.5 + parent: 1 + - uid: 393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-21.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-20.5 + parent: 1 + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-19.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-18.5 + parent: 1 + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-17.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-16.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-22.5 + parent: 1 + - uid: 400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-21.5 + parent: 1 + - uid: 401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-20.5 + parent: 1 + - uid: 402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-19.5 + parent: 1 + - uid: 403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-18.5 + parent: 1 + - uid: 404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-17.5 + parent: 1 + - uid: 405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-16.5 + parent: 1 + - uid: 406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-9.5 + parent: 1 + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-21.5 + parent: 1 + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-20.5 + parent: 1 + - uid: 409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-19.5 + parent: 1 + - uid: 410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-18.5 + parent: 1 + - uid: 411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-17.5 + parent: 1 + - uid: 412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-16.5 + parent: 1 + - uid: 413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-21.5 + parent: 1 + - uid: 414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-20.5 + parent: 1 + - uid: 415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-19.5 + parent: 1 + - uid: 416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-18.5 + parent: 1 + - uid: 417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-17.5 + parent: 1 + - uid: 418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-16.5 + parent: 1 + - uid: 419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-21.5 + parent: 1 + - uid: 420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-20.5 + parent: 1 + - uid: 421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-18.5 + parent: 1 + - uid: 422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-19.5 + parent: 1 + - uid: 423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-16.5 + parent: 1 + - uid: 424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-21.5 + parent: 1 + - uid: 425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-20.5 + parent: 1 + - uid: 426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-19.5 + parent: 1 + - uid: 427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-18.5 + parent: 1 + - uid: 428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-17.5 + parent: 1 + - uid: 429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-16.5 + parent: 1 + - uid: 430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-17.5 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-19.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-18.5 + parent: 1 + - uid: 433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-17.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-16.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-19.5 + parent: 1 + - uid: 436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-18.5 + parent: 1 + - uid: 437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-17.5 + parent: 1 + - uid: 438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-16.5 + parent: 1 + - uid: 439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-19.5 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-18.5 + parent: 1 + - uid: 441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-17.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-16.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-18.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-17.5 + parent: 1 + - uid: 445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-16.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-19.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-18.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-19.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-17.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-16.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-14.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-13.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-12.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-11.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-10.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-15.5 + parent: 1 + - uid: 458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-14.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-13.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-12.5 + parent: 1 + - uid: 461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-10.5 + parent: 1 + - uid: 463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-15.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-14.5 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-13.5 + parent: 1 + - uid: 466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-12.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-11.5 + parent: 1 + - uid: 468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-10.5 + parent: 1 + - uid: 469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-15.5 + parent: 1 + - uid: 470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-14.5 + parent: 1 + - uid: 471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-13.5 + parent: 1 + - uid: 472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-12.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-11.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-10.5 + parent: 1 + - uid: 475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 1 + - uid: 476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-13.5 + parent: 1 + - uid: 477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 1 + - uid: 478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 1 + - uid: 479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-10.5 + parent: 1 + - uid: 480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-9.5 + parent: 1 + - uid: 481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-9.5 + parent: 1 + - uid: 482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-10.5 + parent: 1 + - uid: 483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-11.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-10.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-9.5 + parent: 1 + - uid: 486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-10.5 + parent: 1 + - uid: 487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-9.5 + parent: 1 + - uid: 488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-10.5 + parent: 1 + - uid: 489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-9.5 + parent: 1 + - uid: 490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-10.5 + parent: 1 + - uid: 491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-8.5 + parent: 1 + - uid: 492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-8.5 + parent: 1 + - uid: 493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-8.5 + parent: 1 + - uid: 494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-8.5 + parent: 1 + - uid: 495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-8.5 + parent: 1 + - uid: 496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-9.5 + parent: 1 + - uid: 497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-9.5 + parent: 1 + - uid: 498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-7.5 + parent: 1 + - uid: 499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-6.5 + parent: 1 + - uid: 500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-7.5 + parent: 1 + - uid: 501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-6.5 + parent: 1 + - uid: 502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-5.5 + parent: 1 + - uid: 503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-4.5 + parent: 1 + - uid: 504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-3.5 + parent: 1 + - uid: 505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-7.5 + parent: 1 + - uid: 506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-6.5 + parent: 1 + - uid: 507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-5.5 + parent: 1 + - uid: 508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-4.5 + parent: 1 + - uid: 509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-7.5 + parent: 1 + - uid: 510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-6.5 + parent: 1 + - uid: 511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-5.5 + parent: 1 + - uid: 512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-4.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-3.5 + parent: 1 + - uid: 514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-7.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-6.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-3.5 + parent: 1 + - uid: 517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-3.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-5.5 + parent: 1 + - uid: 519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-4.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-8.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-8.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-8.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-2.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-1.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-0.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,0.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,1.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,2.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-2.5 + parent: 1 + - uid: 530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 1 + - uid: 531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 1 + - uid: 532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,0.5 + parent: 1 + - uid: 533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,1.5 + parent: 1 + - uid: 534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,2.5 + parent: 1 + - uid: 535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,2.5 + parent: 1 + - uid: 536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,3.5 + parent: 1 + - uid: 537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,3.5 + parent: 1 + - uid: 538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,4.5 + parent: 1 + - uid: 539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,4.5 + parent: 1 + - uid: 540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,5.5 + parent: 1 + - uid: 541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,5.5 + parent: 1 + - uid: 542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-9.5 + parent: 1 + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-8.5 + parent: 1 + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-9.5 + parent: 1 + - uid: 545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-8.5 + parent: 1 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-9.5 + parent: 1 + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-8.5 + parent: 1 + - uid: 548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-9.5 + parent: 1 + - uid: 549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-8.5 + parent: 1 + - uid: 550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-9.5 + parent: 1 + - uid: 551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-8.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-9.5 + parent: 1 + - uid: 553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 + parent: 1 + - uid: 554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-9.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 1 + - uid: 556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-9.5 + parent: 1 + - uid: 557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-8.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-9.5 + parent: 1 + - uid: 559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-8.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-9.5 + parent: 1 + - uid: 561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-8.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-9.5 + parent: 1 + - uid: 563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 1 + - uid: 564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-10.5 + parent: 1 + - uid: 565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-10.5 + parent: 1 + - uid: 566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-10.5 + parent: 1 + - uid: 567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-10.5 + parent: 1 + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-10.5 + parent: 1 + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-10.5 + parent: 1 + - uid: 570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-10.5 + parent: 1 + - uid: 571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-10.5 + parent: 1 + - uid: 572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-11.5 + parent: 1 + - uid: 573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-11.5 + parent: 1 + - uid: 574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-11.5 + parent: 1 + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-11.5 + parent: 1 + - uid: 576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-7.5 + parent: 1 + - uid: 577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-7.5 + parent: 1 + - uid: 578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-7.5 + parent: 1 + - uid: 579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-7.5 + parent: 1 + - uid: 580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-7.5 + parent: 1 + - uid: 581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-7.5 + parent: 1 + - uid: 582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-7.5 + parent: 1 + - uid: 583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-7.5 + parent: 1 + - uid: 584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-8.5 + parent: 1 + - uid: 585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-7.5 + parent: 1 + - uid: 586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-6.5 + parent: 1 + - uid: 587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-5.5 + parent: 1 + - uid: 588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 1 + - uid: 589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-4.5 + parent: 1 + - uid: 590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-5.5 + parent: 1 + - uid: 591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-6.5 + parent: 1 + - uid: 592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 1 + - uid: 593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-6.5 + parent: 1 + - uid: 594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-6.5 + parent: 1 + - uid: 595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-7.5 + parent: 1 + - uid: 596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-6.5 + parent: 1 + - uid: 597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-5.5 + parent: 1 + - uid: 598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-4.5 + parent: 1 + - uid: 599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-7.5 + parent: 1 + - uid: 600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-6.5 + parent: 1 + - uid: 601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-4.5 + parent: 1 + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-6.5 + parent: 1 + - uid: 604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-5.5 + parent: 1 + - uid: 605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-4.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-3.5 + parent: 1 + - uid: 607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 1 + - uid: 608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-4.5 + parent: 1 + - uid: 610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 1 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 1 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-3.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 1 + - uid: 615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 1 + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 1 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 1 + - uid: 618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-3.5 + parent: 1 + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-3.5 + parent: 1 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-2.5 + parent: 1 + - uid: 621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-1.5 + parent: 1 + - uid: 622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 1 + - uid: 624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-2.5 + parent: 1 + - uid: 625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-1.5 + parent: 1 + - uid: 626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 1 + - uid: 629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 1 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 1 + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 1 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 1 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-2.5 + parent: 1 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 1 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 1 + - uid: 651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 1 + - uid: 652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 1 + - uid: 653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 1 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 1 + - uid: 655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 1 + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 1 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 1 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 1 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 + - uid: 662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 1 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 1 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,0.5 + parent: 1 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1 + - uid: 673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - uid: 674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - uid: 676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 1 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,1.5 + parent: 1 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,2.5 + parent: 1 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,2.5 + parent: 1 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - uid: 697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - uid: 699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 1 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 1 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 1 + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - uid: 711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 1 + - uid: 713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - uid: 717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 1 + - uid: 719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 + - uid: 720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 1 + - uid: 721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - uid: 723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,2.5 + parent: 1 + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 1 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,2.5 + parent: 1 + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 1 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 1 + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 1 + - uid: 734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 1 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 1 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 1 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 1 + - uid: 739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 1 + - uid: 740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 1 + - uid: 742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 1 + - uid: 743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 1 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 1 + - uid: 745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 1 + - uid: 746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 1 + - uid: 747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,3.5 + parent: 1 + - uid: 748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,3.5 + parent: 1 + - uid: 749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 1 + - uid: 750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1 + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 1 + - uid: 752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1 + - uid: 753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 1 + - uid: 754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,1.5 + parent: 1 + - uid: 757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,2.5 + parent: 1 + - uid: 758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,3.5 + parent: 1 + - uid: 759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,4.5 + parent: 1 + - uid: 760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,1.5 + parent: 1 + - uid: 761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,2.5 + parent: 1 + - uid: 762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,4.5 + parent: 1 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,5.5 + parent: 1 + - uid: 765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,1.5 + parent: 1 + - uid: 766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,2.5 + parent: 1 + - uid: 767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,3.5 + parent: 1 + - uid: 768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,4.5 + parent: 1 + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,5.5 + parent: 1 + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,1.5 + parent: 1 + - uid: 771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,2.5 + parent: 1 + - uid: 772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,3.5 + parent: 1 + - uid: 773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,4.5 + parent: 1 + - uid: 774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,5.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,6.5 + parent: 1 + - uid: 776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,6.5 + parent: 1 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,6.5 + parent: 1 + - uid: 778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,6.5 + parent: 1 + - uid: 779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,6.5 + parent: 1 + - uid: 780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,6.5 + parent: 1 + - uid: 781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,6.5 + parent: 1 + - uid: 782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,6.5 + parent: 1 + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,6.5 + parent: 1 + - uid: 784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,6.5 + parent: 1 + - uid: 785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,6.5 + parent: 1 + - uid: 786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,6.5 + parent: 1 + - uid: 787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,6.5 + parent: 1 + - uid: 788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,6.5 + parent: 1 + - uid: 789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,6.5 + parent: 1 + - uid: 790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,5.5 + parent: 1 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,5.5 + parent: 1 + - uid: 792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,5.5 + parent: 1 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,5.5 + parent: 1 + - uid: 794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,5.5 + parent: 1 + - uid: 795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,5.5 + parent: 1 + - uid: 796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,5.5 + parent: 1 + - uid: 797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,5.5 + parent: 1 + - uid: 798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,5.5 + parent: 1 + - uid: 799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,5.5 + parent: 1 + - uid: 800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,5.5 + parent: 1 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,5.5 + parent: 1 + - uid: 802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,5.5 + parent: 1 + - uid: 803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,5.5 + parent: 1 + - uid: 804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,2.5 + parent: 1 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,3.5 + parent: 1 + - uid: 806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,4.5 + parent: 1 + - uid: 807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,2.5 + parent: 1 + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,3.5 + parent: 1 + - uid: 809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,4.5 + parent: 1 + - uid: 810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,4.5 + parent: 1 + - uid: 811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,4.5 + parent: 1 + - uid: 812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,4.5 + parent: 1 + - uid: 813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,4.5 + parent: 1 + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,4.5 + parent: 1 + - uid: 815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,4.5 + parent: 1 + - uid: 816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,4.5 + parent: 1 + - uid: 817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,4.5 + parent: 1 + - uid: 818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,3.5 + parent: 1 + - uid: 819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,3.5 + parent: 1 + - uid: 820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,3.5 + parent: 1 + - uid: 821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,3.5 + parent: 1 + - uid: 822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,3.5 + parent: 1 + - uid: 823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,3.5 + parent: 1 + - uid: 824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,7.5 + parent: 1 + - uid: 825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,7.5 + parent: 1 + - uid: 826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,7.5 + parent: 1 + - uid: 827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,7.5 + parent: 1 + - uid: 828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,7.5 + parent: 1 + - uid: 829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,7.5 + parent: 1 + - uid: 830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,7.5 + parent: 1 + - uid: 831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,7.5 + parent: 1 + - uid: 832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,7.5 + parent: 1 + - uid: 833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,7.5 + parent: 1 + - uid: 834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,7.5 + parent: 1 + - uid: 835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,7.5 + parent: 1 + - uid: 836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,7.5 + parent: 1 + - uid: 837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,7.5 + parent: 1 + - uid: 838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,7.5 + parent: 1 + - uid: 839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,7.5 + parent: 1 + - uid: 840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,7.5 + parent: 1 + - uid: 841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,7.5 + parent: 1 + - uid: 842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,7.5 + parent: 1 + - uid: 843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,7.5 + parent: 1 + - uid: 844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,6.5 + parent: 1 + - uid: 845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,6.5 + parent: 1 + - uid: 846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,6.5 + parent: 1 + - uid: 847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,6.5 + parent: 1 + - uid: 848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,6.5 + parent: 1 + - uid: 849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,8.5 + parent: 1 + - uid: 850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,9.5 + parent: 1 + - uid: 851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,8.5 + parent: 1 + - uid: 852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,9.5 + parent: 1 + - uid: 853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,8.5 + parent: 1 + - uid: 854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,9.5 + parent: 1 + - uid: 855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,8.5 + parent: 1 + - uid: 856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,9.5 + parent: 1 + - uid: 857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,8.5 + parent: 1 + - uid: 858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,9.5 + parent: 1 + - uid: 859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,8.5 + parent: 1 + - uid: 860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,8.5 + parent: 1 + - uid: 861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,9.5 + parent: 1 + - uid: 862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,8.5 + parent: 1 + - uid: 863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,9.5 + parent: 1 + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,9.5 + parent: 1 + - uid: 865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,8.5 + parent: 1 + - uid: 866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,9.5 + parent: 1 + - uid: 867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,8.5 + parent: 1 + - uid: 868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,9.5 + parent: 1 + - uid: 869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,8.5 + parent: 1 + - uid: 870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,9.5 + parent: 1 + - uid: 871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,8.5 + parent: 1 + - uid: 872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,9.5 + parent: 1 + - uid: 873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,8.5 + parent: 1 + - uid: 874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,9.5 + parent: 1 + - uid: 875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,8.5 + parent: 1 + - uid: 876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,9.5 + parent: 1 + - uid: 877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,10.5 + parent: 1 + - uid: 878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,10.5 + parent: 1 + - uid: 879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,10.5 + parent: 1 + - uid: 880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,10.5 + parent: 1 + - uid: 881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,10.5 + parent: 1 + - uid: 882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,10.5 + parent: 1 + - uid: 883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,10.5 + parent: 1 + - uid: 884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,10.5 + parent: 1 + - uid: 885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,10.5 + parent: 1 + - uid: 886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,10.5 + parent: 1 + - uid: 887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,10.5 + parent: 1 + - uid: 888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,11.5 + parent: 1 + - uid: 889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,12.5 + parent: 1 + - uid: 890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,13.5 + parent: 1 + - uid: 891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,14.5 + parent: 1 + - uid: 892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,15.5 + parent: 1 + - uid: 893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,16.5 + parent: 1 + - uid: 894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,17.5 + parent: 1 + - uid: 895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,11.5 + parent: 1 + - uid: 896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,12.5 + parent: 1 + - uid: 897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,13.5 + parent: 1 + - uid: 898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,14.5 + parent: 1 + - uid: 899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,15.5 + parent: 1 + - uid: 900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,16.5 + parent: 1 + - uid: 901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,17.5 + parent: 1 + - uid: 902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,11.5 + parent: 1 + - uid: 903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,12.5 + parent: 1 + - uid: 904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,14.5 + parent: 1 + - uid: 905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,15.5 + parent: 1 + - uid: 906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,13.5 + parent: 1 + - uid: 907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,17.5 + parent: 1 + - uid: 908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,11.5 + parent: 1 + - uid: 909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,12.5 + parent: 1 + - uid: 910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,13.5 + parent: 1 + - uid: 911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,16.5 + parent: 1 + - uid: 912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,14.5 + parent: 1 + - uid: 913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,15.5 + parent: 1 + - uid: 914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,16.5 + parent: 1 + - uid: 915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,17.5 + parent: 1 + - uid: 916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,11.5 + parent: 1 + - uid: 917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,12.5 + parent: 1 + - uid: 918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,13.5 + parent: 1 + - uid: 919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,14.5 + parent: 1 + - uid: 920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,15.5 + parent: 1 + - uid: 921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,16.5 + parent: 1 + - uid: 922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,17.5 + parent: 1 + - uid: 923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,15.5 + parent: 1 + - uid: 924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,16.5 + parent: 1 + - uid: 925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,17.5 + parent: 1 + - uid: 926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,15.5 + parent: 1 + - uid: 927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,16.5 + parent: 1 + - uid: 928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,17.5 + parent: 1 + - uid: 929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,15.5 + parent: 1 + - uid: 930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,16.5 + parent: 1 + - uid: 931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,17.5 + parent: 1 + - uid: 932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,15.5 + parent: 1 + - uid: 933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,16.5 + parent: 1 + - uid: 934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,17.5 + parent: 1 + - uid: 935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,15.5 + parent: 1 + - uid: 936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,16.5 + parent: 1 + - uid: 937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,17.5 + parent: 1 + - uid: 938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,15.5 + parent: 1 + - uid: 939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,16.5 + parent: 1 + - uid: 940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,17.5 + parent: 1 + - uid: 941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,18.5 + parent: 1 + - uid: 942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,18.5 + parent: 1 + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,18.5 + parent: 1 + - uid: 944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,18.5 + parent: 1 + - uid: 945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,18.5 + parent: 1 + - uid: 946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,18.5 + parent: 1 + - uid: 947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,18.5 + parent: 1 + - uid: 948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,16.5 + parent: 1 + - uid: 949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,17.5 + parent: 1 + - uid: 950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,16.5 + parent: 1 + - uid: 951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,17.5 + parent: 1 + - uid: 952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,16.5 + parent: 1 + - uid: 953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,17.5 + parent: 1 + - uid: 954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,16.5 + parent: 1 + - uid: 955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,17.5 + parent: 1 + - uid: 956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,16.5 + parent: 1 + - uid: 957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,17.5 + parent: 1 + - uid: 958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,16.5 + parent: 1 + - uid: 959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,17.5 + parent: 1 + - uid: 960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,16.5 + parent: 1 + - uid: 961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,17.5 + parent: 1 + - uid: 962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,16.5 + parent: 1 + - uid: 963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,17.5 + parent: 1 + - uid: 964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,16.5 + parent: 1 + - uid: 965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,17.5 + parent: 1 + - uid: 966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,16.5 + parent: 1 + - uid: 967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,17.5 + parent: 1 + - uid: 968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,16.5 + parent: 1 + - uid: 969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,17.5 + parent: 1 + - uid: 970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,16.5 + parent: 1 + - uid: 971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,17.5 + parent: 1 + - uid: 972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,15.5 + parent: 1 + - uid: 973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,15.5 + parent: 1 + - uid: 974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,15.5 + parent: 1 + - uid: 975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,15.5 + parent: 1 + - uid: 976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,15.5 + parent: 1 + - uid: 977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,15.5 + parent: 1 + - uid: 978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,15.5 + parent: 1 + - uid: 979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,27.5 + parent: 1 + - uid: 980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,26.5 + parent: 1 + - uid: 981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,25.5 + parent: 1 + - uid: 982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,24.5 + parent: 1 + - uid: 983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,23.5 + parent: 1 + - uid: 984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,22.5 + parent: 1 + - uid: 985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,21.5 + parent: 1 + - uid: 986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,20.5 + parent: 1 + - uid: 987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,19.5 + parent: 1 + - uid: 988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,18.5 + parent: 1 + - uid: 989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,27.5 + parent: 1 + - uid: 990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,26.5 + parent: 1 + - uid: 991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,24.5 + parent: 1 + - uid: 992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,23.5 + parent: 1 + - uid: 993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,22.5 + parent: 1 + - uid: 994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,21.5 + parent: 1 + - uid: 995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,20.5 + parent: 1 + - uid: 996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,19.5 + parent: 1 + - uid: 997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,18.5 + parent: 1 + - uid: 998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,27.5 + parent: 1 + - uid: 999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,26.5 + parent: 1 + - uid: 1000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,25.5 + parent: 1 + - uid: 1001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,23.5 + parent: 1 + - uid: 1002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,24.5 + parent: 1 + - uid: 1003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,22.5 + parent: 1 + - uid: 1004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,21.5 + parent: 1 + - uid: 1005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,19.5 + parent: 1 + - uid: 1006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,18.5 + parent: 1 + - uid: 1007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,27.5 + parent: 1 + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,26.5 + parent: 1 + - uid: 1009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,25.5 + parent: 1 + - uid: 1010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,25.5 + parent: 1 + - uid: 1011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,24.5 + parent: 1 + - uid: 1012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,23.5 + parent: 1 + - uid: 1013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,21.5 + parent: 1 + - uid: 1014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,20.5 + parent: 1 + - uid: 1015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,18.5 + parent: 1 + - uid: 1016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,27.5 + parent: 1 + - uid: 1017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,20.5 + parent: 1 + - uid: 1018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,25.5 + parent: 1 + - uid: 1019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,19.5 + parent: 1 + - uid: 1020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,23.5 + parent: 1 + - uid: 1021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,24.5 + parent: 1 + - uid: 1022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,22.5 + parent: 1 + - uid: 1023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,21.5 + parent: 1 + - uid: 1024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,20.5 + parent: 1 + - uid: 1025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,19.5 + parent: 1 + - uid: 1026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,18.5 + parent: 1 + - uid: 1027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,26.5 + parent: 1 + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,22.5 + parent: 1 + - uid: 1029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,26.5 + parent: 1 + - uid: 1030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,25.5 + parent: 1 + - uid: 1031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,27.5 + parent: 1 + - uid: 1032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,23.5 + parent: 1 + - uid: 1033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,24.5 + parent: 1 + - uid: 1034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,22.5 + parent: 1 + - uid: 1035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,21.5 + parent: 1 + - uid: 1036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,20.5 + parent: 1 + - uid: 1037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,19.5 + parent: 1 + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,18.5 + parent: 1 + - uid: 1039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,24.5 + parent: 1 + - uid: 1040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,23.5 + parent: 1 + - uid: 1041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,22.5 + parent: 1 + - uid: 1042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,21.5 + parent: 1 + - uid: 1043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,23.5 + parent: 1 + - uid: 1044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,24.5 + parent: 1 + - uid: 1045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,25.5 + parent: 1 + - uid: 1046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,26.5 + parent: 1 + - uid: 1047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,27.5 + parent: 1 + - uid: 1048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,28.5 + parent: 1 + - uid: 1049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,23.5 + parent: 1 + - uid: 1050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,24.5 + parent: 1 + - uid: 1051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,25.5 + parent: 1 + - uid: 1052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,26.5 + parent: 1 + - uid: 1053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,27.5 + parent: 1 + - uid: 1054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,28.5 + parent: 1 + - uid: 1055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,25.5 + parent: 1 + - uid: 1056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,24.5 + parent: 1 + - uid: 1057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,26.5 + parent: 1 + - uid: 1058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,27.5 + parent: 1 + - uid: 1059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,28.5 + parent: 1 + - uid: 1060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,23.5 + parent: 1 + - uid: 1061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,23.5 + parent: 1 + - uid: 1062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,24.5 + parent: 1 + - uid: 1063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,25.5 + parent: 1 + - uid: 1064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,26.5 + parent: 1 + - uid: 1065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,27.5 + parent: 1 + - uid: 1066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,28.5 + parent: 1 + - uid: 1067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,28.5 + parent: 1 + - uid: 1068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,28.5 + parent: 1 + - uid: 1069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,29.5 + parent: 1 + - uid: 1070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,29.5 + parent: 1 + - uid: 1071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,29.5 + parent: 1 + - uid: 1072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,24.5 + parent: 1 + - uid: 1073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,25.5 + parent: 1 + - uid: 1074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,26.5 + parent: 1 + - uid: 1075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,27.5 + parent: 1 + - uid: 1076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,28.5 + parent: 1 + - uid: 1077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,24.5 + parent: 1 + - uid: 1078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,25.5 + parent: 1 + - uid: 1079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,26.5 + parent: 1 + - uid: 1080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,27.5 + parent: 1 + - uid: 1081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,28.5 + parent: 1 + - uid: 1082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,24.5 + parent: 1 + - uid: 1083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,25.5 + parent: 1 + - uid: 1084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,26.5 + parent: 1 + - uid: 1085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,27.5 + parent: 1 + - uid: 1086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,28.5 + parent: 1 + - uid: 1087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,24.5 + parent: 1 + - uid: 1088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,25.5 + parent: 1 + - uid: 1089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,26.5 + parent: 1 + - uid: 1090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,27.5 + parent: 1 + - uid: 1091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,28.5 + parent: 1 + - uid: 1092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,24.5 + parent: 1 + - uid: 1093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,25.5 + parent: 1 + - uid: 1094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,26.5 + parent: 1 + - uid: 1095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,27.5 + parent: 1 + - uid: 1096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,28.5 + parent: 1 + - uid: 1097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,24.5 + parent: 1 + - uid: 1098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,25.5 + parent: 1 + - uid: 1099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,26.5 + parent: 1 + - uid: 1100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,27.5 + parent: 1 + - uid: 1101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,28.5 + parent: 1 + - uid: 1102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,29.5 + parent: 1 + - uid: 1103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,30.5 + parent: 1 + - uid: 1104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,31.5 + parent: 1 + - uid: 1105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,29.5 + parent: 1 + - uid: 1106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,30.5 + parent: 1 + - uid: 1107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,31.5 + parent: 1 + - uid: 1108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,29.5 + parent: 1 + - uid: 1109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,30.5 + parent: 1 + - uid: 1110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,31.5 + parent: 1 + - uid: 1111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,29.5 + parent: 1 + - uid: 1112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,30.5 + parent: 1 + - uid: 1113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,31.5 + parent: 1 + - uid: 1114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,29.5 + parent: 1 + - uid: 1115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,30.5 + parent: 1 + - uid: 1116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,31.5 + parent: 1 + - uid: 1117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,32.5 + parent: 1 + - uid: 1118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,26.5 + parent: 1 + - uid: 1119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,27.5 + parent: 1 + - uid: 1120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,28.5 + parent: 1 + - uid: 1121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,29.5 + parent: 1 + - uid: 1122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,30.5 + parent: 1 + - uid: 1123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,31.5 + parent: 1 + - uid: 1124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,32.5 + parent: 1 + - uid: 1125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,26.5 + parent: 1 + - uid: 1126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,27.5 + parent: 1 + - uid: 1127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,28.5 + parent: 1 + - uid: 1128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,30.5 + parent: 1 + - uid: 1129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,31.5 + parent: 1 + - uid: 1130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,32.5 + parent: 1 + - uid: 1131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,26.5 + parent: 1 + - uid: 1132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,27.5 + parent: 1 + - uid: 1133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,28.5 + parent: 1 + - uid: 1134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,29.5 + parent: 1 + - uid: 1135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,30.5 + parent: 1 + - uid: 1136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,29.5 + parent: 1 + - uid: 1137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,32.5 + parent: 1 + - uid: 1138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,31.5 + parent: 1 + - uid: 1139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,26.5 + parent: 1 + - uid: 1140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,27.5 + parent: 1 + - uid: 1141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,28.5 + parent: 1 + - uid: 1142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,29.5 + parent: 1 + - uid: 1143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,30.5 + parent: 1 + - uid: 1144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,31.5 + parent: 1 + - uid: 1145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,32.5 + parent: 1 + - uid: 1146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,32.5 + parent: 1 + - uid: 1147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,32.5 + parent: 1 + - uid: 1148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,28.5 + parent: 1 + - uid: 1149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,29.5 + parent: 1 + - uid: 1150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,30.5 + parent: 1 + - uid: 1151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,31.5 + parent: 1 + - uid: 1152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,28.5 + parent: 1 + - uid: 1153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,29.5 + parent: 1 + - uid: 1154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,30.5 + parent: 1 + - uid: 1155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,31.5 + parent: 1 + - uid: 1156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,28.5 + parent: 1 + - uid: 1157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,29.5 + parent: 1 + - uid: 1158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,30.5 + parent: 1 + - uid: 1159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,31.5 + parent: 1 + - uid: 1160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,28.5 + parent: 1 + - uid: 1161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,29.5 + parent: 1 + - uid: 1162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,30.5 + parent: 1 + - uid: 1163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,31.5 + parent: 1 + - uid: 1164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,29.5 + parent: 1 + - uid: 1165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,3.5 + parent: 1 + - uid: 1166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - uid: 1167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 + - uid: 1168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - uid: 1169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - uid: 1170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 1171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - uid: 1172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - uid: 1173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 1 + - uid: 1174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,3.5 + parent: 1 + - uid: 1175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 1 + - uid: 1176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 + - uid: 1198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,30.5 + parent: 1 + - uid: 1199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,29.5 + parent: 1 + - uid: 1200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,30.5 + parent: 1 + - uid: 1201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,29.5 + parent: 1 + - uid: 1202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,30.5 + parent: 1 + - uid: 1203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,29.5 + parent: 1 + - uid: 1204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,30.5 + parent: 1 + - uid: 1205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,29.5 + parent: 1 + - uid: 1206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,30.5 + parent: 1 + - uid: 1207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,29.5 + parent: 1 + - uid: 1208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,30.5 + parent: 1 + - uid: 1209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,29.5 + parent: 1 + - uid: 1210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,30.5 + parent: 1 + - uid: 1211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,29.5 + parent: 1 + - uid: 1212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,29.5 + parent: 1 + - uid: 1213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,30.5 + parent: 1 + - uid: 1214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,30.5 + parent: 1 + - uid: 1215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,31.5 + parent: 1 + - uid: 1216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,31.5 + parent: 1 + - uid: 1217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,31.5 + parent: 1 + - uid: 1218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,30.5 + parent: 1 + - uid: 1219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,31.5 + parent: 1 + - uid: 1220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,30.5 + parent: 1 + - uid: 1221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,31.5 + parent: 1 + - uid: 1222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,30.5 + parent: 1 + - uid: 1223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,31.5 + parent: 1 + - uid: 1224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,30.5 + parent: 1 + - uid: 1225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,31.5 + parent: 1 + - uid: 1226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,30.5 + parent: 1 + - uid: 1227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,31.5 + parent: 1 + - uid: 1228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,30.5 + parent: 1 + - uid: 1229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,30.5 + parent: 1 + - uid: 1230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,31.5 + parent: 1 + - uid: 1231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,30.5 + parent: 1 + - uid: 1232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,31.5 + parent: 1 + - uid: 1233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,31.5 + parent: 1 + - uid: 1234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,31.5 + parent: 1 + - uid: 1235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,30.5 + parent: 1 + - uid: 1236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,31.5 + parent: 1 + - uid: 1237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,30.5 + parent: 1 + - uid: 1238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,30.5 + parent: 1 + - uid: 1239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,30.5 + parent: 1 + - uid: 1240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,32.5 + parent: 1 + - uid: 1241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,32.5 + parent: 1 + - uid: 1242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,32.5 + parent: 1 + - uid: 1243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,32.5 + parent: 1 + - uid: 1244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,32.5 + parent: 1 + - uid: 1245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,32.5 + parent: 1 + - uid: 1246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,32.5 + parent: 1 + - uid: 1247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,32.5 + parent: 1 + - uid: 1248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,32.5 + parent: 1 + - uid: 1249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,32.5 + parent: 1 + - uid: 1250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,31.5 + parent: 1 + - uid: 1251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,31.5 + parent: 1 + - uid: 1252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,31.5 + parent: 1 + - uid: 1253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,31.5 + parent: 1 + - uid: 1254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,31.5 + parent: 1 + - uid: 1255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,31.5 + parent: 1 + - uid: 1256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,31.5 + parent: 1 + - uid: 1257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,31.5 + parent: 1 + - uid: 1258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,33.5 + parent: 1 + - uid: 1259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,34.5 + parent: 1 + - uid: 1260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,33.5 + parent: 1 + - uid: 1261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,34.5 + parent: 1 + - uid: 1262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,33.5 + parent: 1 + - uid: 1263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,34.5 + parent: 1 + - uid: 1264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,33.5 + parent: 1 + - uid: 1265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,34.5 + parent: 1 + - uid: 1266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,33.5 + parent: 1 + - uid: 1267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,34.5 + parent: 1 + - uid: 1268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,33.5 + parent: 1 + - uid: 1269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,34.5 + parent: 1 + - uid: 1270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,33.5 + parent: 1 + - uid: 1271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,34.5 + parent: 1 + - uid: 1272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,33.5 + parent: 1 + - uid: 1273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,34.5 + parent: 1 + - uid: 1274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,33.5 + parent: 1 + - uid: 1275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,34.5 + parent: 1 + - uid: 1276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,33.5 + parent: 1 + - uid: 1277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,33.5 + parent: 1 + - uid: 1278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,34.5 + parent: 1 + - uid: 1279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,33.5 + parent: 1 + - uid: 1280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,34.5 + parent: 1 + - uid: 1281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,33.5 + parent: 1 + - uid: 1282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,34.5 + parent: 1 + - uid: 1283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,33.5 + parent: 1 + - uid: 1284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,34.5 + parent: 1 + - uid: 1285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,34.5 + parent: 1 + - uid: 1286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,33.5 + parent: 1 + - uid: 1287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,34.5 + parent: 1 + - uid: 1288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,33.5 + parent: 1 + - uid: 1289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,33.5 + parent: 1 + - uid: 1290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,34.5 + parent: 1 + - uid: 1291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,34.5 + parent: 1 + - uid: 1292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,32.5 + parent: 1 + - uid: 1293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,32.5 + parent: 1 + - uid: 1294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,32.5 + parent: 1 + - uid: 1295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,32.5 + parent: 1 + - uid: 1296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,32.5 + parent: 1 + - uid: 1297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,32.5 + parent: 1 + - uid: 1298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,32.5 + parent: 1 + - uid: 1299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,32.5 + parent: 1 + - uid: 1300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,32.5 + parent: 1 + - uid: 1301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,32.5 + parent: 1 + - uid: 1302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,32.5 + parent: 1 + - uid: 1303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,32.5 + parent: 1 + - uid: 1304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,32.5 + parent: 1 + - uid: 1305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,32.5 + parent: 1 + - uid: 1306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,32.5 + parent: 1 + - uid: 1307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,32.5 + parent: 1 + - uid: 1308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,32.5 + parent: 1 + - uid: 1309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,33.5 + parent: 1 + - uid: 1310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,32.5 + parent: 1 + - uid: 1311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,33.5 + parent: 1 + - uid: 1312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,32.5 + parent: 1 + - uid: 1313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,33.5 + parent: 1 + - uid: 1314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,32.5 + parent: 1 + - uid: 1315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,33.5 + parent: 1 + - uid: 1316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,32.5 + parent: 1 + - uid: 1317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,33.5 + parent: 1 + - uid: 1318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,32.5 + parent: 1 + - uid: 1319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,33.5 + parent: 1 + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,32.5 + parent: 1 + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,33.5 + parent: 1 + - uid: 1322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,32.5 + parent: 1 + - uid: 1323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,33.5 + parent: 1 + - uid: 1324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,32.5 + parent: 1 + - uid: 1325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,33.5 + parent: 1 + - uid: 1326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,33.5 + parent: 1 + - uid: 1327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,31.5 + parent: 1 + - uid: 1328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,31.5 + parent: 1 + - uid: 1329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,31.5 + parent: 1 + - uid: 1330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -107.5,31.5 + parent: 1 + - uid: 1331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,31.5 + parent: 1 + - uid: 1332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,31.5 + parent: 1 + - uid: 1333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,31.5 + parent: 1 + - uid: 1334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,32.5 + parent: 1 + - uid: 1335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,32.5 + parent: 1 + - uid: 1336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -107.5,32.5 + parent: 1 + - uid: 1337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,32.5 + parent: 1 + - uid: 1338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,32.5 + parent: 1 +- proto: StairDark + entities: + - uid: 1192 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 1193 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 1194 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 1195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 1 + - uid: 1196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 1 + - uid: 1197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 1 +- proto: WallBasaltCobblebrick + entities: + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1 + - uid: 1177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 1178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 1179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 1180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 1181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 1182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 1183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 1184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 1185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 1 + - uid: 1186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 1187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - uid: 1188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - uid: 1189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,4.5 + parent: 1 + - uid: 1190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 + - uid: 1191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/enclosure.yml b/Resources/Maps/Lavaland/enclosure.yml new file mode 100644 index 0000000000..1f7dde3d25 --- /dev/null +++ b/Resources/Maps/Lavaland/enclosure.yml @@ -0,0 +1,1782 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/27/2025 23:18:21 + entityCount: 289 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 0: FloorAsteroidSand + 1: FloorAstroAsteroidSand + 2: FloorBasalt + 4: FloorCave +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.5104167,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAALAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAEBAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABAAAAAAFBAAAAAADBAAAAAABBAAAAAAFAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAFBAAAAAABBAAAAAADBAAAAAAGAQAAAAADAQAAAAAKAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAKAQAAAAAABAAAAAAABAAAAAADBAAAAAAEAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAQAAAAAKAQAAAAAAAQAAAAAABAAAAAADBAAAAAAEAQAAAAAABAAAAAADBAAAAAADBAAAAAAFAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAQAAAAAEAQAAAAAABAAAAAAABAAAAAABBAAAAAACBAAAAAAFBAAAAAAFBAAAAAAFBAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAABAAAAAADBAAAAAAFBAAAAAAGBAAAAAABBAAAAAACBAAAAAADBAAAAAAGBAAAAAACAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAACBAAAAAAFBAAAAAAFBAAAAAACBAAAAAACBAAAAAABBAAAAAABBAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAGBAAAAAAEBAAAAAAAAQAAAAAAAQAAAAAJAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAADAQAAAAAAAQAAAAAABAAAAAAGAQAAAAAMAQAAAAAMAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAHAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAALAQAAAAAAAQAAAAADAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAIAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAIAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAABAAAAAAFBAAAAAAEBAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAJBAAAAAAGBAAAAAACBAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAABAAAAAABBAAAAAADBAAAAAAEBAAAAAAABAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAIAQAAAAAAAQAAAAAMAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAABAAAAAABBAAAAAAEBAAAAAACBAAAAAAFBAAAAAADBAAAAAACBAAAAAACBAAAAAABAQAAAAAAAQAAAAAAAQAAAAAFAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAGBAAAAAABBAAAAAACBAAAAAABBAAAAAAGBAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAFBAAAAAAABAAAAAAABAAAAAADBAAAAAAEBAAAAAAGBAAAAAAEBAAAAAAAAQAAAAAAAQAAAAAJAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAADBAAAAAABBAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABAAAAAACBAAAAAAEBAAAAAABBAAAAAAEAQAAAAAFAQAAAAAHAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAMBAAAAAACBAAAAAAABAAAAAADBAAAAAACBAAAAAAEBAAAAAAEAQAAAAAAAQAAAAAFAgAAAAAAAwAAAAAAAwAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAQAAAAAABAAAAAACBAAAAAAEBAAAAAADBAAAAAAGBAAAAAAEAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAEAQAAAAAAAQAAAAAHBAAAAAABAQAAAAAAAQAAAAAMAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAFAQAAAAAABAAAAAABBAAAAAAABAAAAAAFAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAEAQAAAAAAAQAAAAAEBAAAAAAABAAAAAABAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAIAQAAAAAABAAAAAABBAAAAAAABAAAAAAGBAAAAAAABAAAAAABBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAHBAAAAAABBAAAAAAABAAAAAACBAAAAAAFBAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAALBAAAAAACBAAAAAAABAAAAAADAQAAAAAAAQAAAAAABAAAAAAFAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAABAQAAAAAAAQAAAAAABAAAAAAEBAAAAAACBAAAAAAFAQAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAEBAAAAAABBAAAAAAFBAAAAAABBAAAAAAEBAAAAAAGBAAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAADAQAAAAAABAAAAAABBAAAAAACBAAAAAADBAAAAAAGBAAAAAAGBAAAAAAGBAAAAAAABAAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAGBAAAAAACBAAAAAAABAAAAAAABAAAAAAEBAAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAGAQAAAAAABAAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAMAQAAAAAIAQAAAAAAAQAAAAAHAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAMAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAMAQAAAAAAAQAAAAAJAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAKAQAAAAAAAQAAAAAMAQAAAAAABAAAAAACAQAAAAAAAQAAAAAMAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAKAQAAAAAAAQAAAAAABAAAAAAGBAAAAAAGAQAAAAAKAQAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAKAQAAAAAAAQAAAAAAAQAAAAABBAAAAAAGBAAAAAABAQAAAAAAAQAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAACBAAAAAAFBAAAAAAFBAAAAAAEBAAAAAAEBAAAAAAFBAAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAJAQAAAAAAAQAAAAAABAAAAAADBAAAAAACBAAAAAADBAAAAAAABAAAAAADBAAAAAABBAAAAAAEAQAAAAAKAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAGBAAAAAABBAAAAAAFBAAAAAAGBAAAAAAABAAAAAAFBAAAAAAFAQAAAAAKAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAGBAAAAAAEAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAFAQAAAAAAAQAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAADBAAAAAADBAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAGBAAAAAADBAAAAAACBAAAAAAEBAAAAAAEBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAACAQAAAAAAAQAAAAAABAAAAAAEBAAAAAAFBAAAAAADBAAAAAAAAQAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAADBAAAAAAEBAAAAAAGAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 32: 7.6594696,-11.012184 + 43: -8.036251,8.06707 + 45: 8.35035,8.873698 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 22: -0.3624614,6.1151476 + 26: -10.702162,-7.6820464 + 30: -8.68112,-10.812464 + 41: -3.6750066,-10.488697 + 42: 2.3974452,-5.316822 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 17: -8.879333,-5.857957 + 23: 7.4500384,9.740148 + 28: -9.920912,-9.369547 + 31: -7.8998704,-11.203089 + 33: 7.2383757,-9.57515 + 36: 3.680818,-1.9914258 + 40: -8.22168,-8.301197 + 44: 4.803475,4.0299487 + 46: -11.360743,0.72961617 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 19: 0.41134107,-7.708077 + 21: 10.372984,2.896019 + 25: -7.127421,1.0682728 + 29: -7.1811204,-10.968714 + 34: 10.001592,-9.45015 + 37: 4.852693,-1.3820508 + 38: -5.3748045,-5.973072 + 47: -8.407618,0.66711617 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 18: -8.869246,-5.089143 + 20: 8.779234,-10.1996765 + 24: 2.7319546,3.9432726 + 27: -10.764662,-8.807047 + 35: 10.642217,-8.840775 + 39: -6.6404295,-6.098072 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 1: 5.0505157,-2.985314 + 3: -4.8869843,2.4287486 + 6: 1.9802036,5.405311 + 12: -7.7704053,-2.7642536 + 13: 7.1122518,-3.2017536 + 14: 3.3574448,7.276518 + 15: -7.106226,4.807768 + 16: -9.532613,3.282668 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 0: -4.957297,-3.032189 + 2: -1.9572964,-2.000939 + 4: -5.1682343,2.967811 + 5: -2.3557339,5.5693736 + 8: 4.5583777,-7.99618 + 9: 7.497712,3.3541079 + 10: -3.8142042,7.970092 + 11: -4.051655,-7.2798786 + - node: + cleanable: True + color: '#5F544CFF' + id: footprint + decals: + 60: 0.4189269,7.917552 + 61: 0.74705195,8.370677 + 62: 0.62205195,8.933177 + 63: 0.95017695,9.433177 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#5F544CFF' + id: footprint + decals: + 52: -7.505711,-0.16057321 + 53: -7.740086,0.13630176 + 54: -7.036961,0.16755176 + 55: -6.411961,-0.035573214 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#5F544CFF' + id: footprint + decals: + 56: -0.2088359,-4.129323 + 57: 0.0880391,-4.566823 + 58: -0.2088359,-5.004323 + 59: 0.1661641,-5.363698 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#5F544CFF' + id: footprint + decals: + 48: -4.3338356,0.23005176 + 49: -3.9119608,-0.066823214 + 50: -3.5213358,0.29255176 + 51: -3.1150858,-0.066823214 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 63359 + -1,1: + 0: 65535 + 0,2: + 0: 63359 + -1,2: + 0: 64753 + 0,3: + 0: 63 + -1,3: + 0: 143 + 1,0: + 0: 46079 + 1,1: + 0: 29311 + 1,2: + 0: 65519 + 1,3: + 0: 1 + 1,-1: + 0: 62399 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 14335 + 2,-1: + 0: 65535 + 3,0: + 0: 4403 + 3,1: + 0: 1 + 3,-1: + 0: 12561 + 0,-4: + 0: 12288 + 0,-3: + 0: 63775 + -1,-4: + 0: 32768 + -1,-3: + 0: 65535 + 0,-2: + 0: 65535 + -1,-2: + 0: 63967 + -1,-1: + 0: 65535 + 1,-3: + 0: 65521 + 1,-2: + 0: 64607 + 2,-3: + 0: 63280 + 2,-2: + 0: 65262 + -4,0: + 0: 136 + -4,-1: + 0: 32768 + -3,0: + 0: 65471 + -3,1: + 0: 61167 + -3,-1: + 0: 65535 + -3,2: + 0: 36078 + -2,0: + 0: 65535 + -2,1: + 0: 16380 + -2,2: + 0: 65531 + -2,-1: + 0: 65532 + -3,-3: + 0: 60544 + -3,-2: + 0: 61166 + -2,-3: + 0: 65520 + -2,-2: + 0: 57331 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AsteroidRockMining + entities: + - uid: 229 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -9.5,1.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 +- proto: Bonfire + entities: + - uid: 197 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 +- proto: ClothingHeadHelmetBone + entities: + - uid: 206 + components: + - type: Transform + pos: 4.8346844,4.0495443 + parent: 1 +- proto: ClothingOuterArmorBone + entities: + - uid: 207 + components: + - type: Transform + pos: 2.1382327,-5.1535807 + parent: 1 +- proto: FloorWaterEntity + entities: + - uid: 114 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 +- proto: FloraRockSolid + entities: + - uid: 153 + components: + - type: Transform + pos: -2.5588589,-4.5243764 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 5.5973907,3.7256236 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -2.4651089,5.6943736 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -8.055014,-0.9715798 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 5.0252814,8.298174 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 8.788515,3.2297118 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 4.1322646,-7.397855 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 8.569765,-2.4291048 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -7.1514173,7.9769583 + parent: 1 +- proto: FoodMeatBearCooked + entities: + - uid: 199 + components: + - type: Transform + pos: -4.603214,1.6447785 + parent: 1 +- proto: MaterialBones1 + entities: + - uid: 208 + components: + - type: Transform + pos: 4.7632327,3.6589193 + parent: 1 + - uid: 209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.7319827,-5.0598307 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.924267,1.3464195 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.881867,-2.6772983 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5646157,-5.6496696 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.050654,-10.446545 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.910029,-8.540295 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.1958685,-9.727795 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -9.0864935,-4.5090446 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.152093,1.4650836 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.714593,6.2914414 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.79271775,10.166441 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -3.3864677,12.557066 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -11.660159,4.5883164 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.385674,9.588316 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.010674,9.400816 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.164829,3.3785403 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.590842,-3.4578838 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.1699274,-11.661009 + parent: 1 +- proto: Monolith + entities: + - uid: 228 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 +- proto: RandomFloraTree + entities: + - uid: 151 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 +- proto: ScrapSteel + entities: + - uid: 276 + components: + - type: Transform + pos: 7.5261097,3.5501933 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: -4.5676403,8.448631 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -10.450453,1.6986309 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 3.4245472,-9.387306 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -1.5442028,-6.410744 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -8.458265,4.370506 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 7.3854847,-7.5357437 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 8.46361,-1.6294942 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -8.083265,-1.9107442 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -6.466078,8.214256 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: -2.4817028,6.479881 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 4.2917347,8.495506 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 4.455797,-6.6685567 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: -7.356703,-7.699806 + parent: 1 +- proto: SpawnMobGorilla + entities: + - uid: 181 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 +- proto: SpearBone + entities: + - uid: 196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.9880931,1.7697785 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -4.8318434,1.1291535 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 5.458567,3.3996565 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 2 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -13.5,0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 14.5,0.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 11.5,11.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 10.5,11.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -1.5,14.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -9.5,12.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -9.5,11.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -10.5,11.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -11.5,10.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -11.5,9.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -11.5,8.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -10.5,10.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -11.5,5.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -12.5,5.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -12.5,4.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -12.5,2.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/roundel.yml b/Resources/Maps/Lavaland/roundel.yml new file mode 100644 index 0000000000..950d44c743 --- /dev/null +++ b/Resources/Maps/Lavaland/roundel.yml @@ -0,0 +1,2340 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/28/2025 04:51:53 + entityCount: 411 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 1: FloorBasalt + 4: FloorDarkPavement + 2: FloorDarkPavementVertical + 0: FloorGold +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.5416667,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAABAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: BAAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 65535 + -1,1: + 0: 65534 + 0,2: + 0: 65531 + -1,2: + 0: 61435 + 0,3: + 0: 32560 + -1,3: + 0: 52864 + 0,4: + 0: 3 + 1,0: + 0: 65535 + 1,1: + 0: 65534 + 1,2: + 0: 1023 + 1,-1: + 0: 65534 + 2,0: + 0: 65279 + 2,1: + 0: 13175 + 2,2: + 0: 1 + 2,-1: + 0: 65279 + 3,0: + 0: 19694 + 3,-1: + 0: 60480 + 4,0: + 0: 17 + 0,-4: + 0: 16243 + -1,-4: + 0: 36552 + 0,-3: + 0: 65520 + -1,-3: + 0: 65504 + 0,-2: + 0: 65531 + -1,-2: + 0: 65531 + -1,-1: + 0: 65534 + 1,-3: + 0: 62208 + 1,-2: + 0: 65535 + 2,-2: + 0: 29489 + 4,-1: + 0: 4096 + -4,0: + 0: 18175 + -4,-1: + 0: 63040 + -3,0: + 0: 61166 + -3,-1: + 0: 61164 + -3,1: + 0: 36044 + -2,0: + 0: 65279 + -2,1: + 0: 65535 + -2,2: + 0: 2287 + -2,-1: + 0: 65279 + -1,4: + 0: 8 + -3,-2: + 0: 52352 + -2,-2: + 0: 65535 + -2,-3: + 0: 59392 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: ClothingHeadHelmetBone + entities: + - uid: 81 + components: + - type: Transform + pos: 0.50277203,0.98485816 + parent: 1 +- proto: ClothingOuterArmorBone + entities: + - uid: 3 + components: + - type: Transform + pos: 0.42464703,0.56298316 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 207 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 +- proto: GoldRing + entities: + - uid: 374 + components: + - type: Transform + pos: 1.5221288,-0.57420516 + parent: 1 +- proto: IngotGold1 + entities: + - uid: 399 + components: + - type: Transform + pos: -0.101760924,1.4815335 + parent: 1 + - type: Stack + count: 10 + - uid: 400 + components: + - type: Transform + pos: -6.3048863,-2.2997165 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: 7.759688,-2.434428 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: 1.6346881,8.674947 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -7.0507083,3.362447 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: 0.5899171,-0.528178 + parent: 1 + - type: Stack + count: 10 +- proto: IngotSilver1 + entities: + - uid: 405 + components: + - type: Transform + pos: 6.049924,6.37298 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: 9.846799,2.7951682 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: 3.883467,-6.2521105 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -0.38527852,0.03516984 + parent: 1 + - type: Stack + count: 10 + - uid: 409 + components: + - type: Transform + pos: 1.4336672,0.518697 + parent: 1 + - type: Stack + count: 10 + - uid: 410 + components: + - type: Transform + pos: -2.7694578,-6.715678 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -4.6649365,6.857355 + parent: 1 +- proto: MaterialBones1 + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.0923486,-4.698011 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.0767236,-7.8386364 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -5.2899957,7.255114 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -4.095762,-6.369886 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.392637,-2.619886 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -7.095762,4.770739 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 2.2948635,1.7707391 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.982363,8.067614 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.3926365,6.051989 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.6807743,-1.6042609 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.9204736,4.442614 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.8647148,2.725618 + parent: 1 +- proto: MetalDoor + entities: + - uid: 370 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,0.5 + parent: 1 + - uid: 372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,12.5 + parent: 1 + - uid: 373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,0.5 + parent: 1 +- proto: Railing + entities: + - uid: 40 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 42 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 43 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-0.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,11.5 + parent: 1 +- proto: RailingCornerSmall + entities: + - uid: 340 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 + - uid: 354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - uid: 355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,10.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 1 + - uid: 369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 +- proto: SilverRing + entities: + - uid: 390 + components: + - type: Transform + pos: -7.571117,-2.2148302 + parent: 1 +- proto: SilverRingDiamond + entities: + - uid: 389 + components: + - type: Transform + pos: -0.13412124,-0.48045516 + parent: 1 +- proto: SpearBone + entities: + - uid: 84 + components: + - type: Transform + pos: 0.67464703,0.35985816 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.28402203,0.32860816 + parent: 1 +- proto: StairStageDark + entities: + - uid: 331 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 +- proto: TreasureCoinGold + entities: + - uid: 376 + components: + - type: Transform + pos: -3.33866,-5.4637747 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -5.5417852,4.1456003 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: 1.395715,1.2393506 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: 5.8755803,1.5518506 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: 1.010158,0.036225557 + parent: 1 +- proto: TreasureCoinIron + entities: + - uid: 378 + components: + - type: Transform + pos: -5.847972,-0.17922056 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -7.055638,5.707677 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: -6.010097,-5.559984 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: 1.224278,-9.184984 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: 6.9676065,5.377516 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: 1.1394815,5.658766 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: 1.7019815,-5.841234 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: -0.988509,9.670308 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 9.948616,-0.85712314 + parent: 1 +- proto: TreasureCoinSilver + entities: + - uid: 380 + components: + - type: Transform + pos: 4.7193303,5.9581003 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: 4.8287053,-6.2293997 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: -0.59033686,0.54183877 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: 6.9849553,-1.0106494 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -3.8804672,7.4424753 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: 0.8832292,1.714114 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: -0.2886458,0.9172389 + parent: 1 +- proto: WallBasaltCobblebrick + entities: + - uid: 4 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -12.5,2.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 11.5,8.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 11.5,9.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 10.5,9.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -6.5,11.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -7.5,11.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -8.5,11.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -9.5,10.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -12.5,5.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: -12.5,4.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -11.5,5.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -3.5,11.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/temple.yml b/Resources/Maps/Lavaland/temple.yml new file mode 100644 index 0000000000..3209abe373 --- /dev/null +++ b/Resources/Maps/Lavaland/temple.yml @@ -0,0 +1,2653 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/28/2025 04:45:54 + entityCount: 453 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 4: Space + 3: FloorBasalt + 0: FloorDarkHerringbone + 2: FloorDarkPavement + 1: FloorDarkPavementVertical +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.48958334,-0.45833334 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: BAAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 65535 + -1,1: + 0: 65535 + 0,2: + 0: 65535 + -1,2: + 0: 61439 + 0,3: + 0: 61443 + -1,3: + 0: 61704 + 0,4: + 0: 3270 + 1,0: + 0: 39321 + 1,1: + 0: 39321 + 1,2: + 0: 35225 + 1,3: + 0: 32712 + 1,-1: + 0: 39321 + 1,4: + 0: 803 + 2,0: + 0: 28945 + 2,1: + 0: 311 + 2,2: + 0: 4369 + -3,1: + 0: 136 + -2,1: + 0: 9011 + -3,2: + 0: 2048 + -2,2: + 0: 13107 + -2,0: + 0: 13090 + -2,3: + 0: 52851 + -2,-1: + 0: 13107 + -1,-1: + 0: 65535 + -1,4: + 0: 19 + 0,-4: + 0: 4095 + 0,-5: + 0: 65399 + -1,-4: + 0: 8191 + 0,-3: + 0: 65522 + -1,-3: + 0: 61160 + 0,-2: + 0: 65535 + -1,-2: + 0: 65535 + 1,-4: + 0: 63283 + 1,-2: + 0: 39321 + 1,-5: + 0: 4096 + 1,-3: + 0: 35020 + 2,-3: + 0: 4096 + 2,-2: + 0: 4113 + 2,-1: + 0: 307 + -3,-3: + 0: 32768 + -2,-3: + 0: 13158 + -3,-1: + 0: 2176 + -2,-2: + 0: 12851 + -2,-4: + 0: 52360 + -1,-5: + 0: 65228 + -1,-6: + 0: 32768 + 0,-6: + 0: 12288 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AltarSatana + entities: + - uid: 236 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 +- proto: BibleNecronomicon + entities: + - uid: 414 + components: + - type: Transform + pos: 0.59757555,10.729841 + parent: 1 +- proto: BookNarsieLegend + entities: + - uid: 355 + components: + - type: Transform + pos: 0.41655996,10.628419 + parent: 1 +- proto: CandleBlackInfinite + entities: + - uid: 341 + components: + - type: Transform + pos: -0.78010845,10.796236 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: 1.771975,10.785819 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -1.806636,3.7896378 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: 2.7937238,3.7583878 + parent: 1 +- proto: CandleRedInfinite + entities: + - uid: 356 + components: + - type: Transform + pos: -1.1704627,-1.1665791 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: 2.1732874,-1.1769958 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: -1.2746294,-7.2024183 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: 2.2357874,-7.181585 + parent: 1 +- proto: Carpet + entities: + - uid: 188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 1 + - uid: 197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 +- proto: CarpetBlack + entities: + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 1 + - uid: 364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 1 + - uid: 365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 1 +- proto: CarpStatueEyes + entities: + - uid: 333 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 334 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 +- proto: ChairCursed + entities: + - uid: 184 + components: + - type: Transform + pos: 0.5281794,6.482944 + parent: 1 +- proto: ChurchBell + entities: + - uid: 233 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 +- proto: ClothingEyesBlindfold + entities: + - uid: 383 + components: + - type: Transform + pos: -1.4659541,-10.040332 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: -1.4867874,-9.050749 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -1.4763707,-7.7278314 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: 2.534046,-10.050749 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: 2.5444627,-9.061165 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: 2.5236292,-7.7278314 + parent: 1 +- proto: ClothingHeadHatHoodCulthood + entities: + - uid: 353 + components: + - type: Transform + pos: -0.28010848,10.79443 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: 1.3553083,10.815263 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -1.4555374,-7.7590814 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: 2.534046,-7.7382483 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -1.4659541,-9.061165 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: 2.565296,-9.081999 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: -1.4555374,-10.102832 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 2.5548792,-10.123665 + parent: 1 +- proto: ClothingMaskJackal + entities: + - uid: 401 + components: + - type: Transform + pos: -0.70903397,10.395655 + parent: 1 +- proto: ClothingMaskRaven + entities: + - uid: 402 + components: + - type: Transform + pos: 1.7492994,10.374822 + parent: 1 +- proto: ClothingOuterRobesCult + entities: + - uid: 349 + components: + - type: Transform + pos: -0.28010848,10.596513 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 1.3448917,10.60693 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: -1.4659541,-9.248665 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: 2.5757127,-9.269499 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: 2.534046,-7.9361644 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: -1.4451207,-7.9257483 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: -1.4451207,-10.311165 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 2.5548792,-10.321582 + parent: 1 +- proto: ClothingShoesCult + entities: + - uid: 351 + components: + - type: Transform + pos: -0.30094174,10.315263 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: 1.3136417,10.35693 + parent: 1 +- proto: CombatKnife + entities: + - uid: 406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.4833775,-1.4382012 + parent: 1 +- proto: DrinkJarWhat + entities: + - uid: 415 + components: + - type: Transform + pos: 3.7225757,-7.3019304 + parent: 1 +- proto: DrinkPoisonWinebottleFull + entities: + - uid: 416 + components: + - type: Transform + pos: -2.7253413,-7.2810974 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 97 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 1 + - uid: 231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-9.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: -5.5,15.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: -7.5,11.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1 +- proto: FoodBreadJellySlice + entities: + - uid: 412 + components: + - type: Transform + pos: -1.7440716,-7.3519263 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: 2.7871785,-7.3623433 + parent: 1 +- proto: FoodCakeBrain + entities: + - uid: 410 + components: + - type: Transform + pos: -2.0253217,-1.3147343 + parent: 1 +- proto: FoodJellyAmanita + entities: + - uid: 411 + components: + - type: Transform + pos: 2.9538453,-1.3147343 + parent: 1 +- proto: FoodSoupTomatoBlood + entities: + - uid: 367 + components: + - type: Transform + pos: 2.4641972,3.6333878 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: -1.4316361,3.6125546 + parent: 1 +- proto: GoldRing + entities: + - uid: 447 + components: + - type: Transform + pos: -1.1354166,10.444935 + parent: 1 +- proto: GoldRingDiamond + entities: + - uid: 446 + components: + - type: Transform + pos: 2.3958333,10.444935 + parent: 1 +- proto: IngotGold1 + entities: + - uid: 449 + components: + - type: Transform + pos: 2.3020833,10.663685 + parent: 1 + - type: Stack + count: 5 + - uid: 450 + components: + - type: Transform + pos: -1.5416666,10.642852 + parent: 1 + - type: Stack + count: 5 +- proto: IngotSilver1 + entities: + - uid: 441 + components: + - type: Transform + pos: -1.28125,10.517852 + parent: 1 + - type: Stack + count: 5 + - uid: 448 + components: + - type: Transform + pos: 2.625,10.569935 + parent: 1 + - type: Stack + count: 5 +- proto: KitchenKnife + entities: + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.4020393,-1.4902844 + parent: 1 +- proto: KitchenSpike + entities: + - uid: 403 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 +- proto: LootSpawnerMaterialsSurplus + entities: + - uid: 451 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 +- proto: Machete + entities: + - uid: 404 + components: + - type: Transform + pos: -1.5354606,-1.3923677 + parent: 1 +- proto: MiningWindow + entities: + - uid: 246 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 +- proto: OrganHumanHeart + entities: + - uid: 348 + components: + - type: Transform + pos: 0.8969749,10.398597 + parent: 1 +- proto: RailingCorner + entities: + - uid: 238 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,8.5 + parent: 1 +- proto: RitualDagger + entities: + - uid: 347 + components: + - type: Transform + pos: 0.5740583,10.565263 + parent: 1 +- proto: SilverDoor + entities: + - uid: 360 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 +- proto: SilverRing + entities: + - uid: 445 + components: + - type: Transform + pos: 2.0833333,10.736602 + parent: 1 +- proto: SilverRingDiamond + entities: + - uid: 444 + components: + - type: Transform + pos: -1.4791666,10.559518 + parent: 1 +- proto: StairStageDark + entities: + - uid: 175 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 +- proto: SurvivalKnife + entities: + - uid: 409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.3291228,-7.4671426 + parent: 1 +- proto: TableStone + entities: + - uid: 235 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 +- proto: ThrowingKnife + entities: + - uid: 405 + components: + - type: Transform + pos: 2.3603725,-1.5069512 + parent: 1 + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.2542107,-7.5088096 + parent: 1 +- proto: TreasureCoinDiamond + entities: + - uid: 452 + components: + - type: Transform + pos: 0.40063152,10.722128 + parent: 1 +- proto: TreasureCoinGold + entities: + - uid: 430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.3541666,-1.5263778 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.7604167,-1.6201278 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: -2.5208335,-1.297211 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: 2.4583333,-1.2867944 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.4270833,-1.2242944 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: 3.7291667,-1.4117944 + parent: 1 +- proto: TreasureCoinSilver + entities: + - uid: 436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.4895834,-1.2763778 + parent: 1 + - uid: 437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.2604167,-1.484711 + parent: 1 + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.75,-1.203461 + parent: 1 + - uid: 439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.6666667,3.6904576 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.28125,3.7008743 + parent: 1 +- proto: WallBasaltCobblebrick + entities: + - uid: 2 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -3.5,11.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -1.5,14.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 +- proto: WaterCooler + entities: + - uid: 366 + components: + - type: MetaData + name: blood cooler + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - type: SolutionContainerManager + solutions: + tank: + temperature: 293.15 + canReact: True + maxVol: 500 + name: null + reagents: + - data: [] + ReagentId: Blood + Quantity: 500 +- proto: WoodenBench + entities: + - uid: 185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 1 + - uid: 187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,0.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 1 + - uid: 200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1 + - uid: 205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 + - uid: 207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-5.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 1 +... diff --git a/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml b/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml index 24832a28b2..b340d8f034 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml @@ -44,3 +44,32 @@ drawdepth: Mobs noRot: true offset: "0.0,0.5" + +- type: entity + parent: Memorial + id: Monolith + name: monolith + description: | + Holy shit modern art. + I bet it's worth a fortune. + components: + - type: Sprite + color: "#1a1a22" #yes, I bothered to get the actual color from 2001 a space odyssey + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.20" + density: 1500 # good luck. + mask: + - MachineMask # had to change em because youre intended to drag this back for mulah. + layer: + - MachineLayer + - type: Anchorable + - type: StaticPrice + price: 25000 + - type: Prayable + sentMessage: prayer-popup-notify-monolith-sent + notificationPrefix: prayer-chat-notify-monolith + verb: prayer-verbs-worship From 2e8291cecb8d95fbd028cf7af7a44fe5c1a32054 Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:56:39 -0400 Subject: [PATCH 092/318] Amber Station - Added Genpop (#36997) --- Resources/Maps/amber.yml | 11811 +++++++++++++++++++++---------------- 1 file changed, 6804 insertions(+), 5007 deletions(-) diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index cb8cb08e08..621e0d8378 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -4,8 +4,8 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/20/2025 00:41:18 - entityCount: 23722 + time: 04/28/2025 05:48:54 + entityCount: 23948 maps: - 1 grids: @@ -45,6 +45,7 @@ tilemap: 8: FloorMowedAstroGrass 15: FloorRGlass 69: FloorReinforced + 13: FloorShowroom 5: FloorShuttleGrey 9: FloorSteel 70: FloorSteelCheckerDark @@ -95,59 +96,59 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: CQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDwAAAAACDwAAAAABDwAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADwAAAAABDwAAAAADDwAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAACGgAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADDwAAAAADDwAAAAACDwAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAAGgAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDwAAAAAADwAAAAABDwAAAAACCQAAAAADCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDwAAAAACDwAAAAADDwAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACGgAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABDwAAAAAADwAAAAABDwAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADGgAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: CQAAAAADCQAAAAADCQAAAAADGwAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAADCQAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAADCQAAAAACGwAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAABCQAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAADIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAABIwAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAACQAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAACIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAACIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAADCQAAAAADHAAAAAADHAAAAAADHAAAAAACHAAAAAACHAAAAAADIwAAAAAAIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAACIwAAAAABHAAAAAABHAAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACHAAAAAABSQAAAAAASQAAAAADHAAAAAAAHAAAAAABSQAAAAABSQAAAAACHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAADKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAAAHAAAAAACKQAAAAAAKwAAAAACKwAAAAAAKwAAAAAADgAAAAAACQAAAAACHAAAAAADDgAAAAAAHAAAAAACSQAAAAACSQAAAAADHAAAAAACHAAAAAAASQAAAAACSQAAAAABHAAAAAACDgAAAAAAKwAAAAACKwAAAAAAKwAAAAACDgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACCQAAAAADCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAA + tiles: IwAAAAABIwAAAAAAIwAAAAADIwAAAAACIwAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAACIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABCQAAAAACCQAAAAACHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAACIwAAAAADIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAADIwAAAAABIwAAAAADIwAAAAACIwAAAAAAIwAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAACSQAAAAACSQAAAAADHAAAAAAAHAAAAAAASQAAAAACSQAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAACKQAAAAAAKwAAAAADKwAAAAACKwAAAAAADgAAAAAACQAAAAADHAAAAAACDgAAAAAAHAAAAAACSQAAAAAASQAAAAACHAAAAAABHAAAAAAASQAAAAADSQAAAAABHAAAAAADDgAAAAAAKwAAAAAAKwAAAAAAKwAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACCQAAAAADCQAAAAACCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAC version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAACCQAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABAQAAAAABAQAAAAAAAQAAAAADAQAAAAABAQAAAAAAIwAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACAQAAAAAAAQAAAAADAQAAAAAAAQAAAAACAQAAAAAAIwAAAAABCQAAAAAACQAAAAADDgAAAAAAIwAAAAAAIwAAAAABIwAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAADAQAAAAABAQAAAAACAQAAAAACAQAAAAABAQAAAAADIwAAAAABCQAAAAACCQAAAAAACQAAAAABIwAAAAACIwAAAAABIwAAAAADDgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAAQAAAAADAQAAAAABAQAAAAADDgAAAAAAIwAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAAC + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACAQAAAAABAQAAAAAAAQAAAAACAQAAAAABAQAAAAADIwAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAAQAAAAADAQAAAAABAQAAAAABAQAAAAACAQAAAAADIwAAAAACCQAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACAQAAAAACAQAAAAACAQAAAAADAQAAAAACAQAAAAABIwAAAAACCQAAAAACCQAAAAADCQAAAAACIwAAAAAAIwAAAAAAIwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAAAQAAAAADAQAAAAAAAQAAAAACDgAAAAAAIwAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADIwAAAAACIwAAAAABIwAAAAACIwAAAAABIwAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: LgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: CQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACwAAAAAACwAAAAAACwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAACwAAAAAGCwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAACwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACHAAAAAAAHAAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACHAAAAAABHAAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABLwAAAAABLwAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAABLwAAAAABLwAAAAADLwAAAAABLwAAAAADLwAAAAACLwAAAAACLwAAAAADLwAAAAADAQAAAAAALwAAAAADLwAAAAABLwAAAAACAQAAAAABAQAAAAACAQAAAAAALwAAAAABLwAAAAABDgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAAAQAAAAACLwAAAAABLwAAAAADLwAAAAACAQAAAAABAQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAACLwAAAAABLwAAAAAALwAAAAAAAQAAAAACAQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAQAAAAACLwAAAAACLwAAAAAALwAAAAABAQAAAAACAQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACwAAAAAACwAAAAAACwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACwAAAAAACwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAACwAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACwAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACHAAAAAADHAAAAAADDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABHAAAAAACHAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADLwAAAAADLwAAAAADLwAAAAADLwAAAAAALwAAAAADLwAAAAABLwAAAAABLwAAAAADLwAAAAAALwAAAAACLwAAAAADLwAAAAABLwAAAAABLwAAAAAALwAAAAABLwAAAAACAQAAAAACLwAAAAADLwAAAAACLwAAAAABAQAAAAABAQAAAAACAQAAAAADLwAAAAABLwAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABAQAAAAACLwAAAAACLwAAAAACLwAAAAABAQAAAAACAQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAABLwAAAAACLwAAAAAALwAAAAACAQAAAAAAAQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAQAAAAACLwAAAAAALwAAAAAALwAAAAABAQAAAAAAAQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AQAAAAABLwAAAAADLwAAAAACLwAAAAAAAQAAAAABAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABAQAAAAABLwAAAAADLwAAAAADLwAAAAACAQAAAAADAQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAACCQAAAAADCQAAAAABDgAAAAAAMQAAAAADDgAAAAAAGwAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAAAMQAAAAADMQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AQAAAAACLwAAAAAALwAAAAACLwAAAAACAQAAAAAAAQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADAQAAAAACLwAAAAABLwAAAAADLwAAAAACAQAAAAAAAQAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAADCQAAAAACCQAAAAAADgAAAAAAMQAAAAACDgAAAAAAGwAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMQAAAAAAMQAAAAACMQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACQAAAAABCQAAAAAACQAAAAABCAAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAHQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAHQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAACQAAAAAACQAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAABCQAAAAACCQAAAAAACQAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAACQAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADCQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACQAAAAACCQAAAAADCQAAAAAACAAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAADHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAAADgAAAAAACQAAAAADCQAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAAACQAAAAACCQAAAAABCQAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAACCQAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAACQAAAAADDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAADCQAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAAACQAAAAAC version: 6 -2,-2: ind: -2,-2 - tiles: MwAAAAADMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAABMwAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAANwAAAAADNwAAAAABNwAAAAADNwAAAAAACQAAAAADMwAAAAACMwAAAAACMwAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAANwAAAAABNwAAAAADNwAAAAADNwAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAABMwAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAACHAAAAAAAHAAAAAABHAAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAAOAAAAAADOAAAAAACOAAAAAACOAAAAAAAOAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAAOAAAAAAAOAAAAAACOAAAAAAAOAAAAAABOAAAAAADDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAAOAAAAAABOAAAAAABOAAAAAADOAAAAAADOAAAAAADHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAACOAAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAADCAAAAAAACQAAAAACCQAAAAAB + tiles: MwAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAADMwAAAAABMwAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAANwAAAAACNwAAAAAANwAAAAAANwAAAAABCQAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAANwAAAAADNwAAAAACNwAAAAABNwAAAAABDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAAOAAAAAADOAAAAAAAOAAAAAACOAAAAAABOAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAAOAAAAAABOAAAAAABOAAAAAADOAAAAAAAOAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABOAAAAAACOAAAAAADOAAAAAAAOAAAAAABOAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAADOAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAAHAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACAAAAAAACQAAAAABCQAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: DgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAABIwAAAAACIwAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAABDgAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAADDgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAAAMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABHAAAAAACHAAAAAABHAAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAABMwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADHAAAAAABHAAAAAAAHAAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAABHAAAAAACHAAAAAAAHAAAAAACMwAAAAAAMwAAAAACMwAAAAABMwAAAAABMwAAAAABMwAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAAHAAAAAACCQAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAACMwAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAAA + tiles: DgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACIwAAAAACIwAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAADDgAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAAHAAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAACDgAAAAAAMwAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAABDgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAABMwAAAAADMwAAAAAAMwAAAAACMwAAAAACMwAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADHAAAAAADHAAAAAAAHAAAAAACMwAAAAACMwAAAAAAMwAAAAAAMwAAAAABMwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACHAAAAAABHAAAAAAAHAAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAAHAAAAAADHAAAAAAAHAAAAAACMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAACMwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAAHAAAAAABCQAAAAABHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAB version: 6 -2,-4: ind: -2,-4 - tiles: DgAAAAAAHAAAAAACHAAAAAADOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAACHAAAAAABHAAAAAADOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABOgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAAADgAAAAAAOQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAADDgAAAAAAOQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAACHAAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAAIwAAAAABDgAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAAHAAAAAADHAAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAIwAAAAACIwAAAAAC + tiles: DgAAAAAAHAAAAAABHAAAAAABOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAACHAAAAAABHAAAAAADOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABOgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAACOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAABDgAAAAAAOQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAAADgAAAAAAOQAAAAABDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAAIwAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAAHAAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAIwAAAAABIwAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: CQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAABIwAAAAABIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACHAAAAAABHAAAAAACHAAAAAAAHAAAAAABDgAAAAAAIwAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAACDgAAAAAADgAAAAAAMwAAAAACMwAAAAACHAAAAAADHAAAAAADHAAAAAADHAAAAAABDgAAAAAAIwAAAAADIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAAQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAA + tiles: DgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABHAAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAACLgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAABIwAAAAABIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAABHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAIwAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAA version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAACAQAAAAACAQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAQAAAAABAQAAAAAAAQAAAAADAQAAAAABAQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAABAQAAAAADAQAAAAADDgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAADMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAABAQAAAAABAQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAQAAAAAAAQAAAAACAQAAAAABAQAAAAABAQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAACAQAAAAACAQAAAAAADgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 @@ -155,55 +156,55 @@ entities: version: 6 -3,-1: ind: -3,-1 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAACLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAAHAAAAAADHAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAAHQAAAAAACQAAAAABCQAAAAAACQAAAAADAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAHAAAAAABHAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAHAAAAAADHAAAAAADLgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADLgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAAAHAAAAAADDgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAADCQAAAAACCQAAAAAACQAAAAADHAAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAACLgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAACCQAAAAADCQAAAAADCQAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAABCQAAAAACCQAAAAAACQAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAACLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAABHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADHAAAAAAC version: 6 -3,-2: ind: -3,-2 - tiles: CQAAAAABMwAAAAADMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACMwAAAAAAMwAAAAABMwAAAAADCQAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAABMwAAAAACMwAAAAAAMwAAAAACMwAAAAACCAAAAAAACAAAAAAACAAAAAAACQAAAAACMwAAAAADMwAAAAABDgAAAAAACQAAAAABDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAABCAAAAAAACAAAAAAACAAAAAAACQAAAAABMwAAAAACMwAAAAACDgAAAAAACQAAAAADMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACMwAAAAADMwAAAAABMwAAAAACCQAAAAABDgAAAAAAMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAABMwAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAAMwAAAAAAMwAAAAABMwAAAAAAMwAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADHAAAAAADHAAAAAABHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADMwAAAAAAMwAAAAADMwAAAAABCQAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAACCAAAAAAACAAAAAAACAAAAAAACQAAAAABMwAAAAACMwAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAABMwAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACCAAAAAAACAAAAAAACAAAAAAACQAAAAADMwAAAAACMwAAAAAADgAAAAAACQAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAMwAAAAAAMwAAAAADMwAAAAAACQAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABHAAAAAABHAAAAAABHAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAADDgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAADMwAAAAABMwAAAAADMwAAAAACMwAAAAADDgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAAAMwAAAAAC + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACDgAAAAAACQAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAACMwAAAAAAMwAAAAAB version: 6 -3,-4: ind: -3,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAABIwAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHAAAAAABIwAAAAACIwAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAAACQAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAACCQAAAAAB version: 6 -3,-5: ind: -3,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAD + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAB version: 6 -3,0: ind: -3,0 - tiles: LgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAADgAAAAAAGwAAAAAAHAAAAAABGwAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAAHAAAAAADGwAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAGwAAAAAAHAAAAAADGwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAABDgAAAAAACQAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAMwAAAAACDgAAAAAAMwAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAADDgAAAAAACQAAAAADDgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAMwAAAAAADgAAAAAAMwAAAAABDgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: HAAAAAADDgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: LgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACLAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAADLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAACLgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABLgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAADLAAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADLAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAD + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAABLAAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADLAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAC version: 6 -4,-4: ind: -4,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 @@ -219,31 +220,31 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: GwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAABAQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAADAQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAAAAQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: GwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAADAQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAAAAQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAACAQAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: IQAAAAABIQAAAAADDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADwAAAAACDwAAAAADDwAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABDwAAAAACMgAAAAAADwAAAAAACQAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDwAAAAADDwAAAAAADwAAAAACCQAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAA + tiles: IQAAAAABIQAAAAABDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDwAAAAADDwAAAAACDwAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACDwAAAAADMgAAAAAADwAAAAAACQAAAAACHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDwAAAAABDwAAAAABDwAAAAADCQAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAADHAAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: CQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAAGwAAAAAADgAAAAAAAQAAAAAAAQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAADIwAAAAABIwAAAAADJAAAAAAAIwAAAAADIwAAAAADGwAAAAAADgAAAAAAGwAAAAAAAQAAAAAAAQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAAIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAAIwAAAAADIwAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACgAAAAAACgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABIwAAAAABIwAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACIwAAAAACIwAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAABCQAAAAACCQAAAAABCAAAAAAADgAAAAAAIwAAAAADIwAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAIwAAAAACIwAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAABIQAAAAAAIQAAAAADDgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAABDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAABIQAAAAACIQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAD + tiles: CQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAAGwAAAAAADgAAAAAAAQAAAAACAQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAAIwAAAAADIwAAAAADIwAAAAABJAAAAAAAIwAAAAABIwAAAAABGwAAAAAADgAAAAAAGwAAAAAAAQAAAAAAAQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAABIwAAAAAAIwAAAAADDgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAAIwAAAAADIwAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACgAAAAAACgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACIwAAAAAAIwAAAAABHAAAAAACHAAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACIwAAAAABIwAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAACCQAAAAAACQAAAAABCAAAAAAADgAAAAAAIwAAAAADIwAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADDgAAAAAAIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAIwAAAAACIwAAAAABIwAAAAABIQAAAAACIQAAAAACDgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAABIQAAAAABIQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAC version: 6 0,-4: ind: 0,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAAAQAAAAADAQAAAAAAAQAAAAADAQAAAAADAQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAAAAQAAAAABAQAAAAACAQAAAAACAQAAAAACAQAAAAADCQAAAAABCQAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAAQAAAAAAAQAAAAACAQAAAAACAQAAAAADAQAAAAADCQAAAAADCQAAAAACCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAACDgAAAAAAAQAAAAABAQAAAAADAQAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAD + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAACAQAAAAACAQAAAAAAAQAAAAAAAQAAAAADAQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACAQAAAAADAQAAAAABAQAAAAACAQAAAAACAQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAAAAQAAAAADAQAAAAADAQAAAAACAQAAAAABAQAAAAACCQAAAAAACQAAAAABCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAADgAAAAAAAQAAAAADAQAAAAAAAQAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAB version: 6 0,-5: ind: 0,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAACwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABLgAAAAAALAAAAAAALAAAAAAACwAAAAAADgAAAAAADgAAAAAACwAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAADLwAAAAADLwAAAAAALwAAAAAALwAAAAACLwAAAAABLwAAAAAALwAAAAABLwAAAAABLwAAAAADLwAAAAAALwAAAAABLwAAAAABLwAAAAAALwAAAAADLwAAAAADLwAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAAHAAAAAACHAAAAAAD + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAACwAAAAAHLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACLgAAAAAALAAAAAAALAAAAAAACwAAAAAADgAAAAAADgAAAAAACwAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAALwAAAAADLwAAAAABLwAAAAADLwAAAAAALwAAAAABLwAAAAABLwAAAAACLwAAAAABLwAAAAACLwAAAAACLwAAAAAALwAAAAACLwAAAAABLwAAAAAALwAAAAACLwAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAAC version: 6 0,1: ind: 0,1 - tiles: CQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABHAAAAAAAHAAAAAABHAAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAADHAAAAAACHAAAAAABHAAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAADDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAA version: 6 0,2: ind: 0,2 @@ -251,19 +252,19 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: HgAAAAAADgAAAAAASgAAAAACHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAASgAAAAAASgAAAAABSgAAAAADSgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAAGwAAAAAAHAAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAGwAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAwAAAAAAAwAAAAABGwAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAAwAAAAADHAAAAAABHAAAAAAAHAAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAAC + tiles: HgAAAAAADgAAAAAASgAAAAABHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAASgAAAAACSgAAAAACSgAAAAABSgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAAGwAAAAAAHAAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAwAAAAABAwAAAAABGwAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAAAwAAAAADHAAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAACQAAAAADCQAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: CQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAAAHAAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACDgAAAAAAHAAAAAAADgAAAAAAHAAAAAADCQAAAAACDwAAAAAACQAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAABCQAAAAADDwAAAAAACQAAAAADCQAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACHAAAAAAADgAAAAAAHAAAAAADCQAAAAADCQAAAAACCQAAAAADHAAAAAABDgAAAAAAHAAAAAAAHAAAAAACHAAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAC + tiles: CQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAACCQAAAAABDwAAAAAACQAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADCQAAAAADDwAAAAABCQAAAAADCQAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAACHAAAAAADDgAAAAAAHAAAAAABCQAAAAABCQAAAAAACQAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAC version: 6 1,-3: ind: 1,-3 - tiles: DgAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAABIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAADJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAAIwAAAAABIwAAAAABIwAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAACHAAAAAADCQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAA + tiles: DgAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAACIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADDgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAAIwAAAAACIwAAAAACIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAACCQAAAAABCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAAIwAAAAACIwAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAAQQAAAAAAQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAAIwAAAAAAIwAAAAACDgAAAAAAMwAAAAACMwAAAAAADgAAAAAAQQAAAAAAQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAABDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAABMwAAAAABDgAAAAAAGwAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAACDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAMwAAAAADMwAAAAADDgAAAAAAQQAAAAACQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAAMwAAAAABMwAAAAABDgAAAAAAQQAAAAACQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAADMQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAADMwAAAAACDgAAAAAAGwAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAADDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA version: 6 1,-5: ind: 1,-5 @@ -271,11 +272,11 @@ entities: version: 6 1,0: ind: 1,0 - tiles: DgAAAAAADgAAAAAAAwAAAAAAAwAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAAwAAAAABAwAAAAADHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAABCQAAAAABGwAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAACQAAAAAAHAAAAAACHAAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABHAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAALwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAABHAAAAAACHAAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAADHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAB + tiles: DgAAAAAADgAAAAAAAwAAAAACAwAAAAADHAAAAAADHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAAwAAAAAAAwAAAAAAHAAAAAABHAAAAAACHAAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAACCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAACHAAAAAACHAAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAAHAAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACLwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAB version: 6 1,1: ind: 1,1 - tiles: HAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAABCQAAAAADBAAAAAABCQAAAAACCQAAAAADCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAABRwAAAAABRwAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAABAAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAACBAAAAAADCQAAAAADCQAAAAADCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAADCQAAAAADRwAAAAAARwAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAABAAAAAAACQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,2: ind: 1,2 @@ -283,55 +284,55 @@ entities: version: 6 2,-1: ind: 2,-1 - tiles: CQAAAAAADgAAAAAAQAAAAAACQAAAAAAADwAAAAAAQAAAAAABQAAAAAABQAAAAAABQAAAAAACDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAACDgAAAAAAQAAAAAABQAAAAAABDwAAAAAAQAAAAAADQAAAAAACDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAQAAAAAACQAAAAAADDwAAAAABQAAAAAADQAAAAAADQAAAAAABQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAACDgAAAAAAQAAAAAABQAAAAAACQAAAAAABQAAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADAAAAAAACQAAAAABDgAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAADIwAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABCQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAGwAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAADCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAACQAAAAABCAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAAADgAAAAAAQAAAAAADQAAAAAAADwAAAAADQAAAAAABQAAAAAAAQAAAAAACQAAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADDwAAAAAAQAAAAAABQAAAAAACDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADDwAAAAAAQAAAAAAAQAAAAAADQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAABDgAAAAAAQAAAAAACQAAAAAADQAAAAAAAQAAAAAACQAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAAGwAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAAIwAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAGwAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAACQAAAAABCAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: CQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABDgAAAAAAOQAAAAACOQAAAAAAOQAAAAADOQAAAAABDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAABOQAAAAACOQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABOQAAAAAAOQAAAAABOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAAAHAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAACLwAAAAACDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAGgAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAAGgAAAAABLwAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABGgAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAAAGgAAAAAALwAAAAADCQAAAAACDgAAAAAADgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAADDgAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAADQAAAAAABQAAAAAADQAAAAAACQAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABGgAAAAABLwAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADQAAAAAABQAAAAAAAQAAAAAADQAAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAQAAAAAABQAAAAAACDwAAAAACQAAAAAABQAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAC + tiles: CQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAOQAAAAACOQAAAAAAOQAAAAABOQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAABOQAAAAAAOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABOQAAAAACOQAAAAAAOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAABHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADGgAAAAABLwAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADGgAAAAABLwAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADGgAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABGgAAAAABLwAAAAACCQAAAAACDgAAAAAADgAAAAAAQAAAAAABQAAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADGgAAAAADDgAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADQAAAAAAAQAAAAAABQAAAAAACQAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAAGgAAAAACLwAAAAADCQAAAAACDgAAAAAAQAAAAAADQAAAAAAAQAAAAAABQAAAAAABQAAAAAAAQAAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAAQAAAAAAAQAAAAAACDwAAAAACQAAAAAACQAAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAD version: 6 2,-3: ind: 2,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAADgAAAAAAHAAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAACIQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAAAwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAAHAAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAAAwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAAAMQAAAAABDgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADRwAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABDgAAAAAA version: 6 2,0: ind: 2,0 - tiles: CQAAAAACCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAIwAAAAABDgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAABIwAAAAACDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAACCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAAIwAAAAACDgAAAAAAIwAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAIwAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAA version: 6 2,1: ind: 2,1 - tiles: CQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAACQAAAAABCQAAAAABBAAAAAABCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACRwAAAAACGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAACQAAAAABDgAAAAAADgAAAAAARwAAAAABDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAACQAAAAACCQAAAAABBAAAAAABCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAACRwAAAAABGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAACQAAAAABDgAAAAAADgAAAAAARwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: CQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAACLwAAAAABLwAAAAAAGgAAAAABCQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAABLwAAAAACLwAAAAADGgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADGgAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAADLwAAAAACGgAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAAALwAAAAADGgAAAAAACQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAABLwAAAAACLwAAAAADGgAAAAABCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADGgAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAABLwAAAAAALwAAAAABGgAAAAAACQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAASAAAAAACSAAAAAABSAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADDgAAAAAAHAAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAACSAAAAAABSAAAAAADSAAAAAACHAAAAAABHAAAAAABDgAAAAAAHAAAAAABSQAAAAADSQAAAAADLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAADSAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAADLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAASAAAAAACSAAAAAADSAAAAAABDgAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAABLAAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAASAAAAAADSAAAAAABSAAAAAABHAAAAAACHAAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAACSAAAAAADHAAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAADLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAGwAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAARgAAAAABRgAAAAAAGwAAAAAARgAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAACDgAAAAAAGwAAAAAADgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAARgAAAAABRgAAAAADGwAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAGwAAAAAADgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAARwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 3,0: ind: 3,0 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 @@ -343,7 +344,7 @@ entities: version: 6 5,-2: ind: 5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAAQAAAAAABQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAABQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAACRwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAALAAAAAAALAAAAAAAQAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAACQAAAAAACDgAAAAAAQAAAAAACQAAAAAACLAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAAQAAAAAABQAAAAAACQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAAHAAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAALAAAAAAALAAAAAAAQAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAAAQAAAAAABDgAAAAAAQAAAAAACQAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAA version: 6 4,0: ind: 4,0 @@ -355,7 +356,7 @@ entities: version: 6 6,-2: ind: 6,-2 - tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADRwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADRwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,-6: ind: 1,-6 @@ -363,15 +364,15 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAADDgAAAAAADgAAAAAARwAAAAAAMwAAAAACLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAABMwAAAAADMwAAAAADLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACLAAAAAAARwAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAABDgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABHAAAAAADDgAAAAAAMwAAAAACLgAAAAAALgAAAAAARwAAAAABMwAAAAACMwAAAAACRwAAAAACMwAAAAABDgAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALgAAAAAARwAAAAABMwAAAAADMwAAAAAAMwAAAAACMwAAAAADDgAAAAAAMwAAAAAAMwAAAAABDgAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAACLAAAAAAALAAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADDgAAAAAAMwAAAAADMwAAAAABMwAAAAACLAAAAAAASQAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAACHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABDgAAAAAADgAAAAAARwAAAAACMwAAAAADLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAADLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAALAAAAAAARwAAAAABRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABLgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACHAAAAAADDgAAAAAAMwAAAAAALgAAAAAALgAAAAAARwAAAAACMwAAAAABMwAAAAAARwAAAAABMwAAAAABDgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADLgAAAAAALgAAAAAARwAAAAAAMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAAMwAAAAADMwAAAAACDgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAADLAAAAAAALAAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADLAAAAAAASQAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAACHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAABSQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: LgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAABAAAAAABCQAAAAAACQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAAAHAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAARwAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAABAAAAAADBAAAAAACDgAAAAAACQAAAAAADgAAAAAAHAAAAAADHAAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAARwAAAAABLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAABAAAAAADCQAAAAABCQAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAABLgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAARwAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABDgAAAAAABAAAAAACBAAAAAACDgAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACRwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAARwAAAAABLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,2: ind: -4,2 @@ -383,7 +384,7 @@ entities: version: 6 -4,0: ind: -4,0 - tiles: LgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADQAAAAAADQAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 4,-2: ind: 4,-2 @@ -391,11 +392,11 @@ entities: version: 6 0,-6: ind: 0,-6 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAARwAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADDgAAAAAACQAAAAACCQAAAAACBAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAABAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACRwAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAAIwAAAAACPAAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAADPAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAARwAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAACQAAAAABCQAAAAADBAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABBAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAAIwAAAAACPAAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAAAPAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 6,-3: ind: 6,-3 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,1: ind: -4,1 @@ -403,7 +404,7 @@ entities: version: 6 5,-3: ind: 5,-3 - tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAADMwAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAAQAAAAAADQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAAADgAAAAAAQAAAAAACDgAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAAADgAAAAAARwAAAAAAQAAAAAACDgAAAAAA + tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAADDgAAAAAAQAAAAAABDgAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAARwAAAAAAQAAAAAADDgAAAAAA version: 6 -6,-5: ind: -6,-5 @@ -411,23 +412,23 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAAAHAAAAAABSgAAAAAASgAAAAAASgAAAAADSgAAAAABRwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAADSQAAAAACHAAAAAAAHAAAAAACSgAAAAAASgAAAAABSgAAAAABSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABSQAAAAABSQAAAAAASQAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAADHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAAAHAAAAAADSgAAAAADSgAAAAACSgAAAAAASgAAAAADRwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAADSQAAAAAAHAAAAAADHAAAAAAASgAAAAACSgAAAAAASgAAAAABSgAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADSQAAAAADSQAAAAABSQAAAAADHAAAAAADHAAAAAAAHAAAAAADDgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: PAAAAAAAIwAAAAADDgAAAAAALAAAAAAAPAAAAAAGDgAAAAAAIwAAAAADIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAABDgAAAAAARwAAAAACDgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACRwAAAAABLAAAAAAALgAAAAAALAAAAAAALAAAAAAAIwAAAAAAPAAAAAAEIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAPAAAAAACPAAAAAABLAAAAAAALgAAAAAALAAAAAAAPAAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAABIwAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAADPAAAAAAGDgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASgAAAAAADgAAAAAADgAAAAAASgAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAALAAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAAASgAAAAACDgAAAAAASgAAAAAASgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: PAAAAAABIwAAAAABDgAAAAAALAAAAAAAPAAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADRwAAAAABLAAAAAAALgAAAAAALAAAAAAALAAAAAAAIwAAAAAAPAAAAAAAIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACPAAAAAACPAAAAAADLAAAAAAALgAAAAAALAAAAAAAPAAAAAAGIwAAAAAAIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEPAAAAAAAIwAAAAADRwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABSgAAAAADDgAAAAAADgAAAAAASgAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAAASgAAAAABDgAAAAAASgAAAAABSgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACDgAAAAAAPAAAAAACIwAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAFIwAAAAADDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAFDgAAAAAADgAAAAAAIwAAAAAAPAAAAAABDgAAAAAAIwAAAAABIwAAAAABDgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADDgAAAAAAPAAAAAACIwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAACIwAAAAABDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAFDgAAAAAADgAAAAAAIwAAAAABPAAAAAADDgAAAAAAIwAAAAACIwAAAAADDgAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAABDgAAAAAARwAAAAAADgAAAAAARwAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-4: ind: 5,-4 @@ -439,7 +440,7 @@ entities: version: 6 0,-7: ind: 0,-7 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 1,-7: ind: 1,-7 @@ -447,11 +448,11 @@ entities: version: 6 -3,-6: ind: -3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAB version: 6 -2,-6: ind: -2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-5: ind: -4,-5 @@ -505,6 +506,23 @@ entities: id: Arrows decals: 4235: -52,-13 + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: ArrowsGreyscale + decals: + 20802: -34.78518,-0.9993839 + - node: + color: '#DE3A3A96' + id: ArrowsGreyscale + decals: + 20801: -31.00098,-6.7472677 + - node: + angle: 1.5707963267948966 rad + color: '#DE3A3A96' + id: ArrowsGreyscale + decals: + 20803: -37.25066,-4.970881 - node: zIndex: 1 color: '#DE3A3A96' @@ -560,14 +578,13 @@ entities: 20698: 34,-30 20699: 35,-30 20721: 11,17 + 20886: -37,-6 + 20887: -37,-7 - node: zIndex: 1 color: '#FFFFFFFF' id: Bot decals: - 15805: -34,-6 - 15806: -34,-4 - 15807: -34,-3 17694: -16,-17 18555: 28,2 18556: 28,1 @@ -677,12 +694,22 @@ entities: 17687: -38,-53 17780: 33,0 20079: -8,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 20868: -38,-7 - node: zIndex: 1 color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: 4127: -2,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 20869: -40,-7 - node: zIndex: 1 color: '#FFFFFFFF' @@ -712,12 +739,31 @@ entities: id: BrickTileDarkInnerNw decals: 17688: -38,-54 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 20813: -38,0 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 20871: -40,-3 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: 15002: -6,-40 15003: -6,-39 + 20806: -38,-6 + 20807: -38,-5 + 20808: -38,-4 + 20809: -38,-3 + 20810: -38,-2 + 20811: -38,-1 + 20855: -35,4 + 20856: -35,3 + 20857: -35,2 - node: zIndex: 1 color: '#FFFFFFFF' @@ -748,6 +794,12 @@ entities: 20084: -6,-42 20085: -5,-42 20089: -8,-46 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 20812: -37,0 + 20870: -39,-7 - node: zIndex: 1 color: '#FFFFFFFF' @@ -757,6 +809,16 @@ entities: 19506: -33,-40 19522: -35,-40 19523: -34,-40 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 20858: -33,4 + 20859: -33,3 + 20860: -33,2 + 20864: -40,-4 + 20865: -40,-5 + 20866: -40,-6 - node: zIndex: 1 color: '#FFFFFFFF' @@ -778,6 +840,13 @@ entities: id: BrickTileDarkLineW decals: 17968: 33,-5 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 20849: -43,4 + 20850: -43,3 + 20851: -43,2 - node: zIndex: 1 color: '#FFFFFFFF' @@ -794,6 +863,13 @@ entities: 19368: 13,26 19369: 12,26 19370: 11,26 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 20852: -43,4 + 20853: -43,3 + 20854: -43,2 - node: zIndex: 1 color: '#3EB38896' @@ -978,6 +1054,8 @@ entities: decals: 15885: -1,-22 17210: 10,-20 + 21334: -8,-16 + 21338: -12,-16 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSw @@ -1155,13 +1233,6 @@ entities: id: BrickTileWhiteLineE decals: 17578: 22,0 - - node: - zIndex: 1 - color: '#9FED5896' - id: BrickTileWhiteLineE - decals: - 13771: -21,-8 - 13772: -21,-9 - node: zIndex: 1 color: '#A4610693' @@ -1185,8 +1256,6 @@ entities: color: '#D381C996' id: BrickTileWhiteLineE decals: - 13777: -21,-11 - 13778: -21,-12 14265: 29,-37 14266: 29,-33 - node: @@ -1226,6 +1295,9 @@ entities: 15892: 1,-20 17228: 0,-15 17229: 0,-16 + 21335: -8,-15 + 21336: -8,-14 + 21337: -8,-13 - node: color: '#334E6DC8' id: BrickTileWhiteLineN @@ -1422,13 +1494,6 @@ entities: decals: 14937: -39,17 17574: 20,0 - - node: - zIndex: 1 - color: '#9FED5896' - id: BrickTileWhiteLineW - decals: - 13773: -22,-8 - 13774: -22,-9 - node: zIndex: 1 color: '#A4610693' @@ -1444,13 +1509,6 @@ entities: 12161: 57,-52 12167: 50,-55 12168: 50,-56 - - node: - zIndex: 1 - color: '#D381C996' - id: BrickTileWhiteLineW - decals: - 13775: -22,-11 - 13776: -22,-12 - node: color: '#DE3A3A96' id: BrickTileWhiteLineW @@ -1906,6 +1964,30 @@ entities: 20607: 15,-28 20608: 15,-24 20609: 14,-24 + - node: + color: '#D4D4D496' + id: CheckerNWSE + decals: + 20888: -47,3 + 20889: -46,3 + 20890: -45,3 + 20891: -39,3 + 20892: -37,3 + 20893: -37,2 + 20894: -38,2 + 20895: -38,3 + 20896: -39,2 + 20897: -39,1 + 20898: -38,1 + 20899: -37,1 + 20900: -42,-2 + 20901: -41,-2 + 20902: -41,-1 + 20903: -41,0 + 20904: -41,1 + 20905: -42,1 + 20906: -42,0 + 20907: -42,-1 - node: color: '#DE3A3A96' id: CheckerNWSE @@ -1914,7 +1996,6 @@ entities: 11194: -22,-4 11195: -22,-5 11196: -23,-5 - 11197: -23,-6 11198: -22,-6 11199: -20,-6 11200: -21,-6 @@ -1932,17 +2013,17 @@ entities: 11216: -18,-1 11217: -22,-1 11218: -22,-2 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: CheckerNWSE - decals: - 13010: -31,-4 - 13011: -30,-4 - 13012: -29,-4 - 15035: -31,-6 - 15036: -30,-6 - 15037: -29,-6 + 20754: -22,-7 + 20755: -21,-7 + 20756: -20,-7 + 20757: -20,-8 + 20758: -21,-8 + 20759: -22,-8 + 20760: -23,-7 + 20761: -23,-8 + 20962: -33,-9 + 20963: -32,-9 + 20964: -30,-9 - node: zIndex: 1 color: '#FFFFFF93' @@ -2036,6 +2117,8 @@ entities: 19429: -35,-67 19430: -34,-67 19431: -33,-67 + 21357: -21,-10 + 21358: -21,-11 - node: zIndex: 1 color: '#FFFFFFFF' @@ -2085,19 +2168,13 @@ entities: 10331: 0,-33 - node: cleanable: True - zIndex: 1 + zIndex: 5 color: '#FFFFFF7F' id: Dirt decals: 20356: 1,-12 20357: 1,-9 20358: -1,-8 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: Dirt - decals: 1162: 21,-55 1163: 20,-55 1164: 21,-54 @@ -2149,9 +2226,6 @@ entities: 13482: 86,-15 13483: 87,-14 13484: 87,-14 - 13707: -23,-8 - 13756: -21,-9 - 13757: -22,-12 13779: -15,17 13786: -9,-18 14326: -10,-35 @@ -2165,14 +2239,6 @@ entities: 14514: 34,15 14527: -28,4 14539: -25,2 - 14620: -29,-6 - 14621: -43,-4 - 14622: -42,-4 - 14623: -40,-6 - 14624: -41,2 - 14625: -39,5 - 14665: -30,-8 - 14666: -30,-9 14765: -28,17 14809: -31,17 14810: -30,17 @@ -2219,9 +2285,6 @@ entities: 16411: -47,-50 16412: -46,-49 16502: -34,-49 - 16989: -31,-8 - 16990: -31,-9 - 16991: -31,-10 16998: -32,-26 17120: -36,-63 17149: -37,-68 @@ -2329,9 +2392,62 @@ entities: 20572: 34,-23 20573: 33,-23 20613: 35,-43 + 20965: -34,-8 + 20966: -35,-8 + 20967: -36,-9 + 20968: -36,-10 + 20969: -32,-7 + 20970: -30,-7 + 20971: -30,-9 + 20973: -35,-4 + 20974: -40,-7 + 20975: -40,-5 + 20976: -45,-5 + 20977: -45,-7 + 20978: -42,-9 + 20979: -42,-10 + 20980: -42,-2 + 20981: -41,-1 + 20982: -37,0 + 20983: -37,1 + 20984: -37,3 + 20985: -42,6 + 20986: -41,6 + 20987: -44,6 + 20988: -47,4 + 20989: -47,3 + 20990: -50,2 + 20991: -50,1 + 20992: -51,3 + 20993: -50,3 + 20994: -50,4 + 20995: -50,5 + 20996: -46,2 + 20997: -43,2 + 20998: -44,0 + 20999: -45,0 + 21000: -47,0 + 21001: -37,-7 + 21002: -37,-6 + 21003: -37,-5 + 21005: -29,-5 + 21006: -29,-4 + 21007: -28,-7 + 21008: -28,-8 + 21009: -24,-8 + 21010: -26,-10 + 21011: -28,-11 + 21012: -25,-12 + 21013: -22,-10 + 21014: -23,-11 + 21015: -20,-10 + 21016: -18,-12 + 21017: -16,-10 + 21018: -16,-8 + 21359: -33,-9 - node: cleanable: True - zIndex: 1 + zIndex: 5 color: '#FFFFFF7F' id: DirtHeavy decals: @@ -2346,12 +2462,6 @@ entities: 20353: -5,-9 20354: -2,-12 20355: -2,-8 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: DirtHeavy - decals: 3283: 17,7 3284: 18,8 3285: 19,8 @@ -2414,19 +2524,15 @@ entities: 4926: 0,11 4927: -3,10 4928: -5,10 - 4959: -25,-11 5157: -14,-9 5158: -13,-9 5159: -11,-9 5187: 2,-17 5188: 3,-17 - 5189: 2,-18 5191: 2,-20 5192: 3,-20 - 5195: 3,-18 5196: 3,-17 5197: 2,-17 - 5198: 2,-18 5241: 15,-34 5242: 16,-33 5243: 17,-34 @@ -2951,7 +3057,6 @@ entities: 8070: 28,-5 8080: 14,5 8083: 1,-13 - 8095: 3,-18 8096: -2,-27 8097: -1,-26 8098: 0,-29 @@ -3198,8 +3303,6 @@ entities: 9420: -26,-2 9421: -24,-2 9424: -23,-2 - 9429: -26,-7 - 9438: -26,-8 9491: -27,11 9492: -26,10 9547: -17,5 @@ -3207,8 +3310,6 @@ entities: 9549: -16,6 9550: -16,3 9551: -16,1 - 9570: -19,-8 - 9571: -19,-9 9572: -17,1 9573: -17,3 9574: -17,4 @@ -3217,7 +3318,6 @@ entities: 9577: -15,-1 9578: -16,-1 9579: -17,-3 - 9585: -19,-10 10071: 2,14 10075: 4,19 10077: 4,16 @@ -3230,7 +3330,6 @@ entities: 10090: 4,23 10093: 12,23 10094: 12,23 - 10096: 13,24 10099: 14,24 10100: 14,23 10107: 11,19 @@ -3321,8 +3420,6 @@ entities: 11569: -22,-5 11570: -21,-5 11571: -20,-4 - 11575: -26,-7 - 11579: -25,-10 11618: -21,11 11619: -23,9 11620: -23,10 @@ -3526,7 +3623,6 @@ entities: 12552: -17,-4 12553: -16,-7 12554: -17,-9 - 12555: -19,-11 12556: -12,-16 12559: -9,-14 12560: -9,-15 @@ -3721,15 +3817,6 @@ entities: 13720: -20,-1 13721: -21,-1 13722: -23,-2 - 13725: -27,-4 - 13727: -25,-4 - 13758: -22,-11 - 13759: -21,-11 - 13760: -21,-12 - 13761: -23,-12 - 13762: -22,-9 - 13763: -22,-8 - 13764: -21,-8 13780: -14,17 13783: 4,13 13915: -24,-53 @@ -3778,68 +3865,11 @@ entities: 14546: -27,2 14547: -27,6 14548: -27,7 - 14626: -41,3 - 14627: -40,4 - 14628: -40,5 - 14629: -39,4 - 14630: -39,3 - 14631: -40,3 - 14632: -40,2 - 14633: -39,2 - 14634: -39,1 - 14635: -40,1 - 14636: -41,1 - 14637: -40,-3 14638: -40,-4 14639: -39,-4 - 14640: -38,-4 - 14641: -37,-4 - 14642: -36,-4 - 14643: -35,-4 - 14644: -35,-5 - 14645: -36,-5 14646: -38,-5 - 14647: -41,-5 - 14648: -42,-4 - 14649: -42,-6 - 14650: -43,-6 - 14651: -40,-6 - 14652: -38,-6 - 14655: -30,-5 - 14656: -31,-6 - 14657: -30,-6 - 14658: -30,-9 - 14659: -28,-10 - 14660: -29,-10 - 14661: -30,-10 - 14662: -30,-11 - 14663: -29,-11 - 14664: -28,-12 - 14714: -41,2 - 14715: -41,-4 - 14716: -38,-3 - 14717: -36,-5 - 14718: -36,-6 - 14719: -40,-6 - 14720: -40,-5 - 14721: -41,-6 - 14722: -30,-6 - 14723: -31,-5 14726: -26,-5 - 14727: -25,-5 - 14728: -25,-6 14729: -23,-5 - 14730: -24,-8 - 14732: -26,-10 - 14734: -29,-12 - 14735: -30,-10 - 14736: -24,-12 - 14737: -27,-12 - 14738: -27,-11 - 14739: -27,-10 - 14740: -27,-9 - 14741: -27,-5 - 14742: -27,-3 14743: -28,-2 14744: -30,-1 14745: -30,0 @@ -4310,19 +4340,7 @@ entities: 16747: -35,-13 16748: -33,-12 16749: -33,-12 - 16750: -33,-10 - 16751: -33,-9 16752: -33,-8 - 16753: -33,-6 - 16754: -33,-5 - 16755: -33,-5 - 16756: -34,-5 - 16757: -34,-3 - 16758: -33,-3 - 16759: -33,-4 - 16760: -33,-2 - 16761: -33,-1 - 16762: -33,0 16763: -30,-2 16764: -31,-2 16765: -31,-1 @@ -4337,8 +4355,6 @@ entities: 16775: -25,-16 16776: -29,-16 16777: -29,-17 - 16778: -26,-13 - 16779: -26,-12 16782: -19,-18 16783: -20,-16 16784: -21,-17 @@ -4393,11 +4409,7 @@ entities: 16834: -49,-41 16835: -48,-41 16836: -49,-42 - 16992: -38,-4 16993: -31,0 - 16994: -33,-3 - 16995: -34,-3 - 16996: -34,-4 16997: -22,-21 16999: -32,-26 17000: -30,-33 @@ -5043,7 +5055,6 @@ entities: 19042: 11,25 19043: 11,25 19044: 11,24 - 19045: 13,24 19046: 15,24 19047: 16,25 19050: 13,26 @@ -5162,9 +5173,7 @@ entities: 20095: -33,6 20096: -33,5 20097: -33,4 - 20099: -34,0 20100: -34,-1 - 20101: -33,-1 20102: -34,1 20204: -1,-13 20205: -1,-14 @@ -5253,9 +5262,141 @@ entities: 20705: 29,-32 20706: 33,-32 20707: 33,-31 + 21019: -27,-10 + 21020: -30,-11 + 21021: -31,-9 + 21023: -35,-10 + 21024: -35,-9 + 21025: -36,-10 + 21026: -35,-11 + 21027: -39,-11 + 21028: -38,-10 + 21029: -40,-9 + 21030: -40,-9 + 21031: -39,-7 + 21032: -39,-6 + 21033: -41,-6 + 21034: -44,-6 + 21035: -42,-9 + 21036: -43,-9 + 21037: -44,-8 + 21038: -45,-6 + 21039: -44,-5 + 21040: -43,-5 + 21041: -42,-4 + 21042: -39,-6 + 21043: -39,-5 + 21044: -39,-2 + 21045: -42,-1 + 21046: -41,1 + 21047: -44,0 + 21048: -44,-1 + 21049: -45,0 + 21050: -48,1 + 21051: -47,3 + 21052: -48,4 + 21053: -50,1 + 21054: -50,3 + 21055: -51,3 + 21056: -50,5 + 21057: -48,6 + 21058: -47,6 + 21059: -47,7 + 21060: -44,7 + 21061: -44,6 + 21062: -47,3 + 21063: -44,3 + 21064: -42,2 + 21065: -41,5 + 21066: -40,6 + 21067: -38,5 + 21068: -41,4 + 21069: -38,3 + 21070: -40,1 + 21071: -40,-1 + 21072: -39,-2 + 21073: -36,-1 + 21074: -34,-2 + 21075: -34,-4 + 21076: -33,-4 + 21077: -33,-1 + 21078: -34,0 + 21079: -35,2 + 21080: -33,2 + 21081: -34,2 + 21082: -34,3 + 21083: -35,4 + 21084: -38,-1 + 21085: -38,-3 + 21086: -38,-6 + 21087: -40,-8 + 21088: -38,-11 + 21089: -38,-9 + 21090: -40,-9 + 21091: -35,-10 + 21092: -36,-11 + 21094: -33,-9 + 21095: -29,-9 + 21096: -32,-7 + 21097: -30,-7 + 21098: -31,-6 + 21099: -31,-5 + 21100: -29,-5 + 21101: -31,-4 + 21102: -34,-4 + 21103: -33,-6 + 21104: -35,-6 + 21105: -27,-8 + 21106: -26,-7 + 21107: -25,-6 + 21108: -26,-4 + 21109: -27,-3 + 21110: -25,-7 + 21111: -23,-7 + 21112: -23,-8 + 21113: -21,-7 + 21114: -21,-5 + 21115: -21,-4 + 21116: -21,-8 + 21117: -21,-8 + 21118: -20,-7 + 21119: -21,-1 + 21120: -24,-2 + 21121: -27,-2 + 21122: -25,-3 + 21123: -25,-3 + 21124: -26,-3 + 21125: -25,-8 + 21126: -26,-9 + 21127: -26,-9 + 21128: -28,-10 + 21129: -24,-10 + 21130: -25,-11 + 21131: -26,-12 + 21132: -23,-11 + 21133: -21,-10 + 21134: -19,-10 + 21135: -20,-11 + 21136: -18,-10 + 21137: -18,-12 + 21384: -50,1 + 21385: -50,5 + 21386: -48,2 + 21387: -48,1 + 21388: -44,1 + 21389: -44,5 + 21390: -48,5 + 21391: -43,-7 + 21392: -42,-7 + 21393: -42,-8 + 21394: -27,-5 + 21395: -27,-7 + 21396: -26,-8 + 21397: -26,-9 + 21398: -26,-10 - node: cleanable: True - zIndex: 1 + zIndex: 5 color: '#FFFFFF7F' id: DirtHeavyMonotile decals: @@ -5288,12 +5429,7 @@ entities: 20349: -3,-8 20350: -2,-6 20351: -4,-6 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: DirtHeavyMonotile - decals: + 21360: -34,-9 1158: 19,-55 1597: -17,6 3214: 39,-29 @@ -5468,10 +5604,6 @@ entities: 14509: 33,-3 14510: 31,8 14511: 34,13 - 14667: -30,-10 - 14668: -30,-11 - 14669: -26,-11 - 14670: -26,-10 14865: -25,-14 14912: -31,15 14913: -30,16 @@ -5640,6 +5772,14 @@ entities: 20689: 32,-26 20690: 38,-26 20691: 35,-23 + 21138: -21,-11 + 21139: -24,-11 + 21140: -28,-11 + 21141: -30,-11 + 21143: -31,-9 + 21144: -31,-7 + 21145: -31,-6 + 21146: -34,-8 - node: cleanable: True zIndex: 5 @@ -5796,7 +5936,6 @@ entities: 4695: 17,-23 4696: 15,-22 4697: 12,-22 - 4698: 9,-22 4699: 7,-22 4700: 7,-25 4701: 8,-26 @@ -5846,10 +5985,6 @@ entities: 4917: 2,11 4918: 1,10 4919: 0,10 - 4965: -25,-10 - 5008: -28,-11 - 5009: -28,-11 - 5010: -29,-11 5061: -17,6 5063: -15,4 5071: -15,-2 @@ -6177,8 +6312,6 @@ entities: 8212: 32,-21 8213: 29,-23 8214: 29,-23 - 9002: -25,-11 - 9006: -25,-10 9021: -17,-9 9023: -17,-11 9024: -18,-10 @@ -6407,13 +6540,7 @@ entities: 13467: 91,-34 13468: 89,-34 13469: 87,-34 - 13733: -23,-12 13738: -24,-9 - 13765: -22,-9 - 13766: -22,-8 - 13767: -21,-12 - 13768: -21,-12 - 13769: -22,-12 13781: -15,16 13916: -24,-52 13917: -23,-51 @@ -6438,15 +6565,6 @@ entities: 13953: -8,-20 13954: -9,-19 13955: -8,-19 - 13956: -19,-10 - 13957: -22,-11 - 13958: -30,-5 - 13959: -31,-5 - 13961: -29,-4 - 13962: -30,-4 - 13963: -31,-4 - 13964: -31,-5 - 13965: -30,-5 14350: -9,-33 14351: -7,-35 14352: -10,-37 @@ -6485,45 +6603,18 @@ entities: 14536: -27,5 14537: -25,5 14538: -25,6 - 14674: -27,-9 - 14675: -28,-11 - 14676: -28,-12 - 14677: -29,-12 - 14678: -30,-12 - 14679: -26,-12 - 14680: -25,-12 - 14681: -27,-10 - 14682: -27,-8 - 14683: -27,-7 - 14684: -27,-6 - 14685: -27,-5 14686: -26,-5 14687: -26,-6 - 14688: -30,-5 - 14690: -36,-4 - 14691: -37,-4 - 14692: -38,-4 - 14693: -38,-3 14694: -37,-3 14695: -36,-3 14696: -35,-3 - 14697: -36,-5 - 14698: -36,-6 - 14699: -39,-6 - 14700: -41,-6 - 14701: -41,-4 - 14702: -41,-4 - 14703: -40,-3 14704: -40,-2 14705: -40,-1 14706: -41,-1 14707: -41,-2 14708: -40,-4 - 14709: -41,1 14710: -42,1 14711: -42,2 - 14712: -41,3 - 14713: -41,2 14953: 35,7 14954: 35,8 14955: 37,8 @@ -6836,19 +6927,6 @@ entities: 16973: -34,-14 16974: -34,-12 16975: -33,-12 - 16976: -31,-12 - 16977: -26,-13 - 16978: -26,-11 - 16979: -28,-10 - 16980: -28,-9 - 16981: -27,-8 - 16982: -29,-9 - 16983: -29,-8 - 16984: -29,-6 - 16985: -30,-5 - 16986: -30,-5 - 16987: -31,-8 - 16988: -31,-9 17253: 15,-9 17510: 21,5 17511: 22,5 @@ -7062,7 +7140,6 @@ entities: 19396: 12,25 19397: 13,25 19398: 14,25 - 19399: 12,24 19400: 14,25 19401: 15,25 19402: 17,21 @@ -7224,6 +7301,82 @@ entities: 20717: 32,-31 20718: 29,-27 20719: 34,-32 + 21147: -35,-9 + 21149: -29,-10 + 21150: -32,-9 + 21151: -31,-7 + 21152: -30,-6 + 21153: -34,-4 + 21154: -38,-6 + 21155: -41,-6 + 21156: -44,-5 + 21157: -44,-8 + 21158: -44,-8 + 21159: -42,-9 + 21160: -40,-10 + 21161: -40,-10 + 21162: -38,-10 + 21163: -38,-11 + 21164: -38,-6 + 21165: -38,-3 + 21166: -40,0 + 21167: -42,-2 + 21168: -42,-1 + 21169: -42,1 + 21170: -47,0 + 21171: -48,0 + 21172: -48,2 + 21173: -48,3 + 21174: -48,4 + 21175: -44,4 + 21176: -44,2 + 21177: -46,2 + 21178: -50,1 + 21179: -50,2 + 21180: -51,3 + 21181: -51,3 + 21182: -50,4 + 21183: -50,5 + 21184: -47,6 + 21185: -48,6 + 21186: -47,7 + 21187: -45,6 + 21188: -44,6 + 21189: -42,6 + 21190: -39,6 + 21191: -39,5 + 21192: -38,5 + 21193: -38,6 + 21194: -39,3 + 21195: -37,3 + 21196: -38,2 + 21197: -38,2 + 21198: -37,-1 + 21199: -33,-1 + 21200: -33,0 + 21201: -33,0 + 21202: -33,-2 + 21203: -33,-5 + 21204: -32,-4 + 21205: -30,-4 + 21206: -30,-6 + 21207: -31,-6 + 21208: -34,-6 + 21209: -35,-6 + 21210: -28,-7 + 21211: -28,-8 + 21212: -31,-9 + 21373: -44,4 + 21374: -48,3 + 21375: -40,4 + 21376: -44,6 + 21377: -45,6 + 21378: -47,6 + 21379: -50,5 + 21380: -50,4 + 21381: -51,3 + 21382: -50,3 + 21383: -50,2 - node: cleanable: True zIndex: 5 @@ -7511,7 +7664,6 @@ entities: 10114: 15,24 10115: 4,24 10116: 4,19 - 10117: 4,21 10118: -2,17 10119: -3,18 10120: -5,18 @@ -7761,7 +7913,6 @@ entities: 12951: 62,-79 12952: 62,-80 12953: 61,-80 - 13770: -21,-11 13922: -24,-53 13923: -25,-53 13924: -26,-53 @@ -7813,28 +7964,11 @@ entities: 14773: -27,3 14774: -28,9 14775: -30,11 - 14776: -24,-8 - 14777: -27,-9 - 14778: -29,-4 - 14779: -37,-4 - 14780: -37,-5 - 14781: -41,-5 14782: -39,-4 14783: -39,-3 14784: -39,-2 14785: -41,-2 - 14786: -39,-6 - 14787: -41,1 - 14788: -39,1 - 14789: -41,3 - 14790: -42,-4 14791: -40,-2 - 14792: -25,-3 - 14793: -30,-12 - 14794: -28,-10 - 14795: -27,-10 - 14796: -25,-9 - 14797: -26,-9 14800: -20,16 14801: -20,19 14802: -22,19 @@ -7843,7 +7977,6 @@ entities: 14805: -26,19 14807: -31,18 14808: -30,16 - 14868: -26,-14 14870: -18,-16 14871: -17,-3 14872: -8,-21 @@ -8055,7 +8188,6 @@ entities: 18179: 4,23 18180: -18,-10 18181: -18,-9 - 18182: -19,-10 18183: -18,-12 18184: -18,-14 18185: -18,-16 @@ -8378,6 +8510,131 @@ entities: 20681: 19,-27 20682: 19,-26 20683: 19,-25 + 21213: -35,-6 + 21214: -32,-5 + 21216: -34,-3 + 21217: -34,-1 + 21218: -35,-1 + 21219: -35,-3 + 21220: -30,-5 + 21221: -31,-6 + 21222: -30,-7 + 21223: -27,-10 + 21224: -31,-11 + 21225: -35,-11 + 21227: -35,-8 + 21228: -28,-11 + 21229: -26,-11 + 21230: -22,-10 + 21231: -20,-11 + 21232: -24,-8 + 21233: -24,-7 + 21234: -22,-7 + 21235: -20,-8 + 21236: -21,-8 + 21237: -21,-7 + 21238: -20,-6 + 21239: -21,-6 + 21240: -22,-6 + 21241: -22,-5 + 21242: -24,-7 + 21243: -22,-7 + 21244: -23,-7 + 21245: -23,-8 + 21246: -26,-7 + 21247: -26,-6 + 21248: -26,-5 + 21249: -25,-4 + 21250: -30,-1 + 21251: -33,-1 + 21252: -33,0 + 21253: -35,2 + 21254: -35,3 + 21255: -35,4 + 21256: -33,4 + 21257: -33,2 + 21258: -33,6 + 21259: -34,7 + 21260: -33,7 + 21261: -34,6 + 21262: -39,5 + 21263: -37,5 + 21264: -37,6 + 21265: -39,6 + 21266: -41,6 + 21267: -42,6 + 21268: -41,4 + 21269: -38,-1 + 21270: -37,-1 + 21271: -37,-2 + 21272: -37,-3 + 21273: -37,-4 + 21274: -37,-6 + 21275: -38,-2 + 21276: -39,-3 + 21277: -42,-5 + 21278: -42,-6 + 21279: -44,-6 + 21280: -44,-7 + 21281: -48,-8 + 21282: -47,-7 + 21283: -47,-6 + 21284: -47,-5 + 21285: -48,-7 + 21286: -49,-8 + 21287: -51,-9 + 21288: -52,-10 + 21289: -50,-9 + 21290: -48,-8 + 21291: -47,-19 + 21292: -48,-20 + 21293: -49,-20 + 21294: -48,-19 + 21295: -51,-17 + 21296: -52,-16 + 21297: -50,-16 + 21298: -49,-17 + 21299: -43,-22 + 21300: -37,-21 + 21301: -35,-21 + 21302: -33,-21 + 21303: -33,-18 + 21304: -34,-17 + 21305: -34,-16 + 21306: -34,-13 + 21307: -34,-13 + 21308: -35,-14 + 21309: -28,-14 + 21310: -28,-14 + 21311: -26,-15 + 21312: -26,-14 + 21313: -25,-14 + 21314: -23,-14 + 21315: -26,-16 + 21316: -27,-17 + 21317: -26,-14 + 21318: -24,-17 + 21319: -21,-17 + 21320: -20,-18 + 21321: -21,-20 + 21322: -19,-20 + 21323: -20,-19 + 21324: -21,-18 + 21325: -18,-20 + 21326: -17,-19 + 21327: -16,-17 + 21361: -33,-10 + 21362: -32,-10 + 21363: -31,-10 + 21364: -31,-9 + 21365: -34,-9 + 21366: -34,-10 + 21367: -40,-5 + 21368: -40,2 + 21369: -41,3 + 21370: -43,3 + 21371: -42,3 + 21372: -42,4 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8577,20 +8834,20 @@ entities: 11348: -19,-58 11349: -18,-58 11350: -17,-58 + 20932: -20,-50 + 20933: -21,-50 + 20934: -19,-48 + 20935: -25,-44 + 20936: -24,-44 + 20937: -26,-48 + 20938: -31,-50 - node: zIndex: 1 color: '#334E6DC8' id: FullTileOverlayGreyscale decals: 14249: -15,-50 - 14256: -19,-48 - 14260: -20,-50 - 14261: -21,-50 14262: -23,-50 - 19432: -31,-50 - 19433: -26,-48 - 19434: -25,-44 - 19435: -24,-44 - node: color: '#3EB38896' id: FullTileOverlayGreyscale @@ -8652,6 +8909,12 @@ entities: decals: 11337: -19,-56 11338: -18,-56 + 20918: -3,21 + 20919: -2,21 + 20920: 3,21 + 20921: 4,21 + 20922: 5,21 + 20923: 2,15 - node: zIndex: 1 color: '#A4610696' @@ -8688,14 +8951,28 @@ entities: 11230: -26,13 11231: -25,13 11345: -21,-56 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: FullTileOverlayGreyscale - decals: - 15744: -29,-8 - 15745: -29,-9 - 15746: -26,-13 + 20750: -24,-7 + 20751: -24,-8 + 20752: -28,-8 + 20753: -28,-7 + 20764: -28,-5 + 20836: -33,-6 + 20837: -34,-6 + 20838: -35,-6 + 20839: -33,-4 + 20840: -32,-4 + 20841: -31,-4 + 20842: -30,-4 + 20843: -29,-4 + 20844: -33,0 + 20845: -33,-1 + 20846: -33,-2 + 20847: -33,-3 + 20848: -35,0 + 20957: -34,-8 + 20958: -35,-8 + 21349: -26,-9 + 21350: -24,-5 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -8708,11 +8985,23 @@ entities: color: '#EFB34196' id: FullTileOverlayGreyscale decals: - 14239: -9,-17 14240: -5,-17 - 14241: -7,-21 - 14242: -7,-19 14246: -13,-23 + 21339: -7,-15 + 21340: -7,-14 + 21345: 2,-18 + 21346: 2,-23 + 21347: 9,-21 + - node: + zIndex: 5 + color: '#EFB34196' + id: FullTileOverlayGreyscale + decals: + 21328: -15,-12 + 21329: -15,-13 + 21331: -9,-17 + 21332: -7,-19 + 21333: -7,-21 - node: color: '#FA750096' id: FullTileOverlayGreyscale @@ -9023,6 +9312,20 @@ entities: id: HalfTileOverlayGreyscale decals: 20612: 15,17 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale + decals: + 20928: 0,-40 + 20929: 1,-40 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale + decals: + 20924: 2,14 + 20925: 3,14 + 20926: 5,14 + 20927: 6,14 - node: zIndex: 1 color: '#A4610696' @@ -9047,6 +9350,11 @@ entities: 9616: 33,-45 9617: 34,-45 9751: 33,-39 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 20944: -26,-10 - node: zIndex: 1 color: '#DE3A3A96' @@ -9125,6 +9433,12 @@ entities: id: HalfTileOverlayGreyscale180 decals: 20439: 15,18 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale180 + decals: + 20930: 0,-42 + 20931: 1,-42 - node: zIndex: 1 color: '#A4610696' @@ -9143,7 +9457,7 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 decals: - 14616: -26,-12 + 20749: -26,-8 - node: zIndex: 1 color: '#DE3A3A96' @@ -9205,6 +9519,13 @@ entities: 16321: -36,-24 16322: -36,-23 18573: 20,1 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale270 + decals: + 20911: 10,25 + 20912: 13,20 + 20913: 13,19 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 @@ -9226,6 +9547,16 @@ entities: 15092: 35,-42 15093: 35,-43 15094: 35,-44 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 20742: -27,-5 + 20814: -35,-2 + 20815: -35,-3 + 20816: -35,-4 + 20818: -32,-7 + 20835: -32,-6 - node: zIndex: 1 color: '#DE3A3A96' @@ -9233,7 +9564,6 @@ entities: decals: 9328: -27,11 9335: -27,10 - 9586: -19,-10 - node: color: '#FA750096' id: HalfTileOverlayGreyscale270 @@ -9289,6 +9619,13 @@ entities: 16309: -34,-23 16310: -34,-24 16311: -34,-25 + - node: + color: '#8D1C9996' + id: HalfTileOverlayGreyscale90 + decals: + 20914: 13,19 + 20915: 13,20 + 20916: 10,25 - node: zIndex: 1 color: '#A4610696' @@ -9316,6 +9653,13 @@ entities: 15096: 36,-42 15097: 36,-43 15098: 36,-44 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 20741: -25,-5 + 20819: -30,-6 + 20820: -30,-7 - node: zIndex: 1 color: '#DE3A3A96' @@ -9350,6 +9694,24 @@ entities: id: LoadingArea decals: 1411: -13,-45 + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: LoadingAreaGreyscale + decals: + 20798: -37,-1 + - node: + color: '#DE3A3A96' + id: LoadingAreaGreyscale + decals: + 20800: -31,-9 + - node: + zIndex: 1 + angle: 1.5707963267948966 rad + color: '#DE3A3A96' + id: LoadingAreaGreyscale + decals: + 21348: -35,-5 - node: zIndex: 1 color: '#DE3A3A96' @@ -9497,13 +9859,16 @@ entities: decals: 10862: -18,-5 10864: -18,-7 - 10865: -18,-8 - 14602: -27,-8 - 14603: -27,-7 - 14604: -27,-6 - 14613: -27,-3 - 14614: -27,-4 - 14615: -27,-5 + 20736: -27,-3 + 20737: -27,-4 + 20939: -18,-10 + 20940: -18,-9 + 20941: -18,-8 + 20942: -19,-10 + 20943: -20,-10 + 20949: -27,-10 + 20950: -28,-10 + 20951: -29,-10 - node: zIndex: 1 color: '#DE3A3A96' @@ -9511,12 +9876,9 @@ entities: decals: 9332: -26,10 9337: -25,11 - 9589: -19,-9 - 9590: -19,-8 9591: -18,-4 9592: -17,-4 9593: -17,-3 - 15742: -28,-8 - node: zIndex: 1 color: '#334E6DC8' @@ -9641,9 +10003,9 @@ entities: id: QuarterTileOverlayGreyscale180 decals: 10304: 33,4 - 14617: -25,-12 - 14618: -24,-12 - 14619: -23,-12 + 20743: -25,-6 + 20744: -25,-7 + 20745: -25,-8 - node: zIndex: 1 color: '#DE3A3A96' @@ -9758,7 +10120,6 @@ entities: 9977: -3,18 9978: -3,19 9979: -3,20 - 9980: -3,21 9981: -3,22 9982: -3,23 9983: -3,24 @@ -9819,24 +10180,20 @@ entities: 10302: 31,12 10303: 31,13 10861: -17,0 - 14595: -27,-12 - 14596: -28,-12 - 14597: -29,-12 - 14598: -30,-12 + 20746: -27,-6 + 20747: -27,-7 + 20748: -27,-8 - node: zIndex: 1 color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 9587: -19,-11 - 9588: -19,-12 9595: -17,1 9596: -17,2 9597: -17,3 9598: -17,4 9599: -17,5 9600: -17,6 - 15741: -31,-12 - node: color: '#FA750096' id: QuarterTileOverlayGreyscale270 @@ -9946,14 +10303,12 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 14605: -25,-8 - 14606: -24,-8 - 14607: -23,-8 - 14608: -25,-7 - 14609: -25,-6 - 14610: -25,-5 - 14611: -25,-4 - 14612: -25,-3 + 20730: -25,-3 + 20731: -25,-4 + 20945: -25,-10 + 20946: -24,-10 + 20947: -23,-10 + 20948: -22,-10 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 @@ -10508,6 +10863,13 @@ entities: decals: 12384: 31,-47 12385: 31,-46 + - node: + color: '#DE3A3A96' + id: WarnFullGreyscale + decals: + 20795: -36,-5 + 20796: -36,-1 + 20797: -31,-8 - node: color: '#FFFFFFFF' id: WarnLineE @@ -10537,6 +10899,11 @@ entities: id: WarnLineGreyscaleE decals: 9809: 35,-26 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 20793: -37,-5 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleE @@ -10546,6 +10913,9 @@ entities: 15943: -46,-46 15944: -46,-47 20722: 10,17 + 21354: -38,-9 + 21355: -38,-10 + 21356: -38,-11 - node: cleanable: True zIndex: 1 @@ -10598,6 +10968,11 @@ entities: 9772: 33,-23 9773: 34,-23 9808: 34,-27 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 20792: -31,-7 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS @@ -10634,6 +11009,11 @@ entities: id: WarnLineGreyscaleW decals: 9801: 33,-26 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 20794: -35,-1 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW @@ -10643,6 +11023,9 @@ entities: 15939: -46,-45 15940: -46,-47 20724: 12,17 + 21351: -36,-9 + 21352: -36,-10 + 21353: -36,-11 - node: cleanable: True zIndex: 1 @@ -10656,6 +11039,9 @@ entities: decals: 10916: -10,-18 10924: -12,-18 + 20872: -40,-8 + 20873: -39,-8 + 20874: -38,-8 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10700,6 +11086,9 @@ entities: 9930: 6,26 10917: -10,-22 10921: -12,-22 + 20875: -40,-8 + 20876: -39,-8 + 20877: -38,-8 - node: zIndex: 1 color: '#FFFFFFFF' @@ -11525,8 +11914,6 @@ entities: color: '#FFFFFF7F' id: burnt4 decals: - 5011: -28,-11 - 5013: -29,-11 7463: 47,7 7464: 46,7 7465: 45,7 @@ -12326,11 +12713,11 @@ entities: -4,-3: 0: 53727 -5,-3: - 0: 61166 + 0: 53246 -4,-2: 0: 45533 -5,-2: - 0: 56782 + 0: 56797 -4,-1: 0: 15291 -5,-1: @@ -12420,8 +12807,7 @@ entities: 3: 32768 -1,-8: 3: 51 - 0: 61452 - 4: 2048 + 0: 63500 -1,-6: 0: 65535 -1,-5: @@ -12603,8 +12989,8 @@ entities: -3,4: 0: 47283 -2,1: - 5: 273 - 6: 1092 + 4: 273 + 5: 1092 -2,2: 0: 65280 1: 10 @@ -12629,7 +13015,7 @@ entities: 1: 3328 2: 512 0,1: - 7: 273 + 6: 273 2: 3276 0,2: 0: 65280 @@ -12676,32 +13062,30 @@ entities: 0: 36863 -8,-4: 0: 15 - 1: 768 + 1: 1792 + 2: 28672 -9,-4: 0: 26239 -8,-3: - 0: 44782 + 0: 32752 -9,-3: - 0: 34958 - 1: 12288 + 0: 65524 -8,-2: - 0: 65034 + 0: 63346 -9,-2: - 0: 64904 - 1: 3 + 0: 65030 -8,-1: - 0: 60942 + 0: 60943 -9,-1: - 0: 51421 + 0: 65262 -8,0: 0: 26190 -7,-4: - 0: 17479 - 1: 256 + 0: 12151 -7,-3: - 0: 65535 + 0: 20479 -7,-2: - 0: 65263 + 0: 65279 -7,-1: 0: 65518 -7,-5: @@ -12709,12 +13093,13 @@ entities: -7,0: 0: 65359 -6,-4: - 0: 15 - 1: 2304 + 0: 271 + 1: 3072 + 2: 49152 -6,-3: - 0: 53727 + 0: 4081 -6,-2: - 0: 65039 + 0: 64767 -6,-1: 0: 65422 -6,-5: @@ -12843,13 +13228,12 @@ entities: -6,-18: 1: 40960 -9,0: - 0: 51404 - 1: 4096 + 0: 61006 -8,1: 0: 6 1: 25600 -9,1: - 0: 61164 + 0: 52302 -8,2: 1: 2 0: 61056 @@ -12951,48 +13335,51 @@ entities: 1: 8 -12,-3: 0: 1 - 1: 62126 + 1: 12974 -13,-3: 0: 11 2: 59136 1: 6144 -12,-2: - 2: 59185 - 1: 2254 + 2: 9009 + 1: 2 + 0: 34952 -13,-2: 2: 140 1: 2114 -12,-1: - 2: 140 - 1: 34816 + 1: 19 + 0: 45056 + -13,-1: + 1: 24607 + -12,0: + 0: 65307 -11,-4: 1: 1841 2: 61440 -11,-3: - 1: 61759 + 1: 15 + 0: 30208 -11,-2: - 1: 5 - 0: 36352 - -12,0: - 1: 35562 + 0: 65399 + -11,-1: + 0: 56591 -11,-5: 1: 8048 - -11,-1: - 0: 34958 - 1: 8704 + -11,0: + 0: 65501 -10,-4: 0: 59647 2: 4096 -10,-3: - 1: 61633 + 1: 1 + 0: 30528 -10,-2: - 0: 65280 - 1: 12 + 0: 65527 -10,-1: - 0: 13311 + 0: 65535 -10,0: - 0: 13105 - 1: 34944 + 0: 65535 -12,-8: 0: 64991 -12,-9: @@ -13106,44 +13493,42 @@ entities: -9,-21: 0: 64170 -12,1: - 1: 65416 - -13,1: - 1: 65392 + 0: 47903 + -13,0: + 0: 58432 + 1: 17 -12,2: + 1: 3840 + -13,2: + 1: 24098 + 2: 8192 + -12,3: 2: 3840 1: 61440 - -13,2: - 2: 43008 - 1: 21026 - -12,3: - 2: 3855 - 1: 61440 -13,3: - 2: 43016 + 2: 43008 1: 21026 -12,4: 2: 3855 1: 61440 -11,1: - 1: 63265 - 0: 8 + 0: 56799 + -11,2: + 1: 4048 -11,3: 1: 34560 2: 2048 - -11,0: - 0: 52416 -10,1: - 0: 51 - 1: 12424 + 0: 36863 + -10,2: + 1: 290 + 0: 32960 -10,3: 2: 49408 1: 4096 0: 140 -11,4: 1: 15 - -10,2: - 1: 290 - 0: 32960 -10,4: 1: 8471 2: 3816 @@ -13225,9 +13610,11 @@ entities: -14,-2: 1: 32682 -14,-1: - 1: 23 + 1: 19671 -14,-5: 1: 43695 + -14,0: + 1: 17476 -16,-8: 1: 10098 -16,-7: @@ -14636,7 +15023,7 @@ entities: 1: 61713 2: 2056 -14,1: - 1: 65280 + 1: 65348 -14,2: 2: 36608 1: 28672 @@ -14646,6 +15033,9 @@ entities: -14,4: 2: 36623 1: 28672 + -13,1: + 1: 28944 + 0: 68 0,-21: 2: 2 0,-25: @@ -14868,21 +15258,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -15201,23 +15576,9 @@ entities: parent: 2 - type: DeviceList devices: - - 18580 - - 15134 - - uid: 2697 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 2 - - type: DeviceList - devices: - - 7245 - - 16263 - - 10682 - - 678 - - 690 - - 680 - - 12654 - - 11556 + - 23797 + - 23796 + - 23917 - uid: 3489 components: - type: MetaData @@ -15361,7 +15722,7 @@ entities: - 1258 - 11990 - 8445 - - 8298 + - 23733 - 19001 - 14382 - 14368 @@ -15464,6 +15825,8 @@ entities: - 14710 - 15301 - 15302 + - 11591 + - 11574 - uid: 10105 components: - type: MetaData @@ -15478,6 +15841,20 @@ entities: - 21855 - 21854 - 21853 + - uid: 11625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 23789 + - 23798 + - 23788 + - 9141 + - 8468 + - 226 - uid: 11632 components: - type: Transform @@ -15489,29 +15866,6 @@ entities: - 2176 - 9861 - 6545 - - uid: 11724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 12107 - - 6941 - - 11988 - - 12178 - - 12054 - - 670 - - 656 - - 10416 - - 2394 - - 10103 - - 7420 - - 8453 - - 8464 - - 9141 - - 8468 - uid: 12518 components: - type: Transform @@ -16312,6 +16666,24 @@ entities: - 15165 - 15164 - 17582 + - uid: 17615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 11574 + - 11591 + - 1192 + - 20477 + - 23787 + - 23753 + - 23759 + - 23755 + - 23800 + - 23799 - uid: 18900 components: - type: Transform @@ -16343,6 +16715,22 @@ entities: - 19008 - 19006 - 15672 + - uid: 19627 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 11617 + - 2211 + - 12299 + - 1176 + - 20477 + - 1192 + - 23823 + - 23825 + - 23826 - uid: 20239 components: - type: MetaData @@ -16532,6 +16920,55 @@ entities: devices: - 23585 - 23581 + - uid: 23739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 23735 + - 23734 + - uid: 23916 + components: + - type: MetaData + name: Perma Air Alarm + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 2211 + - 11617 + - 1176 + - 12299 + - 23853 + - 23912 + - 23852 + - 23846 + - 23854 + - 23915 + - 23840 + - 23877 + - 23914 + - 23876 + - 23911 + - 23913 + - 23910 + - 23904 + - 23907 + - 23807 + - 23806 + - 23906 + - 23905 + - 23909 + - 23902 + - 23809 + - 23808 + - 23903 + - 23908 - proto: AirAlarmFreezer entities: - uid: 22282 @@ -16617,6 +17054,11 @@ entities: - type: Transform pos: 18.5,-45.5 parent: 2 + - uid: 9103 + components: + - type: Transform + pos: -48.5,3.5 + parent: 2 - uid: 11833 components: - type: Transform @@ -16632,11 +17074,31 @@ entities: - type: Transform pos: 11.5,-89.5 parent: 2 + - uid: 15168 + components: + - type: Transform + pos: -47.5,1.5 + parent: 2 - uid: 19243 components: - type: Transform pos: 7.5,-91.5 parent: 2 + - uid: 20422 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - uid: 20521 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - uid: 20770 + components: + - type: Transform + pos: -47.5,5.5 + parent: 2 - proto: AirlockArmoryGlassLocked entities: - uid: 5379 @@ -16644,6 +17106,12 @@ entities: - type: Transform pos: -23.5,-4.5 parent: 2 + - uid: 10065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-8.5 + parent: 2 - proto: AirlockAssemblyCargoGlass entities: - uid: 19235 @@ -18250,11 +18718,6 @@ entities: - type: Transform pos: 33.5,16.5 parent: 2 - - uid: 5435 - components: - - type: Transform - pos: -39.5,0.5 - parent: 2 - uid: 5626 components: - type: Transform @@ -18304,6 +18767,12 @@ entities: - type: Transform pos: -8.5,-54.5 parent: 2 + - uid: 7699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-9.5 + parent: 2 - uid: 8677 components: - type: Transform @@ -18439,6 +18908,12 @@ entities: - type: Transform pos: 31.5,-15.5 parent: 2 + - uid: 20790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-10.5 + parent: 2 - uid: 21434 components: - type: Transform @@ -18707,16 +19182,21 @@ entities: - type: Transform pos: 21.5,-12.5 parent: 2 - - uid: 476 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - uid: 2398 components: - type: Transform pos: -20.5,-27.5 parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 - uid: 2654 components: - type: Transform @@ -18742,11 +19222,6 @@ entities: - type: Transform pos: -12.5,-25.5 parent: 2 - - uid: 4954 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 2 - uid: 5444 components: - type: Transform @@ -19066,10 +19541,10 @@ entities: - type: Transform pos: -20.5,16.5 parent: 2 - - uid: 2791 + - uid: 13088 components: - type: Transform - pos: -25.5,-13.5 + pos: -33.5,5.5 parent: 2 - proto: AirlockMaintServiceLocked entities: @@ -19348,25 +19823,11 @@ entities: parent: 2 - proto: AirlockSecurityGlassLocked entities: - - uid: 318 + - uid: 676 components: - type: Transform pos: -27.5,-4.5 parent: 2 - - uid: 3558 - components: - - type: Transform - pos: -31.5,-4.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 10212 - components: - - type: Transform - pos: -34.5,-4.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - proto: AirlockSecurityLawyerGlassLocked entities: - uid: 170 @@ -19403,6 +19864,11 @@ entities: - type: Transform pos: -29.5,1.5 parent: 2 + - uid: 714 + components: + - type: Transform + pos: -33.5,1.5 + parent: 2 - uid: 1145 components: - type: Transform @@ -19513,6 +19979,14 @@ entities: - type: DeviceNetwork deviceLists: - 7632 + - uid: 226 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11625 - uid: 634 components: - type: Transform @@ -19521,22 +19995,6 @@ entities: - type: DeviceNetwork deviceLists: - 8983 - - uid: 656 - components: - - type: Transform - pos: -20.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - uid: 670 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - uid: 682 components: - type: Transform @@ -19630,14 +20088,6 @@ entities: deviceLists: - 2583 - 14795 - - uid: 6941 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - uid: 7627 components: - type: Transform @@ -19659,22 +20109,6 @@ entities: - type: DeviceNetwork deviceLists: - 14915 - - uid: 8453 - components: - - type: Transform - pos: -25.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - uid: 8464 - components: - - type: Transform - pos: -25.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - uid: 8993 components: - type: Transform @@ -19723,14 +20157,6 @@ entities: - type: DeviceNetwork deviceLists: - 14019 - - uid: 10682 - components: - - type: Transform - pos: -35.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - uid: 10963 components: - type: Transform @@ -19740,11 +20166,6 @@ entities: deviceLists: - 2583 - 14795 - - uid: 11000 - components: - - type: Transform - pos: -29.5,-11.5 - parent: 2 - uid: 11185 components: - type: Transform @@ -19753,14 +20174,6 @@ entities: - type: DeviceNetwork deviceLists: - 18900 - - uid: 11556 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - uid: 11990 components: - type: Transform @@ -20365,6 +20778,110 @@ entities: - type: DeviceNetwork deviceLists: - 23444 + - uid: 23788 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11625 + - uid: 23799 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17615 + - uid: 23800 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17615 + - uid: 23806 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23807 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23808 + components: + - type: Transform + pos: -47.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23809 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23826 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - uid: 23912 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23913 + components: + - type: Transform + pos: -45.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23914 + components: + - type: Transform + pos: -38.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23915 + components: + - type: Transform + pos: -38.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - uid: 23917 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2670 - proto: AltarConvertMaint entities: - uid: 9055 @@ -20414,6 +20931,12 @@ entities: parent: 2 - proto: APCBasic entities: + - uid: 291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-12.5 + parent: 2 - uid: 351 components: - type: MetaData @@ -20463,6 +20986,12 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 2 + - uid: 1815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-2.5 + parent: 2 - uid: 1873 components: - type: MetaData @@ -20695,12 +21224,6 @@ entities: - type: Transform pos: 4.5,-20.5 parent: 2 - - uid: 10317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,4.5 - parent: 2 - uid: 10322 components: - type: Transform @@ -20924,6 +21447,12 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,-70.5 parent: 2 + - uid: 16870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,7.5 + parent: 2 - uid: 17056 components: - type: MetaData @@ -20977,11 +21506,6 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-52.5 parent: 2 - - uid: 18889 - components: - - type: Transform - pos: -31.5,-14.5 - parent: 2 - uid: 18943 components: - type: Transform @@ -21023,6 +21547,12 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-37.5 parent: 2 + - uid: 20471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-5.5 + parent: 2 - uid: 20578 components: - type: MetaData @@ -21066,12 +21596,6 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-34.5 parent: 2 - - uid: 22603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-12.5 - parent: 2 - uid: 22714 components: - type: MetaData @@ -21413,15 +21937,10 @@ entities: - type: Transform pos: 68.5,-70.5 parent: 2 - - uid: 364 + - uid: 279 components: - type: Transform - pos: -46.5,-6.5 - parent: 2 - - uid: 379 - components: - - type: Transform - pos: -46.5,-5.5 + pos: -21.5,-12.5 parent: 2 - uid: 586 components: @@ -21508,11 +22027,6 @@ entities: - type: Transform pos: 59.5,-41.5 parent: 2 - - uid: 1657 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - uid: 1772 components: - type: Transform @@ -21568,26 +22082,16 @@ entities: - type: Transform pos: -49.5,-16.5 parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 - uid: 2987 components: - type: Transform pos: -50.5,-15.5 parent: 2 - - uid: 2996 - components: - - type: Transform - pos: -45.5,-5.5 - parent: 2 - - uid: 3027 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - - uid: 3029 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - uid: 3124 components: - type: Transform @@ -22848,6 +23352,11 @@ entities: - type: Transform pos: -11.5,-94.5 parent: 2 + - uid: 8465 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 2 - uid: 8657 components: - type: Transform @@ -22888,6 +23397,11 @@ entities: - type: Transform pos: 61.5,4.5 parent: 2 + - uid: 10103 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 - uid: 10112 components: - type: Transform @@ -22998,11 +23512,6 @@ entities: - type: Transform pos: 74.5,-79.5 parent: 2 - - uid: 11631 - components: - - type: Transform - pos: -45.5,-3.5 - parent: 2 - uid: 11643 components: - type: Transform @@ -23013,11 +23522,6 @@ entities: - type: Transform pos: 44.5,-74.5 parent: 2 - - uid: 11907 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - uid: 11958 components: - type: Transform @@ -23043,6 +23547,11 @@ entities: - type: Transform pos: 22.5,28.5 parent: 2 + - uid: 12599 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 - uid: 13121 components: - type: Transform @@ -23053,11 +23562,6 @@ entities: - type: Transform pos: -48.5,-19.5 parent: 2 - - uid: 13899 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - uid: 14228 components: - type: Transform @@ -23208,11 +23712,6 @@ entities: - type: Transform pos: 67.5,-1.5 parent: 2 - - uid: 16259 - components: - - type: Transform - pos: -47.5,-5.5 - parent: 2 - uid: 16841 components: - type: Transform @@ -24193,61 +24692,6 @@ entities: - type: Transform pos: -44.5,14.5 parent: 2 - - uid: 19125 - components: - - type: Transform - pos: -44.5,12.5 - parent: 2 - - uid: 19126 - components: - - type: Transform - pos: -45.5,12.5 - parent: 2 - - uid: 19127 - components: - - type: Transform - pos: -46.5,12.5 - parent: 2 - - uid: 19128 - components: - - type: Transform - pos: -47.5,12.5 - parent: 2 - - uid: 19129 - components: - - type: Transform - pos: -48.5,12.5 - parent: 2 - - uid: 19130 - components: - - type: Transform - pos: -48.5,11.5 - parent: 2 - - uid: 19131 - components: - - type: Transform - pos: -48.5,10.5 - parent: 2 - - uid: 19132 - components: - - type: Transform - pos: -47.5,10.5 - parent: 2 - - uid: 19133 - components: - - type: Transform - pos: -46.5,10.5 - parent: 2 - - uid: 19134 - components: - - type: Transform - pos: -45.5,10.5 - parent: 2 - - uid: 19135 - components: - - type: Transform - pos: -44.5,10.5 - parent: 2 - uid: 19136 components: - type: Transform @@ -26353,6 +26797,11 @@ entities: - type: Transform pos: 83.5,-16.5 parent: 2 + - uid: 19773 + components: + - type: Transform + pos: -46.5,-4.5 + parent: 2 - uid: 19775 components: - type: Transform @@ -26753,6 +27202,11 @@ entities: - type: Transform pos: 76.5,-40.5 parent: 2 + - uid: 19884 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 - uid: 19911 components: - type: Transform @@ -26848,6 +27302,16 @@ entities: - type: Transform pos: 89.5,-20.5 parent: 2 + - uid: 20563 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 20589 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 2 - uid: 20686 components: - type: Transform @@ -28057,6 +28521,13 @@ entities: - type: Transform pos: 13.477564,-30.347912 parent: 2 +- proto: BanjoInstrument + entities: + - uid: 23928 + components: + - type: Transform + pos: -21.420506,-7.1571426 + parent: 2 - proto: BannerCargo entities: - uid: 12757 @@ -28073,6 +28544,11 @@ entities: parent: 2 - proto: Barricade entities: + - uid: 2835 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 - uid: 6854 components: - type: Transform @@ -28200,28 +28676,13 @@ entities: - type: Transform pos: -25.650852,22.879078 parent: 2 - - uid: 20001 + - uid: 20577 components: - type: Transform - pos: -38.643158,3.3147302 + pos: -41.089443,-3.3901587 parent: 2 - proto: Bed entities: - - uid: 153 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 2 - - uid: 225 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 2 - - uid: 483 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - uid: 799 components: - type: Transform @@ -28232,6 +28693,11 @@ entities: - type: Transform pos: 38.5,-1.5 parent: 2 + - uid: 1897 + components: + - type: Transform + pos: -44.5,7.5 + parent: 2 - uid: 2559 components: - type: Transform @@ -28292,6 +28758,11 @@ entities: - type: Transform pos: -52.5,-21.5 parent: 2 + - uid: 13722 + components: + - type: Transform + pos: -46.5,7.5 + parent: 2 - uid: 13733 components: - type: Transform @@ -28332,6 +28803,11 @@ entities: - type: Transform pos: 64.5,-82.5 parent: 2 + - uid: 18921 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 - uid: 23331 components: - type: Transform @@ -28392,13 +28868,6 @@ entities: - type: Transform pos: 43.5,-7.5 parent: 2 -- proto: BedsheetGreen - entities: - - uid: 385 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 2 - proto: BedsheetHOP entities: - uid: 6305 @@ -28434,13 +28903,6 @@ entities: - type: Transform pos: 6.5,-31.5 parent: 2 -- proto: BedsheetPurple - entities: - - uid: 224 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 2 - proto: BedsheetQM entities: - uid: 857 @@ -28469,6 +28931,11 @@ entities: - type: Transform pos: 7.5,-45.5 parent: 2 + - uid: 650 + components: + - type: Transform + pos: -46.5,7.5 + parent: 2 - uid: 822 components: - type: Transform @@ -28494,6 +28961,11 @@ entities: - type: Transform pos: 39.5,0.5 parent: 2 + - uid: 11838 + components: + - type: Transform + pos: -44.5,7.5 + parent: 2 - uid: 11963 components: - type: Transform @@ -28507,7 +28979,7 @@ entities: - uid: 17060 components: - type: Transform - pos: -42.5,-5.5 + pos: -46.5,-0.5 parent: 2 - uid: 17711 components: @@ -28547,10 +29019,10 @@ entities: parent: 2 - proto: Biogenerator entities: - - uid: 20257 + - uid: 2645 components: - type: Transform - pos: -38.5,-1.5 + pos: -42.5,-3.5 parent: 2 - uid: 22709 components: @@ -28862,10 +29334,35 @@ entities: - type: Transform pos: 15.5,-35.5 parent: 2 - - uid: 20225 + - uid: 16885 components: - type: Transform - pos: -40.5,-0.5 + pos: -40.5,7.5 + parent: 2 + - uid: 16886 + components: + - type: Transform + pos: -41.5,7.5 + parent: 2 + - uid: 19131 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 19132 + components: + - type: Transform + pos: -37.5,4.5 + parent: 2 + - uid: 19133 + components: + - type: Transform + pos: -38.5,4.5 + parent: 2 + - uid: 20479 + components: + - type: Transform + pos: -36.5,7.5 parent: 2 - proto: BookSpaceLaw entities: @@ -28920,6 +29417,11 @@ entities: - type: Transform pos: 27.5,-24.5 parent: 2 + - uid: 20529 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 - proto: BorgModuleGardening entities: - uid: 15620 @@ -28944,15 +29446,6 @@ entities: - type: Transform pos: -28.489655,-38.298656 parent: 2 -- proto: BoxBeanbag - entities: - - uid: 16029 - components: - - type: Transform - parent: 14645 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: BoxBodyBag entities: - uid: 448 @@ -29128,15 +29621,6 @@ entities: - type: Transform pos: -54.49606,-31.291697 parent: 2 -- proto: BoxLethalshot - entities: - - uid: 15168 - components: - - type: Transform - parent: 14645 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: BoxLightbulb entities: - uid: 8656 @@ -29197,15 +29681,10 @@ entities: parent: 2 - proto: BoxMRE entities: - - uid: 711 + - uid: 12054 components: - type: Transform - pos: -37.06757,-5.2868567 - parent: 2 - - uid: 3559 - components: - - type: Transform - pos: -33.63912,-3.2371044 + pos: -34.59536,0.72473717 parent: 2 - proto: BoxPerformer entities: @@ -29228,16 +29707,16 @@ entities: parent: 2 - proto: BoxTrashbag entities: - - uid: 7699 - components: - - type: Transform - pos: -33.368153,-3.3621044 - parent: 2 - uid: 9426 components: - type: Transform pos: 26.481653,-0.31531549 parent: 2 + - uid: 10195 + components: + - type: Transform + pos: -34.42861,0.5996504 + parent: 2 - proto: BoxWarmLightbulb entities: - uid: 9315 @@ -29281,38 +29760,6 @@ entities: - type: Transform pos: 19.706236,-59.440964 parent: 2 -- proto: BrigTimer - entities: - - uid: 8001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-6.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 499: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 8002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-9.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 503: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - proto: BrokenBottle entities: - uid: 7399 @@ -29475,12 +29922,6 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-54.5 parent: 2 - - uid: 12483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-12.5 - parent: 2 - uid: 15432 components: - type: Transform @@ -29546,12 +29987,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,14.5 parent: 2 - - uid: 22729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-2.5 - parent: 2 - uid: 22774 components: - type: Transform @@ -29580,6 +30015,18 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-7.5 parent: 2 + - uid: 23933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-5.5 + parent: 2 + - uid: 23948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 2 - proto: ButtonFrameExit entities: - uid: 1561 @@ -29714,6 +30161,11 @@ entities: - type: Transform pos: -18.5,32.5 parent: 2 + - uid: 85 + components: + - type: Transform + pos: -38.5,4.5 + parent: 2 - uid: 87 components: - type: Transform @@ -29754,6 +30206,11 @@ entities: - type: Transform pos: 25.5,-14.5 parent: 2 + - uid: 179 + components: + - type: Transform + pos: -43.5,0.5 + parent: 2 - uid: 180 components: - type: Transform @@ -29789,10 +30246,15 @@ entities: - type: Transform pos: -63.5,-60.5 parent: 2 - - uid: 279 + - uid: 224 components: - type: Transform - pos: -35.5,6.5 + pos: -24.5,-7.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: -51.5,-2.5 parent: 2 - uid: 329 components: @@ -29804,11 +30266,51 @@ entities: - type: Transform pos: 5.5,17.5 parent: 2 + - uid: 352 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: -47.5,10.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 - uid: 382 components: - type: Transform pos: 4.5,11.5 parent: 2 + - uid: 385 + components: + - type: Transform + pos: -48.5,10.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -43.5,9.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -43.5,10.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 - uid: 421 components: - type: Transform @@ -29829,11 +30331,6 @@ entities: - type: Transform pos: -20.5,-4.5 parent: 2 - - uid: 438 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - uid: 439 components: - type: Transform @@ -29884,21 +30381,6 @@ entities: - type: Transform pos: -11.5,-17.5 parent: 2 - - uid: 489 - components: - - type: Transform - pos: -25.5,-8.5 - parent: 2 - - uid: 490 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - - uid: 491 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 2 - uid: 540 components: - type: Transform @@ -29999,11 +30481,21 @@ entities: - type: Transform pos: -7.5,-4.5 parent: 2 + - uid: 651 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 - uid: 653 components: - type: Transform pos: -20.5,33.5 parent: 2 + - uid: 656 + components: + - type: Transform + pos: -50.5,8.5 + parent: 2 - uid: 659 components: - type: Transform @@ -30019,35 +30511,50 @@ entities: - type: Transform pos: -32.5,13.5 parent: 2 + - uid: 670 + components: + - type: Transform + pos: -51.5,7.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: -53.5,3.5 + parent: 2 - uid: 673 components: - type: Transform - pos: -26.5,-10.5 + pos: -19.5,-0.5 parent: 2 - - uid: 674 + - uid: 680 components: - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 675 - components: - - type: Transform - pos: -28.5,-10.5 + pos: -40.5,-0.5 parent: 2 - uid: 681 components: - type: Transform pos: 20.5,22.5 parent: 2 + - uid: 683 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 - uid: 688 components: - type: Transform pos: 14.5,-17.5 parent: 2 - - uid: 695 + - uid: 690 components: - type: Transform - pos: -25.5,-10.5 + pos: -32.5,-10.5 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: -20.5,-6.5 parent: 2 - uid: 744 components: @@ -30089,11 +30596,6 @@ entities: - type: Transform pos: -37.5,23.5 parent: 2 - - uid: 826 - components: - - type: Transform - pos: -25.5,-4.5 - parent: 2 - uid: 827 components: - type: Transform @@ -30254,11 +30756,6 @@ entities: - type: Transform pos: -33.5,15.5 parent: 2 - - uid: 980 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - uid: 1017 components: - type: Transform @@ -30294,6 +30791,16 @@ entities: - type: Transform pos: -7.5,17.5 parent: 2 + - uid: 1080 + components: + - type: Transform + pos: -48.5,-3.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 - uid: 1090 components: - type: Transform @@ -30504,16 +31011,16 @@ entities: - type: Transform pos: 25.5,-9.5 parent: 2 - - uid: 1523 - components: - - type: Transform - pos: -32.5,6.5 - parent: 2 - uid: 1526 components: - type: Transform pos: 8.5,16.5 parent: 2 + - uid: 1527 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 - uid: 1528 components: - type: Transform @@ -30537,12 +31044,7 @@ entities: - uid: 1539 components: - type: Transform - pos: -32.5,7.5 - parent: 2 - - uid: 1540 - components: - - type: Transform - pos: -32.5,5.5 + pos: -47.5,6.5 parent: 2 - uid: 1541 components: @@ -30669,11 +31171,6 @@ entities: - type: Transform pos: 0.5,-12.5 parent: 2 - - uid: 1815 - components: - - type: Transform - pos: -29.5,-4.5 - parent: 2 - uid: 1816 components: - type: Transform @@ -30759,6 +31256,11 @@ entities: - type: Transform pos: -36.5,-52.5 parent: 2 + - uid: 1881 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 - uid: 1883 components: - type: Transform @@ -30774,16 +31276,6 @@ entities: - type: Transform pos: -3.5,-6.5 parent: 2 - - uid: 1896 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - - uid: 1897 - components: - - type: Transform - pos: -42.5,-3.5 - parent: 2 - uid: 1907 components: - type: Transform @@ -30794,26 +31286,11 @@ entities: - type: Transform pos: 19.5,10.5 parent: 2 - - uid: 1955 - components: - - type: Transform - pos: -37.5,2.5 - parent: 2 - - uid: 1959 - components: - - type: Transform - pos: -34.5,-8.5 - parent: 2 - uid: 2032 components: - type: Transform pos: 32.5,13.5 parent: 2 - - uid: 2042 - components: - - type: Transform - pos: -35.5,-8.5 - parent: 2 - uid: 2048 components: - type: Transform @@ -30874,11 +31351,6 @@ entities: - type: Transform pos: 2.5,-0.5 parent: 2 - - uid: 2091 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - uid: 2102 components: - type: Transform @@ -30989,16 +31461,6 @@ entities: - type: Transform pos: -21.5,-3.5 parent: 2 - - uid: 2209 - components: - - type: Transform - pos: -23.5,-4.5 - parent: 2 - - uid: 2211 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - uid: 2218 components: - type: Transform @@ -31009,16 +31471,6 @@ entities: - type: Transform pos: -16.5,31.5 parent: 2 - - uid: 2237 - components: - - type: Transform - pos: -34.5,6.5 - parent: 2 - - uid: 2243 - components: - - type: Transform - pos: -36.5,2.5 - parent: 2 - uid: 2247 components: - type: Transform @@ -31044,11 +31496,6 @@ entities: - type: Transform pos: -12.5,-21.5 parent: 2 - - uid: 2302 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - uid: 2320 components: - type: Transform @@ -31099,6 +31546,11 @@ entities: - type: Transform pos: -22.5,4.5 parent: 2 + - uid: 2388 + components: + - type: Transform + pos: -39.5,3.5 + parent: 2 - uid: 2401 components: - type: Transform @@ -31244,6 +31696,11 @@ entities: - type: Transform pos: 0.5,-6.5 parent: 2 + - uid: 2500 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 - uid: 2502 components: - type: Transform @@ -31284,16 +31741,31 @@ entities: - type: Transform pos: -28.5,-62.5 parent: 2 + - uid: 2566 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 - uid: 2568 components: - type: Transform pos: -12.5,-62.5 parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -45.5,3.5 + parent: 2 - uid: 2612 components: - type: Transform pos: -21.5,4.5 parent: 2 + - uid: 2629 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 - uid: 2636 components: - type: Transform @@ -31304,6 +31776,11 @@ entities: - type: Transform pos: 24.5,-3.5 parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 - uid: 2689 components: - type: Transform @@ -31324,31 +31801,6 @@ entities: - type: Transform pos: 1.5,-6.5 parent: 2 - - uid: 2705 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 2706 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 2 - - uid: 2707 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 2 - - uid: 2708 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 2709 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - uid: 2730 components: - type: Transform @@ -31357,62 +31809,42 @@ entities: - uid: 2741 components: - type: Transform - pos: -23.5,-5.5 - parent: 2 - - uid: 2774 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 2 - - uid: 2778 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - uid: 2779 - components: - - type: Transform - pos: -24.5,-9.5 - parent: 2 - - uid: 2780 - components: - - type: Transform - pos: -24.5,-10.5 + pos: -25.5,-10.5 parent: 2 - uid: 2782 components: - type: Transform - pos: -19.5,-7.5 + pos: -19.5,-8.5 parent: 2 - uid: 2783 components: - type: Transform - pos: -22.5,-10.5 + pos: -21.5,-7.5 parent: 2 - uid: 2784 components: - type: Transform - pos: -21.5,-10.5 + pos: -19.5,-7.5 parent: 2 - uid: 2785 components: - type: Transform - pos: -20.5,-10.5 + pos: -31.5,-10.5 parent: 2 - uid: 2786 components: - type: Transform - pos: -19.5,-10.5 + pos: -29.5,-10.5 parent: 2 - uid: 2787 components: - type: Transform - pos: -19.5,-11.5 + pos: -30.5,-10.5 parent: 2 - uid: 2788 components: - type: Transform - pos: -23.5,-10.5 + pos: -26.5,-12.5 parent: 2 - uid: 2795 components: @@ -31459,6 +31891,11 @@ entities: - type: Transform pos: -29.5,-0.5 parent: 2 + - uid: 2804 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 - uid: 2807 components: - type: Transform @@ -31489,6 +31926,16 @@ entities: - type: Transform pos: 53.5,-50.5 parent: 2 + - uid: 2824 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 + - uid: 2826 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 - uid: 2827 components: - type: Transform @@ -31584,11 +32031,6 @@ entities: - type: Transform pos: -20.5,-0.5 parent: 2 - - uid: 2875 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 - uid: 2877 components: - type: Transform @@ -31599,11 +32041,6 @@ entities: - type: Transform pos: -19.5,27.5 parent: 2 - - uid: 2890 - components: - - type: Transform - pos: -44.5,4.5 - parent: 2 - uid: 2892 components: - type: Transform @@ -31649,11 +32086,6 @@ entities: - type: Transform pos: -2.5,-6.5 parent: 2 - - uid: 2964 - components: - - type: Transform - pos: -42.5,7.5 - parent: 2 - uid: 2974 components: - type: Transform @@ -31719,11 +32151,6 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 2 - - uid: 3099 - components: - - type: Transform - pos: -30.5,-10.5 - parent: 2 - uid: 3104 components: - type: Transform @@ -31734,41 +32161,11 @@ entities: - type: Transform pos: 31.5,-62.5 parent: 2 - - uid: 3119 - components: - - type: Transform - pos: -20.5,-11.5 - parent: 2 - - uid: 3184 - components: - - type: Transform - pos: -30.5,-9.5 - parent: 2 - - uid: 3185 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 2 - - uid: 3194 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - - uid: 3198 - components: - - type: Transform - pos: -30.5,-11.5 - parent: 2 - uid: 3200 components: - type: Transform pos: 31.5,-57.5 parent: 2 - - uid: 3204 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 2 - uid: 3278 components: - type: Transform @@ -31839,11 +32236,6 @@ entities: - type: Transform pos: 1.5,-22.5 parent: 2 - - uid: 3640 - components: - - type: Transform - pos: -39.5,-3.5 - parent: 2 - uid: 3657 components: - type: Transform @@ -32029,16 +32421,6 @@ entities: - type: Transform pos: 2.5,-36.5 parent: 2 - - uid: 4557 - components: - - type: Transform - pos: -36.5,3.5 - parent: 2 - - uid: 4570 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - uid: 4590 components: - type: Transform @@ -32054,11 +32436,6 @@ entities: - type: Transform pos: 6.5,11.5 parent: 2 - - uid: 4650 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - uid: 4659 components: - type: Transform @@ -32077,12 +32454,7 @@ entities: - uid: 4741 components: - type: Transform - pos: -36.5,4.5 - parent: 2 - - uid: 4765 - components: - - type: Transform - pos: -34.5,4.5 + pos: -29.5,-14.5 parent: 2 - uid: 4790 components: @@ -32119,11 +32491,6 @@ entities: - type: Transform pos: -27.5,-62.5 parent: 2 - - uid: 4877 - components: - - type: Transform - pos: -32.5,3.5 - parent: 2 - uid: 4968 components: - type: Transform @@ -32154,10 +32521,10 @@ entities: - type: Transform pos: 36.5,7.5 parent: 2 - - uid: 5144 + - uid: 5173 components: - type: Transform - pos: -33.5,6.5 + pos: -46.5,-4.5 parent: 2 - uid: 5205 components: @@ -32209,6 +32576,11 @@ entities: - type: Transform pos: -34.5,23.5 parent: 2 + - uid: 5333 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 - uid: 5359 components: - type: Transform @@ -32349,15 +32721,10 @@ entities: - type: Transform pos: 57.5,-55.5 parent: 2 - - uid: 5527 - components: - - type: Transform - pos: -36.5,5.5 - parent: 2 - uid: 5535 components: - type: Transform - pos: -27.5,-12.5 + pos: -47.5,-3.5 parent: 2 - uid: 5550 components: @@ -32494,11 +32861,6 @@ entities: - type: Transform pos: 13.5,-15.5 parent: 2 - - uid: 5870 - components: - - type: Transform - pos: -32.5,-4.5 - parent: 2 - uid: 5893 components: - type: Transform @@ -32559,11 +32921,6 @@ entities: - type: Transform pos: 22.5,12.5 parent: 2 - - uid: 6245 - components: - - type: Transform - pos: -18.5,-1.5 - parent: 2 - uid: 6287 components: - type: Transform @@ -32574,11 +32931,6 @@ entities: - type: Transform pos: 28.5,-6.5 parent: 2 - - uid: 6327 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - uid: 6330 components: - type: Transform @@ -32619,6 +32971,11 @@ entities: - type: Transform pos: -53.5,-22.5 parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 - uid: 6542 components: - type: Transform @@ -32664,6 +33021,16 @@ entities: - type: Transform pos: -24.5,-16.5 parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 - uid: 6619 components: - type: Transform @@ -32744,6 +33111,16 @@ entities: - type: Transform pos: -9.5,22.5 parent: 2 + - uid: 6938 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 - uid: 6947 components: - type: Transform @@ -32789,6 +33166,11 @@ entities: - type: Transform pos: -10.5,-21.5 parent: 2 + - uid: 7038 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 - uid: 7040 components: - type: Transform @@ -33064,11 +33446,6 @@ entities: - type: Transform pos: 48.5,-51.5 parent: 2 - - uid: 7704 - components: - - type: Transform - pos: -28.5,-12.5 - parent: 2 - uid: 7721 components: - type: Transform @@ -33089,6 +33466,11 @@ entities: - type: Transform pos: 43.5,-37.5 parent: 2 + - uid: 7781 + components: + - type: Transform + pos: -52.5,7.5 + parent: 2 - uid: 7821 components: - type: Transform @@ -33099,11 +33481,21 @@ entities: - type: Transform pos: -21.5,5.5 parent: 2 + - uid: 7834 + components: + - type: Transform + pos: -49.5,-3.5 + parent: 2 - uid: 7840 components: - type: Transform pos: -50.5,-51.5 parent: 2 + - uid: 7842 + components: + - type: Transform + pos: -50.5,7.5 + parent: 2 - uid: 7861 components: - type: Transform @@ -33159,6 +33551,16 @@ entities: - type: Transform pos: 40.5,-6.5 parent: 2 + - uid: 7999 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: -50.5,9.5 + parent: 2 - uid: 8030 components: - type: Transform @@ -33294,11 +33696,21 @@ entities: - type: Transform pos: -51.5,-12.5 parent: 2 + - uid: 8464 + components: + - type: Transform + pos: -43.5,8.5 + parent: 2 - uid: 8480 components: - type: Transform pos: -48.5,-12.5 parent: 2 + - uid: 8488 + components: + - type: Transform + pos: -46.5,10.5 + parent: 2 - uid: 8495 components: - type: Transform @@ -33419,11 +33831,6 @@ entities: - type: Transform pos: 9.5,-8.5 parent: 2 - - uid: 8715 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 2 - uid: 8761 components: - type: Transform @@ -33634,6 +34041,11 @@ entities: - type: Transform pos: 44.5,-3.5 parent: 2 + - uid: 9138 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 - uid: 9208 components: - type: Transform @@ -33699,11 +34111,21 @@ entities: - type: Transform pos: -49.5,-12.5 parent: 2 + - uid: 9643 + components: + - type: Transform + pos: -47.5,-2.5 + parent: 2 - uid: 9653 components: - type: Transform pos: 35.5,25.5 parent: 2 + - uid: 9660 + components: + - type: Transform + pos: -49.5,10.5 + parent: 2 - uid: 9667 components: - type: Transform @@ -33989,6 +34411,11 @@ entities: - type: Transform pos: 30.5,-52.5 parent: 2 + - uid: 9862 + components: + - type: Transform + pos: -42.5,10.5 + parent: 2 - uid: 9867 components: - type: Transform @@ -34084,6 +34511,11 @@ entities: - type: Transform pos: -23.5,-53.5 parent: 2 + - uid: 9968 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 - uid: 9972 components: - type: Transform @@ -34159,6 +34591,11 @@ entities: - type: Transform pos: 32.5,2.5 parent: 2 + - uid: 10133 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 - uid: 10138 components: - type: Transform @@ -34224,10 +34661,15 @@ entities: - type: Transform pos: -52.5,-50.5 parent: 2 - - uid: 10195 + - uid: 10198 components: - type: Transform - pos: -34.5,1.5 + pos: -53.5,4.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: -40.5,0.5 parent: 2 - uid: 10206 components: @@ -34252,7 +34694,7 @@ entities: - uid: 10213 components: - type: Transform - pos: -34.5,0.5 + pos: -40.5,1.5 parent: 2 - uid: 10215 components: @@ -34274,6 +34716,11 @@ entities: - type: Transform pos: 0.5,-3.5 parent: 2 + - uid: 10239 + components: + - type: Transform + pos: -49.5,-8.5 + parent: 2 - uid: 10248 components: - type: Transform @@ -34289,6 +34736,11 @@ entities: - type: Transform pos: 4.5,-22.5 parent: 2 + - uid: 10314 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 - uid: 10315 components: - type: Transform @@ -34614,6 +35066,11 @@ entities: - type: Transform pos: -49.5,-50.5 parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 - uid: 10443 components: - type: Transform @@ -34639,6 +35096,11 @@ entities: - type: Transform pos: -39.5,-54.5 parent: 2 + - uid: 10506 + components: + - type: Transform + pos: -53.5,6.5 + parent: 2 - uid: 10509 components: - type: Transform @@ -34679,16 +35141,41 @@ entities: - type: Transform pos: -4.5,-8.5 parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 10656 + components: + - type: Transform + pos: -50.5,10.5 + parent: 2 + - uid: 10668 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 - uid: 10675 components: - type: Transform pos: 2.5,-3.5 parent: 2 + - uid: 10676 + components: + - type: Transform + pos: -41.5,9.5 + parent: 2 - uid: 10677 components: - type: Transform pos: 9.5,-14.5 parent: 2 + - uid: 10682 + components: + - type: Transform + pos: -53.5,1.5 + parent: 2 - uid: 10712 components: - type: Transform @@ -34754,6 +35241,11 @@ entities: - type: Transform pos: 60.5,-54.5 parent: 2 + - uid: 10881 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 - uid: 10886 components: - type: Transform @@ -34769,6 +35261,16 @@ entities: - type: Transform pos: 57.5,-61.5 parent: 2 + - uid: 10915 + components: + - type: Transform + pos: -53.5,5.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 - uid: 10937 components: - type: Transform @@ -34794,6 +35296,16 @@ entities: - type: Transform pos: 6.5,1.5 parent: 2 + - uid: 10966 + components: + - type: Transform + pos: -40.5,3.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: -38.5,-3.5 + parent: 2 - uid: 11036 components: - type: Transform @@ -34809,6 +35321,11 @@ entities: - type: Transform pos: 30.5,-65.5 parent: 2 + - uid: 11121 + components: + - type: Transform + pos: -48.5,-8.5 + parent: 2 - uid: 11163 components: - type: Transform @@ -34829,6 +35346,11 @@ entities: - type: Transform pos: 16.5,29.5 parent: 2 + - uid: 11182 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 - uid: 11184 components: - type: Transform @@ -34864,6 +35386,11 @@ entities: - type: Transform pos: 16.5,-7.5 parent: 2 + - uid: 11224 + components: + - type: Transform + pos: -40.5,-1.5 + parent: 2 - uid: 11227 components: - type: Transform @@ -34904,11 +35431,6 @@ entities: - type: Transform pos: 52.5,-52.5 parent: 2 - - uid: 11340 - components: - - type: Transform - pos: -28.5,-11.5 - parent: 2 - uid: 11432 components: - type: Transform @@ -35139,6 +35661,11 @@ entities: - type: Transform pos: 13.5,21.5 parent: 2 + - uid: 11556 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 - uid: 11571 components: - type: Transform @@ -35174,6 +35701,21 @@ entities: - type: Transform pos: 45.5,-10.5 parent: 2 + - uid: 11618 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: -52.5,-2.5 + parent: 2 - uid: 11703 components: - type: Transform @@ -35754,11 +36296,21 @@ entities: - type: Transform pos: -0.5,-3.5 parent: 2 + - uid: 12004 + components: + - type: Transform + pos: -41.5,3.5 + parent: 2 - uid: 12008 components: - type: Transform pos: 9.5,-10.5 parent: 2 + - uid: 12010 + components: + - type: Transform + pos: -39.5,-1.5 + parent: 2 - uid: 12014 components: - type: Transform @@ -35779,6 +36331,16 @@ entities: - type: Transform pos: -4.5,-13.5 parent: 2 + - uid: 12025 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 - uid: 12077 components: - type: Transform @@ -35909,11 +36471,26 @@ entities: - type: Transform pos: -11.5,24.5 parent: 2 + - uid: 12152 + components: + - type: Transform + pos: -38.5,3.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 - uid: 12230 components: - type: Transform pos: 48.5,-13.5 parent: 2 + - uid: 12256 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 - uid: 12257 components: - type: Transform @@ -36009,6 +36586,11 @@ entities: - type: Transform pos: -10.5,-54.5 parent: 2 + - uid: 12654 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 - uid: 12759 components: - type: Transform @@ -36079,15 +36661,30 @@ entities: - type: Transform pos: -10.5,-63.5 parent: 2 + - uid: 12851 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 - uid: 12854 components: - type: Transform pos: -19.5,-47.5 parent: 2 + - uid: 12880 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 - uid: 12883 components: - type: Transform - pos: -34.5,-4.5 + pos: -33.5,-0.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: -27.5,-4.5 parent: 2 - uid: 12955 components: @@ -36137,7 +36734,7 @@ entities: - uid: 12964 components: - type: Transform - pos: -28.5,-4.5 + pos: -33.5,-1.5 parent: 2 - uid: 12965 components: @@ -36164,6 +36761,11 @@ entities: - type: Transform pos: 16.5,-4.5 parent: 2 + - uid: 13010 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 - uid: 13028 components: - type: Transform @@ -36474,6 +37076,11 @@ entities: - type: Transform pos: 45.5,-6.5 parent: 2 + - uid: 14216 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 - uid: 14248 components: - type: Transform @@ -36529,11 +37136,31 @@ entities: - type: Transform pos: -29.5,4.5 parent: 2 + - uid: 14487 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: -42.5,-7.5 + parent: 2 - uid: 14508 components: - type: Transform pos: -18.5,15.5 parent: 2 + - uid: 14518 + components: + - type: Transform + pos: -38.5,-2.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 - uid: 14529 components: - type: Transform @@ -36549,6 +37176,16 @@ entities: - type: Transform pos: -7.5,-13.5 parent: 2 + - uid: 14590 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 14593 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 - uid: 14614 components: - type: Transform @@ -36559,16 +37196,16 @@ entities: - type: Transform pos: -28.5,2.5 parent: 2 + - uid: 14645 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 - uid: 14780 components: - type: Transform pos: 5.5,23.5 parent: 2 - - uid: 14786 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 2 - uid: 14804 components: - type: Transform @@ -36609,6 +37246,11 @@ entities: - type: Transform pos: -9.5,-13.5 parent: 2 + - uid: 14922 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 - uid: 14954 components: - type: Transform @@ -36759,6 +37401,11 @@ entities: - type: Transform pos: -4.5,-22.5 parent: 2 + - uid: 15372 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 - uid: 15374 components: - type: Transform @@ -36767,12 +37414,17 @@ entities: - uid: 15390 components: - type: Transform - pos: -36.5,-4.5 + pos: -44.5,-5.5 parent: 2 - uid: 15460 components: - type: Transform - pos: -27.5,-5.5 + pos: -33.5,1.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: -33.5,0.5 parent: 2 - uid: 15487 components: @@ -37234,6 +37886,16 @@ entities: - type: Transform pos: 33.5,-37.5 parent: 2 + - uid: 15675 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 - uid: 15689 components: - type: Transform @@ -37344,6 +38006,21 @@ entities: - type: Transform pos: -14.5,-50.5 parent: 2 + - uid: 15864 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 15893 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 - uid: 15984 components: - type: Transform @@ -37364,6 +38041,11 @@ entities: - type: Transform pos: -15.5,11.5 parent: 2 + - uid: 16033 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 - uid: 16044 components: - type: Transform @@ -37484,10 +38166,30 @@ entities: - type: Transform pos: 62.5,-54.5 parent: 2 + - uid: 16244 + components: + - type: Transform + pos: -33.5,4.5 + parent: 2 + - uid: 16255 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 - uid: 16261 components: - type: Transform - pos: -27.5,-4.5 + pos: -26.5,-14.5 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: -26.5,-10.5 parent: 2 - uid: 16325 components: @@ -37999,6 +38701,11 @@ entities: - type: Transform pos: 33.5,-31.5 parent: 2 + - uid: 16672 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 - uid: 16675 components: - type: Transform @@ -38054,6 +38761,11 @@ entities: - type: Transform pos: -36.5,-62.5 parent: 2 + - uid: 16715 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 2 - uid: 16716 components: - type: Transform @@ -38349,21 +39061,16 @@ entities: - type: Transform pos: -60.5,-60.5 parent: 2 + - uid: 16879 + components: + - type: Transform + pos: -37.5,-2.5 + parent: 2 - uid: 16880 components: - type: Transform pos: 3.5,-98.5 parent: 2 - - uid: 16881 - components: - - type: Transform - pos: -37.5,-4.5 - parent: 2 - - uid: 16882 - components: - - type: Transform - pos: -35.5,-4.5 - parent: 2 - uid: 16889 components: - type: Transform @@ -38404,11 +39111,6 @@ entities: - type: Transform pos: -48.5,-45.5 parent: 2 - - uid: 17061 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - uid: 17064 components: - type: Transform @@ -38444,16 +39146,26 @@ entities: - type: Transform pos: -45.5,-43.5 parent: 2 + - uid: 17089 + components: + - type: Transform + pos: -48.5,-7.5 + parent: 2 - uid: 17091 components: - type: Transform - pos: -39.5,-4.5 + pos: -47.5,2.5 parent: 2 - uid: 17092 components: - type: Transform pos: 35.5,27.5 parent: 2 + - uid: 17095 + components: + - type: Transform + pos: -40.5,4.5 + parent: 2 - uid: 17103 components: - type: Transform @@ -39274,6 +39986,11 @@ entities: - type: Transform pos: -51.5,-30.5 parent: 2 + - uid: 17956 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 - uid: 17957 components: - type: Transform @@ -39499,6 +40216,11 @@ entities: - type: Transform pos: 39.5,18.5 parent: 2 + - uid: 18070 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 - uid: 18081 components: - type: Transform @@ -39529,6 +40251,11 @@ entities: - type: Transform pos: 38.5,18.5 parent: 2 + - uid: 18344 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 - uid: 18401 components: - type: Transform @@ -40099,6 +40826,11 @@ entities: - type: Transform pos: -27.5,-21.5 parent: 2 + - uid: 18922 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 - uid: 18924 components: - type: Transform @@ -40139,10 +40871,15 @@ entities: - type: Transform pos: 3.5,-30.5 parent: 2 - - uid: 18940 + - uid: 18936 components: - type: Transform - pos: -31.5,-14.5 + pos: -23.5,-10.5 + parent: 2 + - uid: 18937 + components: + - type: Transform + pos: -45.5,10.5 parent: 2 - uid: 18941 components: @@ -40299,6 +41036,16 @@ entities: - type: Transform pos: 49.5,2.5 parent: 2 + - uid: 19125 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 19134 + components: + - type: Transform + pos: -38.5,5.5 + parent: 2 - uid: 19153 components: - type: Transform @@ -40429,21 +41176,6 @@ entities: - type: Transform pos: -33.5,-12.5 parent: 2 - - uid: 19627 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 2 - - uid: 19759 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - - uid: 19773 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - uid: 19877 components: - type: Transform @@ -40454,30 +41186,20 @@ entities: - type: Transform pos: 48.5,-52.5 parent: 2 - - uid: 19884 + - uid: 19980 components: - type: Transform - pos: -32.5,-9.5 - parent: 2 - - uid: 19972 - components: - - type: Transform - pos: -32.5,-8.5 + pos: -39.5,-5.5 parent: 2 - uid: 19990 components: - type: Transform - pos: -28.5,-14.5 + pos: -30.5,-4.5 parent: 2 - - uid: 19991 + - uid: 20001 components: - type: Transform - pos: -29.5,-14.5 - parent: 2 - - uid: 20004 - components: - - type: Transform - pos: -22.5,-14.5 + pos: -47.5,0.5 parent: 2 - uid: 20104 components: @@ -40574,6 +41296,11 @@ entities: - type: Transform pos: 18.5,-39.5 parent: 2 + - uid: 20146 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 - uid: 20155 components: - type: Transform @@ -40759,75 +41486,65 @@ entities: - type: Transform pos: 33.5,25.5 parent: 2 - - uid: 20426 - components: - - type: Transform - pos: -39.5,-2.5 - parent: 2 - - uid: 20427 - components: - - type: Transform - pos: -39.5,-1.5 - parent: 2 - - uid: 20428 - components: - - type: Transform - pos: -39.5,-0.5 - parent: 2 - - uid: 20429 - components: - - type: Transform - pos: -39.5,0.5 - parent: 2 - - uid: 20430 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - uid: 20431 components: - type: Transform - pos: -39.5,2.5 - parent: 2 - - uid: 20432 - components: - - type: Transform - pos: -39.5,3.5 + pos: -21.5,-16.5 parent: 2 - uid: 20433 components: - type: Transform - pos: -39.5,4.5 - parent: 2 - - uid: 20434 - components: - - type: Transform - pos: -40.5,-3.5 + pos: -33.5,7.5 parent: 2 - uid: 20435 components: - type: Transform - pos: -39.5,-5.5 + pos: -29.5,-4.5 parent: 2 - uid: 20436 + components: + - type: Transform + pos: -38.5,-0.5 + parent: 2 + - uid: 20443 components: - type: Transform pos: -40.5,-5.5 parent: 2 - - uid: 20437 + - uid: 20447 components: - type: Transform - pos: -41.5,-5.5 + pos: -38.5,-5.5 parent: 2 - - uid: 20438 + - uid: 20451 components: - type: Transform - pos: -41.5,-3.5 + pos: -47.5,5.5 parent: 2 - - uid: 20498 + - uid: 20465 components: - type: Transform - pos: -33.5,1.5 + pos: -42.5,3.5 + parent: 2 + - uid: 20466 + components: + - type: Transform + pos: -47.5,3.5 + parent: 2 + - uid: 20467 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 20472 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 20478 + components: + - type: Transform + pos: -38.5,6.5 parent: 2 - uid: 20501 components: @@ -40839,21 +41556,46 @@ entities: - type: Transform pos: 16.5,25.5 parent: 2 + - uid: 20507 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - uid: 20509 + components: + - type: Transform + pos: -47.5,1.5 + parent: 2 + - uid: 20511 + components: + - type: Transform + pos: -38.5,-1.5 + parent: 2 + - uid: 20512 + components: + - type: Transform + pos: -47.5,-6.5 + parent: 2 - uid: 20513 components: - type: Transform pos: 16.5,30.5 parent: 2 + - uid: 20515 + components: + - type: Transform + pos: -47.5,-7.5 + parent: 2 + - uid: 20519 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 - uid: 20524 components: - type: Transform pos: -26.5,-37.5 parent: 2 - - uid: 20525 - components: - - type: Transform - pos: -44.5,-7.5 - parent: 2 - uid: 20531 components: - type: Transform @@ -40914,40 +41656,10 @@ entities: - type: Transform pos: -29.5,-39.5 parent: 2 - - uid: 20545 - components: - - type: Transform - pos: -37.5,-8.5 - parent: 2 - - uid: 20546 - components: - - type: Transform - pos: -38.5,-8.5 - parent: 2 - - uid: 20547 - components: - - type: Transform - pos: -39.5,-8.5 - parent: 2 - uid: 20548 components: - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 20550 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - uid: 20551 - components: - - type: Transform - pos: -43.5,-8.5 - parent: 2 - - uid: 20552 - components: - - type: Transform - pos: -44.5,-8.5 + pos: -25.5,-6.5 parent: 2 - uid: 20555 components: @@ -40957,92 +41669,32 @@ entities: - uid: 20558 components: - type: Transform - pos: -44.5,-6.5 + pos: -41.5,-5.5 parent: 2 - uid: 20559 components: - type: Transform - pos: -44.5,-5.5 - parent: 2 - - uid: 20560 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - - uid: 20561 - components: - - type: Transform - pos: -44.5,-3.5 + pos: -32.5,7.5 parent: 2 - uid: 20562 components: - type: Transform - pos: -44.5,-2.5 + pos: -42.5,-6.5 parent: 2 - - uid: 20563 + - uid: 20595 components: - type: Transform - pos: -44.5,-1.5 + pos: -25.5,-7.5 parent: 2 - - uid: 20566 + - uid: 20597 components: - type: Transform - pos: -44.5,1.5 + pos: -30.5,-5.5 parent: 2 - - uid: 20567 + - uid: 20605 components: - type: Transform - pos: -44.5,2.5 - parent: 2 - - uid: 20569 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - - uid: 20570 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - - uid: 20571 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 20572 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - uid: 20573 - components: - - type: Transform - pos: -43.5,7.5 - parent: 2 - - uid: 20575 - components: - - type: Transform - pos: -41.5,7.5 - parent: 2 - - uid: 20576 - components: - - type: Transform - pos: -40.5,7.5 - parent: 2 - - uid: 20577 - components: - - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 20580 - components: - - type: Transform - pos: -39.5,6.5 - parent: 2 - - uid: 20581 - components: - - type: Transform - pos: -39.5,5.5 + pos: -33.5,-3.5 parent: 2 - uid: 20621 components: @@ -41269,16 +41921,6 @@ entities: - type: Transform pos: -35.5,-29.5 parent: 2 - - uid: 20771 - components: - - type: Transform - pos: -32.5,2.5 - parent: 2 - - uid: 20774 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - uid: 20785 components: - type: Transform @@ -41299,10 +41941,10 @@ entities: - type: Transform pos: 23.5,24.5 parent: 2 - - uid: 20793 + - uid: 20792 components: - type: Transform - pos: -32.5,4.5 + pos: -23.5,-5.5 parent: 2 - uid: 20795 components: @@ -42279,6 +42921,11 @@ entities: - type: Transform pos: 10.5,-79.5 parent: 2 + - uid: 21179 + components: + - type: Transform + pos: -38.5,1.5 + parent: 2 - uid: 21210 components: - type: Transform @@ -42304,6 +42951,11 @@ entities: - type: Transform pos: 17.5,7.5 parent: 2 + - uid: 21311 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 - uid: 21326 components: - type: Transform @@ -42924,11 +43576,6 @@ entities: - type: Transform pos: 4.5,-6.5 parent: 2 - - uid: 22227 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 2 - uid: 22278 components: - type: Transform @@ -43024,15 +43671,30 @@ entities: - type: Transform pos: -13.5,-24.5 parent: 2 - - uid: 22604 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - uid: 22605 components: - type: Transform - pos: -24.5,-11.5 + pos: -42.5,-5.5 + parent: 2 + - uid: 22611 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 22614 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - uid: 22616 + components: + - type: Transform + pos: -38.5,0.5 + parent: 2 + - uid: 22617 + components: + - type: Transform + pos: -48.5,3.5 parent: 2 - uid: 22631 components: @@ -43054,6 +43716,11 @@ entities: - type: Transform pos: 28.5,14.5 parent: 2 + - uid: 22639 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 - uid: 22700 components: - type: Transform @@ -43064,6 +43731,16 @@ entities: - type: Transform pos: -30.5,-0.5 parent: 2 + - uid: 22724 + components: + - type: Transform + pos: -40.5,5.5 + parent: 2 + - uid: 22729 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 - uid: 22735 components: - type: Transform @@ -43339,10 +44016,10 @@ entities: - type: Transform pos: 38.5,14.5 parent: 2 - - uid: 23336 + - uid: 23344 components: - type: Transform - pos: -35.5,5.5 + pos: -47.5,4.5 parent: 2 - uid: 23384 components: @@ -43489,6 +44166,26 @@ entities: - type: Transform pos: -26.5,-24.5 parent: 2 + - uid: 23740 + components: + - type: Transform + pos: -49.5,-9.5 + parent: 2 + - uid: 23936 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 23944 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 23945 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 - proto: CableApcStack entities: - uid: 1898 @@ -43516,11 +44213,6 @@ entities: - type: Transform pos: -4.0583553,-23.375748 parent: 2 - - uid: 21851 - components: - - type: Transform - pos: -34.52512,5.592678 - parent: 2 - proto: CablecuffsBroken entities: - uid: 2226 @@ -43640,6 +44332,11 @@ entities: - type: Transform pos: -13.5,21.5 parent: 2 + - uid: 691 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 - uid: 767 components: - type: Transform @@ -43673,22 +44370,7 @@ entities: - uid: 811 components: - type: Transform - pos: -45.5,10.5 - parent: 2 - - uid: 829 - components: - - type: Transform - pos: -44.5,10.5 - parent: 2 - - uid: 833 - components: - - type: Transform - pos: -47.5,10.5 - parent: 2 - - uid: 834 - components: - - type: Transform - pos: -44.5,12.5 + pos: -33.5,4.5 parent: 2 - uid: 837 components: @@ -43915,11 +44597,6 @@ entities: - type: Transform pos: -13.5,12.5 parent: 2 - - uid: 1409 - components: - - type: Transform - pos: -32.5,8.5 - parent: 2 - uid: 1436 components: - type: Transform @@ -43985,11 +44662,6 @@ entities: - type: Transform pos: 0.5,-27.5 parent: 2 - - uid: 1694 - components: - - type: Transform - pos: -47.5,12.5 - parent: 2 - uid: 1700 components: - type: Transform @@ -44000,11 +44672,6 @@ entities: - type: Transform pos: -36.5,-15.5 parent: 2 - - uid: 1721 - components: - - type: Transform - pos: -48.5,12.5 - parent: 2 - uid: 1736 components: - type: Transform @@ -44015,11 +44682,6 @@ entities: - type: Transform pos: -23.5,-16.5 parent: 2 - - uid: 1785 - components: - - type: Transform - pos: -45.5,12.5 - parent: 2 - uid: 1814 components: - type: Transform @@ -44045,11 +44707,6 @@ entities: - type: Transform pos: -43.5,-48.5 parent: 2 - - uid: 1881 - components: - - type: Transform - pos: -46.5,12.5 - parent: 2 - uid: 1905 components: - type: Transform @@ -44258,32 +44915,17 @@ entities: - uid: 2628 components: - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 2629 - components: - - type: Transform - pos: -32.5,2.5 + pos: -33.5,1.5 parent: 2 - uid: 2630 components: - type: Transform - pos: -32.5,3.5 + pos: -33.5,3.5 parent: 2 - uid: 2631 components: - type: Transform - pos: -32.5,4.5 - parent: 2 - - uid: 2632 - components: - - type: Transform - pos: -32.5,5.5 - parent: 2 - - uid: 2633 - components: - - type: Transform - pos: -32.5,6.5 + pos: -33.5,2.5 parent: 2 - uid: 2634 components: @@ -44295,46 +44937,11 @@ entities: - type: Transform pos: -25.5,20.5 parent: 2 - - uid: 2643 - components: - - type: Transform - pos: -32.5,7.5 - parent: 2 - - uid: 2644 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 2645 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - - uid: 2646 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 2647 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - - uid: 2648 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - uid: 2651 components: - type: Transform pos: -20.5,14.5 parent: 2 - - uid: 2652 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - uid: 2666 components: - type: Transform @@ -44365,6 +44972,36 @@ entities: - type: Transform pos: -7.5,-53.5 parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -32.5,8.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 - uid: 2734 components: - type: Transform @@ -44980,6 +45617,11 @@ entities: - type: Transform pos: 25.5,-55.5 parent: 2 + - uid: 5870 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 - uid: 5879 components: - type: Transform @@ -45290,6 +45932,11 @@ entities: - type: Transform pos: -30.5,19.5 parent: 2 + - uid: 6964 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 - uid: 6973 components: - type: Transform @@ -45300,6 +45947,16 @@ entities: - type: Transform pos: 21.5,-33.5 parent: 2 + - uid: 7001 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 7007 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 - uid: 7011 components: - type: Transform @@ -45358,7 +46015,7 @@ entities: - uid: 7133 components: - type: Transform - pos: -32.5,-1.5 + pos: -33.5,-0.5 parent: 2 - uid: 7141 components: @@ -45395,6 +46052,11 @@ entities: - type: Transform pos: 14.5,-13.5 parent: 2 + - uid: 7245 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 - uid: 7325 components: - type: Transform @@ -45405,6 +46067,11 @@ entities: - type: Transform pos: 20.5,-13.5 parent: 2 + - uid: 7420 + components: + - type: Transform + pos: -31.5,-4.5 + parent: 2 - uid: 7500 components: - type: Transform @@ -45430,11 +46097,6 @@ entities: - type: Transform pos: 4.5,-41.5 parent: 2 - - uid: 7695 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 2 - uid: 7728 components: - type: Transform @@ -45845,11 +46507,6 @@ entities: - type: Transform pos: 36.5,9.5 parent: 2 - - uid: 8883 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 2 - uid: 8914 components: - type: Transform @@ -46935,6 +47592,11 @@ entities: - type: Transform pos: 13.5,-15.5 parent: 2 + - uid: 11989 + components: + - type: Transform + pos: -32.5,7.5 + parent: 2 - uid: 11996 components: - type: Transform @@ -47080,16 +47742,6 @@ entities: - type: Transform pos: -23.5,-26.5 parent: 2 - - uid: 12893 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 2 - - uid: 12894 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - uid: 12895 components: - type: Transform @@ -47235,6 +47887,11 @@ entities: - type: Transform pos: 31.5,-15.5 parent: 2 + - uid: 14786 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 - uid: 14789 components: - type: Transform @@ -47300,6 +47957,11 @@ entities: - type: Transform pos: -36.5,-41.5 parent: 2 + - uid: 15175 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 - uid: 15189 components: - type: Transform @@ -47615,6 +48277,11 @@ entities: - type: Transform pos: -16.5,-14.5 parent: 2 + - uid: 16684 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 - uid: 16687 components: - type: Transform @@ -47720,11 +48387,6 @@ entities: - type: Transform pos: 18.5,-56.5 parent: 2 - - uid: 17838 - components: - - type: Transform - pos: -32.5,-3.5 - parent: 2 - uid: 17839 components: - type: Transform @@ -47748,7 +48410,7 @@ entities: - uid: 17871 components: - type: Transform - pos: -32.5,-4.5 + pos: -32.5,-9.5 parent: 2 - uid: 17884 components: @@ -47770,11 +48432,6 @@ entities: - type: Transform pos: -30.5,20.5 parent: 2 - - uid: 17920 - components: - - type: Transform - pos: -48.5,10.5 - parent: 2 - uid: 17931 components: - type: Transform @@ -47785,11 +48442,6 @@ entities: - type: Transform pos: -54.5,10.5 parent: 2 - - uid: 17933 - components: - - type: Transform - pos: -46.5,10.5 - parent: 2 - uid: 17937 components: - type: Transform @@ -48070,6 +48722,11 @@ entities: - type: Transform pos: -66.5,-59.5 parent: 2 + - uid: 19759 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 - uid: 20154 components: - type: Transform @@ -48095,6 +48752,21 @@ entities: - type: Transform pos: -76.5,-50.5 parent: 2 + - uid: 20429 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 20528 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 2 + - uid: 20545 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 - uid: 20564 components: - type: Transform @@ -48345,6 +49017,11 @@ entities: - type: Transform pos: -66.5,-52.5 parent: 2 + - uid: 21181 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 - uid: 21183 components: - type: Transform @@ -48445,11 +49122,6 @@ entities: - type: Transform pos: -32.5,13.5 parent: 2 - - uid: 21794 - components: - - type: Transform - pos: -32.5,0.5 - parent: 2 - uid: 21795 components: - type: Transform @@ -49091,6 +49763,11 @@ entities: - type: Transform pos: -20.5,-51.5 parent: 2 + - uid: 148 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 - uid: 172 components: - type: Transform @@ -49116,6 +49793,11 @@ entities: - type: Transform pos: -0.5,25.5 parent: 2 + - uid: 229 + components: + - type: Transform + pos: -38.5,-1.5 + parent: 2 - uid: 239 components: - type: Transform @@ -49126,6 +49808,16 @@ entities: - type: Transform pos: 3.5,25.5 parent: 2 + - uid: 254 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 - uid: 261 components: - type: Transform @@ -49151,11 +49843,26 @@ entities: - type: Transform pos: -4.5,24.5 parent: 2 + - uid: 288 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 - uid: 316 components: - type: Transform pos: -11.5,24.5 parent: 2 + - uid: 317 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 - uid: 321 components: - type: Transform @@ -49181,16 +49888,26 @@ entities: - type: Transform pos: 31.5,-11.5 parent: 2 - - uid: 395 + - uid: 393 components: - type: Transform - pos: -34.5,-3.5 + pos: -28.5,-15.5 parent: 2 - uid: 403 components: - type: Transform pos: 31.5,-10.5 parent: 2 + - uid: 413 + components: + - type: Transform + pos: -47.5,8.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 - uid: 426 components: - type: Transform @@ -49201,6 +49918,11 @@ entities: - type: Transform pos: -24.5,11.5 parent: 2 + - uid: 438 + components: + - type: Transform + pos: -47.5,3.5 + parent: 2 - uid: 458 components: - type: Transform @@ -49821,25 +50543,50 @@ entities: - type: Transform pos: -24.5,14.5 parent: 2 + - uid: 2646 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 - uid: 2683 components: - type: Transform pos: -8.5,-36.5 parent: 2 + - uid: 2697 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 - uid: 2702 components: - type: Transform pos: 45.5,-19.5 parent: 2 + - uid: 2705 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: -38.5,-0.5 + parent: 2 - uid: 2711 components: - type: Transform - pos: -25.5,-3.5 + pos: -38.5,0.5 parent: 2 - uid: 2712 components: - type: Transform - pos: -25.5,-4.5 + pos: -32.5,7.5 parent: 2 - uid: 2713 components: @@ -49921,11 +50668,6 @@ entities: - type: Transform pos: 45.5,-17.5 parent: 2 - - uid: 2767 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - uid: 2792 components: - type: Transform @@ -49971,11 +50713,21 @@ entities: - type: Transform pos: -24.5,8.5 parent: 2 + - uid: 2875 + components: + - type: Transform + pos: -38.5,-3.5 + parent: 2 - uid: 2882 components: - type: Transform pos: -19.5,23.5 parent: 2 + - uid: 2890 + components: + - type: Transform + pos: -38.5,-2.5 + parent: 2 - uid: 2948 components: - type: Transform @@ -49986,16 +50738,31 @@ entities: - type: Transform pos: -23.5,16.5 parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 - uid: 2976 components: - type: Transform pos: -24.5,20.5 parent: 2 + - uid: 2986 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 - uid: 2991 components: - type: Transform pos: 22.5,-13.5 parent: 2 + - uid: 2996 + components: + - type: Transform + pos: -38.5,-5.5 + parent: 2 - uid: 3028 components: - type: Transform @@ -50071,11 +50838,6 @@ entities: - type: Transform pos: -22.5,4.5 parent: 2 - - uid: 3372 - components: - - type: Transform - pos: -32.5,-3.5 - parent: 2 - uid: 3373 components: - type: Transform @@ -50501,16 +51263,26 @@ entities: - type: Transform pos: -2.5,25.5 parent: 2 - - uid: 5921 + - uid: 6027 components: - type: Transform - pos: -33.5,-3.5 + pos: -32.5,8.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: -33.5,1.5 parent: 2 - uid: 6072 components: - type: Transform pos: 2.5,11.5 parent: 2 + - uid: 6128 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 - uid: 6169 components: - type: Transform @@ -50536,6 +51308,11 @@ entities: - type: Transform pos: 43.5,2.5 parent: 2 + - uid: 6245 + components: + - type: Transform + pos: -47.5,2.5 + parent: 2 - uid: 6252 components: - type: Transform @@ -50546,11 +51323,21 @@ entities: - type: Transform pos: 1.5,-36.5 parent: 2 + - uid: 6296 + components: + - type: Transform + pos: -40.5,3.5 + parent: 2 - uid: 6320 components: - type: Transform pos: 23.5,-6.5 parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -42.5,3.5 + parent: 2 - uid: 6333 components: - type: Transform @@ -50561,11 +51348,26 @@ entities: - type: Transform pos: 18.5,-21.5 parent: 2 + - uid: 6358 + components: + - type: Transform + pos: -47.5,1.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + pos: -41.5,3.5 + parent: 2 - uid: 6415 components: - type: Transform pos: 14.5,-60.5 parent: 2 + - uid: 6472 + components: + - type: Transform + pos: -38.5,1.5 + parent: 2 - uid: 6480 components: - type: Transform @@ -50686,6 +51488,11 @@ entities: - type: Transform pos: 40.5,-5.5 parent: 2 + - uid: 7113 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 - uid: 7122 components: - type: Transform @@ -50816,11 +51623,6 @@ entities: - type: Transform pos: -53.5,-59.5 parent: 2 - - uid: 7698 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 2 - uid: 7741 components: - type: Transform @@ -50841,11 +51643,6 @@ entities: - type: Transform pos: -50.5,-58.5 parent: 2 - - uid: 7842 - components: - - type: Transform - pos: -24.5,-9.5 - parent: 2 - uid: 7852 components: - type: Transform @@ -51086,6 +51883,16 @@ entities: - type: Transform pos: -4.5,-22.5 parent: 2 + - uid: 8876 + components: + - type: Transform + pos: -45.5,-7.5 + parent: 2 + - uid: 8883 + components: + - type: Transform + pos: -47.5,6.5 + parent: 2 - uid: 8898 components: - type: Transform @@ -51101,6 +51908,11 @@ entities: - type: Transform pos: 44.5,2.5 parent: 2 + - uid: 8970 + components: + - type: Transform + pos: -47.5,7.5 + parent: 2 - uid: 8999 components: - type: Transform @@ -51236,11 +52048,21 @@ entities: - type: Transform pos: 13.5,-17.5 parent: 2 + - uid: 9557 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 - uid: 9559 components: - type: Transform pos: -28.5,22.5 parent: 2 + - uid: 9565 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 - uid: 9568 components: - type: Transform @@ -51256,6 +52078,11 @@ entities: - type: Transform pos: 4.5,-17.5 parent: 2 + - uid: 9642 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 - uid: 9658 components: - type: Transform @@ -51516,6 +52343,11 @@ entities: - type: Transform pos: 36.5,-54.5 parent: 2 + - uid: 9963 + components: + - type: Transform + pos: -45.5,3.5 + parent: 2 - uid: 9998 components: - type: Transform @@ -51526,6 +52358,11 @@ entities: - type: Transform pos: 10.5,-17.5 parent: 2 + - uid: 10025 + components: + - type: Transform + pos: -46.5,-1.5 + parent: 2 - uid: 10057 components: - type: Transform @@ -51566,6 +52403,11 @@ entities: - type: Transform pos: 37.5,6.5 parent: 2 + - uid: 10212 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 - uid: 10242 components: - type: Transform @@ -51671,11 +52513,6 @@ entities: - type: Transform pos: 38.5,-21.5 parent: 2 - - uid: 10314 - components: - - type: Transform - pos: -34.5,4.5 - parent: 2 - uid: 10319 components: - type: Transform @@ -51716,6 +52553,11 @@ entities: - type: Transform pos: -55.5,-59.5 parent: 2 + - uid: 10413 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 - uid: 10424 components: - type: Transform @@ -51731,6 +52573,16 @@ entities: - type: Transform pos: 6.5,-17.5 parent: 2 + - uid: 10444 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 - uid: 10500 components: - type: Transform @@ -51746,11 +52598,6 @@ entities: - type: Transform pos: -32.5,14.5 parent: 2 - - uid: 10676 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 2 - uid: 10738 components: - type: Transform @@ -52296,21 +53143,26 @@ entities: - type: Transform pos: -7.5,-13.5 parent: 2 - - uid: 11837 + - uid: 11884 components: - type: Transform - pos: -32.5,0.5 - parent: 2 - - uid: 11838 - components: - - type: Transform - pos: -32.5,1.5 + pos: -33.5,4.5 parent: 2 - uid: 11928 components: - type: Transform pos: -2.5,-22.5 parent: 2 + - uid: 11933 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 - uid: 11972 components: - type: Transform @@ -52326,6 +53178,11 @@ entities: - type: Transform pos: 24.5,11.5 parent: 2 + - uid: 11988 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 - uid: 12002 components: - type: Transform @@ -52346,6 +53203,16 @@ entities: - type: Transform pos: -6.5,-22.5 parent: 2 + - uid: 12151 + components: + - type: Transform + pos: -47.5,0.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: -38.5,3.5 + parent: 2 - uid: 12206 components: - type: Transform @@ -52411,11 +53278,6 @@ entities: - type: Transform pos: 35.5,6.5 parent: 2 - - uid: 12522 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - uid: 12552 components: - type: Transform @@ -52466,6 +53328,11 @@ entities: - type: Transform pos: 28.5,-6.5 parent: 2 + - uid: 12893 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 - uid: 12976 components: - type: Transform @@ -52481,6 +53348,11 @@ entities: - type: Transform pos: -48.5,-25.5 parent: 2 + - uid: 13034 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 - uid: 13048 components: - type: Transform @@ -52571,6 +53443,11 @@ entities: - type: Transform pos: 41.5,-5.5 parent: 2 + - uid: 14080 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 - uid: 14278 components: - type: Transform @@ -52581,6 +53458,11 @@ entities: - type: Transform pos: 39.5,16.5 parent: 2 + - uid: 14426 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 - uid: 14452 components: - type: Transform @@ -52591,11 +53473,21 @@ entities: - type: Transform pos: -26.5,1.5 parent: 2 + - uid: 14457 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 - uid: 14466 components: - type: Transform pos: -25.5,15.5 parent: 2 + - uid: 14506 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 - uid: 14584 components: - type: Transform @@ -52606,6 +53498,11 @@ entities: - type: Transform pos: -12.5,11.5 parent: 2 + - uid: 14633 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 - uid: 14797 components: - type: Transform @@ -52631,6 +53528,16 @@ entities: - type: Transform pos: -21.5,9.5 parent: 2 + - uid: 15134 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 + - uid: 15204 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 - uid: 15264 components: - type: Transform @@ -52791,6 +53698,16 @@ entities: - type: Transform pos: -56.5,-59.5 parent: 2 + - uid: 15838 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 - uid: 15887 components: - type: Transform @@ -53206,6 +54123,11 @@ entities: - type: Transform pos: -56.5,-11.5 parent: 2 + - uid: 16642 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 - uid: 16654 components: - type: Transform @@ -53221,11 +54143,6 @@ entities: - type: Transform pos: 16.5,-41.5 parent: 2 - - uid: 16672 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - uid: 16703 components: - type: Transform @@ -53336,6 +54253,11 @@ entities: - type: Transform pos: -34.5,-70.5 parent: 2 + - uid: 16790 + components: + - type: Transform + pos: -41.5,-5.5 + parent: 2 - uid: 16798 components: - type: Transform @@ -53396,6 +54318,21 @@ entities: - type: Transform pos: -45.5,-45.5 parent: 2 + - uid: 16877 + components: + - type: Transform + pos: -39.5,-5.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 - uid: 16884 components: - type: Transform @@ -53556,6 +54493,21 @@ entities: - type: Transform pos: 27.5,-32.5 parent: 2 + - uid: 17456 + components: + - type: Transform + pos: -47.5,5.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + pos: -47.5,4.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 - uid: 17541 components: - type: Transform @@ -53671,6 +54623,16 @@ entities: - type: Transform pos: 25.5,22.5 parent: 2 + - uid: 17869 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 + - uid: 17905 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 - uid: 18012 components: - type: Transform @@ -54001,31 +54963,6 @@ entities: - type: Transform pos: -33.5,-17.5 parent: 2 - - uid: 18935 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 2 - - uid: 18936 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 2 - - uid: 18937 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - uid: 18938 - components: - - type: Transform - pos: -31.5,-15.5 - parent: 2 - - uid: 18939 - components: - - type: Transform - pos: -31.5,-14.5 - parent: 2 - uid: 18944 components: - type: Transform @@ -54096,6 +55033,11 @@ entities: - type: Transform pos: -18.5,7.5 parent: 2 + - uid: 19128 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 - uid: 19220 components: - type: Transform @@ -54136,6 +55078,11 @@ entities: - type: Transform pos: -18.5,1.5 parent: 2 + - uid: 20125 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 - uid: 20202 components: - type: Transform @@ -54221,6 +55168,36 @@ entities: - type: Transform pos: -28.5,-32.5 parent: 2 + - uid: 20421 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - uid: 20423 + components: + - type: Transform + pos: -35.5,-3.5 + parent: 2 + - uid: 20425 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 20428 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 + - uid: 20434 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 20437 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 - uid: 20439 components: - type: Transform @@ -54241,200 +55218,15 @@ entities: - type: Transform pos: -28.5,-35.5 parent: 2 - - uid: 20443 - components: - - type: Transform - pos: -35.5,-4.5 - parent: 2 - - uid: 20444 - components: - - type: Transform - pos: -36.5,-4.5 - parent: 2 - - uid: 20445 - components: - - type: Transform - pos: -37.5,-4.5 - parent: 2 - - uid: 20446 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - - uid: 20447 - components: - - type: Transform - pos: -39.5,-4.5 - parent: 2 - - uid: 20448 - components: - - type: Transform - pos: -39.5,-3.5 - parent: 2 - - uid: 20449 - components: - - type: Transform - pos: -39.5,-2.5 - parent: 2 - - uid: 20450 - components: - - type: Transform - pos: -39.5,-1.5 - parent: 2 - - uid: 20451 - components: - - type: Transform - pos: -39.5,-0.5 - parent: 2 - uid: 20452 - components: - - type: Transform - pos: -39.5,0.5 - parent: 2 - - uid: 20453 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - - uid: 20454 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - uid: 20455 - components: - - type: Transform - pos: -39.5,4.5 - parent: 2 - - uid: 20456 - components: - - type: Transform - pos: -39.5,5.5 - parent: 2 - - uid: 20457 - components: - - type: Transform - pos: -39.5,6.5 - parent: 2 - - uid: 20458 - components: - - type: Transform - pos: -39.5,3.5 - parent: 2 - - uid: 20459 - components: - - type: Transform - pos: -38.5,6.5 - parent: 2 - - uid: 20460 - components: - - type: Transform - pos: -37.5,3.5 - parent: 2 - - uid: 20461 - components: - - type: Transform - pos: -37.5,2.5 - parent: 2 - - uid: 20462 - components: - - type: Transform - pos: -37.5,1.5 - parent: 2 - - uid: 20463 - components: - - type: Transform - pos: -42.5,3.5 - parent: 2 - - uid: 20464 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 20465 - components: - - type: Transform - pos: -42.5,1.5 - parent: 2 - - uid: 20466 - components: - - type: Transform - pos: -41.5,-0.5 - parent: 2 - - uid: 20467 - components: - - type: Transform - pos: -41.5,-1.5 - parent: 2 - - uid: 20468 - components: - - type: Transform - pos: -38.5,0.5 - parent: 2 - - uid: 20469 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - - uid: 20470 components: - type: Transform pos: -43.5,-5.5 parent: 2 - - uid: 20471 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - - uid: 20472 - components: - - type: Transform - pos: -41.5,-5.5 - parent: 2 - uid: 20473 components: - type: Transform - pos: -40.5,-5.5 - parent: 2 - - uid: 20474 - components: - - type: Transform - pos: -39.5,-5.5 - parent: 2 - - uid: 20475 - components: - - type: Transform - pos: -42.5,-3.5 - parent: 2 - - uid: 20476 - components: - - type: Transform - pos: -41.5,-3.5 - parent: 2 - - uid: 20477 - components: - - type: Transform - pos: -40.5,-3.5 - parent: 2 - - uid: 20478 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - - uid: 20479 - components: - - type: Transform - pos: -39.5,-6.5 - parent: 2 - - uid: 20480 - components: - - type: Transform - pos: -38.5,-6.5 - parent: 2 - - uid: 20481 - components: - - type: Transform - pos: -35.5,-6.5 + pos: -39.5,3.5 parent: 2 - uid: 20482 components: @@ -54446,46 +55238,41 @@ entities: - type: Transform pos: -28.5,-37.5 parent: 2 - - uid: 20486 - components: - - type: Transform - pos: -35.5,-3.5 - parent: 2 - - uid: 20487 - components: - - type: Transform - pos: -35.5,-5.5 - parent: 2 - - uid: 20488 - components: - - type: Transform - pos: -40.5,-1.5 - parent: 2 - - uid: 20489 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - - uid: 20490 - components: - - type: Transform - pos: -41.5,2.5 - parent: 2 - - uid: 20491 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - uid: 20503 components: - type: Transform pos: -27.5,-37.5 parent: 2 + - uid: 20520 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 - uid: 20523 components: - type: Transform pos: -26.5,-37.5 parent: 2 + - uid: 20526 + components: + - type: Transform + pos: -39.5,-10.5 + parent: 2 + - uid: 20553 + components: + - type: Transform + pos: -45.5,-5.5 + parent: 2 + - uid: 20554 + components: + - type: Transform + pos: -43.5,8.5 + parent: 2 + - uid: 20560 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 - uid: 20582 components: - type: Transform @@ -54506,6 +55293,21 @@ entities: - type: Transform pos: -38.5,-27.5 parent: 2 + - uid: 20592 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 + - uid: 20593 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 20594 + components: + - type: Transform + pos: -37.5,-2.5 + parent: 2 - uid: 20599 components: - type: Transform @@ -54526,6 +55328,16 @@ entities: - type: Transform pos: -40.5,-29.5 parent: 2 + - uid: 20607 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 + - uid: 20610 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 - uid: 20613 components: - type: Transform @@ -54536,6 +55348,11 @@ entities: - type: Transform pos: -42.5,-29.5 parent: 2 + - uid: 20618 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 - uid: 20625 components: - type: Transform @@ -54616,36 +55433,6 @@ entities: - type: Transform pos: -32.5,9.5 parent: 2 - - uid: 20781 - components: - - type: Transform - pos: -32.5,7.5 - parent: 2 - - uid: 20782 - components: - - type: Transform - pos: -32.5,6.5 - parent: 2 - - uid: 20783 - components: - - type: Transform - pos: -32.5,8.5 - parent: 2 - - uid: 20790 - components: - - type: Transform - pos: -32.5,3.5 - parent: 2 - - uid: 20791 - components: - - type: Transform - pos: -32.5,4.5 - parent: 2 - - uid: 20792 - components: - - type: Transform - pos: -32.5,5.5 - parent: 2 - uid: 20837 components: - type: Transform @@ -55091,11 +55878,6 @@ entities: - type: Transform pos: 31.5,-4.5 parent: 2 - - uid: 22121 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 2 - uid: 22122 components: - type: Transform @@ -55106,6 +55888,11 @@ entities: - type: Transform pos: 25.5,16.5 parent: 2 + - uid: 22227 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 - uid: 22291 components: - type: Transform @@ -55146,11 +55933,6 @@ entities: - type: Transform pos: 27.5,7.5 parent: 2 - - uid: 22319 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 2 - uid: 22492 components: - type: Transform @@ -55236,30 +56018,15 @@ entities: - type: Transform pos: -29.5,-17.5 parent: 2 - - uid: 22606 + - uid: 22604 components: - type: Transform - pos: -25.5,-8.5 + pos: -30.5,-15.5 parent: 2 - uid: 22607 components: - type: Transform - pos: -25.5,-6.5 - parent: 2 - - uid: 22608 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 2 - - uid: 22609 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 22610 - components: - - type: Transform - pos: -24.5,-11.5 + pos: -47.5,-1.5 parent: 2 - uid: 22624 components: @@ -55316,6 +56083,11 @@ entities: - type: Transform pos: -25.5,18.5 parent: 2 + - uid: 22738 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 - uid: 23002 components: - type: Transform @@ -55346,26 +56118,6 @@ entities: - type: Transform pos: 44.5,15.5 parent: 2 - - uid: 23344 - components: - - type: Transform - pos: -32.5,2.5 - parent: 2 - - uid: 23354 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 2 - - uid: 23355 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 2 - - uid: 23356 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 2 - uid: 23521 components: - type: Transform @@ -55707,10 +56459,10 @@ entities: parent: 2 - proto: CannabisSeeds entities: - - uid: 226 + - uid: 19127 components: - type: Transform - pos: -42.444153,-3.3896503 + pos: -49.504105,5.517416 parent: 2 - uid: 19901 components: @@ -57116,11 +57868,6 @@ entities: - type: Transform pos: 4.5,-17.5 parent: 2 - - uid: 148 - components: - - type: Transform - pos: -32.5,3.5 - parent: 2 - uid: 206 components: - type: Transform @@ -57131,11 +57878,6 @@ entities: - type: Transform pos: 44.5,-30.5 parent: 2 - - uid: 315 - components: - - type: Transform - pos: -32.5,2.5 - parent: 2 - uid: 390 components: - type: Transform @@ -57424,12 +58166,6 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,12.5 parent: 2 - - uid: 1192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,10.5 - parent: 2 - uid: 1196 components: - type: Transform @@ -58594,12 +59330,6 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,24.5 parent: 2 - - uid: 5638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,11.5 - parent: 2 - uid: 5640 components: - type: Transform @@ -58656,12 +59386,6 @@ entities: - type: Transform pos: 16.5,-17.5 parent: 2 - - uid: 5878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,11.5 - parent: 2 - uid: 6040 components: - type: Transform @@ -60248,6 +60972,11 @@ entities: - type: Transform pos: -37.5,-20.5 parent: 2 + - uid: 13799 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 - uid: 13852 components: - type: Transform @@ -60407,11 +61136,6 @@ entities: - type: Transform pos: 25.5,-14.5 parent: 2 - - uid: 15314 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - uid: 15347 components: - type: Transform @@ -60474,18 +61198,41 @@ entities: - type: Transform pos: 9.5,2.5 parent: 2 + - uid: 16082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,7.5 + parent: 2 - uid: 16107 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,22.5 parent: 2 + - uid: 16141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,7.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,6.5 + parent: 2 - uid: 16198 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,20.5 parent: 2 + - uid: 16239 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 - uid: 16591 components: - type: Transform @@ -60798,12 +61545,6 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,12.5 parent: 2 - - uid: 17860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,7.5 - parent: 2 - uid: 17861 components: - type: Transform @@ -61271,26 +62012,6 @@ entities: - type: Transform pos: -33.5,-14.5 parent: 2 - - uid: 21178 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - - uid: 21179 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 2 - - uid: 21180 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - - uid: 21181 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - uid: 21197 components: - type: Transform @@ -61823,6 +62544,12 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,-39.5 parent: 2 + - uid: 1955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-0.5 + parent: 2 - uid: 2044 components: - type: Transform @@ -61840,6 +62567,12 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,1.5 parent: 2 + - uid: 2757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-10.5 + parent: 2 - uid: 2992 components: - type: Transform @@ -61905,11 +62638,22 @@ entities: rot: 3.141592653589793 rad pos: -27.5,5.5 parent: 2 + - uid: 4696 + components: + - type: Transform + pos: -41.5,1.5 + parent: 2 - uid: 4768 components: - type: Transform pos: 6.5,-18.5 parent: 2 + - uid: 5229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-0.5 + parent: 2 - uid: 5336 components: - type: Transform @@ -61937,12 +62681,6 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,-39.5 parent: 2 - - uid: 5842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-10.5 - parent: 2 - uid: 5868 components: - type: Transform @@ -62007,6 +62745,18 @@ entities: - type: Transform pos: 54.5,-38.5 parent: 2 + - uid: 6644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,1.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,1.5 + parent: 2 - uid: 6710 components: - type: Transform @@ -62041,6 +62791,17 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-40.5 parent: 2 + - uid: 7640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,1.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: -40.5,1.5 + parent: 2 - uid: 8197 components: - type: Transform @@ -62255,6 +63016,18 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,15.5 parent: 2 + - uid: 12477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-9.5 + parent: 2 + - uid: 12522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-9.5 + parent: 2 - uid: 12664 components: - type: Transform @@ -62282,6 +63055,24 @@ entities: - type: Transform pos: -42.5,-20.5 parent: 2 + - uid: 14500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-10.5 + parent: 2 + - uid: 14592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-10.5 + parent: 2 + - uid: 14594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-8.5 + parent: 2 - uid: 15109 components: - type: Transform @@ -62332,11 +63123,6 @@ entities: - type: Transform pos: 39.5,21.5 parent: 2 - - uid: 16258 - components: - - type: Transform - pos: -40.5,-1.5 - parent: 2 - uid: 17643 components: - type: Transform @@ -62389,20 +63175,23 @@ entities: - type: Transform pos: 9.5,-87.5 parent: 2 - - uid: 20422 + - uid: 20236 components: - type: Transform - pos: -38.5,-4.5 + rot: 3.141592653589793 rad + pos: -31.5,-10.5 parent: 2 - - uid: 20423 + - uid: 20446 components: - type: Transform - pos: -37.5,-4.5 + rot: 3.141592653589793 rad + pos: -29.5,-10.5 parent: 2 - - uid: 20424 + - uid: 20456 components: - type: Transform - pos: -36.5,-4.5 + rot: 1.5707963267948966 rad + pos: -37.5,-8.5 parent: 2 - uid: 21159 components: @@ -62804,11 +63593,6 @@ entities: rot: 1.5707963267948966 rad pos: -15.224391,-52.759342 parent: 2 - - uid: 10214 - components: - - type: Transform - pos: -27.543253,-8.208982 - parent: 2 - uid: 11230 components: - type: Transform @@ -62904,6 +63688,12 @@ entities: rot: 1.5707963267948966 rad pos: -38.466614,-53.402744 parent: 2 + - uid: 19135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.46532,-7.235692 + parent: 2 - uid: 21761 components: - type: Transform @@ -63024,10 +63814,10 @@ entities: parent: 2 - proto: ChemistryBottleEZNutrient entities: - - uid: 17456 + - uid: 13366 components: - type: Transform - parent: 17443 + parent: 13091 - type: Physics canCollide: False - uid: 17701 @@ -63037,10 +63827,10 @@ entities: parent: 2 - proto: ChemistryBottleRobustHarvest entities: - - uid: 17487 + - uid: 13642 components: - type: Transform - parent: 17443 + parent: 13091 - type: Physics canCollide: False - proto: ChemistryEmptyBottle01 @@ -63311,11 +64101,6 @@ entities: - type: Transform pos: -32.5,-78.5 parent: 2 - - uid: 2757 - components: - - type: Transform - pos: -34.5,-11.5 - parent: 2 - uid: 3033 components: - type: Transform @@ -63431,6 +64216,11 @@ entities: - type: Transform pos: 11.5,-59.5 parent: 2 + - uid: 15721 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 2 - uid: 16306 components: - type: Transform @@ -63486,6 +64276,11 @@ entities: - type: Transform pos: 36.5,15.5 parent: 2 + - uid: 22603 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 - proto: ClosetEmergencyN2FilledRandom entities: - uid: 2790 @@ -63623,6 +64418,11 @@ entities: - type: Transform pos: -38.5,-19.5 parent: 2 + - uid: 14512 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 - uid: 14798 components: - type: Transform @@ -63836,6 +64636,11 @@ entities: - type: Transform pos: -26.5,19.5 parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 - uid: 16910 components: - type: Transform @@ -63861,16 +64666,16 @@ entities: - type: Transform pos: 38.5,-61.5 parent: 2 - - uid: 20242 - components: - - type: Transform - pos: -34.5,7.5 - parent: 2 - uid: 21805 components: - type: Transform pos: 40.5,22.5 parent: 2 + - uid: 23934 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 - proto: ClosetRadiationSuitFilled entities: - uid: 42 @@ -64090,26 +64895,26 @@ entities: parent: 2 - proto: ClothingBeltPlant entities: - - uid: 17443 + - uid: 13091 components: - type: Transform - pos: -41.50936,2.407198 + pos: -41.53722,-7.3473916 parent: 2 - type: Storage storedItems: - 698: + 13137: position: 0,0 _rotation: South - 699: + 13276: position: 1,0 _rotation: South - 20615: + 13343: position: 2,0 _rotation: South - 17456: + 13366: position: 3,0 _rotation: South - 17487: + 13642: position: 4,0 _rotation: South - type: ContainerContainer @@ -64118,11 +64923,11 @@ entities: showEnts: False occludes: True ents: - - 698 - - 699 - - 20615 - - 17456 - - 17487 + - 13137 + - 13276 + - 13343 + - 13366 + - 13642 - proto: ClothingBeltPlantFilled entities: - uid: 3461 @@ -64389,7 +65194,7 @@ entities: - uid: 809 components: - type: Transform - pos: -9.481663,24.584553 + pos: -9.50037,24.554146 parent: 2 - proto: ClothingHeadHatStrawHat entities: @@ -64410,7 +65215,7 @@ entities: - uid: 14570 components: - type: Transform - pos: -19.224272,-5.6646905 + pos: -19.192179,-7.615655 parent: 2 - proto: ClothingHeadHatWeldingMaskPainted entities: @@ -65201,6 +66006,12 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,-16.5 parent: 2 + - uid: 10136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,6.5 + parent: 2 - uid: 10149 components: - type: Transform @@ -65291,11 +66102,22 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-45.5 parent: 2 + - uid: 16882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,6.5 + parent: 2 - uid: 19259 components: - type: Transform pos: -9.5,-58.5 parent: 2 + - uid: 20480 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 - uid: 20842 components: - type: Transform @@ -65811,6 +66633,11 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-42.5 parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -37.5,3.5 + parent: 2 - uid: 7593 components: - type: Transform @@ -66054,7 +66881,7 @@ entities: parent: 2 - proto: CrateContrabandStorageSecure entities: - - uid: 19590 + - uid: 10432 components: - type: Transform pos: -21.5,-5.5 @@ -66481,6 +67308,11 @@ entities: - type: Transform pos: -42.5,-39.5 parent: 2 + - uid: 20481 + components: + - type: Transform + pos: -39.5,-2.5 + parent: 2 - proto: CrateLockBoxSecurity entities: - uid: 23690 @@ -66646,10 +67478,10 @@ entities: parent: 2 - proto: CrateTrashCart entities: - - uid: 9291 + - uid: 5921 components: - type: Transform - pos: -33.5,-5.5 + pos: -36.5,-5.5 parent: 2 - uid: 22407 components: @@ -66700,6 +67532,11 @@ entities: - type: Transform pos: 7.546462,-31.401642 parent: 2 + - uid: 4602 + components: + - type: Transform + pos: -40.56964,0.6151676 + parent: 2 - proto: CrayonMime entities: - uid: 5407 @@ -66763,10 +67600,17 @@ entities: parent: 2 - proto: CryogenicSleepUnit entities: - - uid: 3206 + - uid: 38 components: - type: Transform - pos: -35.5,-5.5 + rot: 1.5707963267948966 rad + pos: -44.5,-0.5 + parent: 2 + - uid: 9520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,0.5 parent: 2 - proto: CryogenicSleepUnitSpawner entities: @@ -67145,13 +67989,6 @@ entities: - type: Transform pos: -17.5,-54.5 parent: 2 -- proto: DefaultStationBeaconBrig - entities: - - uid: 13861 - components: - - type: Transform - pos: -25.5,-9.5 - parent: 2 - proto: DefaultStationBeaconBrigMed entities: - uid: 10754 @@ -67351,13 +68188,6 @@ entities: - type: Transform pos: -47.5,-44.5 parent: 2 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 3705 - components: - - type: Transform - pos: -39.5,-3.5 - parent: 2 - proto: DefaultStationBeaconPowerBank entities: - uid: 11424 @@ -67568,7 +68398,7 @@ entities: - uid: 2381 components: - type: Transform - pos: -19.44472,-2.4078405 + pos: -19.59333,-2.3409834 parent: 2 - uid: 2415 components: @@ -67628,6 +68458,11 @@ entities: parent: 2 - proto: DiseaseSwab entities: + - uid: 716 + components: + - type: Transform + pos: -41.408195,-6.823576 + parent: 2 - uid: 17702 components: - type: Transform @@ -67638,15 +68473,10 @@ entities: - type: Transform pos: 48.60238,-59.469746 parent: 2 - - uid: 19980 + - uid: 20581 components: - type: Transform - pos: -38.368652,2.5475187 - parent: 2 - - uid: 20000 - components: - - type: Transform - pos: -38.62907,2.599638 + pos: -41.637478,-6.792304 parent: 2 - proto: DisposalBend entities: @@ -67901,12 +68731,6 @@ entities: - type: Transform pos: 14.5,20.5 parent: 2 - - uid: 14594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-6.5 - parent: 2 - uid: 14724 components: - type: Transform @@ -67980,12 +68804,24 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-28.5 parent: 2 + - uid: 16238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-2.5 + parent: 2 - uid: 17010 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-46.5 parent: 2 + - uid: 17096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-10.5 + parent: 2 - uid: 17462 components: - type: Transform @@ -68244,6 +69080,11 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-48.5 parent: 2 + - uid: 9859 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 - uid: 10307 components: - type: Transform @@ -68564,12 +69405,6 @@ entities: - type: Transform pos: 10.5,-56.5 parent: 2 - - uid: 2388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-4.5 - parent: 2 - uid: 2429 components: - type: Transform @@ -69218,11 +70053,6 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,17.5 parent: 2 - - uid: 5229 - components: - - type: Transform - pos: -25.5,-2.5 - parent: 2 - uid: 5230 components: - type: Transform @@ -69330,12 +70160,6 @@ entities: - type: Transform pos: -15.5,10.5 parent: 2 - - uid: 5273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-3.5 - parent: 2 - uid: 5282 components: - type: Transform @@ -69871,12 +70695,6 @@ entities: - type: Transform pos: 32.5,18.5 parent: 2 - - uid: 8502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-5.5 - parent: 2 - uid: 8512 components: - type: Transform @@ -69950,6 +70768,12 @@ entities: - type: Transform pos: 32.5,9.5 parent: 2 + - uid: 8785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-10.5 + parent: 2 - uid: 8892 components: - type: Transform @@ -70085,6 +70909,12 @@ entities: - type: Transform pos: 24.5,-36.5 parent: 2 + - uid: 10144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-10.5 + parent: 2 - uid: 10179 components: - type: Transform @@ -70520,12 +71350,6 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-11.5 parent: 2 - - uid: 12213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-10.5 - parent: 2 - uid: 12214 components: - type: Transform @@ -72226,6 +73050,18 @@ entities: - type: Transform pos: 10.5,-62.5 parent: 2 + - uid: 20506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-10.5 + parent: 2 + - uid: 20550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-10.5 + parent: 2 - uid: 20619 components: - type: Transform @@ -72315,6 +73151,36 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-41.5 parent: 2 + - uid: 23324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-10.5 + parent: 2 + - uid: 23329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-10.5 + parent: 2 + - uid: 23333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-10.5 + parent: 2 + - uid: 23335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-10.5 + parent: 2 + - uid: 23336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-10.5 + parent: 2 - proto: DisposalRouter entities: - uid: 384 @@ -72603,6 +73469,14 @@ entities: parent: 2 - type: DisposalTagger tag: Trash + - uid: 20505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-10.5 + parent: 2 + - type: DisposalTagger + tag: Trash - proto: DisposalTrunk entities: - uid: 230 @@ -72611,12 +73485,6 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,3.5 parent: 2 - - uid: 330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-6.5 - parent: 2 - uid: 689 components: - type: Transform @@ -72789,6 +73657,12 @@ entities: rot: -1.5707963267948966 rad pos: -0.5,-45.5 parent: 2 + - uid: 9134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-11.5 + parent: 2 - uid: 9790 components: - type: Transform @@ -72871,6 +73745,12 @@ entities: - type: Transform pos: -35.5,-24.5 parent: 2 + - uid: 16029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-2.5 + parent: 2 - uid: 16126 components: - type: Transform @@ -73051,11 +73931,6 @@ entities: - type: Transform pos: 17.5,-28.5 parent: 2 - - uid: 3940 - components: - - type: Transform - pos: -26.5,-6.5 - parent: 2 - uid: 4242 components: - type: Transform @@ -73221,6 +74096,11 @@ entities: - type: Transform pos: -35.5,-43.5 parent: 2 + - uid: 16237 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 - uid: 16903 components: - type: Transform @@ -73236,6 +74116,11 @@ entities: - type: Transform pos: 8.5,-63.5 parent: 2 + - uid: 21178 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 - uid: 21367 components: - type: Transform @@ -73297,11 +74182,6 @@ entities: parent: 2 - proto: DogBed entities: - - uid: 671 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 2 - uid: 7547 components: - type: Transform @@ -73337,6 +74217,11 @@ entities: - type: Transform pos: -47.5,-24.5 parent: 2 + - uid: 17838 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 - proto: DoorElectronics entities: - uid: 10846 @@ -73626,13 +74511,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 12256 - components: - - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: DrinkMopwataBottleRandom entities: - uid: 1380 @@ -73682,6 +74560,21 @@ entities: parent: 2 - proto: DrinkMugMetal entities: + - uid: 205 + components: + - type: Transform + pos: -40.672844,-3.2145777 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: -40.28724,-3.2250013 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: -40.516518,-3.4334793 + parent: 2 - uid: 21451 components: - type: Transform @@ -73772,13 +74665,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 12019 - components: - - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: DrinkSpaceGlue entities: - uid: 3898 @@ -73919,14 +74805,18 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 2699 + - uid: 1721 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-5.5 + pos: -19.5,-10.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-6.5 parent: 2 - - type: Battery - startingCharge: 30000 - uid: 4915 components: - type: Transform @@ -73943,14 +74833,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 5436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-2.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 5680 components: - type: Transform @@ -73959,14 +74841,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 6030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-10.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 6481 components: - type: Transform @@ -74049,6 +74923,12 @@ entities: parent: 2 - type: Battery startingCharge: 30000 + - uid: 12124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-11.5 + parent: 2 - uid: 12129 components: - type: Transform @@ -74057,6 +74937,11 @@ entities: parent: 2 - type: Battery startingCharge: 30000 + - uid: 12245 + components: + - type: Transform + pos: -31.5,-8.5 + parent: 2 - uid: 12379 components: - type: Transform @@ -74184,13 +75069,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 16726 - components: - - type: Transform - pos: -23.5,-7.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 16727 components: - type: Transform @@ -74330,6 +75208,18 @@ entities: parent: 2 - type: Battery startingCharge: 30000 + - uid: 18254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,11.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-8.5 + parent: 2 - uid: 18371 components: - type: Transform @@ -74338,6 +75228,12 @@ entities: parent: 2 - type: Battery startingCharge: 30000 + - uid: 18398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-17.5 + parent: 2 - uid: 19286 components: - type: Transform @@ -74345,6 +75241,30 @@ entities: parent: 2 - type: Battery startingCharge: 30000 + - uid: 20504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,2.5 + parent: 2 + - uid: 20522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,3.5 + parent: 2 + - uid: 20525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-2.5 + parent: 2 + - uid: 20547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,2.5 + parent: 2 - uid: 21379 components: - type: Transform @@ -74561,6 +75481,24 @@ entities: parent: 2 - type: Battery startingCharge: 30000 + - uid: 22608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-5.5 + parent: 2 + - uid: 22612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,10.5 + parent: 2 + - uid: 23328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-1.5 + parent: 2 - uid: 23507 components: - type: Transform @@ -74704,6 +75642,11 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-13.5 parent: 2 + - uid: 12024 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 - uid: 13802 components: - type: Transform @@ -75488,6 +76431,17 @@ entities: - 19008 - 19006 - 15672 + - uid: 20476 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 11574 + - 11591 + - 1192 + - 20477 - uid: 21082 components: - type: Transform @@ -75604,6 +76558,27 @@ entities: parent: 2 - proto: FirelockEdge entities: + - uid: 1176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - 23916 + - uid: 1192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20476 + - 17615 + - 19627 - uid: 1548 components: - type: Transform @@ -75631,6 +76606,16 @@ entities: deviceLists: - 13846 - 58 + - uid: 2211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - 23916 - uid: 2516 components: - type: Transform @@ -75690,12 +76675,32 @@ entities: - 17348 - 17349 - 17351 + - uid: 11617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - 23916 - uid: 12211 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,27.5 parent: 2 + - uid: 12299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - 23916 - uid: 13068 components: - type: Transform @@ -75774,6 +76779,16 @@ entities: - 15424 - 13654 - 13342 + - uid: 20477 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20476 + - 17615 + - 19627 - proto: FirelockGlass entities: - uid: 115 @@ -76288,6 +77303,26 @@ entities: deviceLists: - 3687 - 14943 + - uid: 11574 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20476 + - 17615 + - 10102 + - uid: 11591 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20476 + - 17615 + - 10102 - uid: 12056 components: - type: Transform @@ -76367,11 +77402,6 @@ entities: - type: Transform pos: -3.5,24.5 parent: 2 - - uid: 12629 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - uid: 13120 components: - type: Transform @@ -76994,11 +78024,6 @@ entities: deviceLists: - 15391 - 10102 - - uid: 15315 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - uid: 15323 components: - type: Transform @@ -77639,6 +78664,13 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 2243 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 2688 components: - type: Transform @@ -77942,11 +78974,6 @@ entities: - type: Transform pos: 39.47634,-17.316113 parent: 2 - - uid: 20417 - components: - - type: Transform - pos: -36.23775,-2.3289185 - parent: 2 - proto: FoodBowlBigTrash entities: - uid: 3205 @@ -77956,10 +78983,10 @@ entities: parent: 2 - proto: FoodBoxDonut entities: - - uid: 9642 + - uid: 22620 components: - type: Transform - pos: -28.55009,-7.8430114 + pos: -27.472397,-6.8758383 parent: 2 - proto: FoodBoxPizzaFilled entities: @@ -77995,15 +79022,6 @@ entities: - type: Transform pos: -27.418615,-45.588383 parent: 2 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 12477 - components: - - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: FoodCondimentBottleHotsauce entities: - uid: 12872 @@ -78044,13 +79062,6 @@ entities: - type: Transform pos: -4.502074,-32.16814 parent: 2 - - uid: 12499 - components: - - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: FoodDonutCaramel entities: - uid: 5594 @@ -78171,6 +79182,11 @@ entities: - type: Transform pos: -8.667622,-35.44696 parent: 2 + - uid: 20488 + components: + - type: Transform + pos: -36.375584,-2.5167723 + parent: 2 - proto: FoodShakerSalt entities: - uid: 17578 @@ -78178,6 +79194,11 @@ entities: - type: Transform pos: -8.459184,-35.530354 parent: 2 + - uid: 20490 + components: + - type: Transform + pos: -36.64655,-2.5167723 + parent: 2 - proto: FoodSnackSus entities: - uid: 23666 @@ -78243,21 +79264,11 @@ entities: - type: Transform pos: 1.491024,-28.265974 parent: 2 - - uid: 10216 - components: - - type: Transform - pos: -33.625572,1.6481915 - parent: 2 - uid: 18407 components: - type: Transform pos: 30.276194,24.49647 parent: 2 - - uid: 20485 - components: - - type: Transform - pos: -33.302494,1.512681 - parent: 2 - proto: FoodTinPeachesMaintTrash entities: - uid: 2978 @@ -78286,6 +79297,16 @@ entities: parent: 2 - proto: ForkPlastic entities: + - uid: 2091 + components: + - type: Transform + pos: -36.55324,-2.1406279 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -36.334385,-2.1093564 + parent: 2 - uid: 21675 components: - type: Transform @@ -78614,6 +79635,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' + - uid: 23738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeBend entities: - uid: 645 @@ -78624,22 +79653,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 1543 components: - type: Transform @@ -79211,6 +80224,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10775 components: - type: Transform @@ -79514,14 +80535,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14143 components: - type: Transform @@ -79538,13 +80551,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14486 - components: - - type: Transform - pos: -38.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14488 components: - type: Transform @@ -79708,13 +80714,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15141 - components: - - type: Transform - pos: -30.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15261 components: - type: Transform @@ -79745,14 +80744,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 16248 components: - type: Transform @@ -80168,6 +81159,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23346 + components: + - type: Transform + pos: -19.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23371 components: - type: Transform @@ -80260,15 +81258,46 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' -- proto: GasPipeFourway - entities: - - uid: 676 + - uid: 23659 components: - type: Transform - pos: -26.5,-10.5 + rot: 3.141592653589793 rad + pos: -19.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23661 + components: + - type: Transform + pos: -13.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23736 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeFourway + entities: - uid: 4331 components: - type: Transform @@ -80276,13 +81305,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4682 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4771 components: - type: Transform @@ -80297,6 +81319,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6913 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8004 components: - type: Transform @@ -80311,13 +81340,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8784 - components: - - type: Transform - pos: -26.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8856 components: - type: Transform @@ -80395,13 +81417,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14057 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14451 components: - type: Transform @@ -80472,6 +81487,41 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23766 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23767 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23805 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23841 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23878 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeSensor entities: - uid: 10164 @@ -80634,14 +81684,6 @@ entities: - type: Transform pos: 8.5,3.5 parent: 2 - - uid: 317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 372 components: - type: Transform @@ -80728,14 +81770,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 700 components: - type: Transform @@ -80751,13 +81785,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 716 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 733 components: - type: Transform @@ -80855,14 +81882,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 1086 components: - type: Transform @@ -81041,14 +82060,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 1757 components: - type: Transform @@ -81583,14 +82594,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2212 components: - type: Transform @@ -82027,14 +83030,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 3572 components: - type: Transform @@ -82043,14 +83038,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 3641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3723 components: - type: Transform @@ -82169,13 +83156,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4158 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4160 components: - type: Transform @@ -82568,14 +83548,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4911 components: - type: Transform @@ -82722,14 +83694,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5391 components: - type: Transform @@ -82799,14 +83763,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5690 components: - type: Transform @@ -82823,20 +83779,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5724 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5730 - components: - - type: Transform - pos: -26.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5738 components: - type: Transform @@ -82859,11 +83801,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6027 + - uid: 5842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-4.5 + rot: 1.5707963267948966 rad + pos: -23.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -82896,14 +83838,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6198 components: - type: Transform @@ -82992,14 +83926,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6390 components: - type: Transform @@ -83510,14 +84436,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6958 components: - type: Transform @@ -83526,14 +84444,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6984 components: - type: Transform @@ -83580,13 +84490,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7057 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7074 components: - type: Transform @@ -83650,13 +84553,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7451 - components: - - type: Transform - pos: -26.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7479 components: - type: Transform @@ -83688,14 +84584,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 7575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7633 components: - type: Transform @@ -83719,20 +84607,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7825 - components: - - type: Transform - pos: -26.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7834 - components: - - type: Transform - pos: -26.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7835 components: - type: Transform @@ -83788,22 +84662,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7998 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8003 components: - type: Transform @@ -83956,14 +84814,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8494 components: - type: Transform @@ -83971,14 +84821,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8501 components: - type: Transform @@ -84195,10 +85037,10 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-3.5 + pos: -22.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 8745 components: - type: Transform @@ -84700,11 +85542,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10239 + - uid: 10240 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-5.5 + pos: -21.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -84716,14 +85558,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10444 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10455 components: - type: Transform @@ -84732,14 +85566,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 10488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10517 components: - type: Transform @@ -84764,14 +85590,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10538 components: - type: Transform @@ -84788,14 +85606,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10544 components: - type: Transform @@ -84963,14 +85773,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10670 components: - type: Transform @@ -85092,14 +85894,38 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 11000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11055 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,-3.5 + pos: -20.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 11062 components: - type: Transform @@ -85228,6 +86054,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 11340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11344 components: - type: Transform @@ -85546,19 +86380,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11989 + - uid: 12019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12010 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,13.5 + rot: 1.5707963267948966 rad + pos: -14.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -85570,14 +86396,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12055 components: - type: Transform @@ -85593,6 +86411,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12115 components: - type: Transform @@ -86367,14 +87193,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13242 components: - type: Transform @@ -88334,14 +89152,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14022 components: - type: Transform @@ -89410,14 +90220,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14458 components: - type: Transform @@ -89434,22 +90236,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14463 components: - type: Transform @@ -89512,13 +90298,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14487 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14489 components: - type: Transform @@ -89527,14 +90306,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14493 components: - type: Transform @@ -89543,14 +90314,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14505 components: - type: Transform @@ -89558,22 +90321,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14519 components: - type: Transform @@ -89595,13 +90342,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14523 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14527 components: - type: Transform @@ -89841,13 +90581,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14592 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14596 components: - type: Transform @@ -89974,13 +90707,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14633 - components: - - type: Transform - pos: -15.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14634 components: - type: Transform @@ -90991,14 +91717,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15122 components: - type: Transform @@ -91078,14 +91796,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15176 components: - type: Transform @@ -91350,14 +92060,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15881 components: - type: Transform @@ -91381,38 +92083,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 16240 components: - type: Transform @@ -91444,70 +92114,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16397 components: - type: Transform @@ -91698,14 +92304,6 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-14.5 parent: 2 - - uid: 16642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16643 components: - type: Transform @@ -91721,38 +92319,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16897 components: - type: Transform @@ -92386,6 +92952,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 18580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18581 components: - type: Transform @@ -92402,14 +92976,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18851 components: - type: Transform @@ -92424,22 +92990,6 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,0.5 parent: 2 - - uid: 18921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18969 components: - type: Transform @@ -92472,22 +93022,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 19290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19982 components: - type: Transform @@ -92542,6 +93076,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 20517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20518 components: - type: Transform @@ -92550,6 +93092,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 20552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20828 components: - type: Transform @@ -93825,6 +94383,41 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23347 + components: + - type: Transform + pos: -19.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23350 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23354 + components: + - type: Transform + pos: -19.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23355 + components: + - type: Transform + pos: -19.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23356 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23364 components: - type: Transform @@ -94211,6 +94804,970 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23646 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23723 + components: + - type: Transform + pos: -13.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23724 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23725 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23726 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23727 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23728 + components: + - type: Transform + pos: -13.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23729 + components: + - type: Transform + pos: -13.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23730 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23731 + components: + - type: Transform + pos: -13.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23761 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23850 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23862 + components: + - type: Transform + pos: -39.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23863 + components: + - type: Transform + pos: -39.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23864 + components: + - type: Transform + pos: -39.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23887 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23888 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23889 + components: + - type: Transform + pos: -46.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23891 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23892 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23893 + components: + - type: Transform + pos: -47.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23894 + components: + - type: Transform + pos: -44.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23896 + components: + - type: Transform + pos: -47.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23897 + components: + - type: Transform + pos: -47.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23898 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23899 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23900 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23901 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeTJunction entities: - uid: 129 @@ -94671,14 +96228,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6686 components: - type: Transform @@ -94733,14 +96282,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 7038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7347 components: - type: Transform @@ -94828,6 +96369,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8595 components: - type: Transform @@ -95175,6 +96732,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 11837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11993 components: - type: Transform @@ -95558,13 +97123,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13722 - components: - - type: Transform - pos: -28.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13824 components: - type: Transform @@ -95696,14 +97254,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14255 components: - type: Transform @@ -95830,14 +97380,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14603 components: - type: Transform @@ -96050,22 +97592,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15935 components: - type: Transform @@ -96400,6 +97926,133 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' + - uid: 23732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23849 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPort entities: - uid: 122 @@ -96823,17 +98476,6 @@ entities: - 15421 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 1004 components: - type: Transform @@ -96900,17 +98542,6 @@ entities: - 11632 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2598 components: - type: Transform @@ -97126,16 +98757,6 @@ entities: - 22071 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8298 - components: - - type: Transform - pos: -14.5,16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8606 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8410 components: - type: Transform @@ -97155,7 +98776,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 11724 + - 11625 - type: AtmosPipeColor color: '#0055CCFF' - uid: 9161 @@ -97191,17 +98812,6 @@ entities: - 11632 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10202 components: - type: Transform @@ -97277,28 +98887,6 @@ entities: - 15139 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12170 components: - type: Transform @@ -97363,17 +98951,6 @@ entities: - 16096 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13050 components: - type: Transform @@ -97809,17 +99386,6 @@ entities: - 13600 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2670 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15279 components: - type: Transform @@ -97886,17 +99452,6 @@ entities: - 9309 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16267 components: - type: Transform @@ -98453,6 +100008,167 @@ entities: - 23586 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - type: DeviceNetwork + deviceLists: + - 8606 + - uid: 23735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - type: DeviceNetwork + deviceLists: + - 23739 + - uid: 23759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17615 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17615 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2670 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11625 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23825 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23877 + components: + - type: Transform + pos: -37.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23908 + components: + - type: Transform + pos: -46.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23909 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasVentPumpFreezer entities: - uid: 9632 @@ -98500,26 +100216,6 @@ entities: - 9278 - type: AtmosPipeColor color: '#990000FF' - - uid: 678 - components: - - type: Transform - pos: -38.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 680 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - - type: AtmosPipeColor - color: '#990000FF' - uid: 765 components: - type: Transform @@ -98767,27 +100463,6 @@ entities: - 13654 - type: AtmosPipeColor color: '#990000FF' - - uid: 7245 - components: - - type: Transform - pos: -29.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2697 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7478 components: - type: Transform @@ -98837,7 +100512,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 11724 + - 11625 - type: AtmosPipeColor color: '#990000FF' - uid: 9456 @@ -98861,17 +100536,6 @@ entities: - 13793 - type: AtmosPipeColor color: '#990000FF' - - uid: 10416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11024 components: - type: Transform @@ -98958,17 +100622,6 @@ entities: - 9393 - type: AtmosPipeColor color: '#990000FF' - - uid: 12054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12169 components: - type: Transform @@ -98980,17 +100633,6 @@ entities: - 14210 - type: AtmosPipeColor color: '#990000FF' - - uid: 12178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11724 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12377 components: - type: Transform @@ -99785,17 +101427,6 @@ entities: - 13655 - type: AtmosPipeColor color: '#990000FF' - - uid: 18580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2670 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19969 components: - type: Transform @@ -100091,6 +101722,165 @@ entities: - 23586 - type: AtmosPipeColor color: '#990000FF' + - uid: 23734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - type: DeviceNetwork + deviceLists: + - 23739 + - uid: 23753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17615 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23755 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17615 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11625 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23797 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2670 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23823 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19627 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23876 + components: + - type: Transform + pos: -39.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23902 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23903 + components: + - type: Transform + pos: -47.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23916 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasVentScrubberFreezer entities: - uid: 9463 @@ -100603,16 +102393,6 @@ entities: - type: Transform pos: -28.5,-43.5 parent: 2 - - uid: 228 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 229 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 2 - uid: 243 components: - type: Transform @@ -100621,22 +102401,7 @@ entities: - uid: 250 components: - type: Transform - pos: -19.5,-11.5 - parent: 2 - - uid: 251 - components: - - type: Transform - pos: -19.5,-10.5 - parent: 2 - - uid: 252 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 253 - components: - - type: Transform - pos: -22.5,-10.5 + pos: -31.5,-12.5 parent: 2 - uid: 264 components: @@ -100683,10 +102448,20 @@ entities: - type: Transform pos: -44.5,-33.5 parent: 2 + - uid: 330 + components: + - type: Transform + pos: -46.5,10.5 + parent: 2 - uid: 331 components: - type: Transform - pos: -27.5,-3.5 + pos: -48.5,10.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -50.5,10.5 parent: 2 - uid: 336 components: @@ -100708,26 +102483,31 @@ entities: - type: Transform pos: -29.5,-39.5 parent: 2 - - uid: 393 + - uid: 387 components: - type: Transform - pos: -37.5,1.5 + pos: -47.5,10.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: -49.5,10.5 parent: 2 - uid: 402 components: - type: Transform - pos: -31.5,-0.5 + pos: -46.5,-6.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -46.5,-4.5 parent: 2 - uid: 410 components: - type: Transform pos: 52.5,-13.5 parent: 2 - - uid: 422 - components: - - type: Transform - pos: -42.5,1.5 - parent: 2 - uid: 430 components: - type: Transform @@ -100748,11 +102528,6 @@ entities: - type: Transform pos: -5.5,9.5 parent: 2 - - uid: 651 - components: - - type: Transform - pos: -28.5,-14.5 - parent: 2 - uid: 664 components: - type: Transform @@ -100763,10 +102538,20 @@ entities: - type: Transform pos: -26.5,-20.5 parent: 2 - - uid: 691 + - uid: 674 components: - type: Transform - pos: -27.5,-5.5 + pos: -51.5,6.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: -24.5,-8.5 parent: 2 - uid: 693 components: @@ -100778,6 +102563,11 @@ entities: - type: Transform pos: -47.5,-18.5 parent: 2 + - uid: 711 + components: + - type: Transform + pos: -43.5,8.5 + parent: 2 - uid: 729 components: - type: Transform @@ -100873,6 +102663,11 @@ entities: - type: Transform pos: -3.5,22.5 parent: 2 + - uid: 991 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 - uid: 1008 components: - type: Transform @@ -100898,11 +102693,6 @@ entities: - type: Transform pos: 41.5,-44.5 parent: 2 - - uid: 1119 - components: - - type: Transform - pos: -51.5,5.5 - parent: 2 - uid: 1120 components: - type: Transform @@ -101173,10 +102963,10 @@ entities: - type: Transform pos: 77.5,-43.5 parent: 2 - - uid: 2210 + - uid: 2209 components: - type: Transform - pos: -21.5,-6.5 + pos: -53.5,-1.5 parent: 2 - uid: 2214 components: @@ -101253,6 +103043,11 @@ entities: - type: Transform pos: -13.5,-62.5 parent: 2 + - uid: 2647 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 - uid: 2659 components: - type: Transform @@ -101268,31 +103063,11 @@ entities: - type: Transform pos: -13.5,-61.5 parent: 2 - - uid: 2733 - components: - - type: Transform - pos: -44.5,0.5 - parent: 2 - uid: 2746 components: - type: Transform pos: -13.5,-64.5 parent: 2 - - uid: 2793 - components: - - type: Transform - pos: -38.5,0.5 - parent: 2 - - uid: 2824 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - - uid: 2835 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - uid: 2836 components: - type: Transform @@ -101318,16 +103093,6 @@ entities: - type: Transform pos: -36.5,-71.5 parent: 2 - - uid: 2986 - components: - - type: Transform - pos: -46.5,-5.5 - parent: 2 - - uid: 3021 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - uid: 3026 components: - type: Transform @@ -101383,11 +103148,31 @@ entities: - type: Transform pos: -31.5,-71.5 parent: 2 + - uid: 3198 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 - uid: 3199 components: - type: Transform pos: -9.5,-96.5 parent: 2 + - uid: 3204 + components: + - type: Transform + pos: -42.5,10.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 - uid: 3217 components: - type: Transform @@ -101398,6 +103183,11 @@ entities: - type: Transform pos: -55.5,-26.5 parent: 2 + - uid: 3281 + components: + - type: Transform + pos: -50.5,9.5 + parent: 2 - uid: 3312 components: - type: Transform @@ -101413,6 +103203,11 @@ entities: - type: Transform pos: -5.5,21.5 parent: 2 + - uid: 3528 + components: + - type: Transform + pos: -43.5,10.5 + parent: 2 - uid: 3583 components: - type: Transform @@ -101813,11 +103608,6 @@ entities: - type: Transform pos: -2.5,-5.5 parent: 2 - - uid: 4602 - components: - - type: Transform - pos: -35.5,5.5 - parent: 2 - uid: 4619 components: - type: Transform @@ -101828,11 +103618,6 @@ entities: - type: Transform pos: 8.5,-31.5 parent: 2 - - uid: 4666 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - uid: 4678 components: - type: Transform @@ -101973,6 +103758,11 @@ entities: - type: Transform pos: -15.5,-62.5 parent: 2 + - uid: 4909 + components: + - type: Transform + pos: -50.5,8.5 + parent: 2 - uid: 4920 components: - type: Transform @@ -101993,6 +103783,11 @@ entities: - type: Transform pos: -31.5,-73.5 parent: 2 + - uid: 4954 + components: + - type: Transform + pos: -41.5,9.5 + parent: 2 - uid: 4956 components: - type: Transform @@ -102088,16 +103883,21 @@ entities: - type: Transform pos: -24.5,-63.5 parent: 2 + - uid: 5140 + components: + - type: Transform + pos: -53.5,5.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: -51.5,-2.5 + parent: 2 - uid: 5170 components: - type: Transform pos: -21.5,-24.5 parent: 2 - - uid: 5173 - components: - - type: Transform - pos: -34.5,-3.5 - parent: 2 - uid: 5178 components: - type: Transform @@ -102413,11 +104213,6 @@ entities: - type: Transform pos: 0.5,-83.5 parent: 2 - - uid: 6475 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 2 - uid: 6492 components: - type: Transform @@ -102543,11 +104338,6 @@ entities: - type: Transform pos: -42.5,-33.5 parent: 2 - - uid: 7007 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 2 - uid: 7016 components: - type: Transform @@ -102628,6 +104418,11 @@ entities: - type: Transform pos: 3.5,-12.5 parent: 2 + - uid: 7451 + components: + - type: Transform + pos: -46.5,-1.5 + parent: 2 - uid: 7589 components: - type: Transform @@ -102638,26 +104433,16 @@ entities: - type: Transform pos: 32.5,-33.5 parent: 2 - - uid: 7702 + - uid: 7704 components: - type: Transform - pos: -34.5,-8.5 - parent: 2 - - uid: 7706 - components: - - type: Transform - pos: -28.5,-12.5 + pos: -33.5,-6.5 parent: 2 - uid: 7720 components: - type: Transform pos: 33.5,-35.5 parent: 2 - - uid: 7750 - components: - - type: Transform - pos: -35.5,-8.5 - parent: 2 - uid: 7752 components: - type: Transform @@ -102693,6 +104478,11 @@ entities: - type: Transform pos: 46.5,-63.5 parent: 2 + - uid: 7825 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 - uid: 7881 components: - type: Transform @@ -102993,15 +104783,10 @@ entities: - type: Transform pos: 65.5,11.5 parent: 2 - - uid: 8455 - components: - - type: Transform - pos: -43.5,-9.5 - parent: 2 - uid: 8456 components: - type: Transform - pos: -43.5,-8.5 + pos: -39.5,-10.5 parent: 2 - uid: 8485 components: @@ -103118,11 +104903,6 @@ entities: - type: Transform pos: 45.5,4.5 parent: 2 - - uid: 9134 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 2 - uid: 9250 components: - type: Transform @@ -103148,6 +104928,11 @@ entities: - type: Transform pos: 18.5,-60.5 parent: 2 + - uid: 9291 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 - uid: 9295 components: - type: Transform @@ -103198,11 +104983,6 @@ entities: - type: Transform pos: -16.5,29.5 parent: 2 - - uid: 9565 - components: - - type: Transform - pos: -52.5,6.5 - parent: 2 - uid: 9587 components: - type: Transform @@ -103263,10 +105043,15 @@ entities: - type: Transform pos: 2.5,9.5 parent: 2 - - uid: 9643 + - uid: 9645 components: - type: Transform - pos: -50.5,6.5 + pos: -52.5,-2.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: -53.5,1.5 parent: 2 - uid: 9682 components: @@ -103278,6 +105063,11 @@ entities: - type: Transform pos: 11.5,4.5 parent: 2 + - uid: 9691 + components: + - type: Transform + pos: -51.5,7.5 + parent: 2 - uid: 9813 components: - type: Transform @@ -103438,11 +105228,6 @@ entities: - type: Transform pos: 2.5,-18.5 parent: 2 - - uid: 10199 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - uid: 10316 components: - type: Transform @@ -103483,6 +105268,11 @@ entities: - type: Transform pos: 64.5,-59.5 parent: 2 + - uid: 10503 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 - uid: 10559 components: - type: Transform @@ -103558,11 +105348,6 @@ entities: - type: Transform pos: -16.5,-45.5 parent: 2 - - uid: 10626 - components: - - type: Transform - pos: -29.5,-14.5 - parent: 2 - uid: 10645 components: - type: Transform @@ -103588,10 +105373,10 @@ entities: - type: Transform pos: -59.5,-53.5 parent: 2 - - uid: 10686 + - uid: 10674 components: - type: Transform - pos: -38.5,6.5 + pos: -53.5,3.5 parent: 2 - uid: 10696 components: @@ -103628,21 +105413,11 @@ entities: - type: Transform pos: -54.5,-63.5 parent: 2 - - uid: 10764 - components: - - type: Transform - pos: -45.5,-3.5 - parent: 2 - uid: 10765 components: - type: Transform pos: -48.5,-8.5 parent: 2 - - uid: 10779 - components: - - type: Transform - pos: -49.5,6.5 - parent: 2 - uid: 10786 components: - type: Transform @@ -103658,6 +105433,11 @@ entities: - type: Transform pos: 64.5,-60.5 parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -50.5,7.5 + parent: 2 - uid: 10811 components: - type: Transform @@ -103796,23 +105576,23 @@ entities: - uid: 11061 components: - type: Transform - pos: -27.5,-12.5 + pos: -53.5,4.5 + parent: 2 + - uid: 11075 + components: + - type: Transform + pos: -52.5,7.5 parent: 2 - uid: 11110 components: - type: Transform - pos: -37.5,2.5 + pos: -49.5,-3.5 parent: 2 - uid: 11113 components: - type: Transform pos: 84.5,-36.5 parent: 2 - - uid: 11146 - components: - - type: Transform - pos: -37.5,3.5 - parent: 2 - uid: 11168 components: - type: Transform @@ -103833,11 +105613,6 @@ entities: - type: Transform pos: 91.5,-37.5 parent: 2 - - uid: 11214 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 2 - uid: 11254 components: - type: Transform @@ -103923,6 +105698,11 @@ entities: - type: Transform pos: 27.5,-59.5 parent: 2 + - uid: 11806 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 - uid: 11822 components: - type: Transform @@ -103953,11 +105733,6 @@ entities: - type: Transform pos: 81.5,-44.5 parent: 2 - - uid: 11895 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - uid: 11899 components: - type: Transform @@ -103973,11 +105748,6 @@ entities: - type: Transform pos: 5.5,-9.5 parent: 2 - - uid: 12006 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - uid: 12044 components: - type: Transform @@ -104008,11 +105778,6 @@ entities: - type: Transform pos: -36.5,-37.5 parent: 2 - - uid: 12150 - components: - - type: Transform - pos: -41.5,-1.5 - parent: 2 - uid: 12223 components: - type: Transform @@ -104138,11 +105903,6 @@ entities: - type: Transform pos: -42.5,-19.5 parent: 2 - - uid: 12599 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - uid: 12651 components: - type: Transform @@ -104193,11 +105953,6 @@ entities: - type: Transform pos: -5.5,-68.5 parent: 2 - - uid: 12851 - components: - - type: Transform - pos: -43.5,7.5 - parent: 2 - uid: 12885 components: - type: Transform @@ -104288,11 +106043,6 @@ entities: - type: Transform pos: 75.5,-3.5 parent: 2 - - uid: 13088 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 2 - uid: 13103 components: - type: Transform @@ -104588,11 +106338,6 @@ entities: - type: Transform pos: -41.5,32.5 parent: 2 - - uid: 14265 - components: - - type: Transform - pos: -47.5,6.5 - parent: 2 - uid: 14299 components: - type: Transform @@ -105133,6 +106878,11 @@ entities: - type: Transform pos: 75.5,6.5 parent: 2 + - uid: 16252 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 - uid: 16328 components: - type: Transform @@ -105178,11 +106928,6 @@ entities: - type: Transform pos: 75.5,-78.5 parent: 2 - - uid: 16684 - components: - - type: Transform - pos: -39.5,6.5 - parent: 2 - uid: 16690 components: - type: Transform @@ -105223,11 +106968,6 @@ entities: - type: Transform pos: -9.5,15.5 parent: 2 - - uid: 16883 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - uid: 16896 components: - type: Transform @@ -105328,31 +107068,26 @@ entities: - type: Transform pos: 59.5,11.5 parent: 2 + - uid: 17061 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 - uid: 17063 components: - type: Transform pos: 76.5,-2.5 parent: 2 - - uid: 17089 - components: - - type: Transform - pos: -41.5,-0.5 - parent: 2 - - uid: 17095 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 17096 - components: - - type: Transform - pos: -42.5,3.5 - parent: 2 - uid: 17111 components: - type: Transform pos: 66.5,11.5 parent: 2 + - uid: 17131 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 - uid: 17135 components: - type: Transform @@ -105383,11 +107118,6 @@ entities: - type: Transform pos: 72.5,-80.5 parent: 2 - - uid: 17273 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - uid: 17276 components: - type: Transform @@ -105398,16 +107128,6 @@ entities: - type: Transform pos: 86.5,-13.5 parent: 2 - - uid: 17282 - components: - - type: Transform - pos: -45.5,6.5 - parent: 2 - - uid: 17286 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - uid: 17288 components: - type: Transform @@ -105538,16 +107258,6 @@ entities: - type: Transform pos: -27.5,37.5 parent: 2 - - uid: 17866 - components: - - type: Transform - pos: -38.5,-6.5 - parent: 2 - - uid: 17869 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - uid: 17889 components: - type: Transform @@ -105613,11 +107323,6 @@ entities: - type: Transform pos: -57.5,-3.5 parent: 2 - - uid: 17905 - components: - - type: Transform - pos: -49.5,5.5 - parent: 2 - uid: 17914 components: - type: Transform @@ -105676,12 +107381,7 @@ entities: - uid: 17950 components: - type: Transform - pos: -50.5,7.5 - parent: 2 - - uid: 17952 - components: - - type: Transform - pos: -66.5,-21.5 + pos: -44.5,8.5 parent: 2 - uid: 17954 components: @@ -105883,11 +107583,6 @@ entities: - type: Transform pos: -53.5,33.5 parent: 2 - - uid: 18254 - components: - - type: Transform - pos: -35.5,-6.5 - parent: 2 - uid: 18255 components: - type: Transform @@ -105906,7 +107601,7 @@ entities: - uid: 18259 components: - type: Transform - pos: -76.5,-14.5 + pos: -43.5,33.5 parent: 2 - uid: 18263 components: @@ -106188,21 +107883,11 @@ entities: - type: Transform pos: 65.5,10.5 parent: 2 - - uid: 18344 - components: - - type: Transform - pos: -39.5,-6.5 - parent: 2 - uid: 18345 components: - type: Transform pos: -61.5,12.5 parent: 2 - - uid: 18346 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - uid: 18349 components: - type: Transform @@ -106528,11 +108213,6 @@ entities: - type: Transform pos: -60.5,0.5 parent: 2 - - uid: 18828 - components: - - type: Transform - pos: -67.5,-3.5 - parent: 2 - uid: 18830 components: - type: Transform @@ -106553,6 +108233,11 @@ entities: - type: Transform pos: 54.5,-45.5 parent: 2 + - uid: 18864 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 - uid: 18899 components: - type: Transform @@ -106738,6 +108423,11 @@ entities: - type: Transform pos: -5.5,-78.5 parent: 2 + - uid: 19290 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 - uid: 19544 components: - type: Transform @@ -107218,10 +108908,10 @@ entities: - type: Transform pos: -3.5,-59.5 parent: 2 - - uid: 20236 + - uid: 20229 components: - type: Transform - pos: -34.5,1.5 + pos: -30.5,-14.5 parent: 2 - uid: 20237 components: @@ -107233,136 +108923,76 @@ entities: - type: Transform pos: -36.5,19.5 parent: 2 + - uid: 20419 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 + - uid: 20432 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 20445 + components: + - type: Transform + pos: -47.5,8.5 + parent: 2 + - uid: 20453 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 20459 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 20468 + components: + - type: Transform + pos: -35.5,-3.5 + parent: 2 + - uid: 20469 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 - uid: 20484 components: - type: Transform pos: -25.5,-57.5 parent: 2 - - uid: 20504 + - uid: 20551 components: - type: Transform - pos: -44.5,4.5 + pos: -47.5,-5.5 parent: 2 - - uid: 20505 + - uid: 20567 components: - type: Transform - pos: -44.5,3.5 + pos: -26.5,-8.5 parent: 2 - - uid: 20506 + - uid: 20576 components: - type: Transform - pos: -44.5,2.5 + pos: -45.5,-4.5 parent: 2 - - uid: 20507 + - uid: 20585 components: - type: Transform - pos: -44.5,1.5 - parent: 2 - - uid: 20509 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - uid: 20510 - components: - - type: Transform - pos: -44.5,-1.5 - parent: 2 - - uid: 20511 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - - uid: 20512 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - uid: 20515 - components: - - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 20516 - components: - - type: Transform - pos: -40.5,7.5 - parent: 2 - - uid: 20517 - components: - - type: Transform - pos: -41.5,7.5 - parent: 2 - - uid: 20519 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - - uid: 20520 - components: - - type: Transform - pos: -44.5,-5.5 - parent: 2 - - uid: 20521 - components: - - type: Transform - pos: -44.5,-6.5 - parent: 2 - - uid: 20522 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 20526 - components: - - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 20527 - components: - - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 20528 - components: - - type: Transform - pos: -39.5,-8.5 - parent: 2 - - uid: 20529 - components: - - type: Transform - pos: -38.5,-8.5 - parent: 2 - - uid: 20530 - components: - - type: Transform - pos: -37.5,-8.5 - parent: 2 - - uid: 20553 - components: - - type: Transform - pos: -44.5,-7.5 - parent: 2 - - uid: 20589 - components: - - type: Transform - pos: -44.5,-8.5 + pos: -21.5,-8.5 parent: 2 - uid: 20591 + components: + - type: Transform + pos: -45.5,-5.5 + parent: 2 + - uid: 20611 components: - type: Transform pos: -45.5,-7.5 parent: 2 - - uid: 20592 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 20593 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - uid: 20664 components: - type: Transform @@ -107393,6 +109023,11 @@ entities: - type: Transform pos: 97.5,-23.5 parent: 2 + - uid: 20781 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 - uid: 20818 components: - type: Transform @@ -107858,6 +109493,11 @@ entities: - type: Transform pos: -49.5,-15.5 parent: 2 + - uid: 21794 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 - uid: 21811 components: - type: Transform @@ -107873,11 +109513,6 @@ entities: - type: Transform pos: 36.5,21.5 parent: 2 - - uid: 21890 - components: - - type: Transform - pos: -34.5,0.5 - parent: 2 - uid: 21895 components: - type: Transform @@ -107973,6 +109608,16 @@ entities: - type: Transform pos: 14.5,17.5 parent: 2 + - uid: 22725 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 + - uid: 22728 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 - uid: 22834 components: - type: Transform @@ -108003,16 +109648,6 @@ entities: - type: Transform pos: -5.5,-30.5 parent: 2 - - uid: 23329 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 2 - - uid: 23334 - components: - - type: Transform - pos: -35.5,6.5 - parent: 2 - uid: 23669 components: - type: Transform @@ -108028,6 +109663,21 @@ entities: - type: Transform pos: 46.5,26.5 parent: 2 + - uid: 23935 + components: + - type: Transform + pos: -41.5,33.5 + parent: 2 + - uid: 23937 + components: + - type: Transform + pos: -41.5,31.5 + parent: 2 + - uid: 23943 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 - proto: GrilleBroken entities: - uid: 1127 @@ -108047,12 +109697,6 @@ entities: rot: -1.5707963267948966 rad pos: -59.5,-47.5 parent: 2 - - uid: 1279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-8.5 - parent: 2 - uid: 1460 components: - type: Transform @@ -108082,6 +109726,12 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-67.5 parent: 2 + - uid: 3184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-3.5 + parent: 2 - uid: 3418 components: - type: Transform @@ -108332,6 +109982,12 @@ entities: - type: Transform pos: 77.5,-70.5 parent: 2 + - uid: 11214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,5.5 + parent: 2 - uid: 12330 components: - type: Transform @@ -108343,11 +109999,11 @@ entities: - type: Transform pos: 58.5,-77.5 parent: 2 - - uid: 13799 + - uid: 13890 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,7.5 + pos: -52.5,6.5 parent: 2 - uid: 14726 components: @@ -108440,12 +110096,6 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,-8.5 parent: 2 - - uid: 17685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-4.5 - parent: 2 - uid: 17716 components: - type: Transform @@ -108492,12 +110142,6 @@ entities: - type: Transform pos: -56.5,32.5 parent: 2 - - uid: 18228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,6.5 - parent: 2 - uid: 18229 components: - type: Transform @@ -108830,29 +110474,6 @@ entities: - type: Transform pos: 77.5,-54.5 parent: 2 - - uid: 20594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,1.5 - parent: 2 - - uid: 20595 - components: - - type: Transform - pos: -44.5,7.5 - parent: 2 - - uid: 20597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-6.5 - parent: 2 - - uid: 20598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-7.5 - parent: 2 - uid: 20601 components: - type: Transform @@ -109208,6 +110829,11 @@ entities: - type: Transform pos: -62.5,-40.5 parent: 2 + - uid: 10686 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 - uid: 10739 components: - type: Transform @@ -109218,11 +110844,26 @@ entities: - type: Transform pos: 92.5,-28.5 parent: 2 + - uid: 12006 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 - uid: 12222 components: - type: Transform pos: 39.5,-77.5 parent: 2 + - uid: 12894 + components: + - type: Transform + pos: -66.5,-21.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + pos: -76.5,-14.5 + parent: 2 - uid: 14918 components: - type: Transform @@ -109248,6 +110889,11 @@ entities: - type: Transform pos: -60.5,6.5 parent: 2 + - uid: 17296 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 - uid: 17305 components: - type: Transform @@ -109513,6 +111159,16 @@ entities: - type: Transform pos: -12.5,-86.5 parent: 2 + - uid: 23938 + components: + - type: Transform + pos: -42.5,33.5 + parent: 2 + - uid: 23939 + components: + - type: Transform + pos: -42.5,31.5 + parent: 2 - proto: GunSafeDisabler entities: - uid: 2207 @@ -109717,10 +111373,10 @@ entities: parent: 2 - proto: HarmonicaInstrument entities: - - uid: 11574 + - uid: 20257 components: - type: Transform - pos: -38.40796,-5.4799523 + pos: -41.42886,0.6378641 parent: 2 - proto: HeatExchanger entities: @@ -110128,13 +111784,6 @@ entities: - type: Transform pos: -25.5,4.5 parent: 2 -- proto: HolopadSecurityBrig - entities: - - uid: 17615 - components: - - type: Transform - pos: -25.5,-9.5 - parent: 2 - proto: HolopadSecurityBrigMed entities: - uid: 20816 @@ -110165,10 +111814,10 @@ entities: parent: 2 - proto: HolopadSecurityPerma entities: - - uid: 13014 + - uid: 23929 components: - type: Transform - pos: -39.5,-4.5 + pos: -38.5,-8.5 parent: 2 - proto: HolopadSecurityWarden entities: @@ -110242,16 +111891,15 @@ entities: parent: 2 - proto: HospitalCurtainsOpen entities: - - uid: 6395 + - uid: 3027 components: - type: Transform - pos: -41.5,-5.5 + pos: -49.5,2.5 parent: 2 - - uid: 11015 + - uid: 5436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-8.5 + pos: -49.5,4.5 parent: 2 - uid: 12844 components: @@ -110292,11 +111940,6 @@ entities: rot: 1.5707963267948966 rad pos: 90.5,-22.5 parent: 2 - - uid: 20125 - components: - - type: Transform - pos: -41.5,-3.5 - parent: 2 - proto: hydroponicsSoil entities: - uid: 237 @@ -110351,17 +111994,17 @@ entities: - type: Transform pos: 7.500762,-57.955555 parent: 2 + - uid: 13137 + components: + - type: Transform + parent: 13091 + - type: Physics + canCollide: False - uid: 17266 components: - type: Transform pos: 48.508583,-60.011787 parent: 2 - - uid: 20615 - components: - - type: Transform - parent: 17443 - - type: Physics - canCollide: False - proto: HydroponicsToolHatchet entities: - uid: 3434 @@ -110376,12 +112019,6 @@ entities: parent: 2 - proto: HydroponicsToolMiniHoe entities: - - uid: 699 - components: - - type: Transform - parent: 17443 - - type: Physics - canCollide: False - uid: 3433 components: - type: Transform @@ -110392,6 +112029,12 @@ entities: - type: Transform pos: 7.455774,-57.62218 parent: 2 + - uid: 13276 + components: + - type: Transform + parent: 13091 + - type: Physics + canCollide: False - uid: 17265 components: - type: Transform @@ -110411,17 +112054,17 @@ entities: parent: 2 - proto: HydroponicsToolSpade entities: - - uid: 698 - components: - - type: Transform - parent: 17443 - - type: Physics - canCollide: False - uid: 3430 components: - type: Transform pos: -18.8175,-39.314594 parent: 2 + - uid: 13343 + components: + - type: Transform + parent: 13091 + - type: Physics + canCollide: False - uid: 15746 components: - type: Transform @@ -110434,10 +112077,11 @@ entities: parent: 2 - proto: hydroponicsTray entities: - - uid: 288 + - uid: 491 components: - type: Transform - pos: -38.5,5.5 + rot: -1.5707963267948966 rad + pos: -43.5,-8.5 parent: 2 - uid: 715 components: @@ -110451,11 +112095,6 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-37.5 parent: 2 - - uid: 2804 - components: - - type: Transform - pos: -41.5,3.5 - parent: 2 - uid: 3292 components: - type: Transform @@ -110528,11 +112167,6 @@ entities: - type: Transform pos: 45.5,-62.5 parent: 2 - - uid: 11617 - components: - - type: Transform - pos: -39.5,5.5 - parent: 2 - uid: 11877 components: - type: Transform @@ -110543,15 +112177,17 @@ entities: - type: Transform pos: 44.5,-62.5 parent: 2 - - uid: 12354 + - uid: 12992 components: - type: Transform - pos: -41.5,2.5 + rot: -1.5707963267948966 rad + pos: -44.5,-5.5 parent: 2 - - uid: 16033 + - uid: 14414 components: - type: Transform - pos: -41.5,1.5 + rot: -1.5707963267948966 rad + pos: -44.5,-7.5 parent: 2 - uid: 17161 components: @@ -110563,6 +112199,18 @@ entities: - type: Transform pos: 47.5,-62.5 parent: 2 + - uid: 20424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-6.5 + parent: 2 + - uid: 20430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-4.5 + parent: 2 - proto: IDComputerCircuitboard entities: - uid: 9345 @@ -110617,11 +112265,11 @@ entities: parent: 2 - proto: IntercomCommon entities: - - uid: 1176 + - uid: 10537 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-4.5 + pos: -42.5,0.5 parent: 2 - proto: IntercomElectronics entities: @@ -110784,18 +112432,23 @@ entities: - type: Transform pos: -6.5,-30.5 parent: 2 - - uid: 16786 - components: - - type: Transform - pos: -35.5,-2.5 - parent: 2 - uid: 18794 components: - type: Transform pos: 44.5,-75.5 parent: 2 + - uid: 20571 + components: + - type: Transform + pos: -36.5,-1.5 + parent: 2 - proto: KitchenReagentGrinder entities: + - uid: 150 + components: + - type: Transform + pos: -41.5,-3.5 + parent: 2 - uid: 2586 components: - type: Transform @@ -110816,11 +112469,6 @@ entities: - type: Transform pos: 21.5,-6.5 parent: 2 - - uid: 13366 - components: - - type: Transform - pos: -38.5,3.5 - parent: 2 - proto: KitchenSpike entities: - uid: 3236 @@ -110830,20 +112478,20 @@ entities: parent: 2 - proto: KnifePlastic entities: + - uid: 698 + components: + - type: Transform + pos: -36.48029,-2.0989318 + parent: 2 - uid: 5739 components: - type: Transform pos: -26.93114,-48.32984 parent: 2 - - uid: 23346 + - uid: 17282 components: - type: Transform - pos: -36.758842,-2.4227333 - parent: 2 - - uid: 23347 - components: - - type: Transform - pos: -36.592094,-2.5061245 + pos: -36.41776,-2.182323 parent: 2 - proto: KoboldCubeWrapped entities: @@ -111181,9 +112829,6 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 11182: - - - Pressed - - Toggle 2359: - - Pressed - Toggle @@ -111199,16 +112844,10 @@ entities: 16028: - - Pressed - DoorBolt - 13642: + 23932: - - Pressed - Toggle - 11943: - - - Pressed - - Toggle - 12990: - - - Pressed - - Toggle - 2744: + 23931: - - Pressed - Toggle - proto: LockableButtonAtmospherics @@ -111915,32 +113554,20 @@ entities: 710: - - Pressed - Toggle - - uid: 6146 + - uid: 18828 components: - type: MetaData - name: Aft Shutters + name: Shutters - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-12.5 + rot: 1.5707963267948966 rad + pos: -27.5,-5.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 22618: + 23946: - - Pressed - Toggle - 22619: - - - Pressed - - Toggle - 22620: - - - Pressed - - Toggle - 22617: - - - Pressed - - Toggle - 22616: - - - Pressed - - Toggle - 22614: + 23922: - - Pressed - Toggle - uid: 22713 @@ -111984,23 +113611,23 @@ entities: 22719: - - Pressed - Toggle - - uid: 22728 + - uid: 23930 components: - type: MetaData - name: Shutters + name: Perma Visitation Shutters - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-2.5 + rot: 3.141592653589793 rad + pos: -22.5,-5.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2500: + 18938: - - Pressed - Toggle - 22725: + 476: - - Pressed - Toggle - 22724: + 18561: - - Pressed - Toggle - proto: LockableButtonTheatre @@ -112169,56 +113796,6 @@ entities: - type: Transform pos: -27.5,11.5 parent: 2 - - uid: 9103 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 10025 - components: - - type: Transform - pos: -26.5,-11.5 - parent: 2 - - uid: 10144 - components: - - type: Transform - pos: -29.5,-3.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: Pullable - prevFixedRotation: True - - uid: 10145 - components: - - type: Transform - pos: -28.5,-3.5 - parent: 2 - - uid: 10219 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 2 - - uid: 11591 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - proto: LockerFreezer entities: - uid: 7085 @@ -112226,48 +113803,6 @@ entities: - type: Transform pos: 1.5,-31.5 parent: 2 -- proto: LockerFreezerBase - entities: - - uid: 398 - components: - - type: Transform - pos: -37.5,-2.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 20229 - - 12499 - - 12477 - - 12256 - - 12124 - - 12019 - - 12992 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: LockerFreezerVaultFilled entities: - uid: 2772 @@ -112352,6 +113887,62 @@ entities: - type: Transform pos: -31.5,-22.5 parent: 2 +- proto: LockerPrisoner + entities: + - uid: 21180 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 +- proto: LockerPrisoner2 + entities: + - uid: 14486 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 +- proto: LockerPrisoner3 + entities: + - uid: 20426 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 2 +- proto: LockerPrisoner4 + entities: + - uid: 20460 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 +- proto: LockerPrisoner5 + entities: + - uid: 20771 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 +- proto: LockerPrisoner6 + entities: + - uid: 20546 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 +- proto: LockerPrisoner7 + entities: + - uid: 20596 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 +- proto: LockerPrisoner8 + entities: + - uid: 11473 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 - proto: LockerQuarterMasterFilled entities: - uid: 5385 @@ -112442,44 +114033,11 @@ entities: parent: 2 - proto: LockerWardenFilledHardsuit entities: - - uid: 14645 + - uid: 677 components: - type: Transform - anchored: True - pos: -22.5,-5.5 + pos: -19.5,-6.5 parent: 2 - - type: Physics - bodyType: Static - - 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: - - 16029 - - 15168 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: LockerWeldingSuppliesFilled entities: - uid: 951 @@ -113301,11 +114859,6 @@ entities: - type: Transform pos: 44.5,-44.5 parent: 2 - - uid: 3214 - components: - - type: Transform - pos: -19.5,-13.5 - parent: 2 - uid: 8672 components: - type: Transform @@ -113356,6 +114909,11 @@ entities: - type: Transform pos: 76.5,-40.5 parent: 2 + - uid: 20583 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 - uid: 22858 components: - type: Transform @@ -113552,11 +115110,6 @@ entities: - type: Transform pos: 56.5,-39.5 parent: 2 - - uid: 6644 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - uid: 7296 components: - type: Transform @@ -113582,11 +115135,6 @@ entities: - type: Transform pos: 42.5,-0.5 parent: 2 - - uid: 10240 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - uid: 10482 components: - type: Transform @@ -113913,6 +115461,11 @@ entities: - type: Transform pos: 34.5,26.5 parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 - uid: 3267 components: - type: Transform @@ -114030,11 +115583,6 @@ entities: - type: Transform pos: 59.5,-77.5 parent: 2 - - uid: 21117 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - proto: Matchbox entities: - uid: 18987 @@ -114921,13 +116469,6 @@ entities: - type: Transform pos: -33.531563,22.608828 parent: 2 -- proto: PackPaperRollingFilters - entities: - - uid: 12067 - components: - - type: Transform - pos: -42.39146,-3.5266213 - parent: 2 - proto: PaintingSkeletonBoof entities: - uid: 8008 @@ -115118,6 +116659,11 @@ entities: - type: Transform pos: -23.5,-18.5 parent: 2 + - uid: 19247 + components: + - type: Transform + pos: -41.5,5.5 + parent: 2 - proto: PaperBin20 entities: - uid: 1228 @@ -115146,11 +116692,6 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,-41.5 parent: 2 - - uid: 15838 - components: - - type: Transform - pos: -40.5,-2.5 - parent: 2 - uid: 23345 components: - type: Transform @@ -115359,15 +116900,10 @@ entities: - type: Transform pos: -49.959827,-43.384743 parent: 2 - - uid: 16885 + - uid: 21117 components: - type: Transform - pos: -40.256874,-2.4404426 - parent: 2 - - uid: 18864 - components: - - type: Transform - pos: 17.558317,12.469315 + pos: -41.23758,5.588052 parent: 2 - uid: 21266 components: @@ -115509,11 +117045,6 @@ entities: parent: 2 - proto: PlantBGoneSpray entities: - - uid: 433 - components: - - type: Transform - pos: -38.611908,2.8616052 - parent: 2 - uid: 3458 components: - type: Transform @@ -115524,6 +117055,11 @@ entities: - type: Transform pos: 45.729847,-60.59313 parent: 2 + - uid: 20491 + components: + - type: Transform + pos: -41.432434,-6.246771 + parent: 2 - proto: PlaqueAtmos entities: - uid: 10732 @@ -116155,11 +117691,6 @@ entities: - type: Transform pos: 44.5,-72.5 parent: 2 - - uid: 20618 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 2 - uid: 21078 components: - type: Transform @@ -116389,17 +117920,22 @@ entities: - type: Transform pos: -18.5,20.5 parent: 2 + - uid: 829 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 - uid: 973 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,13.5 parent: 2 - - uid: 1088 + - uid: 1279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-14.5 + rot: -1.5707963267948966 rad + pos: -32.5,-18.5 parent: 2 - uid: 1764 components: @@ -116412,6 +117948,12 @@ entities: - type: Transform pos: -42.5,-48.5 parent: 2 + - uid: 2394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,12.5 + parent: 2 - uid: 3010 components: - type: Transform @@ -116505,18 +118047,6 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,-55.5 parent: 2 - - uid: 10108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-14.5 - parent: 2 - - uid: 10421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,2.5 - parent: 2 - uid: 11123 components: - type: Transform @@ -116541,6 +118071,12 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-52.5 parent: 2 + - uid: 12150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-14.5 + parent: 2 - uid: 13016 components: - type: Transform @@ -116603,12 +118139,6 @@ entities: rot: 3.141592653589793 rad pos: 33.5,24.5 parent: 2 - - uid: 23010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-8.5 - parent: 2 - uid: 23672 components: - type: Transform @@ -116627,17 +118157,28 @@ entities: - type: Transform pos: -21.5,6.5 parent: 2 + - uid: 215 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-10.5 + parent: 2 - uid: 292 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-45.5 parent: 2 - - uid: 714 + - uid: 672 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,4.5 + pos: -36.5,-2.5 parent: 2 - uid: 1026 components: @@ -116656,11 +118197,28 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-74.5 parent: 2 - - uid: 1804 + - uid: 1664 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,-5.5 + pos: -23.5,-7.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,1.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-6.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -27.5,-9.5 parent: 2 - uid: 1808 components: @@ -116685,18 +118243,17 @@ entities: - type: Transform pos: 14.5,12.5 parent: 2 + - uid: 2302 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 - uid: 2588 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-59.5 parent: 2 - - uid: 2595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-1.5 - parent: 2 - uid: 3604 components: - type: Transform @@ -116869,6 +118426,11 @@ entities: rot: 3.141592653589793 rad pos: -21.5,2.5 parent: 2 + - uid: 8298 + components: + - type: Transform + pos: -42.5,-3.5 + parent: 2 - uid: 8420 components: - type: Transform @@ -116881,17 +118443,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,3.5 parent: 2 - - uid: 8488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-6.5 - parent: 2 - - uid: 8491 - components: - - type: Transform - pos: -29.5,-3.5 - parent: 2 - uid: 8497 components: - type: Transform @@ -116904,12 +118455,6 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,12.5 parent: 2 - - uid: 9138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-5.5 - parent: 2 - uid: 9439 components: - type: Transform @@ -116934,18 +118479,34 @@ entities: rot: 3.141592653589793 rad pos: 26.5,-0.5 parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 - uid: 10581 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-44.5 parent: 2 + - uid: 10653 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 - uid: 10749 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-13.5 parent: 2 + - uid: 10857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-2.5 + parent: 2 - uid: 10942 components: - type: Transform @@ -117252,6 +118813,12 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-6.5 parent: 2 + - uid: 15315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-9.5 + parent: 2 - uid: 15667 components: - type: Transform @@ -117269,6 +118836,12 @@ entities: - type: Transform pos: 19.5,15.5 parent: 2 + - uid: 16249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-7.5 + parent: 2 - uid: 16478 components: - type: Transform @@ -117315,6 +118888,12 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-11.5 parent: 2 + - uid: 16726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-5.5 + parent: 2 - uid: 16935 components: - type: Transform @@ -117327,6 +118906,12 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,14.5 parent: 2 + - uid: 17443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-1.5 + parent: 2 - uid: 17486 components: - type: Transform @@ -117667,12 +119252,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,-59.5 parent: 2 - - uid: 22612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-6.5 - parent: 2 - uid: 22649 components: - type: Transform @@ -118089,12 +119668,6 @@ entities: rot: 3.141592653589793 rad pos: -64.5,-5.5 parent: 2 - - uid: 21274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-11.5 - parent: 2 - uid: 21275 components: - type: Transform @@ -118126,18 +119699,18 @@ entities: parent: 2 - proto: PoweredSmallLight entities: + - uid: 223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,3.5 + parent: 2 - uid: 233 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,2.5 parent: 2 - - uid: 391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-3.5 - parent: 2 - uid: 528 components: - type: Transform @@ -118150,6 +119723,23 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 2 + - uid: 833 + components: + - type: Transform + pos: -50.5,3.5 + parent: 2 + - uid: 834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-0.5 + parent: 2 + - uid: 962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,6.5 + parent: 2 - uid: 2205 components: - type: Transform @@ -118162,12 +119752,6 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-15.5 parent: 2 - - uid: 2826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-2.5 - parent: 2 - uid: 2944 components: - type: Transform @@ -118302,17 +119886,6 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-14.5 parent: 2 - - uid: 7999 - components: - - type: Transform - pos: -21.5,-10.5 - parent: 2 - - uid: 8000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-8.5 - parent: 2 - uid: 8299 components: - type: Transform @@ -118400,12 +119973,6 @@ entities: rot: 3.141592653589793 rad pos: -46.5,-57.5 parent: 2 - - uid: 11473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-7.5 - parent: 2 - uid: 11545 components: - type: Transform @@ -118447,6 +120014,18 @@ entities: - type: Transform pos: 24.5,8.5 parent: 2 + - uid: 11724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,1.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,6.5 + parent: 2 - uid: 11863 components: - type: Transform @@ -118483,21 +120062,28 @@ entities: - type: Transform pos: -13.5,-40.5 parent: 2 + - uid: 12354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,0.5 + parent: 2 - uid: 12672 components: - type: Transform pos: 5.5,-6.5 parent: 2 + - uid: 12694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,5.5 + parent: 2 - uid: 12716 components: - type: Transform pos: 12.5,-1.5 parent: 2 - - uid: 12881 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - uid: 13001 components: - type: Transform @@ -118510,11 +120096,6 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-44.5 parent: 2 - - uid: 13034 - components: - - type: Transform - pos: -28.5,-7.5 - parent: 2 - uid: 13042 components: - type: Transform @@ -118795,12 +120376,6 @@ entities: rot: 3.141592653589793 rad pos: -31.5,-80.5 parent: 2 - - uid: 22611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-11.5 - parent: 2 - uid: 22998 components: - type: Transform @@ -119071,6 +120646,11 @@ entities: - type: Transform pos: 13.5,-44.5 parent: 2 + - uid: 12132 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 - uid: 12194 components: - type: Transform @@ -119494,6 +121074,12 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-36.5 parent: 2 + - uid: 3558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-6.5 + parent: 2 - uid: 3715 components: - type: Transform @@ -119719,12 +121305,6 @@ entities: - type: Transform pos: 34.5,-53.5 parent: 2 - - uid: 9255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-2.5 - parent: 2 - uid: 9270 components: - type: Transform @@ -119814,11 +121394,6 @@ entities: - type: Transform pos: -39.5,-19.5 parent: 2 - - uid: 10674 - components: - - type: Transform - pos: -34.5,5.5 - parent: 2 - uid: 10988 components: - type: Transform @@ -119835,12 +121410,6 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,13.5 parent: 2 - - uid: 11224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-3.5 - parent: 2 - uid: 11493 components: - type: Transform @@ -119869,6 +121438,11 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-38.5 parent: 2 + - uid: 12154 + components: + - type: Transform + pos: -34.5,0.5 + parent: 2 - uid: 12238 components: - type: Transform @@ -119899,6 +121473,11 @@ entities: - type: Transform pos: 2.5,-93.5 parent: 2 + - uid: 12936 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 - uid: 12949 components: - type: Transform @@ -120213,11 +121792,6 @@ entities: rot: 1.5707963267948966 rad pos: 25.5,-49.5 parent: 2 - - uid: 23328 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - uid: 23497 components: - type: Transform @@ -121137,25 +122711,10 @@ entities: - type: Transform pos: 55.5,-40.5 parent: 2 - - uid: 2731 + - uid: 10216 components: - type: Transform - pos: -36.5,-8.5 - parent: 2 - - uid: 2732 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - uid: 20554 - components: - - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 20698 - components: - - type: Transform - pos: -44.5,0.5 + pos: -53.5,2.5 parent: 2 - proto: RandomCableHVSpawner entities: @@ -121224,11 +122783,6 @@ entities: - type: Transform pos: -38.5,23.5 parent: 2 - - uid: 18225 - components: - - type: Transform - pos: -48.5,11.5 - parent: 2 - uid: 18721 components: - type: Transform @@ -121408,6 +122962,11 @@ entities: - type: Transform pos: 49.5,11.5 parent: 2 + - uid: 12051 + components: + - type: Transform + pos: -46.5,7.5 + parent: 2 - uid: 13721 components: - type: Transform @@ -121530,11 +123089,6 @@ entities: - type: Transform pos: -7.506213,-32.40464 parent: 2 - - uid: 23350 - components: - - type: Transform - pos: -36.508717,-2.3914618 - parent: 2 - proto: RandomInstruments entities: - uid: 357 @@ -121671,6 +123225,11 @@ entities: - type: Transform pos: 24.5,9.5 parent: 2 + - uid: 7057 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 - uid: 7975 components: - type: Transform @@ -121686,11 +123245,6 @@ entities: - type: Transform pos: -50.5,-53.5 parent: 2 - - uid: 10503 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 2 - uid: 10512 components: - type: Transform @@ -121961,6 +123515,31 @@ entities: - type: Transform pos: 21.5,11.5 parent: 2 + - uid: 23918 + components: + - type: Transform + pos: -42.5,5.5 + parent: 2 + - uid: 23919 + components: + - type: Transform + pos: -35.5,1.5 + parent: 2 + - uid: 23920 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 + - uid: 23923 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - uid: 23926 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 - proto: RandomPosterContraband entities: - uid: 104 @@ -121978,11 +123557,6 @@ entities: - type: Transform pos: 19.5,-51.5 parent: 2 - - uid: 10490 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - uid: 10662 components: - type: Transform @@ -122013,25 +123587,15 @@ entities: - type: Transform pos: 46.5,-7.5 parent: 2 - - uid: 20608 + - uid: 20598 components: - type: Transform - pos: -42.5,-4.5 + pos: -45.5,0.5 parent: 2 - - uid: 20609 + - uid: 21274 components: - type: Transform - pos: -40.5,0.5 - parent: 2 - - uid: 20610 - components: - - type: Transform - pos: -37.5,-6.5 - parent: 2 - - uid: 20611 - components: - - type: Transform - pos: -40.5,5.5 + pos: -45.5,7.5 parent: 2 - uid: 22651 components: @@ -122053,8 +123617,33 @@ entities: - type: Transform pos: -44.5,-56.5 parent: 2 + - uid: 23921 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 + - uid: 23924 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 - proto: RandomPosterLegit entities: + - uid: 1540 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 - uid: 2859 components: - type: Transform @@ -122100,11 +123689,6 @@ entities: - type: Transform pos: -35.5,-44.5 parent: 2 - - uid: 5677 - components: - - type: Transform - pos: -18.5,-6.5 - parent: 2 - uid: 6019 components: - type: Transform @@ -122140,11 +123724,6 @@ entities: - type: Transform pos: -46.5,-35.5 parent: 2 - - uid: 10506 - components: - - type: Transform - pos: -31.5,-9.5 - parent: 2 - uid: 10508 components: - type: Transform @@ -122245,6 +123824,11 @@ entities: - type: Transform pos: 40.5,2.5 parent: 2 + - uid: 16263 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 - uid: 16974 components: - type: Transform @@ -122270,6 +123854,11 @@ entities: - type: Transform pos: 7.5,21.5 parent: 2 + - uid: 19129 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 - uid: 20227 components: - type: Transform @@ -122305,11 +123894,6 @@ entities: - type: Transform pos: -22.5,18.5 parent: 2 - - uid: 20607 - components: - - type: Transform - pos: -37.5,-1.5 - parent: 2 - uid: 21260 components: - type: Transform @@ -122450,6 +124034,11 @@ entities: - type: Transform pos: -23.5,6.5 parent: 2 + - uid: 23925 + components: + - type: Transform + pos: -35.5,-7.5 + parent: 2 - proto: RandomSmokables entities: - uid: 717 @@ -122517,11 +124106,6 @@ entities: - type: Transform pos: -12.260887,16.963942 parent: 2 - - uid: 22757 - components: - - type: Transform - pos: -37.774708,-5.23902 - parent: 2 - uid: 22758 components: - type: Transform @@ -122529,16 +124113,16 @@ entities: parent: 2 - proto: RandomSnacks entities: + - uid: 5878 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 - uid: 12935 components: - type: Transform pos: -59.5,-29.5 parent: 2 - - uid: 12936 - components: - - type: Transform - pos: -37.5,-5.5 - parent: 2 - proto: RandomSoap entities: - uid: 14422 @@ -122548,11 +124132,6 @@ entities: parent: 2 - proto: RandomSpawner entities: - - uid: 3221 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 2 - uid: 3227 components: - type: Transform @@ -122583,16 +124162,6 @@ entities: - type: Transform pos: 63.5,-57.5 parent: 2 - - uid: 7001 - components: - - type: Transform - pos: -40.5,-4.5 - parent: 2 - - uid: 7697 - components: - - type: Transform - pos: -40.5,3.5 - parent: 2 - uid: 8199 components: - type: Transform @@ -122628,21 +124197,11 @@ entities: - type: Transform pos: -32.5,-16.5 parent: 2 - - uid: 9520 - components: - - type: Transform - pos: -33.5,8.5 - parent: 2 - uid: 9537 components: - type: Transform pos: -29.5,18.5 parent: 2 - - uid: 9645 - components: - - type: Transform - pos: -36.5,-3.5 - parent: 2 - uid: 9999 components: - type: Transform @@ -122778,11 +124337,6 @@ entities: - type: Transform pos: -20.5,-16.5 parent: 2 - - uid: 10923 - components: - - type: Transform - pos: -18.5,-8.5 - parent: 2 - uid: 10972 components: - type: Transform @@ -122803,11 +124357,6 @@ entities: - type: Transform pos: -23.5,-47.5 parent: 2 - - uid: 15919 - components: - - type: Transform - pos: -21.5,-11.5 - parent: 2 - uid: 15987 components: - type: Transform @@ -123053,11 +124602,6 @@ entities: - type: Transform pos: 65.5,-65.5 parent: 2 - - uid: 20231 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - uid: 22475 components: - type: Transform @@ -123208,6 +124752,23 @@ entities: - type: Transform pos: -0.5,-97.5 parent: 2 + - uid: 23941 + components: + - type: Transform + pos: -39.5,-0.5 + parent: 2 + - uid: 23942 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 23940 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 2 - proto: RandomVending entities: - uid: 3388 @@ -123239,6 +124800,11 @@ entities: - type: Transform pos: 34.5,14.5 parent: 2 + - uid: 6184 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 - proto: RandomVendingSnacks entities: - uid: 2604 @@ -123279,13 +124845,6 @@ entities: - type: Transform pos: -4.4029903,-30.299797 parent: 2 - - uid: 12124 - components: - - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ReagentContainerFlour entities: - uid: 3256 @@ -123293,13 +124852,11 @@ entities: - type: Transform pos: -4.4759436,-30.393612 parent: 2 - - uid: 20229 + - uid: 20485 components: - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: -39.499985,-3.2793717 + parent: 2 - proto: ReagentContainerSugar entities: - uid: 3257 @@ -123307,13 +124864,11 @@ entities: - type: Transform pos: -4.6426926,-30.331068 parent: 2 - - uid: 12992 + - uid: 20489 components: - type: Transform - parent: 398 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: -39.708424,-3.362763 + parent: 2 - proto: Recycler entities: - uid: 18132 @@ -123687,11 +125242,6 @@ entities: - type: Transform pos: -4.5,9.5 parent: 2 - - uid: 85 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - uid: 91 components: - type: Transform @@ -123702,11 +125252,6 @@ entities: - type: Transform pos: -5.5,9.5 parent: 2 - - uid: 150 - components: - - type: Transform - pos: -22.5,-10.5 - parent: 2 - uid: 168 components: - type: Transform @@ -123727,21 +125272,6 @@ entities: - type: Transform pos: 38.5,26.5 parent: 2 - - uid: 211 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 215 - components: - - type: Transform - pos: -19.5,-10.5 - parent: 2 - - uid: 223 - components: - - type: Transform - pos: -42.5,3.5 - parent: 2 - uid: 244 components: - type: Transform @@ -123750,23 +125280,23 @@ entities: - uid: 247 components: - type: Transform - pos: -43.5,-5.5 + pos: -35.5,-3.5 parent: 2 - - uid: 258 + - uid: 251 components: - type: Transform - pos: -19.5,-7.5 + pos: -45.5,-7.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -27.5,-3.5 parent: 2 - uid: 280 components: - type: Transform pos: -27.5,-20.5 parent: 2 - - uid: 291 - components: - - type: Transform - pos: -19.5,-11.5 - parent: 2 - uid: 293 components: - type: Transform @@ -123777,11 +125307,6 @@ entities: - type: Transform pos: -31.5,-76.5 parent: 2 - - uid: 332 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 - uid: 367 components: - type: Transform @@ -123792,16 +125317,6 @@ entities: - type: Transform pos: 16.5,17.5 parent: 2 - - uid: 386 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 412 - components: - - type: Transform - pos: -37.5,1.5 - parent: 2 - uid: 435 components: - type: Transform @@ -123812,6 +125327,11 @@ entities: - type: Transform pos: 51.5,-14.5 parent: 2 + - uid: 499 + components: + - type: Transform + pos: -46.5,-1.5 + parent: 2 - uid: 515 components: - type: Transform @@ -123857,10 +125377,10 @@ entities: - type: Transform pos: 53.5,-50.5 parent: 2 - - uid: 679 + - uid: 695 components: - type: Transform - pos: -27.5,-5.5 + pos: -45.5,-4.5 parent: 2 - uid: 703 components: @@ -123957,6 +125477,11 @@ entities: - type: Transform pos: -4.5,23.5 parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 - uid: 1141 components: - type: Transform @@ -124077,11 +125602,6 @@ entities: - type: Transform pos: 41.5,-23.5 parent: 2 - - uid: 1527 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - uid: 1547 components: - type: Transform @@ -124137,11 +125657,6 @@ entities: - type: Transform pos: -29.5,-43.5 parent: 2 - - uid: 1664 - components: - - type: Transform - pos: -28.5,-14.5 - parent: 2 - uid: 1687 components: - type: Transform @@ -124197,10 +125712,10 @@ entities: - type: Transform pos: -21.5,-33.5 parent: 2 - - uid: 2041 + - uid: 2042 components: - type: Transform - pos: -23.5,-12.5 + pos: -45.5,-5.5 parent: 2 - uid: 2065 components: @@ -124247,6 +125762,11 @@ entities: - type: Transform pos: -22.5,30.5 parent: 2 + - uid: 2736 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 - uid: 2747 components: - type: Transform @@ -124282,6 +125802,11 @@ entities: - type: Transform pos: -30.5,-79.5 parent: 2 + - uid: 3029 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 - uid: 3051 components: - type: Transform @@ -124302,6 +125827,11 @@ entities: - type: Transform pos: 72.5,-67.5 parent: 2 + - uid: 3119 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 - uid: 3121 components: - type: Transform @@ -124327,6 +125857,11 @@ entities: - type: Transform pos: -17.5,31.5 parent: 2 + - uid: 3221 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 - uid: 3262 components: - type: Transform @@ -124377,6 +125912,11 @@ entities: - type: Transform pos: 40.5,-66.5 parent: 2 + - uid: 3705 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 - uid: 3725 components: - type: Transform @@ -124407,10 +125947,10 @@ entities: - type: Transform pos: 12.5,-75.5 parent: 2 - - uid: 3929 + - uid: 3940 components: - type: Transform - pos: -21.5,-9.5 + pos: -36.5,-9.5 parent: 2 - uid: 3959 components: @@ -124517,11 +126057,6 @@ entities: - type: Transform pos: -35.5,-76.5 parent: 2 - - uid: 4717 - components: - - type: Transform - pos: -34.5,0.5 - parent: 2 - uid: 4724 components: - type: Transform @@ -124692,10 +126227,10 @@ entities: - type: Transform pos: -31.5,-72.5 parent: 2 - - uid: 5333 + - uid: 5325 components: - type: Transform - pos: -34.5,-3.5 + pos: -26.5,-8.5 parent: 2 - uid: 5355 components: @@ -124797,6 +126332,11 @@ entities: - type: Transform pos: 32.5,-53.5 parent: 2 + - uid: 5689 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 2 - uid: 5692 components: - type: Transform @@ -124817,6 +126357,11 @@ entities: - type: Transform pos: -25.5,-46.5 parent: 2 + - uid: 5808 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 - uid: 5837 components: - type: Transform @@ -124947,6 +126492,11 @@ entities: - type: Transform pos: 0.5,-83.5 parent: 2 + - uid: 6475 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 - uid: 6485 components: - type: Transform @@ -124977,6 +126527,11 @@ entities: - type: Transform pos: -15.5,-57.5 parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -43.5,8.5 + parent: 2 - uid: 6519 components: - type: Transform @@ -124997,11 +126552,6 @@ entities: - type: Transform pos: -10.5,-60.5 parent: 2 - - uid: 6595 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 2 - uid: 6621 components: - type: Transform @@ -125220,7 +126770,7 @@ entities: - uid: 7694 components: - type: Transform - pos: -29.5,-14.5 + pos: -47.5,8.5 parent: 2 - uid: 7729 components: @@ -125232,6 +126782,11 @@ entities: - type: Transform pos: -14.5,-8.5 parent: 2 + - uid: 7750 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 - uid: 7828 components: - type: Transform @@ -125502,11 +127057,6 @@ entities: - type: Transform pos: -44.5,-26.5 parent: 2 - - uid: 9557 - components: - - type: Transform - pos: -28.5,-12.5 - parent: 2 - uid: 9567 components: - type: Transform @@ -125562,21 +127112,11 @@ entities: - type: Transform pos: 52.5,-13.5 parent: 2 - - uid: 10136 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 2 - uid: 10151 components: - type: Transform pos: -27.5,-17.5 parent: 2 - - uid: 10182 - components: - - type: Transform - pos: -39.5,6.5 - parent: 2 - uid: 10190 components: - type: Transform @@ -125592,11 +127132,6 @@ entities: - type: Transform pos: -24.5,-49.5 parent: 2 - - uid: 10413 - components: - - type: Transform - pos: -35.5,-6.5 - parent: 2 - uid: 10433 components: - type: Transform @@ -125607,11 +127142,6 @@ entities: - type: Transform pos: -35.5,-54.5 parent: 2 - - uid: 10452 - components: - - type: Transform - pos: -38.5,-6.5 - parent: 2 - uid: 10465 components: - type: Transform @@ -125677,26 +127207,11 @@ entities: - type: Transform pos: -25.5,-18.5 parent: 2 - - uid: 11052 - components: - - type: Transform - pos: -27.5,-12.5 - parent: 2 - - uid: 11075 - components: - - type: Transform - pos: -37.5,2.5 - parent: 2 - uid: 11077 components: - type: Transform pos: 34.5,3.5 parent: 2 - - uid: 11121 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - uid: 11128 components: - type: Transform @@ -125717,11 +127232,6 @@ entities: - type: Transform pos: 0.5,-82.5 parent: 2 - - uid: 11210 - components: - - type: Transform - pos: -34.5,1.5 - parent: 2 - uid: 11211 components: - type: Transform @@ -125782,11 +127292,6 @@ entities: - type: Transform pos: 52.5,-12.5 parent: 2 - - uid: 11654 - components: - - type: Transform - pos: -37.5,3.5 - parent: 2 - uid: 11676 components: - type: Transform @@ -125802,36 +127307,16 @@ entities: - type: Transform pos: 8.5,1.5 parent: 2 - - uid: 11782 - components: - - type: Transform - pos: -39.5,-6.5 - parent: 2 - uid: 11804 components: - type: Transform pos: -24.5,14.5 parent: 2 - - uid: 11933 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - uid: 12018 components: - type: Transform pos: 10.5,1.5 parent: 2 - - uid: 12024 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 2 - - uid: 12025 - components: - - type: Transform - pos: -21.5,-14.5 - parent: 2 - uid: 12027 components: - type: Transform @@ -125842,16 +127327,6 @@ entities: - type: Transform pos: -34.5,-34.5 parent: 2 - - uid: 12151 - components: - - type: Transform - pos: -42.5,1.5 - parent: 2 - - uid: 12154 - components: - - type: Transform - pos: -38.5,6.5 - parent: 2 - uid: 12186 components: - type: Transform @@ -125867,11 +127342,6 @@ entities: - type: Transform pos: -32.5,-22.5 parent: 2 - - uid: 12245 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - uid: 12281 components: - type: Transform @@ -125987,11 +127457,6 @@ entities: - type: Transform pos: -46.5,-27.5 parent: 2 - - uid: 12694 - components: - - type: Transform - pos: -41.5,-0.5 - parent: 2 - uid: 12703 components: - type: Transform @@ -126042,6 +127507,11 @@ entities: - type: Transform pos: 7.5,-75.5 parent: 2 + - uid: 12861 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 - uid: 12864 components: - type: Transform @@ -126077,11 +127547,6 @@ entities: - type: Transform pos: -59.5,-27.5 parent: 2 - - uid: 12880 - components: - - type: Transform - pos: -38.5,0.5 - parent: 2 - uid: 12884 components: - type: Transform @@ -126112,11 +127577,6 @@ entities: - type: Transform pos: 49.5,-53.5 parent: 2 - - uid: 13091 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - uid: 13116 components: - type: Transform @@ -126292,11 +127752,6 @@ entities: - type: Transform pos: 7.5,28.5 parent: 2 - - uid: 14498 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - uid: 14502 components: - type: Transform @@ -126337,11 +127792,6 @@ entities: - type: Transform pos: -64.5,-58.5 parent: 2 - - uid: 15372 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - uid: 15454 components: - type: Transform @@ -126352,16 +127802,6 @@ entities: - type: Transform pos: -5.5,-73.5 parent: 2 - - uid: 15675 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - - uid: 15679 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 2 - uid: 15780 components: - type: Transform @@ -126442,11 +127882,6 @@ entities: - type: Transform pos: 73.5,-39.5 parent: 2 - - uid: 16887 - components: - - type: Transform - pos: -41.5,-1.5 - parent: 2 - uid: 16909 components: - type: Transform @@ -126512,6 +127947,16 @@ entities: - type: Transform pos: 83.5,-14.5 parent: 2 + - uid: 17866 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 17920 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 - uid: 17946 components: - type: Transform @@ -126587,6 +128032,11 @@ entities: - type: Transform pos: 97.5,-36.5 parent: 2 + - uid: 18940 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 - uid: 19195 components: - type: Transform @@ -126617,6 +128067,11 @@ entities: - type: Transform pos: 7.5,-66.5 parent: 2 + - uid: 19282 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 - uid: 19361 components: - type: Transform @@ -126627,10 +128082,25 @@ entities: - type: Transform pos: 8.5,-71.5 parent: 2 - - uid: 20497 + - uid: 20417 components: - type: Transform - pos: -34.5,-2.5 + pos: -29.5,-14.5 + parent: 2 + - uid: 20458 + components: + - type: Transform + pos: -39.5,-10.5 + parent: 2 + - uid: 20474 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 + - uid: 20791 + components: + - type: Transform + pos: -20.5,-14.5 parent: 2 - uid: 21674 components: @@ -126747,16 +128217,6 @@ entities: - type: Transform pos: 28.5,-7.5 parent: 2 - - uid: 23333 - components: - - type: Transform - pos: -35.5,5.5 - parent: 2 - - uid: 23335 - components: - - type: Transform - pos: -35.5,6.5 - parent: 2 - uid: 23338 components: - type: Transform @@ -127077,12 +128537,6 @@ entities: parent: 2 - proto: Screen entities: - - uid: 176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-6.5 - parent: 2 - uid: 4007 components: - type: Transform @@ -127109,6 +128563,11 @@ entities: - type: Transform pos: -50.5,-28.5 parent: 2 + - uid: 11210 + components: + - type: Transform + pos: -40.5,-2.5 + parent: 2 - uid: 11314 components: - type: Transform @@ -127159,6 +128618,11 @@ entities: - type: Transform pos: -13.5,-56.5 parent: 2 + - uid: 17933 + components: + - type: Transform + pos: -45.5,5.5 + parent: 2 - uid: 22035 components: - type: Transform @@ -127228,6 +128692,11 @@ entities: - type: Transform pos: -18.5,-14.5 parent: 2 + - uid: 23947 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 - proto: SecurityTechFab entities: - uid: 23315 @@ -127244,10 +128713,10 @@ entities: parent: 2 - proto: SeedExtractor entities: - - uid: 13276 + - uid: 4570 components: - type: Transform - pos: -40.5,4.5 + pos: -43.5,-3.5 parent: 2 - uid: 17167 components: @@ -127779,6 +129248,12 @@ entities: - type: Transform pos: -24.5,1.5 parent: 2 + - uid: 476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-7.5 + parent: 2 - uid: 710 components: - type: Transform @@ -127795,23 +129270,11 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-3.5 parent: 2 - - uid: 2500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-0.5 - parent: 2 - uid: 2582 components: - type: Transform pos: -26.5,8.5 parent: 2 - - uid: 2744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-11.5 - parent: 2 - uid: 2759 components: - type: Transform @@ -127916,12 +129379,6 @@ entities: rot: 3.141592653589793 rad pos: -44.5,-33.5 parent: 2 - - uid: 11182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-5.5 - parent: 2 - uid: 11419 components: - type: Transform @@ -127934,12 +129391,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-18.5 parent: 2 - - uid: 11943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-8.5 - parent: 2 - uid: 12072 components: - type: Transform @@ -127955,18 +129406,6 @@ entities: - type: Transform pos: -2.5,-46.5 parent: 2 - - uid: 12990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-10.5 - parent: 2 - - uid: 13642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-7.5 - parent: 2 - uid: 15624 components: - type: Transform @@ -128082,6 +129521,18 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-32.5 parent: 2 + - uid: 18561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-7.5 + parent: 2 + - uid: 18938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-7.5 + parent: 2 - uid: 19574 components: - type: Transform @@ -128255,36 +129706,6 @@ entities: - type: Transform pos: -26.5,14.5 parent: 2 - - uid: 22614 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - - uid: 22616 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - - uid: 22617 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 2 - - uid: 22618 - components: - - type: Transform - pos: -27.5,-12.5 - parent: 2 - - uid: 22619 - components: - - type: Transform - pos: -28.5,-12.5 - parent: 2 - - uid: 22620 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - uid: 22719 components: - type: Transform @@ -128303,18 +129724,6 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,2.5 parent: 2 - - uid: 22724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 2 - - uid: 22725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-3.5 - parent: 2 - uid: 22769 components: - type: Transform @@ -128364,6 +129773,26 @@ entities: - type: Transform pos: -24.5,-57.5 parent: 2 + - uid: 23922 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 23931 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 23932 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 23946 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 - proto: ShuttersWindowOpen entities: - uid: 15630 @@ -128576,19 +130005,6 @@ entities: 16102: - - Pressed - Toggle - - uid: 19282 - components: - - type: MetaData - name: Light Switch - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-6.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 12881: - - - Pressed - - Toggle - uid: 21408 components: - type: Transform @@ -128749,6 +130165,12 @@ entities: - type: Transform pos: 12.5,-50.5 parent: 2 + - uid: 11907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,1.5 + parent: 2 - proto: SignCryogenicsMed entities: - uid: 15241 @@ -128849,12 +130271,6 @@ entities: parent: 2 - proto: SignDirectionalEscapePod entities: - - uid: 12897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,2.5 - parent: 2 - uid: 13742 components: - type: Transform @@ -129073,6 +130489,12 @@ entities: parent: 2 - proto: SignElectricalMed entities: + - uid: 1088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,6.5 + parent: 2 - uid: 1748 components: - type: Transform @@ -129096,15 +130518,17 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,-21.5 parent: 2 - - uid: 7781 + - uid: 7976 components: - type: Transform - pos: -35.5,4.5 + rot: 1.5707963267948966 rad + pos: -50.5,10.5 parent: 2 - - uid: 9202 + - uid: 9532 components: - type: Transform - pos: -33.5,-9.5 + rot: 1.5707963267948966 rad + pos: -51.5,-3.5 parent: 2 - uid: 10067 components: @@ -129112,12 +130536,35 @@ entities: rot: -1.5707963267948966 rad pos: 41.5,15.5 parent: 2 + - uid: 10214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,10.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,10.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-1.5 + parent: 2 - uid: 11388 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-32.5 parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 - uid: 12892 components: - type: Transform @@ -129157,25 +130604,10 @@ entities: rot: 3.141592653589793 rad pos: -33.5,24.5 parent: 2 - - uid: 20583 + - uid: 23741 components: - type: Transform - pos: -43.5,-6.5 - parent: 2 - - uid: 20585 - components: - - type: Transform - pos: -42.5,0.5 - parent: 2 - - uid: 20587 - components: - - type: Transform - pos: -40.5,6.5 - parent: 2 - - uid: 20596 - components: - - type: Transform - pos: -33.5,-6.5 + pos: -49.5,-9.5 parent: 2 - proto: SignEngine entities: @@ -129230,6 +130662,14 @@ entities: - type: Transform pos: 30.5,-44.5 parent: 2 +- proto: SignGenpop + entities: + - uid: 10764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-2.5 + parent: 2 - proto: SignGravity entities: - uid: 22623 @@ -129353,14 +130793,6 @@ entities: - type: Transform pos: -28.5,-58.5 parent: 2 -- proto: SignPrison - entities: - - uid: 20605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-6.5 - parent: 2 - proto: SignPsychology entities: - uid: 18 @@ -129379,12 +130811,6 @@ entities: parent: 2 - proto: SignRedOne entities: - - uid: 4992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.547068,-6.8042192 - parent: 2 - uid: 16962 components: - type: Transform @@ -129401,12 +130827,6 @@ entities: parent: 2 - proto: SignRedTwo entities: - - uid: 13343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.534918,-9.81543 - parent: 2 - uid: 21446 components: - type: Transform @@ -129509,23 +130929,12 @@ entities: parent: 2 - proto: Sink entities: - - uid: 413 - components: - - type: Transform - pos: -29.5,-9.5 - parent: 2 - uid: 786 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,29.5 parent: 2 - - uid: 991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,1.5 - parent: 2 - uid: 9836 components: - type: Transform @@ -129544,6 +130953,12 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,-39.5 parent: 2 + - uid: 18889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,3.5 + parent: 2 - uid: 20630 components: - type: Transform @@ -129975,12 +131390,6 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,5.5 parent: 2 - - uid: 5350 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,12.5 - parent: 2 - uid: 5486 components: - type: Transform @@ -129991,12 +131400,6 @@ entities: - type: Transform pos: -66.5,-59.5 parent: 2 - - uid: 8970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,10.5 - parent: 2 - uid: 8971 components: - type: Transform @@ -130116,12 +131519,6 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,14.5 parent: 2 - - uid: 10470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,10.5 - parent: 2 - uid: 10471 components: - type: Transform @@ -130274,12 +131671,6 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,10.5 parent: 2 - - uid: 11330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,12.5 - parent: 2 - uid: 11343 components: - type: Transform @@ -130326,11 +131717,6 @@ entities: - type: Transform pos: 57.5,-2.5 parent: 2 - - uid: 12132 - components: - - type: Transform - pos: -48.5,10.5 - parent: 2 - uid: 12159 components: - type: Transform @@ -130352,11 +131738,6 @@ entities: rot: -1.5707963267948966 rad pos: 61.5,-2.5 parent: 2 - - uid: 12299 - components: - - type: Transform - pos: -46.5,12.5 - parent: 2 - uid: 12301 components: - type: Transform @@ -130566,12 +131947,6 @@ entities: rot: -1.5707963267948966 rad pos: 67.5,0.5 parent: 2 - - uid: 17458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,10.5 - parent: 2 - uid: 17624 components: - type: Transform @@ -130651,12 +132026,6 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,0.5 parent: 2 - - uid: 17956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,12.5 - parent: 2 - uid: 17976 components: - type: Transform @@ -130669,12 +132038,6 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,14.5 parent: 2 - - uid: 18114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,10.5 - parent: 2 - uid: 18122 components: - type: Transform @@ -130849,12 +132212,6 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,14.5 parent: 2 - - uid: 18398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,12.5 - parent: 2 - uid: 18417 components: - type: Transform @@ -131245,10 +132602,10 @@ entities: parent: 2 - proto: SpawnMobMcGriff entities: - - uid: 13010 + - uid: 20575 components: - type: Transform - pos: -19.5,-5.5 + pos: -19.5,-7.5 parent: 2 - proto: SpawnMobMedibot entities: @@ -132043,6 +133400,18 @@ entities: - type: Transform pos: 24.5,-4.5 parent: 2 +- proto: SpoonPlastic + entities: + - uid: 2352 + components: + - type: Transform + pos: -36.64704,-2.11978 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: -36.48029,-2.1510515 + parent: 2 - proto: SprayBottle entities: - uid: 3499 @@ -132377,11 +133746,17 @@ entities: parent: 2 - proto: SteelBench entities: - - uid: 683 + - uid: 211 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-11.5 + rot: 1.5707963267948966 rad + pos: -34.5,-2.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-6.5 parent: 2 - uid: 6290 components: @@ -132412,11 +133787,11 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-13.5 parent: 2 - - uid: 9532 + - uid: 9285 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-11.5 + rot: -1.5707963267948966 rad + pos: -29.5,-5.5 parent: 2 - uid: 9591 components: @@ -132424,11 +133799,17 @@ entities: rot: 3.141592653589793 rad pos: 15.5,0.5 parent: 2 - - uid: 9884 + - uid: 13004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-11.5 + rot: 1.5707963267948966 rad + pos: -34.5,-1.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-3.5 parent: 2 - uid: 18897 components: @@ -132436,6 +133817,18 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-12.5 parent: 2 + - uid: 20455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-5.5 + parent: 2 + - uid: 20457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-6.5 + parent: 2 - uid: 21837 components: - type: Transform @@ -132688,7 +134081,7 @@ entities: - uid: 3561 components: - type: Transform - pos: -27.563713,0.6023197 + pos: -27.45285,0.5785465 parent: 2 - uid: 5118 components: @@ -133048,33 +134441,30 @@ entities: parent: 2 - proto: SuitStorageEVAPrisoner entities: - - uid: 8465 + - uid: 1737 components: - type: Transform - pos: -30.5,-5.5 + pos: -34.5,2.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 11806 + - uid: 2210 components: - type: Transform - pos: -30.5,-3.5 + pos: -32.5,4.5 + parent: 2 + - uid: 20462 + components: + - type: Transform + pos: -32.5,2.5 + parent: 2 + - uid: 20463 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 20470 + components: + - type: Transform + pos: -32.5,3.5 parent: 2 - proto: SuitStorageHOS entities: @@ -133391,14 +134781,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Arrivals West Arm - North - - uid: 10656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-9.5 - parent: 2 - - type: SurveillanceCamera - id: Hall - Outside Engineering - uid: 11045 components: - type: Transform @@ -133428,6 +134810,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Arrivals West Arm - Outside + - uid: 12629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - South Security - uid: 17484 components: - type: Transform @@ -133596,6 +134986,13 @@ entities: parent: 2 - type: SurveillanceCamera id: Docking Arm - North Gate + - uid: 22757 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Perma - proto: SurveillanceCameraMedical entities: - uid: 11147 @@ -133824,20 +135221,21 @@ entities: id: Artifact Scanner - proto: SurveillanceCameraSecurity entities: - - uid: 1081 + - uid: 395 components: - type: Transform - pos: -40.5,1.5 + rot: 1.5707963267948966 rad + pos: -36.5,1.5 parent: 2 - type: SurveillanceCamera - id: Perma Hydro - - uid: 3281 + id: Perma - Center + - uid: 396 components: - type: Transform - pos: -27.5,-1.5 + pos: -32.5,-5.5 parent: 2 - type: SurveillanceCamera - id: Foyer + id: GenPop Lockers - uid: 7830 components: - type: Transform @@ -133845,6 +135243,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Detective's Office + - uid: 10540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-11.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Outside South - uid: 12576 components: - type: Transform @@ -133853,21 +135259,37 @@ entities: parent: 2 - type: SurveillanceCamera id: Entrance - - uid: 14590 + - uid: 13861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,4.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Emergency Exit + - uid: 16786 + components: + - type: Transform + pos: -40.5,9.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Outside Northeast + - uid: 18225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,6.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Library + - uid: 18228 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,-4.5 + pos: -24.5,-5.5 parent: 2 - type: SurveillanceCamera - id: Warden - - uid: 15721 - components: - - type: Transform - pos: -27.5,9.5 - parent: 2 - - type: SurveillanceCamera - id: Outside Locker Room + id: South Entrance - uid: 19581 components: - type: Transform @@ -133891,22 +135313,45 @@ entities: parent: 2 - type: SurveillanceCamera id: Locker Room - - uid: 20614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,4.5 - parent: 2 - - type: SurveillanceCamera - id: Perma - Outside North - - uid: 22738 + - uid: 20438 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-3.5 + pos: -50.5,-0.5 parent: 2 - type: SurveillanceCamera - id: Perma Airlock + id: Perma - Outside Southwest + - uid: 20510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-6.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Botany + - uid: 22319 + components: + - type: Transform + pos: -49.5,7.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Outside Northwest + - uid: 22606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,2.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Beds + - uid: 23010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Interview - proto: SurveillanceCameraService entities: - uid: 11307 @@ -134072,11 +135517,6 @@ entities: - type: Transform pos: -30.5,3.5 parent: 2 - - uid: 388 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - uid: 389 components: - type: Transform @@ -134172,6 +135612,11 @@ entities: - type: Transform pos: -12.5,-8.5 parent: 2 + - uid: 2041 + components: + - type: Transform + pos: -40.5,0.5 + parent: 2 - uid: 2191 components: - type: Transform @@ -134532,10 +135977,10 @@ entities: - type: Transform pos: 23.5,5.5 parent: 2 - - uid: 9963 + - uid: 9884 components: - type: Transform - pos: -36.5,-2.5 + pos: -27.5,-7.5 parent: 2 - uid: 10191 components: @@ -134547,6 +135992,11 @@ entities: - type: Transform pos: -43.5,-39.5 parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -41.5,0.5 + parent: 2 - uid: 10439 components: - type: Transform @@ -134572,11 +136022,6 @@ entities: - type: Transform pos: -29.5,-36.5 parent: 2 - - uid: 10915 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 2 - uid: 11244 components: - type: Transform @@ -134602,21 +136047,11 @@ entities: - type: Transform pos: -10.5,-36.5 parent: 2 - - uid: 11976 - components: - - type: Transform - pos: -28.5,-7.5 - parent: 2 - uid: 12036 components: - type: Transform pos: -32.5,-37.5 parent: 2 - - uid: 12152 - components: - - type: Transform - pos: -38.5,3.5 - parent: 2 - uid: 12338 components: - type: Transform @@ -134827,11 +136262,6 @@ entities: - type: Transform pos: -61.5,-11.5 parent: 2 - - uid: 16879 - components: - - type: Transform - pos: -35.5,-2.5 - parent: 2 - uid: 17003 components: - type: Transform @@ -134887,6 +136317,11 @@ entities: - type: Transform pos: 3.5,-57.5 parent: 2 + - uid: 19291 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 - uid: 19882 components: - type: Transform @@ -134912,26 +136347,6 @@ entities: - type: Transform pos: 32.5,-75.5 parent: 2 - - uid: 20419 - components: - - type: Transform - pos: -37.5,-5.5 - parent: 2 - - uid: 20420 - components: - - type: Transform - pos: -38.5,-5.5 - parent: 2 - - uid: 20421 - components: - - type: Transform - pos: -36.5,-5.5 - parent: 2 - - uid: 20425 - components: - - type: Transform - pos: -40.5,-2.5 - parent: 2 - uid: 20661 components: - type: Transform @@ -135104,6 +136519,11 @@ entities: - type: Transform pos: -27.5,-33.5 parent: 2 + - uid: 4754 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 2 - uid: 6371 components: - type: Transform @@ -135154,6 +136574,11 @@ entities: - type: Transform pos: 16.5,13.5 parent: 2 + - uid: 20498 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 - proto: TableCounterWood entities: - uid: 3545 @@ -135558,6 +136983,11 @@ entities: - type: Transform pos: 20.5,-15.5 parent: 2 + - uid: 176 + components: + - type: Transform + pos: -41.5,-6.5 + parent: 2 - uid: 443 components: - type: Transform @@ -135643,6 +137073,16 @@ entities: - type: Transform pos: -0.5,20.5 parent: 2 + - uid: 4158 + components: + - type: Transform + pos: -40.5,-3.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + pos: -41.5,-3.5 + parent: 2 - uid: 4874 components: - type: Transform @@ -135698,6 +137138,11 @@ entities: - type: Transform pos: 9.5,22.5 parent: 2 + - uid: 16887 + components: + - type: Transform + pos: -41.5,-7.5 + parent: 2 - uid: 18466 components: - type: Transform @@ -135708,6 +137153,26 @@ entities: - type: Transform pos: 87.5,-28.5 parent: 2 + - uid: 19126 + components: + - type: Transform + pos: -37.5,3.5 + parent: 2 + - uid: 20497 + components: + - type: Transform + pos: -39.5,-3.5 + parent: 2 + - uid: 20566 + components: + - type: Transform + pos: -36.5,-1.5 + parent: 2 + - uid: 20580 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 - uid: 20675 components: - type: Transform @@ -136302,6 +137767,17 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,3.5 parent: 2 + - uid: 20487 + components: + - type: Transform + pos: -41.5,5.5 + parent: 2 + - uid: 20527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,6.5 + parent: 2 - uid: 22303 components: - type: Transform @@ -136453,6 +137929,18 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,-28.5 parent: 2 + - uid: 5638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-12.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-12.5 + parent: 2 - uid: 7601 components: - type: Transform @@ -136464,12 +137952,6 @@ entities: rot: 3.141592653589793 rad pos: 38.5,-78.5 parent: 2 - - uid: 10993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-13.5 - parent: 2 - uid: 19098 components: - type: Transform @@ -136609,16 +138091,16 @@ entities: rot: 3.141592653589793 rad pos: 44.5,-42.5 parent: 2 - - uid: 9285 + - uid: 14504 components: - type: Transform - pos: -30.5,-7.5 + pos: -49.5,5.5 parent: 2 - - uid: 20146 + - uid: 15117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-3.5 + rot: 3.141592653589793 rad + pos: -49.5,1.5 parent: 2 - proto: ToiletEmpty entities: @@ -136778,11 +138260,6 @@ entities: - type: Transform pos: 3.5118675,-57.430447 parent: 2 - - uid: 16081 - components: - - type: Transform - pos: -28.456295,-7.4156313 - parent: 2 - uid: 16275 components: - type: Transform @@ -136798,6 +138275,11 @@ entities: - type: Transform pos: 50.48773,-54.36774 parent: 2 + - uid: 21851 + components: + - type: Transform + pos: -27.514086,-7.313642 + parent: 2 - uid: 22862 components: - type: Transform @@ -136824,13 +138306,6 @@ entities: - type: Transform pos: -48.46802,-6.421814 parent: 2 -- proto: ToyAmongPequeno - entities: - - uid: 12861 - components: - - type: Transform - pos: -20.499987,-10.595506 - parent: 2 - proto: ToyFigurineCaptain entities: - uid: 11174 @@ -136941,7 +138416,7 @@ entities: - uid: 6285 components: - type: Transform - pos: -21.530132,-5.2291865 + pos: -21.495405,-5.259852 parent: 2 - proto: ToyFigurineWizardFake entities: @@ -137006,11 +138481,6 @@ entities: - type: Transform pos: 48.5,-13.5 parent: 2 - - uid: 17296 - components: - - type: Transform - pos: -36.5,-5.5 - parent: 2 - uid: 18839 components: - type: Transform @@ -137060,6 +138530,27 @@ entities: rot: -1.5707963267948966 rad pos: 25.603931,-59.354664 parent: 2 +- proto: TurnstileGenpopEnter + entities: + - uid: 16235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-0.5 + parent: 2 +- proto: TurnstileGenpopLeave + entities: + - uid: 2778 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-4.5 + parent: 2 - proto: TwoWayLever entities: - uid: 6135 @@ -137353,6 +138844,11 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-86.5 parent: 2 + - uid: 20698 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 - uid: 22904 components: - type: Transform @@ -137482,6 +138978,11 @@ entities: parent: 2 - proto: VendingMachineCigs entities: + - uid: 3372 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 - uid: 4386 components: - type: Transform @@ -137597,6 +139098,11 @@ entities: - type: Transform pos: 21.5,-46.5 parent: 2 + - uid: 20486 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 - proto: VendingMachineGeneDrobe entities: - uid: 15011 @@ -137719,10 +139225,10 @@ entities: parent: 2 - proto: VendingMachineSeedsUnlocked entities: - - uid: 10966 + - uid: 4557 components: - type: Transform - pos: -38.5,1.5 + pos: -42.5,-9.5 parent: 2 - uid: 17187 components: @@ -137738,10 +139244,10 @@ entities: parent: 2 - proto: VendingMachineSustenance entities: - - uid: 20256 + - uid: 11895 components: - type: Transform - pos: -38.5,-0.5 + pos: -36.5,-3.5 parent: 2 - proto: VendingMachineTankDispenserEngineering entities: @@ -137767,6 +139273,11 @@ entities: - type: Transform pos: -4.5,-55.5 parent: 2 + - uid: 20464 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 - uid: 21410 components: - type: Transform @@ -137965,6 +139476,11 @@ entities: - type: Transform pos: -4.5,-87.5 parent: 2 + - uid: 318 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 - uid: 327 components: - type: Transform @@ -137980,11 +139496,6 @@ entities: - type: Transform pos: 13.5,-3.5 parent: 2 - - uid: 352 - components: - - type: Transform - pos: -41.5,4.5 - parent: 2 - uid: 366 components: - type: Transform @@ -138000,11 +139511,6 @@ entities: - type: Transform pos: 50.5,-14.5 parent: 2 - - uid: 396 - components: - - type: Transform - pos: -42.5,0.5 - parent: 2 - uid: 397 components: - type: Transform @@ -138015,11 +139521,6 @@ entities: - type: Transform pos: -54.5,-51.5 parent: 2 - - uid: 408 - components: - - type: Transform - pos: -37.5,-0.5 - parent: 2 - uid: 414 components: - type: Transform @@ -138035,6 +139536,11 @@ entities: - type: Transform pos: 48.5,-63.5 parent: 2 + - uid: 433 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 - uid: 434 components: - type: Transform @@ -138055,11 +139561,21 @@ entities: - type: Transform pos: 56.5,-47.5 parent: 2 + - uid: 490 + components: + - type: Transform + pos: -50.5,6.5 + parent: 2 - uid: 496 components: - type: Transform pos: -11.5,7.5 parent: 2 + - uid: 503 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 - uid: 520 components: - type: Transform @@ -138115,11 +139631,6 @@ entities: - type: Transform pos: 37.5,-64.5 parent: 2 - - uid: 650 - components: - - type: Transform - pos: -31.5,-12.5 - parent: 2 - uid: 657 components: - type: Transform @@ -138140,6 +139651,11 @@ entities: - type: Transform pos: -12.5,26.5 parent: 2 + - uid: 826 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 - uid: 839 components: - type: Transform @@ -138200,16 +139716,16 @@ entities: - type: Transform pos: 24.5,23.5 parent: 2 - - uid: 962 - components: - - type: Transform - pos: -41.5,5.5 - parent: 2 - uid: 971 components: - type: Transform pos: -2.5,26.5 parent: 2 + - uid: 980 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 - uid: 987 components: - type: Transform @@ -138445,6 +139961,11 @@ entities: - type: Transform pos: 19.5,20.5 parent: 2 + - uid: 1409 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 - uid: 1419 components: - type: Transform @@ -138575,6 +140096,11 @@ entities: - type: Transform pos: 45.5,-91.5 parent: 2 + - uid: 1523 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 - uid: 1534 components: - type: Transform @@ -138630,11 +140156,6 @@ entities: - type: Transform pos: -11.5,9.5 parent: 2 - - uid: 1707 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - uid: 1725 components: - type: Transform @@ -138645,6 +140166,11 @@ entities: - type: Transform pos: 44.5,-15.5 parent: 2 + - uid: 1804 + components: + - type: Transform + pos: -45.5,-3.5 + parent: 2 - uid: 1813 components: - type: Transform @@ -138700,6 +140226,11 @@ entities: - type: Transform pos: 40.5,-68.5 parent: 2 + - uid: 1896 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 - uid: 1901 components: - type: Transform @@ -138725,15 +140256,20 @@ entities: - type: Transform pos: -28.5,-64.5 parent: 2 + - uid: 1959 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 - uid: 1967 components: - type: Transform - pos: -34.5,-6.5 + pos: -48.5,7.5 parent: 2 - uid: 2016 components: - type: Transform - pos: -33.5,-8.5 + pos: -35.5,5.5 parent: 2 - uid: 2029 components: @@ -138805,6 +140341,11 @@ entities: - type: Transform pos: -28.5,-53.5 parent: 2 + - uid: 2237 + components: + - type: Transform + pos: -49.5,6.5 + parent: 2 - uid: 2238 components: - type: Transform @@ -138935,11 +140476,6 @@ entities: - type: Transform pos: -35.5,-83.5 parent: 2 - - uid: 2566 - components: - - type: Transform - pos: -34.5,-1.5 - parent: 2 - uid: 2572 components: - type: Transform @@ -138975,6 +140511,16 @@ entities: - type: Transform pos: -35.5,-13.5 parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: -31.5,-14.5 + parent: 2 - uid: 2653 components: - type: Transform @@ -139008,13 +140554,23 @@ entities: - uid: 2739 components: - type: Transform - pos: -33.5,-6.5 + pos: -50.5,5.5 parent: 2 - uid: 2748 components: - type: Transform pos: -6.5,-23.5 parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -49.5,0.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 - uid: 2781 components: - type: Transform @@ -139230,6 +140786,11 @@ entities: - type: Transform pos: -64.5,-7.5 parent: 2 + - uid: 3185 + components: + - type: Transform + pos: -35.5,4.5 + parent: 2 - uid: 3208 components: - type: Transform @@ -139370,6 +140931,11 @@ entities: - type: Transform pos: -18.5,0.5 parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -35.5,3.5 + parent: 2 - uid: 3568 components: - type: Transform @@ -139390,6 +140956,16 @@ entities: - type: Transform pos: -13.5,-22.5 parent: 2 + - uid: 3640 + components: + - type: Transform + pos: -34.5,1.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: -37.5,7.5 + parent: 2 - uid: 3663 components: - type: Transform @@ -139455,11 +141031,6 @@ entities: - type: Transform pos: -37.5,-70.5 parent: 2 - - uid: 3826 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - uid: 3838 components: - type: Transform @@ -139490,6 +141061,11 @@ entities: - type: Transform pos: 12.5,-69.5 parent: 2 + - uid: 3929 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 - uid: 3946 components: - type: Transform @@ -139785,6 +141361,11 @@ entities: - type: Transform pos: 37.5,-58.5 parent: 2 + - uid: 4666 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 - uid: 4684 components: - type: Transform @@ -139795,11 +141376,6 @@ entities: - type: Transform pos: 47.5,-48.5 parent: 2 - - uid: 4696 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 2 - uid: 4697 components: - type: Transform @@ -139835,10 +141411,10 @@ entities: - type: Transform pos: 31.5,-32.5 parent: 2 - - uid: 4754 + - uid: 4765 components: - type: Transform - pos: -34.5,2.5 + pos: -22.5,-8.5 parent: 2 - uid: 4788 components: @@ -139950,6 +141526,11 @@ entities: - type: Transform pos: -48.5,-59.5 parent: 2 + - uid: 4992 + components: + - type: Transform + pos: -39.5,8.5 + parent: 2 - uid: 4998 components: - type: Transform @@ -139965,6 +141546,11 @@ entities: - type: Transform pos: -37.5,-74.5 parent: 2 + - uid: 5020 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 - uid: 5021 components: - type: Transform @@ -140040,11 +141626,6 @@ entities: - type: Transform pos: 7.5,-87.5 parent: 2 - - uid: 5140 - components: - - type: Transform - pos: -34.5,-5.5 - parent: 2 - uid: 5143 components: - type: Transform @@ -140200,6 +141781,11 @@ entities: - type: Transform pos: -8.5,25.5 parent: 2 + - uid: 5350 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 - uid: 5353 components: - type: Transform @@ -140255,6 +141841,11 @@ entities: - type: Transform pos: 50.5,22.5 parent: 2 + - uid: 5435 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 - uid: 5460 components: - type: Transform @@ -140310,6 +141901,11 @@ entities: - type: Transform pos: -60.5,-14.5 parent: 2 + - uid: 5527 + components: + - type: Transform + pos: -35.5,2.5 + parent: 2 - uid: 5529 components: - type: Transform @@ -140353,7 +141949,7 @@ entities: - uid: 5558 components: - type: Transform - pos: -34.5,4.5 + pos: -28.5,-8.5 parent: 2 - uid: 5560 components: @@ -140430,6 +142026,16 @@ entities: - type: Transform pos: 47.5,-71.5 parent: 2 + - uid: 5724 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 - uid: 5731 components: - type: Transform @@ -140470,11 +142076,6 @@ entities: - type: Transform pos: 12.5,-66.5 parent: 2 - - uid: 5808 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 2 - uid: 5811 components: - type: Transform @@ -140580,6 +142181,11 @@ entities: - type: Transform pos: 29.5,-47.5 parent: 2 + - uid: 6196 + components: + - type: Transform + pos: -44.5,-1.5 + parent: 2 - uid: 6217 components: - type: Transform @@ -140645,11 +142251,6 @@ entities: - type: Transform pos: -10.5,-87.5 parent: 2 - - uid: 6472 - components: - - type: Transform - pos: -31.5,-8.5 - parent: 2 - uid: 6482 components: - type: Transform @@ -140680,11 +142281,6 @@ entities: - type: Transform pos: -57.5,-39.5 parent: 2 - - uid: 6596 - components: - - type: Transform - pos: -31.5,-9.5 - parent: 2 - uid: 6617 components: - type: Transform @@ -140715,6 +142311,11 @@ entities: - type: Transform pos: 40.5,-17.5 parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 - uid: 6712 components: - type: Transform @@ -140960,6 +142561,21 @@ entities: - type: Transform pos: -24.5,-14.5 parent: 2 + - uid: 7698 + components: + - type: Transform + pos: -35.5,1.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 - uid: 7710 components: - type: Transform @@ -140980,6 +142596,21 @@ entities: - type: Transform pos: 37.5,-59.5 parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -45.5,-8.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: -48.5,-0.5 + parent: 2 - uid: 8017 components: - type: Transform @@ -141045,6 +142676,11 @@ entities: - type: Transform pos: 33.5,20.5 parent: 2 + - uid: 8455 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 - uid: 8467 components: - type: Transform @@ -141060,6 +142696,11 @@ entities: - type: Transform pos: -18.5,-12.5 parent: 2 + - uid: 8491 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 - uid: 8507 components: - type: Transform @@ -141090,6 +142731,11 @@ entities: - type: Transform pos: 57.5,-23.5 parent: 2 + - uid: 8715 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 - uid: 8718 components: - type: Transform @@ -141140,6 +142786,11 @@ entities: - type: Transform pos: 43.5,1.5 parent: 2 + - uid: 8784 + components: + - type: Transform + pos: -51.5,2.5 + parent: 2 - uid: 8796 components: - type: Transform @@ -141280,11 +142931,6 @@ entities: - type: Transform pos: 7.5,-13.5 parent: 2 - - uid: 9660 - components: - - type: Transform - pos: -27.5,-14.5 - parent: 2 - uid: 9664 components: - type: Transform @@ -141340,6 +142986,11 @@ entities: - type: Transform pos: -14.5,-6.5 parent: 2 + - uid: 10108 + components: + - type: Transform + pos: -40.5,-10.5 + parent: 2 - uid: 10113 components: - type: Transform @@ -141355,15 +143006,20 @@ entities: - type: Transform pos: -31.5,-1.5 parent: 2 + - uid: 10145 + components: + - type: Transform + pos: -50.5,2.5 + parent: 2 - uid: 10148 components: - type: Transform pos: -32.5,-33.5 parent: 2 - - uid: 10198 + - uid: 10182 components: - type: Transform - pos: -32.5,-14.5 + pos: -48.5,6.5 parent: 2 - uid: 10200 components: @@ -141395,10 +143051,10 @@ entities: - type: Transform pos: 27.5,-11.5 parent: 2 - - uid: 10528 + - uid: 10470 components: - type: Transform - pos: -26.5,-13.5 + pos: -27.5,-5.5 parent: 2 - uid: 10529 components: @@ -141420,11 +143076,6 @@ entities: - type: Transform pos: -33.5,-21.5 parent: 2 - - uid: 10653 - components: - - type: Transform - pos: -34.5,-10.5 - parent: 2 - uid: 10713 components: - type: Transform @@ -141475,6 +143126,11 @@ entities: - type: Transform pos: -46.5,-25.5 parent: 2 + - uid: 11146 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 - uid: 11169 components: - type: Transform @@ -141515,6 +143171,11 @@ entities: - type: Transform pos: -18.5,25.5 parent: 2 + - uid: 11330 + components: + - type: Transform + pos: -48.5,-1.5 + parent: 2 - uid: 11348 components: - type: Transform @@ -141545,6 +143206,11 @@ entities: - type: Transform pos: -32.5,-29.5 parent: 2 + - uid: 11976 + components: + - type: Transform + pos: -45.5,-1.5 + parent: 2 - uid: 12016 components: - type: Transform @@ -141620,6 +143286,11 @@ entities: - type: Transform pos: 13.5,5.5 parent: 2 + - uid: 12499 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 - uid: 12501 components: - type: Transform @@ -141750,6 +143421,11 @@ entities: - type: Transform pos: 6.5,-68.5 parent: 2 + - uid: 12804 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 - uid: 12826 components: - type: Transform @@ -141770,15 +143446,20 @@ entities: - type: Transform pos: -57.5,-27.5 parent: 2 + - uid: 12881 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 - uid: 12981 components: - type: Transform pos: -21.5,15.5 parent: 2 - - uid: 13004 + - uid: 12990 components: - type: Transform - pos: -35.5,4.5 + pos: -42.5,-2.5 parent: 2 - uid: 13025 components: @@ -141860,6 +143541,16 @@ entities: - type: Transform pos: -43.5,-46.5 parent: 2 + - uid: 14018 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 14057 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 - uid: 14211 components: - type: Transform @@ -141875,6 +143566,11 @@ entities: - type: Transform pos: -2.5,15.5 parent: 2 + - uid: 14460 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 - uid: 14492 components: - type: Transform @@ -141895,11 +143591,6 @@ entities: - type: Transform pos: 46.5,-42.5 parent: 2 - - uid: 14518 - components: - - type: Transform - pos: -37.5,-1.5 - parent: 2 - uid: 14546 components: - type: Transform @@ -141940,11 +143631,6 @@ entities: - type: Transform pos: -59.5,-9.5 parent: 2 - - uid: 14922 - components: - - type: Transform - pos: -40.5,5.5 - parent: 2 - uid: 14932 components: - type: Transform @@ -142035,11 +143721,6 @@ entities: - type: Transform pos: 1.5,15.5 parent: 2 - - uid: 15204 - components: - - type: Transform - pos: -37.5,4.5 - parent: 2 - uid: 15238 components: - type: Transform @@ -142090,6 +143771,11 @@ entities: - type: Transform pos: 8.5,15.5 parent: 2 + - uid: 15314 + components: + - type: Transform + pos: -50.5,0.5 + parent: 2 - uid: 15316 components: - type: Transform @@ -142295,11 +143981,6 @@ entities: - type: Transform pos: -59.5,-13.5 parent: 2 - - uid: 15843 - components: - - type: Transform - pos: -41.5,-6.5 - parent: 2 - uid: 15844 components: - type: Transform @@ -142695,11 +144376,6 @@ entities: - type: Transform pos: -12.5,-52.5 parent: 2 - - uid: 16082 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - uid: 16083 components: - type: Transform @@ -142735,11 +144411,6 @@ entities: - type: Transform pos: 0.5,-38.5 parent: 2 - - uid: 16141 - components: - - type: Transform - pos: -43.5,-4.5 - parent: 2 - uid: 16153 components: - type: Transform @@ -142805,6 +144476,21 @@ entities: - type: Transform pos: 26.5,-29.5 parent: 2 + - uid: 16250 + components: + - type: Transform + pos: -42.5,8.5 + parent: 2 + - uid: 16253 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: -29.5,-7.5 + parent: 2 - uid: 16268 components: - type: Transform @@ -142880,11 +144566,6 @@ entities: - type: Transform pos: 25.5,-33.5 parent: 2 - - uid: 16715 - components: - - type: Transform - pos: -29.5,-12.5 - parent: 2 - uid: 16723 components: - type: Transform @@ -142945,11 +144626,6 @@ entities: - type: Transform pos: 49.5,-8.5 parent: 2 - - uid: 16886 - components: - - type: Transform - pos: -43.5,-2.5 - parent: 2 - uid: 16894 components: - type: Transform @@ -143100,6 +144776,11 @@ entities: - type: Transform pos: -58.5,-49.5 parent: 2 + - uid: 17273 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 - uid: 17275 components: - type: Transform @@ -143110,6 +144791,11 @@ entities: - type: Transform pos: 49.5,-34.5 parent: 2 + - uid: 17286 + components: + - type: Transform + pos: -35.5,-7.5 + parent: 2 - uid: 17298 components: - type: Transform @@ -143150,6 +144836,11 @@ entities: - type: Transform pos: -35.5,18.5 parent: 2 + - uid: 17685 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 - uid: 17706 components: - type: Transform @@ -143255,6 +144946,12 @@ entities: - type: Transform pos: 43.5,-25.5 parent: 2 + - uid: 17952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,0.5 + parent: 2 - uid: 17972 components: - type: Transform @@ -143505,11 +145202,6 @@ entities: - type: Transform pos: -35.5,-81.5 parent: 2 - - uid: 18762 - components: - - type: Transform - pos: -37.5,5.5 - parent: 2 - uid: 18847 components: - type: Transform @@ -143525,6 +145217,16 @@ entities: - type: Transform pos: 26.5,-59.5 parent: 2 + - uid: 18935 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 18939 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 - uid: 18967 components: - type: Transform @@ -143610,11 +145312,6 @@ entities: - type: Transform pos: 17.5,13.5 parent: 2 - - uid: 19247 - components: - - type: Transform - pos: -32.5,-12.5 - parent: 2 - uid: 19254 components: - type: Transform @@ -143680,6 +145377,11 @@ entities: - type: Transform pos: 53.5,-63.5 parent: 2 + - uid: 19590 + components: + - type: Transform + pos: -48.5,0.5 + parent: 2 - uid: 19600 components: - type: Transform @@ -143755,6 +145457,21 @@ entities: - type: Transform pos: -56.5,-21.5 parent: 2 + - uid: 19991 + components: + - type: Transform + pos: -35.5,-5.5 + parent: 2 + - uid: 20000 + components: + - type: Transform + pos: -35.5,-6.5 + parent: 2 + - uid: 20004 + components: + - type: Transform + pos: -50.5,1.5 + parent: 2 - uid: 20006 components: - type: Transform @@ -143825,6 +145542,21 @@ entities: - type: Transform pos: -31.5,-21.5 parent: 2 + - uid: 20225 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 20231 + components: + - type: Transform + pos: -51.5,4.5 + parent: 2 + - uid: 20242 + components: + - type: Transform + pos: -41.5,8.5 + parent: 2 - uid: 20279 components: - type: Transform @@ -143840,6 +145572,41 @@ entities: - type: Transform pos: -50.5,-39.5 parent: 2 + - uid: 20420 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 20427 + components: + - type: Transform + pos: -40.5,8.5 + parent: 2 + - uid: 20449 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 + - uid: 20450 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 + - uid: 20454 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 20475 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 + - uid: 20516 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 - uid: 20541 components: - type: Transform @@ -143850,6 +145617,46 @@ entities: - type: Transform pos: -39.5,-18.5 parent: 2 + - uid: 20561 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 20569 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 + - uid: 20572 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 20573 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 20587 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - uid: 20608 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 20609 + components: + - type: Transform + pos: -41.5,-10.5 + parent: 2 + - uid: 20614 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 - uid: 20634 components: - type: Transform @@ -143870,10 +145677,10 @@ entities: - type: Transform pos: -52.5,-26.5 parent: 2 - - uid: 20770 + - uid: 20782 components: - type: Transform - pos: -33.5,-1.5 + pos: -29.5,-11.5 parent: 2 - uid: 21223 components: @@ -144000,6 +145807,11 @@ entities: - type: Transform pos: -62.5,-57.5 parent: 2 + - uid: 21890 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 - uid: 21891 components: - type: Transform @@ -144200,6 +146012,11 @@ entities: - type: Transform pos: 60.5,-57.5 parent: 2 + - uid: 22121 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 - uid: 22125 components: - type: Transform @@ -144240,16 +146057,31 @@ entities: - type: Transform pos: 85.5,-32.5 parent: 2 + - uid: 22609 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 + - uid: 22610 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 2 + - uid: 22618 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 22619 + components: + - type: Transform + pos: -51.5,3.5 + parent: 2 - uid: 22636 components: - type: Transform pos: 87.5,-10.5 parent: 2 - - uid: 22639 - components: - - type: Transform - pos: -41.5,-2.5 - parent: 2 - uid: 22994 components: - type: Transform @@ -144480,13 +146312,13 @@ entities: - type: Transform pos: 11.5,-7.5 parent: 2 - - uid: 23646 - components: - - type: Transform - pos: -34.5,3.5 - parent: 2 - proto: WallReinforcedRust entities: + - uid: 3099 + components: + - type: Transform + pos: -22.5,-14.5 + parent: 2 - uid: 5855 components: - type: Transform @@ -144642,11 +146474,6 @@ entities: - type: Transform pos: -5.5,-60.5 parent: 2 - - uid: 6128 - components: - - type: Transform - pos: -35.5,-10.5 - parent: 2 - uid: 6145 components: - type: Transform @@ -144667,21 +146494,11 @@ entities: - type: Transform pos: 54.5,-57.5 parent: 2 - - uid: 6172 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 2 - uid: 6179 components: - type: Transform pos: 66.5,-45.5 parent: 2 - - uid: 6184 - components: - - type: Transform - pos: -37.5,0.5 - parent: 2 - uid: 6186 components: - type: Transform @@ -144907,16 +146724,6 @@ entities: - type: Transform pos: -22.5,15.5 parent: 2 - - uid: 6510 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 2 - - uid: 6526 - components: - - type: Transform - pos: -36.5,-1.5 - parent: 2 - uid: 6556 components: - type: Transform @@ -144982,11 +146789,6 @@ entities: - type: Transform pos: 17.5,-19.5 parent: 2 - - uid: 6679 - components: - - type: Transform - pos: -21.5,-12.5 - parent: 2 - uid: 6680 components: - type: Transform @@ -145057,11 +146859,6 @@ entities: - type: Transform pos: 25.5,-43.5 parent: 2 - - uid: 6913 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - uid: 6923 components: - type: Transform @@ -145182,11 +146979,6 @@ entities: - type: Transform pos: -50.5,-24.5 parent: 2 - - uid: 7113 - components: - - type: Transform - pos: -36.5,-6.5 - parent: 2 - uid: 7118 components: - type: Transform @@ -145397,11 +147189,6 @@ entities: - type: Transform pos: -10.5,-59.5 parent: 2 - - uid: 7602 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - uid: 7605 components: - type: Transform @@ -145447,11 +147234,6 @@ entities: - type: Transform pos: 86.5,-24.5 parent: 2 - - uid: 7640 - components: - - type: Transform - pos: -31.5,-10.5 - parent: 2 - uid: 7641 components: - type: Transform @@ -145612,11 +147394,6 @@ entities: - type: Transform pos: -19.5,-12.5 parent: 2 - - uid: 8042 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 2 - uid: 8047 components: - type: Transform @@ -145882,11 +147659,6 @@ entities: - type: Transform pos: 16.5,-71.5 parent: 2 - - uid: 8746 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 2 - uid: 8748 components: - type: Transform @@ -145917,11 +147689,6 @@ entities: - type: Transform pos: -18.5,-13.5 parent: 2 - - uid: 8785 - components: - - type: Transform - pos: -42.5,-2.5 - parent: 2 - uid: 8787 components: - type: Transform @@ -145942,11 +147709,6 @@ entities: - type: Transform pos: -51.5,-28.5 parent: 2 - - uid: 8876 - components: - - type: Transform - pos: -26.5,-12.5 - parent: 2 - uid: 8878 components: - type: Transform @@ -146007,6 +147769,11 @@ entities: - type: Transform pos: 22.5,-32.5 parent: 2 + - uid: 9202 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 - uid: 9215 components: - type: Transform @@ -146137,11 +147904,6 @@ entities: - type: Transform pos: -33.5,21.5 parent: 2 - - uid: 9668 - components: - - type: Transform - pos: -33.5,-9.5 - parent: 2 - uid: 9677 components: - type: Transform @@ -146152,11 +147914,6 @@ entities: - type: Transform pos: 18.5,18.5 parent: 2 - - uid: 9691 - components: - - type: Transform - pos: -42.5,-6.5 - parent: 2 - uid: 9701 components: - type: Transform @@ -146192,16 +147949,6 @@ entities: - type: Transform pos: 1.5,-38.5 parent: 2 - - uid: 9859 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 2 - - uid: 9862 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - uid: 9894 components: - type: Transform @@ -146302,11 +148049,6 @@ entities: - type: Transform pos: -28.5,-17.5 parent: 2 - - uid: 10065 - components: - - type: Transform - pos: -37.5,-6.5 - parent: 2 - uid: 10096 components: - type: Transform @@ -146317,11 +148059,6 @@ entities: - type: Transform pos: 0.5,27.5 parent: 2 - - uid: 10133 - components: - - type: Transform - pos: -41.5,0.5 - parent: 2 - uid: 10173 components: - type: Transform @@ -146422,11 +148159,6 @@ entities: - type: Transform pos: 13.5,-65.5 parent: 2 - - uid: 10432 - components: - - type: Transform - pos: -35.5,7.5 - parent: 2 - uid: 10483 components: - type: Transform @@ -146607,11 +148339,6 @@ entities: - type: Transform pos: 19.5,23.5 parent: 2 - - uid: 10808 - components: - - type: Transform - pos: -35.5,-1.5 - parent: 2 - uid: 10820 components: - type: Transform @@ -146642,11 +148369,6 @@ entities: - type: Transform pos: 56.5,-48.5 parent: 2 - - uid: 10857 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 2 - uid: 10858 components: - type: Transform @@ -146677,11 +148399,6 @@ entities: - type: Transform pos: 36.5,-28.5 parent: 2 - - uid: 10881 - components: - - type: Transform - pos: -31.5,-14.5 - parent: 2 - uid: 10885 components: - type: Transform @@ -147027,11 +148744,6 @@ entities: - type: Transform pos: 62.5,-55.5 parent: 2 - - uid: 11625 - components: - - type: Transform - pos: -37.5,6.5 - parent: 2 - uid: 11629 components: - type: Transform @@ -147157,11 +148869,6 @@ entities: - type: Transform pos: 22.5,-28.5 parent: 2 - - uid: 11884 - components: - - type: Transform - pos: -19.5,-9.5 - parent: 2 - uid: 11886 components: - type: Transform @@ -147257,11 +148964,6 @@ entities: - type: Transform pos: 12.5,-7.5 parent: 2 - - uid: 12004 - components: - - type: Transform - pos: -43.5,-6.5 - parent: 2 - uid: 12005 components: - type: Transform @@ -147387,21 +149089,11 @@ entities: - type: Transform pos: -9.5,-57.5 parent: 2 - - uid: 23659 - components: - - type: Transform - pos: -40.5,6.5 - parent: 2 - uid: 23660 components: - type: Transform pos: 60.5,-50.5 parent: 2 - - uid: 23661 - components: - - type: Transform - pos: -42.5,4.5 - parent: 2 - uid: 23662 components: - type: Transform @@ -147429,16 +149121,16 @@ entities: - type: Transform pos: 15.5,-50.5 parent: 2 + - uid: 153 + components: + - type: Transform + pos: -42.5,-1.5 + parent: 2 - uid: 177 components: - type: Transform pos: 0.5,-16.5 parent: 2 - - uid: 205 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 2 - uid: 208 components: - type: Transform @@ -147489,6 +149181,11 @@ entities: - type: Transform pos: -23.5,12.5 parent: 2 + - uid: 483 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 - uid: 542 components: - type: Transform @@ -147539,6 +149236,11 @@ entities: - type: Transform pos: -17.5,21.5 parent: 2 + - uid: 679 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 - uid: 766 components: - type: Transform @@ -147894,16 +149596,16 @@ entities: - type: Transform pos: -13.5,-49.5 parent: 2 - - uid: 2736 - components: - - type: Transform - pos: -40.5,0.5 - parent: 2 - uid: 2743 components: - type: Transform pos: -21.5,-50.5 parent: 2 + - uid: 2744 + components: + - type: Transform + pos: -42.5,6.5 + parent: 2 - uid: 2745 components: - type: Transform @@ -147914,6 +149616,11 @@ entities: - type: Transform pos: -6.5,-17.5 parent: 2 + - uid: 2774 + components: + - type: Transform + pos: -42.5,5.5 + parent: 2 - uid: 2847 components: - type: Transform @@ -147949,6 +149656,11 @@ entities: - type: Transform pos: -17.5,-49.5 parent: 2 + - uid: 3021 + components: + - type: Transform + pos: -45.5,-0.5 + parent: 2 - uid: 3030 components: - type: Transform @@ -148014,6 +149726,11 @@ entities: - type: Transform pos: 61.5,-74.5 parent: 2 + - uid: 3194 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 - uid: 3207 components: - type: Transform @@ -148469,6 +150186,11 @@ entities: - type: Transform pos: 8.5,-40.5 parent: 2 + - uid: 4682 + components: + - type: Transform + pos: -42.5,0.5 + parent: 2 - uid: 4694 components: - type: Transform @@ -148479,6 +150201,11 @@ entities: - type: Transform pos: 68.5,-66.5 parent: 2 + - uid: 4717 + components: + - type: Transform + pos: -42.5,1.5 + parent: 2 - uid: 4789 components: - type: Transform @@ -148504,6 +150231,11 @@ entities: - type: Transform pos: 8.5,-32.5 parent: 2 + - uid: 4877 + components: + - type: Transform + pos: -41.5,-2.5 + parent: 2 - uid: 4883 components: - type: Transform @@ -149299,6 +151031,11 @@ entities: - type: Transform pos: -3.5,-16.5 parent: 2 + - uid: 8502 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 - uid: 8503 components: - type: Transform @@ -149319,6 +151056,11 @@ entities: - type: Transform pos: 34.5,9.5 parent: 2 + - uid: 8746 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 - uid: 8767 components: - type: Transform @@ -149374,6 +151116,11 @@ entities: - type: Transform pos: 51.5,-23.5 parent: 2 + - uid: 9255 + components: + - type: Transform + pos: -45.5,5.5 + parent: 2 - uid: 9287 components: - type: Transform @@ -149539,11 +151286,6 @@ entities: - type: Transform pos: 29.5,-4.5 parent: 2 - - uid: 10419 - components: - - type: Transform - pos: -29.5,-7.5 - parent: 2 - uid: 10454 components: - type: Transform @@ -150089,6 +151831,11 @@ entities: - type: Transform pos: 22.5,-57.5 parent: 2 + - uid: 13899 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 - uid: 14136 components: - type: Transform @@ -150134,16 +151881,6 @@ entities: - type: Transform pos: -39.5,-47.5 parent: 2 - - uid: 14414 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 2 - - uid: 14426 - components: - - type: Transform - pos: -27.5,-2.5 - parent: 2 - uid: 14475 components: - type: Transform @@ -150154,10 +151891,10 @@ entities: - type: Transform pos: 47.5,-41.5 parent: 2 - - uid: 14500 + - uid: 14491 components: - type: Transform - pos: -41.5,-4.5 + pos: -40.5,-6.5 parent: 2 - uid: 14516 components: @@ -150279,11 +152016,6 @@ entities: - type: Transform pos: 38.5,-8.5 parent: 2 - - uid: 16151 - components: - - type: Transform - pos: -29.5,-8.5 - parent: 2 - uid: 16162 components: - type: Transform @@ -150304,6 +152036,16 @@ entities: - type: Transform pos: 37.5,16.5 parent: 2 + - uid: 16251 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + pos: -42.5,7.5 + parent: 2 - uid: 16323 components: - type: Transform @@ -150384,11 +152126,6 @@ entities: - type: Transform pos: 10.5,21.5 parent: 2 - - uid: 17131 - components: - - type: Transform - pos: -42.5,-4.5 - parent: 2 - uid: 17153 components: - type: Transform @@ -150444,6 +152181,11 @@ entities: - type: Transform pos: -46.5,-29.5 parent: 2 + - uid: 17860 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 - uid: 18161 components: - type: Transform @@ -150504,21 +152246,26 @@ entities: - type: Transform pos: 96.5,-30.5 parent: 2 - - uid: 18561 - components: - - type: Transform - pos: -28.5,-6.5 - parent: 2 - uid: 18567 components: - type: Transform pos: 41.5,10.5 parent: 2 + - uid: 18604 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 - uid: 18622 components: - type: Transform pos: 38.5,7.5 parent: 2 + - uid: 18762 + components: + - type: Transform + pos: -44.5,5.5 + parent: 2 - uid: 18855 components: - type: Transform @@ -150534,6 +152281,11 @@ entities: - type: Transform pos: 46.5,-13.5 parent: 2 + - uid: 19130 + components: + - type: Transform + pos: -48.5,2.5 + parent: 2 - uid: 19187 components: - type: Transform @@ -150564,6 +152316,11 @@ entities: - type: Transform pos: -11.5,21.5 parent: 2 + - uid: 19972 + components: + - type: Transform + pos: -45.5,1.5 + parent: 2 - uid: 20172 components: - type: Transform @@ -150604,6 +152361,21 @@ entities: - type: Transform pos: -6.5,-46.5 parent: 2 + - uid: 20448 + components: + - type: Transform + pos: -46.5,5.5 + parent: 2 + - uid: 20461 + components: + - type: Transform + pos: -48.5,1.5 + parent: 2 + - uid: 20570 + components: + - type: Transform + pos: -40.5,-2.5 + parent: 2 - uid: 20706 components: - type: Transform @@ -150614,16 +152386,16 @@ entities: - type: Transform pos: 29.5,9.5 parent: 2 + - uid: 20783 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 - uid: 20787 components: - type: Transform pos: 22.5,17.5 parent: 2 - - uid: 21311 - components: - - type: Transform - pos: -27.5,-6.5 - parent: 2 - uid: 21355 components: - type: Transform @@ -150734,10 +152506,10 @@ entities: - type: Transform pos: -23.5,-55.5 parent: 2 - - uid: 23324 + - uid: 23334 components: - type: Transform - pos: -33.5,2.5 + pos: -48.5,5.5 parent: 2 - uid: 23340 components: @@ -151216,11 +152988,6 @@ entities: - type: Transform pos: -21.5,-30.5 parent: 2 - - uid: 12804 - components: - - type: Transform - pos: -23.5,-6.5 - parent: 2 - uid: 12806 components: - type: Transform @@ -151711,11 +153478,6 @@ entities: - type: Transform pos: 12.5,-58.5 parent: 2 - - uid: 13890 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - uid: 13892 components: - type: Transform @@ -152111,11 +153873,6 @@ entities: - type: Transform pos: -13.5,-9.5 parent: 2 - - uid: 18070 - components: - - type: Transform - pos: -29.5,-6.5 - parent: 2 - uid: 18388 components: - type: Transform @@ -152265,25 +154022,40 @@ entities: parent: 2 - proto: WardrobePrisonFilled entities: - - uid: 179 + - uid: 489 components: - type: Transform - pos: -28.5,-5.5 + pos: -32.5,-0.5 parent: 2 - - uid: 254 + - uid: 696 components: - type: Transform - pos: -20.5,-7.5 + pos: -32.5,-1.5 parent: 2 - - uid: 387 + - uid: 7575 components: - type: Transform - pos: -20.5,-11.5 + pos: -47.5,7.5 parent: 2 - - uid: 11789 + - uid: 7602 components: - type: Transform - pos: -29.5,-5.5 + pos: -47.5,-0.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 16254 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - uid: 20530 + components: + - type: Transform + pos: -43.5,7.5 parent: 2 - proto: WardrobeRoboticsFilled entities: @@ -152392,6 +154164,11 @@ entities: - type: Transform pos: 35.5,1.5 parent: 2 + - uid: 20256 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 - proto: WaterTankFull entities: - uid: 4640 @@ -152429,6 +154206,11 @@ entities: - type: Transform pos: -6.5,25.5 parent: 2 + - uid: 20774 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 - uid: 22456 components: - type: Transform @@ -152481,6 +154263,11 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,-53.5 parent: 2 + - uid: 23927 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 - proto: WeaponDisabler entities: - uid: 21619 @@ -152552,10 +154339,10 @@ entities: parent: 2 - proto: WeedSpray entities: - - uid: 12882 + - uid: 6172 components: - type: Transform - pos: -38.315033,3.0803552 + pos: -41.620026,-6.361434 parent: 2 - proto: Welder entities: @@ -152665,6 +154452,17 @@ entities: - type: Transform pos: -19.5,-43.5 parent: 2 + - uid: 14265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,2.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: -49.5,4.5 + parent: 2 - proto: WindoorChapelLocked entities: - uid: 5903 @@ -152830,11 +154628,23 @@ entities: parent: 2 - proto: WindoorSecureArmoryLocked entities: + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-7.5 + parent: 2 - uid: 3570 components: - type: Transform pos: -20.5,-2.5 parent: 2 + - uid: 3826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 2 - uid: 15932 components: - type: Transform @@ -153156,24 +154966,12 @@ entities: parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 499 + - uid: 5273 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -22.5,-7.5 parent: 2 - - uid: 503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-11.5 - parent: 2 - - uid: 5020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-10.5 - parent: 2 - uid: 13169 components: - type: Transform @@ -153185,6 +154983,12 @@ entities: - type: Transform pos: -22.5,0.5 parent: 2 + - uid: 20793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 2 - proto: WindoorServiceLocked entities: - uid: 5831 @@ -153545,6 +155349,16 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-44.5 parent: 2 + - uid: 7695 + components: + - type: Transform + pos: -37.5,4.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 - uid: 8353 components: - type: Transform @@ -153569,13 +155383,13 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-52.5 parent: 2 -- proto: WindowReinforcedDirectional - entities: - - uid: 38 + - uid: 16881 components: - type: Transform - pos: -28.5,-8.5 + pos: -38.5,4.5 parent: 2 +- proto: WindowReinforcedDirectional + entities: - uid: 341 components: - type: Transform @@ -153895,12 +155709,6 @@ entities: - type: Transform pos: -16.5,-54.5 parent: 2 - - uid: 9968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-11.5 - parent: 2 - uid: 10844 components: - type: Transform @@ -153935,12 +155743,6 @@ entities: - type: Transform pos: 10.5,-15.5 parent: 2 - - uid: 11618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-9.5 - parent: 2 - uid: 11953 components: - type: Transform @@ -154072,11 +155874,6 @@ entities: parent: 2 - proto: Wirecutter entities: - - uid: 2352 - components: - - type: Transform - pos: -34.493855,5.6656456 - parent: 2 - uid: 7428 components: - type: Transform @@ -154231,14 +156028,14 @@ entities: parent: 2 - proto: Zipties entities: - - uid: 6296 + - uid: 12882 components: - type: Transform - pos: -28.469805,-8.400824 + pos: -27.357758,-6.3337946 parent: 2 - - uid: 16264 + - uid: 20444 components: - type: Transform - pos: -28.5636,-8.140225 + pos: -27.618303,-6.3337946 parent: 2 ... From 973ad71f5cd8799824850da35d9d009d26706272 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 06:57:46 +0000 Subject: [PATCH 093/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6732dc8241..558258199b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,20 +1,4 @@ Entries: -- author: ScarKy0 - changes: - - message: Added the Authentication Disruptor to the syndicate uplink for 5TC. It - removes access requirements from devices and forcefully opens airlocks and digital - locks. - type: Add - - message: The EMAG can no longer open airlocks or break locks. - type: Tweak - - message: Price of the EMAG lowered to 4TC. - type: Tweak - - message: '"Emagged" airlocks can now be fixed by unbolting and using the access - configurator. Locks and similiar can now be fixed by just using the access configurator.' - type: Tweak - id: 7872 - time: '2025-01-30T04:05:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34337 - author: Southbridge changes: - message: Astro Asteroid Sand has been added as another type of faux tile. @@ -3928,3 +3912,13 @@ id: 8373 time: '2025-04-28T02:40:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36702 +- author: Southbridge + changes: + - message: Amber Station - Added Genpop + type: Add + - message: Amber Station - Ensured a lot of doorways had tiles and decals under + them. + type: Tweak + id: 8374 + time: '2025-04-28T06:56:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36997 From 88eda89faa941aeae17b041b702d554d2290840b Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Mon, 28 Apr 2025 06:52:25 -0400 Subject: [PATCH 094/318] MapManager warning cleanup on tests (#36940) lets see if this works. --- Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs | 2 +- .../Tests/VendingMachineRestockTest.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs index 86bcffd336..21a36e7ad5 100644 --- a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs +++ b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs @@ -181,7 +181,7 @@ public sealed class NukeOpsTest } Assert.That(!entMan.EntityExists(nukieStationEnt)); // its not supposed to be a station! - Assert.That(server.MapMan.MapExists(gridsRule.Map)); + Assert.That(mapSys.MapExists(gridsRule.Map)); var nukieMap = mapSys.GetMap(gridsRule.Map!.Value); var targetStation = entMan.GetComponent(ruleComp.TargetStation!.Value); diff --git a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs index e067a27854..4644768901 100644 --- a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs +++ b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs @@ -182,9 +182,9 @@ namespace Content.IntegrationTests.Tests var server = pair.Server; await server.WaitIdleAsync(); - var mapManager = server.ResolveDependency(); var entityManager = server.ResolveDependency(); var entitySystemManager = server.ResolveDependency(); + var mapSystem = server.System(); EntityUid packageRight; EntityUid packageWrong; @@ -255,7 +255,7 @@ namespace Content.IntegrationTests.Tests Assert.That(systemMachine.GetAvailableInventory(machine, machineComponent), Has.Count.GreaterThan(0), "Machine available inventory count is not greater than zero after restock."); - mapManager.DeleteMap(testMap.MapId); + mapSystem.DeleteMap(testMap.MapId); }); await pair.CleanReturnAsync(); @@ -269,9 +269,9 @@ namespace Content.IntegrationTests.Tests await server.WaitIdleAsync(); var prototypeManager = server.ResolveDependency(); - var mapManager = server.ResolveDependency(); var entityManager = server.ResolveDependency(); var entitySystemManager = server.ResolveDependency(); + var mapSystem = server.System(); var damageableSystem = entitySystemManager.GetEntitySystem(); @@ -319,7 +319,7 @@ namespace Content.IntegrationTests.Tests Assert.That(totalRamen, Is.EqualTo(2), "Did not find enough ramen after destroying restock box."); - mapManager.DeleteMap(testMap.MapId); + mapSystem.DeleteMap(testMap.MapId); }); await pair.CleanReturnAsync(); From 4171c4e6d55f7b8be354e8a0cedfe2a525765a87 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:22:05 +0200 Subject: [PATCH 095/318] make scrubber widenet in panic mode (#37013) --- .../Piping/Unary/Components/SharedVentScrubberComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs index 2a33306245..4505c711c9 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs @@ -62,7 +62,7 @@ namespace Content.Shared.Atmos.Piping.Unary.Components FilterGases = new(GasVentScrubberData.DefaultFilterGases), PumpDirection = ScrubberPumpDirection.Siphoning, VolumeRate = 200f, - WideNet = false + WideNet = true }; public static GasVentScrubberData ReplaceModePreset = new GasVentScrubberData From b3ea8ee031a0b7bb7163c391d7eeff191d7ef728 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 19:23:15 +0000 Subject: [PATCH 096/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- Resources/Changelog/Maps.yml | 26 ++++++++++++++++++-------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 558258199b..d372a4763a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: Southbridge - changes: - - message: Astro Asteroid Sand has been added as another type of faux tile. - type: Add - - message: Asteroid Astro Sand has also been added to the T2 civilian tech for the - faux astro tiles. - type: Add - id: 7873 - time: '2025-01-30T04:41:59.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34463 - author: august-sun changes: - message: Added the goliath hardsuit to the game and crafting menu. Adjusted goliath @@ -3922,3 +3912,10 @@ id: 8374 time: '2025-04-28T06:56:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36997 +- author: lzk228 + changes: + - message: Scrubber now will turn on widenet in panic mode. + type: Tweak + id: 8375 + time: '2025-04-28T19:22:05.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37013 diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 14e8ecee0d..665d61b72e 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -1,32 +1,40 @@ -Order: 1 -Entries: +Entries: - author: ArtisticRoomba changes: - - message: The mapping changelog has been added! This primarily serves as a way to make players aware of large changes or important fixes to maps, without cluttering the main changelog. + - message: The mapping changelog has been added! This primarily serves as a way + to make players aware of large changes or important fixes to maps, without cluttering + the main changelog. type: Add id: 1 time: '2025-02-03T01:29:24.112Z' - author: ArtisticRoomba changes: - - message: A chemical dispenser has been added to the nukie planet, allowing new agents to work in a familiar environment. + - message: A chemical dispenser has been added to the nukie planet, allowing new + agents to work in a familiar environment. type: Add id: 2 time: '2025-01-27T07:10:24.000Z' - author: ArtisticRoomba changes: - - message: On many stations, power has been rebalanced to allow more time for engineering to setup power. This should allow time for activities like TA mentoring and more complex power setups. + - message: On many stations, power has been rebalanced to allow more time for engineering + to setup power. This should allow time for activities like TA mentoring and + more complex power setups. type: Tweak id: 3 time: '2025-01-27T07:10:24.000Z' - author: Nox, ToxicSonicFan04 changes: - - message: Station armory contents have been tweaked to balance security gear to the amount of security personnel. + - message: Station armory contents have been tweaked to balance security gear to + the amount of security personnel. type: Tweak id: 4 time: '2025-01-27T07:10:24.000Z' - author: ArtisticRoomba changes: - - message: On Meta, Engineering and Atmospherics now share a distinct HV subnet seperate from the station's main power grid. Previously Engineering and Atmos couldn't share power, and one side would be discharged depending on who setup power first. + - message: On Meta, Engineering and Atmospherics now share a distinct HV subnet + seperate from the station's main power grid. Previously Engineering and Atmos + couldn't share power, and one side would be discharged depending on who setup + power first. type: Fix id: 5 time: '2025-01-26T12:00:00Z' @@ -38,7 +46,9 @@ Entries: time: '2025-01-12T12:00:00Z' - author: Compilatron144 changes: - - message: Plasma station's population limit has been raised to make it into a high population station. + - message: Plasma station's population limit has been raised to make it into a high + population station. type: Tweak id: 7 time: '2025-01-19T12:00:00Z' +Order: 1 From 3d0485fe5b8f15294d6153f143724356eb8ac885 Mon Sep 17 00:00:00 2001 From: KingFroozy <140668342+KingFroozy@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:00:10 +0300 Subject: [PATCH 097/318] Shoulder-length hairstyles resprite (#37000) * sprite * final * final (final fr) --- .../Locale/en-US/accessories/human-hair.ftl | 4 ++-- .../Mobs/Customization/Markings/human_hair.yml | 4 ++-- .../Mobs/Customization/human_hair.rsi/b.png | Bin 666 -> 676 bytes .../Mobs/Customization/human_hair.rsi/b_alt.png | Bin 0 -> 703 bytes .../Mobs/Customization/human_hair.rsi/meta.json | 10 +++++----- .../human_hair.rsi/shoulderlengthovereye.png | Bin 598 -> 0 bytes 6 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 Resources/Textures/Mobs/Customization/human_hair.rsi/b_alt.png delete mode 100644 Resources/Textures/Mobs/Customization/human_hair.rsi/shoulderlengthovereye.png diff --git a/Resources/Locale/en-US/accessories/human-hair.ftl b/Resources/Locale/en-US/accessories/human-hair.ftl index af80aaef5c..0ce0e27be7 100644 --- a/Resources/Locale/en-US/accessories/human-hair.ftl +++ b/Resources/Locale/en-US/accessories/human-hair.ftl @@ -163,7 +163,7 @@ marking-HumanHairShorthairg = Short Hair 7 marking-HumanHair80s = Short Hair 80s marking-HumanHairRosa = Short Hair Rosa marking-HumanHairB = Shoulder-length Hair -marking-HumanHairShoulderLengthOverEye = Shoulder-length Over Eye +marking-HumanHairBAlt = Shoulder-length Hair (Over eye) marking-HumanHairSidecut = Sidecut marking-HumanHairSkinhead = Skinhead marking-HumanHairProtagonist = Slightly Long Hair @@ -192,7 +192,7 @@ marking-HumanHairUpdo = Updo marking-HumanHairVlong = Very Long Hair marking-HumanHairLongest = Very Long Hair 2 marking-HumanHairLongest2 = Very Long Over Eye -marking-HumanHairVeryshortovereyealternate = Very Short Over Eye +marking-HumanHairVeryshortovereyealternate = Very Short (Over Eye) marking-HumanHairVlongfringe = Very Long with Fringe marking-HumanHairVolaju = Volaju marking-HumanHairWisp = Wisp diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml index af0674eb76..0af782a6a5 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml @@ -1189,12 +1189,12 @@ - sprite: Mobs/Customization/human_hair.rsi state: swept2 - type: marking - id: HumanHairShoulderLengthOverEye + id: HumanHairBAlt bodyPart: Hair markingCategory: Hair sprites: - sprite: Mobs/Customization/human_hair.rsi - state: shoulderlengthovereye + state: b_alt - type: marking id: HumanHairThinning bodyPart: Hair diff --git a/Resources/Textures/Mobs/Customization/human_hair.rsi/b.png b/Resources/Textures/Mobs/Customization/human_hair.rsi/b.png index f5640bd418a75f08aa3d440df8fc78387feb136a..2093bb8fd43cd07bdcb332ebac8042cc3a3f0487 100644 GIT binary patch delta 653 zcmV;80&@MD1*8R#BYyw^b5ch_0Itp)=>Px%UP(kjRCt{2nz4?fFc5}+PS#0faDqXg>WQlsOW{b!Xuq_lwAKec=GwU3Zk^T|)>r*od_C7oqY zBmwd~hqV@Yp5yR#$jYM3y!Vgq!qbSw@pv43)>_ZrUjj)0=NteG-uJR7v$80&$uS@T zA^ZA-Y~(;51Ap4KWjR`dzVFcCe#benkp!4i+5Dxye_X7!XxkRfIkasHYc0Dik^p5< z&ZhaZ`>#?}RW_9c!2Ri0RTcL&G{$u3fbXtn_gU8jVagj@4y=XHOKdV!E{7M+D?>oAHWz-8;u)dy-}&a0$4MDrjOotjGql!l&V8}o`>4g! ze%n(qgnt+*B{FgbjH|MJ8$11hd;M`P1}dy+Fq{(zwyx_(=c_;Q3Y4MkvM95+d}0000!*iLD2y zgv88V^pO0?U)0k2AtMsZ5{bmI-%q;Ov+BoxvmeJ_Q3RaN=We-NR@dvb!n#_ms`-3Q z-NgvdG);$`bzML69)6!elxuKs9)&M)nvLrhvzp)O~P3+qQq09ptD;6i{r1?*Y#n+bSjGj9U$1Qv_MlK^>!dcEClzE1!EhmyS7n`-f~b3y>l zp$>cxAP7j2|9@P+0Z4)(`jU97FXRXbAOOJiY6XuwO;2D5ye^I@VodpTU&u~Z>pf-y zm;~P*V{*W^gJJ3m0vOgxiU|jlq$YzU9Kf(vQcO6YBsCc<;Q)rUl48OEC8^0^2?sE& zl@t>WC`nBQOE`dGt)!T6KuKycSi%7eYw3Id`i1ye`+sswZp0uzRz0J@G)Aeu0GcEF z{r+EbQh+e+X)6h7i(EHIPp6Y_Z?F%%9*{tz(%S{n4bn3S?~q{n1_%MtkwuFd1oX`d zSe0eYOS@ioi>)p&6M&AasLsAS2JBEw`aQBfLlXggA3tx)kCF9mO=bdgI~s2AoCz8O zk9|A?nR^kC+AN|30aI9(Gcq5bhao;S7|~Z}UmasJ4Cy^42Uy6;7h6B8q z&E?*3KrTvo)fo=(Vm6n1!vVP{C>j?hOazqLf#i;Q%jYbGbJhkc(1Yb%q1H cn9b$h2de~;P%7(d{r~^~07*qoM6N<$f>gR36951J diff --git a/Resources/Textures/Mobs/Customization/human_hair.rsi/b_alt.png b/Resources/Textures/Mobs/Customization/human_hair.rsi/b_alt.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7ddd1c924ea9e0855184803e3a163e215c4c95 GIT binary patch literal 703 zcmV;w0zmzVP)Px%c}YY;RCt{2nlW#rFc5_wr*zqRB}?v)ZY%obPaO6Av$Vc`Yqoc_9oJhza-FNW zVq;!WF!PD%-_HG~iVfIQDb)bNe^0XKL6a3&aI@cQR<9C{S$y6ynL7=xlH(6;U1_f$v* z)YrOmqEbq-Ia0JzWo z+jfHv=-T8pz?G<_ zl$dJkYj~03Gu+@GX@``@Ng1G&>Q1K zAr|Gi%;sXC67(4K&j|qN4@<;8AmJ#_Wp=q-CS#$p%6mY+2$f|PvqD?_c<*~Hogf2l zw_D%(gI^<{S$u`=ZoD5$2qXg@xjqVZn^u5g)0Zi291M2*L&#&0VHk#C l7=~dOhG7_nVHjpt`~{3edGuPx%5J^NqRCt{2+OcipFcb#hUukW(Gzf42Lp=vjtpNmN18?LF0#2a;Sh-Ve5Fnu1 zwV5KJAS<@+$U7+k@_&tB88Y8{q^aT&px>>?d8lpMAf<%&9#TpurLf&@vwkZ_*L6WD z1#2y&lmLLk;gB`{OX>sDiB9JJQ(-rwC%l~jPXZ9^PXYdzeL zv(a_kqD3&qggE2CM-k#@DJ6_C$>S##Kx++aEwt8f&cS<+s;Y_*!rOQ@mLi0>`>d3j z{r+zx6~H++Tx0S8u-olki=uc-9zBEi{!8LYsqEq>?*V<^KfJ%$Y+kb>$Q(N+JWl*s zY;%$dFdj6{e$=*Y$O#~awHAHf!#Rh(?_sUY{;i|}#H6RmM@`c#`YLRirg*dpfREW< zdi+1`vN^kOj`+%(UWtf^h=_=Yh=_=YXx4u@AK<-Tr!n!#7!!mLn8xs|VKXPWH)xCr zu{9n$!cs~IAy#ROOp_nSvUq#k7!&HchI0-|si9k}lp2b#G$91``~5L?h{v(ib)8&< zJ9@yS(c~U?RK2Tlq#tJkCym2 z`L#B|s4UCV^j_-UFnI->&*$O#9dCdsDdk;Esj~Kf=)03&UEE<~KYp$A0MCri1^kql kh=_=Yh=_=Yh=_i)cZDNFTGPI(r2qf`07*qoM6N<$f=CS*QUCw| From 75a90152a745758eab1212249ac14699903eaa98 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 21:01:17 +0000 Subject: [PATCH 098/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d372a4763a..7aa937fd32 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: august-sun - changes: - - message: Added the goliath hardsuit to the game and crafting menu. Adjusted goliath - hide drop rates to 3 hide per kill. - type: Add - id: 7874 - time: '2025-01-30T04:45:56.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34721 - author: Velken changes: - message: Mixing opposite types of lizard juices now has explosive consequences. @@ -3919,3 +3911,10 @@ id: 8375 time: '2025-04-28T19:22:05.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37013 +- author: KingFroozy + changes: + - message: Changed the shoulder-length and shoulder-length over eye hairstyles. + type: Tweak + id: 8376 + time: '2025-04-28T21:00:10.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37000 From 9d8cc64d48f0c1d715a4432822d08fa28a03db1c Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:16:14 +0200 Subject: [PATCH 099/318] Fix mail cutting thinking your arms are infinite length (#37019) * init * hand --- Content.Shared/Tools/Systems/SimpleToolUsageSystem.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Tools/Systems/SimpleToolUsageSystem.cs b/Content.Shared/Tools/Systems/SimpleToolUsageSystem.cs index 0f7da9af8a..cc2fc36775 100644 --- a/Content.Shared/Tools/Systems/SimpleToolUsageSystem.cs +++ b/Content.Shared/Tools/Systems/SimpleToolUsageSystem.cs @@ -66,12 +66,13 @@ public sealed partial class SimpleToolUsageSystem : EntitySystem if (attemptEv.Cancelled) return; - var doAfterArgs = new DoAfterArgs(EntityManager, user, ent.Comp.DoAfter, new SimpleToolDoAfterEvent(), ent, tool) + var doAfterArgs = new DoAfterArgs(EntityManager, user, ent.Comp.DoAfter, new SimpleToolDoAfterEvent(), ent, ent, tool) { BreakOnDamage = true, BreakOnDropItem = true, BreakOnMove = true, BreakOnHandChange = true, + NeedHand = true, }; _doAfterSystem.TryStartDoAfter(doAfterArgs); From 46b030df4572e79e59bfb674da4cedb048af6803 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 21:17:21 +0000 Subject: [PATCH 100/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7aa937fd32..767ad933dd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Velken - changes: - - message: Mixing opposite types of lizard juices now has explosive consequences. - type: Add - id: 7875 - time: '2025-01-30T11:34:32.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34730 - author: SpaceRox1244 changes: - message: Massive scrap can now fit in bags of holding. @@ -3918,3 +3911,10 @@ id: 8376 time: '2025-04-28T21:00:10.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37000 +- author: ScarKy0 + changes: + - message: Cutting mail now correctly cancels when someone drags it away. + type: Fix + id: 8377 + time: '2025-04-28T21:16:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37019 From 02b5592d6975858bb0e117a855b2b484859b6089 Mon Sep 17 00:00:00 2001 From: Samuka-C <47865393+Samuka-C@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:10:35 -0300 Subject: [PATCH 101/318] Xenoborgs part 2 (#36844) * add lawsets for the xenoborgs and mothership core * add xenoborg names * add xenoborg radio * add xenoborg device frequency * add xenoborg access * add xenoborg contraband * Update Resources/Locale/en-US/station-laws/laws.ftl Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> * add xenoborg access to the universal Id card and universal access config * remove 6th law of xenoborg and mothership lawset (got jointed into the 5th law) * added xenoborg and mothership law boards * add more names * add Xenoborg faction * moved all lawboards into a separate yml file * removed custom xenoborg contraband severity * add Xenoborg and Mothership components * add xenoborg laser guns * add self recharging fire extinguisher * add mothership pinpointer * add material bag * add infinite jetpack * add a only blue energy dagger * add xenoborg jammer * add refueling welding tool * add nocturine hypo * add nuclear small power cell * add cloaking device * add xenoborg door remote * add custom sprites for xenoborg modules * add custom sprites for xenoborg module actions * removed Xenoborg Comp until is actually needed * add xenoborg module tags * spelling * add xenoborg module bases * organazied xenoborg modules sprites better * add generic xenoborg modules * add heavy xenoborg modules * add engi xenoborg modules * small fix to meta file in actions_borg.rsi * renamed mothership comp to XenoborgMothership * fixed the base for the xenoborg engi modules * add scout xenoborg modules * add stealth xenoborg modules * localization for names and descriptions of the xenoborg modules * fixed issues related to the XenoborgMothership component * revert localization (it wasn't working for some reason) * fixes * fixed issue with container slot in the cloaking device * Update description of small capacity nuclear power cell Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> * Fix indentation in material bag Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> * Spelling Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> * fix parameter order in some prototypes * rename proto id InfiniteJetpack to JetpackXenoborg * localize pinpointer targets * Revert "localize pinpointer targets" doesn't work * added lines in the end of files (and in the middle of one) * reorder paramenter in some entities * fixed some descriptions * minor fixes --------- Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Xenoborgs/Components/XenoborgComponent.cs | 7 + .../Entities/Objects/Devices/door_remote.yml | 16 + .../Entities/Objects/Devices/pinpointer.yml | 21 ++ .../Objects/Misc/fire_extinguisher.yml | 14 + .../Entities/Objects/Power/powercells.yml | 12 + .../Specific/Robotics/borg_modules.yml | 357 ++++++++++++++++++ .../Specific/Xenoborg/cloaking_device.yml | 31 ++ .../Specific/Xenoborg/material_bag.yml | 29 ++ .../Specific/Xenoborg/nocturine_hypo.yml | 19 + .../Entities/Objects/Tools/jammer.yml | 13 + .../Entities/Objects/Tools/jetpacks.yml | 19 + .../Entities/Objects/Tools/welders.yml | 18 + .../Weapons/Guns/Battery/battery_guns.yml | 13 + .../Objects/Weapons/Melee/e_sword.yml | 9 + Resources/Prototypes/tags.yml | 15 + .../Actions/actions_borg.rsi/meta.json | 41 +- .../xenoborg-access-breaker-module.png | Bin 0 -> 283 bytes .../xenoborg-basic-module.png | Bin 0 -> 247 bytes .../xenoborg-extinguisher-module.png | Bin 0 -> 263 bytes .../actions_borg.rsi/xenoborg-eye-module.png | Bin 0 -> 291 bytes .../actions_borg.rsi/xenoborg-hypo-module.png | Bin 0 -> 265 bytes .../xenoborg-jammer-module.png | Bin 0 -> 278 bytes .../xenoborg-laser-module.png | Bin 0 -> 278 bytes .../xenoborg-laser2-module.png | Bin 0 -> 302 bytes .../xenoborg-projector-module.png | Bin 0 -> 259 bytes .../xenoborg-space-movement-module.png | Bin 0 -> 295 bytes .../xenoborg-sword-module.png | Bin 0 -> 261 bytes .../xenoborg-sword2-module.png | Bin 0 -> 280 bytes .../actions_borg.rsi/xenoborg-tool-module.png | Bin 0 -> 330 bytes .../icon-xenoborg-access-breaker.png | Bin 0 -> 182 bytes .../borgmodule.rsi/icon-xenoborg-basic.png | Bin 0 -> 185 bytes .../borgmodule.rsi/icon-xenoborg-cloak.png | Bin 0 -> 184 bytes .../icon-xenoborg-fire-extinguisher.png | Bin 0 -> 187 bytes .../borgmodule.rsi/icon-xenoborg-hypo.png | Bin 0 -> 186 bytes .../borgmodule.rsi/icon-xenoborg-jammer.png | Bin 0 -> 177 bytes .../borgmodule.rsi/icon-xenoborg-laser.png | Bin 0 -> 185 bytes .../borgmodule.rsi/icon-xenoborg-laser2.png | Bin 0 -> 184 bytes .../icon-xenoborg-projector.png | Bin 0 -> 192 bytes .../icon-xenoborg-space-movement.png | Bin 0 -> 181 bytes .../borgmodule.rsi/icon-xenoborg-sword.png | Bin 0 -> 194 bytes .../borgmodule.rsi/icon-xenoborg-sword2.png | Bin 0 -> 193 bytes .../borgmodule.rsi/icon-xenoborg-tools.png | Bin 0 -> 172 bytes .../Robotics/borgmodule.rsi/meta.json | 56 ++- .../Robotics/borgmodule.rsi/xenoborg_engi.png | Bin 0 -> 594 bytes .../borgmodule.rsi/xenoborg_generic.png | Bin 0 -> 562 bytes .../borgmodule.rsi/xenoborg_heavy.png | Bin 0 -> 594 bytes .../borgmodule.rsi/xenoborg_scout.png | Bin 0 -> 591 bytes .../borgmodule.rsi/xenoborg_stealth.png | Bin 0 -> 592 bytes 48 files changed, 688 insertions(+), 2 deletions(-) create mode 100644 Content.Shared/Xenoborgs/Components/XenoborgComponent.cs create mode 100644 Resources/Prototypes/Entities/Objects/Specific/Xenoborg/cloaking_device.yml create mode 100644 Resources/Prototypes/Entities/Objects/Specific/Xenoborg/material_bag.yml create mode 100644 Resources/Prototypes/Entities/Objects/Specific/Xenoborg/nocturine_hypo.yml create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-access-breaker-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-basic-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-extinguisher-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-eye-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-hypo-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-jammer-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-laser-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-laser2-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-projector-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-space-movement-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-sword-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-sword2-module.png create mode 100644 Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-tool-module.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-access-breaker.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-basic.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-cloak.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-fire-extinguisher.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-hypo.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-jammer.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-laser.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-laser2.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-projector.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-space-movement.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-sword.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-sword2.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-tools.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_engi.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_generic.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_heavy.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_scout.png create mode 100644 Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_stealth.png diff --git a/Content.Shared/Xenoborgs/Components/XenoborgComponent.cs b/Content.Shared/Xenoborgs/Components/XenoborgComponent.cs new file mode 100644 index 0000000000..aee8298bc2 --- /dev/null +++ b/Content.Shared/Xenoborgs/Components/XenoborgComponent.cs @@ -0,0 +1,7 @@ +namespace Content.Shared.Xenoborgs.Components; + +/// +/// This component for now is being used for the pinpointer, but it will recieve more stuff in the future. +/// +[RegisterComponent] +public sealed partial class XenoborgMothershipComponent : Component; diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index af070f2464..45689958cf 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -164,3 +164,19 @@ - SyndicateAgent - Wizard - Xenoborg + +- type: entity + parent: [ DoorRemoteDefault, BaseXenoborgContraband ] + id: DoorRemoteXenoborg + name: xenoborg door remote + components: + - type: Sprite + layers: + - state: door_remotebase + - state: door_remotelightscolour + color: "#2eba22" + - state: door_remotescreencolour + color: "#22871a" + - type: Access + tags: + - Xenoborg diff --git a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml index 5562140891..133e610440 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml @@ -108,3 +108,24 @@ - type: Pinpointer component: ResearchServer targetName: the station + +- type: entity + parent: [ PinpointerBase, BaseXenoborgContraband ] + id: PinpointerMothership + name: core pinpointer + suffix: Mothership + description: A handheld tracking device that leads to the direction of the mothership core. + components: + - type: Sprite + layers: + - state: pinpointer-station + map: ["enum.PinpointerLayers.Base"] + - state: pinonnull + map: ["enum.PinpointerLayers.Screen"] + shader: unshaded + visible: false + - type: Icon + state: pinpointer-station + - type: Pinpointer + component: XenoborgMothership + targetName: the mothership diff --git a/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml b/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml index 696c312871..495443911f 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml @@ -139,3 +139,17 @@ materialComposition: Steel: 50 Glass: 40 + +# used for a engi xenoborg module +- type: entity + parent: [ FireExtinguisher, BaseXenoborgContraband ] + id: SelfRechargingFireExtinguisher + name: self-recharging fire extinguisher + description: It extinguishes fires. it slowly refills with water. + components: + - type: SolutionRegeneration + solution: spray + generated: + reagents: + - ReagentId: Water + Quantity: 1 diff --git a/Resources/Prototypes/Entities/Objects/Power/powercells.yml b/Resources/Prototypes/Entities/Objects/Power/powercells.yml index 90f987fdc6..8ca2ba7b11 100644 --- a/Resources/Prototypes/Entities/Objects/Power/powercells.yml +++ b/Resources/Prototypes/Entities/Objects/Power/powercells.yml @@ -94,6 +94,18 @@ maxCharge: 360 startingCharge: 0 +- type: entity + parent: PowerCellSmall + id: PowerCellSmallNuclear + name: small-capacity nuclear power cell + description: A self rechargeable power cell, designed for fast recharge rate at the expense of capacity. + components: + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 36 # 10 seconds to recharge + autoRechargePause: true + autoRechargePauseTime: 30 + - type: entity name: medium-capacity power cell description: A rechargeable power cell. This is the popular and reliable version. diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 73d90a856c..3fb89149c9 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -273,6 +273,141 @@ - state: base-stripes-inhand-right color: "#7B0F12" +- type: entity + abstract: true + parent: BaseBorgModule + id: BaseXenoborgModuleGeneric + components: + - type: Tag + tags: + - XenoborgModuleGeneric + - type: Item + inhandVisuals: + left: + - state: base-icon-inhand-left + color: "#6E9EE0" + - state: base-module-inhand-left + color: "#337dd6" + - state: base-part-inhand-left + - state: base-stripes-inhand-left + color: "#337dd6" + right: + - state: base-icon-inhand-right + color: "#6E9EE0" + - state: base-module-inhand-right + color: "#337dd6" + - state: base-part-inhand-right + - state: base-stripes-inhand-right + color: "#337dd6" + +- type: entity + abstract: true + parent: BaseBorgModule + id: BaseXenoborgModuleEngi + components: + - type: Tag + tags: + - XenoborgModuleEngi + - type: Item + inhandVisuals: + left: + - state: base-icon-inhand-left + color: "#6E9EE0" + - state: base-module-inhand-left + color: "#337dd6" + - state: base-part-inhand-left + - state: base-stripes-inhand-left + color: "#EDB45B" + right: + - state: base-icon-inhand-right + color: "#6E9EE0" + - state: base-module-inhand-right + color: "#337dd6" + - state: base-part-inhand-right + - state: base-stripes-inhand-right + color: "#EDB45B" + +- type: entity + parent: BaseBorgModule + id: BaseXenoborgModuleHeavy + abstract: true + components: + - type: Tag + tags: + - XenoborgModuleHeavy + - type: Item + inhandVisuals: + left: + - state: base-icon-inhand-left + color: "#6E9EE0" + - state: base-module-inhand-left + color: "#337dd6" + - state: base-part-inhand-left + - state: base-stripes-inhand-left + color: "#962023" + right: + - state: base-icon-inhand-right + color: "#6E9EE0" + - state: base-module-inhand-right + color: "#337dd6" + - state: base-part-inhand-right + - state: base-stripes-inhand-right + color: "#962023" + +- type: entity + parent: BaseBorgModule + id: BaseXenoborgModuleScout + abstract: true + components: + - type: Tag + tags: + - XenoborgModuleScout + - type: Item + inhandVisuals: + left: + - state: base-icon-inhand-left + color: "#6E9EE0" + - state: base-module-inhand-left + color: "#337dd6" + - state: base-part-inhand-left + - state: base-stripes-inhand-left + color: "#282828" + right: + - state: base-icon-inhand-right + color: "#6E9EE0" + - state: base-module-inhand-right + color: "#337dd6" + - state: base-part-inhand-right + - state: base-stripes-inhand-right + color: "#282828" + +- type: entity + parent: BaseBorgModule + id: BaseXenoborgModuleStealth + abstract: true + components: + - type: Tag + tags: + - XenoborgModuleStealth + - type: Item + inhandVisuals: + left: + - state: base-icon-inhand-left + color: "#6E9EE0" + - state: base-module-inhand-left + color: "#337dd6" + - state: base-part-inhand-left + - state: base-stripes-inhand-left + color: "#FF00CC" + right: + - state: base-icon-inhand-right + color: "#6E9EE0" + - state: base-module-inhand-right + color: "#337dd6" + - state: base-part-inhand-right + - state: base-stripes-inhand-right + color: "#FF00CC" + # generic modules - type: entity id: BorgModuleCable @@ -882,3 +1017,225 @@ - state: base-part-inhand-right - state: base-stripes-inhand-right color: "#7B0F12" + +# xenoborg modules +- type: entity + parent: [ BaseXenoborgModuleGeneric, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleBasic + name: basic xenoborg module + description: Essential items for any xenoborg. + components: + - type: Sprite + layers: + - state: xenoborg_generic + - state: icon-xenoborg-basic + - type: ItemBorgModule + items: + - MaterialBag + - PinpointerMothership + - HandheldGPSBasic + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-basic-module } + +- type: entity + parent: [ BaseXenoborgModuleGeneric, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleTool + name: tool xenoborg module + description: Simple tools for most xenoborgs. + components: + - type: Sprite + layers: + - state: xenoborg_generic + - state: icon-xenoborg-tools + - type: ItemBorgModule + items: + - Crowbar + - Wrench + - Screwdriver + - Wirecutter + - Multitool + - RefuelingWelder + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-tool-module } + +- type: entity + parent: [ BaseXenoborgModuleEngi, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleAccessBreaker + name: access breaker xenoborg module + description: Module with a access breaker. + components: + - type: Sprite + layers: + - state: xenoborg_engi + - state: icon-xenoborg-access-breaker + - type: ItemBorgModule + items: + - AccessBreaker + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-access-breaker-module } + +- type: entity + parent: [ BaseXenoborgModuleEngi, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleFireExtinguisher + name: fire extinguisher xenoborg module + description: Module with a self-refueling fire extinguisher. + components: + - type: Sprite + layers: + - state: xenoborg_engi + - state: icon-xenoborg-fire-extinguisher + - type: ItemBorgModule + items: + - SelfRechargingFireExtinguisher + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-extinguisher-module } + +- type: entity + parent: [ BaseXenoborgModuleHeavy, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleJammer + name: jammer xenoborg module + description: Module with a communication jammer. + components: + - type: Sprite + layers: + - state: xenoborg_heavy + - state: icon-xenoborg-jammer + - type: ItemBorgModule + items: + - XenoborgRadioJammer + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-jammer-module } + +- type: entity + parent: [ BaseXenoborgModuleHeavy, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleLaser + name: laser xenoborg module + description: Module with a laser gun. + components: + - type: Sprite + layers: + - state: xenoborg_heavy + - state: icon-xenoborg-laser + - type: ItemBorgModule + items: + - XenoborgLaserGun + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-laser-module } + +- type: entity + parent: [ BaseXenoborgModuleHeavy, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleHeavyLaser + name: heavy laser xenoborg module + description: Module with a heavy laser gun. + components: + - type: Sprite + layers: + - state: xenoborg_heavy + - state: icon-xenoborg-laser2 + - type: ItemBorgModule + items: + - XenoborgHeavyLaserGun + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-laser2-module } + +- type: entity + parent: [ BaseXenoborgModuleScout, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleSpaceMovement + name: space movement xenoborg module + description: Module that helps a xenoborg move better in space. + components: + - type: Sprite + layers: + - state: xenoborg_scout + - state: icon-xenoborg-space-movement + - type: ItemBorgModule + items: + - HandheldGPSBasic + - HandHeldMassScannerBorg + - HandheldStationMapUnpowered + - WeaponGrapplingGun + - JetpackXenoborg + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-space-movement-module } + +- type: entity + parent: [ BaseXenoborgModuleScout, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleSword + name: sword xenoborg module + description: Module with an energy dagger. + components: + - type: Sprite + layers: + - state: xenoborg_scout + - state: icon-xenoborg-sword + - type: ItemBorgModule + items: + - EnergyDaggerLoudBlue + - JetpackXenoborg + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-sword-module } + +- type: entity + parent: [ BaseXenoborgModuleScout, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleFastSword + name: fast sword xenoborg module + description: Module with a crusher dagger. + components: + - type: Sprite + layers: + - state: xenoborg_scout + - state: icon-xenoborg-sword2 + - type: ItemBorgModule + items: + - WeaponCrusherDagger + - JetpackXenoborg + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-sword2-module } + +- type: entity + parent: [ BaseXenoborgModuleStealth, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleHypo + name: nocturine hypo xenoborg module + description: Module with a self-refilling nocturine hypo. + components: + - type: Sprite + layers: + - state: xenoborg_stealth + - state: icon-xenoborg-hypo + - type: ItemBorgModule + items: + - NocturineHypo + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-hypo-module } + +- type: entity + parent: [ BaseXenoborgModuleStealth, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleChameleonProjector + name: chameleon projector xenoborg module + description: Module with a chameleon projector. + components: + - type: Sprite + layers: + - state: xenoborg_stealth + - state: icon-xenoborg-projector + - type: ItemBorgModule + items: + - ChameleonProjector + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-projector-module } + +- type: entity + parent: [ BaseXenoborgModuleStealth, BaseProviderBorgModule, BaseXenoborgContraband ] + id: XenoborgModuleCloakDevice + name: cloaking device xenoborg module + description: Module with a device that allows xenoborgs to become invisible for some time. + components: + - type: Sprite + layers: + - state: xenoborg_stealth + - state: icon-xenoborg-cloak + - type: ItemBorgModule + items: + - CloakingDevice + - type: BorgModuleIcon + icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-eye-module } diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/cloaking_device.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/cloaking_device.yml new file mode 100644 index 0000000000..6550e21923 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/cloaking_device.yml @@ -0,0 +1,31 @@ +- type: entity + parent: [ BaseItem, BaseXenoborgContraband ] + id: CloakingDevice + name: cloaking device + description: A device that allows xenoborgs to go invisible. + components: + - type: Sprite + sprite: Objects/Specific/Research/anomalyscanner.rsi + state: icon + - type: ItemToggle + - type: ComponentToggler + parent: true + components: + - type: Stealth + minVisibility: 0.1 + lastVisibility: 0.1 + - type: PowerCellDraw + drawRate: 3.6 # 100 seconds + - type: ToggleCellDraw + - type: PowerCellSlot + cellSlotId: cell_slot + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellSmallNuclear + disableEject: true + swap: false diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/material_bag.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/material_bag.yml new file mode 100644 index 0000000000..79042fb561 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/material_bag.yml @@ -0,0 +1,29 @@ +- type: entity + parent: [ BaseStorageItem, BaseXenoborgContraband ] + id: MaterialBag + name: material bag + description: A robust bag for xenoborgs to carry large amounts of materials. + components: + - type: MagnetPickup + - type: Sprite + sprite: Objects/Specific/Mining/ore_bag.rsi + state: icon + - type: Clothing + sprite: Objects/Specific/Mining/ore_bag.rsi + quickEquip: false + slots: + - belt + - type: Item + size: Ginormous + - type: Storage + maxItemSize: Normal + grid: + - 0,0,9,3 + quickInsert: true + areaInsert: true + whitelist: + tags: + - Sheet + - RawMaterial + - Ingot + - type: Dumpable diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/nocturine_hypo.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/nocturine_hypo.yml new file mode 100644 index 0000000000..120e7c9a0f --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoborg/nocturine_hypo.yml @@ -0,0 +1,19 @@ +- type: entity + parent: [ BorgHypo, BaseXenoborgContraband ] + id: NocturineHypo + name: nocturine hypo + description: A self-refilling injector for rapid administration of nocturine to victms. + components: + - type: SolutionContainerManager + solutions: + hypospray: + maxVol: 12 + reagents: + - ReagentId: Nocturine + Quantity: 12 + - type: SolutionRegeneration + solution: hypospray + generated: + reagents: + - ReagentId: Nocturine + Quantity: 0.2 diff --git a/Resources/Prototypes/Entities/Objects/Tools/jammer.yml b/Resources/Prototypes/Entities/Objects/Tools/jammer.yml index bcb6a435d0..0066c5826c 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jammer.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jammer.yml @@ -48,3 +48,16 @@ Low: {state: jammer_low_charge} Medium: {state: jammer_medium_charge} High: {state: jammer_high_charge} + +- type: entity + parent: [RadioJammer, BaseXenoborgContraband] + id: XenoborgRadioJammer + name: xenoborg radio jammer + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellMicroreactor + disableEject: true + swap: false diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index e77394791e..abbf68a27e 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -284,3 +284,22 @@ moles: - 1.025689525 # oxygen - 1.025689525 # nitrogen + +# Infinite jetpack +- type: entity + parent: [ JetpackBlack, BaseXenoborgContraband ] + id: JetpackXenoborg + name: xenoborg jetpack + suffix: Infinite + components: + - type: GasTank + outputPressure: 21.3 + air: + volume: 5 + temperature: 293.15 + - type: Jetpack + moleUsage: 0 + - type: MovementSpeedModifier + weightlessAcceleration: 1.3 + weightlessFriction: 0.3 + weightlessModifier: 1 diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 43c1019dd6..686bc6cd2d 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -200,3 +200,21 @@ enabled: false radius: 1.0 color: orange + +- type: entity + parent: [ Welder, BaseXenoborgContraband ] + id: RefuelingWelder + name: refuling welding tool + description: "An slow welder that can refuel itself over time." + components: + - type: Tool + speedModifier: 0.5 + - type: Welder + fuelConsumption: 2 + fuelLitCost: 1 + - type: SolutionRegeneration + solution: Welder + generated: + reagents: + - ReagentId: WeldingFuel + Quantity: 0.1 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 4304e83602..47f8e8496c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -843,3 +843,16 @@ startingCharge: 1000 - type: StaticPrice price: 100 + +- type: entity + name: xenoborg laser gun + parent: [ WeaponAdvancedLaser, BaseXenoborgContraband ] + id: XenoborgLaserGun + +- type: entity + name: xenoborg heavy laser gun + parent: [ WeaponAdvancedLaser, BaseXenoborgContraband ] + id: XenoborgHeavyLaserGun + components: + - type: HitscanBatteryAmmoProvider + proto: RedHeavyLaser diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 4be577e0fe..dab155f02e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -392,3 +392,12 @@ components: # could add energy-draining like the L6C - type: Wieldable freeHandsRequired: 0 # because borg has no off-hand to wield with. Without this, it will be unable to activate the esword + +- type: entity + parent: [ EnergyDaggerLoud, BaseXenoborgContraband ] + id: EnergyDaggerLoudBlue + suffix: blue + components: + - type: EnergySword + colorOptions: + - "#2288ff" # can only be blue diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index a73c8fe54a..7a778953c5 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1427,4 +1427,19 @@ - type: Tag id: WriteIgnoreStamps +- type: Tag + id: XenoborgModuleEngi + +- type: Tag + id: XenoborgModuleGeneric + +- type: Tag + id: XenoborgModuleHeavy + +- type: Tag + id: XenoborgModuleScout + +- type: Tag + id: XenoborgModuleStealth + # ALPHABETICAL diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/meta.json b/Resources/Textures/Interface/Actions/actions_borg.rsi/meta.json index 884e922ac8..fde2ab63a6 100644 --- a/Resources/Textures/Interface/Actions/actions_borg.rsi/meta.json +++ b/Resources/Textures/Interface/Actions/actions_borg.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/cdbcb1e858b11f083994a7a269ed67ef5b452ce9, Module actions by Scarky0. chem, adv-chem, and adv-mining by mubururu_", + "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/cdbcb1e858b11f083994a7a269ed67ef5b452ce9, Module actions by Scarky0. chem, adv-chem, and adv-mining by mubururu_, xenoborg actions by Samuka-C (github)", "size": { "x": 32, "y": 32 @@ -112,6 +112,45 @@ { "name":"syndicate-martyr-module" }, + { + "name":"xenoborg-access-breaker-module" + }, + { + "name":"xenoborg-basic-module" + }, + { + "name":"xenoborg-extinguisher-module" + }, + { + "name":"xenoborg-eye-module" + }, + { + "name":"xenoborg-hypo-module" + }, + { + "name":"xenoborg-jammer-module" + }, + { + "name":"xenoborg-laser-module" + }, + { + "name":"xenoborg-laser2-module" + }, + { + "name":"xenoborg-projector-module" + }, + { + "name":"xenoborg-space-movement-module" + }, + { + "name":"xenoborg-sword-module" + }, + { + "name":"xenoborg-sword2-module" + }, + { + "name":"xenoborg-tool-module" + }, { "name": "select-type" } diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-access-breaker-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-access-breaker-module.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d5d40120de7ea5773197a8982c01eaadf4fa67 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT*IMdU`F~p*G?PN#3 z!wNhs&Xd0W`meuEP=N2N(~>fk9SOYLGamn7-=4BY+;RPm)0!HK9|%p+Z~nTFC(m$Z zcC-1E#>saaqzz0N+S)D(F(0~MEHN?dfX)dX^+OF2ZL4`oxvxkiW=L*0@!{BpGX;gk zU4LyYe*0c3Zr&{YqLQs%t~jw{`5LyVisv}4G~F?f%G!42^}2htbKYM6J&~VNhkFu7 RTx>STSDvnZF6*2UngHZtY9{~y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-basic-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-basic-module.png new file mode 100644 index 0000000000000000000000000000000000000000..ac7bae54fef2a1d52652447344f464b4f0feaca3 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT*SnBEG7-G@8cXA|O zg8>KYQL&2e_8X6RIEg!LIrcI=US0F_wpvHtjn!N`gr|OE*yOPD!6oOlj58UZd-Cjk zypU11nekDgYktFy=Sp1{8O#JEVji$F8!=Dg)vtf3byB!FZEr)BfrQufcPCwz2HPez f<`iDK8vTUfi4BkFXZEfMAQyYO`njxgN@xNAHYQdY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-extinguisher-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-extinguisher-module.png new file mode 100644 index 0000000000000000000000000000000000000000..eea9820bc0d4826b31633c1f9d906b1281e13681 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT**y`!x7-G?TcCsVi zVFex*=Q(%3{*RBDEVfWXV%4_xb7wzg9AV7At#1)@YoE%Vp2crCmvUZPD0!jHNK0Ub zn8TNcaSE(oj;wW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-eye-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-eye-module.png new file mode 100644 index 0000000000000000000000000000000000000000..e0a931253108e4e208a02e66fa7f133b0c157a62 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT*xX{zZF~p*G>*PSb z!wNjkr_(y#*FSpbU{cBwdMm76A!PP-fd>}<6mvxDZf2+j$VpG-urb#%7jSzU&2%Bg z!EeSkccZ47;;XkN2wYe*Yg%=JD$jg|qmmuMjJ@v`e`8^PtTchwZm#<>Q}ZqHaQ z>pxRbzA)v&3_%&kt&NO7-ZTr$alX{P;!*6us#yXqrytu~|820X@^$a8X$4;k^yc5| ZuVS2L$2BFoT6r(Xcb=|(F6*2UngFe2ZBzgN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-hypo-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-hypo-module.png new file mode 100644 index 0000000000000000000000000000000000000000..437df1419ec04386a37116a02abafb934a7bd2fa GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT**zW1#7-G@8ck)5L z!v-AAv#;Iw`CnhIS8C-|CK;=c96tb1W<<2Lpz>&AU}Az`njxgN@xNAU#nxZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-jammer-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-jammer-module.png new file mode 100644 index 0000000000000000000000000000000000000000..7bafb93b6abbeb50f2cbf10b339a05bc70b66256 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT*IK|V&F~p+x?Bs)d zEebp?u3L=%|37NIcG8ZBiX=oR=mzNO>GR%y-PZQ7Eaw;RS~Y|Mv*VEiX6@?PffC;rWBvHvJNUQ9^M?4B8z| z1bo)=c~M%#KhgPY{wD^XszSz|-I8sY=AlpG_pE3s_+FT||DJO#L(x{Qn6xh?H$Wcp MboFyt=akR{0Q8?}mjD0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-laser-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-laser-module.png new file mode 100644 index 0000000000000000000000000000000000000000..ac574e0c62c5d92fcdf3342ba61eea561fe416dc GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT*IK|V&F~p+x?Bs(& zEe0IUYqzTW|9_M_IWS7x_Kh5maU92bkvE(EI7e%ppYC#Z<5bhYLTBHQd#(!aIdggg z#hF}Pd_Ndm_PAi9c&TcIlz|Y3gN=`i3PYO3mERmJ1--sme@nO{8tb-Bls)=VEX;v( zj{f8;f6gU-b?n(~z_8h~jOlpj85Y}zb+e!I-TUEgYdh!o^6!i7GVgQUdGB_99mqqT Lu6{1-oD!MRX<3?8?o5F=N%c_D-*3f++&NLRp9Ib)P(9pgO^` zncHdl2j;{N3#Luqp3w6}Ye9E{hp$ub<~SS2@10YUI73;Ym>8ExEqAS8O5ltamG5Kd zGGF=iQdNWKi&bt$U3YcYG@LA4qWa|BQ!CrOW{c*wGVZG5W7#JBlC!F54aaZO=ITSe l&)z>QJ#_ha<)5nhSIh!B+*>#49nuGR)YH|^Wt~$(697~=bkhI; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-projector-module.png b/Resources/Textures/Interface/Actions/actions_borg.rsi/xenoborg-projector-module.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4b5eae6d2744ffcba8e1c8b82ffba9441a25da GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|qyv0HT!Azg zh%+!~3knv*#r@aR{I9HhMqIpMlVIl#pd4pOkY6yve<(0#ntcT**y!ov7-G?THQ14_ z!GNPUO5=b1#@UZd1UEIyZAn(2#rI;yGV=xz_kAh_Y^UZdkZDnM{JDtffuJ_S5_YB5 zSq7gKm|DFo7d ztqMHNtg+j_*FOqAAj@pjd-0zFuXg;7p46XC(HiTQJ5(omTLyeOAf@q@rDJ``b>W_< z>g$4MLe6elwR_@$$aC_CX9g@+YF*63K7>G4JRW(pr_*B%fXUExj^Y`ksOyuADL1p>; zX9sVq)TdvGakwq=$=bQzpz-gy3s(zyKiWw#Z@PK(Vc34#IoFqePp)AMxWWBo)!Cna PK!M=t>gTe~DWM4fM`wb5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-access-breaker.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-access-breaker.png new file mode 100644 index 0000000000000000000000000000000000000000..7e3f58f69b9f6d05a39b758ecb65e0bd7d667999 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}1)eUBArY;~ z2@Bn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+NcGY9?+S;|F<4j@7X|; zLWWICclc^ZBzT48;YNF~GGuGY V^Sx}GwH0VLgQu&X%Q~loCIF98IBEa@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-basic.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..59cee451e49fa26265bc2e31abf7a957f2e5c384 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL|>AJY5_^B3hFZ zBv=6E&u=k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-cloak.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-cloak.png new file mode 100644 index 0000000000000000000000000000000000000000..1db95de9ee7cf5c5c38e2675b185ae09436d9158 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY;~ z2@Bn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+NcGYa(HSPpSfQBn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+NcGYCTy~mTucIw8ievr{_ f2Q?&Ek1#Mi@>k_M+#zlPbO3{=tDnm{r-UW|VrxLy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-hypo.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-hypo.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a4d5a182ce976c64af028cf1e38545f45d194e GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}C7v#hArY;~ z2@Bn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+K2_29?+S;|F>R@&c)D~ zjI$SaF#0^nXo{ToqU)u^E(?YBn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+K2_2a(HSPpSfQv?rd{W z^m3p{A%ofJ4VE3t_#C!Ph?#$wLD+JZQ0!FAZ8MbE1B9NuNH|b@Py=Q#14E>>wAOj| RsB)mS44$rjF6*2UngDjLH`xFH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-laser.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-laser.png new file mode 100644 index 0000000000000000000000000000000000000000..a273f5759704d6ce7a74087f2824a559854134ce GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL|>AJY5_^B3hFZ zBv=#=7Vvn(2bOvQ_$R|PxQJ&E+&#+)$iuuj{@m(LhVy4h7&5~eA+vs)${C_bnGvw(p? YeU_G=@UwOQfYvj3y85}Sb4q9e03^IVQ2+n{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-laser2.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-laser2.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ae5568d6115d41f79a9d43d1b120cb480a69e9 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY;~ z2@Bn&34N?h1~zCO9IkmuuO{dl7z`8S<5Rr)N+G7u9_PncmXe#mjr zM$0ZWz622P@N+A5DKd&YHsL+PjHd?Oi8Z?{8SXw}Bn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+NcGYE{L|P{~o*M(Ge!G zB9ntUuFuqWUAoA~!^5K?w#d3e#GyzeKzf2GQ|G!<8vE4Df1E5ju={zrWQ)pFL!H|1 hbN*z&ZP~=gki1AH#ed4S(?C}+c)I$ztaD0e0sy)oK`sCQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-space-movement.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-space-movement.png new file mode 100644 index 0000000000000000000000000000000000000000..92250c914da7c24330e873d11fff95c92c91bc9f GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`JOJ0ArY;~ z2@Bn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+NcGY9?+S;|F<4j@7X|; zLWWICclFVdQ&MBb@0Q=TEkN^Mx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-sword.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-sword.png new file mode 100644 index 0000000000000000000000000000000000000000..51d9fa3bb465ea53b3a2b36db89e7dcf33229d93 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}HJ&bxArY;~ z2@Bn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+K2_2E{L|P{~pT*1Z^(i zKJJ3dGfrG&*(~A~%ygoNVb{|qzvktzD@1#AK25Ps`1fviLAPcv+a%$KyPtEMo>=?; ko#oS)i4aTN4xV6P$T=t9>tDZQAzopr0C1Z`jsO4v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-sword2.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-xenoborg-sword2.png new file mode 100644 index 0000000000000000000000000000000000000000..8824694e2d383482df5b432df3d74d7c926fc01d GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R})t)YnArY-_ zCvD_yFyLX4Kf)*3V!Dah^;ywDzDVWf3N8%?6{V?jo0|5kO;Y`RuZz)%L-9$nTJ~YN z#~a%&TBn&34Qe0O0zFyHYmFHvm`S(UTE6dbw+NcGY9?+S;|F<4j@7X|; zLI$ITNIy=6+l-y-PHC9jm37cH_#*S+ou$&fiOuqnH4wwx4r(Z{GB7;Px%3`s;mR9J=Wl+SC^U>L_gjv+Q1X(3&q>e7pKJvf=TVTTZ5PIvJjf`}kJ2%d)X z$6=^{fD=9FlnUa>_z&#lK}4}2>U5WF2M+AXXPY%CUKbLf0dTy@YKi+r4p}8=7vtd6oe%v-o zB$F(ZN=@%}4WO#3xmIbRRsMxhE|KWX*|l{46Nf&wddyxgeAJ1@6tgYb0l>v8mpP*K zlS(EW-?{#ROeSLrA&?{qGkcx(&OW}qyyYgh*)?#DpI<&udo@NR0@do@4*2>7&rbK4 z09R*fOpNRX;Owkbi>8lKTbgq<-=XZW*L8F7?m)}NgTYZ5?dd^#zw>~vXX2n*wL$)8QGlB`DRL7Pl?UncJgDI(p9m-lN#4d~G;iDKGN6@RpVG;-=xZgm_Fb<1r=3 gI}Qm63Hi7D24YRJdbE&;ivR!s07*qoM6N<$f}^_&BLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_generic.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_generic.png new file mode 100644 index 0000000000000000000000000000000000000000..59dba02f42374cb827d448e8e2aea6ac25093095 GIT binary patch literal 562 zcmV-20?qx2P)Px$>`6pHR9J=WmA`8fVHn3hmJ*sbr^d+U!O zc5zm^XcYz5`VVyKP(&~wYOzZz=uip`m0)Yd9P~{*isx{-gY+)ByPb2+wZHBVi~0EI%q z+|zsLRsLesYh;IS1vcOMJV!dEnu%lvfXRDzxuBh=n9BwaAcR075kg=B^2b-czkTd$ zer#+SfJ8DwJPwTpJb&_(hvf&JdRKsjYeOc${naM(Q+WVxe6ecD(nXp(YaPw|)Z@@WWr@HD~0mjP;#$X9C^q$*GI#NpFW8uvE2Sx&GyLLbb;atL?82TnLCC|BEudI#B z6RpZ=V8VR)VzzA-bnSqY5`cJ!05K(xp>G0k;$*36CH8B6BK4Bzw(V7K39 zx4zB0$_IAq+rIA}2Px%3`s;mR9J=Wl+Q~PVHn3hi9|cf?8>YQTe*8_b1#OG(gretS$c?wAS$qk?rlE~ zQh$L_hjOE!TiB(ebO?zkT8zr_q8&Pj;8rYX7Q5uT+aSFirX5{pXWThhm-(FD_kF(e ze!o2P@_>(zkI#Q*%VrzI<4IXr&(D9d`8C#aNynvUa_#=u!_zj+lk<7 z%0fP0^KQogu~iPvwPj*Ux zt21TB(mMe-^U|zc*6#5M4VUga9DmA;5Tg zf`LpAKL*dTyFF1=n|wEA(>rzmKv5JcM7>lx&^~vorr~-V=Rjo;8NUp)Q^TI-z*@eI zo*?@+i=NWGjpAG`XNjAZX64pkl-906zPx%2}wjjR9J=Wl)q~eVHn3hmLld_E`dvfr#813%~Gk@(m3>lTJ7Q>f=IC_xTpRY ziv9%^9kd1oN9*9)$w5RhMbv7S*1@3^5|uz}#RU5%p2c%Gb2h!)^=_yx_nF@JeZKd8 zzdZNyKuAbP$bV+rRvTzq+N`e&g%1wDRzH_?U3_A$-<7)?z$ zzH|Kr>2%r@LLf;JX6730oxOa1cHK>GvwPqw-#@;k_I#X31gh1)9q{!F9-rS&!!0>yk7EK+cwzA-AzC+n-uj}UE-GP>k2ZLiW`olx^e%C=?&%{BsYJ~vE-MWpQ z(VOZVw?Dm60cH_GP@9ukoLg%Wb93aAcdQ^&qn>0N$h6sC;TTUo9{5BL9lj^75wPw}g01G2<~M$U6=R d2?_bP{02uLv8i8(eH#D(002ovPDHLkV1hL06kz}W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_stealth.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/xenoborg_stealth.png new file mode 100644 index 0000000000000000000000000000000000000000..aa6d782f4d4ee396acd00757ab36e633afa463db GIT binary patch literal 592 zcmV-W0Px%3Q0skR9J=Wl(B0QVHn1LmLld_F2PF!QJXBrWT{kaF)k-G#VigYhzR1~Dz+-L zD5X;g6&*B+f@}Q;ii3k##ek^QIDZS}P>jFYzdz!Tb%| zER{-4&$bN^i^cS{N(-&>Z?tlWNY8n*mSwj^pGzDz*Gumw2!|BCE!Y9Tr7M>?rXD38 zjadG(y@FIKr3)dDBndrzo%YUNzCFKTCpX#Kca5K4-cfroP9Ol)>UsxUUBQ#n-8#V4 zxf+uL`v5rm(WnIz8EPx@w&uH({pPxE4$d8D*}Ty|ETcYJZ|9yvuAYg7YSjnJW53`c%EG&W9T|5gqHS^dHNe8WR@?0^sgfPjYpBcmB| zV^ci72nUjhhT8Po8H?Vw0|1gFnIYU#??7_lLsP@e*v^6aAkuzmC}+k!&4G=4pEyO~ zO#wBndK<;XV$l@0t<38?gHbwq&H>J&SgU+(*k3I#^Rn=o)$;O|;kSiwNYTR~#mhVP e@$vEbxBLO#Qn2Pm{^eN!0000 Date: Mon, 28 Apr 2025 15:21:53 -0700 Subject: [PATCH 102/318] Disown atmos and botany (#37017) * Disown atmos and botany * Update .github/CODEOWNERS --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .github/CODEOWNERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 35d6b39c06..51eb07bf15 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,13 +29,6 @@ /Pow3r/ @PJB3005 /Content.Server/Power/Pow3r/ @PJB3005 -# notafet -/Content.*/Atmos/ @Partmedia -/Content.*/Botany/ @Partmedia - -# Jezi -/Content.*/Medical @Jezithyr -/Content.*/Body @Jezithyr # Sloth /Content.*/Audio @metalgearsloth From bd08c711896aec4da6dbe439a3ed974627e13cb3 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:43:39 -0400 Subject: [PATCH 103/318] Fix t-ray scanner exception spam (#37018) --- .../Prototypes/Entities/Structures/Power/cable_terminal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml index fc0ec95d4d..4112dffd5e 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml @@ -31,6 +31,7 @@ acts: ["Destruction"] - type: Visibility layer: 1 + - type: Appearance - type: SubFloorHide blockAmbience: false blockInteractions: false From f7a8a1779e06a625cb4b9b277026e1800a2bfab4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 28 Apr 2025 23:44:46 +0000 Subject: [PATCH 104/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 767ad933dd..e324a0b4ae 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: SpaceRox1244 - changes: - - message: Massive scrap can now fit in bags of holding. - type: Tweak - id: 7876 - time: '2025-01-30T12:06:41.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33454 - author: sleepyyapril changes: - message: Fixed double muzzle flash for the user. @@ -3918,3 +3911,10 @@ id: 8377 time: '2025-04-28T21:16:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37019 +- author: themias + changes: + - message: cable terminals are now visually layered below floors, like other cables + type: Fix + id: 8378 + time: '2025-04-28T23:43:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37018 From 46713824193b0254b5b6d4e6c517e4120b513c15 Mon Sep 17 00:00:00 2001 From: Victor Shen <71985089+Vexerot@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:24:12 -0700 Subject: [PATCH 105/318] Remove Contact Slowdown when Weightless or in the Air (#33299) * removed contact slowdowns from entities that are weightless or in the air * fixed kudzu not applying contact slowdown to airbone entities * revert kudzu fix * reimplemented kudzu fix with bool datafield * update variable serialization format Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> * empty commit * cleaned up and added documentation * cached airborne check * rerun tests * minor review --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> Co-authored-by: Milon --- .../SpeedModifierContactsComponent.cs | 30 ++++++++++++++----- .../Systems/SpeedModifierContactsSystem.cs | 9 ++++++ .../Entities/Objects/Misc/kudzu.yml | 2 ++ 3 files changed, 33 insertions(+), 8 deletions(-) diff --git a/Content.Shared/Movement/Components/SpeedModifierContactsComponent.cs b/Content.Shared/Movement/Components/SpeedModifierContactsComponent.cs index 73bb0690fd..f288363a2d 100644 --- a/Content.Shared/Movement/Components/SpeedModifierContactsComponent.cs +++ b/Content.Shared/Movement/Components/SpeedModifierContactsComponent.cs @@ -4,19 +4,33 @@ using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; -[NetworkedComponent, RegisterComponent] -[AutoGenerateComponentState] -[Access(typeof(SpeedModifierContactsSystem))] +/// +/// Component that modifies the movement speed of other entities that come into contact with the entity this component is added to. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SpeedModifierContactsSystem))] public sealed partial class SpeedModifierContactsComponent : Component { - [DataField("walkSpeedModifier"), ViewVariables(VVAccess.ReadWrite)] - [AutoNetworkedField] + /// + /// The modifier applied to the walk speed of entities that come into contact with the entity this component is added to. + /// + [DataField, AutoNetworkedField] public float WalkSpeedModifier = 1.0f; - [AutoNetworkedField] - [DataField("sprintSpeedModifier"), ViewVariables(VVAccess.ReadWrite)] + /// + /// The modifier applied to the sprint speed of entities that come into contact with the entity this component is added to. + /// + [DataField, AutoNetworkedField] public float SprintSpeedModifier = 1.0f; - [DataField("ignoreWhitelist")] + /// + /// Indicates whether this component affects the movement speed of airborne entities that come into contact with the entity this component is added to. + /// + [DataField, AutoNetworkedField] + public bool AffectAirborne; + + /// + /// A whitelist of entities that should be ignored by this component's speed modifiers. + /// + [DataField] public EntityWhitelist? IgnoreWhitelist; } diff --git a/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs b/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs index 089fbbf924..e53a4351d1 100644 --- a/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs +++ b/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs @@ -1,6 +1,7 @@ using Content.Shared.Inventory; using Content.Shared.Movement.Components; using Content.Shared.Movement.Events; +using Content.Shared.Gravity; using Content.Shared.Slippery; using Content.Shared.Whitelist; using Robust.Shared.Physics.Components; @@ -12,6 +13,7 @@ namespace Content.Shared.Movement.Systems; public sealed class SpeedModifierContactsSystem : EntitySystem { [Dependency] private readonly SharedPhysicsSystem _physics = default!; + [Dependency] private readonly SharedGravitySystem _gravity = default!; [Dependency] private readonly MovementSpeedModifierSystem _speedModifierSystem = default!; [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; @@ -84,6 +86,9 @@ public sealed class SpeedModifierContactsSystem : EntitySystem var walkSpeed = 0.0f; var sprintSpeed = 0.0f; + // Cache the result of the airborne check, as it's expensive and independent of contacting entities, hence need only be done once. + var isAirborne = physicsComponent.BodyStatus == BodyStatus.InAir || _gravity.IsWeightless(uid, physicsComponent); + bool remove = true; var entries = 0; foreach (var ent in _physics.GetContactingEntities(uid, physicsComponent)) @@ -95,6 +100,10 @@ public sealed class SpeedModifierContactsSystem : EntitySystem if (_whitelistSystem.IsWhitelistPass(slowContactsComponent.IgnoreWhitelist, uid)) continue; + // Entities that are airborne should not be affected by contact slowdowns that are specified to not affect airborne entities. + if (isAirborne && !slowContactsComponent.AffectAirborne) + continue; + walkSpeed += slowContactsComponent.WalkSpeedModifier; sprintSpeed += slowContactsComponent.SprintSpeedModifier; speedModified = true; diff --git a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml index c688c7cadc..e35e915b09 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml @@ -15,6 +15,8 @@ - type: ActiveEdgeSpreader - type: EdgeSpreader id: Kudzu + - type: SpeedModifierContacts + affectAirborne: true - type: entity id: Kudzu From 9154fbf7fe943601f93dc82ad844c67faafd2f5d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 00:25:19 +0000 Subject: [PATCH 106/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e324a0b4ae..6e8478534f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: sleepyyapril - changes: - - message: Fixed double muzzle flash for the user. - type: Fix - id: 7877 - time: '2025-01-30T13:34:05.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33981 - author: BarryNorfolk changes: - message: Added a history tab to the bounty computer, showing all past completed @@ -3918,3 +3911,10 @@ id: 8378 time: '2025-04-28T23:43:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37018 +- author: Vexerot + changes: + - message: Entities that are weightless or in the air are no longer slowed by puddles. + type: Tweak + id: 8379 + time: '2025-04-29T00:24:12.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33299 From b33f1db4321a728ccb21ea0edb1ed1f427ef37d0 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:26:23 -0400 Subject: [PATCH 107/318] Theatre access to Service Request Computer (#37003) --- .../Entities/Structures/Machines/Computers/computers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index a05c88aadb..a0bd67a3c2 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -1065,7 +1065,7 @@ - type: PointLight color: "#afe837" - type: AccessReader - access: [["Service"]] + access: [["Service"], ["Theatre"]] - type: entity id: ComputerCargoBounty From a8054c37b1915118cf0a205655bfe83a45002b8e Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 00:27:29 +0000 Subject: [PATCH 108/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6e8478534f..abed2c79d9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: BarryNorfolk - changes: - - message: Added a history tab to the bounty computer, showing all past completed - and skipped orders (and who skipped them). - type: Add - id: 7878 - time: '2025-01-30T17:27:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33932 - author: K-Dynamic changes: - message: The Kammerer now holds 7 shells but now fires slightly slower than other @@ -3918,3 +3910,11 @@ id: 8379 time: '2025-04-29T00:24:12.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33299 +- author: themias + changes: + - message: Theatre workers (clown/mime/musician) now have access to the Service + Request Computer + type: Tweak + id: 8380 + time: '2025-04-29T00:26:23.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37003 From 8c38aa3742efbd48c866485d653d024ef7a69fdc Mon Sep 17 00:00:00 2001 From: Kirus59 <145689588+Kirus59@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:12:25 +0300 Subject: [PATCH 109/318] BatteryWeaponPowerCell tweaks (#33500) * BatteryWeaponPowerCell tweaks * add update ammo ev & shuttle guns tweaks * MilonPL requested changes * revert changes in OnPowerCellChanged * Add events to get charge info & change current charge --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- .../Power/Components/BatteryComponent.cs | 26 ++++++++++ .../Power/EntitySystems/BatterySystem.cs | 49 ++++++++++++++----- Content.Server/PowerCell/PowerCellSystem.cs | 19 +++++++ .../Ranged/Systems/GunSystem.Battery.cs | 43 ++++++++++------ .../Weapons/Ranged/Systems/GunSystem.cs | 2 + .../Ranged/Systems/SharedGunSystem.Battery.cs | 6 +-- .../Entities/Objects/Power/powercells.yml | 6 --- .../Weapons/Guns/Battery/battery_guns.yml | 10 ++-- .../Entities/Structures/Shuttles/cannons.yml | 20 +++++--- 9 files changed, 138 insertions(+), 43 deletions(-) diff --git a/Content.Server/Power/Components/BatteryComponent.cs b/Content.Server/Power/Components/BatteryComponent.cs index 860b7b219a..96571bcca3 100644 --- a/Content.Server/Power/Components/BatteryComponent.cs +++ b/Content.Server/Power/Components/BatteryComponent.cs @@ -38,4 +38,30 @@ namespace Content.Server.Power.Components /// [ByRefEvent] public readonly record struct ChargeChangedEvent(float Charge, float MaxCharge); + + /// + /// Raised when it is necessary to get information about battery charges. + /// + [ByRefEvent] + public sealed class GetChargeEvent : EntityEventArgs + { + public float CurrentCharge; + public float MaxCharge; + } + + /// + /// Raised when it is necessary to change the current battery charge to a some value. + /// + [ByRefEvent] + public sealed class ChangeChargeEvent : EntityEventArgs + { + public float OriginalValue; + public float ResidualValue; + + public ChangeChargeEvent(float value) + { + OriginalValue = value; + ResidualValue = value; + } + } } diff --git a/Content.Server/Power/EntitySystems/BatterySystem.cs b/Content.Server/Power/EntitySystems/BatterySystem.cs index 89e3ed2c1f..a0ce3ddaad 100644 --- a/Content.Server/Power/EntitySystems/BatterySystem.cs +++ b/Content.Server/Power/EntitySystems/BatterySystem.cs @@ -24,6 +24,8 @@ namespace Content.Server.Power.EntitySystems SubscribeLocalEvent(OnBatteryRejuvenate); SubscribeLocalEvent(CalculateBatteryPrice); SubscribeLocalEvent(OnEmpPulse); + SubscribeLocalEvent(OnChangeCharge); + SubscribeLocalEvent(OnGetCharge); SubscribeLocalEvent(PreSync); SubscribeLocalEvent(PostSync); @@ -116,21 +118,26 @@ namespace Content.Server.Power.EntitySystems TrySetChargeCooldown(uid); } + private void OnChangeCharge(Entity entity, ref ChangeChargeEvent args) + { + if (args.ResidualValue == 0) + return; + + args.ResidualValue -= ChangeCharge(entity, args.ResidualValue); + } + + private void OnGetCharge(Entity entity, ref GetChargeEvent args) + { + args.CurrentCharge += entity.Comp.CurrentCharge; + args.MaxCharge += entity.Comp.MaxCharge; + } + public float UseCharge(EntityUid uid, float value, BatteryComponent? battery = null) { - if (value <= 0 || !Resolve(uid, ref battery) || battery.CurrentCharge == 0) + if (value <= 0 || !Resolve(uid, ref battery) || battery.CurrentCharge == 0) return 0; - var newValue = Math.Clamp(0, battery.CurrentCharge - value, battery.MaxCharge); - var delta = newValue - battery.CurrentCharge; - battery.CurrentCharge = newValue; - - // Apply a cooldown to the entity's self recharge if needed. - TrySetChargeCooldown(uid); - - var ev = new ChargeChangedEvent(battery.CurrentCharge, battery.MaxCharge); - RaiseLocalEvent(uid, ref ev); - return delta; + return ChangeCharge(uid, -value, battery); } public void SetMaxCharge(EntityUid uid, float value, BatteryComponent? battery = null) @@ -164,6 +171,26 @@ namespace Content.Server.Power.EntitySystems var ev = new ChargeChangedEvent(battery.CurrentCharge, battery.MaxCharge); RaiseLocalEvent(uid, ref ev); } + + /// + /// Changes the current battery charge by some value + /// + public float ChangeCharge(EntityUid uid, float value, BatteryComponent? battery = null) + { + if (!Resolve(uid, ref battery)) + return 0; + + var newValue = Math.Clamp(0, battery.CurrentCharge + value, battery.MaxCharge); + var delta = newValue - battery.CurrentCharge; + battery.CurrentCharge = newValue; + + TrySetChargeCooldown(uid); + + var ev = new ChargeChangedEvent(battery.CurrentCharge, battery.MaxCharge); + RaiseLocalEvent(uid, ref ev); + return delta; + } + /// /// Checks if the entity has a self recharge and puts it on cooldown if applicable. /// diff --git a/Content.Server/PowerCell/PowerCellSystem.cs b/Content.Server/PowerCell/PowerCellSystem.cs index f7b4cf0249..01767d6c41 100644 --- a/Content.Server/PowerCell/PowerCellSystem.cs +++ b/Content.Server/PowerCell/PowerCellSystem.cs @@ -42,6 +42,9 @@ public sealed partial class PowerCellSystem : SharedPowerCellSystem SubscribeLocalEvent(OnCellSlotExamined); // funny SubscribeLocalEvent(OnSlotMicrowaved); + + SubscribeLocalEvent(OnGetCharge); + SubscribeLocalEvent(OnChangeCharge); } private void OnSlotMicrowaved(EntityUid uid, PowerCellSlotComponent component, BeingMicrowavedEvent args) @@ -244,4 +247,20 @@ public sealed partial class PowerCellSystem : SharedPowerCellSystem args.PushMarkup(Loc.GetString("power-cell-component-examine-details-no-battery")); } } + + private void OnGetCharge(Entity entity, ref GetChargeEvent args) + { + if (!TryGetBatteryFromSlot(entity, out var batteryUid, out _)) + return; + + RaiseLocalEvent(batteryUid.Value, ref args); + } + + private void OnChangeCharge(Entity entity, ref ChangeChargeEvent args) + { + if (!TryGetBatteryFromSlot(entity, out var batteryUid, out _)) + return; + + RaiseLocalEvent(batteryUid.Value, ref args); + } } diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs index ad4bb714d9..1cb19f0755 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs @@ -2,9 +2,11 @@ using Content.Server.Power.Components; using Content.Shared.Damage; using Content.Shared.Damage.Events; using Content.Shared.FixedPoint; +using Content.Shared.PowerCell.Components; using Content.Shared.Projectiles; using Content.Shared.Weapons.Ranged; using Content.Shared.Weapons.Ranged.Components; +using Content.Shared.Weapons.Ranged.Events; using Robust.Shared.Prototypes; namespace Content.Server.Weapons.Ranged.Systems; @@ -19,29 +21,36 @@ public sealed partial class GunSystem SubscribeLocalEvent(OnBatteryStartup); SubscribeLocalEvent(OnBatteryChargeChange); SubscribeLocalEvent(OnBatteryDamageExamine); + SubscribeLocalEvent(OnPowerCellChanged); // Projectile SubscribeLocalEvent(OnBatteryStartup); SubscribeLocalEvent(OnBatteryChargeChange); SubscribeLocalEvent(OnBatteryDamageExamine); + SubscribeLocalEvent(OnPowerCellChanged); } - private void OnBatteryStartup(EntityUid uid, BatteryAmmoProviderComponent component, ComponentStartup args) + private void OnBatteryStartup(Entity entity, ref ComponentStartup args) where T : BatteryAmmoProviderComponent { - UpdateShots(uid, component); + UpdateShots(entity, entity.Comp); } - private void OnBatteryChargeChange(EntityUid uid, BatteryAmmoProviderComponent component, ref ChargeChangedEvent args) + private void OnBatteryChargeChange(Entity entity, ref ChargeChangedEvent args) where T : BatteryAmmoProviderComponent { - UpdateShots(uid, component, args.Charge, args.MaxCharge); + UpdateShots(entity, entity.Comp, args.Charge, args.MaxCharge); + } + + private void OnPowerCellChanged(Entity entity, ref PowerCellChangedEvent args) where T : BatteryAmmoProviderComponent + { + UpdateShots(entity, entity.Comp); } private void UpdateShots(EntityUid uid, BatteryAmmoProviderComponent component) { - if (!TryComp(uid, out var battery)) - return; + var ev = new GetChargeEvent(); + RaiseLocalEvent(uid, ref ev); - UpdateShots(uid, component, battery.CurrentCharge, battery.MaxCharge); + UpdateShots(uid, component, ev.CurrentCharge, ev.MaxCharge); } private void UpdateShots(EntityUid uid, BatteryAmmoProviderComponent component, float charge, float maxCharge) @@ -55,18 +64,24 @@ public sealed partial class GunSystem } component.Shots = shots; - component.Capacity = maxShots; + + if (maxShots > 0) + component.Capacity = maxShots; + UpdateBatteryAppearance(uid, component); + + var updateAmmoEv = new UpdateClientAmmoEvent(); + RaiseLocalEvent(uid, ref updateAmmoEv); } - private void OnBatteryDamageExamine(EntityUid uid, BatteryAmmoProviderComponent component, ref DamageExamineEvent args) + private void OnBatteryDamageExamine(Entity entity, ref DamageExamineEvent args) where T : BatteryAmmoProviderComponent { - var damageSpec = GetDamage(component); + var damageSpec = GetDamage(entity.Comp); if (damageSpec == null) return; - var damageType = component switch + var damageType = entity.Comp switch { HitscanBatteryAmmoProviderComponent => Loc.GetString("damage-hitscan"), ProjectileBatteryAmmoProviderComponent => Loc.GetString("damage-projectile"), @@ -103,9 +118,9 @@ public sealed partial class GunSystem return null; } - protected override void TakeCharge(EntityUid uid, BatteryAmmoProviderComponent component) + protected override void TakeCharge(Entity entity) { - // Will raise ChargeChangedEvent - _battery.UseCharge(uid, component.FireCost); + var ev = new ChangeChargeEvent(-entity.Comp.FireCost); + RaiseLocalEvent(entity, ref ev); } } diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs index b8d488b575..b862281725 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs @@ -22,6 +22,7 @@ using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Utility; using Robust.Shared.Containers; +using Content.Server.PowerCell; namespace Content.Server.Weapons.Ranged.Systems; @@ -34,6 +35,7 @@ public sealed partial class GunSystem : SharedGunSystem [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; [Dependency] private readonly StaminaSystem _stamina = default!; [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly PowerCellSystem _powerCell = default!; [Dependency] private readonly SharedMapSystem _map = default!; private const float DamagePitchVariation = 0.05f; diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Battery.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Battery.cs index d6e741fed6..ea865fced6 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Battery.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Battery.cs @@ -67,7 +67,7 @@ public abstract partial class SharedGunSystem component.Shots--; } - TakeCharge(uid, component); + TakeCharge((uid, component)); UpdateBatteryAppearance(uid, component); Dirty(uid, component); } @@ -81,9 +81,9 @@ public abstract partial class SharedGunSystem /// /// Update the battery (server-only) whenever fired. /// - protected virtual void TakeCharge(EntityUid uid, BatteryAmmoProviderComponent component) + protected virtual void TakeCharge(Entity entity) { - UpdateAmmoCount(uid, prediction: false); + UpdateAmmoCount(entity, prediction: false); } protected void UpdateBatteryAppearance(EntityUid uid, BatteryAmmoProviderComponent component) diff --git a/Resources/Prototypes/Entities/Objects/Power/powercells.yml b/Resources/Prototypes/Entities/Objects/Power/powercells.yml index 8ca2ba7b11..15d15cc6ac 100644 --- a/Resources/Prototypes/Entities/Objects/Power/powercells.yml +++ b/Resources/Prototypes/Entities/Objects/Power/powercells.yml @@ -33,9 +33,6 @@ - type: Appearance - type: PowerCellVisuals - type: Riggable - - type: HitscanBatteryAmmoProvider - proto: RedLightLaser - fireCost: 50 - type: entity name: potato battery @@ -290,9 +287,6 @@ - type: Tag tags: - PowerCage - - type: HitscanBatteryAmmoProvider - proto: RedShuttleLaser - fireCost: 150 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 47f8e8496c..427af659f3 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -42,10 +42,12 @@ - SemiAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/laser.ogg - - type: MagazineAmmoProvider + - type: HitscanBatteryAmmoProvider + proto: RedLightLaser + fireCost: 50 - type: ItemSlots slots: - gun_magazine: + cell_slot: name: Magazine startingItem: PowerCellSmall insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg @@ -54,12 +56,14 @@ tags: - PowerCell - PowerCellSmall + - type: PowerCellSlot + cellSlotId: cell_slot - type: Appearance - type: StaticPrice price: 500 - type: ContainerContainer containers: - gun_magazine: !type:ContainerSlot + cell_slot: !type:ContainerSlot - type: entity id: BaseWeaponBatterySmall diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml index 1926b3e874..f056a48f0d 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml @@ -56,7 +56,7 @@ containers: machine_board: !type:Container machine_parts: !type:Container - gun_magazine: !type:ContainerSlot + cell_slot: !type:ContainerSlot - type: Destructible thresholds: - trigger: @@ -80,9 +80,11 @@ zeroVisible: true - type: Machine board: ShuttleGunSvalinnMachineGunCircuitboard + - type: PowerCellSlot + cellSlotId: cell_slot - type: ItemSlots slots: - gun_magazine: + cell_slot: name: Magazine insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg ejectSound: /Audio/Weapons/Guns/MagOut/batrifle_magout.ogg @@ -90,7 +92,9 @@ tags: - PowerCell - PowerCellSmall - - type: MagazineAmmoProvider + - type: HitscanBatteryAmmoProvider + proto: RedLightLaser + fireCost: 50 - type: entity id: ShuttleGunPerforator @@ -110,7 +114,7 @@ containers: machine_board: !type:Container machine_parts: !type:Container - gun_magazine: !type:ContainerSlot + cell_slot: !type:ContainerSlot - type: Destructible thresholds: - trigger: @@ -133,16 +137,20 @@ zeroVisible: true - type: Machine board: ShuttleGunPerforatorCircuitboard + - type: PowerCellSlot + cellSlotId: cell_slot - type: ItemSlots slots: - gun_magazine: + cell_slot: name: Magazine insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg ejectSound: /Audio/Weapons/Guns/MagOut/batrifle_magout.ogg whitelist: tags: - PowerCage - - type: MagazineAmmoProvider + - type: HitscanBatteryAmmoProvider + proto: RedShuttleLaser + fireCost: 150 # ---- Launchers ---- # naming: EXP (Explosion) + conventional power + suffix (g for Grenade, c for RPG Cartridge) + Name From a94d4a09912a0b04b671047424f433bf59dc4565 Mon Sep 17 00:00:00 2001 From: Stomf <5dorkydorks@gmail.com> Date: Mon, 28 Apr 2025 22:13:01 -0500 Subject: [PATCH 110/318] Buffing slugs and replacing beanbags from the Bulldog bundle (#33517) Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- .../Prototypes/Catalog/Fills/Backpacks/duffelbag.yml | 10 ++++++---- .../Weapons/Guns/Ammunition/Projectiles/shotgun.yml | 6 +++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index c898b4272c..27bbedec0a 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -34,14 +34,14 @@ parent: ClothingBackpackDuffelSyndicateBundle id: ClothingBackpackDuffelSyndicateFilledShotgun name: Bulldog bundle - description: "Lean and mean: Contains the popular Bulldog Shotgun and four 12g buckshot drums." #, and a pair of Thermal Imaging Goggles. + description: "Lean and mean: Contains the popular Bulldog Shotgun, a 12g slug drum, and four 12g buckshot drums." #, and a pair of Thermal Imaging Goggles. components: - type: StorageFill contents: - id: WeaponShotgunBulldog - id: MagazineShotgun - - id: MagazineShotgun - - id: MagazineShotgun + amount: 3 + - id: MagazineShotgunSlug # - id: ThermalImagingGoggles - type: entity @@ -116,7 +116,7 @@ parent: ClothingBackpackDuffelSyndicateAmmo id: ClothingBackpackDuffelSyndicateAmmoFilled name: ammo bundle - description: "Reloading! Contains 4 magazines for the C-20r, 4 drums for the Bulldog, and 2 ammo boxes for the L6 SAW." + description: "Reloading! Contains 4 magazines for the C-20r, 5 drums for the Bulldog, and 2 ammo boxes for the L6 SAW." components: - type: StorageFill contents: @@ -124,6 +124,8 @@ amount: 4 - id: MagazineShotgun amount: 4 + - id: MagazineShotgunSlug + amount: 1 - id: MagazineLightRifleBox amount: 2 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml index d8c465cf9e..e5120a746f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -10,7 +10,9 @@ - type: Projectile damage: types: - Piercing: 28 + Piercing: 40 + Structural: 15 + - type: entity id: PelletShotgunBeanbag @@ -41,6 +43,8 @@ damage: types: Piercing: 10 + Structural: 15 + - type: entity id: PelletShotgunSpread From ef49416540ee11de9c92d3df40d09ef15f0f0106 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 03:14:08 +0000 Subject: [PATCH 111/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index abed2c79d9..bb8fdee73f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,17 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: The Kammerer now holds 7 shells but now fires slightly slower than other - shotguns. - type: Tweak - - message: The Double-Barreled Shotgun and its sawn-off counterpart now share the - same firerate. - type: Tweak - - message: Changed descriptions of the Kammerer, Enforcer and Bulldog. - type: Tweak - id: 7879 - time: '2025-01-30T17:36:12.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33512 - author: beck-thompson changes: - message: Ore rocks now drop the correct amount of ore when mined. @@ -3918,3 +3905,15 @@ id: 8380 time: '2025-04-29T00:26:23.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37003 +- author: Thatonestomf + changes: + - message: Added slugs to both the bulldog and ammo bundle. + type: Add + - message: Slugs are alot more powerful than they were before, now dealing 40 pierce + and 15 structural + type: Tweak + - message: Basic shells now deal structural damage + type: Tweak + id: 8381 + time: '2025-04-29T03:13:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33517 From f75811b4cb9d0bf3fe25613038cb4970cc9f05c7 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:37:39 -0400 Subject: [PATCH 112/318] Rebalance magnet debris, update worldgen (#37025) --- .../ConfigPresets/WizardsDen/wizardsDen.toml | 3 - .../Spawners/Random/Salvage/spawners.yml | 90 +++++++++++++++---- .../Prototypes/Entities/Stations/base.yml | 22 +++++ .../Procedural/Magnet/space_debris.yml | 41 +++++++++ .../Magnet/space_debris_templates.yml | 10 +-- 5 files changed, 137 insertions(+), 29 deletions(-) diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index eb8ff28958..2e4c8a7531 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -54,9 +54,6 @@ allow_multi_server_play = false [atmos] max_explosion_range = 5 -[worldgen] -enabled = true - [status] privacy_policy_link = "https://spacestation14.com/about/privacy/#game-server-privacy-policy" privacy_policy_identifier = "wizden" diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/spawners.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/spawners.yml index 7e147ba711..f1d632c186 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/spawners.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/spawners.yml @@ -266,16 +266,16 @@ children: - !type:NestedSelector tableId: SalvageEquipmentCommon - weight: 50 + weight: 20 - !type:NestedSelector tableId: SalvageEquipmentUncommon weight: 35 - !type:NestedSelector tableId: SalvageEquipmentRare - weight: 14 + weight: 35 - !type:NestedSelector tableId: SalvageEquipmentLegendary - weight: 1 + weight: 10 # 5% chance of decent-ish treasure - !type:GroupSelector weight: 5 @@ -325,16 +325,16 @@ children: - !type:NestedSelector tableId: SalvageEquipmentCommon - weight: 15 + weight: 5 - !type:NestedSelector tableId: SalvageEquipmentUncommon - weight: 40 + weight: 25 - !type:NestedSelector tableId: SalvageEquipmentRare - weight: 35 + weight: 45 - !type:NestedSelector tableId: SalvageEquipmentLegendary - weight: 10 + weight: 25 # 5% chance of decent-ish treasure - !type:GroupSelector weight: 5 @@ -407,20 +407,36 @@ id: SalvageMagnetMobTable table: !type:GroupSelector children: - - id: MobCarpSalvage - weight: 80 - - id: MobCarpSalvage - weight: 15 - amount: !type:RangeNumberSelector - range: 1, 3 - - !type:AllSelector + - !type:GroupSelector # normal theats + weight: 95 + children: + - id: MobCarpSalvage + weight: 2 + - !type:AllSelector + weight: 1 + children: + - id: LandMineExplosive + - !type:NestedSelector # what's that thing underneath the scrap? + prob: 0.33 + tableId: SalvageScrapSpawnerCommon + - !type:GroupSelector # scary monsters weight: 5 children: - - id: MobSharkSalvage - - id: MobCarpSalvage - amount: !type:ConstantNumberSelector - value: 2 - # - id: MobHivebot (solo hivebot spawn) + - !type:AllSelector + children: + - id: MobSharkSalvage + - id: MobCarpSalvage + amount: !type:ConstantNumberSelector + value: 2 + - !type:NestedSelector + rolls: !type:RangeNumberSelector + range: 1, 3 + tableId: SalvageTreasureSpawnerValuable + - !type:NestedSelector + rolls: !type:RangeNumberSelector + range: 7, 10 + tableId: TreasureCoinPileRare + #- id: MobHivebot (solo hivebot spawn) - type: entity parent: MarkerBase @@ -458,6 +474,42 @@ prob: 1.0 tableId: SalvageMagnetMobTable +- type: entity + parent: MarkerBase + id: SalvageSpawnerStructuresVarious + name: Space Debris Structure Spawner + components: + - type: Sprite + layers: + - state: green + - sprite: Structures/Storage/tanks.rsi + state: fueltank-2 + - type: EntityTableSpawner + table: !type:GroupSelector + children: + - id: WeldingFuelTankFull + weight: 0.5 + - !type:GroupSelector + children: + - id: Table + weight: 2 + - id: TableFrame + - id: SalvageCanisterSpawner + - id: Rack + - !type:NestedSelector + weight: 0.5 + tableId: LowValueCrateTable + - id: ComputerBroken + weight: 0.1 + - id: CrateGeneric + weight: 0.25 + - id: ClosetMaintenanceFilledRandom + weight: 2 + - !type:GroupSelector + children: + - id: Thruster + - id: Gyroscope + - type: entity parent: MarkerBase id: SalvageSpawnerMobShark diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index 3f5232b430..a5c5e56680 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -80,6 +80,25 @@ - /Maps/Ruins/whiteship_ancient.yml - /Maps/Ruins/whiteship_bluespacejumper.yml - /Maps/Ruins/wrecklaimer.yml + wrecks: !type:DungeonSpawnGroup + minimumDistance: 150 + maximumDistance: 300 + stationGrid: false + minCount: 12 + maxCount: 16 + addComponents: + - type: Gravity + enabled: true + inherent: true + - type: IFF + flags: HideLabel + color: "#88b0d1" + protos: + - ChunkDebrisSmall + - ChunkDebrisSmall + - ChunkDebrisSmall + - ChunkDebrisSmall + - ChunkDebris vgroid: !type:DungeonSpawnGroup minimumDistance: 300 maximumDistance: 350 @@ -89,6 +108,9 @@ - type: Gravity enabled: true inherent: true + - type: IFF + flags: HideLabel + color: "#d67e27" protos: - VGRoid diff --git a/Resources/Prototypes/Procedural/Magnet/space_debris.yml b/Resources/Prototypes/Procedural/Magnet/space_debris.yml index aab5cada9a..11c1afdabe 100644 --- a/Resources/Prototypes/Procedural/Magnet/space_debris.yml +++ b/Resources/Prototypes/Procedural/Magnet/space_debris.yml @@ -38,3 +38,44 @@ # Generate biome - !type:BiomeDunGen biomeTemplate: SpaceDebris + +- type: dungeonConfig + id: ChunkDebrisSmall + # Floor generation + layers: + - !type:NoiseDunGen + tileCap: 150 + capStd: 32 + iterations: 3 + layers: + - tile: FloorSteel + threshold: 0.50 + noise: + frequency: 0.05 + noiseType: OpenSimplex2 + fractalType: FBm + octaves: 3 + lacunarity: 3 + gain: 0.5 + - tile: Plating + threshold: 0.35 + noise: + frequency: 0.05 + noiseType: OpenSimplex2 + fractalType: FBm + octaves: 3 + lacunarity: 3 + gain: 0.3 + - tile: Lattice + threshold: 0.25 + noise: + frequency: 0.05 + noiseType: OpenSimplex2 + fractalType: FBm + octaves: 3 + lacunarity: 3 + gain: 0.5 + + # Generate biome + - !type:BiomeDunGen + biomeTemplate: SpaceDebris diff --git a/Resources/Prototypes/Procedural/Magnet/space_debris_templates.yml b/Resources/Prototypes/Procedural/Magnet/space_debris_templates.yml index 5a96fcd269..cc08f51755 100644 --- a/Resources/Prototypes/Procedural/Magnet/space_debris_templates.yml +++ b/Resources/Prototypes/Procedural/Magnet/space_debris_templates.yml @@ -70,12 +70,7 @@ - Plating - FloorSteel entities: - - WeldingFuelTankFull - - Table - - SalvageCanisterSpawner - - Rack - - ClosetMaintenanceFilledRandom - - ClosetMaintenanceFilledRandom + - SalvageSpawnerStructuresVarious - !type:BiomeEntityLayer allowedTiles: - FloorSteel @@ -108,7 +103,8 @@ - !type:BiomeEntityLayer allowedTiles: - FloorSteel - threshold: 0.90 + - Plating + threshold: 0.925 noise: seed: 1 frequency: 1 From 9a3e70ca13e1338c1b5b16ef7c38628eef381d45 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 03:38:45 +0000 Subject: [PATCH 113/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bb8fdee73f..cd2962b6a2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: beck-thompson - changes: - - message: Ore rocks now drop the correct amount of ore when mined. - type: Fix - id: 7880 - time: '2025-01-30T17:48:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34557 - author: keronshb changes: - message: Added Void's Applause! A Wizard Spell that switches your location with @@ -3917,3 +3910,18 @@ id: 8381 time: '2025-04-29T03:13:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33517 +- author: EmoGarbage404 + changes: + - message: Space debris now have a chance for landmines to spawn on them. + type: Add + - message: Adjusted the loot table on space debris to have more useful equipment + and items. + type: Tweak + - message: Round-start space debris now better mimics what the salvage magnet can + pull in. + type: Tweak + - message: Removed round-start space asteroids. + type: Remove + id: 8382 + time: '2025-04-29T03:37:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37025 From 294a5a1b6982617b4e26cdec4b3dde45074a4c1e Mon Sep 17 00:00:00 2001 From: drakewill-CRL <46307022+drakewill-CRL@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:45:10 -0400 Subject: [PATCH 114/318] Display obvious plant mutations in examine text (#32650) * Effect mutations now display on examine * ChangeSpecies shouldn't stay on the list after running. Name cleanup * EmoGarbage Review - convert description to LocId and add minor logic fix * fix the dastardly yaml --------- Co-authored-by: PraxisMapper Co-authored-by: EmoGarbage404 --- .../Botany/Systems/BotanySystem.Produce.cs | 20 +++++++++++++++++++ .../Botany/Systems/BotanySystem.Seed.cs | 1 + .../Botany/Systems/PlantHolderSystem.cs | 14 +++++++++++++ Content.Shared/Random/RandomPlantMutation.cs | 6 ++++++ Resources/Locale/en-US/plants/mutations.ftl | 7 +++++++ .../Hydroponics/randomMutations.yml | 7 +++++-- 6 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 Resources/Locale/en-US/plants/mutations.ftl diff --git a/Content.Server/Botany/Systems/BotanySystem.Produce.cs b/Content.Server/Botany/Systems/BotanySystem.Produce.cs index 8fdf96f57b..f6f3f99c09 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Produce.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Produce.cs @@ -1,5 +1,6 @@ using Content.Server.Botany.Components; using Content.Shared.EntityEffects; +using Content.Shared.Examine; using Content.Shared.FixedPoint; namespace Content.Server.Botany.Systems; @@ -37,4 +38,23 @@ public sealed partial class BotanySystem solutionContainer.AddReagent(chem, amount); } } + + public void OnProduceExamined(EntityUid uid, ProduceComponent comp, ExaminedEvent args) + { + if (comp.Seed == null) + return; + + using (args.PushGroup(nameof(ProduceComponent))) + { + foreach (var m in comp.Seed.Mutations) + { + // Don't show mutations that have no effect on produce (sentience) + if (!m.AppliesToProduce) + continue; + + if (m.Description != null) + args.PushMarkup(Loc.GetString(m.Description)); + } + } + } } diff --git a/Content.Server/Botany/Systems/BotanySystem.Seed.cs b/Content.Server/Botany/Systems/BotanySystem.Seed.cs index e10414ebe5..fd65c141aa 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Seed.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Seed.cs @@ -36,6 +36,7 @@ public sealed partial class BotanySystem : EntitySystem base.Initialize(); SubscribeLocalEvent(OnExamined); + SubscribeLocalEvent(OnProduceExamined); } public bool TryGetSeed(SeedComponent comp, [NotNullWhen(true)] out SeedData? seed) diff --git a/Content.Server/Botany/Systems/PlantHolderSystem.cs b/Content.Server/Botany/Systems/PlantHolderSystem.cs index 2661ed479c..0686f32097 100644 --- a/Content.Server/Botany/Systems/PlantHolderSystem.cs +++ b/Content.Server/Botany/Systems/PlantHolderSystem.cs @@ -116,6 +116,20 @@ public sealed class PlantHolderSystem : EntitySystem ? "plant-holder-component-plant-old-adjective" : "plant-holder-component-plant-unhealthy-adjective")))); } + + // For future reference, mutations should only appear on examine if they apply to a plant, not to produce. + + if (component.Seed.Ligneous) + args.PushMarkup(Loc.GetString("mutation-plant-ligneous")); + + if (component.Seed.TurnIntoKudzu) + args.PushMarkup(Loc.GetString("mutation-plant-kudzu")); + + if (component.Seed.CanScream) + args.PushMarkup(Loc.GetString("mutation-plant-scream")); + + if (component.Seed.Viable == false) + args.PushMarkup(Loc.GetString("mutation-plant-unviable")); } else { diff --git a/Content.Shared/Random/RandomPlantMutation.cs b/Content.Shared/Random/RandomPlantMutation.cs index d95cf7bf42..7d04aa626d 100644 --- a/Content.Shared/Random/RandomPlantMutation.cs +++ b/Content.Shared/Random/RandomPlantMutation.cs @@ -22,6 +22,12 @@ public sealed partial class RandomPlantMutation [DataField] public string Name = ""; + /// + /// The text to display to players when examining something with this mutation. + /// + [DataField] + public LocId? Description; + /// /// The actual EntityEffect to apply to the target /// diff --git a/Resources/Locale/en-US/plants/mutations.ftl b/Resources/Locale/en-US/plants/mutations.ftl new file mode 100644 index 0000000000..80f4052ce6 --- /dev/null +++ b/Resources/Locale/en-US/plants/mutations.ftl @@ -0,0 +1,7 @@ +mutation-plant-bioluminescent = It glows with a gentle light. +mutation-plant-kudzu = It is growing unusually fast and thin. +mutation-plant-ligneous = It is woody and will need a sharp tool to harvest. +mutation-plant-scream = This plant seems nervous somehow. +mutation-plant-sentient = It seems to be examining its surroundings. +mutation-plant-slippery = It is slick to the touch. +mutation-plant-unviable = It is wilting and sickly. \ No newline at end of file diff --git a/Resources/Prototypes/Hydroponics/randomMutations.yml b/Resources/Prototypes/Hydroponics/randomMutations.yml index f203f84547..1120c38f31 100644 --- a/Resources/Prototypes/Hydroponics/randomMutations.yml +++ b/Resources/Prototypes/Hydroponics/randomMutations.yml @@ -3,15 +3,18 @@ mutations: # disabled until 50 morbillion point lights don't cause the renderer to die #- name: Bioluminescent + # description: mutation-plant-bioluminescent # baseOdds: 0.036 # appliesToPlant: false # effect: !type:Glow - name: Sentient + description: mutation-plant-sentient baseOdds: 0.0072 appliesToProduce: false persists: false effect: !type:MakeSentient # existing effect. - name: Slippery + description: mutation-plant-slippery baseOdds: 0.036 appliesToPlant: false effect: !type:Slipify @@ -150,12 +153,12 @@ persists: false effect: !type:PlantChangeStat targetValue: Seedless - - name: ChangeLigneous + - name: Lignification baseOdds: 0.036 persists: false effect: !type:PlantChangeStat targetValue: Ligneous - - name: ChangeTurnIntoKudzu + - name: Kudzufication baseOdds: 0.036 persists: false effect: !type:PlantChangeStat From e21944d0836d433d446e03e444093d98e31f2aa0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 04:46:17 +0000 Subject: [PATCH 115/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index cd2962b6a2..f239085a9e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: keronshb - changes: - - message: Added Void's Applause! A Wizard Spell that switches your location with - the target. - type: Add - id: 7881 - time: '2025-01-31T00:10:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34591 - author: Nox38 changes: - message: Rebalanced Box's armory and increased its max security officers to 7. @@ -3925,3 +3917,10 @@ id: 8382 time: '2025-04-29T03:37:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37025 +- author: drakewill-CRL + changes: + - message: You can now see mutations on plants and produce. + type: Tweak + id: 8383 + time: '2025-04-29T04:45:11.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32650 From 207d5136669ffafa53d2a28067b90931d6ef6570 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 29 Apr 2025 07:24:33 +0200 Subject: [PATCH 116/318] SSD sleep take 2 (#34039) * ssd sleep part 2 * forgot this * apply review * yeah * add onmapinit * cache cvar values --------- Co-authored-by: EmoGarbage404 --- Content.Shared/CCVar/CCVars.Ic.cs | 13 ++++ .../SSDIndicator/SSDIndicatorComponent.cs | 17 ++++- .../SSDIndicator/SSDIndicatorSystem.cs | 67 ++++++++++++++++++- 3 files changed, 94 insertions(+), 3 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.Ic.cs b/Content.Shared/CCVar/CCVars.Ic.cs index e149e9f3e1..54ab69b3fa 100644 --- a/Content.Shared/CCVar/CCVars.Ic.cs +++ b/Content.Shared/CCVar/CCVars.Ic.cs @@ -45,4 +45,17 @@ public sealed partial class CCVars /// public static readonly CVarDef ICShowSSDIndicator = CVarDef.Create("ic.show_ssd_indicator", true, CVar.CLIENTONLY); + + /// + /// Forces SSD characters to sleep after ICSSDSleepTime seconds + /// + public static readonly CVarDef ICSSDSleep = + CVarDef.Create("ic.ssd_sleep", true, CVar.SERVER); + + /// + /// Time between character getting SSD status and falling asleep + /// Won't work without ICSSDSleep + /// + public static readonly CVarDef ICSSDSleepTime = + CVarDef.Create("ic.ssd_sleep_time", 600f, CVar.SERVER); } diff --git a/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs b/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs index 634dfc397b..47ac8afe72 100644 --- a/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs +++ b/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs @@ -1,4 +1,4 @@ -using Content.Shared.StatusIcon; +using Content.Shared.StatusIcon; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; @@ -9,7 +9,7 @@ namespace Content.Shared.SSDIndicator; /// Shows status icon when player in SSD /// [RegisterComponent, NetworkedComponent] -[AutoGenerateComponentState] +[AutoGenerateComponentState, AutoGenerateComponentPause] public sealed partial class SSDIndicatorComponent : Component { [ViewVariables(VVAccess.ReadWrite)] @@ -19,4 +19,17 @@ public sealed partial class SSDIndicatorComponent : Component [ViewVariables(VVAccess.ReadWrite)] [DataField] public ProtoId Icon = "SSDIcon"; + + /// + /// When the entity should fall asleep + /// + [DataField, AutoPausedField, Access(typeof(SSDIndicatorSystem))] + public TimeSpan FallAsleepTime = TimeSpan.Zero; + + /// + /// Required to don't remove forced sleep from other sources + /// + [ViewVariables(VVAccess.ReadWrite)] + [AutoNetworkedField] + public bool ForcedSleepAdded = false; } diff --git a/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs b/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs index 7fc13d161e..dfba833bcf 100644 --- a/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs +++ b/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs @@ -1,4 +1,8 @@ -using Robust.Shared.Player; +using Content.Shared.Bed.Sleep; +using Content.Shared.CCVar; +using Robust.Shared.Configuration; +using Robust.Shared.Player; +using Robust.Shared.Timing; namespace Content.Shared.SSDIndicator; @@ -7,21 +11,82 @@ namespace Content.Shared.SSDIndicator; /// public sealed class SSDIndicatorSystem : EntitySystem { + [Dependency] private readonly IConfigurationManager _cfg = default!; + [Dependency] private readonly IGameTiming _timing = default!; + + private bool _icSsdSleep; + private float _icSsdSleepTime; + public override void Initialize() { SubscribeLocalEvent(OnPlayerAttached); SubscribeLocalEvent(OnPlayerDetached); + SubscribeLocalEvent(OnMapInit); + + _cfg.OnValueChanged(CCVars.ICSSDSleep, obj => _icSsdSleep = obj, true); + _cfg.OnValueChanged(CCVars.ICSSDSleepTime, obj => _icSsdSleepTime = obj, true); } private void OnPlayerAttached(EntityUid uid, SSDIndicatorComponent component, PlayerAttachedEvent args) { component.IsSSD = false; + + // Removes force sleep and resets the time to zero + if (_icSsdSleep) + { + component.FallAsleepTime = TimeSpan.Zero; + if (component.ForcedSleepAdded) // Remove component only if it has been added by this system + { + EntityManager.RemoveComponent(uid); + component.ForcedSleepAdded = false; + } + } Dirty(uid, component); } private void OnPlayerDetached(EntityUid uid, SSDIndicatorComponent component, PlayerDetachedEvent args) { component.IsSSD = true; + + // Sets the time when the entity should fall asleep + if (_icSsdSleep) + { + component.FallAsleepTime = _timing.CurTime + TimeSpan.FromSeconds(_icSsdSleepTime); + } Dirty(uid, component); } + + // Prevents mapped mobs to go to sleep immediately + private void OnMapInit(EntityUid uid, SSDIndicatorComponent component, MapInitEvent args) + { + if (_icSsdSleep && + component.IsSSD && + component.FallAsleepTime == TimeSpan.Zero) + { + component.FallAsleepTime = _timing.CurTime + TimeSpan.FromSeconds(_icSsdSleepTime); + } + } + + public override void Update(float frameTime) + { + base.Update(frameTime); + + if (!_icSsdSleep) + return; + + var query = EntityQueryEnumerator(); + + while (query.MoveNext(out var uid, out var ssd)) + { + // Forces the entity to sleep when the time has come + if(ssd.IsSSD && + ssd.FallAsleepTime <= _timing.CurTime && + !TerminatingOrDeleted(uid) && + !HasComp(uid)) // Don't add the component if the entity has it from another sources + { + EnsureComp(uid); + ssd.ForcedSleepAdded = true; + } + } + } } From 31e0fedb6187574dc82ccc5aacb4eac61baf43c1 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 05:25:40 +0000 Subject: [PATCH 117/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f239085a9e..b7ef8007bd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Nox38 - changes: - - message: Rebalanced Box's armory and increased its max security officers to 7. - type: Tweak - id: 7882 - time: '2025-01-31T07:23:03.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34750 - author: SlamBamActionman changes: - message: Forcefeeding pills now takes 2 seconds (was 1 second), while eating them @@ -3924,3 +3917,11 @@ id: 8383 time: '2025-04-29T04:45:11.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32650 +- author: lzk228 + changes: + - message: When an entity becomes SSD, it will be forced to sleep after 10 minutes. + It can be awakened if no more SSD. + type: Tweak + id: 8384 + time: '2025-04-29T05:24:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/34039 From aeed6b3954b56823664c707556840d354245d839 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:27:14 -0700 Subject: [PATCH 118/318] More Mail Sprites (#37023) * Commit * Sprite update * Last push for real for real * Final Commit for real for real for real --- .../Specific/Cargo/mail.rsi/bomb-unshaded.png | Bin 0 -> 7300 bytes .../Objects/Specific/Cargo/mail.rsi/bomb.png | Bin 0 -> 6359 bytes .../Objects/Specific/Cargo/mail.rsi/meta.json | 16 ++++++++++++++++ .../Cargo/mail_large.rsi/bomb-unshaded.png | Bin 0 -> 6850 bytes .../Specific/Cargo/mail_large.rsi/bomb.png | Bin 0 -> 5986 bytes .../Specific/Cargo/mail_large.rsi/meta.json | 18 ++++++++++++++++++ .../Cargo/mail_large.rsi/priority.png | Bin 6112 -> 5773 bytes .../mail_large.rsi/priority_inactive.png | Bin 5691 -> 6367 bytes 8 files changed, 34 insertions(+) create mode 100644 Resources/Textures/Objects/Specific/Cargo/mail.rsi/bomb-unshaded.png create mode 100644 Resources/Textures/Objects/Specific/Cargo/mail.rsi/bomb.png create mode 100644 Resources/Textures/Objects/Specific/Cargo/mail_large.rsi/bomb-unshaded.png create mode 100644 Resources/Textures/Objects/Specific/Cargo/mail_large.rsi/bomb.png diff --git a/Resources/Textures/Objects/Specific/Cargo/mail.rsi/bomb-unshaded.png b/Resources/Textures/Objects/Specific/Cargo/mail.rsi/bomb-unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..17e8cb6c4539dc234a49d811618cc456836d29ff GIT binary patch literal 7300 zcmeHMcT^MG)(c0rl$o-df+f>wWM0%UNrZnSJ*DoxOj1@0oLwBMx>J zGEyp15C}xZ%97#)en*0*iG&#V+3_$U0s@iz5bEqAaH0l5xjYV&?F&E!AzT0o1hbhC zNN{gyIy>{(4VjoP?-YnjriTa{MU3qIlb($n+*niNWySpTQrRX=TdqV$A$RXgPK5e2 z!XseWB#&L2;AU8E@b++W^2B8Kb))F^?veMQ^G(x;?%n(6Wvf#N`LpAP+XIJ4BZHre zPG>au%=w(@wo1=RO;jHaFDoza?#57G4%kgmk{W6&PmUb&I-`(t`1Jj0c}KO{eLa~k zy@uv?jj4a(dsn2XxD8`02He!LreE-v+E}*B1VJr`l4ocev#8n*G-zryZ;$D5TQ|^CO}^DW6&yzyIw_s$YmA(L36>;)But zv!|wAKOQ-~PWguG_HYBhaa!!TRY7PJBP>?lUB$}DLUXpm!S0Qk&9yYOZr*PK#625N*7B{2 z*M<@YCU%OSrdKOOQF}NghjlYMjx>nBs9M_SxiL$;lP5A48ZnFZkYAoAJ$z5BV9&&9 zTI%cdWr9`NYg`CVT-7rTmsDY!{h+WE$9o11whTJaM)0eoRT0^bEWDY@VxA%lQ;Hw^1O)b=#G;;w#%P zjr2I(DZSk5HePm2KWwb}q(|6zZK9Eds^ly@+CXhzJZe*%9rJX*p)zvhsBY=tKTG|{DgYTYccAs+}&T^cNYune}m*^s2EH_JgX-8h#wW%_3 zAQd9eb?LQ=^ zWqLWhy2P;9dn|MJonEmu$99w{OL1*KcRd#oeMIwae7erBJS%2j;Y9vLxDiZtO5fnR zf5tB4U3n8ZmOhkH&My&Nv+GrFbY#)XFv-d<2`BpP4{l!DFZ#zpI|mp-&#k#(s+2XZ zICP~YBtKm8QYlvFy^Td1vg@8{1pGYiEXzvfqT5zWy0i~`4f9YnqQqKient2)?tzcB zm)juxIF;p_Ce%W14!*zo@o-+?5fhA#Lh@40xRNwGrORX6nU1w5p+3WfJ*E2IW2hC% zj5{7=QhwKAuBykrTXX(u z#fKNODdv#pdrqCM{%vh9YJ+ZSrN#Ep%#1^8pZ+e>i+635G3jJp^FORsSieHcDA&}t zgwm)u@}vN#DGg{?N-IGUAMT?7c<;X&jtw2n!0%BCfi#(3wQl0YYiGPqzdl>Wqg-6I zYWE4PTXLq^Bs|irM8hO@XhrBt(d`$-4tes_tHiW9mwdxpSyZ13UgJ_}P3V~|EnasB zHaoiYGxYADv(Gf3dkPX7`}zJE#7;o_QYFE!U*UR5^yzzU4Ym2)V9oc^H$JMqix+#f z{-9L|wl_*3y6Gk36^gTI$65 zmzg-5rblIks~$XzzNzOPXn%Kyno?!UhWhsP{B1~S)9WuL(zh?&DHpGB>BQ*6!<863 zHgv!?`Zt#SWq#wvK|8x{nP!BF&Jga&2U%n2$cu?&?T*=2vlXBEr=Z(e&A&(g)qWfv zzR4*q@*FhPaK{#rCc`&o6k@`*6O&E-h`w`E{{2{WM!baRZ8BY}jTZf&X%aad{%E%8 zZWA4y>WSCde%YH{EvJ{Uf((D5+f=bUzwgMSQEP?-fnwjeZ~#PDi`mzy|($=#Na2(i~fjt z8Xe!@2qRNf&=0N156(f)pS8`NTrkCp{oa@R)=aIcaEB*a&x${+*~c0 zWOY*BXlk5&`qop}S4NH(9w9#8D!-jqB(e|k>Gd*Y(UzTWW2|yNc*?r?)DEq3H!NhL ziI3aXCOg0_?drqMmxi+Du`5+XoF%KT*uQb!IOENe=-2m?x#BA-#aohOVr$pw5~q+7 zBiFjW6vI~tzg1WqJQp3Fht4`Nd0=DQUxQ9H=YF$i4kX4s%8@lve_W;XdFtcMO*0XX zy9$O|=R<><-@Trm@2aWgMfB{c?bDqOo8Nxz=)J^*2`}StBc}^}4JkSkw{$wgmRZ~t z!Kfyy!5#71Qz_E+?%DQQc~Pm*3X+v6_0PT(a_0`oqM2fgB9Wk?)k#X}uAKXaB~*`> zlsT1%P%j34NMDchWa=8{k57#?mQ0kVFq}q$m*-A5=vk#cV-ejVknEG7<8;&;1Z|sWDGI+SlxTE6fp`7-gba#g5aOpT1upXAkpYeUM_eK10v;UWMPXEK&ugD+f zv#Dc-cAGb@`tLsSOEH8V=aq;Bj!V*M)T#YRQ9_q8wH zA!cRXIAp(|up$c|9kY-aDA}$+k;s#-u-(#K#&l=djg#@Q&CCZTp z&p-Ojr+Q_eQsvu;&Olb9LWXMg1o^YdhlAOvwFq6A!WNYwL9m0CZlQ@>lZ^XhEOPG2 zpYx-~zI0Md;EnT2x^WL&EP-{WArO%mHks^TMJ9h+0fOtktbNA~EgMZ#oA*4hHq%+5 zs4$w8M{<>29gw1!nS*xlV%P za$im=xHScH`xAqv*9A>N@?3!n%IOg2yXcN1*V6BlAFbcHOtxN@LeXT7wY1R`Pd^)9 zXH@s3IXG>)+SuZz6H@u9{E?A#f0w4UO_)<@_d;?AZLKFv!|e?G?~5K$uZGvm{a*e2 z;w?<0xxS&js+OY7ZoMFs?pmEU*Z^loT&offuA5awDDEQp3?$z~I^W-c-c_KyWr>ZY zhM8JR;n^r1y(U(dCF*$o{I%GKrZ)w*HIs{%m?wyK=9=>6o<_W`alb^sjcOhI%cMQd zFCueg4^y&t6Zh$3ObmdVWZrGPj6ZC$hBfR&$_5@^s`KHP4S$CzrPz zpTi!ctqL|i%V}L2U1c(m+2 zHp5V3C(agW%OwLWwq+;}*cNK%Ob_*;6B!!DMp6dBBoM$45Ky7Pe!l*EQm~=M0xk)> z7K#xX&;=ENkD-Q(tpk+I;Q>%A91BOn%!1i_(HcflPy-%=Nphl?e}w?=3^iB+0hfe8 z1O)}bgD`Lo&kKPf5{U>T8i7W`Kn)l_#9u%ShWYb12q6|RC;*?%V{-*;jz3h0Nu_ZD z1%?_L;5hV~e|}tB+wbuH{I4v4d?13UTm%Y^MELn3ezf2V%=UsHUmg0l7JO%LV}o!4 z_?$o<9WdJq_zO1t2*IF#x90}(d>6uD&=G(y;0LPm!C6s1O=)3e>+sz|NP!pIkGo(6 zlKqpWfX)1yte<=njx2=pqa&dCcif+}zs0_w3~Jfhk|-Q{pwK-lilK&ZeiDO2XER6( zmvlM<4bT}x7z#%q!mua?5=KLzX)po`ML=U1L^_5_`~k|!pD&>L(*YqA2o7h1I4A-Z zjRXix7)Bq%fMEeD9Y$avQ7{4qhXF7EgMg%=e}J&(vB9dO`u^yZ5Q+gp;b}-B2B(jL z;plWK42#F(VKf2*4`bqxbUX$F(3oiC0u+NzGUxF8s9-wTepD|2!S(lA7!VRp+Tvhk zsDXwrsxC+ze5nE^XaM#A+n>P+;{UDe%=QDe38+FoQFttlK)~S$I3$)x!2V#r1K{z& zS`?z9kZ{amJi^3~z;HlnslrMH0lvjaBJ%*MfWvdZ`1yl-E z0Dz!KG>(MClF$Ta6rO~_fY&f2o`n2CpTl4?L;g2yVf#Q07L#tt=7aNxEQl6+Y8w!+ zc(-`#%U)`mfz&}#{RbBsQbV>ca6$bpl^=lBg(XGC4#TDEni_vT> zC=e5fDTH{e7@Y)4B)OKZdLUzHu4WJ`p`52!gXGjcPWt5(2rUcK9~Y$$C>a;|A;VYMes* zo?>e8T&jvx{)p=A<+$6#d$sWFh@wL$KAjw{Yo7bk@ns@SCcQ4AJ#myhH}^gxaq4mE z4Uu;hAu^ipHjJdV2YHZ3KOx?SyOCSM!H~h@>7Gl*>ma>*4LavxW!VEKJfsPK&Pb}& zi3kTDmS#&kgh$M*_LBd|FPf5Jg+zR=z5eMF#3!t?CZPX$cqAY9NFDSOa`~mWY0mRQ TVTLtnLPIMvJ4%_UXVkv{iBETg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Cargo/mail.rsi/bomb.png b/Resources/Textures/Objects/Specific/Cargo/mail.rsi/bomb.png new file mode 100644 index 0000000000000000000000000000000000000000..e1cdc4ba4974a9031f58b5185302843409a1bfe0 GIT binary patch literal 6359 zcmeHKc{G&m`=7C8Um_~om`bH)HJF*mzBjU^(IT@v!^AAj41+h>Dp8hFO4&*a5h}%? zP+E{w@=Bb6@v;t|!UU!&yaf zp&|qVQE_!~@CNTN$t5ob{_~@vCLj=bWRx#i;7t+2xI7Mn84ADzkz4=!iA)#&WTfR7eajG@*bEc~=lngeHee6vBJTH0NtuiY)heXpUFb}-{nq+mE zSBhp6lLyc3PM|4yo)ce7OSONtN9pK;Dlt>D(+c2nii}B%{2!m$%xq{pDr8g;%FgqmG>>Ku{|X{-aj?P4^WzaQu<~zVq0;A1*%dXw?`HW(rAx)jt!Xe!l!-B0>B4#o-ej+9>~MmDUYf zs-+}<$C}g}^OF@Lr+dvgUD0X@4@<~q7Z`eLO1dL1gtvbjn$j#eb?nmiBX8rT=_*(5 zq%A*?sL8uqPcBv1X-bx+sbA)6FX=d%Ll{*4ARl16!0A9nLDK^1gs?MfGIM)+@5ts) zrHyNoRXHEVusYe*hSvZgv>^DfVjCNh#v zGaeFwA?K|n&E?nn@9%i?CEK%8Yhg`&CzX!bi7jqlImqb#lx*wXdYZBczV7znLR8iC z@Za;#8KsOz+aR_)Uou1rL|M{%N&j^UK4f;3J(Z5NV=DBhMcZm zc6kC9(zEJSzrIpP*<+qPn`HO7{h&8T|K^0I>t$_q3$ z3|zQ*Z7D3qC`AdbiY0g1-(~A>OHc?aDWRI?#NYU^FZ*FIyqqgd-{($iffPNw7<^NS zVz}wfw&kvBHwRwJ>}$oynMB7|Q^oVeud;N@az#dFTZl~${NmfGUaJPY>WU`X>Wgm- zS5zn74nG)DsKnx|ywr16;qc*tx_K3`mtKe-nx5^{TsW56GY2PZP}Z@6JM4ca3Uis} zUy+8s3k$64HH;i+=un3uQB`=z;$!RMG$RDN&R<|r()eix9+Ur8x_LymOk;rsHFZDTF8v4o|vKc-P zGwBE1nTZ+TzRey;86WG96upAR8M>^PQiZ5rcfZ)b>>WP&pPi$`+NnAMxcA1^sq}N7(%R_G501J! z%*3an%M-Jd^rYrOv+*{Z1L@jN707F)*h`@;FYK-^kC@z^cyWxcnp%oRp>2i!+6M6- z3(s^H1?}Eo0QU$`woI0)D0{2=bofgmBGYcdQ*npa`NEpmGuB;NEv|7f&%)npc$6pX zcS%^h?aApf&8G?kN^f<@3?!s2@(NL_pv%V{RdnpIAtooyd&-?DqtW6S*#{+6lBH!=4osb^>I`LMqe7CWYb)Tu6 z>sBS{M}8ldAM(hNZpePXf!o0ygDs0R+^NSeC`S4>&A*@iHz5k=xL8(wWeq>u`SdxTpxM2@)qFw)138_V>K0c~u%T#ufC}eJ$N45_ z=xe|t-t$&OXh=@F_u9|V9i10NtzGsHBL9B8uDl?0+z-n!_Bs9ze#E)5hoHD6rR3=` z{g-3J?m9L+u+(ZAIulzX(m$NO8v=puWZK(%y4u@+?;OB>Av=1%mCJP-y&GHF-5gC+ zwY7%Qj}!gX=WRP^qTOJ}Tv0I`$Q#nZFB)A+Cm8NsH%BLEv;HPo+i~f}&0KH6 z{<$-UwKgu$Z>z*?1Cc@-&X8{q^ct=WyuZeWz-wg9UPW0hMVqCwR8JN z3|3!#aw8&hQe^F1=Z#(<)=U~a!X`KBHkuyGyc?N^zteocZo7vi`<`r)p$J(seN*(j zyx#P>leyJeJ!5V6%`1hN6}l#GaNB&n%$jw0$Q9X@_~H&?$kU8EwC_DX?4~mdY^B^? z;EwuDg$3~@D;tA5Trm4jf38Z5X?%0$_L7WZDW_D~hxvBAX>rVW&Blv(vmxVM&urTE zvSRj0HEhoBC?6f8b+dCIUxLJLBU2%y!1oywPR@G`pwiv-H^Q7VCSzOl1E*XMD>v<* z#_ghNL|7ManxzveZJr+O-uRc{88w^C>J3++s;Y74=K^Ja)z(zjRK~PbeEI}!cH%W_ z06mMr4lkSuc5-CW8X}FuLQ?1)Du9e&aluXx0Dt6%?chY5O9eolu#%{ z3Qdt5UJwdHAP`V!EDDQ7fCvOXk}aS_AlUpx5{j=J4gjCVV{!#d4jU%nq)<6w0xLKi z9EW|6kHsaCe$cb|-&6qgKt)ivC=3#fVzE#^d+-I0;ULMkfc~Qg-xq9%QQiQb6UL(f zj^O}Xu;^zBI_-x)H;flLn+~0Z0zv^62<3ybVt$#@*_Gt^!$TrL5R=87^#aBI1u0-M z{uS$&*d!yf>HHiB=>CKE7xeesXTczfL?SwHXkn7@Tpg_7lKF{r4vk4C&OXu@R4f&X z#v=%3G&%xDqvH@%b283-KR zl!~C@@N@)#HM5`)=l~u^!_89BX+$Ruk3|8OlgXk40VpmzXm&s%IMLSA)e4S9ehqxq z;u%U2FhB=z4=~wuj*$N^*q6xyd;}DUo)`<986J95>^Zv zX^Ne7mn;ksOb3*fBB@l6VAc+1L$v1s6ak0l%i)At!6g(hiRX`D61bu06amG7A^<>A zG}erW#u2f2UyKD2jUi&p5oqw?Cp?GFWJLa7Xvy}0S$kuuN!VUt!^W$5=ez!CKLot}sOf9Gk0tPH4 z1`dH^n1f}3#^Vqe8U;-?rPI+A+Sg+E!OrI}1VRcAunhur1hoPSbXF_avTsYZ{MTrN z!GL5PK*j3yk%@ z`TMpG|II02us@UhmcD=F`XkqGDezn1Kh^a|uHRDNx4?g@>;FwI#eYAh05;eG3BgaL z>e|kD@H0z}>hA0Sv4Pk@2r0$bbkL%}b@AszAjn0M3mS3CIvh045x9~Z=M2f{L!cU6 zw;pwarUe2=vcR6hlJw+|*+vnd!-PyhFig@Yu8&jI0YUFv9c+Ec*J*+CWeWne^5bVF zE~hJG_4oBPpz~Gd%h&JGmYM-x+z?N9nd)FvUF1u$MF;!dk9JR_NztF0qS5G*LGe^w zZbH9xuU@Rd^Em4rXt^&_w%)js^)IH>t~VA2*$%k0pgyk+Eu*{gA~ zab{c^ombE8l~rz*?TowcTv!J&z8Z9K}dMv&4#AAF}4m0Vp^cV(GJWy pJ24oovXcj+V6@2#t+?A50;xW^esBt^kO-y^adq@?D76cW{~yM@561ui literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Cargo/mail.rsi/meta.json b/Resources/Textures/Objects/Specific/Cargo/mail.rsi/meta.json index 2759dded51..9aa97992b1 100644 --- a/Resources/Textures/Objects/Specific/Cargo/mail.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Cargo/mail.rsi/meta.json @@ -38,6 +38,22 @@ }, { "name": "postmark" + }, + { + "name": "bomb" + }, + { + "name": "bomb-unshaded", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] } ] } diff --git a/Resources/Textures/Objects/Specific/Cargo/mail_large.rsi/bomb-unshaded.png b/Resources/Textures/Objects/Specific/Cargo/mail_large.rsi/bomb-unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..3395bb7d5b32bc68b720d378616a434445df58b3 GIT binary patch literal 6850 zcmeHKc|4SB`=82w%6^nnF%2EUtY(i8V=EtdGCIiy8yv@;FRZ1OOFmnXQ+Q~Q{-|(xNFHqSxNo?kVL)rrZ~G%PfqJ1$Tqk!F`Jr@VbRf3n zdDgQmJzM1VXBL$YL*;JF&^;icT$KU!&3W@9$;3%3P;qT)C?!!eDtOb3UB8 zT|D4nD-m8;&?TAQ;(bg~w!OCddPAI_#E-?U$(N~!J4-LDh_4)bd5-gFf-E1Lqeu65 zU^y=EJN$b9B!AD6%(+q3mCA|Q-WpbhNsjBTHyeo33PVbt?$1omJegf)RQuw?aK>q~DQ5)9 z{)ahwa+6n;cec$As&7-LSH#CRZ%k?N&smZ;O1up5ta}GV3$zE9B_@lP>|@j{A^T^B zv}a{6Npv9;SiFVpv33ZIZkp|TK>cH=6*q6G8#?z$>e-aAuz)`gRh+pemOL%nR=q)H$>1&MRORUNucuYmdd5s3b&< z9lljvR4y(b?444UtZJ@>Ph4yYURbsXHu|H)E*l?{wm|ig%L4W}@{$iF)$Tv!%HMs6 z+%}1QB9Yr=gy#I3t|uDkc^&L>7R8m%{m8d0hq#9Hr;o%2O&m2WzGbwq;CRlnsCrROt?_8~LA3#ADJ0`s!BB8*kf1(eNhDGb-hUer ztb)m1RClU7U2bN{%{^=6avR^6FxS1q>Cw7{SDLVC?tV>Pfdf>B+LPhK>a#K*N^&=( zFK=!)%As!vUtVNztDw>`Ck5VN*cMv2QDqWd$hN${`q|SA#HI?51>*Znbn87qlQ6%d zKRPon-dOntv)ale$;d09lyXs5trQh>EZ3@p?bKI;r)fX#y}U8J#o!kQhhKpM${!yb z&%aZd_=jcZ?WhBx^zE~X0`;J#yBF?#UlPkn>HF>E%lYVD{xuBW-@nuB^hWUk(vB9s z>)FFacL(9`4<$dtUb8u)BFC@xqu9K2KX@Tv&RtemeOd8Th@M%uTbK4uZ8oyh zC_UX{x4Y=*F7d24Hw=vt&HVMZmJu~}$i`(<(}Lo%gjDqJ5ijqSr5!>ShTpIxcX8`} zPOS&>LwD~BR|>eYHYWseOS6CH{ZSXV^G;R6P~?MqSEd$`j3%$g9?{NZ5**J(KojVQ z--56CE|xO7)2=?Jj)bLpnERdU5@5Nv3CKBK@q4`Qsg?_;MmXs+tMU^vgFU_y&8I zWk{v{d8x&^dp+f7)t&?$$H9Y=?OUtG4ymP&i}xIxfAYngv4pIvTGdf7^Q^Jt3%l^N z%}q_@6K?_{Zf>UPy|ec)aj#yj_Rdf(X4SFCY@2W$GiRLt>U+9$6#FogUW8p#3cZGo zxsmU*kavWs{@S75rz*7}Mn3#|{NrmP`ssU3o2Xp(Rj^Ii(S7qsc}~G^4#MO%#NIBe zx8A&xIH{(cnd-beRwZN4p{jcaTqdrrZtK^n{zJYb?l|e*V!7j8MoGi6^YUFUdrwgH zkvo+{VwJFz%Ol&(YY%!?Ua2jAX|gh#%Q|mulSIC0WO&F+w_)+*-lf|k+qFy<%Z}?8 z52NcN^dLK`#Y+y4zes)(_KnT{UE`qr7+NXklwglD3O9{dt&4S)wGhN7zZ6+VQvt!^u{tyilMT{jVH_Ahd8%y>x=?W z=NQNNs#_d}?u|=G%kH@z#Nq=FnT-rJHPt-Td6jIIw$uH*X@vXv0wN>C_dw2*2glZb zC~{#I8a);V1Y1&;j_y>iPY+V7EuiM=zctX|$b`+lfk>t5mmy|Hx$O_yigT-rFEu<) zitxR=>ry%YQdOXmUh>10jF-4Jx)OF>)$HUmPLS1Z<7s|Q;evABuN|>Civzem1ZJI0 zfo{srjg2d;&06Z8A6n~NCZ1QYmMbeu^jNqt*Qn@xZs0}cm@ZYnrr`>MvIu9qT&Hfw zZ zo4twnsf&0l{o!+pT%{&;XxElj$9|oq1smFesBxOXC+6hM>Fdt5xiYj<=`ck-FR2R? zGT8!n_vcLDR0j2GeU!#U+T81TE#r5dE~jX?*4AUq?HFBDqF*AQk*NA=t;Q494b;b1 zRi<6%$TiOHO4-nBdWmyuQx+RRH~H!hRtrazQup6jIST@rwVUPW=;`L@_<7XJcNZDaC1%tpW&n~M02CNzKzwdv+LB8$nlJ9F^;6QW z)pl}P%6xV67R}(~v)4u|svb26(?(0}T&lfLhEMd8`!d-6^$Y8*Gt=&D%_82CrmWn) z#)jRhoNQc*D4)1d`n;&dy3QGIyLQpf2CIUtV$hZgE#6|IeAeNl^LYr%6B6S24s!V8 z)M}JZt1l+#oT0<)Rjx3~;+uJA5-hChLpxm2;5BJzSlKRfsWxvs^IXyKE zTU=5{%A0*gSwDMD5>2DU;2YQtkN$zD#* zpCG_DTUe+-z$GJ*F)=ZS7;6NF7lK5SNF*c*gT!Fqpaz`3l`WtO;cUK%0%8Wk3EVT_yW)7e_{dT11Y3(k!S=885xQE+JY~jM1vro z2J~+&_&(rb8tDb_Ia_#ifD#R`1twoZFz8?Gxm$P<)9x_nNFV};1XcN9ujp^ObaC_W z{9>V?AcPgkowfqW{zg;4V*W+eH)B(@OuO^-KtS^^xZh}h_I+9z)bj8kJ8|e+6vK0K zvV|%7Co?#77K1$fNMq1&bQ}Q>$1sU_IF^LMz)5rz4UWPx=>z~nMOicOUqQLC`2s4N z4k(~Na0Cm)!QnAX3<-~e)9@%X97`k-;Z(Xc8qUDbm^c)Z$UxI^UqP(pvB0dPMtnUg z1r!5>qS7%a1_>a*nOH0dj-`UxK||9Ra3ThU#sWBN0)|SPhGNjk&KzDO6$~dUk{SXa zx$KbX1_j|{2TwO!7zTm*OX3+p6)-^qum)Ic1}BF9SCbDb67UvK6?~!zSR9dvBjE_v zXcYMSOUW1D@xfeFprTO-Ys_?uA~0mo9gte8B2z(tX*uW(*^viO1st9ahZA87Qw$2K zu>8{O0TvX4Dxf-11po+&!r;g#EEz-eK@-Sm5*bZ^qX=ZwSNa?Vi@Ejx(^ixZ)Mh5= zt}H&-|JG^IOig(MQ8RBduMw>2VuC`a%L1f+#sxk#8emM16U3TnqK8u1AprRO_>{1p z<*a{`3=A}mNWwDla0UsC8UEk^YTMYaycefu5cy-1}#sRO_|f zhlWN!mxvYp9bLL)@$1;aJI3$qX5go?)q_m)qUWZ*K~zp73&fY`dLzUkhS4GUuKa2xFgtymIDL-@^N< Q@d{8k${ME&D>oG@y+haa`>yp}t@Zu>*R1u<%(I`pKhNHuy`SgZPnxff z$5dT2T?7I#)ytFV2md0KkG3ZKEsc#GMj$ko#s&n*`~W#pED?o6kswkQBL8XL%HV=?I{=7ckXVx0+M!t?lq}{A8!| zJB?j047^*&{Ozlb9M)tNzx(U%+r9DkN5+5Yv3IO9laFjoEZR(&z5Pur9-pyb@3l88 zl8=q?JU#CkQ{jZ~Sr#$_$&_BuZQtP^W%lwTTDtX~0sWZ8?yxIPyyYn)i z9^aVJVjC;zT(7F)E|!EJau?>)gQ+XtI$(SZDTvRQ&M-`_{V&P z;DS@5DxaIxwSiOb`l^P$p$F@zKJhwdRyM}%9jKD@j!TbZ?C} zi~9XkT<+brtsjo2d&ftI2^g1-Z8@rVW07xGYu#@4ey8e*RXGtm+V@p=_*mE-!X*_> zEvnHU2~+VT4@dAkqi^UMtT9KjHYZ4Jn#BFCasN8AyFXw|yiWg+=0@Cwd5>y4%M9f7wtD=b=A5F;WF%9}Q*qI~?Y5{$MTMiMws4aXSChI~uXLLz`R%Rq z-80<-x3ySpB5tfeSZM^=;@?>xPIPO{G$itkF)M82PUyStWf-sr8f^0q|2?Wt^>*M2=yj`ir`=J^xh1~=3GxILGJVM}vuyKh z99GYqQO(?O(2&xW804vbUZX?>uit?iO7YX(ln-ngZ*B(@vm(2u5E>K1_82K{YHTrG?vwHcV`%-DXiEGTeogumB%Kx?6QhGAO@o1rg)GdTz){PH}_g+MQrd@JYlChL` zASF#mS>&FK+Vmmlan$iFuBC@bd6WO2anXZlvapVqqFu*seO61$ycnM{ zzKws+^1MZm;lts-PSn-YVtadQ!FyUSi#I-YL8VMH3z@TQP6MvcBE$`P({7w~aJXV7 zru#|QnAyJ0zJ;DQ&OLv&d7s$_gTtMR=OwNfU~MzZSXko0D@qQsetX+`^%c5Q!>HBm zi2qgV!x$v>WD%nFZ%|AkEbuM0d<+D3KA@c0V;Od7Q9nk)O(pXWorKNaulvIa2U4HTwE~jv_LwH)ib=@WP?DmY; z&HIC%Treu>bq_?BY%Du?=6(&*;dy889P86YEqcA`E&j0&Of{bR+Nv%6#j}!pB8i+` zLtiB@JKW&9ieB9la2=F8Z8l2qR#HO4?Q}{EE=quwz z^nMzH8Wu2OS%B5NPID{@L?Bd>AvZT)FE_W(FBtf>lAn<2MC>T6qnu`dyLTFE`%DsGiOZ_r+{d#>S^VjgcmNt&@AAj}FUQqk6 zNwI6B+S#Md4`fj^%Nd#nW7Noe8N`(bL;-(f~XjcebXorgHtY(;q&lw7N@Lr-Pky z;6@-Cf?xPS>_v30NPq!&A`XaA2*hwhfIv7pE5rbI4Jbo$Kt3dNLcOY~Lm?ra6KWZm zjbn@5zzE1QRs#CR`UG%e*Klb(l=A{zM+F@Q5P&iOsSrd8rF4Z8Y66!I|5u8!DCC5S zY>g8ti0zAX6G=cM2}8o*&@2TMO+YQsMLJ4&;dDQy`zHu^10 zw-7w;7khD(Byu7g9v2Hnf&y4o3a^U)Zb=U>w(l1UB?Wv)AfB*-$^K4L28Dkm>pS0+ zGZW!_>j-TA1@}Ac&#_M^!&+=Mohjl*Dc$p8I-!*7(|IB;#G_CA#glmyB85XibHg0~ zG>JzFM*}!=INE^>l4t-t=8~x2KzRwJGC;@$l~6D^27+<$1P2nC!o#7#a4HW?!coX* z8bAcm06v_=rICnaJc;)W#9|2qS0xbntyfAY9t;JN!T}$l5&;0G6A}P?5Gxk)Cnl7H(;2>APACEf_f_H>3CO}>19%TW zLY_!2{W=u@2|#}tpyU$|2STNiX?O~rOd;cFUzGwui4?9yB`O|=Ax=7>Obi_k2c{NK zRw@iIVF5=&cawmCOe6^qi6Wg)N~e%Y%P-Sxcti038NdW&APkBlkm)!Qoj?u1JJ9h| zI+2XVInZ(6=!H106 z4>9mV%0H{?CtW|pzz-?^tginWUAkW{Q=ky;faLI1Y1Z~RTi|P!Cdb=@iEu%}?s4U0@=tRR`2NTBS=5fhCf z$V18@Sp-tqC@$NeX98cimw7Q60YMEfcj3JoaWgkPDskKN_+F8@;=y)%ZT{NqS!ZTH zoThIc;9Da0SkKyR-O)Xl>Y4hutNl+!)q5=_J>prC{d42uTS0HkUmQ$IC^}%Zp=W&X z*Hx;d)wfEP?EiQm*KfMN-D-!Tw|8YOP^SS&IHT*vJ(G~BXJ0xSj;@zSr?VE^tx;Y5 zWNUmzfA7w9YQ<$%tzyKz5?%34p-GGd&vX<$xbWbG%j2+>$2={LVSiKQ-A6O*@k=QC zG-~I+f7OLQcwxjjqq|__Jo0k$sWETCh+MqxV`5rAYQPbppN{uynLDO)QI~v=xm52Q5Eg57Q~<%o)E*qW>^>cNv#>%^+RdxoPu|xmOmF?eBNlnu&JY)*7p& XmXQCtFPYs3=KaB^>EX>4U6ba`-PAZ2)IW&i+q+U-|cax5nd z{bvSDPA-b(R8sQz z#S#lubh1BwZNGz$`@Mg3PT~7u++7odAx6u`XSq#GjH4gU?|*V`5^nT2Mz>C==*ine zt><`q9B(H>%I_JS5^y+n_TyY|GGaOct`T8 zsi2?9M}WC?rQvbXCY`{DcuAf*6i0ZV@TxK|0ymM?|i^Q9}uMa$A5g%5y#H6Q~b z!A_;hR`Bh4|68~+5R|Rvj00BR+`*zrcrz~EKr;vh?cw!7$H@RH!qx&|0s{e`0!v7c zNQpEAD1R~opbF86BQ+opL})-rip&Y%z&o%v)@azIByScDZ$WMKxxC#JZNLk>Fun+@+aRw3#7j`Fdj_QAdo722;qd!H?E$CiE?jvrW zp?@}3mgpO?!wr{GJ;VDjKXavAS9<-jbVC~Z`NSd2p}ZXjjg7LuJIW;IhmT(TXIYM5TF4a@IVghhW( zj;caIG)=L>bs69~kicgNh|iPQ5Rq*RoqxP|f5taR(-jtNaI>zf$a99%*qGKCpT!u7 zDQcDMUhix^(Aa2fi{_Ru~SPV~f;KrtU8C{;RF~?t=SP2l72~WaA%%nV0wSS3<1RPE`!AzO)OI7P|uc#UY%{p5yco#O5u{O)F z!>K2VnXKk8=+}3q zIh<5BxwqVw9H?3$2j(yc=2i8GjbIvi$2+wic&baMiEK5Fln-)#2V`65iN%L5aAX$v*F~}6&4Ey zu(+m(R8S#vnN1MBB{^_VUw;oLK&eX~{o`;BsBB|xB_ls9Tjx>Ic|1Vk79rUVk8(Q4 zvi&j$3;RSohE118w~@_Ja zMPLTFLJS{Y+3@Lp?!^tC?&p4j&}RUBQH`7cZ6{;oh3sKZxWhCsMt>+1Sdo^3lt!>t zP#4^e%2iez-c}gJ0zwiZ@-n)^1#pc68h_J@A{7TKh;#^2oh*ooI7$_ZV4<`XT6HkF^b49aBq=VA zf@{ISkHxBki?gl{u7V)=0pcz=DY{6B|4RxjVmvtR$GdxvyLW)ls4&$GOaQ888L4EUV9DPdOWPnd3o_}MyVG(Z-&um&c z=Y8T3D@h9RIq|qb7bJeqJ^~~*IW{*jHZwCV zFl91fEi^YWVl6plI5{mbWidH7V>DqjW->C9APgTQW@a-rVlgx@EoL<{I4v|`WH2o_ zVq`HbFlIM5W;HfpVl_25lVc1gBw{dTWiVznI4x#0GBYhSIW{#dVqr33Ei^V|Vq-C8 zWnwfkGLxFgQ9jHx4CIc7FvEn_)lVl6adVK*%}WMX73F=1q3W;ii5Ff}tblW-17 z4Kyt>I8-qW z1#Cz{lWi9$e{@MiK~z}7V_+BsqhJ(_f>AIEM!_f;1tSsszpeNm#%7|o<-0ps{v-35 z2Eyli);*@b17JRP36f=?dkCQW+_n4aB^>EX>4U6ba`-PAZ2)IW&i+q+U;0bmgFc5 z{O1&N1VDh`IBa@vZZOB65ZKP8Gpn<@`?E8v3XCxl5g`eeng9JO<{x~>mt;cZoJvX- zpHM>a6`gGNr>(!vhV^%S{BaA{598*#;W0#LX6=K?ti#0hY@$qKNmVXuA&!j zH)=h`+v9jU7WDafp~C}m+p-UY z0hMq8o|eNf}4tuJ%bcSI@l}KV)#RmeX;A9%;4dYG01K zcrJ9_pv#WGx19TB`C&ZFL-+Q?=#FlYk!5WfyQm=ni*#)2+{)@5$%q8$KzN45W#eWGmgN3O^%{V z@QA%<=YIfX20<0BdkVgR0T-hmaMA|^Ajm;-xoH7Om!*o81ySO`;GeGf=@MbtK-u&+}XOy}R znSc9{w^ytUtrC4Pw!=_CwS?%y{h6!JRmLYt_Dl3Q&vmntPs zPc=@6zN9upw8k~jdB#hzkt+_jr41K_MnrTWf;6H~aBuezy}E`U$f!sjv*0($YD@CS zkT`VpG28IIX*)Sp!MUxKD1)a=wd)a9xPN9Tb#|tSxq^^YlSM)pT+KGO%~Gy2b9h)d z*O3sxf}}A5PHR;{J~oS8&(au$hsBsLVWAkQlIu^tj{<6?+~vHXI+X zMTxaFwKo@0{K~msv>~Q;A+>Pob0Aq{fH*i?crk0i+Q=!ACOoJDkC?DCnn*l#RDYzS zIIzuu`YF`V!P^Bn#VIz}V7T2FUEt*@`!=i~WsYQotx_#5q~`m;;YDg@4-ot409(xs z?7!ujqg`9ZV}N_=V^}Dmilb}ri_Tg{Zwj(GEK^1b#MWR90LrivhY`hi-iU|aT`ox& zVEaN9Dhj)B^h#SnH9>+0Z62dYyMJ4s3Uy!zrSdSr%bX|%#AUQ3h4czK$-I(!YW9*U zieHH{vcx=Dcq&?&vDIWWIDZc1w69Gm(`$#iRd;ISSt1rC3`u_AI_5(f#y1q6)ANav zqz-S5>#8`is2V{Q^lQ&p;W#|7=@Y~ZPnZa>4?&%3!v>>UsBJhQpgB<>HGg0d6&ccE z9f(@)y@NDpmlAB5JN6MC6rg~K({I_pMX5u}-+~TNwV|6&(1E>VUfaSWH)GqDrj#!J zU5YVZaaTrQnPbQZ^3!#NUk1{M#z$}o zi?=4ZXvnRE0r*06p#cyeYkzcY5Sv+Wlz~8?D#3ffXdDq?oYITC-N=7C!1Ku!(R5v7hATHkC=V=5)#8y=|P$A4W_}1BD z7c&7sO^|&W%^4MMSKT74r7(nuI0aXDK$ViQC&=iIJY<;Ce<%~?^M5+A%fy-DR^DPe zBd*FEY{JB*vg)XlM$uMG=~FS;R#f^p!^IvDsGz=8>0sVEc#jj*&=eyE5FEl@v3JeZ z|3&Qi)??o0){@qk+xouXEQ^PmOf#FTM4I(~Gw1Sab&VXHHuG2I^JHTV<4# z9WHX>630o-#zpf1aDRy>EZjl=GcG^X&g*1s9gr{6pbsy`=EvbR)E-Dg0|8$=cmdYo9$EJV;JMTF1t)J{M&%b2sIDt{uHX%TCK4@BY*h`d*V z`ALMlh>t@DC{}@Xf+LtTHE%&e7%bIl0@8@~T&8wI)c=}&(3<;!o3-76?3O$|aviL= znQ@?i5IYhHT_teCX%Y?~I5a?8Koa4Vkb~p*;92OH4-?2;5qQmx`7S;0TJ!yb@N56f zZ_4K~Z@!sewSS-$oRnuO5>+uM0&oC2Ld~GMkAfrZQ{6)ngrsh1aA(16nd)=aG_TU; z`>gpQCm$Kv94YzhgnWAP#k%HKll`;T<`cI+@!Gs`drejP9qq$clXdvQ+YJ)_P^OBX zJ?*oXzGmsaksj-W)`q7_QI1maMWrxb9y`9#{$1$LEDnSeKZ^Muf!WI7y#49TlaK}= ze^aF@6$d+rIAo|!7DYvLlPVU$LTM|s>R@u|7c^-|Qd}Gb*Mfr|i&X~~XI&j!1wrrw z#9eSwbdeJOmlRsWcyQd0clRE5?*O4*W~$jS4yc-CBx6xAlU)@9ukfQAz!+vFX6o_O zVj7;~>mEM7-bHwp_qjhuuaYwv;1h}Gf0%Aq#2duZo0iUbpE$&dl0tk=JZjJdi66Nx zyZpwv;IP0mLq<9|PaGl^3vDd7F)JD>@f2}bQ8mgJGA=8ew>YciDr?@8zc857R#IH2 zIfNLN5Jv(cWK>Z?85Sb6YNVJ*(tgy#Kj`=qEIJ#kN0&fxs@%sM+@Sv28a_0RJ;^rM3K(IxzD|dab2}kAS{y;NrTa$$P-%4lwYf zONQh~ewso)54@kzH)VnTTcBsn?X9_w(+40;T`k`L2Zz8&fwI><-rd#S+rMX;{rv#A zBXYy`Xcv|M01b9&R9JLaO-wptvn>cd0wgqMH#THuFg7h>H90jcG&E*1EjczhH!V3h zG+{V7GB##0F*TEq3LhjjWHdK5H8wXbF*GnVEi^GOH!V43WnnEfH92B2V>C8qWH&jJ z(h4UeIb%66H)Sv|Ej2S^VJ$RaWMnNkG&g1~FkxXcF=jV5WHvK1lN}3Q4KX%0G%ztX zIW;*mH!+il3vLZFIx#R*GB7$bGdeRilLHJP4Kq41FjO)yIx{mmGd7bk42mRTH8x^5 zVKiYaVl`wnEi^e{W-U21HaIOeH8x=~GdDG2HDh6u-wa9(Gc7SNR5CC+Gc!6fHnTPj zXb3(m!R1H*000JJOGiWiWB^3~Cq}A}vH$=832;bRa{vG?BLDy{BLR4&KXw2B00(qQ zO+^Rk0}BHoB;VvxP?OvhC`&d;L_t(o!|lx>5da_%0Kpd&AugGSLYT+mFfbr?-KmQJ s;Ac5%_Ez#_Kb^1r@BD_Ra{z#y3D(hGle#V|KL7v#07*qoM6N<$g62pVivR!s diff --git a/Resources/Textures/Objects/Specific/Cargo/mail_large.rsi/priority_inactive.png b/Resources/Textures/Objects/Specific/Cargo/mail_large.rsi/priority_inactive.png index 37aaaba0e3f7f218722b6b23539666b55f029c98..7bb403e4d6160c977d25a109046e92827c440611 100644 GIT binary patch delta 3044 zcmV&7we=<$I0%(vJ1b_DwJR?yKPxP7vJm9yap3jSym z_wRl*O10z{)1;r1%#}SsXHl zE`CDo9^b^xedj)zKVfixqgK*+5ME)m=^j6vcXSE59)$ZG|9o=k_sK8wl~3H;%STUe z&naatqhSTd1Ye|M)Md)L!@8zkT)PskY?DFM7ToAnaTUw9Bc{Z5oY-(*od@>QMJJBk zbYqR(b*LEq@EN1`-T1I33qY#A2Mva(mzzF^8U#V%LtilzgTHluaqHN+j_a;iF;*Ow zdIw<+TYmd8-(5JT=8|)^+`fWdULze^SO@rZz%n4>=5Z=52Vd9QkK!7DAT2i+7zhN- z7SYH(f-5Yb0~Qj-o%Jru5datAXo4~>00Em^AeW#~_C7lYM-~9YP~C^<8xU|rUZA9p zAtZo>dEhERMij-ayW$yY-(VD6(b>jax91;ra+O15@jk>iBm|Lc`41e)xTJYWRKSBRWL6e9*qH?r4MM9b>jFc;pqrokbo7CqRB{w%i=!}@wEkk_s zT*07lBu67H=el zP&+DyBG5*u+?yjveO;PhRDwDu~+WBkPBYM&+gU?paRrbM&H5+WUF`8OhH=b zt(z(pzuK%BLK}g*ADON8abz0%7RxV3nlVbo+54ut${?|3m3CNT2kS$a#Rye34O~SD z0$g8Ha}|vdCM`SQHC2eq#M6Y!MsMUUK*oE-{Zr)CBD@{2<`!78qQBM!XXWL;@`p9-5l2?W%aCY;5 zwrJj&t@%4aE-Y8H@W#+YtRMlT`<*7|1W;$-WNH^i?-mfyAZ5#&5w9|z*5`c$wB2V) z$GhhYW+H24PQ2%_pV{(DZt7vRPn?zaSsrIyIv2H8VurOKBu343VE|Q}gWNq!kc>4W z>86a?0}5LOr;!mChMJh#9wLQ~c=vOEfQ<~NNP&c-)cIFwz7Cqm?TMhVx(ZBtG=%aU zGJvTK&B#dxN!c_qG%U*JMeq*klNTDAQQ4A&9h#_+39V^`FFX7i}+ znYC74J_L#F9_?UEU^OBFc~_pLzFRf%Dv3Ms%;_@w@$Qc-g?oW)~f8x(!9?to5yz zsns3YkD%Ex%1jOn?DjnmZC(dO8WBVbl?5wvm@Dgw#cN8lSAkSDL~YgT0)z1F!-V4| zh|ns6fl+>PH4mO~b*U8zq`8TbGo^1@FszO@R~yj4nrpz%e$J7Q6e-#u^QwbBtvfmOlvk2B$P9VmE&>{Q`BlcX0{q0 zOv->tiFX#Rdm?jqUm7Swk#CN>?bTQ~;g7V|zRB9<3nt8oIAk!=D{DAS0>8)(qOTsH zn9_EKMvIr^uKo9R^TYjr_jdEc{r7hB<$e$*ZK8`eJ(7i^a!0%|EDj9!8s?5f1;s_r z!KGcNaz$Hd?v=jiO-rONu&5MVp&+|4D-D~m!UUnXVGZ4me{O=WJuvK`Tg0HD({ct0 zK_hgSc{T$~^Rgq>x@R|0=qLjWGC!kxY%#yF=ff@LH}-tE#e8dj&+;@C%VCIC<3_CY zI1sv3ORGO$^{9#O9^Dt2oBdU$h|I-5=U+S{jku21IQF(~@U*2na2W&$5ufU=cyu#Y&3*n3R~qN){nN zgNw7S4z7YA_yOWBI4QbFiT_IqEn+-4?#H`(kGpq((5Nug3`_v3W*Mn?Ow8t1#qL)G z5XK-z5RsUvC(?@?i5$WEE0hc?#(3371k|X(P3WWmjen#Jv0|st^-Zi(k);>-jfDCoDd;=UD0%JwWUiWx+ zPiJrco@w>>1Ij{j%DR_QA^-plc4<^tbXZMHI%BgJ2tEQNGGt^pV=^){EoL(}GA%S@ zG-54cV>CA{W-~T2F)(9eFgQ6glX(gsBsOJbF*9aiFfC?gFg7hTF=IC^Vq-NpEoM11 zVP$1DV>DzrFq6CrCnPvDGh|^gHDoO`VqrNgG&5#6EjeakWGyu@WnwlsH8VIhWo45G z3tkL0I5;skGB-9bIW;kpaSLw^G&(XkR53O>FgQ9iHUT3IbmdBVPrBllgSK94Kyt>I8-q< zIxsjoG&i##4QL1!d2t}F00006VoOIv0RI600RN!9r<0SO6(0!%92W>LXtAuRlg1S& ze{@MiK~z}7V_+BsqhJ(_f>AIEM!_f;1tSqG?AQMfV>8j)^2|`h|Hyo%f$;f>W1r~n z0GQ7$toRt{9s=k-pT7D&Bi$T;?(_JAFv4}1I z`VC)QxR%FKj7NQJ1-ZyQ9a0<-@Oy)0KqRiqsJsn)zwaN%H3321X0A|Bj~-4Eo#Tsh zr44k#LPmQ=eH6P0z(iop5GE!daFm!h7DyyS5+e**0gys;N|`zkh|FXVl5$D~;2=7{ z8+#<~rNnd&Bdex=91z1L39xBN0anfo|B+nbL&}LWGZz-F+*nI09(kom@${^cBnwLs zLC%&YT2sxHYpGIeZB-k!g!Ih~aoTEYO%+TPloh)b3sgJx)N|)vy7byx=sMs&BM%;B z$f%<{61s ze6YKa3$WsUf?JTfaii}d7aY1TBKHxuAE9P`N{o%z8HR4uBO&@QKdVwzKVCm=!><;6 zwf#-#H=(b8EL_Y=2!q+%GD~HZG>bIm$Wwdf5EqX%XO$jTN<;PBGmScFLw!fw&DIb< z%8h-|lmeQ@rK-tEI3m`*xBuB5zPbO|9=^H%*&aUI-?6@Tss^(*K~gCxwSg4n0Q6a# zjvg5lwHtDhg@N>qvSTHr?FCZcvy<|RHF_b8OET|`0hArbh#)Oon*f7{oUUF!b zRYoh8Q3ZMOa)w%(A&K>glsuq8^@-lI&Y~@^MyA!?E)UQ8MG85obk}ZoP%`s!vn-Td zT7{pTZQhKE+9_DLBpb%m7L3MG%a#{PNw(zTisfu?6#2M3z%g-5%!=CJz~KuXZZWEE z9k&gCTdz9M2DIleV6xEv-1tyAupY4HM~Q&9rujYKXNb(A>*vS8B7w zv1ExXda6At%RUFdG*)4lFNih-b;}oQ&Au>yf*3Ua1|;QcmX`feF46FI!z$`FFuBY2Wh}dEtFmz!4$b6E^k)hXS^OKWZbw3_rS$glR)VP)S2WAaHVTW@&6?004NLeUUv#!$2IxUsI(j6$d+rIAo|! z7DYvLlPVU$LTM|s>R@u|7c^;qNK#xJ1=oUuAB$B77iV1^Tm?b!1H@f$Qgo3L|Cbb6 z#CUMrk9YSTckck9US_Jt1F!I-8^9Q5C1&dJ)M6T*F%=a_C-#2duZo0iUbpE$&dl0tk=JZjJdi66NxyZpv~x!|zCGebr? zIZqrS77J}Gw=pXkD)AI?SWz{~7cwp@oVPfuEIJ#kN0&fxs@% zsM+@Sv28a_0RJ;^rM3K2l{zrK2b-rK)tn*IF%xFd4I_GlNDvvLYc z0wg(PWid5mGc_$_H#aaXG+|{oEjVE}H!U|}W-~H1WHMqkFfo(i3?C#gIb%68VKOx> zH#Rk9Ei^M^H7#N>H8d?^V>K{hGC4A1H)1oBBn>AdW;kIvFf%tWEoCw}Wi2!}FgPtZ zHDfm|Gh{M0VKp#gVq#=9lWz@P3^6t~G%zwYHZ(CXGLzX2Zw)g#F)&mzFgi0cIy5zt zRSqEyGdeLaR5CC+Gc!6gHIsu5iX=5*Ff?RkIXNvdVlrkeG+{VmEn#IbWGyyfH85l{ zHZe6ZIb@SD4@wO)Eio`uGB7$bGdeUjvxpC92o}(d6srIL00v@9M??T*07U>NMyimq zlLi00000NkvXXu0mjf7Sk^r From 23d835b4b6218ae3a4f975ae760602bc62837a0c Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 29 Apr 2025 05:04:07 -0400 Subject: [PATCH 119/318] oasis genpop (#37031) --- Resources/Maps/oasis.yml | 19169 +++++++++++++++++++++---------------- 1 file changed, 10720 insertions(+), 8449 deletions(-) diff --git a/Resources/Maps/oasis.yml b/Resources/Maps/oasis.yml index 53f2b33e27..9515ec71a7 100644 --- a/Resources/Maps/oasis.yml +++ b/Resources/Maps/oasis.yml @@ -4,8 +4,8 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/19/2025 10:13:38 - entityCount: 30308 + time: 04/29/2025 08:52:23 + entityCount: 30629 maps: - 1 grids: @@ -141,11 +141,11 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: BQAAAAADBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAABQAAAAABAwAAAAAACgAAAAABAgAAAAAAFAAAAAADFAAAAAACFAAAAAACFAAAAAAAFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAABFAAAAAAAAwAAAAAAAwAAAAAACgAAAAABAgAAAAAAFAAAAAABFAAAAAACFAAAAAABFAAAAAADFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAABAwAAAAAAAwAAAAAACgAAAAACAgAAAAAAFAAAAAAAFAAAAAACFAAAAAABFAAAAAADFAAAAAADDwAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAADFAAAAAABAwAAAAAAAwAAAAAACgAAAAADAgAAAAAAFAAAAAACFAAAAAADFAAAAAACFAAAAAACFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAACFAAAAAACFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAACAwAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAACBgAAAAACAgAAAAAAFAAAAAAAFAAAAAABFAAAAAAAFAAAAAACFAAAAAABFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAABBgAAAAADBgAAAAADAgAAAAAAFAAAAAAAFAAAAAACFAAAAAACFAAAAAAAFAAAAAADFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAABBgAAAAADBgAAAAACAgAAAAAAFAAAAAACFAAAAAABFAAAAAADFAAAAAADFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAABFAAAAAAAAwAAAAAABgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAADFAAAAAAAAwAAAAAABgAAAAABAgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAABFAAAAAADAwAAAAAAAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAABAwAAAAAAAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAAAAgAAAAAAEQAAAAACAgAAAAAAAgAAAAAAEQAAAAABEQAAAAACEQAAAAADAgAAAAAAAgAAAAAAEQAAAAADAQAAAAACAQAAAAADEQAAAAAAEQAAAAACEQAAAAAAEQAAAAACEQAAAAADEQAAAAACEQAAAAADEQAAAAADEQAAAAACEQAAAAABEQAAAAACEQAAAAACEQAAAAABEQAAAAAD + tiles: BQAAAAADBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAKQAAAAAAKQAAAAAABQAAAAABAwAAAAAACgAAAAABAgAAAAAAFAAAAAADFAAAAAACFAAAAAACFAAAAAAAFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAHQAAAAAAKQAAAAAAAwAAAAAAAwAAAAAACgAAAAABAgAAAAAAFAAAAAABFAAAAAACFAAAAAABFAAAAAADFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAKQAAAAAAAwAAAAAAAwAAAAAACgAAAAACAgAAAAAAFAAAAAAAFAAAAAACFAAAAAABFAAAAAADFAAAAAADDwAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAEAAAAAAAAwAAAAAAAwAAAAAACgAAAAADAgAAAAAAFAAAAAACFAAAAAADFAAAAAACFAAAAAACFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAACFAAAAAACFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAABgAAAAACBgAAAAACAgAAAAAAFAAAAAAAFAAAAAABFAAAAAAAFAAAAAACFAAAAAABFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAABgAAAAADBgAAAAADAgAAAAAAFAAAAAAAFAAAAAACFAAAAAACFAAAAAAAFAAAAAADFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAABgAAAAADBgAAAAACAgAAAAAAFAAAAAACFAAAAAABFAAAAAADFAAAAAADFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAABgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABgAAAAABAgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAAAAgAAAAAAEQAAAAACAgAAAAAAAgAAAAAAEQAAAAABEQAAAAACEQAAAAADAgAAAAAAAgAAAAAAEQAAAAAAAQAAAAACAQAAAAADEQAAAAAAEQAAAAACEQAAAAAAEQAAAAACEQAAAAADEQAAAAACEQAAAAADEQAAAAADEQAAAAACEQAAAAABEQAAAAACEQAAAAACEQAAAAABEQAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: DAAAAAADDAAAAAAAAgAAAAAADAAAAAACDAAAAAACAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAFAAAAAADFAAAAAADGwAAAAADFAAAAAABFAAAAAACDAAAAAABDAAAAAADHAAAAAAADAAAAAABDAAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAADDAAAAAABDAAAAAADAgAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAABFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAABFAAAAAABFAAAAAADFAAAAAACFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAABFAAAAAABFAAAAAABFAAAAAABFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAABFAAAAAADFAAAAAAAFAAAAAABFAAAAAACFAAAAAAAFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAABFAAAAAABFAAAAAABFAAAAAAAFAAAAAACFAAAAAACFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAABFAAAAAACFAAAAAADFAAAAAADFAAAAAAAFAAAAAADFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAAAFAAAAAAAFAAAAAADFAAAAAAAFAAAAAABFAAAAAABFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAADFAAAAAADFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAACBQAAAAADFAAAAAADFAAAAAAAFAAAAAAAFAAAAAABFAAAAAABAgAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAAD + tiles: DAAAAAADDAAAAAAAAgAAAAAADAAAAAACDAAAAAACAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAFAAAAAADFAAAAAADGwAAAAADFAAAAAABFAAAAAACDAAAAAABDAAAAAADHAAAAAAADAAAAAABDAAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAADDAAAAAABDAAAAAADAgAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAABFAAAAAADAgAAAAAAFAAAAAAAFAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAADAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAACFAAAAAABFAAAAAABFAAAAAADFAAAAAACFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAABFAAAAAABFAAAAAABFAAAAAABFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAABFAAAAAADFAAAAAAAFAAAAAABFAAAAAACFAAAAAAAFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAABFAAAAAABFAAAAAABFAAAAAAAFAAAAAACFAAAAAACFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAABFAAAAAACFAAAAAADFAAAAAADFAAAAAAAFAAAAAADFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAACFAAAAAAAFAAAAAAAFAAAAAADFAAAAAAAFAAAAAABFAAAAAABFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAADFAAAAAADFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAKQAAAAAABQAAAAACBQAAAAADFAAAAAADFAAAAAAAFAAAAAAAFAAAAAABFAAAAAABAgAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAKQAAAAAA version: 6 0,-2: ind: 0,-2 @@ -177,7 +177,7 @@ entities: version: 6 2,-2: ind: 2,-2 - tiles: FAAAAAADFAAAAAADFAAAAAABFAAAAAADFAAAAAACFAAAAAADFAAAAAADGwAAAAADFAAAAAACFAAAAAADFAAAAAADFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAACFAAAAAACFAAAAAAAFAAAAAADFAAAAAABFAAAAAACAgAAAAAAAgAAAAAAGwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAABFAAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAAAFAAAAAADFAAAAAADAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAACAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAABFAAAAAADFAAAAAABGgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAAAFAAAAAABFAAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAACAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAGwAAAAACFAAAAAABAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAFAAAAAACFAAAAAACFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAFAAAAAACFAAAAAABAgAAAAAAKAAAAAADKAAAAAACKAAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAFAAAAAACFAAAAAABAgAAAAAAKAAAAAABKAAAAAACKAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAFAAAAAAAFAAAAAABFAAAAAADAgAAAAAAAgAAAAAAFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAAAAgAAAAAAFAAAAAABFAAAAAACFAAAAAACFAAAAAACFAAAAAABFAAAAAACFAAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAABFAAAAAABFAAAAAADFAAAAAADFAAAAAABFAAAAAABFAAAAAAAFAAAAAAAFAAAAAABFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAACFAAAAAAAAgAAAAAAFAAAAAACFAAAAAAAFAAAAAABFAAAAAABFAAAAAAAFAAAAAACFAAAAAABFAAAAAACFAAAAAABFAAAAAABFAAAAAAA + tiles: FAAAAAADFAAAAAADFAAAAAABFAAAAAADFAAAAAACFAAAAAADFAAAAAADGwAAAAADFAAAAAACFAAAAAADFAAAAAADFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAACFAAAAAACFAAAAAAAFAAAAAADFAAAAAABFAAAAAACAgAAAAAAAgAAAAAAGwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAABFAAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAADFAAAAAAAFAAAAAADFAAAAAADAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAACAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAABFAAAAAADFAAAAAABGgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAADFAAAAAAAFAAAAAABFAAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAACAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAGwAAAAACFAAAAAABAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAKQAAAAAAAgAAAAAAAgAAAAAAGwAAAAAAGwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAKQAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAA version: 6 2,-3: ind: 2,-3 @@ -185,7 +185,7 @@ entities: version: 6 2,-1: ind: 2,-1 - tiles: FAAAAAAAAgAAAAAAFAAAAAABFAAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAADFAAAAAAAFAAAAAABFAAAAAACFAAAAAACFAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAADAgAAAAAAFAAAAAACFAAAAAAAAgAAAAAAFAAAAAABFAAAAAADFAAAAAADFAAAAAACFAAAAAACFAAAAAAAFAAAAAADFAAAAAADFAAAAAAAFAAAAAADFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADAgAAAAAAFAAAAAABFAAAAAAAFAAAAAACFAAAAAADKAAAAAACKAAAAAAAKAAAAAAAKAAAAAACKAAAAAAAIQAAAAAAIQAAAAAAFAAAAAADFAAAAAAAFAAAAAADFAAAAAABFAAAAAADFAAAAAABFAAAAAAAFAAAAAACFAAAAAADKAAAAAABKAAAAAAAKAAAAAABKAAAAAADKAAAAAACIQAAAAAAIQAAAAAAFAAAAAADFAAAAAACFAAAAAACFAAAAAABFAAAAAAAFAAAAAABFAAAAAADFAAAAAABFAAAAAADKAAAAAACKAAAAAACKAAAAAAAKAAAAAADKAAAAAADIQAAAAAAIQAAAAAAFAAAAAABFAAAAAADFAAAAAABFAAAAAAAFAAAAAADFAAAAAADFAAAAAACFAAAAAACFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAAAIQAAAAAAFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACAgAAAAAAAgAAAAAAAgAAAAAADAAAAAABDAAAAAACDAAAAAADAgAAAAAAFAAAAAAAFAAAAAADFAAAAAABFAAAAAADAgAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAACGwAAAAAAGwAAAAACAgAAAAAADAAAAAACDAAAAAAADAAAAAABAgAAAAAAFAAAAAADFAAAAAADFAAAAAACFAAAAAADAgAAAAAADAAAAAAADAAAAAACDAAAAAACHAAAAAACGwAAAAADGwAAAAACAgAAAAAAAgAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAADFAAAAAACFAAAAAABHAAAAAABDAAAAAACDAAAAAACDAAAAAAAHAAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAACNgAAAAAADAAAAAAAAgAAAAAAAgAAAAAAFAAAAAABFAAAAAAAAgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAAADAAAAAACDAAAAAABDAAAAAADDAAAAAADDAAAAAADDAAAAAADDAAAAAAADAAAAAACAgAAAAAAFAAAAAABFAAAAAADHAAAAAAADAAAAAAADAAAAAADDAAAAAADHAAAAAABDAAAAAADDAAAAAADDAAAAAADDAAAAAABDAAAAAABNgAAAAAADAAAAAAADAAAAAAAAgAAAAAAFAAAAAABFAAAAAAAAgAAAAAADAAAAAADDAAAAAADDAAAAAACHAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADAAAAAAADAAAAAAAAgAAAAAAFAAAAAADFAAAAAADAgAAAAAADAAAAAAADAAAAAADDAAAAAAADAAAAAAAAgAAAAAAEQAAAAADEQAAAAABEQAAAAAAEQAAAAACAgAAAAAAEQAAAAADHAAAAAAAEQAAAAABEQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAACFAAAAAAAFAAAAAACEQAAAAAAAgAAAAAAEQAAAAADEQAAAAAAEQAAAAACEQAAAAACEQAAAAADEQAAAAACEQAAAAAAEQAAAAAAEQAAAAABEQAAAAACEQAAAAAAEQAAAAADEQAAAAABEQAAAAACEQAAAAAAEQAAAAABEQAAAAACEQAAAAABEQAAAAAA + tiles: KQAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAHQAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAKQAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAKQAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAKQAAAAAAHQAAAAAAKQAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAAgAAAAAADAAAAAAADAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAAAgAAAAAADAAAAAAADAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAAHAAAAAAAGwAAAAAAGwAAAAAAAgAAAAAAAgAAAAAAHAAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAHAAAAAAADAAAAAADDAAAAAACDAAAAAACHAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAACDAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAHAAAAAAADAAAAAADDAAAAAADDAAAAAADHAAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAgAAAAAAEQAAAAAAEQAAAAADEQAAAAAAEQAAAAABEQAAAAAAAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAAAFAAAAAAAFAAAAAAAEQAAAAACEQAAAAACEQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAABEQAAAAACEQAAAAAAEQAAAAADEQAAAAABEQAAAAACEQAAAAAAEQAAAAABEQAAAAACEQAAAAABEQAAAAAA version: 6 2,0: ind: 2,0 @@ -257,11 +257,11 @@ entities: version: 6 3,-1: ind: 3,-1 - tiles: FAAAAAAAFAAAAAAAFAAAAAADFAAAAAAAFAAAAAABFAAAAAADFAAAAAACAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAKQAAAAAAFAAAAAADKQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAKQAAAAAAFAAAAAACKQAAAAAAFAAAAAAAFAAAAAADFAAAAAADAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAAIQAAAAAAKQAAAAAAFAAAAAADKQAAAAAAAgAAAAAAFAAAAAAAFAAAAAADAgAAAAAAAgAAAAAAEQAAAAABEQAAAAAAEQAAAAABEQAAAAAAAgAAAAAADgAAAAAAMQAAAAAAIQAAAAAAKQAAAAAAFAAAAAADKQAAAAAAAgAAAAAAFAAAAAABFAAAAAAAFAAAAAADFAAAAAAAEQAAAAACEQAAAAADEQAAAAACEQAAAAADAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAKQAAAAAAFAAAAAACKQAAAAAAGwAAAAAAFAAAAAADFAAAAAADFAAAAAADFAAAAAAAEQAAAAADEQAAAAACEQAAAAAAEQAAAAAAAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAKQAAAAAAFAAAAAADKQAAAAAAAgAAAAAAFAAAAAACFAAAAAADFAAAAAABFAAAAAABEQAAAAACEQAAAAADEQAAAAABEQAAAAABAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAKQAAAAAAFAAAAAAAKQAAAAAAAgAAAAAAFAAAAAACFAAAAAAAAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAABEQAAAAAAEQAAAAADAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAKQAAAAAAFAAAAAACKQAAAAAAFAAAAAABFAAAAAACFAAAAAABAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAACEQAAAAADEQAAAAADAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAABKQAAAAAAFAAAAAADKQAAAAAAFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAABEQAAAAACEQAAAAADEQAAAAAAEQAAAAADEQAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAKQAAAAAAFAAAAAAAKQAAAAAAFAAAAAACAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAABEQAAAAADEQAAAAAAEQAAAAABEQAAAAACEQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAGwAAAAABAgAAAAAAGwAAAAACAgAAAAAAAgAAAAAAEQAAAAADEQAAAAABEQAAAAAAEQAAAAACEQAAAAAAEQAAAAABEQAAAAACEQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAACFAAAAAAAFAAAAAADAgAAAAAAEQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAADEQAAAAABEQAAAAABEQAAAAAAEQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAACFAAAAAABAgAAAAAAEQAAAAABEQAAAAADEQAAAAAAEQAAAAADEQAAAAABBgAAAAACEQAAAAADEQAAAAABEQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGwAAAAAAAgAAAAAAGwAAAAADAgAAAAAAEQAAAAACEQAAAAABEQAAAAAAEQAAAAACEQAAAAABBgAAAAAAEQAAAAABEQAAAAAAEQAAAAACEQAAAAACAgAAAAAAEQAAAAAAEQAAAAAAEQAAAAABEQAAAAABEQAAAAABEQAAAAACEQAAAAADEQAAAAADEQAAAAAAEQAAAAABBgAAAAABEQAAAAACEQAAAAABEQAAAAABEQAAAAACAgAAAAAA + tiles: FAAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAAAgAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAADwAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAABEQAAAAAAEQAAAAABEQAAAAAAAgAAAAAADgAAAAAAMQAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAACEQAAAAADEQAAAAACEQAAAAADAgAAAAAADgAAAAAAMQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAADEQAAAAACEQAAAAAAEQAAAAAAAgAAAAAADgAAAAAAMQAAAAAADAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAACEQAAAAADEQAAAAABEQAAAAABAgAAAAAADgAAAAAAMQAAAAAADAAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAAHAAAAAAAEgAAAAAAEgAAAAAAAgAAAAAAEQAAAAAAEQAAAAABEQAAAAAAEQAAAAADAgAAAAAADgAAAAAAMQAAAAAAAgAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAEgAAAAAAAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAACEQAAAAADEQAAAAADAgAAAAAAAgAAAAAAMQAAAAAANgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAAEQAAAAABEQAAAAACEQAAAAADEQAAAAAAEQAAAAADEQAAAAAAAgAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAABEQAAAAADEQAAAAAAEQAAAAABEQAAAAACEQAAAAACAgAAAAAAAgAAAAAANgAAAAAADAAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAAEQAAAAADEQAAAAABEQAAAAAAEQAAAAACEQAAAAAAEQAAAAABEQAAAAACEQAAAAACAgAAAAAAAgAAAAAAAgAAAAAADAAAAAAADAAAAAAADAAAAAAAAgAAAAAAEQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAADEQAAAAABEQAAAAABEQAAAAAAEQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAEQAAAAABEQAAAAADEQAAAAAAEQAAAAADEQAAAAABBgAAAAACEQAAAAADEQAAAAABEQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAAgAAAAAAEQAAAAACEQAAAAABEQAAAAAAEQAAAAACEQAAAAABBgAAAAAAEQAAAAABEQAAAAAAEQAAAAACEQAAAAACAgAAAAAAEQAAAAAAEQAAAAAAEQAAAAABEQAAAAABEQAAAAABEQAAAAACEQAAAAADEQAAAAADEQAAAAAAEQAAAAABBgAAAAABEQAAAAACEQAAAAABEQAAAAABEQAAAAACAgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAKAAAAAADKAAAAAAAKAAAAAAAAgAAAAAAKAAAAAADKAAAAAADKAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAKAAAAAABKAAAAAADKAAAAAADAgAAAAAAKAAAAAADKAAAAAAAKAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAAgAAAAAAFAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAADFAAAAAACFAAAAAAAFAAAAAAAFAAAAAADFAAAAAABFAAAAAABAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAABFAAAAAACFAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAABFAAAAAABFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAADwAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAAgAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAAAgAAAAAAMQAAAAAAFAAAAAAAAgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAAgAAAAAADgAAAAAAMQAAAAAA version: 6 3,-3: ind: 3,-3 @@ -455,13 +455,13 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 707: 42.99683,-1.538444 + 4220: 47.00754,-1.5535983 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 708: 39.96558,-1.975944 + 4221: 43.965874,-1.9910983 - node: color: '#FFFFFFFF' id: Bot @@ -479,21 +479,15 @@ entities: 3930: -57,-13 3931: -56,-13 3932: -55,-13 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Bot - decals: - 712: 40,-3 + 4219: 44,-3 + 4848: 51,-13 + 4849: 52,-13 + 4850: 53,-15 + 4851: 50,-18 - node: color: '#FFFFFFFF' id: BotGreyscale decals: - 2719: 35,-25 - 2720: 35,-26 - 2721: 32,-25 - 2722: 32,-24 - 2723: 32,-22 2834: 7,-38 2965: 15,-40 2966: 15,-41 @@ -505,13 +499,12 @@ entities: 3952: -31,-59 3953: -32,-59 - node: - angle: 3.141592653589793 rad color: '#FFFFFFFF' id: BotLeft decals: - 709: 43,-3 - 710: 42,-3 - 711: 41,-3 + 4216: 47,-3 + 4217: 46,-3 + 4218: 45,-3 - node: color: '#FFFFFFFF' id: BotLeftGreyscale @@ -739,22 +732,32 @@ entities: decals: 883: -53,7 3866: 23,5 + 4565: 45,-14 + 4741: 34,-14 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: 884: -55,7 4183: 23,37 + 4560: 45,-12 + 4568: 47,-14 + 4607: 39,-16 + 4740: 36,-14 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: 3865: 23,8 + 4566: 45,-12 + 4761: 37,-16 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: 4182: 23,39 + 4567: 47,-12 + 4584: 39,-14 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE @@ -768,17 +771,13 @@ entities: 3860: 24,7 3863: 23,6 3864: 23,7 - 4056: 48,-12 - 4057: 48,-13 - 4060: 48,-6 - 4061: 48,-7 - 4062: 48,-7 - 4063: 48,-8 - 4064: 48,-9 4168: 22,36 4169: 22,37 4170: 22,38 4171: 22,39 + 4561: 45,-13 + 4760: 37,-17 + 4764: 37,-15 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN @@ -787,6 +786,8 @@ entities: 882: -56,7 1726: 41,-40 3507: -8,-24 + 4564: 46,-14 + 4742: 35,-14 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -795,6 +796,7 @@ entities: 878: -55,5 879: -54,5 880: -53,5 + 4563: 46,-12 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW @@ -806,12 +808,10 @@ entities: 3862: 24,7 3890: 20,6 3891: 20,7 - 4065: 52,-8 - 4066: 52,-8 - 4067: 52,-7 - 4068: 52,-6 - 4069: 52,-6 4185: 23,38 + 4562: 47,-13 + 4590: 39,-15 + 4602: 39,-17 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe @@ -994,9 +994,10 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteCornerNe decals: - 1549: 51,-3 1713: 42,-41 1727: 42,-40 + 4295: 32,-4 + 4642: 34,-24 - node: color: '#EFB34196' id: BrickTileWhiteCornerNe @@ -1062,14 +1063,19 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteCornerNw decals: - 1548: 49,-3 1728: 40,-40 + 4641: 37,-24 - node: color: '#EFB34196' id: BrickTileWhiteCornerNw decals: 3112: -7,43 3744: 17,37 + - node: + color: '#FA750096' + id: BrickTileWhiteCornerNw + decals: + 4510: 39,-11 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw @@ -1120,11 +1126,6 @@ entities: 834: -11,-51 2183: 12,-45 2184: 16,-44 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSe - decals: - 1550: 51,-4 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe @@ -1133,6 +1134,11 @@ entities: 3117: 10,40 3122: 19,39 3745: 19,35 + - node: + color: '#FA750096' + id: BrickTileWhiteCornerSe + decals: + 4573: 44,-12 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe @@ -1188,11 +1194,6 @@ entities: 837: -14,-51 2185: 6,-45 2186: 14,-44 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSw - decals: - 1551: 49,-4 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw @@ -1216,26 +1217,11 @@ entities: id: BrickTileWhiteEndE decals: 398: -21,-30 - - node: - color: '#80C71F80' - id: BrickTileWhiteEndS - decals: - 3449: 53,-20 - - node: - color: '#8932B87F' - id: BrickTileWhiteEndS - decals: - 3446: 49,-20 - node: color: '#DE3A3A96' id: BrickTileWhiteEndS decals: 1714: 42,-42 - - node: - color: '#F9801D7F' - id: BrickTileWhiteEndS - decals: - 3445: 45,-20 - node: color: '#169C9CFF' id: BrickTileWhiteEndW @@ -1261,8 +1247,8 @@ entities: color: '#334E6DC8' id: BrickTileWhiteInnerNe decals: - 1355: 33,-8 3907: 20,8 + 4847: 37,-8 - node: color: '#52B4E996' id: BrickTileWhiteInnerNe @@ -1357,33 +1343,11 @@ entities: color: '#D4D4D428' id: BrickTileWhiteInnerNe decals: - 1362: 30,-3 + 4243: 34,-3 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNe decals: - 1382: 52,-6 - 1383: 52,-7 - 1389: 54,-18 - 1390: 54,-17 - 1391: 52,-8 - 1394: 50,-6 - 1395: 48,-6 - 1418: 47,-8 - 1438: 40,-15 - 1439: 40,-14 - 1440: 40,-13 - 1441: 40,-12 - 1442: 39,-11 - 1443: 37,-11 - 1444: 36,-11 - 1445: 35,-11 - 1446: 34,-11 - 1447: 33,-11 - 1448: 31,-11 - 1449: 30,-11 - 1500: 42,-21 - 1501: 42,-20 1568: 40,-24 1570: 42,-24 1587: 39,-25 @@ -1419,12 +1383,49 @@ entities: 1722: 39,-39 1730: 37,-42 2840: 40,-25 - 2846: 42,-23 - 2848: 42,-22 - 3456: 54,-19 - 4052: 46,-16 - 4059: 48,-12 - 4070: 48,-6 + 4290: 30,-7 + 4297: 30,-4 + 4311: 37,-20 + 4316: 34,-19 + 4323: 42,-23 + 4630: 37,-29 + 4631: 37,-28 + 4632: 37,-27 + 4633: 37,-26 + 4634: 37,-25 + 4662: 33,-19 + 4664: 37,-21 + 4665: 32,-19 + 4673: 32,-14 + 4674: 32,-15 + 4675: 32,-16 + 4676: 32,-17 + 4677: 32,-18 + 4678: 32,-13 + 4684: 33,-12 + 4688: 32,-9 + 4689: 33,-11 + 4734: 39,-22 + 4736: 41,-22 + 4739: 37,-14 + 4746: 36,-14 + 4750: 37,-16 + 4769: 45,-21 + 4776: 48,-19 + 4779: 48,-21 + 4781: 48,-22 + 4803: 41,-19 + 4804: 40,-19 + 4805: 39,-19 + 4817: 48,-16 + 4818: 48,-17 + 4821: 47,-16 + 4822: 46,-16 + 4823: 45,-16 + 4824: 44,-16 + 4825: 43,-16 + 4826: 42,-16 + 4834: 45,-19 - node: color: '#EFB34196' id: BrickTileWhiteInnerNe @@ -1451,6 +1452,11 @@ entities: 2498: 19,43 2511: 9,46 3060: 11,31 + - node: + color: '#FA750096' + id: BrickTileWhiteInnerNe + decals: + 4576: 43,-13 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNe @@ -1564,34 +1570,12 @@ entities: color: '#D4D4D428' id: BrickTileWhiteInnerNw decals: - 1363: 33,-3 + 4244: 37,-3 + 4250: 36,-11 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNw decals: - 1396: 48,-6 - 1397: 48,-7 - 1398: 48,-8 - 1399: 47,-8 - 1401: 46,-9 - 1420: 50,-6 - 1432: 52,-6 - 1450: 30,-11 - 1451: 30,-12 - 1452: 30,-13 - 1470: 39,-19 - 1473: 37,-18 - 1474: 37,-17 - 1475: 37,-16 - 1476: 37,-15 - 1477: 37,-14 - 1486: 31,-11 - 1487: 33,-11 - 1489: 34,-11 - 1490: 35,-11 - 1491: 36,-11 - 1492: 37,-11 - 1493: 39,-11 1569: 42,-24 1571: 40,-24 1572: 40,-25 @@ -1625,11 +1609,51 @@ entities: 1720: 40,-39 1721: 39,-39 2839: 42,-25 - 2844: 40,-23 - 2854: 40,-19 - 2855: 40,-20 - 4053: 46,-16 - 4071: 52,-6 + 4289: 32,-7 + 4298: 34,-6 + 4299: 34,-9 + 4310: 34,-26 + 4315: 37,-19 + 4317: 39,-20 + 4343: 48,-19 + 4619: 34,-27 + 4621: 34,-28 + 4646: 34,-23 + 4655: 30,-22 + 4656: 30,-21 + 4657: 30,-20 + 4661: 34,-19 + 4666: 33,-19 + 4694: 31,-19 + 4708: 31,-16 + 4722: 30,-13 + 4723: 30,-12 + 4726: 30,-9 + 4727: 30,-8 + 4728: 30,-7 + 4735: 40,-22 + 4737: 42,-22 + 4747: 37,-14 + 4756: 34,-14 + 4757: 34,-15 + 4758: 34,-16 + 4759: 34,-17 + 4768: 44,-21 + 4770: 46,-21 + 4774: 47,-20 + 4791: 46.498753,-20.500576 + 4801: 42,-19 + 4806: 40,-19 + 4807: 41,-19 + 4808: 42,-18 + 4809: 42,-17 + 4810: 42,-16 + 4811: 43,-16 + 4812: 44,-16 + 4813: 45,-16 + 4814: 46,-16 + 4815: 47,-16 + 4816: 48,-16 - node: color: '#EFB34196' id: BrickTileWhiteInnerNw @@ -1660,24 +1684,14 @@ entities: color: '#334E6DC8' id: BrickTileWhiteInnerSe decals: - 1356: 33,-4 3905: 20,5 + 4846: 37,-4 - node: color: '#52B4E996' id: BrickTileWhiteInnerSe decals: 416: -18,-29 2383: 34,-38 - - node: - color: '#80C71F80' - id: BrickTileWhiteInnerSe - decals: - 3450: 53,-19 - - node: - color: '#8932B87F' - id: BrickTileWhiteInnerSe - decals: - 3448: 49,-19 - node: color: '#9FED58B3' id: BrickTileWhiteInnerSe @@ -1760,26 +1774,15 @@ entities: 2874: 17,-38 2875: 17,-37 2963: 14,-39 + - node: + color: '#D4D4D428' + id: BrickTileWhiteInnerSe + decals: + 4246: 34,-9 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSe decals: - 1359: 31,-9 - 1414: 54,-17 - 1415: 54,-18 - 1467: 42,-21 - 1468: 42,-20 - 1469: 42,-19 - 1471: 38,-18 - 1472: 37,-18 - 1480: 34,-13 - 1481: 33,-13 - 1482: 32,-13 - 1483: 30,-13 - 1496: 40,-11 - 1497: 40,-12 - 1498: 40,-13 - 1499: 40,-14 1585: 39,-29 1595: 40,-30 1596: 42,-30 @@ -1816,14 +1819,52 @@ entities: 1707: 43,-40 1708: 43,-39 1731: 37,-40 - 2842: 40,-23 - 2845: 42,-23 - 2847: 42,-22 - 2853: 39,-18 - 3454: 52,-7 - 3455: 52,-6 - 4058: 48,-13 - 4211: 48,-9 + 4293: 30,-5 + 4318: 40,-23 + 4324: 34,-17 + 4340: 46,-17 + 4624: 34,-29 + 4625: 35,-29 + 4626: 36,-29 + 4627: 37,-29 + 4636: 37,-25 + 4637: 37,-26 + 4638: 37,-27 + 4639: 37,-28 + 4643: 37,-24 + 4647: 33,-22 + 4648: 32,-22 + 4649: 31,-22 + 4650: 30,-22 + 4663: 37,-20 + 4667: 32,-18 + 4668: 32,-17 + 4669: 32,-16 + 4670: 32,-15 + 4671: 32,-14 + 4672: 32,-13 + 4679: 32,-12 + 4681: 33,-12 + 4690: 33,-11 + 4732: 39,-23 + 4733: 42,-23 + 4748: 37,-14 + 4777: 48,-19 + 4780: 48,-22 + 4782: 48,-21 + 4783: 47,-22 + 4784: 46,-22 + 4785: 45,-22 + 4786: 44,-22 + 4793: 43,-19 + 4797: 41,-20 + 4798: 39,-20 + 4800: 42,-20 + 4819: 48,-17 + 4820: 48,-16 + 4831: 45,-19 + 4833: 45,-18 + 4835: 45.50077,-17.500114 - node: color: '#EFB34196' id: BrickTileWhiteInnerSe @@ -1855,10 +1896,13 @@ entities: 3757: 19,33 3787: 15,35 - node: - color: '#F9801D7F' + color: '#FA750096' id: BrickTileWhiteInnerSe decals: - 3453: 45,-19 + 4489: 40,-15 + 4491: 41,-14 + 4574: 44,-11 + 4575: 43,-12 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSe @@ -1875,16 +1919,6 @@ entities: decals: 415: -20,-29 731: -1,-34 - - node: - color: '#80C71F80' - id: BrickTileWhiteInnerSw - decals: - 3451: 53,-19 - - node: - color: '#8932B87F' - id: BrickTileWhiteInnerSw - decals: - 3447: 49,-19 - node: color: '#9FED58B3' id: BrickTileWhiteInnerSw @@ -1966,30 +2000,15 @@ entities: 2258: -3,-55 2347: -1,-42 2964: 16,-39 + - node: + color: '#D4D4D428' + id: BrickTileWhiteInnerSw + decals: + 4247: 36,-9 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSw decals: - 1358: 33,-9 - 1421: 48,-7 - 1422: 48,-6 - 1424: 46,-9 - 1453: 30,-13 - 1454: 32,-13 - 1455: 33,-13 - 1456: 34,-13 - 1457: 36,-13 - 1458: 37,-13 - 1459: 37,-14 - 1460: 37,-15 - 1461: 37,-16 - 1462: 37,-17 - 1463: 37,-18 - 1464: 38,-18 - 1465: 39,-18 - 1466: 39,-19 - 1484: 30,-12 - 1485: 30,-11 1579: 40,-24 1580: 39,-25 1581: 39,-26 @@ -2024,12 +2043,53 @@ entities: 1697: 39,-40 1717: 42,-41 1723: 39,-39 - 2841: 42,-23 - 2843: 40,-23 - 2850: 40,-20 - 2851: 40,-19 - 2852: 40,-18 - 4072: 52,-8 + 4292: 32,-5 + 4300: 34,-6 + 4308: 34,-28 + 4309: 34,-24 + 4319: 42,-23 + 4322: 44,-21 + 4342: 48,-17 + 4618: 34,-3 + 4620: 34,-26 + 4622: 34,-27 + 4623: 35,-29 + 4628: 37,-29 + 4629: 36,-29 + 4644: 34,-23 + 4645: 34,-22 + 4651: 33,-22 + 4652: 32,-22 + 4653: 31,-22 + 4654: 30,-22 + 4658: 30,-21 + 4659: 30,-20 + 4680: 33,-12 + 4701: 31,-13 + 4710: 31,-16 + 4724: 30,-11 + 4725: 30,-12 + 4729: 30,-8 + 4730: 30,-7 + 4731: 40,-23 + 4751: 37,-17 + 4752: 34,-17 + 4753: 34,-16 + 4754: 34,-15 + 4755: 34,-14 + 4775: 47,-19 + 4787: 45,-22 + 4788: 46,-22 + 4789: 47,-22 + 4790: 48,-22 + 4794: 43,-19 + 4795: 42,-20 + 4796: 39,-20 + 4799: 40,-20 + 4802: 42,-18 + 4827: 42,-16 + 4828: 42,-17 + 4830: 44,-19 - node: color: '#EFB34196' id: BrickTileWhiteInnerSw @@ -2058,11 +2118,6 @@ entities: 3132: 17,45 3758: 21,33 3774: 13,35 - - node: - color: '#F9801D7F' - id: BrickTileWhiteInnerSw - decals: - 3452: 45,-19 - node: color: '#00BEBE7F' id: BrickTileWhiteLineE @@ -2074,15 +2129,15 @@ entities: color: '#334E6DC8' id: BrickTileWhiteLineE decals: - 1352: 33,-5 - 1353: 33,-7 - 1354: 33,-6 3594: 26,13 3595: 26,14 3608: 33,13 3609: 33,14 3853: 24,9 3855: 24,4 + 4226: 37,-5 + 4227: 37,-6 + 4228: 37,-7 - node: color: '#4B709CFF' id: BrickTileWhiteLineE @@ -2182,6 +2237,12 @@ entities: 1615: 27,-27 1616: 28,-32 1617: 28,-33 + 4286: 32,-7 + 4287: 32,-8 + 4296: 32,-5 + 4303: 37,-19 + 4320: 42,-22 + 4778: 48,-20 - node: color: '#EFB34196' id: BrickTileWhiteLineE @@ -2211,6 +2272,12 @@ entities: 3124: 19,41 3749: 19,36 3786: 15,34 + - node: + color: '#FA750096' + id: BrickTileWhiteLineE + decals: + 4488: 40,-16 + 4598: 40,-17 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE @@ -2256,6 +2323,8 @@ entities: 3868: 22,8 3869: 23,8 3906: 21,8 + 4513: 42,-11 + 4572: 44,-11 - node: color: '#4B709CFF' id: BrickTileWhiteLineN @@ -2341,21 +2410,23 @@ entities: color: '#D4D4D428' id: BrickTileWhiteLineN decals: - 1360: 31,-3 - 1361: 32,-3 + 4241: 35,-3 + 4242: 36,-3 + 4249: 35,-11 - node: color: '#DE3A3A96' id: BrickTileWhiteLineN decals: - 1488: 32,-11 - 1494: 38,-11 - 1495: 40,-11 - 1552: 50,-3 1566: 41,-32 1715: 41,-41 1718: 41,-39 1729: 41,-40 2838: 41,-25 + 4285: 31,-7 + 4294: 31,-4 + 4313: 35,-19 + 4314: 36,-19 + 4338: 47,-19 - node: color: '#EFB34196' id: BrickTileWhiteLineN @@ -2393,6 +2464,13 @@ entities: id: BrickTileWhiteLineN decals: 399: -22,-30 + - node: + color: '#FA750096' + id: BrickTileWhiteLineN + decals: + 4500: 41,-11 + 4501: 40,-11 + 4518: 43,-11 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN @@ -2478,20 +2556,6 @@ entities: 3324: -55,-24 3325: -56,-24 3326: -57,-24 - - node: - color: '#80C71F7F' - id: BrickTileWhiteLineS - decals: - 3436: 54,-19 - 3437: 52,-19 - 3438: 51,-19 - - node: - color: '#8932B87F' - id: BrickTileWhiteLineS - decals: - 3439: 50,-19 - 3440: 48,-19 - 3441: 47,-19 - node: color: '#9FED58B3' id: BrickTileWhiteLineS @@ -2520,18 +2584,25 @@ entities: 2219: 6,-35 2220: 7,-35 2221: 8,-35 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineS + decals: + 4245: 35,-9 - node: color: '#DE3A3A96' id: BrickTileWhiteLineS decals: - 1357: 32,-9 - 1478: 35,-13 - 1479: 31,-13 - 1553: 50,-4 1567: 41,-30 1604: 41,-37 1716: 41,-41 - 2837: 41,-23 + 4291: 31,-5 + 4301: 35,-17 + 4302: 36,-17 + 4304: 41,-23 + 4339: 47,-17 + 4616: 32,-2 + 4617: 31,-2 - node: color: '#EFB34196' id: BrickTileWhiteLineS @@ -2578,12 +2649,11 @@ entities: decals: 400: -22,-30 - node: - color: '#F9801D7F' + color: '#FA750096' id: BrickTileWhiteLineS decals: - 3442: 46,-19 - 3443: 44,-19 - 3444: 43,-19 + 4490: 42,-14 + 4498: 43,-14 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS @@ -2719,9 +2789,14 @@ entities: 1612: 40,-32 1613: 30,-33 1614: 30,-32 - 2856: 40,-22 - 2857: 40,-21 - 4051: 53,-11 + 4268: 34,-8 + 4269: 34,-7 + 4270: 34,-5 + 4271: 34,-4 + 4306: 34,-25 + 4307: 34,-29 + 4312: 39,-19 + 4321: 44,-22 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -2749,6 +2824,14 @@ entities: 3129: 17,43 3130: 17,44 3750: 17,36 + - node: + color: '#FA750096' + id: BrickTileWhiteLineW + decals: + 4505: 39,-13 + 4506: 39,-14 + 4511: 39,-12 + 4606: 39,-16 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW @@ -3147,7 +3230,8 @@ entities: color: '#DE3A3A96' id: CheckerNESW decals: - 4055: 53,-8 + 4773: 46,-20 + 4832: 46,-18 - node: color: '#52B4E996' id: CheckerNWSE @@ -3155,11 +3239,6 @@ entities: 2949: -19,-27 2950: -16,-27 2951: -22,-27 - - node: - color: '#DE3A3A96' - id: CheckerNWSE - decals: - 4054: 53,-16 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNe @@ -3406,10 +3485,6 @@ entities: color: '#DE3A3A96' id: DiagonalOverlay decals: - 1554: 51,-2 - 1555: 49,-2 - 1556: 49,-5 - 1557: 51,-5 1558: 29,-33 1559: 29,-32 1560: 39,-34 @@ -3419,7 +3494,16 @@ entities: 1564: 41,-38 1565: 38,-41 2849: 41,-24 - 4048: 52,-11 + 4259: 33,-25 + 4260: 33,-29 + 4261: 38,-19 + 4262: 43,-22 + 4263: 36,-18 + 4264: 35,-18 + 4265: 47,-18 + 4282: 33,-8 + 4283: 33,-7 + 4284: 31,-6 - node: color: '#EFB34196' id: DiagonalOverlay @@ -3806,6 +3890,13 @@ entities: 821: -33,-4 4102: 3,-44 4103: 3,-43 + - node: + color: '#D4D4D428' + id: FullTileOverlayGreyscale + decals: + 4248: 35,-10 + 4844: 37,-11 + 4845: 37,-12 - node: color: '#D4D4D496' id: FullTileOverlayGreyscale @@ -3818,21 +3909,14 @@ entities: decals: 818: -29,-5 819: -33,-5 - 2733: 56,-10 - 2734: 56,-11 - 2735: 56,-12 - 3388: 32,-10 - 3389: 38,-10 - 3390: 40,-10 - 3963: 46,-15 - 3964: 47,-15 - 3965: 48,-15 - 3966: 48,-14 - 3967: 48,-11 - 3968: 48,-10 - 3972: 47,-10 - 3973: 46,-10 - 4073: 52,-14 + 4224: 42,-10 + 4225: 44,-10 + 4278: 32,-3 + 4279: 31,-3 + 4280: 33,-5 + 4281: 33,-4 + 4766: 44,-20 + 4767: 45,-20 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -3842,6 +3926,12 @@ entities: 2884: -11,-39 2885: -19,-40 2930: -16,-38 + - node: + color: '#FA750096' + id: FullTileOverlayGreyscale + decals: + 4503: 38,-11 + 4504: 38,-12 - node: color: '#FFFFFFFF' id: GrayConcreteTrimLineE @@ -3932,16 +4022,6 @@ entities: 828: -13,-50 829: -12,-50 2955: 15,-42 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - decals: - 1433: 45,-15 - 1434: 44,-15 - 1435: 43,-15 - 1437: 41,-15 - 3974: 42,-15 - 4046: 54,-8 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale180 @@ -4015,11 +4095,6 @@ entities: id: HalfTileOverlayGreyscale180 decals: 3737: 18,35 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - decals: - 4047: 54,-16 - node: color: '#1E5026FF' id: HalfTileOverlayGreyscale270 @@ -4114,13 +4189,6 @@ entities: id: HalfTileOverlayGreyscale270 decals: 3740: 17,36 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - decals: - 2728: 57,-12 - 2729: 57,-11 - 2730: 57,-10 - node: color: '#1E5026FF' id: HalfTileOverlayGreyscale90 @@ -4199,6 +4267,36 @@ entities: id: LoadingArea decals: 4150: 51,-39 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingAreaGreyscale + decals: + 4603: 39,-17 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingAreaGreyscale + decals: + 4337: 35,-12 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: LoadingAreaGreyscale + decals: + 4765: 37,-15 + - node: + color: '#FA750096' + id: MiniTileCheckerAOverlay + decals: + 4549: 45,-14 + 4550: 46,-14 + 4551: 47,-14 + 4552: 47,-13 + 4554: 45,-13 + 4555: 45,-12 + 4556: 46,-12 + 4557: 47,-12 - node: color: '#EFB34196' id: MiniTileCornerOverlayNE @@ -4220,30 +4318,61 @@ entities: decals: 2878: -16,-42 - node: - color: '#DE3A3A96' - id: MiniTileInnerOverlaySE + color: '#FFFFFFFF' + id: MiniTileDarkInnerNe decals: - 2828: 36,-13 + 4841: 35,-17 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerNw + decals: + 4615: 33,-19 + 4840: 37,-17 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerSe + decals: + 4842: 35,-15 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerSw + decals: + 4843: 37,-15 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineE + decals: + 4836: 35,-16 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineN + decals: + 4612: 32,-19 + 4613: 31,-19 + 4837: 36,-17 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineS + decals: + 4609: 32,-13 + 4610: 31,-13 + 4718: 30,-13 + 4838: 36,-15 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineW + decals: + 4839: 37,-16 - node: color: '#EFB34196' id: MiniTileLineOverlayE decals: 2881: -14,-41 - - node: - color: '#DE3A3A96' - id: MiniTileLineOverlayN - decals: - 2727: 55,-10 - node: color: '#EFB34196' id: MiniTileLineOverlayN decals: 2880: -15,-40 - - node: - color: '#DE3A3A96' - id: MiniTileLineOverlayS - decals: - 2726: 55,-12 - node: color: '#EFB34196' id: MiniTileLineOverlayS @@ -4415,19 +4544,6 @@ entities: id: MiniTileWhiteInnerNe decals: 3378: 42,-39 - 3988: 44,-16 - 3992: 45,-16 - 3995: 47,-16 - 3996: 48,-16 - 4012: 48,-12 - 4015: 51,-9 - 4016: 51,-10 - 4017: 51,-12 - 4018: 51,-13 - 4020: 51,-15 - 4028: 53,-18 - 4033: 51,-16 - 4034: 52,-17 - node: color: '#EFB34196' id: MiniTileWhiteInnerNe @@ -4444,19 +4560,8 @@ entities: id: MiniTileWhiteInnerNw decals: 3377: 42,-39 - 3987: 45,-16 - 3990: 47,-16 - 3991: 48,-16 - 3997: 49,-16 - 3998: 49,-15 - 3999: 49,-14 - 4002: 49,-10 - 4003: 49,-11 - 4013: 48,-12 - 4014: 49,-12 - 4027: 54,-18 - 4031: 53,-17 - 4032: 52,-16 + 4717: 31,-17 + 4720: 31,-14 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNw @@ -4468,22 +4573,10 @@ entities: decals: 4108: 2,-42 - node: - color: '#DE3A3A96' + color: '#FA750096' id: MiniTileWhiteInnerSe decals: - 3981: 46,-9 - 3983: 47,-9 - 3985: 48,-9 - 3986: 44,-15 - 4011: 48,-13 - 4021: 51,-9 - 4022: 51,-12 - 4023: 51,-13 - 4025: 51,-15 - 4026: 51,-10 - 4029: 53,-17 - 4030: 52,-16 - 4036: 51,-8 + 4497: 40.504192,-14.504623 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerSe @@ -4494,16 +4587,9 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteInnerSw decals: - 3982: 47,-9 - 3984: 48,-9 - 4004: 49,-10 - 4005: 49,-9 - 4006: 49,-11 - 4007: 49,-14 - 4008: 49,-15 - 4009: 49,-13 - 4010: 48,-13 - 4035: 52,-8 + 4715: 30,-19 + 4716: 31,-18 + 4721: 31,-15 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerSw @@ -4525,12 +4611,6 @@ entities: id: MiniTileWhiteLineE decals: 960: -57,-19 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteLineE - decals: - 4082: 51,-14 - 4083: 51,-11 - node: color: '#EFB34196' id: MiniTileWhiteLineE @@ -4556,8 +4636,8 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteLineN decals: - 4080: 51,-6 - 4081: 49,-6 + 4713: 30,-16 + 4714: 30,-19 - node: color: '#EFB34196' id: MiniTileWhiteLineN @@ -4591,6 +4671,12 @@ entities: id: MiniTileWhiteLineS decals: 4107: 3,-42 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + decals: + 4712: 30,-16 + 4719: 30,-13 - node: color: '#EFB34196' id: MiniTileWhiteLineS @@ -4632,20 +4718,6 @@ entities: id: MiniTileWhiteLineW decals: 959: -58,-19 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteLineW - decals: - 3975: 46,-14 - 3976: 46,-13 - 3977: 46,-12 - 3980: 46,-11 - 4037: 53,-15 - 4038: 53,-14 - 4039: 53,-13 - 4040: 53,-12 - 4041: 53,-10 - 4042: 53,-9 - node: color: '#EFB34196' id: MiniTileWhiteLineW @@ -4721,43 +4793,6 @@ entities: 122: 9,-8 123: 9,-7 124: 9,-6 - - node: - color: '#D4D4D428' - id: PavementOverlay - decals: - 1364: 44,-21 - 1365: 45,-21 - 1366: 46,-21 - 1367: 46,-22 - 1368: 45,-22 - 1369: 44,-22 - 1370: 48,-21 - 1371: 49,-21 - 1372: 50,-21 - 1373: 50,-22 - 1374: 49,-22 - 1375: 48,-22 - 1376: 52,-21 - 1377: 53,-21 - 1378: 54,-21 - 1379: 54,-22 - 1380: 53,-22 - 1381: 52,-22 - 3457: 42,-12 - 3458: 44,-12 - 3459: 44,-13 - 3460: 43,-13 - 3461: 41,-12 - 3462: 41,-14 - 3463: 42,-13 - 3464: 41,-13 - 3465: 42,-14 - 3466: 43,-14 - 3467: 44,-14 - 3468: 45,-14 - 3469: 45,-13 - 3470: 45,-12 - 3471: 43,-12 - node: color: '#1D1D21FF' id: QuarterTileOverlayGreyscale @@ -4768,10 +4803,7 @@ entities: color: '#334E6DC8' id: QuarterTileOverlayGreyscale decals: - 1342: 30,-3 - 1346: 30,-8 - 1349: 30,-5 - 1350: 30,-6 + 4231: 34,-3 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale @@ -4902,7 +4934,6 @@ entities: 1258: 55,4 1259: 56,5 1300: 45,-3 - 1301: 45,-2 1313: 59,-3 1327: 57,5 1328: 58,5 @@ -4992,11 +5023,6 @@ entities: 3146: 0,38 3147: 0,39 3148: -1,38 - - node: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale - decals: - 2732: 57,-13 - node: color: '#1D1D21FF' id: QuarterTileOverlayGreyscale180 @@ -5007,8 +5033,8 @@ entities: color: '#334E6DC8' id: QuarterTileOverlayGreyscale180 decals: - 1344: 33,-9 3598: 25,12 + 4229: 37,-9 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale180 @@ -5186,8 +5212,6 @@ entities: 1280: 35,-1 1281: 34,-1 1282: 33,-1 - 1283: 32,-1 - 1284: 31,-1 1285: 29,-1 1286: 28,-2 1287: 27,-2 @@ -5245,11 +5269,8 @@ entities: color: '#334E6DC8' id: QuarterTileOverlayGreyscale270 decals: - 1343: 30,-9 - 1347: 30,-7 - 1348: 30,-4 - 1351: 30,-6 3599: 22,12 + 4232: 34,-9 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale270 @@ -5377,11 +5398,6 @@ entities: 3133: -3,49 3134: -2,49 3135: -1,49 - - node: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale270 - decals: - 2731: 57,-9 - node: color: '#1D1D21FF' id: QuarterTileOverlayGreyscale90 @@ -5391,7 +5407,7 @@ entities: color: '#334E6DC8' id: QuarterTileOverlayGreyscale90 decals: - 1345: 33,-3 + 4230: 37,-3 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale90 @@ -5722,6 +5738,11 @@ entities: id: ThreeQuarterTileOverlayGreyscale180 decals: 3736: 19,35 + - node: + color: '#FA750096' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 4496: 41,-15 - node: color: '#334E6DC8' id: ThreeQuarterTileOverlayGreyscale270 @@ -5823,11 +5844,29 @@ entities: id: WarnCornerGreyscaleNW decals: 3490: -6,-26 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleNE + decals: + 4745: 34,-14 - node: color: '#FFFFFFFF' id: WarnCornerSmallGreyscaleNW decals: 3506: -6,-29 + 4608: 39,-16 + 4744: 36,-14 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSE + decals: + 4763: 37,-16 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSW + decals: + 4582: 39,-14 + 4587: 39,-14 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE @@ -5894,6 +5933,11 @@ entities: 3549: -22,43 3924: -58,-13 3945: -54,-15 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleE + decals: + 4762: 37,-17 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN @@ -5904,6 +5948,7 @@ entities: 3503: -9,-29 3504: -8,-29 3505: -7,-29 + 4743: 35,-14 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS @@ -5924,6 +5969,7 @@ entities: 982: -56,-3 3494: -6,-27 3495: -6,-28 + 4595: 39,-15 - node: color: '#FFFFFFFF' id: WarnLineN @@ -5985,7 +6031,6 @@ entities: id: WoodTrimThinCornerNe decals: 266: -30,-39 - 683: 37,-7 737: -4,38 738: -12,33 779: -16,32 @@ -5995,7 +6040,6 @@ entities: 853: -51,10 895: 36,18 902: 40,16 - 922: 44,-9 929: 17,-30 930: 20,-30 2829: 41,23 @@ -6003,8 +6047,11 @@ entities: 3641: -16,13 3642: -30,-35 3782: 15,37 - 4193: 46,-4 - 4199: 43,-5 + 4450: 41,-7 + 4452: 48,-9 + 4461: 47,-5 + 4466: 51,-4 + 4469: 52,-6 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -6012,9 +6059,6 @@ entities: 269: -31,-39 270: -31,-39 287: -33,-35 - 676: 35,-7 - 677: 35,-3 - 690: 39,-5 739: -14,38 740: -14,33 780: -19,32 @@ -6025,18 +6069,20 @@ entities: 896: 35,18 903: 38,16 904: 35,15 - 919: 42,-9 931: 13,-30 932: 19,-30 2830: 39,23 3615: 7,-19 3781: 12,37 - 4194: 45,-4 + 4434: 39,-3 + 4448: 39,-7 + 4453: 46,-9 + 4464: 49,-4 + 4484: 43,-5 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 687: 37,-5 741: -12,31 742: -4,31 781: -16,27 @@ -6046,23 +6092,22 @@ entities: 887: 41,18 898: 36,17 899: 40,11 - 920: 44,-10 933: 17,-32 934: 20,-32 3617: 10,-21 3640: -16,15 3643: -30,-37 3728: -30,-41 - 4190: 46,-6 + 4438: 41,-5 + 4455: 48,-10 + 4458: 47,-7 + 4472: 52,-9 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: 267: -31,-41 295: -33,-37 - 674: 35,-5 - 675: 35,-9 - 691: 39,-7 743: -14,31 744: -14,35 745: -10,31 @@ -6074,29 +6119,29 @@ entities: 897: 35,17 900: 38,11 901: 35,12 - 921: 42,-10 935: 13,-32 936: 19,-32 3616: 7,-21 + 4436: 39,-5 + 4446: 39,-9 + 4454: 46,-10 + 4462: 49,-7 + 4474: 50,-9 + 4485: 43,-7 - node: color: '#FFFFFFFF' id: WoodTrimThinEndE decals: - 669: 38,-3 - 670: 38,-9 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinEndS - decals: - 4208: 45,-7 + 4440: 42,-3 + 4443: 42,-9 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe decals: - 685: 37,-9 868: -53,10 3634: -16,12 - 4203: 43,-7 + 4442: 41,-9 + 4468: 51,-6 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNw @@ -6104,19 +6149,18 @@ entities: 869: -55,10 916: 38,15 3635: -11,12 - 4195: 45,-5 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe decals: - 688: 37,-3 - 4189: 44,-6 + 4441: 41,-3 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: 775: -10,35 915: 38,12 + 4476: 50,-7 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE @@ -6132,8 +6176,6 @@ entities: 278: -32.296745,-39.00201 279: -32.293655,-40.00201 280: -32.29232,-41.003887 - 684: 37,-8 - 686: 37,-4 752: -4,32 753: -4,33 754: -4,34 @@ -6163,8 +6205,11 @@ entities: 3776: 15,34 3777: 15,35 3778: 15,36 - 4196: 46,-5 - 4206: 43,-7 + 4439: 41,-4 + 4451: 41,-8 + 4467: 51,-5 + 4470: 52,-7 + 4471: 52,-8 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -6173,13 +6218,6 @@ entities: 285: -35,-39 288: -32,-35 289: -31,-35 - 678: 36,-3 - 679: 37,-3 - 682: 36,-7 - 697: 40,-5 - 698: 41,-5 - 699: 41,-5 - 700: 42,-5 759: -5,38 760: -6,38 761: -7,38 @@ -6200,7 +6238,6 @@ entities: 865: -52,10 911: 36,15 912: 37,15 - 924: 43,-9 944: 14,-30 945: 15,-30 946: 15,-30 @@ -6214,7 +6251,15 @@ entities: 3629: -12,12 3783: 14,37 3784: 13,37 - 4207: 44,-7 + 4432: 41,-3 + 4433: 40,-3 + 4449: 40,-7 + 4457: 47,-9 + 4459: 48,-7 + 4465: 50,-4 + 4480: 46,-5 + 4481: 45,-5 + 4482: 44,-5 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -6225,13 +6270,6 @@ entities: 291: -32,-37 292: -31,-37 293: -31,-37 - 671: 37,-9 - 672: 36,-9 - 673: 36,-5 - 693: 40,-7 - 694: 41,-7 - 695: 42,-7 - 696: 43,-7 746: -13,31 747: -9,31 748: -8,31 @@ -6253,22 +6291,26 @@ entities: 891: 40,18 913: 36,12 914: 37,12 - 923: 43,-10 941: 14,-32 942: 15,-32 943: 16,-32 3618: 9,-21 3619: 8,-21 - 4201: 44,-5 + 4437: 40,-5 + 4444: 41,-9 + 4445: 40,-9 + 4456: 47,-10 + 4460: 48,-5 + 4473: 51,-9 + 4477: 46,-7 + 4478: 45,-7 + 4479: 44,-7 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: 264: -31,-40 296: -33,-36 - 680: 35,-4 - 681: 35,-8 - 692: 39,-6 769: -14,37 770: -14,36 771: -14,32 @@ -6296,7 +6338,11 @@ entities: 3632: -11,15 3779: 12,35 3780: 12,36 - 4200: 45,-5 + 4435: 39,-4 + 4447: 39,-8 + 4463: 49,-5 + 4475: 50,-8 + 4483: 43,-6 - type: GridAtmosphere version: 2 data: @@ -6754,7 +6800,7 @@ entities: 7,2: 0: 60621 7,-1: - 0: 63965 + 0: 63901 8,0: 0: 3327 8,2: @@ -6780,21 +6826,21 @@ entities: 6,-5: 0: 56797 7,-4: - 0: 55517 + 0: 56543 7,-3: - 0: 49357 + 0: 56797 7,-2: - 0: 56796 + 0: 55772 7,-5: - 0: 53717 + 0: 56781 8,-4: - 0: 63709 + 0: 40413 8,-3: - 0: 45567 + 0: 55739 8,-2: - 0: 64507 + 0: 64767 8,-1: - 0: 61883 + 0: 63967 4,-8: 0: 3067 4,-9: @@ -6830,19 +6876,19 @@ entities: 7,-8: 0: 53727 7,-7: - 0: 21845 + 0: 56605 7,-6: - 0: 21845 + 0: 56589 7,-9: 0: 64721 8,-8: 0: 61695 8,-7: - 0: 65520 + 0: 64973 8,-6: - 0: 65407 + 0: 65485 8,-5: - 0: 53360 + 0: 55807 0,-8: 0: 13107 0,-9: @@ -7083,44 +7129,44 @@ entities: 0: 65520 9,-8: 0: 45183 + 9,-7: + 0: 48059 9,-6: - 0: 65376 + 0: 16371 9,-5: - 0: 61031 + 0: 61947 9,-9: 0: 32624 - 9,-7: - 0: 43690 9,-4: - 0: 65262 + 0: 35835 10,-8: 0: 30511 10,-7: 0: 30711 10,-6: - 0: 30578 + 0: 16242 10,-5: - 0: 65527 + 0: 56567 10,-9: 0: 65535 10,-4: - 0: 65535 + 0: 65341 11,-8: 0: 13 11,-6: - 0: 30464 + 0: 65280 11,-5: - 0: 65522 + 0: 65471 11,-9: 0: 56654 11,-4: - 0: 65503 + 0: 65295 12,-8: 0: 15 12,-6: - 0: 30464 + 0: 7424 12,-5: - 0: 65522 + 0: 56541 8,-13: 0: 61166 9,-12: @@ -7153,37 +7199,37 @@ entities: 12,-9: 0: 65295 9,-3: - 0: 62719 + 0: 45311 9,-2: - 0: 65535 + 0: 64507 9,-1: - 0: 61559 + 0: 61883 9,0: 0: 53759 10,-3: - 0: 56607 + 0: 62719 10,-2: - 0: 65529 + 0: 65535 10,-1: - 0: 65521 + 0: 61559 10,0: 0: 29183 11,-3: - 0: 56783 + 0: 56607 11,-2: - 0: 30520 + 0: 65529 11,-1: - 0: 65094 + 0: 65521 11,0: 0: 62207 12,-4: - 0: 65535 + 0: 56781 12,-3: - 0: 65535 + 0: 53697 12,-2: - 0: 45055 + 0: 65532 12,-1: - 0: 64238 + 0: 65102 8,1: 0: 52428 9,1: @@ -7761,19 +7807,19 @@ entities: 0: 7 2: 1024 13,-4: - 0: 26471 + 0: 48059 13,-3: - 0: 28414 + 0: 53496 13,-2: - 0: 51479 + 0: 51477 13,-5: - 0: 14194 - 14,-3: - 0: 61439 + 0: 48059 14,-2: 0: 65534 14,-4: 0: 59630 + 14,-3: + 0: 61166 14,-5: 0: 61098 15,-4: @@ -7797,7 +7843,7 @@ entities: 13,-8: 0: 15 13,-6: - 0: 30464 + 0: 36608 13,-9: 0: 32527 14,-8: @@ -8533,7 +8579,7 @@ entities: chunks: 0,0: ind: 0,0 - tiles: EAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAABGwAAAAADEAAAAAABEAAAAAAAGwAAAAABCgAAAAACCgAAAAACCgAAAAADCgAAAAACCgAAAAADCgAAAAAACgAAAAACAgAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAACCgAAAAAAAwAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAADEAAAAAACAgAAAAAABgAAAAADBgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAABCgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAABCgAAAAACCgAAAAAABgAAAAAAAgAAAAAABgAAAAACBgAAAAADBgAAAAAABgAAAAABBgAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAADAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABAgAAAAAADAAAAAABDAAAAAAADAAAAAAAAgAAAAAAAgAAAAAABgAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADAgAAAAAADAAAAAACDAAAAAADDAAAAAABAgAAAAAAAgAAAAAABgAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAADAAAAAABDAAAAAADDAAAAAAAAgAAAAAAAgAAAAAABgAAAAACBgAAAAAABgAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAACBgAAAAABBgAAAAACBgAAAAADBgAAAAADBgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAANAAAAAABNAAAAAAKNAAAAAAJNAAAAAAFNAAAAAAHNAAAAAAJKgAAAAAAKgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAAGNAAAAAAMNAAAAAAMKgAAAAAKKgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAAHNAAAAAALNAAAAAAHNAAAAAAMDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAAFNAAAAAALNAAAAAAONAAAAAAODgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAACNAAAAAAO + tiles: EAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAABGwAAAAADEAAAAAABEAAAAAAAGwAAAAABCgAAAAACCgAAAAACCgAAAAADCgAAAAACCgAAAAADCgAAAAAACgAAAAACAgAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAACCgAAAAAAAwAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAADEAAAAAACAgAAAAAABgAAAAADBgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAAACgAAAAABCgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAABCgAAAAACCgAAAAAABgAAAAAAAgAAAAAABgAAAAACBgAAAAADBgAAAAAABgAAAAABBgAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAADAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABAgAAAAAADAAAAAABDAAAAAAADAAAAAAAAgAAAAAAAgAAAAAABgAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADAgAAAAAADAAAAAACDAAAAAADDAAAAAABAgAAAAAAAgAAAAAABgAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAADAAAAAABDAAAAAADDAAAAAAAAgAAAAAAAgAAAAAABgAAAAACBgAAAAAABgAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAACBgAAAAABBgAAAAACBgAAAAADBgAAAAADBgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAANAAAAAABNAAAAAAKNAAAAAAJNAAAAAAFNAAAAAAHNAAAAAAJKgAAAAAAKgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAAGNAAAAAAMNAAAAAAMKgAAAAAKKgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAAHNAAAAAALNAAAAAAHNAAAAAAMDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAAFNAAAAAALNAAAAAAONAAAAAAODgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANAAAAAACNAAAAAAO version: 6 0,-1: ind: 0,-1 @@ -8541,7 +8587,7 @@ entities: version: 6 1,0: ind: 1,0 - tiles: CgAAAAAACgAAAAAACgAAAAAACgAAAAADCgAAAAABCgAAAAABCgAAAAACAwAAAAAAKgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAJKgAAAAAAKgAAAAADKgAAAAAACgAAAAACAwAAAAAACgAAAAAAAwAAAAAACgAAAAABCgAAAAADCgAAAAABCgAAAAABKgAAAAAABQAAAAABBQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAwAAAAAACgAAAAACAwAAAAAAAwAAAAAACgAAAAACCgAAAAAACgAAAAADBQAAAAAABQAAAAAABQAAAAAABQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAMKgAAAAAABgAAAAAAAwAAAAAACgAAAAADCgAAAAABAwAAAAAAAwAAAAAACgAAAAABCgAAAAADKgAAAAAABQAAAAAABQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAEKgAAAAAABgAAAAACDAAAAAABDAAAAAACDAAAAAAABgAAAAACAwAAAAAAAwAAAAAAAwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAIKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAGBgAAAAAADAAAAAACDAAAAAABDAAAAAABBgAAAAABAwAAAAAAAwAAAAAAAwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAACDAAAAAADDAAAAAAADAAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAAADAAAAAACDAAAAAAADAAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAACBgAAAAABBgAAAAABBgAAAAACAwAAAAAAAwAAAAAABgAAAAADBgAAAAACBgAAAAACBgAAAAACBgAAAAADKgAAAAAIKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAADKgAAAAAAKgAAAAAAKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAGAgAAAAAAAgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAAKgAAAAAAKgAAAAAJKgAAAAABKgAAAAAHKgAAAAAAKgAAAAAIKgAAAAAJKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAHKgAAAAAAKgAAAAAAKgAAAAAIKgAAAAACKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAGKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAALNAAAAAAMKgAAAAAAKgAAAAAGKgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAAKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA + tiles: CgAAAAAACgAAAAAACgAAAAAACgAAAAADCgAAAAABCgAAAAABCgAAAAACAwAAAAAAKgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAJKgAAAAAAKgAAAAADKgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAABCgAAAAADCgAAAAABCgAAAAABKgAAAAAABQAAAAABBQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAACgAAAAAACgAAAAAACgAAAAAAAwAAAAAAAwAAAAAACgAAAAACCgAAAAAACgAAAAADBQAAAAAABQAAAAAABQAAAAAABQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAMKgAAAAAACgAAAAAACgAAAAAACgAAAAAAAwAAAAAACgAAAAAACgAAAAAACgAAAAABCgAAAAADKgAAAAAABQAAAAAABQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAEKgAAAAAABgAAAAACAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAADAAAAAAADAAAAAAAAwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAIKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAGBgAAAAAABgAAAAAAAwAAAAAAAwAAAAAADAAAAAAADAAAAAAADAAAAAAAAwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAACAwAAAAAAAwAAAAAABgAAAAAADAAAAAAADAAAAAAADAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAAAAwAAAAAABgAAAAAABgAAAAAADAAAAAAADAAAAAAADAAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAACBgAAAAABBgAAAAABBgAAAAACAwAAAAAAAwAAAAAABgAAAAADBgAAAAACBgAAAAACBgAAAAACBgAAAAADKgAAAAAIKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAABgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAADKgAAAAAAKgAAAAAAKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAGAgAAAAAAAgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAAKgAAAAAAKgAAAAAJKgAAAAABKgAAAAAHKgAAAAAAKgAAAAAIKgAAAAAJKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAHKgAAAAAAKgAAAAAAKgAAAAAIKgAAAAACKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAGKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAALNAAAAAAMKgAAAAAAKgAAAAAGKgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAKKgAAAAAAKgAAAAAFKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 1,-1: ind: 1,-1 @@ -8788,6 +8834,7 @@ entities: id: Basalt9 decals: 56: 11.336716,9.096708 + 94: 19.29361,7.1829243 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNe @@ -8886,7 +8933,6 @@ entities: color: '#FFFFFFFF' id: Bushc3 decals: - 7: 19.998627,4.431698 62: 17.0542,-7.727089 - node: color: '#FFFFFFFF' @@ -8898,7 +8944,6 @@ entities: color: '#FFFFFFFF' id: Bushe2 decals: - 8: 20.014252,4.837948 17: 9.71759,-8.292427 - node: color: '#FFFFFFFF' @@ -8915,6 +8960,11 @@ entities: decals: 28: 8.570679,-7.0878906 63: 17.033371,-7.404171 + - node: + color: '#FFFFFFFF' + id: Bushh3 + decals: + 95: 17.804016,6.9641743 - node: color: '#FFFFFFFF' id: Bushi1 @@ -8945,6 +8995,8 @@ entities: 35: 23.358414,-1.3502731 51: 22.300522,7.960129 93: 9.810013,-12.292755 + 97: 19.16861,6.2037582 + 101: 19.220688,5.2766743 - node: color: '#FFFFFFFF' id: Bushi3 @@ -8956,6 +9008,7 @@ entities: 32: 23.389664,5.087227 36: 23.530289,-1.5690231 65: 27.054169,-4.4701214 + 99: 19.19986,5.724592 - node: color: '#FFFFFFFF' id: Bushi4 @@ -8963,6 +9016,7 @@ entities: 16: 9.576965,-8.104927 33: 23.264664,-0.74089813 49: 22.566147,8.210129 + 100: 18.804016,5.818342 - node: color: '#FFFFFFFF' id: Bushj1 @@ -9042,7 +9096,7 @@ entities: 4,0: 0: 65535 4,1: - 0: 5457 + 0: 65535 4,2: 0: 31 0,-3: @@ -9095,12 +9149,12 @@ entities: 0: 2048 5,0: 0: 65535 - 5,1: - 0: 65535 5,2: 0: 15 5,-1: 0: 65528 + 5,1: + 0: 35496 6,1: 0: 32526 6,2: @@ -9272,8 +9326,6 @@ entities: 0: 144 1,7: 0: 2 - 3,6: - 0: 64 5,5: 0: 64 6,4: @@ -9775,52 +9827,6 @@ entities: devices: - 16149 - 16148 - - uid: 3714 - components: - - type: Transform - pos: 54.5,-16.5 - parent: 2 - - type: DeviceList - devices: - - 14312 - - 14309 - - 14313 - - 14310 - - 5582 - - 9858 - - 9795 - - 29996 - - 30069 - - 29995 - - 14391 - - 14392 - - 14374 - - 18643 - - 14371 - - 18628 - - 18627 - - 18642 - - 23447 - - 14397 - - 14398 - - 14308 - - 14311 - - uid: 5583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 4036 - - 4567 - - 9795 - - 9858 - - 15444 - - 15445 - - 1922 - - 412 - uid: 8130 components: - type: Transform @@ -10498,19 +10504,20 @@ entities: - 16523 - 16524 - 16525 - - 18359 - - 18360 + - 30337 + - 30336 - 18362 - 18361 - - 18363 + - 30342 - 16526 - 16527 - 16528 - - 18365 - - 18364 + - 30343 + - 30028 - 16530 - 16529 - 18356 + - 30338 - uid: 18440 components: - type: Transform @@ -11861,31 +11868,6 @@ entities: - 29887 - 14088 - 14089 - - uid: 29888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 14165 - - 29889 - - 14167 - - 18359 - - 18360 - - uid: 29890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-9.5 - parent: 2 - - type: DeviceList - devices: - - 29892 - - 14166 - - 14168 - - 29891 - uid: 29893 components: - type: Transform @@ -12118,48 +12100,168 @@ entities: - 15149 - 15151 - 29940 - - uid: 29997 + - uid: 30357 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-19.5 + pos: 33.5,-17.5 parent: 2 - type: DeviceList devices: - - 1922 - - 412 - - 4567 - - 4036 - - uid: 30081 + - 14168 + - 14262 + - 29603 + - 29941 + - 9858 + - 4705 + - 2194 + - 30346 + - 30347 + - 30341 + - 30334 + - 30333 + - 30330 + - 5582 + - 30328 + - 30329 + - 30327 + - uid: 30360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-3.5 + pos: 48.5,-14.5 parent: 2 - type: DeviceList devices: - - 14253 - - 14254 - - 18641 - - 18365 - - 18628 - - 18627 - - 18364 - - uid: 30092 + - 30359 + - 30358 + - 4854 + - 14328 + - 4840 + - 30332 + - 30329 + - 30328 + - 30330 + - 4194 + - 3466 + - uid: 30363 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-13.5 + pos: 49.5,-20.5 parent: 2 - type: DeviceList devices: - - 9156 - - 9808 - - 17460 - - 23447 - - 26713 - - 20975 - - 23518 + - 30327 + - 30331 + - 30332 + - 30359 + - 30358 + - 3468 + - 18164 + - 13393 + - uid: 30364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 30331 + - 14161 + - 3465 + - 29990 + - 4838 + - 3698 + - uid: 30365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 30336 + - 30337 + - 30340 + - 30339 + - 30345 + - 30344 + - 30347 + - 30346 + - 30335 + - 3558 + - 3852 + - 3406 + - uid: 30366 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 30335 + - 30334 + - 30333 + - 30354 + - 30355 + - 18163 + - 22773 + - 3824 + - 3400 + - 5416 + - 3855 + - 3857 + - 3410 + - 3816 + - uid: 30402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 30338 + - 30028 + - 4056 + - 4652 + - 3556 + - 3552 + - 3863 + - 3818 + - 3411 + - uid: 30403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 29955 + - 22753 + - 14332 + - 418 + - 30354 + - 30355 + - 30339 + - 30340 + - uid: 30404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 11912 + - 4862 + - 15485 + - 30343 + - 30342 + - 30344 + - 30345 + - 30341 - proto: AirCanister entities: - uid: 4223 @@ -12474,34 +12576,21 @@ entities: parent: 2 - proto: AirlockArmoryGlassLocked entities: - - uid: 4448 + - uid: 3502 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-21.5 + pos: 43.5,-21.5 parent: 2 - - uid: 4502 + - uid: 4447 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-20.5 + rot: 1.5707963267948966 rad + pos: 38.5,-18.5 parent: 2 - - uid: 28256 + - uid: 28868 components: - type: Transform - pos: 52.5,-10.5 - parent: 2 -- proto: AirlockArmoryLocked - entities: - - uid: 4053 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 9909 - components: - - type: Transform - pos: 35.5,-20.5 + pos: 47.5,-17.5 parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: @@ -12618,61 +12707,67 @@ entities: parent: 2 - proto: AirlockBrigGlassLocked entities: - - uid: 447 + - uid: 364 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-6.5 + pos: 38.5,-6.5 parent: 2 - - uid: 1152 + - uid: 2525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-5.5 + parent: 2 + - uid: 3763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-7.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-6.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-9.5 + parent: 2 + - uid: 18642 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-4.5 + pos: 38.5,-4.5 parent: 2 - - uid: 3679 + - uid: 30027 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-4.5 + pos: 36.5,-17.5 parent: 2 - - uid: 3680 + - uid: 30096 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-4.5 - parent: 2 - - uid: 3681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-1.5 - parent: 2 - - uid: 3682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-1.5 + pos: 35.5,-17.5 parent: 2 - proto: AirlockBrigLocked entities: - - uid: 449 + - uid: 3680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-9.5 + rot: 3.141592653589793 rad + pos: 33.5,-28.5 parent: 2 - - type: Door - secondsUntilStateChange: -96624.1 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 450 + - uid: 4023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-9.5 + rot: 3.141592653589793 rad + pos: 33.5,-24.5 parent: 2 - proto: AirlockCaptainLocked entities: @@ -14375,17 +14470,6 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,-35.5 parent: 2 - - uid: 3448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-1.5 - parent: 2 - - uid: 3644 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - uid: 5782 components: - type: Transform @@ -14602,6 +14686,18 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,-29.5 parent: 2 + - uid: 14242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-1.5 + parent: 2 + - uid: 17323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-9.5 + parent: 2 - uid: 18236 components: - type: Transform @@ -14628,19 +14724,23 @@ entities: rot: 3.141592653589793 rad pos: -2.5,36.5 parent: 2 + - uid: 30090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-1.5 + parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - - uid: 356 + - uid: 30011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-7.5 + pos: 47.5,-7.5 parent: 2 - - uid: 4568 + - uid: 30081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-2.5 + pos: 50.5,-2.5 parent: 2 - proto: AirlockHeadOfSecurityGlassLocked entities: @@ -14714,7 +14814,7 @@ entities: pos: -22.5,26.5 parent: 2 - type: Door - secondsUntilStateChange: -118676.266 + secondsUntilStateChange: -168481.44 state: Opening - type: DeviceLinkSource lastSignals: @@ -15111,6 +15211,12 @@ entities: - type: Transform pos: 27.5,-26.5 parent: 2 + - uid: 29988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-15.5 + parent: 2 - proto: AirlockMaintServiceLocked entities: - uid: 561 @@ -15423,6 +15529,11 @@ entities: parent: 2 - proto: AirlockSecurityGlassLocked entities: + - uid: 1921 + components: + - type: Transform + pos: 41.5,-23.5 + parent: 2 - uid: 4144 components: - type: Transform @@ -15447,11 +15558,11 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-33.5 parent: 2 - - uid: 18633 + - uid: 14397 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-23.5 + pos: 42.5,-9.5 parent: 2 - uid: 21043 components: @@ -15476,20 +15587,6 @@ entities: - type: Transform pos: 8.5,-1.5 parent: 21002 -- proto: AirlockSecurityLawyerLocked - entities: - - uid: 3747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-13.5 - parent: 2 - - uid: 3766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-13.5 - parent: 2 - proto: AirlockSecurityLocked entities: - uid: 416 @@ -15498,12 +15595,6 @@ entities: rot: 1.5707963267948966 rad pos: 59.5,-18.5 parent: 2 - - uid: 3391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-9.5 - parent: 2 - uid: 3405 components: - type: Transform @@ -15579,7 +15670,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -217504.88 + secondsUntilStateChange: -267310.06 state: Opening - uid: 6934 components: @@ -15591,7 +15682,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -217507.5 + secondsUntilStateChange: -267312.7 state: Opening - uid: 6935 components: @@ -15603,7 +15694,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -217506.36 + secondsUntilStateChange: -267311.53 state: Opening - uid: 6936 components: @@ -15614,7 +15705,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -217505.58 + secondsUntilStateChange: -267310.75 state: Opening - proto: AirlockTheatreLocked entities: @@ -15682,12 +15773,51 @@ entities: - type: DeviceNetwork deviceLists: - 15250 - - uid: 2525 + - uid: 2194 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-11.5 + pos: 31.5,-8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30357 + - uid: 3852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30365 + - uid: 3855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - uid: 3857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - uid: 3863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 - uid: 5218 components: - type: Transform @@ -15710,15 +15840,6 @@ entities: - type: Transform pos: -11.5,19.5 parent: 2 - - uid: 9808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30092 - uid: 10841 components: - type: Transform @@ -15736,6 +15857,57 @@ entities: - type: DeviceNetwork deviceLists: - 18663 + - uid: 14148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-26.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30357 + - uid: 14328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - uid: 14332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30403 + - uid: 15485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30404 + - uid: 18164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30363 - uid: 18245 components: - type: Transform @@ -16250,30 +16422,6 @@ entities: - type: DeviceNetwork deviceLists: - 18623 - - uid: 18641 - components: - - type: Transform - pos: 49.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30081 - - uid: 18642 - components: - - type: Transform - pos: 50.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - uid: 18643 - components: - - type: Transform - pos: 43.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - uid: 18647 components: - type: Transform @@ -16430,6 +16578,12 @@ entities: - type: DeviceNetwork deviceLists: - 21415 + - uid: 21448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-7.5 + parent: 2 - uid: 21451 components: - type: Transform @@ -16465,6 +16619,24 @@ entities: - type: DeviceNetwork deviceLists: - 25568 + - uid: 22753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30403 + - uid: 22773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 - uid: 22882 components: - type: Transform @@ -16941,33 +17113,6 @@ entities: - type: DeviceNetwork deviceLists: - 29886 - - uid: 29889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29888 - - uid: 29891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29890 - - uid: 29892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29890 - uid: 29897 components: - type: Transform @@ -17148,15 +17293,15 @@ entities: - type: DeviceNetwork deviceLists: - 29938 - - uid: 30069 + - uid: 29990 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-13.5 + pos: 51.5,-17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 3714 + - 30364 - uid: 30214 components: - type: Transform @@ -17303,18 +17448,18 @@ entities: - type: Transform pos: 43.5,-30.5 parent: 2 - - uid: 3462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-6.5 - parent: 2 - uid: 3610 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,2.5 parent: 2 + - uid: 4506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-23.5 + parent: 2 - uid: 5517 components: - type: Transform @@ -17436,6 +17581,24 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,-7.5 parent: 2 + - uid: 15444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-9.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-17.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-4.5 + parent: 2 - uid: 15525 components: - type: Transform @@ -17465,30 +17628,6 @@ entities: rot: 3.141592653589793 rad pos: 25.5,35.5 parent: 2 - - uid: 29578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-13.5 - parent: 2 - - uid: 29579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-8.5 - parent: 2 - - uid: 29580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-23.5 - parent: 2 - - uid: 29581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-17.5 - parent: 2 - proto: APCElectronics entities: - uid: 5818 @@ -17587,34 +17726,42 @@ entities: parent: 2 - proto: Ash entities: - - uid: 28873 + - uid: 4853 components: - type: Transform - pos: 35.773716,-16.714659 + pos: 30.199198,-28.735802 parent: 2 - proto: Ashtray entities: - - uid: 10272 + - uid: 3442 components: - type: Transform - pos: 34.393116,-15.167919 + pos: 31.686691,-27.383932 parent: 2 - type: Storage storedItems: - 11535: + 3443: position: 0,0 _rotation: South - 11867: + 3444: position: 1,0 _rotation: South + 3445: + position: 2,0 + _rotation: South + 3446: + position: 3,0 + _rotation: South - type: ContainerContainer containers: storagebase: !type:Container showEnts: False occludes: True ents: - - 11535 - - 11867 + - 3443 + - 3444 + - 3445 + - 3446 - uid: 23244 components: - type: Transform @@ -37816,26 +37963,6 @@ entities: - type: Transform pos: 39.5,13.5 parent: 2 - - uid: 3502 - components: - - type: Transform - pos: 44.5,-9.5 - parent: 2 - - uid: 4230 - components: - - type: Transform - pos: 45.5,-21.5 - parent: 2 - - uid: 4231 - components: - - type: Transform - pos: 49.5,-21.5 - parent: 2 - - uid: 4232 - components: - - type: Transform - pos: 53.5,-21.5 - parent: 2 - uid: 4341 components: - type: Transform @@ -37876,6 +38003,11 @@ entities: - type: Transform pos: -37.5,-23.5 parent: 2 + - uid: 15449 + components: + - type: Transform + pos: 48.5,-9.5 + parent: 2 - uid: 19049 components: - type: Transform @@ -37958,10 +38090,11 @@ entities: parent: 2 - proto: BedsheetHOP entities: - - uid: 3503 + - uid: 4041 components: - type: Transform - pos: 44.5,-9.5 + rot: 3.141592653589793 rad + pos: 48.5,-9.5 parent: 2 - proto: BedsheetHOS entities: @@ -38006,24 +38139,6 @@ entities: parent: 2 - proto: BedsheetOrange entities: - - uid: 4236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-21.5 - parent: 2 - - uid: 4237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-21.5 - parent: 2 - - uid: 4238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-21.5 - parent: 2 - uid: 22382 components: - type: Transform @@ -38401,6 +38516,14 @@ entities: parent: 2 - type: SpamEmitSound enabled: False +- proto: BluntRainbow + entities: + - uid: 24078 + components: + - type: Transform + parent: 23643 + - type: Physics + canCollide: False - proto: Bola entities: - uid: 23396 @@ -38919,6 +39042,11 @@ entities: - type: Transform pos: 7.5,-18.5 parent: 2 + - uid: 4493 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 - uid: 7890 components: - type: Transform @@ -39045,6 +39173,27 @@ entities: - type: Transform pos: 12.5,7.5 parent: 21002 + - uid: 28876 + components: + - type: Transform + pos: 49.5,-3.5 + parent: 2 + - type: Storage + storedItems: + 3096: + position: 0,0 + _rotation: South + 3365: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 3096 + - 3365 - proto: BookSlothClownSSS entities: - uid: 2268 @@ -39052,6 +39201,34 @@ entities: - type: Transform pos: -31.630827,-45.03387 parent: 2 +- proto: BookSpaceEncyclopedia + entities: + - uid: 3365 + components: + - type: Transform + parent: 28876 + - type: Physics + canCollide: False +- proto: BookSpaceLaw + entities: + - uid: 3096 + components: + - type: Transform + parent: 28876 + - type: Physics + canCollide: False + - uid: 20460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.03991,5.566372 + parent: 2 + - uid: 20482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.49819,-14.432919 + parent: 2 - proto: BoozeDispenser entities: - uid: 457 @@ -39190,15 +39367,10 @@ entities: rot: -1.5707963267948966 rad pos: 15.496608,-21.304731 parent: 2 - - uid: 3492 - components: - - type: Transform - pos: 42.21155,-4.3455667 - parent: 2 - uid: 9379 components: - type: Transform - parent: 3489 + parent: 14316 - type: Physics canCollide: False - uid: 9896 @@ -39207,17 +39379,15 @@ entities: rot: 3.141592653589793 rad pos: 14.491178,-30.387342 parent: 2 - - uid: 23434 + - uid: 14165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.417645,-10.2011385 + pos: 44.380127,-15.3087 parent: 2 - - uid: 23435 + - uid: 14390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.49056,-10.6282215 + pos: 46.273727,-4.4236526 parent: 2 - proto: BoxFolderBlue entities: @@ -39227,15 +39397,10 @@ entities: rot: 3.141592653589793 rad pos: 31.41682,20.629406 parent: 2 - - uid: 3490 - components: - - type: Transform - pos: 42.22197,-4.5122337 - parent: 2 - uid: 9380 components: - type: Transform - parent: 3489 + parent: 14316 - type: Physics canCollide: False - uid: 15048 @@ -39256,6 +39421,11 @@ entities: rot: 3.141592653589793 rad pos: 26.243004,4.587342 parent: 2 + - uid: 29891 + components: + - type: Transform + pos: 51.56539,-7.444486 + parent: 2 - proto: BoxFolderClipboard entities: - uid: 2695 @@ -39280,6 +39450,44 @@ entities: 10176: position: 0,0 _rotation: South + - uid: 4718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.599075,-3.9395814 + parent: 2 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 4719 + - 4720 + - 4721 + - 4722 + - 4723 + pen_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - type: Storage + storedItems: + 4719: + position: 0,0 + _rotation: South + 4720: + position: 1,0 + _rotation: South + 4721: + position: 2,0 + _rotation: South + 4722: + position: 3,0 + _rotation: South + 4723: + position: 4,0 + _rotation: South - uid: 8975 components: - type: Transform @@ -39359,7 +39567,7 @@ entities: - uid: 9375 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - proto: BoxFolderRed @@ -39370,10 +39578,21 @@ entities: rot: 3.141592653589793 rad pos: 31.88557,20.613781 parent: 2 - - uid: 3491 + - uid: 3454 components: - type: Transform - pos: 42.21155,-4.2518167 + pos: 32.419884,-27.45261 + parent: 2 + - uid: 3856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.447243,-27.094475 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 44.473877,-15.423283 parent: 2 - uid: 4433 components: @@ -39383,13 +39602,14 @@ entities: - uid: 9372 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - - uid: 12292 + - uid: 14315 components: - type: Transform - pos: 48.44037,-9.648713 + rot: 1.5707963267948966 rad + pos: 30.531565,-16.930056 parent: 2 - uid: 15047 components: @@ -39397,11 +39617,10 @@ entities: parent: 29260 - type: Physics canCollide: False - - uid: 28614 + - uid: 28866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.492344,-15.954241 + pos: 46.29923,-4.2670507 parent: 2 - proto: BoxFolderWhite entities: @@ -39460,7 +39679,7 @@ entities: - uid: 9373 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - proto: BoxFolderYellow @@ -39492,7 +39711,7 @@ entities: - uid: 9374 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - uid: 11381 @@ -39571,15 +39790,17 @@ entities: parent: 2 - proto: BoxLethalshot entities: - - uid: 4197 + - uid: 30461 components: - type: Transform - pos: 33.390736,-26.299541 + rot: -1.5707963267948966 rad + pos: 53.481434,-13.347696 parent: 2 - - uid: 4198 + - uid: 30462 components: - type: Transform - pos: 33.40636,-26.471416 + rot: -1.5707963267948966 rad + pos: 53.460598,-13.514363 parent: 2 - proto: BoxLightMixed entities: @@ -39636,15 +39857,17 @@ entities: parent: 2 - proto: BoxShotgunSlug entities: - - uid: 4199 + - uid: 30458 components: - type: Transform - pos: 33.640736,-26.283916 + rot: -1.5707963267948966 rad + pos: 53.710598,-13.483113 parent: 2 - - uid: 4200 + - uid: 30460 components: - type: Transform - pos: 33.640736,-26.471416 + rot: -1.5707963267948966 rad + pos: 53.804348,-13.378946 parent: 2 - proto: BoxZiptie entities: @@ -39658,7 +39881,7 @@ entities: - uid: 3539 components: - type: Transform - pos: 39.76082,-4.8453417 + pos: 43.54989,-6.434278 parent: 2 - uid: 11277 components: @@ -39702,32 +39925,6 @@ entities: - 29658 - 29659 - 29660 -- proto: BrigTimer - entities: - - uid: 3861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-19.5 - parent: 2 - - uid: 3862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-19.5 - parent: 2 - - uid: 3863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-19.5 - parent: 2 - - uid: 30123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-14.5 - parent: 2 - proto: BrokenBottle entities: - uid: 30190 @@ -39738,11 +39935,6 @@ entities: parent: 2 - proto: Brutepack entities: - - uid: 24252 - components: - - type: Transform - pos: 41.55124,-13.37919 - parent: 2 - uid: 29650 components: - type: Transform @@ -39794,14 +39986,54 @@ entities: parent: 21002 - proto: ButtonFrameCaution entities: + - uid: 4060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-9.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-19.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-33.5 + parent: 2 - uid: 5767 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-18.5 parent: 2 + - uid: 15470 + components: + - type: Transform + pos: 41.5,-17.5 + parent: 2 + - uid: 18596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.28038,-7.5 + parent: 2 + - uid: 30021 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 - proto: ButtonFrameExit entities: + - uid: 15450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-20.5 + parent: 2 - uid: 29783 components: - type: Transform @@ -39816,6 +40048,17 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-17.5 parent: 2 + - uid: 20885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.71788,-7.5 + parent: 2 + - uid: 23435 + components: + - type: Transform + pos: 43.71667,-3.5 + parent: 2 - uid: 23560 components: - type: Transform @@ -39843,13 +40086,16 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-7.5 parent: 2 -- proto: CableApcExtension +- proto: ButtonFrameJanitor entities: - - uid: 5 + - uid: 21450 components: - type: Transform - pos: 46.5,-5.5 + rot: -1.5707963267948966 rad + pos: 52.5,-3.5 parent: 2 +- proto: CableApcExtension + entities: - uid: 485 components: - type: Transform @@ -40775,6 +41021,11 @@ entities: - type: Transform pos: -38.5,27.5 parent: 2 + - uid: 1922 + components: + - type: Transform + pos: 35.5,-13.5 + parent: 2 - uid: 1929 components: - type: Transform @@ -42780,6 +43031,11 @@ entities: - type: Transform pos: -9.5,15.5 parent: 2 + - uid: 3089 + components: + - type: Transform + pos: 41.5,-11.5 + parent: 2 - uid: 3179 components: - type: Transform @@ -42790,10 +43046,145 @@ entities: - type: Transform pos: 43.5,8.5 parent: 2 - - uid: 3409 + - uid: 3282 components: - type: Transform - pos: 46.5,-4.5 + pos: 33.5,-24.5 + parent: 2 + - uid: 3284 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 3285 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 3294 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: 41.5,-18.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: 51.5,-15.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: 32.5,-8.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: 45.5,-18.5 + parent: 2 + - uid: 3424 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 3427 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + pos: 38.5,-8.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 3436 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 3438 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 3440 + components: + - type: Transform + pos: 36.5,-11.5 parent: 2 - uid: 3460 components: @@ -42805,121 +43196,6 @@ entities: - type: Transform pos: -15.5,21.5 parent: 2 - - uid: 3556 - components: - - type: Transform - pos: 45.5,-5.5 - parent: 2 - - uid: 3558 - components: - - type: Transform - pos: 44.5,-5.5 - parent: 2 - - uid: 3559 - components: - - type: Transform - pos: 43.5,-5.5 - parent: 2 - - uid: 3560 - components: - - type: Transform - pos: 42.5,-5.5 - parent: 2 - - uid: 3561 - components: - - type: Transform - pos: 41.5,-5.5 - parent: 2 - - uid: 3562 - components: - - type: Transform - pos: 43.5,-6.5 - parent: 2 - - uid: 3563 - components: - - type: Transform - pos: 43.5,-7.5 - parent: 2 - - uid: 3564 - components: - - type: Transform - pos: 43.5,-8.5 - parent: 2 - - uid: 3565 - components: - - type: Transform - pos: 39.5,-5.5 - parent: 2 - - uid: 3566 - components: - - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 3567 - components: - - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 3568 - components: - - type: Transform - pos: 36.5,-5.5 - parent: 2 - - uid: 3569 - components: - - type: Transform - pos: 35.5,-5.5 - parent: 2 - - uid: 3570 - components: - - type: Transform - pos: 34.5,-5.5 - parent: 2 - - uid: 3571 - components: - - type: Transform - pos: 33.5,-5.5 - parent: 2 - - uid: 3572 - components: - - type: Transform - pos: 32.5,-5.5 - parent: 2 - - uid: 3573 - components: - - type: Transform - pos: 32.5,-4.5 - parent: 2 - - uid: 3574 - components: - - type: Transform - pos: 32.5,-3.5 - parent: 2 - - uid: 3575 - components: - - type: Transform - pos: 32.5,-6.5 - parent: 2 - - uid: 3576 - components: - - type: Transform - pos: 32.5,-7.5 - parent: 2 - - uid: 3577 - components: - - type: Transform - pos: 38.5,-6.5 - parent: 2 - - uid: 3578 - components: - - type: Transform - pos: 38.5,-4.5 - parent: 2 - - uid: 3579 - components: - - type: Transform - pos: 40.5,-5.5 - parent: 2 - uid: 3611 components: - type: Transform @@ -43200,16 +43476,221 @@ entities: - type: Transform pos: 40.5,20.5 parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 40.5,-18.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - uid: 3832 + components: + - type: Transform + pos: 32.5,-7.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: 31.5,-27.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + pos: 35.5,-27.5 + parent: 2 + - uid: 4020 + components: + - type: Transform + pos: 31.5,-28.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + pos: 35.5,-14.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: 42.5,-11.5 + parent: 2 + - uid: 4066 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 - uid: 4095 components: - type: Transform pos: 33.5,22.5 parent: 2 + - uid: 4182 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: 46.5,-19.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: 44.5,-19.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + pos: 46.5,-20.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: 48.5,-19.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: 41.5,-1.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 - uid: 4439 components: - type: Transform pos: 58.5,-4.5 parent: 2 + - uid: 4448 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 - uid: 4548 components: - type: Transform @@ -43475,325 +43956,35 @@ entities: - type: Transform pos: 41.5,-25.5 parent: 2 - - uid: 4624 - components: - - type: Transform - pos: 54.5,-17.5 - parent: 2 - - uid: 4625 - components: - - type: Transform - pos: 34.5,-13.5 - parent: 2 - - uid: 4626 - components: - - type: Transform - pos: 39.5,-11.5 - parent: 2 - - uid: 4627 - components: - - type: Transform - pos: 55.5,-17.5 - parent: 2 - - uid: 4628 - components: - - type: Transform - pos: 53.5,-14.5 - parent: 2 - - uid: 4629 - components: - - type: Transform - pos: 41.5,-19.5 - parent: 2 - - uid: 4630 - components: - - type: Transform - pos: 41.5,-20.5 - parent: 2 - - uid: 4631 - components: - - type: Transform - pos: 41.5,-21.5 - parent: 2 - - uid: 4632 - components: - - type: Transform - pos: 40.5,-21.5 - parent: 2 - - uid: 4633 - components: - - type: Transform - pos: 39.5,-21.5 - parent: 2 - - uid: 4634 - components: - - type: Transform - pos: 38.5,-21.5 - parent: 2 - - uid: 4635 - components: - - type: Transform - pos: 37.5,-21.5 - parent: 2 - - uid: 4636 - components: - - type: Transform - pos: 36.5,-21.5 - parent: 2 - - uid: 4637 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 4638 - components: - - type: Transform - pos: 34.5,-21.5 - parent: 2 - uid: 4639 - components: - - type: Transform - pos: 34.5,-22.5 - parent: 2 - - uid: 4640 - components: - - type: Transform - pos: 34.5,-23.5 - parent: 2 - - uid: 4641 - components: - - type: Transform - pos: 34.5,-24.5 - parent: 2 - - uid: 4642 - components: - - type: Transform - pos: 34.5,-25.5 - parent: 2 - - uid: 4643 - components: - - type: Transform - pos: 47.5,-14.5 - parent: 2 - - uid: 4644 - components: - - type: Transform - pos: 38.5,-15.5 - parent: 2 - - uid: 4645 - components: - - type: Transform - pos: 38.5,-14.5 - parent: 2 - - uid: 4646 - components: - - type: Transform - pos: 38.5,-13.5 - parent: 2 - - uid: 4647 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 4648 - components: - - type: Transform - pos: 38.5,-11.5 - parent: 2 - - uid: 4649 - components: - - type: Transform - pos: 37.5,-11.5 - parent: 2 - - uid: 4650 - components: - - type: Transform - pos: 36.5,-11.5 - parent: 2 - - uid: 4651 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 4652 - components: - - type: Transform - pos: 34.5,-11.5 - parent: 2 - - uid: 4653 - components: - - type: Transform - pos: 33.5,-11.5 - parent: 2 - - uid: 4654 - components: - - type: Transform - pos: 32.5,-11.5 - parent: 2 - - uid: 4655 - components: - - type: Transform - pos: 31.5,-11.5 - parent: 2 - - uid: 4656 - components: - - type: Transform - pos: 35.5,-12.5 - parent: 2 - - uid: 4657 - components: - - type: Transform - pos: 35.5,-13.5 - parent: 2 - - uid: 4658 - components: - - type: Transform - pos: 35.5,-14.5 - parent: 2 - - uid: 4659 - components: - - type: Transform - pos: 35.5,-15.5 - parent: 2 - - uid: 4660 - components: - - type: Transform - pos: 34.5,-15.5 - parent: 2 - - uid: 4661 - components: - - type: Transform - pos: 33.5,-15.5 - parent: 2 - - uid: 4662 - components: - - type: Transform - pos: 33.5,-14.5 - parent: 2 - - uid: 4663 - components: - - type: Transform - pos: 33.5,-16.5 - parent: 2 - - uid: 4664 - components: - - type: Transform - pos: 32.5,-15.5 - parent: 2 - - uid: 4665 - components: - - type: Transform - pos: 31.5,-15.5 - parent: 2 - - uid: 4667 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - uid: 4668 - components: - - type: Transform - pos: 43.5,-17.5 - parent: 2 - - uid: 4669 - components: - - type: Transform - pos: 44.5,-17.5 - parent: 2 - - uid: 4670 - components: - - type: Transform - pos: 45.5,-17.5 - parent: 2 - - uid: 4671 - components: - - type: Transform - pos: 46.5,-17.5 - parent: 2 - - uid: 4672 - components: - - type: Transform - pos: 47.5,-17.5 - parent: 2 - - uid: 4673 components: - type: Transform pos: 48.5,-17.5 parent: 2 - - uid: 4674 + - uid: 4640 components: - type: Transform - pos: 49.5,-17.5 + pos: 43.5,-17.5 parent: 2 - - uid: 4675 + - uid: 4641 components: - type: Transform - pos: 50.5,-17.5 + pos: 43.5,-16.5 parent: 2 - - uid: 4676 + - uid: 4642 components: - type: Transform - pos: 51.5,-17.5 + pos: 40.5,-6.5 parent: 2 - - uid: 4677 + - uid: 4643 components: - type: Transform - pos: 52.5,-17.5 + pos: 42.5,-1.5 parent: 2 - - uid: 4678 + - uid: 4648 components: - type: Transform - pos: 53.5,-17.5 - parent: 2 - - uid: 4679 - components: - - type: Transform - pos: 53.5,-18.5 - parent: 2 - - uid: 4680 - components: - - type: Transform - pos: 53.5,-19.5 - parent: 2 - - uid: 4681 - components: - - type: Transform - pos: 49.5,-18.5 - parent: 2 - - uid: 4682 - components: - - type: Transform - pos: 49.5,-19.5 - parent: 2 - - uid: 4683 - components: - - type: Transform - pos: 45.5,-18.5 - parent: 2 - - uid: 4684 - components: - - type: Transform - pos: 45.5,-19.5 - parent: 2 - - uid: 4685 - components: - - type: Transform - pos: 45.5,-20.5 - parent: 2 - - uid: 4690 - components: - - type: Transform - pos: 49.5,-20.5 - parent: 2 - - uid: 4695 - components: - - type: Transform - pos: 53.5,-20.5 - parent: 2 - - uid: 4696 - components: - - type: Transform - pos: 53.5,-21.5 + pos: 35.5,-4.5 parent: 2 - uid: 4732 components: @@ -43900,186 +44091,11 @@ entities: - type: Transform pos: 56.5,-31.5 parent: 2 - - uid: 4818 - components: - - type: Transform - pos: 43.5,-16.5 - parent: 2 - - uid: 4819 - components: - - type: Transform - pos: 43.5,-15.5 - parent: 2 - - uid: 4820 - components: - - type: Transform - pos: 43.5,-14.5 - parent: 2 - - uid: 4821 - components: - - type: Transform - pos: 43.5,-13.5 - parent: 2 - - uid: 4822 - components: - - type: Transform - pos: 43.5,-12.5 - parent: 2 - uid: 4823 components: - type: Transform pos: 60.5,18.5 parent: 2 - - uid: 4825 - components: - - type: Transform - pos: 50.5,-14.5 - parent: 2 - - uid: 4826 - components: - - type: Transform - pos: 50.5,-13.5 - parent: 2 - - uid: 4827 - components: - - type: Transform - pos: 50.5,-12.5 - parent: 2 - - uid: 4828 - components: - - type: Transform - pos: 50.5,-11.5 - parent: 2 - - uid: 4829 - components: - - type: Transform - pos: 50.5,-10.5 - parent: 2 - - uid: 4830 - components: - - type: Transform - pos: 50.5,-9.5 - parent: 2 - - uid: 4831 - components: - - type: Transform - pos: 50.5,-8.5 - parent: 2 - - uid: 4832 - components: - - type: Transform - pos: 50.5,-7.5 - parent: 2 - - uid: 4833 - components: - - type: Transform - pos: 50.5,-6.5 - parent: 2 - - uid: 4834 - components: - - type: Transform - pos: 49.5,-8.5 - parent: 2 - - uid: 4835 - components: - - type: Transform - pos: 48.5,-8.5 - parent: 2 - - uid: 4836 - components: - - type: Transform - pos: 47.5,-8.5 - parent: 2 - - uid: 4837 - components: - - type: Transform - pos: 47.5,-9.5 - parent: 2 - - uid: 4838 - components: - - type: Transform - pos: 51.5,-8.5 - parent: 2 - - uid: 4839 - components: - - type: Transform - pos: 52.5,-8.5 - parent: 2 - - uid: 4840 - components: - - type: Transform - pos: 53.5,-8.5 - parent: 2 - - uid: 4841 - components: - - type: Transform - pos: 53.5,-9.5 - parent: 2 - - uid: 4842 - components: - - type: Transform - pos: 53.5,-10.5 - parent: 2 - - uid: 4843 - components: - - type: Transform - pos: 53.5,-11.5 - parent: 2 - - uid: 4844 - components: - - type: Transform - pos: 53.5,-12.5 - parent: 2 - - uid: 4845 - components: - - type: Transform - pos: 47.5,-10.5 - parent: 2 - - uid: 4846 - components: - - type: Transform - pos: 47.5,-11.5 - parent: 2 - - uid: 4847 - components: - - type: Transform - pos: 47.5,-13.5 - parent: 2 - - uid: 4848 - components: - - type: Transform - pos: 47.5,-12.5 - parent: 2 - - uid: 4849 - components: - - type: Transform - pos: 53.5,-13.5 - parent: 2 - - uid: 4850 - components: - - type: Transform - pos: 50.5,-5.5 - parent: 2 - - uid: 4851 - components: - - type: Transform - pos: 50.5,-4.5 - parent: 2 - - uid: 4852 - components: - - type: Transform - pos: 50.5,-3.5 - parent: 2 - - uid: 4853 - components: - - type: Transform - pos: 50.5,-2.5 - parent: 2 - - uid: 4854 - components: - - type: Transform - pos: 50.5,-1.5 - parent: 2 - uid: 4954 components: - type: Transform @@ -44290,10 +44306,30 @@ entities: - type: Transform pos: 0.5,47.5 parent: 2 - - uid: 5414 + - uid: 5425 components: - type: Transform - pos: 46.5,-8.5 + pos: 44.5,-20.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + pos: 51.5,-18.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + pos: 49.5,-19.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + pos: 44.5,-16.5 parent: 2 - uid: 5463 components: @@ -44405,6 +44441,11 @@ entities: - type: Transform pos: 10.5,27.5 parent: 2 + - uid: 5583 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 - uid: 5589 components: - type: Transform @@ -46080,6 +46121,11 @@ entities: - type: Transform pos: 63.5,49.5 parent: 2 + - uid: 7156 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 2 - uid: 7368 components: - type: Transform @@ -46505,6 +46551,16 @@ entities: - type: Transform pos: 19.5,65.5 parent: 2 + - uid: 7664 + components: + - type: Transform + pos: 44.5,-18.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: 46.5,-18.5 + parent: 2 - uid: 7707 components: - type: Transform @@ -46565,6 +46621,11 @@ entities: - type: Transform pos: 13.5,43.5 parent: 2 + - uid: 7721 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 - uid: 7800 components: - type: Transform @@ -46715,6 +46776,11 @@ entities: - type: Transform pos: -5.5,32.5 parent: 2 + - uid: 7941 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 2 - uid: 7970 components: - type: Transform @@ -46730,6 +46796,11 @@ entities: - type: Transform pos: 24.5,32.5 parent: 2 + - uid: 7990 + components: + - type: Transform + pos: 36.5,-6.5 + parent: 2 - uid: 7991 components: - type: Transform @@ -46840,6 +46911,21 @@ entities: - type: Transform pos: -23.5,41.5 parent: 2 + - uid: 8189 + components: + - type: Transform + pos: 40.5,-3.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + pos: 39.5,-6.5 + parent: 2 + - uid: 8622 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 - uid: 8690 components: - type: Transform @@ -46870,6 +46956,26 @@ entities: - type: Transform pos: -35.5,38.5 parent: 2 + - uid: 8922 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 8933 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 8934 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 - uid: 9000 components: - type: Transform @@ -47355,6 +47461,46 @@ entities: - type: Transform pos: -38.5,6.5 parent: 2 + - uid: 9154 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 9156 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 9157 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 + - uid: 9158 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 9159 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 9160 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 9165 + components: + - type: Transform + pos: 40.5,-8.5 + parent: 2 - uid: 9167 components: - type: Transform @@ -47400,6 +47546,11 @@ entities: - type: Transform pos: -19.5,43.5 parent: 2 + - uid: 9202 + components: + - type: Transform + pos: 41.5,-13.5 + parent: 2 - uid: 9205 components: - type: Transform @@ -47565,6 +47716,11 @@ entities: - type: Transform pos: -35.5,34.5 parent: 2 + - uid: 9298 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 - uid: 9340 components: - type: Transform @@ -47745,6 +47901,11 @@ entities: - type: Transform pos: -35.5,33.5 parent: 2 + - uid: 9806 + components: + - type: Transform + pos: 51.5,-19.5 + parent: 2 - uid: 9971 components: - type: Transform @@ -50070,6 +50231,11 @@ entities: - type: Transform pos: 23.5,-25.5 parent: 2 + - uid: 11892 + components: + - type: Transform + pos: 45.5,-20.5 + parent: 2 - uid: 12003 components: - type: Transform @@ -50390,10 +50556,15 @@ entities: - type: Transform pos: -39.5,-28.5 parent: 2 - - uid: 12294 + - uid: 12292 components: - type: Transform - pos: 55.5,-10.5 + pos: 31.5,-15.5 + parent: 2 + - uid: 12293 + components: + - type: Transform + pos: 32.5,-16.5 parent: 2 - uid: 12316 components: @@ -51290,11 +51461,6 @@ entities: - type: Transform pos: 57.5,16.5 parent: 2 - - uid: 13051 - components: - - type: Transform - pos: 45.5,-8.5 - parent: 2 - uid: 13052 components: - type: Transform @@ -51345,11 +51511,6 @@ entities: - type: Transform pos: 61.5,-3.5 parent: 2 - - uid: 13109 - components: - - type: Transform - pos: 54.5,-10.5 - parent: 2 - uid: 13110 components: - type: Transform @@ -51375,11 +51536,21 @@ entities: - type: Transform pos: -40.5,40.5 parent: 2 + - uid: 14133 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 - uid: 14151 components: - type: Transform pos: -40.5,32.5 parent: 2 + - uid: 14152 + components: + - type: Transform + pos: 51.5,-16.5 + parent: 2 - uid: 14189 components: - type: Transform @@ -51550,6 +51721,61 @@ entities: - type: Transform pos: 25.5,-26.5 parent: 2 + - uid: 14226 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + pos: 38.5,-23.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 14313 + components: + - type: Transform + pos: 40.5,-13.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 + - uid: 14352 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 - uid: 14997 components: - type: Transform @@ -51560,6 +51786,11 @@ entities: - type: Transform pos: -41.5,-37.5 parent: 2 + - uid: 15472 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 - uid: 15496 components: - type: Transform @@ -52525,6 +52756,11 @@ entities: - type: Transform pos: 20.5,-18.5 parent: 2 + - uid: 18364 + components: + - type: Transform + pos: 42.5,-2.5 + parent: 2 - uid: 18503 components: - type: Transform @@ -53165,10 +53401,10 @@ entities: - type: Transform pos: 43.5,29.5 parent: 2 - - uid: 20763 + - uid: 20883 components: - type: Transform - pos: 46.5,-6.5 + pos: 36.5,-16.5 parent: 2 - uid: 20946 components: @@ -53345,6 +53581,11 @@ entities: - type: Transform pos: 43.5,39.5 parent: 21002 + - uid: 21421 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 - uid: 21424 components: - type: Transform @@ -53370,6 +53611,11 @@ entities: - type: Transform pos: 43.5,48.5 parent: 21002 + - uid: 21439 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 - uid: 21441 components: - type: Transform @@ -53430,6 +53676,11 @@ entities: - type: Transform pos: 21.5,0.5 parent: 21002 + - uid: 22433 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 2 - uid: 22789 components: - type: Transform @@ -53970,11 +54221,26 @@ entities: - type: Transform pos: 12.5,6.5 parent: 21002 + - uid: 23042 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 23051 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 - uid: 23062 components: - type: Transform pos: -41.5,-32.5 parent: 2 + - uid: 23064 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 2 - uid: 23089 components: - type: Transform @@ -54545,6 +54811,11 @@ entities: - type: Transform pos: -59.5,-2.5 parent: 2 + - uid: 24253 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 - uid: 24280 components: - type: Transform @@ -57595,31 +57866,6 @@ entities: - type: Transform pos: 60.5,21.5 parent: 2 - - uid: 29582 - components: - - type: Transform - pos: 33.5,-23.5 - parent: 2 - - uid: 29583 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 2 - - uid: 29584 - components: - - type: Transform - pos: 31.5,-23.5 - parent: 2 - - uid: 29585 - components: - - type: Transform - pos: 37.5,-20.5 - parent: 2 - - uid: 29586 - components: - - type: Transform - pos: 37.5,-19.5 - parent: 2 - uid: 29622 components: - type: Transform @@ -57730,6 +57976,61 @@ entities: - type: Transform pos: -35.5,-58.5 parent: 2 + - uid: 29992 + components: + - type: Transform + pos: 38.5,-16.5 + parent: 2 + - uid: 29993 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 + - uid: 30005 + components: + - type: Transform + pos: 35.5,-15.5 + parent: 2 + - uid: 30006 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 30007 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 30008 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 30009 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 30012 + components: + - type: Transform + pos: 31.5,-26.5 + parent: 2 + - uid: 30013 + components: + - type: Transform + pos: 30.5,-26.5 + parent: 2 + - uid: 30093 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 + - uid: 30094 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 - uid: 30150 components: - type: Transform @@ -57775,11 +58076,6 @@ entities: - type: Transform pos: 43.5,-31.5 parent: 2 - - uid: 30266 - components: - - type: Transform - pos: 46.5,-3.5 - parent: 2 - uid: 30274 components: - type: Transform @@ -57840,6 +58136,211 @@ entities: - type: Transform pos: 32.5,18.5 parent: 2 + - uid: 30367 + components: + - type: Transform + pos: 39.5,-1.5 + parent: 2 + - uid: 30375 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 + - uid: 30376 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - uid: 30377 + components: + - type: Transform + pos: 51.5,-5.5 + parent: 2 + - uid: 30378 + components: + - type: Transform + pos: 51.5,-6.5 + parent: 2 + - uid: 30379 + components: + - type: Transform + pos: 51.5,-7.5 + parent: 2 + - uid: 30380 + components: + - type: Transform + pos: 51.5,-8.5 + parent: 2 + - uid: 30381 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - uid: 30382 + components: + - type: Transform + pos: 53.5,-8.5 + parent: 2 + - uid: 30383 + components: + - type: Transform + pos: 54.5,-8.5 + parent: 2 + - uid: 30384 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 30385 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 30386 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - uid: 30387 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 30388 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - uid: 30389 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 30390 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - uid: 30391 + components: + - type: Transform + pos: 44.5,-5.5 + parent: 2 + - uid: 30392 + components: + - type: Transform + pos: 44.5,-6.5 + parent: 2 + - uid: 30393 + components: + - type: Transform + pos: 45.5,-6.5 + parent: 2 + - uid: 30394 + components: + - type: Transform + pos: 46.5,-6.5 + parent: 2 + - uid: 30395 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - uid: 30396 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 30397 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 + - uid: 30398 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 30399 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 30400 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 30419 + components: + - type: Transform + pos: 21.5,4.5 + parent: 21002 + - uid: 30420 + components: + - type: Transform + pos: 21.5,6.5 + parent: 21002 + - uid: 30421 + components: + - type: Transform + pos: 22.5,3.5 + parent: 21002 + - uid: 30423 + components: + - type: Transform + pos: 21.5,3.5 + parent: 21002 + - uid: 30424 + components: + - type: Transform + pos: 21.5,5.5 + parent: 21002 + - uid: 30539 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - uid: 30540 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - uid: 30541 + components: + - type: Transform + pos: 41.5,-21.5 + parent: 2 + - uid: 30542 + components: + - type: Transform + pos: 41.5,-24.5 + parent: 2 + - uid: 30543 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - uid: 30544 + components: + - type: Transform + pos: 36.5,-27.5 + parent: 2 + - uid: 30618 + components: + - type: Transform + pos: 47.5,-7.5 + parent: 2 + - uid: 30619 + components: + - type: Transform + pos: 47.5,-8.5 + parent: 2 + - uid: 30620 + components: + - type: Transform + pos: 47.5,-9.5 + parent: 2 - proto: CableApcStack entities: - uid: 30075 @@ -57889,6 +58390,16 @@ entities: - type: Transform pos: 30.5,1.5 parent: 2 + - uid: 3099 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: 55.5,-10.5 + parent: 2 - uid: 3161 components: - type: Transform @@ -57899,6 +58410,11 @@ entities: - type: Transform pos: 43.5,8.5 parent: 2 + - uid: 3205 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 - uid: 3246 components: - type: Transform @@ -57909,6 +58425,36 @@ entities: - type: Transform pos: 8.5,28.5 parent: 2 + - uid: 3860 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: 44.5,-22.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: 49.5,-21.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + pos: 53.5,-10.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 2 + - uid: 3964 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 - uid: 4153 components: - type: Transform @@ -58529,135 +59075,25 @@ entities: - type: Transform pos: 29.5,-24.5 parent: 2 - - uid: 4491 - components: - - type: Transform - pos: 30.5,-24.5 - parent: 2 - - uid: 4492 - components: - - type: Transform - pos: 30.5,-23.5 - parent: 2 - - uid: 4493 - components: - - type: Transform - pos: 30.5,-22.5 - parent: 2 - - uid: 4494 - components: - - type: Transform - pos: 30.5,-21.5 - parent: 2 - - uid: 4495 - components: - - type: Transform - pos: 30.5,-20.5 - parent: 2 - - uid: 4496 - components: - - type: Transform - pos: 30.5,-19.5 - parent: 2 - uid: 4497 components: - type: Transform - pos: 30.5,-18.5 - parent: 2 - - uid: 4498 - components: - - type: Transform - pos: 31.5,-18.5 - parent: 2 - - uid: 4499 - components: - - type: Transform - pos: 32.5,-18.5 - parent: 2 - - uid: 4500 - components: - - type: Transform - pos: 33.5,-18.5 + pos: 49.5,-11.5 parent: 2 - uid: 4501 components: - type: Transform - pos: 34.5,-18.5 - parent: 2 - - uid: 4503 - components: - - type: Transform - pos: 30.5,-25.5 - parent: 2 - - uid: 4504 - components: - - type: Transform - pos: 30.5,-26.5 - parent: 2 - - uid: 4505 - components: - - type: Transform - pos: 30.5,-27.5 - parent: 2 - - uid: 4506 - components: - - type: Transform - pos: 30.5,-28.5 - parent: 2 - - uid: 4507 - components: - - type: Transform - pos: 31.5,-28.5 - parent: 2 - - uid: 4508 - components: - - type: Transform - pos: 32.5,-28.5 + pos: 50.5,-11.5 parent: 2 - uid: 4509 components: - type: Transform - pos: 33.5,-28.5 + pos: 50.5,-10.5 parent: 2 - - uid: 4510 + - uid: 4631 components: - type: Transform - pos: 34.5,-28.5 - parent: 2 - - uid: 4511 - components: - - type: Transform - pos: 35.5,-28.5 - parent: 2 - - uid: 4512 - components: - - type: Transform - pos: 36.5,-28.5 - parent: 2 - - uid: 4513 - components: - - type: Transform - pos: 37.5,-28.5 - parent: 2 - - uid: 4514 - components: - - type: Transform - pos: 37.5,-27.5 - parent: 2 - - uid: 4515 - components: - - type: Transform - pos: 37.5,-26.5 - parent: 2 - - uid: 4516 - components: - - type: Transform - pos: 37.5,-25.5 - parent: 2 - - uid: 4517 - components: - - type: Transform - pos: 37.5,-24.5 + pos: 48.5,-21.5 parent: 2 - uid: 4879 components: @@ -60464,6 +60900,11 @@ entities: - type: Transform pos: -4.5,45.5 parent: 2 + - uid: 7326 + components: + - type: Transform + pos: -67.5,-58.5 + parent: 2 - uid: 7366 components: - type: Transform @@ -62004,6 +62445,36 @@ entities: - type: Transform pos: 51.5,21.5 parent: 2 + - uid: 14333 + components: + - type: Transform + pos: 51.5,-10.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: 45.5,-22.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 2 + - uid: 14349 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 + - uid: 14388 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 14389 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 - uid: 14998 components: - type: Transform @@ -62014,6 +62485,16 @@ entities: - type: Transform pos: 44.5,-44.5 parent: 2 + - uid: 15432 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 2 + - uid: 15459 + components: + - type: Transform + pos: 55.5,-13.5 + parent: 2 - uid: 15616 components: - type: Transform @@ -62034,6 +62515,21 @@ entities: - type: Transform pos: -3.5,45.5 parent: 2 + - uid: 17300 + components: + - type: Transform + pos: 55.5,-18.5 + parent: 2 + - uid: 17301 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 17302 + components: + - type: Transform + pos: 55.5,-12.5 + parent: 2 - uid: 18227 components: - type: Transform @@ -62559,55 +63055,10 @@ entities: - type: Transform pos: -53.5,-61.5 parent: 2 - - uid: 19655 - components: - - type: Transform - pos: -56.5,-58.5 - parent: 2 - - uid: 19656 - components: - - type: Transform - pos: -57.5,-58.5 - parent: 2 - - uid: 19657 - components: - - type: Transform - pos: -58.5,-58.5 - parent: 2 - - uid: 19658 - components: - - type: Transform - pos: -59.5,-58.5 - parent: 2 - - uid: 19659 - components: - - type: Transform - pos: -62.5,-58.5 - parent: 2 - - uid: 19660 - components: - - type: Transform - pos: -63.5,-58.5 - parent: 2 - - uid: 19661 - components: - - type: Transform - pos: -64.5,-58.5 - parent: 2 - - uid: 19662 - components: - - type: Transform - pos: -53.5,-67.5 - parent: 2 - uid: 19663 components: - type: Transform - pos: -53.5,-68.5 - parent: 2 - - uid: 19664 - components: - - type: Transform - pos: -53.5,-69.5 + pos: 59.5,31.5 parent: 2 - uid: 19665 components: @@ -62939,26 +63390,6 @@ entities: - type: Transform pos: -54.5,-65.5 parent: 2 - - uid: 19829 - components: - - type: Transform - pos: -55.5,-69.5 - parent: 2 - - uid: 19830 - components: - - type: Transform - pos: -54.5,-69.5 - parent: 2 - - uid: 19831 - components: - - type: Transform - pos: -51.5,-69.5 - parent: 2 - - uid: 19832 - components: - - type: Transform - pos: -67.5,-58.5 - parent: 2 - uid: 19833 components: - type: Transform @@ -63084,26 +63515,6 @@ entities: - type: Transform pos: -67.5,-56.5 parent: 2 - - uid: 19858 - components: - - type: Transform - pos: -66.5,-56.5 - parent: 2 - - uid: 19859 - components: - - type: Transform - pos: -66.5,-60.5 - parent: 2 - - uid: 19860 - components: - - type: Transform - pos: -66.5,-59.5 - parent: 2 - - uid: 19861 - components: - - type: Transform - pos: -66.5,-58.5 - parent: 2 - uid: 19862 components: - type: Transform @@ -63154,16 +63565,6 @@ entities: - type: Transform pos: -65.5,-60.5 parent: 2 - - uid: 19872 - components: - - type: Transform - pos: -62.5,-60.5 - parent: 2 - - uid: 19873 - components: - - type: Transform - pos: -62.5,-57.5 - parent: 2 - uid: 19874 components: - type: Transform @@ -63539,11 +63940,6 @@ entities: - type: Transform pos: 50.5,-53.5 parent: 2 - - uid: 20095 - components: - - type: Transform - pos: 49.5,-53.5 - parent: 2 - uid: 20096 components: - type: Transform @@ -63569,21 +63965,6 @@ entities: - type: Transform pos: 52.5,-57.5 parent: 2 - - uid: 20101 - components: - - type: Transform - pos: 53.5,-51.5 - parent: 2 - - uid: 20102 - components: - - type: Transform - pos: 53.5,-52.5 - parent: 2 - - uid: 20103 - components: - - type: Transform - pos: 53.5,-53.5 - parent: 2 - uid: 20104 components: - type: Transform @@ -63709,46 +64090,6 @@ entities: - type: Transform pos: 62.5,-57.5 parent: 2 - - uid: 20129 - components: - - type: Transform - pos: 61.5,-53.5 - parent: 2 - - uid: 20130 - components: - - type: Transform - pos: 61.5,-52.5 - parent: 2 - - uid: 20131 - components: - - type: Transform - pos: 61.5,-51.5 - parent: 2 - - uid: 20132 - components: - - type: Transform - pos: 57.5,-52.5 - parent: 2 - - uid: 20133 - components: - - type: Transform - pos: 55.5,-51.5 - parent: 2 - - uid: 20134 - components: - - type: Transform - pos: 56.5,-51.5 - parent: 2 - - uid: 20135 - components: - - type: Transform - pos: 57.5,-51.5 - parent: 2 - - uid: 20136 - components: - - type: Transform - pos: 58.5,-51.5 - parent: 2 - uid: 20138 components: - type: Transform @@ -63759,11 +64100,6 @@ entities: - type: Transform pos: 63.5,-50.5 parent: 2 - - uid: 20140 - components: - - type: Transform - pos: 62.5,-51.5 - parent: 2 - uid: 20225 components: - type: Transform @@ -63774,11 +64110,6 @@ entities: - type: Transform pos: -61.5,-56.5 parent: 2 - - uid: 20229 - components: - - type: Transform - pos: -62.5,-56.5 - parent: 2 - uid: 20233 components: - type: Transform @@ -63859,36 +64190,6 @@ entities: - type: Transform pos: 78.5,29.5 parent: 2 - - uid: 20396 - components: - - type: Transform - pos: 77.5,29.5 - parent: 2 - - uid: 20397 - components: - - type: Transform - pos: 76.5,29.5 - parent: 2 - - uid: 20398 - components: - - type: Transform - pos: 75.5,29.5 - parent: 2 - - uid: 20399 - components: - - type: Transform - pos: 77.5,28.5 - parent: 2 - - uid: 20400 - components: - - type: Transform - pos: 77.5,27.5 - parent: 2 - - uid: 20401 - components: - - type: Transform - pos: 77.5,26.5 - parent: 2 - uid: 20402 components: - type: Transform @@ -63989,16 +64290,6 @@ entities: - type: Transform pos: 76.5,27.5 parent: 2 - - uid: 20422 - components: - - type: Transform - pos: 67.5,26.5 - parent: 2 - - uid: 20423 - components: - - type: Transform - pos: 67.5,27.5 - parent: 2 - uid: 20424 components: - type: Transform @@ -64049,11 +64340,6 @@ entities: - type: Transform pos: 74.5,35.5 parent: 2 - - uid: 20434 - components: - - type: Transform - pos: 75.5,31.5 - parent: 2 - uid: 20435 components: - type: Transform @@ -64104,16 +64390,6 @@ entities: - type: Transform pos: 70.5,31.5 parent: 2 - - uid: 20445 - components: - - type: Transform - pos: 71.5,30.5 - parent: 2 - - uid: 20446 - components: - - type: Transform - pos: 71.5,29.5 - parent: 2 - uid: 20447 components: - type: Transform @@ -64179,16 +64455,6 @@ entities: - type: Transform pos: 67.5,31.5 parent: 2 - - uid: 20460 - components: - - type: Transform - pos: 69.5,29.5 - parent: 2 - - uid: 20461 - components: - - type: Transform - pos: 70.5,29.5 - parent: 2 - uid: 20462 components: - type: Transform @@ -64289,11 +64555,6 @@ entities: - type: Transform pos: 58.5,31.5 parent: 2 - - uid: 20482 - components: - - type: Transform - pos: 59.5,31.5 - parent: 2 - uid: 20483 components: - type: Transform @@ -64319,6 +64580,16 @@ entities: - type: Transform pos: 62.5,24.5 parent: 2 + - uid: 20886 + components: + - type: Transform + pos: 51.5,-21.5 + parent: 2 + - uid: 20959 + components: + - type: Transform + pos: 55.5,-11.5 + parent: 2 - uid: 21038 components: - type: Transform @@ -65009,6 +65280,11 @@ entities: - type: Transform pos: 17.5,-15.5 parent: 21002 + - uid: 23041 + components: + - type: Transform + pos: 52.5,-21.5 + parent: 2 - uid: 23159 components: - type: Transform @@ -65034,11 +65310,6 @@ entities: - type: Transform pos: 63.5,29.5 parent: 2 - - uid: 23252 - components: - - type: Transform - pos: 63.5,30.5 - parent: 2 - uid: 23253 components: - type: Transform @@ -65084,11 +65355,21 @@ entities: - type: Transform pos: 44.5,-51.5 parent: 2 + - uid: 23361 + components: + - type: Transform + pos: 55.5,-14.5 + parent: 2 - uid: 23422 components: - type: Transform pos: 63.5,24.5 parent: 2 + - uid: 23427 + components: + - type: Transform + pos: 55.5,-17.5 + parent: 2 - uid: 23604 components: - type: Transform @@ -65519,17 +65800,127 @@ entities: - type: Transform pos: 23.5,9.5 parent: 2 + - uid: 29989 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 29991 + components: + - type: Transform + pos: 55.5,-20.5 + parent: 2 + - uid: 29994 + components: + - type: Transform + pos: 53.5,-21.5 + parent: 2 + - uid: 29995 + components: + - type: Transform + pos: 54.5,-21.5 + parent: 2 + - uid: 29996 + components: + - type: Transform + pos: 55.5,-19.5 + parent: 2 + - uid: 30001 + components: + - type: Transform + pos: 49.5,-16.5 + parent: 2 + - uid: 30002 + components: + - type: Transform + pos: 55.5,-21.5 + parent: 2 + - uid: 30003 + components: + - type: Transform + pos: 50.5,-21.5 + parent: 2 + - uid: 30095 + components: + - type: Transform + pos: 55.5,-16.5 + parent: 2 - uid: 30195 components: - type: Transform pos: 24.5,-25.5 parent: 2 -- proto: CableMV - entities: - - uid: 418 + - uid: 30314 components: - type: Transform - pos: 46.5,-8.5 + pos: 48.5,-22.5 + parent: 2 + - uid: 30316 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 30317 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 30318 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 30319 + components: + - type: Transform + pos: 57.5,-4.5 + parent: 2 + - uid: 30320 + components: + - type: Transform + pos: 57.5,-5.5 + parent: 2 + - uid: 30321 + components: + - type: Transform + pos: 57.5,-6.5 + parent: 2 + - uid: 30322 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 30323 + components: + - type: Transform + pos: 57.5,-8.5 + parent: 2 + - uid: 30324 + components: + - type: Transform + pos: 57.5,-9.5 + parent: 2 + - uid: 30325 + components: + - type: Transform + pos: 57.5,-10.5 + parent: 2 + - uid: 30326 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 2 +- proto: CableMV + entities: + - uid: 449 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: 46.5,-16.5 parent: 2 - uid: 867 components: @@ -65571,11 +65962,6 @@ entities: - type: Transform pos: -25.5,0.5 parent: 2 - - uid: 2421 - components: - - type: Transform - pos: 53.5,-17.5 - parent: 2 - uid: 2614 components: - type: Transform @@ -65606,40 +65992,25 @@ entities: - type: Transform pos: 6.5,28.5 parent: 2 - - uid: 3824 + - uid: 3760 components: - type: Transform - pos: 48.5,-17.5 + pos: 50.5,0.5 parent: 2 - - uid: 3825 + - uid: 3761 components: - type: Transform - pos: 44.5,-17.5 + pos: 50.5,-0.5 parent: 2 - uid: 3826 components: - type: Transform - pos: 47.5,-17.5 + pos: 45.5,-14.5 parent: 2 - - uid: 3965 + - uid: 4038 components: - type: Transform - pos: 46.5,-17.5 - parent: 2 - - uid: 3966 - components: - - type: Transform - pos: 45.5,-17.5 - parent: 2 - - uid: 3967 - components: - - type: Transform - pos: 43.5,-17.5 - parent: 2 - - uid: 4133 - components: - - type: Transform - pos: 46.5,-5.5 + pos: 42.5,-17.5 parent: 2 - uid: 4154 components: @@ -65651,6 +66022,11 @@ entities: - type: Transform pos: 42.5,-24.5 parent: 2 + - uid: 4443 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 - uid: 4521 components: - type: Transform @@ -65821,215 +66197,15 @@ entities: - type: Transform pos: 41.5,-23.5 parent: 2 - - uid: 4558 + - uid: 4644 components: - type: Transform - pos: 41.5,-22.5 + pos: 42.5,-14.5 parent: 2 - - uid: 4559 + - uid: 4645 components: - type: Transform - pos: 41.5,-21.5 - parent: 2 - - uid: 4560 - components: - - type: Transform - pos: 41.5,-20.5 - parent: 2 - - uid: 4561 - components: - - type: Transform - pos: 41.5,-19.5 - parent: 2 - - uid: 4562 - components: - - type: Transform - pos: 41.5,-18.5 - parent: 2 - - uid: 4563 - components: - - type: Transform - pos: 41.5,-17.5 - parent: 2 - - uid: 4564 - components: - - type: Transform - pos: 54.5,-17.5 - parent: 2 - - uid: 4565 - components: - - type: Transform - pos: 55.5,-17.5 - parent: 2 - - uid: 4666 - components: - - type: Transform - pos: 47.5,-8.5 - parent: 2 - - uid: 4686 - components: - - type: Transform - pos: 49.5,-17.5 - parent: 2 - - uid: 4687 - components: - - type: Transform - pos: 52.5,-17.5 - parent: 2 - - uid: 4688 - components: - - type: Transform - pos: 51.5,-17.5 - parent: 2 - - uid: 4689 - components: - - type: Transform - pos: 50.5,-17.5 - parent: 2 - - uid: 4694 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - uid: 4700 - components: - - type: Transform - pos: 44.5,-18.5 - parent: 2 - - uid: 4701 - components: - - type: Transform - pos: 44.5,-19.5 - parent: 2 - - uid: 4702 - components: - - type: Transform - pos: 45.5,-19.5 - parent: 2 - - uid: 4703 - components: - - type: Transform - pos: 46.5,-19.5 - parent: 2 - - uid: 4704 - components: - - type: Transform - pos: 48.5,-18.5 - parent: 2 - - uid: 4705 - components: - - type: Transform - pos: 48.5,-19.5 - parent: 2 - - uid: 4706 - components: - - type: Transform - pos: 49.5,-19.5 - parent: 2 - - uid: 4707 - components: - - type: Transform - pos: 50.5,-19.5 - parent: 2 - - uid: 4708 - components: - - type: Transform - pos: 52.5,-18.5 - parent: 2 - - uid: 4709 - components: - - type: Transform - pos: 52.5,-19.5 - parent: 2 - - uid: 4710 - components: - - type: Transform - pos: 53.5,-19.5 - parent: 2 - - uid: 4711 - components: - - type: Transform - pos: 54.5,-19.5 - parent: 2 - - uid: 4712 - components: - - type: Transform - pos: 52.5,-20.5 - parent: 2 - - uid: 4713 - components: - - type: Transform - pos: 52.5,-21.5 - parent: 2 - - uid: 4714 - components: - - type: Transform - pos: 52.5,-22.5 - parent: 2 - - uid: 4715 - components: - - type: Transform - pos: 53.5,-22.5 - parent: 2 - - uid: 4716 - components: - - type: Transform - pos: 54.5,-22.5 - parent: 2 - - uid: 4717 - components: - - type: Transform - pos: 48.5,-20.5 - parent: 2 - - uid: 4718 - components: - - type: Transform - pos: 48.5,-21.5 - parent: 2 - - uid: 4719 - components: - - type: Transform - pos: 48.5,-22.5 - parent: 2 - - uid: 4720 - components: - - type: Transform - pos: 49.5,-22.5 - parent: 2 - - uid: 4721 - components: - - type: Transform - pos: 50.5,-22.5 - parent: 2 - - uid: 4722 - components: - - type: Transform - pos: 44.5,-20.5 - parent: 2 - - uid: 4723 - components: - - type: Transform - pos: 44.5,-21.5 - parent: 2 - - uid: 4724 - components: - - type: Transform - pos: 44.5,-22.5 - parent: 2 - - uid: 4725 - components: - - type: Transform - pos: 45.5,-22.5 - parent: 2 - - uid: 4726 - components: - - type: Transform - pos: 45.5,-22.5 - parent: 2 - - uid: 4727 - components: - - type: Transform - pos: 46.5,-22.5 + pos: 47.5,-14.5 parent: 2 - uid: 4728 components: @@ -66316,50 +66492,10 @@ entities: - type: Transform pos: 43.5,-37.5 parent: 2 - - uid: 4824 + - uid: 4865 components: - type: Transform - pos: 48.5,-8.5 - parent: 2 - - uid: 4855 - components: - - type: Transform - pos: 48.5,-16.5 - parent: 2 - - uid: 4856 - components: - - type: Transform - pos: 48.5,-15.5 - parent: 2 - - uid: 4857 - components: - - type: Transform - pos: 48.5,-14.5 - parent: 2 - - uid: 4858 - components: - - type: Transform - pos: 48.5,-13.5 - parent: 2 - - uid: 4859 - components: - - type: Transform - pos: 48.5,-12.5 - parent: 2 - - uid: 4860 - components: - - type: Transform - pos: 48.5,-11.5 - parent: 2 - - uid: 4861 - components: - - type: Transform - pos: 48.5,-10.5 - parent: 2 - - uid: 4862 - components: - - type: Transform - pos: 48.5,-9.5 + pos: 43.5,-14.5 parent: 2 - uid: 4899 components: @@ -66641,6 +66777,11 @@ entities: - type: Transform pos: -29.5,-6.5 parent: 2 + - uid: 5424 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 - uid: 5460 components: - type: Transform @@ -67671,11 +67812,6 @@ entities: - type: Transform pos: 21.5,58.5 parent: 2 - - uid: 7251 - components: - - type: Transform - pos: 7.5,67.5 - parent: 2 - uid: 7252 components: - type: Transform @@ -67896,11 +68032,6 @@ entities: - type: Transform pos: 7.5,56.5 parent: 2 - - uid: 7297 - components: - - type: Transform - pos: 8.5,56.5 - parent: 2 - uid: 7298 components: - type: Transform @@ -67916,41 +68047,11 @@ entities: - type: Transform pos: 30.5,61.5 parent: 2 - - uid: 7301 - components: - - type: Transform - pos: 12.5,56.5 - parent: 2 - - uid: 7302 - components: - - type: Transform - pos: 13.5,56.5 - parent: 2 - - uid: 7303 - components: - - type: Transform - pos: 14.5,56.5 - parent: 2 - - uid: 7304 - components: - - type: Transform - pos: 15.5,56.5 - parent: 2 - - uid: 7305 - components: - - type: Transform - pos: 16.5,56.5 - parent: 2 - uid: 7306 components: - type: Transform pos: 17.5,56.5 parent: 2 - - uid: 7307 - components: - - type: Transform - pos: 18.5,56.5 - parent: 2 - uid: 7308 components: - type: Transform @@ -67986,11 +68087,6 @@ entities: - type: Transform pos: 23.5,-25.5 parent: 2 - - uid: 7315 - components: - - type: Transform - pos: 11.5,68.5 - parent: 2 - uid: 7316 components: - type: Transform @@ -68021,11 +68117,6 @@ entities: - type: Transform pos: 17.5,68.5 parent: 2 - - uid: 7322 - components: - - type: Transform - pos: 18.5,68.5 - parent: 2 - uid: 7323 components: - type: Transform @@ -68041,26 +68132,11 @@ entities: - type: Transform pos: 19.5,65.5 parent: 2 - - uid: 7326 - components: - - type: Transform - pos: 19.5,64.5 - parent: 2 - uid: 7327 components: - type: Transform pos: 25.5,61.5 parent: 2 - - uid: 7328 - components: - - type: Transform - pos: 19.5,62.5 - parent: 2 - - uid: 7329 - components: - - type: Transform - pos: 19.5,61.5 - parent: 2 - uid: 7330 components: - type: Transform @@ -68071,31 +68147,11 @@ entities: - type: Transform pos: 7.5,65.5 parent: 2 - - uid: 7332 - components: - - type: Transform - pos: 7.5,63.5 - parent: 2 - uid: 7363 components: - type: Transform pos: 13.5,69.5 parent: 2 - - uid: 7367 - components: - - type: Transform - pos: 7.5,60.5 - parent: 2 - - uid: 7369 - components: - - type: Transform - pos: 7.5,61.5 - parent: 2 - - uid: 7370 - components: - - type: Transform - pos: 7.5,62.5 - parent: 2 - uid: 7428 components: - type: Transform @@ -68141,11 +68197,6 @@ entities: - type: Transform pos: 45.5,49.5 parent: 2 - - uid: 7522 - components: - - type: Transform - pos: 32.5,61.5 - parent: 2 - uid: 7523 components: - type: Transform @@ -68161,71 +68212,11 @@ entities: - type: Transform pos: 35.5,61.5 parent: 2 - - uid: 7526 - components: - - type: Transform - pos: 38.5,61.5 - parent: 2 - - uid: 7527 - components: - - type: Transform - pos: 39.5,61.5 - parent: 2 - - uid: 7528 - components: - - type: Transform - pos: 40.5,61.5 - parent: 2 - - uid: 7529 - components: - - type: Transform - pos: 40.5,60.5 - parent: 2 - - uid: 7530 - components: - - type: Transform - pos: 40.5,60.5 - parent: 2 - - uid: 7531 - components: - - type: Transform - pos: 41.5,60.5 - parent: 2 - - uid: 7532 - components: - - type: Transform - pos: 41.5,59.5 - parent: 2 - - uid: 7533 - components: - - type: Transform - pos: 42.5,59.5 - parent: 2 - - uid: 7534 - components: - - type: Transform - pos: 42.5,58.5 - parent: 2 - uid: 7535 components: - type: Transform pos: 45.5,56.5 parent: 2 - - uid: 7536 - components: - - type: Transform - pos: 43.5,58.5 - parent: 2 - - uid: 7537 - components: - - type: Transform - pos: 43.5,57.5 - parent: 2 - - uid: 7538 - components: - - type: Transform - pos: 44.5,57.5 - parent: 2 - uid: 7539 components: - type: Transform @@ -68241,21 +68232,6 @@ entities: - type: Transform pos: 46.5,54.5 parent: 2 - - uid: 7542 - components: - - type: Transform - pos: 46.5,53.5 - parent: 2 - - uid: 7543 - components: - - type: Transform - pos: 46.5,52.5 - parent: 2 - - uid: 7544 - components: - - type: Transform - pos: 46.5,51.5 - parent: 2 - uid: 7545 components: - type: Transform @@ -68491,11 +68467,6 @@ entities: - type: Transform pos: 10.5,49.5 parent: 2 - - uid: 7721 - components: - - type: Transform - pos: 46.5,-6.5 - parent: 2 - uid: 8114 components: - type: Transform @@ -69671,11 +69642,121 @@ entities: - type: Transform pos: 28.5,-7.5 parent: 2 + - uid: 14225 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: 44.5,-18.5 + parent: 2 + - uid: 14229 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: 45.5,0.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: 39.5,-20.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: 42.5,-20.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + pos: 40.5,-20.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + pos: 45.5,-18.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + pos: 41.5,-21.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + pos: 38.5,-23.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + pos: 39.5,-22.5 + parent: 2 + - uid: 14321 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 - uid: 15081 components: - type: Transform pos: -46.5,-9.5 parent: 2 + - uid: 15435 + components: + - type: Transform + pos: 42.5,-16.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + pos: 40.5,-18.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 - uid: 15495 components: - type: Transform @@ -69766,6 +69847,16 @@ entities: - type: Transform pos: -45.5,-9.5 parent: 2 + - uid: 17324 + components: + - type: Transform + pos: 44.5,0.5 + parent: 2 + - uid: 17649 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 - uid: 17914 components: - type: Transform @@ -70206,31 +70297,6 @@ entities: - type: Transform pos: -40.5,5.5 parent: 2 - - uid: 18147 - components: - - type: Transform - pos: 46.5,-4.5 - parent: 2 - - uid: 18148 - components: - - type: Transform - pos: 46.5,-3.5 - parent: 2 - - uid: 18149 - components: - - type: Transform - pos: 46.5,-2.5 - parent: 2 - - uid: 18150 - components: - - type: Transform - pos: 46.5,-1.5 - parent: 2 - - uid: 18151 - components: - - type: Transform - pos: 46.5,-0.5 - parent: 2 - uid: 18152 components: - type: Transform @@ -70251,51 +70317,6 @@ entities: - type: Transform pos: 49.5,0.5 parent: 2 - - uid: 18156 - components: - - type: Transform - pos: 49.5,-0.5 - parent: 2 - - uid: 18157 - components: - - type: Transform - pos: 49.5,-1.5 - parent: 2 - - uid: 18158 - components: - - type: Transform - pos: 49.5,-2.5 - parent: 2 - - uid: 18159 - components: - - type: Transform - pos: 49.5,-3.5 - parent: 2 - - uid: 18160 - components: - - type: Transform - pos: 49.5,-4.5 - parent: 2 - - uid: 18161 - components: - - type: Transform - pos: 49.5,-5.5 - parent: 2 - - uid: 18162 - components: - - type: Transform - pos: 49.5,-6.5 - parent: 2 - - uid: 18163 - components: - - type: Transform - pos: 49.5,-7.5 - parent: 2 - - uid: 18164 - components: - - type: Transform - pos: 49.5,-8.5 - parent: 2 - uid: 18168 components: - type: Transform @@ -70546,11 +70567,86 @@ entities: - type: Transform pos: 23.5,-26.5 parent: 2 + - uid: 19861 + components: + - type: Transform + pos: 16.5,56.5 + parent: 2 + - uid: 19872 + components: + - type: Transform + pos: 7.5,64.5 + parent: 2 + - uid: 20133 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 20134 + components: + - type: Transform + pos: 42.5,58.5 + parent: 2 + - uid: 20135 + components: + - type: Transform + pos: 42.5,59.5 + parent: 2 + - uid: 20136 + components: + - type: Transform + pos: 43.5,57.5 + parent: 2 + - uid: 20140 + components: + - type: Transform + pos: 41.5,59.5 + parent: 2 + - uid: 20229 + components: + - type: Transform + pos: 44.5,56.5 + parent: 2 + - uid: 20396 + components: + - type: Transform + pos: 41.5,60.5 + parent: 2 - uid: 20807 components: - type: Transform pos: -44.5,-9.5 parent: 2 + - uid: 20827 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 20975 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 + - uid: 22431 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 22438 + components: + - type: Transform + pos: 41.5,-15.5 + parent: 2 + - uid: 22440 + components: + - type: Transform + pos: 41.5,-16.5 + parent: 2 + - uid: 22778 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 - uid: 22780 components: - type: Transform @@ -70571,6 +70667,26 @@ entities: - type: Transform pos: 3.5,-4.5 parent: 21002 + - uid: 22886 + components: + - type: Transform + pos: 37.5,0.5 + parent: 2 + - uid: 23024 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 23034 + components: + - type: Transform + pos: 42.5,0.5 + parent: 2 + - uid: 23035 + components: + - type: Transform + pos: 41.5,-22.5 + parent: 2 - uid: 23128 components: - type: Transform @@ -70681,6 +70797,11 @@ entities: - type: Transform pos: 12.5,-18.5 parent: 2 + - uid: 23431 + components: + - type: Transform + pos: 40.5,-17.5 + parent: 2 - uid: 23568 components: - type: Transform @@ -70826,6 +70947,11 @@ entities: - type: Transform pos: -41.5,0.5 parent: 2 + - uid: 24202 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 - uid: 24261 components: - type: Transform @@ -70966,6 +71092,11 @@ entities: - type: Transform pos: 29.5,-35.5 parent: 21002 + - uid: 26710 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 - uid: 28562 components: - type: Transform @@ -71021,6 +71152,11 @@ entities: - type: Transform pos: -31.5,31.5 parent: 2 + - uid: 28869 + components: + - type: Transform + pos: 43.5,0.5 + parent: 2 - uid: 29283 components: - type: Transform @@ -71051,145 +71187,45 @@ entities: - type: Transform pos: 25.5,35.5 parent: 2 - - uid: 29587 + - uid: 29578 components: - type: Transform - pos: 45.5,-8.5 - parent: 2 - - uid: 29588 - components: - - type: Transform - pos: 40.5,-21.5 - parent: 2 - - uid: 29589 - components: - - type: Transform - pos: 39.5,-21.5 - parent: 2 - - uid: 29590 - components: - - type: Transform - pos: 38.5,-21.5 - parent: 2 - - uid: 29591 - components: - - type: Transform - pos: 36.5,-21.5 - parent: 2 - - uid: 29592 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 29593 - components: - - type: Transform - pos: 34.5,-21.5 - parent: 2 - - uid: 29594 - components: - - type: Transform - pos: 37.5,-21.5 - parent: 2 - - uid: 29595 - components: - - type: Transform - pos: 34.5,-22.5 - parent: 2 - - uid: 29596 - components: - - type: Transform - pos: 34.5,-23.5 - parent: 2 - - uid: 29597 - components: - - type: Transform - pos: 33.5,-23.5 - parent: 2 - - uid: 29598 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 2 - - uid: 29599 - components: - - type: Transform - pos: 31.5,-23.5 - parent: 2 - - uid: 29600 - components: - - type: Transform - pos: 40.5,-17.5 - parent: 2 - - uid: 29601 - components: - - type: Transform - pos: 39.5,-17.5 + pos: 48.5,-17.5 parent: 2 - uid: 29602 components: - type: Transform - pos: 38.5,-17.5 - parent: 2 - - uid: 29603 - components: - - type: Transform - pos: 38.5,-16.5 - parent: 2 - - uid: 29604 - components: - - type: Transform - pos: 38.5,-14.5 + pos: 36.5,-2.5 parent: 2 - uid: 29605 components: - type: Transform - pos: 38.5,-15.5 - parent: 2 - - uid: 29606 - components: - - type: Transform - pos: 38.5,-13.5 + pos: 36.5,-4.5 parent: 2 - uid: 29607 components: - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 29608 - components: - - type: Transform - pos: 38.5,-11.5 + pos: 37.5,-4.5 parent: 2 - uid: 29609 components: - type: Transform - pos: 37.5,-11.5 + pos: 40.5,-22.5 parent: 2 - uid: 29610 components: - type: Transform - pos: 36.5,-11.5 + pos: 41.5,-20.5 parent: 2 - uid: 29611 components: - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 29612 - components: - - type: Transform - pos: 34.5,-11.5 - parent: 2 - - uid: 29613 - components: - - type: Transform - pos: 34.5,-12.5 + pos: 41.5,-18.5 parent: 2 - uid: 29614 components: - type: Transform - pos: 34.5,-13.5 + pos: 39.5,-4.5 parent: 2 - uid: 29672 components: @@ -71261,6 +71297,41 @@ entities: - type: Transform pos: 7.5,-36.5 parent: 2 + - uid: 29764 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 29765 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 29892 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 30017 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - uid: 30018 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 + - uid: 30019 + components: + - type: Transform + pos: 40.5,-8.5 + parent: 2 + - uid: 30020 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 - uid: 30155 components: - type: Transform @@ -71316,6 +71387,51 @@ entities: - type: Transform pos: 5.5,51.5 parent: 2 + - uid: 30311 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 30312 + components: + - type: Transform + pos: 41.5,0.5 + parent: 2 + - uid: 30313 + components: + - type: Transform + pos: 36.5,-1.5 + parent: 2 + - uid: 30369 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 30370 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - uid: 30371 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 30372 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 30373 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 30374 + components: + - type: Transform + pos: 45.5,-3.5 + parent: 2 - proto: CableTerminal entities: - uid: 6405 @@ -71573,8 +71689,9 @@ entities: - uid: 22742 components: - type: Transform - pos: 18.300858,6.4766846 - parent: 21002 + parent: 22442 + - type: Physics + canCollide: False - proto: CannedApplauseInstrument entities: - uid: 24195 @@ -72115,83 +72232,65 @@ entities: - type: Transform pos: 32.5,19.5 parent: 2 - - uid: 3464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-6.5 - parent: 2 - - uid: 3465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-5.5 - parent: 2 - - uid: 3466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-4.5 - parent: 2 - - uid: 3467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-6.5 - parent: 2 - - uid: 3468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-5.5 - parent: 2 - - uid: 3469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-4.5 - parent: 2 - - uid: 3470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-6.5 - parent: 2 - - uid: 3471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-5.5 - parent: 2 - - uid: 3472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-4.5 - parent: 2 - - uid: 3473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-6.5 - parent: 2 - - uid: 3474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-5.5 - parent: 2 - - uid: 3475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-4.5 - parent: 2 - uid: 3555 components: - type: Transform pos: 29.5,22.5 parent: 2 + - uid: 3848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 2 + - uid: 4036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-6.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-4.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-4.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-5.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-6.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-4.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-5.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-6.5 + parent: 2 - uid: 4960 components: - type: Transform @@ -72227,6 +72326,24 @@ entities: - type: Transform pos: -19.5,-3.5 parent: 2 + - uid: 9745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-5.5 + parent: 2 + - uid: 14149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-6.5 + parent: 2 + - uid: 17287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-5.5 + parent: 2 - uid: 19220 components: - type: Transform @@ -72647,6 +72764,30 @@ entities: - type: Transform pos: 40.5,15.5 parent: 2 + - uid: 4687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-6.5 + parent: 2 + - uid: 4709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-6.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-8.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-7.5 + parent: 2 - uid: 5845 components: - type: Transform @@ -72817,6 +72958,12 @@ entities: - type: Transform pos: -12.5,32.5 parent: 2 + - uid: 10272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-8.5 + parent: 2 - uid: 11913 components: - type: Transform @@ -72922,6 +73069,12 @@ entities: - type: Transform pos: -1.5,-58.5 parent: 2 + - uid: 14158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-7.5 + parent: 2 - uid: 30170 components: - type: Transform @@ -77480,11 +77633,10 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-46.5 parent: 2 - - uid: 3761 + - uid: 3747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-15.5 + pos: 31.5,-23.5 parent: 2 - uid: 4292 components: @@ -77506,6 +77658,15 @@ entities: - type: Transform pos: 41.5,-39.5 parent: 2 + - uid: 4513 + components: + - type: Transform + anchored: False + rot: 1.5707963267948966 rad + pos: 36.56565,-10.91151 + parent: 2 + - type: Physics + bodyType: Dynamic - uid: 8879 components: - type: Transform @@ -77662,6 +77823,12 @@ entities: parent: 21002 - proto: ChairFolding entities: + - uid: 3508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.30714,-5.423885 + parent: 2 - uid: 3864 components: - type: Transform @@ -77701,6 +77868,18 @@ entities: rot: 3.141592653589793 rad pos: -49.5,-35.5 parent: 2 + - uid: 17263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.506702,-8.384907 + parent: 2 + - uid: 18740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.548367,-7.447407 + parent: 2 - uid: 23279 components: - type: Transform @@ -77735,12 +77914,62 @@ entities: parent: 2 - proto: ChairFoldingSpawnFolded entities: + - uid: 1169 + components: + - type: Transform + pos: 28.457697,-8.257879 + parent: 2 + - uid: 3520 + components: + - type: Transform + pos: 28.44728,-8.705795 + parent: 2 + - uid: 3762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.492414,-7.4931965 + parent: 2 + - uid: 4567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.481997,-7.7015305 + parent: 2 + - uid: 4713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.492414,-7.2848635 + parent: 2 + - uid: 4717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.50283,-7.0973635 + parent: 2 - uid: 12425 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.49799,-40.263424 parent: 2 + - uid: 17269 + components: + - type: Transform + pos: 28.47853,-8.091212 + parent: 2 + - uid: 17295 + components: + - type: Transform + pos: 28.468115,-8.466212 + parent: 2 + - uid: 18372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.506702,-9.996818 + parent: 2 - uid: 21425 components: - type: Transform @@ -77871,6 +78100,11 @@ entities: parent: 2 - proto: ChairOfficeDark entities: + - uid: 358 + components: + - type: Transform + pos: 41.326042,-19.364214 + parent: 2 - uid: 1107 components: - type: Transform @@ -77928,23 +78162,33 @@ entities: rot: 3.141592653589793 rad pos: 21.5,8.5 parent: 2 - - uid: 3411 + - uid: 2548 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-5.5 + pos: 31.365788,-16.888126 parent: 2 - - uid: 3713 + - uid: 3447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5503,-13.303819 + pos: 33.551483,-20.327478 parent: 2 - - uid: 3762 + - uid: 3602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-15.5 + pos: 36.55297,-27.368698 + parent: 2 + - uid: 3746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.500448,-25.394331 + parent: 2 + - uid: 3754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.531698,-25.394331 parent: 2 - uid: 3792 components: @@ -77964,6 +78208,24 @@ entities: rot: 3.141592653589793 rad pos: 23.50942,39.78484 parent: 2 + - uid: 4512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.539528,-16.405273 + parent: 2 + - uid: 4565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.568447,-10.8938465 + parent: 2 + - uid: 4871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.614082,-25.690372 + parent: 2 - uid: 5398 components: - type: Transform @@ -78002,11 +78264,11 @@ entities: rot: 3.141592653589793 rad pos: -32.052803,42.655365 parent: 2 - - uid: 9802 + - uid: 10285 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.526657,-10.739255 + pos: 31.963871,-3.9006166 parent: 2 - uid: 11855 components: @@ -78026,6 +78288,12 @@ entities: rot: -1.5707963267948966 rad pos: 59.5,12.5 parent: 2 + - uid: 17325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.57841,-5.155719 + parent: 2 - uid: 19666 components: - type: Transform @@ -78060,12 +78328,6 @@ entities: - type: Transform pos: -6.5,16.5 parent: 21002 - - uid: 28360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-16.5 - parent: 2 - uid: 29391 components: - type: Transform @@ -78078,34 +78340,10 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,7.5 parent: 2 - - uid: 29954 + - uid: 30597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.542927,-10.420153 - parent: 2 - - uid: 29988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5503,-13.303819 - parent: 2 - - uid: 30072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.423794,-14.725854 - parent: 2 - - uid: 30073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.544636,-11.255423 - parent: 2 - - uid: 30074 - components: - - type: Transform - pos: 31.398432,-10.37321 + pos: 31.484047,-20.398914 parent: 2 - proto: ChairOfficeLight entities: @@ -78159,6 +78397,11 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,-50.5 parent: 2 + - uid: 15452 + components: + - type: Transform + pos: 30.552532,-23.477665 + parent: 2 - uid: 18939 components: - type: Transform @@ -78171,12 +78414,6 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,0.5 parent: 2 - - uid: 28361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-16.5 - parent: 2 - uid: 30259 components: - type: Transform @@ -78238,35 +78475,29 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-28.5 parent: 2 - - uid: 3426 + - uid: 2737 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-8.5 + pos: 39.5,-8.5 parent: 2 - - uid: 3427 + - uid: 2762 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-7.5 + pos: 39.5,-7.5 parent: 2 - - uid: 3428 + - uid: 4630 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-3.5 + pos: 39.5,-3.5 parent: 2 - - uid: 3429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-2.5 - parent: 2 - - uid: 3430 + - uid: 5743 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-8.5 + pos: 44.11309,-8.109989 parent: 2 - uid: 7671 components: @@ -78343,11 +78574,6 @@ entities: - type: Transform pos: -16.5,30.5 parent: 2 - - uid: 7990 - components: - - type: Transform - pos: 38.5,-2.5 - parent: 2 - uid: 12168 components: - type: Transform @@ -78395,6 +78621,17 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,-38.5 parent: 2 + - uid: 14252 + components: + - type: Transform + pos: 42.519432,-2.5722904 + parent: 2 + - uid: 15428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-2.5 + parent: 2 - uid: 19169 components: - type: Transform @@ -78460,11 +78697,6 @@ entities: - type: Transform pos: -37.014343,-64.43346 parent: 2 - - uid: 29993 - components: - - type: Transform - pos: 46.671272,-9.4889345 - parent: 2 - proto: CheckerBoard entities: - uid: 2738 @@ -78615,17 +78847,13 @@ entities: - type: Transform pos: -39.717392,-56.771774 parent: 2 -- proto: Cigarette +- proto: CigarCase entities: - - uid: 28871 + - uid: 30261 components: - type: Transform - pos: 34.674366,-15.053335 - parent: 2 - - uid: 28872 - components: - - type: Transform - pos: 34.580616,-15.188752 + rot: 3.141592653589793 rad + pos: 60.5424,-10.480035 parent: 2 - proto: CigaretteDylovene entities: @@ -78637,10 +78865,28 @@ entities: parent: 2 - proto: CigaretteSpent entities: - - uid: 11535 + - uid: 3443 components: - type: Transform - parent: 10272 + parent: 3442 + - type: Physics + canCollide: False + - uid: 3444 + components: + - type: Transform + parent: 3442 + - type: Physics + canCollide: False + - uid: 3445 + components: + - type: Transform + parent: 3442 + - type: Physics + canCollide: False + - uid: 3446 + components: + - type: Transform + parent: 3442 - type: Physics canCollide: False - proto: CigarGold @@ -78675,25 +78921,17 @@ entities: rot: 1.5707963267948966 rad pos: -46.538147,-11.384542 parent: 2 -- proto: CigarSpent - entities: - - uid: 11867 - components: - - type: Transform - parent: 10272 - - type: Physics - canCollide: False - proto: CigPackRed entities: - - uid: 28869 + - uid: 3455 components: - type: Transform - pos: 34.622284,-14.886669 + pos: 31.238697,-27.51511 parent: 2 - - uid: 29992 + - uid: 15425 components: - type: Transform - pos: 46.421272,-9.355907 + pos: 34.433537,-22.012108 parent: 2 - proto: CircuitImprinter entities: @@ -78717,16 +78955,16 @@ entities: - type: Transform pos: 39.5,-36.5 parent: 2 + - uid: 4852 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 - uid: 9813 components: - type: Transform pos: 3.5,-39.5 parent: 2 - - uid: 30265 - components: - - type: Transform - pos: 47.5,-7.5 - parent: 2 - proto: ClosetChefFilled entities: - uid: 7795 @@ -80001,15 +80239,25 @@ entities: parent: 2 - proto: ClothingHeadHelmetRiot entities: - - uid: 4267 + - uid: 30464 components: - type: Transform - pos: 32.466755,-25.262497 + pos: 53.335598,-15.52478 parent: 2 - - uid: 4268 + - uid: 30465 components: - type: Transform - pos: 32.466755,-25.403122 + pos: 53.325184,-15.222697 + parent: 2 + - uid: 30466 + components: + - type: Transform + pos: 53.721016,-15.24353 + parent: 2 + - uid: 30467 + components: + - type: Transform + pos: 53.731434,-15.49353 parent: 2 - proto: ClothingHeadHelmetThunderdome entities: @@ -80151,49 +80399,59 @@ entities: parent: 2 - proto: ClothingOuterArmorBulletproof entities: - - uid: 4261 + - uid: 30445 components: - type: Transform - pos: 32.29488,-25.231247 + pos: 53.762684,-17.347696 parent: 2 - - uid: 4262 + - uid: 30446 components: - type: Transform - pos: 32.279255,-25.371872 + pos: 53.721016,-17.503946 parent: 2 - - uid: 4263 + - uid: 30453 components: - type: Transform - pos: 32.279255,-25.481247 + pos: 53.377266,-17.49353 parent: 2 - - uid: 4264 + - uid: 30454 components: - type: Transform - pos: 32.26363,-25.621872 + pos: 53.418934,-17.347696 parent: 2 - proto: ClothingOuterArmorReflective entities: - - uid: 4265 + - uid: 30447 components: - type: Transform - pos: 32.654255,-25.262497 + pos: 50.2866,-14.270921 parent: 2 - - uid: 4266 + - uid: 30483 components: - type: Transform - pos: 32.66988,-25.387497 + pos: 50.672012,-14.552171 parent: 2 - proto: ClothingOuterArmorRiot entities: - - uid: 4269 + - uid: 30450 components: - type: Transform - pos: 32.48238,-25.449997 + pos: 53.377266,-16.36853 parent: 2 - - uid: 4270 + - uid: 30451 components: - type: Transform - pos: 32.51363,-25.606247 + pos: 53.741848,-16.36853 + parent: 2 + - uid: 30452 + components: + - type: Transform + pos: 53.377266,-16.608114 + parent: 2 + - uid: 30463 + components: + - type: Transform + pos: 53.752266,-16.639364 parent: 2 - proto: ClothingOuterCoatDetectiveLoadout entities: @@ -80325,6 +80583,62 @@ entities: - type: InsideEntityStorage - proto: ClothingShoesColorOrange entities: + - uid: 4665 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4666 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4667 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4668 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4669 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4670 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4671 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4672 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 22415 components: - type: Transform @@ -80361,23 +80675,14 @@ entities: parent: 22424 - type: Physics canCollide: False - - uid: 30005 - components: - - type: Transform - pos: 46.25054,-10.73716 - parent: 2 - - uid: 30006 - components: - - type: Transform - pos: 46.25054,-10.73716 - parent: 2 - - uid: 30007 - components: - - type: Transform - pos: 46.667206,-10.872576 - parent: 2 - proto: ClothingShoesHighheelBoots entities: + - uid: 3604 + components: + - type: Transform + parent: 3603 + - type: Physics + canCollide: False - uid: 23744 components: - type: Transform @@ -80401,6 +80706,41 @@ entities: parent: 2 - proto: ClothingUniformJumpskirtPrisoner entities: + - uid: 4673 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4674 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4675 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4676 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4677 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 22413 components: - type: Transform @@ -80437,11 +80777,6 @@ entities: parent: 22424 - type: Physics canCollide: False - - uid: 30004 - components: - - type: Transform - pos: 46.677624,-10.45591 - parent: 2 - proto: ClothingUniformJumpsuitDetective entities: - uid: 19185 @@ -80503,6 +80838,41 @@ entities: - type: InsideEntityStorage - proto: ClothingUniformJumpsuitPrisoner entities: + - uid: 4678 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4679 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4680 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4681 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4682 + components: + - type: Transform + parent: 4664 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 22411 components: - type: Transform @@ -80539,16 +80909,6 @@ entities: parent: 22424 - type: Physics canCollide: False - - uid: 30002 - components: - - type: Transform - pos: 46.323456,-10.414243 - parent: 2 - - uid: 30003 - components: - - type: Transform - pos: 46.323456,-10.414243 - parent: 2 - proto: ClothingUniformJumpsuitPsychologist entities: - uid: 2099 @@ -80929,6 +81289,20 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-75.5 parent: 2 + - uid: 17292 + components: + - type: Transform + anchored: False + pos: 51.07551,-6.5185905 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 18156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-8.5 + parent: 2 - uid: 23373 components: - type: Transform @@ -81095,6 +81469,12 @@ entities: parent: 2 - proto: ComputerCargoOrdersSecurity entities: + - uid: 3358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-17.5 + parent: 2 - uid: 4134 components: - type: Transform @@ -81103,11 +81483,11 @@ entities: parent: 2 - proto: ComputerCargoOrdersService entities: - - uid: 3515 + - uid: 4027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-6.5 + rot: -1.5707963267948966 rad + pos: 52.5,-5.5 parent: 2 - proto: ComputerComms entities: @@ -81129,11 +81509,17 @@ entities: - type: Transform pos: 20.5,9.5 parent: 2 - - uid: 3522 + - uid: 3479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-6.5 + rot: -1.5707963267948966 rad + pos: 44.5,-16.5 + parent: 2 + - uid: 3523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-6.5 parent: 2 - uid: 14688 components: @@ -81141,11 +81527,6 @@ entities: rot: -1.5707963267948966 rad pos: 61.5,18.5 parent: 2 - - uid: 29982 - components: - - type: Transform - pos: 55.5,-9.5 - parent: 2 - uid: 30257 components: - type: Transform @@ -81154,6 +81535,18 @@ entities: parent: 2 - proto: ComputerCriminalRecords entities: + - uid: 3120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-6.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-11.5 + parent: 2 - uid: 12271 components: - type: Transform @@ -81165,22 +81558,16 @@ entities: rot: 3.141592653589793 rad pos: 22.5,4.5 parent: 2 - - uid: 18373 + - uid: 17293 components: - type: Transform - pos: 39.5,-10.5 + rot: 3.141592653589793 rad + pos: 33.5,-21.5 parent: 2 - - uid: 21450 + - uid: 19008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-9.5 - parent: 2 - - uid: 29983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-11.5 + pos: 43.5,-15.5 parent: 2 - proto: ComputerFrame entities: @@ -81197,11 +81584,11 @@ entities: - type: Transform pos: 30.5,23.5 parent: 2 - - uid: 4109 + - uid: 28877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-6.5 + rot: 1.5707963267948966 rad + pos: 50.5,-8.5 parent: 2 - proto: ComputerId entities: @@ -81211,10 +81598,10 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,6.5 parent: 2 - - uid: 12819 + - uid: 4059 components: - type: Transform - pos: 41.5,-4.5 + pos: 45.5,-4.5 parent: 2 - proto: ComputerMassMedia entities: @@ -81294,6 +81681,12 @@ entities: - type: Transform pos: 21.5,9.5 parent: 2 + - uid: 19033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-19.5 + parent: 2 - uid: 25227 components: - type: Transform @@ -81311,18 +81704,6 @@ entities: - type: Transform pos: -56.5,-16.5 parent: 2 - - uid: 29987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-11.5 - parent: 2 - - uid: 29990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-13.5 - parent: 2 - proto: ComputerResearchAndDevelopment entities: - uid: 9892 @@ -81417,16 +81798,11 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,22.5 parent: 2 - - uid: 4864 + - uid: 4344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-8.5 - parent: 2 - - uid: 9805 - components: - - type: Transform - pos: 47.5,-9.5 + rot: -1.5707963267948966 rad + pos: 37.5,-25.5 parent: 2 - uid: 11446 components: @@ -81434,6 +81810,11 @@ entities: rot: 3.141592653589793 rad pos: -45.5,-11.5 parent: 2 + - uid: 30022 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 - proto: ComputerSurveillanceCameraMonitor entities: - uid: 9549 @@ -81452,14 +81833,20 @@ entities: rot: 3.141592653589793 rad pos: 21.5,4.5 parent: 2 - - uid: 29984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-11.5 - parent: 2 - proto: ComputerSurveillanceWirelessCameraMonitor entities: + - uid: 4507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-10.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-16.5 + parent: 2 - uid: 12464 components: - type: Transform @@ -81474,11 +81861,11 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-4.5 parent: 2 - - uid: 3480 + - uid: 3115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-6.5 + rot: 3.141592653589793 rad + pos: 45.5,-6.5 parent: 2 - uid: 3580 components: @@ -81503,23 +81890,10 @@ entities: rot: 3.141592653589793 rad pos: 34.5,-60.5 parent: 2 - - uid: 5405 + - uid: 9805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-21.5 - parent: 2 - - uid: 5406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-21.5 - parent: 2 - - uid: 5407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-21.5 + pos: 40.5,-10.5 parent: 2 - uid: 11203 components: @@ -81547,10 +81921,16 @@ entities: rot: 3.141592653589793 rad pos: 26.5,9.5 parent: 2 - - uid: 22753 + - uid: 14374 components: - type: Transform - pos: 16.5,1.5 + pos: 57.5,-10.5 + parent: 2 + - uid: 30429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,2.5 parent: 21002 - proto: ContainmentFieldGenerator entities: @@ -81912,6 +82292,42 @@ entities: - type: Transform pos: -59.5,-14.5 parent: 2 + - uid: 30406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-12.5 + parent: 2 + - uid: 30407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-12.5 + parent: 2 + - uid: 30408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-12.5 + parent: 2 + - uid: 30415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,2.5 + parent: 21002 + - uid: 30422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,2.5 + parent: 21002 + - uid: 30425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,2.5 + parent: 21002 - proto: CorporateCircuitBoard entities: - uid: 20270 @@ -82087,10 +82503,10 @@ entities: - 0 - proto: CrateContrabandStorageSecure entities: - - uid: 12291 + - uid: 3497 components: - type: Transform - pos: 35.5,-25.5 + pos: 50.5,-18.5 parent: 2 - proto: CrateElectrical entities: @@ -82507,6 +82923,71 @@ entities: friction: 0.4 - type: PlaceableSurface isPlaceable: True +- proto: CrateLockBoxEngineering + entities: + - uid: 30605 + components: + - type: Transform + pos: 29.5,32.5 + parent: 2 + - uid: 30606 + components: + - type: Transform + pos: -5.5,43.5 + parent: 2 +- proto: CrateLockBoxMedical + entities: + - uid: 30603 + components: + - type: Transform + pos: -21.5,-38.5 + parent: 2 + - uid: 30604 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 2 +- proto: CrateLockBoxScience + entities: + - uid: 30596 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 30599 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 +- proto: CrateLockBoxSecurity + entities: + - uid: 20445 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 + - uid: 30598 + components: + - type: Transform + pos: 40.5,-34.5 + parent: 2 +- proto: CrateLockBoxService + entities: + - uid: 30600 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 30601 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 30602 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 - proto: CrateMaterialGlass entities: - uid: 29977 @@ -82898,10 +83379,10 @@ entities: parent: 2 - proto: CrateSecurityTrackingMindshieldImplants entities: - - uid: 2263 + - uid: 4647 components: - type: Transform - pos: 38.5,-19.5 + pos: 44.5,-20.5 parent: 2 - proto: CrateServiceBureaucracy entities: @@ -82915,18 +83396,16 @@ entities: - uid: 3510 components: - type: Transform - pos: 42.5,-9.5 + pos: 46.5,-9.5 parent: 2 - - type: Lock - locked: False - type: EntityStorage air: volume: 200 immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -82943,16 +83422,18 @@ entities: showEnts: False occludes: True ents: - - 1404 + - 3102 + - 3105 - 18218 - - 19534 - - 19533 - - 19529 - - 19023 - - 18920 - - 18693 - - 18548 - 17450 + - 18548 + - 18693 + - 18920 + - 19023 + - 19529 + - 19533 + - 19534 + - 1404 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -83358,13 +83839,6 @@ entities: - type: Transform pos: 20.5,-37.5 parent: 2 -- proto: DefaultStationBeaconArmory - entities: - - uid: 11888 - components: - - type: Transform - pos: 34.5,-22.5 - parent: 2 - proto: DefaultStationBeaconArrivals entities: - uid: 11889 @@ -83407,13 +83881,6 @@ entities: - type: Transform pos: 23.5,6.5 parent: 2 -- proto: DefaultStationBeaconBrig - entities: - - uid: 11892 - components: - - type: Transform - pos: 43.5,-14.5 - parent: 2 - proto: DefaultStationBeaconCaptainsQuarters entities: - uid: 14769 @@ -83472,10 +83939,10 @@ entities: parent: 2 - proto: DefaultStationBeaconCourtroom entities: - - uid: 3552 + - uid: 15465 components: - type: Transform - pos: 35.5,-5.5 + pos: 40.5,-5.5 parent: 2 - proto: DefaultStationBeaconDetectiveRoom entities: @@ -83528,10 +83995,10 @@ entities: parent: 2 - proto: DefaultStationBeaconHOPOffice entities: - - uid: 3553 + - uid: 14319 components: - type: Transform - pos: 42.5,-5.5 + pos: 46.5,-5.5 parent: 2 - proto: DefaultStationBeaconHOSRoom entities: @@ -83641,13 +84108,6 @@ entities: - type: Transform pos: 8.5,-43.5 parent: 2 -- proto: DefaultStationBeaconSecurity - entities: - - uid: 3080 - components: - - type: Transform - pos: 35.5,-8.5 - parent: 2 - proto: DefaultStationBeaconServerRoom entities: - uid: 11903 @@ -83728,13 +84188,6 @@ entities: - type: Transform pos: -54.5,-11.5 parent: 2 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 29981 - components: - - type: Transform - pos: 55.5,-10.5 - parent: 2 - proto: DefibrillatorCabinetFilled entities: - uid: 1525 @@ -83763,37 +84216,32 @@ entities: parent: 2 - proto: DeployableBarrier entities: - - uid: 5424 + - uid: 4624 components: - type: Transform - pos: 50.5,-5.5 + pos: 30.5,-6.5 parent: 2 - - uid: 5427 + - uid: 4661 components: - type: Transform - pos: 50.5,-6.5 - parent: 2 - - uid: 5428 - components: - - type: Transform - pos: 43.5,-18.5 - parent: 2 - - uid: 5429 - components: - - type: Transform - pos: 37.5,-10.5 + pos: 30.5,-19.5 parent: 2 - uid: 5430 components: - type: Transform pos: 27.5,-32.5 parent: 2 + - uid: 15454 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 - proto: DeskBell entities: - uid: 3547 components: - type: Transform - pos: 40.7533,-3.3006525 + pos: 44.74827,-3.4651735 parent: 2 missingComponents: - Item @@ -83805,6 +84253,14 @@ entities: missingComponents: - Item - Pullable + - uid: 14330 + components: + - type: Transform + pos: 31.306408,-2.4796968 + parent: 2 + missingComponents: + - Item + - Pullable - uid: 23512 components: - type: Transform @@ -83923,6 +84379,12 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,38.5 parent: 2 + - uid: 9909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-8.5 + parent: 2 - uid: 9966 components: - type: Transform @@ -84194,11 +84656,6 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,6.5 parent: 2 - - uid: 17295 - components: - - type: Transform - pos: 40.5,-11.5 - parent: 2 - uid: 17346 components: - type: Transform @@ -84332,12 +84789,6 @@ entities: rot: 3.141592653589793 rad pos: -14.5,-41.5 parent: 2 - - uid: 23427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-12.5 - parent: 2 - uid: 28375 components: - type: Transform @@ -84350,18 +84801,6 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-2.5 parent: 2 - - uid: 30014 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-12.5 - parent: 2 - - uid: 30015 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-12.5 - parent: 2 - uid: 30064 components: - type: Transform @@ -84384,6 +84823,35 @@ entities: - type: Transform pos: 51.5,0.5 parent: 2 + - uid: 30508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-20.5 + parent: 2 + - uid: 30510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-24.5 + parent: 2 + - uid: 30511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-19.5 + parent: 2 + - uid: 30515 + components: + - type: Transform + pos: 36.5,-19.5 + parent: 2 + - uid: 30612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-8.5 + parent: 2 - proto: DisposalJunction entities: - uid: 1202 @@ -84398,6 +84866,12 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,-42.5 parent: 2 + - uid: 4625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-1.5 + parent: 2 - uid: 10385 components: - type: Transform @@ -84410,12 +84884,6 @@ entities: rot: -1.5707963267948966 rad pos: 11.5,33.5 parent: 2 - - uid: 15507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-11.5 - parent: 2 - uid: 16563 components: - type: Transform @@ -84583,11 +85051,11 @@ entities: rot: -1.5707963267948966 rad pos: 38.5,1.5 parent: 2 - - uid: 17296 + - uid: 20446 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-18.5 + pos: 50.5,-3.5 parent: 2 - uid: 28395 components: @@ -84597,6 +85065,24 @@ entities: parent: 2 - proto: DisposalJunctionFlipped entities: + - uid: 3203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,1.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,1.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,1.5 + parent: 2 - uid: 15509 components: - type: Transform @@ -84705,24 +85191,6 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,1.5 parent: 2 - - uid: 17210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,1.5 - parent: 2 - - uid: 17221 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-8.5 - parent: 2 - - uid: 17269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,1.5 - parent: 2 - uid: 17336 components: - type: Transform @@ -84822,6 +85290,12 @@ entities: - type: Transform pos: -32.5,34.5 parent: 2 + - uid: 3377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-8.5 + parent: 2 - uid: 3554 components: - type: Transform @@ -84869,6 +85343,88 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-39.5 parent: 2 + - uid: 3845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-2.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,1.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-5.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,0.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-0.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-6.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-8.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-0.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-1.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-2.5 + parent: 2 - uid: 5632 components: - type: Transform @@ -85081,6 +85637,12 @@ entities: rot: 3.141592653589793 rad pos: 18.5,41.5 parent: 2 + - uid: 9990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-3.5 + parent: 2 - uid: 11549 components: - type: Transform @@ -85216,6 +85778,12 @@ entities: - type: Transform pos: -45.5,-15.5 parent: 2 + - uid: 12302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-7.5 + parent: 2 - uid: 12690 components: - type: Transform @@ -85238,6 +85806,24 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,33.5 parent: 2 + - uid: 14155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-4.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,0.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-0.5 + parent: 2 - uid: 14911 components: - type: Transform @@ -87901,72 +88487,6 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,1.5 parent: 2 - - uid: 17212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,0.5 - parent: 2 - - uid: 17213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-0.5 - parent: 2 - - uid: 17214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-1.5 - parent: 2 - - uid: 17215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-2.5 - parent: 2 - - uid: 17216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-3.5 - parent: 2 - - uid: 17217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-4.5 - parent: 2 - - uid: 17218 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-5.5 - parent: 2 - - uid: 17219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-6.5 - parent: 2 - - uid: 17220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-7.5 - parent: 2 - - uid: 17222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-8.5 - parent: 2 - - uid: 17223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-8.5 - parent: 2 - uid: 17227 components: - type: Transform @@ -88015,12 +88535,6 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,1.5 parent: 2 - - uid: 17235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,1.5 - parent: 2 - uid: 17236 components: - type: Transform @@ -88148,12 +88662,6 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,1.5 parent: 2 - - uid: 17271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,1.5 - parent: 2 - uid: 17272 components: - type: Transform @@ -88202,18 +88710,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,1.5 parent: 2 - - uid: 17280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,0.5 - parent: 2 - - uid: 17281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-0.5 - parent: 2 - uid: 17282 components: - type: Transform @@ -88232,12 +88728,6 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,1.5 parent: 2 - - uid: 17287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,1.5 - parent: 2 - uid: 17288 components: - type: Transform @@ -88256,186 +88746,6 @@ entities: rot: 1.5707963267948966 rad pos: 53.5,1.5 parent: 2 - - uid: 17292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-9.5 - parent: 2 - - uid: 17293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-10.5 - parent: 2 - - uid: 17297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-11.5 - parent: 2 - - uid: 17298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-11.5 - parent: 2 - - uid: 17299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-11.5 - parent: 2 - - uid: 17300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-11.5 - parent: 2 - - uid: 17301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-11.5 - parent: 2 - - uid: 17302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-11.5 - parent: 2 - - uid: 17303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-18.5 - parent: 2 - - uid: 17304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-18.5 - parent: 2 - - uid: 17305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-18.5 - parent: 2 - - uid: 17306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-18.5 - parent: 2 - - uid: 17307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-18.5 - parent: 2 - - uid: 17308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-18.5 - parent: 2 - - uid: 17309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-18.5 - parent: 2 - - uid: 17310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-18.5 - parent: 2 - - uid: 17311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-18.5 - parent: 2 - - uid: 17312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-18.5 - parent: 2 - - uid: 17313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-18.5 - parent: 2 - - uid: 17314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-18.5 - parent: 2 - - uid: 17315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-18.5 - parent: 2 - - uid: 17316 - components: - - type: Transform - pos: 40.5,-17.5 - parent: 2 - - uid: 17317 - components: - - type: Transform - pos: 40.5,-16.5 - parent: 2 - - uid: 17318 - components: - - type: Transform - pos: 40.5,-15.5 - parent: 2 - - uid: 17319 - components: - - type: Transform - pos: 40.5,-14.5 - parent: 2 - - uid: 17320 - components: - - type: Transform - pos: 40.5,-13.5 - parent: 2 - - uid: 17321 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 17323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-19.5 - parent: 2 - - uid: 17324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-20.5 - parent: 2 - - uid: 17325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-21.5 - parent: 2 - - uid: 17326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-22.5 - parent: 2 - uid: 17327 components: - type: Transform @@ -89385,16 +89695,11 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-0.5 parent: 2 - - uid: 17647 - components: - - type: Transform - pos: 30.5,-1.5 - parent: 2 - uid: 17652 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,-0.5 + pos: 32.5,0.5 parent: 2 - uid: 17654 components: @@ -90756,18 +91061,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,1.5 parent: 2 - - uid: 24072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-12.5 - parent: 2 - - uid: 24243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-12.5 - parent: 2 - uid: 28376 components: - type: Transform @@ -90873,102 +91166,6 @@ entities: rot: 3.141592653589793 rad pos: 5.5,31.5 parent: 2 - - uid: 30011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-12.5 - parent: 2 - - uid: 30012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-12.5 - parent: 2 - - uid: 30013 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-12.5 - parent: 2 - - uid: 30016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-11.5 - parent: 2 - - uid: 30017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-10.5 - parent: 2 - - uid: 30018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-9.5 - parent: 2 - - uid: 30019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-8.5 - parent: 2 - - uid: 30020 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-7.5 - parent: 2 - - uid: 30021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-5.5 - parent: 2 - - uid: 30022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-4.5 - parent: 2 - - uid: 30023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-3.5 - parent: 2 - - uid: 30024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-2.5 - parent: 2 - - uid: 30025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-1.5 - parent: 2 - - uid: 30026 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-6.5 - parent: 2 - - uid: 30027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-0.5 - parent: 2 - - uid: 30028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-0.5 - parent: 2 - uid: 30029 components: - type: Transform @@ -91164,14 +91361,284 @@ entities: - uid: 30061 components: - type: Transform - rot: 1.5707963267948966 rad + rot: 3.141592653589793 rad pos: 32.5,0.5 parent: 2 - - uid: 30062 + - uid: 30489 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 30490 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 30491 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 30492 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - uid: 30493 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 30494 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 2 + - uid: 30495 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 30496 + components: + - type: Transform + pos: 31.5,-8.5 + parent: 2 + - uid: 30497 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - uid: 30498 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 30499 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 30500 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 30501 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 30502 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 2 + - uid: 30503 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 30504 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 + - uid: 30505 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 30506 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 30507 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 + - uid: 30512 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,0.5 + pos: 33.5,-19.5 + parent: 2 + - uid: 30513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-19.5 + parent: 2 + - uid: 30514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-19.5 + parent: 2 + - uid: 30516 + components: + - type: Transform + pos: 36.5,-20.5 + parent: 2 + - uid: 30517 + components: + - type: Transform + pos: 36.5,-21.5 + parent: 2 + - uid: 30518 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 30519 + components: + - type: Transform + pos: 36.5,-23.5 + parent: 2 + - uid: 30520 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 2 + - uid: 30521 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 + - uid: 30522 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 2 + - uid: 30523 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 30524 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 2 + - uid: 30525 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 2 + - uid: 30526 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 30527 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 + - uid: 30528 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 30529 + components: + - type: Transform + pos: 32.5,-8.5 + parent: 2 + - uid: 30530 + components: + - type: Transform + pos: 32.5,-7.5 + parent: 2 + - uid: 30531 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 + - uid: 30532 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 30533 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - uid: 30534 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - uid: 30535 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 30536 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 30537 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 30538 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 30608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-4.5 + parent: 2 + - uid: 30609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-5.5 + parent: 2 + - uid: 30610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-6.5 + parent: 2 + - uid: 30611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-7.5 + parent: 2 + - uid: 30613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-8.5 + parent: 2 + - uid: 30614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-8.5 + parent: 2 + - uid: 30615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-8.5 + parent: 2 + - uid: 30616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-8.5 parent: 2 - proto: DisposalRouter entities: @@ -91218,6 +91685,15 @@ entities: - Botany - Engineering - Kitchen + - uid: 17235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-0.5 + parent: 2 + - type: DisposalRouter + tags: + - Security - uid: 17538 components: - type: Transform @@ -91248,7 +91724,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-0.5 + pos: 34.5,-0.5 parent: 2 - type: DisposalRouter tags: @@ -91313,15 +91789,6 @@ entities: - type: DisposalRouter tags: - Cargo - - uid: 30063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-0.5 - parent: 2 - - type: DisposalRouter - tags: - - Security - proto: DisposalRouterFlipped entities: - uid: 15510 @@ -91362,12 +91829,30 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-41.5 parent: 2 + - uid: 2723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-2.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-8.5 + parent: 2 - uid: 3727 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-39.5 parent: 2 + - uid: 4042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-3.5 + parent: 2 - uid: 4959 components: - type: Transform @@ -91604,12 +92089,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-59.5 parent: 2 - - uid: 17224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-8.5 - parent: 2 - uid: 17225 components: - type: Transform @@ -91644,18 +92123,6 @@ entities: - type: Transform pos: 38.5,3.5 parent: 2 - - uid: 17284 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-1.5 - parent: 2 - - uid: 17322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-18.5 - parent: 2 - uid: 17348 components: - type: Transform @@ -91683,12 +92150,6 @@ entities: - type: Transform pos: -9.5,20.5 parent: 2 - - uid: 17648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-2.5 - parent: 2 - uid: 17685 components: - type: Transform @@ -91720,17 +92181,11 @@ entities: - type: Transform pos: -19.5,10.5 parent: 2 - - uid: 24244 + - uid: 18159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-12.5 - parent: 2 - - uid: 28366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-12.5 + rot: -1.5707963267948966 rad + pos: 51.5,-1.5 parent: 2 - uid: 28372 components: @@ -91783,6 +92238,24 @@ entities: - type: Transform pos: 11.5,34.5 parent: 2 + - uid: 30062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-20.5 + parent: 2 + - uid: 30509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-24.5 + parent: 2 + - uid: 30617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-8.5 + parent: 2 - proto: DisposalUnit entities: - uid: 434 @@ -91800,6 +92273,11 @@ entities: - type: Transform pos: 15.5,-19.5 parent: 2 + - uid: 1053 + components: + - type: Transform + pos: 37.5,-24.5 + parent: 2 - uid: 1060 components: - type: Transform @@ -91880,11 +92358,6 @@ entities: - type: Transform pos: 5.5,21.5 parent: 2 - - uid: 3543 - components: - - type: Transform - pos: 47.5,-1.5 - parent: 2 - uid: 3548 components: - type: Transform @@ -91895,11 +92368,21 @@ entities: - type: Transform pos: 11.5,-39.5 parent: 2 + - uid: 4028 + components: + - type: Transform + pos: 51.5,-3.5 + parent: 2 - uid: 4101 components: - type: Transform pos: 29.5,23.5 parent: 2 + - uid: 4627 + components: + - type: Transform + pos: 51.5,-1.5 + parent: 2 - uid: 5180 components: - type: Transform @@ -91970,16 +92453,6 @@ entities: - type: Transform pos: 38.5,3.5 parent: 2 - - uid: 9332 - components: - - type: Transform - pos: 54.5,-18.5 - parent: 2 - - uid: 9333 - components: - - type: Transform - pos: 30.5,-8.5 - parent: 2 - uid: 9678 components: - type: Transform @@ -92040,10 +92513,10 @@ entities: - type: Transform pos: 19.5,40.5 parent: 2 - - uid: 24248 + - uid: 18908 components: - type: Transform - pos: 30.5,-12.5 + pos: 34.5,-8.5 parent: 2 - uid: 29251 components: @@ -92081,20 +92554,20 @@ entities: - type: Transform pos: 30.5,21.5 parent: 2 - - uid: 3483 - components: - - type: Transform - pos: 43.5,-4.5 - parent: 2 - uid: 4328 components: - type: Transform pos: 43.5,-38.5 parent: 2 - - uid: 9157 + - uid: 24080 components: - type: Transform - pos: 53.5,-13.5 + pos: 47.5,-4.5 + parent: 2 + - uid: 30092 + components: + - type: Transform + pos: 46.5,-15.5 parent: 2 - uid: 30264 components: @@ -92306,10 +92779,10 @@ entities: - 22573 - proto: DresserCaptainFilled entities: - - uid: 358 + - uid: 1549 components: - type: Transform - pos: 38.5,11.5 + pos: 39.5,11.5 parent: 2 - proto: DresserChiefEngineerFilled entities: @@ -92394,7 +92867,7 @@ entities: - uid: 3516 components: - type: Transform - pos: 44.5,-8.5 + pos: 48.5,-8.5 parent: 2 - type: Storage storedItems: @@ -92435,11 +92908,23 @@ entities: parent: 2 - proto: DresserWardenFilled entities: - - uid: 9806 + - uid: 3603 components: - type: Transform - pos: 54.5,-7.5 + pos: 47.5,-15.5 parent: 2 + - type: Storage + storedItems: + 3604: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 3604 - proto: DrinkBeerCan entities: - uid: 29203 @@ -92675,15 +93160,10 @@ entities: parent: 2 - proto: DrinkGlass entities: - - uid: 3600 + - uid: 3682 components: - type: Transform - pos: 36.722878,-3.2444518 - parent: 2 - - uid: 3601 - components: - - type: Transform - pos: 36.691628,-7.6194515 + pos: 30.690714,-27.473444 parent: 2 - uid: 9659 components: @@ -92700,10 +93180,10 @@ entities: - type: Transform pos: -21.411228,5.9052353 parent: 2 - - uid: 23353 + - uid: 17213 components: - type: Transform - pos: 34.69026,-16.54799 + pos: 40.71345,-7.590618 parent: 2 - uid: 23571 components: @@ -92745,6 +93225,11 @@ entities: - type: Transform pos: -36.6906,-34.412094 parent: 2 + - uid: 23954 + components: + - type: Transform + pos: 40.69262,-3.2364514 + parent: 2 - uid: 29214 components: - type: Transform @@ -92804,10 +93289,22 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 30008 + - uid: 30141 components: - type: Transform - pos: 47.288578,-14.199362 + pos: 30.413652,-13.772981 + parent: 2 +- proto: DrinkGreenTea + entities: + - uid: 29766 + components: + - type: Transform + pos: 51.01331,-7.506975 + parent: 2 + - uid: 29890 + components: + - type: Transform + pos: 50.85706,-7.204892 parent: 2 - proto: DrinkIceBucket entities: @@ -93015,6 +93512,13 @@ entities: - type: Transform pos: -54.288788,-36.341164 parent: 2 +- proto: DrinkMugDog + entities: + - uid: 28875 + components: + - type: Transform + pos: 43.755486,-4.85682 + parent: 2 - proto: DrinkMugOne entities: - uid: 28311 @@ -93022,6 +93526,14 @@ entities: - type: Transform pos: 17.620728,-45.2835 parent: 21002 +- proto: DrinkNukieCan + entities: + - uid: 24076 + components: + - type: Transform + parent: 10199 + - type: Physics + canCollide: False - proto: DrinkOatMilkCarton entities: - uid: 5280 @@ -93052,6 +93564,13 @@ entities: - type: Transform pos: -53.439377,12.692733 parent: 2 +- proto: DrinkRootBeerCan + entities: + - uid: 13406 + components: + - type: Transform + pos: 36.77336,-28.265583 + parent: 2 - proto: DrinkRumBottleFull entities: - uid: 2707 @@ -93170,6 +93689,13 @@ entities: - type: Transform pos: -37.258495,-44.176857 parent: 2 +- proto: DrinkTeapot + entities: + - uid: 4843 + components: + - type: Transform + pos: 50.35706,-7.3507257 + parent: 2 - proto: DrinkTequilaBottleFull entities: - uid: 7684 @@ -93215,20 +93741,20 @@ entities: parent: 2 - proto: DrinkWaterBottleFull entities: - - uid: 3598 + - uid: 3452 components: - type: Transform - pos: 36.691628,-7.2444515 + pos: 30.419882,-27.42136 parent: 2 - - uid: 3599 + - uid: 3946 components: - type: Transform - pos: 36.738503,-2.8382018 + pos: 40.765537,-7.309368 parent: 2 - - uid: 8622 + - uid: 16792 components: - type: Transform - pos: 34.48193,-16.51674 + pos: 40.734287,-3.0593681 parent: 2 - uid: 23618 components: @@ -93400,18 +93926,6 @@ entities: parent: 2 - proto: EmergencyLight entities: - - uid: 352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-15.5 - parent: 2 - - uid: 4877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-9.5 - parent: 2 - uid: 4895 components: - type: Transform @@ -93470,6 +93984,11 @@ entities: - type: Transform pos: 33.5,23.5 parent: 2 + - uid: 20802 + components: + - type: Transform + pos: 39.5,-24.5 + parent: 2 - uid: 23550 components: - type: Transform @@ -93785,34 +94304,6 @@ entities: rot: -1.5707963267948966 rad pos: 60.5,-10.5 parent: 2 - - uid: 24074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-26.5 - parent: 2 - - uid: 24076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-19.5 - parent: 2 - - uid: 24077 - components: - - type: Transform - pos: 33.5,-20.5 - parent: 2 - - uid: 24078 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - - uid: 24080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-18.5 - parent: 2 - uid: 24081 components: - type: Transform @@ -94287,10 +94778,10 @@ entities: parent: 2 - proto: EvidenceMarkerOne entities: - - uid: 28866 + - uid: 3684 components: - type: Transform - pos: 34.392616,-14.27478 + pos: 32.7428,-27.348444 parent: 2 - proto: ExosuitFabricator entities: @@ -94424,15 +94915,6 @@ entities: parent: 2 - type: FaxMachine name: medical - - uid: 2422 - components: - - type: MetaData - name: security fax machine - - type: Transform - pos: 46.5,-14.5 - parent: 2 - - type: FaxMachine - name: security - uid: 2423 components: - type: MetaData @@ -94447,7 +94929,7 @@ entities: - type: MetaData name: HoP fax machine - type: Transform - pos: 39.5,-4.5 + pos: 43.5,-4.5 parent: 2 - type: FaxMachine name: HoP @@ -94523,6 +95005,15 @@ entities: parent: 2 - type: FaxMachine name: AI + - uid: 17217 + components: + - type: MetaData + name: security fax machine + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - type: FaxMachine + name: security - uid: 22766 components: - type: MetaData @@ -94607,51 +95098,6 @@ entities: - type: Transform pos: -4.5,-33.5 parent: 2 - - uid: 3609 - components: - - type: Transform - pos: 42.66966,-6.5 - parent: 2 - - type: Storage - storedItems: - 9368: - position: 0,0 - _rotation: South - 9369: - position: 1,0 - _rotation: South - 9370: - position: 2,0 - _rotation: South - 9371: - position: 3,0 - _rotation: South - 9372: - position: 4,0 - _rotation: South - 9373: - position: 5,0 - _rotation: South - 9374: - position: 6,0 - _rotation: South - 9375: - position: 7,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 9368 - - 9369 - - 9370 - - 9371 - - 9372 - - 9373 - - 9374 - - 9375 - uid: 3794 components: - type: Transform @@ -94694,8 +95140,58 @@ entities: - type: Transform pos: -32.328056,-49.5 parent: 2 + - uid: 24074 + components: + - type: Transform + pos: 46.723907,-6.5 + parent: 2 + - type: Storage + storedItems: + 9372: + position: 0,0 + _rotation: South + 9373: + position: 1,0 + _rotation: South + 9374: + position: 2,0 + _rotation: South + 9375: + position: 3,0 + _rotation: South + 9368: + position: 4,0 + _rotation: South + 9369: + position: 5,0 + _rotation: South + 9370: + position: 6,0 + _rotation: South + 9371: + position: 7,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 9372 + - 9373 + - 9374 + - 9375 + - 9368 + - 9369 + - 9370 + - 9371 - proto: filingCabinetRandom entities: + - uid: 3578 + components: + - type: Transform + pos: 40.251106,-19.495895 + parent: 2 - uid: 4569 components: - type: Transform @@ -94790,26 +95286,36 @@ entities: - type: Transform pos: -32.5,-38.5 parent: 2 - - uid: 3489 + - uid: 10478 components: - type: Transform - pos: 42.152096,-6.5 + pos: -5.771684,-54.5 + parent: 2 + - uid: 10479 + components: + - type: Transform + pos: -5.271684,-54.5 + parent: 2 + - uid: 14316 + components: + - type: Transform + pos: 46.23432,-6.5 parent: 2 - type: Storage storedItems: - 9376: + 9379: position: 0,0 _rotation: South - 9377: + 9380: position: 1,0 _rotation: South - 9378: + 9376: position: 2,0 _rotation: South - 9379: + 9377: position: 3,0 _rotation: South - 9380: + 9378: position: 4,0 _rotation: South 6616: @@ -94824,23 +95330,13 @@ entities: showEnts: False occludes: True ents: + - 9379 + - 9380 - 9376 - 9377 - 9378 - - 9379 - - 9380 - 6616 - 7657 - - uid: 10478 - components: - - type: Transform - pos: -5.771684,-54.5 - parent: 2 - - uid: 10479 - components: - - type: Transform - pos: -5.271684,-54.5 - parent: 2 - uid: 29264 components: - type: Transform @@ -94876,33 +95372,6 @@ entities: devices: - 17904 - 17905 - - uid: 2194 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 4036 - - 4567 - - 9795 - - 9858 - - uid: 3702 - components: - - type: Transform - pos: 48.5,-4.5 - parent: 2 - - type: DeviceList - devices: - - 18628 - - 18627 - - 18365 - - 18364 - - 17460 - - 20975 - - 23518 - - 23447 - uid: 4037 components: - type: Transform @@ -94911,17 +95380,38 @@ entities: parent: 2 - type: DeviceList devices: - - 4567 - - 4036 + - 30328 + - 30329 - 5582 - - 9795 - - 9858 - - uid: 4863 + - 30327 + - uid: 4514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-8.5 + rot: 3.141592653589793 rad + pos: 43.5,-1.5 parent: 2 + - type: DeviceList + devices: + - 30345 + - 30344 + - 30347 + - 30346 + - 30339 + - 30340 + - 30337 + - 30336 + - 18361 + - 18362 + - 16525 + - 16524 + - 16523 + - 30343 + - 30342 + - 16526 + - 16527 + - 16528 + - 30338 + - 30028 - uid: 10191 components: - type: Transform @@ -94936,6 +95426,20 @@ entities: - 16523 - 16524 - 16525 + - uid: 13051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 30330 + - 30329 + - 30328 + - 30358 + - 30359 + - 30332 - uid: 13483 components: - type: Transform @@ -95427,27 +95931,6 @@ entities: - 2177 - 20660 - 23087 - - uid: 18367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-1.5 - parent: 2 - - type: DeviceList - devices: - - 16523 - - 16524 - - 16525 - - 18359 - - 18360 - - 18362 - - 18361 - - 18363 - - 16526 - - 16527 - - 16528 - - 18365 - - 18364 - uid: 18444 components: - type: Transform @@ -96224,30 +96707,126 @@ entities: - 18601 - 18620 - 18621 - - uid: 29955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 23447 - - 17460 - - 20975 - - 23518 - uid: 30080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-2.5 + pos: 51.5,-2.5 parent: 2 - type: DeviceList devices: - - 18364 - - 18365 - - 18628 - - 18627 + - 30338 + - 30028 + - uid: 30348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 30342 + - 30343 + - 30344 + - 30345 + - 30341 + - uid: 30349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 30346 + - 30347 + - 30341 + - uid: 30350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 30334 + - 30333 + - 30335 + - 30354 + - 30355 + - uid: 30351 + components: + - type: Transform + pos: 37.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 30333 + - 30334 + - 30330 + - uid: 30352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 30345 + - 30344 + - 30347 + - 30346 + - 30339 + - 30340 + - 30337 + - 30336 + - uid: 30353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 30335 + - 30334 + - 30333 + - 30354 + - 30355 + - uid: 30356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 30335 + - 30334 + - 30333 + - 30354 + - 30355 + - uid: 30361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 30327 + - 30331 + - 30332 + - 30359 + - 30358 + - uid: 30444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 30331 - proto: FireAxeCabinetFilled entities: - uid: 2471 @@ -97225,7 +97804,7 @@ entities: pos: -13.5,-1.5 parent: 2 - type: Door - secondsUntilStateChange: -208828.89 + secondsUntilStateChange: -258634.06 - type: DeviceNetwork deviceLists: - 18275 @@ -97863,30 +98442,6 @@ entities: - 18271 - 18302 - 18303 - - uid: 4036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4037 - - 2194 - - 5583 - - 29997 - - uid: 4567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4037 - - 2194 - - 5583 - - 29997 - uid: 5582 components: - type: Transform @@ -97896,31 +98451,7 @@ entities: - type: DeviceNetwork deviceLists: - 4037 - - 3714 - - uid: 9795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4037 - - 2194 - - 5583 - - 3714 - - uid: 9858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4037 - - 2194 - - 5583 - - 3714 + - 30357 - uid: 12062 components: - type: Transform @@ -98067,7 +98598,7 @@ entities: deviceLists: - 10191 - 10169 - - 18367 + - 4514 - 18366 - uid: 16524 components: @@ -98079,7 +98610,7 @@ entities: deviceLists: - 10191 - 10169 - - 18367 + - 4514 - 18366 - uid: 16525 components: @@ -98091,7 +98622,7 @@ entities: deviceLists: - 10191 - 10169 - - 18367 + - 4514 - 18366 - uid: 16526 components: @@ -98101,7 +98632,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 18367 + - 4514 - 18366 - 15512 - 18454 @@ -98113,7 +98644,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 18367 + - 4514 - 18366 - 15512 - 18454 @@ -98125,7 +98656,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 18367 + - 4514 - 18366 - 15512 - 18454 @@ -98289,17 +98820,6 @@ entities: - 23681 - 23680 - 23679 - - uid: 17460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29955 - - 30092 - - 3702 - uid: 17899 components: - type: Transform @@ -98643,28 +99163,6 @@ entities: - 18305 - 18318 - 18317 - - uid: 18359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18367 - - 18366 - - 29888 - - uid: 18360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18367 - - 18366 - - 29888 - uid: 18361 components: - type: Transform @@ -98673,7 +99171,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 18367 + - 4514 - 18366 - 18464 - 18463 @@ -98685,46 +99183,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 18367 + - 4514 - 18366 - 18464 - 18463 - - uid: 18363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18367 - - 18366 - - uid: 18364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18367 - - 18366 - - 30080 - - 30081 - - 3702 - - uid: 18365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18367 - - 18366 - - 30080 - - 30081 - - 3702 - uid: 18368 components: - type: Transform @@ -99472,28 +99934,6 @@ entities: - type: DeviceNetwork deviceLists: - 18623 - - uid: 18627 - components: - - type: Transform - pos: 49.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30081 - - 3714 - - 3702 - - 30080 - - uid: 18628 - components: - - type: Transform - pos: 51.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30081 - - 3714 - - 3702 - - 30080 - uid: 18634 components: - type: Transform @@ -99610,17 +100050,6 @@ entities: - 23088 - 18623 - 18336 - - uid: 20975 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29955 - - 30092 - - 3702 - uid: 21457 components: - type: Transform @@ -99681,29 +100110,6 @@ entities: - 23088 - 18623 - 18336 - - uid: 23447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - 3702 - - 29955 - - 30092 - - uid: 23518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29955 - - 30092 - - 3702 - uid: 23678 components: - type: Transform @@ -99846,6 +100252,328 @@ entities: - 29460 - 29462 - 29463 + - uid: 30028 + components: + - type: Transform + pos: 44.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4514 + - 18366 + - 30080 + - 30402 + - uid: 30327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4037 + - 30357 + - 30361 + - 30363 + - uid: 30328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4037 + - 30357 + - 30360 + - 13051 + - uid: 30329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4037 + - 30357 + - 30360 + - 13051 + - uid: 30330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30351 + - 30357 + - 30360 + - 13051 + - uid: 30331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30361 + - 30363 + - 30364 + - 30444 + - uid: 30332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - 13051 + - 30361 + - 30363 + - uid: 30333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30351 + - 30350 + - 30353 + - 30356 + - 30357 + - 30366 + - uid: 30334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30351 + - 30350 + - 30353 + - 30356 + - 30357 + - 30366 + - uid: 30335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30350 + - 30353 + - 30356 + - 30366 + - 30365 + - uid: 30336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30352 + - 4514 + - 18366 + - 30365 + - uid: 30337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30352 + - 4514 + - 18366 + - 30365 + - uid: 30338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4514 + - 18366 + - 30080 + - 30402 + - uid: 30339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30352 + - 4514 + - 30365 + - 30403 + - uid: 30340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30352 + - 4514 + - 30365 + - 30403 + - uid: 30341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30348 + - 30349 + - 30357 + - 30404 + - uid: 30342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30348 + - 4514 + - 18366 + - 30404 + - uid: 30343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30348 + - 4514 + - 18366 + - 30404 + - uid: 30344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30348 + - 30352 + - 4514 + - 30365 + - 30404 + - uid: 30345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30348 + - 30352 + - 4514 + - 30365 + - 30404 + - uid: 30346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30349 + - 30352 + - 4514 + - 30357 + - 30365 + - uid: 30347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30349 + - 30352 + - 4514 + - 30357 + - 30365 + - uid: 30354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30356 + - 30353 + - 30350 + - 30366 + - 30403 + - uid: 30355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30356 + - 30353 + - 30350 + - 30366 + - 30403 + - uid: 30358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - 13051 + - 30361 + - 30363 + - uid: 30359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - 13051 + - 30361 + - 30363 - proto: Fireplace entities: - uid: 1588 @@ -99863,11 +100591,6 @@ entities: - type: Transform pos: 39.5,16.5 parent: 2 - - uid: 3479 - components: - - type: Transform - pos: 44.5,-4.5 - parent: 2 - uid: 6649 components: - type: Transform @@ -99888,6 +100611,11 @@ entities: - type: Transform pos: -4.5,-56.5 parent: 2 + - uid: 14385 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 - proto: Flash entities: - uid: 29418 @@ -99965,6 +100693,14 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 3577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-15.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 10266 components: - type: Transform @@ -100230,24 +100966,6 @@ entities: - type: Transform pos: -35.49943,-33.436256 parent: 2 - - uid: 3602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.457253,-2.5569518 - parent: 2 - - uid: 3603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.551003,-8.3069515 - parent: 2 - - uid: 5855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.999363,5.621146 - parent: 2 - uid: 10480 components: - type: Transform @@ -100275,6 +100993,24 @@ entities: - type: Transform pos: 9.572723,6.6391907 parent: 21002 + - uid: 23252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.07116,5.5455384 + parent: 2 + - uid: 23840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.515537,-8.298952 + parent: 2 + - uid: 23842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.50512,-2.6322846 + parent: 2 - proto: FoodBakedCookieOatmeal entities: - uid: 23380 @@ -100321,10 +101057,10 @@ entities: parent: 2 - proto: FoodBoxDonut entities: - - uid: 5743 + - uid: 4264 components: - type: Transform - pos: 30.532213,-11.218129 + pos: 34.4752,-22.460026 parent: 2 - proto: FoodBreadBaguette entities: @@ -100397,6 +101133,12 @@ entities: - type: InsideEntityStorage - proto: FoodCornTrash entities: + - uid: 9803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.896925,-39.89337 + parent: 2 - uid: 23754 components: - type: Transform @@ -100436,6 +101178,18 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 15457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.317377,-39.090103 + parent: 2 + - uid: 23315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.074755,-39.23473 + parent: 2 - proto: FoodFrozenSandwichStrawberry entities: - uid: 1595 @@ -100505,6 +101259,23 @@ entities: - type: CollisionWake enabled: False - type: Conveyed +- proto: FoodMeatRotten + entities: + - uid: 3966 + components: + - type: Transform + pos: -25.636185,-40.457207 + parent: 2 + - uid: 20958 + components: + - type: Transform + pos: -25.448685,-40.44679 + parent: 2 + - uid: 23185 + components: + - type: Transform + pos: -25.542435,-40.44679 + parent: 2 - proto: FoodOrange entities: - uid: 16226 @@ -101200,6 +101971,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 896 components: - type: Transform @@ -101216,11 +101995,137 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3203 + - uid: 3108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3409 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-21.5 + pos: 39.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3567 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3692 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -101232,6 +102137,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 3817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3957 components: - type: Transform @@ -101240,6 +102153,46 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 4203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5461 components: - type: Transform @@ -102192,44 +103145,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14154 + - uid: 14283 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-7.5 + pos: 47.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14235 + - uid: 14293 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-8.5 + pos: 50.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14279 - components: - - type: Transform - pos: 54.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14303 - components: - - type: Transform - pos: 52.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14399 components: - type: Transform @@ -102588,69 +103518,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15446 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15456 - components: - - type: Transform - pos: 40.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15505 components: - type: Transform @@ -103092,6 +103959,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 18359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18374 components: - type: Transform @@ -103138,14 +104013,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 19077 components: - type: Transform @@ -103166,13 +104033,6 @@ entities: rot: 3.141592653589793 rad pos: 5.5,-11.5 parent: 21002 - - uid: 21437 - components: - - type: Transform - pos: 54.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 21698 components: - type: Transform @@ -103630,6 +104490,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 3462 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3813 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7344 components: - type: Transform @@ -103700,13 +104574,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 9155 - components: - - type: Transform - pos: 34.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13152 components: - type: Transform @@ -103819,20 +104686,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14298 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14316 - components: - - type: Transform - pos: 44.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14453 components: - type: Transform @@ -104005,6 +104858,14 @@ entities: color: '#990000FF' - proto: GasPipeStraight entities: + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 46 components: - type: Transform @@ -104071,6 +104932,13 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,25.5 parent: 2 + - uid: 412 + components: + - type: Transform + pos: 40.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 419 components: - type: Transform @@ -104223,13 +105091,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2762 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 3032 components: - type: Transform @@ -104238,29 +105099,214 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3202 + - uid: 3091 components: - type: Transform - pos: 34.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-20.5 + pos: 42.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3282 + - uid: 3107 + components: + - type: Transform + pos: 30.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3109 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-21.5 + pos: 36.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 3111 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3401 + components: + - type: Transform + pos: 36.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3403 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3404 + components: + - type: Transform + pos: 36.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3458 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3560 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3586 components: - type: Transform @@ -104269,6 +105315,175 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 3605 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3644 + components: + - type: Transform + pos: 36.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3691 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3703 + components: + - type: Transform + pos: 36.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3717 + components: + - type: Transform + pos: 47.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3773 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3774 + components: + - type: Transform + pos: 36.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3951 components: - type: Transform @@ -104277,57 +105492,385 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4108 + - uid: 4049 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-6.5 + pos: 36.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4865 + - uid: 4051 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-13.5 + pos: 31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4053 + components: + - type: Transform + pos: 41.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4866 + - uid: 4191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4192 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-8.5 + pos: 34.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 4193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4198 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4233 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4234 + components: + - type: Transform + pos: 36.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4235 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4236 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4446 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4716 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4830 + components: + - type: Transform + pos: 36.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4833 + components: + - type: Transform + pos: 40.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4834 + components: + - type: Transform + pos: 40.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4848 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4859 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-10.5 + pos: 35.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 4868 components: - type: Transform - pos: 49.5,-9.5 + pos: 36.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4870 + - uid: 4869 components: - type: Transform - pos: 49.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-15.5 + pos: 32.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' @@ -104339,6 +105882,60 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 5383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5406 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5407 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5456 components: - type: Transform @@ -104378,13 +105975,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 7665 - components: - - type: Transform - pos: 49.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7732 components: - type: Transform @@ -104399,14 +105989,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 8094 components: - type: Transform @@ -105919,29 +107501,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 9154 - components: - - type: Transform - pos: 49.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9160 + - uid: 9332 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-12.5 + pos: 35.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 9386 components: - type: Transform @@ -106122,6 +107689,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 9746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9753 components: - type: Transform @@ -106143,6 +107718,38 @@ entities: - type: Transform pos: 7.5,-31.5 parent: 2 + - uid: 9795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9950 components: - type: Transform @@ -106181,31 +107788,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11032 - components: - - type: Transform - pos: 43.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11033 - components: - - type: Transform - pos: 43.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11034 - components: - - type: Transform - pos: 43.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 11035 components: - type: Transform - pos: 43.5,-4.5 + rot: 1.5707963267948966 rad + pos: 46.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' @@ -106280,6 +107867,29 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12291 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12299 components: - type: Transform @@ -106304,6 +107914,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 13112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13144 components: - type: Transform @@ -107697,14 +109315,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 13394 components: - type: Transform @@ -107908,11 +109518,11 @@ entities: - uid: 13427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,1.5 + rot: 3.141592653589793 rad + pos: 36.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' - uid: 13428 components: - type: Transform @@ -111496,13 +113106,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14133 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14134 components: - type: Transform @@ -111594,429 +113197,72 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14148 + - uid: 14153 components: - type: Transform - pos: 31.5,-2.5 + rot: 1.5707963267948966 rad + pos: 39.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14149 - components: - - type: Transform - pos: 31.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14150 - components: - - type: Transform - pos: 32.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14162 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14163 - components: - - type: Transform - pos: 31.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14164 - components: - - type: Transform - pos: 31.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14225 - components: - - type: Transform - pos: 42.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14226 - components: - - type: Transform - pos: 42.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14227 - components: - - type: Transform - pos: 42.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14228 - components: - - type: Transform - pos: 42.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14229 - components: - - type: Transform - pos: 42.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14231 - components: - - type: Transform - pos: 42.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14232 - components: - - type: Transform - pos: 42.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14234 - components: - - type: Transform - pos: 43.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14240 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-6.5 + pos: 45.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14244 - components: - - type: Transform - pos: 51.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14245 - components: - - type: Transform - pos: 51.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14246 - components: - - type: Transform - pos: 51.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14261 + - uid: 14166 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-8.5 + pos: 36.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14269 components: - type: Transform - pos: 53.5,-9.5 + pos: 32.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14270 components: - type: Transform - pos: 53.5,-10.5 + rot: 3.141592653589793 rad + pos: 35.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14271 components: - type: Transform - pos: 53.5,-11.5 + pos: 36.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 14272 - components: - - type: Transform - pos: 53.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14274 - components: - - type: Transform - pos: 53.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' - uid: 14284 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,-18.5 + pos: 47.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14290 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-17.5 + pos: 48.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-17.5 + pos: 50.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -112024,192 +113270,35 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-17.5 + pos: 49.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14304 - components: - - type: Transform - pos: 52.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14305 - components: - - type: Transform - pos: 52.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14306 - components: - - type: Transform - pos: 52.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14307 - components: - - type: Transform - pos: 52.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-15.5 + pos: 32.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - uid: 14318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-15.5 + pos: 46.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - uid: 14323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14331 - components: - - type: Transform - pos: 42.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14332 - components: - - type: Transform - pos: 42.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14333 - components: - - type: Transform - pos: 42.5,-20.5 + pos: 31.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-22.5 + pos: 35.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -112277,50 +113366,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14345 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14346 components: - type: Transform - pos: 40.5,-16.5 + pos: 35.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14347 - components: - - type: Transform - pos: 40.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14348 - components: - - type: Transform - pos: 40.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14349 - components: - - type: Transform - pos: 40.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 14353 components: - type: Transform @@ -112486,64 +113545,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14385 - components: - - type: Transform - pos: 42.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14386 - components: - - type: Transform - pos: 42.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14387 - components: - - type: Transform - pos: 42.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14388 - components: - - type: Transform - pos: 42.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14389 - components: - - type: Transform - pos: 44.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14390 - components: - - type: Transform - pos: 44.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14401 components: - type: Transform @@ -118036,323 +119037,48 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15425 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15430 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15431 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15432 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15435 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15442 - components: - - type: Transform - pos: 33.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15448 - components: - - type: Transform - pos: 39.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15449 - components: - - type: Transform - pos: 39.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15450 - components: - - type: Transform - pos: 39.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15451 - components: - - type: Transform - pos: 39.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15452 - components: - - type: Transform - pos: 40.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15454 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15457 - components: - - type: Transform - pos: 39.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15460 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15462 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-11.5 + pos: 36.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15463 + - uid: 15456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15468 - components: - - type: Transform - rot: -1.5707963267948966 rad pos: 32.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15471 - components: - - type: Transform - pos: 31.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15472 - components: - - type: Transform - pos: 31.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15473 - components: - - type: Transform - pos: 31.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15474 - components: - - type: Transform - pos: 35.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15475 - components: - - type: Transform - pos: 35.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15478 + - uid: 15462 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-12.5 + pos: 31.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15479 + color: '#0335FCFF' + - uid: 15476 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15485 - components: - - type: Transform - pos: 34.5,-13.5 + pos: 36.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15486 components: - type: Transform - pos: 34.5,-14.5 + pos: 31.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15487 components: - type: Transform - pos: 34.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-15.5 + pos: 31.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -122895,6 +123621,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 17219 + components: + - type: Transform + pos: 32.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 17291 components: - type: Transform @@ -122903,6 +123636,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 17307 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17309 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17310 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17311 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17312 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17647 + components: + - type: Transform + pos: 42.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18033 components: - type: Transform @@ -123277,14 +124060,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19075 components: - type: Transform @@ -123321,6 +124096,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 20867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20980 components: - type: Transform @@ -123600,14 +124383,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 21439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 21465 components: - type: Transform @@ -123716,6 +124491,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 22437 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22450 components: - type: Transform @@ -124319,6 +125101,22 @@ entities: - type: Transform pos: -30.5,21.5 parent: 2 + - uid: 23437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23460 components: - type: Transform @@ -124457,14 +125255,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 23843 components: - type: Transform @@ -125613,6 +126403,64 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 29584 + components: + - type: Transform + pos: 31.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29585 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29586 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29587 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29588 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29589 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 29684 components: - type: Transform @@ -125785,6 +126633,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 29942 + components: + - type: Transform + pos: 46.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29980 + components: + - type: Transform + pos: 46.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 30000 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30010 components: - type: Transform @@ -125793,11 +126662,48 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 30262 + - uid: 30015 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-5.5 + pos: 38.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 30016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 30068 + components: + - type: Transform + pos: 35.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 30071 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 30072 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 30073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' @@ -125882,27 +126788,213 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3284 + - uid: 3112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-20.5 + rot: -1.5707963267948966 rad + pos: 32.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4103 + - uid: 3113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3402 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,-5.5 + pos: 35.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3569 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3575 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3576 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3669 + components: + - type: Transform + pos: 36.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4197 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4202 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' @@ -125914,38 +127006,58 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4869 + - uid: 4636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-10.5 + pos: 32.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4872 + color: '#990000FF' + - uid: 4646 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,-15.5 + pos: 41.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4688 + components: + - type: Transform + pos: 36.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4873 + - uid: 4689 + components: + - type: Transform + pos: 35.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4835 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4864 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-8.5 + pos: 31.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4874 + color: '#990000FF' + - uid: 4870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-12.5 + rot: -1.5707963267948966 rad + pos: 35.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 5422 components: - type: Transform @@ -126048,14 +127160,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 7664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7761 components: - type: Transform @@ -126402,6 +127506,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 11535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11553 components: - type: Transform @@ -126799,13 +127911,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13400 - components: - - type: Transform - pos: 42.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13402 components: - type: Transform @@ -126814,20 +127919,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13406 - components: - - type: Transform - pos: 51.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13411 - components: - - type: Transform - pos: 49.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 13413 components: - type: Transform @@ -126836,13 +127927,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13420 - components: - - type: Transform - pos: 43.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 13422 components: - type: Transform @@ -127310,110 +128394,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14243 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14273 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14276 - components: - - type: Transform - pos: 53.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14288 - components: - - type: Transform - pos: 50.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14289 - components: - - type: Transform - pos: 46.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14299 - components: - - type: Transform - pos: 48.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14315 - components: - - type: Transform - pos: 45.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-21.5 + pos: 31.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -127425,22 +128410,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14357 components: - type: Transform @@ -128050,18 +129019,10 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15455 + - uid: 15446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15470 - components: - - type: Transform - pos: 35.5,-11.5 + pos: 42.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' @@ -128608,6 +129569,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 17322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 17606 components: - type: Transform @@ -128805,6 +129774,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 24227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24243 + components: + - type: Transform + pos: 41.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 24284 components: - type: Transform @@ -128937,6 +129921,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 29608 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29720 components: - type: Transform @@ -128945,6 +129936,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 29983 + components: + - type: Transform + pos: 42.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 30070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPort entities: - uid: 1675 @@ -129659,6 +130665,16 @@ entities: - 29856 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 418 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30403 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1186 components: - type: Transform @@ -129681,17 +130697,6 @@ entities: - 15250 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1922 - components: - - type: Transform - pos: 37.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 5583 - - 29997 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2118 components: - type: Transform @@ -129714,6 +130719,151 @@ entities: - 29904 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 3400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30365 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3561 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3698 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30364 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30357 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30364 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4840 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30404 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7348 components: - type: Transform @@ -129733,6 +130883,14 @@ entities: - 18270 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 11034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11291 components: - type: Transform @@ -129754,6 +130912,13 @@ entities: - 18258 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 13109 + components: + - type: Transform + pos: 30.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 13132 components: - type: Transform @@ -129787,6 +130952,17 @@ entities: - 18501 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 13393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30363 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 13557 components: - type: Transform @@ -130077,97 +131253,20 @@ entities: - 29928 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14165 + - uid: 14160 components: - type: Transform rot: 3.141592653589793 rad - pos: 32.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29888 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29890 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14236 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-8.5 + pos: 30.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30081 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14308 + - uid: 14272 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,-20.5 + pos: 36.5,-28.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - type: AtmosPipeColor color: '#0335FCFF' - uid: 14384 @@ -130182,27 +131281,6 @@ entities: - 29870 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14391 - components: - - type: Transform - pos: 44.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14442 components: - type: Transform @@ -130770,30 +131848,11 @@ entities: - 23927 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15445 + - uid: 15471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 5583 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-15.5 + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' @@ -131480,6 +132539,17 @@ entities: - 20717 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 18163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18410 components: - type: Transform @@ -131523,6 +132593,14 @@ entities: - 29869 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 20803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 21181 components: - type: Transform @@ -131622,14 +132700,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 23549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 23704 components: - type: Transform @@ -131684,17 +132754,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 26713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-14.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30092 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 27894 components: - type: Transform @@ -131730,6 +132789,17 @@ entities: - 29040 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 29603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30357 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 29707 components: - type: Transform @@ -131795,17 +132865,6 @@ entities: - 29814 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 29995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 30227 components: - type: Transform @@ -131849,17 +132908,6 @@ entities: - 18336 - type: AtmosPipeColor color: '#990000FF' - - uid: 412 - components: - - type: Transform - pos: 38.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 5583 - - 29997 - - type: AtmosPipeColor - color: '#990000FF' - uid: 879 components: - type: Transform @@ -131882,6 +132930,151 @@ entities: - 29040 - type: AtmosPipeColor color: '#990000FF' + - uid: 3410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3411 + components: + - type: Transform + pos: 43.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3465 + components: + - type: Transform + pos: 50.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3468 + components: + - type: Transform + pos: 44.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30363 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30365 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3824 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4652 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30402 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4854 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30360 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4866 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5416 + components: + - type: Transform + pos: 35.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30366 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7349 components: - type: Transform @@ -131923,15 +133116,15 @@ entities: - 29904 - type: AtmosPipeColor color: '#990000FF' - - uid: 9156 + - uid: 9858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-8.5 + rot: 1.5707963267948966 rad + pos: 30.5,-11.5 parent: 2 - type: DeviceNetwork deviceLists: - - 30092 + - 30357 - type: AtmosPipeColor color: '#990000FF' - uid: 10876 @@ -131945,6 +133138,17 @@ entities: - 18258 - type: AtmosPipeColor color: '#990000FF' + - uid: 11912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30404 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13281 components: - type: Transform @@ -132237,86 +133441,25 @@ entities: - 29928 - type: AtmosPipeColor color: '#990000FF' - - uid: 14167 + - uid: 14161 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-6.5 + pos: 52.5,-19.5 parent: 2 - type: DeviceNetwork deviceLists: - - 29888 + - 30364 - type: AtmosPipeColor color: '#990000FF' - - uid: 14168 + - uid: 14262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-7.5 + pos: 37.5,-20.5 parent: 2 - type: DeviceNetwork deviceLists: - - 29890 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30081 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 + - 30357 - type: AtmosPipeColor color: '#990000FF' - uid: 14373 @@ -132330,16 +133473,6 @@ entities: - 18645 - type: AtmosPipeColor color: '#990000FF' - - uid: 14374 - components: - - type: Transform - pos: 41.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14383 components: - type: Transform @@ -132351,27 +133484,6 @@ entities: - 29870 - type: AtmosPipeColor color: '#990000FF' - - uid: 14392 - components: - - type: Transform - pos: 42.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 3714 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14452 components: - type: Transform @@ -132928,40 +134040,6 @@ entities: - 23927 - type: AtmosPipeColor color: '#990000FF' - - uid: 15444 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 5583 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15461 - components: - - type: Transform - pos: 40.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15549 components: - type: Transform @@ -133755,6 +134833,14 @@ entities: - 23056 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 21437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21684 components: - type: Transform @@ -133937,6 +135023,14 @@ entities: parent: 21002 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 29591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29706 components: - type: Transform @@ -134011,14 +135105,26 @@ entities: - 18663 - type: AtmosPipeColor color: '#990000FF' - - uid: 29996 + - uid: 29941 components: - type: Transform - pos: 34.5,-11.5 + rot: 1.5707963267948966 rad + pos: 30.5,-18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 3714 + - 30357 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30403 - type: AtmosPipeColor color: '#990000FF' - proto: GasVolumePump @@ -134070,6 +135176,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' +- proto: Gateway + entities: + - uid: 3678 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 30412 + components: + - type: Transform + pos: 17.5,2.5 + parent: 21002 - proto: GlassBoxLaserFilled entities: - uid: 30286 @@ -134077,6 +135195,14 @@ entities: - type: Transform pos: 32.5,23.5 parent: 2 +- proto: GoldRingDiamond + entities: + - uid: 24079 + components: + - type: Transform + parent: 15249 + - type: Physics + canCollide: False - proto: GrassBattlemap entities: - uid: 9690 @@ -134680,6 +135806,11 @@ entities: rot: 3.141592653589793 rad pos: 63.5,22.5 parent: 2 + - uid: 2422 + components: + - type: Transform + pos: 43.5,-14.5 + parent: 2 - uid: 2430 components: - type: Transform @@ -134721,60 +135852,6 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,12.5 parent: 2 - - uid: 3109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-20.5 - parent: 2 - - uid: 3110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-19.5 - parent: 2 - - uid: 3111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-21.5 - parent: 2 - - uid: 3112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-23.5 - parent: 2 - - uid: 3113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-24.5 - parent: 2 - - uid: 3114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-22.5 - parent: 2 - - uid: 3115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-18.5 - parent: 2 - - uid: 3116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-25.5 - parent: 2 - - uid: 3117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-18.5 - parent: 2 - uid: 3162 components: - type: Transform @@ -134845,65 +135922,23 @@ entities: - type: Transform pos: -47.5,6.5 parent: 2 - - uid: 3360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-8.5 - parent: 2 - uid: 3363 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-5.5 + pos: 48.5,-13.5 parent: 2 - - uid: 3368 + - uid: 3367 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-1.5 - parent: 2 - - uid: 3369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-1.5 - parent: 2 - - uid: 3370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-1.5 + pos: 48.5,-11.5 parent: 2 - uid: 3371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-2.5 - parent: 2 - - uid: 3372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-3.5 - parent: 2 - - uid: 3374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-7.5 - parent: 2 - - uid: 3380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 - parent: 2 - - uid: 3381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-1.5 + rot: 3.141592653589793 rad + pos: 38.5,-5.5 parent: 2 - uid: 3382 components: @@ -134911,70 +135946,44 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,-1.5 parent: 2 - - uid: 3383 + - uid: 3396 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-1.5 + pos: 54.5,-21.5 parent: 2 - - uid: 3435 + - uid: 3513 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-3.5 + pos: 32.5,-5.5 parent: 2 - - uid: 3436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-3.5 - parent: 2 - - uid: 3437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-3.5 - parent: 2 - - uid: 3476 + - uid: 3524 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-2.5 + pos: 45.5,-14.5 parent: 2 - - uid: 3683 + - uid: 3525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-4.5 + pos: 45.5,-22.5 parent: 2 - - uid: 3684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-1.5 - parent: 2 - - uid: 3694 - components: - - type: Transform - pos: 52.5,-12.5 - parent: 2 - - uid: 3758 + - uid: 3679 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-14.5 + pos: 53.5,-21.5 parent: 2 - - uid: 3759 + - uid: 3756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-15.5 + pos: 46.5,-18.5 parent: 2 - - uid: 3760 + - uid: 3772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-16.5 + pos: 41.5,-15.5 parent: 2 - uid: 3798 components: @@ -134982,59 +135991,35 @@ entities: rot: 3.141592653589793 rad pos: 42.5,22.5 parent: 2 - - uid: 3828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-22.5 - parent: 2 - - uid: 3830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-22.5 - parent: 2 - - uid: 3838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-19.5 - parent: 2 - - uid: 3839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-19.5 - parent: 2 - - uid: 3840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-19.5 - parent: 2 - - uid: 3841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-19.5 - parent: 2 - - uid: 3842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-19.5 - parent: 2 - uid: 3843 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-19.5 + pos: 42.5,-20.5 parent: 2 - - uid: 3960 + - uid: 3844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-22.5 + rot: 3.141592653589793 rad + pos: 39.5,-20.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-3.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-2.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-8.5 parent: 2 - uid: 3961 components: @@ -135048,24 +136033,6 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,-24.5 parent: 2 - - uid: 3963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-22.5 - parent: 2 - - uid: 3964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-22.5 - parent: 2 - - uid: 3968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-22.5 - parent: 2 - uid: 3989 components: - type: Transform @@ -135078,107 +136045,11 @@ entities: rot: -1.5707963267948966 rad pos: 61.5,-36.5 parent: 2 - - uid: 4016 + - uid: 4043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-18.5 - parent: 2 - - uid: 4017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-18.5 - parent: 2 - - uid: 4018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-18.5 - parent: 2 - - uid: 4026 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-25.5 - parent: 2 - - uid: 4027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-24.5 - parent: 2 - - uid: 4056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-28.5 - parent: 2 - - uid: 4057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-28.5 - parent: 2 - - uid: 4058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-28.5 - parent: 2 - - uid: 4059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-27.5 - parent: 2 - - uid: 4060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-28.5 - parent: 2 - - uid: 4061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-28.5 - parent: 2 - - uid: 4062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-28.5 - parent: 2 - - uid: 4063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-28.5 - parent: 2 - - uid: 4075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-28.5 - parent: 2 - - uid: 4076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-26.5 - parent: 2 - - uid: 4077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-27.5 - parent: 2 - - uid: 4078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-26.5 + rot: 3.141592653589793 rad + pos: 47.5,-14.5 parent: 2 - uid: 4100 components: @@ -135258,6 +136129,24 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-39.5 parent: 2 + - uid: 4133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-10.5 + parent: 2 + - uid: 4169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-10.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-10.5 + parent: 2 - uid: 4211 components: - type: Transform @@ -135384,23 +136273,16 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,-37.5 parent: 2 - - uid: 4691 + - uid: 4500 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-22.5 + pos: 33.5,-14.5 parent: 2 - - uid: 4692 + - uid: 4503 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-22.5 - parent: 2 - - uid: 4693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-22.5 + pos: 31.5,-26.5 parent: 2 - uid: 5249 components: @@ -136860,11 +137742,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,22.5 parent: 2 - - uid: 9158 - components: - - type: Transform - pos: 52.5,-11.5 - parent: 2 - uid: 9257 components: - type: Transform @@ -137981,12 +138858,75 @@ entities: rot: 3.141592653589793 rad pos: 16.5,43.5 parent: 2 + - uid: 14150 + components: + - type: Transform + pos: 41.5,-16.5 + parent: 2 + - uid: 14243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-1.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-1.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-14.5 + parent: 2 + - uid: 14298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-15.5 + parent: 2 + - uid: 14299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-11.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-17.5 + parent: 2 - uid: 15252 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,23.5 parent: 2 + - uid: 15430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-16.5 + parent: 2 + - uid: 15431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-15.5 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 - uid: 15502 components: - type: Transform @@ -138424,18 +139364,91 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,-43.5 parent: 2 + - uid: 17220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-1.5 + parent: 2 + - uid: 17284 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 17303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-12.5 + parent: 2 + - uid: 17313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-10.5 + parent: 2 + - uid: 17316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-13.5 + parent: 2 + - uid: 17318 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 17320 + components: + - type: Transform + pos: 44.5,-22.5 + parent: 2 - uid: 17462 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-2.5 parent: 2 + - uid: 17648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-26.5 + parent: 2 + - uid: 18149 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 18150 + components: + - type: Transform + pos: 45.5,-3.5 + parent: 2 + - uid: 18160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-12.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-1.5 + parent: 2 - uid: 18558 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-47.5 parent: 2 + - uid: 18631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-7.5 + parent: 2 - uid: 18674 components: - type: Transform @@ -138472,6 +139485,11 @@ entities: rot: 3.141592653589793 rad pos: 14.5,-32.5 parent: 2 + - uid: 18739 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 - uid: 19540 components: - type: Transform @@ -139540,6 +140558,22 @@ entities: rot: 3.141592653589793 rad pos: 26.5,68.5 parent: 2 + - uid: 20655 + components: + - type: Transform + pos: 48.5,-22.5 + parent: 2 + - uid: 20881 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 2 + - uid: 20890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-10.5 + parent: 2 - uid: 21071 components: - type: Transform @@ -139663,6 +140697,12 @@ entities: - type: Transform pos: 24.5,0.5 parent: 21002 + - uid: 22741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-17.5 + parent: 2 - uid: 22862 components: - type: Transform @@ -140181,10 +141221,11 @@ entities: rot: 3.141592653589793 rad pos: -52.5,4.5 parent: 2 - - uid: 24227 + - uid: 24201 components: - type: Transform - pos: 52.5,-8.5 + rot: 3.141592653589793 rad + pos: 32.5,-26.5 parent: 2 - uid: 24273 components: @@ -140517,11 +141558,6 @@ entities: - type: Transform pos: 24.5,4.5 parent: 21002 - - uid: 26710 - components: - - type: Transform - pos: 52.5,-9.5 - parent: 2 - uid: 27066 components: - type: Transform @@ -140992,10 +142028,23 @@ entities: rot: 3.141592653589793 rad pos: 52.5,66.5 parent: 21002 - - uid: 28308 + - uid: 28366 components: - type: Transform - pos: 52.5,-14.5 + rot: -1.5707963267948966 rad + pos: 50.5,-10.5 + parent: 2 + - uid: 28870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-11.5 + parent: 2 + - uid: 28874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-10.5 parent: 2 - uid: 28969 components: @@ -141009,6 +142058,36 @@ entities: rot: 1.5707963267948966 rad pos: -58.5,-8.5 parent: 2 + - uid: 29143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-16.5 + parent: 2 + - uid: 29145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-20.5 + parent: 2 + - uid: 29147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-21.5 + parent: 2 + - uid: 29148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-21.5 + parent: 2 + - uid: 29193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-21.5 + parent: 2 - uid: 29337 components: - type: Transform @@ -141145,6 +142224,47 @@ entities: rot: 1.5707963267948966 rad pos: -58.5,-11.5 parent: 2 + - uid: 29580 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 2 + - uid: 29581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-18.5 + parent: 2 + - uid: 29582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-17.5 + parent: 2 + - uid: 29583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-19.5 + parent: 2 + - uid: 30023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-14.5 + parent: 2 + - uid: 30315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-21.5 + parent: 2 + - uid: 30368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 2 - proto: GrilleBroken entities: - uid: 22881 @@ -141238,24 +142358,6 @@ entities: parent: 21002 - proto: GrilleDiagonal entities: - - uid: 9298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-7.5 - parent: 2 - - uid: 9746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-16.5 - parent: 2 - - uid: 9800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-15.5 - parent: 2 - uid: 14778 components: - type: Transform @@ -141325,6 +142427,12 @@ entities: - type: Transform pos: -4.5,3.5 parent: 2 + - uid: 15416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-19.5 + parent: 2 - uid: 23946 components: - type: Transform @@ -141391,23 +142499,6 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-15.5 parent: 21002 - - uid: 24079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-7.5 - parent: 2 - - uid: 24191 - components: - - type: Transform - pos: 52.5,-7.5 - parent: 2 - - uid: 28523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-15.5 - parent: 2 - proto: GrilleSpawner entities: - uid: 2296 @@ -142251,31 +143342,31 @@ entities: parent: 2 - proto: GunSafePistolMk58 entities: - - uid: 4173 + - uid: 30449 components: - type: Transform - pos: 35.5,-24.5 + pos: 50.5,-17.5 parent: 2 - proto: GunSafeRifleLecter entities: - - uid: 4187 + - uid: 4176 components: - type: Transform - pos: 32.5,-23.5 + pos: 52.5,-12.5 parent: 2 - proto: GunSafeShotgunKammerer entities: - - uid: 4186 + - uid: 4175 components: - type: Transform - pos: 32.5,-21.5 + pos: 51.5,-12.5 parent: 2 - proto: GunSafeSubMachineGunDrozd entities: - - uid: 4188 + - uid: 4173 components: - type: Transform - pos: 32.5,-24.5 + pos: 53.5,-14.5 parent: 2 - proto: GyroscopeMachineCircuitboard entities: @@ -142294,10 +143385,16 @@ entities: parent: 2 - proto: Handcuffs entities: - - uid: 30000 + - uid: 15434 components: - type: Transform - pos: 48.519455,-10.329221 + pos: 30.50648,-16.45916 + parent: 2 + - uid: 30487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.127525,-28.369751 parent: 2 - proto: HandheldGPSBasic entities: @@ -142350,10 +143447,10 @@ entities: parent: 21002 - proto: HandLabeler entities: - - uid: 3488 + - uid: 3106 components: - type: Transform - pos: 42.71155,-4.5851502 + pos: 46.715897,-4.537884 parent: 2 - proto: HarmonicaInstrument entities: @@ -142362,13 +143459,6 @@ entities: - type: Transform pos: 13.469788,-8.50042 parent: 21002 - - uid: 29949 - components: - - type: Transform - parent: 4234 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: HarpInstrument entities: - uid: 29005 @@ -142409,6 +143499,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' +- proto: HighSecArmoryLocked + entities: + - uid: 3759 + components: + - type: Transform + pos: 49.5,-19.5 + parent: 2 - proto: HighSecCommandLocked entities: - uid: 445 @@ -142518,17 +143615,6 @@ entities: currentLabel: Science - type: NameModifier baseName: holopad - - uid: 29764 - components: - - type: MetaData - name: holopad (Armory Desk) - - type: Transform - pos: 37.5,-20.5 - parent: 2 - - type: Label - currentLabel: Armory Desk - - type: NameModifier - baseName: holopad - uid: 29770 components: - type: MetaData @@ -142745,10 +143831,10 @@ entities: parent: 2 - proto: HolopadCommandHop entities: - - uid: 231 + - uid: 4491 components: - type: Transform - pos: 43.5,-5.5 + pos: 47.5,-5.5 parent: 2 - proto: HolopadCommandHos entities: @@ -142797,11 +143883,6 @@ entities: - type: Transform pos: -39.5,4.5 parent: 2 - - uid: 28982 - components: - - type: Transform - pos: -39.5,4.5 - parent: 2 - proto: HolopadEngineeringAtmosMain entities: - uid: 29171 @@ -142921,11 +144002,28 @@ entities: parent: 2 - proto: HolopadLongRange entities: - - uid: 1053 + - uid: 3944 components: + - type: MetaData + name: long-range holopad (Court LR) - type: Transform - pos: 38.5,-6.5 + pos: 42.5,-6.5 parent: 2 + - type: Label + currentLabel: Court LR + - type: NameModifier + baseName: long-range holopad + - uid: 29606 + components: + - type: MetaData + name: long-range holopad (Warden LR) + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - type: Label + currentLabel: Warden LR + - type: NameModifier + baseName: long-range holopad - uid: 30115 components: - type: MetaData @@ -143042,24 +144140,24 @@ entities: parent: 2 - proto: HolopadSecurityArmory entities: - - uid: 24249 + - uid: 24251 components: - type: Transform - pos: 33.5,-22.5 + pos: 51.5,-15.5 parent: 2 - proto: HolopadSecurityBrig entities: - - uid: 364 + - uid: 22434 components: - type: Transform - pos: 49.5,-17.5 + pos: 36.5,-19.5 parent: 2 - proto: HolopadSecurityCourtroom entities: - - uid: 10285 + - uid: 14167 components: - type: Transform - pos: 35.5,-5.5 + pos: 39.5,-5.5 parent: 2 - proto: HolopadSecurityDetective entities: @@ -143068,37 +144166,12 @@ entities: - type: Transform pos: 41.5,21.5 parent: 2 -- proto: HolopadSecurityEvacCheckpoint - entities: - - uid: 29765 - components: - - type: Transform - pos: 57.5,-10.5 - parent: 2 - proto: HolopadSecurityFront entities: - - uid: 29766 + - uid: 29889 components: - type: Transform - pos: 50.5,-0.5 - parent: 2 - - uid: 29941 - components: - - type: MetaData - name: holopad (Drunk Tank) - - type: Transform - pos: 43.5,-12.5 - parent: 2 - - type: Label - currentLabel: Drunk Tank - - type: NameModifier - baseName: holopad -- proto: HolopadSecurityInterrogation - entities: - - uid: 1540 - components: - - type: Transform - pos: 31.5,-14.5 + pos: 32.5,-3.5 parent: 2 - proto: HolopadSecurityLawyer entities: @@ -143116,10 +144189,10 @@ entities: parent: 2 - proto: HolopadSecurityWarden entities: - - uid: 29980 + - uid: 30405 components: - type: Transform - pos: 54.5,-9.5 + pos: 45.5,-18.5 parent: 2 - proto: HolopadServiceBar entities: @@ -143245,7 +144318,7 @@ entities: pos: 36.5,-35.5 parent: 2 - type: Door - secondsUntilStateChange: -245660.69 + secondsUntilStateChange: -295465.84 state: Opening - uid: 5211 components: @@ -143806,11 +144879,11 @@ entities: parent: 2 - proto: IntercomSecurity entities: - - uid: 19008 + - uid: 17321 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-12.5 + pos: 30.5,-2.5 parent: 2 - proto: IntercomService entities: @@ -143902,12 +144975,6 @@ entities: rot: 3.141592653589793 rad pos: 48.5,-0.5 parent: 2 - - uid: 23781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-0.5 - parent: 2 - uid: 23784 components: - type: Transform @@ -144188,12 +145255,18 @@ entities: rot: 3.141592653589793 rad pos: 13.075723,-55.58609 parent: 2 -- proto: LampInterrogator - entities: - - uid: 3763 + - uid: 30488 components: - type: Transform - pos: 31.482378,-15.953924 + rot: -1.5707963267948966 rad + pos: 37.67961,-27.640583 + parent: 2 +- proto: LampInterrogator + entities: + - uid: 4025 + components: + - type: Transform + pos: 30.88469,-24.14328 parent: 2 - proto: Lantern entities: @@ -144229,11 +145302,16 @@ entities: canCollide: False - proto: Lighter entities: - - uid: 28870 + - uid: 3579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.559784,-14.813752 + rot: -1.5707963267948966 rad + pos: 31.092863,-27.306778 + parent: 2 + - uid: 15426 + components: + - type: Transform + pos: 34.6627,-22.126692 parent: 2 - proto: LightReplacer entities: @@ -144266,12 +145344,6 @@ entities: parent: 16032 - type: Physics canCollide: False - - uid: 30090 - components: - - type: Transform - parent: 30089 - - type: Physics - canCollide: False - proto: LiveLetLiveCircuitBoard entities: - uid: 29444 @@ -144279,6 +145351,33 @@ entities: - type: Transform pos: 61.450054,22.656609 parent: 2 +- proto: LockableButtonBrig + entities: + - uid: 4683 + components: + - type: MetaData + name: stand door + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4811: + - - Pressed + - Toggle + - uid: 28257 + components: + - type: MetaData + name: stand door + - type: Transform + pos: 36.5,-9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4811: + - - Pressed + - Toggle - proto: LockableButtonService entities: - uid: 4166 @@ -144578,36 +145677,6 @@ entities: - type: Transform pos: 44.5,-31.5 parent: 2 - - uid: 4442 - components: - - type: Transform - pos: 42.5,-21.5 - parent: 2 - - uid: 4443 - components: - - type: Transform - pos: 42.5,-20.5 - parent: 2 - - uid: 4444 - components: - - type: Transform - pos: 42.5,-19.5 - parent: 2 - - uid: 4445 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 2 - - uid: 4446 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - - uid: 4447 - components: - - type: Transform - pos: 36.5,-10.5 - parent: 2 - uid: 5417 components: - type: Transform @@ -144748,7 +145817,7 @@ entities: - uid: 3521 components: - type: Transform - pos: 42.5,-8.5 + pos: 46.5,-8.5 parent: 2 - proto: LockerHeadOfSecurityFilled entities: @@ -144895,6 +145964,48 @@ entities: - type: Transform pos: -10.5,-29.5 parent: 2 +- proto: LockerPrisoner + entities: + - uid: 15482 + components: + - type: Transform + pos: 34.5,-13.5 + parent: 2 +- proto: LockerPrisoner2 + entities: + - uid: 4047 + components: + - type: Transform + pos: 34.5,-14.5 + parent: 2 +- proto: LockerPrisoner3 + entities: + - uid: 14302 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 +- proto: LockerPrisoner4 + entities: + - uid: 30089 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 2 +- proto: LockerPrisoner5 + entities: + - uid: 14304 + components: + - type: Transform + pos: 36.5,-13.5 + parent: 2 +- proto: LockerPrisoner6 + entities: + - uid: 24072 + components: + - type: Transform + pos: 37.5,-13.5 + parent: 2 - proto: LockerQuarterMasterFilled entities: - uid: 11275 @@ -145042,41 +146153,11 @@ entities: parent: 2 - proto: LockerWardenFilled entities: - - uid: 28877 + - uid: 14154 components: - type: Transform - pos: 53.5,-14.5 + pos: 48.5,-16.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 28995 - - 29193 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: LockerWeldingSuppliesFilled entities: - uid: 6720 @@ -145777,11 +146858,6 @@ entities: - type: Transform pos: 2.5,-41.5 parent: 2 - - uid: 30141 - components: - - type: Transform - pos: 52.5,-13.5 - parent: 2 - uid: 30142 components: - type: Transform @@ -145824,6 +146900,13 @@ entities: - type: Transform pos: -30.5,-58.5 parent: 2 +- proto: LootSpawnerRandomLockbox + entities: + - uid: 30607 + components: + - type: Transform + pos: 28.5,-9.5 + parent: 2 - proto: MachineAnomalyGenerator entities: - uid: 3797 @@ -145940,6 +147023,13 @@ entities: - type: Transform pos: -47.520466,-22.794298 parent: 2 +- proto: MagazineBoxPistol + entities: + - uid: 15477 + components: + - type: Transform + pos: 44.334126,-19.399723 + parent: 2 - proto: MagazineBoxPistolPractice entities: - uid: 30254 @@ -145949,10 +147039,11 @@ entities: parent: 2 - proto: MagazineMagnum entities: - - uid: 4205 + - uid: 30476 components: - type: Transform - pos: 32.59941,-20.510296 + rot: 1.5707963267948966 rad + pos: 50.480404,-15.486731 parent: 2 - proto: MagazinePistolSubMachineGunTopMounted entities: @@ -146026,6 +147117,13 @@ entities: - type: Configuration config: tag: Botany + - uid: 4267 + components: + - type: Transform + pos: 30.5,-20.5 + parent: 2 + - type: MailingUnit + tag: Security - uid: 6944 components: - type: Transform @@ -146070,16 +147168,13 @@ entities: parent: 2 - type: MailingUnit tag: Recycling - - uid: 17649 + - uid: 18963 components: - type: Transform - pos: 30.5,-2.5 + pos: 34.5,-2.5 parent: 2 - type: MailingUnit tag: Court - - type: Configuration - config: - tag: Court - uid: 29185 components: - type: Transform @@ -146087,16 +147182,6 @@ entities: parent: 2 - type: MailingUnit tag: Engineering - - uid: 30068 - components: - - type: Transform - pos: 46.5,-12.5 - parent: 2 - - type: MailingUnit - tag: Security - - type: Configuration - config: - tag: Security - proto: MaintenancePlantSpawner entities: - uid: 1585 @@ -146255,6 +147340,12 @@ entities: - type: Transform pos: -30.47672,-39.94861 parent: 2 + - uid: 15478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.281982,-10.469618 + parent: 2 - uid: 30166 components: - type: Transform @@ -146275,11 +147366,13 @@ entities: parent: 21002 - proto: MaterialCloth entities: - - uid: 3513 + - uid: 3102 components: - type: Transform - pos: 45.4437,-4.2865305 - parent: 2 + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: MaterialDiamond1 entities: - uid: 11451 @@ -146304,10 +147397,19 @@ entities: parent: 2 - proto: MaterialDurathread entities: - - uid: 3512 + - uid: 3105 components: - type: Transform - pos: 45.41245,-4.5990305 + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MaterialWoodPlank1 + entities: + - uid: 9802 + components: + - type: Transform + pos: -27.247557,-41.294125 parent: 2 - proto: MatterBinStockPart entities: @@ -146379,10 +147481,10 @@ entities: parent: 2 - proto: MedkitAdvancedFilled entities: - - uid: 3740 + - uid: 4069 components: - type: Transform - pos: 53.355698,-12.277016 + pos: 48.665825,-15.338643 parent: 2 - uid: 11981 components: @@ -146411,10 +147513,10 @@ entities: - type: Transform pos: -11.642696,-33.28046 parent: 2 - - uid: 24246 + - uid: 3488 components: - type: Transform - pos: 37.594498,-14.8207245 + pos: 31.275742,-21.373539 parent: 2 - proto: MedkitBurnFilled entities: @@ -146462,6 +147564,11 @@ entities: - type: Transform pos: -11.314571,-33.90546 parent: 2 + - uid: 2533 + components: + - type: Transform + pos: 31.973658,-21.363123 + parent: 2 - uid: 19068 components: - type: Transform @@ -146472,11 +147579,6 @@ entities: - type: Transform pos: -2.4625432,-61.588234 parent: 2 - - uid: 24247 - components: - - type: Transform - pos: 37.469498,-14.1853075 - parent: 2 - uid: 29419 components: - type: Transform @@ -146604,10 +147706,10 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,20.5 parent: 2 - - uid: 3508 + - uid: 4061 components: - type: Transform - pos: 44.5,-7.5 + pos: 48.5,-7.5 parent: 2 - uid: 11400 components: @@ -146633,6 +147735,17 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,-7.5 parent: 2 + - uid: 14231 + components: + - type: Transform + pos: 54.5,-6.5 + parent: 2 + - uid: 29888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,10.5 + parent: 2 - proto: MonkeyCubeWrapped entities: - uid: 3150 @@ -146783,6 +147896,14 @@ entities: - type: Transform pos: 6.5,27.5 parent: 2 +- proto: Mousetrap + entities: + - uid: 4262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.917759,-41.570457 + parent: 2 - proto: Multitool entities: - uid: 7687 @@ -147025,12 +148146,6 @@ entities: - type: InsideEntityStorage - proto: NoticeBoard entities: - - uid: 12302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-2.5 - parent: 2 - uid: 20781 components: - type: Transform @@ -147062,6 +148177,12 @@ entities: - 23854 - 23855 - 23856 + - uid: 29984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-2.5 + parent: 2 - proto: NTDefaultCircuitBoard entities: - uid: 29358 @@ -147091,13 +148212,6 @@ entities: - type: Transform pos: 58.485508,21.59031 parent: 2 -- proto: Ointment - entities: - - uid: 24253 - components: - - type: Transform - pos: 45.50957,-13.525023 - parent: 2 - proto: OperatingTable entities: - uid: 1109 @@ -147351,36 +148465,48 @@ entities: parent: 1422 - type: Physics canCollide: False - - uid: 3493 + - uid: 3416 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.59387,-5.805445 + pos: 30.500278,-17.386536 parent: 2 - - uid: 3494 + - uid: 4494 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.510536,-5.649195 + pos: 43.48465,-5.607312 parent: 2 - - uid: 3495 + - uid: 4719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.46887,-5.399195 - parent: 2 - - uid: 3496 + parent: 4718 + - type: Physics + canCollide: False + - uid: 4720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.46887,-5.399195 - parent: 2 - - uid: 3497 + parent: 4718 + - type: Physics + canCollide: False + - uid: 4721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.635536,-5.2221117 - parent: 2 + parent: 4718 + - type: Physics + canCollide: False + - uid: 4722 + components: + - type: Transform + parent: 4718 + - type: Physics + canCollide: False + - uid: 4723 + components: + - type: Transform + parent: 4718 + - type: Physics + canCollide: False - uid: 5856 components: - type: Transform @@ -147396,7 +148522,7 @@ entities: - uid: 6616 components: - type: Transform - parent: 3489 + parent: 14316 - type: Paper content: >+ [bold]=====================================================[/bold] @@ -147501,7 +148627,7 @@ entities: - uid: 7657 components: - type: Transform - parent: 3489 + parent: 14316 - type: Paper content: >+ [bold]=====================================================[/bold] @@ -147606,43 +148732,43 @@ entities: - uid: 9368 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - uid: 9369 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - uid: 9370 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - uid: 9371 components: - type: Transform - parent: 3609 + parent: 24074 - type: Physics canCollide: False - uid: 9376 components: - type: Transform - parent: 3489 + parent: 14316 - type: Physics canCollide: False - uid: 9377 components: - type: Transform - parent: 3489 + parent: 14316 - type: Physics canCollide: False - uid: 9378 components: - type: Transform - parent: 3489 + parent: 14316 - type: Physics canCollide: False - uid: 9684 @@ -147670,18 +148796,6 @@ entities: - type: Transform pos: -8.331074,31.639214 parent: 2 - - uid: 9803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.596333,-13.6892185 - parent: 2 - - uid: 9804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.440083,-13.5121355 - parent: 2 - uid: 9897 components: - type: Transform @@ -147905,6 +149019,24 @@ entities: - type: Transform pos: -3.4935024,-48.449406 parent: 2 + - uid: 28871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.474236,-5.326062 + parent: 2 + - uid: 28872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.588818,-5.794812 + parent: 2 + - uid: 28873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.58009,-5.2081184 + parent: 2 - uid: 29252 components: - type: Transform @@ -148564,6 +149696,11 @@ entities: canCollide: False - proto: PaperBin10 entities: + - uid: 3482 + components: + - type: Transform + pos: 41.5,-10.5 + parent: 2 - uid: 23867 components: - type: Transform @@ -148807,17 +149944,32 @@ entities: rot: 3.141592653589793 rad pos: -8.74411,-34.388977 parent: 2 - - uid: 3604 + - uid: 3456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.457253,-7.9007015 + pos: 32.201134,-27.588028 parent: 2 - - uid: 3605 + - uid: 3473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.410378,-2.9632018 + rot: -1.5707963267948966 rad + pos: 37.663933,-27.244474 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 44.713463,-15.225366 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: 30.703241,-4.1479144 + parent: 2 + - uid: 4849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.573195,-17.521952 parent: 2 - uid: 5858 components: @@ -148849,6 +150001,24 @@ entities: rot: 3.141592653589793 rad pos: -46.484272,-26.871986 parent: 2 + - uid: 11867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.77986,-10.545005 + parent: 2 + - uid: 15507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.546787,-8.017701 + parent: 2 + - uid: 18626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.453037,-2.9447846 + parent: 2 - uid: 19046 components: - type: Transform @@ -148875,18 +150045,6 @@ entities: - type: Transform pos: 12.537674,6.638035 parent: 21002 - - uid: 23436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.323895,-10.992805 - parent: 2 - - uid: 23437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.58431,-11.0136385 - parent: 2 - uid: 23617 components: - type: Transform @@ -148926,24 +150084,12 @@ entities: - type: Transform pos: -16.680094,39.619514 parent: 2 - - uid: 28865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.554844,-15.797991 - parent: 2 - uid: 29660 components: - type: Transform parent: 29655 - type: Physics canCollide: False - - uid: 30001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.700787,-9.87788 - parent: 2 - proto: PenCap entities: - uid: 2672 @@ -148957,7 +150103,7 @@ entities: - uid: 3498 components: - type: Transform - pos: 39.354286,-4.8887787 + pos: 43.45779,-4.9268684 parent: 2 - proto: PersonalAI entities: @@ -149163,6 +150309,12 @@ entities: parent: 2 - proto: PlasmaReinforcedWindowDirectional entities: + - uid: 3386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-11.5 + parent: 2 - uid: 12832 components: - type: Transform @@ -149215,6 +150367,24 @@ entities: rot: 3.141592653589793 rad pos: 50.5,18.5 parent: 2 + - uid: 14238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-11.5 + parent: 2 + - uid: 17222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-10.5 + parent: 2 + - uid: 17223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-10.5 + parent: 2 - uid: 21130 components: - type: Transform @@ -149445,20 +150615,10 @@ entities: parent: 2 - proto: PortableFlasher entities: - - uid: 3715 + - uid: 3526 components: - type: Transform - pos: 33.5,-10.5 - parent: 2 - - uid: 4811 - components: - - type: Transform - pos: 52.5,-6.5 - parent: 2 - - uid: 24202 - components: - - type: Transform - pos: 32.5,-22.5 + pos: 53.5,-18.5 parent: 2 - proto: PortableGeneratorJrPacman entities: @@ -149582,6 +150742,22 @@ entities: - type: Transform pos: -25.5,7.5 parent: 2 +- proto: PortalGatewayBlue + entities: + - uid: 30409 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 +- proto: PortalGatewayOrange + entities: + - uid: 30416 + components: + - type: Transform + pos: 17.5,2.5 + parent: 21002 + - type: LinkedEntity + linkedEntities: [] - proto: PosterContrabandBeachStarYamamoto entities: - uid: 11972 @@ -149674,10 +150850,10 @@ entities: parent: 2 - proto: PosterLegitDoNotQuestion entities: - - uid: 5392 + - uid: 3522 components: - type: Transform - pos: 28.5,-13.5 + pos: 28.5,-22.5 parent: 2 - proto: PosterLegitEnlist entities: @@ -149695,12 +150871,21 @@ entities: rot: 1.5707963267948966 rad pos: -49.5,4.5 parent: 2 -- proto: PosterLegitIonRifle +- proto: PosterLegitHelpOthers entities: - - uid: 10742 + - uid: 30621 components: - type: Transform - pos: 34.5,-19.5 + rot: -1.5707963267948966 rad + pos: 29.5,-10.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 28865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-8.5 parent: 2 - proto: PosterLegitJustAWeekAway entities: @@ -149744,13 +150929,6 @@ entities: - type: Transform pos: -10.5,39.5 parent: 2 -- proto: PosterLegitObey - entities: - - uid: 5393 - components: - - type: Transform - pos: 31.5,-22.5 - parent: 2 - proto: PosterLegitPDAAd entities: - uid: 28483 @@ -149779,6 +150957,12 @@ entities: parent: 2 - proto: PosterLegitReportCrimes entities: + - uid: 14331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-8.5 + parent: 2 - uid: 28492 components: - type: Transform @@ -149807,6 +150991,22 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,-37.5 parent: 2 +- proto: PosterLegitSafetyReport + entities: + - uid: 20461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-20.5 + parent: 2 +- proto: PosterLegitStateLaws + entities: + - uid: 30622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-13.5 + parent: 2 - proto: PosterLegitThereIsNoGasGiant entities: - uid: 9176 @@ -149839,6 +151039,22 @@ entities: - type: Transform pos: -5.5,52.5 parent: 2 +- proto: PosterLegitWalk + entities: + - uid: 30623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-18.5 + parent: 2 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 30626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-23.5 + parent: 2 - proto: PottedPlant1 entities: - uid: 28294 @@ -149915,15 +151131,15 @@ entities: - type: Transform pos: 29.5,19.5 parent: 2 - - uid: 3484 + - uid: 3450 components: - type: Transform - pos: 41.5,-1.5 + pos: 34.5,-23.5 parent: 2 - - uid: 3485 + - uid: 3601 components: - type: Transform - pos: 42.5,-1.5 + pos: 30.5,-11.5 parent: 2 - uid: 3733 components: @@ -149940,6 +151156,11 @@ entities: - type: Transform pos: 39.5,-38.5 parent: 2 + - uid: 4445 + components: + - type: Transform + pos: 46.5,-1.5 + parent: 2 - uid: 5337 components: - type: Transform @@ -149950,16 +151171,6 @@ entities: - type: Transform pos: 37.5,-57.5 parent: 2 - - uid: 5425 - components: - - type: Transform - pos: 48.5,-5.5 - parent: 2 - - uid: 5426 - components: - - type: Transform - pos: 52.5,-5.5 - parent: 2 - uid: 5841 components: - type: Transform @@ -149990,6 +151201,16 @@ entities: - type: Transform pos: 58.5,11.5 parent: 2 + - uid: 14157 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + pos: 57.5,-11.5 + parent: 2 - uid: 15565 components: - type: Transform @@ -150055,6 +151276,11 @@ entities: - type: Transform pos: 59.5,-2.5 parent: 2 + - uid: 23518 + components: + - type: Transform + pos: 37.5,-23.5 + parent: 2 - uid: 24214 components: - type: Transform @@ -150085,31 +151311,16 @@ entities: - type: Transform pos: 19.5,5.5 parent: 2 - - uid: 29998 + - uid: 29956 components: - type: Transform - pos: 46.5,-8.5 + pos: 45.5,-1.5 parent: 2 - uid: 30082 components: - type: Transform pos: -1.5,38.5 parent: 2 - - uid: 30096 - components: - - type: Transform - pos: 41.5,-14.5 - parent: 2 - - uid: 30097 - components: - - type: Transform - pos: 54.5,-17.5 - parent: 2 - - uid: 30098 - components: - - type: Transform - pos: 42.5,-22.5 - parent: 2 - uid: 30099 components: - type: Transform @@ -150191,18 +151402,36 @@ entities: - type: Transform pos: -16.5,-29.5 parent: 2 + - uid: 3490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-26.5 + parent: 2 - uid: 3689 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,46.5 parent: 2 + - uid: 3766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-3.5 + parent: 2 - uid: 4156 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-35.5 parent: 2 + - uid: 4265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-20.5 + parent: 2 - uid: 4283 components: - type: Transform @@ -150214,6 +151443,12 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-34.5 parent: 2 + - uid: 4818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-21.5 + parent: 2 - uid: 5801 components: - type: Transform @@ -150300,18 +151535,6 @@ entities: - type: Transform pos: 31.5,31.5 parent: 2 - - uid: 28522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-14.5 - parent: 2 - - uid: 29999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-15.5 - parent: 2 - proto: PowerCellSmall entities: - uid: 23814 @@ -150770,12 +151993,6 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,-40.5 parent: 2 - - uid: 29962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-15.5 - parent: 2 - uid: 29963 components: - type: Transform @@ -151183,6 +152400,12 @@ entities: - type: Transform pos: -8.5,1.5 parent: 2 + - uid: 231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-2.5 + parent: 2 - uid: 354 components: - type: Transform @@ -151390,12 +152613,6 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-20.5 parent: 2 - - uid: 1348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-1.5 - parent: 2 - uid: 2105 components: - type: Transform @@ -151507,11 +152724,6 @@ entities: - type: Transform pos: -23.5,-31.5 parent: 2 - - uid: 2548 - components: - - type: Transform - pos: 45.5,-15.5 - parent: 2 - uid: 2579 components: - type: Transform @@ -151596,48 +152808,51 @@ entities: rot: 3.141592653589793 rad pos: 22.5,-14.5 parent: 2 - - uid: 3295 + - uid: 3080 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-17.5 + pos: 43.5,-18.5 parent: 2 - - uid: 3523 + - uid: 3119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-6.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 3475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-28.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 3507 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-5.5 + pos: 30.5,-18.5 parent: 2 - - type: Timer - - uid: 3524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-3.5 - parent: 2 - - uid: 3525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-8.5 - parent: 2 - - uid: 3526 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-6.5 - parent: 2 - - uid: 3527 + - uid: 3509 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-8.5 + pos: 30.5,-8.5 parent: 2 - - uid: 3528 + - uid: 3599 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-1.5 + pos: 52.5,-7.5 parent: 2 - uid: 3606 components: @@ -151656,12 +152871,6 @@ entities: - type: Transform pos: 35.5,2.5 parent: 2 - - uid: 3712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-11.5 - parent: 2 - uid: 3729 components: - type: Transform @@ -151684,6 +152893,18 @@ entities: on: False - type: DeviceLinkSink invokeCounter: 2 + - uid: 3965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 + parent: 2 - uid: 4157 components: - type: Transform @@ -151737,34 +152958,29 @@ entities: parent: 2 - type: PoweredLight on: False - - uid: 4169 + - uid: 4240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-8.5 + parent: 2 + - uid: 4444 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-6.5 + pos: 44.5,-7.5 parent: 2 - - uid: 4170 + - uid: 4650 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-18.5 + rot: 1.5707963267948966 rad + pos: 50.5,-14.5 parent: 2 - - uid: 4171 + - uid: 4697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-12.5 - parent: 2 - - uid: 4208 - components: - - type: Transform - pos: 34.5,-20.5 - parent: 2 - - uid: 4209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-26.5 + rot: 1.5707963267948966 rad + pos: 46.5,-8.5 parent: 2 - uid: 4807 components: @@ -151784,10 +153000,44 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,-39.5 parent: 2 - - uid: 4817 + - uid: 4850 components: - type: Transform - pos: 50.5,-2.5 + pos: 52.5,-12.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-17.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-19.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-20.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: 41.5,-18.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-21.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: 37.5,-13.5 parent: 2 - uid: 5353 components: @@ -152216,12 +153466,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,-39.5 parent: 2 - - uid: 9908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-18.5 - parent: 2 - uid: 10387 components: - type: Transform @@ -152240,12 +153484,6 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,-53.5 parent: 2 - - uid: 11912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-6.5 - parent: 2 - uid: 11978 components: - type: Transform @@ -152447,12 +153685,6 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,-14.5 parent: 2 - - uid: 12293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-14.5 - parent: 2 - uid: 12303 components: - type: Transform @@ -152464,6 +153696,12 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,36.5 parent: 2 + - uid: 13411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-16.5 + parent: 2 - uid: 13509 components: - type: Transform @@ -152480,6 +153718,30 @@ entities: - type: Transform pos: -10.5,17.5 parent: 2 + - uid: 14164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-13.5 + parent: 2 + - uid: 15460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-1.5 + parent: 2 + - uid: 15463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-8.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-3.5 + parent: 2 - uid: 16217 components: - type: Transform @@ -152491,6 +153753,12 @@ entities: - type: Transform pos: -2.5,47.5 parent: 2 + - uid: 17218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-1.5 + parent: 2 - uid: 17402 components: - type: Transform @@ -152812,6 +154080,12 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,8.5 parent: 2 + - uid: 18162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-3.5 + parent: 2 - uid: 18329 components: - type: Transform @@ -152828,6 +154102,12 @@ entities: rot: -1.5707963267948966 rad pos: 60.5,-11.5 parent: 2 + - uid: 20675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-22.5 + parent: 2 - uid: 20718 components: - type: Transform @@ -152855,11 +154135,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,-55.5 parent: 2 - - uid: 21421 - components: - - type: Transform - pos: 54.5,-7.5 - parent: 2 - uid: 21447 components: - type: Transform @@ -152968,12 +154243,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-48.5 parent: 2 - - uid: 24075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-21.5 - parent: 2 - uid: 24144 components: - type: Transform @@ -153008,6 +154277,12 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,31.5 parent: 2 + - uid: 28995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-6.5 + parent: 2 - uid: 29199 components: - type: Transform @@ -153059,17 +154334,11 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-55.5 parent: 2 - - uid: 29953 + - uid: 30074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-13.5 - parent: 2 - - uid: 30261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-4.5 + rot: 3.141592653589793 rad + pos: 36.5,-11.5 parent: 2 - proto: PoweredlightEmpty entities: @@ -153107,22 +154376,6 @@ entities: powerLoad: 0 - type: DamageOnInteract isDamageActive: False - - uid: 30089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-28.5 - parent: 2 - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 30090 - - type: ApcPowerReceiver - powerLoad: 10 - - type: DamageOnInteract - isDamageActive: False - proto: PoweredLightPostSmall entities: - uid: 1042 @@ -153331,28 +154584,17 @@ entities: rot: 3.141592653589793 rad pos: 35.5,17.5 parent: 2 - - uid: 3764 - components: - - type: Transform - pos: 30.5,-14.5 - parent: 2 - - uid: 4239 + - uid: 3474 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-20.5 + pos: 32.5,-23.5 parent: 2 - - uid: 4240 + - uid: 3573 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-20.5 - parent: 2 - - uid: 4241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-20.5 + pos: 55.5,-8.5 parent: 2 - uid: 5173 components: @@ -153591,11 +154833,6 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,-7.5 parent: 21002 - - uid: 22741 - components: - - type: Transform - pos: 18.5,6.5 - parent: 21002 - uid: 23014 components: - type: Transform @@ -153662,6 +154899,19 @@ entities: - type: Transform pos: -31.5,-56.5 parent: 2 + - uid: 30310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-28.5 + parent: 2 + - type: PointLight + enabled: False + - uid: 30426 + components: + - type: Transform + pos: 21.5,6.5 + parent: 21002 - proto: PoweredStrobeLightSiren entities: - uid: 22036 @@ -153774,11 +155024,11 @@ entities: - type: Transform pos: 45.5,-35.5 parent: 2 - - uid: 4180 + - uid: 4181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-25.5 + rot: -1.5707963267948966 rad + pos: 53.5,-16.5 parent: 2 - uid: 5770 components: @@ -153891,10 +155141,16 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,35.5 parent: 2 - - uid: 29986 + - uid: 30362 components: - type: Transform - pos: 46.5,-10.5 + rot: -1.5707963267948966 rad + pos: 53.5,-17.5 + parent: 2 + - uid: 30475 + components: + - type: Transform + pos: 50.5,-14.5 parent: 2 - proto: RadiationCollectorFullTank entities: @@ -153982,11 +155238,6 @@ entities: - type: Transform pos: -52.625683,-20.487406 parent: 2 - - uid: 23432 - components: - - type: Transform - pos: 56.344727,-11.3157215 - parent: 2 - uid: 23484 components: - type: Transform @@ -154018,7 +155269,7 @@ entities: - uid: 23496 components: - type: Transform - pos: 18.562805,6.5326214 + pos: 9.263763,-2.5086212 parent: 21002 - uid: 23524 components: @@ -154051,6 +155302,11 @@ entities: parent: 2 - proto: RadioHandheldSecurity entities: + - uid: 13420 + components: + - type: Transform + pos: 42.23875,-15.264345 + parent: 2 - uid: 23150 components: - type: Transform @@ -154071,25 +155327,6 @@ entities: - type: Transform pos: 42.149597,-40.511173 parent: 2 - - uid: 23170 - components: - - type: Transform - pos: 56.492363,-11.409825 - parent: 2 - - uid: 28995 - components: - - type: Transform - parent: 28877 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 29193 - components: - - type: Transform - parent: 28877 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: RagItem entities: - uid: 10587 @@ -154107,10 +155344,10 @@ entities: - type: Transform pos: -21.352875,5.6235456 parent: 2 - - uid: 23051 + - uid: 30427 components: - type: Transform - pos: 19.761139,3.4945202 + pos: 20.683868,3.5586433 parent: 21002 - proto: Railing entities: @@ -154169,6 +155406,12 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,15.5 parent: 2 + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-7.5 + parent: 2 - uid: 1397 components: - type: Transform @@ -154257,6 +155500,12 @@ entities: rot: 3.141592653589793 rad pos: 36.5,21.5 parent: 2 + - uid: 3295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-21.5 + parent: 2 - uid: 3331 components: - type: Transform @@ -154289,29 +155538,11 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,21.5 parent: 2 - - uid: 3450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-2.5 - parent: 2 - - uid: 3451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-3.5 - parent: 2 - - uid: 3452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-7.5 - parent: 2 - uid: 3453 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-8.5 + pos: 34.5,-26.5 parent: 2 - uid: 3812 components: @@ -154319,6 +155550,18 @@ entities: rot: 3.141592653589793 rad pos: 3.5,-44.5 parent: 2 + - uid: 4510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-9.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-8.5 + parent: 2 - uid: 5220 components: - type: Transform @@ -154999,6 +156242,18 @@ entities: - type: Transform pos: -14.5,16.5 parent: 2 + - uid: 14324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-2.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-3.5 + parent: 2 - uid: 15041 components: - type: Transform @@ -155192,6 +156447,12 @@ entities: - type: Transform pos: 9.5,-20.5 parent: 21002 + - uid: 23149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-9.5 + parent: 2 - uid: 24712 components: - type: Transform @@ -155647,6 +156908,23 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,-54.5 parent: 2 + - uid: 29985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-23.5 + parent: 2 + - uid: 29998 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 30309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-23.5 + parent: 2 - proto: RailingCornerSmall entities: - uid: 380 @@ -155714,22 +156992,21 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,22.5 parent: 2 - - uid: 3454 + - uid: 3359 components: - type: Transform - pos: 37.5,-4.5 + rot: -1.5707963267948966 rad + pos: 37.5,-21.5 parent: 2 - - uid: 3455 + - uid: 3457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-6.5 + pos: 39.5,-21.5 parent: 2 - - uid: 3456 + - uid: 3681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-6.5 + pos: 34.5,-27.5 parent: 2 - uid: 3811 components: @@ -155737,6 +157014,22 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-44.5 parent: 2 + - uid: 3854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-8.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: 30.5,-10.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: 41.5,-4.5 + parent: 2 - uid: 4131 components: - type: Transform @@ -155761,6 +157054,24 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-44.5 parent: 2 + - uid: 4498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-10.5 + parent: 2 + - uid: 4660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-11.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-25.5 + parent: 2 - uid: 6249 components: - type: Transform @@ -155959,6 +157270,17 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,9.5 parent: 2 + - uid: 14320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-6.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 - uid: 15044 components: - type: Transform @@ -156050,11 +157372,23 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,-16.5 parent: 21002 + - uid: 23170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-8.5 + parent: 2 - uid: 23423 components: - type: Transform pos: 57.5,-16.5 parent: 2 + - uid: 23549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-20.5 + parent: 2 - uid: 24728 components: - type: Transform @@ -156186,6 +157520,12 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,16.5 parent: 2 + - uid: 29997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-10.5 + parent: 2 - uid: 30201 components: - type: Transform @@ -156193,17 +157533,17 @@ entities: parent: 2 - proto: RailingRound entities: - - uid: 3408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-1.5 - parent: 2 - - uid: 3422 + - uid: 4179 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-1.5 + pos: 46.5,-1.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-1.5 parent: 2 - proto: RandomArtifactSpawner entities: @@ -156296,6 +157636,585 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,-20.5 parent: 2 +- proto: RandomCableHVSpawner + entities: + - uid: 3472 + components: + - type: Transform + pos: -60.5,-58.5 + parent: 2 + - uid: 3598 + components: + - type: Transform + pos: -61.5,-58.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: -63.5,-58.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: -64.5,-58.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + pos: -66.5,-60.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + pos: -62.5,-59.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + pos: -62.5,-58.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + pos: -53.5,-68.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + pos: -55.5,-69.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + pos: -54.5,-69.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + pos: -52.5,-69.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + pos: -53.5,-69.5 + parent: 2 + - uid: 7315 + components: + - type: Transform + pos: -51.5,-69.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + pos: -66.5,-56.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + pos: -62.5,-56.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + pos: -66.5,-58.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + pos: -66.5,-57.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: -62.5,-57.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: -66.5,-59.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: 54.5,-51.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + pos: 55.5,-51.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: 57.5,-51.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: 56.5,-51.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: 61.5,-53.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: 61.5,-52.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: 61.5,-51.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: 60.5,-50.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: 59.5,-51.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + pos: 60.5,-51.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + pos: 60.5,-48.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: 60.5,-49.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: 62.5,-51.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: -62.5,-60.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: 77.5,29.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: 76.5,29.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: 75.5,29.5 + parent: 2 + - uid: 11888 + components: + - type: Transform + pos: 77.5,28.5 + parent: 2 + - uid: 18736 + components: + - type: Transform + pos: 77.5,27.5 + parent: 2 + - uid: 19655 + components: + - type: Transform + pos: 77.5,26.5 + parent: 2 + - uid: 19656 + components: + - type: Transform + pos: 67.5,26.5 + parent: 2 + - uid: 19657 + components: + - type: Transform + pos: 67.5,27.5 + parent: 2 + - uid: 19658 + components: + - type: Transform + pos: 74.5,29.5 + parent: 2 + - uid: 19659 + components: + - type: Transform + pos: 72.5,29.5 + parent: 2 + - uid: 19660 + components: + - type: Transform + pos: 73.5,29.5 + parent: 2 + - uid: 19661 + components: + - type: Transform + pos: 70.5,29.5 + parent: 2 + - uid: 19662 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - uid: 20130 + components: + - type: Transform + pos: -65.5,-58.5 + parent: 2 + - uid: 28982 + components: + - type: Transform + pos: 69.5,29.5 + parent: 2 + - uid: 30553 + components: + - type: Transform + pos: 68.5,29.5 + parent: 2 + - uid: 30554 + components: + - type: Transform + pos: 67.5,28.5 + parent: 2 + - uid: 30555 + components: + - type: Transform + pos: 71.5,30.5 + parent: 2 + - uid: 30556 + components: + - type: Transform + pos: 71.5,31.5 + parent: 2 + - uid: 30557 + components: + - type: Transform + pos: 75.5,31.5 + parent: 2 + - uid: 30558 + components: + - type: Transform + pos: 75.5,30.5 + parent: 2 + - uid: 30559 + components: + - type: Transform + pos: 63.5,30.5 + parent: 2 + - uid: 30560 + components: + - type: Transform + pos: 63.5,31.5 + parent: 2 + - uid: 30576 + components: + - type: Transform + pos: -59.5,-58.5 + parent: 2 + - uid: 30577 + components: + - type: Transform + pos: -58.5,-58.5 + parent: 2 + - uid: 30578 + components: + - type: Transform + pos: -57.5,-58.5 + parent: 2 + - uid: 30579 + components: + - type: Transform + pos: -56.5,-58.5 + parent: 2 + - uid: 30580 + components: + - type: Transform + pos: -55.5,-58.5 + parent: 2 + - uid: 30581 + components: + - type: Transform + pos: -54.5,-58.5 + parent: 2 + - uid: 30582 + components: + - type: Transform + pos: 58.5,-51.5 + parent: 2 + - uid: 30583 + components: + - type: Transform + pos: -52.5,-65.5 + parent: 2 + - uid: 30584 + components: + - type: Transform + pos: -51.5,-65.5 + parent: 2 + - uid: 30585 + components: + - type: Transform + pos: -53.5,-66.5 + parent: 2 + - uid: 30586 + components: + - type: Transform + pos: -53.5,-67.5 + parent: 2 + - uid: 30587 + components: + - type: Transform + pos: 53.5,-51.5 + parent: 2 + - uid: 30588 + components: + - type: Transform + pos: 52.5,-51.5 + parent: 2 + - uid: 30589 + components: + - type: Transform + pos: 51.5,-51.5 + parent: 2 + - uid: 30590 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 + - uid: 30591 + components: + - type: Transform + pos: 53.5,-53.5 + parent: 2 + - uid: 30592 + components: + - type: Transform + pos: 57.5,-53.5 + parent: 2 + - uid: 30593 + components: + - type: Transform + pos: 57.5,-52.5 + parent: 2 + - uid: 30594 + components: + - type: Transform + pos: 49.5,-52.5 + parent: 2 + - uid: 30595 + components: + - type: Transform + pos: 49.5,-53.5 + parent: 2 +- proto: RandomCableMVSpawner + entities: + - uid: 19664 + components: + - type: Transform + pos: 41.5,61.5 + parent: 2 + - uid: 19829 + components: + - type: Transform + pos: 7.5,60.5 + parent: 2 + - uid: 19830 + components: + - type: Transform + pos: 13.5,56.5 + parent: 2 + - uid: 19831 + components: + - type: Transform + pos: 14.5,56.5 + parent: 2 + - uid: 19832 + components: + - type: Transform + pos: 15.5,56.5 + parent: 2 + - uid: 19858 + components: + - type: Transform + pos: 18.5,56.5 + parent: 2 + - uid: 19859 + components: + - type: Transform + pos: 19.5,56.5 + parent: 2 + - uid: 19860 + components: + - type: Transform + pos: 8.5,56.5 + parent: 2 + - uid: 19873 + components: + - type: Transform + pos: 7.5,62.5 + parent: 2 + - uid: 20095 + components: + - type: Transform + pos: 7.5,63.5 + parent: 2 + - uid: 20101 + components: + - type: Transform + pos: 7.5,67.5 + parent: 2 + - uid: 20102 + components: + - type: Transform + pos: 10.5,68.5 + parent: 2 + - uid: 20103 + components: + - type: Transform + pos: 7.5,61.5 + parent: 2 + - uid: 20129 + components: + - type: Transform + pos: 11.5,56.5 + parent: 2 + - uid: 20131 + components: + - type: Transform + pos: 7.5,59.5 + parent: 2 + - uid: 20132 + components: + - type: Transform + pos: 32.5,61.5 + parent: 2 + - uid: 20397 + components: + - type: Transform + pos: 40.5,61.5 + parent: 2 + - uid: 20398 + components: + - type: Transform + pos: 39.5,61.5 + parent: 2 + - uid: 20399 + components: + - type: Transform + pos: 38.5,61.5 + parent: 2 + - uid: 20400 + components: + - type: Transform + pos: 44.5,57.5 + parent: 2 + - uid: 20401 + components: + - type: Transform + pos: 37.5,61.5 + parent: 2 + - uid: 20422 + components: + - type: Transform + pos: 46.5,53.5 + parent: 2 + - uid: 20423 + components: + - type: Transform + pos: 46.5,51.5 + parent: 2 + - uid: 20434 + components: + - type: Transform + pos: 46.5,52.5 + parent: 2 + - uid: 30561 + components: + - type: Transform + pos: 36.5,61.5 + parent: 2 + - uid: 30562 + components: + - type: Transform + pos: 12.5,56.5 + parent: 2 + - uid: 30563 + components: + - type: Transform + pos: 29.5,61.5 + parent: 2 + - uid: 30564 + components: + - type: Transform + pos: 26.5,61.5 + parent: 2 + - uid: 30565 + components: + - type: Transform + pos: 22.5,61.5 + parent: 2 + - uid: 30566 + components: + - type: Transform + pos: 20.5,61.5 + parent: 2 + - uid: 30567 + components: + - type: Transform + pos: 21.5,61.5 + parent: 2 + - uid: 30568 + components: + - type: Transform + pos: 11.5,68.5 + parent: 2 + - uid: 30569 + components: + - type: Transform + pos: 15.5,68.5 + parent: 2 + - uid: 30570 + components: + - type: Transform + pos: 18.5,68.5 + parent: 2 + - uid: 30571 + components: + - type: Transform + pos: 19.5,64.5 + parent: 2 + - uid: 30572 + components: + - type: Transform + pos: 19.5,63.5 + parent: 2 + - uid: 30573 + components: + - type: Transform + pos: 19.5,62.5 + parent: 2 + - uid: 30574 + components: + - type: Transform + pos: 19.5,61.5 + parent: 2 + - uid: 30575 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 - proto: RandomDrinkBottle entities: - uid: 21444 @@ -156377,10 +158296,10 @@ entities: - type: Transform pos: 16.5,-2.5 parent: 21002 - - uid: 23954 + - uid: 30417 components: - type: Transform - pos: 22.5,6.5 + pos: 24.5,7.5 parent: 21002 - proto: RandomFoodBakedSingle entities: @@ -156541,6 +158460,18 @@ entities: - type: Transform pos: 27.5,20.5 parent: 2 + - uid: 3574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-9.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-6.5 + parent: 2 - uid: 8104 components: - type: Transform @@ -156687,6 +158618,12 @@ entities: - type: Transform pos: 58.5,-13.5 parent: 2 + - uid: 4626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-9.5 + parent: 2 - uid: 9668 components: - type: Transform @@ -156798,11 +158735,6 @@ entities: - type: Transform pos: 29.5,-6.5 parent: 2 - - uid: 20755 - components: - - type: Transform - pos: 31.5,-9.5 - parent: 2 - uid: 20756 components: - type: Transform @@ -156839,6 +158771,18 @@ entities: - type: Transform pos: 62.5,18.5 parent: 2 + - uid: 30624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-12.5 + parent: 2 + - uid: 30625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-26.5 + parent: 2 - proto: RandomProduce entities: - uid: 20761 @@ -156855,10 +158799,22 @@ entities: parent: 2 - proto: RandomSnacks entities: - - uid: 30009 + - uid: 3600 components: - type: Transform - pos: 47.5,-14.5 + pos: 36.5,-28.5 + parent: 2 + - uid: 30123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-27.5 + parent: 2 + - uid: 30134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-13.5 parent: 2 - proto: RandomSoap entities: @@ -157097,11 +159053,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-45.5 parent: 2 - - uid: 3541 - components: - - type: Transform - pos: 45.5,-1.5 - parent: 2 - uid: 3549 components: - type: Transform @@ -157168,6 +159119,11 @@ entities: - type: Transform pos: -39.5,-11.5 parent: 2 + - uid: 18157 + components: + - type: Transform + pos: 49.5,-1.5 + parent: 2 - uid: 18337 components: - type: Transform @@ -157193,6 +159149,12 @@ entities: parent: 2 - proto: RandomVendingDrinks entities: + - uid: 14327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-12.5 + parent: 2 - uid: 17401 components: - type: Transform @@ -157308,15 +159270,6 @@ entities: rot: 3.141592653589793 rad pos: -28.639782,4.573042 parent: 2 -- proto: RecorderInstrument - entities: - - uid: 29950 - components: - - type: Transform - parent: 4235 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: Recycler entities: - uid: 23797 @@ -157371,6 +159324,28 @@ entities: rot: 3.141592653589793 rad pos: 35.5,34.5 parent: 2 + - uid: 3380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-15.5 + parent: 2 + - uid: 3536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-16.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 - uid: 4934 components: - type: Transform @@ -157744,6 +159719,16 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,35.5 parent: 2 + - uid: 17304 + components: + - type: Transform + pos: 45.5,-22.5 + parent: 2 + - uid: 18633 + components: + - type: Transform + pos: 44.5,-22.5 + parent: 2 - uid: 19163 components: - type: Transform @@ -157792,6 +159777,29 @@ entities: - type: Transform pos: 6.5,-2.5 parent: 21002 + - uid: 29594 + components: + - type: Transform + pos: 48.5,-22.5 + parent: 2 + - uid: 30627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-13.5 + parent: 2 + - uid: 30628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-12.5 + parent: 2 + - uid: 30629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-11.5 + parent: 2 - proto: ReinforcedWindow entities: - uid: 127 @@ -157922,6 +159930,12 @@ entities: rot: 3.141592653589793 rad pos: -17.5,-4.5 parent: 2 + - uid: 352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-2.5 + parent: 2 - uid: 743 components: - type: Transform @@ -158119,6 +160133,11 @@ entities: - type: Transform pos: -27.5,-42.5 parent: 2 + - uid: 2263 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 - uid: 2348 components: - type: Transform @@ -158193,6 +160212,11 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-38.5 parent: 2 + - uid: 3088 + components: + - type: Transform + pos: 46.5,-18.5 + parent: 2 - uid: 3204 components: - type: Transform @@ -158217,193 +160241,17 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,25.5 parent: 2 - - uid: 3358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-2.5 - parent: 2 - - uid: 3359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-3.5 - parent: 2 - - uid: 3361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-7.5 - parent: 2 - - uid: 3367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-8.5 - parent: 2 - - uid: 3373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-5.5 - parent: 2 - - uid: 3375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 - parent: 2 - - uid: 3376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-1.5 - parent: 2 - - uid: 3377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-1.5 - parent: 2 - - uid: 3378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 - parent: 2 - - uid: 3406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-2.5 - parent: 2 - - uid: 3416 + - uid: 3372 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-3.5 + pos: 46.5,-14.5 parent: 2 - - uid: 3417 + - uid: 3387 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-3.5 - parent: 2 - - uid: 3418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-3.5 - parent: 2 - - uid: 3669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-4.5 - parent: 2 - - uid: 3678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-1.5 - parent: 2 - - uid: 3695 - components: - - type: Transform - pos: 52.5,-12.5 - parent: 2 - - uid: 3696 - components: - - type: Transform - pos: 52.5,-8.5 - parent: 2 - - uid: 3697 - components: - - type: Transform - pos: 52.5,-9.5 - parent: 2 - - uid: 3698 - components: - - type: Transform - pos: 52.5,-11.5 - parent: 2 - - uid: 3755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-14.5 - parent: 2 - - uid: 3756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-15.5 - parent: 2 - - uid: 3757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-16.5 - parent: 2 - - uid: 3772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-22.5 - parent: 2 - - uid: 3774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-22.5 - parent: 2 - - uid: 3822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-22.5 - parent: 2 - - uid: 3829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-22.5 - parent: 2 - - uid: 3832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-19.5 - parent: 2 - - uid: 3833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-19.5 - parent: 2 - - uid: 3834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-19.5 - parent: 2 - - uid: 3835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-19.5 - parent: 2 - - uid: 3836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-19.5 - parent: 2 - - uid: 3837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-19.5 + pos: 47.5,-14.5 parent: 2 - uid: 3878 components: @@ -158489,17 +160337,11 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,-28.5 parent: 2 - - uid: 3969 + - uid: 3942 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,-22.5 - parent: 2 - - uid: 3970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-22.5 + pos: 38.5,-8.5 parent: 2 - uid: 3979 components: @@ -158513,6 +160355,12 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,24.5 parent: 2 + - uid: 4062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-5.5 + parent: 2 - uid: 4085 components: - type: Transform @@ -158639,23 +160487,11 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,-37.5 parent: 2 - - uid: 4697 + - uid: 4502 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,-22.5 - parent: 2 - - uid: 4698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-22.5 - parent: 2 - - uid: 4699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-22.5 + pos: 38.5,-5.5 parent: 2 - uid: 4801 components: @@ -158663,6 +160499,17 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,-54.5 parent: 2 + - uid: 4824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-14.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 - uid: 5230 components: - type: Transform @@ -158801,6 +160648,12 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,-52.5 parent: 2 + - uid: 5380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-17.5 + parent: 2 - uid: 6103 components: - type: Transform @@ -159452,6 +161305,12 @@ entities: rot: 3.141592653589793 rad pos: -36.5,34.5 parent: 2 + - uid: 9333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-16.5 + parent: 2 - uid: 9526 components: - type: Transform @@ -159567,11 +161426,17 @@ entities: - type: Transform pos: 10.5,-31.5 parent: 2 - - uid: 9745 + - uid: 9744 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-14.5 + pos: 44.5,-14.5 + parent: 2 + - uid: 9800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-14.5 parent: 2 - uid: 9890 components: @@ -160181,6 +162046,12 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,-55.5 parent: 2 + - uid: 11033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-10.5 + parent: 2 - uid: 11323 components: - type: Transform @@ -160400,6 +162271,35 @@ entities: rot: 1.5707963267948966 rad pos: 65.5,-0.5 parent: 2 + - uid: 14240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-20.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-17.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 2 + - uid: 14309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-11.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-20.5 + parent: 2 - uid: 14994 components: - type: Transform @@ -160412,6 +162312,22 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,-43.5 parent: 2 + - uid: 15455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-15.5 + parent: 2 + - uid: 15464 + components: + - type: Transform + pos: 42.5,-1.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 - uid: 15498 components: - type: Transform @@ -160448,18 +162364,34 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-79.5 parent: 2 + - uid: 17296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-7.5 + parent: 2 - uid: 17853 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 2 + - uid: 18148 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 - uid: 18229 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,28.5 parent: 2 + - uid: 18360 + components: + - type: Transform + pos: 45.5,-3.5 + parent: 2 - uid: 19189 components: - type: Transform @@ -160727,6 +162659,12 @@ entities: rot: 1.5707963267948966 rad pos: -58.5,-13.5 parent: 2 + - uid: 23436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-3.5 + parent: 2 - uid: 23639 components: - type: Transform @@ -160852,6 +162790,11 @@ entities: - type: Transform pos: 26.5,5.5 parent: 21002 + - uid: 28360 + components: + - type: Transform + pos: 41.5,-1.5 + parent: 2 - uid: 28440 components: - type: Transform @@ -160864,36 +162807,30 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,29.5 parent: 2 -- proto: ReinforcedWindowDiagonal - entities: - - uid: 2723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-7.5 - parent: 2 - - uid: 3692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-15.5 - parent: 2 - - uid: 3699 + - uid: 28523 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-15.5 + pos: 39.5,-1.5 parent: 2 - - uid: 12289 + - uid: 28614 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 29597 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,-16.5 + pos: 42.5,-14.5 parent: 2 - - uid: 29956 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 3360 components: - type: Transform - pos: 52.5,-7.5 + rot: 3.141592653589793 rad + pos: 46.5,-19.5 parent: 2 - proto: RemoteSignaller entities: @@ -160912,24 +162849,12 @@ entities: 17256: - - Pressed - Toggle - - uid: 4246 - components: - - type: MetaData - name: Dock Emitters - - type: Transform - pos: 53.725563,-12.462157 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3921: - - - Pressed - - Toggle - uid: 6115 components: - type: MetaData name: EVA door remote - type: Transform - pos: 39.76954,-5.4459667 + pos: 43.726974,-6.090528 parent: 2 - type: DeviceLinkSource linkedPorts: @@ -160949,6 +162874,20 @@ entities: - type: Transform pos: -18.795084,39.598145 parent: 2 +- proto: RemoteSignallerAdvanced + entities: + - uid: 4635 + components: + - type: MetaData + name: dock emitter + - type: Transform + pos: 42.842613,-15.414303 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3921: + - - Pressed + - Toggle - proto: ResearchAndDevelopmentServer entities: - uid: 9903 @@ -160984,6 +162923,28 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: RiotShield + entities: + - uid: 30468 + components: + - type: Transform + pos: 53.252266,-16.96228 + parent: 2 + - uid: 30469 + components: + - type: Transform + pos: 53.429348,-16.951864 + parent: 2 + - uid: 30470 + components: + - type: Transform + pos: 53.616848,-16.951864 + parent: 2 + - uid: 30471 + components: + - type: Transform + pos: 53.793934,-16.951864 + parent: 2 - proto: RobocopCircuitBoard entities: - uid: 29442 @@ -161013,10 +162974,10 @@ entities: parent: 2 - proto: RubberStampApproved entities: - - uid: 23360 + - uid: 3110 components: - type: Transform - pos: 42.75322,-4.2518167 + pos: 46.747147,-4.162884 parent: 2 - uid: 23362 components: @@ -161025,16 +162986,16 @@ entities: parent: 2 - proto: RubberStampDenied entities: - - uid: 23361 - components: - - type: Transform - pos: 42.44072,-4.3768167 - parent: 2 - uid: 23363 components: - type: Transform pos: -54.322224,9.859919 parent: 2 + - uid: 28867 + components: + - type: Transform + pos: 46.54923,-4.4024677 + parent: 2 - proto: SadTromboneImplanter entities: - uid: 2255 @@ -161090,11 +163051,16 @@ entities: - type: Transform pos: -15.5,-23.5 parent: 2 - - uid: 7156 + - uid: 4828 + components: + - type: Transform + pos: 41.5,-9.5 + parent: 2 + - uid: 4845 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,-10.5 + pos: 38.5,-12.5 parent: 2 - uid: 9382 components: @@ -161146,6 +163112,12 @@ entities: - type: Transform pos: -55.5,-24.5 parent: 2 + - uid: 14306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-22.5 + parent: 2 - uid: 16676 components: - type: Transform @@ -161338,12 +163310,6 @@ entities: - type: Transform pos: -51.5,-11.5 parent: 2 - - uid: 29194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-17.5 - parent: 2 - uid: 29195 components: - type: Transform @@ -161362,17 +163328,12 @@ entities: rot: 3.141592653589793 rad pos: 12.5,-34.5 parent: 2 - - uid: 29942 - components: - - type: Transform - pos: 41.5,-10.5 - parent: 2 - proto: SecurityTechFab entities: - - uid: 24201 + - uid: 28361 components: - type: Transform - pos: 36.5,-19.5 + pos: 48.5,-18.5 parent: 2 - proto: SeedExtractor entities: @@ -161594,6 +163555,11 @@ entities: parent: 2 - proto: SheetSteel10 entities: + - uid: 4270 + components: + - type: Transform + pos: 45.500793,-19.514307 + parent: 2 - uid: 5191 components: - type: Transform @@ -161639,18 +163605,18 @@ entities: parent: 2 - proto: ShotGunCabinetFilled entities: + - uid: 15491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-19.5 + parent: 2 - uid: 23601 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-8.5 parent: 2 - - uid: 29989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-14.5 - parent: 2 - proto: Shovel entities: - uid: 1269 @@ -161902,31 +163868,6 @@ entities: - type: Transform pos: 25.5,2.5 parent: 2 - - uid: 3533 - components: - - type: Transform - pos: 40.5,-3.5 - parent: 2 - - uid: 3534 - components: - - type: Transform - pos: 40.5,-3.5 - parent: 2 - - uid: 3535 - components: - - type: Transform - pos: 41.5,-3.5 - parent: 2 - - uid: 3536 - components: - - type: Transform - pos: 42.5,-3.5 - parent: 2 - - uid: 3537 - components: - - type: Transform - pos: 43.5,-3.5 - parent: 2 - uid: 3799 components: - type: Transform @@ -161939,6 +163880,11 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,6.5 parent: 2 + - uid: 4178 + components: + - type: Transform + pos: 45.5,-3.5 + parent: 2 - uid: 5217 components: - type: Transform @@ -162103,12 +164049,32 @@ entities: rot: 1.5707963267948966 rad pos: -51.5,-2.5 parent: 2 + - uid: 14251 + components: + - type: Transform + pos: 44.5,-3.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + pos: 44.5,-9.5 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 - uid: 17900 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,2.5 parent: 2 + - uid: 23782 + components: + - type: Transform + pos: 42.5,-9.5 + parent: 2 - uid: 24134 components: - type: Transform @@ -162149,6 +164115,11 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,3.5 parent: 2 + - uid: 28308 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 - uid: 28362 components: - type: Transform @@ -162161,24 +164132,6 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,-0.5 parent: 2 - - uid: 30093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-11.5 - parent: 2 - - uid: 30094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-9.5 - parent: 2 - - uid: 30095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-10.5 - parent: 2 - proto: ShuttersRadiation entities: - uid: 7999 @@ -162617,21 +164570,17 @@ entities: 2733: - - Pressed - Toggle - - uid: 3701 + - uid: 3749 components: + - type: MetaData + name: dock emitter - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-12.5 + pos: 61.5,-33.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 30094: - - - Pressed - - Toggle - 30095: - - - Pressed - - Toggle - 30093: + 3921: - - Pressed - Toggle - uid: 3800 @@ -162650,6 +164599,35 @@ entities: 5217: - - Pressed - Toggle + - uid: 3839 + components: + - type: MetaData + name: prison shutters + - type: Transform + rot: 3.141592653589793 rad + pos: 45.717854,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14308: + - - Pressed + - Toggle + 23782: + - - Pressed + - Toggle + - uid: 3840 + components: + - type: MetaData + name: stand door + - type: Transform + rot: 3.141592653589793 rad + pos: 45.279293,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4811: + - - Pressed + - Toggle - uid: 3892 components: - type: MetaData @@ -162689,6 +164667,19 @@ entities: 4167: - - Pressed - Toggle + - uid: 5382 + components: + - type: MetaData + name: dock emitter + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-19.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3921: + - - Pressed + - Toggle - uid: 6175 components: - type: MetaData @@ -163110,17 +165101,29 @@ entities: 8460: - - Pressed - Toggle - - uid: 18372 + - uid: 15442 components: - type: MetaData - name: cleaning service + name: outer armory - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-7.5 + pos: 41.5,-17.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 23781: + 3502: + - - Pressed + - Toggle + - uid: 15451 + components: + - type: MetaData + name: exit + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3502: - - Pressed - Toggle - uid: 18469 @@ -163335,27 +165338,6 @@ entities: 16214: - - Pressed - Toggle - - uid: 23782 - components: - - type: MetaData - name: window shutters - - type: Transform - pos: 39.5,-3.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3534: - - - Pressed - - Toggle - 3535: - - - Pressed - - Toggle - 3536: - - - Pressed - - Toggle - 3537: - - - Pressed - - Toggle - uid: 23785 components: - type: MetaData @@ -163528,31 +165510,6 @@ entities: 12131: - - Pressed - DoorBolt - - uid: 28868 - components: - - type: MetaData - name: light - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-17.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29962: - - - Pressed - - Toggle - - uid: 28874 - components: - - type: MetaData - name: light - - type: Transform - pos: 32.5,-13.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3764: - - - Pressed - - Toggle - uid: 28878 components: - type: MetaData @@ -163600,6 +165557,66 @@ entities: 1378: - - Pressed - Open + - uid: 30004 + components: + - type: MetaData + name: cleaning service + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 23780: + - - Pressed + - Toggle + - uid: 30014 + components: + - type: MetaData + name: window shutters + - type: Transform + pos: 43.715458,-3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14251: + - - Pressed + - Toggle + 4178: + - - Pressed + - Toggle + 28308: + - - Pressed + - Toggle + 14391: + - - Pressed + - Toggle + - uid: 30069 + components: + - type: MetaData + name: light + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3474: + - - Pressed + - Toggle + - uid: 30265 + components: + - type: MetaData + name: light + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 30310: + - - Pressed + - Toggle - proto: SignAnomaly entities: - uid: 16793 @@ -163628,14 +165645,6 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,-38.5 parent: 2 -- proto: SignArmory - entities: - - uid: 23185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-19.5 - parent: 2 - proto: SignBar entities: - uid: 23186 @@ -163934,10 +165943,10 @@ entities: parent: 2 - proto: SignDirectionalHop entities: - - uid: 8926 + - uid: 18363 components: - type: Transform - pos: 44.5,-1.5 + pos: 48.5,-1.5 parent: 2 - uid: 20973 components: @@ -164046,6 +166055,28 @@ entities: parent: 2 - proto: SignElectricalMed entities: + - uid: 3742 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: 52.5,-22.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-10.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-12.5 + parent: 2 - uid: 24515 components: - type: Transform @@ -164239,6 +166270,26 @@ entities: - type: Transform pos: -27.5,34.5 parent: 2 +- proto: SignGenpop + entities: + - uid: 4825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-12.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-17.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-15.5 + parent: 2 - proto: SignGravity entities: - uid: 9201 @@ -164249,12 +166300,6 @@ entities: parent: 2 - proto: SignHead entities: - - uid: 4 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-2.5 - parent: 2 - uid: 857 components: - type: Transform @@ -164296,6 +166341,12 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,-32.5 parent: 2 + - uid: 30401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-2.5 + parent: 2 - proto: SignHydro1 entities: - uid: 23182 @@ -164306,11 +166357,11 @@ entities: parent: 2 - proto: SignInterrogation entities: - - uid: 23315 + - uid: 3683 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-13.5 + pos: 33.5,-26.5 parent: 2 - proto: SignJanitor entities: @@ -164344,11 +166395,11 @@ entities: parent: 2 - proto: SignLawyer entities: - - uid: 8922 + - uid: 3448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-1.5 + rot: -1.5707963267948966 rad + pos: 43.5,-9.5 parent: 2 - uid: 8925 components: @@ -164356,6 +166407,12 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,2.5 parent: 2 + - uid: 17280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-1.5 + parent: 2 - proto: SignLibrary entities: - uid: 8928 @@ -164501,17 +166558,22 @@ entities: parent: 2 - proto: SignSecurity entities: - - uid: 8933 + - uid: 1348 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,-1.5 + pos: 33.5,-5.5 parent: 2 - - uid: 8934 + - uid: 3519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-1.5 + pos: 30.5,-1.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-1.5 parent: 2 - uid: 8935 components: @@ -164537,16 +166599,6 @@ entities: parent: 2 - proto: SignShock entities: - - uid: 5411 - components: - - type: Transform - pos: 29.5,-24.5 - parent: 2 - - uid: 5412 - components: - - type: Transform - pos: 29.5,-20.5 - parent: 2 - uid: 24216 components: - type: Transform @@ -164830,6 +166882,11 @@ entities: - type: Transform pos: -12.5,-46.5 parent: 2 + - uid: 18161 + components: + - type: Transform + pos: 54.5,-7.5 + parent: 2 - proto: SinkStemlessWater entities: - uid: 2628 @@ -164838,11 +166895,11 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,20.5 parent: 2 - - uid: 22440 + - uid: 30418 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,5.5 + pos: 21.5,5.5 parent: 21002 - proto: SinkWide entities: @@ -167154,10 +169211,10 @@ entities: parent: 2 - proto: SpawnMobCatFloppa entities: - - uid: 20675 + - uid: 17281 components: - type: Transform - pos: 38.5,-2.5 + pos: 42.5,-2.5 parent: 2 - proto: SpawnMobCatRuntime entities: @@ -167166,12 +169223,24 @@ entities: - type: Transform pos: -24.5,-34.5 parent: 2 -- proto: SpawnMobCorgi +- proto: SpawnMobCockroach entities: - - uid: 20655 + - uid: 4261 components: - type: Transform - pos: 43.5,-5.5 + pos: -26.5,-40.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + pos: -25.5,-41.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 24191 + components: + - type: Transform + pos: 47.5,-4.5 parent: 2 - proto: SpawnMobCrabAtmos entities: @@ -167224,10 +169293,10 @@ entities: parent: 2 - proto: SpawnMobMcGriff entities: - - uid: 29951 + - uid: 4504 components: - type: Transform - pos: 53.5,-13.5 + pos: 46.5,-15.5 parent: 2 - proto: SpawnMobMedibot entities: @@ -167682,21 +169751,21 @@ entities: parent: 2 - proto: SpawnPointLawyer entities: + - uid: 4496 + components: + - type: Transform + pos: 39.5,-8.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: 39.5,-2.5 + parent: 2 - uid: 20801 components: - type: Transform pos: 39.5,6.5 parent: 2 - - uid: 20802 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 20803 - components: - - type: Transform - pos: 35.5,-8.5 - parent: 2 - proto: SpawnPointLibrarian entities: - uid: 20804 @@ -167848,6 +169917,16 @@ entities: - type: Transform pos: 33.5,-58.5 parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 37.5,-7.5 + parent: 2 + - uid: 19007 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 - uid: 20819 components: - type: Transform @@ -167883,11 +169962,6 @@ entities: - type: Transform pos: 57.5,0.5 parent: 2 - - uid: 20827 - components: - - type: Transform - pos: 31.5,-5.5 - parent: 2 - uid: 20828 components: - type: Transform @@ -167913,11 +169987,6 @@ entities: - type: Transform pos: 15.5,-6.5 parent: 2 - - uid: 20867 - components: - - type: Transform - pos: 33.5,-3.5 - parent: 2 - uid: 20869 components: - type: Transform @@ -168174,10 +170243,45 @@ entities: parent: 2 - proto: SpawnPointWarden entities: - - uid: 23840 + - uid: 30545 components: - type: Transform - pos: 55.5,-10.5 + pos: 43.5,-16.5 + parent: 2 + - uid: 30546 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 30547 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 30548 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 30549 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 30550 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 30551 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 30552 + components: + - type: Transform + pos: -16.5,7.5 parent: 2 - proto: SpawnPointZookeeper entities: @@ -168265,12 +170369,51 @@ entities: parent: 2 - proto: StairDark entities: - - uid: 24254 + - uid: 1152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-12.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: 30.5,-9.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-23.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-13.5 + parent: 2 + - uid: 20755 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-7.5 parent: 2 + - uid: 20763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-22.5 + parent: 2 + - uid: 21209 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 - uid: 24255 components: - type: Transform @@ -168325,6 +170468,18 @@ entities: rot: 3.141592653589793 rad pos: 27.5,-27.5 parent: 2 + - uid: 30262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-21.5 + parent: 2 + - uid: 30266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-23.5 + parent: 2 - proto: Stairs entities: - uid: 2415 @@ -168407,11 +170562,11 @@ entities: parent: 2 - proto: StairStageWood entities: - - uid: 8251 + - uid: 4628 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-5.5 + pos: 48.5,-5.5 parent: 2 - uid: 28980 components: @@ -168475,6 +170630,12 @@ entities: - type: Transform pos: -47.5,-28.5 parent: 2 + - uid: 18643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-9.5 + parent: 2 - uid: 23439 components: - type: Transform @@ -168486,12 +170647,6 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,-35.5 parent: 2 - - uid: 23450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-8.5 - parent: 2 - uid: 23451 components: - type: Transform @@ -168562,80 +170717,29 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-38.5 parent: 2 - - uid: 3438 + - uid: 1540 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-8.5 + pos: 37.5,-5.5 parent: 2 - - uid: 3439 + - uid: 3376 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-7.5 + pos: 37.5,-3.5 parent: 2 - - uid: 3440 + - uid: 4696 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-3.5 + pos: 37.5,-7.5 parent: 2 - - uid: 3441 + - uid: 4699 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-2.5 - parent: 2 - - uid: 3442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-5.5 - parent: 2 - - uid: 3443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-4.5 - parent: 2 - - uid: 3444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-5.5 - parent: 2 - - uid: 3445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-6.5 - parent: 2 - - uid: 3446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-7.5 - parent: 2 - - uid: 3447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-3.5 - parent: 2 - - uid: 3854 - components: - - type: Transform - pos: 42.5,-11.5 - parent: 2 - - uid: 3855 - components: - - type: Transform - pos: 43.5,-11.5 - parent: 2 - - uid: 3856 - components: - - type: Transform - pos: 44.5,-11.5 + pos: 37.5,-2.5 parent: 2 - uid: 9676 components: @@ -168649,6 +170753,24 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-33.5 parent: 2 + - uid: 14247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-8.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-4.5 + parent: 2 + - uid: 18367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 2 - proto: Stool entities: - uid: 930 @@ -168656,6 +170778,18 @@ entities: - type: Transform pos: 0.5,1.5 parent: 2 + - uid: 3483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.523735,-11.294927 + parent: 2 + - uid: 14245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.460632,-10.890677 + parent: 2 - uid: 19112 components: - type: Transform @@ -169180,7 +171314,7 @@ entities: - 12818 - proto: SuitStorageEVAPrisoner entities: - - uid: 3948 + - uid: 3361 components: - type: Transform pos: 39.5,-26.5 @@ -169258,30 +171392,52 @@ entities: parent: 2 - proto: SuitStorageSec entities: - - uid: 3294 + - uid: 3503 components: - type: Transform - pos: 37.5,-22.5 + pos: 48.5,-21.5 parent: 2 - - uid: 4182 + - uid: 4237 components: - type: Transform - pos: 35.5,-23.5 + pos: 48.5,-20.5 parent: 2 - - uid: 5413 + - uid: 30024 components: - type: Transform - pos: 38.5,-22.5 + pos: 53.5,-19.5 parent: 2 - proto: SuitStorageWarden entities: - - uid: 3693 + - uid: 3362 components: - type: Transform - pos: 54.5,-15.5 + pos: 39.5,-19.5 parent: 2 - proto: SurveillanceCameraCommand entities: + - uid: 3841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-4.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: HoP office + - uid: 14230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-4.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: HoP Chamber - uid: 19542 components: - type: Transform @@ -169313,17 +171469,6 @@ entities: - SurveillanceCameraCommand nameSet: True id: Captain's Closet - - uid: 20194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-9.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: HoP bedroom - uid: 20877 components: - type: Transform @@ -169358,17 +171503,6 @@ entities: setupAvailableNetworks: - SurveillanceCameraCommand id: Captain's Bedroom - - uid: 20881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-4.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: HoP office - uid: 20882 components: - type: Transform @@ -170056,21 +172190,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Atrium A - - uid: 20958 - components: - - type: Transform - pos: 33.5,-8.5 - parent: 2 - - type: SurveillanceCamera - id: Court - - uid: 20959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-1.5 - parent: 2 - - type: SurveillanceCamera - id: Evac - uid: 20961 components: - type: Transform @@ -170444,16 +172563,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: East Hall A - - uid: 29143 - components: - - type: Transform - pos: 34.5,-0.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: East Hall B - uid: 29144 components: - type: Transform @@ -170872,38 +172981,17 @@ entities: id: Test Chamber - proto: SurveillanceCameraSecurity entities: - - uid: 3717 - components: - - type: Transform - pos: 55.5,-11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden - - uid: 13070 + - uid: 14232 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-10.5 + pos: 51.5,-12.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Balifery - - uid: 13112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory Desk + id: Armory 2 - uid: 18167 components: - type: Transform @@ -170925,46 +173013,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: perma courtyard - - uid: 20883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-7.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - id: Main Entrance - - uid: 20885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-20.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory A - - uid: 20886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-26.5 - parent: 2 - - type: SurveillanceCamera - id: Dock - - uid: 20887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-33.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Lockerroom W - uid: 20888 components: - type: Transform @@ -170980,13 +173028,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Range - - uid: 20890 - components: - - type: Transform - pos: 31.5,-16.5 - parent: 2 - - type: SurveillanceCamera - id: Interrogation - uid: 21062 components: - type: Transform @@ -170998,17 +173039,28 @@ entities: - SurveillanceCameraSecurity nameSet: True id: perma dock - - uid: 23431 + - uid: 24250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-10.5 + rot: -1.5707963267948966 rad + pos: 30.5,-4.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Security Desk + - uid: 24252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Sec Hall - uid: 29134 components: - type: Transform @@ -171031,26 +173083,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Range - - uid: 29140 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-25.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - - uid: 29145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Main Entrance - uid: 29146 components: - type: Transform @@ -171062,49 +173094,60 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Evidence - - uid: 29147 - components: - - type: Transform - pos: 27.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Back Entrance - - uid: 29148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Lockerroom E - - uid: 29994 + - uid: 29351 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,-16.5 + pos: 53.5,-15.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Brig B - - uid: 30070 + id: Armory 1 + - uid: 29579 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-15.5 + rot: -1.5707963267948966 rad + pos: 39.5,-26.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Brig A + id: Sec Dock + - uid: 29612 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security + - uid: 29613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation + - uid: 29981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden - proto: SurveillanceCameraService entities: - uid: 3264 @@ -171405,17 +173448,23 @@ entities: - uid: 3481 components: - type: Transform + anchored: False rot: -1.5707963267948966 rad - pos: 38.5,-4.5 + pos: 42.440228,-4.195979 parent: 2 + - type: Physics + bodyType: Dynamic - type: SurveillanceCamera id: NT-Span - - uid: 18963 + - uid: 14334 components: - type: Transform - pos: 48.5,-15.5 + pos: 34.5,-20.5 parent: 2 - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEntertainment + nameSet: True id: SECS - uid: 23494 components: @@ -171451,6 +173500,14 @@ entities: - SurveillanceCameraEntertainment nameSet: True id: News at 11 +- proto: Syringe + entities: + - uid: 24075 + components: + - type: Transform + parent: 10195 + - type: Physics + canCollide: False - proto: SyringeEphedrine entities: - uid: 24158 @@ -171657,11 +173714,6 @@ entities: - type: Transform pos: -11.5,-33.5 parent: 2 - - uid: 2533 - components: - - type: Transform - pos: 37.5,-15.5 - parent: 2 - uid: 3056 components: - type: Transform @@ -171701,6 +173753,18 @@ entities: rot: 1.5707963267948966 rad pos: 15.5,20.5 parent: 2 + - uid: 3379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-13.5 + parent: 2 + - uid: 3389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-13.5 + parent: 2 - uid: 3487 components: - type: Transform @@ -171713,28 +173777,29 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-34.5 parent: 2 - - uid: 3691 - components: - - type: Transform - pos: 53.5,-12.5 - parent: 2 - - uid: 3703 + - uid: 3753 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,-13.5 + pos: 30.5,-24.5 parent: 2 - - uid: 3743 + - uid: 3767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-16.5 + rot: -1.5707963267948966 rad + pos: 30.5,-4.5 parent: 2 - - uid: 3754 + - uid: 3768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-15.5 + rot: 3.141592653589793 rad + pos: 37.5,-28.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-20.5 parent: 2 - uid: 3935 components: @@ -171742,64 +173807,59 @@ entities: rot: 1.5707963267948966 rad pos: 48.5,-35.5 parent: 2 + - uid: 4029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-12.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-12.5 + parent: 2 - uid: 4081 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-38.5 parent: 2 - - uid: 4174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-26.5 - parent: 2 - - uid: 4175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 - parent: 2 - - uid: 4176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-26.5 - parent: 2 - - uid: 4177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 - parent: 2 - - uid: 4181 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 2 - - uid: 4435 + - uid: 4263 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-14.5 + pos: 37.5,-26.5 parent: 2 - - uid: 4436 + - uid: 4724 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-13.5 + pos: 30.5,-3.5 parent: 2 - - uid: 4440 + - uid: 4725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-11.5 + rot: 3.141592653589793 rad + pos: 31.5,-21.5 parent: 2 - - uid: 4441 + - uid: 4726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-10.5 + rot: 3.141592653589793 rad + pos: 30.5,-21.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-28.5 + parent: 2 + - uid: 4812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-27.5 parent: 2 - uid: 5333 components: @@ -171925,12 +173985,6 @@ entities: - type: Transform pos: -23.5,29.5 parent: 2 - - uid: 9159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-14.5 - parent: 2 - uid: 9458 components: - type: Transform @@ -171953,12 +174007,6 @@ entities: - type: Transform pos: 4.5,-43.5 parent: 2 - - uid: 9990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-14.5 - parent: 2 - uid: 10221 components: - type: Transform @@ -172065,6 +174113,35 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,-34.5 parent: 2 + - uid: 14253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-24.5 + parent: 2 + - uid: 14371 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-19.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-19.5 + parent: 2 - uid: 17775 components: - type: Transform @@ -172113,6 +174190,11 @@ entities: - type: Transform pos: 34.5,-41.5 parent: 2 + - uid: 20194 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 - uid: 20253 components: - type: Transform @@ -172163,11 +174245,6 @@ entities: - type: Transform pos: 12.5,-7.5 parent: 21002 - - uid: 23024 - components: - - type: Transform - pos: 19.5,3.5 - parent: 21002 - uid: 23026 components: - type: Transform @@ -172178,16 +174255,6 @@ entities: - type: Transform pos: 9.5,-2.5 parent: 21002 - - uid: 23064 - components: - - type: Transform - pos: 48.5,-9.5 - parent: 2 - - uid: 23149 - components: - - type: Transform - pos: 48.5,-10.5 - parent: 2 - uid: 23198 components: - type: Transform @@ -172222,6 +174289,12 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-47.5 parent: 2 + - uid: 23781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-20.5 + parent: 2 - uid: 24130 components: - type: Transform @@ -172330,12 +174403,6 @@ entities: - type: Transform pos: -14.5,19.5 parent: 2 - - uid: 29351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-14.5 - parent: 2 - uid: 29436 components: - type: Transform @@ -172366,11 +174433,6 @@ entities: - type: Transform pos: 61.5,21.5 parent: 2 - - uid: 29985 - components: - - type: Transform - pos: 46.5,-9.5 - parent: 2 - uid: 30249 components: - type: Transform @@ -172389,6 +174451,21 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,-36.5 parent: 2 + - uid: 30410 + components: + - type: Transform + pos: 20.5,3.5 + parent: 21002 + - uid: 30448 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 30472 + components: + - type: Transform + pos: 50.5,-16.5 + parent: 2 - proto: TableCarpet entities: - uid: 7942 @@ -172563,6 +174640,36 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,20.5 parent: 2 + - uid: 3480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-13.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-27.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-27.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-17.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-14.5 + parent: 2 - uid: 4273 components: - type: Transform @@ -172598,17 +174705,17 @@ entities: - type: Transform pos: 37.5,-34.5 parent: 2 + - uid: 4659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-27.5 + parent: 2 - uid: 5409 components: - type: Transform pos: 43.5,-34.5 parent: 2 - - uid: 9202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-16.5 - parent: 2 - uid: 13006 components: - type: Transform @@ -172634,17 +174741,11 @@ entities: - type: Transform pos: 58.5,14.5 parent: 2 - - uid: 16792 + - uid: 13070 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-14.5 - parent: 2 - - uid: 28613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-15.5 + pos: 30.5,-16.5 parent: 2 - uid: 29361 components: @@ -172861,6 +174962,14 @@ entities: rot: 3.141592653589793 rad pos: 23.5,15.5 parent: 2 +- proto: TableFancyOrange + entities: + - uid: 3751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-10.5 + parent: 2 - proto: TableFancyPurple entities: - uid: 11130 @@ -172887,6 +174996,30 @@ entities: rot: 3.141592653589793 rad pos: -12.5,18.5 parent: 2 +- proto: TableFancyRed + entities: + - uid: 4821 + components: + - type: Transform + pos: 44.5,-15.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-22.5 + parent: 2 + - uid: 19030 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 20887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-21.5 + parent: 2 - proto: TableFancyWhite entities: - uid: 17428 @@ -173147,6 +175280,12 @@ entities: parent: 2 - proto: TableReinforced entities: + - uid: 582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-11.5 + parent: 2 - uid: 1018 components: - type: Transform @@ -173165,12 +175304,6 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-26.5 parent: 2 - - uid: 1857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-10.5 - parent: 2 - uid: 2127 components: - type: Transform @@ -173193,12 +175326,6 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,45.5 parent: 2 - - uid: 2737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-11.5 - parent: 2 - uid: 3040 components: - type: Transform @@ -173229,11 +175356,25 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,46.5 parent: 2 - - uid: 3423 + - uid: 3368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-3.5 + pos: 32.5,-2.5 + parent: 2 + - uid: 3369 + components: + - type: Transform + pos: 33.5,-3.5 + parent: 2 + - uid: 3370 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: 31.5,-2.5 parent: 2 - uid: 6185 components: @@ -173368,12 +175509,6 @@ entities: rot: 3.141592653589793 rad pos: 12.5,39.5 parent: 2 - - uid: 9744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-13.5 - parent: 2 - uid: 10942 components: - type: Transform @@ -173422,23 +175557,23 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,-18.5 parent: 2 - - uid: 18626 + - uid: 14239 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,-18.5 + pos: 37.5,-10.5 parent: 2 - - uid: 18632 + - uid: 17221 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,-18.5 + pos: 38.5,-10.5 parent: 2 - - uid: 19033 + - uid: 17224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-9.5 + rot: 3.141592653589793 rad + pos: 37.5,-11.5 parent: 2 - uid: 23398 components: @@ -173475,15 +175610,10 @@ entities: - type: Transform pos: -6.5,47.5 parent: 2 - - uid: 24250 + - uid: 28613 components: - type: Transform - pos: 41.5,-13.5 - parent: 2 - - uid: 24251 - components: - - type: Transform - pos: 45.5,-13.5 + pos: 44.5,-3.5 parent: 2 - proto: TableStone entities: @@ -173770,47 +175900,17 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,21.5 parent: 2 - - uid: 3394 + - uid: 3114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-6.5 + rot: -1.5707963267948966 rad + pos: 43.5,-6.5 parent: 2 - - uid: 3396 + - uid: 3202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-5.5 - parent: 2 - - uid: 3397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-4.5 - parent: 2 - - uid: 3400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-3.5 - parent: 2 - - uid: 3401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-2.5 - parent: 2 - - uid: 3402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-8.5 - parent: 2 - - uid: 3403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-7.5 + rot: -1.5707963267948966 rad + pos: 43.5,-5.5 parent: 2 - uid: 3730 components: @@ -173842,6 +175942,12 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,21.5 parent: 2 + - uid: 3846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-7.5 + parent: 2 - uid: 4323 components: - type: Transform @@ -174166,16 +176272,52 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,17.5 parent: 2 + - uid: 14249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-7.5 + parent: 2 - uid: 15033 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,9.5 parent: 2 - - uid: 17263 + - uid: 15493 components: - type: Transform - pos: 42.5,-4.5 + rot: 1.5707963267948966 rad + pos: 40.5,-3.5 + parent: 2 + - uid: 15494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-7.5 + parent: 2 + - uid: 17210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-8.5 + parent: 2 + - uid: 17212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-2.5 + parent: 2 + - uid: 17326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: 46.5,-4.5 parent: 2 - uid: 18714 components: @@ -174265,11 +176407,6 @@ entities: - type: Transform pos: 26.5,4.5 parent: 21002 - - uid: 22886 - components: - - type: Transform - pos: 16.5,1.5 - parent: 21002 - uid: 23184 components: - type: Transform @@ -174332,6 +176469,12 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,9.5 parent: 2 + - uid: 30428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,2.5 + parent: 21002 - proto: TaikoInstrument entities: - uid: 28998 @@ -174724,28 +176867,96 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,-2.5 parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 24075 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] - uid: 10199 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-4.5 parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 24076 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] - uid: 10204 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-8.5 parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 24077 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] - uid: 22442 components: - type: Transform - pos: 18.5,6.5 + pos: 21.5,6.5 parent: 21002 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 22742 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] - uid: 23643 components: - type: Transform pos: 10.5,37.5 parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 24078 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: ToiletEmpty + entities: + - uid: 15479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-8.5 + parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 15480 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] - proto: ToiletGoldenDirtyWater entities: - uid: 15249 @@ -174754,6 +176965,16 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,21.5 parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 24079 + disposals: !type:Container + showEnts: False + occludes: True + ents: [] - proto: TomDrumsInstrument entities: - uid: 29001 @@ -174913,38 +177134,78 @@ entities: - type: Transform pos: 13.448203,28.974655 parent: 2 - - uid: 23034 - components: - - type: Transform - pos: 19.430145,3.6658764 - parent: 21002 - - uid: 23035 - components: - - type: Transform - pos: 19.628067,3.6658764 - parent: 21002 - - uid: 23041 - components: - - type: Transform - pos: 19.49913,3.5206451 - parent: 21002 - - uid: 23042 - components: - - type: Transform - pos: 19.290787,3.6456451 - parent: 21002 - uid: 28350 components: - type: Transform pos: 23.611437,-4.32009 parent: 2 + - uid: 30439 + components: + - type: Transform + pos: 20.22554,3.7148933 + parent: 21002 + - uid: 30440 + components: + - type: Transform + pos: 20.454712,3.8503094 + parent: 21002 + - uid: 30441 + components: + - type: Transform + pos: 20.704712,3.8398933 + parent: 21002 + - uid: 30442 + components: + - type: Transform + pos: 20.246368,3.9232254 + parent: 21002 - proto: TrashBananaPeel entities: + - uid: 3484 + components: + - type: Transform + pos: -23.344843,-39.90379 + parent: 2 - uid: 23753 components: - type: Transform pos: 13.830492,29.010149 parent: 2 +- proto: TrashCherryPit + entities: + - uid: 4046 + components: + - type: Transform + pos: -25.616423,-39.432644 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: -25.387255,-39.69306 + parent: 2 + - uid: 22432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.17464,-41.919125 + parent: 2 + - uid: 22439 + components: + - type: Transform + pos: -26.751839,-41.16181 + parent: 2 + - uid: 22744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.070473,-41.877457 + parent: 2 + - uid: 23353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.747557,-41.137875 + parent: 2 - proto: trayScanner entities: - uid: 9633 @@ -174962,6 +177223,13 @@ entities: - type: Transform pos: -32.484524,43.639366 parent: 2 +- proto: TreasureCoinIron + entities: + - uid: 3752 + components: + - type: Transform + pos: -24.375082,-41.35973 + parent: 2 - proto: TromboneInstrument entities: - uid: 28994 @@ -174976,6 +177244,28 @@ entities: - type: Transform pos: -17.46315,15.588936 parent: 2 +- proto: TurnstileGenpopEnter + entities: + - uid: 4 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-16.5 + parent: 2 +- proto: TurnstileGenpopLeave + entities: + - uid: 447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-14.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-12.5 + parent: 2 - proto: TwoWayLever entities: - uid: 9279 @@ -175397,6 +177687,66 @@ entities: - Reverse - - Middle - Off + - uid: 29604 + components: + - type: MetaData + name: portal conveyor + - type: Transform + pos: 44.5,-17.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 30407: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 30406: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 30408: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + - uid: 30413 + components: + - type: MetaData + name: portal conveyor + - type: Transform + pos: 19.5,1.5 + parent: 21002 + - type: DeviceLinkSource + linkedPorts: + 30415: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 30422: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 30425: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off - proto: UnfinishedMachineFrame entities: - uid: 9643 @@ -175413,10 +177763,10 @@ entities: parent: 2 - proto: UniformPrinter entities: - - uid: 4961 + - uid: 3849 components: - type: Transform - pos: 45.5,-3.5 + pos: 49.5,-4.5 parent: 2 - proto: UprightPianoInstrument entities: @@ -175489,10 +177839,10 @@ entities: parent: 2 - proto: VendingMachineCart entities: - - uid: 3482 + - uid: 18646 components: - type: Transform - pos: 44.5,-6.5 + pos: 48.5,-6.5 parent: 2 - proto: VendingMachineChapel entities: @@ -175788,6 +178138,11 @@ entities: parent: 2 - proto: VendingMachineSovietSoda entities: + - uid: 3750 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 - uid: 29641 components: - type: Transform @@ -175990,11 +178345,6 @@ entities: rot: 3.141592653589793 rad pos: 17.5,30.5 parent: 2 - - uid: 25516 - components: - - type: Transform - pos: 43.5,-10.5 - parent: 2 - proto: WallReinforced entities: - uid: 3 @@ -176910,8 +179260,8 @@ entities: - uid: 1181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-19.5 + rot: -1.5707963267948966 rad + pos: 56.5,-11.5 parent: 2 - uid: 1182 components: @@ -177121,8 +179471,8 @@ entities: - uid: 1490 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-19.5 + rot: 1.5707963267948966 rad + pos: 38.5,-20.5 parent: 2 - uid: 1495 components: @@ -177317,6 +179667,12 @@ entities: - type: Transform pos: -18.5,-41.5 parent: 2 + - uid: 1857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-17.5 + parent: 2 - uid: 1863 components: - type: Transform @@ -177359,11 +179715,6 @@ entities: - type: Transform pos: -28.5,-46.5 parent: 2 - - uid: 1921 - components: - - type: Transform - pos: 39.5,-18.5 - parent: 2 - uid: 1998 components: - type: Transform @@ -177801,6 +180152,12 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,9.5 parent: 2 + - uid: 2421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-12.5 + parent: 2 - uid: 2424 components: - type: Transform @@ -178281,36 +180638,11 @@ entities: - type: Transform pos: 29.5,-2.5 parent: 2 - - uid: 3088 - components: - - type: Transform - pos: 29.5,-3.5 - parent: 2 - - uid: 3089 - components: - - type: Transform - pos: 29.5,-4.5 - parent: 2 - - uid: 3090 - components: - - type: Transform - pos: 29.5,-5.5 - parent: 2 - - uid: 3091 - components: - - type: Transform - pos: 29.5,-6.5 - parent: 2 - uid: 3095 components: - type: Transform pos: -22.5,22.5 parent: 2 - - uid: 3096 - components: - - type: Transform - pos: 29.5,-10.5 - parent: 2 - uid: 3103 components: - type: Transform @@ -178321,42 +180653,12 @@ entities: - type: Transform pos: 29.5,-7.5 parent: 2 - - uid: 3105 - components: - - type: Transform - pos: 30.5,-17.5 - parent: 2 - - uid: 3106 - components: - - type: Transform - pos: 31.5,-17.5 - parent: 2 - - uid: 3107 - components: - - type: Transform - pos: 32.5,-17.5 - parent: 2 - - uid: 3108 - components: - - type: Transform - pos: 33.5,-17.5 - parent: 2 - uid: 3118 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-22.5 parent: 2 - - uid: 3119 - components: - - type: Transform - pos: 29.5,-24.5 - parent: 2 - - uid: 3120 - components: - - type: Transform - pos: 29.5,-25.5 - parent: 2 - uid: 3121 components: - type: Transform @@ -178813,12 +181115,6 @@ entities: - type: Transform pos: 11.5,20.5 parent: 2 - - uid: 3296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-22.5 - parent: 2 - uid: 3297 components: - type: Transform @@ -178835,47 +181131,53 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-81.5 parent: 2 - - uid: 3357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-1.5 - parent: 2 - - uid: 3362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-8.5 - parent: 2 - uid: 3364 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-9.5 parent: 2 - - uid: 3365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-9.5 - parent: 2 - uid: 3366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-9.5 + rot: 3.141592653589793 rad + pos: 49.5,-14.5 parent: 2 - - uid: 3379 + - uid: 3373 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-2.5 + pos: 49.5,-8.5 + parent: 2 + - uid: 3374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-9.5 + parent: 2 + - uid: 3375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-10.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-19.5 + parent: 2 + - uid: 3383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-18.5 parent: 2 - uid: 3384 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-3.5 + pos: 49.5,-7.5 parent: 2 - uid: 3385 components: @@ -178883,24 +181185,6 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-9.5 parent: 2 - - uid: 3386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-9.5 - parent: 2 - - uid: 3387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-9.5 - parent: 2 - - uid: 3389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-9.5 - parent: 2 - uid: 3390 components: - type: Transform @@ -178913,57 +181197,33 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,-9.5 parent: 2 - - uid: 3404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-1.5 - parent: 2 - - uid: 3407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-3.5 - parent: 2 - - uid: 3410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-1.5 - parent: 2 - uid: 3419 components: - type: Transform pos: 41.5,-9.5 parent: 2 - - uid: 3420 - components: - - type: Transform - pos: 41.5,-8.5 - parent: 2 - - uid: 3421 - components: - - type: Transform - pos: 41.5,-7.5 - parent: 2 - - uid: 3457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-7.5 - parent: 2 - - uid: 3458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-7.5 - parent: 2 - uid: 3463 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-7.5 parent: 2 + - uid: 3492 + components: + - type: Transform + pos: 33.5,-26.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-12.5 + parent: 2 - uid: 3499 components: - type: Transform @@ -178982,46 +181242,21 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,-10.5 parent: 2 - - uid: 3504 - components: - - type: Transform - pos: 47.5,-4.5 - parent: 2 - uid: 3505 components: - type: Transform - pos: 47.5,-3.5 - parent: 2 - - uid: 3506 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - - uid: 3507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-10.5 - parent: 2 - - uid: 3509 - components: - - type: Transform - pos: 42.5,-10.5 + rot: 3.141592653589793 rad + pos: 36.5,-12.5 parent: 2 - uid: 3511 components: - type: Transform - pos: 43.5,-10.5 + pos: 41.5,-17.5 parent: 2 - - uid: 3519 + - uid: 3515 components: - type: Transform - pos: 47.5,-6.5 - parent: 2 - - uid: 3520 - components: - - type: Transform - pos: 44.5,-10.5 + pos: 30.5,-2.5 parent: 2 - uid: 3538 components: @@ -179029,11 +181264,6 @@ entities: rot: 1.5707963267948966 rad pos: 64.5,-4.5 parent: 2 - - uid: 3544 - components: - - type: Transform - pos: 48.5,-3.5 - parent: 2 - uid: 3545 components: - type: Transform @@ -179050,12 +181280,6 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-4.5 parent: 2 - - uid: 3670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-6.5 - parent: 2 - uid: 3671 components: - type: Transform @@ -179086,12 +181310,6 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-1.5 parent: 2 - - uid: 3677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-4.5 - parent: 2 - uid: 3685 components: - type: Transform @@ -179110,59 +181328,58 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,-7.5 parent: 2 - - uid: 3688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-8.5 - parent: 2 - - uid: 3706 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-12.5 - parent: 2 - - uid: 3707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-13.5 - parent: 2 - uid: 3708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-14.5 + rot: 1.5707963267948966 rad + pos: 52.5,-22.5 parent: 2 - uid: 3709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-15.5 + rot: 1.5707963267948966 rad + pos: 53.5,-22.5 parent: 2 - uid: 3710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-16.5 + rot: 1.5707963267948966 rad + pos: 54.5,-22.5 parent: 2 - - uid: 3711 + - uid: 3713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-22.5 + parent: 2 + - uid: 3715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-22.5 + parent: 2 + - uid: 3744 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-17.5 + pos: 51.5,-11.5 parent: 2 - - uid: 3746 + - uid: 3755 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-17.5 + pos: 38.5,-13.5 parent: 2 - - uid: 3748 + - uid: 3757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-17.5 + pos: 49.5,-17.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-18.5 parent: 2 - uid: 3765 components: @@ -179170,42 +181387,12 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,-20.5 parent: 2 - - uid: 3767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-17.5 - parent: 2 - - uid: 3768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-18.5 - parent: 2 - - uid: 3769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-20.5 - parent: 2 - - uid: 3770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-21.5 - parent: 2 - uid: 3771 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-22.5 parent: 2 - - uid: 3773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-19.5 - parent: 2 - uid: 3775 components: - type: Transform @@ -179256,72 +181443,6 @@ entities: rot: 3.141592653589793 rad pos: 61.5,-20.5 parent: 2 - - uid: 3813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-19.5 - parent: 2 - - uid: 3814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-20.5 - parent: 2 - - uid: 3815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-21.5 - parent: 2 - - uid: 3816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-19.5 - parent: 2 - - uid: 3817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-20.5 - parent: 2 - - uid: 3818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-21.5 - parent: 2 - - uid: 3819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-19.5 - parent: 2 - - uid: 3820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-20.5 - parent: 2 - - uid: 3821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-21.5 - parent: 2 - - uid: 3823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-22.5 - parent: 2 - - uid: 3827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-22.5 - parent: 2 - uid: 3831 components: - type: Transform @@ -179593,48 +181714,12 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,-29.5 parent: 2 - - uid: 3940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-28.5 - parent: 2 - - uid: 3941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-27.5 - parent: 2 - - uid: 3942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-26.5 - parent: 2 - - uid: 3943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-25.5 - parent: 2 - - uid: 3944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-24.5 - parent: 2 - uid: 3945 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-23.5 parent: 2 - - uid: 3946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-23.5 - parent: 2 - uid: 3959 components: - type: Transform @@ -179820,198 +181905,12 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,-19.5 parent: 2 - - uid: 4015 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-23.5 - parent: 2 - - uid: 4020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-27.5 - parent: 2 - - uid: 4021 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-25.5 - parent: 2 - - uid: 4022 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-26.5 - parent: 2 - - uid: 4023 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-27.5 - parent: 2 - - uid: 4024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-27.5 - parent: 2 - - uid: 4025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-27.5 - parent: 2 - - uid: 4028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-23.5 - parent: 2 - - uid: 4029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-18.5 - parent: 2 - - uid: 4038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-19.5 - parent: 2 - - uid: 4039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-19.5 - parent: 2 - - uid: 4040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-19.5 - parent: 2 - - uid: 4041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-19.5 - parent: 2 - - uid: 4042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-20.5 - parent: 2 - - uid: 4043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-21.5 - parent: 2 - - uid: 4044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-22.5 - parent: 2 - - uid: 4045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-23.5 - parent: 2 - - uid: 4046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-24.5 - parent: 2 - - uid: 4047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-27.5 - parent: 2 - - uid: 4048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-25.5 - parent: 2 - - uid: 4049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-26.5 - parent: 2 - - uid: 4050 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-27.5 - parent: 2 - - uid: 4051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-24.5 - parent: 2 - - uid: 4052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-23.5 - parent: 2 - - uid: 4064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-29.5 - parent: 2 - - uid: 4065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-29.5 - parent: 2 - - uid: 4066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-29.5 - parent: 2 - uid: 4067 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-29.5 parent: 2 - - uid: 4068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-29.5 - parent: 2 - - uid: 4069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-29.5 - parent: 2 - - uid: 4070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-29.5 - parent: 2 - - uid: 4071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-29.5 - parent: 2 - uid: 4072 components: - type: Transform @@ -180066,6 +181965,18 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,-35.5 parent: 2 + - uid: 4108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-9.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-9.5 + parent: 2 - uid: 4118 components: - type: Transform @@ -180150,6 +182061,17 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,-31.5 parent: 2 + - uid: 4171 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 2 + - uid: 4174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-14.5 + parent: 2 - uid: 4250 components: - type: Transform @@ -180290,11 +182212,85 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-81.5 parent: 2 - - uid: 4437 + - uid: 4438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-21.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-17.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: 51.5,-2.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-19.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-5.5 + parent: 2 + - uid: 4629 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-22.5 + pos: 49.5,-12.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-17.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 4694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-16.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-15.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-10.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-15.5 parent: 2 - uid: 4875 components: @@ -180713,12 +182709,6 @@ entities: - type: Transform pos: -15.5,-59.5 parent: 2 - - uid: 5416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-2.5 - parent: 2 - uid: 5431 components: - type: Transform @@ -182459,12 +184449,6 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,44.5 parent: 2 - - uid: 8189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-11.5 - parent: 2 - uid: 8191 components: - type: Transform @@ -184718,6 +186702,12 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,10.5 parent: 2 + - uid: 11032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-17.5 + parent: 2 - uid: 11187 components: - type: Transform @@ -185831,6 +187821,12 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,21.5 parent: 2 + - uid: 12819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-10.5 + parent: 2 - uid: 12844 components: - type: Transform @@ -186046,6 +188042,11 @@ entities: - type: Transform pos: -28.5,7.5 parent: 2 + - uid: 13400 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 - uid: 13513 components: - type: Transform @@ -186073,6 +188074,70 @@ entities: - type: Transform pos: -18.5,20.5 parent: 2 + - uid: 14241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-1.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-1.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-20.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-11.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-9.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-11.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-11.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-11.5 + parent: 2 + - uid: 14305 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: 38.5,-9.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-3.5 + parent: 2 - uid: 14683 components: - type: Transform @@ -186089,6 +188154,29 @@ entities: - type: Transform pos: -28.5,-36.5 parent: 2 + - uid: 15429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-13.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-18.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-10.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 - uid: 16068 components: - type: Transform @@ -186139,6 +188227,53 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,48.5 parent: 2 + - uid: 17215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-7.5 + parent: 2 + - uid: 17216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-12.5 + parent: 2 + - uid: 17299 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 17305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-9.5 + parent: 2 + - uid: 17306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-20.5 + parent: 2 + - uid: 17314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-20.5 + parent: 2 + - uid: 17315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-9.5 + parent: 2 + - uid: 17317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-20.5 + parent: 2 - uid: 18052 components: - type: Transform @@ -186150,6 +188285,22 @@ entities: rot: 3.141592653589793 rad pos: -55.5,4.5 parent: 2 + - uid: 18147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-20.5 + parent: 2 + - uid: 18151 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - uid: 18158 + components: + - type: Transform + pos: 49.5,-2.5 + parent: 2 - uid: 18230 components: - type: Transform @@ -186234,17 +188385,23 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-79.5 parent: 2 - - uid: 18631 + - uid: 18628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 + rot: -1.5707963267948966 rad + pos: 38.5,-12.5 parent: 2 - - uid: 18646 + - uid: 18632 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-18.5 + pos: 49.5,-11.5 + parent: 2 + - uid: 18641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-9.5 parent: 2 - uid: 18723 components: @@ -187571,8 +189728,8 @@ entities: - uid: 23783 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-6.5 + rot: 3.141592653589793 rad + pos: 43.5,-19.5 parent: 2 - uid: 23810 components: @@ -187602,6 +189759,36 @@ entities: - type: Transform pos: 35.5,8.5 parent: 2 + - uid: 24244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-3.5 + parent: 2 + - uid: 24246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-4.5 + parent: 2 + - uid: 24247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-5.5 + parent: 2 + - uid: 24248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-6.5 + parent: 2 + - uid: 24249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-10.5 + parent: 2 - uid: 24290 components: - type: Transform @@ -188881,10 +191068,17 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,32.5 parent: 21002 + - uid: 28256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-8.5 + parent: 2 - uid: 28258 components: - type: Transform - pos: 54.5,-16.5 + rot: -1.5707963267948966 rad + pos: 36.5,-9.5 parent: 2 - uid: 28422 components: @@ -188897,6 +191091,12 @@ entities: rot: 3.141592653589793 rad pos: -22.5,34.5 parent: 2 + - uid: 28522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-9.5 + parent: 2 - uid: 28526 components: - type: Transform @@ -189029,7 +191229,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,-2.5 + pos: 43.5,-20.5 parent: 2 - uid: 29003 components: @@ -189037,11 +191237,23 @@ entities: rot: 3.141592653589793 rad pos: -58.5,-10.5 parent: 2 + - uid: 29140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-13.5 + parent: 2 - uid: 29192 components: - type: Transform pos: -15.5,-60.5 parent: 2 + - uid: 29194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-20.5 + parent: 2 - uid: 29293 components: - type: Transform @@ -189238,6 +191450,12 @@ entities: rot: 3.141592653589793 rad pos: -60.5,-9.5 parent: 2 + - uid: 29593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-22.5 + parent: 2 - uid: 29616 components: - type: Transform @@ -189248,11 +191466,41 @@ entities: - type: Transform pos: -14.5,-60.5 parent: 2 - - uid: 29991 + - uid: 29962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-11.5 + parent: 2 + - uid: 29986 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,-14.5 + pos: 29.5,-14.5 + parent: 2 + - uid: 29987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-16.5 + parent: 2 + - uid: 30063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-10.5 + parent: 2 + - uid: 30097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-9.5 + parent: 2 + - uid: 30098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-12.5 parent: 2 - uid: 30130 components: @@ -190540,24 +192788,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,34.5 parent: 2 - - uid: 3099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-14.5 - parent: 2 - - uid: 3101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-16.5 - parent: 2 - - uid: 3102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-15.5 - parent: 2 - uid: 3129 components: - type: Transform @@ -190696,53 +192926,11 @@ entities: - type: Transform pos: -26.5,-1.5 parent: 2 - - uid: 3742 + - uid: 3397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-13.5 - parent: 2 - - uid: 3744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-13.5 - parent: 2 - - uid: 3745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-13.5 - parent: 2 - - uid: 3749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-16.5 - parent: 2 - - uid: 3750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-15.5 - parent: 2 - - uid: 3751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-14.5 - parent: 2 - - uid: 3752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-13.5 - parent: 2 - - uid: 3753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-13.5 + rot: -1.5707963267948966 rad + pos: 33.5,-16.5 parent: 2 - uid: 3906 components: @@ -190794,6 +192982,24 @@ entities: - type: Transform pos: -9.5,-41.5 parent: 2 + - uid: 4022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-22.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-22.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-8.5 + parent: 2 - uid: 4136 components: - type: Transform @@ -190819,6 +193025,18 @@ entities: - type: Transform pos: -38.5,-29.5 parent: 2 + - uid: 4656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-13.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-22.5 + parent: 2 - uid: 5157 components: - type: Transform @@ -190998,24 +193216,6 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-7.5 parent: 2 - - uid: 5380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-8.5 - parent: 2 - - uid: 5382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-9.5 - parent: 2 - - uid: 5383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-10.5 - parent: 2 - uid: 5386 components: - type: Transform @@ -192080,6 +194280,12 @@ entities: - type: Transform pos: 41.5,41.5 parent: 2 + - uid: 9804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-27.5 + parent: 2 - uid: 9810 components: - type: Transform @@ -193039,6 +195245,12 @@ entities: - type: Transform pos: -48.5,-35.5 parent: 2 + - uid: 14303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-26.5 + parent: 2 - uid: 14631 components: - type: Transform @@ -193197,6 +195409,12 @@ entities: - type: Transform pos: 16.5,20.5 parent: 2 + - uid: 17460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-25.5 + parent: 2 - uid: 17611 components: - type: Transform @@ -193217,6 +195435,11 @@ entities: - type: Transform pos: 15.5,30.5 parent: 2 + - uid: 18373 + components: + - type: Transform + pos: 53.5,-7.5 + parent: 2 - uid: 19311 components: - type: Transform @@ -193312,6 +195535,17 @@ entities: - type: Transform pos: -47.5,-1.5 parent: 2 + - uid: 23360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-23.5 + parent: 2 + - uid: 24254 + components: + - type: Transform + pos: 29.5,-24.5 + parent: 2 - uid: 24643 components: - type: Transform @@ -193462,6 +195696,11 @@ entities: - type: Transform pos: 48.5,-22.5 parent: 21002 + - uid: 25516 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 - uid: 28536 components: - type: Transform @@ -193560,6 +195799,41 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-36.5 parent: 2 + - uid: 29595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-28.5 + parent: 2 + - uid: 29596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-27.5 + parent: 2 + - uid: 29598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-25.5 + parent: 2 + - uid: 29599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-24.5 + parent: 2 + - uid: 29600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-23.5 + parent: 2 + - uid: 29601 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 - uid: 29621 components: - type: Transform @@ -193620,8 +195894,77 @@ entities: rot: 3.141592653589793 rad pos: 11.5,-40.5 parent: 2 + - uid: 29948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-29.5 + parent: 2 + - uid: 29949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-29.5 + parent: 2 + - uid: 29950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-29.5 + parent: 2 + - uid: 29951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-29.5 + parent: 2 + - uid: 29952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-29.5 + parent: 2 + - uid: 29953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-29.5 + parent: 2 + - uid: 29954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-29.5 + parent: 2 + - uid: 29982 + components: + - type: Transform + pos: 53.5,-6.5 + parent: 2 + - uid: 30025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-17.5 + parent: 2 + - uid: 30026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-17.5 + parent: 2 - proto: WallSolidDiagonal entities: + - uid: 4442 + components: + - type: Transform + pos: 46.5,-17.5 + parent: 2 + - uid: 14307 + components: + - type: Transform + pos: 41.5,-14.5 + parent: 2 - uid: 14551 components: - type: Transform @@ -194061,58 +196404,11 @@ entities: - type: Transform pos: 21.5,-3.5 parent: 21002 - - uid: 22431 - components: - - type: Transform - pos: 17.5,6.5 - parent: 21002 - - uid: 22432 - components: - - type: Transform - pos: 19.5,7.5 - parent: 21002 - - uid: 22433 - components: - - type: Transform - pos: 17.5,7.5 - parent: 21002 - - uid: 22434 - components: - - type: Transform - pos: 19.5,5.5 - parent: 21002 - - uid: 22437 - components: - - type: Transform - pos: 17.5,5.5 - parent: 21002 - - uid: 22438 - components: - - type: Transform - pos: 19.5,6.5 - parent: 21002 - - uid: 22439 - components: - - type: Transform - pos: 18.5,7.5 - parent: 21002 - uid: 22705 components: - type: Transform pos: 24.5,5.5 parent: 21002 - - uid: 22744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,4.5 - parent: 21002 - - uid: 22778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,4.5 - parent: 21002 - uid: 22885 components: - type: Transform @@ -194188,6 +196484,51 @@ entities: rot: 1.5707963267948966 rad pos: 52.5,10.5 parent: 21002 + - uid: 30414 + components: + - type: Transform + pos: 21.5,7.5 + parent: 21002 + - uid: 30430 + components: + - type: Transform + pos: 22.5,7.5 + parent: 21002 + - uid: 30431 + components: + - type: Transform + pos: 20.5,7.5 + parent: 21002 + - uid: 30432 + components: + - type: Transform + pos: 20.5,6.5 + parent: 21002 + - uid: 30433 + components: + - type: Transform + pos: 20.5,5.5 + parent: 21002 + - uid: 30434 + components: + - type: Transform + pos: 20.5,4.5 + parent: 21002 + - uid: 30435 + components: + - type: Transform + pos: 22.5,6.5 + parent: 21002 + - uid: 30436 + components: + - type: Transform + pos: 22.5,5.5 + parent: 21002 + - uid: 30437 + components: + - type: Transform + pos: 22.5,4.5 + parent: 21002 - proto: WantedListCartridge entities: - uid: 19533 @@ -194271,104 +196612,35 @@ entities: parent: 2 - proto: WardrobePrisonFilled entities: - - uid: 4233 + - uid: 4664 components: - type: Transform - pos: 44.5,-21.5 + pos: 37.5,-15.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - type: ContainerContainer containers: entity_storage: !type:Container showEnts: False occludes: True ents: - - 29948 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4234 - components: - - type: Transform - pos: 48.5,-21.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 29949 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4235 - components: - - type: Transform - pos: 52.5,-21.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 29950 + - 4665 + - 4666 + - 4667 + - 4668 + - 4669 + - 4670 + - 4671 + - 4672 + - 4673 + - 4674 + - 4675 + - 4676 + - 4677 + - 4678 + - 4679 + - 4680 + - 4681 + - 4682 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -194516,6 +196788,11 @@ entities: parent: 2 - proto: WaterCooler entities: + - uid: 593 + components: + - type: Transform + pos: 35.5,-28.5 + parent: 2 - uid: 1616 components: - type: Transform @@ -194546,11 +196823,6 @@ entities: - type: Transform pos: -57.5,-22.5 parent: 2 - - uid: 18596 - components: - - type: Transform - pos: 37.5,-16.5 - parent: 2 - uid: 21432 components: - type: Transform @@ -194672,6 +196944,24 @@ entities: rot: 3.141592653589793 rad pos: 19.5,7.5 parent: 2 + - uid: 3485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-28.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-4.5 + parent: 2 - uid: 4281 components: - type: Transform @@ -194682,28 +196972,16 @@ entities: - type: Transform pos: 37.5,-34.5 parent: 2 - - uid: 4344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-13.5 - parent: 2 - - uid: 4812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-10.5 - parent: 2 - uid: 6655 components: - type: Transform pos: 3.5,43.5 parent: 2 - - uid: 19030 + - uid: 29999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-9.5 + rot: 3.141592653589793 rad + pos: 42.5,-15.5 parent: 2 - uid: 30204 components: @@ -194738,6 +197016,14 @@ entities: - type: Transform pos: 48.66992,-38.664413 parent: 2 +- proto: WeaponEnergyTurretStation + entities: + - uid: 30411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 21002 - proto: WeaponGrapplingGun entities: - uid: 10217 @@ -194784,25 +197070,29 @@ entities: - type: InsideEntityStorage - proto: WeaponLaserCarbine entities: - - uid: 4191 + - uid: 30477 components: - type: Transform - pos: 35.374237,-26.450434 + rot: 1.5707963267948966 rad + pos: 50.616848,-12.535196 parent: 2 - - uid: 4192 + - uid: 30478 components: - type: Transform - pos: 35.374237,-26.669184 + rot: 1.5707963267948966 rad + pos: 50.273098,-12.670613 parent: 2 - - uid: 4193 + - uid: 30479 components: - type: Transform - pos: 34.733612,-26.684809 + rot: 1.5707963267948966 rad + pos: 50.596016,-13.160196 parent: 2 - - uid: 4194 + - uid: 30480 components: - type: Transform - pos: 34.733612,-26.450434 + rot: 1.5707963267948966 rad + pos: 50.293934,-13.21228 parent: 2 - proto: WeaponLaserCarbinePractice entities: @@ -194811,20 +197101,36 @@ entities: - type: Transform pos: 45.517193,-35.503773 parent: 2 -- proto: WeaponPistolN1984 +- proto: WeaponPistolMk58 entities: - - uid: 4204 + - uid: 15492 components: - type: Transform - pos: 32.46886,-20.362041 + pos: 44.66746,-19.535141 parent: 2 -- proto: WeaponRifleFoam +- proto: WeaponPistolN1984 entities: - - uid: 15416 + - uid: 30443 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.90458,-8.522037 + pos: 50.490818,-16.04923 + parent: 2 +- proto: WeaponRevolverDeckard + entities: + - uid: 15480 + components: + - type: Transform + parent: 15479 + - type: Physics + canCollide: False +- proto: WeaponRifleFoam + entities: + - uid: 14156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.91208,-8.509778 parent: 2 - proto: WeaponShotgunDoubleBarreledRubber entities: @@ -194836,15 +197142,17 @@ entities: parent: 2 - proto: WeaponShotgunEnforcer entities: - - uid: 4189 + - uid: 30457 components: - type: Transform - pos: 32.609486,-26.362041 + rot: -1.5707963267948966 rad + pos: 53.773098,-12.660196 parent: 2 - - uid: 4190 + - uid: 30459 components: - type: Transform - pos: 32.609486,-26.580791 + rot: -1.5707963267948966 rad + pos: 53.450184,-12.639363 parent: 2 - proto: WeaponSubMachineGunWt550 entities: @@ -194943,6 +197251,14 @@ entities: - type: Transform pos: 31.5,-31.5 parent: 21002 +- proto: WhoopieCushion + entities: + - uid: 24077 + components: + - type: Transform + parent: 10204 + - type: Physics + canCollide: False - proto: Windoor entities: - uid: 1463 @@ -195003,70 +197319,73 @@ entities: parent: 2 - proto: WindoorSecure entities: - - uid: 3434 + - uid: 15448 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-3.5 + pos: 44.5,-3.5 parent: 2 - proto: WindoorSecureArmoryLocked entities: - - uid: 593 - components: - - type: Transform - pos: 38.5,-18.5 - parent: 2 - - uid: 1169 - components: - - type: Transform - pos: 37.5,-18.5 - parent: 2 - - uid: 4201 + - uid: 3116 components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,-26.5 + pos: 40.5,-20.5 parent: 2 - - uid: 4202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-20.5 - parent: 2 - - uid: 4203 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 2 - - uid: 4207 + - uid: 3117 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-26.5 + pos: 44.5,-19.5 parent: 2 - - uid: 9807 + - uid: 3858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-19.5 + parent: 2 + - uid: 23434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-20.5 + parent: 2 + - uid: 30455 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,-9.5 + pos: 53.5,-12.5 parent: 2 - - uid: 21448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-10.5 - parent: 2 - - uid: 28257 + - uid: 30474 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-13.5 + pos: 50.5,-12.5 parent: 2 - - uid: 29952 + - uid: 30481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-13.5 + parent: 2 + - uid: 30482 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,-11.5 + pos: 53.5,-13.5 + parent: 2 + - uid: 30485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-15.5 + parent: 2 + - uid: 30486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-16.5 parent: 2 - proto: WindoorSecureAtmosphericsLocked entities: @@ -195082,6 +197401,40 @@ entities: rot: 3.141592653589793 rad pos: -39.5,2.5 parent: 2 +- proto: WindoorSecureBrigLocked + entities: + - uid: 3512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-4.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-3.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 23432 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - uid: 23450 + components: + - type: Transform + pos: 40.5,-20.5 + parent: 2 - proto: WindoorSecureCargoLocked entities: - uid: 11541 @@ -195179,28 +197532,28 @@ entities: parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: - - uid: 3412 + - uid: 4026 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-4.5 + pos: 43.5,-4.5 parent: 2 - - uid: 3413 + - uid: 4492 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-5.5 + pos: 43.5,-5.5 parent: 2 - - uid: 3414 + - uid: 17214 + components: + - type: Transform + pos: 44.5,-3.5 + parent: 2 + - uid: 17297 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-6.5 - parent: 2 - - uid: 3433 - components: - - type: Transform - pos: 40.5,-3.5 + pos: 43.5,-6.5 parent: 2 - proto: WindoorSecureMedicalLocked entities: @@ -195242,66 +197595,13 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,-43.5 parent: 2 -- proto: WindoorSecureSecurityLawyerLocked +- proto: WindoorSecureSecurityLocked entities: - - uid: 30134 + - uid: 17319 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-8.5 - parent: 2 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 1549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-18.5 - parent: 2 - - uid: 3857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-14.5 - parent: 2 - - uid: 3858 - components: - - type: Transform - pos: 45.5,-19.5 - parent: 2 - - uid: 3859 - components: - - type: Transform - pos: 49.5,-19.5 - parent: 2 - - uid: 3860 - components: - - type: Transform - pos: 53.5,-19.5 - parent: 2 - - uid: 4438 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-18.5 - parent: 2 - - uid: 18739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-11.5 - parent: 2 - - uid: 18740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-10.5 - parent: 2 - - uid: 19007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-9.5 + pos: 43.5,-8.5 parent: 2 - uid: 21069 components: @@ -195315,12 +197615,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 21002 - - uid: 30071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-13.5 - parent: 2 - proto: WindoorServiceLocked entities: - uid: 633 @@ -195508,11 +197802,6 @@ entities: - type: Transform pos: -28.5,-40.5 parent: 2 - - uid: 560 - components: - - type: Transform - pos: 33.5,-1.5 - parent: 2 - uid: 562 components: - type: Transform @@ -195543,11 +197832,6 @@ entities: - type: Transform pos: -33.5,2.5 parent: 2 - - uid: 582 - components: - - type: Transform - pos: 30.5,-1.5 - parent: 2 - uid: 718 components: - type: Transform @@ -195857,6 +198141,24 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-24.5 parent: 2 + - uid: 3090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-26.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-26.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-26.5 + parent: 2 - uid: 9617 components: - type: Transform @@ -195875,6 +198177,12 @@ entities: rot: 1.5707963267948966 rad pos: -58.5,-9.5 parent: 2 + - uid: 17271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-1.5 + parent: 2 - uid: 18937 components: - type: Transform @@ -195885,6 +198193,12 @@ entities: - type: Transform pos: -3.5,-39.5 parent: 2 + - uid: 26713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-1.5 + parent: 2 - uid: 28753 components: - type: Transform @@ -196133,23 +198447,23 @@ entities: parent: 2 - proto: WindowFrostedDirectional entities: - - uid: 28867 + - uid: 3489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-16.5 + rot: 3.141592653589793 rad + pos: 30.5,-27.5 parent: 2 - - uid: 28875 + - uid: 3506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-15.5 + rot: 3.141592653589793 rad + pos: 31.5,-27.5 parent: 2 - - uid: 28876 + - uid: 15490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-14.5 + rot: 3.141592653589793 rad + pos: 32.5,-27.5 parent: 2 - proto: WindowReinforcedDirectional entities: @@ -196339,77 +198653,16 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,4.5 parent: 2 - - uid: 3424 + - uid: 3769 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-7.5 + pos: 44.5,-7.5 parent: 2 - - uid: 3425 + - uid: 3770 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-7.5 - parent: 2 - - uid: 3431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-7.5 - parent: 2 - - uid: 3844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-11.5 - parent: 2 - - uid: 3845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-12.5 - parent: 2 - - uid: 3846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-13.5 - parent: 2 - - uid: 3847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-14.5 - parent: 2 - - uid: 3848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-14.5 - parent: 2 - - uid: 3849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-14.5 - parent: 2 - - uid: 3851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-13.5 - parent: 2 - - uid: 3852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-12.5 - parent: 2 - - uid: 3853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-11.5 + pos: 43.5,-6.5 parent: 2 - uid: 3925 components: @@ -196422,29 +198675,28 @@ entities: rot: 3.141592653589793 rad pos: 15.5,-41.5 parent: 2 + - uid: 4039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-7.5 + parent: 2 + - uid: 4045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-7.5 + parent: 2 - uid: 4132 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-38.5 parent: 2 - - uid: 4178 + - uid: 4563 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-26.5 - parent: 2 - - uid: 4179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 - parent: 2 - - uid: 4185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-26.5 + pos: 50.5,-13.5 parent: 2 - uid: 6128 components: @@ -196532,6 +198784,11 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,-45.5 parent: 2 + - uid: 17298 + components: + - type: Transform + pos: 44.5,-6.5 + parent: 2 - uid: 20823 components: - type: Transform @@ -196610,6 +198867,22 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,5.5 parent: 21002 + - uid: 30456 + components: + - type: Transform + pos: 53.5,-13.5 + parent: 2 + - uid: 30473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-15.5 + parent: 2 + - uid: 30484 + components: + - type: Transform + pos: 50.5,-16.5 + parent: 2 - proto: Wirecutter entities: - uid: 23787 @@ -196632,13 +198905,6 @@ entities: - type: Transform pos: -17.546484,13.568103 parent: 2 - - uid: 29948 - components: - - type: Transform - parent: 4233 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: WoodDoor entities: - uid: 804 @@ -196666,6 +198932,11 @@ entities: - type: Transform pos: -34.5,-44.5 parent: 2 + - uid: 3851 + components: + - type: Transform + pos: 53.5,-8.5 + parent: 2 - uid: 22329 components: - type: Transform @@ -196681,24 +198952,24 @@ entities: - type: Transform pos: 13.5,4.5 parent: 21002 - - uid: 22773 - components: - - type: Transform - pos: 18.5,4.5 - parent: 21002 - uid: 26797 components: - type: Transform pos: 24.5,2.5 parent: 21002 - type: Door - secondsUntilStateChange: -590865.3 + secondsUntilStateChange: -640670.5 state: Opening - uid: 28863 components: - type: Transform pos: 11.5,-19.5 parent: 2 + - uid: 30438 + components: + - type: Transform + pos: 21.5,4.5 + parent: 21002 - proto: WoodenBench entities: - uid: 21 @@ -196896,6 +199167,11 @@ entities: parent: 21002 - proto: Wrench entities: + - uid: 3495 + components: + - type: Transform + pos: 48.480865,-15.406906 + parent: 2 - uid: 6774 components: - type: Transform @@ -196932,11 +199208,6 @@ entities: - type: Transform pos: 13.518675,-36.352715 parent: 2 - - uid: 21209 - components: - - type: Transform - pos: 30.430393,-10.961374 - parent: 2 - uid: 21210 components: - type: Transform From 5afd520773665745946b575174b75f352888f65d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 09:05:14 +0000 Subject: [PATCH 120/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 665d61b72e..436d5a4afb 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -51,4 +51,13 @@ type: Tweak id: 7 time: '2025-01-19T12:00:00Z' +- author: IProduceWidgets + changes: + - message: On Oasis, the genpop prison has been added. + type: Add + - message: On Oasis, Security has been given a large department rework. + type: Tweak + id: 8 + time: '2025-04-29T09:04:07.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37031 Order: 1 From 53c3153645df7a15d65a12f29f60a259f9edc258 Mon Sep 17 00:00:00 2001 From: TytosB <54259736+TytosB@users.noreply.github.com> Date: Tue, 29 Apr 2025 05:00:55 -0500 Subject: [PATCH 121/318] re-buffs proto kinetic accelerator (#37012) * new ruins * genpop * nvm * abc * fuckin * turnstyle * ruins * stamp * abc * bruh * efg * pka fixed * range tweak --- .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index bea1df8bca..63d9e62349 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -457,11 +457,11 @@ impactEffect: BulletImpactEffectKinetic damage: types: - Blunt: 15 - Structural: 15 + Blunt: 25 + Structural: 30 # Short lifespan - type: TimedDespawn - lifetime: 0.170 # ~4 tiles of range. + lifetime: 0.22 # roughly 5.5 tiles - type: GatheringProjectile - type: entity From ad63aef2b271d0f9e106ffd847f9529e91ab5806 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 10:02:04 +0000 Subject: [PATCH 122/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b7ef8007bd..6b7d398bf6 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Forcefeeding pills now takes 2 seconds (was 1 second), while eating them - takes 0.6 seconds (was 1 second). - type: Tweak - id: 7883 - time: '2025-01-31T11:59:38.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34764 - author: themias changes: - message: Updated sound effects for shutters @@ -3925,3 +3917,10 @@ id: 8384 time: '2025-04-29T05:24:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/34039 +- author: TytosB + changes: + - message: adjusted pka damage and range + type: Tweak + id: 8385 + time: '2025-04-29T10:00:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37012 From 8245474fdc26d7f0a01f2218adaab87d36c796f7 Mon Sep 17 00:00:00 2001 From: abadaba695 Date: Tue, 29 Apr 2025 20:24:56 +1000 Subject: [PATCH 123/318] Chem master more unit transfer buttons (#36995) * Changes chem master unit transfers to be the same as the chem dispenser * adds chem master transfer buttons for 15u, 20u, and 30u --- Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs | 3 +++ Content.Shared/Chemistry/SharedChemMaster.cs | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs index e264b859a0..14b55066e9 100644 --- a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs +++ b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs @@ -116,7 +116,10 @@ namespace Content.Client.Chemistry.UI ("1", ChemMasterReagentAmount.U1, StyleBase.ButtonOpenBoth), ("5", ChemMasterReagentAmount.U5, StyleBase.ButtonOpenBoth), ("10", ChemMasterReagentAmount.U10, StyleBase.ButtonOpenBoth), + ("15", ChemMasterReagentAmount.U15, StyleBase.ButtonOpenBoth), + ("20", ChemMasterReagentAmount.U20, StyleBase.ButtonOpenBoth), ("25", ChemMasterReagentAmount.U25, StyleBase.ButtonOpenBoth), + ("30", ChemMasterReagentAmount.U30, StyleBase.ButtonOpenBoth), ("50", ChemMasterReagentAmount.U50, StyleBase.ButtonOpenBoth), ("100", ChemMasterReagentAmount.U100, StyleBase.ButtonOpenBoth), (Loc.GetString("chem-master-window-buffer-all-amount"), ChemMasterReagentAmount.All, StyleBase.ButtonOpenLeft), diff --git a/Content.Shared/Chemistry/SharedChemMaster.cs b/Content.Shared/Chemistry/SharedChemMaster.cs index 67bd9a0d63..cabee465ea 100644 --- a/Content.Shared/Chemistry/SharedChemMaster.cs +++ b/Content.Shared/Chemistry/SharedChemMaster.cs @@ -106,7 +106,10 @@ namespace Content.Shared.Chemistry U1 = 1, U5 = 5, U10 = 10, + U15 = 15, + U20 = 20, U25 = 25, + U30 = 30, U50 = 50, U100 = 100, All, From db008825e67ec07041320428186fe6950d5d8aca Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 10:26:03 +0000 Subject: [PATCH 124/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6b7d398bf6..e949a80d7c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Updated sound effects for shutters - type: Tweak - id: 7884 - time: '2025-01-31T17:41:52.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34774 - author: Nox38 changes: - message: Renamed riot bullet shield to ballistic shield @@ -3924,3 +3917,10 @@ id: 8385 time: '2025-04-29T10:00:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37012 +- author: abadaba695 + changes: + - message: Added 15u, 20u, and 30u transfer buttons in the chem master. + type: Add + id: 8386 + time: '2025-04-29T10:24:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36995 From 9e9726f81b5496e696332bb64063a1a428af031b Mon Sep 17 00:00:00 2001 From: kosticia Date: Tue, 29 Apr 2025 15:58:39 +0300 Subject: [PATCH 125/318] Add borders to the asteroid sand (#35397) * tiles * Fix * borderless * Astrosand * Add tile * Fix --- Resources/Locale/en-US/tiles/tiles.ftl | 3 + .../Entities/Objects/Misc/tiles.yml | 19 ++- Resources/Prototypes/Recipes/Lathes/misc.yml | 5 + Resources/Prototypes/Tiles/floors.yml | 114 ++++++++++++++++-- .../Objects/Tiles/tile.rsi/astro-asteroid.png | Bin 0 -> 871 bytes .../Textures/Objects/Tiles/tile.rsi/meta.json | 5 +- .../Tiles/Asteroid/asteroid_double_edge.png | Bin 0 -> 982 bytes .../Tiles/Asteroid/asteroid_single_edge.png | Bin 0 -> 2028 bytes .../Tiles/Asteroid/iron_double_edge.png | Bin 0 -> 1049 bytes .../Tiles/Asteroid/iron_single_edge.png | Bin 0 -> 188 bytes 10 files changed, 134 insertions(+), 12 deletions(-) create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/astro-asteroid.png create mode 100644 Resources/Textures/Tiles/Asteroid/asteroid_double_edge.png create mode 100644 Resources/Textures/Tiles/Asteroid/asteroid_single_edge.png create mode 100644 Resources/Textures/Tiles/Asteroid/iron_double_edge.png create mode 100644 Resources/Textures/Tiles/Asteroid/iron_single_edge.png diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index 0263c447a0..c6aeeacf99 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -103,10 +103,12 @@ tiles-dark-grass-floor = dark grass floor tiles-light-grass-floor = light grass floor tiles-dirt-floor = dirt floor tiles-asteroid-sand = asteroid sand +tiles-asteroid-sand-borderless = borderless asteroid sand tiles-asteroid-sand-dug = dug asteroid sand tiles-asteroid-tile = asteroid tile tiles-asteroid-plating = asteroid plating tiles-asteroid-ironsand = asteroid ironsand +tiles-asteroid-ironsand-borderless = borderless asteroid ironsand tiles-cave = cave tiles-cave-drought = cave drought tiles-flesh-floor = flesh floor @@ -129,4 +131,5 @@ tiles-jungle-astro-grass = jungle astro-grass tiles-astro-ice = astro-ice tiles-astro-snow = astro-snow tiles-astro-asteroid-sand = asteroid astro-sand +tiles-astro-asteroid-sand-borderless = borderless asteroid astro-sand tiles-wood-large = large wood diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 37a77acff1..4593219d9b 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -1558,7 +1558,7 @@ description: Fake sand. Luckily, it's not as coarse as the real thing. components: - type: Sprite - state: asteroid + state: astro-asteroid - type: Item heldPrefix: asteroid - type: FloorTile @@ -1568,6 +1568,23 @@ - type: Stack stackType: FloorTileAstroAsteroidSand +- type: entity + id: FloorTileItemAstroAsteroidSandBorderless + parent: FloorTileItemBase + name: borderless asteroid astro-sand + description: Fake sand. Luckily, it's not as coarse as the real thing. + components: + - type: Sprite + state: asteroid + - type: Item + heldPrefix: asteroid + - type: FloorTile + outputs: + - Plating + - FloorAstroAsteroidSandBorderless + - type: Stack + stackType: FloorTileAstroAsteroidSand + - type: entity name: large wood floor parent: FloorTileItemBase diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 7d4c80b795..5cf10fb570 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -196,6 +196,11 @@ id: FauxTileAstroAsteroidSand result: FloorTileItemAstroAsteroidSand +- type: latheRecipe + parent: BaseFauxTileRecipe + id: FauxTileAstroAsteroidSandBorderless + result: FloorTileItemAstroAsteroidSandBorderless + - type: latheRecipe id: FloorGreenCircuit result: FloorTileItemGCircuit4 diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 6c8714be20..55e4a9a8af 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1519,8 +1519,8 @@ # Asteroid - type: tile - id: FloorAsteroidSand - name: tiles-asteroid-sand + id: FloorAsteroidSandBorderless + name: tiles-asteroid-sand-borderless sprite: /Textures/Tiles/Asteroid/asteroid.png variants: 13 placementVariants: @@ -1545,8 +1545,22 @@ weather: true - type: tile - id: FloorAsteroidSandDug + id: FloorAsteroidSand + parent: FloorAsteroidSandBorderless name: tiles-asteroid-sand + edgeSprites: + SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + SouthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + South: /Textures/Tiles/Asteroid/asteroid_double_edge.png + East: /Textures/Tiles/Asteroid/asteroid_double_edge.png + North: /Textures/Tiles/Asteroid/asteroid_double_edge.png + West: /Textures/Tiles/Asteroid/asteroid_double_edge.png + +- type: tile + id: FloorAsteroidSandDugBorderless + name: tiles-asteroid-sand-borderless sprite: /Textures/Tiles/Asteroid/asteroid_dug.png baseTurf: Space isSubfloor: true @@ -1556,8 +1570,22 @@ weather: true - type: tile - id: FloorAsteroidSandRed + id: FloorAsteroidSandDug + parent: FloorAsteroidSandDugBorderless name: tiles-asteroid-sand + edgeSprites: + SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + SouthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + South: /Textures/Tiles/Asteroid/asteroid_double_edge.png + East: /Textures/Tiles/Asteroid/asteroid_double_edge.png + North: /Textures/Tiles/Asteroid/asteroid_double_edge.png + West: /Textures/Tiles/Asteroid/asteroid_double_edge.png + +- type: tile + id: FloorAsteroidSandRedBorderless + name: tiles-asteroid-sand-borderless sprite: /Textures/Tiles/Asteroid/asteroid_red.png variants: 13 placementVariants: @@ -1581,6 +1609,20 @@ heatCapacity: 10000 weather: true +- type: tile + id: FloorAsteroidSandRed + parent: FloorAsteroidSandRedBorderless + name: tiles-asteroid-sand + edgeSprites: + SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + SouthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + South: /Textures/Tiles/Asteroid/asteroid_double_edge.png + East: /Textures/Tiles/Asteroid/asteroid_double_edge.png + North: /Textures/Tiles/Asteroid/asteroid_double_edge.png + West: /Textures/Tiles/Asteroid/asteroid_double_edge.png + - type: tile id: FloorAsteroidTile name: tiles-asteroid-tile @@ -1594,8 +1636,8 @@ weather: true - type: tile - id: FloorAsteroidIronsand - name: tiles-asteroid-ironsand + id: FloorAsteroidIronsandBorderless + name: tiles-asteroid-ironsand-borderless sprite: /Textures/Tiles/Asteroid/ironsand.png variants: 15 placementVariants: @@ -1622,8 +1664,22 @@ weather: true - type: tile - id: FloorAsteroidSandUnvariantized - name: tiles-asteroid-sand + id: FloorAsteroidIronsand + parent: FloorAsteroidIronsandBorderless + name: tiles-asteroid-ironsand + edgeSprites: + SouthEast: /Textures/Tiles/Asteroid/iron_single_edge.png + NorthEast: /Textures/Tiles/Asteroid/iron_single_edge.png + NorthWest: /Textures/Tiles/Asteroid/iron_single_edge.png + SouthWest: /Textures/Tiles/Asteroid/iron_single_edge.png + South: /Textures/Tiles/Asteroid/iron_double_edge.png + East: /Textures/Tiles/Asteroid/iron_double_edge.png + North: /Textures/Tiles/Asteroid/iron_double_edge.png + West: /Textures/Tiles/Asteroid/iron_double_edge.png + +- type: tile + id: FloorAsteroidSandUnvariantizedBorderless + name: tiles-asteroid-sand-borderless sprite: /Textures/Tiles/Asteroid/asteroid0.png baseTurf: Space isSubfloor: true @@ -1633,8 +1689,22 @@ weather: true - type: tile - id: FloorAsteroidIronsandUnvariantized - name: tiles-asteroid-ironsand + id: FloorAsteroidSandUnvariantized + parent: FloorAsteroidSandUnvariantizedBorderless + name: tiles-asteroid-sand + edgeSprites: + SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png + NorthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + SouthWest: /Textures/Tiles/Asteroid/asteroid_single_edge.png + South: /Textures/Tiles/Asteroid/asteroid_double_edge.png + East: /Textures/Tiles/Asteroid/asteroid_double_edge.png + North: /Textures/Tiles/Asteroid/asteroid_double_edge.png + West: /Textures/Tiles/Asteroid/asteroid_double_edge.png + +- type: tile + id: FloorAsteroidIronsandUnvariantizedBorderless + name: tiles-asteroid-ironsand-borderless sprite: /Textures/Tiles/Asteroid/ironsand0.png baseTurf: Space isSubfloor: true @@ -1643,6 +1713,20 @@ heatCapacity: 10000 weather: true +- type: tile + id: FloorAsteroidIronsandUnvariantized + parent: FloorAsteroidIronsandUnvariantizedBorderless + name: tiles-asteroid-ironsand + edgeSprites: + SouthEast: /Textures/Tiles/Asteroid/iron_single_edge.png + NorthEast: /Textures/Tiles/Asteroid/iron_single_edge.png + NorthWest: /Textures/Tiles/Asteroid/iron_single_edge.png + SouthWest: /Textures/Tiles/Asteroid/iron_single_edge.png + South: /Textures/Tiles/Asteroid/iron_double_edge.png + East: /Textures/Tiles/Asteroid/iron_double_edge.png + North: /Textures/Tiles/Asteroid/iron_double_edge.png + West: /Textures/Tiles/Asteroid/iron_double_edge.png + # Caves - type: tile id: FloorCave @@ -1926,6 +2010,16 @@ itemDrop: FloorTileItemAstroAsteroidSand weather: false +- type: tile + id: FloorAstroAsteroidSandBorderless + name: tiles-astro-asteroid-sand-borderless + parent: FloorAsteroidSandBorderless + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + itemDrop: FloorTileItemAstroAsteroidSand + weather: false + - type: tile id: FloorWoodLarge name: tiles-wood-large diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/astro-asteroid.png b/Resources/Textures/Objects/Tiles/tile.rsi/astro-asteroid.png new file mode 100644 index 0000000000000000000000000000000000000000..5f2e387e357ae8b7d65a2c50d37b241198b205ec GIT binary patch literal 871 zcmV-t1DO1YP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0{lrtK~z{r?Ul=J z(@+qGe>;hjIF}|QZADwyz=ldJSOBlUmK}&U;DLAp1dq@i3szhtR;Y`@B5KsoHW%ks zr%CMKf0|KK5j*aVMLx+oXO55k&zXyjHEY(y;q9vzGhTC3ShSbjkBc!ML*a{`JuJ)o z>#q*peLOI@_Gmka!_%p(FWy(UZ$6DAa?_%?LJ^7=3I+80eOcq2(AK#+D@Fw7eEbKB z-zz21cDk5MJs75m)6PInt0El7GZVAfRrI^vF6#BV%pYu7H_{ZwQV$nT-W#}ZC!WlG z&qqFOpj0ZsbzNANCF@GLT*mqNInwDgYPA|RHZ~+pQIQCZfI=Y(i@2SJZQJlXPecgA z{^{7l`!7xSzK>)wDff4Fb|gYfS5zdHIzW$^!$z}*oSi|zwnUuAxVX3wrx}(ntD+w!=kQZjNSrJn4{r!DO%ZG1mG@DI% zzSU~o7{iDxLal>NyB#=@2^>g@ol2!(7zU1xj>M)Dj^oH&sZ=T={<~w|z6KV>Nwr$V zWHLc6my>HW8p-%?*A|rcP zY`oZhgjG*_Fc@HSb5qtx)Hflr2KXSw8)q#HM-w!iA>8p4y{^_R0HOHjpMP#&14L7hNtq}YbGW}< z#=)VBN-!rZFg+dHQel12IsGE8B32O+erVWkKl)n|0djeHiQ#Z4sUYkOMuF>ldwVjj zVr2^2K?^bkZ=P52q;Mve)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D18Ye{K~z{rm6pwF zR6!7h`_5l7e+zf6d>0pjK7tDuf}AOW93AqyWu!G*6O_ybWiDk=;bCYdDTeC?de znVP;chSU1c~wO z?7Q7=-V+N4U~`^;ztidD{5;7&nM_g(Cx%|Hm!A}(FiB2MPBPJx!ojcNz=f8I1L96k zPcsKDdvas}7+7?IfTQEzIf%W)VPj7RtyT`Jg(33z*WVm3z{f8ePvVHjhiK5^2dY?* z-hTX&o;-V5Nd!T%efaz%bHsiB>3jP6^G{Bw7%hI|hl}v@^Yfe!-`?|AHMc_j-u+v( z^rtW0RMY7+7dUu$C)-JuoeS(gxLtFx6HjsqA(qbQ5<3%obnoW;#`SA?itmoTrTxR# z6}fd6>Ocqtu>=Sj_cm*x}7L(AWY~%5`<~zJ8VK5jhcT1E= zBwkaw09*qCh6F!gsZ?4otkTpdC_YbOl!JVJXKG+@BP1V>3P+GoaqtxbUrQJchs&Lv zJ@7825NJG*RVa@5Dkx1W*YKhax`{!Xij&7daxS-^qfkRNKPL6x(YF$~z_zzX@f44j zkp{`tMk${~2V{cu-Pc+2nZ>5F<`b+xDovmW@rdOwprG7qP=^X~5a1ULVDl-+FNoI& z5^x86w7?T9iSCLQQ5QTtMo;<45sx7w7WN55s4&MC;~Xj!bBso#&pafTJcHO?FU=j@>ytn7xD|L_)nY8j1~gbAU!x zAc6wp*+qeR|NXdPQAg7RRzNbkfQ$eiHG3t&=K@`X?B20#nviqWj*}vEvQ065*4l+K zxX316EmX<8n-ZG*#Ij0fPYm{LxmQ4-Iw%GDh&8oM(*PQ`=PQcR_?6HTOO!69ItM;- z`IQU!p28Bo1{_WX@v`W5>{^1NT_{Z3scf0a*JW0g@}&|BnNlEz7&m1#Fsz&O3h0{?|z9A125Ezj3H3RR91007*qoM6N<$ Eg8ojrw*UYD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Tiles/Asteroid/asteroid_single_edge.png b/Resources/Textures/Tiles/Asteroid/asteroid_single_edge.png new file mode 100644 index 0000000000000000000000000000000000000000..1450554089afc51f5741e7272564fb0d6529ee5f GIT binary patch literal 2028 zcmcIleQXnD7{3K!W4LJq#{kjGO~^p5_t9(bdRf7(-ACOz3ac>YFkJ86>yEX(a(7$H zoP0z0nt{Lqe-J)`Ku}b`5R7c{5inpNfS_Rt<0HZ{q9B5q3J%}v+6f8&8Jo1d_wDcZ zd!Og`Jnz#LzRJ?9%#oQ0f@FEh+*9EdYIEmmAEpU34weVQsOA%GzH zXIs~L^W9TkIWd3G+LD}|8LJNFPTRTU!w}O4s`#t zdfNSpHDfkt5n`ovV!B^G={de^iR)O+&Lu4`*@urV|6)3~X@BU{3l+n; z9dYlz)|u4&JG|o@}U5C~TTV3?~x~}#Et}{8!;ik^6ZC&q=F1(pnd#U*GZ)pz> zulj1n#bXc8?adBuC_Zy(+5N1#c_+I+xKrLr59nsvHlJk2Y`Zt|wmhW$@1OPN^ugV; zA7wW7Y|YE-&_Ue1Z5$K zaM+AGf!2-UMo3P^@=UbupBn|lRG_O3nh1&;LBz;Q(Iv5;8*R`+i7X_M03i^DFdd#o z^&eI0@%sAFX4XL^98EBw!~G~jk^lAPsd&s^65*!~hqQjZr;w>UO&~ObcdKH98IQ;9 z#LPo^Nfi}|PdsuCt036{h1*$~#u99H|%1S2@(}1SK-ZI4~(n50>YC6xu;Gu;ecNQrl8KrmFzuc{#@W=4UUoK&~Me(m$WOwl1~ZsI1OiC5x2RDn59Y$dxpq@anO zx4)Uz)K7Jr4Ob&qb4E+tc)x$I3tPz&RAIq=YV9#X^xZt$J!_W z0x7<(%0^7kKw%JO2a|y9kw^l~Px>}4g^bk!(-ackPKw59tDmy-49#0%S&0894fG~&4lQk+Jo>k61+!I5o zZ{Q`^aN@xg@bZ;W)Z!Au=oda@*tQPmg%<-1-~$Ud!0pHigVAIhvn4aQm!bs~7bz7IZFH bn1-x>IlH?!^8);jKoC!HrTf#OS&RMw`>4Cr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Tiles/Asteroid/iron_double_edge.png b/Resources/Textures/Tiles/Asteroid/iron_double_edge.png new file mode 100644 index 0000000000000000000000000000000000000000..22a376ba68fea12069a09fb2096b17a32d75dc89 GIT binary patch literal 1049 zcmV+!1m^pRP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!T4MWt&c?6+f9wYQb0b`Fvgm2uQRD0VE*~e-?)r5R-xdXY7FD2!UsF zbF-ds0h^v;pwroG)(3w+`dxdw0^0CH%#$+sc8H5Yu-UDJVte-beQ|yH`KOyOu19xoEGue- z7jHjKP>Yx+_ivRQvU0BQ_}0_8phL+31bGEH0rpwYJq3-E6CZo{_V)G$HR>=htUy=UF(i&I zW3_>NIr)T;qYy-8BPqOq!32wEM-WSr0@zywjES_76rjJq0*Zp{nu6K|#YoNqqO~0y z92AEj7ZEm;!mF@dCXsue#H4?Je}B+fi;PV%0AEeam%?D4**!rO7(lS`IW>_!a+wCJ zMLz`+EMhXw{JOQM1@W7cQ_yd5SBu^TDTPcF1W4@tjlC-h=9&A<6=T;h2mmIw!N9@@ z$*$nAV_>dtxx%<^F_=mwvo}Gz1ro;KgE$2vuq{p;dshz&r-1zUDMHeAVuBcmvjJd! ziviczxE(Vqi+V*o>DW4d4oJ|&VM zhNbW}4%i5O|I91aW{Am`vOvPvbqMd11!0n6OIRq;+G=W$NT?#oS~0|o5z8^S+ZE^% z(eOGcrvu8CBeWxeAj3B{k^Fy-u@jrb3Xu!lvI6;>1s;*b3=DjSK$uZf!>a)(80hKZ7!u*0Jm*dBpZSa&^J;z_yHNSVO1Z<= z{{V~9jT<)(%xPpuV82uSnemLIKtSH=pYj|F_5>PmxgFGyU|pOb($fUzG~8=wWMtqv W&bM0fBy$?ja0X9TKbLh*2~7Z`(>aj< literal 0 HcmV?d00001 From ce080276dbd363cd5489b158efd42987900292b1 Mon Sep 17 00:00:00 2001 From: Thinbug <101073555+Thinbug0@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:07:57 -0300 Subject: [PATCH 126/318] Push horn (#36009) * Empty commit * epic super duper cool fr push horn draft * whoops turns out theres a system that does that thingi already x.x * bunch of like fixis and generalization * general progress * most stuffies done * last thingi hopefully * small fixies, mostly preventing bypassing the delay by spamming * rename to fit better * rename for real i forgor to add * weird fixie but last commit didn workie * oki shold be fine now * lastish cleanup * fixies * missed a space * removed unnecessary component check * getting the typos out of the way first * moved the component to shared * rest of fixies --- .../RepulseAttractOnTriggerSystem.cs | 29 ++++++++++++++ .../SharedRepulseAttractOnTriggerComponent.cs | 37 ++++++++++++++++++ .../SharedRepulseAttractOnTriggerSystem.cs | 3 ++ Resources/Audio/Items/Toys/attributions.yml | 10 +++++ Resources/Audio/Items/Toys/pushHornFloor.ogg | Bin 0 -> 7312 bytes Resources/Audio/Items/Toys/pushHornHonk.ogg | Bin 0 -> 9109 bytes .../Locale/en-US/research/technologies.ftl | 1 + .../Entities/Effects/gravity_pulse.yml | 19 +++++++++ .../Entities/Objects/Fun/bike_horn.yml | 34 ++++++++++++++++ .../Recipes/Lathes/Packs/service.yml | 1 + Resources/Prototypes/Recipes/Lathes/misc.yml | 9 +++++ .../Prototypes/Research/civilianservices.yml | 12 ++++++ .../Effects/gravityPulse.rsi/gravityPulse.png | Bin 0 -> 890 bytes .../Effects/gravityPulse.rsi/meta.json | 34 ++++++++++++++++ .../Fun/push_horn.rsi/equipped-BELT.png | Bin 0 -> 293 bytes .../Objects/Fun/push_horn.rsi/icon.png | Bin 0 -> 299 bytes .../Objects/Fun/push_horn.rsi/inhand-left.png | Bin 0 -> 409 bytes .../Fun/push_horn.rsi/inhand-right.png | Bin 0 -> 432 bytes .../Objects/Fun/push_horn.rsi/meta.json | 26 ++++++++++++ 19 files changed, 215 insertions(+) create mode 100644 Content.Server/Explosion/EntitySystems/RepulseAttractOnTriggerSystem.cs create mode 100644 Content.Shared/Explosion/Components/OnTrigger/SharedRepulseAttractOnTriggerComponent.cs create mode 100644 Content.Shared/Explosion/EntitySystems/SharedRepulseAttractOnTriggerSystem.cs create mode 100644 Resources/Audio/Items/Toys/pushHornFloor.ogg create mode 100644 Resources/Audio/Items/Toys/pushHornHonk.ogg create mode 100644 Resources/Prototypes/Entities/Effects/gravity_pulse.yml create mode 100644 Resources/Textures/Effects/gravityPulse.rsi/gravityPulse.png create mode 100644 Resources/Textures/Effects/gravityPulse.rsi/meta.json create mode 100644 Resources/Textures/Objects/Fun/push_horn.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Objects/Fun/push_horn.rsi/icon.png create mode 100644 Resources/Textures/Objects/Fun/push_horn.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/push_horn.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/push_horn.rsi/meta.json diff --git a/Content.Server/Explosion/EntitySystems/RepulseAttractOnTriggerSystem.cs b/Content.Server/Explosion/EntitySystems/RepulseAttractOnTriggerSystem.cs new file mode 100644 index 0000000000..9e595c5d9e --- /dev/null +++ b/Content.Server/Explosion/EntitySystems/RepulseAttractOnTriggerSystem.cs @@ -0,0 +1,29 @@ +using Content.Shared.Explosion.Components.OnTrigger; +using Content.Shared.Explosion.EntitySystems; +using Content.Shared.RepulseAttract; +using Content.Shared.Timing; + +namespace Content.Server.Explosion.EntitySystems; + +public sealed class RepulseAttractOnTriggerSystem : SharedRepulseAttractOnTriggerSystem +{ + [Dependency] private readonly RepulseAttractSystem _repulse = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly UseDelaySystem _delay = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnTrigger); + } + + private void OnTrigger(Entity ent, ref TriggerEvent args) + { + if (_delay.IsDelayed(ent.Owner)) + return; + + var position = _transform.GetMapCoordinates(ent); + _repulse.TryRepulseAttract(position, args.User, ent.Comp.Speed, ent.Comp.Range, ent.Comp.Whitelist, ent.Comp.CollisionMask); + } +} diff --git a/Content.Shared/Explosion/Components/OnTrigger/SharedRepulseAttractOnTriggerComponent.cs b/Content.Shared/Explosion/Components/OnTrigger/SharedRepulseAttractOnTriggerComponent.cs new file mode 100644 index 0000000000..43febff03b --- /dev/null +++ b/Content.Shared/Explosion/Components/OnTrigger/SharedRepulseAttractOnTriggerComponent.cs @@ -0,0 +1,37 @@ +using Content.Shared.Physics; +using Content.Shared.Whitelist; + +namespace Content.Shared.Explosion.Components.OnTrigger; + +/// +/// Generates a gravity pulse/repulse using the RepulseAttractComponent when the entity is triggered +/// +[RegisterComponent] +public sealed partial class SharedRepulseAttractOnTriggerComponent : Component +{ + /// + /// How fast should the Repulsion/Attraction be? + /// A positive value will repulse objects, a negative value will attract + /// + [DataField] + public float Speed; + + /// + /// How close do the entities need to be? + /// + [DataField] + public float Range; + + /// + /// What kind of entities should this effect apply to? + /// + [DataField] + public EntityWhitelist? Whitelist; + + /// + /// What collision layers should be excluded? + /// The default excludes ghost mobs, revenants, the AI camera etc. + /// + [DataField] + public CollisionGroup CollisionMask = CollisionGroup.GhostImpassable; +} diff --git a/Content.Shared/Explosion/EntitySystems/SharedRepulseAttractOnTriggerSystem.cs b/Content.Shared/Explosion/EntitySystems/SharedRepulseAttractOnTriggerSystem.cs new file mode 100644 index 0000000000..386024fbeb --- /dev/null +++ b/Content.Shared/Explosion/EntitySystems/SharedRepulseAttractOnTriggerSystem.cs @@ -0,0 +1,3 @@ +namespace Content.Shared.Explosion.EntitySystems; + +public abstract class SharedRepulseAttractOnTriggerSystem : EntitySystem; diff --git a/Resources/Audio/Items/Toys/attributions.yml b/Resources/Audio/Items/Toys/attributions.yml index 2dd0ce9ede..23caefc0d0 100644 --- a/Resources/Audio/Items/Toys/attributions.yml +++ b/Resources/Audio/Items/Toys/attributions.yml @@ -93,6 +93,16 @@ copyright: "Created by xprospero for ss14" source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Audio/Items/Toys/rubber_chicken_3.ogg" +- files: ["pushHornHonk.ogg"] + license: "CC0-1.0" + copyright: "Created by Matislav, modified by Thinbug" + source: "https://freesound.org/s/564697/" + +- files: ["pushHornFloor.ogg"] + license: "CC0-1.0" + copyright: "Created by Dedshot_Dyzek" + source: "https://freesound.org/people/Dedshot_Dyzek/sounds/769792/" + - files: ["arf.ogg"] license: "CC0-1.0" copyright: "Created by Orsoniks, from the game Casualties Unknown" diff --git a/Resources/Audio/Items/Toys/pushHornFloor.ogg b/Resources/Audio/Items/Toys/pushHornFloor.ogg new file mode 100644 index 0000000000000000000000000000000000000000..d1f368e5167d81d80b60cfe956bbf332d6d18f51 GIT binary patch literal 7312 zcmai12Ut@}(?0YnMw$VG1_dEVkkBNkS3nRFh)5uGq(-C)1W;5k(gZ}LM1%lJ3q43z zuwhB4(g{t(3J7)-EU5nm?!DjrzyE)}?>u|<*|W1dvorI~oLMU$9~+1l`t!*QTpMHr z*0Fdt^F$mA_4K81r+7@N|6FpMXLWFc$BMi2?}xjSOL?lmp~Fmm|F5T$Z;g=-pgZ^m zAJwo5^+5*sdfKhBN8*rLnp&EgyEJu>szkDPxR-B`57IO!!Z-9-P#`%d48;|~Be2E; zWxU^x2NDJ|7)vCJ+Mh;(AQ%L>E1@JZkKj-YTA^xWHqD$nVreF2(~?+luM`aXuMVl> zEdxRP5LHzqwRi^S*NgRmtE7e&V0{njmm!6ct)F5=?tj_t6;#?->L1jLQWjq4C;$Ni z8Ja7`OB1=BXQE;P9CYUpp&g24d7+|enFkGCmlvlR%&Ru`8;hYE z2l1Ae5j(G%+k&pADZSX)ygxgURXvd4EXIOz-Y{cfF8f4OX?7@JwWbylq5?G`vvg@( zopg5{;?aPT)hBgpDcu2WQyW_X2|VGh_7UXKi15*fD97x0=NnOuH{zYg;$4^HJ>Us{ zwy#ms%iOlAI+6z}*oMt|fhyW6U-TSX#21%P%?o*RO@b83*ow+1#+4rNtMSckK3dfr z*j=yQT`#`61UQ$Udm5;~mtOjR+7ZVr@_%oJM?2IYLtxAH5JY>3k||NCJycz2)xsSR z@TnnDofWEMM$u`f>;cUz%%qcM`RKFd`oEmObvpzZVi2qlL?^HY5j_;DYfsrbN+FB_ zQ*bTvpP#d#hkXWiBu(V{w}`lc(KqkBcaKE4 zbN>z>L*O@$F*rLv1{swq=qasOs+hSs?4m?w0j2|0viU;l0enU5A)=fLBP?cBb0h@C z!B$cHSGNk~H58X*B&&6)HuPw9t8=^R2fYRhwGUwX#W4WI>bd~M7n)|SP-?K|{){G$ z(+&oWh(|HjA__Pa>78aID7P9U3E81ts4@^0|8(33rM?Xc1OI4!9}(7)%AgHsp>4GH zl59!#5rK}E!zZuDyN-oVk48<8UU1u(@bAF-J8~cpG;ymjN%Ks>wCBYhG!|KN@L!P= zBHf;j=uB6#s8=Eksz3UqW3{L=AZ2Q;L$Hx?9gqnhk|o>dxen=)he+g+2=aI{+4*{u zWAmQ@vlcefqv8LE9Bzng#iqV6&*1-8mqDb`L zBIjswS$1++V)ATas%lb}ZxX$-r6{1QW})@Jw!b6CEK~_J5ILryO8}GtJ|(Kkm{`VMP~Me_ zTz9|J1@}r{7^FRZ$QpvEm=4TCcxW%Kv%sVmBa%<+z^X7Z2XQEL7F-*pTq^1HBCmK5 z*I7b?TO{X~NO~nP!6rxuykdp@X)-*9(h%e+P83DO(}=yOnKWV-<`sg7$Cl;U^kRh- z;<_+``LQq*17XvPYDdKN7`@7i?Ke_|AY>a4c#TzcyiFmP3iLEssV`HJJtzZZL;zR((6SyNM0|AtF#WiGHo7Fsn=m!i5$tL9rPT3dq_T0?r8 z0};iQ^LNy`@7H$Kzh7wG*%+>9O$wi)xxTOmdIY*1zv8?cUmv*pF7rnhU@-U<+jk7n z0=6{-Z31)b#U1-R^ivr=ba2v2W^QHGLVeJV2h|J4)}$!cOXTTYu8tdnrgx<}k6tLM zoNra@z5@hd9q>_`-y%z7@xEx^I22pjCJ@c0Z(}0? zt4^-)RT;0cX@FHuYz7|Byp%!g$;;%jicQ7iP|X>5OK>VYzAm2V6oBF65d(C=sQ{}C zd;ps5iu7ud-|c-98V@!xLVz%3?O`F!YKty8}tOMGKeW) zhjTznX_g-#(23`pW+o^Bx=X`O)m#}C;15B$*z&~=WF0CWWJnbu7jRPuH*Ad(iM=>q zSZEJcO~kkdt5OkaX^cXVdW?jXn|iS*6pMouR%XarsG(VQ{wNgC0uAbp)vy&LB(Zoz z*ExznCLoI0NRW2~{WJ#zIM7-iaToU#$0Q)bY_-%j#9881D$W9nGQ$BB7_1&AKW5{Yp)fO^ zqh+BCpm2owFxzPd1ib+Vdb65Gl%X^s$Piu(XZL%}dN6Cw+b9IDCfI{y%zo$zSDTS%F~A^HI+2EvTSVXmk# zBXbmk<8&SkLJki;JyUcOh+qk8%(EI(GDrmR3HPc70p#Qlj_!{}HE}#snt=U5hTwRf z*X1~gK~IB%A*y+8NW!I(hWi6gSADGrif!XnYjZCKMBs}8E?N{#@Bmd@j3~wdH>}OY zrTskzGnie2768=j+B(`H<5g%07lJvI0sxun>PQ)kMAizpRWQa$f>MqKIIqpoB!P_8 z@{UI2A`+N}OIU^K>PSS9Yp&JBifenhwIF~fA2$ncn^P+8+8Utq>^|S2qaApNDh@#* zV}1)LP6v{e7nfxbmlg{1)Yw2w#+ucU&E;6|5gLXeZA0{*%kxaJw#xUyV;)q~?C`4T zF@vGiO%XldYKatvG+~O`XAOCz;T=Fw96t&wsBP=VxbXA8l++Rx7j2KD4Epjxu(%HK z^h5`7NvX=SMV7;98Z}lb=*07NRyXd6 z7??67)^5T)&}InASclxYm5xo7xVSzImcAiFGE<5M;0vy}Jk<3NRY@Q*G4V)h@q-t9 zN+#ZMB@bWnE3cBdov`rQRfT_byn0jSPj^})b8pIAF&8h2e?;-YI?5Ek0wj_$5%p;+<^Ljic9p1$IugJQDD^&%YEo zCa+5UCdr@A5B(yqoRYf>ejoveIo&KRAc6XjFMH9)Vn^XAlitDxO{XMm=g=o7sgo9mlsgUKM%ajQOEUDW}A3>TtxPk_I)gHA@$A+N@kH)!awg; zqpo`sug;U5ngpN=5H_=}aV~N=k5^vOjm|PCzUkWFCy>U+ijckf9f#xJKObu2pYuWM zZSB3oH@h6#kGi#7&KnPUt@ZQh0d&uLkrscSBGQjRtWe@9-?#gDULqFcL#7^UexV9} z_>yqJNT-NV^on=F_8?N^j&M9;PI<7)4j{ii?yW8jWt9nu+HktqSgjNuf&+;QH zQi%q7&IJcG|CsiE@O;DMUBYqfhRX$fD~N>|t9_jbQ>_8)en>BBLO7Ct5b01C>{UBF z+Rn3r80|bij&G0j8Y<)wfA8WTIK+sNC|+L>`hee3R1V+rRS2$zI{ZY)~S4ISnCcCyd!HN{39 zei$j{HR^YuE%OljN@l48Ud*>>=Q^TJYAjE+9tu(#GBA06jE9_bE7N>;vR&QD7F4tn z`qY-zOZVkJJ78E-Dd}+ig|DZQq^n0QboX_h_zeo3SjYk=4%4q!y>g%@bgyLb< z9SWCVI&QV!rcZsn8PuQFZDAnk!g~Wk2x|MAFa1viI&S4Hz+I5*=+fBoKN`I^UH20 z?zkV?VexcmM4+cvv+v?qD53jPfr(&wxY-5uA?E8ty9-I`Bim;Lj;F`FJpAHQzSaLk zJZhQ$o!Bl~Tl2-nta-n4SBs%7C)Js%(aS z9rb3LhL{|h*=xEBrk(XilacO>&CW~7+pT-D3FGUV_KElvf7^YSbFF%*_{;O{Ua5}D z=(2?ir?NB>D1EwyIu@5hgKc)t28ivLKc>joCBfGp(W&!7`#G6VKYxBUUSepEO2hSz zH(}2x*IaVF;Df=q-CGab6N_dF)iiMs`SZj3F-2;ux(v*oUC6_u1zMFNew5lURWxPYVwS?3pQKLkf#b>4W&T8G& zKb9XZuA2;>@~GIpXinHKT|5G%m&iMXnsJ`Jpw37>`tJVeoU8t>>JLPv9oHY!k{#M9 zc#*jEP&gHLwOQy)i~b4Y@=)337ftkrsE_Fi4L0;XzZ^y1B!i*Pkpsx-rC57cd5UYD z{Ngpjh&yf6B(q0Xmj5bcqg$#%+0dZ<#w24iPqQNpEnX?z7oS9QU1ZND`Ft&pXiF<} zq<2PeI5j342j$q|k;CVIx4H0&^~GL2aAryHm$^D_JEQZcY>LCqotNco%;P&9WU3ko z`^CpPzSs-({ruh9P8ijg3+#UJwD{BKG{XHaACEo3=SJk;YEHP;d3q9AD-z3oa_gK+ z&sN=JvcRme)wDIt%Al=iv7sO zz)jY;I=hARD{$>{`Nn;_nJ9E61xex*NX@-ZdHdVbXCI$1v{~PqZ8p&@QtI^+m;214d%HRiZ+(yOoUF9U749sqX)FnMo#Sdh7*WA3DKMdpwubXv&$Gzogh!sHNCnDm08)G#`#jRBkKL_8RaL zdwna+-2+S9tngZrx2P&qNIzF++dSn{*QfD~)b(%9oCzswByNz0qJ5+dSYulnc!HB& ziL~kCcu!V$Wbt_K+o$bA}oPO|G5kchK+s-oIu?)0!H@`{`6#5?A~)pD!Hj||^MEf-eOnQ6DK zDLO{#&0ED&Pi1@{*Jmx9SgdX>`M6};cFwNH_nzIL5 zn`*E9NaY%Ox_xlFAoFm~=%bG%->S!h4q~gFFS{h``Aut_^D0(#$kjWpT^TL2$e-Xs zqxoHuZj$cnin7FeTC!)*mK!;BE#1Lv(RjJDSM8(^!M=^XI#}ozG%5GB#?bVaY}MIn z*nG_`VY~s7E$GS2QtEh~OPe&zTT0kG{+qe3SLP3U-pNQ+`sWd3_IAdcY-@2+6~>Ev zKS92h=de#T#?*V8d(8B=^fyr4gF-DvlQopqxy(F!E#ae6*X8w8t#>yS#`_RbAGQKBAK3BAtoG+nRe(jBZ zs&#?afu~h1lE&PQfb@?>vqs#khR#I4X}&9XZOag|g{7}w)?`L7u}tzmHzObZNyAP> z;BJjLqHZF%RQ2j>?PwW-mcx5-wV9a9rsY%lr&)zJCxWO?u01QfbT2i_Lu>h5a;(ep z9-~{QaM1K@iR$Asc8i~w0-dIwkZ@~0*__7^TwP>AB3WhSXLZ3B2^t-{c+!>h3?RGLTo#YB6a_JP@0>d0$knd z>ZI$}#lEcKz!%MLFAlL(BEQ{o+=b?UmaDoudyd3k|4=XKp4Oe8U5+x2+H(b}^>t0i zuo0bYO*=Z5-h7nK*>pql&R4>-wiwl7!2#9i@)sLT#e>V|_TLo2@rlnrjQ(0VQE^O- zK9@Ox>S;t;7VTX>KNWY7dj7Uz(1&m_Hx|xlbB^c z=AM03-`=A<=UMsmK-Hq8yiW1t9&Fiqx?MN3F*#KZg!3KEHP+ z@Ir%gd-1zL)7vhy$_Gl%kZW9WDa*zRIafUNI{fb6mKn^yR=GHQtZl9+`W5zFR8cvv z*jrcQnd^IU=wyQ0cRHGPYhhJU)siX2@O;aF&jKHM=K*py>PCkophMj9+kM$z1Nt9M44Rn$ literal 0 HcmV?d00001 diff --git a/Resources/Audio/Items/Toys/pushHornHonk.ogg b/Resources/Audio/Items/Toys/pushHornHonk.ogg new file mode 100644 index 0000000000000000000000000000000000000000..bb40a8f5dfd159935ee0996928dd175cc1f8f983 GIT binary patch literal 9109 zcmaiZ2|SeF_y3(4%h)Gdk{CsdkhK~m!-p^thOuVJzGtUIQ?^7BlVlw+WKH%IriJVZ zAr&g2C>50!{O|Dje!rjp_y2$We$VU9o%`JL+;i?d=Y7s|?tM%=Jj?+S{C$y#n+>V0 z#tH~=MA*q7XRlyp7ecqZzD))1?rq@tv>Ur7xsOLB7!b@B4|!0P#jc?F&H_jB_P!7+s(ST}j# zbpEnL05t4THo~@3o}`iizyRPRh2u?kH^kAY1+u3ysRqneyHa8%HL+d9C0V)SUlmr( zRR{nUK#}E0DV#C%?#FwG$fN|(@LtCblwjE}noZ$39(>#F;$K`>?Bm~$lScE{umY$c zf`Me5AcDok;?m`^kW+DZx*I#e2}esqQj+7 zH%K&6erD-X)xu_fCb%CzoAYHxp2Qs;XyhVN8ZssJ&H~+h|zmXjqg@W}ID9luc8d-B_IckGK;e z@qd?BhGv4BE>=eE627dz;8()D0u1u9+Ins9G(h3cW-My>4vKu_h z8~l1||yJt zYtE-W4rbqf!-oLvc4ADVBlkQuDuvBiP_kGuT|DG6Z#qr66IUdDDdh;UG{%&)O@z1wURq2suRuvEXHRh`yV*cV*hA5U-hbX>OKa&?+ zg*Wh_*N@olp;Jjj9DUQHpi!}|soHGYHk>3rGpHL^0=?p&hWjivuw}>7f0ThQVrKl( zusl^!Fjv(iTac~7{A{j;zG#fI9}ArvjhY<2YS|nI49f{(9=bzPA1KnH&xMhvzU|WG6o5tw9>ge>{gKoATyB$}Yn+DVwz2r!qVe zvr4b$y)V7N`Cp#nd9ft(V#$Szvlmii6EnOLv&!z=@a?XeZ~kA)zdc7kND3C{IeI}- z|L`1!ve;kHn`-2Zmp0d^`4lQNL~rXq4FCWmmHX&M95Ev)JR_+;BPozAH2-Ihfz)Se z#zSgQu~z}u2EZ<84CBj1+4Do~_`KNNfp4l^f5qGbB}8Mzbjm|B!oW ziXVJFzm4aGXN;coyw0yg8B`+XuAE%9J$m^ybL{k&=9AP zA)<*CD0X?!1c__n} zT<q4D8~^$`^>*t84GT(+D9I3P&W%9 zn~~jYEXX!tZZ<#2RwGeIA=TXYxe%G$Kz{zskDL+pI)rR*<@Wps*+w|pZZz)o_o&w* zOwOavLLv3Uh}((A&`DXZEHCdHH_NhQ%gRd28vM$tD(!B}mE9=ouJI_Vs_3q{RbJ&g z52;l*%WCAy%H+#yDt?#A&o|sGYp(3Bsm`t{pKn;?dMH2N98gwORbI2eq&8R1cLdHi zE1fCE^%R$XXfADT_MdMK>}~K9D=hoaD%bO%y1Qm^zIkt5sH7P=^cB_qtrc8{pJRBQ z-H*5$zk_X+zq=uW!4>?#NwGU{Sgrqd*w?YNN9)9a6uL(ioM~BQc3Js+jsKp974te~ zz4OL$h2@D-@*svg4%KT_rL57yBR~x2BRS%BAxM$AHg^ zj=LW`!Ni6@H=#gs50Y{K0oWvG1xXNLYYl6_!zNW zjA}~smZT2Lbzm)03_Eku`H7x5>L7`|fNo0kDWHy!d~O#HJAcF$2@|~(sDrlNr5(ez z$y;17Dzind{e~R$Iwk?Knxz%->JaHgf=7u8mc0cB!)T})ihFXPCAoSObXEu z*N{dug0mtLZ^w~reU(RYNWSWDR*+R1(O03v*3PIt6l2S^F{{dYOCRsb4k%ojE^?H3 zyI$DGUwKB9=vB!SUfM2fmjZ>G`=}R>cryuhewrg$!NkguVbUc?aPez-mKC}9ua!G{ zD|C!FS2Bgm-M*Rzh0l!JCgZ7t&X83aDH)Ei^Sx7?;SC8{q@?QGRCK;dwsF+&K`ZM83u`VGA>LA`i64xL`SOlgpj4h~1|)kaI#_v3N6 z_7OZ2Zw{JP=I;IhTF0kC$=Lvd2BdRGK$6W%5~(#@amw2;56X7suvF{j1DBge6Jt|R&?qhlRzTA z$HG1wJ%mZ1k~jg73xF9>wV7-1`71OSGm+pFGiDO;>;=>#xDG5ejReKPC6xwoL*2Do zG6_`M1uTSyuX-2;!m7jeFJfi8wNI5KeZ;v!eH4PYekRL@2njxYcK~?F$_}bg+x7Oz zh;YcMxo#|if`w{KR*n~RzNkE#^A{S|o(XfDVi9KQ0bjDr{396>;B5ya;Ah2{RZeiq ze-e}bv^f4hiztP8))q_nw(bzwj^515kMM8Yy7>N`q-Sp4{v&7qPxk&lwd{N{s9 z0YV!mJ6LDmZmE9&C(0$yTqA}TCVCGu;f&dK#Kz<1iejO83jQMEWu+lXa5xAb=+RVL z;`Lw>Nlu!c!3-V4wnPQUn_ZedLh^=EG|=?AVWy}tZ37&A#5PF*x*QSSIwz~gli(xm zW6l-IMS~>hpCT?5(1C1y;M9E-aP=e3$@NhGFhYztC#jFva)BxT06;OQ4vfEARQurR z)P}7kVY02Wp>5{IfCOzpW1>Y;mk3eC#E4`pG{a_JZ0f)JFdDO)(1L)P-F%K}sWy>fmqsG>fs7j7-FXrP3VR6R#P z2#Rz!Eg+^~~RaiFK zn>%H~;Y~7gr_2;{{W;>Kq>Q|*!X5=BrM>fu6Ym$sq-A7fcgrcOu5Voz{=E48+nYIy zElJHKLA?8;JVI(E8HE9>S3SaRTgXfIq7IrI&t0!AZsJb@<8m?4IW7ok#K$(S_8@%t{ESIfcKW)^#dh(`jQNkB%&b5!Z4GS&y>8?ikoM0S1bEn*Z^0O{}VqcyA z?I8&OGIulV38-_mt~fPQ>#t61sRO@HIio=4EWUSXKw|&#O3UmlyXon79#=_3|N0^{lzb88$quad zEtJTvk9hapU0Yv#q@^$KH>qSL-k_TEy7S|Sg)5x7ahTJtr)P}T9`~if}ni09KB1R^HmaGE~^kFO6AnF008of>w^pmvN{?c zakji5{-f{nlqbHR99(wSrpgG$z6I->f!erS{s!_U< z-#h#BQX4LG2|e=|`2y#+^Y(P>#Sc;UB(87$BY&cFktk+!?~@*CVovXaWT@}spN+(# zkApk6oCP4@w+ts`z!Z$_LL8#hDpvb}#|VlvFaP7bqi`Q_I9eVJqzexp8Qq-<3~Iv8 z9(fIn@@YdaDEFpYtTDF_3P>xJVNY1#7e9EAYx>1 zTH%%?PK)mnJ&L0>Xh1bA@57&7BI$76{UdO4I{J3`2ekp{6xx%XRW1IQ)~1;UG=eL#bVO&FLQ`!al=$K+FI;8#!(T zQ?+Z?jAfAq$0~h0RRFf<(m5kuSzvfDeXk+&THlBe#RS zCI1!M6~B*v9=c6kdp#cc^F8hS{nIVlWxK9E;)>$b-aE>BCTOVRG%sorQ}s#jwW8Yo zxnd`rn|HD~L2uiX>N89FyvcZjNqqrW6YiU?D*56P<-o~NMm{VxmfxQsfSt@z{OpTx z;=z6afKS$IMYQ@gR-$rWYcbBb3poNa45O@VFcsBYGMKcWneIV zs+9s5j})H+ie~17{_Rw3wPH)-QzLf9%R>kIaOVAsH+5O1*y@02@1MxAu)Ro%x8~2q zL{2Y?y|R%g#!-_;IVRxi?gOj$(oY<~49j;vSkMy{B@piMt}OZ$pZOlnzh|lJYvHN+ z(bA^)AJ%57ZKbRxvJXABhB+=dl`VQ)512`dL-6AnEf2OlJtL@Oa%A|e$SV(tD zScd0kLg%?<59{7XdQ}J35g2fhl6<~mU6WG(Ddu5!06BlC&StH@|eo~SUG|rgr4l5zA8%~uSV?K{}cs!ewR2J#Y86f zow$XFxK(oERXiyAb9(Tut%AUd`PH9+_||5#pM?m1OmZUxaYC_>{LjqWn+%1EKHg%Ec#& zw{`RwFHwF82?9ZfZ+jE-P|*Ps?$uN0oOTsQTFTwK=I`pzl`rls|GA*^5x1PEn0Jdr zqMu@qme?o%9hfas#=AQlSb`5-nY`krcjTgXaA!tCf|M1IBDUn`X~z0SpAYK$!r8>q z_l^2C9_w?D)jRr^?GILgJq1p7%D0mcMz-(m&b!ZKsA;^4pkR29B}{G~Pve&^ZfVw~ zqU4(Qsa(Fo{ydk2aCNVrW#mQfpMAJ}7lQ?PEO=kWQ)}6KZ7ssz?60LbCNE~NA%hKk zEu&8630X}@OzdlIZAPl_w$A=}{@zXO3s@%6rm8dh$Ehc&KKbt!D zu3#%QY5aL-ThnuW9eQJ?Un*u6TKZ^x^?##>apM?2&8@f3;$2^EOHS@z*(Sssq+UF=f+$Jw6UW%7^HapWIQQy_u0)jn6)2H#g4wWHlPT)$%&`vg_Fv z9dKbiG7&+s+d9-Xnbw5{b@6Z6s(-d|E28F(FB_ac)ligW6o^lbsjGV!;PotGU< zzu*8utz z=MbGMc6zb)@*oU3;Xyuc*l|-LJS=Nkj32#(=#;QJQ@UlU_kzsS5=#UE2!X>@-E0KS zE;hzdaqIAaOAi|meBV=DK!_rt1P^FezRCiM>jz{dS8%U#(&^yz60qC2*3RFLz(qUb z!~q(c4a`0u>cPv$q>K>(KXhOu!h=c)QZ!fbXBT0LnADLcCJ}Cy*YIh@%1B-QlCgh|YC6;23Kr!HzxY zsJp7d##q%1l_rSF7PO`agOuOp7^KsucgMvTHl2hqghs0eStY$!d%dZAXwJma0j&gI z`_=1qHz)(OQ$#gd30&rKoD^=nV=1`|BufH`VPTtKQ-WRyA3-4e{P4(m7xzX(*LYa4k3ZT znJ5GcxX`eL3|7M3;PU&5wE-~g(12gHj{jOabMBZ&2pNG^Qf8^aX_>jET?#lpDXx#( z_IVjG1_Crb`<+OC8l646oou@=m6Jf=8T>mhzmAr85 z6E*|heh$s+U(9mce$B3F*CJxSCEVSg8maY7_USwe?FXOtbRg0-BzkriD%JEVcP9h6 z_WB)Jr(2-U_wl?7dSylZtNeqKcRjaIYcfkL`%H%su~P>RwIENFpI@b%zcasEy?-J0 zz(WOM^&R^ic|MMZcY`%Ho*?@Nl52sUw}<#B90#LBME|Tjj8@;`G>&7~li2BO;XX=M zte+UidBulX_kA%+L9%csw>4?(2@Q92XbrA`ubkClO)R7 zMG4~b%V6rPqx~lYn7S2}tMP-t0vu{rE}z|>h+up;7f@~Z5aATvc=8DjOn%5-`;ot> zzy{FmMw16~S)7_a>|S_FM}RL|R_lk62g8C@8H~@x(+DN|_s2)U$~GU}T?aZkQ)sa% z*<<;FcPBzTPrVjAV>+V2&j{GTnejeY8Gs;8{v2sAA>8K{o|wJnBE0_N4 zW@+SDnH-}xmtJ`gd|uA49H`+07W;z6MU?>P#Jcg!WTGh9efzh1z;ldSy<9UPET1#8 zyv0-sB|#UL)!vc@t`92QU(NyS*vF(= zbr7@|zQ3QF;Bcwc$dG3x)PptRLWKOcL*}OZrKbr;G776FOu4ZFdKLuW8J0c2c8&#X z93QYeG=b=X7xVZ41^-K*eKlu&J3RV`5-mekvFma<^u@+Vc{rNN|24Y0I_j&06<37M z1^kpa`7?*aw*!bLv(g~!aN-)Fnk93T(!b3Ifx+CFw7*Rsdbw|@zh3nbno{|A&SU*< zM9Q+Kb`Hoq}43_eAho- z0QU1ODnKGiiYZy>cKi~RVryiew!Ib|aMFtz$3im^7OW=RIL*_OO8QFu5ky^C|Q zL8}ZoHPgF_1geJf~J0 z^Kul_KRTYTURQL#Yiv~ej&@KU6Y+<00Y9?vL0iA6G+VPmL~&Upu{b^$9x>^YRjqI? z#_qwFD^044))Q=Y-uiu)mmwjzjd3guXtI8O>V{;P!jrB&9Im&g?jvbtTwnkRFq3`z zl&JkVUaUM1kTI+nUTgQv{9P>7BC6M)@O#*wS)fzme%`IjhEe!@?K>A?_*QXupNs55 z0#kS2hEq=UC`wny{BsX3KnXYbvsSq!AfqL^fg_M&Ci8;CLouT#c&*=*rA4rGE=KOt z_w?)_OmrbAYIRz927+&DwGM$F)#6I~?W!ZTGUEKQk$e_w!}`%GH@Od&Y}vQ04)PkN zYpggPALuQ*^H={K=Qci`;{vBs89l??FI~75Uq5vLW2{X))|641`zi2P|5eX&T->^I z=0M*yguV87>DtGj#=VY)ab4N={BNe;Rq*@qP`V~}DIWm@TgS-P@KxH`wa27kLLEVK z5c#&aKo-70+|TO}i7f?$k)ibfe{Nc-X4TFqC(TlXz`aU|tspadDS^)7si)>2NUz*h zrj^SEs?+2AWZSkHd20N=cj5sf$mO-YsQNE)Udh0(Jc7?TK&xBwls^0xKKT3>OAg-i znJvQLu4%ar^g4^}d;@bqzQ@9zJVc$nymzVcqxhP#Qf+eSR_@D=uD9zHWtIi2zi*q+ zL(=wq7YH1O`CiZ`UN0~u+}iC-DLp15f4=>RoZ7qhvwcD+LVMex(0EXMKU+ZQBuwzQ Ni?zH9&JA;c{{!SiG@bwe literal 0 HcmV?d00001 diff --git a/Resources/Locale/en-US/research/technologies.ftl b/Resources/Locale/en-US/research/technologies.ftl index c3c1f1dad7..b2c4b8bc0d 100644 --- a/Resources/Locale/en-US/research/technologies.ftl +++ b/Resources/Locale/en-US/research/technologies.ftl @@ -72,5 +72,6 @@ research-technology-meat-manipulation = Meat Manipulation research-technology-honk-mech = H.O.N.K. Mech research-technology-advanced-spray = Advanced Spray research-technology-bluespace-cargo-transport = Bluespace Cargo Transport +research-technology-clowning-utilities = Clowning Utilities research-technology-quantum-fiber-weaving = Quantum Fiber Weaving research-technology-bluespace-chemistry = Bluespace Chemistry diff --git a/Resources/Prototypes/Entities/Effects/gravity_pulse.yml b/Resources/Prototypes/Entities/Effects/gravity_pulse.yml new file mode 100644 index 0000000000..75849309a6 --- /dev/null +++ b/Resources/Prototypes/Entities/Effects/gravity_pulse.yml @@ -0,0 +1,19 @@ +- type: entity + id: EffectGravityPulse + categories: [ HideSpawnMenu ] + components: + - type: TimedDespawn + lifetime: 0.32 + - type: Sprite + drawdepth: Effects + noRot: true + layers: + - shader: unshaded + map: ["enum.EffectLayers.Unshaded"] + sprite: Effects/gravityPulse.rsi + state: gravityPulse + - type: EffectVisuals + - type: Tag + tags: + - HideContextMenu + - type: AnimationPlayer diff --git a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml index 288c41dc6b..f21de4c79e 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml @@ -196,3 +196,37 @@ - type: Construction graph: BananiumHorn node: bananiumHorn + +- type: entity + parent: BaseItem + id: PushHorn + name: push horn + description: This powerful bikehorn is sure to blast frowns away. + components: + - type: Sprite + sprite: Objects/Fun/push_horn.rsi + state: icon + - type: Item + sprite: Objects/Fun/push_horn.rsi + size: Tiny + - type: Clothing + sprite: Objects/Fun/push_horn.rsi + slots: [Belt] + quickEquip: false + - type: EmitSoundOnUse + handle: false + sound: "/Audio/Items/Toys/pushHornHonk.ogg" + - type: EmitSoundOnLand + sound: "/Audio/Items/Toys/pushHornFloor.ogg" + - type: UseDelay + delay: 6 + - type: TriggerOnUse + - type: RepulseAttractOnTrigger + speed: 50 + range: 2 + whitelist: + components: + - MobMover + - Item + - type: SpawnOnTrigger + proto: EffectGravityPulse diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/service.yml b/Resources/Prototypes/Recipes/Lathes/Packs/service.yml index b3b63009be..e23b5e90b7 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/service.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/service.yml @@ -50,6 +50,7 @@ id: Instruments recipes: - SynthesizerInstrument + - PushHorn - type: latheRecipePack id: ServiceBoards diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 5cf10fb570..9d4ecf7697 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -105,6 +105,15 @@ Plastic: 300 Glass: 100 +- type: latheRecipe + id: PushHorn + result: PushHorn + completetime: 5 + materials: + Steel: 500 + Plastic: 500 + Plasma: 200 + - type: latheRecipe parent: BaseToolRecipe id: NodeScanner diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index 55298d05a1..b078dd7cd6 100644 --- a/Resources/Prototypes/Research/civilianservices.yml +++ b/Resources/Prototypes/Research/civilianservices.yml @@ -188,6 +188,18 @@ recipeUnlocks: - CargoTelepadMachineCircuitboard +- type: technology + id: PushHorn + name: research-technology-clowning-utilities + icon: + sprite: Objects/Fun/push_horn.rsi + state: icon + discipline: CivilianServices + tier: 2 + cost: 4000 + recipeUnlocks: + - PushHorn + # Tier 3 - type: technology diff --git a/Resources/Textures/Effects/gravityPulse.rsi/gravityPulse.png b/Resources/Textures/Effects/gravityPulse.rsi/gravityPulse.png new file mode 100644 index 0000000000000000000000000000000000000000..2d017bd4839140d53c4f41cd9451a77b932ab0b9 GIT binary patch literal 890 zcmV-=1BLvFP)Px&G)Y83RCt{2+)HxfFbqY}?0-{PntPH|SEVf5l1SVK@}6-l0EDd{$$WiDk|arz zBuSE*c|0E9bPn5^J^1gAzjgDgia&}&$4AjgRmZ36{gsjjV(a2l&`qG@r$EPnZUP;j zvTNN>IT!$X(CPSpQTe2eLkYTQ`cd!*9e)e-Ap0_CV>VZkBuSDaNs=T zX+d`fpZ7AaSwoC<)Xyt^^na|P_MRZ?E z&_&Wy!dGL^H@Ns=TG%nz z@~$M|p5Ss0$@}8z z*fZx1@SD9)1JiG}=(7xE*ShhWzh~(9F;*XlS7#o&_LBI~*QLqv6K*E&9^;lyjZMup zd6#jVvp0J5qt=MejC3o0r(fG_bbYg?gNM~cFB+j6G!tGMy)10hvFZ3N(S?nUPd^>d z@mrybn)QtDLX`$m2Q>Lhs6lLwBx!YC>jHIbO2?d+Vgt@wYRr}@<_Epzf40^&%$gZX z)Ggna==t=7!A!{Ev=K>n|JBlCfXAli`|nC>VD*_0?+tw#Z~e=gbgWzGrD9zg8q=^D z(u;HT52$LtAQ@i=DzAAqI)F{s$f!rDgfC4(4$hEdUV|oV!J@}tDEeQaBuoNzY-mKzcaw-H;-ZADT+`PAR2_qepHMqG zc3m4c;#hR;+e>XgYF_V5%{ygKQu25u@des#Et5X5QZ3PzTrbz111W9jAAz%cY_1Gy Qi~s-t07*qoM6N<$f+E7Q>i_@% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/gravityPulse.rsi/meta.json b/Resources/Textures/Effects/gravityPulse.rsi/meta.json new file mode 100644 index 0000000000..38d9f7cfbf --- /dev/null +++ b/Resources/Textures/Effects/gravityPulse.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Made by Thinbug for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "gravityPulse", + "delays": [ + [ + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Fun/push_horn.rsi/equipped-BELT.png b/Resources/Textures/Objects/Fun/push_horn.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..ada82d1936d7bef8fd2fd9e555b58ba2992181ef GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|?t8j8hE&XX zd()8bkO5EYL-y`a#n7&Z9Zr51R%XAq|H`AI;Vmw9$SE;TNR{i?{*6Id$2VDD5d!LD zV6Zr}<=AZQjiqvy=T@@&W>3-Mdbo66cY&AXmiV|`b@ObV-iiGFVA8$oK}GC;^z=Qa z&Gjhv$u`NoxTW;JtjDvx{r7&a)1Pn1bjhM`>8A{})eMtNc$_Px#qONPKwG3|u0EV&f-n(01mY7bj z6vbDfz7m@{@RR9uM9K@}cw0RiL;%2;%QuOqV)W`okO%+-FAhM;3}ezIjx~JvamfJ`#!iLGEI5OwN{XXr}-G002ovPDHLkV1fYMfD-@! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/push_horn.rsi/inhand-left.png b/Resources/Textures/Objects/Fun/push_horn.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..498c3f4d7b9edb25b68f112220699ec473d742be GIT binary patch literal 409 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zgFRgwLn`LH zy>&3_kb_9;!}~%UqERIaE=+6EZY?qGfB1NJ@xyJ~TAMV*rZgTXS$Oo-GSi)$Zs)g` z6c#<7~;nfNa0(P7a8E^2+ zQQ_2=H=o*8yX$wCYv6?Ed*7<(haSIEoH~o`fJ}qU`#=%br(6CWKCk^;)+pBD!A@rH zR}v+YcixFR?8jSvVAffoWjt=ld%kbXne^R`&n-D&*V!29vpbS^opnC9(?W)iQ_*0i zPv5R--|d!Vp2{&x-WYMkEPX9^!(UZ~dc8-_`!XMW=q)^VROj@+zZxl#Vsnd^%Fmq~ z{LCPID}x{mObovG@BW>Y*JNgIJM6nTqc8gf+wA0vGTW;dt)I?*d`<7bD$Bg5)(^^y yW4``pTKh}P;`Fm05$V@urWbzX762L|eBa8V{m`^s_gR2p&EVq^e@@TR^w&F|o+}(VO?1{n z-2?v~aa-89mH%bTDbf|F@^I%)=$Uvgfg_=-=40v0hUXjI<`s7V`N=&$(qwFWlY2Cl z8q7XxF#r5wo3F`Ru3dWn{o$O$DMpqv{vYqoz4~g;&$V}z7!G8Z9ICMS_FmmL_+nJ` zdVkrBwW_|CKkSVOV*F>tEC>UECQbi;PJeqSj;B>UP#{p?<(4%iw@*j?FXPMTd&l+u z&@rtY45_;}Y}Be`J_Mvz{Snl@)!KV?JPgg&ebxsLQ0D{TEcK`qY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/push_horn.rsi/meta.json b/Resources/Textures/Objects/Fun/push_horn.rsi/meta.json new file mode 100644 index 0000000000..77fe8221c0 --- /dev/null +++ b/Resources/Textures/Objects/Fun/push_horn.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Made by Thinbug for ss14 :33", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 5ef74728c9975158ecce5d33ebcfabfc576acfa7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 13:09:05 +0000 Subject: [PATCH 127/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e949a80d7c..e91f155453 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Nox38 - changes: - - message: Renamed riot bullet shield to ballistic shield - type: Tweak - - message: Renamed riot laser shield to ablative shield - type: Tweak - id: 7885 - time: '2025-01-31T23:39:22.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34794 - author: Nox38 changes: - message: Set Marathon's max secoffs to 8. @@ -3924,3 +3915,11 @@ id: 8386 time: '2025-04-29T10:24:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36995 +- author: Thinbug0 + changes: + - message: Science developed the Push-Horn, capable of pushing people away with + each honk! + type: Add + id: 8387 + time: '2025-04-29T13:07:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36009 From 74a8bb9509b8a80f71a6b7e183ac0e7304e2b50a Mon Sep 17 00:00:00 2001 From: pathetic meowmeow Date: Tue, 29 Apr 2025 09:18:07 -0400 Subject: [PATCH 128/318] Fix solution visualization after drawing with a whitelist (#36657) --- Content.Server/Chemistry/EntitySystems/InjectorSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs b/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs index eb2039604a..cc32d5a245 100644 --- a/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs @@ -369,7 +369,7 @@ public sealed class InjectorSystem : SharedInjectorSystem var removedSolution = SolutionContainers.Draw(target.Owner, targetSolution, realTransferAmount); // Add back non-whitelisted reagents to the target solution - applicableTargetSolution.AddSolution(temporarilyRemovedSolution, null); + SolutionContainers.TryAddSolution(targetSolution, temporarilyRemovedSolution); if (!SolutionContainers.TryAddSolution(soln.Value, removedSolution)) { From aa29712a651f813b97cb3720a3080ef825499656 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:32:18 +0200 Subject: [PATCH 129/318] Fix clientsided alerts being overwritten by server (#37033) Initial commit --- Content.Client/Alerts/ClientAlertsSystem.cs | 16 ++++++++++++++++ Content.Shared/Alert/AlertPrototype.cs | 6 ++++++ Resources/Prototypes/Alerts/alerts.yml | 1 + 3 files changed, 23 insertions(+) diff --git a/Content.Client/Alerts/ClientAlertsSystem.cs b/Content.Client/Alerts/ClientAlertsSystem.cs index b77bc9e4bc..5b658fb07c 100644 --- a/Content.Client/Alerts/ClientAlertsSystem.cs +++ b/Content.Client/Alerts/ClientAlertsSystem.cs @@ -52,8 +52,24 @@ public sealed class ClientAlertsSystem : AlertsSystem if (args.Current is not AlertComponentState cast) return; + // Save all client-sided alerts to later put back in + var clientAlerts = new Dictionary(); + foreach (var alert in alerts.Comp.Alerts) + { + if (alert.Key.AlertType != null && TryGet(alert.Key.AlertType.Value, out var alertProto)) + { + if (alertProto.ClientHandled) + clientAlerts[alert.Key] = alert.Value; + } + } + alerts.Comp.Alerts = new(cast.Alerts); + foreach (var alert in clientAlerts) + { + alerts.Comp.Alerts[alert.Key] = alert.Value; + } + UpdateHud(alerts); } diff --git a/Content.Shared/Alert/AlertPrototype.cs b/Content.Shared/Alert/AlertPrototype.cs index a82cbd3daf..998eb4bd4d 100644 --- a/Content.Shared/Alert/AlertPrototype.cs +++ b/Content.Shared/Alert/AlertPrototype.cs @@ -75,6 +75,12 @@ public sealed partial class AlertPrototype : IPrototype /// public bool SupportsSeverity => MaxSeverity != -1; + /// + /// If true, this alert is being handled by the client and will not be overwritten when handling server -> client states. + /// + [DataField] + public bool ClientHandled = false; + /// /// Event raised on the user when they click on this alert. /// Can be null. diff --git a/Resources/Prototypes/Alerts/alerts.yml b/Resources/Prototypes/Alerts/alerts.yml index 859f223730..471ece63ee 100644 --- a/Resources/Prototypes/Alerts/alerts.yml +++ b/Resources/Prototypes/Alerts/alerts.yml @@ -134,6 +134,7 @@ state: walking name: alerts-walking-name description: alerts-walking-desc + clientHandled: true - type: alert id: Stun From 3ce8e62157886985c2f05533b9555725c8bd72bd Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 13:33:25 +0000 Subject: [PATCH 130/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e91f155453..926fdb8280 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Nox38 - changes: - - message: Set Marathon's max secoffs to 8. - type: Tweak - - message: Restocked Marathon's armory. - type: Tweak - id: 7886 - time: '2025-02-01T06:32:42.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34798 - author: ToxicSonicFan04 changes: - message: Added Sink to Chemistry on Box Station! @@ -3923,3 +3914,10 @@ id: 8387 time: '2025-04-29T13:07:59.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36009 +- author: SlamBamActionman + changes: + - message: The "Toggle Walk" alert no longer gets removed when it shouldn't. + type: Fix + id: 8388 + time: '2025-04-29T13:32:18.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37033 From 3f1ba3b6e79457d33434b6ed6b230e5ebd0c98ed Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:36:53 +0200 Subject: [PATCH 131/318] Added Space Carp Tooth Arrows and Sharkminnow Spears, buffs sharkminnow teeth. (#31257) * carp arrow, sharkminnow tooth spear * review --------- Co-authored-by: EmoGarbage404 --- .../Entities/Objects/Materials/materials.yml | 4 ++ .../Weapons/Guns/Projectiles/arrows.yml | 26 +++++++ .../Entities/Objects/Weapons/Melee/spear.yml | 20 ++++++ .../Graphs/weapons/improvised_arrow.yml | 21 ++++++ .../Construction/Graphs/weapons/spear.yml | 20 ++++++ .../Recipes/Construction/weapons.yml | 22 ++++++ .../equipped-BACKPACK.png | Bin 0 -> 523 bytes .../equipped-SUITSTORAGE.png | Bin 0 -> 523 bytes .../equipped-back-fill-1.png | Bin 0 -> 213 bytes .../equipped-suitstorage-fill-1.png | Bin 0 -> 213 bytes .../inhand-left-fill-1.png | Bin 0 -> 201 bytes .../sharkminnow_spear.rsi/inhand-left.png | Bin 0 -> 398 bytes .../inhand-right-fill-1.png | Bin 0 -> 198 bytes .../sharkminnow_spear.rsi/inhand-right.png | Bin 0 -> 377 bytes .../Melee/sharkminnow_spear.rsi/meta.json | 66 ++++++++++++++++++ .../Melee/sharkminnow_spear.rsi/spear.png | Bin 0 -> 332 bytes .../Melee/sharkminnow_spear.rsi/spear1.png | Bin 0 -> 1965 bytes .../wielded-inhand-left-fill-1.png | Bin 0 -> 202 bytes .../wielded-inhand-left.png | Bin 0 -> 527 bytes .../wielded-inhand-right-fill-1.png | Bin 0 -> 207 bytes .../wielded-inhand-right.png | Bin 0 -> 518 bytes 21 files changed, 179 insertions(+) create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-back-fill-1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-suitstorage-fill-1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/spear.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/spear1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index ea718c0744..f0b3d101ee 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -676,6 +676,10 @@ description: Looks sharp. Sharp enough to poke someone's eye out. Holy fuck it's big. suffix: Full components: + - type: MeleeWeapon + damage: + types: + Slash: 15 - type: Sprite sprite: Objects/Materials/Mob/sharktooth.rsi layers: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml index f1172c5de0..2c770adaa0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml @@ -159,3 +159,29 @@ - type: Construction graph: ImprovisedArrowUranium node: ImprovisedArrowUranium + +- type: entity + parent: BaseArrow + id: ArrowImprovisedCarp + name: carp tooth arrow + description: The salvager's preferred arrow. Kill your enemies with the teeth of their families. + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/arrows.rsi + layers: + - state: tail + color: purple + - state: rod + color: darkgray + - state: tip + color: white + - state: solution1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: Projectile + damage: + types: + Piercing: 30 + - type: Construction + graph: ImprovisedArrowCarp + node: ImprovisedArrowCarp diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml index c5c300008c..2dfb1b363f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml @@ -214,3 +214,23 @@ max: 2 - !type:DoActsBehavior acts: [ "Destruction" ] + +- type: entity + name: sharkminnow tooth spear + parent: Spear + id: SpearSharkMinnow + description: A spear with a sharkminnow tooth as a tip. + components: + - type: Sprite + sprite: Objects/Weapons/Melee/sharkminnow_spear.rsi + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Piercing: 18 #same as plasma spear + - type: DamageOtherOnHit + damage: + types: + Piercing: 25 #throw dmg enough to two-shot carp + - type: Construction + graph: SpearSharkMinnow \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml index 20e06e9f48..8f368f9e59 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml @@ -69,3 +69,24 @@ - node: ImprovisedArrowUranium entity: ArrowImprovisedUranium + +- type: constructionGraph + id: ImprovisedArrowCarp + start: start + graph: + - node: start + edges: + - to: ImprovisedArrowCarp + steps: + - material: MetalRod + amount: 1 + doAfter: 0.5 + - material: Cloth + amount: 1 + doAfter: 0.5 + - material: SpaceCarpTooth + amount: 1 + doAfter: 0.5 + + - node: ImprovisedArrowCarp + entity: ArrowImprovisedCarp diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml index d80df72dba..8b6f0708c7 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml @@ -126,3 +126,23 @@ doAfter: 1 - node: spear entity: SpearBone + +- type: constructionGraph + id: SpearSharkMinnow + start: start + graph: + - node: start + edges: + - to: spear + steps: + - material: MetalRod + amount: 2 + doAfter: 2 + - material: Cable + amount: 3 + doAfter: 1 + - material: SharkMinnowTooth + amount: 1 + doAfter: 1 + - node: spear + entity: SpearSharkMinnow diff --git a/Resources/Prototypes/Recipes/Construction/weapons.yml b/Resources/Prototypes/Recipes/Construction/weapons.yml index 5936a35069..4bc75805fe 100644 --- a/Resources/Prototypes/Recipes/Construction/weapons.yml +++ b/Resources/Prototypes/Recipes/Construction/weapons.yml @@ -108,6 +108,17 @@ icon: { sprite: Objects/Weapons/Melee/uranium_spear.rsi, state: spear } objectType: Item +- type: construction + name: sharkminnow tooth spear + id: SpearSharkMinnow + graph: SpearSharkMinnow + startNode: start + targetNode: spear + category: construction-category-weapons + description: A crude spear with a sharkminnow tooth for when you need to put holes in somebody. + icon: { sprite: Objects/Weapons/Melee/sharkminnow_spear.rsi, state: spear } + objectType: Item + - type: construction name: makeshift bola id: Bola @@ -152,6 +163,17 @@ icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow } objectType: Item +- type: construction + name: carp tooth arrow + id: ImprovisedArrowCarp + graph: ImprovisedArrowCarp + startNode: start + targetNode: ImprovisedArrowCarp + category: construction-category-weapons + description: An arrow tipped with a carp tooth, for use with a bow. + icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow } + objectType: Item + - type: construction name: plasma glass shard arrow id: ImprovisedArrowPlasma diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-BACKPACK.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..b307a98d3ae3b8b6cd8f456ee109b20968733335 GIT binary patch literal 523 zcmV+m0`&cfP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0ia1lK~#8N?b8BX&yX8eftm;HGt5(>^?WeQqxaKqBnYw36L;B1k|?jNV^?kGgiuQ(!p0 zx%Z;5Gk@9#*wM>~A|usxom>C*c9sz9G{7RgeMz_mT$N>MBQCG&y*ob7um-ekYa=dL z1Y-mzpsFexEyH3e0Ad!wMODB@u>rC*3N5ovpw z{ysEgPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0ia1lK~#8N?b8BX&yX8eftm;HGt5(>^?WeQqxaKqBnYw36L;B1k|?jNV^?kGgiuQ(!p0 zx%Z;5Gk@9#*wM>~A|usxom>C*c9sz9G{7RgeMz_mT$N>MBQCG&y*ob7um-ekYa=dL z1Y-mzpsFexEyH3e0Ad!wMODB@u>rC*3N5ovpw z{ysEgk44ofy`glX(f`Xa)F$xB_W| z{|r)FdD(NBw6(RT^7H>^V2F&2ERQ$T($X@N0Ln9be*F3W|NlQ4AIJhZd?i7C!3;n? z9BhhLe`X1kvG;Uw42fucdvzlxg8>h-qwa&h*Gr%KDG0QP)Nif06KS=$=kC?UZ3c-7 vcNrNP_>bh@=6&rD^@071x(zo2LxRp!UPjiMZBY$CqZmA0{an^LB{Ts5=1)rN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-suitstorage-fill-1.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/equipped-suitstorage-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..db23cdc2a4f53d2d1f640043a1196af3dbb03722 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`Xa)F$xB_W| z{|r)FdD(NBw6(RT^7H>^V2F&2ERQ$T($X@N0Ln9be*F3W|NlQ4AIJhZd?i7C!3;n? z9BhhLe`X1kvG;Uw42fucdvzlxg8>h-qwa&h*Gr%KDG0QP)Nif06KS=$=kC?UZ3c-7 vcNrNP_>bh@=6&rD^@071x(zo2LxRp!UPjiMZBY$CqZmA0{an^LB{Ts5=1)rN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-left-fill-1.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-left-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..87a1358a8ce64c2c450e7e154192e4e283f5c90d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`NC)_YxB_W| z{|r)FdD(NBT%4W%GcZI(Mrvzo|NsAgb++jXpfqPmkY6wZkPiZz?DLoX1PZ!)x;TbJ zw7$Kj$j6|-<9zYtz5hp48dm1Y{t;Jj%t`4w#~^?e&P#02h`&8dwrA% o$E->tkEXUiLHr@tm@Dovt&?In=;bs?2q@3s>FVdQ&MBb@0LGq1x&QzG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..31f0051911ab3c27a261bd67e92dc11a3d0c8536 GIT binary patch literal 398 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4a%M_jv*CsZ*RTLZ8i{TO99`bK{p3D7GRF;y z{BDDr%KP@VeVMba7Ff9*Z%dTj z*4DpDtLfjR>O=0clItvGc;)BLjAr@F=ryUxGG)Jj)uY!xeWF-|S6LX&TdEXNK6it- zE68pJh6cm(@63BnRYm{VYM#)2h4pk;!~ZJgYj^HC6ms4@KVMkq8{3+TbJo4)JF9!> z-touYXUqa(1pk=_pJ(}!9V=;P6xb5-P`S43;%UXy9~#HY4|ExyKIqbXL`q5{?dW`o l;sC*W`^p=X7#Ow{y^~&eVTZM2Md4YHy`HXqF6*2UngEc;qaXkP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..4d0d61d0c170ad4c2e7ccfba4d1f5668832dd070 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`NC)_YxB_W| z{|r)FdD(NB{xdMRI6G@=Yez;#{{R1fSCT{&P@1zO$S;@y$OnN<_W8?x0tH<>T^vIq zTHjt%Q_m&EnK0bvD)bL zW`;|pb6@|yS0gwjFw*`-v-_`~QPOi|yJBlPqf=+syMyAgatsO6ipxtL?XX_A R?GGo&GEY}Omvv4FO#m1Bn_&O| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/meta.json new file mode 100644 index 0000000000..7f5c1681b5 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/meta.json @@ -0,0 +1,66 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken/modified from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, color modified by Boaz1111.", + "size": + { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "spear" + }, + { + "name": "spear1" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-left-fill-1", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-right-fill-1", + "directions": 4 + }, + { + "name": "wielded-inhand-left", + "directions": 4 + }, + { + "name": "wielded-inhand-left-fill-1", + "directions": 4 + }, + { + "name": "wielded-inhand-right", + "directions": 4 + }, + { + "name": "wielded-inhand-right-fill-1", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-back-fill-1", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, + { + "name": "equipped-suitstorage-fill-1", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/spear.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/spear.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1e7fc4ac50c83ff697538ce2cb549a5c33027b GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!;6qOr$B+p3x6?LqH5-Vy#^1i_zoJ;I-uu_# zCg(zqcS14RE4Q;mXKYcc)c3X(kYg)4Z))MeUVqqtCoDVn?&Cu@eFGKbk5B9|%zJ+J zq_3gf)6me`pDy_f;rG7VCazVCdJr}3iV3f%>%-dWz-Q~vUi*BgBs$I|>h7ys_jbQ4 z{hE6_&*}zu%L&Hp#sJF%Z2@I=9oD3$3OgOTWK={wrZ&G|k|`1>o#4&a#9w^MF@Rya z%p1Om6PjZkgNi;F`vmcsF)w|ZU~1AXQ_);}^5D_4tV^fV`UHzve)uQ+Y?8c;fS@ho Y{pP2KEx9sFfu3dXboFyt=akR{0QE3?eEHwX}(O&6Edw1L&w4l?d z6E#Q_!&H!I;=qsj6*ZYt@nfK1G8O|mbsK&R=Sa*J++ZL9Wxs2Y55X<_pionyAr<_?(iI#8eubiQ>N7`~J5zeM^Xof&KE?q@n+D;(p8ne>OB~VT}v52SAic+k$qFkHSj_Bh;bY2`J za8n`)d)+QZz`X?G%Zr11$&4bf&qd57kPNd0PGETo)+jUzB@!0`>v+2ZPcyVoUF(SPL><$XjIG)JSI@29dD^4A!FPD zedAZ~lH7RCX7j(hyWOM45JY1EAYzczQ6s!AAXp1I3QeU1HlMdq#sZ2FXZx6tc)=4` z7t5ysX;1{B8a7*KFXhTG&~Azm0OQ!WN~V|`(K%Fn7)Yn>Z`!2+UHOtimN7J-#NV$k zBx4vOkog!oqD~8K~P%ill)QL8q7!Q_GcFITmYGX>g?mk5xx2)wojWo6hIY z+G$7Oe|bxahIPQ-Y{nC5L1g(tpUE%tG%C-3@*iEaPv4TlC4bT;O-CRc&)V~Cl-*a_ zr+*0*Scm8#c`7~!JYWKecQ|OkLm_ODgbrgcrog~UIVz#YNr7}DM~lTZDqQt?G<4i% ze3E->Gk)}cHRBH%+stU52b=V6O25O1g#m`}+rT0M8x0*=Y2Yxl6e$L5 zLLRKV)fI=05EQVH1~MHZPY8-E%P+eXZCE<3QQvU$^pqRf(_512Lwc8ng_l(H&y8^$ z!0tEcIvscVy_e_jc71;G(DjDXfg1u=P$#FA?Uv_eZ$8ke)9lus7jCt$?;wt>y%o5# zvia+{-X zv)Gcf_e5mbqnBUk zO{;iKMd%(?CTy&nFzb+F$=}t6m0i_4-u*6RV4(YlmcF6~&#p|i>h5qXnou-RK-;eFjr{8(M_p3?wA8struGaSi8jLx2`{({y1-@Mqxx`EXf+mGYR{&I5 zH4_-OnGEsPj4gjO%R@HBPb+R-Yn-f-HNA2*IQjP+d&zU(1b=DrJPv9t}F$I z(;RizI_nJOi+1fBm>X9w^CT}XZd{O68l{-I{)()tmJFY=v#Hj2Jq9^d(fj*_-r`St zdbY1T$IZ|qm-;5`zxz(m18vk44ofy`glX(f`s08?gxB_W| z{|r)FdD(NBw6(SWGcZI(Mut16PUYu!aBzrslKKDt|AADa??81tB|(0{3_v~EoDBV; nn}A9q+b&SAI|cv^A;&>RL&S3j3^P6!||*n$F_O zCiuxHJQ7-=^QJ(~f=So?#WBVkPHNNmCQ3*wTE{cv&&2qGSuR^b3$%XNuPjYcuRCA1 zZFvV2{99{tzI2kxtvmlLBc!io+%*E@fj?-$K3x_-u(XaTTJZX z8oTv-n_0|$?>bVrruM%6^PKMeyfPOaU(WtI?@7(%)K^(sgCZ}w1%~vRGu`Pu{;O>7 zKf?_^IvX?-*x6N5@~=JHaduwu{G-gzZalqvtl5=q*NZ#a72+yazlI7Tft{D4mQ2_s zdCEg$X63x+TV^~o`gdZBDTjvR^wX)K2|Dbu4mmn<0{2tju+3q6)q11lb@zcxrHAJIOl6>3CqVxAU7RosBxd1`QjVZsFY=Yj_OrFs^2^fhCp00i_ I>zopr01lq$vH$=8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-right-fill-1.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0a78a494a7cd669dbfa0a4a7751b45e4c41d70d4 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`s0a9jxB_XZ zt-J>R89qP$92prI?x6agfk9han?09lDnGx2gG0QN%>V!YpLffC0V?G!3GxeO0P-`lfp6;Ry rA3C;X9rs*a_i0xB?irbKKhCl2(_^^VSf>9LXb^*^tDnm{r-UW|&V);a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-right.png b/Resources/Textures/Objects/Weapons/Melee/sharkminnow_spear.rsi/wielded-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..65ab4090508f8ace4e3a8b21771aeec595a3347d GIT binary patch literal 518 zcmV+h0{Q)kP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0h>ugK~#8N?b@+U z!ay9y@sq)oFgTcWU~xh=AHet$1{ZgI9(@GCM_}s%I2D;(7)Uxe5LO4z{+c^-g`z-8 zQS<#I&0V?nes|aLj{yJx0002M9*ssLJDbg{yIr9%J>zcwj$W^4uP@K6TKCg}e$$l= z*iNTo2ZKSrNo_W~^qa=?jGirW{7skWMKGPS|IK5c(U*C`O{&+kt zyrT`BpM2!wchjl4nM}+yYrEZU;W-^Z6h-E#-8PR|E8$!^;OF>l?RwYo`C4n5rY4T# z!W@Mgg@l`04%E0>zgcg2(`6o-O?y9|Z@mFe8`&hMjNWzKm9-Xb!mqV!*gDw?Y&Kz~ za{>SW00000003-buZ0TL{8R>0$xB+TR;`7RP4XMAt(+=B!{IRRYY}yBUfHT+`g~>A zmakx4ss*alrmx_JYH@oNE%G Date: Tue, 29 Apr 2025 16:37:59 +0000 Subject: [PATCH 132/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 926fdb8280..8ebfa530a5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ToxicSonicFan04 - changes: - - message: Added Sink to Chemistry on Box Station! - type: Add - id: 7887 - time: '2025-02-01T06:35:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34803 - author: NazrinNya changes: - message: Flesh Kudzu now contains razorium, making it unsafe to eat. @@ -3921,3 +3914,12 @@ id: 8388 time: '2025-04-29T13:32:18.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37033 +- author: Boaz1111 + changes: + - message: Added sharkminnow tooth spears and carp tooth arrows. Happy salvaging! + type: Add + - message: Sharkminnow teeth now deal 15 damage instead of 10. + type: Tweak + id: 8389 + time: '2025-04-29T16:36:53.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/31257 From e3662304581f19ba5bcc9c997a8a6934c5f38717 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Tue, 29 Apr 2025 19:43:09 +0200 Subject: [PATCH 133/318] Add inhand sprites for mini jetpack (#37041) * Inhand sprites for mini jetpack * Attribution --- .../Tanks/Jetpacks/mini.rsi/inhand-left.png | Bin 516 -> 15418 bytes .../Tanks/Jetpacks/mini.rsi/inhand-right.png | Bin 529 -> 14968 bytes .../Objects/Tanks/Jetpacks/mini.rsi/meta.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/inhand-left.png b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/inhand-left.png index 9f27af40edf9b00bb97a71ebe91472ba3b35fcca..218caf1c39e839ce8df514dbb0b465cc92c7702f 100644 GIT binary patch literal 15418 zcmeI3eQXnD7{G6WG6yK(LkE79f{6=U@7iA1?&ylR4!22RmKird;db}7yR7Y%yBq7k z018Hl;WOaJ1OyQ!7#BeaAO5kR5|t351ZQNC&qPp^Az^+52ENyJZTGHwGr!_L?Km2{z_~hOOzjw;>Pr{$uqh&Q3MGYQd zd~&GfjrkN+bW*OW)~kKfcu@&k1WBm{mRL9nXH%4Wax5x{^*}e(f}k8JHg|l~YBtGI zvH3}dkM%`MK%HE+Pz5s=POlOd){8}wd9o+Z9pj;cFwg~4EF6kxe5}|U_she3W0*0U z;#2hcV)GOupsCtdX(~}vU~*UrX^|~-nw&)ztHbH!oD)qp*6LtbJ7Z^Qo1N!ap0k;f zm)VmC@7$^s;QijI$#76AHrMHTlxLX6#zsq{-J+;L##&TV#IQETW~1Q@T5F2vLX3`R z;}TA~{dj>Us&Z79m59mkE7U3tda>DT1WH}WeTAc`KoKp;4pL-dLX@#uSSFj1B&KYl z4QeR9G)ZJY2!ugI*Pxv>t6j8C(G{&u=_6!H-DhBUCO%&(cGmTV!&yUXdg%g)Ac-`q zrB>Ax1&kkPN`oqb(gkoUEX%H^tpBrllw3;GzqhKDkM(G4fo2Is6fya zwMtP!oab|W;El*F^j^w5)XL{b{H0yl%2q|ZC;4R{3|cxZ-Cjc^2j) zJAt*rn+zw3nTQXcBFTZKZXXVsDb~U~MTM88cBIuzn;#7y9KTb8dzo zN#p~H8Wwbq92SCriAI8MCOw!jGnG|*i4sy&xGdnYyP0gm8CLO39RxdEYS_>p%ooPzhJ@S$#Xvlz`qSs9;JE=0tyLJ>j*d z8S3867~MZ4{|5)52@C$&G4!vF{>Cx%)sz0eV@PMQSSLh+K=Lr%3EVxh8p7Yoi-L;jMex~nr5m|(;B>KrW!R( zTRstyb&o9>4H?d`GX66Y4SgnjyaS#>hrJAfL9_%H0t7E&apk37+5{2!re-62 zC3EZPV@u)doF=i%@1v-N4^q_9Wfb+tP5Ao*MK!P#_2WE>;$NkxyOniw4^5@0oVIfB zl&aW?pH8&ae_T0i(B(zuV{Nn;oG@~{65TcXmX=jN@7&gMVAP*xLwmMK$A95VLtT$MnDUoSEgSMxwByR!PuEO3ctrnV?bg9}!i8kJHjeODTyk7l zbn3m%F-QrSDIV}YlQr(v(NC_cJ=lnT?Jp)?{5$~ zXRSJagX^60g83fDls&VyS8RWz<>Ik*b}`t+OagH|^`wtCi$ zitEqMS+wl6amw5BZcuaGzwd1H6z996b??NB?Th{USADzu=+QOd_Gw;j%*sz&x;|9z z%X_vhfAhecY}-tYy*Qk|_S>~97n{evc6b)@(X-=&RP7qYnggKYZ$zU7a1PtDT33Jp1dV_rvY?4$LXoUi(R|vV6uH zmOa-u)Hn@w=DLteBAZrLm0i(&^ro IN9H~ECvctf;Q#;t delta 491 zcmVb;z6b9g*s$Gz}cwvCCLzkpO7e-g&7DnPI z9H7Ub%p9Q^nLssHs8=r?JGc{7Fwg*b4ix?0#*^|pvg|Ot2M`ev5fKp)5fPnaJZgu@ zxEJF3WZVnmQG2W2R92N+si4{N0ayaS=SKZ?rT{1a_AFUdZhs^~@;nbpDJZ3o=Xt2A zH3`&&N@U(B4m9(0l<5Y4||6feGl(F%5`gP<$7_JQVQ?I z7oPI(qq7c??0AyMATR-&3T5DV7EC6uM zZDg&lf&`I|U{Mq;t@Y0T=2KpF-!toaQ4}KgU!2xDls6*&eXcAbA|fIpA|fIpqNJpI z`1{sqYKGuwlI`oi*4VYqzWP2%Iz!Su{Fvknf#`fdxn!}~q&o8mSJ4}+Ge0190*o=C z(@E3Ak4erWi1pY4o33mE2hyX&=G+e=rNE3lDujBc<^M7UjV+l{tYdbhQk z5Wy{=s6^2q@@9mEx9A`s1cHKs3b=q`K#&A^8RC#PV+0}r=5uY=KI=LjF#h>8Y45k^ z`F?-D=RVKN?w@o=l%*VeSNuQGC}kkq<)i# zm8*vmgn6`BT&k2h@>yQ;WN5>fo2ViCi2nR zl0jtkyDC_xePW~>_$y0Wr6@j@q5^?HMnIn-`70@%#bTjohGG~JC`h@^t8hWmD~}2% z>BwUjWZp0O6jAbO)Vy4|RHI~RwQ8a0CvsmNU$l@{j<5q1sUYX0bQv_2$mHUq9$$^$ z9U7X8rv$g)5xj~Fe7b}_UzMata+TCg$!K@Cg~6OS9MRed$LsMVEG;V&Y5{@>(u7XA zxXvd~PC=Gx{Jb!s7Tn6HM0c-<6|u?blu7OBcI-k>?8c_{gl(av5S}3`xK}pEFK~+F zFP0>?ExgJKI}mDeazd+0GqyzZx}<=dYNg^WvH6Z=6YQKK*ch5IkUECcnTvHMmImvQ zPNQ`ofRcojaXB24ORT8t$YCUD1Ibv5b!Jvw*5)*tiROTm@j1Z$ad8UwNLgSll*h%h z6_Ve>DK^o=RSJ~PTWO_YjgT_Bs@NRKE&0K)1e@MUC2EFTp_Rtwd1Zz3@KI@=$3s!IFEGrV`c5dzHaEqZc$;bI+LEUj# z+Kw$3J;b7ClQiT%W{6cmmSQC%3*TY#m+v3w(DfRSsi=8JT+}e45I#z7g`LwEs8Vl9}7#A0s z1D%!X(iW>6)|aYt>aGdtO$-e_lurGPSmEw?YuUrCaCf{l=A7mg6&n+&7S{~9)RQ-S zEEIu<1i_Z6?q4ev-yH8K6oZ1h)GmVkE32zA(-85*cO*2Hb!UV+BF6AkLI2J}GZ}6L z4-4Qqg^E6?be`nsM);qD*d6`PiQ#m(2uuSRV_Zl?umIzNX&_^a3yBC8U|cW_WQ=hk z5y1kC3#NgLF)kz`Sb%ZCG>|dIg+v4kFfNz|GRC-&h+qN61=B#r7#9)|EWo&68ps&q zLL!0%7#Bj0>iLj4>`GB3OWN!8DLD z#)U)#3otI21~SIDkceOb#s$+r#uyh85iG#CU>e96<3b{W1sE4h0~upnNJOvz?S+pWp@W`vt&@efNfc*#uq+)bP1Z2SL=2 zA&3PH1o2NhxLzTM8k!*fm`xDu3W69SEt~c2M1n{8$8;y`!tzUa;Wy?)RMDH8XhDylYh@@J3lVPceLq=HOoG${ot9Jd20&p{qoZK z%U|7W=)dv9mezwa2l}Vb`k8W5+xI=y*Ao+boRe>y*#7GN_iL)lmOF>t8bKBu+kA9k zdds>8V<%m&n0vLccE{oSQaBjBmyIHh#NT1X(fz2%!uJ(598=2at$MNc&rFV4C0dKGKbt4BX&T&pAUt49J zQkB^<=)HA!7SFhSm%Y8)(tdaFrXO-%nD zntrfx=5{_8wbX0U`NgesHM2^qai36)>C4Fr7{T z0ISss>-8GhJj3Pea;I+0aQ+9XndMxkWtHD|ch7k}URi+U(?t1U3ku4Cry-EZ=?dI0}f?Ex5LM$S1n=OCp709b1wr9@FL zmeo)QAyCe2tp$Lc%uQQ1_!?}w!J@ugE(f#!fv-GT>)?C7^N*#q_T`gSKM&C{W+oyc zA|fIpA|j%JNd@eyLv264*0zu5N92ZW@W8PHn$*p1oF zy}@If8EDdK1*D!CsP+G)^m(2~Sp}_5l6qz!)c+shCCarrZ-JCE12M17`G7VDrJfmR u>i@^k`ZbtxX5gp(|DQ_Te`mj+;`;=e2q`qVgoe`q0000 Date: Tue, 29 Apr 2025 17:44:47 -0400 Subject: [PATCH 134/318] Show other speso colours, add larger denominations (Frontier#1496) (#37030) --- Content.Client/Stack/StackSystem.cs | 50 +++++ Content.Shared/Stacks/StackComponent.cs | 22 +++ .../Stacks/StackThresholdComponent.cs | 19 ++ .../Entities/Objects/Misc/space_cash.yml | 16 +- .../Objects/Economy/cash.rsi/cash.png | Bin 286 -> 375 bytes .../Objects/Economy/cash.rsi/cash_10.png | Bin 292 -> 424 bytes .../Objects/Economy/cash.rsi/cash_100.png | Bin 291 -> 413 bytes .../Objects/Economy/cash.rsi/cash_1000.png | Bin 290 -> 414 bytes .../Objects/Economy/cash.rsi/cash_10000.png | Bin 0 -> 695 bytes .../Objects/Economy/cash.rsi/cash_100000.png | Bin 0 -> 1466 bytes .../Objects/Economy/cash.rsi/cash_1000000.png | Bin 1109 -> 3037 bytes .../Objects/Economy/cash.rsi/cash_25000.png | Bin 0 -> 681 bytes .../Objects/Economy/cash.rsi/cash_500.png | Bin 299 -> 401 bytes .../Objects/Economy/cash.rsi/cash_5000.png | Bin 0 -> 380 bytes .../Objects/Economy/cash.rsi/cash_50000.png | Bin 0 -> 701 bytes .../Objects/Economy/cash.rsi/meta.json | 173 ++++++++++++++---- 16 files changed, 236 insertions(+), 44 deletions(-) create mode 100644 Content.Shared/Stacks/StackThresholdComponent.cs create mode 100644 Resources/Textures/Objects/Economy/cash.rsi/cash_10000.png create mode 100644 Resources/Textures/Objects/Economy/cash.rsi/cash_100000.png create mode 100644 Resources/Textures/Objects/Economy/cash.rsi/cash_25000.png create mode 100644 Resources/Textures/Objects/Economy/cash.rsi/cash_5000.png create mode 100644 Resources/Textures/Objects/Economy/cash.rsi/cash_50000.png diff --git a/Content.Client/Stack/StackSystem.cs b/Content.Client/Stack/StackSystem.cs index 7e681aeba3..17e502675c 100644 --- a/Content.Client/Stack/StackSystem.cs +++ b/Content.Client/Stack/StackSystem.cs @@ -66,10 +66,60 @@ namespace Content.Client.Stack if (!_appearanceSystem.TryGetData(uid, StackVisuals.Hide, out var hidden, args.Component)) hidden = false; + if (comp.LayerFunction != StackLayerFunction.None) + ApplyLayerFunction((uid, comp), ref actual, ref maxCount); + if (comp.IsComposite) _counterSystem.ProcessCompositeSprite(uid, actual, maxCount, comp.LayerStates, hidden, sprite: args.Sprite); else _counterSystem.ProcessOpaqueSprite(uid, comp.BaseLayer, actual, maxCount, comp.LayerStates, hidden, sprite: args.Sprite); } + + /// + /// Adjusts the actual and maxCount to change how stack amounts are displayed. + /// + /// The entity considered. + /// The actual number of items in the stack. Altered depending on the function to run. + /// The maximum number of items in the stack. Altered depending on the function to run. + /// Whether or not a function was applied. + private bool ApplyLayerFunction(Entity ent, ref int actual, ref int maxCount) + { + switch (ent.Comp.LayerFunction) + { + case StackLayerFunction.Threshold: + if (TryComp(ent, out var threshold)) + { + ApplyThreshold(threshold, ref actual, ref maxCount); + return true; + } + break; + } + // No function applied. + return false; + } + + /// + /// Selects which layer a stack applies based on a list of thresholds. + /// Each threshold passed results in the next layer being selected. + /// + /// The threshold parameters to apply. + /// The number of items in the stack. Will be set to the index of the layer to use. + /// The maximum possible number of items in the stack. Will be set to the number of selectable layers. + private static void ApplyThreshold(StackLayerThresholdComponent comp, ref int actual, ref int maxCount) + { + // We must stop before we run out of thresholds or layers, whichever's smaller. + maxCount = Math.Min(comp.Thresholds.Count + 1, maxCount); + var newActual = 0; + foreach (var threshold in comp.Thresholds) + { + //If our value exceeds threshold, the next layer should be displayed. + //Note: we must ensure actual <= MaxCount. + if (actual >= threshold && newActual < maxCount) + newActual++; + else + break; + } + actual = newActual; + } } } diff --git a/Content.Shared/Stacks/StackComponent.cs b/Content.Shared/Stacks/StackComponent.cs index 7137f8c0c2..356b888606 100644 --- a/Content.Shared/Stacks/StackComponent.cs +++ b/Content.Shared/Stacks/StackComponent.cs @@ -78,6 +78,13 @@ namespace Content.Shared.Stacks [DataField("layerStates")] [ViewVariables(VVAccess.ReadWrite)] public List LayerStates = new(); + + /// + /// An optional function to convert the amounts used to adjust a stack's appearance. + /// Useful for different denominations of cash, for example. + /// + [DataField] + public StackLayerFunction LayerFunction = StackLayerFunction.None; } [Serializable, NetSerializable] @@ -95,4 +102,19 @@ namespace Content.Shared.Stacks Lingering = lingering; } } + + [Serializable, NetSerializable] + public enum StackLayerFunction : byte + { + // + // No operation performed. + // + None, + + // + // Arbitrarily thresholds the stack amount for each layer. + // Expects entity to have StackLayerThresholdComponent. + // + Threshold + } } diff --git a/Content.Shared/Stacks/StackThresholdComponent.cs b/Content.Shared/Stacks/StackThresholdComponent.cs new file mode 100644 index 0000000000..5d142b5774 --- /dev/null +++ b/Content.Shared/Stacks/StackThresholdComponent.cs @@ -0,0 +1,19 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Stacks; + +/// +/// Denotes an item as having thresholded stack visuals. +/// StackComponent.LayerFunction should be set to Threshold to use this in practice. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class StackLayerThresholdComponent : Component +{ + /// + /// A list of thresholds to check against the number of things in the stack. + /// Each exceeded threshold will cause the next layer to be displayed. + /// Should be sorted in ascending order. + /// + [DataField(required: true)] + public List Thresholds = new(); +} diff --git a/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml b/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml index 57dfb40098..db08a70202 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml @@ -25,7 +25,15 @@ - cash_100 - cash_500 - cash_1000 + - cash_5000 + - cash_10000 + - cash_25000 + - cash_50000 + - cash_100000 - cash_1000000 + layerFunction: Threshold + - type: StackLayerThreshold + thresholds: [10, 100, 500, 1000, 5000, 10000, 25000, 50000, 100000, 1000000] - type: Sprite sprite: Objects/Economy/cash.rsi state: cash @@ -121,7 +129,7 @@ components: - type: Icon sprite: Objects/Economy/cash.rsi - state: cash_1000 + state: cash_5000 - type: Stack count: 5000 @@ -132,7 +140,7 @@ components: - type: Icon sprite: Objects/Economy/cash.rsi - state: cash_1000 + state: cash_10000 - type: Stack count: 10000 @@ -143,7 +151,7 @@ components: - type: Icon sprite: Objects/Economy/cash.rsi - state: cash_1000 + state: cash_10000 - type: Stack count: 20000 @@ -154,7 +162,7 @@ components: - type: Icon sprite: Objects/Economy/cash.rsi - state: cash_1000 + state: cash_25000 - type: Stack count: 30000 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash.png b/Resources/Textures/Objects/Economy/cash.rsi/cash.png index 42e7b863e685d9974b0f2cf88fe948c507cc45d9..7ce8d6fd7b6e2cf6e729971c81b4866e5951c0dd 100644 GIT binary patch delta 359 zcmV-t0hs=t0`~%t8Gi-<0047(dh`GQ0X|7YK~z|U?UXS~!$25@A0-VaXP^X^41t0} z90QW6E^+b?ICOI9(yf2PrCS%>{Rz%O1}R;f>{f6nhz23ODTcH|Oze_NK}CdnwwLd{ z@B4UZb9uVA`fiV%x`KITuCh+1Jbc$a4-#%rgK0002ovPDHLk FV1oCosf_>t delta 270 zcmey)G>>V5WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hEfKP~P zf-NVTGaFM1)6P4nJ@ErzW#^d=bQW)wP81g+`978Pp-}Za+9Z=wKVP&-cZeL*9ka=a>ZMC;K zZ0*looNF)eueisdBd)_>;#%wy%hM1s$sk~vozP{Tf=Ba;(o!axy_b5iZDDE>@0MJT zbvs;@pHbA)>OT{(*)&0y%EbL5Kz$?2ZWTJ)s(c z_p=X%oV0p zLg*T{(Mb=teSEZu95iGfPYrLhVu0&q@O_O8qIi{ zck`9lAWiwR+F1ie;CXqvBQ{85yB?LBI?Z?+GGJOIz?KFGJ)QI1g3DZw-RCW-2jsUv z+Q4MwL@uAlBO^4x)Eh<)U)+!9^8FdV@h4O$6p9ZSDH4d&2a=rB00000NkvXXu0mjf D#KOIV delta 276 zcmZ3%yo70jWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hEfKP~P zf-NVDg)5(X;?7cWr^bn@Id$ju3GAI-e)+T_v#K6Y)u*H#+kq5!NswRge>h<9@@M=6 z6y_}Oh%9Dc;5!V$jK}j=q%hPoFqC?_IEGmGzwJNBci4c#nR~0^$^Z2QyIG4o!rn%$ z{CbqDE+Qqn{tHuVIm@(GiH^2!1y|*G7);E$xQ=)jpJSM-Fy$#vV#D7o2eTThX>G;# z_wiO;e6aYS=l7>=7Jq+!p?c+idbAWzmUYN`>zwODK}i>i|w6%C!WfPx5Wg$&?`cpT0U;EP3d6_jGcvtAYCF5J1guDN z|I|mOmxt?@qht84fZB-kcBXj+C);hTA1o;~fch0E6A)&QxIB#p19?ko;C+z1`1s~E sl}?4!z#HzQvHg%0>2w;6MkD7FMCFR<1E(jj00000Ne4wvM6N<$f)X;X;s5{u delta 275 zcmbQsyqIZ%WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hEfKP~P zf-NUMvy%X0^v+UoSJQ5N`Qmf?1oloZzkFJegFzFhD&%MDUm(R@666>B9}XD2{24z1 zg*gj6B8wRq_zr_GM@}-M%23Q9SB$?&Pu< zftklUR@%N`_sM6O#+c8rYg4$3F`I*q7EcIA%kP z57Zppo93N=xv6>mzW=To)vN}}4N_il*`~@33xDo2ORHtdc*{^Eru=US%jDZUKxZ*{ My85}Sb4q9e0H3{N7XSbN diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_1000.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_1000.png index 6a5688cd866d413a9e40239c01388bd43c060164..6271c90e99b574eec91284b598c58f15ffbdecb9 100644 GIT binary patch delta 399 zcmV;A0dW4J0-ghq8Gi-<0047(dh`GQ0cA-ZbHVr*K7*Tv%DPM z-+9mPyyrb&Fc=I5!+&OfbJ6{4ji_Iu7>T&b4X(evE*aenLw`-2kH^9+tXDAz^X z4zPf>9geS;0Z`Hc2H)aih=ITkC~47ZzOZvTpj38I(n8w~S_touPffk}JTVMVX!Pk; z)06ew2DI&D%PDHLkV1gThv2FkW delta 274 zcmbQoyohOnWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hEfKP~P zf-R>jGjj|R)6P=yZe8sXdHHku1oloZzkFIzot*`!>daC19w5bC666>B9}XD2{24z1 zg*gj6B8wRq_zr_G9>|~9VIP?5#(lcQvP4?LR%AZ;H%Fbor20F{r L)z4*}Q$iB}6{%$8 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_10000.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_10000.png new file mode 100644 index 0000000000000000000000000000000000000000..8038bb576ff4d6230e57d3a84e5236e4537574bd GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&DF*n2xF*%lz*@XD6JWp7ZJJj+EbTq+ZmCuX(&zb}9EAv3Q1k*FN6r zo5cFA+y1G2;(kVmYoVmg)0I2+8wLH^zbbET(Dr5a4$JBVuC9H^-&6Q^*S`K&H$Sl7 zSu_7_&9*;`k@v6t7i~}Z%>RXt`{$=$m8@m8@#`F3$xHlmSjxoy|KJDqMZ3&z~8v@{eJ~--u~`&|F~?_ul-?+x5_fUi3dD7@Z{ft7{=Z92j1x` z?B3rn`Cn6$y~3+|*S@EGWj~U0**@W|yv;K`pv^1i$g}@J@$aAdhHK03-DldOHNULE zWk36}gm3Hx9O29vf8`E+v1+q_(DI>=>q1;(!pmy&+UKXW7ksT=$>dpoP*(K9ue<+h z4*cP4Ud_1cK5Or<{gMkp|C=+1oIn38p6|nRPzrP?Z^&Qg=N^{3xUUuDVNX{-mvv4F FO#sI?K%oEt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_100000.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_100000.png new file mode 100644 index 0000000000000000000000000000000000000000..26b4e80b1f11b135b707dc8876b90552619a076a GIT binary patch literal 1466 zcma)+X;4#F6vu-RsS8F+k>WyhKpD}Nsj@_;=79w604f3^Mxg{1NHkGWNfS(7LU`HeW3XTP$vboJIrq+-`JZ!sch1#7 ze;>;g>sKHU2us{SuOQfFz`OE`W$^ik5@AFj%rkLbo<~z@^2zVcZ8-b&Vzy&1hhB)^)M} z*2hIx?0wCxziiC{uZ}RAlG^lYoYI&+xCO6DdLGixY5*@Sl| zN!qnLf@Qfg`8*}_Y@6=q*z^5U;ehDI52o{=$nL_!%AgmzCwH&2FHlp$qPQVr@a1M_ z{v}`U8ouaoU@hyFjAc-V%670&P(0i3NHo4Pbp|hOCd3`CR8h#MC15WdEZ#A)9MnB!H zk~y0-?xKx&y^m4mmV#r?PWNXhb z`>pqq0;>2NUdbR`D-Uj+n(7gIR1s@Yi zissGVT{DMeMkg`B^*>Dmy{?2!=5Kwv!QIsKw%dx{8dU-MZgav;T$^6gN1*`beM9_F zUt{=Dg6t?oH|F;X1Q6Re{EvAjDp6(tV2VhBa>`9IJ96?pdvB{v{H&TJm!@b1 zQ}v9^s~wF9$?RycZzCf>hF1DVC-43(hv^+nf)g|I$3v;7Hw zoS>wP84VWbp>V*n-i=q06KrP7XQDStAT_d(G4UC>@;O>A1Kn(cP633+c>ABh{5VRlOa?Nciy=7Oa)+2R6Auk{7~P?6eHh4JXZG|(m|vX2ZX2C+ z%fJH5svUZ~c`le1w)_oFzx=^g>jV{Djm+k3z}kXW4m$Y(nNdzkssNIzKpH_6Di@j@pm6K3I)MEjgvMAw zI@K3zM7-l40X$Nju?liqt^tO@fZjq6p(ePE_ZdAnpxcijl*a%<>`jBfRCM3!&_0n# z9XC>3D5wTePwP^ROBc!_6H}dqy*{l0jp+E9-ty*XG&DG>dp;2rEO8v*03o@waXgTb zwlrHSmMEC*{iT<+V$zg*@}(;7N!OA`1E>m`_cM7Nx)L%RIuqk89Nq0fTTBKC=BP*- zE3ctVEsTuM8|kk)zXEjQ0@X@7ehwsBOM1?;82Z~3xN)2S$8F%yorn;Y#o=9iJ0)==P!bJ+>JbW zN1_0=<~aOMZN>ss*KT-09Id!?^`E1!G1vVSX@e;Kq;PMiY0GvM>CLfj+LV4j(7jQr n_W)qOYi*>_|F{5LoQ2zzK(z0~3A`g7SU`pI_V=paf9le|FkuZn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_1000000.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_1000000.png index 389f00ce1593c4b2949549e763bd4050733f6379..7077bf99f8937bd749549d9f750c47597e5f2804 100644 GIT binary patch literal 3037 zcmZuzXHXN$77o3G3IYNO3SK~@MnOPLK)Mu#(7SYL(n|=5^de0}5eS69B?wXlLJ1u~ znh2q{ARS5Qy}sOe^XC1zGiUeADYJ9VxBJc6*cZC$EQ~yi004kRQ$t0ctZm2(K~GEG z_om(I0RX0aO%)|bU=|4pcjIv2=>mzL-|nq9$J8`Ph<7SNMzc97WwU7VY?AnwGfZ&k z>RS*tCY2Yh4SxyO#nVa|D$xk;1=lWp^|5-hB!j01ha6raJk9uTU%fUm`ByoCAEkS5E~6MMuFs z#19&Thp;F*0yHwb*@9pfeC-^*p~rm?t0NgRo@Ls3;5peVG4-V2;Mr+Nd(9>vQ0)CL zcv{8zS^~}w^!AZ@5c|#}{rS0t*i^C-@KnB~+4Vl1?9YD1`>mkw z&YHlsWsTT&;xzMT|6Y5GF-N>bMP@j*S`Debr0l7tt(TsVAb#J zRn^t=yY6NZb!tEnV;{i=p+Y@!dCRK&PuEFslNBua6UJNBtTLwKPmC#D(gx2PmM9Z86{9s^I`rhXmD2A{;`z|aOQ)@=jZ`!LIP6= zInRs?j}XvjZX;1BJ0CsI&`7RS!G4;)9T1_|R&U4OFx?KE6(oG72(NyLo=myox7cPW z7LV0XmDkchLQzFYtOl|Vx~eJ3o^;QWcA~TWeUwz&NomK z*3}{Mn@>nozdjX_BPT;Noo{1~eQPS2f=}a^mtlC1;M;lCOea%1(Bl!|U7Z!463Z7e z3kml_Hdyg>@BEdbZY2Bmz2Pn`M^OZ?Jsb()no+tuM8|&8nD5?HZLb@DCfzs&FCzHP z-i%h>i|+H=zOwd0d;*J(kIwd4PMq-)vDb7`=>zP+rk%2DfT@BXeZAgn5OUH7)^G7v z;y-B!vyI6P0ng-IsWXzolm8E^*1!`#n|s>4zK7DnCSY~cU@1Stv?${ zIcj%Ym(D(!U1L3A&1lYfF$Fs7!G(o|#h^tx4}>51bQ(CnZZ0jAXgZ|A)ma&p!TCK) zxyD8$8ux`ywwHsqIi^e|YBSRk{>z-(a$WI?ikWeTWd*O!g&NEL5=zd@o3I{P1?yZs%8b8l?gukaQ$jv$=AlCf$#(a8 z4nI#yeHCN&r5!iNrXRy6DRu0=l-yI%H29&At%?Eyz%${`O>5o7Xn050VRv8Dz9ENtUms&@)=r3OziJILO*0y;_W)L9}$w`qbJ znYBWcWHUZ_bT(ap5qGoI(qXh2o%-j0BwupSsJ^79u3DGG?b9%NMrL3`6VM_YvnQ1M zn@@|dTXnfC?aVKRIK=7M#Pe#3l82Cf)CyEb?B^mbaizyIk{(T~++fdz?@Q&t!zTLp zSq=LQ*j1ie<+)L9g$xX}d}eDF=feVNS_m85GDhCY25(#wh!h|5{cGDyr=P?qkbA!>LQ4 zxKh9tm==Xa&1@6)4+CQrf?JVOrt>cLWF^^y5Q)S#q3D*{M(Nw{YG@i%Ibd`fit_@n zpur@$ekQO>&=UaE_%c+$hRJpBLgS4*kqjHT_=p1fK3)6M88g~N1tM53{$qlj;oF?) zulG5{dAraK<&D~k2m3OJ7t;sVRc%`x6oY&Q?uc_kX=Pg0M@pM7X4K^aw*+{d;3X~u z*axrx_`D&ha;_5jbxG|RuXN7OkN!%Ha8MZQAUX0m!Vs}R(GxmIqRav;7w0SbHMOs;0RI!j)*g1h>ZY>or=44J1 zn&I$}G%rwpT~x^iN8@9ti>u^su$*vWQJ|AmIOd2?VkFYjOAg@hP?i{%@CIdmIdz87 z%S2jh7hDj7hkr^~xGY3f@t^e$oZ;5DIdW|KalI6Q&{XxYKJy7maKC}>*~JmuG+@3X zmO5OC%$Ssr@%9NE=e^?PtqG@`l$@L-%n|oM|7r56@jGD<$a;*@?c7zm)h7ACe_=>- z!CH^a_ghu z$$f+D!_^u>vCwhyF?jN>XC-4J7TBjCV znz%~N^=Dz;p&>$KBxiCno3mPnp#D}LCD>~rm@N6qj?j_(t?7Ixd;L6_Ec_ett@kIZ(DEW~Bc~Rj#Ccwo zbP@W%Ys$FaTB-^yea8_HOf~vvw`6s`mEh3dblvi?i5D^PnPuT?K1qINa=5MQeh8O< znEWeEF1oI8qh*~$6Ff_f0Y=yKBoy%w`R{Xv9wZUEdUE#sZTj8onU&sxV}J8p0{oQ+ z;W5Mv=hyZda5k+qHD=~`A0Ka@x}Rw}j{7e=C6A-}{^VJ#^b|CfMQ2T0JpL~0?d`K4 zN{(5wlbAZWY3JNr5v6T<8s@-HRqfc68b^t4kH~lVke@ZLAI6f{nswFmi$A@g3JVh^CYW-%qDg@LWvnA}7XjaK_yN7omCR`&*h0xKc3_Bcq}U{m`d z4x;R21w=GKR8N)N?78-+?9wSN|43gj|Jdhz5GE~6wRKp^iVp`p=9r%SyJk?(&1 literal 1109 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Py!3-o1GtKD$QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`V*`9bToY_L*__#!QkZs@inCa_^0_DSGdl?|M!QUP**m@5qRHa&X~lE< z1e_Wts^-+Wns)2U7qjTIFstfuFlf54xF#?qx-v7zFfnx+c9knubn9xD$jj?8>#DP} z0Bw*cm6#2rWD|{$K?F~fBub{rK7q-c|c|1r&KG!?N6S}u*ump`~Fl;CM8D)6^;%T zM!|Rop%|It;q`!AWOk(c1AkWuf(HOEca#rqTo4Z1(niJInrYz|) z()*;O*ZJe5@QPQfmRYSV@_N;^VqFcRTyW}3z0<~zE^3~&Y22j2t@SO{uR4iU%eFCU z;-kRVdzN)cUp&Ehetr+Las9PTi~`~|4TTOH=hW+yeu9{m5ndWFZu2MgwvDXeAuyPb`T@7Xnm==8m@PdYB-Z#QE|a&NKg6WplM$5A^; zfvItEa`V56EsP(Y-dOPem(!6?Z-MkbHx?%5f1A%g+VSPkX%@zb3JO9jE=>&{0s_Dg zn6IwDsn_?o`?93Vi}UHy4AZqcF2t|zh3)9o$G)zq_QPh0VkWmnvG@9E_( ze>zVHKj?|P`R2}(Z8s;}wqlf^*_7g#wQ{(q40u_<%7VRjWg@7|K_XsXS1qo z!E^h!4pGd%@_8$G<C5uTybayTPW3w#k`B&HdQ`*MI2-8UvdxSi z9s@o4)A2}?@zEncnFxFLd48Gh=a~zICEhJNdC#{$|GH(~yJctZ{`#AD>(hj}#c{u9 z+_q{AdRR8M{W{m;+oen2zyJF7S7S--f^RHxn~Ue#^WXfrm^u2PLHTQ8QNEyUb`vD{ zgZXmG>MniWKVP4XechpjvLBWg)*k4IdcH*VN;11m{lC~P%>O3-;4v;LSYP0?p7D5Y zZ9*FF9m)JW-VLSKZoBp!{mRIFPDJ=QH^&0C4=%L_2z%v2nIn(J-8Xjq!Y``My>H*0 z`LBAr!}=1|Ls!@>EZ_b8b>Op&mBcINTZeDUzOb$ie|W*PX}k4V6GSH*sIQy3o&SX}D0!SX#k7BaJ!hE_`>fV%LtwUJ@O1TaS?83{1OV)V@#_Ep diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_25000.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_25000.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f705a34f11b8e189255f7bd4cb7f30d22c8e96 GIT binary patch literal 681 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&DF*n2xF*6>kmD z%5#uEw@=`5ht}oOit_v{KvjkFd((gvcS(?6@P9a9@bYK;#K6F$t&D#k^mX+!tmH8t!@?jBs_f9Fo) zs_t0*DE1n~FZYf=f5)di_c4#NzwwE3py7Yt#EoXMzxGTv>tDaGv$t1 zUVlpcVJ#@25a7p@{G;Ek7hB1D+`D*!y(PPT|Mky@Pw=PxzjvP9rF?s6-Gv>|uKz># zZ8*>VWJ=9}3&C42HJ;kv{r0`BLue#MesQFi_ zAn#!JA@AT*thQad|9bcR)%(|%@1Oc>-fq3;+*0LhpE6hezjN=u`FZ{oyWf}YOPDV| zp^{Zw{zb`(9gpV}%-D6U@!0*@&)JXI*&C?qJp0+yT%)kFy7<4n-m|lR6y`b_d}@y9 z{mguV{ht1g8ie;itn_;Af7%CDe3oQi@wb}8XW{$z&I)`Fa~iJgX9os$RY$+J)rMWy z{n)$eeA%`B%WYwKvXos_QIb95+yA|#bq9X_k!MS1zVlB{;>-WT42%EOODy>PE92iw ghW~aT)9>(oV4h&(UKf92dp(Hn>FVdQ&MBb@07qjswg3PC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_500.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_500.png index 5d68d914bfe725f19216c45bc268dc6376d0946f..ff3644af85cbea78268a8165e6a1d57ca1154d31 100644 GIT binary patch delta 385 zcmV-{0e=3g0+9od8Gi-<0047(dh`GQ0a!^yK~z|U?UXS~!$25@A4?r{3bzDGpz}?g z6c;z^(4pXB6gm_-v{RRYgFm2K7pHb8b|{ogg$|jz3fg}m1hLBzT!qx3delNL1$7Ya zSw6z|-p70I-32Tbi^XF3&(u#3RzIDQPivgz%PTMOjEk>NLVtL;$}}-b?)TDqInzQ} zlDI{e_IygG`$T&_#Vxu-xd>U36fO^uB}sce)xGVSMQQ>7Dpu5*GscY;!V#!}LO25N z*+a!jYXE{qOKbgMpWw6Jon06W7!weVU_7Ye5BpU7(b`0;h;k9a5n6L|euO{l>+j8) zh0%bD*EyW^)Y-^SQ-ta-p-v~K__I=s~9z4eg(z^qFj_Yd>0K#dMnkya`l=yck=kQlkU&> fjX$BqVzGPxvetu~=(ny#00000NkvXXu0mjff%C3? delta 283 zcmbQpyqal(WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$g>fKP~P zf-R>Di)#W?;?7d>PQ$Kp#fo$L1oloZzkFJ8lIs**W?i7dno0|GAjMM>=PdAuEM{QfI}E~%$LsS~qyR-LJY5_^Ed1a09~5d(;BaA1)cpJZ|5+iM4BzW% zS+)k7`bDRIS|FcMrEI`k(R^d-9wYO`%!>>(PHHvCrL$ZK35f`Aosn=jv}q0}i?!0S z7OQ^aM(xU}2@?~-=5NkqkN^8meBqO+DAmO2R`@e4eIv3A#h3U+NbxVef@j$4X?a1^>Zh~uptoUen> zB}11A4t5X&mU_|J4uw3+n?Jud`H{Q{I2;a#!||VqF3(rTu5q?&qF%4BM5HkJt}@}n z^Q|TZgTcwc1^|>&XswBYgi_|QyqFWGA+yW!>b*ufSSJmHmtDU;}xcTazCb@8oZG-JkIrKcU0n aaC`#C1BmQziS?-f0000ZsBH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/cash_50000.png b/Resources/Textures/Objects/Economy/cash.rsi/cash_50000.png new file mode 100644 index 0000000000000000000000000000000000000000..160e07af5b159fbc31b8efacc3a354db853f6083 GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&DF*n2xF*e;_Xv~o7Y}ovUtB{b9eO)Qz^T%OqTn0 z{E+psS+o90d(L%67N^qO6oyS3J-d)^iM$FRC@v;Bgn>|bM6gpj1Ke?S)FTJdKsc-O?xrX)CKZd>g9eR)FtgS!r zBSO#h|8YL1$p7l%c<_tYD(&G;u0^M;>?aosoeHikzvCI4^!_{}+A4rJ#t=0D7r7CAd^{8F$L#P@Xd Kb6Mw<&;$TXy*vs4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Economy/cash.rsi/meta.json b/Resources/Textures/Objects/Economy/cash.rsi/meta.json index bd7b30e211..11f8b13b16 100644 --- a/Resources/Textures/Objects/Economy/cash.rsi/meta.json +++ b/Resources/Textures/Objects/Economy/cash.rsi/meta.json @@ -1,43 +1,136 @@ { - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-NC-SA-3.0", - "copyright": "Modified by EmoGarbage404 and taken from https://github.com/goonstation/goonstation at commit b951a2c12d967af1295a3e6d33a861e7e1f21299.", - "states": [ - { - "name": "cash" + "version": 1, + "size": { + "x": 32, + "y": 32 }, - { - "name": "cash_10" - }, - { - "name": "cash_100" - }, - { - "name": "cash_500" - }, - { - "name": "cash_1000" - }, - { - "name": "cash_1000000", - "delays": [ - [ - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2 - ] - ] - } - ] + "license": "CC-BY-NC-SA-3.0", + "copyright": "Modified by EmoGarbage404 and taken from https://github.com/goonstation/goonstation at commit b951a2c12d967af1295a3e6d33a861e7e1f21299. cash_5k/10k/25k/50k/1M modified by whatston3, cash_100000 modified by Unkn0wnGh0st333.", + "states": [ + { + "name": "cash" + }, + { + "name": "cash_10" + }, + { + "name": "cash_100" + }, + { + "name": "cash_500" + }, + { + "name": "cash_1000" + }, + { + "name": "cash_5000" + }, + { + "name": "cash_10000", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "cash_25000", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "cash_50000", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "cash_100000", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "cash_1000000", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] } From 3f17e7171b5c410941c09f5e5bf905241ea8a031 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 21:45:57 +0000 Subject: [PATCH 135/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8ebfa530a5..251e1c6243 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: NazrinNya - changes: - - message: Flesh Kudzu now contains razorium, making it unsafe to eat. - type: Tweak - id: 7888 - time: '2025-02-01T12:10:20.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32821 - author: Boaz1111 changes: - message: 'New Reagent: Coldsauce! It can be made using the Frost Oil from Chilly @@ -3923,3 +3916,10 @@ id: 8389 time: '2025-04-29T16:36:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/31257 +- author: whatston3 + changes: + - message: Speso stacks now show different denominations depending on their size. + type: Add + id: 8390 + time: '2025-04-29T21:44:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37030 From c96af2808f5565505e7d3823a68276552193b236 Mon Sep 17 00:00:00 2001 From: Myra Date: Tue, 29 Apr 2025 22:51:21 +0100 Subject: [PATCH 136/318] Added warning when attempting to run RUN_THIS on a zip repo download (Attempt 2) (#36922) * Added warning when attempting to run RUN_THIS on a zip repo download * Fix it actually * Update git_helper.py --- BuildChecker/git_helper.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/BuildChecker/git_helper.py b/BuildChecker/git_helper.py index becd4506e8..96a7bdae2a 100644 --- a/BuildChecker/git_helper.py +++ b/BuildChecker/git_helper.py @@ -5,6 +5,7 @@ import subprocess import sys import os import shutil +import time from pathlib import Path from typing import List @@ -104,7 +105,21 @@ def reset_solution(): with SOLUTION_PATH.open("w") as f: f.write(content) +def check_for_zip_download(): + # Check if .git exists, + cur_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + if not os.path.isdir(os.path.join(cur_dir, ".git")): + print("It appears that you downloaded this repository directly from GitHub. (Using the .zip download option) \n" + "When downloading straight from GitHub, it leaves out important information that git needs to function. " + "Such as information to download the engine or even the ability to even be able to create contributions. \n" + "Please read and follow https://docs.spacestation14.com/en/general-development/setup/setting-up-a-development-environment.html \n" + "If you just want a Sandbox Server, you are following the wrong guide! You can download a premade server following the instructions here:" + "https://docs.spacestation14.com/en/general-development/setup/server-hosting-tutorial.html \n" + "Closing automatically in 30 seconds.") + time.sleep(30) + exit(1) if __name__ == '__main__': + check_for_zip_download() install_hooks() update_submodules() From f59b878ce5503ece5514071e842d38204e1a3d75 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:17:32 -0400 Subject: [PATCH 137/318] Add toolbox sound effects (#37048) --- Resources/Audio/Items/attributions.yml | 15 +++++++++++++++ Resources/Audio/Items/toolbox_close.ogg | Bin 0 -> 11639 bytes Resources/Audio/Items/toolbox_insert.ogg | Bin 0 -> 8950 bytes Resources/Audio/Items/toolbox_open.ogg | Bin 0 -> 15964 bytes Resources/Audio/Items/toolbox_remove.ogg | Bin 0 -> 10065 bytes .../Entities/Objects/Tools/toolbox.yml | 4 ++++ 6 files changed, 19 insertions(+) create mode 100644 Resources/Audio/Items/toolbox_close.ogg create mode 100644 Resources/Audio/Items/toolbox_insert.ogg create mode 100644 Resources/Audio/Items/toolbox_open.ogg create mode 100644 Resources/Audio/Items/toolbox_remove.ogg diff --git a/Resources/Audio/Items/attributions.yml b/Resources/Audio/Items/attributions.yml index 41866b5d30..2dfdcb0555 100644 --- a/Resources/Audio/Items/attributions.yml +++ b/Resources/Audio/Items/attributions.yml @@ -144,3 +144,18 @@ license: "CC0-1.0" copyright: "Original sound by vestibule-door on freesound.org, processed by DylanWhittingham" source: "https://freesound.org/people/vestibule-door/sounds/668985/" + +- files: [ "toolbox_close.ogg", "toolbox_open.ogg" ] + license: "CC0-1.0" + copyright: "Original sound by Nox_Sound on freesound.org. Converted to ogg and edited by themias." + source: "https://freesound.org/people/Nox_Sound/sounds/556648/" + +- files: [ "toolbox_insert.ogg" ] + license: "CC0-1.0" + copyright: "Original sound by j1987 on freesound.org. Converted to ogg and edited by themias." + source: "https://freesound.org/people/j1987/sounds/532137/" + +- files: [ "toolbox_remove.ogg" ] + license: "CC0-1.0" + copyright: "Original sound by kooust on freesound.org. Converted to ogg and edited by themias." + source: "https://freesound.org/people/kooust/sounds/452712/" \ No newline at end of file diff --git a/Resources/Audio/Items/toolbox_close.ogg b/Resources/Audio/Items/toolbox_close.ogg new file mode 100644 index 0000000000000000000000000000000000000000..a156f10c01b57689a4c3e9913c8e848bf4c7b4ed GIT binary patch literal 11639 zcmaia1z1#HxAz&kI|f7~g+Y)Sx)BhD5QdNtk?xRG0Rai=96F?i2I*2tQo6gPK@kvC z6!{MLfA9N#_xqlE&$DMg`|P#%T6?YaTkEWI;DNQZHh=;AbGgX;9W>8v$wC+*p3bgj zwr*Eb5dU}oEb)R|4;mp4u6F*{b+z+~Qp8);M5cfFe_bCj|1yGubbVVFo4XHOt(hEb z&GfF>GpR5M@CoqoiSWUhIFXhX9_F@A)=Y{{p0=*ePL7sN?yxJqWZ+K@siUH;BclE3F)9TVJw8UU~We@^`9ye$>GVKHkcN3?6Un5~9rAro%6)~Xo(htu2UP6f3E z_D;hvc06JOYydQxtTJ;j74oVx3uO+0g57Hd*FNUL3|9iKqU=`$0)0$@Y683Y2^!+N zMS0QUdz`hS@`OCK;|MkWDLwOw793+Aw_&mEjDI@(Ydx62v&iGnS&+%&U9k^^6{NU= ztp2LS1o(q$0{7#nRH~>3su+gG*d82nYf%b~2`XyqsOy54hw(#C%Nb9P8Bbq>lwhMq zUxUVAquF5N@4=?fkbl|_-<9uI?OJsv2$0Pxmh=gh%R-;KE|!ZK6jFu(SX`Ne2|u0% z7N4h5U}aZfn_h2ITJJbe%{@>}biD+0IM&r^fNa~eg8!#k86;W$?@iXGj|-3mZQ1*j zq4z19B9g7wl^gfk!hHbfQ&}W;w=4X<8@$&|5^VR~6+WWWhQ6th{>uqhZU+EaeunO+ z3?D&jAbBQSg&w*|&A6%0fTp;z$p3r=T;l~)ggMhH$<7~7FxK?iEdC%{Xb#>zqQ8>B z1)(_`OlhNOCqrT+X`9)_ROu5PVLIs?O~onc*B*2jruzi?64syEot-+G<~FQCl!pF0 zdQOp!TV6a4&e3gWko3@*g6nL@({PLD^ufIbqiI`3O;q4043*AN*QE28-#@S@ew;Df zA+`qY2%As0Z^AbQM?Wnxz6{}C&HZ=y$bx<|orU&fzGCu?#xbK}E?`bzbdMoP$mZ{Z zm~F^)~OnoWJ2d*~Sc-~>KKsi*~4*QPce zqxP7fvD6keo)EH}(6yZMw4AHAG-~iQsQ)Km{)WxUjK_aO&Q*x8h(&)=j>r0Urs>HJy#NU3NWF3}PoSL;;oJ;WEBF84YFeSV&G<-WWnlmiPHY}~ADc7ODV!!!+ zZT}TH_g&e*21bseE8BlWPCGxtJusT8xz$hp>L@h^8q{5p_CFl}0PV3vs@Hi$3&}Hu z6q-Wv=;}!Q&k+Msr{L-naL}-c06+%-te}&F$iiJ?<(;JT@%Xpcuye$4a=M^Fg=B(6 zV#F-&v2q+zjqzfgL?^3APHF|Uz$kW+XeQzh1&>rVMe)G2hXrT>fIoj9e;3qsSmk53 z!Z1I6CaO=21D!Cg0^>=73c}b6D9k@)ZqIKyXLNI z{LpglyRHGvOQV_KwKLx}=oROgDG!ipI&Ep%;IYDKn`Ud5TU3(9SyED5Qtwz&QErsG zQ<7WKUu|7dQPyAmwzR@wAEZ_kl~i+=lyH|;m;EZ?-mfnzX)f=tu1v2e-LF3+?Bw2W zb}6Z-D6KxYqBfWB_dMNi=JP3l4HT5_H5WHGJMA|=9jtd`$Sc`vvVD0iU0>rw%M}r016rpQk!YitsN9mhX0Cx&P!RuOk2AwNJ_h3j zVUUnnT~6q0-uE4U#D1aY=`Zn5XC8TPiST=4Kx{y+utC``o5Oqu!(S8v;4p7fX_Ikv zGr5x?_n7i^_;HxsG!WekC{2VNGis8nhe;<|r7t6a0$~F~jU#b$(3%MQ9Mm+@zN%o- z>@!n74Z@ZOHEw8E+%styNp4Oiu$^x)tb&iOy&{0DwzKm|eGmr!Z21^-yU$^7N#!_Ar60K3)mGma&5riSfw6jD#yzfzb#RSbaP~4LlVBQ5B3dbl{)PKspG4rvh2UBOG{o42{(4Jje_Q zuTNE8r)O_h-UA9}M?+N+RdqD>PW)T+2;1^2;lfZF`}DX}c?ek)zafnj4~g zdJ-8063iW2rqa9*|E0N^9Z%1+S^1T4uBya%Q25roVWb#p+zezDkBkI&7&$Z*B-w$4 zG-O2G*1Vg8(AlJ6*_8}c@Co4-({!o_W*vV_K-M4MGW#lpT!pP%C~{cEmdtffj0<0W zP>iG4RZSiS(;bw3cv?V} z9fX2ac~^?z9RN504|H&yN7#W_TtF6@2g((*CNmop+hKr%nUNuggsUebkVGDj8axL0 ztQr&pJ2H8Y0M>gsfnbM5jb9Ovh+QUd4u*EWBA}220Knw}Rz#Ir7H+TNvca5*0X)CT znFul59F!8QhY1yr1jT_W6}u9Fw(HirBA^Tpm_TSa2zio$u<9|qhbZsXx36GEPn(qq z&43`T+e))XfCT%YCIDE(#sw-dZzu|LK=HZY7S~GnGl6D|W@f}0N(b11hH*~t1iPW`rn1gzeo80A0>*xI*VKnd|LNFZ{Yo{%9SXt zZ_OS4DbiE^-u_3;{_pDje;OItmxGY|&km4nBfteNac}6|7lqLia$o64MgkUkohjgn zac%~Mz;^P3K=b0+#!D3tf+S*qy21w8s*;i;`RzQHL zy21!^5a@=#b3w8HHAg1C{TEswptk?6LutxiLklkloP*s2LB@GKVh2a~e+#&4Fa}Y8 zr5p<6{C5sT0m`^8?@-7qM1rQdB3wiDdW6q>Wv=VR%zyV@)q)^IF|V>P>keC9KZ^r= z?E|K!O&}l+;(-36Cw;j7L{U+-5rjJe?bybP9!x<@Sj?f_ z5UN=JKuV`)>% zCk6c3utP&bt)lZfKVh;dSOn#FZD6rqldn2FyuYt1Sl8pfZ_l!bzvQd8=PNOy%y_1J zkgJP=g_RX9cozl};Nc%@np)=I=NDjQXX6kQxVtzqJuyDc#l^>Sm$$XEv*3E?B%F8Z z18olz);2ca^0W8gE*_iM0!GFjE^WrIRR0bDLjyVzYPQ$lm1kR)t{pZ}d!GyI5m=A~ z^%HNWgbDg9tj!c@CZGtq28EsGTpzNqCijzNWdV=)j|i%tbbPdqkCSE3*`SYOv9~?v z)WEKaxqDpa&O@2<7DI=aoFuYe8Sje^9aAo8^vSF2#}B1`wB7gkqm_Xst9iz8UQbLZP+@q)7$h5Um8#Tk^GOC(HGIPu+N$(-if z^`%}OFEb^f2ow1y5_nX1`Eek??c3`y;) zUDVKAaxD%3Y68?HW>dCbYc5(a`OUPb5sO%*W+fpW5+c9GS)6Hx}jeAr|nmTeR=rSvjG{asu4B!#hE?!1*chqvEUG@j6 zCY~*}```|-W-#|FcPgyT^@{k|uRk1!r-knhu}P#Eaxl`5~sCgGmKv{QAv ze?&ZUiQmw#U(iy&^qgLOG9J?84Hx43=n4nui-?-2f?mOyH|fsKj$tQGQbh6?YV-7z z2GxAxT`0GwLzhy*E<&d^9coEJDob-J4uV#Vd^HjLwI{fz3B0F+IIoo9A6@dwtcFG+ zv4rRfF@0`4nCNBC<#T&W<-2Bl$hoeD(I(4bH?E+irzi!#)%p#0M0fmk@=g*ug8l4g zgDoU9ArmhYYY53$t$OJy+XsV{VT69XD9iN14)@t@dPr2bChoFHj8CBXTf4mm=gzy) zZ?r`o&TpAM)k)gD}pa9Ee2$7w#W=oZ`yHYzqp6<;8BZF-5xSJaRNi95 zg%KHR{@pPrq~xOsQL3e;j38B!@r6Szu&woHGLl8=S(bZ+D)3r49 z4y-ef-lLQKTbQlSk-MB66`VGuf%P{h89Mg%1j&<7(_N+{iR6ya-vbKPyhrMny#9>L zHu87aPfH+vXZLzEoLiD8OrA%QwSM#V0(LqY2a~J~Ghe6&kFk<5#it+!y8>6~ZPbD4 zd#a05r_|~kO`-dHao$JEd!$wY!{q0KRKF$+|T06gM>%!IgT*^|p9Hq1XP0^$*=D9!TLKx*)=Z`P69`~2XVY{m~0FxuFY`?GuSr~It>ysw_ zuRk?zd@KHS8*^gOeChX6m*;|Q#(;pIlJG}9ADO*W zcUoi_%dvT3FNFc<+#bV9)42cSZHcpYzWL9r;G=eJkz1x!iW zsrn+-v(0}RTgn1hNH<};nhx~K5J_)OoLw+V(4lCyOg%DBIJ)IY@BjAQX5*&EeiMX9 zIL;8|DYU+iXvG9+yiT{j3ex>?gXL@#cT{Q6Y%J(1GtrptXF0?~>=_ZJ-JM9T%W zP18Byya7Hf>1Wo+)2);uv!5@Nt(|%nY*q-?C7`LgXsFd%n7vO?pW8%aOX{6>QF;`V0h zWMKf&(aDDwj?aI&g|9)|(>H?aGWeDUI(?gAuY4~jI-63w^lA$#Xq8Q^mhi&>%q+%7 zt-IMG&&%x29a4O!)HP;=R+mj$39rj~=*i&Z+BNcIvRd<;58J-jL!RDy1|8Wbj zvtIG-rc7awEdw3EC~m3Dfk`*@DpOph{=|ltocpnSqvODXZOHLmHg1dOQ=4T9Z6udn zSx?mWKBEq!qlPln)pvRf4uX~C9&J5*Q;R>fd_njdy-RMeO=Bd$)o^M6;c5(6X7Ft9 z`ckUd@SP{X6VUnD#QJ13|BY(k?Hxo1?dcFNBI0&6O=Z?dWFz@vS#i4^KJ=iWu{@$U zpLxdtp%`MS?$73*^1J(io_S;2o0W<*p(iN>15(_x*0dH; zYDZDhc4Rs$gzn}4Y2l~9rvH_-i0a>bkc=W^(|2|)kR|<`U->Os7K>`n^cX)xM7hZO z&AN^{Yut({{+omNHIvQw3*#gWOgh!Mh7V;B-KgmoQ4=~edRv48?bJ_Be-dJVP;IM~LZk4vB zglLdl^%bth$5p=SAodZ@oBu5^g%MzWcdu#q>NjGs@}LA3?Z+v-9oBzRw|~SqATykKNsH?de=J(QIpXzy4;s>F6^``z_mN zv?mx{+w^(421nK++$GMwvZD(BPxxwpIPa|>BX42#uR^~hBh+@*xpTVT0F`cIAu?X; zwc>C1dtx3l-fi~W)daFayWDxnNRSF+uAQlr6((sZ{l$f5O!4@b!ea%#r}M7x%jAVl z$C2dAkNa;gBrU>bNN-9Ql%?BYM}8s2Cg06U6X9~m1%fskUKi?{gr!%!>~c2jX3Zt2 zU7;`3b-Nq)V(29bMgTKsNiKeY`-Sj=~4y&07asKEUFqi~DKBf`598*~E*N z5fe27$jNG@!xUMPvU$6NCJOeySs!j%K};n z$p?ft{7IQI3Yd{(QXS(EjI{D};o{y;y%QUST4vSBo>7<1VdMAr-8W>V*{yA{3xF^< z=|jyAhIE0Wg{g{R?&j)KfTYP!nhq8ps-*5OkoXncj7iSIu1F$MnRn7_b{rk+UbY*# z9wF2(=L>GM)%D>!Aw@TXCTg?{A!?%zt_Q87?^>|s?P-|lJL#FSgnXhXHv2UIctqvj zKgMGXDwZ6HUm5rP4eSP)Ys<*XeS?LDgXNIiT+&?Iu z$oi+n=Ry0h@Nkja9P?s|0i7N)QJ*gop0ZygoDRJlDBJrvIF$_#o7?^p)tGz#Afo0G zgy&wUI*cXAy^E5L_hGJqjCC}HhSuEdE@#TLwjCrdYyz55dASTBZYPxrQAxi2xI@Oa zxwa`Qx=dk%Y~>&ckB`jRM#$r!qrCPl!XBRjNVrsqXqFN>yQf_`c$qQZP$EgoBtwb;`J;iU&VhaPdUV=HyhHwWr6qJUY6)H0`XH7_rp+PEVkiH6-rpM!H68OTIp zbGG9BR^aObGgyzjAn6tz@4ACl7d!bss4`SfkBzDg`2o|_`8J5xHs>+{(KUZ|+1UG` z!FoFxEppmNr8h;p2xANHMYU9>@=8aR#(oa$+*8j#)ty5TzB^{V0VD-ax~31ZaG_TX z&5wsS%t@9H3X}mMe4H5tF*`?Y?1F475qiei^pc62eZKH&Ar7UzANL+SwItSq;qH8q z`|(F%vvU2=NjT0D2Y&uw(kFpvWlT0g62>DN7I!0Od?KccIf`%7`o+Z~aX!9ADGPn{ zvi7J#IZp{)gz3ZY$Wiv{UeW3e;BhPql=)Vfj9J;J=et>req72JvQ8#kjL&Lx(N&P5xH34#(UR<9n> z8zIa3-34nG&l4Rqv#Z%1e>Xo;Uw2`VqnONxY1}*~YT9FMCd~zihm^hK#S?I`rLjXS zXEMKbm(H(rNur5Ngdpk6>#PVI%*#(Y!&(++g<8V5pVqwowDg8l=6CxchgBUxY6Qz& z04YRmx}vDIfzzOAo1MRV6029+Bgm*5hQI3~ib7#!Zoa@~r{*L(g>t_Au^iNs%B~py z!FvlWC0Iw-o0~*CsA~2jGdjvES0YwXiS@ZA9ZFU9t7I=b8ZO32ePY1h$Eo6O`DZn= zVYy;c;(0({Nh$k`mrJhetV|zZkZJ6IKZtdJ{BCU^XWwVN`0}@NO6Sk12&ihH4B{k}E$UTaiV+%IfKg=jC ztc}d-+WNCCZYo_~@OTuHV;R-{uqIn!wxCH-e209lR<9bCL{b=9*@2s+feNsrB7vU` zXiomxxpkbCr7dHT(0X@H>T_|jX%DvVV7JAaUuNgOSS@azl|>lO%a36n8SyI0W3&c4 zyoe&|3&N<2_g%&m-r$aRvGkAa>k(rG+=nif71>Y5cY-&1Lrv|`hE)A2gavSu&qjvP zZwu{(r;Lz#YXLvr$U3GQ=iIrWRcif0n3<1Dm+F(eN~dIlb$ip|s{3;oeQ?k1!npAp z8s=#xKJPcnhO0_f#@N2qHZbz>v!IoqQb#?ZdG7iSC4*;YxA>s8YUHrFk+NHV=l7hj zQ%|UG%9C=`W5~lGF~v>z{NsT2=|4qYR5ZJakow><-<4hxIqFe6*26{3h-PU20hTN_ z26bY!1I(pi3VE68L*VuzYoeh%D&u1u-^=Di#$P3wL_9}a3VU1M#bokjW;a(lBfi7S zb!u6nnfqHQ-e@Wx90u%pevAB=A*lN2=wWC@O_Y|`Y8y?B0-*tjKQ1|YZ43n1i zzG7Ial6r^0oey^ZbgBl4yNL~k;J#!Gi_1zn0+lCs^yY56)-VY zG`W?Zjr+Y^>N763_3I;<>Sug!x37@Kr4)vcO7|G+m~PYt+~)Nl%fT7@$dp&~X&6EY zrRy7zTJ|aN&w?MRo~^Eiv`J@N9L(ii3`O`HUkIW<;M5<<$~+LP;Y~a?M88L+o!(z` z;be-j|K(TxE%~6%MI_&2h-@2*eylR>V{h+u*ZRVadiF)g(;Ctf^3h)JJguPT>Ua~s zI?P349&QYC#6I6e1rC|mQ#?J&Bq2{*=S7m9q>-(*5ge}Tb~cNQYMAKHo3zYYvpZWA z$rDjo00e9+%K2@b5S|u0Io)E?((qwQvo4-Gi4& z#_5>!dQgPtJ)vF3Bf9k3xf&eeAr9z5@%f+PT@em5l9#tjDRUy0su%Py!%p~*6KA}v zvT}pQ=6e@{Yf$H7tNX8F_<8T;t?&~DBOLAd%A~^&y+5&3LH-1BKgFFVeFdfrdot4O zwx?S;m-!N&v8R&P0xvL4neWpjoWSBsIvhaPJpmS;Z{!pcCJ!zhJhk=`OD~4KU3$aj z8W8yXb@g6v%ABS`X(f6(^6^8>UnD<)Qvr9Ax1WN9F_D@A6<_rcgXV;%iRng@eOlVE z&>VgRCW#N}PWlC5tZ&HoM88XR$cS1HP(w@8eNJDA&jk50a3IoeIMePj-?V4fD#RJX zGbJ4`4%+$9AxG=-Q0W#$K{Em+OJ^j`orVOYL*8@adfD+3D-{*pynD|j;*D`40Wa5W zhW7LKCWuS)zVFGOw%52>?~jHS8p2R(g~kQg&c)W7JZ16ok0>_bigS0pzxS}!Dy+qI zTDJbNKNnV)p6*Ev&BVN6WVUAZTgq^|H%~!~W~liset`!~1D2k3jJA8A?P@c_c7Ef< z-8Cp7nkNgz`K3#Da!VpswgIiuA@=w+Z2pvj-PtpWk}9R`LfTPojFPIjYi!{=UNHS$;@&jH~1o9 z_WMUdNv1R8k8bI`>_3K&XP6|8c1%Xg!nVyn`LMPd=lGi7cQ?vLa2 zVj1WhE_iO_Eu67}d^$W`DaFSNHMSL-`-h2Os#r@CF#Mf!1Adl2{|v|#1^ zW?bezY1^!XH~Z~}H5@%OonN67DFtrUeoj%89T!D*-^`nCw*D$Qup!SZO87L2`?}Qo zTz92jMZmGSn{;qonolAb!a&vbdlZtt8Kb&k>jT{Jj*x7rZi#_z%2W0TBp+7h&#rH` zC^w7ekH5^p4+mb#56j>xWs-OsPYs*ZHSNr&JgU0;zST%W1sALGV5!aCfe4^VaNN>WRr z0}D$}2zGXB^Gc zw5Vkx?dLU{OoIVM2LpBUsKJch0@}wV2+kP9c#G;PAA}DFQ!@4zy zk8uO12jGwji(m z6kl_b6a1&&Z06O8i|%^c0uSnu?{}EbpbK=LgLJe$3Vz9Zeqe8LJed39h_#$OUB(+G h=#TrRWjL7wb$-kYIpZC9fSL8Cj)9B=4v>(L{2vUc+r$6> literal 0 HcmV?d00001 diff --git a/Resources/Audio/Items/toolbox_insert.ogg b/Resources/Audio/Items/toolbox_insert.ogg new file mode 100644 index 0000000000000000000000000000000000000000..c2b253306545216e30496743fec3ba3aafac6c16 GIT binary patch literal 8950 zcmaia2Urx#()N&Zkhs9AOA?kOi%VD(Bnm7bump)p&L9~RN|r2PL9(PJX9KzY@>sK&h|NE1mp*R~ONlASB2)ba1m5(eki^ zIXhSyoQj93!Nf$xL`5YfufRjHw(( zsLcbZ;)(3=yaqNEFQqQ5M&GUm-QPjLhaCXq5YRSvXcy=WjPQtu_$^PFaZk;0&=q)( z{P!#16fdA5oEf%Bj{f9VVl7VH;tz_2WRojWpJ@Uogk>+nQU_Ca`cSl~OIbxsX(R8$ z_0srW7bT~iM$oyRZ2^oWygQ{WD`ha%vtNxm6?aD6XGkL}D;fsJ*jCbM+u1C@c@D#= zWJQyP;98@>)aAn0Odu7GP2;P5t#>BxFIW`aPVaw@`U0*9pGtFjO<@L7ht}!e`Y7;Y z{|O&CFm4tTkoJr~m|qO3B@<^pXTk-qXS4}fh)#Ikh3J?Y=%OHP3>zQLEAZ5E7yty* zpQ8Bh?i9*rD9($I5a{NA*(=r~gzri}^h>W-exO&RMt~?55(iNnUAvs=S&mY5!qtu$ z3*xXCG#q!9QD9JE*0J)WY^O;Qn(WaHF95URpMm?%GjQ(w&_CM1HdKd!7i>df!n#*v z^!4;_`M4N8_nxi~F`Mw79rv3ZkG{hi`k%o1SLOg<(gdI8B-Szt(UBf>Q-R_vz<+0s zJ5xs-v@4EBy_!dJSg7v@Qfmh}#Hg%;)YN4*8)EhzVX@JbFdGrK8PT^H^|6_(voWdn zGphS5Vb0QKcHH|PnS)OeE>z5dYCQ43Gbf8bW?m|WTP>c)DE`v@B)jm`qLj?lq8!Tq z$Q=8Kg5-#Tu!xng82<1ihw#+m*E!DJ&jB6_iMnLN-pVtH&b9`a@1?+XMkd3@9xaB&#Lo)V!&y--Tg>i3H_xA08-8sCS7`gHkcPZW(}67halzjyoqjuVztqZoY;>7?J&I< zwa)Ye2DCjKJB%UA#%ZISvaw?rr>gvqmYc9V7PNyfcG%dlsQsgH)Hy49v6VdQel-eQ z4W0ptTFJ_zRY2qNnAFk22E8DVbBE*CQG;I7cFCu z`SO%;6bd_R35trxM1di81@ za{d%HS@|agSF8D@DO^m8ZQp4bSa@=J?A`#HH3m2Iy*<^wyzmSx zh7te-+`x*cQpegeFfI!`GYNtF_%joYBFo0!fVac2@fc7YXi|{}HR!uG13Uw3ya5BD z;VkY$55lV5SP@;;X6RJTi5s&l6(0vdT)Uj=ga#Q-eXjvvhJ*~LB;rt(;Db;IAgxc0 z@P~nJj6#GmSw&@MJ5ZQT)6hO5ku1K43;;jnOHd7>ocf zE(w2hd^AQ2gR;qZabp-qP>VD#L4^7N_*)lYD8f#9l z*j708HvYu`1I8i?j}}fPG>9rZMmU4PFr1AA$Np=KUV7yWS|FfS&gNmY6;7c=o(+z{ z&x0W2Kc#pM2FRiFeoOWX`j- z_*xKzC=vb?=Kji)+s);S{L(_CZQqFo{HX!JeZp}aKGq3qOAk&`503Sqw-h;ti9o4T z*{HI$K}N9%9Fs1_>1(=Wl#W)06&mrO6l;Lyj|&|3D6RGB1z#;;FhyeQFPU^TYLuv-b;(#1WX~59bypznIIy$;0 zlIp8iGl|)ZH!K)N%o)~3z!d8r#OQi&o<{4{dkSe~9PQbgFadA@0ODz2TwJNB7}{ra zvGj50;u#Vcu^@Z_V2;3_4)Et82@4CejmiD6K*XbD9h}#?NX&c6#&_i8XRj*6r}WvI zvYg}@8~>(^R}+Ce-zp*4)50evb?vI8kRbRcC3!_cQc6Hb5G0UD2|*zVsVm{cwjaopa&PS>RDd{W**2DoK?@kbIF-UW8%o`#i;#lYv>f4TU&NvesY zX?f3k?I-(gj=gJ}xrY?*(R*>RxC3I9-qwS$BGqKC+5#(*n6G_D6zHpY=P%j;vmE{T9aP)8MbZNnwvqI?86ebMw5>1!__&wM82AP4R+8y5bG81r!VC{@C}_{G7!>d7SXwppoC* zpA`hfy9qWjbLRNs418r>rcC3l_&qK$sP5wAZJv2spz3#hBOWyJ0@M_>rGqjWmz`EN zrZ3Qt+p-&&XmX)G7l*YB)ZcWR^O(QdW5Mst2t8MnuhxTA-1zcPlhGd{MP`us;Ji%i zw(ewMrpn&urH8L%`DkNq%4m-~6n;ItmSRg(O5uwRokvJpI*`;<5b9h0n78vttgmk< z)Cy`?Jyadry*u$D$s?fX$)Biak)82npUuB@RFQ;D4je}@3xQSATH0o z&$`O*j+~OR&VbW;m0RM8XzFLBHKn|U{rlUr_lj(Pew`vu-@g3?#$idxO(|98on^sm z*OH}J0*~)!T{9l|X@TUfI_4l09WCJS>s%lXJ}h5?aX8+1niuCTL*@S&5I^=*3rY+< z!4zCCU>+LRc}7J-E$5Irev!~?yWHl+BrnJL6wYrZ98-hj0Krj-NfMepen*CJ+w+SR zec`$3ZhQWHt1ZPkjLA{a-_4n zzkl(OUaO`ue^zDMr+wRw5Yo=KaU9{VLbxj@_3)1BFsIU+NB2483;48xo%@DZGMijG zR-XS7ZpjU6Um;1X?W1{Ye4mG4cbm91mx)L+Z+dLZpM@XW;&`>GK+DK3diGn=s+z=` z8bp~o`^hS+eTzVXfXW8LYzhAxVqkamt@e9*VKt5#f_(=7;U+viB5_lyxL|RseR*!U z-!R>mo4Gp1bXQSJT+*pyydqLg`QsEFVd-WB{DUhKrxF=X)(J~Nj2pL26-%~#dw-zj z`DmZiIq8bH-n7s9n?1yd6(2=bqJ$(3-Y+o{Qd0kT1O(fPy?^}HpUePx@r5*ln7!gB zdqv&j@kf-iwH)z(xY>eup+gg-d8QJdXP`z>f6G55{s7x(B_8jtMEqBUBJ7U#L8nFhXCLfRJhXxo3i zr8WVO0+H#PRW&)z(0B8IKy5%8u5P06!Tj;dirx{sXU{}0ABV3CM0}jzi9>7lk*6to z9jq4BtCaylH`L2I5)x|w=7Wk2Vw=Fb6qc9t+p7E=-(`L{p8rD=7dh;j`DWyE~l{qfL`r-dVmui3=+ z3f^bR$ug38XR!i87{BIadl+MJ<3*7ybmZYTZ;x($f$>9J=F!B1cja+kRo;9~kgcp* z6P`405qVHJA&*<@JkO*+6<}F;YdS?VdHi;)K&Icd?~JmXRTZ#nA{_xt`?P-BlZTQ* zfjY0_0iH{d{BTnp2y!}jeUNH}tjr+A@G{-NCx~0N((|wSXMHbpAB8apMpnsnHw+x61A$-ds)iMqJ8JwWC|Q2ypkUBs%g|5YwV38^BM zs8DGDdDA;k9>Ouzyz_!cb^O<@AE>1vClAzAPh-`d)Y_4qT>YO1^WhLn)AHEMx5Wef z%+v{n^Ji3V5QGvsGLRV1+oP}`PjvMAc4KT1LxF2Dt4?1C!V#_{@zkmFrk1YX6ofuN8iT%`@P$OYdmpr=B_2L;vBniz^W~`hAuyxqOe3Vuf{H zeoZY~wa%yhTJbyk(H{4tX1_Rd`io>d)g+7}ts_&qBqL{`s~NECz(P63Tt8wcnZj7n zp=@V1evq1d$Ma|;fMceP>DEK>EF~^tD7uHqzFJ;&a&Po`jw%I{L;t+N8)ujzynFlT zRhVrhPolz`v{@a>8mF0naV0=V;a#C73))<(^93p9*|Es=@Ed$^P3igz;xff#HTMpv z!}wDsW}dN|6MRAvAQd7jmE!ZvRbBp^r@*AlYYtkNQf}Q!QOwiYZ8u^5K6o;hb-joz zy6*YwBSLEfaaVrjI5#+Ctp1{~Hu=c6iYuf0hwcfj_T(taRu50|n%<`eThG(-15G7$ z=a0WIOjme^5oh1q7ke&oncF~CR7f_ov9Ur#lY?+2vVnL)?_s9wL3am&vQw&x_5STW z=M#FFr6k5Iu2^ktZCy3im~E&vapPNdOI|fbW9t^&6N{JRiFS560>F)zEb`1L8*9Hk zR2Rudny=v~hRMyF9LS_H7zqZ60jH+f8E(f?1E9M6eGja)P&orhPnPFWa$+c8UH0we zUD^c{RO~T3@y!ml+wmDd<~<%b8Q1!~p=P%x94G1Ed#N%+VlYJ+5~@m=0Y#Y-4#%z6 zU)}n4$u8Ws5llj*G~u50f*wyq#ciAC(py!Mt8q59Hg}th`RU2Z?t}+3j#c?j3aTWk zOcP@MG)fw(iFZ)!NM_hsU&$p2h}aKpo-Zo@_DWHer=QZ6|JYP&G(U1K`TQ^m$DkH9pf6T=TTi;8emRMFIa`b4f##N3 zS;+C2JTiXd@rx>)Tti`aqHL0Zn;EPp-7#)~>SLA^jd>31*53MvO>2iA@|JaYvfj1F*k)(?JWjXELhu;tVKK%B| z5Ps>XyOwo~42m8=O`D2s7_b<)7S9!lhc~8Dkk=|=c71*-aqV3B3_W6hNn)Ix=%Cs) zZa&!cp%eY*{_IwXp-|s<>hWRIKGSdcq2X6U1uq2BRy}$(31^jN8n(Kqmgp~c)Rg@i zcxCvRX3VS9Nv3CN#>I0dBW3Rj*`Y-q=}D;ovm>iu$&1J&8^`B8(?}~VJJty zvO;yAq@#hf`9R|_&G`=Khcyd6x`k4r`L8X^G(+hACGwXn8Pi=u@wJ&8wr-Alk;uc7 zuHL(TX|+{t-4>pYYu{<=nT^MrWp^H1rP+Ow1BG!6_wDz)Sj^2zo$pL+Tw_8L5u(c|5f;8Xk4Txbw3XMt z*a`2i$QJyZc74;Vt&PD%6t&h|V<$*?9`!AIILVIei;MB*N<=^a>J|%w<)FJzb9_kC z<4EM4oD=x8k1Y1wWW5;W+u_Er5TYA;BvUaeWz3z9u*l_vOBsxwKiP&1uBc{F(`N%$rnQ-3Rh2om@ zEBmEzCpNDK1+JfeTV;%94LO#&j*W&G>`BM;a2>R7|MW|_54**a$_l+H3}t1P;NMso zSq)3BEA2zwbtTLnzTscBNwr8=J(#!rU}yG;;C?E4#@X<2~S8i zM$Nu*{c5P_dK&jd^6B$3f=P!0p1L0r2R%EbIRE_qdB@W1j+{lNE8kn-wXGI6#!8T zdl+vXh~|5?_2&xfo6?i1uIApS!YXtZexq%EEZEr+6%-6j98D$me7b&yETh0AEqkdL)?rj8YwutMeo-w7!r#$Pmz@*!e z5MGr`*#Zf72ad*jZzhB5RememUeA07-EN zoB+r?`&R*C8o7Ue03ia&wf!rTM4!hSGbI=Ki57{hZ5yUpGjKej`3~$$5|9n^1|WdP zkeMf%PQ!ZY0Ze8jwfgf|Ic_WCf;3g=hR=#x*$$0LiTsx?K3{5nGC->5GANVm4~aj? z<~}7e`s$@=UZZ%!YS<2Yia=pS_=c341~E5tN>KNjYIlK3?f&Qsl;a>*W#Ss{3#@lb z%%7C!+U0qfBx-|S50mrP&>>%meMJ+b8bhyzEZ#EYViIBe)Won7CCYJgQv0|h31Oy2 zI&#_N7x4`$^tS=&gpKsAoFv5L>viWqmRCQivTQkRXkLJyy=XqGe7w-X)tRO6@G>Dq z?0MQ}6c)zp{&S()l|-EKO%uBV>npQGPkB4$o?e{r@p`v8Hx#6j(35{%?2ZMyTcN?m zvH&G8cel<2I)|{$j*KhU=p4q7|jDvF){!*XskTY`u;)9@&#!%9on*Y=1o39m!jYTfAmE lKmCIq@SpEfd3)GdNC~tqO%=-2T#HZY$nl|dYj`{a{6FUPoCW{@ literal 0 HcmV?d00001 diff --git a/Resources/Audio/Items/toolbox_open.ogg b/Resources/Audio/Items/toolbox_open.ogg new file mode 100644 index 0000000000000000000000000000000000000000..b05720c7f8d3336dcb2f31836a0904513c6f2776 GIT binary patch literal 15964 zcmajF1ymf((=R-WdvFUbfyLcPkYI~1lHl&{Ap`=!2@u@f-QC^YEdhchNFW4)!?z^Q zU%vO=^WHhVeR{gOtGcUxRZ~4X$`%%C037ho#UT2(@s*p96hr}XcW^ega(V0m`L_Nu z!~^uF(F9U{ocZtTapof>Q7(NG`}M>B?;3{x%ZLX?e{JPx$)@aVL1k-YtoesMl^hip z2NwqiKL-yLBh<{)&BV&yf=bHX-OAa)-p`XViz+$1F;H`Gvo{4H z{^bjnkkkYLD6kQn3RL~RQ&Ad!#v9Usv0}~T!1;06jGjqxvX8BPj?kpI(0*c*aL$2$ zRa88t1OR{l_%fnK=I+W_PY7BNGekOP30f%$6jC9Fscs0O_MAU6u`j4Au(6*2)1zQ& zAp$U^iOEt2;zJ)R;}Gf~VptVS<~&4QnC6VeRFw4rjcbU?UxDj;UaXSP_oCcLp?$`> zDG7Aex*3Q9=e(v#MLUw-JC_N;y|jNS)Ia;6f~`dYiNq9J0_Bl?2)H208OG}Gwx|GK z*fs%~XneV9{LyN%@o75cQx;V`-f3vtj>hG_%J zI_u2)%0+b1MR5_Pibsw7@0Z^nyuda>oo=3B?Tf-4W%NfazA(1L*(j12e24QV?o;qk}a4m!6V82S;H_Lm3fE6qv00o$;5>?m zNNGs1zY3IuA>Z}GpPf?yKmhh16#uLG1LeOc&Wj0S8eyy*;~Hgotjc;Pgbu2Du_ZA$ zVJK$dg`qg2emBFVLQvKwzkWfRIX?~x0q6hqD40>HOryk+Nd7oUP?GZqxDe(Q|82Mv zx=9@J>HjK|Kgm>a>0xD>i&c$VR6||kmAjo*qT6a?px%<(`l9#xVuS%v(EkM1zdZ+l zIZePHpNumO=NwG)SCT;eYv6x*juZZ1G}&-8oqP?Q;tb39DUb3mo@qQORUSn(0=;Ph zw^>3nH9oyrUb9&Zvw3&3xFx(JP6@epj3477kD4e@=h}nWj*?q(Th1lE} zf|xX}QQ{1uO)-MK7{4~4j07(g{3Gc3BdIWZ3UuXm1W;gM4*^gG0AJ1_&OT!23Ay2{ zmlK?*>2X7X4EeD$a$wd3Vs0>f0j|kbTJDV8a9$j-d{}xOu1RP)Y!ZMB`=Mt~MG=6+ z@BzRW1BwO?jDt>qccY*qoI7Mth+tuw+JqnqdB6xKQo27jIG;>y0z60-Febi}=07FQ z2mn-FAlOfWk;haDz-9n89O))wdF1iwq6tzg10=3s;0P1prO&Av3zc)k>I`Q zs-gGFZ23Y%i_k}BF>v#@_a^Zp=f!z97}aRO%&5_AozW`A$~vd0B!#i0q`0KPuB4(| zC+Ay9PRU4(MM*{3NKIvFh3x^1T2WL|!%|YhQd(1XQ^Io4P*l=VK2lSaT2Xq?aE#u| za?s*fQc+P_bNEPYDL)u+I%wf|R{$O@DBW)SAwhuc4j|`oQz#2Q@&hncP7=xKh!AS?QX4te^`=_wJfnUroj07U{ zEmB}BEh$eeDLtsMXYMUKkWkg|){8e==hxFBvR~(q)LD$kDcNsf8ts4y;#?bWAZz6y z(_7_(5z=eQ(Y;NEE>I_JRtKDJgtmUWK=SkOwK~LpU4ob?iA8$Y3+_aCPLs1NdrotOF^u15_|p!;ixM$k<7W zgRx5XkAXnS<71#>X|a#2{39W9;D#880&G@74Qk5^TNR8|48)doKwC$l z-VIwD{m-h(>oskx%Lib>>GO%@A=UMSHujvmq!6p}N8!c&ggTKh;c7O#1q;@X1RXok zg%lS^`NAAD0!A>gYoAZ?I{w$rjjdS+7L3aug)>#h$H0W|u4sn~#?2VRSj9lYVKa1W zn+p=GVT2Uu$NJqB7hB%nbJ}H(GUQ=T2$xUI=bEsn;|mXn`J$R-J%*4+w-pb8PRLnd zJC6x6p-PMiG88*2NPxi_W8x_E^%H_%aQ}iJ3VlAIJQHibrVSVj+XX8u@A%`kNQ$BT zAT&%ZRNy7diwCG+aR-ScpV)tjI1k?hn1k-_pg+o`zMWUvMOjU$E_#u%JIRIch=OgI4w5Qbtum`2OpU{J{KAJeuj zuUisBDGyxWlBb73!MwaLNt+n}4q*#A{1Zp$fhc4^j5rr2SI`36cuepc84oNnk_BKf z4W#*FNuUtGmH~TKjS0dkYzY_vmhWZz!>atanMVQ?@|_CS2hMkWB*a0{0D#F6mJwB{ zn!0?5&Vt2EIKcBUWOgyH4HsMPJQ)4)1 z5WaC3=U$p53b;QBmg5ubFNqW-X+yBbh|C7D{Z!I00av0?Py8^^I(U5@${Y%DWoOv@) zn12$Rl))TG+Xl9D8&+`rf^m2~O#iS5v0(g>cR?E+*sym5d}XVgg5vXPd!{%3*qR!a zY)kyn_T#|-3bRGlBU-3mLSU$R#0Yf&%nX0~0;2xihb^@C7g{ht?fo4Wry}tOS}57D zJ}@~9WQ>1W^spA{-vsUt7z1!&sazb4^WVNWT$qeM>0KQ35s@&}JQDsu^-l|x`cYkf z22=l?`wgTWU7szAO^0AD)9kdP4b$lTs7c)FLS0eOAf2=sr*j};2a z-=hk`pZ4F=bC>L2^5g0GQOuD<83hlBtdEwSmX3{sje~`qosDypj^Wuec6MeCPEK|X zP7W{~H|N?$cNg6=`e$scy?q099layKO5p8Y@?{A5Nl=P0AwE%W{~lE?E341x%J|kzWr&^Cc8It$AY2o=%~7>y_^OF#ntd8bIIzormyRyV{edc_cLX<{ulGb2b;pr zVRN9DYyDpphWo#q^SDh@3knfFoWn6)g@^xf)xre|XH}GrEqH(0mpKAI zg%IwLBORc^nXGkOqAH~feLm6Em_u*MI-ZAFp<W zr2kVNLzfijC2M!twBoZg-bO?WG%3*{)kIVO{ygz}Cm(Dxb-tiyieok#=wY=jj+%In5 zG3#DNS5Oug?zJ~pk|*Oh(r~`2dlCTt*xEyt_^Bi6-WtJiPg$QDEZuYc{kE?miO^$u zwKJ`^M!iwaPENzzwV)8x3g1RP`ee8)kZ!3t)7RCO`MXh~outqP>U~51VfMOL(3fzjuE@Qmh5<$Ux44ay*)G>(4&)}xJN&JXpj5x>Qq&(H_2>0! zLcYFI>p`;QzeRSOj_zg>vVQl!iqm5`^&(s03pdJ#R{+a2zckJr@Pr3+jRPeiYIx}a z1{dhQu0@I2P6VCZ`?p@U_0gm5%6e@1xwc@o|R4VFA}cSGJ5#qaMeSqY=N0e3>EoZxn9ulsol@Hel^!u z<_&SajuG*^d7?)w{g#mmccJ$^OrT33?juZ>$77-KaE~Cba&s+E;5d}*IGI>g*0UH`{9U* zw3ZU@NVkpGNEWK!c)R%-w(!==f_4K*syVHRLFy9q^FioXEW7IPLS$!B>O9O^oW>Ey zy+4wM1|Db_TN6v%vGAGDiE@tulzWzlxHttaFJx*zno12`4D8Uc9@c$&r^zq6UeW{s zbT#|ugSgMR7y3ON#F}tlr&5+%ex1A!roce26`kHD^gyELkOfRN-S`JI<3B3i3eNhf z(p+?gHPCB#&6P+MVop&Jlf}lP(5nc->uMG&G^D4!aD1Q;+rJXf5Q9rs%G9<%cT@TN zJ#L|L;Q;v{5$Te_LvHI;dafXGnr1XwnnIApJ&xF%Ax?cy*;?Hyt?gv*fZ5DyXp!C| zcuKh0e%$)b;eJcMJqtcf)5;iuL;S`PbfCh+Ca9Xe^M%lJ+JgV~M*QLP7h#YS(};C2 zQmr9xF@BqSKZeAjzeDwxI3O>BpVNHr>^nhv=1IEj4@w;*ulJ>O!I4GWk#l+}k}vID zdqJ*TACp)$3N%C9rBT(PDu%elqe|DS-ZuT8+dkJP2N@sGGZos3%^|u*&5hbR9T|bv zjI$9w;3QMptuu{O--P;?PLGL##oKx1t4l@TRvNvuZSR^e@NXF&em_Sa-=WTYR%Z;h zf`3*L9-fIM*5{m0kFumY`f4%{I^B=rfAu!mq_%8Y4jgTQ*kEmrvE>FFy5qp-DfJus z5McvvY;EnQ`5d>)?$->qyhMjAR8r$K1XfAOOBxq0DOpx89vvnt7D@(~^Qy8TOhL zDSw84zO5hDc(A+@SGc!hEkP(cYGfk2%`B&JSfzCU#0jBWQIP}t3)d=+y$0+V;ewg3 ze+f6S7nEGPeFGsra22U`^pH_&0&&tGn?cA}?imQWT=^eY!tv#MD)P&`^i|kD=%vj? ze7|I)2f{Va$3nIhbUU@ii;(6Fp1vjl4@^(T`upduH*W3mYw9m4kX~no*_+QMupire z(+9;kuw)Orlcyopgc8mz3kr%!Bxb@4J`O@C1vm6)L+tl9tMC z1)Hu@wd}qIr$;M^^RJ8u2gYUWhEY^xp1nObefgBFY_4U)cA{PT?#*kJVjCdO66Gy&Tilm+fzg z;s%)8=vSml38I5IBkPKAc~Z8ScWrhO4u3XW#`cK@4=3vN!Gh*Vmag zzk@rfD33Y@3y-(dQnT;4IF{5*m<_Iw)<{wE;Kf)0k#U{hAa2Hhy26mv{4)cD+cQ*PTi@v}Kl9NfnyZp_ox$)L|qx z;Q3ZyJLlc4B_>|XwU^nh%4erKfeBSICtDMHr|xmcgimJUzlrSyHroh;yr8&CVm<{J)X`Z4gt zl}H>_pUfuhSds23TGN6?!gJfq&Ul1{3qJ#!<4N|Bb<#s3Gf~0FZ~ENEqa-ce_ej8b zZ4?IJ^9s>oGL0fX{cH@Hh4i}!-xgH>;AvZ#$PAYGy*A3%MJ&UvK?lZB!9RO9{_@^n ze!I-+@6e_s8$zQZw#(VoRQstZAg0MyB2! zH|2e0J>insJj`Q@Iq52~T9kLG=JUlS`_(K_%jnK6+Ah5PluB15*VnqEk&|bqQv)B* zZPIe+S;s1Aib%Do+%V7OD>y|U{fV2_*MVTP$;nCkmZln|@uQ3sNEL2%SXyn@Lu*_ z-)1Ez2S=Y+d6VBtjihpxi%w7)j3e89kXK!y+~8pYL0p$ND3A43%rKO`-laN|2dMO8 zFo|P!K5612w3mtI$4;fRBVLChm}|-lw>021ge+6>N@;B!+&G=Aw6*mUKKn*^g|bv@ zm}Z7S30A5Kp_qS)mV*?MVrHb>Ta*j}8izXyqU%HX3!}s$Hl3pJQk3Fp(%7|-7F49P zB`FEqxo`Ty%tZ8;buH!al$u$%m$Neneltt`%BnFDkc~aW=him1-inWCYaT6J>wHnt z`PNa3ugNPpzqO2?&v~zHhfO0Vyz3j%WHswI%rY&>XXqT{(LxT(a>mIMAF*6#&6Flu z6741swi{16HWK_yif7kT%ad|2#>7V+p777AI?Jwlpz- z%-3suW#L!sQ*TOeS7UFjkPR~RyK3Y7mzK2;ZooI{ti&@5_;gzFwWF|nz3M|8ysjCe zEWl@3;Vmi-S-^nZ={Hr7IiNDnGp(#;g=E>HdBgX^P_RjO_Tymfqzt#Z%t3Z89YY0V z9Je?ZUCVNVh*!3;q>!$3B$rNRHaT?L*nVy~q7&C(1`t>)@ zeg!Pubm5T8j$29Aw`hadz?c;+b%CwyjjeHL8Ec;(I=#7pH%XAS;^`b(RBjvyQ~G;F z5T|AePJYvVh_V{ih0wzR1#pI=wtU~R4rF`}cS2Lm8VyA#1$pY$+E)ny&+IgYJ2WWZ zL(_Jx*T3>Jo8R3fbgb`uI%e52BzZEll1$ui;?8C^D_xE(Kapc9)BbcK=jvLN6d0Z| zNR11>h?6e^Q?y`F^|PwMb7mhM80S$(KGW8e58zJ1c{%$HJ*2Q$x6$xDjRR>J;YwcB zi6p@k-b#F)J;$UxW1`)%G0GGl?m|~L_9eWWs1BlL>5-gu1?s%vydTcuKRbP{5dC>88z9cy0BD7Ra!pUA7Xym&6x5wr-o8)3$87xoW772lNy<5pI=}$@eU%}W_McZ7 z@UW(e&5h&Jj@G97*7i*>3kwsEAm`@vKwVE;Q+;zobz8%Ia6mIS8BA(p&YsQNJVWH- zXb6{7C&x58!DPPCdcO5!RZqD6*1eOaLs0QL;X7rqOrPYJr?J(`16E#i3By%qr;)fc zZt94b-gVqvuIHzxU%sv2;CP`2bS=}W=;(O(W;9XiCfT6Pc}G=Hj_1A3Q|UA}=WK*` z&|IHI|8^ihix+{UI4U`ay_s#ji2@QbZTikn7H=S~9d~6k{#mxhr!$nj`AdyC5@3_e zew?a>rxz}D0Z)CwW&tk*1u{bN)>v`(083{Dv*EZoD)^}#$)5Zg4YW6`$;Ve`pkEtO zZ0&E~P1vm`{FuIsuA3Ghk1eq5CEC0w$p3`RK+Wx+d5%R{T&4I1Ig7ViV1Vd5G3T2V zQs}+9yVemlkOA6_9^X#%KXCMX%9d^3I=|MF^qbDQckXsX2ens;&Y@`)TCc?tPGjl! zB!&;ekLg3mriK}$q(U*Lg8fim+8FT|fADQ^w9w94%THRd`4@M6hiAifxK^66xg<}D`+J&_$lKE6U8ikVoV z`7wKNMAebIk*!V5RKuIq09_HM_jNX!?_9_Tu;cl&+vi(SPa1TME%jV(Z-GtHjr8ji zMqc^r72Fq&iE=-4aTh&8*4<>#X?W(%Jc-Rv8pY~yk@lZ@Uq-lRM{2;!1SNZ(V6@it ziJh3#6<8(S81hRvb+~z{OF8*z?_^7K;&%kI7%DlNzzL_MJ&~FP#a5&drPqh~t2SM$S=Ueus?|9y9%{=9E;<#mqq!`Pi&Y;AQ!OYXaN85<3@fyY_B){4vN1`^HoXzIiB0y{k!3>4~IA%JTkN@pkixv%TRl^;7^W4YzwXkns`Y)|zE;iTg8E|9 zp|(zURHAz*TJlsye#!Nl&;mQUTjOvzN(-IYG5s#S=p}Jqpkb6nX&X_{lVSQ$G;RN8 zac!fV8l4v>8lAh>d%IiEHAt>W3j3I?E&kX1cc=yS3l*yu1_XJ&0sXzsuGr~vL5x8G z z=JU-<4~7=f6er<{ZO^6W?!3Yk6}>w|TJL1%TlpCNEA*Kv#FUeY@+)%bKgl~bOFp3{E67MtXXLN}#;$4JY{%Qd_7PTMs!oR=wJI!;HIYrH_B z5_=hTyxo5{wwxR!#Ru0g5Z4t>C#faVH%aqL-E{B?0$?KMQ3e2=?|pqHdY?V-8lmx} zkM4rNp@2w`?PhV2#Fxlc+rq4twJbbomW^@x`1ve;M<`iYNr~UrOGRaoa)8A|>rXeb z`G0$z(BPvvf(CIbCnkJSFKYI)@!KdZ3%9rX>lvx(@|X&tQ|;WpHyu_D@F5DuzPOag4(~4zMaaKt@!+QR*R0&&H9;Z@Ki5Yb5 zGLD66>|H5y8I~4aoWFzNr`XMhh;l=<7PG(|*~)pcOQkC!s4n;*B*^T$pm^bBJMP@q2`xWov`*(WE}@ z>2T&nzII+Ig{JF=o1cG~&xL9mG}ba3?+C%d;Om9hy^TohBNX`X-UGiT_s4xGMHl`?(C?AOVmf zi&=~C+6T$^;%%q>;1Buj*J{8P1{J)<86y2l`e2q>)%6;I*%iXGG}{cihx_vjPfDd9 z_N1?pS!?@~?$%bgbLCv-2m0_qNzd)BT;>>flf_oGssvM&UTb(>e5)=MmAxFwgud^qzNnUo>HtyWqFPSt<58+=Kxz;xrCfCLIDD2B%273u40(CiqPfD9?&%$CN%>GJOBs+V0ct zamtl>YA5cm_kml*ySH0E;-5hlZ!kI60*N~#G%ZcO#P)E@uY{sLll8!-pX{mm{K-$U zg==9**($!$$>&JEm_VQ_Q7^cD=M343135e9j9-x;3zg);m-2f&ua6>)o>dAxP9}cR z&fK=;=KfEGZqec2_8#Lu#IFlMEL)qy0}3?`G8WVQ{pVh3s2wLs#&rurOkVZ`2zlE~ zdz*e6qYqRFR~SlB6^*};lmLnl1k><*Mu3#!qY}B|^DenUzvrO?=>6)TGNa#b?CZ2X zM_xLZ+VvMq`5YlkNSUnmb$)>e}>{# z;mhdL?oOHmr!wl`dQyC{D|ryvmV-_75&k0lWL8`*s=^67F{i7Xq&O8c*IPtsjmi$7 z>)c0ZR`D?<%LoZCpd&)JezHfJW08tRf>OY#h=*#!D#yi9Y>-GrD44b`%c7_t_-!=vr0= zI9~kw^L^o%F4^QctT`z?OWnceTV&ed)`t4}S`y9N4EI6!b#ylUS#0A?AZy5%wsoSZ zu%SF*z4;3QF=A=)g0;bDV!nn$-p)B@_-C zP);aTo1A>{t6VU;l=n}ukAB6%X0k%;Rlh4wbX$%}Q<>vh*4?Th~T3*p=d_tzo^{PN~E1>sCl)gIO81(Pp`N$XueOUlZ-?pP~~{kJ1s zRT-J)0FOBR7BeGx4Hg?Xuy57E%-54T;td+YD?o@H=efr^`%2V()~9b!-k~8+0&th* z`$`_)9eL@G4%KQe40M>oYTQ-J^CD^teq!5z0R3QFbGZO6+7xSR1vbWQhNa?(%s1L7 z<-|?zN$=&jZ*q?0ezULnkWrFV)yb)h&VHKNJO~3>1U1Nafvvw^b3|x+zEY9Y!l5VB zN=&bvMBBxYD{U>fYe$tjy2#zCR>N-u2R zo=t?rSjp&^ZWhhgtn;7 zJR5)_IPEJg9k(H)myK8j-_DOw_(GxLZ=>46Qht?_<{iYhCFGt4`ga2F9UrC$U1G-K z{O`3xUBY_ouV1No-SEdlXJ-2~$~HZlaC`F@OE(y?UgbGdn7#pbb-XuF$NLfLLu=h# zB}(q;qJ$(dSiN8#g$buLUK#R9$dXn*A>#h%!k>z}oxsXr+TMB?9EdQU8&YhR31%7L zILarleM-P))tgMgGSmH&H77}`e}}3%w0`EgM{v~!&<_eXS44Cna>hlD)uBCwz@bV3 zp>>L-1Q~{-VuyZK>IR3+s7Iuk=>|R+y9FOO?UV36wp0lUgEI|Il73tl4}WG!Y(-RL zP&TK428~@59n-uDhP!=U?el@AF|G&Ee}S`0hC)kyU=UkzR9`Zq7Q4fuhr0dCa7M=x z%X^Ral^sqFv-8(W73y_A;LFK=!HY5)eZl$8b(7*ar-{FZjV|EzjL4sKV5XY@F+&n* zqnt1pl;i)nYI|jbU#2L=dh|9BwwXg2N%8nKOPLxIv@w>{{oWlrH9YPkW{b_9)x^y& z`Q@C~{L3XTb{w1gnfo57IX;^Sv}~LU|0d8u?79@1&J(fqp!@WdjBw~&b@6;+zqrW5 z{U^^{d-2Qd*{tZ36a&{;)F^E)V9Y`$0&nKBOsW>b~a^)N$Ei8(Z($QG=-) zNHxT6w-tE?Q}&@<1Zoa}mV~;A^SMxoY*q>Ga-eKEBZnMW>yIt{lIYVhXRoy>=8vB< zFfh5_%Qer(gB5vcJa`QtsjrRIkA$14zV<~4;Os%3KNqty@Iu24JNZ@KiP^3oqtV=)>HRw*f7wB#Z?!yj)>_pQs9Dkv`wY?aK{mU7r2c`3zo zFgWjsLB<^I+6SrQ^M7yN;^xf5`^Td3e zo4Gz5?m)@Bv%N(R?UFlWENrHyo238z^uu0@7lf%acSghdK9FoRMg>7GI$esFel)4p zssqY?T@zhzyfOdzSUv@pKc@BzCIzuJC4S|@9eS>NL1Zmk`a#!VOWy_2twjA;LE^0| z?gC{eXu*)UxNzEdj^hJ=+8(Yt{=&^}xTP%E#-7l$E@%5BiRi3U zcjM~q#$ll>L9wJAW`1p@%+s>|Fm#zVH2M@;bYx5J@(!z)#*O`Dd($*JuZ~jIB6P{Q zY~RWLc>CSYI-OKEM9-Dlyz`B>+Ye}FT8cQ~Yo_+SL>b+EX=|%vJqNL6uqf~)Fzp}? z4wPl?yeo;!xK20Wk-`ce>+vMuJlkTo@@&+?Y9dnqc}=IqTE=mGX}*JjanJQZnP|GD zJ&kCugE5w%~LyfuJ-=;p$a*y{d)9+#p46}k?* z6O%DQeAio+YCzk_#zJ$6E^j=Xr(dYtu4LF?etb=(kY`7tjLtgNLVu1K65D9Zbz{fz z@yP1SjpEd7yWnD@&(R!`oX#YAE%H_nbT@|=IlLbIPS;0E-4siX*Clh&+|V7!fUP|Z zE+-LRhPEWRO$Hvd9GIa}zKXXjXLQU@JyLkrFqeDJJKL`2{bD!edBMxb1QP9wbl;VT z_W_Doj;`-G&U6_DevxakNKty(V7a6RLsla~PcbMR`lyfHBZ!XILTf2LE$vzo64`pc zF;60}`2+{o%CY^4`>OAgJL$S1PaO*yR+jIY8CRbHy7}p81w}gof9trMIXO{F=i65T z>ww4ghork|0aFC}wGte+C5FQwQh*|8ZIB)j0ih^aciQSXu-T`)%_X6Ov~Y9W)4%L} zakdcL8oS*OZy>B315U%N<>$AEHFBQk(?>?pz?Ha`DU_xQu*ELAY87rzqlV|ch2&oI zOt2%K{<<AW73u`Z5~1_FmYKzh#(4u){Slxt~8;-!NI&SZ9tGT z3PF*|`q`j)3p~mzdbzo10>s^wwQ6DSW~1$gJ&}j4qi*>4R9N!YIUjYLG{O5G~{`B8nb=u3nHD5Fkk^a6S)zeXzXUcsq6gRj&c1$YX67{8?cQ6YJ zGoJTe$t+ywtX;hb%vmSq1yUb%qJzGi8V9>K!p)E z`RJ5?KbJyrhAc^Qajl;RHM^NWikblQxboGeY!pisZms>WH=C!c#F8tFXnD5RUvFDP zwAR0r>5Lcaq;>?_wcJSL*@P|#8kl+*iR?5z0ay#77KxlQls2DX+VWi*icu>os}>bB z-baCxjzd1t(sQQs)5@j`Y#|V%d<*s1!jejzPDAL)N%;~J5`Reut$!K6s4L!rQSsox zNZGSSA&uLgM@bf5)W_7O5qYkzeRR3ws0H1)@v~Z233{L^GG{)agtO`tbwGRs_9!s| z9O;}w!gTL@l*WwEJog^x#`k{aCk5u$pM#%MrhjQq%E*5>906Yn1R`LhI#Q8;{2)#W zw;K6GK{w%No`-+m*_*kEp&H*ttrUFC-G%sP`9b3}dww@lsn_r;j>oi0Ur>o`@Xe&C znAnAC{8Jr^q7Pta?Zs=+?)<*E7n0o-D? zo^ApsolD%6#|i2PYP%Aor@{?`vwrsE6{~Y7g4mKn?nh})3@UB&FP#o-ycebV#5;_Y z7MGtn?qy$#G8Yv4y|;AaYiuGzaMbsCQZ9HQ_4TRyv9no^R2Av_)(0bVd)bj$l64-8 zIQWj_AlEK(W5B2&;e|kq)?g&Bblz936VV%tj_M}^nJjWnlxkM9M9zEXCH0xxvs;;w zncnJb$x@cb~A=B_}@C@6#YJlk1 zN{)9y94tt;E#Ra*;mG0>acOb|ddeef4(l3#-y-zu%h={U`i6GwwYsX?m)^1jo2 z2Wb0&3hya}m~;U)Rp;f;QQ<3o(8ZJ}2yHu}LtSnFjt7`mZKB%KNltcbS)zOT<$S@6 zw%O+h_vGtB^!WLL1hm!(g;m#;n`%ZwHw0LaYpVo0kJMtqsmf3lzC*GutatOeqHTndFJocsF5^1aO(6hKVH(0?&eMF2X*USy{ zXxAeG^!>N?20!IW{F=G(_tH(~BAjn5(0!<+AzKMGIegG>3^_e1hz|5O17=kO)gByS z@6K8IBzPCDubk!Q-8HQ?g5v1D*u$@}x!yI~4pIwfl*kYiX%`lwr1`~(z!s~(EqV)o zSXD&MCKdNPPou-h79XDD$%}WtFMgZ+FcB@75ORE3Q8yB??_P-0*`YxCjvtXqqR3J0 z(ALVML+{0RaQJcxf6GOW7{nUG>c;WifESf#yce!x$r6+Wi#zrhOKlhauHl)Q5b~i~ zs9T|B3$>%+_T@2G8lqlei5bgkUOJB3sE4R_{%#fSm}U@NjlR6C&B%+KS5YP)=}h|D z$hEr}BQZbZ=Rs}h=a|?5-V*dBNj|P>KHKA6C z?Y(?_$_4t@;nelhF*3+$6El*522+SWzH_1~piO5D)`PDdZ@<+l1(;LWFh&v>af#V| zt~<21TZyh(5U7Z{tvSHIUpyI~R*EZI&iVa4o5rf(bLBf_53KII~6-1Roh|_ zy{MF*ISb2owzPj_e!=xp13hn`!j#YnhY=Qg+kPiAyde>9h+e?@G?9(~`%>*f#4HIk zHkh&7zrzZjx|&d!Fxm*+D+_lPbtEmTca`)MM#k)UF}!po-CX$-c(>>Sj%_!BgenM} z2TUTGj+ar^elOrdbS(Y>?S{9v4YQ?hX4}Xr^w+~m5F4nE>3N09rVwN!IH8gLVZ@~UgTCcOTyvtLIIII_b6-c0r%ebxM|6w=J#z2Ybw#Z%wa$?Q-d{2@fCduWnR=cK)An_|lcBNIv|7wzlnx@*E)bNvxhZha- z34C|V>|uc{l3mb*zzbQ(uUEwYHWHE^zIW&C+}~#Bnp~d4eHxzn;U$?M5jFoDdQFsV z#Yg$oXV|dN+H>XvEl_M;T9p?q+BjnC9lCQ~!2xxKuG>uO4WfoeF{GH|pvwM-$(L(G`JC%fZUz)IS2`*oXS wyyWB0pN)ESWx1$5>HH?|#ohC%)@_vpzrIy>^74(ugbDcf7w9y9&S+TwAFNI$L;wH) literal 0 HcmV?d00001 diff --git a/Resources/Audio/Items/toolbox_remove.ogg b/Resources/Audio/Items/toolbox_remove.ogg new file mode 100644 index 0000000000000000000000000000000000000000..a59df6d6ede572db95435ef956561b2ac8be0afa GIT binary patch literal 10065 zcmaia2UHYKv+pc9=Nx1~(vp|F3P_N&fWX2MMJ2N&$wqL61<4W?Buh?`B?yA#jATKg z0sCpCs;lZ(H8rysIy;*H1i(L+q}JcTJDZ_U$OTBi zZ67;~@7WXt`}&_HcOd73R}jOqo&R;6?L4Er=O>G$yL$S6UHycA8Oefl3yhbGgrSc! z)E#4IcFrEE3ze3VmXcDCl7$MR93A}aF`mv)P0s*~&uvc+M^8W4nGgu^Umh@Z4KoNp z2F}3sq21WgI5Ysz0l+PO7)_#+F025bBYZCfuX8r)mWoKhM|88-V8H`=PdMVgIz> zfgkqI+PUgb2#|ddk-P%S<>Sa*M&uIW!paB$hclBv$rJcs33;U^&W#Y zVuLkQ=Sx865}lm}$i}1<{y)vhGTHHeZ>lbRB7iDr%U*A;UT=O)6o0Re80oo%`vB0V zswlB;A6ac**p7RNsHk!8c7D1D?nq9(_ zKG7awnl98>l9GPzLHA+y70{QkfzZH@4f`cd)lLJv4Q@57oTY=DV zE2x{Y5-q@^kg$Tk5d}IG>JXa`A6uv$Nr;@{NOTX5CGel zw77|kGTIbv9^hg5%zv&S)aJeahv~o%(=j($!~Q$4{ws0-Flcb+F^RW}hWBQKTvI3i z>)?MyjyF?pJXe1_zg`W$!MNDlpR$HKvSW;z#;P~PbTW=E(kD*cQ`v$HzQ#|SgCNQ2V#5{D$xtDv`TXM4gp^+;AUdgbKB9z~ zuj+@y2q?rtsXGd<>#i!2foYEjFa`iDybs>R<}<9@pM7;0PM(SHLkJZlj_bn2li6fo z0)-6rD;as?y8ZchHoeHqd`VQX=y0r)Bx z3W+GnFd0UWapMNyB$**}umUcVVOTF0Zb)r4BV<%f7yzJc5b#f3Sk^%kpc4W$8cZk2zLk|THboCIqTiXK=U5ET^#TTr1_ryPXhuymGkPM~0A1%X zBI`I~ie6wrzpHngV+k@(_WvMbU*>&?y}%{5GtSfR z{6VVil%s8f{|8}A8pbuZxHL_;w6vtO-lMdl+&cGjX>RF2jdN*5*+5O@iwgHmkXlh( zS|e6kD)yqL?5I?1v%a{rseGWOD!t;xX8ks0r`TqbS7}AXi<+%7YE$`UkN0Mi)Wbs9 zVBw1|O(jiDo|{eHL-ih9d8J?8hzxdA4b*IJHc8g{^BSZ57w|SK=Aa%PH}7Ow?}yfS zTy8Bt8UPuL|3-}5=4u4Dz4YV+=X!QTuh=Ta7C5JYCoL^cFMY9D<0;x%wyAE64zx*f z{GecC$?Ew*A=Y|2Cb#rUlgQv3P!N2+=Qh`CDK48id61APLtA0?jvtlkoapLw0lFjgYRq z_(_o-sA;TjUq&JW(glVeN0H_f7$Mzq@KY$a>cUC8uh4uJBt{%RZsl6iGien~Z%-$^ zp6@WMOI}cWMgUo@XXn$XBMb7G^pN6aLm-gz#?^F6@)=BYOX@&Y1^Fy`NO(PywI_Uv z3*3>Ab8{{40fh?`u<0SI>sZ`8 z;cFa7O!=Acl5Q63SWvi$n_S_P>lwk?LwPFA7g;_viHZRU_8u+o(jIL8OLIF{@t!HW z@-yKg)kz7U@U>a1Xas)T4rG;piUxOByEhglyMlx?R8-yCtgpM=-lSF8nG8Mf3E}&+ z@s}Bxb+CkhDwf#+#iHOLHCfAYkBQ^RkHHXDQP_c5DHG^T`5+g0I&rfXzM(W2mo=U zfGS%aC>P;OXE%iS%q0tEMlKwUNKZxxjXD`Kcnt7aHG}{=I(3i$)_XZ2U{`=2KO>-! z8&Gf#R^WF=z@sPtK*S5Ih^mYoe1qe&!JJ6|+&jyeNCasPUJKR(#V4RZaiB^iK2)IX zy3NiAc&jZa2n~0+06Gv>JysgX@@@;a3f_V#yE3_H5X5zBX>Lf6;P$o=0OpBFfhs~y zO?e?UauHdFb0x4)(2UXWFebZ5_E6gVa2G}BguaZrk#=}1Qd7J8j2;E74Nabd8}`8d!$IT}cWumFe>7z~6D z7}0nuWU4O;B_dFee3m*Ut&rj%Z&HDRDU>TH zTo?*m(*54944yxZ0^^g-z6=Z?D>v}yZsM@IDZA)8(EebCn6itKo3f$=K6-iqSe+{G zu%!H#9b+HQea#CN+v?}mK6^1hfxgH-LksU!B#5drjPT+>H~gK$#r@YD-KF)v&;kLq z{&yYTNc|jIWI5m*j2i@*@cBpp9FhMm;LgE_V*pDzJjnU)9G(G`abDixQD=w*O>;&# zhwAx=ocGLJ=Zks&?mepoL5LEbW#NmT`SS+&++~+K2#s9&kN}nn0KDJ3Zo;Pepxqg` zWIbG*51pL^Jt`8RUG1pD-p%$74=-RcLAia-u!}Y}%(O?sJInB9Na6V4ai6lffFbbJ z5=sV0(ecVWR)sLJ^?`zLL@*$`s%;d0orvfYgER#dMK8{G9771u;rgiJ!!4*77)u}L z+Fb%HuHWh-#Ztw@)J9Q$mTn`qnfHg{phUdk-4LcYYzU+0-DPUSSMB7NGz)0X--JH` zzy$zEpoa4Cr6FQzp3=tA#nUG+Br@Vb_yRx`1WOBG`H92B!<}ODI#&q!uR7rJyFL*K zoRiNwGP1v~Dn#ewzi-NI3V+FGZ^~z4%=P)}Gz5kO`S}I-g#{(VB&1{(gr($U<>e5I z!a_oVLP7#?xU96WsIV|x4lX1mBLf$gh6@V|Ulb9Pkd_e@7MGM+`SxW!L)@0IV>yo- zJ}lBn_G)in$HM*Y?BVqNwIA2Cyk9B0Pf2ROB&rED?bzT-&yx|-l)d-qQ-^z;{{qBM zWb0Y7bdm{`11&1Z>(P9}Xrq*ZuhUJlaxLy-C1^eE6`s^(X&YQ?dr$YZu8toDlq3Pi z?%y_!76oS++sFid@&7J&&nT?B5WX8@y!pengfwxiKQQk@J+|?oLix4pc1q;E1cin$4 zGUD=MKo#~u;&Vs&j6Fk!fVV7P`OL=V*4qw<(8t2zzce;)bXO@_pAYry(+CBTy>f6`lHpaSg%O~PH}xfN1^hhyWPR6;V~sXw>`RxX-;enWxJdE0G%XYG5i z_m8Kq;yLv6u537CWKa0?4jxZ_qNOQNCu|mPQFFr*K0oZizJq6aGbS@$^Q<0wt&n7w zcO@?2)19mB-9fZ}_U3F9{eWiiz>DESDe1pqS*&q=Ub|C5VQP7oUwr)%fbe=O36e^+UTphesx4D%U=MkrPf%gOd1^uF%IVM#H>(}*O_i?l z=C8r34copd1ZA)&p>aju_3mkwvYw0i8k*mM44@kiig zevL@GHv93esze~-L&oE!Z&g=W2V$O68EZ;tVEqZ}>R-oh4PGv-PMB79A-jdle1$vV zc`*>9-xu}tH-qFzC7;uC%NzQvDtywBORAS2PH}*-9e{iNqv}~b-{(f%6#3dd;89dP zB?`-xU^3y;qb-R~Gw?IgGT){aCz2+A$gI~`PS$XPq+^`*0`FCt`I}}|;-jLLQS?Th zVZvpe8D=R1Plok@W@h@amkGby1Y#VY>#RQ=4A>X+skh2mSH3?X5z<-w+H^JTkzj27 z-Ni*W?!nMN z_~!35FJC9_??*8qqaNEn`)zdf)(>YA4wvhwn<^V=`^+WL^|gkDhN4RB%+!y%bGiN9&c_|;;3iB7nx9Qc&j~-qnq$Z!czl8a@7B~}28(sdcy=790 z*P}GmkNY-?X@~M=(1DieDLDf*QBBgk#WgJw-hM^Ngrm0&KNSnZF5bwMftcmo&J~~m9*x}rlnS!ow zOsw~;zXjTSY#izzvZ;(v5bHm#!N1}o)Srl`fxd@_HEsZZe3=P3iD1V!W@qeMS+FHf zM6W1Q-A;(2`WF3Urg$%td=EaeM?M$!*nUH1jpAnu@yC)NpqZYsfZO&f!F(g-_gh?! zl)2#|OUukFi%4M;;f;$)&M8+3$f%0Ch%%U4=0hA!vNv}`amTeTkWcjfBy6ngTTI#jt=-719WpBGbLjM=53jgNtKVpmVVO6KrB&uh zhp07)BPrr4cJNry6(i)bx8kO}l56{13m2|kzBt}R&cLKu1Zbvip=U!|6o*`)#$Nnc zFl>6=SUTZG@>@(To#alhT1WBWwNbr!NHg=vuqRz%ztlB$EDfoop#}#vuYPS3@5l+2 zNLH@oO=@-dvG|*WR1E%8S<4H~Z>HU8??N1(S#aj~OdlkDH`^@p{9_#FxU60}Bf3Q& zIP?)Uqyl~Ud@Y!UChD7JjoP*9xoxd7e!ikH?#{19L6S*2bZk#g3=Owh&D()pxhR;_ zX9+Cdo7)h)GR{e3l7iUU<-;$#7II?xV$BSeDOPWj_>Dn z`c3FRtH|2LvQcd9i@w8R|T$ZbR*uiq|`YN!+-ZENG{;{gXUzKm9+?@3_l7 z!i?R+d=Q&92{}PGWt2 zS^Vk8Lfnmt`U8bU1I`%>^xTIicVZ@nlQ1^sypN_zYKP*FYaTj>E`8OJPu})8oc0U4 z9Hrkgkv;#QLzMF_-3qRtTvy| ztY6r@*j>$lQ}6YNBl07aDL`LBInw%Z`{iAIgoZ%2NpK+-O#|mM5!i&lSBhlZ&2ioN z>(-q#c>urk3A=D0+x&$~jA$&B`FhucCn`6YN$E`xU z)Z#Pwmj=S{;%xY}+{~<7-&~R-HJ5_7M|ZY^P9G>xfap`->?|;D zsYeFI>u^58TL zD^8QdZJ?3oc&$icWUf~E&*|<&p!rJ`XwDA9sSr63TX6XO6+lHnnL^!86Bd|z$HdXA zLxVQo!e`EpqyObinfsWi)O6$1rv#oS=05by);oX z_7P$EArh$&Q*}*@s_`u=**6N%#M^K_^TH+5B&E>8_fK1%YuK0+BButj$MPv+qBotB zFzcMMmwpwK>hg!c-W>*ni}PWLB1+uuZ+Z^}Uh*Gm@LuOgi7aGg_nFPAiK#WC*v$GW?Vf?r=*yxJ_jX1J@ulgLA$zi{7qbtC^_Eum-X z}?Xw2($56_O5T(wr8~twF2XVF?h` zP6DV{m@;Qb$7#Wc223k>)+88=`l(dqXWD_QFAv_{vZaG&_wS~zZgpffQ?jDoT#C_t zI_tnX!!%4Pbl~$nanALwMYlwwo-b!1+(zQiZM)InP}2(tYYeGeoHvkZ(J_UPaPE+H zeq^C8|F+sD*RJ?8xJ;)SVK^-$B<@wZq)wZ}s*pA!mr^w_^;~JYoCiZqbPX^A{fOwQCHJJX5zbG7A+pZ7*fRv*-r+zO4T! z>v@yFLMRvW!+tRkeEZiw*h6fwU*V>0v(P68>Yb?K+hlewKE~_}Yp*tPE$ei~%jv3J zb^;<(gzEdXupX>{W=Q;ltdoRieM*75g1v-G-gAFct3JIs(U-^J7K0QqmnyJVLvK8i zSGq(1wATM|VJx)QSJ(I*poagUm^PtMmF;ETF_<|&NH9P||6{oYR~uZ-G&5me8)Us0 z;%C>&@a+B*5i0HyG4HSMd{7nleh2QacF;-=kc69A|G8ygI^GaaAvRdbd-1UDBn>uH z>~+bY?t+q{gGJYCUjz}9GMTSK{!7$BDyn&93KK|cb6Q1`3;_IFk%5}tO}kHTK(Hjh z`S%VY4Woa5?;r$+twYSyOo9UZ;AaatdAQ8Fth54L=40<*Q7yN>@ti>U3ycaQLD|)? z&PBoxp;iHIltH)e{E?^>cjT`MqzWMt}H=%#aD^BzZne5aNH!|2EBV2K3&DVLEHdfFMxUMn-ArRDA z-_IcuA^CoXbJG66tbtM;5_#=~`>U5@v-+!c!f~gTfduk$vU*Tc+-6OgK6#&-93WzN+V)0 zB2;?XPc}|=Sbfmx>tgk3B`v}oj=G5B{nPo|-f?HI0Z!P=9+meMW7LA0QfU2M|P!-QI`Qr9HUdl^B$PpcBYnXU}IS7h@3 zUY1QT+zAUSb`bE#(zYq7#I1{cY1oC!e|a^8S+Bp${|1Bkd1TT2Xp+fn#yS0JIK8ZE zd5r=scUHeS0CW`>A+${(fH@k#rf@yo*XM{szjq0EeRF0c9CDBR#<7)gb^fFHw+4^) z6(lOMNE=1|G&@9=0)Jk=doieXV$OjMdeoYs;RIOLeTJvAKF=(yMB4=u^GCtvYh{5H z!BzD?8{xWzN&wHt`^$5g%^*;*ut#w~+vH?p1M31pAN=rmV`PK_JK-H>@9Q3FRq|(> z3Idc7pJ1um!^FqNOoI2G5f4abZ^nLd=&~4}edke);PyS8V&72OC-(3xnF~`5%y3ux zdJ8C1u6&Z6A`wa^_rTS|BiQHe+jq_Qk?^ml{rw7BhWRW(J>r16A}{8}&VCI-ncVt7LB>$PH7$S=pQ_sZ=%|K-7F^7WR# zSSYCp@Z5K-9d)j6bf;lrM&nsjhVR)eoV1fwnpHTC2<=S zN7#_tvo*5iCCwpx*tFywM_NLS;l~$laqZaJDQ=5KAOOk)>5~@i)+_pp1VxoU!zQ90 z)wedmrb>)=>e5cvlYjBp-#_U{;n%EHDx67l@rpRnzijA!+WRzglTRRQ{o3HF7A79| zlTai<-NZAOJo!qm!DPU#xb1lDZ;jQvCRVIBm#1)IzXM;DV`$i`R!j+Hu?&S~`@ERo zB~l{?pr$7>BnA^Cyszlyzr67>_*MsrW07-`(YJg4QhEuN*UQ_b(_VWgQjy|caC-Qv zm}c8@v~idpw|t)_%;qM*09j$~p~Mk=61zE;ixf@tSUARkn<_inwqp&bI(Tj~yRyb7 zGi_b_x_M$o`>9@b2cw3`n*T&I3w(Ode(&396e*bUXxw=MBjh;99KWw>a5GA&5WD8; zYR<(3QZX)ZJtV0sxX+#+mrAtX;Ib7b*bviGv|~r`qP5CnUdI_4@j_PQjo$&76TWN=)8QK${QXs^)B>xryGaPdW2)j z6vsa+2THge>c*&GXnM1zo35J}9Opiw^KxnlY~-lnfXGU9Txg*Y&m7<1+$UxM+GamG z-uKRN`9h@CbU>pMyN6%9Ax`mLR_e}4U%*Q(|LRd&$gSgorw7*4GfqvNam<7O8>ZD( zeG>fHW-;{G|6Owzt<~`p?k{Qmt^_N!pLFml2CD29@-5GI#C&thI+lJF!W+x{g9&S- zm=m2Oets7)vl<&peK&$KK7r_@&E3aI!XH%p8VCqTblV|{zQZk;YC)yB>c-Xy7@rtF zXGxZ$-S0|wyCsYb*!S*+Js65h%Vmicp4T00UQO!;|3hi=nL}&=sZvpE{{2)Uix5(( WJIil<6N~TBu!>HLaR6112>uUu6r;xg literal 0 HcmV?d00001 diff --git a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml index d0f42e405f..93f62ca491 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml @@ -14,6 +14,10 @@ maxItemSize: Normal grid: - 0,0,6,3 + storageOpenSound: /Audio/Items/toolbox_open.ogg + storageCloseSound: /Audio/Items/toolbox_close.ogg + storageInsertSound: /Audio/Items/toolbox_insert.ogg + storageRemoveSound: /Audio/Items/toolbox_remove.ogg - type: Item size: Ginormous - type: MeleeWeapon From f69a856da0f064b2e262949e5f736b12729d6ce4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 22:18:39 +0000 Subject: [PATCH 138/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 251e1c6243..c4de5cd517 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: Boaz1111 - changes: - - message: 'New Reagent: Coldsauce! It can be made using the Frost Oil from Chilly - Peppers, similar to Hotsauce from Capsaicin Oil!' - type: Add - - message: Coldsauce packets and bottles now contain Coldsauce, instead of Frost - Oil. - type: Tweak - id: 7889 - time: '2025-02-01T15:20:01.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34458 - author: Toxic, Nox changes: - message: Changed Packed armory. @@ -3923,3 +3912,10 @@ id: 8390 time: '2025-04-29T21:44:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37030 +- author: themias + changes: + - message: Toolboxes have new sound effects + type: Tweak + id: 8391 + time: '2025-04-29T22:17:32.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37048 From a00b7b753cccf7c8ccad47025cf6e4d9299490c4 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Wed, 30 Apr 2025 00:55:47 +0200 Subject: [PATCH 139/318] Mail visual update (#37049) --- .../Delivery/DeliveryModifierSystem.cs | 16 ++++++++-- .../Delivery/DeliveryPriorityComponent.cs | 6 ++++ .../Delivery/SharedDeliverySystem.cs | 6 ++-- .../en-US/delivery/delivery-component.ftl | 3 +- .../Objects/Deliveries/deliveries.yml | 32 +++++++++---------- 5 files changed, 41 insertions(+), 22 deletions(-) diff --git a/Content.Shared/Delivery/DeliveryModifierSystem.cs b/Content.Shared/Delivery/DeliveryModifierSystem.cs index 15a903537b..2b071b18cf 100644 --- a/Content.Shared/Delivery/DeliveryModifierSystem.cs +++ b/Content.Shared/Delivery/DeliveryModifierSystem.cs @@ -25,6 +25,7 @@ public sealed partial class DeliveryModifierSystem : EntitySystem SubscribeLocalEvent(OnGetRandomMultiplier); SubscribeLocalEvent(OnPriorityMapInit); + SubscribeLocalEvent(OnPriorityDelivered); SubscribeLocalEvent(OnPriorityExamine); SubscribeLocalEvent(OnGetPriorityMultiplier); @@ -55,12 +56,23 @@ public sealed partial class DeliveryModifierSystem : EntitySystem Dirty(ent); } + private void OnPriorityDelivered(Entity ent, ref DeliveryUnlockedEvent args) + { + if (ent.Comp.Expired) + return; + + ent.Comp.Delivered = true; + Dirty(ent); + } + private void OnPriorityExamine(Entity ent, ref ExaminedEvent args) { var trueName = _nameModifier.GetBaseName(ent.Owner); var timeLeft = ent.Comp.DeliverUntilTime - _timing.CurTime; - if (_timing.CurTime < ent.Comp.DeliverUntilTime) + if (ent.Comp.Delivered) + args.PushMarkup(Loc.GetString("delivery-priority-delivered-examine", ("type", trueName))); + else if (_timing.CurTime < ent.Comp.DeliverUntilTime) args.PushMarkup(Loc.GetString("delivery-priority-examine", ("type", trueName), ("time", timeLeft.ToString("mm\\:ss")))); else args.PushMarkup(Loc.GetString("delivery-priority-expired-examine", ("type", trueName))); @@ -122,7 +134,7 @@ public sealed partial class DeliveryModifierSystem : EntitySystem while (priorityQuery.MoveNext(out var uid, out var priorityData)) { - if (priorityData.Expired) + if (priorityData.Expired || priorityData.Delivered) continue; if (priorityData.DeliverUntilTime < curTime) diff --git a/Content.Shared/Delivery/DeliveryPriorityComponent.cs b/Content.Shared/Delivery/DeliveryPriorityComponent.cs index dc06af6239..835d1c9c00 100644 --- a/Content.Shared/Delivery/DeliveryPriorityComponent.cs +++ b/Content.Shared/Delivery/DeliveryPriorityComponent.cs @@ -23,6 +23,12 @@ public sealed partial class DeliveryPriorityComponent : Component [DataField] public float ExpiredMultiplierOffset = -0.1f; + /// + /// Whether this delivery was delivered on time. + /// + [DataField, AutoNetworkedField] + public bool Delivered; + /// /// Whether this priority delivery has already ran out of time or not. /// diff --git a/Content.Shared/Delivery/SharedDeliverySystem.cs b/Content.Shared/Delivery/SharedDeliverySystem.cs index db5b849c75..175dfbe70d 100644 --- a/Content.Shared/Delivery/SharedDeliverySystem.cs +++ b/Content.Shared/Delivery/SharedDeliverySystem.cs @@ -237,9 +237,9 @@ public abstract class SharedDeliverySystem : EntitySystem { _appearance.SetData(uid, DeliveryVisuals.IsLocked, isLocked); - // If we're trying to unlock, always remove the priority tape - if (!isLocked) - _appearance.SetData(uid, DeliveryVisuals.PriorityState, DeliveryPriorityState.Off); + // If we're trying to unlock, mark priority as inactive + if (HasComp(uid)) + _appearance.SetData(uid, DeliveryVisuals.PriorityState, DeliveryPriorityState.Inactive); } public void UpdatePriorityVisuals(Entity ent) diff --git a/Resources/Locale/en-US/delivery/delivery-component.ftl b/Resources/Locale/en-US/delivery/delivery-component.ftl index 54f45a578d..c346b2a813 100644 --- a/Resources/Locale/en-US/delivery/delivery-component.ftl +++ b/Resources/Locale/en-US/delivery/delivery-component.ftl @@ -24,7 +24,8 @@ delivery-teleporter-empty-verb = Take mail # modifiers delivery-priority-examine = This is a [color=orange]priority {$type}[/color]. You have [color=orange]{$time}[/color] left to deliver it to get a bonus. -delivery-priority-expired-examine = This is a [color=orange]priority {$type}[/color]. It seems you ran out of time. +delivery-priority-delivered-examine = This is a [color=orange]priority {$type}[/color]. It got delivered on time. +delivery-priority-expired-examine = This is a [color=orange]priority {$type}[/color]. It ran out of time. delivery-fragile-examine = This is a [color=red]fragile {$type}[/color]. Deliver it intact for a bonus. delivery-fragile-broken-examine = This is a [color=red]fragile {$type}[/color]. It looks badly damaged. diff --git a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml index d1e9969bbb..a209f5c6f7 100644 --- a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml +++ b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml @@ -59,18 +59,18 @@ - state: trash map: [ "enum.DeliveryVisualLayers.Trash" ] visible: false - - state: postmark - - map: [ "enum.DeliveryVisualLayers.JobStamp" ] - offset: -0.21875, -0.25 - - state: fragile - map: [ "enum.DeliveryVisualLayers.FragileStamp" ] - visible: false - - state: locked - map: [ "enum.DeliveryVisualLayers.Lock" ] - state: priority map: [ "enum.DeliveryVisualLayers.PriorityTape" ] visible: false shader: unshaded + - state: fragile + map: [ "enum.DeliveryVisualLayers.FragileStamp" ] + visible: false + - state: postmark + - map: [ "enum.DeliveryVisualLayers.JobStamp" ] + offset: -0.21875, -0.25 + - state: locked + map: [ "enum.DeliveryVisualLayers.Lock" ] - state: broken map: [ "enum.DeliveryVisualLayers.Breakage" ] visible: false @@ -102,18 +102,18 @@ - state: trash map: [ "enum.DeliveryVisualLayers.Trash" ] visible: false - - state: postmark - - map: [ "enum.DeliveryVisualLayers.JobStamp" ] - offset: -0.125, -0.0625 - - state: fragile - map: [ "enum.DeliveryVisualLayers.FragileStamp" ] - visible: false - - state: locked - map: [ "enum.DeliveryVisualLayers.Lock" ] - state: priority map: [ "enum.DeliveryVisualLayers.PriorityTape" ] visible: false shader: unshaded + - state: fragile + map: [ "enum.DeliveryVisualLayers.FragileStamp" ] + visible: false + - state: postmark + - map: [ "enum.DeliveryVisualLayers.JobStamp" ] + offset: -0.125, -0.0625 + - state: locked + map: [ "enum.DeliveryVisualLayers.Lock" ] - state: broken map: [ "enum.DeliveryVisualLayers.Breakage" ] visible: false From aaf3db8f9d1da1c943b99e690788d08d0f539366 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 29 Apr 2025 22:56:54 +0000 Subject: [PATCH 140/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c4de5cd517..1f8bcc298f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Toxic, Nox - changes: - - message: Changed Packed armory. - type: Tweak - id: 7890 - time: '2025-02-01T21:19:28.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34808 - author: Minty642 changes: - message: Added Gold and Silver Solidification, just mix with frost oil. @@ -3919,3 +3912,10 @@ id: 8391 time: '2025-04-29T22:17:32.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37048 +- author: ScarKy0 + changes: + - message: Priority mail now indicates whether it was delivered on time or not. + type: Tweak + id: 8392 + time: '2025-04-29T22:55:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37049 From 0e586e3faeb7119fb01a248c7ac7c6084f9ad7b2 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:19:07 +0200 Subject: [PATCH 141/318] Hotfix: Fix item toggling crashing the client for slimes (#37054) fix item toggling crashing the server for slimes --- Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index e9ed89f560..6b91ddc7f4 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -347,6 +347,7 @@ public abstract class SharedStorageSystem : EntitySystem storage = null; if (!ContainerSystem.TryGetContainingContainer(itemEnt, out container) || + container.ID != StorageComponent.ContainerId || !TryComp(container.Owner, out storage) || !_itemQuery.Resolve(itemEnt, ref itemEnt.Comp, false)) { From 10796df6bcab6e8135bc3500d8888d7591f0e932 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 30 Apr 2025 02:34:20 +0200 Subject: [PATCH 142/318] Un-copypaste wallmount substation prototype to give them a UI (#37047) *sigh* --- .../Entities/Structures/Power/substation.yml | 171 ++++++++---------- 1 file changed, 76 insertions(+), 95 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/substation.yml b/Resources/Prototypes/Entities/Structures/Power/substation.yml index fec2c30c43..8e10e00806 100644 --- a/Resources/Prototypes/Entities/Structures/Power/substation.yml +++ b/Resources/Prototypes/Entities/Structures/Power/substation.yml @@ -1,8 +1,74 @@ +# Core logic shared between regular and wall-mount substation +- type: entity + abstract: true + id: CoreSubstation + components: + # Core power behavior + - type: Battery + - type: ExaminableBattery + - type: NodeContainer + examinable: true + nodes: + input: + !type:CableDeviceNode + nodeGroupID: HVPower + output: + !type:CableDeviceNode + nodeGroupID: MVPower + - type: BatteryCharger + voltage: High + - type: BatteryDischarger + voltage: Medium + - type: PowerNetworkBattery + maxSupply: 150000 + maxChargeRate: 5000 + supplyRampTolerance: 5000 + supplyRampRate: 1000 + - type: StationInfiniteBatteryTarget + + # Interface + - type: BatteryInterface + minChargeRate: 5000 + maxChargeRate: 150000 + minSupply: 5000 + maxSupply: 150000 + - type: UserInterface + interfaces: + enum.BatteryUiKey.Key: + type: BatteryBoundUserInterface + - type: ActivatableUI + key: enum.BatteryUiKey.Key + + - type: PowerMonitoringDevice + group: Substation + sourceNode: input + loadNode: output + collectionName: substation + + # Damage + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: StructuralMetallicStrong + - type: PacifismDangerousAttack + + # Guidebook + - type: GuideHelp + guides: + - VoltageNetworks + - Power + + # Ambient sound + - type: AmbientOnPowered + - type: AmbientSound + volume: -5 + sound: + path: /Audio/Ambience/Objects/buzzing.ogg + # Base substation - type: entity abstract: true id: BaseSubstation - parent: [ BaseMachine, ConstructibleMachine ] + parent: [ CoreSubstation, BaseMachine, ConstructibleMachine ] name: substation description: Reduces the voltage of electricity put into it. placement: @@ -20,49 +86,22 @@ - type: Battery maxCharge: 2500000 startingCharge: 0 - - type: ExaminableBattery - type: PointLight radius: 1.5 energy: 1 color: "#ff6900" castShadows: false - - type: NodeContainer - examinable: true - nodes: - input: - !type:CableDeviceNode - nodeGroupID: HVPower - output: - !type:CableDeviceNode - nodeGroupID: MVPower - type: PowerMonitoringDevice - group: Substation - sourceNode: input - loadNode: output - collectionName: substation sprite: Structures/Power/substation.rsi state: substation_static - - type: BatteryCharger - voltage: High - - type: BatteryDischarger - voltage: Medium - - type: PowerNetworkBattery - maxSupply: 150000 - maxChargeRate: 5000 - supplyRampTolerance: 5000 - supplyRampRate: 1000 - - type: Damageable - damageContainer: StructuralInorganic - damageModifierSet: StructuralMetallicStrong - - type: PacifismDangerousAttack - type: Destructible thresholds: - trigger: !type:DamageTrigger damage: 200 behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] + - !type:DoActsBehavior + acts: [ "Destruction" ] - trigger: !type:DamageTrigger damage: 100 @@ -82,9 +121,9 @@ gasMixture: volume: 1000 moles: - - 0 # oxygen - - 0 # nitrogen - - 340.5701689 # carbon dioxide + - 0 # oxygen + - 0 # nitrogen + - 340.5701689 # carbon dioxide temperature: 373.15 - type: Explosive explosionType: Default @@ -94,13 +133,8 @@ - type: WiresPanel - type: Machine board: SubstationMachineCircuitboard - - type: StationInfiniteBatteryTarget - - type: AmbientOnPowered - type: AmbientSound - volume: -5 range: 3 - sound: - path: /Audio/Ambience/Objects/buzzing.ogg - type: Electrified onHandInteract: false onInteractUsing: false @@ -108,39 +142,19 @@ requirePower: true highVoltageNode: input mediumVoltageNode: output - - type: GuideHelp - guides: - - VoltageNetworks - - Power - - # Interface - - type: BatteryInterface - minChargeRate: 5000 - maxChargeRate: 150000 - minSupply: 5000 - maxSupply: 150000 - - type: UserInterface - interfaces: - enum.BatteryUiKey.Key: - type: BatteryBoundUserInterface - - type: ActivatableUI - key: enum.BatteryUiKey.Key # Compact Wall Substation Base - type: entity id: BaseSubstationWall + parent: CoreSubstation categories: [ HideSpawnMenu ] name: wallmount substation description: A substation designed for compact shuttles and spaces. placement: mode: SnapgridCenter components: - - type: AmbientOnPowered - type: AmbientSound - volume: -5 range: 2 - sound: - path: /Audio/Ambience/Objects/buzzing.ogg - type: PointLight radius: 1.5 energy: 1 @@ -149,8 +163,6 @@ castShadows: false offset: 0, -0.2 - type: Clickable - - type: AccessReader - access: [["Engineering"]] - type: ContainerFill containers: board: [ WallmountSubstationElectronics ] @@ -174,43 +186,17 @@ - type: Battery maxCharge: 2000000 startingCharge: 0 - - type: ExaminableBattery - - type: NodeContainer - examinable: true - nodes: - input: - !type:CableDeviceNode - nodeGroupID: HVPower - output: - !type:CableDeviceNode - nodeGroupID: MVPower - type: PowerMonitoringDevice - group: Substation - sourceNode: input - loadNode: output sprite: Structures/Power/substation.rsi state: substation_wall_static - - type: BatteryCharger - voltage: High - - type: BatteryDischarger - voltage: Medium - - type: PowerNetworkBattery - maxSupply: 150000 - maxChargeRate: 5000 - supplyRampTolerance: 5000 - supplyRampRate: 1000 - - type: Damageable - damageContainer: StructuralInorganic - damageModifierSet: StructuralMetallicStrong - - type: PacifismDangerousAttack - type: Destructible thresholds: - trigger: !type:DamageTrigger damage: 200 behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] + - !type:DoActsBehavior + acts: [ "Destruction" ] - trigger: !type:DamageTrigger damage: 100 @@ -229,12 +215,7 @@ maxIntensity: 50 intensitySlope: 2 totalIntensity: 100 - - type: StationInfiniteBatteryTarget - type: WallMount - - type: GuideHelp - guides: - - VoltageNetworks - - Power # Substations in use @@ -274,7 +255,7 @@ capacitor: !type:Container powercell: !type:Container -# Construction Frame + # Construction Frame - type: entity id: BaseSubstationWallFrame categories: [ HideSpawnMenu ] From 504dd63200eaf731ded684d46eb090f930dc0220 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 00:35:27 +0000 Subject: [PATCH 143/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1f8bcc298f..4cb3e111fd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Minty642 - changes: - - message: Added Gold and Silver Solidification, just mix with frost oil. - type: Add - id: 7891 - time: '2025-02-02T01:00:32.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33239 - author: Tayrtahn changes: - message: Ghosts and anomaly cores no longer jitter when starting to follow a target. @@ -3919,3 +3912,10 @@ id: 8392 time: '2025-04-29T22:55:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37049 +- author: PJB3005 + changes: + - message: Wallmount substations now have an interface too. + type: Fix + id: 8393 + time: '2025-04-30T00:34:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37047 From f399126c66283c24bc928ba56b703eb53123f817 Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:40:27 +1200 Subject: [PATCH 144/318] Centcomm carapace, moved armour from vests.yml to armor.yml (#35301) * centcomm carapace, loadout for CC official, move armoured vests from vests.yml to armor.yml * revert rename from previous commit; command carapace returned to captain's carapace * meta.json 4 space * restored deleted comments for some armours and original description for slim armour * Add recently added elite web vest --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Entities/Clothing/OuterClothing/armor.yml | 200 +++++++++++++----- .../Entities/Clothing/OuterClothing/vests.yml | 82 +------ .../Roles/Jobs/CentComm/official.yml | 2 +- .../equipped-OUTERCLOTHING-vox.png | Bin 0 -> 771 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 778 bytes .../Armor/centcomm_carapace.rsi/icon.png | Bin 0 -> 546 bytes .../centcomm_carapace.rsi/inhand-left.png | Bin 0 -> 588 bytes .../centcomm_carapace.rsi/inhand-right.png | Bin 0 -> 598 bytes .../Armor/centcomm_carapace.rsi/meta.json | 30 +++ 9 files changed, 183 insertions(+), 131 deletions(-) create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/equipped-OUTERCLOTHING-vox.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/meta.json diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index acb44c8ad8..243759c871 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -1,5 +1,6 @@ # Numbers for armor here largely taken from /tg/. -# NOTE: Half of the kind of armor you're probably thinking of is in vests.yml. These should probably be merged some day. +# armor.yml covers both armored vests (e.g. not just cosmetic) and armor that covers multiple bodyparts/limbs + #Basic armor vest for inheritance - type: entity @@ -41,28 +42,6 @@ - type: Clothing sprite: Clothing/OuterClothing/Armor/security_slim.rsi -- type: entity - parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseSecurityContraband] - id: ClothingOuterArmorRiot - name: riot suit - description: A suit of semi-flexible polycarbonate body armor with heavy padding to protect against melee attacks. Perfect for fighting delinquents around the station. - components: - - type: Sprite - sprite: Clothing/OuterClothing/Armor/riot.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Armor/riot.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.4 - Slash: 0.4 - Piercing: 0.7 - Heat: 0.9 - Caustic: 0.9 - - type: ExplosionResistance - damageCoefficient: 0.9 - - type: GroupExamine - - type: entity parent: ClothingOuterArmorBase id: ClothingOuterArmorBulletproof @@ -105,6 +84,133 @@ reflects: - Energy +#Detective's vest +- type: entity + parent: [ClothingOuterArmorBase, BaseSecurityContraband] + id: ClothingOuterVestDetective + name: detective's vest + description: A hard-boiled private investigator's armored vest. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/detvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/detvest.rsi + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing] + id: ClothingOuterArmorBaseCarapace + abstract: true + components: + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.6 + Heat: 0.5 + Caustic: 0.9 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 1.0 + sprintModifier: 1.0 + - type: HeldSpeedModifier + - type: GroupExamine + +- type: entity + parent: [ClothingOuterArmorBaseCarapace, BaseCommandContraband] + id: ClothingOuterArmorCaptainCarapace + name: captain's carapace + description: An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Armor/captain_carapace.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Armor/captain_carapace.rsi + +- type: entity + parent: [ClothingOuterArmorBaseCarapace, BaseCentcommContraband] + id: ClothingOuterArmorCentcommCarapace + name: centcomm carapace + description: An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to centcomm officials and agents. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Armor/centcomm_carapace.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Armor/centcomm_carapace.rsi + +#Web vest +- type: entity + parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseSyndicateContraband] + id: ClothingOuterVestWeb + name: web vest + description: A synthetic armor vest. This one has added webbing and ballistic plates. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/webvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/webvest.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.6 #ballistic plates = better protection + Slash: 0.6 + Piercing: 0.3 + Heat: 0.9 + - type: ExplosionResistance + damageCoefficient: 0.9 + +#Elite web vest +- type: entity + parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseSyndicateContraband] + id: ClothingOuterVestWebElite + name: elite web vest + description: A synthetic armor vest. This one has added webbing and heat resistant fibers. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/elitevest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/elitevest.rsi + - type: TemperatureProtection + heatingCoefficient: 0.1 + coolingCoefficient: 0.1 + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.7 + Heat: 0.3 + Radiation: 0.5 + Caustic: 0.5 + - type: ExplosionResistance + damageCoefficient: 0.5 + - type: FireProtection + reduction: 0.85 + +#Mercenary web vest +- type: entity + parent: [ BaseMajorContraband, ClothingOuterVestWeb] #web vest so it should have some pockets for ammo + id: ClothingOuterVestWebMerc + name: mercenary web vest + description: A high-quality armored vest made from a hard synthetic material. It's surprisingly flexible and light, despite formidable armor plating. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/mercwebvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/mercwebvest.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.7 #slightly better overall protection but slightly worse than bulletproof armor against bullets seems sensible + Slash: 0.7 + Piercing: 0.5 + Heat: 0.9 + - type: ExplosionResistance + damageCoefficient: 0.9 + + +# Armor covering multiple body parts including limbs - type: entity parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseSyndicateContraband ] id: ClothingOuterArmorRaid @@ -184,6 +290,28 @@ - type: Item size: Normal +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseSecurityContraband] + id: ClothingOuterArmorRiot + name: riot suit + description: A suit of semi-flexible polycarbonate body armor with heavy padding to protect against melee attacks. Perfect for fighting delinquents around the station. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Armor/riot.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Armor/riot.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.4 + Slash: 0.4 + Piercing: 0.7 + Heat: 0.9 + Caustic: 0.9 + - type: ExplosionResistance + damageCoefficient: 0.9 + - type: GroupExamine + - type: entity parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ] id: ClothingOuterArmorCult @@ -270,32 +398,6 @@ - type: Clothing sprite: Clothing/OuterClothing/Armor/magusred.rsi -- type: entity - parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCommandContraband] - id: ClothingOuterArmorCaptainCarapace - name: "captain's carapace" - description: "An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest." - components: - - type: Sprite - sprite: Clothing/OuterClothing/Armor/captain_carapace.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Armor/captain_carapace.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.5 - Slash: 0.5 - Piercing: 0.6 - Heat: 0.5 - Caustic: 0.9 - - type: ClothingSpeedModifier - walkModifier: 1.0 - sprintModifier: 1.0 - - type: HeldSpeedModifier - - type: ExplosionResistance - damageCoefficient: 0.65 - - type: GroupExamine - - type: entity parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ] id: ClothingOuterArmorChangeling diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml index e008fba094..66913c348d 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml @@ -1,84 +1,4 @@ -#Web vest -- type: entity - parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseSyndicateContraband] - id: ClothingOuterVestWeb - name: web vest - description: A synthetic armor vest. This one has added webbing and ballistic plates. - components: - - type: Sprite - sprite: Clothing/OuterClothing/Vests/webvest.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Vests/webvest.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.6 #ballistic plates = better protection - Slash: 0.6 - Piercing: 0.3 - Heat: 0.9 - - type: ExplosionResistance - damageCoefficient: 0.9 - -#Elite web vest -- type: entity - parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseSyndicateContraband] - id: ClothingOuterVestWebElite - name: elite web vest - description: A synthetic armor vest. This one has added webbing and heat resistant fibers. - components: - - type: Sprite - sprite: Clothing/OuterClothing/Vests/elitevest.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Vests/elitevest.rsi - - type: TemperatureProtection - heatingCoefficient: 0.1 - coolingCoefficient: 0.1 - - type: Armor - modifiers: - coefficients: - Blunt: 0.5 - Slash: 0.5 - Piercing: 0.7 - Heat: 0.3 - Radiation: 0.5 - Caustic: 0.5 - - type: ExplosionResistance - damageCoefficient: 0.5 - - type: FireProtection - reduction: 0.85 - -#Mercenary web vest -- type: entity - parent: [ BaseMajorContraband, ClothingOuterVestWeb] #web vest so it should have some pockets for ammo - id: ClothingOuterVestWebMerc - name: mercenary web vest - description: A high-quality armored vest made from a hard synthetic material. It's surprisingly flexible and light, despite formidable armor plating. - components: - - type: Sprite - sprite: Clothing/OuterClothing/Vests/mercwebvest.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Vests/mercwebvest.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.7 #slightly better overall protection but slightly worse than bulletproof armor against bullets seems sensible - Slash: 0.7 - Piercing: 0.5 - Heat: 0.9 - - type: ExplosionResistance - damageCoefficient: 0.9 - -#Detective's vest -- type: entity - parent: [ClothingOuterArmorBase, BaseSecurityContraband] - id: ClothingOuterVestDetective - name: detective's vest - description: A hard-boiled private investigator's armored vest. - components: - - type: Sprite - sprite: Clothing/OuterClothing/Vests/detvest.rsi - - type: Clothing - sprite: Clothing/OuterClothing/Vests/detvest.rsi +#NOTE: vests with armor belong to armor.yml #Hazard vest - type: entity diff --git a/Resources/Prototypes/Roles/Jobs/CentComm/official.yml b/Resources/Prototypes/Roles/Jobs/CentComm/official.yml index be9a0675ad..10fb00448e 100644 --- a/Resources/Prototypes/Roles/Jobs/CentComm/official.yml +++ b/Resources/Prototypes/Roles/Jobs/CentComm/official.yml @@ -24,7 +24,7 @@ head: ClothingHeadHatCentcom eyes: ClothingEyesGlassesSunglasses gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterArmorBasic + outerClothing: ClothingOuterArmorCentcommCarapace id: CentcomPDA ears: ClothingHeadsetAltCentCom belt: WeaponPistolN1984 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..b08dfeab807956f81d07ff0d36ef2255af344d0d GIT binary patch literal 771 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E1o(uwinxkdHQMOp=`E{}zdYB>RFR#}Uf}<^Xg)qZSy@?T6Oh6i&t(gN z6i-QzU+{kfU=X^0?i^5@v%n*=n1O-s5C}7hYIrpO1tm&cBT9nv(@M${i&7Z^5;OBk z^!!{y6ioFD^-P5BFKY&>*_ImNnda%K#lQjNurf$7vNA9NSzbUa4P}FTrNPJy7H0yo z4H=mj1b}oD5NEctfW@nsj=y@28W+?+uY63e03s9wjk+A{e0*I*~8(9}X zOqv2@g8&oITqdx}AWI7%3#!Y|zyKt>fuqN7iFSVjFnF^(T^vIq+}}>S-FH}l$K~wV zmS_L}mmlv7?^Z0?{mOgmBby~N3f0^uS}pwSyX~NvfZgeab%*NGI-Gh8EB0y!=>-Lz ze0fVkVD3!zz2)9ZA4Hw{`*)GBn!@_ug-Y`T?oMkqv}4`&>QJe1$*P;HB>60#tFy^4 zpEy}wQs7}~YphV%vBk(jW7!-f*)Z)oCQIgZVf``!AH}Y*T`_Pva`ly5f&` zVoV-Q5768hrafh!?84?2cP$;84QDy(pG?l>sD1BzIa2AK8Jo#(M*AG+7d%hQuK71y zWl>mB{k`SjgRUPdzP5OUPrr65MS(Ayd5(YBceXCKJ!{q9ZQ7q7=BpI9T3Y4z)9vOn z=eG%Lzj|cCn^V1vN_VC)PkOuU&q2wU`+BE4{)k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zinxkdHQMOp=`E{}zdYB>RFR#>l%3CB;QzU3K0ZEKSy^TiklGDG zNfUt-Z%L3}@P8!0VEaO;4Jg4`;1OBOz`%DHgc*pgBxnl|hykKo(S&p@9KN_WHBkihG~MZvont>*?Yc65;-K+QFj33Op{Y zEfak|{l9-(^n%FE2W69@+ihp8VbxEnxp3*Tv+e<=8C49Sm#3}nU@~Tpf8TTDtW0j; ztM17vYC)l1>+W4nx&7hJwvUxpgcmY*AdtL= zQG;Eh>;6aOE2+~Dtb50h!m>>AfxUEeh0cQaz|W`@{ro&EUFj+asM?|wfY)xc^1a^gSf2B#mQ z756Sn-zs-$NKqDFY&Tbo-Bdavt_A;ivQC7aocE3jYSwQJk)z$J{GZ^n(V$x}N>3rbx ZPu6astxa>8cU%KSf~TvW%Q~loCIIyZ2qypl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..51d2fc67c864f4321914029ea2ec81dbf2c25442 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijS1AIbUnN3*v9R!zE$X}joW~#`p6s%&^X!HMEv`(I$h^rV-)nd-<4nJ@ErzW#^d=bQhV!fXrS`7sn6_|F;uf^EDfAxY=uz74h`b7$v-vu^}5W$xB6cXNb@ik+|g$@Z#& zY3`zXDF@>nzGUs3&YDp!m2D|{ks){C_dPD6$L95~Z%VQfTl{#*9D~1Ih7+&k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwGMljSI|weTkiR_FOet7JH%|ZmxoDuIy}?;tAjMG<X``L zU)Bs%vn@5kGtJXei-7~kVP%kFWMyCkvb=y;8p;OwLW7YREY1XE8!|F62mt9QAkJ)O z0gGn=*&vVr#321J8qHD$W(I}{>gCZIV?V3k3Z z7C;tMm!W|HNcQ@(-HLmk#cu&J4|}>ehD5l(oqCXuS&_p<^60z&{|gl-9@8yWwB7nN zHThA-y+@f(eoYYDav;-@d(M3kj+&#DPKy-MlUK!x&rN1Gsd8N6tSe%xKUpIo*wOXR zbas_n0*qn}$8FY6)=*$N7?s`kxy6N1cm>0@H*1|2HKYivxV33JUni4Uk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwGMljSI|weTkiR_FOet7JH%|ZmxoDuIy}?;tAjMG<X``L zU)Bs%vn@5kGtJXei-7~kVP%kFWMyCkvb=y;8p;OwLW7YREY1XE8!|F62mt9QAkJ)O z0gGn=*&vVr#321J8qHD$W(I}{>gCZIV?V3k3Z z7C;tMm!W|HNcQ@(-HLmk#cu&J&w9EzhD5l(o$AeZ*nore;IXrR^JV^UHiqOn#F{3B z+${QHb96QP?fxYStaC+{Ech(Jm=J$4ee=VOQ@#EOu9)`mt@ZQ|Uql|so+$n=71yl5 zShA5@cpg(u$B$KZ&Ak4M3E69>nV#b{+rz@rv8U&-teK5Di^`)^nRgo=nljG+`FzfS zmVVwJf%|?>-|+pCd(ea?Kdzt)mD3bLE*_HP5B<{lYkz<%ch!RcS9uM`6^mF^IYPHA yV4c_{_C;7pRCk6ti&oTyk3dP6&-s7$CfqL5otZt;TD$Ng$djI~elF{r5}E*S60HXS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/meta.json new file mode 100644 index 0000000000..04b59d99ab --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Armor/centcomm_carapace.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Assets derived from Wizden SS14 at https://github.com/space-wizards/space-station-14/commit/e4a516514f37d26708e676122eb7c6a95f37b5e3, modified by K-Dynamic (github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 0ee4babc55fc0b4699d07985b80643c49b232b66 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 00:41:34 +0000 Subject: [PATCH 145/318] Automatic changelog update --- Resources/Changelog/Admin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index 42697b764b..575b121409 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1115,5 +1115,13 @@ Entries: id: 134 time: '2025-04-26T21:06:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36412 +- author: K-Dynamic + changes: + - message: CC officials now wear a centcomm carapace for body armour, which have + identical stats to the command carapace. + type: Add + id: 135 + time: '2025-04-30T00:40:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/35301 Name: Admin Order: 2 From e3c3f4898f1d6b9900c84113c84e587dee568659 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 29 Apr 2025 20:51:41 -0400 Subject: [PATCH 146/318] Fix NPCs stalling when too many exist (#37056) Fix NPC stalling when too many exist --- Content.Server/NPC/HTN/HTNSystem.cs | 22 ++++++++++++++++++++-- Content.Server/NPC/Systems/NPCSystem.cs | 1 - 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Content.Server/NPC/HTN/HTNSystem.cs b/Content.Server/NPC/HTN/HTNSystem.cs index 89b4ae7786..4d9e321dd9 100644 --- a/Content.Server/NPC/HTN/HTNSystem.cs +++ b/Content.Server/NPC/HTN/HTNSystem.cs @@ -180,11 +180,24 @@ public sealed class HTNSystem : EntitySystem _planQueue.Process(); var query = EntityQueryEnumerator(); + // Move ahead "count" entries in the query. + // This is to ensure that if we didn't process all the npcs the first time, + // we get to the remaining ones instead of iterating over the beginning again. + for (var i = 0; i < count; i++) + { + query.MoveNext(out _, out _); + } + + // the amount of updates we've processed during this iteration. + var updates = 0; while (query.MoveNext(out var uid, out _, out var comp)) { // If we're over our max count or it's not MapInit then ignore the NPC. - if (count >= maxUpdates) - break; + if (updates >= maxUpdates) + { + // Intentional return. We don't want to go to the end logic and reset count. + return; + } if (!comp.Enabled) continue; @@ -274,7 +287,12 @@ public sealed class HTNSystem : EntitySystem Update(comp, frameTime); count++; + updates++; } + + // only reset our counter back to 0 if we finish iterating. + // otherwise it lets us know where we left off. + count = 0; } private void AppendDebugText(HTNTask task, StringBuilder text, List planBtr, List btr, ref int level) diff --git a/Content.Server/NPC/Systems/NPCSystem.cs b/Content.Server/NPC/Systems/NPCSystem.cs index bc21916976..c7690cb295 100644 --- a/Content.Server/NPC/Systems/NPCSystem.cs +++ b/Content.Server/NPC/Systems/NPCSystem.cs @@ -136,7 +136,6 @@ namespace Content.Server.NPC.Systems if (!Enabled) return; - _count = 0; // Add your system here. _htn.UpdateNPC(ref _count, _maxUpdates, frameTime); } From 1b5547fbb9ce1b060b60147c446d7734b5e8865c Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 00:52:48 +0000 Subject: [PATCH 147/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 4cb3e111fd..a3d55371a1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Tayrtahn - changes: - - message: Ghosts and anomaly cores no longer jitter when starting to follow a target. - type: Fix - id: 7892 - time: '2025-02-02T01:38:03.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34797 - author: DieselMohawk changes: - message: Renamed ablative shield to laser shield @@ -3919,3 +3912,10 @@ id: 8393 time: '2025-04-30T00:34:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37047 +- author: EmoGarbage404 + changes: + - message: Fixed NPCs stalling out when too many exist. + type: Fix + id: 8394 + time: '2025-04-30T00:51:42.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37056 From ebb1f9202740f88873f80a426447b439401c4e0c Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:55:45 -0400 Subject: [PATCH 148/318] feex oasis portal (#37058) --- Resources/Maps/oasis.yml | 62 ++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 12 deletions(-) diff --git a/Resources/Maps/oasis.yml b/Resources/Maps/oasis.yml index 9515ec71a7..f186d05be0 100644 --- a/Resources/Maps/oasis.yml +++ b/Resources/Maps/oasis.yml @@ -4,8 +4,8 @@ meta: engineVersion: 254.1.0 forkId: "" forkVersion: "" - time: 04/29/2025 08:52:23 - entityCount: 30629 + time: 04/30/2025 01:38:34 + entityCount: 30633 maps: - 1 grids: @@ -14814,7 +14814,7 @@ entities: pos: -22.5,26.5 parent: 2 - type: Door - secondsUntilStateChange: -168481.44 + secondsUntilStateChange: -168616.33 state: Opening - type: DeviceLinkSource lastSignals: @@ -15670,7 +15670,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -267310.06 + secondsUntilStateChange: -267444.94 state: Opening - uid: 6934 components: @@ -15682,7 +15682,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -267312.7 + secondsUntilStateChange: -267447.56 state: Opening - uid: 6935 components: @@ -15694,7 +15694,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -267311.53 + secondsUntilStateChange: -267446.4 state: Opening - uid: 6936 components: @@ -15705,7 +15705,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -267310.75 + secondsUntilStateChange: -267445.62 state: Opening - proto: AirlockTheatreLocked entities: @@ -97804,7 +97804,7 @@ entities: pos: -13.5,-1.5 parent: 2 - type: Door - secondsUntilStateChange: -258634.06 + secondsUntilStateChange: -258768.95 - type: DeviceNetwork deviceLists: - 18275 @@ -135183,11 +135183,19 @@ entities: - type: Transform pos: 46.5,-12.5 parent: 2 + missingComponents: + - ActivatableUI + - UserInterface + - Gateway - uid: 30412 components: - type: Transform pos: 17.5,2.5 parent: 21002 + missingComponents: + - ActivatableUI + - UserInterface + - Gateway - proto: GlassBoxLaserFilled entities: - uid: 30286 @@ -144318,7 +144326,7 @@ entities: pos: 36.5,-35.5 parent: 2 - type: Door - secondsUntilStateChange: -295465.84 + secondsUntilStateChange: -295600.72 state: Opening - uid: 5211 components: @@ -150749,15 +150757,25 @@ entities: - type: Transform pos: 46.5,-12.5 parent: 2 + - type: Portal + canTeleportToOtherMaps: True + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 30633 - proto: PortalGatewayOrange entities: - - uid: 30416 + - uid: 30633 components: - type: Transform pos: 17.5,2.5 parent: 21002 + - type: Portal + canTeleportToOtherMaps: True - type: LinkedEntity - linkedEntities: [] + deleteOnEmptyLinks: True + linkedEntities: + - 30409 - proto: PosterContrabandBeachStarYamamoto entities: - uid: 11972 @@ -170536,6 +170554,26 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,6.5 parent: 2 + - uid: 30416 + components: + - type: Transform + pos: 30.5,9.5 + parent: 2 + - uid: 30630 + components: + - type: Transform + pos: 30.5,10.5 + parent: 2 + - uid: 30631 + components: + - type: Transform + pos: 31.5,10.5 + parent: 2 + - uid: 30632 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 - proto: StairStageDark entities: - uid: 4011 @@ -198958,7 +198996,7 @@ entities: pos: 24.5,2.5 parent: 21002 - type: Door - secondsUntilStateChange: -640670.5 + secondsUntilStateChange: -640805.44 state: Opening - uid: 28863 components: From 2ff8a45b58e64e3f0270d02896ebb3d7f2267f0c Mon Sep 17 00:00:00 2001 From: Gentleman-Bird Date: Wed, 30 Apr 2025 03:13:20 -0400 Subject: [PATCH 149/318] fix so that the meat patty uses the meat patty sprite on custom burgers (#37064) --- .../Entities/Objects/Consumable/Food/meat.yml | 4 ++-- .../Recipes/Cooking/food_sequence_element.yml | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 067595fa14..6784538f61 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -1239,8 +1239,8 @@ node: cooked meat patty - type: FoodSequenceElement entries: - Burger: MeatSteak - Taco: MeatSteak + Burger: MeatPatty + Taco: MeatPatty - type: entity name: boiled snail diff --git a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml index cc9979b0a5..2b89ab1b41 100644 --- a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml +++ b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml @@ -67,6 +67,17 @@ - Cooked - Meat +# Cooked Patty + +- type: foodSequenceElement + id: MeatPatty + sprites: + - sprite: Objects/Consumable/Food/meat.rsi + state: patty + tags: + - Cooked + - Meat + # Dragon Steak - type: foodSequenceElement From feffbea9f97cb99ec8cf17da366cedd810c5d6e2 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:49:36 +1000 Subject: [PATCH 150/318] Fix examine prediction (#36999) If our current ID is different to the received one we should just discard it even if it's for the same entity. Note that this doesn't quite fix my prediction issue as client and server are using slightly different timings for the event. --- Content.Client/Examine/ExamineSystem.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Content.Client/Examine/ExamineSystem.cs b/Content.Client/Examine/ExamineSystem.cs index 3aec394324..9f0496e578 100644 --- a/Content.Client/Examine/ExamineSystem.cs +++ b/Content.Client/Examine/ExamineSystem.cs @@ -37,7 +37,6 @@ namespace Content.Client.Examine public const string StyleClassEntityTooltip = "entity-tooltip"; private EntityUid _examinedEntity; - private EntityUid _lastExaminedEntity; private Popup? _examineTooltipOpen; private ScreenCoordinates _popupPos; private CancellationTokenSource? _requestCancelTokenSource; @@ -416,15 +415,14 @@ namespace Content.Client.Examine if (!IsClientSide(entity)) { // Ask server for extra examine info. - if (entity != _lastExaminedEntity) + unchecked + { _idCounter += 1; - if (_idCounter == int.MaxValue) - _idCounter = 0; + } RaiseNetworkEvent(new ExamineSystemMessages.RequestExamineInfoMessage(GetNetEntity(entity), _idCounter, true)); } RaiseLocalEvent(entity, new ClientExaminedEvent(entity, playerEnt.Value)); - _lastExaminedEntity = entity; } private void CloseTooltip() From a8ff999b0872825c232369a3a5c9c50f0dd909e0 Mon Sep 17 00:00:00 2001 From: Milon Date: Wed, 30 Apr 2025 16:07:25 +0200 Subject: [PATCH 151/318] add StationTrackerComponent (#36803) * maybe I am cooking * logmissing * copy paste oops * add some stuff * review * fix * rerun tests --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Client/Station/StationSystem.cs | 5 +- .../Station/Systems/StationSystem.cs | 54 ++++++++- .../Components/StationTrackerComponent.cs | 18 +++ Content.Shared/Station/SharedStationSystem.cs | 111 ++++++++++++++++++ 4 files changed, 182 insertions(+), 6 deletions(-) create mode 100644 Content.Shared/Station/Components/StationTrackerComponent.cs create mode 100644 Content.Shared/Station/SharedStationSystem.cs diff --git a/Content.Client/Station/StationSystem.cs b/Content.Client/Station/StationSystem.cs index 2a3e4850cf..5a4a1853d2 100644 --- a/Content.Client/Station/StationSystem.cs +++ b/Content.Client/Station/StationSystem.cs @@ -5,7 +5,7 @@ namespace Content.Client.Station; /// /// This handles letting the client know stations are a thing. Only really used by an admin menu. /// -public sealed class StationSystem : EntitySystem +public sealed partial class StationSystem : SharedStationSystem { private readonly List<(string Name, NetEntity Entity)> _stations = new(); @@ -15,11 +15,14 @@ public sealed class StationSystem : EntitySystem /// /// I'd have this just invoke an entity query, but we're on the client and the client barely knows about stations. /// + // TODO: Stations have a global PVS override now, this can probably be changed into a query. public IReadOnlyList<(string Name, NetEntity Entity)> Stations => _stations; /// public override void Initialize() { + base.Initialize(); + SubscribeNetworkEvent(StationsUpdated); } diff --git a/Content.Server/Station/Systems/StationSystem.cs b/Content.Server/Station/Systems/StationSystem.cs index d80e2d08d1..456d3c6b80 100644 --- a/Content.Server/Station/Systems/StationSystem.cs +++ b/Content.Server/Station/Systems/StationSystem.cs @@ -27,7 +27,7 @@ namespace Content.Server.Station.Systems; /// For jobs, look at StationJobSystem. For spawning, look at StationSpawningSystem. /// [PublicAPI] -public sealed class StationSystem : EntitySystem +public sealed partial class StationSystem : SharedStationSystem { [Dependency] private readonly ILogManager _logManager = default!; [Dependency] private readonly IPlayerManager _player = default!; @@ -48,6 +48,8 @@ public sealed class StationSystem : EntitySystem /// public override void Initialize() { + base.Initialize(); + _sawmill = _logManager.GetSawmill("station"); _gridQuery = GetEntityQuery(); @@ -60,6 +62,9 @@ public sealed class StationSystem : EntitySystem SubscribeLocalEvent(OnStationGridDeleted); SubscribeLocalEvent(OnStationSplitEvent); + SubscribeLocalEvent(OnStationGridAdded); + SubscribeLocalEvent(OnStationGridRemoved); + _player.PlayerStatusChanged += OnPlayerStatusChanged; } @@ -90,6 +95,18 @@ public sealed class StationSystem : EntitySystem } } + private void UpdateTrackersOnGrid(EntityUid gridId, EntityUid? station) + { + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var tracker, out var xform)) + { + if (xform.GridUid == gridId) + { + SetStation((uid, tracker), station); + } + } + } + #region Event handlers private void OnStationAdd(EntityUid uid, StationDataComponent component, ComponentStartup args) @@ -107,6 +124,9 @@ public sealed class StationSystem : EntitySystem foreach (var grid in component.Grids) { RemComp(grid); + + // If the station gets deleted, we raise the event for every grid that was a part of it + RaiseLocalEvent(new StationGridRemovedEvent(grid, uid)); } RaiseNetworkEvent(new StationsUpdatedEvent(GetStationNames()), Filter.Broadcast()); @@ -159,6 +179,18 @@ public sealed class StationSystem : EntitySystem } } + private void OnStationGridAdded(StationGridAddedEvent ev) + { + // When a grid is added to a station, update all trackers on that grid + UpdateTrackersOnGrid(ev.GridId, ev.Station); + } + + private void OnStationGridRemoved(StationGridRemovedEvent ev) + { + // When a grid is removed from a station, update all trackers on that grid to null + UpdateTrackersOnGrid(ev.GridId, null); + } + #endregion Event handlers /// @@ -353,7 +385,7 @@ public sealed class StationSystem : EntitySystem stationMember.Station = station; stationData.Grids.Add(mapGrid); - RaiseLocalEvent(station, new StationGridAddedEvent(mapGrid, false), true); + RaiseLocalEvent(station, new StationGridAddedEvent(mapGrid, station, false), true); _sawmill.Info($"Adding grid {mapGrid} to station {Name(station)} ({station})"); } @@ -376,7 +408,7 @@ public sealed class StationSystem : EntitySystem RemComp(mapGrid); stationData.Grids.Remove(mapGrid); - RaiseLocalEvent(station, new StationGridRemovedEvent(mapGrid), true); + RaiseLocalEvent(station, new StationGridRemovedEvent(mapGrid, station), true); _sawmill.Info($"Removing grid {mapGrid} from station {Name(station)} ({station})"); } @@ -553,15 +585,21 @@ public sealed class StationGridAddedEvent : EntityEventArgs /// public EntityUid GridId; + /// + /// EntityUid of the station this grid was added to. + /// + public EntityUid Station; + /// /// Indicates that the event was fired during station setup, /// so that it can be ignored if StationInitializedEvent was already handled. /// public bool IsSetup; - public StationGridAddedEvent(EntityUid gridId, bool isSetup) + public StationGridAddedEvent(EntityUid gridId, EntityUid station, bool isSetup) { GridId = gridId; + Station = station; IsSetup = isSetup; } } @@ -577,9 +615,15 @@ public sealed class StationGridRemovedEvent : EntityEventArgs /// public EntityUid GridId; - public StationGridRemovedEvent(EntityUid gridId) + /// + /// EntityUid of the station this grid was added to. + /// + public EntityUid Station; + + public StationGridRemovedEvent(EntityUid gridId, EntityUid station) { GridId = gridId; + Station = station; } } diff --git a/Content.Shared/Station/Components/StationTrackerComponent.cs b/Content.Shared/Station/Components/StationTrackerComponent.cs new file mode 100644 index 0000000000..6272b28de4 --- /dev/null +++ b/Content.Shared/Station/Components/StationTrackerComponent.cs @@ -0,0 +1,18 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Station.Components; + +/// +/// Component that tracks which station an entity is currently on. +/// Mainly used for UI purposes on the client to easily get station-specific data like alert levels. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedStationSystem))] +public sealed partial class StationTrackerComponent : Component +{ + /// + /// The station this entity is currently on, if any. + /// Null when in space or not on any grid. + /// + [DataField, AutoNetworkedField] + public EntityUid? Station; +} diff --git a/Content.Shared/Station/SharedStationSystem.cs b/Content.Shared/Station/SharedStationSystem.cs new file mode 100644 index 0000000000..c067af610d --- /dev/null +++ b/Content.Shared/Station/SharedStationSystem.cs @@ -0,0 +1,111 @@ +using Content.Shared.Station.Components; +using JetBrains.Annotations; +using Robust.Shared.Map; + +namespace Content.Shared.Station; + +public abstract partial class SharedStationSystem : EntitySystem +{ + [Dependency] private readonly MetaDataSystem _meta = default!; + + private EntityQuery _xformQuery; + private EntityQuery _stationMemberQuery; + + /// + public override void Initialize() + { + base.Initialize(); + + _xformQuery = GetEntityQuery(); + _stationMemberQuery = GetEntityQuery(); + + SubscribeLocalEvent(OnTrackerMapInit); + SubscribeLocalEvent(OnTrackerRemove); + SubscribeLocalEvent(OnTrackerGridChanged); + SubscribeLocalEvent(OnMetaFlagRemoveAttempt); + } + + private void OnTrackerMapInit(Entity ent, ref MapInitEvent args) + { + _meta.AddFlag(ent, MetaDataFlags.ExtraTransformEvents); + UpdateStationTracker(ent.AsNullable()); + } + + private void OnTrackerRemove(Entity ent, ref ComponentRemove args) + { + _meta.RemoveFlag(ent, MetaDataFlags.ExtraTransformEvents); + } + + private void OnTrackerGridChanged(Entity ent, ref GridUidChangedEvent args) + { + UpdateStationTracker((ent, ent.Comp, args.Transform)); + } + + private void OnMetaFlagRemoveAttempt(Entity ent, ref MetaFlagRemoveAttemptEvent args) + { + if ((args.ToRemove & MetaDataFlags.ExtraTransformEvents) != 0 && + ent.Comp.LifeStage <= ComponentLifeStage.Running) + { + args.ToRemove &= ~MetaDataFlags.ExtraTransformEvents; + } + } + + /// + /// Updates the station tracker component based on entity's current location. + /// + [PublicAPI] + public void UpdateStationTracker(Entity ent) + { + if (!Resolve(ent, ref ent.Comp1)) + return; + + var xform = ent.Comp2; + + if (!_xformQuery.Resolve(ent, ref xform)) + return; + + // Entity is in nullspace or not on a grid + if (xform.MapID == MapId.Nullspace || xform.GridUid == null) + { + SetStation(ent, null); + return; + } + + // Check if the grid is part of a station + if (!_stationMemberQuery.TryGetComponent(xform.GridUid.Value, out var stationMember)) + { + SetStation(ent, null); + return; + } + + SetStation(ent, stationMember.Station); + } + + /// + /// Sets the station for a StationTrackerComponent. + /// + [PublicAPI] + public void SetStation(Entity ent, EntityUid? station) + { + if (!Resolve(ent, ref ent.Comp)) + return; + + if (ent.Comp.Station == station) + return; + + ent.Comp.Station = station; + Dirty(ent); + } + + /// + /// Gets the station an entity is currently on, if any. + /// + [PublicAPI] + public EntityUid? GetCurrentStation(Entity ent) + { + if (!Resolve(ent, ref ent.Comp, logMissing: false)) + return null; + + return ent.Comp.Station; + } +} From b068b5bb8955498bdf2eb9cba46b4af2262e6c34 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:10:54 +0200 Subject: [PATCH 152/318] Minor ReflectionSystem refactor (#37039) * ReflectComponentLogicFix Added bool InRightPlace and updated relevant system * Using SlotFlags * edits * refactor * add missing relay --------- Co-authored-by: BIGZi0348 --- .../EntitySystems/SharedHandsSystem.Relay.cs | 4 + .../Inventory/InventorySystem.Relay.cs | 3 + .../Projectiles/SharedProjectileSystem.cs | 6 +- .../Ranged/Events/HitScanReflectAttempt.cs | 6 +- .../Weapons/Reflect/ReflectComponent.cs | 35 ++- .../Weapons/Reflect/ReflectSystem.cs | 223 ++++++++---------- .../Weapons/Reflect/ReflectUserComponent.cs | 10 - .../Entities/Clothing/OuterClothing/armor.yml | 1 + .../Entities/Objects/Weapons/Melee/sword.yml | 2 + 9 files changed, 143 insertions(+), 147 deletions(-) delete mode 100644 Content.Shared/Weapons/Reflect/ReflectUserComponent.cs diff --git a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Relay.cs b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Relay.cs index 742e632501..aa367f71f7 100644 --- a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Relay.cs +++ b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Relay.cs @@ -2,6 +2,8 @@ using Content.Shared.Atmos; using Content.Shared.Camera; using Content.Shared.Hands.Components; using Content.Shared.Movement.Systems; +using Content.Shared.Projectiles; +using Content.Shared.Weapons.Ranged.Events; namespace Content.Shared.Hands.EntitySystems; @@ -15,6 +17,8 @@ public abstract partial class SharedHandsSystem // By-ref events. SubscribeLocalEvent(RefRelayEvent); + SubscribeLocalEvent(RefRelayEvent); + SubscribeLocalEvent(RefRelayEvent); } private void RelayEvent(Entity entity, ref T args) where T : EntityEventArgs diff --git a/Content.Shared/Inventory/InventorySystem.Relay.cs b/Content.Shared/Inventory/InventorySystem.Relay.cs index ce245992a9..ed456ed47b 100644 --- a/Content.Shared/Inventory/InventorySystem.Relay.cs +++ b/Content.Shared/Inventory/InventorySystem.Relay.cs @@ -17,6 +17,7 @@ using Content.Shared.Movement.Events; using Content.Shared.Movement.Systems; using Content.Shared.NameModifier.EntitySystems; using Content.Shared.Overlays; +using Content.Shared.Projectiles; using Content.Shared.Radio; using Content.Shared.Slippery; using Content.Shared.Strip.Components; @@ -56,6 +57,8 @@ public partial class InventorySystem SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); + SubscribeLocalEvent(RefRelayInventoryEvent); + SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); // Eye/vision events diff --git a/Content.Shared/Projectiles/SharedProjectileSystem.cs b/Content.Shared/Projectiles/SharedProjectileSystem.cs index 3fcff5ae56..20d1e051a2 100644 --- a/Content.Shared/Projectiles/SharedProjectileSystem.cs +++ b/Content.Shared/Projectiles/SharedProjectileSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Damage; using Content.Shared.DoAfter; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; +using Content.Shared.Inventory; using Content.Shared.Mobs.Components; using Content.Shared.Throwing; using Robust.Shared.Audio.Systems; @@ -238,7 +239,10 @@ public sealed class ImpactEffectEvent : EntityEventArgs /// Raised when an entity is just about to be hit with a projectile but can reflect it /// [ByRefEvent] -public record struct ProjectileReflectAttemptEvent(EntityUid ProjUid, ProjectileComponent Component, bool Cancelled); +public record struct ProjectileReflectAttemptEvent(EntityUid ProjUid, ProjectileComponent Component, bool Cancelled) : IInventoryRelayEvent +{ + SlotFlags IInventoryRelayEvent.TargetSlots => SlotFlags.WITHOUT_POCKET; +} /// /// Raised when a projectile hits an entity diff --git a/Content.Shared/Weapons/Ranged/Events/HitScanReflectAttempt.cs b/Content.Shared/Weapons/Ranged/Events/HitScanReflectAttempt.cs index 31c9c4cdd4..f1a675d5c6 100644 --- a/Content.Shared/Weapons/Ranged/Events/HitScanReflectAttempt.cs +++ b/Content.Shared/Weapons/Ranged/Events/HitScanReflectAttempt.cs @@ -1,4 +1,5 @@ using System.Numerics; +using Content.Shared.Inventory; using Content.Shared.Weapons.Reflect; namespace Content.Shared.Weapons.Ranged.Events; @@ -8,4 +9,7 @@ namespace Content.Shared.Weapons.Ranged.Events; /// and changing where shot will go next /// [ByRefEvent] -public record struct HitScanReflectAttemptEvent(EntityUid? Shooter, EntityUid SourceItem, ReflectType Reflective, Vector2 Direction, bool Reflected); +public record struct HitScanReflectAttemptEvent(EntityUid? Shooter, EntityUid SourceItem, ReflectType Reflective, Vector2 Direction, bool Reflected) : IInventoryRelayEvent +{ + SlotFlags IInventoryRelayEvent.TargetSlots => SlotFlags.WITHOUT_POCKET; +} diff --git a/Content.Shared/Weapons/Reflect/ReflectComponent.cs b/Content.Shared/Weapons/Reflect/ReflectComponent.cs index 703d8904dc..ea906810a5 100644 --- a/Content.Shared/Weapons/Reflect/ReflectComponent.cs +++ b/Content.Shared/Weapons/Reflect/ReflectComponent.cs @@ -1,5 +1,7 @@ +using Content.Shared.Inventory; using Robust.Shared.Audio; using Robust.Shared.GameStates; +using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Reflect; @@ -13,23 +15,48 @@ public sealed partial class ReflectComponent : Component /// /// What we reflect. /// - [ViewVariables(VVAccess.ReadWrite), DataField] + [DataField] public ReflectType Reflects = ReflectType.Energy | ReflectType.NonEnergy; + /// + /// Select in which inventory slots it will reflect. + /// By default, it will reflect in any inventory position, except pockets. + /// + [DataField] + public SlotFlags SlotFlags = SlotFlags.WITHOUT_POCKET; + + /// + /// Is it allowed to reflect while being in hands. + /// + [DataField, AutoNetworkedField] + public bool ReflectingInHands = true; + + /// + /// Can only reflect when placed correctly. + /// + [DataField, AutoNetworkedField] + public bool InRightPlace; + /// /// Probability for a projectile to be reflected. /// - [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] + [DataField, AutoNetworkedField] public float ReflectProb = 0.25f; - [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] + /// + /// Probability for a projectile to be reflected. + /// + [DataField, AutoNetworkedField] public Angle Spread = Angle.FromDegrees(45); + /// + /// The sound to play when reflecting. + /// [DataField] public SoundSpecifier? SoundOnReflect = new SoundPathSpecifier("/Audio/Weapons/Guns/Hits/laser_sear_wall.ogg", AudioParams.Default.WithVariation(0.05f)); } -[Flags] +[Flags, Serializable, NetSerializable] public enum ReflectType : byte { None = 0, diff --git a/Content.Shared/Weapons/Reflect/ReflectSystem.cs b/Content.Shared/Weapons/Reflect/ReflectSystem.cs index 3d3ded99ce..1ca2cef4e4 100644 --- a/Content.Shared/Weapons/Reflect/ReflectSystem.cs +++ b/Content.Shared/Weapons/Reflect/ReflectSystem.cs @@ -1,25 +1,20 @@ using System.Diagnostics.CodeAnalysis; using System.Numerics; using Content.Shared.Administration.Logs; -using Content.Shared.Alert; -using Content.Shared.Audio; using Content.Shared.Database; using Content.Shared.Hands; using Content.Shared.Inventory; using Content.Shared.Inventory.Events; using Content.Shared.Item.ItemToggle; -using Content.Shared.Item.ItemToggle.Components; using Content.Shared.Popups; using Content.Shared.Projectiles; using Content.Shared.Weapons.Ranged.Components; using Content.Shared.Weapons.Ranged.Events; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Network; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Systems; using Robust.Shared.Random; -using Robust.Shared.Timing; namespace Content.Shared.Weapons.Reflect; @@ -28,7 +23,6 @@ namespace Content.Shared.Weapons.Reflect; /// public sealed class ReflectSystem : EntitySystem { - [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly INetManager _netManager = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; @@ -37,74 +31,82 @@ public sealed class ReflectSystem : EntitySystem [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; - [Dependency] private readonly InventorySystem _inventorySystem = default!; public override void Initialize() { base.Initialize(); + Subs.SubscribeWithRelay(OnReflectUserCollide, baseEvent: false); + Subs.SubscribeWithRelay(OnReflectUserHitscan, baseEvent: false); SubscribeLocalEvent(OnReflectCollide); SubscribeLocalEvent(OnReflectHitscan); + SubscribeLocalEvent(OnReflectEquipped); SubscribeLocalEvent(OnReflectUnequipped); SubscribeLocalEvent(OnReflectHandEquipped); SubscribeLocalEvent(OnReflectHandUnequipped); - SubscribeLocalEvent(OnToggleReflect); - - SubscribeLocalEvent(OnReflectUserCollide); - SubscribeLocalEvent(OnReflectUserHitscan); } - private void OnReflectUserHitscan(EntityUid uid, ReflectUserComponent component, ref HitScanReflectAttemptEvent args) - { - if (args.Reflected) - return; - - foreach (var ent in _inventorySystem.GetHandOrInventoryEntities(uid, SlotFlags.All & ~SlotFlags.POCKET)) - { - if (!TryReflectHitscan(uid, ent, args.Shooter, args.SourceItem, args.Direction, args.Reflective, out var dir)) - continue; - - args.Direction = dir.Value; - args.Reflected = true; - break; - } - } - - private void OnReflectUserCollide(EntityUid uid, ReflectUserComponent component, ref ProjectileReflectAttemptEvent args) - { - foreach (var ent in _inventorySystem.GetHandOrInventoryEntities(uid, SlotFlags.All & ~SlotFlags.POCKET)) - { - if (!TryReflectProjectile(uid, ent, args.ProjUid)) - continue; - - args.Cancelled = true; - break; - } - } - - private void OnReflectCollide(EntityUid uid, ReflectComponent component, ref ProjectileReflectAttemptEvent args) + private void OnReflectUserCollide(Entity ent, ref ProjectileReflectAttemptEvent args) { if (args.Cancelled) return; - if (TryReflectProjectile(uid, uid, args.ProjUid, reflect: component)) + if (!ent.Comp.InRightPlace) + return; // only reflect when equipped correctly + + if (TryReflectProjectile(ent, ent.Owner, args.ProjUid)) args.Cancelled = true; } - private bool TryReflectProjectile(EntityUid user, EntityUid reflector, EntityUid projectile, ProjectileComponent? projectileComp = null, ReflectComponent? reflect = null) + private void OnReflectUserHitscan(Entity ent, ref HitScanReflectAttemptEvent args) { - if (!Resolve(reflector, ref reflect, false) || - !TryComp(projectile, out var reflective) || - (reflect.Reflects & reflective.Reflective) == 0x0 || - !_toggle.IsActivated(reflector) || - !_random.Prob(reflect.ReflectProb) || + if (args.Reflected) + return; + + if (!ent.Comp.InRightPlace) + return; // only reflect when equipped correctly + + if (TryReflectHitscan(ent, ent.Owner, args.Shooter, args.SourceItem, args.Direction, args.Reflective, out var dir)) + { + args.Direction = dir.Value; + args.Reflected = true; + } + } + + private void OnReflectCollide(Entity ent, ref ProjectileReflectAttemptEvent args) + { + if (args.Cancelled) + return; + + if (TryReflectProjectile(ent, ent.Owner, args.ProjUid)) + args.Cancelled = true; + } + + private void OnReflectHitscan(Entity ent, ref HitScanReflectAttemptEvent args) + { + if (args.Reflected) + return; + + if (TryReflectHitscan(ent, ent.Owner, args.Shooter, args.SourceItem, args.Direction, args.Reflective, out var dir)) + { + args.Direction = dir.Value; + args.Reflected = true; + } + } + + private bool TryReflectProjectile(Entity reflector, EntityUid user, Entity projectile) + { + if (!TryComp(projectile, out var reflective) || + (reflector.Comp.Reflects & reflective.Reflective) == 0x0 || + !_toggle.IsActivated(reflector.Owner) || + !_random.Prob(reflector.Comp.ReflectProb) || !TryComp(projectile, out var physics)) { return false; } - var rotation = _random.NextAngle(-reflect.Spread / 2, reflect.Spread / 2).Opposite(); + var rotation = _random.NextAngle(-reflector.Comp.Spread / 2, reflector.Comp.Spread / 2).Opposite(); var existingVelocity = _physics.GetMapLinearVelocity(projectile, component: physics); var relativeVelocity = existingVelocity - _physics.GetMapLinearVelocity(user); var newVelocity = rotation.RotateVec(relativeVelocity); @@ -118,15 +120,15 @@ public sealed class ReflectSystem : EntitySystem var newRot = rotation.RotateVec(locRot.ToVec()); _transform.SetLocalRotation(projectile, newRot.ToAngle()); - PlayAudioAndPopup(reflect, user); + PlayAudioAndPopup(reflector.Comp, user); - if (Resolve(projectile, ref projectileComp, false)) + if (Resolve(projectile, ref projectile.Comp, false)) { - _adminLogger.Add(LogType.BulletHit, LogImpact.Medium, $"{ToPrettyString(user)} reflected {ToPrettyString(projectile)} from {ToPrettyString(projectileComp.Weapon)} shot by {projectileComp.Shooter}"); + _adminLogger.Add(LogType.BulletHit, LogImpact.Medium, $"{ToPrettyString(user)} reflected {ToPrettyString(projectile)} from {ToPrettyString(projectile.Comp.Weapon)} shot by {projectile.Comp.Shooter}"); - projectileComp.Shooter = user; - projectileComp.Weapon = user; - Dirty(projectile, projectileComp); + projectile.Comp.Shooter = user; + projectile.Comp.Weapon = user; + Dirty(projectile, projectile.Comp); } else { @@ -135,19 +137,34 @@ public sealed class ReflectSystem : EntitySystem return true; } - - private void OnReflectHitscan(EntityUid uid, ReflectComponent component, ref HitScanReflectAttemptEvent args) + private bool TryReflectHitscan( + Entity reflector, + EntityUid user, + EntityUid? shooter, + EntityUid shotSource, + Vector2 direction, + ReflectType hitscanReflectType, + [NotNullWhen(true)] out Vector2? newDirection) { - if (args.Reflected) + if ((reflector.Comp.Reflects & hitscanReflectType) == 0x0 || + !_toggle.IsActivated(reflector.Owner) || + !_random.Prob(reflector.Comp.ReflectProb)) { - return; + newDirection = null; + return false; } - if (TryReflectHitscan(uid, uid, args.Shooter, args.SourceItem, args.Direction, args.Reflective, out var dir)) - { - args.Direction = dir.Value; - args.Reflected = true; - } + PlayAudioAndPopup(reflector.Comp, user); + + var spread = _random.NextAngle(-reflector.Comp.Spread / 2, reflector.Comp.Spread / 2); + newDirection = -spread.RotateVec(direction); + + if (shooter != null) + _adminLogger.Add(LogType.HitScanHit, LogImpact.Medium, $"{ToPrettyString(user)} reflected hitscan from {ToPrettyString(shotSource)} shot by {ToPrettyString(shooter.Value)}"); + else + _adminLogger.Add(LogType.HitScanHit, LogImpact.Medium, $"{ToPrettyString(user)} reflected hitscan from {ToPrettyString(shotSource)}"); + + return true; } private void PlayAudioAndPopup(ReflectComponent reflect, EntityUid user) @@ -160,83 +177,27 @@ public sealed class ReflectSystem : EntitySystem } } - private bool TryReflectHitscan( - EntityUid user, - EntityUid reflector, - EntityUid? shooter, - EntityUid shotSource, - Vector2 direction, - ReflectType hitscanReflectType, - [NotNullWhen(true)] out Vector2? newDirection) + private void OnReflectEquipped(Entity ent, ref GotEquippedEvent args) { - if (!TryComp(reflector, out var reflect) || - (reflect.Reflects & hitscanReflectType) == 0x0 || - !_toggle.IsActivated(reflector) || - !_random.Prob(reflect.ReflectProb)) - { - newDirection = null; - return false; - } - - PlayAudioAndPopup(reflect, user); - - var spread = _random.NextAngle(-reflect.Spread / 2, reflect.Spread / 2); - newDirection = -spread.RotateVec(direction); - - if (shooter != null) - _adminLogger.Add(LogType.HitScanHit, LogImpact.Medium, $"{ToPrettyString(user)} reflected hitscan from {ToPrettyString(shotSource)} shot by {ToPrettyString(shooter.Value)}"); - else - _adminLogger.Add(LogType.HitScanHit, LogImpact.Medium, $"{ToPrettyString(user)} reflected hitscan from {ToPrettyString(shotSource)}"); - - return true; + ent.Comp.InRightPlace = (ent.Comp.SlotFlags & args.SlotFlags) == args.SlotFlags; + Dirty(ent); } - private void OnReflectEquipped(EntityUid uid, ReflectComponent component, GotEquippedEvent args) + private void OnReflectUnequipped(Entity ent, ref GotUnequippedEvent args) { - if (_gameTiming.ApplyingState) - return; - - EnsureComp(args.Equipee); + ent.Comp.InRightPlace = false; + Dirty(ent); } - private void OnReflectUnequipped(EntityUid uid, ReflectComponent comp, GotUnequippedEvent args) + private void OnReflectHandEquipped(Entity ent, ref GotEquippedHandEvent args) { - RefreshReflectUser(args.Equipee); + ent.Comp.InRightPlace = ent.Comp.ReflectingInHands; + Dirty(ent); } - private void OnReflectHandEquipped(EntityUid uid, ReflectComponent component, GotEquippedHandEvent args) + private void OnReflectHandUnequipped(Entity ent, ref GotUnequippedHandEvent args) { - if (_gameTiming.ApplyingState) - return; - - EnsureComp(args.User); - } - - private void OnReflectHandUnequipped(EntityUid uid, ReflectComponent component, GotUnequippedHandEvent args) - { - RefreshReflectUser(args.User); - } - - private void OnToggleReflect(EntityUid uid, ReflectComponent comp, ref ItemToggledEvent args) - { - if (args.User is {} user) - RefreshReflectUser(user); - } - - /// - /// Refreshes whether someone has reflection potential so we can raise directed events on them. - /// - private void RefreshReflectUser(EntityUid user) - { - foreach (var ent in _inventorySystem.GetHandOrInventoryEntities(user, SlotFlags.All & ~SlotFlags.POCKET)) - { - if (!HasComp(ent) || !_toggle.IsActivated(ent)) - continue; - - EnsureComp(user); - return; - } - - RemCompDeferred(user); + ent.Comp.InRightPlace = false; + Dirty(ent); } } diff --git a/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs b/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs deleted file mode 100644 index 44ef481a37..0000000000 --- a/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Robust.Shared.GameStates; - -namespace Content.Shared.Weapons.Reflect; - -/// -/// Added to an entity if it equips a reflection item in a hand slot or into its clothing. -/// Reflection events will then be relayed. -/// -[RegisterComponent, NetworkedComponent] -public sealed partial class ReflectUserComponent : Component; diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 243759c871..07bf9ad351 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -83,6 +83,7 @@ reflectProb: 1 reflects: - Energy + reflectingInHands: false #Detective's vest - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index f4d4c5a918..086052f77a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -169,6 +169,8 @@ - Back - Belt - type: Reflect + slotFlags: + - NONE #Greatswords - type: entity From 20465d4ca90727541e6cb8cec5f5f9c0596af6f3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 14:12:01 +0000 Subject: [PATCH 153/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a3d55371a1..0b0beb0135 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: DieselMohawk - changes: - - message: Renamed ablative shield to laser shield - type: Tweak - - message: Changed description for laser shield & ballistic shield - type: Tweak - id: 7893 - time: '2025-02-03T01:04:04.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34841 - author: keronshb changes: - message: The Hypereutactic Blade has been added to the game as an alternative @@ -3919,3 +3910,12 @@ id: 8394 time: '2025-04-30T00:51:42.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37056 +- author: BIGZi0348, slarticodefast + changes: + - message: Reflective vest now reflects lasers only while equipped. + type: Tweak + - message: Energy katana now reflects lasers and projectiles only while in hands. + type: Tweak + id: 8395 + time: '2025-04-30T14:10:54.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37039 From 43252473113b3418b8339fa1543e3d6ee1e95289 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 May 2025 00:20:59 +1000 Subject: [PATCH 154/318] Update submodule to 255.1.0 (#37071) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index 03f8d4d3e0..62b4714f1f 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 03f8d4d3e047dfbb8841cf7f40a66422b3b0dbb4 +Subproject commit 62b4714f1f260cf90db915776e6200c28e8018ff From a0e0072bd1f5ad3bb7670247b7168b9388a2e8b8 Mon Sep 17 00:00:00 2001 From: TytosB <54259736+TytosB@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:40:45 -0500 Subject: [PATCH 155/318] new salv ruins (#36947) --- Resources/Maps/Lavaland/commieoutpost.yml | 1127 +++ Resources/Maps/Lavaland/crasheddropship.yml | 1227 +++ Resources/Maps/Lavaland/crashedinstigator.yml | 3770 ++++++++ Resources/Maps/Lavaland/crashedsloop.yml | 2357 +++++ Resources/Maps/Lavaland/crashedsyndiepod.yml | 1622 ++++ Resources/Maps/Lavaland/grasslanddome.yml | 2496 ++++++ Resources/Maps/Lavaland/penalcolony.yml | 7918 +++++++++++++++++ Resources/Maps/Lavaland/snowydome.yml | 3195 +++++++ 8 files changed, 23712 insertions(+) create mode 100644 Resources/Maps/Lavaland/commieoutpost.yml create mode 100644 Resources/Maps/Lavaland/crasheddropship.yml create mode 100644 Resources/Maps/Lavaland/crashedinstigator.yml create mode 100644 Resources/Maps/Lavaland/crashedsloop.yml create mode 100644 Resources/Maps/Lavaland/crashedsyndiepod.yml create mode 100644 Resources/Maps/Lavaland/grasslanddome.yml create mode 100644 Resources/Maps/Lavaland/penalcolony.yml create mode 100644 Resources/Maps/Lavaland/snowydome.yml diff --git a/Resources/Maps/Lavaland/commieoutpost.yml b/Resources/Maps/Lavaland/commieoutpost.yml new file mode 100644 index 0000000000..2f2ea4bf58 --- /dev/null +++ b/Resources/Maps/Lavaland/commieoutpost.yml @@ -0,0 +1,1127 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 08:42:37 + entityCount: 160 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 1: Space + 0: FloorBasalt +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.65625,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 28262 + -1,0: + 0: 61152 + 0,1: + 0: 3958 + -1,1: + 0: 61166 + 0,2: + 0: 238 + -1,2: + 0: 238 + 0,-1: + 0: 28671 + 1,0: + 0: 13104 + 1,1: + 0: 13104 + 1,2: + 0: 51 + -1,-1: + 0: 200 + 1,-1: + 0: 307 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: BasaltFive + entities: + - uid: 155 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 150 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 152 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 145 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 148 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 +- proto: Bed + entities: + - uid: 113 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 +- proto: Bonfire + entities: + - uid: 84 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 +- proto: BookRandomStory + entities: + - uid: 142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5618777,5.476141 + parent: 1 +- proto: Chair + entities: + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,3.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 +- proto: ChairFolding + entities: + - uid: 82 + components: + - type: Transform + pos: 4.3928013,-1.5524323 + parent: 1 +- proto: ClothingHeadHatHetmanHat + entities: + - uid: 122 + components: + - type: Transform + parent: 118 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 131 + components: + - type: Transform + parent: 128 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatUshanka + entities: + - uid: 126 + components: + - type: Transform + parent: 123 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterCoatTrench + entities: + - uid: 121 + components: + - type: Transform + parent: 118 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 127 + components: + - type: Transform + parent: 123 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 132 + components: + - type: Transform + parent: 128 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsJack + entities: + - uid: 119 + components: + - type: Transform + parent: 118 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 125 + components: + - type: Transform + parent: 123 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 130 + components: + - type: Transform + parent: 128 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Coal + entities: + - uid: 112 + components: + - type: Transform + pos: 4.489788,1.528925 + parent: 1 +- proto: CombatKnife + entities: + - uid: 120 + components: + - type: Transform + parent: 118 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 124 + components: + - type: Transform + parent: 123 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 129 + components: + - type: Transform + parent: 128 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CrateGenericSteel + entities: + - uid: 99 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 109 + - 108 + - 107 + - 106 + - 100 + - 101 + - 102 + - 103 + - 104 + - 105 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: DrinkBlackRussianGlass + entities: + - uid: 136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5150027,4.585516 + parent: 1 +- proto: DrinkVodkaBottleFull + entities: + - uid: 81 + components: + - type: Transform + pos: 3.2912385,-1.3180573 + parent: 1 + - uid: 101 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 103 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 104 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBreadPlain + entities: + - uid: 100 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 102 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 106 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodPotato + entities: + - uid: 105 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 107 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 108 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 109 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: hydroponicsSoil + entities: + - uid: 116 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 +- proto: HydroponicsToolClippers + entities: + - uid: 159 + components: + - type: Transform + pos: 5.3557854,7.7264495 + parent: 1 +- proto: HydroponicsToolSpade + entities: + - uid: 160 + components: + - type: Transform + pos: 5.7307854,7.6795745 + parent: 1 +- proto: LockerSyndicate + entities: + - uid: 94 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 98 + - 95 + - 96 + - 97 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 118 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 120 + - 119 + - 121 + - 122 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 123 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 125 + - 124 + - 126 + - 127 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 128 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 130 + - 129 + - 131 + - 132 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: OreBag + entities: + - uid: 92 + components: + - type: Transform + pos: 5.442913,3.5177999 + parent: 1 +- proto: OreBox + entities: + - uid: 89 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 +- proto: Pickaxe + entities: + - uid: 91 + components: + - type: Transform + pos: 5.614788,3.3927999 + parent: 1 + - uid: 97 + components: + - type: Transform + parent: 94 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PosterContrabandCommunistState + entities: + - uid: 135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 1 + - uid: 144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 +- proto: PotatoSeeds + entities: + - uid: 115 + components: + - type: Transform + pos: 5.238598,6.812387 + parent: 1 +- proto: Rack + entities: + - uid: 86 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 +- proto: SpawnMobBear + entities: + - uid: 138 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 +- proto: Table + entities: + - uid: 83 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 +- proto: ToolboxMechanicalFilledAllTools + entities: + - uid: 139 + components: + - type: Transform + pos: -0.49396253,1.5581727 + parent: 1 +- proto: Torch + entities: + - uid: 95 + components: + - type: Transform + parent: 94 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 96 + components: + - type: Transform + parent: 94 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 98 + components: + - type: Transform + parent: 94 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WallBasaltCobblebrick + entities: + - uid: 2 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 3 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 +- proto: WeaponLaserSvalinn + entities: + - uid: 141 + components: + - type: Transform + pos: -2.4345272,1.5628223 + parent: 1 +- proto: WeaponShotgunSawn + entities: + - uid: 85 + components: + - type: Transform + pos: 4.369364,-1.4352448 + parent: 1 +- proto: WeaponSniperMosin + entities: + - uid: 140 + components: + - type: Transform + pos: -1.4501522,1.5628223 + parent: 1 +- proto: WheatSeeds + entities: + - uid: 157 + components: + - type: Transform + pos: 5.5432854,6.624887 + parent: 1 +- proto: WoodenSupport + entities: + - uid: 78 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 +- proto: WoodenSupportWallBroken + entities: + - uid: 114 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/crasheddropship.yml b/Resources/Maps/Lavaland/crasheddropship.yml new file mode 100644 index 0000000000..d145cb506a --- /dev/null +++ b/Resources/Maps/Lavaland/crasheddropship.yml @@ -0,0 +1,1227 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 05:09:41 + entityCount: 167 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 0: Space + 1: FloorBasalt + 29: FloorDark + 34: FloorDarkMono + 3: FloorMetalFoam + 81: FloorShuttleBlack + 124: Plating + 2: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -1.1116635,0.37235177 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAUQAAAAABfAAAAAAAHQAAAAADHQAAAAABfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAgAAAAAAfAAAAAAAfAAAAAAAAgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAAgAAAAABfAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAABUQAAAAADfAAAAAAAHQAAAAABAgAAAAAAfAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAfAAAAAAAAwAAAAAAHQAAAAABIgAAAAAAIgAAAAADUQAAAAACfAAAAAAAHQAAAAAAUQAAAAABfAAAAAAAHQAAAAABHQAAAAABAgAAAAABfAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAADfAAAAAAAAAAAAAAAAQAAAAAAfAAAAAAAAQAAAAAAAgAAAAABIgAAAAAAIgAAAAACUQAAAAABfAAAAAAAHQAAAAACUQAAAAADfAAAAAAAHQAAAAACHQAAAAABHQAAAAADfAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#D4D4D419' + id: FullTileOverlayGreyscale + decals: + 14: 4,-2 + 15: 5,-2 + 16: 6,-2 + 17: 7,-2 + 18: 8,-2 + 19: 9,-2 + 20: 10,-2 + 21: 11,-2 + - node: + color: '#79150096' + id: HalfTileOverlayGreyscale270 + decals: + 10: 13,-2 + 23: 3,-3 + - node: + color: '#79150096' + id: QuarterTileOverlayGreyscale180 + decals: + 5: 12,-3 + - node: + color: '#79150096' + id: QuarterTileOverlayGreyscale90 + decals: + 4: 12,-1 + - node: + color: '#79150096' + id: ThreeQuarterTileOverlayGreyscale + decals: + 8: 13,-1 + - node: + color: '#79150096' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 12: 12,0 + - node: + color: '#79150096' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 11: 11,0 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 1: 6,-3 + 24: 9,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 0: 6,-1 + 27: 9,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 2: 6,-4 + 3: 6,0 + 25: 9,-4 + 26: 9,0 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 131 + 0,-1: + 0: 65523 + 1,0: + 0: 240 + 1,-1: + 0: 32624 + 2,0: + 0: 27 + 2,-1: + 0: 49083 + 3,0: + 0: 1 + 3,-1: + 0: 13311 + 0,-2: + 0: 40944 + -1,-2: + 0: 52352 + -1,-1: + 0: 3276 + 1,-2: + 0: 65520 + 2,-2: + 0: 49136 + 3,-2: + 0: 65392 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockHatchSyndicate + entities: + - uid: 14 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 2 +- proto: APCBasic + entities: + - uid: 166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 12 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,1.5 + parent: 1 +- proto: BasaltFive + entities: + - uid: 77 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 20 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 117 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 +- proto: BlastDoor + entities: + - uid: 103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 1 + - uid: 106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,1.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,0.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-0.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 59 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 +- proto: CableApcStack1 + entities: + - uid: 56 + components: + - type: Transform + pos: -0.9754976,-2.3029013 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 1.4854399,-1.7404013 + parent: 1 +- proto: CableHV + entities: + - uid: 47 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 +- proto: CableHVStack1 + entities: + - uid: 72 + components: + - type: Transform + pos: 2.8213773,-1.2482138 + parent: 1 +- proto: CableMV + entities: + - uid: 57 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: CableMVStack1 + entities: + - uid: 110 + components: + - type: Transform + pos: 1.6026274,-2.3732138 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 1 +- proto: ComputerPowerMonitoring + entities: + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 50 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 51 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 +- proto: Grille + entities: + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-2.5 + parent: 1 + - uid: 81 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 1 + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-0.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,0.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,1.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 1 +- proto: LockerSyndicateShipGearBasic + entities: + - uid: 95 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 +- proto: LockerSyndicateShipGearBasicChameleonKit + entities: + - uid: 97 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 +- proto: MachineFrame + entities: + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 29 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 115 + components: + - type: Transform + pos: 12.732981,0.24816239 + parent: 1 +- proto: PlastitaniumWindow + entities: + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,1.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,1.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 1 + - uid: 127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,0.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-0.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-1.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 16 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 1 + - uid: 149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 1 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-1.5 + parent: 1 +- proto: ScrapAirlock1 + entities: + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.650387,-2.1709793 + parent: 1 +- proto: ScrapCloset + entities: + - uid: 90 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.773997,-3.475164 + parent: 1 +- proto: ScrapGeneratorFrame + entities: + - uid: 42 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 +- proto: ScrapGlass + entities: + - uid: 46 + components: + - type: Transform + pos: 2.2017243,-1.4366043 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 3.670474,-0.38972926 + parent: 1 +- proto: ScrapSteel + entities: + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.712887,-2.811604 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -0.9881195,-3.4513388 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 3.389224,-1.5772293 + parent: 1 +- proto: ShardGlassReinforced + entities: + - uid: 21 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.541012,-3.686604 + parent: 1 + - uid: 22 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.572262,-1.7491043 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.519868,-1.1397293 + parent: 1 + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.181637,-2.1553543 + parent: 1 +- proto: SheetPlasteel1 + entities: + - uid: 76 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.613618,-2.530354 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.707368,-1.6241043 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 25 + components: + - type: Transform + pos: -0.092428565,-2.4435263 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.926118,-2.842854 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.566743,-3.592854 + parent: 1 +- proto: SignalButton + entities: + - uid: 133 + components: + - type: MetaData + name: bridge blast door control + - type: Transform + rot: 3.141592653589793 rad + pos: 12.039636,0.26498932 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 106: + - - Pressed + - Toggle + 104: + - - Pressed + - Toggle + 107: + - - Pressed + - Toggle + 103: + - - Pressed + - Toggle + 108: + - - Pressed + - Toggle + - uid: 134 + components: + - type: MetaData + name: Bridge Bolt Control + - type: Transform + rot: 3.141592653589793 rad + pos: 12.476158,0.26498932 + parent: 1 +- proto: SignalButtonDirectional + entities: + - uid: 158 + components: + - type: MetaData + name: External Bolt Control + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 1 + - uid: 159 + components: + - type: MetaData + name: external bolt control + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 +- proto: SignSpace + entities: + - uid: 128 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 1 +- proto: SyndicateShuttleConsoleCircuitboard + entities: + - uid: 164 + components: + - type: Transform + pos: 13.554454,-1.4521896 + parent: 1 +- proto: TableFrame + entities: + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 87 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,0.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 +- proto: Thruster + entities: + - uid: 96 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 +- proto: ToolboxEmergencyFilled + entities: + - uid: 113 + components: + - type: Transform + pos: 11.717356,-0.9393376 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 3 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 17 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,1.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 1 + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 38 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 39 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,0.5 + parent: 1 + - uid: 40 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,1.5 + parent: 1 + - uid: 41 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,1.5 + parent: 1 + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 2 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 1 +- proto: WeaponPistolViper + entities: + - uid: 144 + components: + - type: Transform + pos: 11.373606,-0.2987126 + parent: 1 + - type: ChamberMagazineAmmoProvider + boltClosed: True +- proto: WeaponTurretSyndicate + entities: + - uid: 155 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 10 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 +- proto: Wrench + entities: + - uid: 114 + components: + - type: Transform + pos: 11.514231,-2.2049627 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/crashedinstigator.yml b/Resources/Maps/Lavaland/crashedinstigator.yml new file mode 100644 index 0000000000..709e559a1a --- /dev/null +++ b/Resources/Maps/Lavaland/crashedinstigator.yml @@ -0,0 +1,3770 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 05:59:43 + entityCount: 498 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 0: Space + 2: FloorBasalt + 86: FloorShuttleBlack + 91: FloorShuttleRed + 112: FloorTechMaint2 + 113: FloorTechMaint3 + 128: Lattice + 129: Plating + 1: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: GX-Instigator + - type: Transform + pos: -0.5,-0.45833334 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AQAAAAABWwAAAAAAWwAAAAABgQAAAAAAgQAAAAAAWwAAAAACVgAAAAAAcAAAAAAAcQAAAAACcQAAAAABgQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAACWwAAAAAAWwAAAAABVgAAAAADgQAAAAAAgQAAAAAAVgAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAABWwAAAAABWwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAVgAAAAACWwAAAAABgQAAAAAAVgAAAAABVgAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAABWwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAVgAAAAACVgAAAAAAVgAAAAACVgAAAAAAVgAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAACgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAVgAAAAACVgAAAAAAVgAAAAADVgAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAVgAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAVgAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAVgAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAABVgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAABAQAAAAACgQAAAAAAgQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAVgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAgAAAAAAAVgAAAAADVgAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAQAAAAACgQAAAAAAAQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAACVgAAAAAAVgAAAAABVgAAAAACVgAAAAACVgAAAAAAVgAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAACWwAAAAADWwAAAAABVgAAAAAAVgAAAAABVgAAAAACVgAAAAAAgQAAAAAAcQAAAAADgQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAgQAAAAAAcQAAAAABcQAAAAAAcAAAAAAAVgAAAAAAWwAAAAABAQAAAAAAAgAAAAAAAQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAVgAAAAABgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVgAAAAADVgAAAAABgQAAAAAAWwAAAAADVgAAAAADgQAAAAAAAQAAAAACAgAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAVgAAAAADVgAAAAADVgAAAAAAVgAAAAAAVgAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVgAAAAACVgAAAAADVgAAAAAAVgAAAAABgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAVgAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAVgAAAAABVgAAAAACVgAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAVgAAAAACVgAAAAACVgAAAAADgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAVgAAAAACVgAAAAADVgAAAAACgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAgQAAAAAAVgAAAAACVgAAAAABgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAVgAAAAADVgAAAAADgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAVgAAAAACVgAAAAACgAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAVgAAAAAAVgAAAAADVgAAAAABgQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAgQAAAAAAcQAAAAABgQAAAAAAVgAAAAACVgAAAAADVgAAAAACAQAAAAACAgAAAAAAAgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#571212FF' + id: MiniTileBoxOverlay + decals: + 31: -7,2 + 32: 7,2 + - node: + color: '#571212FF' + id: MiniTileCheckerAOverlay + decals: + 22: -6,0 + 23: -6,1 + 24: -6,2 + 25: -6,3 + 26: -6,-1 + 27: -6,-2 + 28: -7,3 + 29: -8,3 + 30: -9,3 + 33: -9,2 + 34: -9,4 + 49: -10,2 + 50: -10,3 + 51: -10,4 + 109: -8,4 + 110: -7,4 + - node: + color: '#571212FF' + id: MiniTileCheckerBOverlay + decals: + 35: 6,-2 + 36: 6,-1 + 37: 6,0 + 38: 6,1 + 39: 6,2 + 40: 6,3 + 41: 7,3 + 42: 8,3 + 43: 9,3 + 44: 9,2 + 45: 9,4 + 46: 10,2 + 47: 10,3 + 48: 10,4 + 111: 8,4 + 112: 7,4 + - node: + color: '#571212FF' + id: MiniTileWhiteBox + decals: + 56: 0,3 + - node: + color: '#16212EFF' + id: MiniTileWhiteCornerNe + decals: + 77: 1,1 + - node: + color: '#571212FF' + id: MiniTileWhiteCornerNe + decals: + 10: 1,4 + 11: 2,3 + 53: 2,2 + 89: 5,-1 + - node: + color: '#16212EFF' + id: MiniTileWhiteCornerNw + decals: + 19: 1,-1 + - node: + color: '#571212FF' + id: MiniTileWhiteCornerNw + decals: + 9: -1,4 + 87: -5,-1 + 90: 3,-1 + - node: + color: '#16212EFF' + id: MiniTileWhiteCornerSe + decals: + 76: 1,0 + - node: + color: '#571212FF' + id: MiniTileWhiteCornerSe + decals: + 80: 5,0 + - node: + color: '#571212FF' + id: MiniTileWhiteCornerSw + decals: + 79: -5,0 + - node: + color: '#571212FF' + id: MiniTileWhiteInnerNe + decals: + 54: 1,3 + - node: + color: '#571212FF' + id: MiniTileWhiteInnerNw + decals: + 55: 1,3 + 59: 2,-1 + 75: 1,0 + - node: + color: '#571212FF' + id: MiniTileWhiteInnerSw + decals: + 63: 2,-1 + 64: 2,2 + 67: 1,1 + - node: + color: '#571212FF' + id: MiniTileWhiteLineE + decals: + 14: 2,1 + 15: 2,0 + 60: 2,-1 + 108: 5,-2 + - node: + color: '#16212EFF' + id: MiniTileWhiteLineN + decals: + 147: 8,11 + 148: 9,11 + - node: + color: '#571212FF' + id: MiniTileWhiteLineN + decals: + 12: 0,4 + 91: 4,-1 + 92: -4,-1 + 114: 9,5 + 115: -9,5 + - node: + color: '#FF9821FF' + id: MiniTileWhiteLineN + decals: + 149: -9,11 + 150: -8,11 + - node: + color: '#16212EFF' + id: MiniTileWhiteLineS + decals: + 145: 8,11 + 146: 9,11 + 154: 1,2 + - node: + color: '#571212FF' + id: MiniTileWhiteLineS + decals: + 16: 1,-1 + 113: 9,5 + 116: -9,5 + - node: + color: '#FF9821FF' + id: MiniTileWhiteLineS + decals: + 143: -9,11 + 144: -8,11 + - node: + color: '#16212EFF' + id: MiniTileWhiteLineW + decals: + 3: 2,0 + 20: 2,1 + - node: + color: '#571212FF' + id: MiniTileWhiteLineW + decals: + 107: -5,-2 + - node: + color: '#571212FF' + id: OffsetCheckerAOverlay + decals: + 119: 10,6 + 120: 10,7 + 125: 10,8 + 129: 9,10 + - node: + color: '#571212FF' + id: OffsetCheckerBOverlay + decals: + 81: 5,-1 + 82: 4,-1 + 83: 3,-1 + 85: -4,-1 + 86: -5,-1 + 93: 2,-2 + 94: 1,-2 + 101: 5,-2 + 102: 4,-2 + 103: 3,-2 + 105: -4,-2 + 106: -5,-2 + 130: -8,6 + 131: -9,6 + 132: -10,6 + 133: -10,7 + 134: -9,7 + 135: -8,7 + 136: -8,8 + 137: -9,8 + 138: -10,8 + 139: -9,9 + 140: -8,9 + 141: -8,10 + 142: -9,10 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#8B1710FF' + id: footprint + decals: + 157: -6.2995553,9.194043 + 158: -5.8933053,9.022168 + 159: -5.6433053,9.365918 + - node: + cleanable: True + angle: 0.8726646259971648 rad + color: '#661710FF' + id: splatter + decals: + 155: -7.5026803,8.928418 + - node: + cleanable: True + angle: 0.8726646259971648 rad + color: '#8B1710FF' + id: splatter + decals: + 156: -7.5651803,8.959668 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 30711 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 65427 + -1,1: + 0: 65535 + 0,2: + 0: 143 + -1,2: + 0: 4991 + 1,0: + 0: 56670 + 1,1: + 0: 65467 + 1,2: + 0: 26623 + 1: 32768 + 1,-1: + 0: 30607 + 1,3: + 0: 36078 + 2,0: + 0: 14875 + 2,1: + 0: 30523 + 2,2: + 0: 13239 + 2,3: + 0: 4884 + 2,-1: + 0: 21008 + 0,-2: + 0: 65520 + -1,-2: + 0: 65504 + -1,-1: + 0: 65519 + 1,-2: + 0: 63280 + -3,0: + 0: 35338 + -3,1: + 0: 52362 + -3,2: + 0: 34988 + -3,-1: + 0: 18432 + -3,3: + 0: 2180 + -2,0: + 0: 65247 + -2,1: + 0: 56715 + -2,2: + 2: 1 + 0: 56828 + 1: 8192 + -2,3: + 0: 14334 + -2,-1: + 0: 56382 + -1,3: + 0: 1 + -2,-2: + 0: 60416 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirCanister + entities: + - uid: 441 + components: + - type: Transform + anchored: True + pos: -8.5,11.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: AirlockExternalGlass + entities: + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - type: DeviceLinkSink + ports: + - DoorBolt + - Open + - Close + - Toggle + - type: DeviceLinkSource + linkedPorts: + 127: + - - DoorStatus + - DoorBolt + - uid: 127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1 + - type: DeviceLinkSink + ports: + - DoorBolt + - Open + - Close + - Toggle + - type: DeviceLinkSource + linkedPorts: + 125: + - - DoorStatus + - DoorBolt +- proto: AirlockMaint + entities: + - uid: 43 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 1 +- proto: AirlockShuttleSyndicate + entities: + - uid: 44 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,4.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,2.5 + parent: 1 +- proto: AirlockSyndicate + entities: + - uid: 519 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 +- proto: ArrowRegular + entities: + - uid: 313 + components: + - type: Transform + pos: -8.207983,9.959668 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: -8.098608,8.990918 + parent: 1 +- proto: Ash + entities: + - uid: 334 + components: + - type: Transform + pos: -0.59291816,1.3081836 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1 + - uid: 341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,4.5 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,2.5 + parent: 1 + - uid: 533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 1 +- proto: BasaltFive + entities: + - uid: 7 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 32 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 174 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -3.5,11.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 8 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 +- proto: BlastDoor + entities: + - uid: 208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,2.5 + parent: 1 + - uid: 209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,3.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,4.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,2.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,3.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,4.5 + parent: 1 +- proto: BowImprovised + entities: + - uid: 73 + components: + - type: Transform + pos: -5.1589303,8.365918 + parent: 1 +- proto: ButtonFrameExit + entities: + - uid: 326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,2.5 + parent: 1 + - uid: 331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 184 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -8.5,11.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: -8.5,13.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 +- proto: CableHV + entities: + - uid: 214 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 +- proto: CableMV + entities: + - uid: 222 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,1.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 1 +- proto: ChemicalSynthesisKit + entities: + - uid: 462 + components: + - type: Transform + parent: 457 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingBackpackDuffelSyndicatePyjamaBundle + entities: + - uid: 460 + components: + - type: Transform + parent: 457 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingBeltAssault + entities: + - uid: 475 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatSyndie + entities: + - uid: 476 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterCoatSyndieCap + entities: + - uid: 479 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterWinterSyndie + entities: + - uid: 484 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterWinterSyndieCap + entities: + - uid: 487 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsCowboyBlack + entities: + - uid: 474 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 477 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 472 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsWinterSyndicate + entities: + - uid: 473 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesColorBlack + entities: + - uid: 482 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesHighheelBoots + entities: + - uid: 485 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtSyndieFormalDress + entities: + - uid: 488 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPyjamaSyndicateBlack + entities: + - uid: 481 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPyjamaSyndicatePink + entities: + - uid: 478 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPyjamaSyndicateRed + entities: + - uid: 483 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitSyndieFormal + entities: + - uid: 480 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 486 + components: + - type: Transform + parent: 471 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CombatBakeryKit + entities: + - uid: 98 + components: + - type: Transform + pos: -4.4912643,9.272168 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 78 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 +- proto: ComputerIFFSyndicate + entities: + - uid: 154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 +- proto: CrateSyndicate + entities: + - uid: 142 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 457 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - 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: + - 459 + - 460 + - 462 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CyberPen + entities: + - uid: 328 + components: + - type: Transform + pos: -1.5210409,2.673741 + parent: 1 +- proto: EnergyDagger + entities: + - uid: 143 + components: + - type: Transform + pos: 9.290922,9.346233 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 10 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 359 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 391 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeBend + entities: + - uid: 349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 352 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 423 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 427 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeBroken + entities: + - uid: 152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 63 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 361 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 362 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 363 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 364 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 365 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 366 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 367 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 368 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 383 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 405 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 416 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 417 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 418 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 420 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 421 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 422 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeTJunction + entities: + - uid: 345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 374 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 335 + components: + - type: Transform + pos: -8.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPump + entities: + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 436 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW + entities: + - uid: 199 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 +- proto: GrenadeBlast + entities: + - uid: 30 + components: + - type: Transform + pos: 2.4291985,1.5151378 + parent: 1 +- proto: GrenadeEMP + entities: + - uid: 29 + components: + - type: Transform + pos: -0.17729092,2.357732 + parent: 1 +- proto: GrenadeFrag + entities: + - uid: 58 + components: + - type: Transform + pos: 2.9347992,-0.70165205 + parent: 1 +- proto: Grille + entities: + - uid: 163 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 178 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 +- proto: LightTubeBroken + entities: + - uid: 281 + components: + - type: Transform + pos: -5.4333563,3.317508 + parent: 1 +- proto: LockerSyndicate + entities: + - uid: 471 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + 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: + - 487 + - 473 + - 474 + - 475 + - 476 + - 477 + - 478 + - 479 + - 480 + - 481 + - 482 + - 483 + - 484 + - 485 + - 486 + - 488 + - 472 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: MachineFrame + entities: + - uid: 382 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 132 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: MagazinePistolCaselessRifle + entities: + - uid: 247 + components: + - type: Transform + pos: -8.470112,10.499234 + parent: 1 +- proto: MagazinePistolSubMachineGun + entities: + - uid: 314 + components: + - type: Transform + pos: -3.5693893,9.881543 + parent: 1 +- proto: MiniGravityGeneratorCircuitboard + entities: + - uid: 185 + components: + - type: Transform + pos: 0.45931804,4.4915643 + parent: 1 +- proto: PartRodMetal1 + entities: + - uid: 34 + components: + - type: Transform + pos: -6.5448775,9.608981 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -0.70688796,5.529028 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: -1.097513,4.185278 + parent: 1 +- proto: PlastitaniumWindow + entities: + - uid: 3 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 4 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,8.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 +- proto: PoweredlightRed + entities: + - uid: 432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,9.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,9.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,1.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 1 +- proto: Rack + entities: + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,7.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 385 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: -8.5,13.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,7.5 + parent: 1 +- proto: ScrapAirlock1 + entities: + - uid: 75 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.1318412,-2.7366784 + parent: 1 + - uid: 117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.0537162,3.1383216 + parent: 1 +- proto: ScrapAirlock2 + entities: + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.29003388,-2.3148034 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -3.0380912,2.4664466 + parent: 1 +- proto: ScrapCamera + entities: + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.319341,5.044572 + parent: 1 +- proto: ScrapCloset + entities: + - uid: 324 + components: + - type: Transform + pos: 8.46513,6.7950764 + parent: 1 +- proto: ScrapFaxMachine + entities: + - uid: 131 + components: + - type: Transform + pos: -1.0366659,0.34210715 + parent: 1 +- proto: ScrapJetpack + entities: + - uid: 6 + components: + - type: Transform + pos: 9.384672,10.658733 + parent: 1 +- proto: ScrapSteel + entities: + - uid: 89 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.21190888,-1.5179281 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -1.5224662,4.903947 + parent: 1 +- proto: ShardGlassReinforced + entities: + - uid: 33 + components: + - type: Transform + pos: -6.2948775,9.374606 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -0.41018516,7.06202 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -1.6445601,4.24952 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 0.63668984,2.8432698 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -2.410185,6.34327 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -1.0508101,-1.0277131 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 1.9804399,2.253537 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -0.6133101,1.65577 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -0.6758101,2.9526448 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -2.722685,7.577645 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: -6.7792525,9.640231 + parent: 1 +- proto: SheetPlasteel1 + entities: + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.038091123,-3.0804284 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.0068412,0.9820719 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.024408877,0.16957185 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.7412162,2.5289466 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.2568412,3.9820716 + parent: 1 + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.0068412,-1.8616782 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 60 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.4599662,1.5133219 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.4130912,-1.0179281 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.3037162,0.5133219 + parent: 1 + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.6787162,4.341447 + parent: 1 + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.45996612,-2.3773034 + parent: 1 +- proto: SignalButtonDirectional + entities: + - uid: 329 + components: + - type: MetaData + name: blast doors + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,2.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 208: + - - Pressed + - Toggle + 209: + - - Pressed + - Toggle + 210: + - - Pressed + - Toggle + - uid: 330 + components: + - type: MetaData + name: blast doors + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 211: + - - Pressed + - Toggle + 212: + - - Pressed + - Toggle + 213: + - - Pressed + - Toggle +- proto: SMESBasic + entities: + - uid: 198 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 +- proto: SpearBone + entities: + - uid: 65 + components: + - type: Transform + pos: -7.2370553,9.506543 + parent: 1 +- proto: StimpackMini + entities: + - uid: 108 + components: + - type: Transform + pos: -4.9436817,10.263661 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 187 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 +- proto: SuitStorageBase + entities: + - uid: 294 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 296 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: SuitStorageSyndie + entities: + - uid: 454 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: SurveillanceCameraMonitorCircuitboard + entities: + - uid: 311 + components: + - type: Transform + pos: 1.2410958,0.5384358 + parent: 1 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 332 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 +- proto: SurveillanceCameraSecurity + entities: + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Aft-Port + - uid: 339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Aft-Starboard +- proto: SyndieFlag + entities: + - uid: 469 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 +- proto: Thruster + entities: + - uid: 175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 +- proto: ToolboxSyndicateFilled + entities: + - uid: 497 + components: + - type: Transform + pos: 8.34013,10.6232 + parent: 1 +- proto: TwoWayLever + entities: + - uid: 151 + components: + - type: MetaData + name: FIRE! + - type: Transform + pos: 0.48732924,3.7624094 + parent: 1 +- proto: VendingMachineClothing + entities: + - uid: 465 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 +- proto: VendingMachineCoffee + entities: + - uid: 535 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 +- proto: VendingMachineSustenance + entities: + - uid: 534 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 456 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,6.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,0.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-0.5 + parent: 1 + - uid: 17 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-1.5 + parent: 1 + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 1 + - uid: 20 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 1 + - uid: 21 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 22 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 26 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-1.5 + parent: 1 + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-0.5 + parent: 1 + - uid: 41 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,0.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,5.5 + parent: 1 + - uid: 48 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,7.5 + parent: 1 + - uid: 50 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,8.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,9.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,10.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 1 + - uid: 56 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,12.5 + parent: 1 + - uid: 57 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,13.5 + parent: 1 + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,12.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 1 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,5.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,7.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,10.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -6.5,11.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,12.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,12.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,11.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,10.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,9.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,8.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,7.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,6.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,5.5 + parent: 1 + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,5.5 + parent: 1 + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,3.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,1.5 + parent: 1 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,1.5 + parent: 1 + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,1.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,1.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1 + - uid: 205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,5.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,5.5 + parent: 1 + - uid: 207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 12 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 23 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 1 + - uid: 28 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 1 + - uid: 38 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 1 + - uid: 40 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 42 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 1 + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,9.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,12.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -9.5,12.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 1 + - uid: 182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,7.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,2.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,11.5 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,11.5 + parent: 1 +- proto: WeaponPistolCobra + entities: + - uid: 461 + components: + - type: Transform + pos: -7.6395397,10.453282 + parent: 1 +- proto: WeaponSniperMosin + entities: + - uid: 459 + components: + - type: Transform + parent: 457 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WeaponTurretSyndicate + entities: + - uid: 292 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/crashedsloop.yml b/Resources/Maps/Lavaland/crashedsloop.yml new file mode 100644 index 0000000000..09a56bce03 --- /dev/null +++ b/Resources/Maps/Lavaland/crashedsloop.yml @@ -0,0 +1,2357 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 05:03:42 + entityCount: 356 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 2: Space + 1: FloorBasalt + 3: FloorBrokenWood + 0: FloorWood +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.5,-0.4765625 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAACAAAAAAAAAAAAAAACAAAAAAADAAAAAAACAAAAAAACAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAADAAAAAAABAwAAAAABAAAAAAADAAAAAAACAAAAAAACAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAACAAAAAAACAAAAAAADAwAAAAAGAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAFAQAAAAAAAwAAAAABAAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAABAQAAAAAAAQAAAAAAAAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAFAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAABAAAAAAADAAAAAAACAAAAAAACAAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAABAAAAAAADAAAAAAACAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAACAAAAAAACAAAAAAADAAAAAAACAAAAAAABAAAAAAACAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAACAAAAAAABAAAAAAABAAAAAAAAAAAAAAADAAAAAAADAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAACAAAAAAADAAAAAAACAAAAAAAAAAAAAAADAAAAAAABAAAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAADAAAAAAADAAAAAAAAAAAAAAACAAAAAAABAAAAAAAAAAAAAAACAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAABAAAAAAAAAAAAAAADAAAAAAABAAAAAAABAAAAAAADAAAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAACAAAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAABAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAABAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAABAAAAAAADAAAAAAABAAAAAAADAAAAAAADAAAAAAACAAAAAAACAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAACAAAAAAABAAAAAAAAAAAAAAADAAAAAAADAAAAAAACAAAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAABAAAAAAACAAAAAAACAAAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAABAAAAAAABAAAAAAAAAAAAAAADAAAAAAACAAAAAAACAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAADAAAAAAADAAAAAAACAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAACAAAAAAABAAAAAAADAAAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAADAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAAAAAAABAAAAAAAAAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAABAwAAAAADAAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAAAAAAABAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAACAAAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAABAAAAAAABAAAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAAAAAAABAAAAAAAAAAAAAAADAAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAACAAAAAAABAAAAAAADAAAAAAABAAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAADAAAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAADAAAAAAADAAAAAAACAAAAAAAAAAAAAAACAAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAABAwAAAAAFAAAAAAAAAAAAAAACAAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAADAwAAAAAFAAAAAAAAAAAAAAABAAAAAAACAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAFAAAAAAACAwAAAAAFAwAAAAADAAAAAAACAAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAADAwAAAAADAAAAAAAAAwAAAAAGAAAAAAADAAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAACAAAAAAADAAAAAAADAAAAAAADAAAAAAACAAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAFAAAAAAAAAAAAAAADAAAAAAAAAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAABAAAAAAAAAwAAAAAFAAAAAAAAAAAAAAACAAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAABAAAAAAAAAAAAAAACAwAAAAAEAAAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAACAAAAAAAB + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 32767 + 0,-1: + 0: 63633 + 1: 2 + 2: 32 + -1,0: + 0: 52975 + 0,1: + 0: 311 + -1,1: + 0: 137 + 3: 4 + 1,0: + 0: 1 + 1,1: + 0: 1 + 1,-1: + 0: 20851 + 0,-4: + 0: 65280 + 0,-3: + 0: 4080 + -1,-3: + 0: 8176 + 0,-2: + 0: 30519 + 4: 64 + -1,-2: + 0: 56793 + 4: 4 + -1,-1: + 2: 8 + 4: 128 + 0: 62257 + 1,-4: + 0: 4128 + 1,-3: + 0: 29460 + 1,-2: + 0: 14131 + -2,-3: + 0: 51204 + -2,-2: + 0: 35976 + -2,-1: + 0: 16584 + -2,-4: + 0: 128 + -1,-4: + 0: 13824 + 2: 16384 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.1495 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14948 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: APCBasic + entities: + - uid: 135 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,2.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 1 + - uid: 170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 +- proto: Barricade + entities: + - uid: 2 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 164 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 201 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 187 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 +- proto: Bed + entities: + - uid: 151 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 +- proto: BedsheetBrown + entities: + - uid: 140 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 +- proto: Bonfire + entities: + - uid: 183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 +- proto: BoxLethalshot + entities: + - uid: 171 + components: + - type: Transform + pos: -0.549047,-2.5206397 + parent: 1 +- proto: BrokenBottle + entities: + - uid: 182 + components: + - type: Transform + pos: 1.7092543,1.8350022 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.29074574,1.0068772 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.8651764,-9.76738 + parent: 1 + - uid: 293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.1620514,-9.54863 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 216 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 +- proto: CableHV + entities: + - uid: 137 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 +- proto: CableMV + entities: + - uid: 144 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 +- proto: CannonBall + entities: + - uid: 126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.1188297,-6.9785805 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 1.372828,-3.3956397 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.255153,-5.6660805 + parent: 1 +- proto: CannonBallGlassshot + entities: + - uid: 352 + components: + - type: Transform + pos: 4.573434,-9.387182 + parent: 1 +- proto: CannonBallGrapeshot + entities: + - uid: 353 + components: + - type: Transform + pos: -3.8219547,-5.2231836 + parent: 1 +- proto: ChairWood + entities: + - uid: 180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.4017074,0.40597034 + parent: 1 + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.7701676,1.6090953 + parent: 1 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 118 + components: + - type: Transform + parent: 116 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckCloakPirateCap + entities: + - uid: 150 + components: + - type: Transform + pos: -3.3600097,-12.428621 + parent: 1 +- proto: ClothingOuterCoatPirate + entities: + - uid: 117 + components: + - type: Transform + parent: 116 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ComputerBroken + entities: + - uid: 69 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-4.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-7.5 + parent: 1 +- proto: CratePirate + entities: + - uid: 116 + components: + - type: MetaData + name: Pirate drip chest + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - 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: + - 118 + - 117 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 121 + components: + - type: MetaData + name: cannonball chest + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 122 + components: + - type: MetaData + name: Magnum chest + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 123 + components: + - type: MetaData + name: Shotgun chest + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - 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: + - 124 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 214 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: Cutlass + entities: + - uid: 128 + components: + - type: Transform + pos: -0.59715414,-6.4357433 + parent: 1 +- proto: DrinkRumBottleFull + entities: + - uid: 295 + components: + - type: Transform + pos: 4.060891,-10.436246 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 322 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 334 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 +- proto: FoodBreadPlain + entities: + - uid: 206 + components: + - type: Transform + pos: 2.7923787,-10.39998 + parent: 1 +- proto: FoodMealRibs + entities: + - uid: 220 + components: + - type: Transform + pos: 0.49256277,1.670239 + parent: 1 +- proto: GeneratorBasic + entities: + - uid: 134 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 +- proto: GoldOre1 + entities: + - uid: 162 + components: + - type: Transform + pos: 3.1780043,3.5850022 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 0.24050426,4.444377 + parent: 1 +- proto: HandHeldMassScanner + entities: + - uid: 186 + components: + - type: Transform + pos: 3.352892,-2.3809278 + parent: 1 +- proto: IngotGold + entities: + - uid: 159 + components: + - type: Transform + pos: -3.5416722,-10.318406 + parent: 1 +- proto: LightTubeBroken + entities: + - uid: 285 + components: + - type: Transform + pos: 0.42642307,6.3917184 + parent: 1 + - uid: 287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.273454,-6.293241 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 3.379548,2.0479684 + parent: 1 +- proto: MachineFrame + entities: + - uid: 139 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 63 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 +- proto: MagazineBoxMagnum + entities: + - uid: 124 + components: + - type: Transform + parent: 123 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MaterialWoodPlank1 + entities: + - uid: 347 + components: + - type: Transform + pos: -0.27512074,3.6162522 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: 0.38112926,5.163127 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: 3.3967543,3.2256272 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 1.1467543,2.5225022 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: 2.7248793,0.9756272 + parent: 1 +- proto: PirateFlag + entities: + - uid: 147 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 1 + - uid: 291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - uid: 292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 1 + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 1 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - uid: 356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 173 + components: + - type: Transform + pos: 0.55300426,6.022502 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: 0.115504265,2.6943772 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: 2.8498793,2.5381272 + parent: 1 +- proto: ShuttleGunPirateCannon + entities: + - uid: 65 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 1 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 193 + components: + - type: Transform + pos: 1.3704574,2.1715953 + parent: 1 +- proto: SubstationMachineCircuitboard + entities: + - uid: 286 + components: + - type: Transform + pos: 2.6267688,-13.6383095 + parent: 1 +- proto: SuitStorageBase + entities: + - uid: 115 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 120 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: SuitStorageEVAPirate + entities: + - uid: 119 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 +- proto: SuitStoragePirateCap + entities: + - uid: 145 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 +- proto: TableWood + entities: + - uid: 111 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-12.5 + parent: 1 +- proto: Thruster + entities: + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-14.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-14.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 +- proto: TreasureCoinGold + entities: + - uid: 196 + components: + - type: Transform + pos: -2.2675102,-10.478105 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: -4.5018854,-8.74373 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -3.0956352,-9.509355 + parent: 1 +- proto: TwoWayLever + entities: + - uid: 174 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 65: + - - Left + - Trigger + - - Right + - Trigger + - uid: 175 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 66: + - - Left + - Trigger + - - Right + - Trigger + - uid: 176 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 19 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 +- proto: WallRockBasaltGold + entities: + - uid: 17 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: WallWood + entities: + - uid: 3 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 +- proto: WeaponLauncherPirateCannon + entities: + - uid: 125 + components: + - type: Transform + pos: -4.2358932,-5.7717533 + parent: 1 +- proto: WeaponPistolFlintlock + entities: + - uid: 127 + components: + - type: Transform + pos: 2.5317574,-4.53006 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 3.0216851,-0.19362831 + parent: 1 +- proto: WeaponRevolverPirate + entities: + - uid: 158 + components: + - type: Transform + pos: 4.615435,-8.678003 + parent: 1 +- proto: WeaponShotgunBlunderbuss + entities: + - uid: 130 + components: + - type: Transform + pos: -0.4858935,-4.6155033 + parent: 1 +- proto: WoodDoor + entities: + - uid: 93 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 1 +- proto: WoodenBuckler + entities: + - uid: 155 + components: + - type: Transform + pos: 0.4536324,-6.24881 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/crashedsyndiepod.yml b/Resources/Maps/Lavaland/crashedsyndiepod.yml new file mode 100644 index 0000000000..2e516623b1 --- /dev/null +++ b/Resources/Maps/Lavaland/crashedsyndiepod.yml @@ -0,0 +1,1622 @@ +meta: + format: 7 + category: Map + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/26/2025 05:56:17 + entityCount: 202 +maps: +- 94 +grids: +- 1 +orphans: [] +nullspace: [] +tilemap: + 0: Space + 1: FloorBasalt + 29: FloorDark + 84: FloorShuttleRed + 101: FloorSteelOffset + 104: FloorTechMaint + 120: Lattice + 121: Plating + 2: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + desc: Evacuation pod + name: Evacuation pod + - type: Transform + parent: 94 + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZQAAAAAAZQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAZQAAAAAAZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAAgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAeQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADeQAAAAAAAQAAAAAAeQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: ZQAAAAAAZQAAAAAAZQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAZQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVAAAAAACeQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAABAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#A91409FF' + id: StandClearGreyscale + decals: + 18: 0,-1 + - node: + color: '#A91409FF' + id: WarnCornerSmallGreyscaleNE + decals: + 15: -2,0 + - node: + color: '#A91409FF' + id: WarnCornerSmallGreyscaleNW + decals: + 14: 2,0 + - node: + color: '#A91409FF' + id: WarnEndGreyscaleN + decals: + 10: 2,1 + - node: + color: '#A91409FF' + id: WarnLineGreyscaleE + decals: + 0: 2,0 + 8: 2,-1 + 17: 5,0 + - node: + color: '#A91409FF' + id: WarnLineGreyscaleN + decals: + 11: -1,0 + 12: 0,0 + 13: 1,0 + - node: + color: '#A91409FF' + id: WarnLineGreyscaleS + decals: + 1: 1,-1 + 2: 0,-1 + 3: -1,-1 + 4: -2,-1 + 5: 2,-1 + - node: + color: '#A91409FF' + id: WarnLineGreyscaleW + decals: + 6: -2,-1 + 7: -2,0 + 16: -5,0 + - node: + cleanable: True + angle: 0.8726646259971648 rad + color: '#661710FF' + id: footprint + decals: + 24: -1.4343833,3.4467347 + 25: -2.0750084,3.4623597 + 26: -2.1531334,4.0092344 + 27: -2.6843834,4.0873594 + 28: -2.9968834,4.6186094 + - node: + cleanable: True + angle: 0.3490658503988659 rad + color: '#661710FF' + id: shortline + decals: + 23: -1.1062583,4.4311094 + - node: + cleanable: True + color: '#661710FF' + id: splatter + decals: + 19: -0.30938327,-0.22514033 + 20: -0.9031333,5.2436094 + - node: + cleanable: True + angle: 0.3490658503988659 rad + color: '#661710FF' + id: thinline + decals: + 21: -0.7312583,3.2279847 + 22: -0.45000827,4.1498594 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 18432 + -2,0: + 0: 52300 + -1,-1: + 0: 19183 + 1: 16 + 2: 32768 + -1,0: + 0: 65231 + -1,-2: + 0: 57344 + 0,-2: + 0: 61440 + 0,-1: + 0: 31711 + -2,1: + 0: 2252 + -1,1: + 0: 65535 + 0,0: + 0: 64383 + 0,1: + 0: 65535 + 1,-1: + 0: 16897 + 1: 16 + 1,0: + 0: 21575 + 1,1: + 0: 311 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 21.6852 + - 81.57766 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: NavMap + - type: RadiationGridResistance + - uid: 94 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree +- proto: AirCanister + entities: + - uid: 193 + components: + - type: Transform + anchored: True + pos: -0.5,-1.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: AirlockShuttleSyndicate + entities: + - uid: 2 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 +- proto: AirlockSyndicate + entities: + - uid: 4 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 6 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 +- proto: Ash + entities: + - uid: 108 + components: + - type: Transform + pos: -1.6452203,4.883686 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -1.8327203,5.102436 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -1.6764703,5.211811 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 +- proto: BannerSyndicate + entities: + - uid: 9 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 97 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 137 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 99 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 121 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 +- proto: Bonfire + entities: + - uid: 136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 10 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 +- proto: CableHV + entities: + - uid: 33 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 +- proto: CableMV + entities: + - uid: 43 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 52 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-0.5 + parent: 1 + - 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: 54 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 1 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 194 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 +- proto: ClothingHeadPyjamaSyndicateRed + entities: + - uid: 98 + components: + - type: Transform + pos: 1.5891547,-0.38193893 + parent: 1 +- proto: ClothingMaskBreath + entities: + - uid: 162 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 +- proto: ClothingNeckScarfStripedSyndieRed + entities: + - uid: 101 + components: + - type: Transform + pos: 0.43290472,5.914936 + parent: 1 +- proto: ClothingOuterSuitEmergency + entities: + - uid: 163 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 67 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: CrateInternals + entities: + - uid: 59 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: CrateSyndicate + entities: + - uid: 92 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: PlaceableSurface + isPlaceable: True + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + open: True + removedMasks: 20 +- proto: CyberPen + entities: + - uid: 93 + components: + - type: Transform + pos: -2.507878,5.3934417 + parent: 1 +- proto: FoodMeatCooked + entities: + - uid: 100 + components: + - type: Transform + pos: -1.4733453,5.430561 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeFourway + entities: + - uid: 167 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeStraight + entities: + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 168 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 166 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPump + entities: + - uid: 169 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 170 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 182 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 183 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: Gauze1 + entities: + - uid: 132 + components: + - type: Transform + pos: -0.33272028,6.508686 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 56 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 +- proto: GeneratorWallmountBasic + entities: + - uid: 57 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 164 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: Grille + entities: + - uid: 58 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 63 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 69 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 +- proto: MachineFrame + entities: + - uid: 103 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 61 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 +- proto: OxygenTankFilled + entities: + - uid: 138 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 +- proto: Paper + entities: + - uid: 95 + components: + - type: Transform + pos: -2.8327203,5.539936 + parent: 1 + - type: Paper + content: >- + Anders isn't going to make it if he doesn't get real help soon. Williams died on impact. i dont have a choice, i need to go find help. + + + if you find this place and Anders is alive, please take him to safety and leave a note telling me where to find you. + + + if he's dead, burn his body. it was part of his religion, i think. +- proto: PlasmaWindowDiagonal + entities: + - uid: 73 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 77 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - uid: 80 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 1 +- proto: RandomPosterContraband + entities: + - uid: 81 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 50 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 85 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 +- proto: ScrapFaxMachine + entities: + - uid: 60 + components: + - type: Transform + pos: -0.10537675,0.8159752 + parent: 1 +- proto: ShardGlassPlasma + entities: + - uid: 51 + components: + - type: Transform + pos: -1.4046504,1.3054738 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -1.4984004,2.6335988 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 0.27665472,5.227436 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -0.54527545,0.6023488 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -1.0609004,3.3835988 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -0.29527545,2.7898488 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 0.93909955,1.2429738 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 1.6394429,2.4148488 + parent: 1 +- proto: SheetPlasteel1 + entities: + - uid: 55 + components: + - type: Transform + pos: 4.6098213,4.477349 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 4.8910713,4.664849 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -4.5961614,4.352349 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -0.42428648,2.1804738 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -2.6430364,2.7585988 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 86 + components: + - type: Transform + pos: -0.68590045,2.6492238 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 0.36097455,1.4773488 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 88 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 +- proto: TableFrame + entities: + - uid: 102 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 +- proto: Thruster + entities: + - uid: 106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 1 +- proto: ThrusterMachineCircuitboard + entities: + - uid: 104 + components: + - type: Transform + pos: -2.1572118,-3.752955 + parent: 1 +- proto: ToolboxSyndicateFilled + entities: + - uid: 96 + components: + - type: Transform + pos: -1.739999,-3.3399405 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - uid: 115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,2.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - uid: 117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-1.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 1 + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/grasslanddome.yml b/Resources/Maps/Lavaland/grasslanddome.yml new file mode 100644 index 0000000000..800176593e --- /dev/null +++ b/Resources/Maps/Lavaland/grasslanddome.yml @@ -0,0 +1,2496 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 05:00:12 + entityCount: 353 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 2: Space + 4: FloorBasalt + 0: FloorGrass + 5: FloorSteelDirty + 3: FloorWood + 1: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.609375,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BushATwo + decals: + 175: -1.1683191,4.2163267 + 176: -6.558944,2.0600767 + 177: -5.3636317,-5.4867983 + 178: -3.6526942,-5.838361 + 179: 3.6129308,-5.6742983 + 180: 1.3160559,-0.4946108 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 185: 7.551344,1.7280469 + 186: 8.395094,3.5796094 + 187: 6.801344,4.0014844 + - node: + color: '#FFFFFFFF' + id: Bushd1 + decals: + 181: 0.9176184,0.4897642 + 182: 2.6519933,1.9194517 + 183: 2.8394933,3.5835142 + 184: 6.379469,1.5171094 + - node: + color: '#FFFFFFFF' + id: Bushf2 + decals: + 173: -2.1995692,-3.9867983 + 174: -2.0120692,1.3335142 + - node: + color: '#FFFFFFFF' + id: Bushg3 + decals: + 167: -7.1917567,4.0288267 + - node: + color: '#FFFFFFFF' + id: Bushh1 + decals: + 170: 3.3551183,5.599139 + 171: 3.7535558,-3.2367983 + - node: + color: '#FFFFFFFF' + id: Bushj2 + decals: + 172: 2.1832433,-5.5805483 + - node: + color: '#FFFFFFFF' + id: Bushj3 + decals: + 169: 0.7301184,3.5600767 + - node: + color: '#FFFFFFFF' + id: Bushk1 + decals: + 168: -8.691756,-0.4711733 + - node: + color: '#FFFFFFFF' + id: Bushl2 + decals: + 166: -4.2386317,-2.8383608 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 0: -3.7056656,1.3776203 + 1: -5.135353,-1.7864422 + 2: 0.16152179,-4.71613 + 3: 2.692772,-0.07550466 + 4: 2.083397,2.5026202 + 5: -1.6666032,3.6276202 + 6: -3.4712906,6.018245 + 7: -8.135353,1.9869952 + 8: -6.3306656,-3.3098798 + 9: 3.1380844,-6.40363 + - node: + color: '#FFFFFFFF' + id: Grassa3 + decals: + 10: -2.6744156,0.53387034 + 11: 1.8490219,1.3541828 + 12: 2.224022,5.361995 + 13: 0.8880843,4.3541827 + 14: 5.5755844,-2.0442548 + 15: 5.3412094,0.01824534 + 16: 8.130272,-1.6458172 + 17: 7.192772,0.55730784 + 18: -2.5337906,-3.5208173 + 19: -4.666603,-4.99738 + 20: -5.135353,0.44012034 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 21: -6.9400406,2.7369952 + 22: -4.7837906,2.1744952 + 23: -8.557228,-1.6692547 + 24: -5.135353,-4.7864423 + 25: -4.5494156,-3.5442548 + 26: -1.6197282,-2.0208173 + 27: -1.7369157,2.0573077 + 28: 2.1537094,-1.7395672 + 29: 1.5443344,-4.62238 + 30: 1.0990218,-6.68488 + 31: -2.604103,-5.9583173 + 32: 4.8427987,-3.6380048 + 33: 5.737574,2.5026202 + 34: 4.893824,4.84637 + 35: 7.2141366,2.9713702 + 36: 2.643824,4.2135577 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 37: -0.4264884,-0.49737966 + 38: -0.3561759,-2.9348798 + 39: 1.8703866,-0.05206716 + 40: 5.315699,1.3073078 + 41: 6.8391366,-3.9426923 + 42: 2.9016366,-3.4036298 + 43: 2.7610116,-8.124452 + 44: 2.6203866,-5.572515 + 45: -2.0202384,-8.220953 + 46: -3.543676,-6.603765 + 47: -3.1452384,-4.68189 + 48: -7.0134397,-2.33814 + 49: -9.029106,0.38061 + 50: -4.8572307,5.401511 + 51: -5.7009807,3.4561987 + - node: + color: '#FFFFFFFF' + id: Grassb1 + decals: + 52: -5.9353557,1.7686987 + 53: -3.9431682,-0.17661387 + 54: -5.068168,-2.9891138 + 55: -4.2478557,-1.6531763 + 56: -5.3728557,-0.69223887 + 57: -1.5291059,-0.59848887 + 58: -1.4119184,0.6436987 + 59: -0.70879334,3.2218237 + 60: -2.560356,3.8311987 + 61: -2.7712934,4.557761 + 62: 1.2833941,5.4718237 + 63: 2.220894,6.854636 + 64: 4.1866255,5.635886 + 65: 4.1420975,6.7374487 + 66: 6.2983475,4.6749487 + 67: 6.83741,0.034323633 + 68: 6.83741,-0.99692637 + 69: 6.93116,-2.6609888 + 70: 9.579597,-0.59848887 + 71: 3.5795975,-7.384704 + 72: 3.790535,-4.4553785 + 73: 1.2827222,-7.9009323 + 74: -0.56884027,-7.9009323 + 75: -0.66259027,-6.04937 + 76: -1.4594653,-4.7134323 + 77: -4.3422775,-5.8384323 + 78: -7.0141525,-3.6821823 + 79: -10.020888,-0.3065654 + 80: -9.224013,2.3418722 + 81: -6.974014,4.544997 + - node: + color: '#FFFFFFFF' + id: Grassc2 + decals: + 82: -7.5599513,3.3731222 + 83: -5.192764,-1.9940654 + 84: -8.731826,-2.2284403 + 85: -6.1068263,-0.5878154 + 86: -2.7318263,2.1778097 + 87: -2.0287013,4.6621847 + 88: 2.4723477,4.169997 + 89: 1.8839028,3.3028097 + 90: 3.3839028,1.2871846 + 91: 5.4932775,3.7246847 + 92: 6.12609,0.4434346 + 93: 6.1495275,-2.3221903 + 94: 4.6026525,-2.5800028 + 95: 6.360465,-3.6581278 + 96: 8.493278,-1.9706279 + 97: 4.6026525,-6.283128 + 98: 1.7198403,-4.501878 + 99: 1.4854653,-6.6346903 + 100: -0.9520347,-4.220628 + 101: -3.90516,-5.111253 + 102: -5.920785,-4.9471903 + 103: -5.170785,-4.033128 + 104: -2.6629722,-0.025315404 + 105: -0.7176597,0.7246846 + 106: 0.6417153,-0.5643779 + 107: 0.7589028,-2.4862528 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 108: -4.65516,1.4512471 + 109: -1.7723472,2.9278097 + 110: -0.17859721,4.263747 + 111: 1.9542153,5.7403097 + 112: 4.0401525,5.763747 + 113: 3.5714025,4.873122 + 114: 6.50109,0.2090596 + 115: 6.0557775,3.8887472 + 116: 4.6964025,1.2871846 + 117: 3.8995275,0.4199971 + 118: 2.0245278,-1.6190654 + 119: 2.9854653,-4.126878 + 120: 0.6417153,-6.048753 + 121: 2.1651528,-7.361253 + 122: 7.391715,-3.4237528 + 123: 5.8214025,-3.1893778 + 124: 5.891715,-1.1737529 + 125: 9.03234,-1.9003154 + 126: 8.258903,-0.2596904 + 127: 0.5245278,-3.6815653 + 128: 0.2667153,-1.7596904 + 129: -0.3660972,-8.610682 + 130: 2.4464028,-8.799018 + 131: -3.5067222,-7.5099554 + 132: -4.983285,-6.1974554 + 133: -6.9754725,-4.4630804 + 134: -7.702035,-3.689643 + 135: -5.8973475,-2.236518 + 136: -8.63529,0.1541071 + 137: -7.937236,1.0916071 + 138: -9.601298,-1.4630804 + 139: -9.741923,1.6072321 + 140: -6.999736,1.9991908 + 141: -6.3669233,4.1320033 + 142: -5.499736,5.374191 + 143: -4.468486,6.1476283 + 144: -3.6950483,7.2726283 + 145: 1.8879771,6.4480267 + 146: 3.2239146,6.1667767 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 147: -2.6588979,2.8855267 + 148: -4.252648,-0.77072334 + 149: 2.4739146,0.40115166 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 156: -5.424523,0.6420901 + 157: -5.5417104,2.89209 + 158: -0.8307729,-4.0688477 + 159: 0.059852123,-1.1625974 + 160: 1.4192271,2.9155276 + 161: 0.6129309,-7.6782227 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 150: 1.7004771,4.6667767 + 151: 5.075477,5.6980267 + 152: 7.0676646,-2.1535358 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 153: -3.1745229,-0.09103584 + 154: -1.3463979,-2.1535358 + 155: -5.3073354,-4.3032227 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 162: 2.3707433,-6.4125977 + 163: 3.5191808,-3.01416 + 164: -1.3792566,-0.9282224 + 165: -1.9886317,1.2514651 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 65535 + -1,1: + 0: 65535 + 0,2: + 0: 1904 + -1,2: + 0: 10659 + 1,0: + 0: 65535 + 1,1: + 0: 47103 + 1,2: + 0: 293 + 1,-1: + 0: 65535 + 2,0: + 0: 46967 + 2,1: + 0: 293 + 2,-1: + 0: 30645 + -3,0: + 0: 44236 + -3,-1: + 0: 52388 + -3,1: + 0: 132 + -2,0: + 0: 65535 + -2,1: + 0: 44527 + -2,-1: + 0: 65535 + -2,2: + 0: 132 + -1,-1: + 0: 65535 + -3,-2: + 0: 32768 + -2,-2: + 0: 60836 + -2,-3: + 0: 32768 + -1,-2: + 0: 65535 + -1,-4: + 0: 56785 + -1,-3: + 0: 57821 + 0,-4: + 0: 30577 + 0,-3: + 0: 61815 + 0,-2: + 0: 65535 + 0,-5: + 0: 4368 + 1,-3: + 0: 8448 + 1,-2: + 0: 63413 + 2,-2: + 0: 8448 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirCanister + entities: + - uid: 211 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 +- proto: Airlock + entities: + - uid: 196 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 +- proto: AirlockExternal + entities: + - uid: 197 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 198: + - - DoorStatus + - DoorBolt + - uid: 198 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 197: + - - DoorStatus + - DoorBolt +- proto: APCBasic + entities: + - uid: 275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 1 + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True +- proto: BasaltOne + entities: + - uid: 353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 1 +- proto: BaseComputerAiAccess + entities: + - uid: 205 + components: + - type: MetaData + name: Biosphere monitor computer + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 +- proto: Bed + entities: + - uid: 103 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 +- proto: BedsheetSpawner + entities: + - uid: 131 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 +- proto: BoxFolderClipboard + entities: + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.6134303,-14.212478 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 277 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 199 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 +- proto: ChairOfficeLight + entities: + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.42673576,-12.441256 + parent: 1 +- proto: ClothingBeltPlantFilled + entities: + - uid: 334 + components: + - type: Transform + pos: 2.4662094,9.599909 + parent: 1 +- proto: ComputerAtmosMonitoring + entities: + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 1 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 1 +- proto: ComputerTelevision + entities: + - uid: 3 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 +- proto: CottonSeeds + entities: + - uid: 342 + components: + - type: Transform + pos: 2.395897,9.951471 + parent: 1 +- proto: DresserFilled + entities: + - uid: 104 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 +- proto: GasMixer + entities: + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-10.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-9.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,1.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1 + - uid: 234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 1 + - uid: 240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 1 + - uid: 246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 1 + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 1 +- proto: GasPort + entities: + - uid: 209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 +- proto: GasPressurePump + entities: + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 +- proto: GasVentPump + entities: + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 +- proto: GasVentScrubber + entities: + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 +- proto: GoldenAppleSeeds + entities: + - uid: 340 + components: + - type: Transform + pos: 2.583397,9.693659 + parent: 1 +- proto: Grille + entities: + - uid: 8 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 54 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - uid: 89 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 1 + - uid: 90 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 +- proto: hydroponicsSoil + entities: + - uid: 331 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 213 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 212 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 +- proto: PortableGeneratorJrPacman + entities: + - uid: 206 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 272 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 +- proto: RandomFloraTree + entities: + - uid: 322 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 91 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,2.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,5.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,9.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,10.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,1.5 + parent: 1 + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 1 + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,1.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-3.5 + parent: 1 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,8.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,3.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1 + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 1 + - uid: 151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 1 + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1 + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 1 + - uid: 170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 +- proto: SpawnMobButterfly + entities: + - uid: 343 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 +- proto: SpawnMobCow + entities: + - uid: 351 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 +- proto: SpawnMobMonkey + entities: + - uid: 350 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 +- proto: SpawnMobReindeerBuck + entities: + - uid: 348 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 +- proto: SpawnMobReindeerDoe + entities: + - uid: 349 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: Table + entities: + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 1 +- proto: TableWood + entities: + - uid: 64 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 +- proto: TomatoSeeds + entities: + - uid: 341 + components: + - type: Transform + pos: 2.724022,9.482721 + parent: 1 +- proto: ToolboxMechanicalFilledAllTools + entities: + - uid: 320 + components: + - type: Transform + pos: -1.5196803,-14.423415 + parent: 1 +- proto: WallReinforced + entities: + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,11.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,11.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 +- proto: WallWood + entities: + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 1 + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,9.5 + parent: 1 + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 1 + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,8.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,8.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 +- proto: WaterVaporCanister + entities: + - uid: 214 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 276 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 +- proto: WheatSeeds + entities: + - uid: 339 + components: + - type: Transform + pos: 2.349022,9.506159 + parent: 1 +- proto: WoodDoor + entities: + - uid: 4 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/penalcolony.yml b/Resources/Maps/Lavaland/penalcolony.yml new file mode 100644 index 0000000000..8701231d24 --- /dev/null +++ b/Resources/Maps/Lavaland/penalcolony.yml @@ -0,0 +1,7918 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 05:02:18 + entityCount: 1340 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 4: Space + 3: FloorBasalt + 0: FloorDark + 6: FloorGrayConcrete + 5: FloorWhite + 1: Plating + 2: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.5,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAADAAAAAAAAAAAAAAACAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAACAAAAAAACAAAAAAACAAAAAAABAAAAAAABAAAAAAACAAAAAAABAAAAAAADAAAAAAABAAAAAAAAAAAAAAAAAAAAAAACAAAAAAADAAAAAAABAAAAAAADAAAAAAAAAAAAAAABAAAAAAABAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAABAAAAAAACAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAACAAAAAAADAAAAAAACAAAAAAACAAAAAAAAAAAAAAABAAAAAAACAAAAAAACAAAAAAADAAAAAAADAAAAAAACAAAAAAABAAAAAAADAAAAAAACAAAAAAACAAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAACAAAAAAACAAAAAAADAAAAAAAAAAAAAAABAAAAAAADAAAAAAACAAAAAAACAAAAAAABAAAAAAACAAAAAAABAAAAAAABAQAAAAAAAAAAAAACAAAAAAACAAAAAAADAAAAAAABAAAAAAABAAAAAAAAAAAAAAADAAAAAAABAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABAAAAAAABAAAAAAAAAAAAAAACAQAAAAAAAAAAAAADAgAAAAAAAAAAAAABAAAAAAABAAAAAAAAAAAAAAACAAAAAAAAAAAAAAADAAAAAAACAAAAAAABAAAAAAABAAAAAAADAAAAAAACAAAAAAADAAAAAAACAAAAAAADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAACAAAAAAAAAAAAAAABAAAAAAAAAAAAAAABAAAAAAADAAAAAAABAAAAAAABAAAAAAADAAAAAAABAAAAAAADAQAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAgAAAAACAAAAAAACAAAAAAABAAAAAAAAAAAAAAABAAAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAACAAAAAAADAAAAAAAAAAAAAAABAAAAAAADAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAABAAAAAAABAAAAAAAAAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAADAAAAAAACAAAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAACAAAAAAABAAAAAAABAAAAAAABAAAAAAADAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAACAAAAAAADAAAAAAACAAAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAACAAAAAAABAAAAAAABAAAAAAADAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAQAAAAAABQAAAAAABQAAAAABBQAAAAABBQAAAAABBQAAAAABAAAAAAADAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAABAAAAAAABAAAAAAABAAAAAAADAAAAAAAABQAAAAAABQAAAAABBQAAAAABBQAAAAADBQAAAAACAAAAAAADAAAAAAACAAAAAAADAAAAAAADAAAAAAABAAAAAAABAAAAAAADAAAAAAACAAAAAAADAAAAAAACAAAAAAABBQAAAAABBQAAAAAABQAAAAAABQAAAAABBQAAAAABBQAAAAACAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAADAAAAAAADAAAAAAABBQAAAAABBQAAAAADBQAAAAACBQAAAAABBQAAAAAAAAAAAAACAAAAAAABAAAAAAABAAAAAAAAAAAAAAACAAAAAAADAAAAAAABAAAAAAAAAAAAAAADAAAAAAADAAAAAAABBQAAAAAABQAAAAADBQAAAAACBQAAAAABBQAAAAADAAAAAAABAAAAAAADAAAAAAADAAAAAAADAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAADAAAAAAABAQAAAAAAAQAAAAAAAAAAAAADBQAAAAABAAAAAAADAAAAAAACAAAAAAABAAAAAAADAAAAAAACAAAAAAADAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAD + version: 6 + -1,0: + ind: -1,0 + tiles: BAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAABBgAAAAACBgAAAAABBgAAAAABBgAAAAACBgAAAAADBgAAAAADBgAAAAADAAAAAAADAAAAAAACBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAABBgAAAAACBgAAAAACBgAAAAABBgAAAAABBgAAAAABBgAAAAADBgAAAAADAAAAAAAAAAAAAAABBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAABgAAAAAABgAAAAACBgAAAAADBgAAAAADBgAAAAACBgAAAAACBgAAAAAABgAAAAABBgAAAAACBgAAAAABAwAAAAAAAAAAAAABBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAABBgAAAAADBgAAAAADBgAAAAABBgAAAAAABgAAAAACBgAAAAAABgAAAAABAwAAAAAAAAAAAAACBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAAABgAAAAACBgAAAAACBgAAAAACBgAAAAACBgAAAAABBgAAAAADBgAAAAACAwAAAAAAAAAAAAACBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAAABgAAAAAABgAAAAACBgAAAAAABgAAAAADBgAAAAAABgAAAAACBgAAAAACAwAAAAAAAAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAADBgAAAAACBgAAAAABBgAAAAACBgAAAAABBgAAAAACBgAAAAAABgAAAAABAwAAAAAAAAAAAAACBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAABgAAAAACBgAAAAACBgAAAAAABgAAAAABBgAAAAAABgAAAAAABgAAAAACBgAAAAAAAwAAAAAAAAAAAAACBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAABgAAAAADBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAADBgAAAAAABgAAAAAAAwAAAAAAAAAAAAADBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAABgAAAAACBgAAAAABBgAAAAABBgAAAAABBgAAAAAABgAAAAACBgAAAAACBgAAAAABAwAAAAAAAAAAAAACBAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAACBgAAAAAABgAAAAADBgAAAAABBgAAAAACBgAAAAACBgAAAAACBgAAAAAABgAAAAABAwAAAAAAAAAAAAACBAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAAABgAAAAAABgAAAAABBgAAAAACBgAAAAAABgAAAAADBgAAAAACBgAAAAADAwAAAAAAAAAAAAACBAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAABBgAAAAAABgAAAAADBgAAAAADBgAAAAADBgAAAAADBgAAAAADBgAAAAABAwAAAAAAAAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAABBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAADBgAAAAAABgAAAAACBgAAAAACBgAAAAAABgAAAAADBgAAAAADBgAAAAAAAwAAAAAABQAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAACBgAAAAAABgAAAAAABgAAAAABBgAAAAABBgAAAAACBgAAAAADBgAAAAADBgAAAAACAwAAAAAABQAAAAABBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAACBgAAAAADBgAAAAACBgAAAAADBgAAAAADBgAAAAABBgAAAAADBgAAAAACAwAAAAAABQAAAAABBAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAACBgAAAAACBgAAAAADBgAAAAAABgAAAAAABgAAAAACBgAAAAADAwAAAAAABQAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAABBgAAAAABBgAAAAADBgAAAAABBgAAAAACBgAAAAADBgAAAAABBgAAAAACBgAAAAAAAwAAAAAABQAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAADBgAAAAABBgAAAAADBgAAAAAABgAAAAABBgAAAAAABgAAAAACBgAAAAACBgAAAAACAwAAAAAAAAAAAAAB + version: 6 + -1,1: + ind: -1,1 + tiles: BAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AAAAAAABAAAAAAAAAAAAAAABAAAAAAACAAAAAAABAAAAAAACAAAAAAADAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAADAAAAAAACAAAAAAACAAAAAAADAAAAAAADAAAAAAADAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAAAAAAADAAAAAAABAAAAAAADAAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAACAAAAAAACAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAAAAAAADAAAAAAABAAAAAAABAAAAAAAAAAAAAAABAAAAAAABAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAABAAAAAAADAAAAAAABAAAAAAABAAAAAAAAAAAAAAABAAAAAAADAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAADAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAAAAAAAAAAAAAAADAAAAAAADAAAAAAACAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAAAAAAACAAAAAAABAAAAAAADAAAAAAACAAAAAAABAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAACAAAAAAABAAAAAAABAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAADAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAABAAAAAAADAAAAAAAAAAAAAAABAQAAAAAAAQAAAAAAAAAAAAABAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAABAAAAAAADAAAAAAABAAAAAAADAQAAAAAAAQAAAAAAAAAAAAADAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAABAAAAAAADAAAAAAAAAAAAAAACAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAADAAAAAAAAAAAAAAABAAAAAAACAQAAAAAAAQAAAAAAAAAAAAABAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAADAAAAAAABAAAAAAABAAAAAAAAAAAAAAADAAAAAAABAAAAAAACAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BrickCornerOverlayNE + decals: + 0: 21,12 + - node: + color: '#FFFFFFFF' + id: BrickCornerOverlayNW + decals: + 66: 13,12 + - node: + color: '#FFFFFFFF' + id: BrickCornerOverlaySE + decals: + 2: 21,9 + - node: + color: '#FFFFFFFF' + id: BrickCornerOverlaySW + decals: + 67: 13,9 + - node: + color: '#FFFFFFFF' + id: BrickLineOverlayN + decals: + 10: 15,12 + 12: 19,12 + 17: 17,12 + 22: 16.279491,9.584988 + - node: + color: '#FFFFFFFF' + id: BrickLineOverlayS + decals: + 6: 15,9 + 7: 17,9 + 8: 19,9 + 20: 17.466991,11.459988 + - node: + color: '#FFFFFFFF' + id: BrickLineOverlayW + decals: + 19: 18.451366,10.491238 + 21: 17.248241,10.538113 + 23: 16.060741,10.553738 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 24: -6,6 + 25: -8,6 + 26: -8,3 + 27: -6,3 + 28: -8,-3 + 29: -6,-3 + 30: -8,-6 + 31: -6,-6 + - node: + color: '#FF0000FF' + id: Diablo + decals: + 37: 5.855862,16.880978 + - node: + color: '#FF0000FF' + id: Psyke + decals: + 41: -2.1691155,20.130829 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 32: -3,1 + 33: -3,0 + 34: -1,1 + 35: -1,0 + - node: + color: '#FF0000FF' + id: Tunnel + decals: + 38: -8.737506,19.709103 + - node: + color: '#FF0000FF' + id: beepsky + decals: + 40: -12.171987,14.099579 + - node: + color: '#FFFFFFFF' + id: prolizard + decals: + 36: -3.088747,17.162228 + - node: + color: '#FF0000FF' + id: skull + decals: + 39: -8.916596,13.017004 + - node: + angle: 0.3490658503988659 rad + color: '#8B0000FF' + id: slash + decals: + 60: 2.2205372,4.4103622 + 61: 1.8455372,5.0666122 + - node: + angle: 1.3962634015954636 rad + color: '#8B0000FF' + id: slash + decals: + 58: 2.9861622,3.3634872 + 59: 2.8142872,3.8322372 + - node: + angle: 5.934119456780721 rad + color: '#8B0000FF' + id: slash + decals: + 62: 2.4236622,5.7697372 + 63: 2.6424122,6.6916122 + 64: 3.2517872,6.8791122 + 65: 3.7674122,7.8166122 + - node: + color: '#8B0000FF' + id: splatter + decals: + 42: 1.3076229,10.255127 + 43: 4.97391,10.661377 + 44: 3.1301599,9.239502 + 45: 6.84891,10.427002 + 46: 4.31766,8.959595 + 47: 5.770785,3.8658452 + 48: 16.14336,2.0377202 + 49: 15.815235,2.6783452 + 50: 16.291874,5.240845 + 51: 10.38035,0.30000114 + 52: 5.299019,0.19062614 + 53: 1.5962553,-4.0671983 + 54: 2.1900053,-4.4265733 + 55: 3.7361622,2.7072372 + 56: 4.079912,2.6291122 + 57: 3.9705372,3.1447372 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 61695 + -1,0: + 0: 12543 + 0,1: + 0: 65535 + -1,1: + 0: 13071 + 0,2: + 0: 65520 + -1,2: + 0: 48048 + 0,3: + 0: 16399 + -1,3: + 0: 24587 + 0,4: + 0: 28660 + 1,0: + 0: 61951 + 1,1: + 0: 65535 + 1,2: + 0: 65521 + 1,3: + 0: 49167 + 1,-1: + 0: 7647 + 1,4: + 0: 116 + 2,0: + 0: 56575 + 2,1: + 0: 40413 + 2,2: + 0: 56796 + 2,3: + 0: 205 + 2,-1: + 0: 36117 + 3,0: + 0: 54783 + 3,1: + 0: 3549 + 3,2: + 0: 65535 + 3,3: + 0: 3839 + 4,0: + 0: 61951 + 4,1: + 0: 1911 + 4,2: + 0: 65535 + 4,3: + 0: 4095 + 0,-3: + 0: 61440 + 0,-2: + 0: 65295 + -1,-3: + 0: 61440 + -1,-2: + 0: 47887 + 0,-1: + 0: 4095 + -1,-1: + 0: 3000 + 1,-3: + 0: 61440 + 1,-2: + 0: 56591 + 2,-3: + 0: 61440 + 2,-2: + 0: 5391 + 3,-3: + 0: 61440 + 3,-2: + 0: 56591 + 3,-1: + 0: 3549 + 4,-3: + 0: 61440 + 4,-2: + 0: 30479 + 4,-1: + 0: 14199 + -4,3: + 0: 3072 + -4,0: + 0: 52428 + -4,-1: + 0: 52428 + -4,1: + 0: 17612 + -3,3: + 0: 36750 + -3,0: + 0: 57582 + -3,1: + 0: 60942 + -3,2: + 0: 61152 + -2,0: + 0: 63487 + -2,1: + 0: 65407 + -2,2: + 0: 65522 + -2,3: + 0: 4383 + -3,4: + 0: 40840 + -2,-1: + 0: 32759 + -2,4: + 0: 8177 + -1,4: + 0: 12276 + -4,-3: + 0: 49152 + -4,-2: + 0: 52428 + -3,-3: + 0: 61440 + -3,-2: + 0: 60943 + -3,-1: + 0: 3808 + -2,-3: + 0: 61440 + -2,-2: + 0: 65295 + -3,5: + 0: 8 + -2,5: + 0: 35057 + -1,5: + 0: 1094 + 0,5: + 0: 226 + 1,5: + 0: 272 + 5,0: + 0: 47291 + 5,1: + 0: 35771 + 5,2: + 0: 65535 + 5,3: + 0: 4095 + 5,-1: + 0: 39867 + 6,0: + 0: 4369 + 6,1: + 0: 4369 + 6,2: + 0: 4369 + 6,3: + 0: 273 + 6,-1: + 0: 4369 + 5,-3: + 0: 61440 + 5,-2: + 0: 48015 + 6,-3: + 0: 4096 + 6,-2: + 0: 4369 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: Airlock + entities: + - uid: 102 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 +- proto: AirlockArmoryGlassLocked + entities: + - uid: 536 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1 +- proto: AirlockArmoryLocked + entities: + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1 +- proto: AirlockEngineeringLocked + entities: + - uid: 526 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 1 +- proto: AirlockMedical + entities: + - uid: 771 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 +- proto: AirlockMedicalGlass + entities: + - uid: 1130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 111 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 811 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1 + - uid: 812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,10.5 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 1173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,7.5 + parent: 1 + - uid: 1174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,8.5 + parent: 1 +- proto: BasaltFive + entities: + - uid: 1322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 1 + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-7.5 + parent: 1 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 1 + - uid: 1328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 1 + - uid: 1329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-5.5 + parent: 1 + - uid: 1330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-3.5 + parent: 1 + - uid: 1331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,1.5 + parent: 1 + - uid: 1332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 1 + - uid: 1333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,0.5 + parent: 1 + - uid: 1334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 1298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,15.5 + parent: 1 + - uid: 1299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,20.5 + parent: 1 + - uid: 1300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,21.5 + parent: 1 + - uid: 1301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 1 + - uid: 1302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 1 + - uid: 1303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,14.5 + parent: 1 + - uid: 1335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 1 + - uid: 1336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-3.5 + parent: 1 + - uid: 1337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,5.5 + parent: 1 + - uid: 1338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 1 + - uid: 1339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,11.5 + parent: 1 + - uid: 1340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,11.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 1280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,4.5 + parent: 1 + - uid: 1304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,14.5 + parent: 1 + - uid: 1305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,18.5 + parent: 1 + - uid: 1306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,18.5 + parent: 1 + - uid: 1307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,16.5 + parent: 1 + - uid: 1308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,17.5 + parent: 1 + - uid: 1309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 1 + - uid: 1310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,18.5 + parent: 1 + - uid: 1311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,16.5 + parent: 1 + - uid: 1312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,9.5 + parent: 1 + - uid: 1313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,9.5 + parent: 1 + - uid: 1314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,12.5 + parent: 1 + - uid: 1315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,12.5 + parent: 1 + - uid: 1316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,7.5 + parent: 1 + - uid: 1317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,8.5 + parent: 1 + - uid: 1318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,2.5 + parent: 1 + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-3.5 + parent: 1 + - uid: 1320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 1 + - uid: 1321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 1292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,12.5 + parent: 1 + - uid: 1293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,8.5 + parent: 1 + - uid: 1294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,11.5 + parent: 1 + - uid: 1295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,15.5 + parent: 1 + - uid: 1296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,18.5 + parent: 1 + - uid: 1297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,17.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 1281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-7.5 + parent: 1 + - uid: 1282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-1.5 + parent: 1 + - uid: 1283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,2.5 + parent: 1 + - uid: 1284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1 + - uid: 1285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 1 + - uid: 1286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-5.5 + parent: 1 + - uid: 1287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,5.5 + parent: 1 + - uid: 1288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,10.5 + parent: 1 + - uid: 1289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,10.5 + parent: 1 + - uid: 1290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,11.5 + parent: 1 + - uid: 1291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,13.5 + parent: 1 +- proto: Bed + entities: + - uid: 133 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 +- proto: BedsheetSpawner + entities: + - uid: 793 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 795 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 +- proto: BlastDoorOpen + entities: + - uid: 99 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 + - uid: 601 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 +- proto: BlockGameArcade + entities: + - uid: 1157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-1.5 + parent: 1 +- proto: Bola + entities: + - uid: 190 + components: + - type: Transform + pos: 13.494583,1.5304594 + parent: 1 +- proto: BookRandomStory + entities: + - uid: 792 + components: + - type: Transform + pos: -10.48649,1.360891 + parent: 1 +- proto: BookshelfFilled + entities: + - uid: 1154 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 1 + - uid: 1155 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 1 +- proto: BoxBodyBag + entities: + - uid: 770 + components: + - type: Transform + pos: 8.627674,-3.2980106 + parent: 1 +- proto: BoxFolderBlue + entities: + - uid: 844 + components: + - type: Transform + pos: -0.6612654,-2.3322115 + parent: 1 +- proto: BoxFolderClipboard + entities: + - uid: 784 + components: + - type: Transform + pos: 17.712498,6.404136 + parent: 1 +- proto: BoxFolderRed + entities: + - uid: 26 + components: + - type: Transform + pos: 17.368748,6.685386 + parent: 1 +- proto: BoxSyringe + entities: + - uid: 839 + components: + - type: Transform + pos: 2.4017315,-1.3351994 + parent: 1 +- proto: ButtonFrameCautionSecurity + entities: + - uid: 16 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 579 + components: + - type: Transform + pos: 21.5,3.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: 23.5,3.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 22.5,3.5 + parent: 1 + - uid: 899 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 1 + - uid: 900 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 1 + - uid: 902 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 1 + - uid: 903 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 1 + - uid: 904 + components: + - type: Transform + pos: 20.5,0.5 + parent: 1 + - uid: 905 + components: + - type: Transform + pos: 20.5,1.5 + parent: 1 + - uid: 906 + components: + - type: Transform + pos: 19.5,1.5 + parent: 1 + - uid: 907 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1 + - uid: 908 + components: + - type: Transform + pos: 19.5,3.5 + parent: 1 + - uid: 909 + components: + - type: Transform + pos: 20.5,3.5 + parent: 1 + - uid: 910 + components: + - type: Transform + pos: 20.5,4.5 + parent: 1 + - uid: 911 + components: + - type: Transform + pos: 20.5,5.5 + parent: 1 + - uid: 912 + components: + - type: Transform + pos: 18.5,3.5 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: 17.5,3.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: 15.5,4.5 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1 + - uid: 917 + components: + - type: Transform + pos: 15.5,6.5 + parent: 1 + - uid: 918 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1 + - uid: 919 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 920 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1 + - uid: 921 + components: + - type: Transform + pos: 18.5,1.5 + parent: 1 + - uid: 922 + components: + - type: Transform + pos: 17.5,1.5 + parent: 1 + - uid: 923 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 924 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1 + - uid: 925 + components: + - type: Transform + pos: 16.5,1.5 + parent: 1 + - uid: 926 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1 + - uid: 927 + components: + - type: Transform + pos: 16.5,0.5 + parent: 1 + - uid: 928 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1 + - uid: 929 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 1 + - uid: 930 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - uid: 931 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 1 + - uid: 932 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 1 + - uid: 933 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 1 + - uid: 934 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 1 + - uid: 935 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 1 + - uid: 936 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 1 + - uid: 937 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 1 + - uid: 938 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 1 + - uid: 939 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 1 + - uid: 940 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 1 + - uid: 941 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 1 + - uid: 942 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 1 + - uid: 943 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 1 + - uid: 944 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 1 + - uid: 945 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1 + - uid: 946 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 947 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1 + - uid: 948 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 949 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 950 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 951 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 952 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 953 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1 + - uid: 954 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 + - uid: 955 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1 + - uid: 956 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 957 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 958 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 959 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 960 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 961 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 963 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 964 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 965 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 966 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 967 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 968 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 969 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 970 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 971 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 972 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 973 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 974 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 975 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 976 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 977 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 978 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 979 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 980 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 981 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 982 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 983 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 984 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 985 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 986 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 987 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 988 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 989 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 990 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 991 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 992 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 993 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 994 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 995 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 996 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 997 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 998 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 999 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 1000 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 1001 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 1002 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 1003 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 1004 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 1005 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 1006 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 1007 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 1008 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 1009 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 1010 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 1011 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 1012 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 1013 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 1014 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 1015 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 1016 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 1017 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 1018 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 1019 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 1020 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 1021 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 1022 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 1023 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 1024 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 1025 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 1026 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 1027 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 1028 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 1029 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 1030 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 1031 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 1032 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 1033 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 1034 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 1035 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 1036 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 1037 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 1038 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 1039 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 1040 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 1041 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 1042 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 1043 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 1044 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 1045 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 1046 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 1047 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 1048 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 1049 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 1050 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 1051 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 1052 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 1053 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 1054 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 1055 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 1056 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 1057 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 1058 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 1059 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 1060 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 1061 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 1062 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 1063 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 1064 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 1065 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 1066 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 1067 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 1068 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 1069 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 1070 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 1071 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 1072 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 1073 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 1074 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 1075 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 + - uid: 1076 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 1077 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 1078 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 1079 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 1080 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 1081 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 1082 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 1083 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 1084 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 1085 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 1086 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 1087 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 1088 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 1089 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 1090 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 1091 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 + - uid: 1092 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 1093 + components: + - type: Transform + pos: -9.5,10.5 + parent: 1 + - uid: 1094 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 1095 + components: + - type: Transform + pos: -7.5,11.5 + parent: 1 + - uid: 1096 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 1097 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 1098 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 1099 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 1100 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 1101 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 1102 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 1103 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 1104 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 1105 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 1106 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 1107 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 1108 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 1109 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 1175 + components: + - type: Transform + pos: 24.5,3.5 + parent: 1 + - uid: 1176 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1 + - uid: 1177 + components: + - type: Transform + pos: 24.5,5.5 + parent: 1 + - uid: 1178 + components: + - type: Transform + pos: 24.5,6.5 + parent: 1 + - uid: 1179 + components: + - type: Transform + pos: 24.5,9.5 + parent: 1 + - uid: 1180 + components: + - type: Transform + pos: 24.5,8.5 + parent: 1 + - uid: 1181 + components: + - type: Transform + pos: 24.5,10.5 + parent: 1 + - uid: 1182 + components: + - type: Transform + pos: 24.5,11.5 + parent: 1 + - uid: 1183 + components: + - type: Transform + pos: 24.5,12.5 + parent: 1 + - uid: 1184 + components: + - type: Transform + pos: 24.5,7.5 + parent: 1 + - uid: 1185 + components: + - type: Transform + pos: 24.5,13.5 + parent: 1 + - uid: 1186 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1 + - uid: 1187 + components: + - type: Transform + pos: 23.5,14.5 + parent: 1 + - uid: 1188 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1 + - uid: 1189 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 1190 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1 + - uid: 1191 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1 + - uid: 1192 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1 + - uid: 1193 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1 + - uid: 1194 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1 + - uid: 1195 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 1196 + components: + - type: Transform + pos: 13.5,14.5 + parent: 1 + - uid: 1197 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1 + - uid: 1198 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1 + - uid: 1199 + components: + - type: Transform + pos: 24.5,1.5 + parent: 1 + - uid: 1200 + components: + - type: Transform + pos: 24.5,0.5 + parent: 1 + - uid: 1201 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 1 + - uid: 1202 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 1 + - uid: 1203 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 1 + - uid: 1204 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 1 + - uid: 1205 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 1 + - uid: 1206 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 1 + - uid: 1207 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 1 + - uid: 1208 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 1 + - uid: 1209 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 1 + - uid: 1210 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 1 + - uid: 1211 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 1 + - uid: 1212 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 1 + - uid: 1213 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 1 + - uid: 1214 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 1 + - uid: 1215 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 1 + - uid: 1216 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 1 + - uid: 1217 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 1 + - uid: 1218 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 1 + - uid: 1219 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 1 + - uid: 1220 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 1 + - uid: 1221 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 1 + - uid: 1222 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1 + - uid: 1223 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 1 + - uid: 1224 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 + - uid: 1225 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 1226 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1 + - uid: 1227 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 + - uid: 1228 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 + - uid: 1229 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 1230 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 1231 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 1232 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 1233 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 1234 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 + - uid: 1235 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 1236 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 1237 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 1238 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 1239 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 + - uid: 1240 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 1241 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - uid: 1242 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 1243 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 1244 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 1 + - uid: 1245 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1 + - uid: 1246 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 1247 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 1 + - uid: 1248 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 1249 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 + - uid: 1250 + components: + - type: Transform + pos: -13.5,7.5 + parent: 1 + - uid: 1251 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1 + - uid: 1252 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1 + - uid: 1253 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 1 + - uid: 1254 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1 + - uid: 1255 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1 + - uid: 1256 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 1257 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 + - uid: 1258 + components: + - type: Transform + pos: -13.5,0.5 + parent: 1 + - uid: 1259 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1 + - uid: 1260 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1 + - uid: 1261 + components: + - type: Transform + pos: -13.5,3.5 + parent: 1 + - uid: 1262 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1 + - uid: 1263 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1 + - uid: 1264 + components: + - type: Transform + pos: -13.5,5.5 + parent: 1 + - uid: 1272 + components: + - type: Transform + pos: 11.5,8.5 + parent: 1 + - uid: 1273 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1 + - uid: 1274 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 1275 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1 + - uid: 1276 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1 + - uid: 1277 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1 + - uid: 1278 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 1279 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1 +- proto: CableApcStack + entities: + - uid: 339 + components: + - type: Transform + pos: 4.240126,22.464409 + parent: 1 +- proto: CableHV + entities: + - uid: 892 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 1 + - uid: 893 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 1 + - uid: 894 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 1 +- proto: CableMV + entities: + - uid: 847 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 1 + - uid: 852 + components: + - type: Transform + pos: 20.5,0.5 + parent: 1 + - uid: 853 + components: + - type: Transform + pos: 20.5,1.5 + parent: 1 + - uid: 854 + components: + - type: Transform + pos: 19.5,1.5 + parent: 1 + - uid: 855 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: 18.5,1.5 + parent: 1 + - uid: 857 + components: + - type: Transform + pos: 17.5,1.5 + parent: 1 + - uid: 858 + components: + - type: Transform + pos: 16.5,1.5 + parent: 1 + - uid: 859 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 860 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1 + - uid: 861 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1 + - uid: 862 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 863 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1 + - uid: 864 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 865 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 866 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 867 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 868 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1 + - uid: 869 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 870 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 871 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 872 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 873 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 874 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 875 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 876 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 877 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 878 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 879 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 880 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 881 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 882 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 883 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 884 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 885 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 886 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 888 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 889 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 890 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 891 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 +- proto: Carpet + entities: + - uid: 1163 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 1 + - uid: 1164 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1 + - uid: 1165 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1 + - uid: 1166 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 + - uid: 1167 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 1 + - uid: 1168 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 1 +- proto: ChairWood + entities: + - uid: 788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.604233,5.560386 + parent: 1 + - uid: 1151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.74398,-3.3208492 + parent: 1 + - uid: 1152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.329918,-2.3599117 + parent: 1 + - uid: 1153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.30648,-4.328662 + parent: 1 +- proto: ChessBoard + entities: + - uid: 1162 + components: + - type: Transform + pos: 14.46273,-5.453662 + parent: 1 +- proto: ClosetWallOrange + entities: + - uid: 388 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 677 + - uid: 678 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 684 + - uid: 685 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 687 +- proto: ClothingBeltSecurityWebbing + entities: + - uid: 803 + components: + - type: Transform + pos: 4.470105,12.375856 + parent: 1 +- proto: ClothingEyesGlassesSecurity + entities: + - uid: 185 + components: + - type: Transform + pos: 6.1050663,6.824779 + parent: 1 +- proto: Coal1 + entities: + - uid: 780 + components: + - type: Transform + pos: -2.499681,9.919846 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 781 + components: + - type: Transform + pos: -2.499681,11.232346 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: CombatKnife + entities: + - uid: 144 + components: + - type: Transform + pos: 0.50142527,5.550604 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 7.3054934,10.807732 + parent: 1 +- proto: ComputerCriminalRecords + entities: + - uid: 749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,5.5 + parent: 1 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 747 + components: + - type: Transform + pos: 18.5,6.5 + parent: 1 +- proto: ConveyorBelt + entities: + - uid: 695 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 +- proto: CurtainsRed + entities: + - uid: 736 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 +- proto: CurtainsRedOpen + entities: + - uid: 733 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 734 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 1169 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 +- proto: DiceBag + entities: + - uid: 1161 + components: + - type: Transform + pos: 14.579918,-4.3989744 + parent: 1 +- proto: DresserFilled + entities: + - uid: 723 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 +- proto: DresserWardenFilled + entities: + - uid: 752 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1 +- proto: FaxMachineBase + entities: + - uid: 834 + components: + - type: Transform + pos: 21.5,3.5 + parent: 1 +- proto: FenceMetalBroken + entities: + - uid: 1267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 1 +- proto: FenceMetalCorner + entities: + - uid: 657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-8.5 + parent: 1 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-8.5 + parent: 1 + - uid: 659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,14.5 + parent: 1 +- proto: FenceMetalGate + entities: + - uid: 1266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,10.5 + parent: 1 +- proto: FenceMetalStraight + entities: + - uid: 19 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-5.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-1.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,2.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,8.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-0.5 + parent: 1 + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,14.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,10.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,13.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,14.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,14.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,3.5 + parent: 1 + - uid: 286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,14.5 + parent: 1 + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,12.5 + parent: 1 + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,11.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,14.5 + parent: 1 + - uid: 293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,4.5 + parent: 1 + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,9.5 + parent: 1 + - uid: 295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,7.5 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,14.5 + parent: 1 + - uid: 306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,6.5 + parent: 1 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,5.5 + parent: 1 + - uid: 311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,14.5 + parent: 1 + - uid: 312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 1 + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,14.5 + parent: 1 + - uid: 326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,14.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-3.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-8.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-7.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-2.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-6.5 + parent: 1 + - uid: 445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 1 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 1 + - uid: 621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 1 + - uid: 622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-8.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-8.5 + parent: 1 + - uid: 624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-8.5 + parent: 1 + - uid: 625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 1 + - uid: 626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-8.5 + parent: 1 + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 + parent: 1 + - uid: 628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 1 + - uid: 629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-8.5 + parent: 1 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-8.5 + parent: 1 + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-8.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-8.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-8.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-8.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-8.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-8.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 + - uid: 642 + components: + - type: Transform + pos: -13.5,7.5 + parent: 1 + - uid: 643 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: -13.5,0.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -13.5,3.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -13.5,5.5 + parent: 1 + - uid: 1265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,7.5 + parent: 1 + - uid: 1268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,8.5 + parent: 1 + - uid: 1269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,11.5 + parent: 1 + - uid: 1270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,12.5 + parent: 1 + - uid: 1271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,13.5 + parent: 1 +- proto: filingCabinetDrawerRandom + entities: + - uid: 748 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1 +- proto: filingCabinetRandom + entities: + - uid: 750 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1 +- proto: FirelockGlass + entities: + - uid: 76 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 +- proto: FlashlightSeclite + entities: + - uid: 802 + components: + - type: Transform + pos: 5.42323,5.6102314 + parent: 1 +- proto: FloraGreyStalagmite + entities: + - uid: 61 + components: + - type: Transform + pos: 3.3807511,21.495659 + parent: 1 +- proto: GrenadeFlashBang + entities: + - uid: 740 + components: + - type: Transform + pos: 3.6916847,5.505288 + parent: 1 +- proto: Grille + entities: + - uid: 471 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 518 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1 + - uid: 553 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 537 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 843 + components: + - type: Transform + pos: -0.5362654,-4.4884615 + parent: 1 +- proto: HarmonicaInstrument + entities: + - uid: 791 + components: + - type: Transform + pos: -9.559342,-5.3822923 + parent: 1 +- proto: Jukebox + entities: + - uid: 1159 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 1 +- proto: Lamp + entities: + - uid: 785 + components: + - type: Transform + pos: 17.446873,4.669761 + parent: 1 +- proto: Lantern + entities: + - uid: 708 + components: + - type: Transform + pos: -3.6397448,12.588521 + parent: 1 + - uid: 709 + components: + - type: Transform + pos: -3.4053698,12.541646 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: -3.4288073,12.7525835 + parent: 1 +- proto: LockerMedicalFilled + entities: + - uid: 819 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 +- proto: LockerMedicineFilled + entities: + - uid: 820 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 +- proto: LockerSecurity + entities: + - uid: 4 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 75 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 711 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 75 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 712 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 75 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: LockerSecurityFilled + entities: + - uid: 17 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 +- proto: LuxuryPen + entities: + - uid: 1172 + components: + - type: Transform + pos: 17.438223,6.477227 + parent: 1 +- proto: MakeshiftShield + entities: + - uid: 184 + components: + - type: Transform + pos: 5.8613973,4.4992094 + parent: 1 +- proto: MaterialGunpowder + entities: + - uid: 22 + components: + - type: Transform + pos: 4.505751,22.011284 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 4.537001,22.105034 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 4.302626,21.948784 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 4.302626,22.230034 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 4.068251,22.011284 + parent: 1 +- proto: MaterialWoodPlank1 + entities: + - uid: 745 + components: + - type: Transform + pos: 17.712498,5.451011 + parent: 1 +- proto: MedicalBed + entities: + - uid: 815 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 +- proto: Morgue + entities: + - uid: 763 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-5.5 + parent: 1 + - uid: 767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 +- proto: OreBag + entities: + - uid: 705 + components: + - type: Transform + pos: -4.8116198,12.7057085 + parent: 1 + - uid: 706 + components: + - type: Transform + pos: -4.6475573,12.3307085 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: -4.5303698,12.5182085 + parent: 1 +- proto: OreBox + entities: + - uid: 782 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 783 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 +- proto: OreProcessor + entities: + - uid: 694 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 +- proto: Paper + entities: + - uid: 786 + components: + - type: MetaData + name: Inmate Manifest + - type: Transform + pos: 21.390474,3.7597628 + parent: 1 + - type: Paper + content: >- + Larry anderson: age 42. crime: theft. sentence: 6 months + + + John Grey: age 27 . crime: vandalism and assault. sentence: 2 years + + + Throngles-the-secoffs. age 31 crime: attempted murder of an officer. sentence: 10 years + + + The ashes of war: age 50 crime: arson and conspiracy. sentence: 5 years + + + Angus Macleod: age 39 crime: insurrection. sentence: 9 years + + + Barnaby Williams: age 35 crime: burglary sentence: 4 years + + + Imperius Aracnalodia: age 28 crime: tax fraud sentence: 15 years + - uid: 787 + components: + - type: MetaData + name: Prison Records + - type: Transform + pos: 18.276108,4.529136 + parent: 1 + - type: Paper + content: >- + [its a log of entries from the warden listing various events of note, they seem scatter shot and no dates are recorded] + + + + -new batch arrived today, cells were getting empty, so we really needed the fresh meat. command has told us to try and reduce fatal accidents in the future, but i think they dont *really* care as long as production keeps up, just gotta say it for the records + + + -another one got torn apart by ore crabs, the rest refused to go back in afterward and an riot started. damn officers have no self control, beat three near to death. gonna need to add an order of medical supplies to the next requisition. + + + -snitchy larry told us the others have been hiding 'something' in the caves. had the boys search the place but came up empty. larry gets no rations for a bad tip. + + + -larry was found with his throat slit in his cell. none of the others would spill the beans, no matter how hard we beat them + + + -things feel off. its just this gut premonition. the prisoners look at us different, move different, talk and act more reserved. they're up to something but no ammount of searches is producing results, and none are willing to become the new larry, no matter how many rations we offer. + + + -were getting our supply shipment with a new change of guards and fresh inmates tomorrow. im going to ask command to rotate some of the ones we have off planet, maybe that will shake them up. +- proto: Pickaxe + entities: + - uid: 702 + components: + - type: Transform + pos: -5.5381823,12.588521 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: -5.3741198,12.4244585 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: -5.4444323,12.494771 + parent: 1 + - uid: 738 + components: + - type: Transform + pos: 4.511479,7.9746366 + parent: 1 +- proto: PipeBomb + entities: + - uid: 10 + components: + - type: Transform + pos: 4.599501,22.276909 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 4.818251,22.558159 + parent: 1 + - uid: 677 + components: + - type: Transform + parent: 676 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PlushieVox + entities: + - uid: 789 + components: + - type: Transform + pos: -9.496842,4.466636 + parent: 1 +- proto: PortableGeneratorPacman + entities: + - uid: 808 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 838 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 77 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 1 + - uid: 1122 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 1123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,9.5 + parent: 1 + - uid: 1124 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 1125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 1 + - uid: 1126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,7.5 + parent: 1 + - uid: 1127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 1 + - uid: 1128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - uid: 1129 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 1131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 1 + - uid: 1132 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 1133 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 1134 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 1135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,0.5 + parent: 1 + - uid: 1136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,5.5 + parent: 1 + - uid: 1137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 1 + - uid: 1138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,4.5 + parent: 1 + - uid: 1139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,5.5 + parent: 1 + - uid: 1140 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 1 + - uid: 1141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-5.5 + parent: 1 + - uid: 1142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-1.5 + parent: 1 + - uid: 1145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 1146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 1147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 1 + - uid: 1148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,8.5 + parent: 1 + - uid: 1149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,12.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-3.5 + parent: 1 + - uid: 1110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 1111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 1 + - uid: 1112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 1 + - uid: 1113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-2.5 + parent: 1 + - uid: 1114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,0.5 + parent: 1 + - uid: 1115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,3.5 + parent: 1 + - uid: 1116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,3.5 + parent: 1 + - uid: 1117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,6.5 + parent: 1 + - uid: 1118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,6.5 + parent: 1 + - uid: 1119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,9.5 + parent: 1 + - uid: 1120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,9.5 + parent: 1 + - uid: 1121 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 1143 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 1144 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1 +- proto: Rack + entities: + - uid: 699 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 1 + - uid: 895 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 1 +- proto: RandomMedicCorpseSpawner + entities: + - uid: 774 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: RandomSecurityCorpseSpawner + entities: + - uid: 231 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1 +- proto: RandomSoap + entities: + - uid: 790 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 845 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 +- proto: RandomVending + entities: + - uid: 1160 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 235 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1 + - uid: 821 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 822 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 824 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 825 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 826 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1 + - uid: 827 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1 + - uid: 831 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 1 + - uid: 832 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 1 + - uid: 1170 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 1171 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 755 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1 + - uid: 772 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 + - uid: 773 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 775 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 +- proto: ScalpelShiv + entities: + - uid: 79 + components: + - type: Transform + pos: 3.9575958,9.552639 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 16.937313,5.2401395 + parent: 1 + - uid: 684 + components: + - type: Transform + parent: 683 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ScrapAirlock1 + entities: + - uid: 74 + components: + - type: Transform + pos: 4.5581913,8.6529045 + parent: 1 +- proto: ScrapGeneratorPlasmaLeaking + entities: + - uid: 809 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 1 +- proto: ShardGlassReinforced + entities: + - uid: 720 + components: + - type: Transform + pos: 16.408882,2.9841013 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: 16.721382,2.5778513 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: 16.971382,3.5153513 + parent: 1 +- proto: SheetPlasma + entities: + - uid: 897 + components: + - type: Transform + pos: 21.516975,-2.4572878 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 112 + components: + - type: Transform + pos: -1.2761757,4.517812 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -0.82305074,4.345937 + parent: 1 +- proto: Shiv + entities: + - uid: 191 + components: + - type: Transform + pos: 4.6925,11.528594 + parent: 1 + - uid: 687 + components: + - type: Transform + parent: 686 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SignalButton + entities: + - uid: 115 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 99: + - - Pressed + - Toggle + - uid: 327 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 595: + - - Pressed + - Toggle + 597: + - - Pressed + - Toggle + 596: + - - Pressed + - Toggle + 593: + - - Pressed + - Toggle + 601: + - - Pressed + - Toggle + 600: + - - Pressed + - Toggle + 594: + - - Pressed + - Toggle + 599: + - - Pressed + - Toggle + 598: + - - Pressed + - Toggle +- proto: SignBath + entities: + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 1 +- proto: SignMedical + entities: + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 +- proto: SignPrison + entities: + - uid: 692 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 +- proto: SinkEmpty + entities: + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 1 +- proto: SpawnMobOreCrab + entities: + - uid: 212 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -4.5,22.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -7.5,17.5 + parent: 1 +- proto: SteelOre1 + entities: + - uid: 776 + components: + - type: Transform + pos: -2.499681,11.677658 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 777 + components: + - type: Transform + pos: -2.452806,10.833908 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 778 + components: + - type: Transform + pos: -2.5231185,10.458908 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 779 + components: + - type: Transform + pos: -2.4293685,9.451096 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: Stunprod + entities: + - uid: 186 + components: + - type: Transform + pos: 6.8457723,5.4679594 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 846 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 1 +- proto: SuitStorageBase + entities: + - uid: 688 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 690 + components: + - type: Transform + pos: -10.5,11.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 754 + components: + - type: Transform + pos: 21.5,4.5 + parent: 1 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: SuitStorageEVAPrisoner + entities: + - uid: 689 + components: + - type: Transform + pos: -10.5,10.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: -10.5,12.5 + parent: 1 +- proto: SyringeBicaridine + entities: + - uid: 840 + components: + - type: Transform + pos: 2.3548565,-5.3039494 + parent: 1 +- proto: SyringeDermaline + entities: + - uid: 841 + components: + - type: Transform + pos: 2.6829815,-5.4133244 + parent: 1 +- proto: SyringeSaline + entities: + - uid: 842 + components: + - type: Transform + pos: 2.5579815,-5.3508244 + parent: 1 +- proto: Table + entities: + - uid: 729 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-3.5 + parent: 1 +- proto: TableGlass + entities: + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 835 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 837 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 94 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 714 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 715 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 +- proto: TableWood + entities: + - uid: 744 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: 17.5,4.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: 21.5,3.5 + parent: 1 + - uid: 1156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-4.5 + parent: 1 + - uid: 1158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-5.5 + parent: 1 +- proto: ToiletDirtyWater + entities: + - uid: 12 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,6.5 + parent: 1 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,3.5 + parent: 1 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 1 + - uid: 672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - uid: 675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 896 + components: + - type: Transform + pos: 21.56385,-1.4260378 + parent: 1 +- proto: ToyFigurineSecurity + entities: + - uid: 804 + components: + - type: Transform + pos: 1.4076052,12.563356 + parent: 1 +- proto: ToyFigurineSlime + entities: + - uid: 806 + components: + - type: Transform + pos: -3.2021263,-1.7558622 + parent: 1 +- proto: ToyFigurineSpaceDragon + entities: + - uid: 805 + components: + - type: Transform + pos: -3.6240015,-1.4589874 + parent: 1 +- proto: ToyFigurineWizardFake + entities: + - uid: 807 + components: + - type: Transform + pos: -3.1083763,-1.3496124 + parent: 1 +- proto: VendingMachineSec + entities: + - uid: 718 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: VendingMachineSecDrobe + entities: + - uid: 719 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: WallBasaltCobblebrick + entities: + - uid: 512 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 +- proto: WallmountTelevision + entities: + - uid: 1150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 1 +- proto: WallReinforced + entities: + - uid: 11 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 13.5,6.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -11.5,8.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: -11.5,12.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: -11.5,5.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -11.5,11.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: -11.5,10.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: -11.5,9.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 493 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 1 + - uid: 511 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 1 + - uid: 513 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1 + - uid: 514 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 521 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 522 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 525 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 1 + - uid: 528 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: 22.5,0.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 22.5,1.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 22.5,3.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 22.5,2.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: 21.5,7.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: 22.5,7.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: 22.5,6.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 22.5,5.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 22.5,4.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 547 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 555 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 558 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 559 + components: + - type: Transform + pos: 20.5,7.5 + parent: 1 + - uid: 560 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 19.5,7.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 20.5,2.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 760 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 762 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 2 + components: + - type: Transform + pos: -12.5,19.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -7.5,25.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -7.5,23.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -7.5,24.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -7.5,22.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -8.5,23.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -6.5,25.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -9.5,19.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -9.5,15.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -9.5,13.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -8.5,24.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -8.5,21.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -8.5,22.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -10.5,22.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -10.5,19.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -10.5,15.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -10.5,13.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -9.5,23.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -9.5,22.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -9.5,21.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -9.5,20.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -11.5,22.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -11.5,13.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -4.5,25.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -2.5,25.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -2.5,22.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -2.5,21.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -3.5,25.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -3.5,21.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -3.5,20.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -3.5,19.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -3.5,16.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -5.5,22.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -6.5,19.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -6.5,20.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -5.5,25.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -5.5,19.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 1.5,15.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 2.5,22.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 0.5,19.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 1.5,23.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 1.5,22.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -0.5,24.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -0.5,23.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 0.5,25.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 0.5,24.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 0.5,23.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -1.5,19.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -1.5,14.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -0.5,25.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 5.5,19.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 5.5,18.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 6.5,23.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 6.5,22.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 6.5,21.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 6.5,20.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 7.5,21.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 3.5,25.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 3.5,24.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 3.5,23.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -5.5,26.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 4.5,23.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 4.5,18.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 5.5,24.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 12.5,17.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 11.5,17.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -2.5,26.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -0.5,26.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 12.5,19.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 12.5,18.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -4.5,26.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 10.5,17.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 10.5,15.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -1.5,26.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -3.5,26.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 9.5,21.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 9.5,19.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 9.5,14.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 12.5,15.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -14.5,18.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: -12.5,13.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: -12.5,18.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -14.5,19.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: -13.5,15.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: -13.5,17.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: -13.5,18.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: -13.5,19.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -13.5,20.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: -13.5,21.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: -14.5,13.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: -14.5,14.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: -14.5,15.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: -14.5,17.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: -14.5,16.5 + parent: 1 + - uid: 454 + components: + - type: Transform + pos: -14.5,12.5 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: -14.5,11.5 + parent: 1 + - uid: 456 + components: + - type: Transform + pos: -14.5,10.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: -13.5,11.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: -13.5,8.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: -12.5,9.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: -12.5,8.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: -12.5,7.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: -12.5,6.5 + parent: 1 +- proto: WallRockBasaltCoal + entities: + - uid: 38 + components: + - type: Transform + pos: -10.5,20.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -10.5,21.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -11.5,21.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -11.5,20.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -11.5,16.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -11.5,15.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -2.5,24.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -2.5,23.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -4.5,14.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -3.5,24.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -3.5,23.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -3.5,22.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -5.5,16.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -5.5,15.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -4.5,24.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -6.5,16.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -6.5,15.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -1.5,25.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -1.5,24.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -1.5,23.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 7.5,20.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 5.5,23.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 5.5,22.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 8.5,20.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 8.5,19.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 8.5,17.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: -12.5,20.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -12.5,15.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -12.5,17.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -12.5,21.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: -12.5,16.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: -13.5,13.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: -13.5,16.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: -13.5,12.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: -12.5,12.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: -12.5,11.5 + parent: 1 +- proto: WallRockBasaltTin + entities: + - uid: 3 + components: + - type: Transform + pos: -6.5,23.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -10.5,17.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -9.5,16.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -9.5,17.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -11.5,17.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -10.5,16.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -4.5,19.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -4.5,20.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -3.5,15.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -6.5,22.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -5.5,24.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -5.5,23.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -5.5,20.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -6.5,24.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 2.5,25.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 2.5,24.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 2.5,23.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 0.5,21.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: -0.5,22.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -0.5,21.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -0.5,20.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 5.5,20.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 3.5,20.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 4.5,20.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 5.5,21.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 11.5,20.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 11.5,19.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 11.5,18.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 10.5,19.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: -12.5,10.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: -13.5,10.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: -13.5,9.5 + parent: 1 +- proto: WallWood + entities: + - uid: 5 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 1 +- proto: WeaponPistolMk58 + entities: + - uid: 131 + components: + - type: Transform + pos: 11.089141,1.1932645 + parent: 1 +- proto: Windoor + entities: + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,7.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,4.5 + parent: 1 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - uid: 616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 1 + - uid: 617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,1.5 + parent: 1 + - uid: 618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - uid: 619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,7.5 + parent: 1 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 1 + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - uid: 604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 1 + - uid: 605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - uid: 607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 1 + - uid: 610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,7.5 + parent: 1 +- proto: WoodDoor + entities: + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 1 + - uid: 34 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 1 +- proto: Zipties + entities: + - uid: 142 + components: + - type: Transform + pos: 0.6291847,7.333413 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 0.5198097,7.599038 + parent: 1 +- proto: ZiptiesBroken + entities: + - uid: 162 + components: + - type: Transform + pos: 5.5666847,10.552163 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/snowydome.yml b/Resources/Maps/Lavaland/snowydome.yml new file mode 100644 index 0000000000..d9c12c724b --- /dev/null +++ b/Resources/Maps/Lavaland/snowydome.yml @@ -0,0 +1,3195 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/25/2025 04:59:04 + entityCount: 490 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 2: Space + 7: FloorAstroSnow + 4: FloorBasalt + 0: FloorGrass + 6: FloorSnow + 5: FloorSteelDirty + 3: FloorWood + 1: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.609375,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: BgAAAAAABgAAAAAABgAAAAALBgAAAAAEBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAHBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAFBgAAAAAABgAAAAAABgAAAAADBgAAAAAABgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAFBgAAAAAHBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAFBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAEBgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAADBgAAAAAABgAAAAAKBgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAFBgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAAAAAAAAAAAAAAAABgAAAAADAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABgAAAAAKBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAFBgAAAAAKAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAHBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABgAAAAAABgAAAAAKBgAAAAAABgAAAAAHBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAMBgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAALBgAAAAAABgAAAAAABgAAAAAHBgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAFAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABwAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAEBgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAKBgAAAAAABgAAAAAABgAAAAAABgAAAAAJAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAADBgAAAAAABgAAAAAABgAAAAAGBgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAEBgAAAAABBgAAAAAFAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAALBgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABgAAAAAEBgAAAAAMBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAABBgAAAAAABgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAJBgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAHBgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAALBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAMAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAEBgAAAAAEBgAAAAAABgAAAAAABgAAAAAABgAAAAAHBgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAEBgAAAAABBgAAAAAABgAAAAAABgAAAAAKAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAADBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAABAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAJBgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: bushsnowa1 + decals: + 94: -5.410948,3.5315619 + 95: -1.2625105,-2.6793756 + 96: -4.379698,-4.812188 + 97: 7.198427,-2.5621881 + 98: 9.753115,-0.28875065 + - node: + color: '#FFFFFFFF' + id: bushsnowb1 + decals: + 99: 8.253115,2.7346869 + 100: 5.1593647,2.3362494 + 101: -1.8718855,1.5393744 + 102: -1.2156355,3.3909369 + 103: -5.2000103,2.3596869 + 104: -9.746885,1.8674994 + 105: -9.395323,-0.89812565 + 106: 0.07342696,-4.9762506 + 107: 1.526552,-1.3434381 + 108: 1.245302,2.0549994 + 109: 1.4758232,4.890937 + 110: 1.9445732,-8.504185 + 111: -1.9694893,-8.574497 + 112: -2.4148018,2.8981237 + 113: -3.1882393,2.6168737 + - node: + color: '#FFFFFFFF' + id: grasssnow08 + decals: + 67: -1.8563392,1.0408349 + 68: -1.6454017,-1.3732276 + 69: 1.2842858,-4.34979 + 70: -3.8485267,-4.7013526 + 71: -6.0282145,-3.927915 + 72: -0.37977672,-8.391164 + 73: 3.932723,-5.2753935 + 74: 4.354598,-1.9003932 + 75: 7.260848,0.7416744 + 76: 6.9092855,-3.0917714 + 77: 6.323348,-0.34958386 + 78: 7.9874105,2.7910411 + 79: 4.7999105,2.1582286 + 80: 5.151473,5.533229 + 81: 3.5811605,6.7754164 + 82: 0.32334828,4.8066664 + 83: -3.7079017,5.6972914 + 84: -7.551652,3.5879164 + - node: + color: '#FFFFFFFF' + id: grasssnow10 + decals: + 2: -3.4907737,0.016019344 + 3: -2.6001487,1.4925818 + 4: -4.967336,2.5707068 + 5: -1.4517112,3.4378943 + 6: 2.0639138,5.055082 + 7: 3.9623513,-0.101168156 + 8: 2.8607888,-3.4292932 + 9: -1.2876487,-3.3355432 + 10: 2.0639138,-5.7496057 + 11: -4.779836,-4.5777307 + 12: -7.943899,-2.6089807 + 13: -8.623587,-0.28866816 + 14: -7.0532737,2.8988318 + 15: -5.670461,4.726957 + 16: -3.7720237,7.2489305 + 17: 2.8373513,5.1492157 + 18: 3.3061013,5.8992157 + 19: 6.6960506,-1.7880127 + 20: 5.9763083,3.461985 + 21: 8.554434,-1.9989524 + 22: 5.9294333,1.1182351 + 23: 7.1013083,2.524485 + 24: 3.1169333,-8.373953 + 25: -1.7346292,-7.92864 + - node: + color: '#FFFFFFFF' + id: grasssnowa3 + decals: + 36: 2.9452271,1.6104226 + 37: 3.9061646,3.97761 + 39: -2.7266479,5.00886 + 40: -6.242273,2.4072976 + 41: -9.068857,0.4385476 + 42: -8.201873,-1.6942649 + 43: -4.8971853,-4.6239524 + 44: -1.7565603,-3.61614 + 45: -0.8424978,-0.9208274 + 46: 0.7981272,-6.288015 + 47: 5.4621897,-6.1239524 + 48: 1.8528147,-7.3895774 + 49: 2.2512522,-2.350515 + 50: 5.558177,-1.6076026 + 51: 9.9409895,-1.3732276 + 52: 6.9409895,1.7908349 + 53: 4.620677,5.2361474 + - node: + color: '#FFFFFFFF' + id: grasssnowb3 + decals: + 56: -2.9965105,-0.10760254 + 57: -5.9027605,4.93146 + 58: 3.5659895,5.6580224 + 59: 4.011302,-6.6232276 + 60: 0.261302,-3.834165 + 61: 0.9092858,-0.27166504 + 62: -2.9344642,-7.34979 + 63: 0.088973284,-4.865415 + 64: -6.332902,-2.3107276 + 65: -7.7157145,1.0408349 + 66: -4.7157145,0.22052246 + - node: + color: '#FFFFFFFF' + id: grasssnowc1 + decals: + 85: -3.8719642,5.486354 + 86: -3.7079017,-1.0058339 + 87: -0.5907142,0.49416614 + 88: 1.4717858,3.7051039 + 89: 4.0499105,6.6347914 + 90: 3.885848,-5.347351 + 91: -0.8485267,-8.695637 + 92: -6.512378,-4.228776 + 93: -8.01251,3.2009113 + - node: + color: '#FFFFFFFF' + id: grasssnowc2 + decals: + 26: -4.0625854,-6.1708274 + 27: -4.0625854,-3.006765 + 28: -7.2032104,-3.100515 + 29: -5.5157104,-0.7802024 + 30: -3.8985229,1.6338601 + 31: -2.2578979,3.88386 + 32: 2.6639771,-5.6083274 + 33: 4.867102,-0.6864524 + 34: 5.101477,3.3916726 + 35: 1.3046021,6.274485 + 54: 5.183177,0.5955224 + 55: 6.0972395,3.71271 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 65535 + -1,1: + 0: 65535 + 0,2: + 0: 1904 + -1,2: + 0: 10659 + 1,0: + 0: 65535 + 1,1: + 0: 47103 + 1,2: + 0: 293 + 1,-1: + 0: 65535 + 2,0: + 0: 46967 + 2,1: + 0: 293 + 2,-1: + 0: 30645 + -3,0: + 0: 44236 + -3,-1: + 0: 52388 + -3,1: + 0: 132 + -2,0: + 0: 65535 + -2,1: + 0: 44527 + -2,-1: + 0: 65535 + -2,2: + 0: 132 + -1,-1: + 0: 65535 + -3,-2: + 0: 32768 + -2,-2: + 0: 60836 + -2,-3: + 0: 32768 + -1,-2: + 0: 65535 + -1,-4: + 0: 56785 + -1,-3: + 0: 57821 + 0,-4: + 0: 30577 + 0,-3: + 0: 61815 + 0,-2: + 0: 65535 + 0,-5: + 0: 4368 + 1,-3: + 0: 8448 + 1,-2: + 0: 63413 + 2,-2: + 0: 8448 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirCanister + entities: + - uid: 211 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 +- proto: Airlock + entities: + - uid: 196 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 +- proto: AirlockExternal + entities: + - uid: 197 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 198: + - - DoorStatus + - DoorBolt + - uid: 198 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 197: + - - DoorStatus + - DoorBolt +- proto: APCBasic + entities: + - uid: 275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 1 + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True +- proto: AtmosFixFreezerMarker + entities: + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - uid: 354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - uid: 356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,7.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 1 + - uid: 366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - uid: 368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 1 + - uid: 369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - uid: 372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - uid: 378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 + - uid: 379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,6.5 + parent: 1 + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - uid: 395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,5.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1 + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 + - uid: 411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 1 + - uid: 412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - uid: 413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,4.5 + parent: 1 + - uid: 414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - uid: 415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - uid: 416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1 + - uid: 417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,7.5 + parent: 1 + - uid: 419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - uid: 420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 1 + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 1 + - uid: 422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 1 + - uid: 426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1 + - uid: 427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - uid: 430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 1 + - uid: 433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - uid: 437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - uid: 439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 1 + - uid: 445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,9.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 1 + - uid: 458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,4.5 + parent: 1 + - uid: 461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 1 + - uid: 463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 1 + - uid: 470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 + - uid: 472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 1 + - uid: 477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1 + - uid: 480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 + - uid: 481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,5.5 + parent: 1 + - uid: 482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,6.5 + parent: 1 + - uid: 483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,8.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 1 +- proto: BaseComputerAiAccess + entities: + - uid: 205 + components: + - type: MetaData + name: Biosphere monitor computer + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 +- proto: Bed + entities: + - uid: 103 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 +- proto: BedsheetSpawner + entities: + - uid: 131 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 +- proto: BoxFolderClipboard + entities: + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.6134303,-14.212478 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 277 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 199 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 +- proto: ChairOfficeLight + entities: + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.42673576,-12.441256 + parent: 1 +- proto: ClothingBeltPlantFilled + entities: + - uid: 334 + components: + - type: Transform + pos: 2.4662094,9.599909 + parent: 1 +- proto: ClothingNeckScarfStripedBlack + entities: + - uid: 487 + components: + - type: Transform + pos: -0.028958797,10.190646 + parent: 1 +- proto: ComputerAtmosMonitoring + entities: + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 1 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 1 +- proto: ComputerTelevision + entities: + - uid: 3 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 +- proto: DresserFilled + entities: + - uid: 104 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 +- proto: Fireplace + entities: + - uid: 486 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 +- proto: FloraTreeConifer + entities: + - uid: 327 + components: + - type: Transform + pos: 0.3046875,1.5546875 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 6.1640625,-4.3515625 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: -1.3828125,-6.53125 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: 8.71875,0.078125 + parent: 1 +- proto: FloraTreeSnow + entities: + - uid: 324 + components: + - type: Transform + pos: -3.3984375,3.546875 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 3.3515625,-1.28125 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 4.1015625,2.6328125 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -2.2734375,-2.4765625 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -6.375,-0.484375 + parent: 1 +- proto: GasMixer + entities: + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-10.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-9.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,1.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1 + - uid: 234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 1 + - uid: 240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 1 + - uid: 246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 1 + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,7.5 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 1 +- proto: GasPort + entities: + - uid: 209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 +- proto: GasPressurePump + entities: + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 +- proto: GasThermoMachineHellfireFreezer + entities: + - uid: 488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1 +- proto: GasVentPump + entities: + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 +- proto: GasVentScrubber + entities: + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 +- proto: GoldenAppleSeeds + entities: + - uid: 341 + components: + - type: Transform + pos: 2.3382287,9.675021 + parent: 1 +- proto: Grille + entities: + - uid: 8 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 54 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - uid: 89 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 1 + - uid: 90 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 +- proto: hydroponicsSoil + entities: + - uid: 331 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 213 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 212 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 +- proto: PortableGeneratorJrPacman + entities: + - uid: 206 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 +- proto: PotatoSeeds + entities: + - uid: 342 + components: + - type: Transform + pos: 2.3147912,9.534396 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 272 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 +- proto: PumpkinSeeds + entities: + - uid: 323 + components: + - type: Transform + pos: 2.6429162,9.510959 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 91 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,2.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,5.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,9.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,10.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,1.5 + parent: 1 + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 1 + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,1.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-3.5 + parent: 1 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,8.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,3.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1 + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 1 + - uid: 151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 1 + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1 + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 1 + - uid: 170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 +- proto: SpawnMobPenguin + entities: + - uid: 343 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 +- proto: SpawnMobReindeerBuck + entities: + - uid: 346 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 +- proto: SpawnMobReindeerDoe + entities: + - uid: 347 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: Table + entities: + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 1 +- proto: TableWood + entities: + - uid: 64 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 +- proto: ToolboxMechanicalFilledAllTools + entities: + - uid: 320 + components: + - type: Transform + pos: -1.5196803,-14.423415 + parent: 1 +- proto: TowercapSeeds + entities: + - uid: 322 + components: + - type: Transform + pos: 2.3851037,9.885959 + parent: 1 +- proto: WallReinforced + entities: + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,11.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,11.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 +- proto: WallWood + entities: + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 1 + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,9.5 + parent: 1 + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 1 + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,8.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,8.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 +- proto: WaterVaporCanister + entities: + - uid: 214 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 276 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 +- proto: WoodDoor + entities: + - uid: 4 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 1 +... From c96a5ad990e6d19c1c965a485f0e16ce987cb6f4 Mon Sep 17 00:00:00 2001 From: LaCumbiaDelCoronavirus <90893484+LaCumbiaDelCoronavirus@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:49:36 +0800 Subject: [PATCH 156/318] add new salv ruin: telesci (#36653) --- .../Maps/Ruins/displaced_telescience.yml | 5195 +++++++++++++++++ .../Prototypes/Entities/Stations/base.yml | 1 + 2 files changed, 5196 insertions(+) create mode 100644 Resources/Maps/Ruins/displaced_telescience.yml diff --git a/Resources/Maps/Ruins/displaced_telescience.yml b/Resources/Maps/Ruins/displaced_telescience.yml new file mode 100644 index 0000000000..47b13089d7 --- /dev/null +++ b/Resources/Maps/Ruins/displaced_telescience.yml @@ -0,0 +1,5195 @@ +meta: + format: 7 + category: Grid + engineVersion: 255.0.0 + forkId: "" + forkVersion: "" + time: 04/30/2025 11:12:40 + entityCount: 485 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 5: FloorMetalDiamond + 0: FloorReinforced + 4: FloorWhitePlastic + 2: Lattice + 1: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -1.0027034,-0.2303276 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAQAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: Caution + decals: + 1400: 4,-7 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Caution + decals: + 1023: 11.112959,-8.596471 + - node: + zIndex: 2 + angle: 1.5707963267948966 rad + color: '#9C2020FF' + id: CautionGreyscale + decals: + 1399: -1,-8 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnBox + decals: + 1401: 2,-2 + - node: + zIndex: 2 + color: '#9C2020FF' + id: WarnBoxGreyscale + decals: + 1395: -4,-10 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WarnBoxGreyscale + decals: + 1393: 5,-9 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 0: 2,-6 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 1: 0,-6 + - node: + zIndex: 2 + color: '#9C2020FF' + id: WarnCornerSmallGreyscaleNW + decals: + 1397: -1,-9 + - node: + zIndex: 2 + color: '#334E6DFF' + id: WarnCornerSmallGreyscaleSE + decals: + 16: -1,-5 + - node: + zIndex: 2 + color: '#334E6DFF' + id: WarnCornerSmallGreyscaleSW + decals: + 17: 5,-5 + - node: + zIndex: 2 + color: '#9C2020FF' + id: WarnCornerSmallGreyscaleSW + decals: + 1398: -1,-7 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 3: 2,-7 + 6: 4,-7 + 10: -1,-7 + 1405: 5,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 2: 0,-7 + 4: 4,-7 + 1404: -1,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 1406: 5,-1 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 1403: -1,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 8: 4,-6 + 1026: 9,-8 + 1407: 5,-2 + - node: + zIndex: 2 + color: '#334E6DFF' + id: WarnLineGreyscaleS + decals: + 11: 0,-5 + 12: 1,-5 + 13: 2,-5 + 14: 3,-5 + 15: 4,-5 + - node: + zIndex: 2 + color: '#9C2020FF' + id: WarnLineGreyscaleW + decals: + 1396: -1,-8 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 7: 4,-6 + 1024: 11,-8 + 1025: 11,-9 + 1402: -1,-2 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 5: 3,-7 + 9: 1,-6 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt1 + decals: + 975: 0,-3 + 976: 3,-1 + 1006: -7,0 + 1007: -6,1 + - node: + cleanable: True + zIndex: 2 + color: '#FFFFFFFF' + id: burnt1 + decals: + 1074: -3,-10 + 1075: -4,-6 + 1076: -3,-3 + 1077: -3,-1 + 1078: -2,-1 + 1079: -3,0 + 1080: -7,-4 + 1081: 4,-6 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt2 + decals: + 971: 2,-2 + 972: 1,-2 + 977: 0,-4 + - node: + cleanable: True + zIndex: 2 + color: '#FFFFFFFF' + id: burnt2 + decals: + 1034: 11,-8 + 1036: -3,-9 + 1037: -4,-8 + 1038: -4,-7 + 1039: -7,-7 + 1040: -7,-8 + 1041: -6,-10 + 1048: -3,5 + 1049: -3,5 + 1050: -3,5 + 1056: 7,0 + 1057: 7,-1 + 1058: 8,-1 + 1391: 7,-3 + 1392: 8,-3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt3 + decals: + 973: 3,-2 + 978: 1,-3 + 979: 3,-3 + 980: 1,-1 + 981: 1,0 + 985: 1,-2 + 986: 3,-4 + 987: 4,-5 + 988: 5,-1 + 1002: -3,-1 + 1003: -2,-1 + 1004: -3,0 + 1005: -3,-1 + 1008: -6,0 + 1009: -6,1 + 1010: -6,-1 + 1014: -7,0 + 1015: -6,-1 + 1016: -6,-3 + - node: + cleanable: True + zIndex: 2 + color: '#FFFFFFFF' + id: burnt3 + decals: + 1031: 7,-6 + 1032: 8,-5 + 1033: 11,-9 + 1051: -3,5 + 1052: 0,3 + 1061: 7,-2 + 1062: 7,1 + 1063: 7,-4 + 1064: 8,-5 + 1065: 10,-4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt4 + decals: + 974: 2,-3 + 982: 2,-2 + 983: 2,-2 + 984: 2,-2 + 1011: -8,1 + 1012: -8,1 + 1013: -6,1 + - node: + cleanable: True + zIndex: 2 + color: '#FFFFFFFF' + id: burnt4 + decals: + 1027: 11,-8 + 1028: 11,-9 + 1029: 9,-8 + 1030: 7,-9 + 1042: -9,-4 + 1043: -8,-2 + 1044: -7,0 + 1045: -7,-1 + 1046: -8,2 + 1047: -6,2 + 1053: -1,3 + 1054: 7,3 + 1055: 7,2 + 1066: 7,-7 + 1067: 7,-6 + 1068: 9,-8 + 1069: -7,-8 + 1070: -6,-10 + 1073: -3,-7 + - node: + cleanable: True + zIndex: 3 + color: '#57121237' + id: shortline + decals: + 758: 3.0981808,-4.063937 + 759: 2.9263058,-4.1264696 + 760: 2.9106808,-4.1264696 + 761: 3.0278683,-3.8841565 + 762: 3.0200558,-3.8841565 + 763: 3.0200558,-4.2046356 + 764: 2.9888058,-4.1811857 + 765: 2.9184933,-3.9154227 + 766: 2.9028683,-3.7200081 + 767: 3.0981808,-4.087387 + - node: + cleanable: True + zIndex: 3 + angle: 0.2617993877991494 rad + color: '#57121237' + id: shortline + decals: + 768: 3.0278683,-4.0483046 + 769: 2.9575558,-4.0952034 + 770: 2.8872433,-3.9857724 + 771: 2.8716183,-3.7200081 + 772: 2.8716183,-3.6809256 + 773: 3.0044308,-4.063937 + 774: 2.9106808,-4.001405 + 775: 2.8403683,-3.6731093 + 776: 2.8794308,-3.7121918 + - node: + cleanable: True + zIndex: 3 + color: '#57121246' + id: shortline + decals: + 452: 1.8425634,-2.4546344 + 453: 1.7800634,-2.5327995 + 454: 1.6941259,-2.8220127 + 455: 2.037876,-3.1268594 + 456: 2.3581884,-2.82983 + 457: 2.241001,-2.6578653 + 458: 1.9910009,-2.751664 + 459: 1.7566259,-3.1346757 + 460: 1.3816259,-3.1112258 + 461: 1.5222509,-2.4390008 + 462: 1.4441259,-2.1966875 + 463: 1.3816259,-2.1810539 + 464: 1.0378759,-2.3608358 + 465: 1.3035009,-2.80638 + 466: 1.4050634,-3.1503093 + 467: 1.6394384,-3.4707887 + 468: 1.7956884,-3.4629714 + 469: 1.8425634,-2.6344154 + 470: 1.7253759,-2.6813152 + - node: + cleanable: True + zIndex: 3 + angle: 0.2617993877991494 rad + color: '#57121246' + id: shortline + decals: + 777: 2.9653683,-4.0404873 + 778: 2.9263058,-3.9076064 + 779: 2.8169308,-3.7356417 + 780: 2.7700558,-3.6183932 + 781: 2.9184933,-3.845074 + 782: 2.9888058,-4.0717545 + 783: 2.9263058,-4.0404873 + 784: 2.7231808,-3.641843 + 785: 2.7856808,-3.5402272 + 786: 3.0747433,-3.9701388 + 787: 3.0278683,-4.0483046 + 788: 2.8169308,-3.6965592 + - node: + cleanable: True + zIndex: 3 + color: '#57121257' + id: shortline + decals: + 620: 1.3269384,-4.5729256 + 621: 1.4597509,-4.526026 + 622: 1.4675634,-4.2915287 + 623: 1.5769384,-4.064848 + 624: 1.6706884,-3.9475992 + 625: 1.6863134,-4.330611 + 626: 1.6003759,-4.9012213 + 627: 1.6628759,-4.9559374 + 628: 2.2956884,-4.588558 + 629: 2.4206884,-4.479126 + 630: 2.147251,-4.7839727 + 631: 2.2644384,-4.557292 + 632: 2.209751,-4.862138 + 633: 2.3894384,-4.666724 + 634: 2.6394384,-4.557292 + 635: 2.4675634,-4.408777 + 636: 2.5456884,-4.1351967 + 637: 2.553501,-4.0335817 + 638: 2.616001,-3.8069007 + 639: 2.6550634,-4.0492153 + 640: 2.569126,-4.4947596 + 641: 2.6394384,-4.846505 + 642: 2.8581884,-4.940304 + 643: 2.959751,-4.8230553 + 644: 2.647251,-4.479126 + 645: 2.850376,-4.8543215 + 646: 2.912876,-4.8074226 + 647: 3.4675634,-4.846505 + 648: 2.725376,-4.690174 + 649: 1.8035009,-4.580742 + 650: 1.4206884,-4.7448893 + 651: 1.1863134,-4.893405 + 652: 1.7019384,-4.088298 + 653: 1.4519384,-4.2133627 + 654: 1.2410009,-4.557292 + 655: 1.2019384,-4.6745405 + 656: 1.3894384,-4.6432743 + 657: 1.4831884,-4.557292 + - node: + cleanable: True + zIndex: 3 + color: '#57121284' + id: shortline + decals: + 471: 1.6628759,-2.5327995 + 472: 1.6785009,-2.2826698 + 473: 1.7644384,-2.493717 + 474: 1.7800634,-2.7907465 + 475: 1.7956884,-3.0955932 + 476: 1.8738134,-3.1893919 + 477: 2.0925634,-2.8141963 + 478: 2.131626,-2.5327995 + 479: 1.9675634,-2.5875156 + 480: 2.037876,-2.2670362 + 481: 1.9831884,-2.673498 + 482: 2.037876,-2.9705274 + 483: 2.2019384,-2.7125814 + 484: 2.147251,-2.5249832 + 498: 1.8035009,-2.9392612 + 499: 1.9285009,-2.313936 + 500: 2.209751,-2.5406168 + 501: 2.069126,-3.0955932 + 502: 1.9050634,-3.2050254 + 503: 1.9363134,-2.6578653 + 504: 2.1550634,-2.9783447 + 505: 1.8503759,-3.4395225 + 506: 1.7253759,-3.8772504 + 507: 1.8113134,-3.6740196 + 508: 2.334751,-3.087777 + 509: 2.2331884,-3.60367 + 510: 2.272251,-3.971049 + 511: 2.256626,-3.6114862 + 512: 2.0769384,-3.1112258 + 513: 1.9285009,-3.4707887 + 514: 1.8035009,-4.0570316 + 515: 1.7878759,-3.7443683 + 516: 1.7878759,-3.1268594 + 517: 1.7488134,-3.5958536 + 518: 1.8660009,-3.1503093 + 519: 1.8113134,-3.4473388 + 520: 1.7722509,-3.8694332 + 521: 1.7644384,-4.2133627 + 522: 1.7566259,-4.3931437 + 523: 1.8738134,-4.690174 + 524: 1.8894384,-4.846505 + 525: 1.9441259,-4.5416584 + 526: 1.8347509,-3.9866817 + 527: 1.8347509,-4.17428 + 528: 1.8269384,-4.5416584 + 529: 2.069126,-3.1815755 + 530: 2.0925634,-2.9783447 + 531: 1.9519384,-3.658386 + 532: 1.8816259,-4.143014 + 533: 1.9753759,-4.1039305 + 534: 2.006626,-3.1581256 + 535: 2.022251,-2.931445 + 536: 1.9128759,-3.8772504 + 537: 1.9675634,-4.377511 + 538: 2.084751,-3.5724037 + 539: 2.1706884,-3.2128417 + 540: 2.1706884,-4.3071613 + 541: 2.162876,-4.455677 + 542: 2.069126,-4.588558 + 543: 1.9831884,-4.6276407 + 544: 1.9519384,-5.01847 + 545: 2.0925634,-4.510392 + 546: 2.053501,-4.0023155 + 547: 2.0613134,-4.346245 + 548: 1.7644384,-4.7527065 + 549: 1.6628759,-4.3696947 + 550: 1.5378759,-3.892883 + 551: 1.5769384,-3.5333211 + 552: 1.5613134,-3.1737583 + 553: 1.6316259,-2.7907465 + 554: 1.7410009,-2.6109655 + 555: 1.7488134,-2.7047641 + 556: 1.4988134,-3.7052858 + 557: 1.6160009,-3.60367 + 558: 1.7566259,-2.9939773 + 559: 1.3581884,-3.9006994 + 560: 1.3581884,-4.377511 + 561: 1.3972509,-4.6276407 + 562: 1.3972509,-4.8230553 + 563: 1.4753759,-5.0419197 + 564: 1.6003759,-4.3071613 + 565: 1.5300634,-4.0335817 + 566: 1.4441259,-4.635458 + 567: 1.7097509,-3.634936 + 568: 1.5535009,-4.2915287 + 569: 1.6003759,-4.0257654 + 570: 1.5066259,-3.892883 + 571: 1.4597509,-4.1820965 + 572: 1.5456884,-2.7125814 + 573: 1.6003759,-2.4624507 + 574: 1.6785009,-2.3608358 + 575: 1.4831884,-3.119043 + 576: 1.3660009,-3.9241493 + 577: 1.6160009,-3.5333211 + 578: 1.6472509,-3.4473388 + 579: 1.5769384,-4.354061 + 580: 1.4753759,-4.6979904 + 581: 1.6550634,-4.893405 + 582: 2.0925634,-4.580742 + 583: 2.428501,-3.7052858 + 584: 2.506626,-3.142492 + 585: 2.3425634,-2.7203977 + 586: 2.2331884,-2.4390008 + 587: 2.319126,-3.0486934 + 588: 2.1863134,-4.252446 + 589: 2.319126,-4.604192 + 590: 2.5144384,-4.9012213 + 591: 2.7019384,-3.8538005 + 592: 2.287876,-4.3071613 + 593: 1.6550634,-4.9793863 + 594: 1.4519384,-4.580742 + 595: 1.5300634,-4.354061 + 596: 1.5925634,-4.8230553 + 597: 1.7410009,-3.838167 + 598: 1.6706884,-3.3769891 + 599: 2.4675634,-3.3300903 + 600: 2.537876,-4.354061 + 601: 2.4831884,-4.7761564 + 602: 2.678501,-4.4713097 + 603: 2.5300634,-3.7678182 + 604: 2.5769384,-3.0486934 + 605: 2.3581884,-2.7672966 + 606: 2.2800634,-2.7047641 + 607: 2.209751,-3.5880373 + 608: 1.3269384,-3.4082563 + 609: 1.6941259,-2.7203977 + 610: 1.7097509,-2.5015333 + 611: 1.6706884,-2.3217523 + 612: 2.037876,-2.25922 + 613: 2.4363134,-2.7751138 + 614: 2.459751,-3.3926227 + 615: 2.459751,-4.17428 + 616: 2.350376,-4.8074226 + 617: 1.6706884,-4.322795 + 618: 1.5300634,-3.9788654 + 619: 1.7019384,-3.8459842 + - node: + cleanable: True + zIndex: 3 + angle: 0.2617993877991494 rad + color: '#67121244' + id: shortline + decals: + 789: 3.0044308,-4.189003 + 790: 2.9263058,-4.056121 + 791: 2.8638058,-3.9154227 + 792: 2.9653683,-4.001405 + 793: 3.0200558,-4.1030207 + 794: 2.9184933,-3.9310563 + 795: 2.9106808,-3.6731093 + 796: 3.0044308,-3.8372567 + 797: 3.0356808,-4.087387 + 798: 2.9809933,-3.8763402 + 799: 2.9809933,-3.6262095 + 800: 3.0747433,-3.5402272 + 801: 3.0122433,-3.845074 + 802: 3.0122433,-4.1811857 + 803: 2.7700558,-3.923239 + 804: 2.8091183,-3.5714934 + 805: 2.9575558,-3.8372567 + 806: 2.9653683,-3.946689 + 807: 2.7934933,-3.5167773 + 808: 2.8247433,-4.063937 + 809: 2.9184933,-4.1499195 + 810: 2.6450558,-3.6183932 + 811: 2.6606808,-3.3682625 + 812: 2.8794308,-3.821624 + 813: 2.9575558,-3.9857724 + 814: 2.6684933,-3.6731093 + 815: 2.6372433,-3.2900975 + 816: 2.6528683,-3.1103156 + 817: 2.4888058,-2.891452 + 818: 2.3950558,-2.7976534 + 819: 2.7388058,-3.5011446 + 820: 2.9497433,-4.1186533 + 821: 2.9341183,-3.6340258 + 822: 2.9341183,-3.3682625 + 823: 2.8716183,-3.30573 + 824: 2.9731808,-4.001405 + 825: 2.9888058,-4.134287 + 826: 2.9419308,-4.220269 + 827: 2.7075558,-3.946689 + 828: 2.6216183,-3.6027596 + 829: 2.5122433,-3.3135464 + 830: 2.4497433,-3.016517 + 831: 2.3091183,-2.7742035 + 832: 2.1606808,-2.6178725 + 833: 2.3950558,-2.9305346 + 834: 2.8481808,-4.0873938 + 835: 2.8559933,-4.423408 + 836: 2.6450558,-3.7436194 + 837: 2.4966183,-3.3918738 + 838: 2.6684933,-3.4387727 + 839: 2.8403683,-3.782702 + 840: 2.6528683,-3.524755 + 841: 2.5747433,-3.344974 + 842: 2.8091183,-3.6889033 + 843: 2.8325558,-3.5169387 + 844: 2.9184933,-3.524755 + 845: 3.0278683,-4.19698 + 846: 2.9653683,-4.2673297 + 847: 2.8716183,-4.22043 + 848: 3.0825558,-4.501827 + 849: 2.9966183,-4.353312 + 850: 3.0669308,-4.173531 + 851: 3.1450558,-4.353312 + 852: 2.9653683,-4.353312 + 853: 2.7778683,-4.1891637 + 854: 2.8481808,-4.353312 + 855: 3.1450558,-4.306412 + 856: 3.1763058,-4.400211 + 857: 2.9888058,-4.5956254 + 858: 2.9966183,-4.329862 + 859: 3.1528683,-4.19698 + 860: 2.9653683,-4.384578 + 861: 2.9966183,-4.165714 + 862: 2.9263058,-4.19698 + 863: 2.9888058,-4.3923945 + 864: 2.9419308,-4.579993 + - node: + cleanable: True + zIndex: 3 + color: '#76121284' + id: shortline + decals: + 485: 1.7019384,-2.8923624 + 486: 1.6238134,-2.5249832 + 487: 1.7566259,-2.3295686 + 488: 1.8035009,-2.3061197 + 489: 1.9675634,-2.6656816 + 490: 1.8035009,-2.907995 + 491: 1.7878759,-2.6578653 + 492: 1.8894384,-2.392102 + 493: 2.1081884,-2.290486 + 494: 2.1238134,-2.4311845 + 495: 1.9285009,-2.5796993 + 496: 2.1706884,-2.337386 + 497: 1.8972509,-2.6969478 + - node: + cleanable: True + zIndex: 2 + color: '#0600000A' + id: smallbrush + decals: + 1085: -1.6858704,-7.2935915 + 1086: -1.5139954,-7.309224 + 1087: -1.3811828,-7.199792 + 1088: -1.2405578,-7.0121946 + 1089: -1.0764953,-6.7464314 + 1090: -1.1311828,-6.7229815 + 1091: -1.4046203,-6.86368 + 1092: -1.2874328,-6.582283 + 1093: -1.1546203,-6.613549 + 1094: -1.4593078,-6.8558636 + 1095: -1.2874328,-6.730798 + 1096: -1.2093078,-6.84023 + 1097: -1.4514953,-6.81678 + 1098: -1.2561828,-6.5979166 + 1099: -1.0999328,-6.683899 + 1100: -1.2093078,-6.88713 + 1101: -1.1468078,-6.996561 + 1102: -1.3811828,-7.0903606 + 1103: -1.2952453,-6.9809284 + 1104: -1.2718078,-6.918396 + 1105: -1.3811828,-7.129443 + 1106: -1.3811828,-7.145076 + 1107: -1.4124328,-6.9105787 + 1108: -1.1858703,-6.5900993 + 1109: -1.0296203,-6.5041175 + 1110: -0.8108703,-6.5353837 + 1111: -0.9514953,-6.715165 + 1112: -1.3968078,-6.941845 + 1113: -1.4827453,-6.4650345 + 1114: -1.4046203,-6.636999 + 1115: -1.4280578,-6.660449 + 1116: -1.3264953,-6.582283 + 1117: -1.3968078,-6.621366 + 1118: -1.4436828,-6.715165 + 1119: -1.3968078,-6.81678 + 1120: -1.3733703,-6.7542477 + 1121: -1.3499328,-6.6682653 + 1122: -1.2718078,-6.551017 + 1123: -1.1077453,-6.527567 + 1124: -0.8343078,-6.551017 + 1125: -0.6624328,-6.605733 + 1126: -0.8499328,-6.660449 + 1127: -1.0999328,-6.715165 + 1128: -1.3264953,-6.9809284 + 1129: -1.3811828,-7.199792 + 1130: -1.3889953,-7.3639402 + 1131: 0.5250672,-6.636999 + 1132: 0.4625672,-6.6760817 + 1133: 0.3922547,-6.8793125 + 1134: 0.3453797,-7.043461 + 1135: 0.3610047,-7.0590935 + 1136: 0.5563172,-6.6917152 + 1137: 0.5485047,-6.683899 + 1138: 0.3688172,-6.949662 + 1139: 0.2985047,-7.309224 + 1140: 0.3219422,-7.3952065 + 1141: 0.6891297,-6.9105787 + 1142: 0.5719422,-7.0356445 + 1143: 0.3766297,-7.403023 + 1144: 0.7438172,-7.0356445 + 1145: 0.5485047,-7.231058 + 1146: 0.4625672,-7.3483067 + 1147: 0.7594422,-7.020011 + 1148: 0.5016297,-7.5984373 + 1149: 0.6422547,-7.0669107 + 1150: 0.5953797,-6.9809284 + 1151: 0.3531922,-7.5828037 + 1152: 0.4391297,-7.379573 + 1153: 0.5485047,-7.0669107 + 1154: 0.2672547,-7.5202713 + 1155: 0.4235047,-6.996561 + 1156: 0.3219422,-7.2154255 + 1157: 0.3688172,-7.043461 + 1158: 0.4781922,-6.8245964 + 1159: 0.2985047,-7.3483067 + 1160: 0.4000672,-7.403023 + 1161: 0.6422547,-7.0590935 + 1162: 0.3766297,-7.535905 + 1163: 0.6266297,-7.2154255 + 1164: 0.6344422,-7.1607094 + 1165: 0.4469422,-7.5046387 + 1166: 0.7047547,-7.1841593 + 1167: 0.5406922,-7.3483067 + 1168: 0.5953797,-7.0278273 + 1169: 0.4547547,-7.3717566 + 1170: 0.5485047,-7.0903606 + 1171: 0.5797547,-7.2623243 + 1172: 0.3844422,-6.6917152 + 1173: 0.3297547,-6.79333 + 1174: -0.40273905,-6.3165197 + 1175: -0.31680155,-6.347786 + 1176: -0.31680155,-6.715165 + 1177: -0.30117655,-6.5744667 + 1178: -0.21523905,-6.3399696 + 1179: -0.37148905,-6.7229815 + 1180: -0.30117655,-6.6682653 + 1181: -0.16836405,-6.332153 + 1182: -0.32461405,-6.5119343 + 1183: -0.39492655,-6.6917152 + 1184: -0.27773905,-6.5197506 + 1185: -0.23867655,-6.379052 + 1186: -0.34805155,-6.629183 + 1187: -0.30117655,-6.660449 + 1188: -0.004301548,-6.379052 + 1189: -0.09805155,-6.6917152 + 1190: 0.011323452,-6.5353837 + 1191: 0.042573452,-6.457218 + 1192: -0.13711405,-6.683899 + 1193: 0.08944845,-6.3946857 + 1194: 0.12069845,-6.402502 + 1195: 0.15976095,-6.5041175 + 1196: 0.26913595,-6.4103184 + 1197: 0.15194845,-6.621366 + 1198: 0.29257345,-6.425952 + 1199: 0.15194845,-6.558833 + 1200: 0.26132345,-6.5119343 + 1201: 0.18319845,-6.5432005 + 1202: -0.043364048,-6.605733 + 1203: 0.17538595,-6.386869 + 1204: -0.012114048,-6.6526327 + 1205: 0.33944845,-6.5041175 + 1206: 0.09726095,-6.6526327 + 1207: 0.30038595,-6.418135 + 1208: 0.003510952,-6.6448154 + 1209: -0.09805155,-6.558833 + 1210: -0.26992655,-6.4806676 + 1211: -0.06680155,-6.2852535 + 1212: -0.40273905,-6.6448154 + 1213: -0.16055155,-6.5041175 + 1214: 0.019135952,-6.4806676 + 1215: -0.11367655,-6.56665 + 1216: 0.14413595,-6.4415846 + 1217: -0.24648905,-6.7464314 + 1218: 0.26132345,-6.402502 + 1219: 0.13632345,-6.5041175 + 1220: 0.19101095,-6.56665 + - node: + cleanable: True + zIndex: 2 + color: '#0600000E' + id: smallbrush + decals: + 1349: 5.524046,-8.350655 + 1350: 5.3443584,-8.061441 + 1351: 5.3443584,-7.5924473 + 1352: 5.3912334,-7.35795 + 1353: 5.383421,-8.506986 + 1354: 5.3912334,-9.155762 + 1355: 5.4068584,-9.27301 + 1356: 4.9849834,-9.421525 + 1357: 4.7818584,-9.437158 + 1358: 5.2037334,-9.280827 + 1359: 5.4849834,-9.1244955 + 1360: 5.4849834,-8.827465 + 1361: 5.4537334,-8.7493 + 1362: 5.3443584,-9.22611 + 1363: 5.1881084,-9.421525 + 1364: 4.5943584,-9.452791 + 1365: 3.242796,-9.0463295 + 1366: 3.320921,-9.194844 + 1367: 3.461546,-9.319909 + 1368: 3.602171,-9.476241 + 1369: 3.5474834,-9.054146 + 1370: 3.5006084,-8.882181 + 1371: 3.711546,-9.312093 + 1372: 3.586546,-9.007247 + 1373: 3.5162334,-8.827465 + 1374: 3.7818584,-9.132312 + 1375: 3.492796,-8.671134 + 1376: 3.4849834,-9.054146 + 1377: 3.2974834,-9.101046 + 1378: 2.758421,-9.163578 + 1379: 2.0162334,-9.218294 + 1380: 1.758421,-9.077596 + 1381: 1.6099834,-8.897815 + 1382: 1.2974834,-9.202661 + 1383: 1.5162334,-8.639868 + 1384: 1.461546,-8.819649 + 1385: 1.352171,-9.202661 + 1386: 1.758421,-9.140128 + 1387: 1.7506084,-9.218294 + 1388: 1.4381084,-9.398075 + 1389: 1.6881084,-9.22611 + - node: + cleanable: True + zIndex: 2 + color: '#0600001A' + id: smallbrush + decals: + 1221: -7.9557114,-1.0246365 + 1222: -7.9088364,-1.1809676 + 1223: -7.8932114,-1.2513173 + 1224: -7.9088364,-1.5561631 + 1225: -7.9244614,-1.6499617 + 1226: -7.7057114,-1.2669499 + 1227: 1.630085,-2.3143704 + 1228: 1.52071,-2.5254185 + 1229: 1.661335,-2.4628851 + 1230: 1.80196,-2.3221877 + 1231: 1.7316475,-2.5566847 + 1232: 1.8722725,-2.4785187 + 1233: 1.8722725,-2.5410511 + 1234: 2.0597725,-2.4394362 + 1235: 2.1535225,-2.5488675 + 1236: 2.2628975,-2.4550688 + 1237: 2.33321,-2.38472 + 1238: 5.3267717,-2.5057006 + 1239: 5.2486467,-2.6542153 + 1240: 5.256459,-2.544783 + 1241: 5.3892717,-1.9507241 + 1242: 5.3892717,-1.7709432 + 1243: 5.2486467,-1.661511 + 1244: 5.2017717,-1.6927772 + 1245: 5.303334,-2.5369668 + 1246: 5.2330217,-2.0132565 + 1247: 5.2486467,-1.5755286 + 1248: 5.4517717,-1.4270139 + 1249: 5.490834,-1.8647418 + 1250: 5.3736467,-2.2633872 + 1251: 5.3267717,-2.153955 + 1252: 5.2486467,-1.8881917 + 1253: 5.272084,-2.2790198 + 1254: 5.4986467,-2.4822507 + 1255: 5.4048967,-2.4822507 + 1256: 5.2330217,-2.0679727 + 1257: 5.287709,-1.3644814 + 1258: 5.381459,-1.2550492 + 1259: -1.3281441,-2.3571858 + 1260: -1.2890816,-2.4353514 + 1261: -1.1406441,-2.0210729 + 1262: -1.1406441,-1.7709432 + 1263: -1.3125191,-1.5442624 + 1264: -1.3203316,-1.5208125 + 1265: -1.2187691,-2.372819 + 1266: -1.3359566,-2.1930375 + 1267: -1.1718941,-1.5129962 + 1268: -1.3672066,-1.5520787 + 1269: 5.3689404,-2.388452 + 1270: 5.220503,-2.5057006 + 1271: 5.111128,-2.1930375 + 1272: 5.111128,-1.7865758 + 1273: 5.1970654,-1.4973626 + 1274: 5.345503,-1.3879309 + 1275: 5.345503,-1.8491087 + 1276: 5.2439404,-2.4588008 + 1277: 5.4470654,-2.8339963 + 1278: 5.361128,-2.5760498 + 1279: 5.2283154,-2.075789 + 1280: 4.595503,0.5709276 + 1281: 4.876753,0.60219383 + 1282: 5.064253,0.5240283 + 1283: 5.220503,0.45367908 + 1284: 5.376753,0.41459632 + 1285: 5.4470654,0.27389812 + 1286: 5.470503,0.07066727 + 1287: 5.439253,-0.1403799 + 1288: 5.4626904,0.10193348 + 1289: 5.4001904,0.3833301 + 1290: 5.079878,0.46931243 + 1291: 4.8064404,0.3989632 + 1292: 5.2908154,0.29734778 + 1293: 5.4001904,0.023767948 + 1294: 5.4001904,-0.19509602 + 1295: 5.408003,-0.60155773 + 1296: 5.392378,-0.7813387 + 1297: 5.376753,-0.1872797 + 1298: 5.236128,0.26608157 + 1299: 4.9001904,0.44586277 + 1300: 5.0408154,0.28171468 + 1301: 5.329878,-1.8834753 + 1302: 5.2908154,-3.9705 + 1303: 5.2126904,-5.0648193 + 1304: 5.189253,-5.3384 + 1305: 5.033003,-5.447832 + 1306: 5.283003,-5.3305836 + 1307: 5.5095654,-5.010104 + 1308: 5.564253,-4.752157 + 1309: 5.376753,-5.1742516 + 1310: 5.2595654,-5.3227663 + 1311: -1.1537471,-5.236784 + 1312: -1.252366,-5.424382 + 1313: -1.361741,-5.1273527 + 1314: -1.3695534,-4.7912397 + 1315: -1.361741,-4.4551277 + 1316: -1.3695534,-4.259713 + 1317: -1.221116,-5.2289677 + 1318: -1.002366,-5.2993174 + 1319: -0.91642845,-5.3305836 + 1320: 9.306587,-7.8899517 + 1321: 9.236275,-7.850868 + 1322: 9.2519,-7.796152 + 1323: 9.275337,-7.7023535 + 1324: 9.048775,-7.8117857 + 1325: 9.337837,-7.8352356 + 1326: 10.87957,-8.248169 + 1327: 10.7623825,-8.17782 + 1328: 10.91082,-7.786991 + 1329: 10.84832,-8.052754 + 1330: 10.582695,-8.388867 + 1331: 10.7780075,-7.810441 + 1332: 10.59832,-8.13933 + 1333: 10.7311325,-8.700693 + 1334: 10.7780075,-8.569519 + 1335: 10.5123825,-8.514803 + 1336: 10.707695,-7.9832754 + 1337: 10.645195,-8.413187 + 1338: 10.75457,-7.522098 + 1339: 10.8092575,-7.959826 + 1340: 10.738945,-8.882181 + 1341: 10.94207,-8.944714 + - node: + cleanable: True + zIndex: 2 + color: '#0600001C' + id: smallbrush + decals: + 1082: -1.4358703,-7.0043783 + 1083: -1.3499328,-6.7698812 + 1084: -1.0686828,-6.5119343 + - node: + cleanable: True + zIndex: 3 + color: '#57121246' + id: smallbrush + decals: + 424: 1.8347509,-2.2045038 + 425: 1.6238134,-1.9543736 + 426: 2.3894384,-1.9700067 + 427: 2.1706884,-2.548433 + 428: 1.5613134,-2.4233682 + 429: 1.9753759,-2.079439 + 430: 1.9910009,-2.7203977 + 431: 1.8113134,-3.0174272 + 432: 2.1706884,-2.4390008 + 433: 2.2019384,-2.4390008 + 434: 1.7566259,-2.9470785 + 435: 1.6472509,-2.5093505 + 436: 2.162876,-2.7203977 + 437: 2.0144384,-3.0799596 + 438: 1.8503759,-2.7907465 + 439: 1.6160009,-2.2983024 + 440: 2.4363134,-1.9387405 + 441: 2.522251,-2.7438476 + 442: 1.5066259,-2.650048 + 443: 1.8269384,-2.0481727 + 444: 2.272251,-2.4233682 + 445: 2.131626,-2.728214 + 446: 2.6394384,-2.6578653 + 447: 2.4050634,-2.0638053 + 448: 1.9363134,-1.9309242 + 449: 1.5769384,-2.1185215 + 450: 2.3113134,-2.673498 + 451: 2.6081884,-2.4859006 + - node: + cleanable: True + color: '#5712121D' + id: splatter + decals: + 989: -0.6406853,-0.7189672 + 990: -0.5859978,-0.54700303 + 991: 1.1952522,-0.16399074 + 992: 1.3358772,-0.4141209 + 993: 1.4140022,-0.18744016 + 994: 1.2421272,0.21902156 + 995: 3.1327522,0.10958934 + 996: 3.4921272,-0.14054132 + 997: 2.7108772,-0.15617394 + 998: 2.7108772,-0.062375307 + 999: 4.21869,-0.18744016 + 1000: 4.0077524,-0.47665334 + 1001: 5.0077524,-0.8205826 + - node: + cleanable: True + zIndex: 1 + color: '#57121227' + id: splatter + decals: + 24: 1.6378884,-2.129091 + 25: 1.7238259,-1.8398778 + 26: 2.1847634,-1.3318012 + 27: 2.255076,-1.8867776 + 28: 1.5050759,-2.4808366 + 29: 1.9269509,-0.9566057 + 30: 2.2941384,-1.1832864 + 31: 2.1378884,-1.8711445 + 32: 1.8878884,-1.5506651 + 33: 2.2160134,-1.1363866 + 34: 1.6691384,-1.8789613 + 35: 2.208201,-1.042588 + 36: 2.692576,-1.4724996 + 37: 1.9660134,-1.5506651 + 38: 3.0285134,-1.1598365 + 39: 2.645701,-1.6053808 + 40: 2.442576,-1.4334161 + 41: 2.973826,-1.1676528 + 42: 2.3566384,-2.207257 + 43: 3.2003884,-1.8398778 + 44: 3.2003884,-1.4490497 + 45: 2.3410134,-2.2697895 + 46: 2.661326,-2.6293519 + 47: 2.958201,-1.8789613 + 48: 2.8878884,-1.9024107 + 49: 1.8488259,-2.6528013 + 50: 2.723826,-1.636647 + 51: 1.5597634,-2.191624 + 52: 1.6691384,-1.2536352 + 53: 2.036326,-1.456866 + 54: 1.3410134,-1.5975645 + 55: 1.8488259,-1.198919 + 56: 1.7394509,-2.387038 + 57: 1.8019509,-2.7934997 + 58: 2.6222634,-2.902932 + 59: 1.5988259,-2.621535 + 60: 2.9347634,-1.535032 + 61: 2.2785134,-3.035813 + 62: 1.0910134,-3.0514467 + 63: 1.6925759,-2.0978248 + 64: 1.9113259,-2.824766 + 65: 1.6144509,-3.0436304 + 66: 3.005076,-2.4339378 + 67: 1.8488259,-2.7075174 + 68: 2.7316384,-2.2697895 + 69: 2.895701,-2.152541 + 70: 2.2316384,-2.6059024 + 71: 1.3800759,-1.8398778 + 72: 1.4347634,-1.261452 + 73: 1.5675759,-1.1129367 + 74: 1.2863259,-1.1363866 + 75: 1.7160134,-1.9414937 + 76: 1.2472634,-2.879482 + 77: 2.458201,-3.0748966 + 78: 1.6222634,-3.059263 + 79: 2.223826,-2.3792217 + 80: 2.192576,-3.3093936 + 81: 1.5910134,-3.6142395 + 82: 3.067576,-3.29376 + 83: 2.7160134,-3.551707 + 84: 1.8644509,-3.1217954 + 85: 2.223826,-2.6918848 + 86: 2.1847634,-3.395376 + 87: 1.5988259,-3.575157 + 88: 1.7707009,-2.981098 + 89: 1.6144509,-3.0670793 + 90: 0.86445093,-2.3401387 + 91: 2.020701,-2.7466 + 92: 1.1300759,-3.0279968 + 93: 2.270701,-2.7309673 + 94: 1.5363259,-3.4422748 + 95: 2.864451,-2.9654644 + 96: 1.5832009,-3.4344585 + 97: 2.583201,-2.8091333 + 98: 2.3410134,-3.6220567 + 99: 1.9894509,-3.6767719 + 100: 2.2003884,-3.8409202 + 101: 2.567576,-3.9347188 + 102: 2.0441384,-4.083234 + 103: 1.4582009,-3.9738023 + 104: 2.5441384,-3.833104 + - node: + cleanable: True + zIndex: 1 + color: '#5712122D' + id: splatter + decals: + 233: -1.3699241,-0.026433706 + 234: -1.1121116,0.3565781 + 235: -0.44023657,0.43474412 + 236: -0.74492407,0.301862 + 237: -1.3386741,0.301862 + 238: -1.3542991,0.380028 + 239: -1.2683616,0.45037723 + 240: -0.95586157,0.38784432 + 241: -0.19023657,0.24714637 + 242: 0.88788843,0.18461347 + 243: 1.6144509,0.22369647 + 244: 1.4269509,0.17679715 + 245: -0.18242407,-0.15931535 + 246: -0.65117407,-0.80027413 + 247: -1.0886741,-1.4803159 + 248: -1.2605491,-2.1212747 + 249: -1.2996116,-2.4339378 + 250: -1.3386741,-3.035813 + 251: -1.2839866,-3.371926 + 252: -1.1746116,-3.6845891 + - node: + cleanable: True + zIndex: 1 + color: '#5712122F' + id: splatter + decals: + 262: -0.97929907,-4.5678616 + 263: -1.0105491,-5.2322702 + 264: 0.22382593,-5.302619 + 265: 1.8488259,-5.3417025 + 266: 2.130076,-5.3104362 + 267: -0.08867407,-5.271353 + 268: -1.5027361,-5.068122 + 269: -1.1667991,-4.5209618 + 270: -1.0808616,-5.0524893 + 271: -0.81523657,-5.326069 + 272: -1.5027361,-5.3886013 + 273: -0.10429907,-5.3182526 + 274: -0.22148657,-5.3417025 + 275: 1.8957009,-5.1306543 + 276: 3.7160134,-5.224454 + 277: 4.4503884,-5.2869864 + 278: 4.8488264,-5.2088203 + 279: 5.278514,-5.0603056 + 280: 5.3644514,-5.0368557 + 281: 4.4347634,-5.169738 + 282: 4.2316384,-4.9821396 + 283: 5.153514,-4.810175 + 284: 5.1457014,-5.1072054 + 285: 4.2160134,-5.146288 + 286: 4.1222634,-5.1150217 + - node: + cleanable: True + zIndex: 3 + color: '#5712122F' + id: splatter + decals: + 287: 4.3097634,-5.177554 + 288: 3.755076,-5.146288 + 289: 4.395701,-4.9586897 + 290: 5.1613264,-4.943057 + 291: 5.2550764,-4.786726 + 292: 5.044139,-5.1072054 + 293: 3.786326,-5.201004 + 294: 3.114451,-5.1931877 + 295: 2.630076,-5.201004 + 296: 3.286326,-5.099388 + 297: 3.614451,-5.1150217 + 298: 1.7316384,-4.911791 + 299: 0.87226343,-4.997773 + 300: 0.75507593,-5.044672 + 301: 2.9191384,-5.021223 + 302: 2.989451,-5.075939 + 303: 1.8410134,-5.224454 + 304: 0.75507593,-5.091572 + 305: -0.09648657,-5.0837555 + 306: -1.0105491,-5.0290394 + 307: -1.0339866,-4.7476425 + 308: 2.114451,-4.997773 + 309: 4.067576,-4.786726 + 310: 4.7707014,-4.6694775 + 311: 4.856639,-3.9034526 + 312: 4.8332014,-3.5438907 + 313: 4.8488264,-3.0436304 + 314: 5.247264,-2.957648 + 315: 5.075389,-4.4115305 + 316: 4.9425764,-5.1384716 + 317: 5.3957014,-3.8252876 + 318: 5.309764,-3.2234113 + 319: 5.2082014,-2.9341981 + 320: 4.6769514,-4.2082996 + 321: 3.3410134,-4.6929264 + 322: 3.567576,-4.763276 + 323: 4.997264,-3.6376894 + 324: 5.0363264,-2.8951156 + 325: 5.012889,-2.644985 + 326: 4.145701,-4.083234 + 327: 4.1535134,-4.4427967 + 328: 4.8332014,-3.0905292 + 329: 4.653514,-2.51992 + 330: 4.9582014,-3.0201805 + 331: 5.122264,-2.7153337 + 332: 5.2082014,-1.894594 + 333: 4.919139,-1.1754696 + 334: 5.325389,-2.566819 + 335: 5.278514,-2.981098 + 336: 5.1925764,-4.1066837 + 337: 5.2707014,-4.4896955 + 338: 5.0050764,-4.810175 + 339: 4.934764,-3.9581687 + 340: 5.0832014,-3.0123641 + 341: 5.325389,-2.5121033 + 342: 5.488742,-5.533588 + 343: 5.3245764,-5.2044697 + 344: 5.2942553,-3.7432704 + 345: 5.2317553,-2.8209147 + 346: 5.2317553,-1.9298258 + 347: 5.1848803,-0.655725 + 348: 4.5989428,-0.28052926 + 349: 4.2551928,-0.09293175 + 350: 4.6067553,-0.10074806 + - node: + cleanable: True + zIndex: 1 + color: '#57121235' + id: splatter + decals: + 105: 1.4425759,-2.6528013 + 106: 1.3410134,-2.168174 + 107: 2.3253884,-1.6210144 + 108: 2.8097634,-1.7773454 + 109: 2.2628884,-3.3250263 + 110: 1.5988259,-3.0436304 + 111: 1.8722634,-2.4573872 + 112: 1.5597634,-4.1535835 + 113: 1.1300759,-4.4896955 + 114: 1.5207009,-3.371926 + 115: 1.3722634,-3.6767719 + 116: 1.0675759,-4.7241926 + 117: 1.8957009,-3.911269 + 118: 1.9347634,-3.5907896 + 119: 1.6378884,-5.122838 + 120: 1.7238259,-4.528779 + 121: 1.8332009,-4.1223173 + 122: 2.0285134,-4.864891 + 123: 2.161326,-4.294282 + 124: 2.208201,-3.5126245 + 125: 2.0597634,-3.0045469 + 126: 1.8332009,-2.7544172 + 127: 2.145701,-3.9190862 + 128: 2.2160134,-4.2630157 + 129: 2.161326,-2.8951156 + 130: 1.8566384,-3.4579084 + 131: 1.8332009,-3.5126245 + 132: 1.8410134,-3.215595 + 133: 2.114451,-4.270832 + 134: 2.098826,-4.497513 + 135: 2.005076,-3.6767719 + 136: 1.9269509,-4.2082996 + 137: 1.9269509,-4.0754175 + 138: 1.9894509,-3.6767719 + 139: 1.8410134,-3.9816186 + 140: 1.6378884,-2.0821922 + 141: 1.5519509,-1.8555114 + 142: 1.0675759,-1.6131976 + 143: 1.2082009,-1.5428483 + 144: 2.083201,-1.4099667 + 145: 2.7316384,-1.9180439 + 146: 2.9191384,-2.5277364 + 147: 2.7003884,-2.981098 + 148: 2.458201,-3.3015773 + 149: 2.145701,-3.5282571 + 150: 1.6925759,-3.6845891 + 151: 0.75507593,-3.3328435 + 152: 0.47382593,-2.5824525 + 153: 0.41132593,-1.9180439 + 154: 0.59101343,-1.4334161 + 155: 1.2863259,-1.0894873 + 156: 2.7785134,-1.042588 + 157: 3.583201,-1.0660379 + 158: 3.7003884,-2.1212747 + 159: 3.2472634,-2.7387836 + 160: 1.8878884,-3.0905292 + 161: 0.98163843,-2.2541564 + 162: 1.0910134,-1.9571264 + 163: 0.93476343,-2.8560321 + 164: 0.68476343,-2.0509255 + 165: 1.1457009,-1.4803159 + 166: 0.66132593,-2.4339378 + 167: 1.5519509,-1.6835468 + 168: 1.5207009,-2.3401387 + 169: 0.93476343,-2.51992 + 170: 1.0910134,-2.0352924 + 171: 1.2863259,-2.9498308 + 172: 2.286326,-2.9420145 + 173: 2.973826,-2.3557718 + 174: 3.067576,-1.8007953 + 175: 2.770701,-1.2145526 + 176: 2.036326,-0.84717345 + 177: 1.4503884,-0.7377417 + 178: 0.66132593,-0.8315408 + 179: 0.39570093,-1.4412329 + 180: 0.42695093,-2.0665586 + 181: 0.44257593,-2.7309673 + 182: 1.1925759,-3.1843288 + 183: 2.458201,-3.395376 + 184: 3.395701,-3.0045469 + 185: 3.8253884,-1.7851622 + 186: 3.364451,-1.2849014 + 187: 2.7316384,-0.90188956 + 188: 2.395701,-0.82372403 + 189: 3.067576,-1.2770851 + 190: 3.7316384,-1.9962099 + 191: 3.4972634,-2.3479555 + 192: 3.176951,-1.6210144 + 193: 2.692576,-0.84717345 + 194: 2.0128884,-0.5266943 + 195: 1.0675759,-0.7611911 + 196: 0.60663843,-1.1207535 + 197: 0.34101343,-1.4490497 + 198: 0.23945093,-1.7617128 + 199: 0.56757593,-1.8711445 + 200: 0.37226343,0.31749558 + 201: 0.37226343,-0.0029838085 + 202: 0.14570093,-0.5970433 + 203: 0.85663843,-0.46416163 + 204: 0.95820093,-0.83935714 + 205: 0.09882593,-0.7299249 + 206: 0.41132593,-0.13586569 + 207: -1.2605491,-0.17494845 + 208: -0.73711157,0.39566112 + 209: -1.2839866,0.028282404 + 210: -1.2605491,0.19243026 + 211: -1.2605491,0.21587968 + 212: -1.3230491,-0.42507887 + 213: -1.2683616,-0.89407325 + 214: -1.2996116,-0.40944552 + 215: -1.2292991,0.012649298 + 216: -1.2058616,0.004832506 + 217: -0.76054907,0.3096788 + 218: -0.85429907,0.2705958 + 219: 0.20820093,0.3565781 + 220: 0.26288843,0.3253119 + 221: 0.84101343,0.31749558 + 222: 0.48945093,0.25496268 + 223: -0.44804907,0.07518172 + 224: -0.81523657,-0.104599476 + 225: -1.1277366,-0.3625462 + 226: -0.44804907,-0.073333025 + 227: -0.32304907,-0.049883604 + 228: -1.2058616,-0.6361263 + 229: -1.4246116,-0.7221086 + 230: -0.13554907,0.15334725 + 231: 0.63007593,0.31749558 + 232: 1.3644509,0.09863114 + - node: + cleanable: True + zIndex: 3 + color: '#57121237' + id: splatter + decals: + 658: -0.35274917,-4.064848 + 659: -0.28243667,-3.8772504 + 660: -0.33712417,-3.3144567 + 661: 0.45975083,-4.017948 + 662: -0.48556167,-4.455677 + 663: 0.41287583,-3.4629714 + 664: 0.6706884,-4.5963745 + 665: 0.17850083,-4.0257654 + 666: -0.07931167,-2.962711 + 667: 0.7566259,-3.1112258 + 668: 0.6863134,-4.19773 + 669: -0.25899917,-3.5645874 + 670: -0.36056167,-2.3295686 + 671: -0.32149917,-1.8840244 + 672: -0.5246241,-1.3603141 + 673: -0.29024917,-2.4546344 + 674: -0.27462417,-1.6729772 + 675: -0.31368667,-1.6573436 + 676: -0.47774917,-1.110184 + 677: -0.24337417,-0.8444207 + 678: 0.26443833,-0.5708406 + 679: 2.053501,-0.32071042 + 680: 2.381626,-0.35979342 + 681: 3.9675636,-0.6177404 + 682: 4.241001,-1.2899654 + 683: 3.9128761,-2.2748535 + 684: 4.3894386,-2.4859006 + 685: 4.2488136,-3.165942 + 686: 4.209751,-3.3300903 + 687: 4.241001,-2.8689125 + 688: 4.2175636,-2.9392612 + 689: 4.459751,-3.9241493 + 690: 4.1706886,-4.244629 + 691: 3.6238136,-3.1893919 + 692: 4.147251,-3.2910068 + 693: 3.4050634,-3.7287357 + 694: 3.6550636,-3.1815755 + 695: 3.6160011,-3.6740196 + 696: 3.412876,-4.0023155 + 697: 3.2175634,-3.814717 + 698: 3.7488136,-3.5880373 + 699: 3.2175634,-4.2368126 + 700: 4.1550636,-3.9319665 + 701: 4.491001,-2.470267 + 702: 4.2800636,-1.4931962 + 703: 4.459751,-1.0632846 + 704: 4.459751,-1.8918412 + 705: 4.037876,-1.2508824 + 706: 3.2019384,-0.36760974 + 707: 1.9206884,-0.2269113 + 708: 3.7253761,-3.4551551 + 709: 3.131626,-4.1351967 + 710: 3.7488136,-4.4947596 + 711: 4.0456886,-4.166464 + 712: 0.7253759,-4.2133627 + 713: 0.030063331,-3.4395225 + 714: 0.9597509,-3.6662023 + 715: 0.14725083,-4.064848 + 716: 0.26443833,-2.82983 + 717: -0.26681167,-2.3999183 + 718: -0.17306167,-1.5400951 + 719: 0.44412583,-0.813154 + 720: 0.47628975,-1.2430656 + 721: 0.76535225,-0.71153903 + 722: 2.1012897,-0.46922517 + 723: 3.5153522,-0.6802728 + 724: 2.4137897,-0.5630243 + 725: 0.37472725,-0.6802728 + 726: -1.0705848,-1.6729772 + 727: 4.3591022,-1.602628 + 728: 4.6091022,-1.344681 + 729: 4.7184772,-2.5093505 + 730: 4.2028522,-2.986161 + 731: 0.4284668,-2.3842847 + 732: 1.4669219,-1.602628 + 733: 3.6153593,-1.4697464 + 734: 4.1778593,-2.0169065 + 735: 2.8184845,-3.6505697 + 736: 1.4825469,-4.3149786 + 737: 0.6700469,-4.408777 + 738: -0.025265574,-3.2128417 + 739: 0.17004693,-2.6344154 + 740: 1.4747344,-2.4859006 + 741: 0.037234426,-3.681836 + 742: 1.7091093,-3.9319665 + 743: 3.1622345,-3.4395225 + 744: -0.62056875,-3.0556004 + 745: -0.40963125,-2.0707123 + 746: -0.01900673,-1.0936406 + 747: 3.0278683,-4.2984343 + 748: 3.1059933,-4.220269 + 749: 3.1372433,-4.243718 + 750: 2.9809933,-4.368784 + 751: 2.9419308,-4.157736 + 752: 3.1684933,-4.212452 + 753: 3.0981808,-4.243718 + 754: 3.0591183,-4.1811857 + 755: 3.0825558,-4.4078665 + 756: 3.1138058,-4.2828016 + 757: 3.1450558,-4.157736 + - node: + cleanable: True + zIndex: 3 + color: '#57121246' + id: splatter + decals: + 351: 4.0208178,0.2171719 + 352: 3.7473803,0.2249887 + 353: 4.7630053,0.28752112 + 354: 5.2317553,-0.0016920567 + 355: 5.4192553,-0.9005978 + 356: 5.3880053,-1.7682374 + 357: 5.3723803,-0.853698 + 358: 5.2630053,0.084290266 + 359: 4.9192553,0.34223723 + 360: 4.1926928,0.31097102 + 361: 2.9973805,0.26407123 + 362: 2.0598805,0.1859057 + 363: 1.5911305,0.20935512 + 364: 0.927068,0.19372249 + 365: 1.052068,0.2797048 + 366: 3.7473803,0.38913655 + 367: 4.7083178,0.27188802 + 368: 5.0989428,0.04520774 + 369: 5.3801928,-0.99439645 + 370: 5.3176928,-2.0652668 + 371: 5.3645678,-0.68173337 + 372: 5.1614428,0.41258597 + 373: 5.2317553,0.5142019 + 374: 5.3411303,0.053024054 + 375: 5.1926928,-0.39252067 + 376: 3.5442553,0.33442044 + 377: 2.755193,0.2797048 + 378: 2.0442555,0.34223723 + 379: 1.708318,0.40476966 + 380: 2.4817555,0.5376513 + 381: 2.8567555,0.5376513 + 382: 2.770818,0.46730208 + 383: 3.5364428,0.45166898 + 384: 4.2005053,0.45166898 + 385: 4.9583178,0.27188802 + 386: 5.2395678,-0.35343766 + 387: 5.3489428,-0.9240477 + 388: 5.2786303,-1.4790242 + 389: 5.1380053,-2.1277993 + 390: 5.3176928,-2.8156579 + 391: 5.3020678,-3.7145636 + 392: 5.2942553,-4.144474 + 393: 5.1770678,-4.5509357 + 394: 5.1692553,-4.527486 + 395: 5.3333178,-3.3940842 + 396: 5.2942553,-4.2148237 + 397: 5.2630053,-5.4092684 + 398: 4.7630053,-5.556517 + 399: 3.208318,-5.284233 + 400: 2.2630055,-5.2373333 + 401: 0.844975,-5.2451506 + 402: -0.37195456,-5.2920494 + 403: -0.13951898,-5.2451506 + 404: 2.422981,-5.2685995 + 405: 2.2901685,-3.8303506 + 406: 1.594856,-1.7745926 + 407: 2.1339185,-1.4462965 + 408: 1.1339185,-1.9856403 + 409: 0.985481,-1.8371251 + 410: 2.016731,-1.7042434 + 411: 1.860481,-2.4546344 + 412: 3.2901685,-2.079439 + 413: 3.3214185,-1.8918412 + 414: 2.7432935,-1.2665155 + 415: 3.204231,-1.0007522 + 416: 2.9151685,-0.68808913 + 417: 2.876106,-0.6099231 + 418: 3.1651685,-0.9929354 + 419: 3.3057935,-1.0945508 + 420: 3.3839185,-1.2665155 + 421: 3.001106,-1.821492 + 422: 2.8995435,-2.415551 + 423: 1.9932935,-2.368652 + - node: + cleanable: True + zIndex: 1 + color: '#57121248' + id: splatter + decals: + 253: -1.3230491,-3.4891746 + 254: -1.2996116,-2.6918848 + 255: -1.0808616,-1.9102275 + 256: -1.2449241,-1.0660379 + 257: -1.2292991,-1.5741146 + 258: -1.2683616,-2.9263818 + 259: -1.2449241,-4.270832 + 260: -1.0886741,-4.7945423 + 261: 0.20820093,-4.8258085 + - node: + cleanable: True + zIndex: 1 + color: '#57121265' + id: splatter + decals: + 18: 1.7472634,-1.8733788 + 19: 1.8800759,-1.8421125 + 20: 1.9972634,-2.2407575 + 21: 1.6925759,-2.3032904 + 22: 2.239451,-1.7014141 + 23: 2.4660134,-1.6779644 + - node: + cleanable: True + zIndex: 3 + angle: 0.2617993877991494 rad + color: '#6712122D' + id: splatter + decals: + 912: -1.8834603,-1.2950897 + 913: -2.3131478,-1.2169242 + 914: -2.4068978,-1.146575 + 915: -1.7350228,-0.9746103 + 916: -1.8678353,-1.0918589 + 917: -2.5709603,-1.0371428 + 918: -2.4225228,-0.8495455 + 919: -2.4303353,-0.70103073 + 920: -3.1568978,-0.41181755 + 921: -2.7506478,-0.33365154 + 922: -2.3834603,-0.72448015 + 923: -2.7818978,-1.1153088 + 924: -3.0631478,-1.404522 + 925: -2.6490853,-1.2403736 + 926: -2.6725228,-1.3419895 + 927: -3.0553353,-1.7015514 + 928: -2.5318978,-1.0684094 + 929: -2.6100228,-0.9355278 + 930: -2.7037728,-1.9829483 + 931: -2.8287728,-2.3190603 + 932: -3.2272103,-1.7875338 + 933: -2.9850228,-0.8104625 + 934: -2.8443978,-0.43526745 + 935: -3.5006478,-1.404522 + 936: -3.3209603,-0.79482937 + 937: -3.0318978,-0.5368824 + 938: -3.3131478,-0.76356316 + 939: -3.1647103,-0.41181755 + 940: -2.7350228,-0.2398529 + 941: -2.8756478,-0.8339119 + 942: -2.9068978,-0.43526745 + 943: -2.7506478,-0.10697079 + 944: -2.5006478,-0.74011326 + 945: -2.2428353,-1.1309419 + 946: -1.9537728,-1.2560072 + 947: -1.8053353,-1.2794571 + 948: -1.8131478,-1.2481904 + 949: -2.1959603,-1.0371428 + 950: -2.8131478,-1.0918589 + 951: -3.3443978,-1.3732557 + 952: -3.1568978,-2.1080132 + 953: -2.9459603,-2.4206762 + 954: -2.9303353,-2.725522 + 955: -2.9772103,-3.0303688 + 956: -2.5162728,-2.4597588 + 957: -2.7272103,-1.6155691 + 958: -2.7506478,-1.4670544 + 959: -3.1022103,-2.569191 + 960: -2.9303353,-2.1001968 + 961: -2.7272103,-1.4748707 + 962: -2.7428353,-1.4748707 + 963: -2.8209603,-1.975132 + 964: -3.1647103,-0.8339119 + 965: -3.1959603,0.1509757 + 966: -3.0397103,0.25259113 + 967: -2.6647103,0.1118927 + 968: -1.7428353,-0.8964448 + 969: -1.4693978,-0.9589777 + 970: -1.4381478,-1.2950897 + - node: + cleanable: True + zIndex: 3 + angle: 0.2617993877991494 rad + color: '#67121244' + id: splatter + decals: + 865: 3.3503788,-3.440471 + 866: 3.4128788,-3.2919562 + 867: 2.8972538,-3.3075888 + 868: 2.8972538,-3.4561036 + 869: 3.2253788,-3.8938315 + 870: 2.4910038,-3.104358 + 871: 2.6785038,-2.7369788 + 872: 2.9363163,-3.1278079 + 873: 2.7488163,-3.4326537 + 874: 2.2488163,-3.0340092 + 875: 2.7488163,-4.2143106 + 876: 3.1160038,-4.761471 + 877: 3.4206913,-4.847453 + 878: 2.8581913,-4.1361456 + 879: 3.897254,-4.3706427 + 880: 3.631629,-4.6442223 + 881: 3.4285038,-4.4488077 + 882: 2.7878788,-4.5191574 + 883: 2.8738163,-3.8469326 + 884: 3.2956913,-4.401909 + 885: 1.094368,-2.6882396 + 886: 0.609993,-3.1259675 + 887: 0.03968048,-4.25937 + 888: 0.14124298,-4.4782343 + 889: -0.51500654,-3.446447 + 890: 0.8365555,-2.9305534 + 891: 4.1803055,-2.6022573 + 892: 3.6803055,-3.9232578 + 893: 4.688118,-3.774743 + 894: 4.4615555,-4.6970987 + 895: 3.6803055,-4.7674475 + 896: -1.288444,-3.9701576 + 897: -0.94469404,-3.024352 + 898: -0.42906904,-2.0543013 + 899: -0.022819519,-0.82043004 + 900: -0.23375702,-0.2696948 + 901: -0.61656904,-0.06405425 + 902: 2.1803055,-0.27538848 + 903: 3.4615555,-0.18101573 + 904: 4.6334305,-0.56402755 + 905: 4.1334305,-1.5489156 + 906: -1.8678353,-0.77919626 + 907: -1.8678353,-0.77919626 + 908: -2.0162728,-0.8339119 + 909: -2.7428353,-0.8729954 + 910: -2.8287728,-0.8417287 + 911: -2.3912728,-0.67758083 + - type: GridAtmosphere + version: 2 + data: + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - uid: 476 + mapInit: true + paused: true + components: + - type: MetaData + name: solution - beaker + - type: Transform + parent: 15 + - type: Solution + solution: + maxVol: 30 + name: beaker + reagents: + - data: [] + ReagentId: Frezon + Quantity: 20 + - data: [] + ReagentId: Fresium + Quantity: 10 + - type: ContainedSolution + containerName: beaker + container: 15 +- proto: AirAlarm + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - type: DeviceList + devices: + - 306 + - 307 + - 229 + - 230 + - 231 + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - type: DeviceList + devices: + - 308 + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1 + - type: DeviceList + devices: + - 228 + - 229 + - 225 + - 226 + - 227 + - 10 +- proto: AirlockAssemblyCommand + entities: + - uid: 5 + components: + - type: MetaData + desc: It opens, it closes, and maybe crushes you. This one will probably crush you. + name: broken command airlock + - type: Transform + pos: 4.5,-5.5 + parent: 1 + missingComponents: + - Anchorable +- proto: AirlockCommandGlass + entities: + - uid: 6 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 1 + - type: Door + secondsUntilStateChange: -5362.1104 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True +- proto: AirlockEngineering + entities: + - uid: 8 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-1.5 + parent: 1 +- proto: AirSensor + entities: + - uid: 10 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 4 +- proto: AnomalyElectricity + entities: + - uid: 11 + components: + - type: MetaData + desc: An impossible object. Arcs flash between it and the telepad. There's a slight blue glow around it. + - type: Transform + pos: 2.5000086,-1.333174 + parent: 1 + - type: Anomaly + healthChangePerSecond: 0 + minPulseLength: 1500 + maxPulseLength: 1800 + pulseVariation: 0 + pulseStabilityVariation: 0,0 + supercriticalSound: !type:SoundPathSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 250 + pitch: 1 + volume: 1.7 + path: /Audio/Ambience/ambiruin3.ogg + supercriticalSoundAtAnimationStart: !type:SoundPathSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 15 + pitch: 1 + volume: 2 + path: /Audio/Ambience/ambiruin2.ogg + minPointsPerSecond: 40 + maxPointsPerSecond: 170 + growingPointMultiplier: 0 + corePrototype: AnomalyBluespace + coreInertPrototype: MobAbomination + animationTime: 7 + offset: 0,0.05 + - type: AmbientSound + volume: 0 + range: 10 + sound: !type:SoundPathSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 10 + pitch: 1 + volume: 0 + path: /Audio/Ambience/ambiruin5.ogg + - type: RadiationSource + slope: 0.7 + intensity: 4.5 +- proto: APCBasic + entities: + - uid: 12 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 1 +- proto: APCHighCapacity + entities: + - uid: 13 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 1 +- proto: BaseChemistryEmptyVial + entities: + - uid: 15 + mapInit: true + paused: true + components: + - type: MetaData + name: vial (frezon coolant) + - type: Transform + parent: 14 + - type: Tag + tags: + - CentrifugeCompatible + - type: SolutionContainerManager + solutions: null + containers: + - beaker + - type: MeleeWeapon + nextAttack: -32.1421018 + - type: EmitSoundOnCollide + nextSound: -1171.0409639 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + solution@beaker: !type:ContainerSlot + ent: 476 + - type: Label + currentLabel: frezon coolant + - type: NameModifier + baseName: vial + - type: InsideEntityStorage +- proto: BaseComputer + entities: + - uid: 19 + components: + - type: MetaData + desc: The monitor is displaying readings from an array of sensors. They're all flashing red. + name: telescience computer + - type: Transform + pos: 0.5,-5.5 + parent: 1 +- proto: BlastDoor + entities: + - uid: 20 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 1 + - uid: 21 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1 +- proto: BlastDoorFrame + entities: + - uid: 24 + components: + - type: Transform + anchored: True + pos: -5.5,-8.5 + parent: 1 + - uid: 25 + components: + - type: Transform + anchored: True + pos: -5.5,-7.5 + parent: 1 +- proto: BlueprintFulton + entities: + - uid: 382 + components: + - type: MetaData + name: blueprint + - type: Transform + pos: 1.579378,-6.642523 + parent: 1 +- proto: BluespaceBeaker + entities: + - uid: 471 + components: + - type: Transform + rot: -2.9363906402140856 rad + pos: -7.928747,0.6358436 + parent: 1 +- proto: ButtonFrameCaution + entities: + - uid: 26 + components: + - type: Transform + pos: 1.5,-5.25 + parent: 1 +- proto: ButtonFrameCautionSecurity + entities: + - uid: 27 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 28 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 +- proto: CableApcStack1 + entities: + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.777521,-2.6875072 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.546303,-7.5623555 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.874428,-7.2262425 + parent: 1 +- proto: CableHV + entities: + - uid: 76 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 +- proto: CableHVStack1 + entities: + - uid: 91 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.114647,1.358743 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.917657,-3.1817186 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -5.245782,-0.60224986 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.083397,-0.34526896 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.2162094,0.09245896 + parent: 1 + - uid: 458 + components: + - type: Transform + rot: -2.9466295252230505 rad + pos: -8.780957,-0.45470548 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: 2.9480044841766357 rad + pos: -9.499638,-0.5635517 + parent: 1 +- proto: CableMV + entities: + - uid: 96 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1 +- proto: CableMVStack1 + entities: + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.309632,-4.3932867 + parent: 1 + - uid: 151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.7783823,-4.268222 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.3402357,-0.5727961 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.029247046,-2.2611752 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.74799705,-2.1673765 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 2.232372,-2.2220926 + parent: 1 +- proto: CableTerminal + entities: + - uid: 156 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 1 +- proto: CargoTelepad + entities: + - uid: 158 + components: + - type: MetaData + desc: An experimental telepad, akin to cargo telepads. Something went horribly wrong with this one. + name: experimental telepad + - type: Transform + pos: 2.5,-1.5 + parent: 1 + missingComponents: + - DeviceLinkSink + - CargoTelepad + - Anchorable + - Construction +- proto: Catwalk + entities: + - uid: 159 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,1.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.2353792,-6.0455465 + parent: 1 +- proto: ClockworkGrilleBroken + entities: + - uid: 173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,1.5 + parent: 1 +- proto: ClosetRadiationSuit + entities: + - uid: 175 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 483 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsJack + entities: + - uid: 176 + components: + - type: Transform + pos: 2.4916928,-1.5949614 + parent: 1 +- proto: CrateEngineeringSecure + entities: + - uid: 477 + components: + - type: Transform + pos: -7.0570393,2.6675224 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 483 + - 482 + - 481 + - 480 + - 479 + - 478 + - 484 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - type: Pullable + prevFixedRotation: True +- proto: CrateSecure + entities: + - uid: 14 + components: + - type: MetaData + desc: A secure crate supposedly holding highly fragile vials of frezon. It's dented on the edges. + name: secure frezon vial crate + - type: Transform + pos: 7.842639,-6.7983217 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: PlaceableSurface + isPlaceable: True + - type: Pullable + prevFixedRotation: True + - type: AccessReader + access: + - - ResearchDirector + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 21.349998 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 720 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 15 + - 18 + - 17 + - 16 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: DimLightBulb + entities: + - uid: 179 + components: + - type: Transform + parent: 178 + - type: Physics + canCollide: False +- proto: DisposalJunction + entities: + - uid: 180 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 +- proto: DisposalJunctionFlipped + entities: + - uid: 181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 1 +- proto: DisposalPipe + entities: + - uid: 182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 1 + - uid: 184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 1 + - uid: 185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 1 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 1 +- proto: DisposalPipeBroken + entities: + - uid: 209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-7.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 1 +- proto: DisposalTrunk + entities: + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 1 +- proto: DisposalUnit + entities: + - uid: 215 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 +- proto: DisposalYJunction + entities: + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 1 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.016434,-3.9197845 + parent: 1 +- proto: EmergencyLight + entities: + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 +- proto: ExtinguisherCabinetOpen + entities: + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 1 +- proto: FaxMachineBase + entities: + - uid: 223 + components: + - type: MetaData + desc: Bluespace technologies on the application of bureaucracy. This one looks really old. + name: old long range fax machine + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - type: FaxMachine + name: Telescience Research Laboratory + - type: Pullable + prevFixedRotation: True +- proto: FireAlarmAssembly + entities: + - uid: 224 + components: + - type: MetaData + desc: A fire alarm. It's busted. + name: broken fire alarm + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + missingComponents: + - Construction +- proto: FirelockEdge + entities: + - uid: 225 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 4 + - uid: 226 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 4 + - uid: 227 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 4 + - uid: 228 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 4 +- proto: FirelockGlass + entities: + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - 4 + - uid: 230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - uid: 231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 +- proto: FloorTileItemWhite + entities: + - uid: 232 + components: + - type: Transform + rot: 4.427054287049856 rad + pos: -5.8714786,-9.549382 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: 2.229738708211938 rad + pos: -6.362634,-7.4310646 + parent: 1 + - uid: 234 + components: + - type: Transform + rot: 5.098679819562537 rad + pos: 7.1832304,-7.5247245 + parent: 1 + - uid: 235 + components: + - type: Transform + rot: 1.9395802012722982 rad + pos: 8.443088,-8.874636 + parent: 1 + - uid: 236 + components: + - type: Transform + rot: 5.511605602261332 rad + pos: 12.312578,-7.6115174 + parent: 1 + - uid: 237 + components: + - type: Transform + rot: 1.6469409036108125 rad + pos: -2.8823411,-7.337399 + parent: 1 + - uid: 238 + components: + - type: Transform + rot: 3.9097657833244788 rad + pos: -3.4943893,-8.840513 + parent: 1 +- proto: FultonBeacon + entities: + - uid: 474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.177677,-3.9586577 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 239 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: GasPipeBroken + entities: + - uid: 240 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1 +- proto: GasPipeHalf + entities: + - uid: 242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 265 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 271 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 272 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 273 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 274 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 275 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 276 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 277 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 278 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 279 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 280 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 281 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 282 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 283 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 284 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 285 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 286 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 287 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 288 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 289 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 290 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 291 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 292 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 298 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentPump + entities: + - uid: 306 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 307 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 3 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GeneratorRTG + entities: + - uid: 310 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 +- proto: GeneratorRTGDamaged + entities: + - uid: 311 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 +- proto: Girder + entities: + - uid: 314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,0.5 + parent: 1 + - uid: 315 + components: + - type: Transform + anchored: False + rot: -0.4829698940131326 rad + pos: -2.9930477,-0.07659909 + parent: 1 + - type: Physics + bodyType: Dynamic + - type: Pullable + prevFixedRotation: True +- proto: GravityGeneratorMini + entities: + - uid: 465 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 +- proto: Grille + entities: + - uid: 316 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 1 + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 +- proto: HeadHuman + entities: + - uid: 456 + components: + - type: MetaData + desc: You swear that you can see it blinking when you look away. It still looks fresh no matter how much time passes. + name: severed human head + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.4745088,-4.8270464 + parent: 1 + - type: StaticPrice + price: 1200 +- proto: HeatExchanger + entities: + - uid: 322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - uid: 324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 +- proto: HeatExchangerBend + entities: + - uid: 325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 +- proto: HellfireFreezerMachineCircuitBoard + entities: + - uid: 462 + components: + - type: Transform + parent: 461 + - type: Physics + canCollide: False +- proto: IngotGold1 + entities: + - uid: 478 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 484 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: IngotSilver + entities: + - uid: 481 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: IntercomAll + entities: + - uid: 469 + components: + - type: MetaData + desc: An intercom for emergency situations. It's in pristine condition. + name: emergency intercom + - type: Transform + anchored: False + rot: 3.141592653589793 rad + pos: 0.125,-9.5 + parent: 1 +- proto: LeftArmHuman + entities: + - uid: 327 + components: + - type: MetaData + desc: There's a faint amount of blood flowing through it with no apparent source. Holy shit. + name: severed human arm + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.4338455,-3.8538203 + parent: 1 +- proto: LightTubeBroken + entities: + - uid: 328 + components: + - type: Transform + rot: -1.416310431090404 rad + pos: 0.57831144,-2.58745 + parent: 1 +- proto: MachineFrame + entities: + - uid: 329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 1 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 330 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 461 + components: + - type: Transform + anchored: False + rot: -2.8760533769938608 rad + pos: 8.73963,-1.5786963 + parent: 1 + - type: Physics + bodyType: Dynamic + - type: Pullable + prevFixedRotation: True + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 462 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: MagazinePistolIncendiary + entities: + - uid: 331 + components: + - type: Transform + pos: 5.019086,-7.5772476 + parent: 1 +- proto: NTFlag + entities: + - uid: 309 + components: + - type: Transform + rot: 0.13962634015954636 rad + pos: 3.5,-9.5 + parent: 1 + - type: Physics + fixedRotation: False + missingComponents: + - Rotatable +- proto: OrganHumanHeart + entities: + - uid: 353 + components: + - type: MetaData + desc: It's still beating, with blood flowing out of it. + - type: Transform + rot: -1.9273808757450919 rad + pos: -2.6602058,0.56129754 + parent: 1 +- proto: Paper + entities: + - uid: 332 + components: + - type: Transform + rot: -0.20943951023931956 rad + pos: 2.037424,-5.5461926 + parent: 1 + - type: Paper + content: Why did they turn it on? +- proto: PaperBin5 + entities: + - uid: 333 + components: + - type: Transform + pos: 2.6850836,-5.5076914 + parent: 1 +- proto: PartRodMetal1 + entities: + - uid: 334 + components: + - type: Transform + rot: 3.5735224829460006 rad + pos: 2.8325648,-2.6332126 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 5.415333711435719 rad + pos: 4.5388713,-2.242306 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.072605518318313 rad + pos: 3.2665815,-1.8669751 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: 0.0825442216232209 rad + pos: 1.3239778,-1.7438174 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 3.317215669866568 rad + pos: 1.8479091,-2.4235706 + parent: 1 + - uid: 339 + components: + - type: Transform + rot: 2.623097249808306 rad + pos: 0.4738374,-6.1469135 + parent: 1 + - uid: 340 + components: + - type: Transform + rot: 2.8105587448093674 rad + pos: 3.7485664,-0.12830475 + parent: 1 + - uid: 341 + components: + - type: Transform + rot: 0.24859504401683807 rad + pos: -2.495243,1.0401144 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: -0.90249103307724 rad + pos: -2.3941262,1.0222735 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.6789339,-2.7247334 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.6711214,-5.3432846 + parent: 1 +- proto: PenCentcom + entities: + - uid: 177 + components: + - type: Transform + pos: 1.7905452,-5.500127 + parent: 1 +- proto: PhoneInstrument + entities: + - uid: 468 + components: + - type: Transform + pos: 2.330452,-5.4928937 + parent: 1 +- proto: PlasmaChemistryVial + entities: + - uid: 479 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 +- proto: PosterBroken + entities: + - uid: 466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.482854,-4.201713 + parent: 1 +- proto: PosterLegit50thAnniversaryVintageReprint + entities: + - uid: 350 + components: + - type: MetaData + desc: A poster advertising the 50th anniversary of this research facility - the year on this poster is 22 years ahead of now. + - type: Transform + pos: 2.5,-9.5 + parent: 1 +- proto: PosterLegitHelpOthers + entities: + - uid: 349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3414617,-9.541878 + parent: 1 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.769932,-9.483023 + parent: 1 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.431637,-3.7712698 + parent: 1 +- proto: PosterLegitSafetyInternals + entities: + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5175743,-3.3569915 + parent: 1 +- proto: PosterLegitScience + entities: + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.598712,-4.6862397 + parent: 1 +- proto: PottedPlantBioluminscent + entities: + - uid: 356 + components: + - type: Transform + pos: -0.45099998,-6.104999 + parent: 1 + - type: Pullable + prevFixedRotation: True +- proto: PoweredlightCyan + entities: + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 1 +- proto: PoweredlightEmpty + entities: + - uid: 358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 1 +- proto: PoweredStrobeLightEmpty + entities: + - uid: 178 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - type: AmbientSound + volume: -12 + range: 6 + sound: !type:SoundPathSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 15 + pitch: 1 + volume: 0 + path: /Audio/Misc/adminlarm.ogg + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 179 + - type: PoweredLight + on: True + - type: ApcPowerReceiver + powerLoad: 0 + - type: DamageOnInteract + isDamageActive: False +- proto: PoweredWarmSmallLight + entities: + - uid: 360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 +- proto: Railing + entities: + - uid: 362 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 +- proto: RailingCorner + entities: + - uid: 366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 1 +- proto: RailingCornerSmall + entities: + - uid: 368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 1 +- proto: RandomCommandCorpseSpawner + entities: + - uid: 369 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 +- proto: RandomEngineerCorpseSpawner + entities: + - uid: 370 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - uid: 371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 372 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 +- proto: RandomSecurityCorpseSpawner + entities: + - uid: 373 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-3.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-6.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,2.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 379 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 +- proto: ResearchAndDevelopmentServerMachineCircuitboard + entities: + - uid: 330 + components: + - type: Transform + parent: 329 + - type: Physics + canCollide: False +- proto: SalvageCanisterSpawner + entities: + - uid: 457 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 380 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 381 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 +- proto: SalvageSpawnerTreasureValuable + entities: + - uid: 475 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 +- proto: ScrapFireExtinguisher + entities: + - uid: 470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.492197,-6.3380527 + parent: 1 +- proto: ScrapFirelock3 + entities: + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.3577194,-6.0863066 + parent: 1 +- proto: ScrapGeneratorUraniumLeaking + entities: + - uid: 383 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 +- proto: ScrapSteel + entities: + - uid: 385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.479542,-1.5957811 + parent: 1 +- proto: ShardGlass + entities: + - uid: 16 + components: + - type: Transform + parent: 14 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 17 + components: + - type: Transform + parent: 14 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 18 + components: + - type: Transform + parent: 14 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.53894794,-1.957128 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.09363544,-1.148113 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.4977655,-7.5847235 + parent: 1 +- proto: SheetPlasma10 + entities: + - uid: 480 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 482 + components: + - type: Transform + parent: 477 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SignalButtonDirectional + entities: + - uid: 389 + components: + - type: Transform + pos: 1.5,-5.25 + parent: 1 +- proto: SignalSwitchDirectional + entities: + - uid: 390 + components: + - type: MetaData + desc: It's a switch for toggling power to the telepad. It's popping out of it's frame. + name: telepad power switch + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 + - type: SignalSwitch + state: True + - type: DeviceLinkSource + linkedPorts: + 178: + - - On + - On + - - Off + - Off +- proto: SignRadiationMed + entities: + - uid: 313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,0.35 + parent: 1 +- proto: SignScience + entities: + - uid: 467 + components: + - type: Transform + pos: -1.5797484,-9.469645 + parent: 1 +- proto: SignSecureSmallRed + entities: + - uid: 392 + components: + - type: Transform + pos: -1.5,-6.75 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: 6.5,-8.25 + parent: 1 +- proto: SMESBasic + entities: + - uid: 394 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 395 + components: + - type: MetaData + name: main substation + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 396 + components: + - type: MetaData + desc: Increases the voltage of electricity put into it. The chassis looks severely dented. This one doesn't look very safe... + name: teleportation room substation + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - type: Explosive + intensitySlope: 1.5 + - type: Electrified + highVoltageDamageMultiplier: 8 + highVoltageTimeMultiplier: 3 + shockDamage: 12 + shockNoises: !type:SoundPathSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 15 + pitch: 1 + volume: 0 + path: /Audio/Effects/tesla_consume.ogg + shockVolume: 25 + - type: AmbientSound + range: 6 +- proto: SurveillanceCameraAssembly + entities: + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 1 +- proto: SyringeBluespace + entities: + - uid: 472 + components: + - type: Transform + rot: -2.750853778794408 rad + pos: -7.858965,-0.85789263 + parent: 1 +- proto: TableReinforced + entities: + - uid: 401 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 +- proto: TelecomServer + entities: + - uid: 405 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - type: AmbientSound + volume: -15 +- proto: ToolboxEmergency + entities: + - uid: 406 + components: + - type: Transform + rot: -0.4363323129985824 rad + pos: -7.315751,-2.832624 + parent: 1 +- proto: WallReinforced + entities: + - uid: 407 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 + - uid: 427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 1 + - uid: 428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 1 + - uid: 429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 + - uid: 430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-9.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - uid: 433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,2.5 + parent: 1 + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 1 + - uid: 437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 1 + - uid: 438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,2.5 + parent: 1 + - uid: 439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,2.5 + parent: 1 + - uid: 441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,0.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 1 + - uid: 445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: WeaponTurretHostile + entities: + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-9.5 + parent: 1 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 454 + components: + - type: Transform + pos: -8.9164915,2.2247021 + parent: 1 + - type: Pullable + prevFixedRotation: True +- proto: WindowReinforcedDirectional + entities: + - uid: 455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 1 +- proto: ZiptiesBroken + entities: + - uid: 460 + components: + - type: MetaData + desc: They smell like burning plastic, yet are cold to the touch. + name: twisted zipties + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.358805,-3.7183802 + parent: 1 +... diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index a5c5e56680..5d1304f74d 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -80,6 +80,7 @@ - /Maps/Ruins/whiteship_ancient.yml - /Maps/Ruins/whiteship_bluespacejumper.yml - /Maps/Ruins/wrecklaimer.yml + - /Maps/Ruins/displaced_telescience.yml wrecks: !type:DungeonSpawnGroup minimumDistance: 150 maximumDistance: 300 From 179e16db8b246b984bbcfa7e91765b618479ebd3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 14:50:43 +0000 Subject: [PATCH 157/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 436d5a4afb..df89a5bfd1 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -60,4 +60,11 @@ id: 8 time: '2025-04-29T09:04:07.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37031 +- author: LaCumbiaDelCoronavirus + changes: + - message: Added a new salvage ruin, Telescience. + type: Add + id: 9 + time: '2025-04-30T14:49:36.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36653 Order: 1 From 8cd20af6bdafe4507fe1bea53bad2dffe9e5a4fd Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:51:23 -0400 Subject: [PATCH 158/318] Fix turnstile collision with firelocks (#37074) --- Resources/Prototypes/Entities/Structures/Doors/turnstile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml b/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml index 2fde8a1a28..c8a52e925c 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml @@ -22,7 +22,7 @@ mask: - FullTileMask layer: - - AirlockLayer + - GlassAirlockLayer fix2: shape: !type:PhysShapeAabb @@ -31,7 +31,7 @@ mask: - FullTileMask layer: - - AirlockLayer + - GlassAirlockLayer - type: MeleeSound soundGroups: Brute: From 103225f5544da1f823f36fdefa38bd052da23bee Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 15:52:30 +0000 Subject: [PATCH 159/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0b0beb0135..8c0e1be030 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: keronshb - changes: - - message: The Hypereutactic Blade has been added to the game as an alternative - to the double bladed energy sword. It's a massive sword with high attack power, - 100% reflect chance, but slow movement and use speed. - type: Add - id: 7894 - time: '2025-02-03T21:22:22.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32414 - author: AgentSmithRadio changes: - message: Added manager wire hacking menus to nearly all vending machines. Get @@ -3919,3 +3910,10 @@ id: 8395 time: '2025-04-30T14:10:54.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37039 +- author: themias + changes: + - message: Firelocks can now close over turnstiles + type: Fix + id: 8396 + time: '2025-04-30T15:51:23.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37074 From ef10e4eb1c054be612325e3ef3133d97d4720cf6 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:56:28 -0400 Subject: [PATCH 160/318] Skeletons leave glove fiber evidence (#37077) Fix skeleton forensics --- Content.Server/Forensics/Systems/ForensicsSystem.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Server/Forensics/Systems/ForensicsSystem.cs b/Content.Server/Forensics/Systems/ForensicsSystem.cs index 2c75cc3b19..ec4683460b 100644 --- a/Content.Server/Forensics/Systems/ForensicsSystem.cs +++ b/Content.Server/Forensics/Systems/ForensicsSystem.cs @@ -19,6 +19,7 @@ using Content.Shared.Weapons.Melee.Events; using Robust.Shared.Random; using Content.Shared.Verbs; using Robust.Shared.Utility; +using Content.Shared.Hands.Components; namespace Content.Server.Forensics { @@ -32,7 +33,7 @@ namespace Content.Server.Forensics public override void Initialize() { - SubscribeLocalEvent(OnInteract); + SubscribeLocalEvent(OnInteract); SubscribeLocalEvent(OnFingerprintInit, after: new[] { typeof(BloodstreamSystem) }); // The solution entities are spawned on MapInit as well, so we have to wait for that to be able to set the DNA in the bloodstream correctly without ResolveSolution failing SubscribeLocalEvent(OnDNAInit, after: new[] { typeof(BloodstreamSystem) }); @@ -60,7 +61,7 @@ namespace Content.Server.Forensics } } - private void OnInteract(EntityUid uid, FingerprintComponent component, ContactInteractionEvent args) + private void OnInteract(EntityUid uid, HandsComponent component, ContactInteractionEvent args) { ApplyEvidence(uid, args.Other); } From 309521f60d9f37fb91d12f0b89c08eb9a739b226 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 30 Apr 2025 19:57:35 +0000 Subject: [PATCH 161/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8c0e1be030..6f4cc13123 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: AgentSmithRadio - changes: - - message: Added manager wire hacking menus to nearly all vending machines. Get - hacking and see what's hidden! - type: Add - id: 7895 - time: '2025-02-03T23:33:14.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32934 - author: ps3moira changes: - message: Changed 3D item sprites to cabinet perspective @@ -3917,3 +3909,10 @@ id: 8396 time: '2025-04-30T15:51:23.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37074 +- author: themias + changes: + - message: Skeletons wearing gloves now leave fiber evidence + type: Fix + id: 8397 + time: '2025-04-30T19:56:28.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37077 From f9aecda933c51bd8deea7dc25883bd290a0ff64b Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 May 2025 10:11:35 +1000 Subject: [PATCH 162/318] Fix action ent prediction (#37076) Buttons don't get created in the predicted methods only on state handler. --- Content.Client/Actions/ActionsSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/Actions/ActionsSystem.cs b/Content.Client/Actions/ActionsSystem.cs index 0302739816..31350a6a5d 100644 --- a/Content.Client/Actions/ActionsSystem.cs +++ b/Content.Client/Actions/ActionsSystem.cs @@ -202,6 +202,7 @@ namespace Content.Client.Actions return; OnActionAdded?.Invoke(actionId); + ActionsUpdated?.Invoke(); } protected override void ActionRemoved(EntityUid performer, EntityUid actionId, ActionsComponent comp, BaseActionComponent action) @@ -210,6 +211,7 @@ namespace Content.Client.Actions return; OnActionRemoved?.Invoke(actionId); + ActionsUpdated?.Invoke(); } public IEnumerable<(EntityUid Id, BaseActionComponent Comp)> GetClientActions() From b8e65d56b13656f297158f9865221b3bd355f385 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 00:12:44 +0000 Subject: [PATCH 163/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6f4cc13123..3709010505 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ps3moira - changes: - - message: Changed 3D item sprites to cabinet perspective - type: Tweak - id: 7896 - time: '2025-02-04T07:52:10.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34293 - author: impubbi changes: - message: Bolas will now only be applied once. @@ -3916,3 +3909,10 @@ id: 8397 time: '2025-04-30T19:56:28.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37077 +- author: metalgearsloth + changes: + - message: Fix action additions / removals sometimes not being predicted. + type: Fix + id: 8398 + time: '2025-05-01T00:11:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37076 From d925b6f7d2aa830d4c03fc3b41daa248a17b2202 Mon Sep 17 00:00:00 2001 From: Samuka-C <47865393+Samuka-C@users.noreply.github.com> Date: Thu, 1 May 2025 02:20:56 -0300 Subject: [PATCH 164/318] Make universal access config better (#37079) * add a universal ID card to the universal access config * make the admin access config have infinite range * now checks for the BypassInteractionRange Tag instead * Add suggested fix to the AccessOverrider system Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * remove other stuff I added * another suggested change to avoid weird behaviour where you can use it from a distance --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Server/Access/Systems/AccessOverriderSystem.cs | 2 +- .../Prototypes/Entities/Objects/Tools/access_configurator.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Server/Access/Systems/AccessOverriderSystem.cs b/Content.Server/Access/Systems/AccessOverriderSystem.cs index 4bb42a30a3..4062909d75 100644 --- a/Content.Server/Access/Systems/AccessOverriderSystem.cs +++ b/Content.Server/Access/Systems/AccessOverriderSystem.cs @@ -197,7 +197,7 @@ public sealed class AccessOverriderSystem : SharedAccessOverriderSystem if (!PrivilegedIdIsAuthorized(uid, component)) return; - if (!_interactionSystem.InRangeUnobstructed(uid, component.TargetAccessReaderId)) + if (!_interactionSystem.InRangeUnobstructed(player, component.TargetAccessReaderId)) { _popupSystem.PopupEntity(Loc.GetString("access-overrider-out-of-range"), player, player); diff --git a/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml b/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml index 188cbfc51b..03b49e506b 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml @@ -69,6 +69,7 @@ requiresComplex: true requireActiveHand: false singleUser: true + inHandsOnly: true - type: ItemSlots - type: ContainerContainer containers: @@ -130,6 +131,7 @@ - GenpopLeave privilegedIdSlot: name: id-card-console-privileged-id + startingItem: UniversalIDCard ejectSound: /Audio/Machines/id_swipe.ogg insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg ejectOnBreak: true From c1ebbb0789d99fa8f22ddfd81817c638628f1637 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 05:22:04 +0000 Subject: [PATCH 165/318] Automatic changelog update --- Resources/Changelog/Admin.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index 575b121409..b4a4420ff7 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1123,5 +1123,14 @@ Entries: id: 135 time: '2025-04-30T00:40:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/35301 +- author: Samuka + changes: + - message: universal access config now starts with a universal ID + type: Tweak + - message: admins can now use any access config from any range + type: Fix + id: 136 + time: '2025-05-01T05:20:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37079 Name: Admin Order: 2 From 55ef51a84bb0cbe6233bf9f7ba272839adad1a58 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 1 May 2025 01:32:37 -0400 Subject: [PATCH 166/318] Fix listcontainer constantly disposing children (#37089) --- Content.Client/UserInterface/Controls/ListContainer.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Content.Client/UserInterface/Controls/ListContainer.cs b/Content.Client/UserInterface/Controls/ListContainer.cs index 0ee0a67af0..0bd7d32215 100644 --- a/Content.Client/UserInterface/Controls/ListContainer.cs +++ b/Content.Client/UserInterface/Controls/ListContainer.cs @@ -264,12 +264,6 @@ public class ListContainer : Control _updateChildren = false; var toRemove = new Dictionary(_buttons); - foreach (var child in Children.ToArray()) - { - if (child == _vScrollBar) - continue; - RemoveChild(child); - } if (_data.Count > 0) { @@ -292,8 +286,9 @@ public class ListContainer : Control if (Toggle && data == _selected) button.Pressed = true; + AddChild(button); } - AddChild(button); + button.SetPositionInParent(i - _topIndex); button.Measure(finalSize); } } From d0b1a153091dfef836aaa9d26a49e032537f2cf2 Mon Sep 17 00:00:00 2001 From: imatsoup <93290208+imatsoup@users.noreply.github.com> Date: Thu, 1 May 2025 05:35:13 +0000 Subject: [PATCH 167/318] Fixes battery weapons changing firemode on wield (#37085) Credit to Happyrobot33 for the implementation Co-authored-by: Matthew Herber <32679887+happyrobot33@users.noreply.github.com> --- .../Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs | 4 ++++ Content.Shared/Wieldable/SharedWieldableSystem.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs b/Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs index 0c90ae1637..974bfa1783 100644 --- a/Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs @@ -82,6 +82,10 @@ public sealed class BatteryWeaponFireModesSystem : EntitySystem private void OnUseInHandEvent(EntityUid uid, BatteryWeaponFireModesComponent component, UseInHandEvent args) { + if(args.Handled) + return; + + args.Handled = true; TryCycleFireMode(uid, component, args.User); } diff --git a/Content.Shared/Wieldable/SharedWieldableSystem.cs b/Content.Shared/Wieldable/SharedWieldableSystem.cs index 2e50c655fc..ec476e6db6 100644 --- a/Content.Shared/Wieldable/SharedWieldableSystem.cs +++ b/Content.Shared/Wieldable/SharedWieldableSystem.cs @@ -44,7 +44,7 @@ public abstract class SharedWieldableSystem : EntitySystem { base.Initialize(); - SubscribeLocalEvent(OnUseInHand, before: [typeof(SharedGunSystem)]); + SubscribeLocalEvent(OnUseInHand, before: [typeof(SharedGunSystem), typeof(BatteryWeaponFireModesSystem)]); SubscribeLocalEvent(OnItemUnwielded); SubscribeLocalEvent(OnItemLeaveHand); SubscribeLocalEvent(OnVirtualItemDeleted); From cf96f58880ed77d1dc200701e182c91e6143d6d0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 05:36:20 +0000 Subject: [PATCH 168/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3709010505..660f696311 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: impubbi - changes: - - message: Bolas will now only be applied once. - type: Fix - id: 7897 - time: '2025-02-04T16:11:46.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34723 - author: slarticodefast changes: - message: Added binoculars. You can find them in maints loot and the warden's locker. @@ -3916,3 +3909,12 @@ id: 8398 time: '2025-05-01T00:11:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37076 +- author: imatsoup + changes: + - message: Battery weapons with multiple fire-modes (Energy Shotgun, Temperature + Gun) will no longer change their fire-modes when wielded by activating them + in your hand. + type: Fix + id: 8399 + time: '2025-05-01T05:35:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37085 From 181bf4073d8ace0624f721d062deff77306bcdc1 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 1 May 2025 13:26:59 +0200 Subject: [PATCH 169/318] cleanup snipers.yml (#37094) --- .../Entities/Objects/Weapons/Guns/Snipers/snipers.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index a36da010a1..d15912c656 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -149,10 +149,8 @@ price: 0 - type: entity - name: flintlock pistol parent: WeaponPistolFlintlock id: WeaponPistolFlintlockEmpty - description: A pirate's companion. Yarrr! Uses .45 magnum ammo. suffix: Empty components: - type: BallisticAmmoProvider From 8d01f90ad25b21c03cc176fe25789942f8054b54 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 1 May 2025 13:49:24 +0200 Subject: [PATCH 170/318] cleanup revolvers.yml (#37095) --- .../Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml index fa65aa4649..f2693d5e2e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml @@ -170,10 +170,8 @@ ammoSlots: [ null, null, null, null, null ] - type: entity - name: pirate revolver parent: WeaponRevolverPirate id: WeaponRevolverPirateEmpty - description: An odd, old-looking revolver, favoured by pirate crews. Uses .45 magnum ammo. suffix: Empty components: - type: RevolverAmmoProvider From 81507b9d52c2619a1d4f32a1bef06a60d7cb7c96 Mon Sep 17 00:00:00 2001 From: Ertanic <36124833+Ertanic@users.noreply.github.com> Date: Thu, 1 May 2025 17:21:16 +0300 Subject: [PATCH 171/318] Localizable craftmenu (#32339) * Now the name of the target craft items is taken directly from the prototypes * Deleting unnecessary fields * Deleting unnecessary fields * Added suffix field * Added override via localization keys * My favorite ItemList and TextureRect have been replaced with ListContainer and EntityPrototypeView * Fix suffix * Fix construction ghosts... maybe * Remove suffix from UI * Suffixes have been removed from prototypes * Added a description for the secret door * Fix search..? * The Icon field of ConstructionPrototype has been removed * StackPrototypes used in the construction menu have been localized * TagConstructionGraphStep used in the construction menu have been localized * The search bar has been localized * Fix localization and prototypes * Recipes are now only loaded when the crafting window is opened. * Fix crooked merge grid of the crafting menu. * Localization update * Fix cyborg graph * Revert "Recipes are now only loaded when the crafting window is opened." This reverts commit 97749483542c2d6272bda16edf49612c69a0761a. * Fix loc * fix merge * Fix upstream * Some of the logic has been moved to Shared * fix * Small adjustments * Very small change --------- Co-authored-by: EmoGarbage404 --- .../ConstructionPlacementHijack.cs | 13 +- .../Construction/ConstructionSystem.cs | 124 ++++- .../Construction/UI/ConstructionMenu.xaml | 9 +- .../Construction/UI/ConstructionMenu.xaml.cs | 61 ++- .../UI/ConstructionMenuPresenter.cs | 325 +++++++----- Content.IntegrationTests/Tests/CargoTest.cs | 1 + .../Construction/ConstructionSystem.cs | 1 - .../Construction/ConstructionGraphNode.cs | 10 +- .../NodeEntities/BoardNodeEntity.cs | 10 +- .../Prototypes/ConstructionPrototype.cs | 53 +- .../ArbitraryInsertConstructionGraphStep.cs | 10 +- .../Steps/ComponentConstructionGraphStep.cs | 2 +- .../Steps/MaterialConstructionGraphStep.cs | 17 +- Content.Shared/Examine/ExamineSystemShared.cs | 3 - Content.Shared/Stacks/StackPrototype.cs | 3 +- .../construction/ui/construction-menu.ftl | 1 + Resources/Locale/en-US/recipes/components.ftl | 7 + Resources/Locale/en-US/recipes/recipes.ftl | 2 + Resources/Locale/en-US/recipes/tags.ftl | 144 +++++ Resources/Locale/en-US/stack/stacks.ftl | 234 +++++++++ .../Entities/Objects/Misc/space_cash.yml | 2 +- .../Entities/Objects/Tools/fulton.yml | 2 +- .../Graphs/clothing/clown_banana.yml | 24 +- .../Graphs/clothing/clown_hardsuit.yml | 12 +- .../Graphs/clothing/ducky_slippers.yml | 4 +- .../Graphs/clothing/glasses_sechud.yml | 4 +- .../Graphs/clothing/helmet_justice.yml | 6 +- .../Graphs/clothing/lizard_slippers.yml | 4 +- .../Graphs/clothing/medsec_hud.yml | 6 +- .../Graphs/clothing/mime_hardsuit.yml | 10 +- .../Construction/Graphs/fun/bananium_horn.yml | 4 +- .../Graphs/fun/jack_o_lantern.yml | 3 +- .../Graphs/furniture/ritualseat.yml | 2 +- .../Construction/Graphs/machines/computer.yml | 2 +- .../Construction/Graphs/machines/cyborg.yml | 6 +- .../Graphs/mechs/hamtr_construction.yml | 6 +- .../Graphs/mechs/honker_construction.yml | 12 +- .../Graphs/mechs/ripley_construction.yml | 8 +- .../Graphs/mechs/vim_construction.yml | 4 +- .../Graphs/structures/airlock.yml | 2 +- .../Graphs/structures/airlock_clockwork.yml | 2 +- .../Graphs/structures/blast_door.yml | 2 +- .../Graphs/structures/conveyor.yml | 2 +- .../Graphs/structures/firelock.yml | 2 +- .../Graphs/structures/glassbox.yml | 2 +- .../Graphs/structures/secretdoor.yml | 2 +- .../Graphs/structures/shutter.yml | 2 +- .../Graphs/structures/shuttle.yml | 2 +- .../Graphs/structures/windoor.yml | 14 +- .../Construction/Graphs/tools/logic_gate.yml | 7 +- .../Construction/Graphs/utilities/APC.yml | 2 +- .../Graphs/utilities/air_alarms.yml | 4 +- .../Graphs/utilities/disposal_machines.yml | 2 +- .../Graphs/utilities/intercom.yml | 2 +- .../Graphs/utilities/lighting.yml | 32 +- .../Graphs/utilities/solarpanel.yml | 4 +- .../Graphs/utilities/station_maps.yml | 2 +- .../Construction/Graphs/utilities/timer.yml | 6 +- .../Graphs/utilities/wallmount_generator.yml | 4 +- .../Graphs/utilities/wallmount_substation.yml | 4 +- .../utilities/wallmount_telemonitors.yml | 4 +- .../Graphs/weapons/bladed_hats.yml | 8 +- .../Construction/Graphs/weapons/bola.yml | 2 +- .../Graphs/weapons/improvised_arrow.yml | 6 +- .../Graphs/weapons/modular_grenade.yml | 8 +- .../Graphs/weapons/modular_mine.yml | 4 +- .../Construction/Graphs/weapons/shiv.yml | 8 +- .../Construction/Graphs/weapons/spear.yml | 8 +- .../Graphs/weapons/upgraded_chimp.yml | 3 +- .../Recipes/Construction/clothing.yml | 41 +- .../Prototypes/Recipes/Construction/fun.yml | 3 - .../Recipes/Construction/furniture.yml | 291 +--------- .../Recipes/Construction/lighting.yml | 48 -- .../Recipes/Construction/machines.yml | 45 -- .../Recipes/Construction/materials.yml | 38 +- .../Recipes/Construction/modular.yml | 10 - .../Recipes/Construction/storage.yml | 65 --- .../Recipes/Construction/structures.yml | 497 +----------------- .../Prototypes/Recipes/Construction/tools.yml | 15 - .../Recipes/Construction/utilities.yml | 315 ----------- .../Recipes/Construction/weapons.yml | 60 --- .../Prototypes/Recipes/Construction/web.yml | 30 -- .../Recipes/Crafting/Graphs/bots/cleanbot.yml | 6 +- .../Recipes/Crafting/Graphs/bots/firebot.yml | 10 +- .../Recipes/Crafting/Graphs/bots/honkbot.yml | 16 +- .../Recipes/Crafting/Graphs/bots/medibot.yml | 8 +- .../Recipes/Crafting/Graphs/bots/mimebot.yml | 12 +- .../Crafting/Graphs/bots/supplybot.yml | 4 +- .../Crafting/Graphs/goliath_hardsuit.yml | 2 +- .../Crafting/Graphs/improvised/firebomb.yml | 4 +- .../Graphs/improvised/flowerwreath.yml | 6 +- .../Graphs/improvised/improvised_shotgun.yml | 6 +- .../improvised/improvised_shotgun_shell.yml | 42 +- .../Graphs/improvised/makeshiftstunprod.yml | 8 +- .../Crafting/Graphs/improvised/pipebomb.yml | 2 +- .../Graphs/improvised/pneumatic_cannon.yml | 4 +- .../Crafting/Graphs/improvised/potato.yml | 8 +- .../Crafting/Graphs/storage/cratefreezer.yml | 2 +- .../Crafting/Graphs/storage/tallbox.yml | 2 +- .../Recipes/Crafting/Graphs/strawhat.yml | 8 +- .../Recipes/Crafting/Graphs/toys.yml | 6 +- .../Prototypes/Recipes/Crafting/artifact.yml | 5 - .../Prototypes/Recipes/Crafting/bots.yml | 35 -- .../Prototypes/Recipes/Crafting/crates.yml | 29 - .../Recipes/Crafting/improvised.yml | 96 ---- .../Prototypes/Recipes/Crafting/potato.yml | 13 +- .../Recipes/Crafting/smokeables.yml | 26 +- .../Prototypes/Recipes/Crafting/tallbox.yml | 15 - .../Prototypes/Recipes/Crafting/tiles.yml | 140 +---- .../Prototypes/Recipes/Crafting/toys.yml | 10 - Resources/Prototypes/Recipes/Crafting/web.yml | 35 -- .../Stacks/Materials/Sheets/glass.yml | 14 +- .../Stacks/Materials/Sheets/metal.yml | 6 +- .../Stacks/Materials/Sheets/other.yml | 8 +- .../Prototypes/Stacks/Materials/crystals.yml | 2 +- .../Prototypes/Stacks/Materials/ingots.yml | 4 +- .../Prototypes/Stacks/Materials/materials.yml | 38 +- Resources/Prototypes/Stacks/Materials/ore.yml | 23 +- .../Prototypes/Stacks/Materials/parts.yml | 2 +- .../Prototypes/Stacks/consumable_stacks.yml | 24 +- .../Prototypes/Stacks/engineering_stacks.yml | 4 +- .../Prototypes/Stacks/floor_tile_stacks.yml | 212 ++++---- .../Prototypes/Stacks/medical_stacks.yml | 14 +- Resources/Prototypes/Stacks/power_stacks.yml | 6 +- .../Prototypes/Stacks/science_stacks.yml | 8 +- 125 files changed, 1210 insertions(+), 2476 deletions(-) rename {Content.Server => Content.Shared}/Construction/NodeEntities/BoardNodeEntity.cs (80%) create mode 100644 Resources/Locale/en-US/recipes/components.ftl create mode 100644 Resources/Locale/en-US/recipes/recipes.ftl create mode 100644 Resources/Locale/en-US/recipes/tags.ftl create mode 100644 Resources/Locale/en-US/stack/stacks.ftl diff --git a/Content.Client/Construction/ConstructionPlacementHijack.cs b/Content.Client/Construction/ConstructionPlacementHijack.cs index dc5d7bf342..e6a8e0f1f0 100644 --- a/Content.Client/Construction/ConstructionPlacementHijack.cs +++ b/Content.Client/Construction/ConstructionPlacementHijack.cs @@ -1,8 +1,10 @@ using System.Linq; using Content.Shared.Construction.Prototypes; +using Robust.Client.GameObjects; using Robust.Client.Placement; -using Robust.Client.Utility; +using Robust.Client.ResourceManagement; using Robust.Shared.Map; +using Robust.Shared.Prototypes; namespace Content.Client.Construction { @@ -45,7 +47,14 @@ namespace Content.Client.Construction public override void StartHijack(PlacementManager manager) { base.StartHijack(manager); - manager.CurrentTextures = _prototype?.Layers.Select(sprite => sprite.DirFrame0()).ToList(); + + if (_prototype is null || !_constructionSystem.TryGetRecipePrototype(_prototype.ID, out var targetProtoId)) + return; + + if (!IoCManager.Resolve().TryIndex(targetProtoId, out EntityPrototype? proto)) + return; + + manager.CurrentTextures = SpriteComponent.GetPrototypeTextures(proto, IoCManager.Resolve()).ToList(); } } } diff --git a/Content.Client/Construction/ConstructionSystem.cs b/Content.Client/Construction/ConstructionSystem.cs index 17d6b05388..77dfc9d805 100644 --- a/Content.Client/Construction/ConstructionSystem.cs +++ b/Content.Client/Construction/ConstructionSystem.cs @@ -1,11 +1,10 @@ using System.Diagnostics.CodeAnalysis; +using System.Linq; using Content.Client.Popups; using Content.Shared.Construction; using Content.Shared.Construction.Prototypes; -using Content.Shared.Construction.Steps; using Content.Shared.Examine; using Content.Shared.Input; -using Content.Shared.Interaction; using Content.Shared.Wall; using JetBrains.Annotations; using Robust.Client.GameObjects; @@ -15,6 +14,7 @@ using Robust.Shared.Input.Binding; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Prototypes; +using Robust.Shared.Utility; namespace Content.Client.Construction { @@ -25,7 +25,6 @@ namespace Content.Client.Construction public sealed class ConstructionSystem : SharedConstructionSystem { [Dependency] private readonly IPlayerManager _playerManager = default!; - [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [Dependency] private readonly ExamineSystemShared _examineSystem = default!; [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly PopupSystem _popupSystem = default!; @@ -33,6 +32,8 @@ namespace Content.Client.Construction private readonly Dictionary _ghosts = new(); private readonly Dictionary _guideCache = new(); + private readonly Dictionary _recipesMetadataCache = []; + public bool CraftingEnabled { get; private set; } /// @@ -40,6 +41,8 @@ namespace Content.Client.Construction { base.Initialize(); + WarmupRecipesCache(); + UpdatesOutsidePrediction = true; SubscribeLocalEvent(HandlePlayerAttached); SubscribeNetworkEvent(HandleAckStructure); @@ -63,6 +66,77 @@ namespace Content.Client.Construction ClearGhost(component.GhostId); } + public bool TryGetRecipePrototype(string constructionProtoId, [NotNullWhen(true)] out string? targetProtoId) + { + if (_recipesMetadataCache.TryGetValue(constructionProtoId, out targetProtoId)) + return true; + + targetProtoId = null; + return false; + } + + private void WarmupRecipesCache() + { + foreach (var constructionProto in PrototypeManager.EnumeratePrototypes()) + { + if (!PrototypeManager.TryIndex(constructionProto.Graph, out var graphProto)) + continue; + + if (constructionProto.TargetNode is not { } targetNodeId) + continue; + + if (!graphProto.Nodes.TryGetValue(targetNodeId, out var targetNode)) + continue; + + // Recursion is for wimps. + var stack = new Stack(); + stack.Push(targetNode); + + do + { + var node = stack.Pop(); + + // I never realized if this uid affects anything... + // EntityUid? userUid = args.SenderSession.State.ControlledEntity.HasValue + // ? GetEntity(args.SenderSession.State.ControlledEntity.Value) + // : null; + + // We try to get the id of the target prototype, if it fails, we try going through the edges. + if (node.Entity.GetId(null, null, new(EntityManager)) is not { } entityId) + { + // If the stack is not empty, there is a high probability that the loop will go to infinity. + if (stack.Count == 0) + { + foreach (var edge in node.Edges) + { + if (graphProto.Nodes.TryGetValue(edge.Target, out var graphNode)) + stack.Push(graphNode); + } + } + + continue; + } + + // If we got the id of the prototype, we exit the “recursion” by clearing the stack. + stack.Clear(); + + if (!PrototypeManager.TryIndex(constructionProto.ID, out ConstructionPrototype? recipe)) + continue; + + if (!PrototypeManager.TryIndex(entityId, out var proto)) + continue; + + var name = recipe.SetName.HasValue ? Loc.GetString(recipe.SetName) : proto.Name; + var desc = recipe.SetDescription.HasValue ? Loc.GetString(recipe.SetDescription) : proto.Description; + + recipe.Name = name; + recipe.Description = desc; + + _recipesMetadataCache.Add(constructionProto.ID, entityId); + } while (stack.Count > 0); + } + } + private void OnConstructionGuideReceived(ResponseConstructionGuide ev) { _guideCache[ev.ConstructionId] = ev.Guide; @@ -88,7 +162,7 @@ namespace Content.Client.Construction private void HandleConstructionGhostExamined(EntityUid uid, ConstructionGhostComponent component, ExaminedEvent args) { - if (component.Prototype == null) + if (component.Prototype?.Name is null) return; using (args.PushGroup(nameof(ConstructionGhostComponent))) @@ -97,7 +171,7 @@ namespace Content.Client.Construction "construction-ghost-examine-message", ("name", component.Prototype.Name))); - if (!_prototypeManager.TryIndex(component.Prototype.Graph, out ConstructionGraphPrototype? graph)) + if (!PrototypeManager.TryIndex(component.Prototype.Graph, out var graph)) return; var startNode = graph.Nodes[component.Prototype.StartNode]; @@ -198,6 +272,9 @@ namespace Content.Client.Construction return false; } + if (!TryGetRecipePrototype(prototype.ID, out var targetProtoId) || !PrototypeManager.TryIndex(targetProtoId, out EntityPrototype? targetProto)) + return false; + if (GhostPresent(loc)) return false; @@ -214,16 +291,43 @@ namespace Content.Client.Construction comp.GhostId = ghost.GetHashCode(); EntityManager.GetComponent(ghost.Value).LocalRotation = dir.ToAngle(); _ghosts.Add(comp.GhostId, ghost.Value); + var sprite = EntityManager.GetComponent(ghost.Value); sprite.Color = new Color(48, 255, 48, 128); - for (int i = 0; i < prototype.Layers.Count; i++) + if (targetProto.TryGetComponent(out IconComponent? icon, EntityManager.ComponentFactory)) { - sprite.AddBlankLayer(i); // There is no way to actually check if this already exists, so we blindly insert a new one - sprite.LayerSetSprite(i, prototype.Layers[i]); - sprite.LayerSetShader(i, "unshaded"); - sprite.LayerSetVisible(i, true); + sprite.AddBlankLayer(0); + sprite.LayerSetSprite(0, icon.Icon); + sprite.LayerSetShader(0, "unshaded"); + sprite.LayerSetVisible(0, true); } + else if (targetProto.Components.TryGetValue("Sprite", out _)) + { + var dummy = EntityManager.SpawnEntity(targetProtoId, MapCoordinates.Nullspace); + var targetSprite = EntityManager.EnsureComponent(dummy); + EntityManager.System().OnChangeData(dummy, targetSprite); + + for (var i = 0; i < targetSprite.AllLayers.Count(); i++) + { + if (!targetSprite[i].Visible || !targetSprite[i].RsiState.IsValid) + continue; + + var rsi = targetSprite[i].Rsi ?? targetSprite.BaseRSI; + if (rsi is null || !rsi.TryGetState(targetSprite[i].RsiState, out var state) || + state.StateId.Name is null) + continue; + + sprite.AddBlankLayer(i); + sprite.LayerSetSprite(i, new SpriteSpecifier.Rsi(rsi.Path, state.StateId.Name)); + sprite.LayerSetShader(i, "unshaded"); + sprite.LayerSetVisible(i, true); + } + + EntityManager.DeleteEntity(dummy); + } + else + return false; if (prototype.CanBuildInImpassable) EnsureComp(ghost.Value).Arc = new(Math.Tau); diff --git a/Content.Client/Construction/UI/ConstructionMenu.xaml b/Content.Client/Construction/UI/ConstructionMenu.xaml index a934967a53..4020ca4332 100644 --- a/Content.Client/Construction/UI/ConstructionMenu.xaml +++ b/Content.Client/Construction/UI/ConstructionMenu.xaml @@ -1,11 +1,12 @@ - + - + - + @@ -18,7 +19,7 @@ - + diff --git a/Content.Client/Construction/UI/ConstructionMenu.xaml.cs b/Content.Client/Construction/UI/ConstructionMenu.xaml.cs index 9ab8a15600..d94150d5cd 100644 --- a/Content.Client/Construction/UI/ConstructionMenu.xaml.cs +++ b/Content.Client/Construction/UI/ConstructionMenu.xaml.cs @@ -1,14 +1,11 @@ -using System; using System.Numerics; +using Content.Client.UserInterface.Controls; +using Content.Shared.Construction.Prototypes; using Robust.Client.AutoGenerated; -using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; -using Robust.Shared.Graphics; -using Robust.Shared.IoC; -using Robust.Shared.Localization; - +using Robust.Shared.Prototypes; namespace Content.Client.Construction.UI { @@ -28,7 +25,7 @@ namespace Content.Client.Construction.UI bool GridViewButtonPressed { get; set; } bool BuildButtonPressed { get; set; } - ItemList Recipes { get; } + ListContainer Recipes { get; } ItemList RecipeStepList { get; } @@ -36,14 +33,14 @@ namespace Content.Client.Construction.UI GridContainer RecipesGrid { get; } event EventHandler<(string search, string catagory)> PopulateRecipes; - event EventHandler RecipeSelected; + event EventHandler RecipeSelected; event EventHandler RecipeFavorited; event EventHandler BuildButtonToggled; event EventHandler EraseButtonToggled; event EventHandler ClearAllGhosts; void ClearRecipeInfo(); - void SetRecipeInfo(string name, string description, Texture iconTexture, bool isItem, bool isFavorite); + void SetRecipeInfo(string name, string description, EntityPrototype? targetPrototype, bool isItem, bool isFavorite); void ResetPlacement(); #region Window Control @@ -94,8 +91,36 @@ namespace Content.Client.Construction.UI Title = Loc.GetString("construction-menu-title"); BuildButton.Text = Loc.GetString("construction-menu-place-ghost"); - Recipes.OnItemSelected += obj => RecipeSelected?.Invoke(this, obj.ItemList[obj.ItemIndex]); - Recipes.OnItemDeselected += _ => RecipeSelected?.Invoke(this, null); + Recipes.ItemPressed += (_, data) => RecipeSelected?.Invoke(this, data as ConstructionMenuListData); + Recipes.NoItemSelected += () => RecipeSelected?.Invoke(this, null); + Recipes.GenerateItem += (data, button) => + { + if (data is not ConstructionMenuListData (var prototype, var targetPrototype)) + return; + + var entProtoView = new EntityPrototypeView() + { + SetSize = new(32f), + Stretch = SpriteView.StretchMode.Fill, + Scale = new(2), + Margin = new(0, 2), + }; + entProtoView.SetPrototype(targetPrototype); + + var label = new Label() + { + Text = prototype.Name, + Margin = new(5, 0), + }; + + var box = new BoxContainer(); + box.AddChild(entProtoView); + box.AddChild(label); + + button.AddChild(box); + button.ToolTip = prototype.Description; + button.AddStyleClass(ListContainer.StyleClassListContainerButton); + }; SearchBar.OnTextChanged += _ => PopulateRecipes?.Invoke(this, (SearchBar.Text, Categories[OptionCategories.SelectedId])); @@ -121,7 +146,7 @@ namespace Content.Client.Construction.UI public event EventHandler? ClearAllGhosts; public event EventHandler<(string search, string catagory)>? PopulateRecipes; - public event EventHandler? RecipeSelected; + public event EventHandler? RecipeSelected; public event EventHandler? RecipeFavorited; public event EventHandler? BuildButtonToggled; public event EventHandler? EraseButtonToggled; @@ -133,13 +158,17 @@ namespace Content.Client.Construction.UI } public void SetRecipeInfo( - string name, string description, Texture iconTexture, bool isItem, bool isFavorite) + string name, + string description, + EntityPrototype? targetPrototype, + bool isItem, + bool isFavorite) { BuildButton.Disabled = false; BuildButton.Text = Loc.GetString(isItem ? "construction-menu-place-ghost" : "construction-menu-craft"); TargetName.SetMessage(name); TargetDesc.SetMessage(description); - TargetTexture.Texture = iconTexture; + TargetTexture.SetPrototype(targetPrototype?.ID); FavoriteButton.Visible = true; FavoriteButton.Text = Loc.GetString( isFavorite ? "construction-add-favorite-button" : "construction-remove-from-favorite-button"); @@ -150,9 +179,11 @@ namespace Content.Client.Construction.UI BuildButton.Disabled = true; TargetName.SetMessage(string.Empty); TargetDesc.SetMessage(string.Empty); - TargetTexture.Texture = null; + TargetTexture.SetPrototype(null); FavoriteButton.Visible = false; RecipeStepList.Clear(); } + + public sealed record ConstructionMenuListData(ConstructionPrototype Prototype, EntityPrototype TargetPrototype) : ListData; } } diff --git a/Content.Client/Construction/UI/ConstructionMenuPresenter.cs b/Content.Client/Construction/UI/ConstructionMenuPresenter.cs index d35e8fbe76..77f04ee781 100644 --- a/Content.Client/Construction/UI/ConstructionMenuPresenter.cs +++ b/Content.Client/Construction/UI/ConstructionMenuPresenter.cs @@ -10,10 +10,8 @@ using Robust.Client.Placement; using Robust.Client.Player; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; -using Robust.Client.Utility; using Robust.Shared.Enums; using Robust.Shared.Prototypes; -using static Robust.Client.UserInterface.Controls.BaseButton; namespace Content.Client.Construction.UI { @@ -30,18 +28,20 @@ namespace Content.Client.Construction.UI [Dependency] private readonly IPlacementManager _placementManager = default!; [Dependency] private readonly IUserInterfaceManager _uiManager = default!; [Dependency] private readonly IPlayerManager _playerManager = default!; + private readonly SpriteSystem _spriteSystem; private readonly IConstructionMenuView _constructionView; private readonly EntityWhitelistSystem _whitelistSystem; - private readonly SpriteSystem _spriteSystem; private ConstructionSystem? _constructionSystem; private ConstructionPrototype? _selected; private List _favoritedRecipes = []; - private Dictionary _recipeButtons = new(); + private Dictionary _recipeButtons = new(); private string _selectedCategory = string.Empty; - private string _favoriteCatName = "construction-category-favorites"; - private string _forAllCategoryName = "construction-category-all"; + + private const string FavoriteCatName = "construction-category-favorites"; + private const string ForAllCategoryName = "construction-category-all"; + private bool CraftingAvailable { get => _uiManager.GetActiveUIWidget().CraftingButton.Visible; @@ -98,15 +98,18 @@ namespace Content.Client.Construction.UI _placementManager.PlacementChanged += OnPlacementChanged; - _constructionView.OnClose += () => _uiManager.GetActiveUIWidget().CraftingButton.Pressed = false; + _constructionView.OnClose += + () => _uiManager.GetActiveUIWidget().CraftingButton.Pressed = false; _constructionView.ClearAllGhosts += (_, _) => _constructionSystem?.ClearAllGhosts(); _constructionView.PopulateRecipes += OnViewPopulateRecipes; _constructionView.RecipeSelected += OnViewRecipeSelected; _constructionView.BuildButtonToggled += (_, b) => BuildButtonToggled(b); _constructionView.EraseButtonToggled += (_, b) => { - if (_constructionSystem is null) return; - if (b) _placementManager.Clear(); + if (_constructionSystem is null) + return; + if (b) + _placementManager.Clear(); _placementManager.ToggleEraserHijacked(new ConstructionPlacementHijack(_constructionSystem, null)); _constructionView.EraseButtonPressed = b; }; @@ -117,7 +120,7 @@ namespace Content.Client.Construction.UI OnViewPopulateRecipes(_constructionView, (string.Empty, string.Empty)); } - public void OnHudCraftingButtonToggled(ButtonToggledEventArgs args) + public void OnHudCraftingButtonToggled(BaseButton.ButtonToggledEventArgs args) { WindowOpen = args.Pressed; } @@ -139,7 +142,7 @@ namespace Content.Client.Construction.UI _constructionView.ResetPlacement(); } - private void OnViewRecipeSelected(object? sender, ItemList.Item? item) + private void OnViewRecipeSelected(object? sender, ConstructionMenu.ConstructionMenuListData? item) { if (item is null) { @@ -148,12 +151,15 @@ namespace Content.Client.Construction.UI return; } - _selected = (ConstructionPrototype) item.Metadata!; - if (_placementManager.IsActive && !_placementManager.Eraser) UpdateGhostPlacement(); + _selected = item.Prototype; + + if (_placementManager is { IsActive: true, Eraser: false }) + UpdateGhostPlacement(); + PopulateInfo(_selected); } - private void OnGridViewRecipeSelected(object? sender, ConstructionPrototype? recipe) + private void OnGridViewRecipeSelected(object? _, ConstructionPrototype? recipe) { if (recipe is null) { @@ -163,62 +169,21 @@ namespace Content.Client.Construction.UI } _selected = recipe; - if (_placementManager.IsActive && !_placementManager.Eraser) UpdateGhostPlacement(); + + if (_placementManager is { IsActive: true, Eraser: false }) + UpdateGhostPlacement(); + PopulateInfo(_selected); } private void OnViewPopulateRecipes(object? sender, (string search, string catagory) args) { - var (search, category) = args; + if (_constructionSystem is null) + return; - var recipes = new List(); - - var isEmptyCategory = string.IsNullOrEmpty(category) || category == _forAllCategoryName; - - if (isEmptyCategory) - _selectedCategory = string.Empty; - else - _selectedCategory = category; - - foreach (var recipe in _prototypeManager.EnumeratePrototypes()) - { - if (recipe.Hide) - continue; - - if (_playerManager.LocalSession == null - || _playerManager.LocalEntity == null - || _whitelistSystem.IsWhitelistFail(recipe.EntityWhitelist, _playerManager.LocalEntity.Value)) - continue; - - if (!string.IsNullOrEmpty(search)) - { - if (!recipe.Name.ToLowerInvariant().Contains(search.Trim().ToLowerInvariant())) - continue; - } - - if (!isEmptyCategory) - { - if (category == _favoriteCatName) - { - if (!_favoritedRecipes.Contains(recipe)) - { - continue; - } - } - else if (recipe.Category != category) - { - continue; - } - } - - recipes.Add(recipe); - } - - recipes.Sort((a, b) => string.Compare(a.Name, b.Name, StringComparison.InvariantCulture)); + var actualRecipes = GetAndSortRecipes(args); var recipesList = _constructionView.Recipes; - recipesList.Clear(); - var recipesGrid = _constructionView.RecipesGrid; recipesGrid.RemoveAllChildren(); @@ -227,60 +192,120 @@ namespace Content.Client.Construction.UI if (_constructionView.GridViewButtonPressed) { - foreach (var recipe in recipes) - { - var itemButton = new TextureButton - { - TextureNormal = _spriteSystem.Frame0(recipe.Icon), - VerticalAlignment = Control.VAlignment.Center, - Name = recipe.Name, - ToolTip = recipe.Name, - Scale = new Vector2(1.35f), - ToggleMode = true, - }; - var itemButtonPanelContainer = new PanelContainer - { - PanelOverride = new StyleBoxFlat { BackgroundColor = StyleNano.ButtonColorDefault }, - Children = { itemButton }, - }; - - itemButton.OnToggled += buttonToggledEventArgs => - { - SelectGridButton(itemButton, buttonToggledEventArgs.Pressed); - - if (buttonToggledEventArgs.Pressed && - _selected != null && - _recipeButtons.TryGetValue(_selected.Name, out var oldButton)) - { - oldButton.Pressed = false; - SelectGridButton(oldButton, false); - } - - OnGridViewRecipeSelected(this, buttonToggledEventArgs.Pressed ? recipe : null); - }; - - recipesGrid.AddChild(itemButtonPanelContainer); - _recipeButtons[recipe.Name] = itemButton; - var isCurrentButtonSelected = _selected == recipe; - itemButton.Pressed = isCurrentButtonSelected; - SelectGridButton(itemButton, isCurrentButtonSelected); - } + recipesList.PopulateList([]); + PopulateGrid(recipesGrid, actualRecipes); } else { - foreach (var recipe in recipes) - { - recipesList.Add(GetItem(recipe, recipesList)); - } + recipesList.PopulateList(actualRecipes); } } - private void SelectGridButton(TextureButton button, bool select) + private void PopulateGrid(GridContainer recipesGrid, + IEnumerable actualRecipes) + { + foreach (var recipe in actualRecipes) + { + var protoView = new EntityPrototypeView() + { + Scale = new Vector2(1.2f), + }; + protoView.SetPrototype(recipe.TargetPrototype); + + var itemButton = new ContainerButton() + { + VerticalAlignment = Control.VAlignment.Center, + Name = recipe.TargetPrototype.Name, + ToolTip = recipe.TargetPrototype.Name, + ToggleMode = true, + Children = { protoView }, + }; + + var itemButtonPanelContainer = new PanelContainer + { + PanelOverride = new StyleBoxFlat { BackgroundColor = StyleNano.ButtonColorDefault }, + Children = { itemButton }, + }; + + itemButton.OnToggled += buttonToggledEventArgs => + { + SelectGridButton(itemButton, buttonToggledEventArgs.Pressed); + + if (buttonToggledEventArgs.Pressed && + _selected != null && + _recipeButtons.TryGetValue(_selected.Name!, out var oldButton)) + { + oldButton.Pressed = false; + SelectGridButton(oldButton, false); + } + + OnGridViewRecipeSelected(this, buttonToggledEventArgs.Pressed ? recipe.Prototype : null); + }; + + recipesGrid.AddChild(itemButtonPanelContainer); + _recipeButtons[recipe.Prototype.Name!] = itemButton; + var isCurrentButtonSelected = _selected == recipe.Prototype; + itemButton.Pressed = isCurrentButtonSelected; + SelectGridButton(itemButton, isCurrentButtonSelected); + } + } + + private List GetAndSortRecipes((string, string) args) + { + var recipes = new List(); + + var (search, category) = args; + var isEmptyCategory = string.IsNullOrEmpty(category) || category == ForAllCategoryName; + _selectedCategory = isEmptyCategory ? string.Empty : category; + + foreach (var recipe in _prototypeManager.EnumeratePrototypes()) + { + if (recipe.Hide) + continue; + + if (_playerManager.LocalSession == null + || _playerManager.LocalEntity == null + || _whitelistSystem.IsWhitelistFail(recipe.EntityWhitelist, _playerManager.LocalEntity.Value)) + continue; + + if (!string.IsNullOrEmpty(search) && (recipe.Name is { } name && + !name.Contains(search.Trim(), + StringComparison.InvariantCultureIgnoreCase))) + continue; + + if (!isEmptyCategory) + { + if ((category != FavoriteCatName || !_favoritedRecipes.Contains(recipe)) && + recipe.Category != category) + continue; + } + + if (!_constructionSystem!.TryGetRecipePrototype(recipe.ID, out var targetProtoId)) + { + Logger.Error("Cannot find the target prototype in the recipe cache with the id \"{0}\" of {1}.", + recipe.ID, + nameof(ConstructionPrototype)); + continue; + } + + if (!_prototypeManager.TryIndex(targetProtoId, out EntityPrototype? proto)) + continue; + + recipes.Add(new(recipe, proto)); + } + + recipes.Sort( + (a, b) => string.Compare(a.Prototype.Name, b.Prototype.Name, StringComparison.InvariantCulture)); + + return recipes; + } + + private void SelectGridButton(BaseButton button, bool select) { if (button.Parent is not PanelContainer buttonPanel) return; - button.Modulate = select ? Color.Green : Color.White; + button.Modulate = select ? Color.Green : Color.Transparent; var buttonColor = select ? StyleNano.ButtonColorDefault : Color.Transparent; buttonPanel.PanelOverride = new StyleBoxFlat { BackgroundColor = buttonColor }; } @@ -302,12 +327,12 @@ namespace Content.Client.Construction.UI // hard-coded to show all recipes var idx = 0; - categoriesArray[idx++] = _forAllCategoryName; + categoriesArray[idx++] = ForAllCategoryName; // hard-coded to show favorites if it need if (isFavorites) { - categoriesArray[idx++] = _favoriteCatName; + categoriesArray[idx++] = FavoriteCatName; } var sortedProtoCategories = uniqueCategories.OrderBy(Loc.GetString); @@ -325,18 +350,31 @@ namespace Content.Client.Construction.UI if (!string.IsNullOrEmpty(selectCategory) && selectCategory == categoriesArray[i]) _constructionView.OptionCategories.SelectId(i); - } _constructionView.Categories = categoriesArray; } - private void PopulateInfo(ConstructionPrototype prototype) + private void PopulateInfo(ConstructionPrototype? prototype) { + if (_constructionSystem is null) + return; + _constructionView.ClearRecipeInfo(); + if (prototype is null) + return; + + if (!_constructionSystem.TryGetRecipePrototype(prototype.ID, out var targetProtoId)) + return; + + if (!_prototypeManager.TryIndex(targetProtoId, out EntityPrototype? proto)) + return; + _constructionView.SetRecipeInfo( - prototype.Name, prototype.Description, _spriteSystem.Frame0(prototype.Icon), + prototype.Name!, + prototype.Description!, + proto, prototype.Type != ConstructionType.Item, !_favoritedRecipes.Contains(prototype)); @@ -349,16 +387,17 @@ namespace Content.Client.Construction.UI if (_constructionSystem?.GetGuide(prototype) is not { } guide) return; - foreach (var entry in guide.Entries) { var text = entry.Arguments != null - ? Loc.GetString(entry.Localization, entry.Arguments) : Loc.GetString(entry.Localization); + ? Loc.GetString(entry.Localization, entry.Arguments) + : Loc.GetString(entry.Localization); if (entry.EntryNumber is { } number) { text = Loc.GetString("construction-presenter-step-wrapper", - ("step-number", number), ("text", text)); + ("step-number", number), + ("text", text)); } // The padding needs to be applied regardless of text length... (See PadLeft documentation) @@ -369,23 +408,12 @@ namespace Content.Client.Construction.UI } } - private ItemList.Item GetItem(ConstructionPrototype recipe, ItemList itemList) - { - return new(itemList) - { - Metadata = recipe, - Text = recipe.Name, - Icon = _spriteSystem.Frame0(recipe.Icon), - TooltipEnabled = true, - TooltipText = recipe.Description, - }; - } - private void BuildButtonToggled(bool pressed) { if (pressed) { - if (_selected == null) return; + if (_selected == null) + return; // not bound to a construction system if (_constructionSystem is null) @@ -402,10 +430,11 @@ namespace Content.Client.Construction.UI } _placementManager.BeginPlacing(new PlacementInformation - { - IsTile = false, - PlacementOption = _selected.PlacementMode - }, new ConstructionPlacementHijack(_constructionSystem, _selected)); + { + IsTile = false, + PlacementOption = _selected.PlacementMode + }, + new ConstructionPlacementHijack(_constructionSystem, _selected)); UpdateGhostPlacement(); } @@ -429,38 +458,39 @@ namespace Content.Client.Construction.UI var constructSystem = _systemManager.GetEntitySystem(); _placementManager.BeginPlacing(new PlacementInformation() - { - IsTile = false, - PlacementOption = _selected.PlacementMode, - }, new ConstructionPlacementHijack(constructSystem, _selected)); + { + IsTile = false, + PlacementOption = _selected.PlacementMode, + }, + new ConstructionPlacementHijack(constructSystem, _selected)); _constructionView.BuildButtonPressed = true; } private void OnSystemLoaded(object? sender, SystemChangedArgs args) { - if (args.System is ConstructionSystem system) SystemBindingChanged(system); + if (args.System is ConstructionSystem system) + SystemBindingChanged(system); } private void OnSystemUnloaded(object? sender, SystemChangedArgs args) { - if (args.System is ConstructionSystem) SystemBindingChanged(null); + if (args.System is ConstructionSystem) + SystemBindingChanged(null); } private void OnViewFavoriteRecipe() { - if (_selected is not ConstructionPrototype recipe) + if (_selected is null) return; if (!_favoritedRecipes.Remove(_selected)) _favoritedRecipes.Add(_selected); - if (_selectedCategory == _favoriteCatName) + if (_selectedCategory == FavoriteCatName) { - if (_favoritedRecipes.Count > 0) - OnViewPopulateRecipes(_constructionView, (string.Empty, _favoriteCatName)); - else - OnViewPopulateRecipes(_constructionView, (string.Empty, string.Empty)); + OnViewPopulateRecipes(_constructionView, + _favoritedRecipes.Count > 0 ? (string.Empty, FavoriteCatName) : (string.Empty, string.Empty)); } PopulateInfo(_selected); @@ -492,6 +522,9 @@ namespace Content.Client.Construction.UI private void BindToSystem(ConstructionSystem system) { _constructionSystem = system; + + OnViewPopulateRecipes(_constructionView, (string.Empty, string.Empty)); + system.ToggleCraftingWindow += SystemOnToggleMenu; system.FlipConstructionPrototype += SystemFlipConstructionPrototype; system.CraftingAvailabilityChanged += SystemCraftingAvailabilityChanged; @@ -533,7 +566,8 @@ namespace Content.Client.Construction.UI if (IsAtFront) { WindowOpen = false; - _uiManager.GetActiveUIWidget().CraftingButton.SetClickPressed(false); // This does not call CraftingButtonToggled + _uiManager.GetActiveUIWidget() + .CraftingButton.SetClickPressed(false); // This does not call CraftingButtonToggled } else _constructionView.MoveToFront(); @@ -541,7 +575,8 @@ namespace Content.Client.Construction.UI else { WindowOpen = true; - _uiManager.GetActiveUIWidget().CraftingButton.SetClickPressed(true); // This does not call CraftingButtonToggled + _uiManager.GetActiveUIWidget() + .CraftingButton.SetClickPressed(true); // This does not call CraftingButtonToggled } } diff --git a/Content.IntegrationTests/Tests/CargoTest.cs b/Content.IntegrationTests/Tests/CargoTest.cs index c98b7f8c10..e5f9fa1e81 100644 --- a/Content.IntegrationTests/Tests/CargoTest.cs +++ b/Content.IntegrationTests/Tests/CargoTest.cs @@ -219,6 +219,7 @@ public sealed class CargoTest - type: stack id: StackProto + name: stack-steel spawn: A - type: entity diff --git a/Content.Server/Construction/ConstructionSystem.cs b/Content.Server/Construction/ConstructionSystem.cs index 9d881dcef0..343143b9bd 100644 --- a/Content.Server/Construction/ConstructionSystem.cs +++ b/Content.Server/Construction/ConstructionSystem.cs @@ -4,7 +4,6 @@ using Content.Shared.Construction; using Content.Shared.DoAfter; using JetBrains.Annotations; using Robust.Server.Containers; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; diff --git a/Content.Shared/Construction/ConstructionGraphNode.cs b/Content.Shared/Construction/ConstructionGraphNode.cs index fd70569e9d..9f91077205 100644 --- a/Content.Shared/Construction/ConstructionGraphNode.cs +++ b/Content.Shared/Construction/ConstructionGraphNode.cs @@ -28,17 +28,17 @@ namespace Content.Shared.Construction [DataField("transform")] public IGraphTransform[] TransformLogic = Array.Empty(); - [DataField("entity", customTypeSerializer: typeof(GraphNodeEntitySerializer), serverOnly:true)] + [DataField("entity", customTypeSerializer: typeof(GraphNodeEntitySerializer))] public IGraphNodeEntity Entity { get; private set; } = new NullNodeEntity(); /// - /// Ignore requests to change the entity if the entity's current prototype inherits from specified replacement + /// Ignore requests to change the entity if the entity's current prototype inherits from specified replacement /// /// - /// When this bool is true and a construction node specifies that the current entity should be replaced with a new entity, if the + /// When this bool is true and a construction node specifies that the current entity should be replaced with a new entity, if the /// current entity has an entity prototype which inherits from the replacement entity prototype, entity replacement will not occur. - /// E.g., if an entity with the 'AirlockCommand' prototype was to be replaced with a new entity that had the 'Airlock' prototype, - /// and 'DoNotReplaceInheritingEntities' was true, the entity would not be replaced because 'AirlockCommand' is derived from 'Airlock' + /// E.g., if an entity with the 'AirlockCommand' prototype was to be replaced with a new entity that had the 'Airlock' prototype, + /// and 'DoNotReplaceInheritingEntities' was true, the entity would not be replaced because 'AirlockCommand' is derived from 'Airlock' /// This will largely be used for construction graphs which have removeable upgrades, such as hacking protections for airlocks, /// so that the upgrades can be removed and you can return to the last primary construction step without replacing the entity /// diff --git a/Content.Server/Construction/NodeEntities/BoardNodeEntity.cs b/Content.Shared/Construction/NodeEntities/BoardNodeEntity.cs similarity index 80% rename from Content.Server/Construction/NodeEntities/BoardNodeEntity.cs rename to Content.Shared/Construction/NodeEntities/BoardNodeEntity.cs index 4f95945262..c1540c4a64 100644 --- a/Content.Server/Construction/NodeEntities/BoardNodeEntity.cs +++ b/Content.Shared/Construction/NodeEntities/BoardNodeEntity.cs @@ -1,10 +1,8 @@ -using Content.Server.Construction.Components; -using Content.Shared.Construction; using Content.Shared.Construction.Components; using JetBrains.Annotations; -using Robust.Server.Containers; +using Robust.Shared.Containers; -namespace Content.Server.Construction.NodeEntities; +namespace Content.Shared.Construction.NodeEntities; /// /// Works for both and @@ -21,7 +19,7 @@ public sealed partial class BoardNodeEntity : IGraphNodeEntity if (uid == null) return null; - var containerSystem = args.EntityManager.EntitySysManager.GetEntitySystem(); + var containerSystem = args.EntityManager.EntitySysManager.GetEntitySystem(); if (!containerSystem.TryGetContainer(uid.Value, Container, out var container) || container.ContainedEntities.Count == 0) @@ -33,7 +31,7 @@ public sealed partial class BoardNodeEntity : IGraphNodeEntity if (args.EntityManager.TryGetComponent(board, out MachineBoardComponent? machine)) return machine.Prototype; - if(args.EntityManager.TryGetComponent(board, out ComputerBoardComponent? computer)) + if (args.EntityManager.TryGetComponent(board, out ComputerBoardComponent? computer)) return computer.Prototype; return null; diff --git a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs index ec5d2cc9da..0e1a50d9a2 100644 --- a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs +++ b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs @@ -1,8 +1,6 @@ using Content.Shared.Construction.Conditions; using Content.Shared.Whitelist; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Utility; namespace Content.Shared.Construction.Prototypes; @@ -14,65 +12,57 @@ public sealed partial class ConstructionPrototype : IPrototype /// /// Hide from the construction list /// - [DataField("hide")] + [DataField] public bool Hide = false; /// /// Friendly name displayed in the construction GUI. /// [DataField("name")] - public string Name = string.Empty; + public LocId? SetName; + + public string? Name; /// /// "Useful" description displayed in the construction GUI. /// [DataField("description")] - public string Description = string.Empty; + public LocId? SetDescription; + + public string? Description; /// /// The this construction will be using. /// - [DataField("graph", customTypeSerializer: typeof(PrototypeIdSerializer), required: true)] - public string Graph = string.Empty; + [DataField(required: true)] + public ProtoId Graph { get; private set; } = string.Empty; /// /// The target this construction will guide the user to. /// - [DataField("targetNode")] - public string TargetNode = string.Empty; + [DataField(required: true)] + public string TargetNode { get; private set; } = default!; /// /// The starting this construction will start at. /// - [DataField("startNode")] - public string StartNode = string.Empty; - - /// - /// Texture path inside the construction GUI. - /// - [DataField("icon")] - public SpriteSpecifier Icon = SpriteSpecifier.Invalid; - - /// - /// Texture paths used for the construction ghost. - /// - [DataField("layers")] - private List? _layers; + [DataField(required: true)] + public string StartNode { get; private set; } = default!; /// /// If you can start building or complete steps on impassable terrain. /// - [DataField("canBuildInImpassable")] + [DataField] public bool CanBuildInImpassable { get; private set; } /// /// If not null, then this is used to check if the entity trying to construct this is whitelisted. /// If they're not whitelisted, hide the item. /// - [DataField("entityWhitelist")] - public EntityWhitelist? EntityWhitelist = null; + [DataField] + public EntityWhitelist? EntityWhitelist { get; private set; } - [DataField("category")] public string Category { get; private set; } = ""; + [DataField] public string Category { get; private set; } = string.Empty; [DataField("objectType")] public ConstructionType Type { get; private set; } = ConstructionType.Structure; @@ -80,23 +70,22 @@ public sealed partial class ConstructionPrototype : IPrototype [IdDataField] public string ID { get; private set; } = default!; - [DataField("placementMode")] + [DataField] public string PlacementMode = "PlaceFree"; /// /// Whether this construction can be constructed rotated or not. /// - [DataField("canRotate")] + [DataField] public bool CanRotate = true; /// /// Construction to replace this construction with when the current one is 'flipped' /// - [DataField("mirror", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string? Mirror; + [DataField] + public ProtoId? Mirror { get; private set; } public IReadOnlyList Conditions => _conditions; - public IReadOnlyList Layers => _layers ?? new List { Icon }; } public enum ConstructionType diff --git a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs index 49d429aa26..7615460001 100644 --- a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs @@ -5,24 +5,26 @@ namespace Content.Shared.Construction.Steps { public abstract partial class ArbitraryInsertConstructionGraphStep : EntityInsertConstructionGraphStep { - [DataField("name")] public string Name { get; private set; } = string.Empty; + [DataField] public LocId Name { get; private set; } = string.Empty; - [DataField("icon")] public SpriteSpecifier? Icon { get; private set; } + [DataField] public SpriteSpecifier? Icon { get; private set; } public override void DoExamine(ExaminedEvent examinedEvent) { if (string.IsNullOrEmpty(Name)) return; - examinedEvent.PushMarkup(Loc.GetString("construction-insert-arbitrary-entity", ("stepName", Name))); + var stepName = Loc.GetString(Name); + examinedEvent.PushMarkup(Loc.GetString("construction-insert-arbitrary-entity", ("stepName", stepName))); } public override ConstructionGuideEntry GenerateGuideEntry() { + var stepName = Loc.GetString(Name); return new ConstructionGuideEntry { Localization = "construction-presenter-arbitrary-step", - Arguments = new (string, object)[]{("name", Name)}, + Arguments = new (string, object)[]{("name", stepName)}, Icon = Icon, }; } diff --git a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs index 5c28d3b05f..95f0eefb8a 100644 --- a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs @@ -26,7 +26,7 @@ namespace Content.Shared.Construction.Steps ("componentName", Component))// Terrible. : Loc.GetString( "construction-insert-exact-entity", - ("entityName", Name))); + ("entityName", Loc.GetString(Name)))); } } } diff --git a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs index eec8d89b80..b1ae9cbdf7 100644 --- a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs @@ -2,7 +2,6 @@ using System.Diagnostics.CodeAnalysis; using Content.Shared.Examine; using Content.Shared.Stacks; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Shared.Construction.Steps { @@ -11,16 +10,17 @@ namespace Content.Shared.Construction.Steps { // TODO: Make this use the material system. // TODO TODO: Make the material system not shit. - [DataField("material", required:true, customTypeSerializer:typeof(PrototypeIdSerializer))] - public string MaterialPrototypeId { get; private set; } = "Steel"; + [DataField("material", required:true)] + public ProtoId MaterialPrototypeId { get; private set; } - [DataField("amount")] public int Amount { get; private set; } = 1; + [DataField] public int Amount { get; private set; } = 1; public override void DoExamine(ExaminedEvent examinedEvent) { - var material = IoCManager.Resolve().Index(MaterialPrototypeId); + var material = IoCManager.Resolve().Index(MaterialPrototypeId); + var materialName = Loc.GetString(material.Name, ("amount", Amount)); - examinedEvent.PushMarkup(Loc.GetString("construction-insert-material-entity", ("amount", Amount), ("materialName", material.Name))); + examinedEvent.PushMarkup(Loc.GetString("construction-insert-material-entity", ("amount", Amount), ("materialName", materialName))); } public override bool EntityValid(EntityUid uid, IEntityManager entityManager, IComponentFactory compFactory) @@ -40,12 +40,13 @@ namespace Content.Shared.Construction.Steps public override ConstructionGuideEntry GenerateGuideEntry() { - var material = IoCManager.Resolve().Index(MaterialPrototypeId); + var material = IoCManager.Resolve().Index(MaterialPrototypeId); + var materialName = Loc.GetString(material.Name, ("amount", Amount)); return new ConstructionGuideEntry() { Localization = "construction-presenter-material-step", - Arguments = new (string, object)[]{("amount", Amount), ("material", material.Name)}, + Arguments = new (string, object)[]{("amount", Amount), ("material", materialName)}, Icon = material.Icon, }; } diff --git a/Content.Shared/Examine/ExamineSystemShared.cs b/Content.Shared/Examine/ExamineSystemShared.cs index 72ea9dba65..228926fac4 100644 --- a/Content.Shared/Examine/ExamineSystemShared.cs +++ b/Content.Shared/Examine/ExamineSystemShared.cs @@ -1,7 +1,4 @@ -using System.Diagnostics; -using System.Globalization; using System.Linq; -using System.Text; using Content.Shared.Eye.Blinding.Components; using Content.Shared.Ghost; using Content.Shared.Interaction; diff --git a/Content.Shared/Stacks/StackPrototype.cs b/Content.Shared/Stacks/StackPrototype.cs index f108419a9e..d72380da62 100644 --- a/Content.Shared/Stacks/StackPrototype.cs +++ b/Content.Shared/Stacks/StackPrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; namespace Content.Shared.Stacks; @@ -16,7 +15,7 @@ public sealed partial class StackPrototype : IPrototype /// /// This is a localization string ID. [DataField] - public string Name { get; private set; } = string.Empty; + public LocId Name { get; private set; } = string.Empty; /// /// An icon that will be used to represent this stack type. diff --git a/Resources/Locale/en-US/construction/ui/construction-menu.ftl b/Resources/Locale/en-US/construction/ui/construction-menu.ftl index 4d10024785..4812604d60 100644 --- a/Resources/Locale/en-US/construction/ui/construction-menu.ftl +++ b/Resources/Locale/en-US/construction/ui/construction-menu.ftl @@ -5,4 +5,5 @@ construction-menu-place-ghost = Place construction ghost construction-menu-clear-all = Clear All construction-menu-eraser-mode = Eraser Mode construction-menu-craft = Craft +construction-menu-search = Search construction-menu-grid-view = Grid View diff --git a/Resources/Locale/en-US/recipes/components.ftl b/Resources/Locale/en-US/recipes/components.ftl new file mode 100644 index 0000000000..236097532c --- /dev/null +++ b/Resources/Locale/en-US/recipes/components.ftl @@ -0,0 +1,7 @@ +construction-graph-component-any-computer-circuit-board = any computer circuit board +construction-graph-component-door-electronics-circuit-board = door electronics circuit board +construction-graph-component-flash = flash +construction-graph-component-second-flash = second flash +construction-graph-component-power-cell = power cell +construction-graph-component-apc-electronics = APC electronics +construction-graph-component-payload-trigger = trigger diff --git a/Resources/Locale/en-US/recipes/recipes.ftl b/Resources/Locale/en-US/recipes/recipes.ftl new file mode 100644 index 0000000000..d09939692d --- /dev/null +++ b/Resources/Locale/en-US/recipes/recipes.ftl @@ -0,0 +1,2 @@ +recipes-secret-door-name = secret door +recipes-secret-door-desc = A secret door disguised as a wall. The perfect solution for hiding your shady dealings. diff --git a/Resources/Locale/en-US/recipes/tags.ftl b/Resources/Locale/en-US/recipes/tags.ftl new file mode 100644 index 0000000000..baae9a1303 --- /dev/null +++ b/Resources/Locale/en-US/recipes/tags.ftl @@ -0,0 +1,144 @@ +# clown +construction-graph-tag-banana-peel = a banana peel +construction-graph-tag-clown-suit = a clown suit +construction-graph-tag-clown-shoes = clown shoes +construction-graph-tag-clown-mask = a clown mask +construction-graph-tag-clown-recorder = clown recorder +construction-graph-tag-clown-bike-horn = bike horn +construction-graph-tag-clowne-horn = broken bike horn +construction-graph-tag-happy-honk-meal = happy honk meal +construction-graph-tag-woeful-cluwne-meal = woeful cluwne meal + +# mime +construction-graph-tag-suspenders = suspenders +construction-graph-tag-mime-meal = mime edition happy honk meal + +# crayon +construction-graph-tag-purple-crayon = purple crayon +construction-graph-tag-red-crayon = red crayon +construction-graph-tag-yellow-crayon = yellow crayon +construction-graph-tag-black-crayon = black crayon + +# eva +construction-graph-tag-eva-suit = an EVA suit +construction-graph-tag-eva-helmet = an EVA helmet + +# hud +construction-graph-tag-security-hud = security hud +construction-graph-tag-medical-hud = medical hud + +# security +construction-graph-tag-sun-glasses = sun glasses +construction-graph-tag-security-helmet = security helmet + +# materials +construction-graph-tag-capacitor = capacitor +construction-graph-tag-voice-trigger = a voice trigger +construction-graph-tag-signal-trigger = a signal trigger +construction-graph-tag-proximity-sensor = proximity sensor +construction-graph-tag-glass-shard = a glass shard +construction-graph-tag-plasma-glass-shard = a plasma glass shard +construction-graph-tag-uranium-glass-shard = a uranium glass shard +construction-graph-tag-reinforced-glass-shard = a reinforced glass shard +construction-graph-tag-grey-flatcap = a grey flatcap +construction-graph-tag-brown-flatcap = a brown flatcap +construction-graph-tag-cuffs = cuffs +construction-graph-tag-payload = payload +construction-graph-tag-empty-can = an empty can +construction-graph-tag-igniter = an igniter +construction-graph-tag-modular-receiver = modular receiver +construction-graph-tag-power-cell-small = power cell small +construction-graph-tag-power-cell = power cell +construction-graph-tag-potato-battery = a potato battery +construction-graph-tag-super-compact-ai-chip = a super-compact AI chip + +# other +construction-graph-tag-light-bulb = light bulb +construction-graph-tag-radio = radio +construction-graph-tag-pipe = pipe +construction-graph-tag-human-head = human head +construction-graph-tag-bucket = bucket +construction-graph-tag-borg-arm = borg arm +construction-graph-tag-borg-head = borg head +construction-graph-tag-medkit = medkit +construction-graph-tag-flower = flower +construction-graph-tag-ambrosia = ambrosia +construction-graph-tag-rifle-stock = rifle stock +construction-graph-tag-match-stick = match stick +construction-graph-tag-potato = a potato +construction-graph-tag-wheat-bushel = wheat bushel +construction-graph-tag-corgi-hide = corgi hide + +# toys +construction-graph-tag-rubber-ducky = a rubber ducky +construction-graph-tag-ghost = ghost soft toy +construction-graph-tag-ectoplasm = ectoplasm +construction-graph-tag-lizard-plushie = lizard plushie + +# carpet +construction-graph-tag-black-carpet = black carpet +construction-graph-tag-blue-carpet = blue carpet +construction-graph-tag-cyan-carpet = cyan carpet +construction-graph-tag-green-carpet = green carpet +construction-graph-tag-orange-carpet = orange carpet +construction-graph-tag-pink-carpet = pink carpet +construction-graph-tag-purple-carpet = purple carpet +construction-graph-tag-red-carpet = red carpet +construction-graph-tag-white-carpet = white carpet + +# mechs +construction-graph-tag-hamtr-central-control-module = HAMTR central control module +construction-graph-tag-hamtr-peripherals-control-module = HAMTR peripherals control module +construction-graph-tag-honk-central-control-module = H.O.N.K. central control module +construction-graph-tag-honk-peripherals-control-module = H.O.N.K. peripherals control module +construction-graph-tag-honk-weapon-control-and-targeting-module = H.O.N.K. weapon control and targeting module +construction-graph-tag-ripley-central-control-module = ripley central control module +construction-graph-tag-ripley-peripherals-control-module = ripley peripherals control module + +# structures +construction-graph-tag-door-electronics-circuit-board = door electronics circuit board +construction-graph-tag-firelock-electronics-circuit-board = firelock electronics circuit board +construction-graph-tag-conveyor-belt-assembly = conveyor belt assembly + +# tools +construction-graph-tag-multitool = a multitool +construction-graph-tag-health-analyzer = health analyzer + +# utils +construction-graph-tag-air-alarm-electronics = air alarm electronics +construction-graph-tag-fire-alarm-electronics = fire alarm electronics +construction-graph-tag-mailing-unit-electronics = mailing unit electronics +construction-graph-tag-intercom-electronics = intercom electronics +construction-graph-tag-solar-assembly-parts = solar assembly parts +construction-graph-tag-solar-tracker-electronics = solar tracker electronics +construction-graph-tag-station-map-electronics = station map electronics +construction-graph-tag-signal-timer-electronics = signal timer electronics +construction-graph-tag-screen-timer-electronics = screen timer electronics +construction-graph-tag-brig-timer-electronics = brig timer electronics +construction-graph-tag-wallmount-generator-circuit-board = wallmount generator circuit board +construction-graph-tag-wallmount-apu-circuit-board = wallmount APU circuit board +construction-graph-tag-wallmount-substation-circuit-board = wallmount substation circuit board +construction-graph-tag-surveillance-camera-monitor-board = surveillance camera monitor board +construction-graph-tag-television-board = television board +construction-graph-tag-freezer-electronics = freezer electronics + +# crystals +construction-graph-tag-cyan-crystal-shard = cyan crystal shard +construction-graph-tag-blue-crystal-shard = blue crystal shard +construction-graph-tag-pink-crystal-shard = pink crystal shard +construction-graph-tag-orange-crystal-shard = orange crystal shard +construction-graph-tag-red-crystal-shard = red crystal shard +construction-graph-tag-green-crystal-shard = green crystal shard +construction-graph-tag-yellow-crystal-shard = yellow crystal shard +construction-graph-tag-black-crystal-shard = black crystal shard + +# unknown +construction-graph-tag-weapon-pistol-chimp-upgrade-kit = pistol CHIMP upgrade kit +construction-graph-tag-torch = torch + +# atmos +construction-graph-tag-fire-extinguisher = fire extinguisher +construction-graph-tag-fire-helmet = fire helmet + +# salvage +construction-graph-tag-spationaut-hardsuit = spationaut hardsuit diff --git a/Resources/Locale/en-US/stack/stacks.ftl b/Resources/Locale/en-US/stack/stacks.ftl new file mode 100644 index 0000000000..f285303192 --- /dev/null +++ b/Resources/Locale/en-US/stack/stacks.ftl @@ -0,0 +1,234 @@ +stack-steel = steel +stack-bananium = bananium +stack-glass = glass +stack-plasteel = plasteel +stack-brass = brass +stack-plastic = plastic +stack-silver = silver +stack-gold = gold +stack-reinforced-glass = reinforced glass +stack-plasma-glass = plasma glass +stack-uranium = uranium +stack-uranium-glass = uranium glass +stack-clockwork-glass = clockwork glass +stack-reinforced-plasma-glass = reinforced plasma glass +stack-reinforced-uranium-glass = reinforced uranium glass +stack-gunpowder = gunpowder +stack-cardboard = cardboard + +stack-bones = {$amount -> + [1] bone + *[other] bones +} +stack-cloth = {$amount -> + [1] cloth + *[other] cloths +} +stack-lv-cable = {$amount -> + [1] lv cable + *[other] lv cables +} +stack-mv-cable = {$amount -> + [1] mv cable + *[other] mv cables +} +stack-hv-cable = {$amount -> + [1] hv cable + *[other] hv cables +} +stack-wood-plank = {$amount -> + [1] wood plank + *[other] wood planks +} +stack-durathread = {$amount -> + [1] durathread + *[other] durathreads +} +stack-rods = {$amount -> + [1] rod + *[other] rods +} +stack-meat-sheet = {$amount -> + [1] meat sheet + *[other] meat sheets +} +stack-space-carp-tooth = space carp {$amount -> + [1] tooth + *[other] teeth +} +stack-paper = {$amount -> + [1] paper + *[other] papers +} +stack-diamond = {$amount -> + [1] diamond + *[other] diamonds +} +stack-silk = {$amount -> + [1] silk + *[other] silks +} +stack-cotton = {$amount -> + [1] cotton + *[other] cottons +} +stack-artifact-fragment = artifact {$amount -> + [1] fragment + *[other] fragments +} + +# best materials +stack-ground-tobacco = ground tobacco +stack-ground-cannabis = ground cannabis +stack-ground-rainbow-cannabis = ground rainbow cannabis +stack-dried-tobacco-leaves = dried tobacco leaves +stack-dried-cannabis-leaves = dried cannabis leaves +stack-dried-rainbow-cannabis-leaves = dried rainbow cannabis leaves + +stack-cigarette-filter = cigarette {$amount -> + [1] filter + *[other] filters +} +stack-rolling-paper = rolling {$amount -> + [1] paper + *[other] papers +} + +stack-fulton = fulton +stack-credit = speso +stack-plasma = plasma +stack-biomass = biomass +stack-pyrotton = pyrotton +stack-sharkminnow-tooth = sharkminnow tooth +stack-goliath-hide = goliath hide +stack-telecrystal = telecrystal +stack-gold-ore = gold ore +stack-rough-diamond = rough diamond +stack-iron-ore = iron ore +stack-plasma-ore = plasma ore +stack-silver-ore = silver ore +stack-space-quartz = space quartz +stack-uranium-ore = uranium ore +stack-bananium-ore = bananium ore +stack-coal = coal +stack-salt = salt +stack-inflatable-wall = inflatable wall +stack-inflatable-door = inflatable door +stack-ointment = ointment +stack-aloe-cream = aloe cream +stack-gauze = gauze +stack-brutepack = brutepack +stack-bloodpack = bloodpack +stack-medicated-suture = medicated-suture +stack-regenerative-mesh = regenerative-mesh +stack-capacitor = capacitor +stack-micro-manipulator = micro manipulator +stack-matter-bin = matter bin +stack-pancake = pancake +stack-blueberry-pancake = blueberry pancake +stack-chocolate-chip-pancake = chocolate chip pancake +stack-pizza-box = pizza box +stack-dark-tile = dark tile +stack-dark-steel-diagonal-mini-tile = dark steel diagonal mini tile +stack-dark-steel-diagonal-tile = dark steel diagonal tile +stack-dark-steel-herringbone = dark steel herringbone +stack-dark-steel-mini-tile = dark steel mini tile +stack-dark-steel-mono-tile = dark steel mono tile +stack-dark-steel-pavement = dark steel pavement +stack-dark-steel-vertical-pavement = dark steel vertical pavement +stack-offset-dark-steel-tile = offset dark steel tile +stack-offset-steel-tile = offset steel tile +stack-steel-diagonal-mini-tile = steel diagonal mini tile +stack-steel-diagonal-tile = steel diagonal tile +stack-steel-herringbone = steel herringbone +stack-steel-mini-tile = steel mini tile +stack-steel-mono-tile = steel mono tile +stack-steel-pavement = steel pavement +stack-steel-vertical-pavement = steel vertical pavement +stack-white-tile = white tile +stack-offset-white-steel-tile = offset white steel tile +stack-white-steel-diagonal-mini-tile = white steel diagonal mini tile +stack-white-steel-diagonal-tile = white steel diagonal tile +stack-white-steel-herringbone = white steel herringbone +stack-white-steel-mini-tile = white steel mini tile +stack-white-steel-mono-tile = white steel mono tile +stack-white-steel-pavement = white steel pavement +stack-white-steel-vertical-pavement = white steel vertical pavement +stack-steel-dark-checker-tile = steel dark checker tile +stack-steel-light-checker-tile = steel light checker tile +stack-steel-tile = steel tile +stack-wood-floor = wood floor +stack-techmaint-floor = techmaint floor +stack-freezer-tile = freezer tile +stack-showroom-tile = showroom tile +stack-green-circuit-floor = green-circuit floor +stack-gold-floor = gold floor +stack-mono-tile = mono tile +stack-filled-brass-plate = filled brass plate +stack-smooth-brass-plate = smooth brass plate +stack-linoleum-floor = linoleum floor +stack-hydro-tile = hydro tile +stack-lime-tile = lime tile +stack-dirty-tile = dirty tile +stack-white-shuttle-tile = white shuttle tile +stack-blue-shuttle-tile = blue shuttle tile +stack-orange-shuttle-tile = orange shuttle tile +stack-purple-shuttle-tile = purple shuttle tile +stack-red-shuttle-tile = red shuttle tile +stack-grey-shuttle-tile = grey shuttle tile +stack-black-shuttle-tile = black shuttle tile +stack-eighties-floor-tile = eighties floor tile +stack-blue-arcade-tile = blue arcade tile +stack-red-arcade-tile = red arcade tile +stack-red-carpet-tile = red carpet tile +stack-block-carpet-tile = block carpet tile +stack-blue-carpet-tile = blue carpet tile +stack-green-carpet-tile = green carpet tile +stack-orange-carpet-tile = orange carpet tile +stack-skyblue-carpet-tile = skyblue carpet tile +stack-purple-carpet-tile = purple carpet tile +stack-pink-carpet-tile = pink carpet tile +stack-cyan-carpet-tile = cyan carpet tile +stack-white-carpet-tile = white carpet tile +stack-clown-carpet-tile = clown carpet tile +stack-office-carpet-tile = office carpet tile +stack-boxing-ring-tile = boxing ring tile +stack-gym-floor-tile = gym floor tile +stack-elevator-shaft-tile = elevator shaft tile +stack-rock-vault-tile = rock vault tile +stack-blue-floor-tile = blue floor tile +stack-mining-floor-tile = mining floor tile +stack-dark-mining-floor-tile = dark mining floor tile +stack-light-mining-floor-tile = light mining floor tile +stack-item-bar-floor-tile = item bar floor tile +stack-clown-floor-tile = clown floor tile +stack-mime-floor-tile = mime floor tile +stack-kitchen-floor-tile = kitchen floor tile +stack-laundry-floor-tile = laundry floor tile +stack-concrete-tile = concrete tile +stack-concrete-mono-tile = concrete mono tile +stack-concrete-smooth = concrete smooth +stack-gray-concrete-tile = gray concrete tile +stack-gray-concrete-mono-tile = gray concrete mono tile +stack-gray-concrete-smooth = gray concrete smooth +stack-old-concrete-tile = old concrete tile +stack-old-concrete-mono-tile = old concrete mono tile +stack-old-concrete-smooth = old concrete smooth +stack-silver-floor-tile = silver floor tile +stack-bcircuit-floor-tile = bcircuit floor tile +stack-grass-floor-tile = grass floor tile +stack-grass-jungle-floor-tile = grass jungle floor tile +stack-snow-floor-tile = snow floor tile +stack-wood-patter-floor = wood pattern floor +stack-flesh-floor = flesh floor +stack-steel-maint-floor = steel maint floor +stack-grating-maint-floor = grating maint floor +stack-web-tile = web tile +stack-astro-grass-floor = astro-grass floor +stack-mowed-astro-grass-floor = mowed astro-grass floor +stack-jungle-astro-grass-floor = jungle astro-grass floor +stack-astro-ice-floor = astro-ice floor +stack-astro-snow-floor = astro-snow floor +stack-large-wood-floor = large wood floor +stack-red-circuit-floor = red-circuit floor +stack-asteroid-astro-sand-floor = asteroid astro-sand floor diff --git a/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml b/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml index db08a70202..63b960b0e6 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml @@ -63,7 +63,7 @@ - type: stack id: Credit - name: speso + name: stack-credit icon: { sprite: /Textures/Objects/Economy/cash.rsi, state: cash } spawn: SpaceCash diff --git a/Resources/Prototypes/Entities/Objects/Tools/fulton.yml b/Resources/Prototypes/Entities/Objects/Tools/fulton.yml index 3a6d8ffc22..8c44ad606b 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/fulton.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/fulton.yml @@ -1,7 +1,7 @@ # Stack - type: stack id: Fulton - name: fulton + name: stack-fulton icon: sprite: /Textures/Objects/Tools/fulton.rsi state: extraction_pack diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml index 1cada5018c..53a4b8f718 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml @@ -7,19 +7,19 @@ - to: jumpsuit steps: - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel @@ -28,7 +28,7 @@ amount: 1 doAfter: 1 - tag: ClownSuit - name: a clown suit + name: construction-graph-tag-clown-suit icon: sprite: Clothing/Uniforms/Jumpsuit/clown.rsi state: icon @@ -45,19 +45,19 @@ - to: shoes steps: - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel @@ -66,7 +66,7 @@ amount: 1 doAfter: 1 - tag: ClownShoes - name: clown shoes + name: construction-graph-tag-clown-shoes icon: sprite: Clothing/Shoes/Specific/clown.rsi state: icon @@ -83,19 +83,19 @@ - to: mask steps: - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: a banana peel + name: construction-graph-tag-banana-peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel @@ -104,7 +104,7 @@ amount: 1 doAfter: 1 - tag: ClownMask - name: a clown mask + name: construction-graph-tag-clown-mask icon: sprite: Clothing/Mask/clown.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml index 1600cd4641..dc95a5575f 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml @@ -10,37 +10,37 @@ amount: 5 doAfter: 1 - tag: SuitEVA - name: an EVA suit + name: construction-graph-tag-eva-suit icon: sprite: Clothing/OuterClothing/Suits/eva.rsi state: icon doAfter: 1 - tag: HelmetEVA - name: an EVA helmet + name: construction-graph-tag-eva-helmet icon: sprite: Clothing/Head/Helmets/eva.rsi state: icon doAfter: 1 - tag: CrayonPurple - name: purple crayon + name: construction-graph-tag-purple-crayon icon: sprite: Objects/Fun/crayons.rsi state: purple doAfter: 1 - tag: CrayonRed - name: red crayon + name: construction-graph-tag-red-crayon icon: sprite: Objects/Fun/crayons.rsi state: red doAfter: 1 - tag: CrayonYellow - name: yellow crayon + name: construction-graph-tag-yellow-crayon icon: sprite: Objects/Fun/crayons.rsi state: yellow doAfter: 1 - tag: ClownRecorder - name: clown recorder + name: construction-graph-tag-clown-recorder icon: sprite: Objects/Fun/clownrecorder.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml index e017096fa9..21ed5f2224 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml @@ -7,13 +7,13 @@ - to: shoes steps: - tag: ToyRubberDuck - name: a rubber ducky + name: construction-graph-tag-rubber-ducky icon: sprite: Objects/Fun/ducky.rsi state: icon doAfter: 1 - tag: ToyRubberDuck - name: a rubber ducky + name: construction-graph-tag-rubber-ducky icon: sprite: Objects/Fun/ducky.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_sechud.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_sechud.yml index de264dbd58..34aa60ab3f 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_sechud.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_sechud.yml @@ -7,13 +7,13 @@ - to: glassesSec steps: - tag: Sunglasses - name: sun glasses + name: construction-graph-tag-sun-glasses icon: sprite: Clothing/Eyes/Glasses/sunglasses.rsi state: icon doAfter: 5 - tag: HudSecurity - name: security hud + name: construction-graph-tag-security-hud icon: sprite: Clothing/Eyes/Hud/sec.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/helmet_justice.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/helmet_justice.yml index 0ea6cf404f..5c6e262a14 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/helmet_justice.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/helmet_justice.yml @@ -7,7 +7,7 @@ - to: helmet steps: - tag: SecurityHelmet - name: security helmet + name: construction-graph-tag-security-helmet icon: sprite: Clothing/Head/Helmets/security.rsi state: icon @@ -16,10 +16,10 @@ - material: Glass amount: 1 - tag: LightBulb - name: light bulb + name: construction-graph-tag-light-bulb icon: sprite: Objects/Power/light_bulb.rsi state: normal doAfter: 5 - node: helmet - entity: ClothingHeadHelmetJusticeEmpty \ No newline at end of file + entity: ClothingHeadHelmetJusticeEmpty diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml index b3a189c571..0cca4e0dcb 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml @@ -7,13 +7,13 @@ - to: shoes steps: - tag: PlushieLizard #Weh! - name: lizard plushie + name: construction-graph-tag-lizard-plushie icon: sprite: Objects/Fun/toys.rsi state: plushie_lizard doAfter: 1 - tag: PlushieLizard - name: lizard plushie + name: construction-graph-tag-lizard-plushie icon: sprite: Objects/Fun/toys.rsi state: plushie_lizard diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/medsec_hud.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/medsec_hud.yml index 78a27a9d0f..9b4435c6f0 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/medsec_hud.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/medsec_hud.yml @@ -7,13 +7,13 @@ - to: medsecHud steps: - tag: HudMedical - name: medical hud + name: construction-graph-tag-medical-hud icon: sprite: Clothing/Eyes/Hud/med.rsi state: icon doAfter: 5 - tag: HudSecurity - name: security hud + name: construction-graph-tag-security-hud icon: sprite: Clothing/Eyes/Hud/sec.rsi state: icon @@ -22,7 +22,7 @@ amount: 5 doAfter: 5 - tag: Radio - name: radio + name: construction-graph-tag-radio icon: sprite: Objects/Devices/communication.rsi state: walkietalkie diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml index 73d65b0394..55e262f47b 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml @@ -10,31 +10,31 @@ amount: 5 doAfter: 1 - tag: SuitEVA - name: an EVA suit + name: construction-graph-tag-eva-suit icon: sprite: Clothing/OuterClothing/Suits/eva.rsi state: icon doAfter: 1 - tag: HelmetEVA - name: an EVA helmet + name: construction-graph-tag-eva-helmet icon: sprite: Clothing/Head/Helmets/eva.rsi state: icon doAfter: 1 - tag: CrayonRed - name: red crayon + name: construction-graph-tag-red-crayon icon: sprite: Objects/Fun/crayons.rsi state: red doAfter: 1 - tag: CrayonBlack - name: black crayon + name: construction-graph-tag-black-crayon icon: sprite: Objects/Fun/crayons.rsi state: black doAfter: 1 - tag: MimeBelt - name: suspenders + name: construction-graph-tag-suspenders icon: sprite: Clothing/Belt/suspenders_red.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml b/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml index e8380d0d2d..74c280e184 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml @@ -7,7 +7,7 @@ - to: bananiumHorn steps: - tag: Pipe - name: pipe + name: construction-graph-tag-pipe icon: sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeStraight @@ -16,7 +16,7 @@ amount: 4 doAfter: 1 - tag: BikeHorn - name: bike horn + name: construction-graph-tag-clown-bike-horn icon: sprite: Objects/Fun/bikehorn.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/fun/jack_o_lantern.yml b/Resources/Prototypes/Recipes/Construction/Graphs/fun/jack_o_lantern.yml index efd2007df6..8b086b28b1 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/fun/jack_o_lantern.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/fun/jack_o_lantern.yml @@ -7,7 +7,8 @@ - to: lit steps: - tag: Torch + name: construction-graph-tag-torch doAfter: 2 - node: lit - entity: PumpkinLantern \ No newline at end of file + entity: PumpkinLantern diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/ritualseat.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/ritualseat.yml index 47e11d0f20..a0f1e99f31 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/ritualseat.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/ritualseat.yml @@ -33,7 +33,7 @@ icon: sprite: Mobs/Species/Human/parts.rsi state: "head_m" - name: human head + name: construction-graph-tag-human-head doAfter: 1 - node: chairCursed diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/machines/computer.yml b/Resources/Prototypes/Recipes/Construction/Graphs/machines/computer.yml index 4530cef1b2..46493299a5 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/machines/computer.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/machines/computer.yml @@ -24,7 +24,7 @@ steps: - component: ComputerBoard store: board - name: any computer circuit board + name: construction-graph-component-any-computer-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "id_mod" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml b/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml index 9f68a3b773..df0f15c87d 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml @@ -16,14 +16,14 @@ store: part-container - component: Flash - name: flash + name: construction-graph-component-flash store: part-container icon: sprite: Objects/Weapons/Melee/flash.rsi state: flash - component: Flash - name: second flash + name: construction-graph-component-second-flash store: part-container icon: sprite: Objects/Weapons/Melee/flash.rsi @@ -36,4 +36,4 @@ entity: BorgChassisSelectable - node: derelictcyborg - entity: BorgChassisDerelict \ No newline at end of file + entity: BorgChassisDerelict diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/hamtr_construction.yml b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/hamtr_construction.yml index fb05cc313b..687d72f390 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/hamtr_construction.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/hamtr_construction.yml @@ -34,7 +34,7 @@ data: 4 - tag: HamtrCentralControlModule - name: HAMTR central control module + name: construction-graph-tag-hamtr-central-control-module icon: sprite: "Objects/Misc/module.rsi" state: "mainboard" @@ -51,7 +51,7 @@ data: 6 - tag: HamtrPeripheralsControlModule - name: HAMTR peripherals control module + name: construction-graph-tag-hamtr-peripherals-control-module icon: sprite: "Objects/Misc/module.rsi" state: id_mod @@ -71,7 +71,7 @@ #currently mechs don't support upgrading. add them back in once that's squared away. - component: PowerCell - name: power cell + name: construction-graph-component-power-cell store: battery-container icon: sprite: Objects/Power/power_cells.rsi diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/honker_construction.yml b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/honker_construction.yml index 830b6bcb6f..8274c4c0d1 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/honker_construction.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/honker_construction.yml @@ -14,7 +14,7 @@ data: 1 - tag: HonkerCentralControlModule - name: H.O.N.K. central control module + name: construction-graph-tag-honk-central-control-module icon: sprite: "Objects/Misc/module.rsi" state: "mainboard" @@ -31,7 +31,7 @@ data: 3 - tag: HonkerPeripheralsControlModule - name: H.O.N.K. peripherals control module + name: construction-graph-tag-honk-peripherals-control-module icon: sprite: "Objects/Misc/module.rsi" state: id_mod @@ -48,7 +48,7 @@ data: 5 - tag: HonkerTargetingControlModule - name: H.O.N.K. weapon control and targeting module + name: construction-graph-tag-honk-weapon-control-and-targeting-module icon: sprite: "Objects/Misc/module.rsi" state: id_mod @@ -68,7 +68,7 @@ #currently mechs don't support upgrading. add them back in once that's squared away. - component: PowerCell - name: power cell + name: construction-graph-component-power-cell store: battery-container icon: sprite: Objects/Power/power_cells.rsi @@ -89,7 +89,7 @@ icon: sprite: "Clothing/Mask/clown.rsi" state: "icon" - name: "a clown's mask" + name: construction-graph-tag-clown-mask doAfter: 1 completed: - !type:VisualizerDataInt @@ -100,7 +100,7 @@ icon: sprite: "Clothing/Shoes/Specific/clown.rsi" state: "icon" - name: "a clown's shoes" + name: construction-graph-tag-clown-shoes doAfter: 1 completed: - !type:VisualizerDataInt diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/ripley_construction.yml b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/ripley_construction.yml index 659a0360ca..db45cbc4f1 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/ripley_construction.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/ripley_construction.yml @@ -34,7 +34,7 @@ data: 4 - tag: RipleyCentralControlModule - name: ripley central control module + name: construction-graph-tag-ripley-central-control-module icon: sprite: "Objects/Misc/module.rsi" state: "mainboard" @@ -51,7 +51,7 @@ data: 6 - tag: RipleyPeripheralsControlModule - name: ripley peripherals control module + name: construction-graph-tag-ripley-peripherals-control-module icon: sprite: "Objects/Misc/module.rsi" state: id_mod @@ -71,7 +71,7 @@ #currently mechs don't support upgrading. add them back in once that's squared away. - component: PowerCell - name: power cell + name: construction-graph-component-power-cell store: battery-container icon: sprite: Objects/Power/power_cells.rsi @@ -122,4 +122,4 @@ - node: ripley actions: - !type:BuildMech - mechPrototype: MechRipley \ No newline at end of file + mechPrototype: MechRipley diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/vim_construction.yml b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/vim_construction.yml index a502bdfd53..7feed88cc5 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/mechs/vim_construction.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/mechs/vim_construction.yml @@ -7,7 +7,7 @@ - to: vim steps: - tag: VoiceTrigger - name: a voice trigger + name: construction-graph-tag-voice-trigger icon: sprite: "Objects/Devices/voice.rsi" state: "voice" @@ -16,7 +16,7 @@ key: "enum.MechAssemblyVisuals.State" data: 1 - component: PowerCell - name: a power cell + name: construction-graph-component-power-cell store: battery-container icon: sprite: Objects/Power/power_cells.rsi diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml index 0bb6b4b1ce..7bc9d66691 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml @@ -48,7 +48,7 @@ steps: - component: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-component-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock_clockwork.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock_clockwork.yml index 76b641a06d..915c88b3b3 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock_clockwork.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock_clockwork.yml @@ -48,7 +48,7 @@ steps: - tag: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml index 782e894fe7..0902829e9b 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml @@ -47,7 +47,7 @@ steps: - tag: DoorElectronics store: board - name: door electronics + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml index 43d2484bbd..4554fd26a1 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml @@ -10,7 +10,7 @@ icon: sprite: Structures/conveyor.rsi state: conveyor_loose - name: conveyor belt assembly + name: construction-graph-tag-conveyor-belt-assembly doAfter: 2 - node: item entity: ConveyorBeltAssembly diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml index 6b6d5c4895..cbce045456 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml @@ -50,7 +50,7 @@ steps: - tag: FirelockElectronics store: board - name: firelock electronics + name: construction-graph-tag-firelock-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "mainboard" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml index 2a051b46d4..772c941833 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml @@ -42,7 +42,7 @@ - !type:EntityAnchored steps: - tag: SignalTrigger - name: a signal trigger + name: construction-graph-tag-signal-trigger icon: sprite: Objects/Devices/signaltrigger.rsi state: signaltrigger diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/secretdoor.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/secretdoor.yml index 2c5a0db2b8..553053caab 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/secretdoor.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/secretdoor.yml @@ -48,7 +48,7 @@ - to: electronics steps: - component: PowerCell - name: power cell + name: construction-graph-component-power-cell store: battery-container icon: sprite: Objects/Power/power_cells.rsi diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml index 7086216cba..10b4ae6ae3 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml @@ -45,7 +45,7 @@ anchored: true steps: - component: DoorElectronics - name: door electronics + name: construction-graph-component-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/shuttle.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/shuttle.yml index f29629043d..20eda8b6e4 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/shuttle.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/shuttle.yml @@ -25,7 +25,7 @@ steps: - component: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-component-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml index b56c48d0df..2dd297f657 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml @@ -109,7 +109,7 @@ steps: - component: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-component-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" @@ -183,7 +183,7 @@ steps: - tag: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" @@ -257,7 +257,7 @@ steps: - tag: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" @@ -379,7 +379,7 @@ steps: - component: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-component-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" @@ -491,7 +491,7 @@ steps: - tag: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" @@ -566,7 +566,7 @@ steps: - tag: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" @@ -644,7 +644,7 @@ steps: - tag: DoorElectronics store: board - name: "door electronics circuit board" + name: construction-graph-tag-door-electronics-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml b/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml index 5a7dfbb3bf..01225fa63e 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml @@ -40,12 +40,17 @@ icon: sprite: Objects/Tools/multitool.rsi state: icon - name: a multitool + name: construction-graph-tag-multitool - material: Cable amount: 2 doAfter: 1 - to: memory_cell steps: + - tag: CapacitorStockPart + icon: + sprite: Objects/Misc/stock_parts.rsi + state: capacitor + name: construction-graph-tag-capacitor - material: Capacitor amount: 1 - material: Cable diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml index 2941ba8235..1a23029ecc 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml @@ -15,7 +15,7 @@ - to: apc steps: - component: ApcElectronics - name: "APC electronics" + name: construction-graph-component-apc-electronics doAfter: 2 - to: start completed: diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/air_alarms.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/air_alarms.yml index 5aee750b9a..299731ac24 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/air_alarms.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/air_alarms.yml @@ -37,7 +37,7 @@ steps: - tag: AirAlarmElectronics store: board - name: "air alarm electronics" + name: construction-graph-tag-air-alarm-electronics icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" # /tg/ uses the same sprite, right? @@ -116,7 +116,7 @@ steps: - tag: FireAlarmElectronics store: board - name: "fire alarm electronics" + name: construction-graph-tag-fire-alarm-electronics icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" # /tg/ uses the same sprite, right? diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml index 8c880d3964..46533d8d0d 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml @@ -64,7 +64,7 @@ - to: frame_mailing steps: - tag: MailingUnitElectronics - name: mailing unit electronics + name: construction-graph-tag-mailing-unit-electronics icon: sprite: "Objects/Misc/module.rsi" state: "net_wired" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/intercom.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/intercom.yml index ba29d72539..864e1a1802 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/intercom.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/intercom.yml @@ -39,7 +39,7 @@ steps: - tag: IntercomElectronics store: board - name: "intercom electronics" + name: construction-graph-tag-intercom-electronics icon: sprite: "Objects/Misc/module.rsi" state: "id_mod" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml index ef461eda9b..9bd988d11e 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml @@ -10,7 +10,7 @@ amount: 1 doAfter: 1 - tag: CrystalCyan - name: cyan crystal shard + name: construction-graph-tag-cyan-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -31,7 +31,7 @@ amount: 1 doAfter: 1 - tag: CrystalBlue - name: blue crystal shard + name: construction-graph-tag-blue-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -51,7 +51,7 @@ amount: 1 doAfter: 1 - tag: CrystalYellow - name: yellow crystal shard + name: construction-graph-tag-yellow-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -71,7 +71,7 @@ amount: 1 doAfter: 1 - tag: CrystalPink - name: pink crystal shard + name: construction-graph-tag-pink-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -91,7 +91,7 @@ amount: 1 doAfter: 1 - tag: CrystalOrange - name: orange crystal shard + name: construction-graph-tag-orange-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -111,7 +111,7 @@ amount: 1 doAfter: 1 - tag: CrystalBlack - name: black crystal shard + name: construction-graph-tag-black-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -131,7 +131,7 @@ amount: 1 doAfter: 1 - tag: CrystalRed - name: red crystal shard + name: construction-graph-tag-red-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -151,7 +151,7 @@ amount: 1 doAfter: 1 - tag: CrystalGreen - name: green crystal shard + name: construction-graph-tag-green-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -171,7 +171,7 @@ amount: 1 doAfter: 1 - tag: CrystalCyan - name: cyan crystal shard + name: construction-graph-tag-cyan-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -192,7 +192,7 @@ amount: 1 doAfter: 1 - tag: CrystalBlue - name: blue crystal shard + name: construction-graph-tag-blue-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -212,7 +212,7 @@ amount: 1 doAfter: 1 - tag: CrystalYellow - name: yellow crystal shard + name: construction-graph-tag-yellow-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -232,7 +232,7 @@ amount: 1 doAfter: 1 - tag: CrystalPink - name: pink crystal shard + name: construction-graph-tag-pink-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -252,7 +252,7 @@ amount: 1 doAfter: 1 - tag: CrystalOrange - name: orange crystal shard + name: construction-graph-tag-orange-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -272,7 +272,7 @@ amount: 1 doAfter: 1 - tag: CrystalBlack - name: black crystal shard + name: construction-graph-tag-black-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -292,7 +292,7 @@ amount: 1 doAfter: 1 - tag: CrystalRed - name: red crystal shard + name: construction-graph-tag-red-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 @@ -312,7 +312,7 @@ amount: 1 doAfter: 1 - tag: CrystalGreen - name: green crystal shard + name: construction-graph-tag-green-crystal-shard icon: sprite: Objects/Materials/Shards/crystal.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml index 8dee23d021..8398eb1b60 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml @@ -7,7 +7,7 @@ - to: solarassembly steps: - tag: SolarAssemblyFlatpack - name: solar assembly parts + name: construction-graph-tag-solar-assembly-parts icon: sprite: Objects/Devices/flatpack.rsi state: solar-assembly-part @@ -57,7 +57,7 @@ - !type:EntityAnchored steps: - tag: SolarTrackerElectronics - name: solar tracker electronics + name: construction-graph-tag-solar-tracker-electronics icon: sprite: Objects/Misc/module.rsi state: engineering diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/station_maps.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/station_maps.yml index eb826a0f98..5329eaf68f 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/station_maps.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/station_maps.yml @@ -39,7 +39,7 @@ steps: - tag: StationMapElectronics store: board - name: "station map electronics" + name: construction-graph-tag-station-map-electronics icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" # /tg/ uses the same sprite, right? diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/timer.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/timer.yml index 0d400a848d..6ffd912907 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/timer.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/timer.yml @@ -37,7 +37,7 @@ steps: - tag: TimerSignalElectronics store: board - name: "signal timer electronics" + name: construction-graph-tag-signal-timer-electronics icon: sprite: "Objects/Misc/module.rsi" state: "charger_APC" @@ -46,7 +46,7 @@ steps: - tag: TimerScreenElectronics store: board - name: "screen timer electronics" + name: construction-graph-tag-screen-timer-electronics icon: sprite: "Objects/Misc/module.rsi" state: "charger_APC" @@ -55,7 +55,7 @@ steps: - tag: TimerBrigElectronics store: board - name: "brig timer electronics" + name: construction-graph-tag-brig-timer-electronics icon: sprite: "Objects/Misc/module.rsi" state: "charger_APC" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml index 24d928cc40..797922d40f 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml @@ -37,7 +37,7 @@ steps: - tag: WallmountGeneratorElectronics store: board - name: "wallmount generator circuit board" + name: construction-graph-tag-wallmount-generator-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "charger_APC" @@ -46,7 +46,7 @@ steps: - tag: WallmountGeneratorAPUElectronics store: board - name: "wallmount APU circuit board" + name: construction-graph-tag-wallmount-apu-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "charger_APC" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml index bd9b2415e2..6fdb516fe9 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml @@ -43,7 +43,7 @@ steps: - tag: WallmountSubstationElectronics store: board - name: "wallmount substation circuit board" + name: construction-graph-tag-wallmount-substation-circuit-board icon: sprite: "Objects/Misc/module.rsi" state: "charger_APC" @@ -52,7 +52,7 @@ - PowerCell - PowerCellSmall store: powercell - name: a powercell + name: construction-graph-tag-power-cell icon: sprite: "Objects/Power/power_cells.rsi" state: "medium" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_telemonitors.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_telemonitors.yml index 51ebed2ee1..4fcdb422f6 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_telemonitors.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_telemonitors.yml @@ -38,7 +38,7 @@ - tool: Screwing doAfter: 2 - tag: SurveillanceCameraMonitorCircuitboard - name: surveillance camera monitor board + name: construction-graph-tag-surveillance-camera-monitor-board icon: sprite: Objects/Misc/module.rsi state: cpuboard @@ -127,7 +127,7 @@ - tool: Screwing doAfter: 2 - tag: ComputerTelevisionCircuitboard - name: television board + name: construction-graph-tag-television-board icon: sprite: Objects/Misc/module.rsi state: cpuboard diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bladed_hats.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bladed_hats.yml index e582c3e4ae..b0817be44a 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bladed_hats.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bladed_hats.yml @@ -7,13 +7,13 @@ - to: icon steps: - tag: GlassShard - name: a glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 doAfter: 1 - tag: BrimFlatcapGrey - name: a grey flatcap + name: construction-graph-tag-grey-flatcap icon: sprite: Clothing/Head/Hats/greyflatcap.rsi state: icon @@ -29,13 +29,13 @@ - to: icon steps: - tag: GlassShard - name: a glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 doAfter: 1 - tag: BrimFlatcapBrown - name: a brown flatcap + name: construction-graph-tag-brown-flatcap icon: sprite: Clothing/Head/Hats/brownflatcap.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bola.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bola.yml index 10532996bd..e1a93774a6 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bola.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/bola.yml @@ -11,7 +11,7 @@ sprite: Objects/Misc/cablecuffs.rsi state: cuff color: red - name: cuffs + name: construction-graph-tag-cuffs - material: Steel amount: 6 doAfter: 2 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml index 8f368f9e59..e04e359b50 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml @@ -13,7 +13,7 @@ amount: 1 doAfter: 0.5 - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -37,7 +37,7 @@ amount: 1 doAfter: 0.5 - tag: PlasmaGlassShard - name: plasma glass shard + name: construction-graph-tag-plasma-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -61,7 +61,7 @@ amount: 1 doAfter: 0.5 - tag: UraniumGlassShard - name: uranium glass shard + name: construction-graph-tag-uranium-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml index 838a6cdb6c..9986c93f4c 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml @@ -48,13 +48,13 @@ steps: - component: PayloadTrigger store: payloadTrigger - name: trigger + name: construction-graph-component-payload-trigger doAfter: 0.5 - to: caseWithPayload steps: - tag: Payload store: payload - name: payload + name: construction-graph-tag-payload doAfter: 0.5 - node: caseWithTrigger @@ -74,7 +74,7 @@ steps: - tag: Payload store: payload - name: payload + name: construction-graph-tag-payload doAfter: 0.5 - node: caseWithPayload @@ -94,7 +94,7 @@ steps: - component: PayloadTrigger store: payloadTrigger - name: trigger + name: construction-graph-component-payload-trigger doAfter: 0.5 - node: grenade diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml index b598c01cde..95b4b4bcc7 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml @@ -22,7 +22,7 @@ icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor - to: start completed: - !type:SpawnPrototype @@ -52,7 +52,7 @@ steps: - tag: Payload store: payload - name: payload + name: construction-graph-tag-payload doAfter: 0.5 - node: mine diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml index a434e70729..05dbba12a8 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml @@ -30,7 +30,7 @@ impact: High steps: - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -73,7 +73,7 @@ impact: High steps: - tag: ReinforcedGlassShard - name: reinforced glass shard + name: construction-graph-tag-reinforced-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -116,7 +116,7 @@ impact: High steps: - tag: PlasmaGlassShard - name: plasma glass shard + name: construction-graph-tag-plasma-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -159,7 +159,7 @@ impact: High steps: - tag: UraniumGlassShard - name: uranium glass shard + name: construction-graph-tag-uranium-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml index 8b6f0708c7..661737f5b6 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml @@ -17,7 +17,7 @@ amount: 3 doAfter: 1 - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -44,7 +44,7 @@ amount: 3 doAfter: 1 - tag: ReinforcedGlassShard - name: reinforced glass shard + name: construction-graph-tag-reinforced-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -71,7 +71,7 @@ amount: 3 doAfter: 1 - tag: PlasmaGlassShard - name: plasma glass shard + name: construction-graph-tag-plasma-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -98,7 +98,7 @@ amount: 3 doAfter: 1 - tag: UraniumGlassShard - name: uranium glass shard + name: construction-graph-tag-uranium-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/upgraded_chimp.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/upgraded_chimp.yml index eecd78cc13..8cbcb8c964 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/upgraded_chimp.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/upgraded_chimp.yml @@ -7,7 +7,8 @@ - to: upgraded steps: - tag: WeaponPistolCHIMPUpgradeKit + name: construction-graph-tag-weapon-pistol-chimp-upgrade-kit doAfter: 2 - node: upgraded - entity: WeaponPistolCHIMPUpgraded \ No newline at end of file + entity: WeaponPistolCHIMPUpgraded diff --git a/Resources/Prototypes/Recipes/Construction/clothing.yml b/Resources/Prototypes/Recipes/Construction/clothing.yml index 8f49d26e6b..0a23bc8648 100644 --- a/Resources/Prototypes/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/Recipes/Construction/clothing.yml @@ -1,142 +1,103 @@ - type: construction - name: clown hardsuit id: ClownHardsuit graph: ClownHardsuit startNode: start targetNode: clownHardsuit category: construction-category-clothing - description: A modified hardsuit fit for a clown. - icon: { sprite: Clothing/OuterClothing/Hardsuits/clown.rsi, state: icon } objectType: Item - type: construction - name: mime hardsuit id: MimeHardsuit graph: MimeHardsuit startNode: start targetNode: mimeHardsuit category: construction-category-clothing - description: A modified hardsuit fit for a mime. - icon: { sprite: Clothing/OuterClothing/Hardsuits/mime.rsi, state: icon } objectType: Item - type: construction - name: bone armor id: BoneArmor graph: BoneArmor startNode: start targetNode: armor category: construction-category-clothing - description: Armor made of bones. - icon: { sprite: Clothing/OuterClothing/Armor/bone_armor.rsi, state: icon } objectType: Item - type: construction - name: bone helmet id: BoneHelmet graph: BoneHelmet startNode: start targetNode: helmet category: construction-category-clothing - description: Helmet made of bones. - icon: { sprite: Clothing/Head/Helmets/bone_helmet.rsi, state: icon } objectType: Item - type: construction - name: banana clown mask id: BananaClownMask graph: BananaClownMask startNode: start targetNode: mask category: construction-category-clothing - description: A clown mask upgraded with banana peels. - icon: { sprite: Clothing/Mask/clown_banana.rsi, state: icon } objectType: Item - type: construction - name: banana clown suit id: BananaClownJumpsuit graph: BananaClownJumpsuit startNode: start targetNode: jumpsuit category: construction-category-clothing - description: A clown suit upgraded with banana peels. - icon: { sprite: Clothing/Uniforms/Jumpsuit/clown_banana.rsi, state: icon } objectType: Item - type: construction - name: banana clown shoes id: BananaClownShoes graph: BananaClownShoes startNode: start targetNode: shoes category: construction-category-clothing - description: A pair of clown shoes upgraded with banana peels. - icon: { sprite: Clothing/Shoes/Specific/clown_banana.rsi, state: icon } objectType: Item - type: construction - name: medsec hud id: ClothingEyesHudMedSec graph: HudMedSec startNode: start targetNode: medsecHud category: construction-category-clothing - description: Two huds joined by arms - icon: { sprite: Clothing/Eyes/Hud/medsec.rsi, state: icon } objectType: Item - type: construction - name: ducky slippers id: ClothingShoeSlippersDuck graph: ClothingShoeSlippersDuck startNode: start targetNode: shoes category: construction-category-clothing - description: Comfy, yet haunted by the ghosts of ducks you fed bread to as a child. - icon: { sprite: Clothing/Shoes/Misc/duck-slippers.rsi, state: icon } objectType: Item - type: construction - name: lizard plushie slippers id: ClothingShoeSlippersLizard graph: ClothingShoeSlippersLizard startNode: start targetNode: shoes category: construction-category-clothing - description: An adorable pair of slippers that resemble a lizardperson. Combine this with some other green clothing and you'll be the coolest crewmember on the station! - icon: { sprite: Clothing/Shoes/Misc/lizard-slippers.rsi, state: icon } objectType: Item - type: construction - name: security glasses id: ClothingEyesGlassesSecurity graph: GlassesSecHUD startNode: start targetNode: glassesSec category: construction-category-clothing - description: A pair of sunglasses, modified to have a built-in security HUD. - icon: { sprite: Clothing/Eyes/Glasses/secglasses.rsi, state: icon } objectType: Item - type: construction - name: quiver id: ClothingBeltQuiver graph: Quiver startNode: start targetNode: Quiver category: construction-category-clothing - description: Can hold up to 15 arrows, and fits snug around your waist. - icon: { sprite: Clothing/Belt/quiver.rsi, state: icon } objectType: Item - type: construction - name: justice helm id: ClothingHeadHelmetJustice graph: HelmetJustice startNode: start targetNode: helmet category: construction-category-clothing - description: Advanced security gear. Protects the station from ne'er-do-wells. - icon: { sprite: Clothing/Head/Helmets/justice.rsi, state: icon } - objectType: Item \ No newline at end of file + objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/fun.yml b/Resources/Prototypes/Recipes/Construction/fun.yml index 46d43e7372..1f810fd1d9 100644 --- a/Resources/Prototypes/Recipes/Construction/fun.yml +++ b/Resources/Prototypes/Recipes/Construction/fun.yml @@ -1,10 +1,7 @@ - type: construction - name: bananium horn id: HornBananium graph: BananiumHorn startNode: start targetNode: bananiumHorn category: construction-category-weapons - description: An air horn made from bananium. - icon: { sprite: Objects/Fun/bananiumhorn.rsi, state: icon } objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index 80e65fdac3..9b2670dda9 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -1,15 +1,10 @@ #chairs - type: construction - name: chair id: Chair graph: Seat startNode: start targetNode: chair category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: chair objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -17,16 +12,11 @@ - !type:TileNotBlocked - type: construction - name: stool id: Stool graph: Seat startNode: start targetNode: stool category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: stool objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -34,16 +24,11 @@ - !type:TileNotBlocked - type: construction - name: bar stool id: StoolBar graph: Seat startNode: start targetNode: stoolBar category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: bar objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -51,16 +36,11 @@ - !type:TileNotBlocked - type: construction - name: brass chair id: ChairBrass graph: Seat startNode: start targetNode: chairBrass category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: brass_chair objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -68,16 +48,11 @@ - !type:TileNotBlocked - type: construction - name: office chair id: ChairOfficeLight graph: Seat startNode: start targetNode: chairOffice category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: office-white objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -85,16 +60,11 @@ - !type:TileNotBlocked - type: construction - name: dark office chair id: ChairOfficeDark graph: Seat startNode: start targetNode: chairOfficeDark category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: office-dark objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -102,16 +72,11 @@ - !type:TileNotBlocked - type: construction - name: comfy chair id: ChairComfy graph: Seat startNode: start targetNode: chairComfy category: construction-category-furniture - description: It looks comfy. - icon: - sprite: Structures/Furniture/chairs.rsi - state: comfy objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -119,16 +84,11 @@ - !type:TileNotBlocked - type: construction - name: pilots chair id: chairPilotSeat graph: Seat startNode: start targetNode: chairPilotSeat category: construction-category-furniture - description: Fit for a captain. - icon: - sprite: Structures/Furniture/chairs.rsi - state: shuttle objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -136,16 +96,11 @@ - !type:TileNotBlocked - type: construction - name: wooden chair id: ChairWood graph: Seat startNode: start targetNode: chairWood category: construction-category-furniture - description: You sit in this. Either by will or force. - icon: - sprite: Structures/Furniture/chairs.rsi - state: wooden objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -153,16 +108,11 @@ - !type:TileNotBlocked - type: construction - name: meat chair id: ChairMeat graph: Seat startNode: start targetNode: chairMeat category: construction-category-furniture - description: Uncomfortably sweaty. - icon: - sprite: Structures/Furniture/chairs.rsi - state: meat objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -170,16 +120,11 @@ - !type:TileNotBlocked - type: construction - name: ritual chair id: ChairRitual graph: RitualSeat startNode: start targetNode: chairRitual category: construction-category-furniture - description: A strangely carved chair. - icon: - sprite: Structures/Furniture/chairs.rsi - state: ritual objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -187,16 +132,11 @@ - !type:TileNotBlocked - type: construction - name: folding chair id: ChairFolding graph: Seat startNode: start targetNode: chairFolding category: construction-category-furniture - description: An easy to carry chair. - icon: - sprite: Structures/Furniture/folding_chair.rsi - state: folding objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -204,16 +144,11 @@ - !type:TileNotBlocked - type: construction - name: steel bench id: ChairSteelBench graph: Seat startNode: start targetNode: chairSteelBench category: construction-category-furniture - description: A long chair made for a metro. Really standard design. - icon: - sprite: Structures/Furniture/chairs.rsi - state: steel-bench objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -221,16 +156,11 @@ - !type:TileNotBlocked - type: construction - name: wooden bench id: ChairWoodBench graph: Seat startNode: start targetNode: chairWoodBench category: construction-category-furniture - description: Did you get a splinter? Well, at least it’s eco friendly. - icon: - sprite: Structures/Furniture/chairs.rsi - state: wooden-bench objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -238,16 +168,11 @@ - !type:TileNotBlocked - type: construction - name: comfortable red bench id: RedComfBench graph: Seat startNode: start targetNode: redComfBench category: construction-category-furniture - description: A bench with an extremely comfortable backrest. - icon: - sprite: Structures/Furniture/Bench/comf_bench.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -255,16 +180,11 @@ - !type:TileNotBlocked - type: construction - name: comfortable blue bench id: BlueComfBench graph: Seat startNode: start targetNode: blueComfBench category: construction-category-furniture - description: A bench with an extremely comfortable backrest. - icon: - sprite: Structures/Furniture/Bench/comf_bench.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -273,16 +193,11 @@ #tables - type: construction - name: steel table id: Table graph: Table startNode: start targetNode: Table category: construction-category-furniture - description: A square piece of metal standing on four metal legs. - icon: - sprite: Structures/Furniture/Tables/generic.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -290,16 +205,11 @@ - !type:TileNotBlocked - type: construction - name: reinforced steel table id: TableReinforced graph: Table startNode: start targetNode: TableReinforced category: construction-category-furniture - description: A square piece of metal standing on four metal legs. Extra robust. - icon: - sprite: Structures/Furniture/Tables/reinforced.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -307,16 +217,11 @@ - !type:TileNotBlocked - type: construction - name: glass table id: TableGlass graph: Table startNode: start targetNode: TableGlass category: construction-category-furniture - description: A square piece of glass, standing on four metal legs. - icon: - sprite: Structures/Furniture/Tables/glass.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -324,16 +229,11 @@ - !type:TileNotBlocked - type: construction - name: reinforced glass table id: TableReinforcedGlass graph: Table startNode: start targetNode: TableReinforcedGlass category: construction-category-furniture - description: A square piece of glass, standing on four metal legs. Extra robust. - icon: - sprite: Structures/Furniture/Tables/r_glass.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -341,16 +241,11 @@ - !type:TileNotBlocked - type: construction - name: plasma glass table id: TablePlasmaGlass graph: Table startNode: start targetNode: TablePlasmaGlass category: construction-category-furniture - description: A square piece of plasma glass, standing on four metal legs. Pretty! - icon: - sprite: Structures/Furniture/Tables/plasma.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -358,16 +253,11 @@ - !type:TileNotBlocked - type: construction - name: brass table id: TableBrass graph: Table startNode: start targetNode: TableBrass category: construction-category-furniture - description: A shiny, corrosion resistant brass table. Steampunk! - icon: - sprite: Structures/Furniture/Tables/brass.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -375,16 +265,11 @@ - !type:TileNotBlocked - type: construction - name: wood table id: TableWood graph: Table startNode: start targetNode: TableWood category: construction-category-furniture - description: Do not apply fire to this. Rumour says it burns easily. - icon: - sprite: Structures/Furniture/Tables/wood.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -392,16 +277,11 @@ - !type:TileNotBlocked - type: construction - name: poker table id: TableCarpet graph: Table startNode: start targetNode: TableCarpet category: construction-category-furniture - description: A square piece of wood standing on four legs covered by a cloth. (What did you expect?) - icon: - sprite: Structures/Furniture/Tables/carpet.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -409,16 +289,11 @@ - !type:TileNotBlocked - type: construction - name: fancy black table id: TableFancyBlack graph: Table startNode: start targetNode: TableFancyBlack category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/black.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -426,16 +301,11 @@ - !type:TileNotBlocked - type: construction - name: fancy blue table id: TableFancyBlue graph: Table startNode: start targetNode: TableFancyBlue category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/blue.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -443,16 +313,11 @@ - !type:TileNotBlocked - type: construction - name: fancy cyan table id: TableFancyCyan graph: Table startNode: start targetNode: TableFancyCyan category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/cyan.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -460,16 +325,11 @@ - !type:TileNotBlocked - type: construction - name: fancy green table id: TableFancyGreen graph: Table startNode: start targetNode: TableFancyGreen category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/green.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -477,16 +337,11 @@ - !type:TileNotBlocked - type: construction - name: fancy orange table id: TableFancyOrange graph: Table startNode: start targetNode: TableFancyOrange category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/orange.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -494,16 +349,11 @@ - !type:TileNotBlocked - type: construction - name: fancy purple table id: TableFancyPurple graph: Table startNode: start targetNode: TableFancyPurple category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/purple.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -511,16 +361,11 @@ - !type:TileNotBlocked - type: construction - name: fancy pink table id: TableFancyPink graph: Table startNode: start targetNode: TableFancyPink category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/pink.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -528,16 +373,11 @@ - !type:TileNotBlocked - type: construction - name: fancy red table id: TableFancyRed graph: Table startNode: start targetNode: TableFancyRed category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/red.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -545,16 +385,11 @@ - !type:TileNotBlocked - type: construction - name: fancy white table id: TableFancyWhite graph: Table startNode: start targetNode: TableFancyWhite category: construction-category-furniture - description: A table covered with a beautiful cloth. - icon: - sprite: Structures/Furniture/Tables/Fancy/white.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -562,16 +397,11 @@ - !type:TileNotBlocked - type: construction - name: metal counter id: TableCounterMetal graph: Table startNode: start targetNode: CounterMetal category: construction-category-furniture - description: Looks like a good place to put a drink down. - icon: - sprite: Structures/Furniture/Tables/countermetal.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -579,16 +409,11 @@ - !type:TileNotBlocked - type: construction - name: wood counter id: TableCounterWood graph: Table startNode: start targetNode: CounterWood category: construction-category-furniture - description: Do not apply fire to this. Rumour says it burns easily. - icon: - sprite: Structures/Furniture/Tables/counterwood.rsi - state: full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -597,16 +422,11 @@ #bathroom - type: construction - name: toilet id: ToiletEmpty graph: Toilet startNode: start targetNode: toilet category: construction-category-furniture - description: A human excrement flushing apparatus. - icon: - sprite: Structures/Furniture/toilet.rsi - state: disposal objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -616,15 +436,10 @@ #bedroom - type: construction id: Bed - name: bed - description: This is used to lie in, sleep in or strap on. Resting here provides extremely slow healing. graph: bed startNode: start targetNode: bed category: construction-category-furniture - icon: - sprite: Structures/Furniture/furniture.rsi - state: bed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -633,15 +448,10 @@ - type: construction id: MedicalBed - name: medical bed - description: A hospital bed for patients to recover in. Resting here provides fairly slow healing. graph: bed startNode: start targetNode: medicalbed category: construction-category-furniture - icon: - sprite: Structures/Furniture/furniture.rsi - state: bed-MED objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -650,15 +460,10 @@ - type: construction id: DogBed - name: dog bed - description: A comfy-looking dog bed. You can even strap your pet in, in case the gravity turns off. graph: bed startNode: start targetNode: dogbed category: construction-category-furniture - icon: - sprite: Structures/Furniture/furniture.rsi - state: dogbed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -667,15 +472,10 @@ - type: construction id: Dresser - name: dresser - description: Wooden dresser, can store things inside itself. graph: Dresser startNode: start targetNode: dresser category: construction-category-furniture - icon: - sprite: Structures/Furniture/furniture.rsi - state: dresser objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -685,15 +485,10 @@ #racks - type: construction id: Rack - name: rack - description: A rack for storing things on. graph: Rack startNode: start targetNode: Rack category: construction-category-furniture - icon: - sprite: Structures/Furniture/furniture.rsi - state: rack objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -703,15 +498,10 @@ #misc - type: construction id: MeatSpike - name: meat spike - description: A spike found in kitchens butchering animals. graph: MeatSpike startNode: start targetNode: MeatSpike category: construction-category-furniture - icon: - sprite: Structures/meat_spike.rsi - state: spike objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -720,165 +510,110 @@ - type: construction id: Curtains - name: curtains - description: Contains less than 1% mercury. graph: Curtains startNode: start targetNode: Curtains category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/hospital.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsBlack - name: black curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsBlack category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/black.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction id: CurtainsBlue - name: blue curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsBlue category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/blue.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsCyan - name: cyan curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsCyan category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/cyan.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsGreen - name: green curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsGreen category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/green.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsOrange - name: orange curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsOrange category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/orange.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsPink - name: pink curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsPink category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/pink.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsPurple - name: purple curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsPurple category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/purple.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - + - type: construction id: CurtainsRed - name: red curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsRed category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/red.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction id: CurtainsWhite - name: white curtains - description: Hides what others shouldn't see. graph: Curtains startNode: start targetNode: CurtainsWhite category: construction-category-furniture - icon: - sprite: Structures/Decoration/Curtains/white.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction id: Bookshelf - name: bookshelf - description: Mostly filled with books. graph: Bookshelf startNode: start targetNode: bookshelf category: construction-category-furniture - icon: - sprite: Structures/Furniture/bookshelf.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -887,15 +622,10 @@ - type: construction id: NoticeBoard - name: notice board - description: Wooden notice board, can store paper inside itself. graph: NoticeBoard startNode: start targetNode: noticeBoard category: construction-category-furniture - icon: - sprite: Structures/Wallmounts/noticeboard.rsi - state: noticeboard objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -905,18 +635,13 @@ - type: construction id: Mannequin - name: mannequin - description: Wooden mannequin designed for clothing displaying graph: Mannequin startNode: start targetNode: mannequin category: construction-category-furniture - icon: - sprite: Structures/Decoration/mannequin.rsi - state: mannequin objectType: Structure placementMode: SnapgridCenter canRotate: true canBuildInImpassable: false conditions: - - !type:TileNotBlocked \ No newline at end of file + - !type:TileNotBlocked diff --git a/Resources/Prototypes/Recipes/Construction/lighting.yml b/Resources/Prototypes/Recipes/Construction/lighting.yml index 0651fc4572..3da8ba8d46 100644 --- a/Resources/Prototypes/Recipes/Construction/lighting.yml +++ b/Resources/Prototypes/Recipes/Construction/lighting.yml @@ -1,175 +1,127 @@ - type: construction - name: cyan light tube id: CyanLight graph: CyanLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a cyan crystal. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: blue light tube id: BlueLight graph: BlueLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a blue crystal. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: yellow light tube id: YellowLight graph: YellowLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a yellow crystal - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: pink light tube id: PinkLight graph: PinkLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a pink crystal. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: orange light tube id: OrangeLight graph: OrangeLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing an orange crystal. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: black light tube id: BlackLight graph: BlackLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a black crystal. It won't be very bright. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: red light tube id: RedLight graph: RedLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a red crystal. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: green light tube id: GreenLight graph: GreenLight startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light tube containing a green crystal. - icon: { sprite: Objects/Power/light_tube.rsi, state: normal } objectType: Item - type: construction - name: cyan light bulb id: CyanLightBulb graph: CyanLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a cyan crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: blue light bulb id: BlueLightBulb graph: BlueLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a blue crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: yellow light bulb id: YellowLightBulb graph: YellowLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a yellow crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: pink light bulb id: PinkLightBulb graph: PinkLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a pink crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: orange light bulb id: OrangeLightBulb graph: OrangeLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing an orange crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: black light bulb id: BlackLightBulb graph: BlackLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a black crystal. It won't be very bright. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: red light bulb id: RedLightBulb graph: RedLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a red crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item - type: construction - name: green light bulb id: GreenLightBulb graph: GreenLightBulb startNode: start targetNode: icon category: construction-category-utilities - description: A high powered light bulb containing a green crystal. - icon: { sprite: Objects/Power/light_bulb.rsi, state: normal } objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/machines.yml b/Resources/Prototypes/Recipes/Construction/machines.yml index 40f08e5f39..7883f8fe10 100644 --- a/Resources/Prototypes/Recipes/Construction/machines.yml +++ b/Resources/Prototypes/Recipes/Construction/machines.yml @@ -1,20 +1,13 @@ - type: construction - name: computer id: Computer graph: Computer startNode: start targetNode: computer category: construction-category-machines - description: A frame used to construct anything with a computer circuitboard. placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Machines/parts.rsi - state: 4 - type: construction - name: machine frame - description: A machine under construction. Needs more parts. id: MachineFrame graph: Machine startNode: start @@ -22,38 +15,25 @@ category: construction-category-machines placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Machines/parts.rsi - state: "box_0" # Switching - type: construction - name: two-way lever id: TwoWayLeverRecipe graph: LeverGraph startNode: start targetNode: LeverNode category: construction-category-machines - description: A lever to control machines. It has 3 modes. objectType: Structure canBuildInImpassable: false - icon: - sprite: Structures/conveyor.rsi - state: switch-off conditions: - !type:TileNotBlocked - type: construction - name: light switch id: LightSwitchRecipe graph: LightSwitchGraph startNode: start targetNode: LightSwitchNode category: construction-category-machines - description: A switch for toggling lights that are connected to the same apc. - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -63,16 +43,11 @@ hide: true #TODO: Fix the lightswitch, issue #34659. Until then, keep hidden so people don't build it and get confused. - type: construction - name: signal switch id: SignalSwitchRecipe graph: SignalSwitchGraph startNode: start targetNode: SignalSwitchNode category: construction-category-machines - description: It's a switch for toggling power to things. - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -81,16 +56,11 @@ - !type:WallmountCondition - type: construction - name: signal button id: SignalButtonRecipe graph: SignalButtonGraph startNode: start targetNode: SignalButtonNode category: construction-category-machines - description: It's a button for activating something. - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -99,16 +69,11 @@ - !type:WallmountCondition - type: construction - name: directional light switch id: LightSwitchDirectionalRecipe graph: LightSwitchDirectionalGraph startNode: start targetNode: LightSwitchDirectionalNode category: construction-category-machines - description: A switch for toggling lights that are connected to the same apc. - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -118,16 +83,11 @@ hide: true #TODO: Fix the lightswitch, issue #34659. Until then, keep hidden so people don't build it and get confused. - type: construction - name: directional signal switch id: SignalSwitchDirectionalRecipe graph: SignalSwitchDirectionalGraph startNode: start targetNode: SignalSwitchDirectionalNode category: construction-category-machines - description: It's a switch for toggling power to things. - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -136,16 +96,11 @@ - !type:WallmountCondition - type: construction - name: directional signal button id: SignalButtonDirectionalRecipe graph: SignalButtonDirectionalGraph startNode: start targetNode: SignalButtonDirectionalNode category: construction-category-machines - description: It's a button for activating something. - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canRotate: true diff --git a/Resources/Prototypes/Recipes/Construction/materials.yml b/Resources/Prototypes/Recipes/Construction/materials.yml index d644538a45..cb11070a7d 100644 --- a/Resources/Prototypes/Recipes/Construction/materials.yml +++ b/Resources/Prototypes/Recipes/Construction/materials.yml @@ -1,131 +1,95 @@ - type: construction - name: metal rod id: MetalRod graph: MetalRod startNode: start targetNode: MetalRod category: construction-category-materials - description: A sturdy metal rod that can be used for various purposes. - icon: { sprite: Objects/Materials/parts.rsi, state: rods } objectType: Item - type: construction - name: reinforced glass - description: A reinforced sheet of glass. id: SheetRGlass graph: Glass startNode: start targetNode: SheetRGlass category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rglass } objectType: Item - type: construction - name: clockwork glass - description: A brass-reinforced sheet of glass. id: SheetClockworkGlass graph: Glass startNode: start targetNode: SheetClockworkGlass category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: cglass } objectType: Item - type: construction - name: plasma glass - description: A sheet of translucent plasma. id: SheetPGlass graph: Glass startNode: start targetNode: SheetPGlass category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: pglass } objectType: Item - type: construction - name: reinforced plasma glass - description: A reinforced sheet of translucent plasma. id: SheetRPGlass graph: Glass startNode: start targetNode: SheetRPGlass category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass } objectType: Item - type: construction - name: reinforced plasma glass - description: A reinforced sheet of translucent plasma. id: SheetRPGlass0 graph: Glass startNode: start targetNode: SheetRPGlass0 category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass } objectType: Item - type: construction - name: reinforced plasma glass - description: A reinforced sheet of translucent plasma. id: SheetRPGlass1 graph: Glass startNode: start targetNode: SheetRPGlass1 category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass } objectType: Item - type: construction - name: durathread id: MaterialDurathread graph: Durathread startNode: start targetNode: MaterialDurathread category: construction-category-materials - description: A high-quality thread used to make durable clothes. - icon: { sprite: Objects/Materials/materials.rsi, state: durathread } objectType: Item - type: construction - name: uranium glass - description: A sheet of uranium glass. id: SheetUGlass graph: Glass startNode: start targetNode: SheetUGlass category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: uglass } objectType: Item - type: construction - name: reinforced uranium glass - description: A reinforced sheet of uranium glass. id: SheetRUGlass graph: Glass startNode: start targetNode: SheetRUGlass category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass } objectType: Item - type: construction - name: reinforced uranium glass - description: A reinforced sheet of uranium glass. id: SheetRUGlass0 graph: Glass startNode: start targetNode: SheetRUGlass0 category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass } objectType: Item - type: construction - name: reinforced uranium glass - description: A reinforced sheet of uranium glass. id: SheetRUGlass1 graph: Glass startNode: start targetNode: SheetRUGlass1 category: construction-category-materials - icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass } - objectType: Item \ No newline at end of file + objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/modular.yml b/Resources/Prototypes/Recipes/Construction/modular.yml index affacb098b..d1ed498b57 100644 --- a/Resources/Prototypes/Recipes/Construction/modular.yml +++ b/Resources/Prototypes/Recipes/Construction/modular.yml @@ -1,25 +1,15 @@ - type: construction - name: modular grenade id: ModularGrenadeRecipe graph: ModularGrenadeGraph startNode: start targetNode: grenade category: construction-category-weapons - description: Construct a grenade using a trigger and a payload. - icon: - sprite: Objects/Weapons/Grenades/modular.rsi - state: complete objectType: Item - type: construction - name: modular mine id: ModularMineRecipe graph: ModularMineGraph startNode: start targetNode: mine category: construction-category-weapons - description: Construct a landmine using a payload. - icon: - sprite: Objects/Misc/landmine.rsi - state: landmine objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/storage.yml b/Resources/Prototypes/Recipes/Construction/storage.yml index 48f6dd4d03..6947a6d3a5 100644 --- a/Resources/Prototypes/Recipes/Construction/storage.yml +++ b/Resources/Prototypes/Recipes/Construction/storage.yml @@ -1,15 +1,10 @@ #bureaucracy - type: construction id: FilingCabinet - name: filing cabinet - description: A cabinet for all your filing needs. graph: FilingCabinet startNode: start targetNode: filingCabinet category: construction-category-storage - icon: - sprite: Structures/Storage/cabinets.rsi - state: filingcabinet objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -18,15 +13,10 @@ - type: construction id: TallCabinet - name: tall cabinet - description: A cabinet for all your filing needs. graph: FilingCabinet startNode: start targetNode: tallCabinet category: construction-category-storage - icon: - sprite: Structures/Storage/cabinets.rsi - state: tallcabinet objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -35,15 +25,10 @@ - type: construction id: ChestDrawer - name: chest drawer - description: A small drawer for all your filing needs, Now with wheels! graph: FilingCabinet startNode: start targetNode: chestDrawer category: construction-category-storage - icon: - sprite: Structures/Storage/cabinets.rsi - state: chestdrawer objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -53,15 +38,10 @@ # ItemCabinets - type: construction id: ShowCase - name: showcase - description: A sturdy showcase for an expensive exhibit. graph: GlassBox startNode: start targetNode: glassBox category: construction-category-storage - icon: - sprite: Structures/Storage/glassbox.rsi - state: icon objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -72,14 +52,9 @@ # Normals - type: construction id: ShelfWood - name: wooden shelf - description: A convenient place to place, well, anything really. graph: Shelf startNode: start targetNode: ShelfWood - icon: - sprite: Structures/Storage/Shelfs/wood.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -88,14 +63,9 @@ - type: construction id: ShelfMetal - name: metal shelf - description: A sturdy place to place, well, anything really. graph: Shelf startNode: start targetNode: ShelfMetal - icon: - sprite: Structures/Storage/Shelfs/metal.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -104,14 +74,9 @@ - type: construction id: ShelfGlass - name: glass shelf - description: Just like a normal shelf! But fragile and without the walls! graph: Shelf startNode: start targetNode: ShelfGlass - icon: - sprite: Structures/Storage/Shelfs/glass.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -121,14 +86,9 @@ # Reinforced - type: construction id: ShelfRWood - name: sturdy wooden shelf - description: The perfect place to store all your vintage records. graph: Shelf startNode: start targetNode: ShelfRWood - icon: - sprite: Structures/Storage/Shelfs/wood.rsi - state: rbase objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -137,14 +97,9 @@ - type: construction id: ShelfRMetal - name: sturdy metal shelf - description: Nice and strong, and keeps your maints loot secure. graph: Shelf startNode: start targetNode: ShelfRMetal - icon: - sprite: Structures/Storage/Shelfs/metal.rsi - state: rbase objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -153,14 +108,9 @@ - type: construction id: ShelfRGlass - name: sturdy glass shelf - description: See through, decent strength, shiny plastic case. Whats not to love? graph: Shelf startNode: start targetNode: ShelfRGlass - icon: - sprite: Structures/Storage/Shelfs/glass.rsi - state: rbase objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -170,14 +120,9 @@ # Departmental - type: construction id: ShelfBar - name: bar shelf - description: A convenient place for all your extra booze, specifically designed to hold more bottles! graph: Shelf startNode: start targetNode: ShelfBar - icon: - sprite: Structures/Storage/Shelfs/Departments/Service/bar.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -186,14 +131,9 @@ - type: construction id: ShelfKitchen - name: kitchen shelf - description: Holds your knifes, spice, and everything nice! graph: Shelf startNode: start targetNode: ShelfKitchen - icon: - sprite: Structures/Storage/Shelfs/Departments/Service/kitchen.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -202,14 +142,9 @@ - type: construction id: ShelfChemistry - name: chemical shelf - description: Perfect for keeping the most important chemicals safe, and out of the clumsy clowns hands! graph: Shelf startNode: start targetNode: ShelfChemistry - icon: - sprite: Structures/Storage/Shelfs/Departments/Medical/chemistry.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 11579ac9ba..2ea7641bd8 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -1,14 +1,9 @@ - type: construction - name: girder id: Girder graph: Girder startNode: start targetNode: girder category: construction-category-structures - description: A large structural assembly made out of metal. - icon: - sprite: /Textures/Structures/Walls/solid.rsi - state: wall_girder objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -17,16 +12,11 @@ - !type:TileNotBlocked - type: construction - name: reinforced girder id: ReinforcedGirder graph: Girder startNode: start targetNode: reinforcedGirder category: construction-category-structures - description: A large structural assembly made out of metal and plasteel. - icon: - sprite: /Textures/Structures/Walls/solid.rsi - state: reinforced_wall_girder objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -35,16 +25,11 @@ - !type:TileNotBlocked - type: construction - name: wall gear id: ClockworkGirder graph: ClockworkGirder startNode: start targetNode: clockGirder category: construction-category-structures - description: A large gear with mounting brackets for additional plating. - icon: - sprite: /Textures/Structures/Walls/clock.rsi - state: wall_gear objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -53,16 +38,11 @@ - !type:TileNotBlocked - type: construction - name: wall id: Wall graph: Girder startNode: start targetNode: wall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/solid.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -71,16 +51,11 @@ - !type:TileNotBlocked - type: construction - name: reinforced wall id: ReinforcedWall graph: Girder startNode: start targetNode: reinforcedWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/solid.rsi - state: rgeneric objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -89,16 +64,11 @@ - !type:TileNotBlocked - type: construction - name: clock wall id: WallClock graph: ClockworkGirder startNode: start targetNode: clockworkWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/clock.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -107,16 +77,11 @@ - !type:TileNotBlocked - type: construction - name: wood wall id: WoodWall graph: Barricade startNode: start targetNode: woodWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/wood.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -125,16 +90,11 @@ - !type:TileNotBlocked - type: construction - name: uranium wall id: UraniumWall graph: Girder startNode: start targetNode: uraniumWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/uranium.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -143,16 +103,11 @@ - !type:TileNotBlocked - type: construction - name: silver wall id: SilverWall graph: Girder startNode: start targetNode: silverWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/silver.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -161,16 +116,11 @@ - !type:TileNotBlocked - type: construction - name: plastic wall id: PlasticWall graph: Girder startNode: start targetNode: plasticWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/plastic.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -179,16 +129,11 @@ - !type:TileNotBlocked - type: construction - name: plasma wall id: PlasmaWall graph: Girder startNode: start targetNode: plasmaWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/plasma.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -197,16 +142,11 @@ - !type:TileNotBlocked - type: construction - name: gold wall id: GoldWall graph: Girder startNode: start targetNode: goldWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/gold.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -215,16 +155,11 @@ - !type:TileNotBlocked - type: construction - name: shuttle wall id: ShuttleWall graph: Girder startNode: start targetNode: shuttleWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/shuttle.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -233,16 +168,11 @@ - !type:TileNotBlocked - type: construction - name: diagonal shuttle wall id: DiagonalShuttleWall graph: Girder startNode: start targetNode: diagonalshuttleWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/shuttle_diagonal.rsi - state: state0 objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -251,16 +181,11 @@ - !type:TileNotBlocked - type: construction - name: bananium wall id: ClownWall graph: Girder startNode: start targetNode: bananiumWall category: construction-category-structures - description: Keeps the air in and the greytide out. - icon: - sprite: Structures/Walls/clown.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -269,16 +194,11 @@ - !type:TileNotBlocked - type: construction - name: meat wall id: MeatWall graph: Girder startNode: start targetNode: meatWall category: construction-category-structures - description: Sticky. - icon: - sprite: Structures/Walls/meat.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -287,473 +207,343 @@ - !type:TileNotBlocked - type: construction - name: grille id: Grille graph: Grille startNode: start targetNode: grille category: construction-category-structures - description: A flimsy framework of iron rods. conditions: - !type:TileNotBlocked failIfSpace: false - icon: - sprite: Structures/Walls/grille.rsi - state: grille objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: clockwork grille id: ClockGrille graph: ClockGrille startNode: start targetNode: clockGrille category: construction-category-structures - description: A flimsy framework of iron rods assembled in traditional ratvarian fashion. conditions: - !type:TileNotBlocked failIfSpace: false - icon: - sprite: Structures/Walls/clockwork_grille.rsi - state: ratvargrille objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: diagonal grille id: GrilleDiagonal graph: GrilleDiagonal startNode: start targetNode: grilleDiagonal category: construction-category-structures - description: A flimsy framework of iron rods. conditions: - !type:TileNotBlocked failIfSpace: false - icon: - sprite: Structures/Walls/grille.rsi - state: grille_diagonal objectType: Structure placementMode: SnapgridCenter - type: construction - name: diagonal clockwork grille id: ClockworkGrilleDiagonal graph: GrilleDiagonal startNode: start targetNode: clockworkGrilleDiagonal category: construction-category-structures - description: A flimsy framework of iron rods assembled in traditional ratvarian fashion. conditions: - !type:TileNotBlocked failIfSpace: false - icon: - sprite: Structures/Walls/clockwork_grille.rsi - state: ratvargrille_diagonal objectType: Structure placementMode: SnapgridCenter - type: construction - name: window id: Window graph: Window startNode: start targetNode: window category: construction-category-structures - description: Clear. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: diagonal window id: WindowDiagonal graph: WindowDiagonal startNode: start targetNode: windowDiagonal category: construction-category-structures - description: Clear. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/window_diagonal.rsi - state: state1 objectType: Structure placementMode: SnapgridCenter - type: construction - name: reinforced window id: ReinforcedWindow graph: Window startNode: start targetNode: reinforcedWindow category: construction-category-structures - description: Clear but tough. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/reinforced_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: diagonal reinforced window id: ReinforcedWindowDiagonal graph: WindowDiagonal startNode: start targetNode: reinforcedWindowDiagonal category: construction-category-structures - description: Clear but tough. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/reinforced_window_diagonal.rsi - state: state1 objectType: Structure placementMode: SnapgridCenter - type: construction - name: tinted window id: TintedWindow graph: Window startNode: start targetNode: tintedWindow category: construction-category-structures - description: Not clear, but lasers still pass through. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/tinted_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: clockwork window id: ClockworkWindow graph: Window startNode: start targetNode: clockworkWindow category: construction-category-structures - description: Clear and tough, with a golden tint. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/clockwork_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: diagonal clockwork window id: ClockworkWindowDiagonal graph: WindowDiagonal startNode: start targetNode: clockworkWindowDiagonal category: construction-category-structures - description: Clear and tough, with a golden tint. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/clockwork_diagonal.rsi - state: state0 objectType: Structure placementMode: SnapgridCenter - type: construction - name: plasma window id: PlasmaWindow graph: Window startNode: start targetNode: plasmaWindow category: construction-category-structures canBuildInImpassable: true - description: Clear, with a purple tint. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/plasma_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: reinforced plasma window id: ReinforcedPlasmaWindow graph: Window startNode: start targetNode: reinforcedPlasmaWindow category: construction-category-structures canBuildInImpassable: true - description: Clear and even tougher, with a purple tint. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/reinforced_plasma_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: shuttle window id: ShuttleWindow graph: Window startNode: start targetNode: shuttleWindow category: construction-category-structures canBuildInImpassable: true - description: Extra sturdy to resist the pressure of FTL or sustain damage from munitions. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/shuttle_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: diagonal plasma window id: PlasmaWindowDiagonal graph: WindowDiagonal startNode: start targetNode: plasmaWindowDiagonal category: construction-category-structures canBuildInImpassable: true - description: Clear, with a purple tint. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/plasma_diagonal.rsi - state: state1 objectType: Structure placementMode: SnapgridCenter - type: construction - name: diagonal reinforced plasma window id: ReinforcedPlasmaWindowDiagonal graph: WindowDiagonal startNode: start targetNode: reinforcedPlasmaWindowDiagonal category: construction-category-structures canBuildInImpassable: true - description: Clear and even tougher, with a purple tint. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/reinforced_plasma_diagonal.rsi - state: state1 objectType: Structure placementMode: SnapgridCenter - type: construction - name: directional window id: WindowDirectional graph: WindowDirectional startNode: start targetNode: windowDirectional category: construction-category-structures - description: Clear. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/directional.rsi - state: window objectType: Structure placementMode: SnapgridCenter - type: construction - name: directional reinforced window id: WindowReinforcedDirectional graph: WindowDirectional startNode: start targetNode: windowReinforcedDirectional category: construction-category-structures - description: Clear but tough. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/directional.rsi - state: reinforced_window objectType: Structure placementMode: SnapgridCenter - type: construction - name: directional clockwork window id: WindowClockworkDirectional graph: WindowDirectional startNode: start targetNode: windowClockworkDirectional category: construction-category-structures - description: Clear and tough, with a golden tint. canBuildInImpassable: true conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/directional.rsi - state: clock_window objectType: Structure placementMode: SnapgridCenter - type: construction - name: directional plasma window id: PlasmaWindowDirectional graph: WindowDirectional startNode: start targetNode: plasmaWindowDirectional category: construction-category-structures canBuildInImpassable: true - description: Clear, with a purple tint. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/directional.rsi - state: plasma_window objectType: Structure placementMode: SnapgridCenter - type: construction - name: directional reinforced plasma window id: PlasmaReinforcedWindowDirectional graph: WindowDirectional startNode: start targetNode: plasmaReinforcedWindowDirectional category: construction-category-structures canBuildInImpassable: true - description: Clear and even tougher, with a purple tint. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/directional.rsi - state: plasma_reinforced_window objectType: Structure placementMode: SnapgridCenter - type: construction - name: uranium window id: UraniumWindow graph: Window startNode: start targetNode: uraniumWindow category: construction-category-structures canBuildInImpassable: true - description: Clear, with added RadAbsorb to protect you from deadly radiation. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/uranium_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: reinforced uranium window id: ReinforcedUraniumWindow graph: Window startNode: start targetNode: reinforcedUraniumWindow category: construction-category-structures canBuildInImpassable: true - description: Clear and even tougher, with added RadAbsorb to protect you from deadly radiation. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/reinforced_uranium_window.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false - type: construction - name: diagonal uranium window id: UraniumWindowDiagonal graph: WindowDiagonal startNode: start targetNode: uraniumWindowDiagonal category: construction-category-structures canBuildInImpassable: true - description: Clear, with added RadAbsorb to protect you from deadly radiation. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/uranium_window_diagonal.rsi - state: state1 objectType: Structure placementMode: SnapgridCenter - type: construction - name: diagonal reinforced uranium window id: ReinforcedUraniumWindowDiagonal graph: WindowDiagonal startNode: start targetNode: reinforcedUraniumWindowDiagonal category: construction-category-structures canBuildInImpassable: true - description: Clear and even tougher, with added RadAbsorb to protect you from deadly radiation. conditions: - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile - icon: - sprite: Structures/Windows/reinforced_uranium_diagonal.rsi - state: state1 objectType: Structure placementMode: SnapgridCenter - type: construction - name: firelock id: Firelock graph: Firelock startNode: start targetNode: Firelock category: construction-category-structures - description: This is a firelock - it locks an area when a fire alarm in the area is triggered. Don't get squished! - icon: - sprite: Structures/Doors/Airlocks/Standard/firelock.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -762,16 +552,11 @@ - !type:TileNotBlocked - type: construction - name: glass firelock id: FirelockGlass graph: Firelock startNode: start targetNode: FirelockGlass category: construction-category-structures - description: This is a firelock - it locks an area when a fire alarm in the area is triggered. Don't get squished! - icon: - sprite: Structures/Doors/Airlocks/Glass/firelock.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -780,16 +565,11 @@ - !type:TileNotBlocked - type: construction - name: thin firelock id: FirelockEdge graph: Firelock startNode: start targetNode: FirelockEdge category: construction-category-structures - description: This is a firelock - it locks an area when a fire alarm in the area is triggered. Don't get squished! - icon: - sprite: Structures/Doors/edge_door_hazard.rsi - state: closed placementMode: SnapgridCenter objectType: Structure canBuildInImpassable: false @@ -797,16 +577,11 @@ - !type:TileNotBlocked - type: construction - name: turnstile id: Turnstile graph: Turnstile startNode: start targetNode: turnstile category: construction-category-structures - description: A mechanical door that permits one-way access and prevents tailgating. - icon: - sprite: Structures/Doors/turnstile.rsi - state: turnstile objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -814,73 +589,51 @@ - !type:TileNotBlocked - type: construction - name: shutter id: Shutters graph: Shutters startNode: start targetNode: Shutters category: construction-category-structures - description: This is a shutter - connect it to a button to open and close it. - icon: - sprite: Structures/Doors/Shutters/shutters.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: glass shutter id: ShuttersWindow graph: Shutters startNode: start targetNode: ShuttersWindow category: construction-category-structures - description: This is a shutter - connect it to a button to open and close it. - icon: - sprite: Structures/Doors/Shutters/shutters_window.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: radiation shutter id: ShuttersRadiation graph: Shutters startNode: start targetNode: ShuttersRadiation category: construction-category-structures - description: This is a shutter - connect it to a button to open and close it. - icon: - sprite: Structures/Doors/Shutters/shutters_radiation.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: blast door id: BlastDoor graph: BlastDoor startNode: start targetNode: blastdoor category: construction-category-structures - description: This one says 'BLAST DONGER'. - icon: - sprite: Structures/Doors/Shutters/blastdoor.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: catwalk id: Catwalk graph: Catwalk startNode: start targetNode: Catwalk category: construction-category-structures - description: Just like a lattice. Except it looks better. conditions: - !type:TileNotBlocked failIfSpace: false @@ -888,45 +641,32 @@ targets: - Lattice - Plating - icon: - sprite: Structures/catwalk.rsi - state: catwalk_preview objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - type: construction - name: bananium floor id: FloorBananium graph: FloorBananium startNode: start targetNode: BananiumFloor category: construction-category-structures - description: A slippery floor of bright yellow bananium. conditions: - !type:TileNotBlocked failIfSpace: false - !type:TileType targets: - Plating - icon: - sprite: Tiles/Misc/bananium.rsi - state: bananium objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - type: construction - name: wooden barricade id: Barricade graph: Barricade startNode: start targetNode: barricadefull category: construction-category-structures - description: An improvised barricade made out of wooden planks. - icon: - sprite: Structures/barricades.rsi - state: barricade_full objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -934,16 +674,11 @@ - !type:TileNotBlocked - type: construction - name: wooden barricade id: BarricadeDirectional graph: BarricadeDirectional startNode: start targetNode: barricadefull category: construction-category-structures - description: An improvised barricade made out of wooden planks. - icon: - sprite: Structures/barricades.rsi - state: barricade_directional objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -951,16 +686,11 @@ - !type:TileNotBlocked - type: construction - name: railing id: Railing graph: Railing startNode: start targetNode: railing category: construction-category-structures - description: Basic railing meant to protect idiots like you from falling. - icon: - sprite: Structures/Walls/railing.rsi - state: side objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -968,16 +698,11 @@ - !type:TileNotBlocked - type: construction - name: railing corner id: RailingCorner graph: Railing startNode: start targetNode: railingCorner category: construction-category-structures - description: Basic railing meant to protect idiots like you from falling. - icon: - sprite: Structures/Walls/railing.rsi - state: corner objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -985,16 +710,11 @@ - !type:TileNotBlocked - type: construction - name: railing corner small id: RailingCornerSmall graph: Railing startNode: start targetNode: railingCornerSmall category: construction-category-structures - description: Basic railing meant to protect idiots like you from falling. - icon: - sprite: Structures/Walls/railing.rsi - state: corner_small objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1002,16 +722,11 @@ - !type:TileNotBlocked - type: construction - name: railing round id: RailingRound graph: Railing startNode: start targetNode: railingRound category: construction-category-structures - description: Basic railing meant to protect idiots like you from falling. - icon: - sprite: Structures/Walls/railing.rsi - state: round objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1020,16 +735,11 @@ # Chain link fencing - type: construction - name: chain link fence id: FenceMetal graph: FenceMetal startNode: start targetNode: straight category: construction-category-structures - description: Part of a chain link fence meant to cordon off areas. - icon: - sprite: Structures/Walls/fence.rsi - state: straight objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1037,16 +747,11 @@ - !type:TileNotBlocked - type: construction - name: chain link fence corner id: FenceMetalCorner graph: FenceMetal startNode: start targetNode: corner category: construction-category-structures - description: Part of a chain link fence meant to cordon off areas. - icon: - sprite: Structures/Walls/fence.rsi - state: corner objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1054,16 +759,11 @@ - !type:TileNotBlocked - type: construction - name: chain link fence end-piece id: FenceMetalEnd graph: FenceMetal startNode: start targetNode: end category: construction-category-structures - description: Part of a chain link fence meant to cordon off areas. - icon: - sprite: Structures/Walls/fence.rsi - state: end objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1071,16 +771,11 @@ - !type:TileNotBlocked - type: construction - name: chain link fence gate id: FenceMetalGate graph: FenceMetal startNode: start targetNode: gate category: construction-category-structures - description: An easy way to get through a chain link fence. - icon: - sprite: Structures/Walls/fence.rsi - state: door_closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1089,16 +784,11 @@ #Wooden fence high - type: construction - name: wooden high fence id: FenceWood graph: FenceWood startNode: start targetNode: straight category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: straight objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1106,16 +796,11 @@ - !type:TileNotBlocked - type: construction - name: wooden high fence end id: FenceWoodEnd graph: FenceWood startNode: start targetNode: end category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: end objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1123,16 +808,11 @@ - !type:TileNotBlocked - type: construction - name: wooden high fence corner id: FenceWoodCorner graph: FenceWood startNode: start targetNode: corner category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: corner objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1140,16 +820,11 @@ - !type:TileNotBlocked - type: construction - name: wooden high fence t-junction id: FenceWoodTJunction graph: FenceWood startNode: start targetNode: tjunction category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: tjunction objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1157,16 +832,11 @@ - !type:TileNotBlocked - type: construction - name: wooden high fence gate id: FenceWoodGate graph: FenceWood startNode: start targetNode: gate category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: door_closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1175,16 +845,11 @@ #Wooden fence small - type: construction - name: wooden small fence id: FenceWoodSmall graph: FenceWood startNode: start targetNode: straight_small category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: straight_small objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1192,16 +857,11 @@ - !type:TileNotBlocked - type: construction - name: wooden small fence end id: FenceWoodEndSmall graph: FenceWood startNode: start targetNode: end_small category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: end_small objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1209,16 +869,11 @@ - !type:TileNotBlocked - type: construction - name: wooden small fence corner id: FenceWoodCornerSmall graph: FenceWood startNode: start targetNode: corner_small category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: corner_small objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1226,16 +881,11 @@ - !type:TileNotBlocked - type: construction - name: wooden small fence t-junction id: FenceWoodTJunctionSmall graph: FenceWood startNode: start targetNode: tjunction_small category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: tjunction_small objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1243,16 +893,11 @@ - !type:TileNotBlocked - type: construction - name: wooden small fence gate id: FenceWoodGateSmall graph: FenceWood startNode: start targetNode: gate_small category: construction-category-structures - description: Part of a wooden fence meant to cordon off areas. - icon: - sprite: Structures/Walls/wooden_fence.rsi - state: door_closed_small objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1261,16 +906,11 @@ #Airlocks - type: construction - name: airlock id: Airlock graph: Airlock startNode: start targetNode: airlock category: construction-category-structures - description: It opens, it closes, and maybe crushes you. - icon: - sprite: Structures/Doors/Airlocks/Standard/basic.rsi - state: assembly objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1278,16 +918,11 @@ - !type:TileNotBlocked - type: construction - name: glass airlock id: AirlockGlass graph: Airlock startNode: start targetNode: glassAirlock category: construction-category-structures - description: It opens, it closes, and maybe crushes you. - icon: - sprite: Structures/Doors/Airlocks/Glass/glass.rsi - state: assembly objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1295,16 +930,11 @@ - !type:TileNotBlocked - type: construction - name: pinion airlock id: PinionAirlock graph: PinionAirlock startNode: start targetNode: airlock category: construction-category-structures - description: It opens, it closes, and maybe crushes you. - icon: - sprite: Structures/Doors/Airlocks/Standard/clockwork_pinion.rsi - state: assembly objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1312,16 +942,11 @@ - !type:TileNotBlocked - type: construction - name: glass pinion airlock id: PinionAirlockGlass graph: PinionAirlock startNode: start targetNode: glassAirlock category: construction-category-structures - description: It opens, it closes, and maybe crushes you. - icon: - sprite: Structures/Doors/Airlocks/Glass/clockwork_pinion.rsi - state: assembly objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1329,16 +954,11 @@ - !type:TileNotBlocked - type: construction - name: shuttle airlock id: AirlockShuttle graph: AirlockShuttle startNode: start targetNode: airlock category: construction-category-structures - description: It opens, it closes, and maybe crushes you. Necessary for connecting two space craft together. - icon: - sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi - state: closed # state: assembly objectType: Structure placementMode: SnapgridCenter @@ -1347,16 +967,11 @@ - !type:TileNotBlocked - type: construction - name: glass shuttle airlock id: AirlockGlassShuttle graph: AirlockShuttle startNode: start targetNode: airlockGlass category: construction-category-structures - description: It opens, it closes, and maybe crushes you. Necessary for connecting two space craft together. This one has a window. - icon: - sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi - state: closed # state: assembly objectType: Structure placementMode: SnapgridCenter @@ -1365,16 +980,11 @@ - !type:TileNotBlocked - type: construction - name: windoor id: Windoor graph: Windoor startNode: start targetNode: windoor category: construction-category-structures - description: It opens, it closes, and you can see through it! And it can be made of Plasma, Uranium, or normal Glass! - icon: - sprite: Structures/Doors/Windoors/windoor.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1382,16 +992,11 @@ - !type:TileNotBlocked - type: construction - name: secure windoor id: SecureWindoor graph: Windoor startNode: start targetNode: windoorSecure category: construction-category-structures - description: It's tough, it's a door, and you can see through it! And it can be made of Plasma, Uranium, or normal Glass! - icon: - sprite: Structures/Doors/Windoors/windoor.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1399,16 +1004,11 @@ - !type:TileNotBlocked - type: construction - name: clockwork windoor id: ClockworkWindoor graph: Windoor startNode: start targetNode: windoorClockwork category: construction-category-structures - description: It opens, it closes, and you can see through it! This one looks tough. - icon: - sprite: Structures/Doors/Windoors/clockwork_windoor.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -1417,16 +1017,11 @@ #lighting - type: construction - name: wall light id: LightTubeFixture graph: LightFixture startNode: start targetNode: tubeLight category: construction-category-structures - description: A wall light fixture. Use light tubes. - icon: - sprite: Structures/Wallmounts/Lighting/light_tube.rsi - state: base objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -1437,16 +1032,11 @@ - !type:TileNotBlocked - type: construction - name: small wall light id: LightSmallFixture graph: LightFixture startNode: start targetNode: bulbLight category: construction-category-structures - description: A wall light fixture. Use light bulbs. - icon: - sprite: Structures/Wallmounts/Lighting/light_small.rsi - state: base objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -1456,16 +1046,11 @@ - !type:TileNotBlocked - type: construction - name: emergency light id: EmergencyLightFixture graph: LightFixture startNode: start targetNode: emergencyLight category: construction-category-structures - description: An emergency light. - icon: - sprite: Structures/Wallmounts/Lighting/emergency_light.rsi - state: base objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -1474,16 +1059,11 @@ - !type:TileNotBlocked - type: construction - name: ground light post id: LightGroundFixture graph: LightFixture startNode: start targetNode: groundLight category: construction-category-structures - description: A ground light fixture. Use light tubes. - icon: - sprite: Structures/Lighting/LightPosts/small_light_post.rsi - state: base objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -1492,16 +1072,11 @@ - !type:TileNotBlocked - type: construction - name: strobe light id: LightStrobeFixture graph: LightFixture startNode: start targetNode: strobeLight category: construction-category-structures - description: A wall light fixture. Use light bulbs. - icon: - sprite: Structures/Wallmounts/Lighting/strobe_light.rsi - state: base objectType: Structure placementMode: SnapgridCenter canRotate: true @@ -1511,218 +1086,153 @@ #conveyor - type: construction - name: conveyor belt id: ConveyorBelt graph: ConveyorGraph startNode: start targetNode: entity category: construction-category-structures - description: A conveyor belt, commonly used to transport large numbers of items elsewhere quite quickly. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/conveyor.rsi - state: conveyor_stopped_cw conditions: - !type:TileNotBlocked - type: construction - name: metal door id: MetalDoor graph: DoorGraph startNode: start targetNode: metalDoor category: construction-category-structures - description: A primitive door with manual operation like the cavemen used. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/metal_door.rsi - state: closed conditions: - !type:TileNotBlocked - type: construction - name: wooden door id: WoodDoor graph: DoorGraph startNode: start targetNode: woodDoor category: construction-category-structures - description: A primitive door with manual operation like the cavemen used. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/wood_door.rsi - state: closed conditions: - !type:TileNotBlocked - type: construction - name: plasma door id: PlasmaDoor graph: DoorGraph startNode: start targetNode: plasmaDoor category: construction-category-structures - description: A primitive door with manual operation like the cavemen used. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/plasma_door.rsi - state: closed conditions: - !type:TileNotBlocked - type: construction - name: gold door id: GoldDoor graph: DoorGraph startNode: start targetNode: goldDoor category: construction-category-structures - description: A primitive door with manual operation like the cavemen used. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/gold_door.rsi - state: closed conditions: - !type:TileNotBlocked - type: construction - name: silver door id: SilverDoor graph: DoorGraph startNode: start targetNode: silverDoor category: construction-category-structures - description: A primitive door with manual operation like the cavemen used. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/silver_door.rsi - state: closed conditions: - !type:TileNotBlocked - type: construction - name: paper door id: PaperDoor graph: DoorGraph startNode: start targetNode: paperDoor category: construction-category-structures - description: A primitive door with manual operation like the cavemen used. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/paper_door.rsi - state: closed - type: construction - name: plastic flaps id: PlasticFlapsClear graph: PlasticFlapsGraph startNode: start targetNode: plasticFlaps category: construction-category-structures placementMode: SnapgridCenter - description: A plastic flap to let items through and keep people out. objectType: Structure canBuildInImpassable: false - icon: - sprite: Structures/plastic_flaps.rsi - state: plasticflaps conditions: - !type:TileNotBlocked - type: construction - name: opaque plastic flaps id: PlasticFlapsOpaque graph: PlasticFlapsGraph startNode: start targetNode: opaqueFlaps category: construction-category-structures placementMode: SnapgridCenter - description: An opaque plastic flap to let items through and keep people out. objectType: Structure canBuildInImpassable: false - icon: - sprite: Structures/plastic_flaps.rsi - state: plasticflaps conditions: - !type:TileNotBlocked - type: construction - name: carp statue id: CarpStatue graph: CarpStatue startNode: start targetNode: statue category: construction-category-structures placementMode: SnapgridCenter - description: A statue of one of the brave carp that got us where we are today. Made with real teeth! objectType: Structure canBuildInImpassable: false - icon: - sprite: Structures/Specific/carp_statue.rsi - state: icon conditions: - !type:TileNotBlocked - type: construction - name: bananium clown statue id: BananiumClownStatue graph: BananiumStatueClown startNode: start targetNode: bananiumStatue category: construction-category-structures placementMode: SnapgridCenter - description: A clown statue made from bananium. objectType: Structure canBuildInImpassable: false - icon: - sprite: Structures/Decoration/statues.rsi - state: bananium_clown conditions: - !type:TileNotBlocked - type: construction - name: bananium door id: BananiumDoor graph: DoorGraph startNode: start targetNode: bananiumDoor category: construction-category-structures - description: A primitive door made from bananium, it honks. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/MineralDoors/bananium_door.rsi - state: closed conditions: - !type:TileNotBlocked - type: construction - name: bananium altar id: BananiumAltar graph: BananiumAltarGraph startNode: start targetNode: bananiumAltar category: construction-category-structures - description: An altar to worship the honkmother with. - icon: - sprite: Structures/Furniture/Altars/Cults/bananium.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -1731,18 +1241,15 @@ - !type:TileNotBlocked - type: construction - name: solid secret door id: SolidSecretDoor + name: recipes-secret-door-name + description: recipes-secret-door-desc graph: SecretDoor startNode: start targetNode: solidSecretDoor category: construction-category-structures - description: A secret door for the wall. objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Doors/secret_door.rsi - state: closed conditions: - !type:TileNotBlocked diff --git a/Resources/Prototypes/Recipes/Construction/tools.yml b/Resources/Prototypes/Recipes/Construction/tools.yml index bb89c5f244..d5b363ebe5 100644 --- a/Resources/Prototypes/Recipes/Construction/tools.yml +++ b/Resources/Prototypes/Recipes/Construction/tools.yml @@ -1,54 +1,39 @@ - type: construction - name: torch id: LightTorch graph: LightTorch startNode: start targetNode: torch category: construction-category-tools - description: A torch fashioned from some wood. - icon: { sprite: Objects/Misc/torch.rsi, state: icon } objectType: Item - type: construction - name: logic gate id: LogicGate graph: LogicGate startNode: start targetNode: logic_gate category: construction-category-tools - description: A binary logic gate for signals. - icon: { sprite: Objects/Devices/gates.rsi, state: or_icon } objectType: Item - type: construction - name: edge detector id: EdgeDetector graph: LogicGate startNode: start targetNode: edge_detector category: construction-category-tools - description: An edge detector for signals. - icon: { sprite: Objects/Devices/gates.rsi, state: edge_detector } objectType: Item - type: construction - name: power sensor id: PowerSensor graph: LogicGate startNode: start targetNode: power_sensor category: construction-category-tools - description: A power network checking device for signals. - icon: { sprite: Objects/Devices/gates.rsi, state: power_sensor } objectType: Item - type: construction - name: memory cell id: MemoryCell graph: LogicGate startNode: start targetNode: memory_cell category: construction-category-tools - description: A memory cell for signals. - icon: { sprite: Objects/Devices/gates.rsi, state: memory_cell } objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index cecb249555..680bc4e36b 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -1,44 +1,29 @@ # SURVEILLANCE - type: construction - name: camera id: camera graph: SurveillanceCamera startNode: start targetNode: camera category: construction-category-utilities - description: "Surveillance camera. It's watching. Soon." - icon: - sprite: Structures/Wallmounts/camera.rsi - state: camera objectType: Structure placementMode: SnapgridCenter - type: construction - name: telescreen id: WallmountTelescreen graph: WallmountTelescreen startNode: start targetNode: Telescreen category: construction-category-utilities - description: "A surveillance camera monitor for the wall." - icon: - sprite: Structures/Machines/computers.rsi - state: telescreen_frame objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: station map id: StationMap graph: StationMap startNode: start targetNode: station_map category: construction-category-structures - description: A station map. - icon: - sprite: Structures/Machines/station_map.rsi - state: station_map0 placementMode: SnapgridCenter objectType: Structure canRotate: true @@ -48,84 +33,57 @@ # POWER - type: construction - name: APC id: APC graph: APC startNode: start targetNode: apc category: construction-category-utilities - description: "Area Power Controller (APC). Controls power. In an area." - icon: - sprite: Structures/Power/apc.rsi - state: base objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: cable terminal id: CableTerminal graph: CableTerminal startNode: start targetNode: cable_terminal category: construction-category-utilities - description: "Input of devices such as the SMES. The red cables needs to face the device." - icon: - sprite: Structures/Power/cable_terminal.rsi - state: term objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false - type: construction - name: wallmount substation id: WallmountSubstation graph: WallmountSubstation startNode: start targetNode: substation category: construction-category-utilities - description: "A wallmount substation for compact spaces. Make sure to place cable underneath before building the wall." - icon: - sprite: Structures/Power/substation.rsi - state: substation_wall objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: wallmount generator id: WallmountGenerator graph: WallmountGenerator startNode: start targetNode: generator category: construction-category-utilities - description: "A wallmount generator for compact spaces. Make sure to place cable underneath before building the wall." - icon: - sprite: Structures/Power/Generation/wallmount_generator.rsi - state: panel objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true - type: construction - name: wallmount APU id: WallmountGeneratorAPU graph: WallmountGenerator startNode: start targetNode: APU category: construction-category-utilities - description: "A wallmount APU for compact shuttles. Make sure to place cable underneath before building the wall." - icon: - sprite: Structures/Power/Generation/wallmount_generator.rsi - state: panel objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true # DISPOSALS - type: construction - name: disposal unit - description: A pneumatic waste disposal unit. id: DisposalUnit graph: DisposalMachine startNode: start @@ -133,13 +91,8 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: "disposal" - type: construction - name: mailing unit - description: A pneumatic mail delivery unit. id: MailingUnit graph: DisposalMachine startNode: start @@ -147,27 +100,17 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: "mailing" - type: construction - name: disposal pipe id: DisposalPipe - description: A huge pipe segment used for constructing disposal systems. graph: DisposalPipe startNode: start targetNode: pipe category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-s - type: construction - name: disposal tagger - description: A pipe that tags entities for routing. id: DisposalTagger graph: DisposalPipe startNode: start @@ -175,13 +118,8 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-tagger - type: construction - name: disposal trunk - description: A pipe trunk used as an entry point for disposal systems. id: DisposalTrunk graph: DisposalPipe startNode: start @@ -189,13 +127,8 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-t - type: construction - name: disposal router - description: A three-way router. Entities with matching tags get routed to the side. id: DisposalRouter graph: DisposalPipe startNode: start @@ -203,15 +136,10 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-j1s mirror: DisposalRouterFlipped - type: construction hide: true - name: disposal router - description: A three-way router. Entities with matching tags get routed to the side. id: DisposalRouterFlipped graph: DisposalPipe startNode: start @@ -219,14 +147,9 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-j2s mirror: DisposalRouter - type: construction - name: disposal signal router - description: A signal-controlled three-way router. id: DisposalSignalRouter graph: DisposalPipe startNode: start @@ -234,15 +157,10 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: signal-router-free mirror: DisposalSignalRouterFlipped - type: construction hide: true - name: disposal signal router - description: A signal-controlled three-way router. id: DisposalSignalRouterFlipped graph: DisposalPipe startNode: start @@ -250,14 +168,9 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: signal-router-flipped-free mirror: DisposalSignalRouter - type: construction - name: disposal junction - description: A three-way junction. The arrow indicates where items exit. id: DisposalJunction graph: DisposalPipe startNode: start @@ -265,15 +178,10 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-j1 mirror: DisposalJunctionFlipped - type: construction hide: true - name: disposal junction - description: A three-way junction. The arrow indicates where items exit. id: DisposalJunctionFlipped graph: DisposalPipe startNode: start @@ -281,14 +189,9 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-j2 mirror: DisposalJunction - type: construction - name: disposal Y junction - description: A three-way junction with another exit point. id: DisposalYJunction graph: DisposalPipe startNode: start @@ -296,13 +199,8 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-y - type: construction - name: disposal bend - description: A tube bent at a 90 degree angle. id: DisposalBend graph: DisposalPipe startNode: start @@ -310,22 +208,14 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/disposal.rsi - state: conpipe-c # ATMOS - type: construction - name: air alarm id: AirAlarmFixture graph: AirAlarm startNode: start targetNode: air_alarm category: construction-category-structures - description: An air alarm. Alarms... air? - icon: - sprite: Structures/Wallmounts/air_monitors.rsi - state: alarm0 placementMode: SnapgridCenter objectType: Structure canRotate: true @@ -334,16 +224,11 @@ - !type:WallmountCondition {} - type: construction - name: fire alarm id: FireAlarm graph: FireAlarm startNode: start targetNode: fire_alarm category: construction-category-structures - description: A fire alarm. Spicy! - icon: - sprite: Structures/Wallmounts/air_monitors.rsi - state: fire0 placementMode: SnapgridCenter objectType: Structure canRotate: true @@ -352,110 +237,73 @@ - !type:WallmountCondition {} - type: construction - name: air sensor id: AirSensor graph: AirSensor startNode: start targetNode: sensor category: construction-category-structures - description: An air sensor. Senses air. - icon: - sprite: Structures/Specific/Atmospherics/sensor.rsi - state: gsensor1 placementMode: SnapgridCenter objectType: Structure canRotate: true - type: construction - name: gas pipe sensor id: GasPipeSensor graph: GasPipeSensor startNode: start targetNode: sensor category: construction-category-structures - description: Reports on the status of the gas within the attached pipe network. - icon: - sprite: Structures/Piping/Atmospherics/gas_pipe_sensor.rsi - state: icon placementMode: SnapgridCenter objectType: Structure canRotate: true # ATMOS PIPES - type: construction - name: gas pipe half id: GasPipeHalf - description: Half of a gas pipe. No skateboards. graph: GasPipe startNode: start targetNode: half category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: true - icon: - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeHalf - type: construction - name: gas pipe straight id: GasPipeStraight - description: A straight pipe segment. graph: GasPipe startNode: start targetNode: straight category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: true - icon: - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - type: construction - name: gas pipe bend id: GasPipeBend - description: A pipe segment bent at a 90 degree angle. graph: GasPipe startNode: start targetNode: bend category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: true - icon: - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeBend - type: construction - name: gas pipe T junction id: GasPipeTJunction - description: A pipe segment with a T junction. graph: GasPipe startNode: start targetNode: tjunction category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: true - icon: - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeTJunction - type: construction - name: gas pipe fourway id: GasPipeFourway - description: A pipe segment with a fourway junction. graph: GasPipe startNode: start targetNode: fourway category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: true - icon: - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeFourway # ATMOS UNARY - type: construction - name: air vent - description: Pumps gas into the room. id: GasVentPump graph: GasUnary startNode: start @@ -463,20 +311,10 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/vent.rsi - state: vent_off - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeHalf - - sprite: Structures/Piping/Atmospherics/vent.rsi - state: vent_off conditions: - !type:NoUnstackableInTile - type: construction - name: passive vent - description: Unpowered vent that equalises gases on both sides. id: GasPassiveVent graph: GasUnary startNode: start @@ -484,20 +322,10 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/vent.rsi - state: vent_passive - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeHalf - - sprite: Structures/Piping/Atmospherics/vent.rsi - state: vent_passive conditions: - !type:NoUnstackableInTile - type: construction - name: air scrubber - description: Sucks gas into connected pipes. id: GasVentScrubber graph: GasUnary startNode: start @@ -505,20 +333,10 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/scrubber.rsi - state: scrub_off - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeHalf - - sprite: Structures/Piping/Atmospherics/scrubber.rsi - state: scrub_off conditions: - !type:NoUnstackableInTile - type: construction - name: air injector - description: Injects air into the atmosphere. id: GasOutletInjector graph: GasUnary startNode: start @@ -526,42 +344,22 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/outletinjector.rsi - state: injector - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeHalf - - sprite: Structures/Piping/Atmospherics/outletinjector.rsi - state: injector conditions: - !type:NoUnstackableInTile # ATMOS BINARY - type: construction - name: gas pump id: GasPressurePump - description: A pump that moves gas by pressure. graph: GasBinary startNode: start targetNode: pressurepump category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpPressure - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpPressure conditions: - !type:NoUnstackableInTile - type: construction - name: volumetric gas pump - description: A pump that moves gas by volume. id: GasVolumePump graph: GasBinary startNode: start @@ -569,162 +367,89 @@ category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpVolume - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpVolume conditions: - !type:NoUnstackableInTile - type: construction id: GasPassiveGate - name: passive gate - description: A one-way air valve that does not require power. graph: GasBinary startNode: start targetNode: passivegate category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpPassiveGate - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpPassiveGate conditions: - !type:NoUnstackableInTile - type: construction id: GasValve - name: manual valve - description: A pipe with a valve that can be used to disable the flow of gas through it. graph: GasBinary startNode: start targetNode: valve category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpManualValve - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpManualValve conditions: - !type:NoUnstackableInTile - type: construction id: SignalControlledValve - name: signal valve - description: Valve controlled by signal inputs. graph: GasBinary startNode: start targetNode: signalvalve category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpSignalValve - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - - sprite: Structures/Piping/Atmospherics/pump.rsi - state: pumpSignalValve conditions: - !type:NoUnstackableInTile - type: construction id: GasPort - name: connector port - description: For connecting portable devices related to atmospherics control. graph: GasBinary startNode: start targetNode: port category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/gascanisterport.rsi - state: gasCanisterPort - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeHalf - - sprite: Structures/Piping/Atmospherics/gascanisterport.rsi - state: gasCanisterPort conditions: - !type:NoUnstackableInTile - type: construction id: GasDualPortVentPump - name: dual-port air vent - description: Has a valve and a pump attached to it. There are two ports, one is an input for releasing air, the other is an output when siphoning. graph: GasBinary startNode: start targetNode: dualportventpump category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/vent.rsi - state: vent_off - layers: - - sprite: Structures/Piping/Atmospherics/pipe.rsi - state: pipeStraight - - sprite: Structures/Piping/Atmospherics/vent.rsi - state: vent_off - type: construction id: HeatExchanger - name: radiator - description: Transfers heat between the pipe and its surroundings. graph: GasBinary startNode: start targetNode: radiator category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/heatexchanger.rsi - state: heStraight - type: construction id: HeatExchangerBend - name: radiator bend - description: Transfers heat between the pipe and its surroundings. graph: GasBinary startNode: start targetNode: bendradiator category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/heatexchanger.rsi - state: heBend # ATMOS TRINARY - type: construction id: GasFilter - name: gas filter - description: Very useful for filtering gases. graph: GasTrinary startNode: start targetNode: filter category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/gasfilter.rsi - state: gasFilter mirror: GasFilterFlipped conditions: - !type:NoUnstackableInTile @@ -732,34 +457,24 @@ - type: construction id: GasFilterFlipped hide: true - name: gas filter - description: Very useful for filtering gases. graph: GasTrinary startNode: start targetNode: filterflipped category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/gasfilter.rsi - state: gasFilterF mirror: GasFilter conditions: - !type:NoUnstackableInTile - type: construction id: GasMixer - name: gas mixer - description: Very useful for mixing gases. graph: GasTrinary startNode: start targetNode: mixer category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/gasmixer.rsi - state: gasMixer mirror: GasMixerFlipped conditions: - !type:NoUnstackableInTile @@ -767,49 +482,34 @@ - type: construction id: GasMixerFlipped hide: true - name: gas mixer - description: Very useful for mixing gases. graph: GasTrinary startNode: start targetNode: mixerflipped category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/gasmixer.rsi - state: gasMixerF mirror: GasMixer conditions: - !type:NoUnstackableInTile - type: construction id: PressureControlledValve - name: pneumatic valve - description: A bidirectional valve controlled by pressure. Opens if the output pipe is lower than the pressure of the control pipe by 101.325 kPa. graph: GasTrinary startNode: start targetNode: pneumaticvalve category: construction-category-utilities placementMode: SnapgridCenter canBuildInImpassable: false - icon: - sprite: Structures/Piping/Atmospherics/pneumaticvalve.rsi - state: off conditions: - !type:NoUnstackableInTile # INTERCOM - type: construction - name: intercom id: IntercomAssembly graph: Intercom startNode: start targetNode: intercom category: construction-category-structures - description: An intercom. For when the station just needs to know something. - icon: - sprite: Structures/Wallmounts/intercom.rsi - state: base placementMode: SnapgridCenter objectType: Structure canRotate: true @@ -819,16 +519,11 @@ # TIMERS - type: construction - name: signal timer id: SignalTimer graph: Timer startNode: start targetNode: signal category: construction-category-utilities - description: "A wallmounted timer for sending timed signals to things." - icon: - sprite: Structures/Wallmounts/switch.rsi - state: on objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: true @@ -836,16 +531,11 @@ - !type:WallmountCondition - type: construction - name: screen timer id: ScreenTimer graph: Timer startNode: start targetNode: screen category: construction-category-utilities - description: "A wallmounted timer for sending timed signals to things. This one has a screen for displaying text." - icon: - sprite: Structures/Wallmounts/signalscreen.rsi - state: signalscreen objectType: Structure canRotate: false placementMode: SnapgridCenter @@ -854,16 +544,11 @@ - !type:WallmountCondition - type: construction - name: brig timer id: BrigTimer graph: Timer startNode: start targetNode: brig category: construction-category-utilities - description: "A wallmounted timer for sending timed signals to things. This one has a screen for displaying text and requires security access to use." - icon: - sprite: Structures/Wallmounts/signalscreen.rsi - state: signalscreen objectType: Structure canRotate: false placementMode: SnapgridCenter diff --git a/Resources/Prototypes/Recipes/Construction/weapons.yml b/Resources/Prototypes/Recipes/Construction/weapons.yml index 4bc75805fe..f703724cc9 100644 --- a/Resources/Prototypes/Recipes/Construction/weapons.yml +++ b/Resources/Prototypes/Recipes/Construction/weapons.yml @@ -1,219 +1,159 @@ - type: construction - name: grey bladed flatcap id: BladedFlatcapGrey graph: BladedFlatcapGrey startNode: start targetNode: icon category: construction-category-weapons - description: An inconspicuous hat with glass shards sewn into the brim. - icon: { sprite: Clothing/Head/Hats/greyflatcap.rsi, state: icon } objectType: Item - type: construction - name: brown bladed flatcap id: BladedFlatcapBrown graph: BladedFlatcapBrown startNode: start targetNode: icon category: construction-category-weapons - description: An inconspicuous hat with glass shards sewn into the brim. - icon: { sprite: Clothing/Head/Hats/brownflatcap.rsi, state: icon } objectType: Item - type: construction - name: glass shiv id: Shiv graph: Shiv startNode: start targetNode: icon category: construction-category-weapons - description: A glass shard with a piece of cloth wrapped around it. - icon: { sprite: Objects/Weapons/Melee/shiv.rsi, state: icon } objectType: Item - type: construction - name: reinforced shiv id: ReinforcedShiv graph: ReinforcedShiv startNode: start targetNode: icon category: construction-category-weapons - description: A reinforced glass shard with a piece of cloth wrapped around it. - icon: { sprite: Objects/Weapons/Melee/reinforced_shiv.rsi, state: icon } objectType: Item - type: construction - name: plasma shiv id: PlasmaShiv graph: PlasmaShiv startNode: start targetNode: icon category: construction-category-weapons - description: A plasma shard with a piece of cloth wrapped around it. - icon: { sprite: Objects/Weapons/Melee/plasma_shiv.rsi, state: icon } objectType: Item - type: construction - name: uranium shiv id: UraniumShiv graph: UraniumShiv startNode: start targetNode: icon category: construction-category-weapons - description: A uranium shard with a piece of cloth wrapped around it. - icon: { sprite: Objects/Weapons/Melee/uranium_shiv.rsi, state: icon } objectType: Item - type: construction - name: crude spear id: Spear graph: Spear startNode: start targetNode: spear category: construction-category-weapons - description: A crude spear for when you need to put holes in somebody. - icon: { sprite: Objects/Weapons/Melee/spear.rsi, state: spear } objectType: Item - type: construction - name: crude reinforced spear id: SpearReinforced graph: SpearReinforced startNode: start targetNode: spear category: construction-category-weapons - description: A crude reinforced spear for when you need to put holes in somebody. - icon: { sprite: Objects/Weapons/Melee/reinforced_spear.rsi, state: spear } objectType: Item - type: construction - name: crude plasma spear id: SpearPlasma graph: SpearPlasma startNode: start targetNode: spear category: construction-category-weapons - description: A crude plasma spear for when you need to put holes in somebody. - icon: { sprite: Objects/Weapons/Melee/plasma_spear.rsi, state: spear } objectType: Item - type: construction - name: crude uranium spear id: SpearUranium graph: SpearUranium startNode: start targetNode: spear category: construction-category-weapons - description: A crude uranium spear for when you need to put holes in somebody. - icon: { sprite: Objects/Weapons/Melee/uranium_spear.rsi, state: spear } objectType: Item - type: construction - name: sharkminnow tooth spear id: SpearSharkMinnow graph: SpearSharkMinnow startNode: start targetNode: spear category: construction-category-weapons - description: A crude spear with a sharkminnow tooth for when you need to put holes in somebody. - icon: { sprite: Objects/Weapons/Melee/sharkminnow_spear.rsi, state: spear } objectType: Item - type: construction - name: makeshift bola id: Bola graph: Bola startNode: start targetNode: bola category: construction-category-weapons - description: A simple weapon for tripping someone at a distance. - icon: { sprite: Objects/Weapons/Throwable/bola.rsi, state: icon } objectType: Item - type: construction - name: wooden buckler id: WoodenBuckler graph: WoodenBuckler startNode: start targetNode: woodenBuckler category: construction-category-weapons - description: A nicely carved wooden shield! - icon: { sprite: Objects/Weapons/Melee/shields.rsi, state: buckler-icon } objectType: Item - type: construction - name: makeshift shield id: MakeshiftShield graph: MakeshiftShield startNode: start targetNode: makeshiftShield category: construction-category-weapons - description: Crude and falling apart. Why would you make this? - icon: { sprite: Objects/Weapons/Melee/shields.rsi, state: makeshift-icon } objectType: Item - type: construction - name: glass shard arrow id: ImprovisedArrow graph: ImprovisedArrow startNode: start targetNode: ImprovisedArrow category: construction-category-weapons - description: An arrow tipped with pieces of a glass shard, for use with a bow. - icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow } objectType: Item - type: construction - name: carp tooth arrow id: ImprovisedArrowCarp graph: ImprovisedArrowCarp startNode: start targetNode: ImprovisedArrowCarp category: construction-category-weapons - description: An arrow tipped with a carp tooth, for use with a bow. - icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow } objectType: Item - type: construction - name: plasma glass shard arrow id: ImprovisedArrowPlasma graph: ImprovisedArrowPlasma startNode: start targetNode: ImprovisedArrowPlasma category: construction-category-weapons - description: An arrow tipped with pieces of a plasma glass shard, for use with a bow. - icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow } objectType: Item - type: construction - name: uranium glass shard arrow id: ImprovisedArrowUranium graph: ImprovisedArrowUranium startNode: start targetNode: ImprovisedArrowUranium category: construction-category-weapons - description: An arrow tipped with pieces of a uranium glass shard, for use with a bow. - icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow } objectType: Item - type: construction - name: improvised bow id: ImprovisedBow graph: ImprovisedBow startNode: start targetNode: ImprovisedBow category: construction-category-weapons - description: A shoddily constructed bow made out of wood and cloth. It's not much, but it's gotten the job done for millennia. - icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: unwielded } objectType: Item - type: construction - name: bone spear id: SpearBone graph: SpearBone startNode: start targetNode: spear category: construction-category-weapons - description: Bones and silk combined together. - icon: { sprite: Objects/Weapons/Melee/bone_spear.rsi, state: spear } objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/web.yml b/Resources/Prototypes/Recipes/Construction/web.yml index 9a0d832d01..bb8a69a6a7 100644 --- a/Resources/Prototypes/Recipes/Construction/web.yml +++ b/Resources/Prototypes/Recipes/Construction/web.yml @@ -1,14 +1,9 @@ - type: construction - name: web wall id: WallWeb graph: WebStructures startNode: start targetNode: wall category: construction-category-structures - description: A fairly weak yet silky smooth wall. - icon: - sprite: Structures/Walls/web.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -20,16 +15,11 @@ - !type:TileNotBlocked - type: construction - name: web table id: TableWeb graph: WebStructures startNode: start targetNode: table category: construction-category-furniture - description: Essential for any serious web development. - icon: - sprite: Structures/Furniture/Tables/web.rsi - state: full objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -41,16 +31,11 @@ - !type:TileNotBlocked - type: construction - name: web bed id: WebBed graph: WebStructures startNode: start targetNode: bed category: construction-category-furniture - description: Fun fact, you eating spiders in your sleep is false. - icon: - sprite: Structures/Web/bed.rsi - state: icon objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -62,16 +47,11 @@ - !type:TileNotBlocked - type: construction - name: web chair id: ChairWeb graph: WebStructures startNode: start targetNode: chair category: construction-category-furniture - description: You want to get serious about web development? Get this chair! - icon: - sprite: Structures/Web/chair.rsi - state: icon objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false @@ -80,16 +60,11 @@ - SpiderCraft - type: construction - name: web crate id: CrateWeb graph: WebStructures startNode: start targetNode: crate category: construction-category-storage - description: For containment of food and other things. Not as durable as a normal crate, and can't be welded shut. - icon: - sprite: Structures/Storage/Crates/web.rsi - state: icon objectType: Structure placementMode: SnapgridCenter canRotate: false @@ -99,16 +74,11 @@ - SpiderCraft - type: construction - name: web door id: WebDoor graph: WebStructures startNode: start targetNode: door category: construction-category-structures - description: A manual door made from web, normally placed right before a pit or trap. - icon: - sprite: Structures/Doors/web_door.rsi - state: closed objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/cleanbot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/cleanbot.yml index a734545507..bf70f9fedc 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/cleanbot.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/cleanbot.yml @@ -10,18 +10,18 @@ icon: sprite: Objects/Tools/bucket.rsi state: icon - name: bucket + name: construction-graph-tag-bucket - tag: ProximitySensor icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor doAfter: 2 - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - node: bot entity: MobCleanBot diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/firebot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/firebot.yml index 977ffd4093..6e7d37d4b7 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/firebot.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/firebot.yml @@ -10,24 +10,24 @@ icon: sprite: Objects/Misc/fire_extinguisher.rsi state: fire_extinguisher_open - name: fire extinguisher + name: construction-graph-tag-fire-extinguisher - tag: FireHelmet - icon: + icon: sprite: Clothing/Head/Helmets/firehelmet.rsi state: icon - name: fire helmet + name: construction-graph-tag-fire-helmet doAfter: 2 - tag: ProximitySensor icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor doAfter: 2 - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - node: bot entity: MobFireBot diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/honkbot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/honkbot.yml index 6806aacc24..ec6f9dcb1a 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/honkbot.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/honkbot.yml @@ -10,23 +10,23 @@ icon: sprite: Objects/Storage/Happyhonk/clown.rsi state: box - name: happy honk meal + name: construction-graph-tag-happy-honk-meal - tag: BikeHorn icon: sprite: Objects/Fun/bikehorn.rsi state: icon - name: bike horn + name: construction-graph-tag-clown-bike-horn doAfter: 2 - tag: ProximitySensor icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - node: bot entity: MobHonkBot @@ -43,23 +43,23 @@ icon: sprite: Objects/Storage/Happyhonk/cluwne.rsi state: box - name: woeful cluwne meal + name: construction-graph-tag-woeful-cluwne-meal - tag: CluwneHorn icon: sprite: Objects/Fun/cluwnehorn.rsi state: icon - name: broken bike horn + name: construction-graph-tag-clowne-horn doAfter: 2 - tag: ProximitySensor icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - node: bot entity: MobJonkBot diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/medibot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/medibot.yml index 92e731d23b..023af2c957 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/medibot.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/medibot.yml @@ -10,24 +10,24 @@ icon: sprite: Objects/Specific/Medical/firstaidkits.rsi state: firstaid - name: medkit + name: construction-graph-tag-medkit - tag: DiscreteHealthAnalyzer icon: sprite: Objects/Specific/Medical/healthanalyzer.rsi state: analyzer - name: health analyzer + name: construction-graph-tag-health-analyzer doAfter: 2 - tag: ProximitySensor icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor doAfter: 2 - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - node: bot entity: MobMedibot diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/mimebot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/mimebot.yml index 27391898c7..bde4e67564 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/mimebot.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/mimebot.yml @@ -10,35 +10,35 @@ icon: sprite: Objects/Storage/Happyhonk/mime.rsi state: box - name: mime edition happy honk meal + name: construction-graph-tag-mime-meal - tag: MimeBelt icon: sprite: Clothing/Belt/suspenders_red.rsi state: icon - name: suspenders + name: construction-graph-tag-suspenders doAfter: 2 - tag: ProximitySensor icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor - tag: BorgHead icon: sprite: Objects/Specific/Robotics/cyborg_parts.rsi state: borg_head - name: borg head + name: construction-graph-tag-borg-head doAfter: 2 - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - tag: BorgArm icon: sprite: Mobs/Silicon/drone.rsi state: l_hand - name: borg arm + name: construction-graph-tag-borg-arm doAfter: 2 - node: bot entity: MobMimeBot diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml index efabb849bb..cdacd06853 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml @@ -10,12 +10,12 @@ icon: sprite: Objects/Misc/proximity_sensor.rsi state: icon - name: proximity sensor + name: construction-graph-tag-proximity-sensor - tag: BorgHead icon: sprite: Objects/Specific/Robotics/cyborg_parts.rsi state: borg_head - name: borg head + name: construction-graph-tag-borg-head doAfter: 1 - material: Steel amount: 10 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/goliath_hardsuit.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/goliath_hardsuit.yml index 0bb82cf261..b763f920d7 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/goliath_hardsuit.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/goliath_hardsuit.yml @@ -10,7 +10,7 @@ icon: sprite: Clothing/OuterClothing/Hardsuits/spatio.rsi state: icon - name: spationaut hardsuit + name: construction-graph-tag-spationaut-hardsuit doAfter: 10 - material: Durathread amount: 5 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/firebomb.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/firebomb.yml index 529585583c..e2519b765c 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/firebomb.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/firebomb.yml @@ -7,13 +7,13 @@ - to: empty steps: - tag: DrinkCan - name: an empty can + name: construction-graph-tag-empty-can icon: sprite: Objects/Consumable/Drinks/cola.rsi state: icon_open doAfter: 1 - tag: Igniter - name: an igniter + name: construction-graph-tag-igniter icon: sprite: Objects/Devices/igniter.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/flowerwreath.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/flowerwreath.yml index b8e580230d..f5580d56b1 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/flowerwreath.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/flowerwreath.yml @@ -7,17 +7,17 @@ - to: flowerwreath steps: - tag: Flower - name: flower + name: construction-graph-tag-flower icon: sprite: Objects/Specific/Hydroponics/poppy.rsi state: produce - tag: Flower - name: flower + name: construction-graph-tag-flower icon: sprite: Objects/Specific/Hydroponics/poppy.rsi state: produce - tag: Ambrosia - name: ambrosia + name: construction-graph-tag-ambrosia icon: sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi state: produce diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun.yml index f8e7b64b90..02ec4625e6 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun.yml @@ -10,17 +10,17 @@ icon: sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeStraight - name: pipe + name: construction-graph-tag-pipe - tag: ModularReceiver icon: sprite: Objects/Misc/modular_receiver.rsi state: icon - name: modular receiver + name: construction-graph-tag-modular-receiver - tag: RifleStock icon: sprite: Objects/Misc/rifle_stock.rsi state: icon - name: rifle stock + name: construction-graph-tag-rifle-stock - material: Cloth amount: 3 doAfter: 10 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun_shell.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun_shell.yml index 9f666dd61c..6d5d31516f 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun_shell.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/improvised_shotgun_shell.yml @@ -8,66 +8,66 @@ steps: - material: Steel amount: 1 - doAfter: 0.5 + doAfter: 0.5 - material: Plastic amount: 1 - doAfter: 0.5 + doAfter: 0.5 - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 - doAfter: 0.5 + doAfter: 0.5 - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard2 - doAfter: 0.5 + doAfter: 0.5 - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 - doAfter: 0.5 + doAfter: 0.5 - tag: GlassShard - name: glass shard + name: construction-graph-tag-glass-shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard3 - doAfter: 0.5 + doAfter: 0.5 - tag: Matchstick - name: match stick + name: construction-graph-tag-match-stick icon: sprite: Objects/Tools/matches.rsi state: match_unlit - doAfter: 0.5 + doAfter: 0.5 - tag: Matchstick - name: match stick + name: construction-graph-tag-match-stick icon: sprite: Objects/Tools/matches.rsi state: match_unlit - doAfter: 0.5 + doAfter: 0.5 - tag: Matchstick - name: match stick + name: construction-graph-tag-match-stick icon: sprite: Objects/Tools/matches.rsi state: match_unlit - doAfter: 0.5 + doAfter: 0.5 - tag: Matchstick - name: match stick + name: construction-graph-tag-match-stick icon: sprite: Objects/Tools/matches.rsi state: match_unlit - doAfter: 0.5 + doAfter: 0.5 - tag: Matchstick - name: match stick + name: construction-graph-tag-match-stick icon: sprite: Objects/Tools/matches.rsi state: match_unlit - doAfter: 0.5 + doAfter: 0.5 - tag: Matchstick - name: match stick + name: construction-graph-tag-match-stick icon: sprite: Objects/Tools/matches.rsi state: match_unlit diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml index e928d15933..b5dbdf032a 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml @@ -9,7 +9,7 @@ - material: MetalRod amount: 1 - tag: PowerCellSmall - name: power cell small + name: construction-graph-tag-power-cell-small icon: sprite: Objects/Power/power_cells.rsi state: small @@ -18,13 +18,13 @@ sprite: Objects/Misc/cablecuffs.rsi state: cuff color: red - name: cuffs + name: construction-graph-tag-cuffs - tag: Igniter - name: igniter + name: construction-graph-tag-igniter icon: sprite: Objects/Devices/igniter.rsi state: icon doAfter: 15 - node: msstunprod entity: Stunprod - + diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pipebomb.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pipebomb.yml index bc661b47d9..0e61dd2517 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pipebomb.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pipebomb.yml @@ -10,7 +10,7 @@ icon: sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeStraight - name: pipe + name: construction-graph-tag-pipe - material: Steel amount: 1 doAfter: 3 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pneumatic_cannon.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pneumatic_cannon.yml index 85a68d5f39..049b55b78c 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pneumatic_cannon.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/pneumatic_cannon.yml @@ -10,13 +10,13 @@ icon: sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeStraight - name: pipe + name: construction-graph-tag-pipe - tag: Handcuffs icon: sprite: Objects/Misc/cablecuffs.rsi state: cuff color: red - name: cuffs + name: construction-graph-tag-cuffs - material: Steel amount: 6 doAfter: 10 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml index f03670b673..c7ba3c1311 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml @@ -7,7 +7,7 @@ - to: potatobattery steps: - tag: Potato - name: a potato + name: construction-graph-tag-potato icon: sprite: Objects/Specific/Hydroponics/potato.rsi state: produce @@ -30,13 +30,13 @@ - to: potatoai steps: - tag: PotatoBattery - name: a potato battery + name: construction-graph-tag-potato-battery icon: sprite: Objects/Power/power_cells.rsi state: potato doAfter: 1 - tag: SmallAIChip - name: a super-compact AI chip + name: construction-graph-tag-super-compact-ai-chip icon: sprite: Objects/Misc/potatoai_chip.rsi state: icon @@ -63,4 +63,4 @@ - material: Capacitor amount: 2 - node: potatoaichip - entity: PotatoAIChip \ No newline at end of file + entity: PotatoAIChip diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratefreezer.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratefreezer.yml index a43d84e173..ab12dd4d6f 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratefreezer.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratefreezer.yml @@ -12,7 +12,7 @@ amount: 2 doAfter: 5 - tag: FreezerElectronics - name: freezer electronics + name: construction-graph-tag-freezer-electronics icon: sprite: Objects/Misc/module.rsi state: door_electronics diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml index c465d74db7..006e774de4 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml @@ -75,7 +75,7 @@ amount: 2 doAfter: 5 - tag: FreezerElectronics - name: freezer electronics + name: construction-graph-tag-freezer-electronics icon: sprite: Objects/Misc/module.rsi state: door_electronics diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml index be429bb564..e92c55669e 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml @@ -7,22 +7,22 @@ - to: strawhat steps: - tag: Wheat - name: wheat bushel + name: construction-graph-tag-wheat-bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce - tag: Wheat - name: wheat bushel + name: construction-graph-tag-wheat-bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce - tag: Wheat - name: wheat bushel + name: construction-graph-tag-wheat-bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce - tag: Wheat - name: wheat bushel + name: construction-graph-tag-wheat-bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml index 56e31bbe8d..e756f9518e 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml @@ -7,12 +7,12 @@ - to: plushie steps: - tag: PlushieGhost - name: ghost soft toy + name: construction-graph-tag-ghost icon: sprite: Mobs/Ghosts/ghost_human.rsi state: icon - tag: Ectoplasm - name: ectoplasm + name: construction-graph-tag-ectoplasm icon: sprite: Mobs/Ghosts/revenant.rsi state: ectoplasm @@ -29,7 +29,7 @@ - to: suit steps: - tag: HideCorgi - name: corgi hide + name: construction-graph-tag-corgi-hide icon: sprite: Objects/Materials/materials.rsi state: corgihide diff --git a/Resources/Prototypes/Recipes/Crafting/artifact.yml b/Resources/Prototypes/Recipes/Crafting/artifact.yml index c627f00c16..475c7c877e 100644 --- a/Resources/Prototypes/Recipes/Crafting/artifact.yml +++ b/Resources/Prototypes/Recipes/Crafting/artifact.yml @@ -1,12 +1,7 @@ - type: construction - name: alien artifact id: Artifact graph: Artifact startNode: start targetNode: done category: construction-category-misc objectType: Item - description: A strange alien artifact - icon: - sprite: Objects/Specific/Xenoarchaeology/item_artifacts.rsi - state: ano01 diff --git a/Resources/Prototypes/Recipes/Crafting/bots.yml b/Resources/Prototypes/Recipes/Crafting/bots.yml index 21b524a060..f76d545e94 100644 --- a/Resources/Prototypes/Recipes/Crafting/bots.yml +++ b/Resources/Prototypes/Recipes/Crafting/bots.yml @@ -1,90 +1,55 @@ - type: construction - name: cleanbot id: cleanbot graph: CleanBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This bot wanders around the station, mopping up any puddles it sees. - icon: - sprite: Mobs/Silicon/Bots/cleanbot.rsi - state: cleanbot - type: construction - name: firebot id: firebot graph: FireBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This bot puts out fires wherever it goes. - icon: - sprite: Mobs/Silicon/Bots/firebot.rsi - state: firebot - type: construction - name: honkbot id: honkbot graph: HonkBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This bot honks and slips people. - icon: - sprite: Mobs/Silicon/Bots/honkbot.rsi - state: honkbot - type: construction - name: jonkbot id: jonkbot graph: JonkBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This cursed bot honks, laughs and slips people. - icon: - sprite: Mobs/Silicon/Bots/honkbot.rsi - state: jonkbot - type: construction - name: medibot id: medibot graph: MediBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This bot can help supply basic healing. - icon: - sprite: Mobs/Silicon/Bots/medibot.rsi - state: medibot - type: construction - name: mimebot id: mimebot graph: MimeBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This bot knows how to wave. - icon: - sprite: Mobs/Silicon/Bots/mimebot.rsi - state: mimebot - type: construction - name: supplybot id: supplybot graph: SupplyBot startNode: start targetNode: bot category: construction-category-utilities objectType: Item - description: This bot can be loaded with cargo to make deliveries. - icon: - sprite: Mobs/Silicon/Bots/supplybot.rsi - state: supplybot diff --git a/Resources/Prototypes/Recipes/Crafting/crates.yml b/Resources/Prototypes/Recipes/Crafting/crates.yml index 25450b7d98..878e656e30 100644 --- a/Resources/Prototypes/Recipes/Crafting/crates.yml +++ b/Resources/Prototypes/Recipes/Crafting/crates.yml @@ -1,100 +1,71 @@ - type: construction - name: livestock crate id: CrateLivestock graph: CrateLivestock startNode: start targetNode: cratelivestock category: construction-category-storage - description: A wooden crate for holding livestock. - icon: { sprite: Structures/Storage/Crates/livestock.rsi, state: base } objectType: Structure - type: construction - name: steel crate id: CrateGenericSteel graph: CrateGenericSteel startNode: start targetNode: crategenericsteel category: construction-category-storage - description: A metal crate for storing things. - icon: { sprite: Structures/Storage/Crates/generic.rsi, state: icon } objectType: Structure - type: construction - name: secure crate id: CrateSecure graph: CrateSecure startNode: start targetNode: cratesecure category: construction-category-storage - description: A secure metal crate for storing things. Requires no special access, can be configured with an Access Configurator. - icon: { sprite: Structures/Storage/Crates/secure.rsi, state: icon } objectType: Structure - type: construction - name: freezer id: CrateFreezer graph: CrateFreezer startNode: start targetNode: done category: construction-category-storage - description: A metal freezing crate for storing things. - icon: { sprite: Structures/Storage/Crates/freezer.rsi, state: icon } objectType: Structure - type: construction - name: plastic crate id: CratePlastic graph: CratePlastic startNode: start targetNode: crateplastic category: construction-category-storage - description: A plastic crate for storing things. - icon: { sprite: Structures/Storage/Crates/plastic.rsi, state: icon } objectType: Structure - type: construction - name: cardboard box id: BigBox graph: BaseBigBox startNode: start targetNode: basebigbox category: construction-category-storage - description: A big box for storing things or hiding in. - icon: { sprite: Structures/Storage/closet.rsi, state: cardboard } objectType: Structure - type: construction - name: cardboard box id: BoxCardboard graph: BoxCardboard startNode: start targetNode: boxcardboard category: construction-category-storage - description: A small box for storing things. - icon: { sprite: Objects/Storage/boxes.rsi, state: box } objectType: Item - type: construction - name: pizza box id: FoodBoxPizza graph: FoodBoxPizza startNode: start targetNode: foodboxpizza category: construction-category-storage - description: A box for pizza. - icon: - sprite: Objects/Consumable/Food/Baked/pizza.rsi - state: box objectType: Item - type: construction - name: coffin id: CrateCoffin graph: CrateCoffin startNode: start targetNode: cratecoffin category: construction-category-storage - description: A coffin for storing corpses. - icon: { sprite: Structures/Storage/Crates/coffin.rsi, state: base } objectType: Structure diff --git a/Resources/Prototypes/Recipes/Crafting/improvised.yml b/Resources/Prototypes/Recipes/Crafting/improvised.yml index 9a203a4d62..4c94fcb6ff 100644 --- a/Resources/Prototypes/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/Recipes/Crafting/improvised.yml @@ -1,255 +1,159 @@ - type: construction - name: baseball bat id: bat graph: WoodenBat startNode: start targetNode: bat category: construction-category-weapons - description: A robust baseball bat. - icon: - sprite: Objects/Weapons/Melee/baseball_bat.rsi - state: icon objectType: Item - type: construction - name: ghost sheet id: ghost_sheet graph: GhostSheet startNode: start targetNode: ghost_sheet category: construction-category-clothing - description: Become a spooky ghost. Boo! - icon: - sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi - state: icon objectType: Item - type: construction - name: makeshift handcuffs id: makeshifthandcuffs graph: makeshifthandcuffs startNode: start targetNode: cuffscable category: construction-category-tools - description: "Homemade handcuffs crafted from spare cables." - icon: { sprite: Objects/Misc/cablecuffs.rsi, state: cuff } objectType: Item - type: construction - name: makeshift stunprod id: makeshiftstunprod graph: makeshiftstunprod startNode: start targetNode: msstunprod category: construction-category-weapons - description: "Homemade stunprod." - icon: { sprite: Objects/Weapons/Melee/stunprod.rsi, state: stunprod_off } objectType: Item - type: construction - name: muzzle id: muzzle graph: Muzzle startNode: start targetNode: muzzle category: construction-category-tools objectType: Item - description: "A muzzle to shut your victim up." - icon: - sprite: Clothing/Mask/muzzle.rsi - state: icon - type: construction - name: improvised pneumatic cannon id: pneumaticcannon graph: PneumaticCannon startNode: start targetNode: cannon category: construction-category-weapons objectType: Item - description: This son of a gun can fire anything that fits in it using just a little gas. - icon: - sprite: Objects/Weapons/Guns/Cannons/pneumatic_cannon.rsi - state: icon - type: construction - name: gauze id: gauze graph: Gauze startNode: start targetNode: gauze category: construction-category-tools objectType: Item - description: When you've really got nothing left. - icon: - sprite: Objects/Specific/Medical/medical.rsi - state: gauze - type: construction - name: blindfold id: blindfold graph: Blindfold startNode: start targetNode: blindfold category: construction-category-tools objectType: Item - description: Better hope everyone turns a blind eye to you crafting this sussy item... - icon: - sprite: Clothing/Eyes/Misc/blindfold.rsi - state: icon - type: construction - name: flower wreath id: flowerwreath graph: flowerwreath startNode: start targetNode: flowerwreath category: construction-category-clothing - description: A wreath of colourful flowers. Can be worn both on head and neck. - icon: - sprite: Clothing/Head/Misc/flower-wreath.rsi - state: icon objectType: Item - type: construction - name: damp rag id: rag graph: Rag startNode: start targetNode: rag category: construction-category-tools objectType: Item - description: A damp rag to clean up the ground. Better than slipping around all day. - icon: - sprite: Objects/Specific/Janitorial/rag.rsi - state: rag - type: construction - name: improvised shotgun id: improvisedshotgun graph: ImprovisedShotgunGraph startNode: start targetNode: shotgun category: construction-category-weapons objectType: Item - description: A shitty, single-shot shotgun made from salvaged and hand-crafted gun parts. Ammo not included. - icon: - sprite: Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi - state: icon - type: construction - name: improvised shotgun shell id: ShellShotgunImprovised graph: ImprovisedShotgunShellGraph startNode: start targetNode: shell category: construction-category-weapons objectType: Item - description: A homemade shotgun shell that shoots painful glass shrapnel. The spread is so wide that it couldn't hit the broad side of a barn. - icon: - sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi - state: improvised - type: construction - name: rifle stock id: riflestock graph: RifleStockGraph startNode: start targetNode: riflestock category: construction-category-weapons objectType: Item - description: A stock carved out of wood, vital for improvised firearms. - icon: - sprite: Objects/Misc/rifle_stock.rsi - state: icon - type: construction - name: fire bomb id: firebomb graph: FireBomb startNode: start targetNode: firebomb category: construction-category-weapons objectType: Item - description: A weak, improvised incendiary device. - icon: - sprite: Objects/Weapons/Bombs/ied.rsi - state: icon - type: construction - name: cotton woven cloth id: CottonWovenCloth graph: CottonObjects startNode: start targetNode: cottoncloth category: construction-category-misc - description: "A homemade piece of cotton cloth, it feels coarse." - icon: - sprite: Objects/Materials/materials.rsi - state: cloth_3 objectType: Item - type: construction - name: straw hat id: strawHat graph: StrawHat startNode: start targetNode: strawhat category: construction-category-clothing - description: A fancy hat for hot days! Not recommended to wear near fires. - icon: - sprite: Clothing/Head/Hats/straw_hat.rsi - state: icon objectType: Item - type: construction - name: pipe bomb id: pipebomb graph: PipeBomb startNode: start targetNode: pipebomb category: construction-category-weapons objectType: Item - description: An improvised explosive made from pipes and wire. - icon: - sprite: Objects/Weapons/Bombs/pipebomb.rsi - state: icon - type: construction - name: rolling pin id: rollingpin graph: WoodenRollingPin startNode: start targetNode: rollingpin category: construction-category-tools objectType: Item - description: A rolling pin, used for cooking and defending the kitchen. - icon: - sprite: Objects/Tools/rolling_pin.rsi - state: icon - type: construction - name: pet carrier id: PetCarrier graph: PetCarrier startNode: start targetNode: petCarrier category: construction-category-misc objectType: Item - description: Allows large animals to be carried comfortably. - icon: - sprite: Objects/Storage/petcarrier.rsi - state: icon - type: construction - name: goliath hardsuit id: HardsuitGoliath graph: HardsuitGoliath startNode: start targetNode: hardsuitGoliath category: construction-category-clothing objectType: Item - description: A lightweight hardsuit, adorned with a patchwork of thick, chitinous goliath hide. - icon: - sprite: Clothing/OuterClothing/Hardsuits/goliath.rsi - state: icon diff --git a/Resources/Prototypes/Recipes/Crafting/potato.yml b/Resources/Prototypes/Recipes/Crafting/potato.yml index 17f2cc4013..fb8e12c528 100644 --- a/Resources/Prototypes/Recipes/Crafting/potato.yml +++ b/Resources/Prototypes/Recipes/Crafting/potato.yml @@ -1,32 +1,23 @@ - type: construction - name: potato battery id: PowerCellPotato graph: PowerCellPotato startNode: start targetNode: potatobattery category: construction-category-misc - description: A truly ingenious source of power. - icon: { sprite: Objects/Power/power_cells.rsi, state: potato } objectType: Item - type: construction - name: potato artificial intelligence id: PotatoAI graph: PotatoAI startNode: start targetNode: potatoai category: construction-category-misc - description: The potato happens to be the perfect power source for this chip. - icon: { sprite: Objects/Fun/pai.rsi, state: icon-potato-off } objectType: Item - + - type: construction - name: supercompact AI chip id: PotatoAIChip graph: PotatoAIChip startNode: start targetNode: potatoaichip category: construction-category-misc - description: A masterfully(?) crafted AI chip, requiring a similarly improvised power source. - icon: { sprite: Objects/Misc/potatoai_chip.rsi, state: icon } - objectType: Item \ No newline at end of file + objectType: Item diff --git a/Resources/Prototypes/Recipes/Crafting/smokeables.yml b/Resources/Prototypes/Recipes/Crafting/smokeables.yml index e4280f6d66..cf30bf4edb 100644 --- a/Resources/Prototypes/Recipes/Crafting/smokeables.yml +++ b/Resources/Prototypes/Recipes/Crafting/smokeables.yml @@ -1,91 +1,67 @@ - type: construction - name: joint id: smokeableJoint graph: smokeableJoint startNode: start targetNode: joint category: construction-category-misc - description: "A roll of dried plant matter wrapped in thin paper." - icon: { sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi, state: unlit-icon } objectType: Item - + - type: construction - name: rainbow joint id: smokeableJointRainbow graph: smokeableJointRainbow startNode: start targetNode: jointRainbow category: construction-category-misc - description: "A roll of dried plant matter wrapped in thin paper." - icon: { sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi, state: unlit-icon } objectType: Item - type: construction - name: blunt id: smokeableBlunt graph: smokeableBlunt startNode: start targetNode: blunt category: construction-category-misc - description: "A roll of dried plant matter wrapped in a dried tobacco leaf." - icon: { sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi, state: unlit-icon } objectType: Item - type: construction - name: rainbow blunt id: smokeableBluntRainbow graph: smokeableBluntRainbow startNode: start targetNode: bluntRainbow category: construction-category-misc - description: "A roll of dried plant matter wrapped in a dried tobacco leaf." - icon: { sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi, state: unlit-icon } objectType: Item - type: construction - name: cigarette id: smokeableCigarette graph: smokeableCigarette startNode: start targetNode: cigarette category: construction-category-misc - description: "A roll of tobacco and nicotine." - icon: { sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi, state: unlit-icon } objectType: Item # I wanted to put a hand-grinder here but we need construction graphs that use non-consumed catalysts first. - type: construction - name: ground cannabis id: smokeableGroundCannabis graph: smokeableGroundCannabis startNode: start targetNode: ground category: construction-category-misc - description: "Ground cannabis, ready to take you on a trip." - icon: { sprite: Objects/Misc/reagent_fillings.rsi, state: powderpile } # color: darkgreen objectType: Item - type: construction - name: ground rainbow cannabis id: smokeableGroundCannabisRainbow graph: smokeableGroundCannabisRainbow startNode: start targetNode: groundRainbow category: construction-category-misc - description: "Ground rainbow cannabis, ready to take you on a trip." - icon: { sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: powderpile_rainbow } objectType: Item - type: construction - name: ground tobacco id: smokeableGroundTobacco graph: smokeableGroundTobacco startNode: start targetNode: ground category: construction-category-misc - description: "Ground tobacco, perfect for hand-rolled cigarettes." - icon: { sprite: Objects/Misc/reagent_fillings.rsi, state: powderpile } # color: brown objectType: Item diff --git a/Resources/Prototypes/Recipes/Crafting/tallbox.yml b/Resources/Prototypes/Recipes/Crafting/tallbox.yml index 7de80870af..acecfb1d7e 100644 --- a/Resources/Prototypes/Recipes/Crafting/tallbox.yml +++ b/Resources/Prototypes/Recipes/Crafting/tallbox.yml @@ -1,56 +1,41 @@ - type: construction id: ClosetSteel - name: closet graph: ClosetSteel startNode: start targetNode: done category: construction-category-storage - description: A tall steel box that cannot be locked. - icon: { sprite: Structures/Storage/closet.rsi, state: generic_icon } objectType: Structure - type: construction id: ClosetSteelSecure - name: secure closet graph: ClosetSteelSecure startNode: start targetNode: done category: construction-category-storage - description: A tall steel box that can be locked. - icon: { sprite: Structures/Storage/closet.rsi, state: secure_icon } objectType: Structure - type: construction id: ClosetFreezer - name: freezer graph: ClosetFreezer startNode: start targetNode: done category: construction-category-storage - description: A tall steel box with freezing abilities. - icon: { sprite: Structures/Storage/closet.rsi, state: freezer_icon } objectType: Structure - type: construction id: GunSafe - name: gun safe graph: GunSafe startNode: start targetNode: done category: construction-category-storage - description: A durable gun safe that can be locked. - icon: { sprite: Structures/Storage/closet.rsi, state: shotguncase } objectType: Structure - type: construction id: ClosetWall - name: wall closet graph: ClosetWall startNode: start targetNode: done category: construction-category-storage - description: A standard-issue Nanotrasen storage unit, now on walls. - icon: { sprite: Structures/Storage/wall_locker.rsi, state: generic_icon } objectType: Structure placementMode: SnapgridCenter canRotate: true diff --git a/Resources/Prototypes/Recipes/Crafting/tiles.yml b/Resources/Prototypes/Recipes/Crafting/tiles.yml index 433a3bec29..d9e19566be 100644 --- a/Resources/Prototypes/Recipes/Crafting/tiles.yml +++ b/Resources/Prototypes/Recipes/Crafting/tiles.yml @@ -1,199 +1,65 @@ # These should be lathe recipes but lathe code sucks so hard rn so they'll be crafted by hand. - type: construction - name: steel tile id: TileSteel graph: TileSteel startNode: start targetNode: steeltile category: construction-category-tiles - description: "Four steel station tiles." - icon: { sprite: Objects/Tiles/tile.rsi, state: steel } objectType: Item - type: construction - name: wood floor id: TileWood graph: TileWood startNode: start targetNode: woodtile category: construction-category-tiles - description: "Four pieces of wooden station flooring." - icon: { sprite: Objects/Tiles/tile.rsi, state: wood } objectType: Item - + - type: construction - name: filled brass plate id: TileBrassFilled graph: TilesBrass startNode: start targetNode: filledPlate category: construction-category-tiles - description: "Four pieces of brass station flooring, only compatible with brass plating." - icon: { sprite: Objects/Tiles/tile.rsi, state: brass-filled } objectType: Item - + - type: construction - name: smooth brass plate id: TileBrassReebe graph: TilesBrass startNode: start targetNode: reebe category: construction-category-tiles - description: "Four pieces of smooth brass station flooring, only compatible with brass plating." - icon: { sprite: Objects/Tiles/tile.rsi, state: reebe } objectType: Item - type: construction - name: white tile id: TileWhite graph: TileWhite startNode: start targetNode: whitetile category: construction-category-tiles - description: "Four white station tiles." - icon: { sprite: Objects/Tiles/tile.rsi, state: white } objectType: Item - type: construction - name: dark tile id: TileDark graph: TileDark startNode: start targetNode: darktile category: construction-category-tiles - description: "Four dark station tiles." - icon: { sprite: Objects/Tiles/tile.rsi, state: dark } objectType: Item - type: construction - name: flesh tile id: TileFlesh graph: TileFlesh startNode: start targetNode: fleshTile category: construction-category-tiles - description: "Four fleshy tiles." - icon: { sprite: Objects/Tiles/tile.rsi, state: meat } objectType: Item -# - type: construction -# name: techmaint floor -# id: tileTechmaint -# graph: tileTechmaint -# startNode: start -# targetNode: techmainttile -# category: construction-category-tiles -# description: "A piece of techmaint flooring." -# icon: { sprite: Objects/Tiles/tile.rsi, state: steel_techfloor_grid } -# objectType: Item -# -# - type: construction -# name: freezer tile -# id: tileFreezer -# graph: tileFreezer -# startNode: start -# targetNode: freezertile -# category: construction-category-tiles -# description: "A freezer station tile." -# icon: { sprite: Objects/Tiles/tile.rsi, state: showroom } -# objectType: Item -# -# - type: construction -# name: showroom tile -# id: tileShowroom -# graph: tileShowroom -# startNode: start -# targetNode: showroomtile -# category: construction-category-tiles -# description: "A showroom station tile." -# icon: { sprite: Objects/Tiles/tile.rsi, state: showroom } -# objectType: Item -# -# - type: construction -# name: green-circuit floor -# id: tileGCircuit -# graph: tileGCircuit -# startNode: start -# targetNode: gcircuittile -# category: construction-category-tiles -# description: "A piece of green-circuit flooring." -# icon: { sprite: Objects/Tiles/tile.rsi, state: gcircuit } -# objectType: Item -# -# - type: construction -# name: gold floor -# id: tileGold -# graph: tileGold -# startNode: start -# targetNode: goldtile -# category: construction-category-tiles -# description: "A piece of gold flooring." -# icon: { sprite: Objects/Tiles/tile.rsi, state: gold } -# objectType: Item -# -# - type: construction -# name: reinforced tile -# id: tileReinforced -# graph: tileReinforced -# startNode: start -# targetNode: reinforcedtile -# category: construction-category-tiles -# description: "A reinforced station tile." -# icon: { sprite: Objects/Tiles/tile.rsi, state: reinforced } -# objectType: Item -# -# - type: construction -# name: mono tile -# id: tileMono -# graph: tileMono -# startNode: start -# targetNode: monotile -# category: construction-category-tiles -# description: "A mono station tile." -# icon: { sprite: Objects/Tiles/tile.rsi, state: white_monofloor } -# objectType: Item -# -# - type: construction -# name: linoleum floor -# id: tileLino -# graph: tileLino -# startNode: start -# targetNode: linotile -# category: construction-category-tiles -# description: "A piece of linoleum flooring." -# icon: { sprite: Objects/Tiles/tile.rsi, state: white_monofloor } -# objectType: Item -# -# - type: construction -# name: hydro tile -# id: tileHydro -# graph: tileHydro -# startNode: start -# targetNode: hydrotile -# category: construction-category-tiles -# description: "A hydro station tile." -# icon: { sprite: Objects/Tiles/tile.rsi, state: hydro } -# objectType: Item -# -# - type: construction -# name: dirty tile -# id: tileDirty -# graph: tileDirty -# startNode: start -# targetNode: dirtytile -# category: construction-category-tiles -# description: "A dirty station tile." -# icon: { sprite: Objects/Tiles/tile.rsi, state: dirty } -# objectType: Item - - type: construction - name: large wood floor id: TileWoodLarge graph: TileWoodLarge startNode: start targetNode: woodtilelarge category: construction-category-tiles - description: "Four pieces of wooden station flooring." - icon: { sprite: Objects/Tiles/tile.rsi, state: wood-large } - objectType: Item \ No newline at end of file + objectType: Item diff --git a/Resources/Prototypes/Recipes/Crafting/toys.yml b/Resources/Prototypes/Recipes/Crafting/toys.yml index 4fd91bdb69..a3bc1bdf72 100644 --- a/Resources/Prototypes/Recipes/Crafting/toys.yml +++ b/Resources/Prototypes/Recipes/Crafting/toys.yml @@ -1,25 +1,15 @@ - type: construction - name: revenant plushie id: PlushieGhostRevenant graph: PlushieGhostRevenant startNode: start targetNode: plushie category: construction-category-misc objectType: Item - description: A toy to scare the medbay with. - icon: - sprite: Mobs/Ghosts/revenant.rsi - state: icon - type: construction - name: ian suit id: ClothingOuterSuitIan graph: ClothingOuterSuitIan startNode: start targetNode: suit category: construction-category-misc objectType: Item - description: Make yourself look just like Ian! - icon: - sprite: Clothing/OuterClothing/Suits/iansuit.rsi - state: icon diff --git a/Resources/Prototypes/Recipes/Crafting/web.yml b/Resources/Prototypes/Recipes/Crafting/web.yml index 55f73fef50..e1b47b1047 100644 --- a/Resources/Prototypes/Recipes/Crafting/web.yml +++ b/Resources/Prototypes/Recipes/Crafting/web.yml @@ -1,111 +1,76 @@ - type: construction - name: web tile id: TileWeb graph: WebObjects startNode: start targetNode: tile category: construction-category-tiles - description: "Nice and smooth." entityWhitelist: tags: - SpiderCraft - icon: - sprite: Objects/Tiles/web.rsi - state: icon objectType: Item - type: construction - name: web winter coat id: ClothingOuterWinterWeb graph: WebObjects startNode: start targetNode: coat category: construction-category-clothing - description: "Surprisingly warm and durable." entityWhitelist: tags: - SpiderCraft - icon: - sprite: Clothing/OuterClothing/WinterCoats/coat.rsi - state: WEB-icon objectType: Item - type: construction - name: web jumpsuit id: ClothingUniformJumpsuitWeb graph: WebObjects startNode: start targetNode: jumpsuit category: construction-category-clothing - description: "At least it's something." entityWhitelist: tags: - SpiderCraft - icon: - sprite: Clothing/Uniforms/Jumpsuit/web.rsi - state: icon objectType: Item - type: construction - name: web jumpskirt id: ClothingUniformJumpskirtWeb graph: WebObjects startNode: start targetNode: jumpskirt category: construction-category-clothing - description: "At least it's something." entityWhitelist: tags: - SpiderCraft - icon: - sprite: Clothing/Uniforms/Jumpskirt/web.rsi - state: icon objectType: Item - type: construction - name: silk woven cloth id: SilkWovenCloth graph: WebObjects startNode: start targetNode: cloth category: construction-category-materials - description: "Feels just like cloth, strangely enough." entityWhitelist: tags: - SpiderCraft - icon: - sprite: Objects/Materials/materials.rsi - state: cloth_3 objectType: Item - type: construction - name: web shield id: WebShield graph: WebObjects startNode: start targetNode: shield category: construction-category-clothing - description: "It's thick enough to handle a few blows, but probably not heat." entityWhitelist: tags: - SpiderCraft - icon: - sprite: Objects/Weapons/Melee/web-shield.rsi - state: icon objectType: Item - type: construction - name: web winter boots id: ClothingShoesBootsWinterWeb graph: WebObjects startNode: start targetNode: boots category: construction-category-clothing - description: "Tightly woven web should protect against the cold" entityWhitelist: tags: - SpiderCraft - icon: - sprite: Clothing/Shoes/Boots/winterbootsweb.rsi - state: icon objectType: Item diff --git a/Resources/Prototypes/Stacks/Materials/Sheets/glass.yml b/Resources/Prototypes/Stacks/Materials/Sheets/glass.yml index cd6aed7cdf..c3752b62ae 100644 --- a/Resources/Prototypes/Stacks/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Stacks/Materials/Sheets/glass.yml @@ -1,48 +1,48 @@ - type: stack id: Glass - name: glass + name: stack-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: glass } spawn: SheetGlass1 maxCount: 30 - type: stack id: ReinforcedGlass - name: reinforced glass + name: stack-reinforced-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rglass } spawn: SheetRGlass1 maxCount: 30 - type: stack id: PlasmaGlass - name: plasma glass + name: stack-plasma-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: pglass } spawn: SheetPGlass1 maxCount: 30 - type: stack id: ReinforcedPlasmaGlass - name: reinforced plasma glass + name: stack-reinforced-plasma-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rpglass } spawn: SheetRPGlass1 maxCount: 30 - type: stack id: UraniumGlass - name: uranium glass + name: stack-uranium-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: uglass } spawn: SheetUGlass1 maxCount: 30 - type: stack id: ReinforcedUraniumGlass - name: reinforced uranium glass + name: stack-reinforced-uranium-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: ruglass } spawn: SheetRUGlass1 maxCount: 30 - type: stack id: ClockworkGlass - name: clockwork glass + name: stack-clockwork-glass icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: cglass } spawn: SheetClockworkGlass1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/Materials/Sheets/metal.yml b/Resources/Prototypes/Stacks/Materials/Sheets/metal.yml index 7520130b9b..90c37e3dda 100644 --- a/Resources/Prototypes/Stacks/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Stacks/Materials/Sheets/metal.yml @@ -1,20 +1,20 @@ - type: stack id: Steel - name: steel + name: stack-steel icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: steel } spawn: SheetSteel1 maxCount: 30 - type: stack id: Plasteel - name: plasteel + name: stack-plasteel icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: plasteel } spawn: SheetPlasteel1 maxCount: 30 - type: stack id: Brass - name: brass + name: stack-brass icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: brass } spawn: SheetBrass1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/Materials/Sheets/other.yml b/Resources/Prototypes/Stacks/Materials/Sheets/other.yml index 565b1fc1ae..a86b4bec6f 100644 --- a/Resources/Prototypes/Stacks/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Stacks/Materials/Sheets/other.yml @@ -1,27 +1,27 @@ - type: stack id: Paper - name: paper + name: stack-paper icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: paper } spawn: SheetPaper1 maxCount: 30 - type: stack id: Plasma - name: plasma + name: stack-plasma icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plasma } spawn: SheetPlasma1 maxCount: 30 - type: stack id: Plastic - name: plastic + name: stack-plastic icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plastic } spawn: SheetPlastic1 maxCount: 30 - type: stack id: Uranium - name: uranium + name: stack-uranium icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: uranium } spawn: SheetUranium1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/Materials/crystals.yml b/Resources/Prototypes/Stacks/Materials/crystals.yml index 28f4ed70ca..e5fda560c8 100644 --- a/Resources/Prototypes/Stacks/Materials/crystals.yml +++ b/Resources/Prototypes/Stacks/Materials/crystals.yml @@ -1,5 +1,5 @@ - type: stack id: Telecrystal - name: telecrystal + name: stack-telecrystal icon: Objects/Specific/Syndicate/telecrystal.rsi spawn: Telecrystal1 diff --git a/Resources/Prototypes/Stacks/Materials/ingots.yml b/Resources/Prototypes/Stacks/Materials/ingots.yml index 1fd67a096d..154dacc679 100644 --- a/Resources/Prototypes/Stacks/Materials/ingots.yml +++ b/Resources/Prototypes/Stacks/Materials/ingots.yml @@ -1,13 +1,13 @@ - type: stack id: Gold - name: gold + name: stack-gold icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: gold } spawn: IngotGold1 maxCount: 30 - type: stack id: Silver - name: silver + name: stack-silver icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: silver } spawn: IngotSilver1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/Materials/materials.yml b/Resources/Prototypes/Stacks/Materials/materials.yml index 69d4749548..a759922900 100644 --- a/Resources/Prototypes/Stacks/Materials/materials.yml +++ b/Resources/Prototypes/Stacks/Materials/materials.yml @@ -1,111 +1,111 @@ - type: stack id: Biomass - name: biomass + name: stack-biomass icon: { sprite: /Textures/Objects/Misc/monkeycube.rsi, state: cube } spawn: MaterialBiomass1 maxCount: 100 - type: stack id: WoodPlank - name: wood plank + name: stack-wood-plank icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: wood } spawn: MaterialWoodPlank1 maxCount: 30 - type: stack id: Cardboard - name: cardboard + name: stack-cardboard icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard } spawn: MaterialCardboard1 maxCount: 30 - type: stack id: Cloth - name: cloth + name: stack-cloth icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cloth } spawn: MaterialCloth1 maxCount: 30 - type: stack id: Durathread - name: durathread + name: stack-durathread icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: durathread } spawn: MaterialDurathread1 maxCount: 30 - type: stack id: Diamond - name: diamond + name: stack-diamond icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: diamond } spawn: MaterialDiamond1 maxCount: 30 - type: stack id: Cotton - name: cotton + name: stack-cotton icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cotton } spawn: MaterialCotton1 maxCount: 30 - type: stack id: Pyrotton - name: pyrotton + name: stack-pyrotton icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: pyrotton } spawn: MaterialPyrotton1 maxCount: 30 - type: stack id: Bananium - name: bananium + name: stack-bananium icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bananium } spawn: MaterialBananium1 maxCount: 10 - type: stack id: MeatSheets - name: meat sheet + name: stack-meat-sheet icon: { sprite: /Textures/Objects/Materials/Sheets/meaterial.rsi, state: meat } spawn: MaterialSheetMeat1 maxCount: 30 - type: stack id: WebSilk - name: silk + name: stack-silk icon: { sprite: /Textures/Objects/Materials/silk.rsi, state: icon } spawn: MaterialWebSilk1 maxCount: 50 - type: stack id: SpaceCarpTooth - name: space carp tooth - icon: { sprite: /Textures/Objects/Materials/Mob/carptooth.rsi, state: tooth} + name: stack-space-carp-tooth + icon: { sprite: /Textures/Objects/Materials/Mob/carptooth.rsi, state: tooth } spawn: MaterialToothSpaceCarp1 maxCount: 30 - type: stack id: SharkMinnowTooth - name: sharkminnow tooth - icon: { sprite: /Textures/Objects/Materials/Mob/sharktooth.rsi, state: tooth} + name: stack-sharkminnow-tooth + icon: { sprite: /Textures/Objects/Materials/Mob/sharktooth.rsi, state: tooth } spawn: MaterialToothSharkminnow1 maxCount: 30 - type: stack id: Bones - name: bones - icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bones} + name: stack-bones + icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bones } spawn: MaterialBones1 maxCount: 30 - type: stack id: Gunpowder - name: gunpowder + name: stack-gunpowder icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile } spawn: MaterialGunpowder maxCount: 60 - type: stack id: GoliathHide - name: goliath hide + name: stack-goliath-hide icon: { sprite: /Textures/Objects/Materials/hide.rsi, state: goliath_hide } spawn: MaterialGoliathHide1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/Materials/ore.yml b/Resources/Prototypes/Stacks/Materials/ore.yml index 3aaa04601a..240e584e40 100644 --- a/Resources/Prototypes/Stacks/Materials/ore.yml +++ b/Resources/Prototypes/Stacks/Materials/ore.yml @@ -1,70 +1,69 @@ - type: stack id: GoldOre - name: gold ore + name: stack-gold-ore icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: gold } spawn: GoldOre1 maxCount: 30 - + - type: stack id: DiamondOre - name: rough diamond + name: stack-rough-diamond icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: diamond } spawn: DiamondOre1 maxCount: 30 - type: stack id: SteelOre - name: iron ore + name: stack-iron-ore icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: iron } spawn: SteelOre1 maxCount: 30 - type: stack id: PlasmaOre - name: plasma ore + name: stack-plasma-ore icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: plasma } spawn: PlasmaOre1 maxCount: 30 - type: stack id: SilverOre - name: silver ore + name: stack-silver-ore icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: silver } spawn: SilverOre1 maxCount: 30 - type: stack id: SpaceQuartz - name: space quartz + name: stack-space-quartz icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: spacequartz } spawn: SpaceQuartz1 maxCount: 30 - type: stack id: UraniumOre - name: uranium ore + name: stack-uranium-ore icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: uranium } spawn: UraniumOre1 maxCount: 30 - - type: stack id: BananiumOre - name: bananium ore + name: stack-bananium-ore icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: bananium } spawn: BananiumOre1 maxCount: 30 - type: stack id: Coal - name: coal + name: stack-coal icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: coal } spawn: Coal1 maxCount: 30 - type: stack id: SaltOre - name: salt + name: stack-salt icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: salt } spawn: Salt1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/Materials/parts.yml b/Resources/Prototypes/Stacks/Materials/parts.yml index 50ceb28757..3b6fb4bcff 100644 --- a/Resources/Prototypes/Stacks/Materials/parts.yml +++ b/Resources/Prototypes/Stacks/Materials/parts.yml @@ -1,6 +1,6 @@ - type: stack id: MetalRod - name: rods + name: stack-rods icon: { sprite: /Textures/Objects/Materials/parts.rsi, state: rods } spawn: PartRodMetal1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/consumable_stacks.yml b/Resources/Prototypes/Stacks/consumable_stacks.yml index 971d3800b4..fcd10e5d7f 100644 --- a/Resources/Prototypes/Stacks/consumable_stacks.yml +++ b/Resources/Prototypes/Stacks/consumable_stacks.yml @@ -2,19 +2,19 @@ - type: stack id: Pancake - name: pancake + name: stack-pancake spawn: FoodBakedPancake maxCount: 9 - type: stack id: PancakeBb - name: blueberry pancake + name: stack-blueberry-pancake spawn: FoodBakedPancakeBb maxCount: 9 - type: stack id: PancakeCc - name: chocolate chip pancake + name: stack-chocolate-chip-pancake spawn: FoodBakedPancakeCc maxCount: 9 @@ -22,7 +22,7 @@ - type: stack id: PizzaBox - name: pizza box + name: stack-pizza-box icon: { sprite: Objects/Consumable/Food/Baked/pizza.rsi, state: box } spawn: FoodBoxPizza maxCount: 30 @@ -31,55 +31,55 @@ - type: stack id: PaperRolling - name: rolling paper + name: stack-rolling-paper icon: { sprite: /Textures/Objects/Consumable/Smokeables/Cigarettes/paper.rsi, state: cigpaper } spawn: PaperRolling maxCount: 5 - type: stack id: CigaretteFilter - name: cigarette filter + name: stack-cigarette-filter icon: { sprite: /Textures/Objects/Consumable/Smokeables/Cigarettes/paper.rsi, state: cigfilter } spawn: CigaretteFilter maxCount: 5 - type: stack id: GroundTobacco - name: ground tobacco + name: stack-ground-tobacco icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile } spawn: GroundTobacco maxCount: 5 - type: stack id: GroundCannabis - name: ground cannabis + name: stack-ground-cannabis icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile } spawn: GroundCannabis maxCount: - type: stack id: GroundCannabisRainbow - name: ground rainbow cannabis + name: stack-ground-rainbow-cannabis icon: { sprite: /Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: powderpile_rainbow } spawn: GroundCannabisRainbow maxCount: - type: stack id: LeavesTobaccoDried - name: dried tobacco leaves + name: stack-dried-tobacco-leaves icon: { sprite: /Textures/Objects/Specific/Hydroponics/tobacco.rsi, state: dried } spawn: LeavesTobaccoDried maxCount: 5 - type: stack id: LeavesCannabisDried - name: dried cannabis leaves + name: stack-dried-cannabis-leaves icon: { sprite: /Textures/Objects/Specific/Hydroponics/tobacco.rsi, state: dried } spawn: LeavesCannabisDried maxCount: 5 - type: stack id: LeavesCannabisRainbowDried - name: dried rainbow cannabis leaves + name: stack-dried-rainbow-cannabis-leaves icon: { sprite: /Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: dried } spawn: LeavesCannabisRainbowDried diff --git a/Resources/Prototypes/Stacks/engineering_stacks.yml b/Resources/Prototypes/Stacks/engineering_stacks.yml index b4550015dc..4d9fcbb57b 100644 --- a/Resources/Prototypes/Stacks/engineering_stacks.yml +++ b/Resources/Prototypes/Stacks/engineering_stacks.yml @@ -1,12 +1,12 @@ # they're uninflated by default so they're tiny - type: stack id: InflatableWall - name: inflatable wall + name: stack-inflatable-wall spawn: InflatableWallStack1 maxCount: 10 - type: stack id: InflatableDoor - name: inflatable door + name: stack-inflatable-door spawn: InflatableDoorStack1 maxCount: 4 diff --git a/Resources/Prototypes/Stacks/floor_tile_stacks.yml b/Resources/Prototypes/Stacks/floor_tile_stacks.yml index b5d5fb7dc0..3bc6c9f837 100644 --- a/Resources/Prototypes/Stacks/floor_tile_stacks.yml +++ b/Resources/Prototypes/Stacks/floor_tile_stacks.yml @@ -1,636 +1,636 @@ - type: stack id: FloorTileDark - name: dark tile + name: stack-dark-tile spawn: FloorTileItemDark maxCount: 30 - type: stack id: FloorTileDarkDiagonalMini - name: dark steel diagonal mini tile + name: stack-dark-steel-diagonal-mini-tile spawn: FloorTileItemDarkDiagonalMini maxCount: 30 - type: stack id: FloorTileDarkDiagonal - name: dark steel diagonal tile + name: stack-dark-steel-diagonal-tile spawn: FloorTileItemDarkDiagonal maxCount: 30 - type: stack id: FloorTileDarkHerringbone - name: dark steel herringbone + name: stack-dark-steel-herringbone spawn: FloorTileItemDarkHerringbone maxCount: 30 - type: stack id: FloorTileDarkMini - name: dark steel mini tile + name: stack-dark-steel-mini-tile spawn: FloorTileItemDarkMini maxCount: 30 - type: stack id: FloorTileDarkMono - name: dark steel mono tile + name: stack-dark-steel-mono-tile spawn: FloorTileItemDarkMono maxCount: 30 - type: stack id: FloorTileDarkPavement - name: dark steel pavement + name: stack-dark-steel-pavement spawn: FloorTileItemDarkPavement maxCount: 30 - type: stack id: FloorTileDarkPavementVertical - name: dark steel vertical pavement + name: stack-dark-steel-vertical-pavement spawn: FloorTileItemDarkPavementVertical maxCount: 30 - type: stack id: FloorTileDarkOffset - name: offset dark steel tile + name: stack-offset-dark-steel-tile spawn: FloorTileItemDarkOffset maxCount: 30 - type: stack id: FloorTileSteel - name: steel tile + name: stack-steel-tile spawn: FloorTileItemSteel maxCount: 30 - type: stack id: FloorTileSteelOffset - name: offset steel tile + name: stack-offset-steel-tile spawn: FloorTileItemSteelOffset maxCount: 30 - type: stack id: FloorTileSteelDiagonalMini - name: steel diagonal mini tile + name: stack-steel-diagonal-mini-tile spawn: FloorTileItemSteelDiagonalMini maxCount: 30 - type: stack id: FloorTileSteelDiagonal - name: steel diagonal tile + name: stack-steel-diagonal-tile spawn: FloorTileItemSteelDiagonal maxCount: 30 - type: stack id: FloorTileSteelHerringbone - name: steel herringbone + name: stack-steel-herringbone spawn: FloorTileItemSteelHerringbone maxCount: 30 - type: stack id: FloorTileSteelMini - name: steel mini tile + name: stack-steel-mini-tile spawn: FloorTileItemSteelMini maxCount: 30 - type: stack id: FloorTileSteelMono - name: steel mono tile + name: stack-steel-mono-tile spawn: FloorTileItemSteelMono maxCount: 30 - type: stack id: FloorTileSteelPavement - name: steel pavement + name: stack-steel-pavement spawn: FloorTileItemSteelPavement maxCount: 30 - type: stack id: FloorTileSteelPavementVertical - name: steel vertical pavement + name: stack-steel-vertical-pavement spawn: FloorTileItemSteelPavementVertical maxCount: 30 - type: stack id: FloorTileWhite - name: white tile + name: stack-white-tile spawn: FloorTileItemWhite maxCount: 30 - type: stack id: FloorTileWhiteOffset - name: offset white steel tile + name: stack-offset-white-steel-tile spawn: FloorTileItemWhiteOffset maxCount: 30 - type: stack id: FloorTileWhiteDiagonalMini - name: white steel diagonal mini tile + name: stack-white-steel-diagonal-mini-tile spawn: FloorTileItemWhiteDiagonalMini maxCount: 30 - type: stack id: FloorTileWhiteDiagonal - name: white steel diagonal tile + name: stack-white-steel-diagonal-tile spawn: FloorTileItemWhiteDiagonal maxCount: 30 - type: stack id: FloorTileWhiteHerringbone - name: white steel herringbone + name: stack-white-steel-herringbone spawn: FloorTileItemWhiteHerringbone maxCount: 30 - type: stack id: FloorTileWhiteMini - name: white steel mini tile + name: stack-white-steel-mini-tile spawn: FloorTileItemWhiteMini maxCount: 30 - type: stack id: FloorTileWhiteMono - name: white steel mono tile + name: stack-white-steel-mono-tile spawn: FloorTileItemWhiteMono maxCount: 30 - type: stack id: FloorTileWhitePavement - name: white steel pavement + name: stack-white-steel-pavement spawn: FloorTileItemWhitePavement maxCount: 30 - type: stack id: FloorTileWhitePavementVertical - name: white steel vertical pavement + name: stack-white-steel-vertical-pavement spawn: FloorTileItemWhitePavementVertical maxCount: 30 - type: stack id: FloorTileSteelCheckerDark - name: steel dark checker tile + name: stack-steel-dark-checker-tile spawn: FloorTileItemSteelCheckerDark maxCount: 30 - type: stack id: FloorTileSteelCheckerLight - name: steel light checker tile + name: stack-steel-light-checker-tile spawn: FloorTileItemSteelCheckerLight maxCount: 30 - type: stack id: FloorTileMetalDiamond - name: steel tile + name: stack-steel-tile spawn: FloorTileItemMetalDiamond maxCount: 30 - type: stack id: FloorTileWood - name: wood floor + name: stack-wood-floor spawn: FloorTileItemWood maxCount: 30 - type: stack id: FloorTileTechmaint - name: techmaint floor + name: stack-techmaint-floor spawn: FloorTileItemTechmaint maxCount: 30 - type: stack id: FloorTileFreezer - name: freezer tile + name: stack-freezer-tile spawn: FloorTileItemFreezer maxCount: 30 - type: stack id: FloorTileShowroom - name: showroom tile + name: stack-showroom-tile spawn: FloorTileItemShowroom maxCount: 30 - type: stack id: FloorTileGCircuit - name: green-circuit floor + name: stack-green-circuit-floor spawn: FloorTileItemGCircuit maxCount: 30 - type: stack id: FloorTileGold - name: gold floor + name: stack-gold-floor spawn: FloorTileItemGold maxCount: 30 - type: stack id: FloorTileMono - name: mono tile + name: stack-mono-tile spawn: FloorTileItemMono maxCount: 30 - type: stack id: FloorTileBrassFilled - name: filled brass plate + name: stack-filled-brass-plate spawn: FloorTileItemBrassFilled maxCount: 30 - type: stack id: FloorTileBrassReebe - name: smooth brass plate + name: stack-smooth-brass-plate spawn: FloorTileItemBrassReebe maxCount: 30 - type: stack id: FloorTileLino - name: linoleum floor + name: stack-linoleum-floor spawn: FloorTileItemLino maxCount: 30 - type: stack id: FloorTileHydro - name: hydro tile + name: stack-hydro-tile spawn: FloorTileItemHydro maxCount: 30 - type: stack id: FloorTileLime - name: lime tile + name: stack-lime-tile spawn: FloorTileItemLime maxCount: 30 - type: stack id: FloorTileDirty - name: dirty tile + name: stack-dirty-tile spawn: FloorTileItemDirty maxCount: 30 - type: stack id: FloorTileStackShuttleWhite - name: white shuttle tile + name: stack-white-shuttle-tile spawn: FloorTileItemShuttleWhite maxCount: 30 - type: stack id: FloorTileStackShuttleBlue - name: blue shuttle tile + name: stack-blue-shuttle-tile spawn: FloorTileItemShuttleBlue maxCount: 30 - type: stack id: FloorTileStackShuttleOrange - name: orange shuttle tile + name: stack-orange-shuttle-tile spawn: FloorTileItemShuttleOrange maxCount: 30 - type: stack id: FloorTileStackShuttlePurple - name: purple shuttle tile + name: stack-purple-shuttle-tile spawn: FloorTileItemShuttlePurple maxCount: 30 - type: stack id: FloorTileStackShuttleRed - name: red shuttle tile + name: stack-red-shuttle-tile spawn: FloorTileItemShuttleRed maxCount: 30 - type: stack id: FloorTileStackShuttleGrey - name: grey shuttle tile + name: stack-grey-shuttle-tile spawn: FloorTileItemShuttleGrey maxCount: 30 - type: stack id: FloorTileStackShuttleBlack - name: black shuttle tile + name: stack-black-shuttle-tile spawn: FloorTileItemShuttleBlack maxCount: 30 - type: stack id: FloorTileStackEighties - name: eighties floor tile + name: stack-eighties-floor-tile spawn: FloorTileItemEighties maxCount: 30 - type: stack id: FloorTileStackArcadeBlue - name: blue arcade tile + name: stack-blue-arcade-tile spawn: FloorTileItemArcadeBlue maxCount: 30 - type: stack id: FloorTileStackArcadeBlue2 - name: blue arcade tile + name: stack-blue-arcade-tile spawn: FloorTileItemArcadeBlue2 maxCount: 30 - type: stack id: FloorTileStackArcadeRed - name: red arcade tile + name: stack-red-arcade-tile spawn: FloorTileItemArcadeRed maxCount: 30 - type: stack id: FloorCarpetRed - name: red carpet tile + name: stack-red-carpet-tile spawn: FloorCarpetItemRed maxCount: 30 - type: stack id: FloorCarpetBlack - name: block carpet tile + name: stack-block-carpet-tile spawn: FloorCarpetItemBlack maxCount: 30 - type: stack id: FloorCarpetBlue - name: blue carpet tile + name: stack-blue-carpet-tile spawn: FloorCarpetItemBlue maxCount: 30 - type: stack id: FloorCarpetGreen - name: green carpet tile + name: stack-green-carpet-tile spawn: FloorCarpetItemGreen maxCount: 30 - type: stack id: FloorCarpetOrange - name: orange carpet tile + name: stack-orange-carpet-tile spawn: FloorCarpetItemOrange maxCount: 30 - type: stack id: FloorCarpetSkyBlue - name: skyblue carpet tile + name: stack-skyblue-carpet-tile spawn: FloorCarpetItemSkyBlue maxCount: 30 - type: stack id: FloorCarpetPurple - name: purple carpet tile + name: stack-purple-carpet-tile spawn: FloorCarpetItemPurple maxCount: 30 - type: stack id: FloorCarpetPink - name: pink carpet tile + name: stack-pink-carpet-tile spawn: FloorCarpetItemPink maxCount: 30 - type: stack id: FloorCarpetCyan - name: cyan carpet tile + name: stack-cyan-carpet-tile spawn: FloorCarpetItemCyan maxCount: 30 - type: stack id: FloorCarpetWhite - name: white carpet tile + name: stack-white-carpet-tile spawn: FloorCarpetItemWhite maxCount: 30 - type: stack id: FloorTileStackCarpetClown - name: clown carpet tile + name: stack-clown-carpet-tile spawn: FloorTileItemCarpetClown maxCount: 30 - type: stack id: FloorTileStackCarpetOffice - name: office carpet tile + name: stack-office-carpet-tile spawn: FloorTileItemCarpetOffice maxCount: 30 - type: stack id: FloorTileStackBoxing - name: boxing ring tile + name: stack-boxing-ring-tile spawn: FloorTileItemBoxing maxCount: 30 - type: stack id: FloorTileStackGym - name: gym floor tile + name: stack-gym-floor-tile spawn: FloorTileItemGym maxCount: 30 - type: stack id: FloorTileElevatorShaft - name: elevator shaft tile + name: stack-elevator-shaft-tile spawn: FloorTileItemElevatorShaft maxCount: 30 - type: stack id: FloorTileRockVault - name: rock vault tile + name: stack-rock-vault-tile spawn: FloorTileItemRockVault maxCount: 30 - type: stack id: FloorTileBlue - name: blue floor tile + name: stack-blue-floor-tile spawn: FloorTileItemBlue maxCount: 30 - type: stack id: FloorTileMining - name: mining floor tile + name: stack-mining-floor-tile spawn: FloorTileItemMining maxCount: 30 - type: stack id: FloorTileMiningDark - name: dark mining floor tile + name: stack-dark-mining-floor-tile spawn: FloorTileItemMiningDark maxCount: 30 - type: stack id: FloorTileMiningLight - name: light mining floor tile + name: stack-light-mining-floor-tile spawn: FloorTileItemMiningLight maxCount: 30 - type: stack id: FloorTileBar - name: item bar floor tile + name: stack-item-bar-floor-tile spawn: FloorTileItemBar maxCount: 30 - type: stack id: FloorTileClown - name: clown floor tile + name: stack-clown-floor-tile spawn: FloorTileItemClown maxCount: 30 - type: stack id: FloorTileMime - name: mime floor tile + name: stack-mime-floor-tile spawn: FloorTileItemMime maxCount: 30 - type: stack id: FloorTileKitchen - name: kitchen floor tile + name: stack-kitchen-floor-tile spawn: FloorTileItemKitchen maxCount: 30 - type: stack id: FloorTileLaundry - name: laundry floor tile + name: stack-laundry-floor-tile spawn: FloorTileItemLaundry maxCount: 30 - type: stack id: FloorTileConcrete - name: concrete tile + name: stack-concrete-tile spawn: FloorTileItemGrayConcrete maxCount: 30 - type: stack id: FloorTileConcreteMono - name: concrete mono tile + name: stack-concrete-mono-tile spawn: FloorTileItemConcreteMono maxCount: 30 - type: stack id: FloorTileConcreteSmooth - name: concrete smooth + name: stack-concrete-smooth spawn: FloorTileItemConcreteSmooth maxCount: 30 - type: stack id: FloorTileGrayConcrete - name: gray concrete tile + name: stack-gray-concrete-tile spawn: FloorTileItemGrayConcrete maxCount: 30 - type: stack id: FloorTileGrayConcreteMono - name: gray concrete mono tile + name: stack-gray-concrete-mono-tile spawn: FloorTileItemGrayConcreteMono maxCount: 30 - type: stack id: FloorTileGrayConcreteSmooth - name: gray concrete smooth + name: stack-gray-concrete-smooth spawn: FloorTileItemGrayConcreteSmooth maxCount: 30 - type: stack id: FloorTileOldConcrete - name: old concrete tile + name: stack-old-concrete-tile spawn: FloorTileItemOldConcrete maxCount: 30 - type: stack id: FloorTileOldConcreteMono - name: old concrete mono tile + name: stack-old-concrete-mono-tile spawn: FloorTileItemOldConcreteMono maxCount: 30 - type: stack id: FloorTileOldConcreteSmooth - name: old concrete smooth + name: stack-old-concrete-smooth spawn: FloorTileItemOldConcreteSmooth maxCount: 30 - type: stack id: FloorTileSilver - name: silver floor tile + name: stack-silver-floor-tile spawn: FloorTileItemSilver maxCount: 30 - type: stack id: FloorTileBCircuit - name: bcircuit floor tile + name: stack-bcircuit-floor-tile spawn: FloorTileItemBCircuit maxCount: 30 - type: stack id: FloorTileRCircuit - name: red-circuit floor + name: stack-red-circuit-floor spawn: FloorTileItemRCircuit maxCount: 30 - type: stack id: FloorTileGrass - name: grass floor tile + name: stack-grass-floor-tile spawn: FloorTileItemGrass maxCount: 30 - type: stack id: FloorTileGrassJungle - name: grass jungle floor tile + name: stack-grass-jungle-floor-tile spawn: FloorTileItemGrassJungle maxCount: 30 - type: stack id: FloorTileSnow - name: snow floor tile + name: stack-snow-floor-tile spawn: FloorTileItemSnow maxCount: 30 - type: stack id: FloorTileWoodPattern - name: wood pattern floor + name: stack-wood-patter-floor spawn: FloorTileItemWoodPattern maxCount: 30 - type: stack id: FloorTileFlesh - name: flesh floor + name: stack-flesh-floor spawn: FloorTileItemFlesh maxCount: 30 - type: stack id: FloorTileSteelMaint - name: steel maint floor + name: stack-steel-maint-floor spawn: FloorTileItemSteelMaint maxCount: 30 - type: stack id: FloorTileGratingMaint - name: grating maint floor + name: stack-grating-maint-floor spawn: FloorTileItemGratingMaint maxCount: 30 - type: stack id: FloorTileWeb - name: web tile + name: stack-web-tile spawn: FloorTileItemWeb maxCount: 30 # Faux science tiles - type: stack id: FloorTileAstroGrass - name: astro-grass floor + name: stack-astro-grass-floor spawn: FloorTileItemAstroGrass maxCount: 30 - type: stack id: FloorTileMowedAstroGrass - name: mowed astro-grass floor + name: stack-mowed-astro-grass-floor spawn: FloorTileItemMowedAstroGrass maxCount: 30 - type: stack id: FloorTileJungleAstroGrass - name: jungle astro-grass floor + name: stack-jungle-astro-grass-floor spawn: FloorTileItemJungleAstroGrass maxCount: 30 - type: stack id: FloorTileAstroIce - name: astro-ice floor + name: stack-astro-ice-floor spawn: FloorTileItemAstroIce maxCount: 30 - type: stack id: FloorTileAstroSnow - name: astro-snow floor + name: stack-astro-snow-floor spawn: FloorTileItemAstroSnow maxCount: 30 - type: stack id: FloorTileAstroAsteroidSand - name: asteroid astro-sand floor + name: stack-asteroid-astro-sand-floor spawn: FloorTileItemAstroAsteroidSand maxCount: 30 - type: stack id: FloorTileWoodLarge - name: large wood floor + name: stack-large-wood-floor spawn: FloorTileItemWoodLarge maxCount: 30 diff --git a/Resources/Prototypes/Stacks/medical_stacks.yml b/Resources/Prototypes/Stacks/medical_stacks.yml index 7ad3c21634..5c4e98f6f6 100644 --- a/Resources/Prototypes/Stacks/medical_stacks.yml +++ b/Resources/Prototypes/Stacks/medical_stacks.yml @@ -1,48 +1,48 @@ - type: stack id: Ointment - name: ointment + name: stack-ointment icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: ointment } spawn: Ointment maxCount: 10 - type: stack id: AloeCream - name: aloe cream + name: stack-aloe-cream icon: { sprite: "/Textures/Objects/Specific/Hydroponics/aloe.rsi", state: cream } spawn: AloeCream maxCount: 10 - type: stack id: Gauze - name: gauze + name: stack-gauze icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze } spawn: Gauze maxCount: 10 - type: stack id: Brutepack - name: brutepack + name: stack-brutepack icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze } spawn: Brutepack maxCount: 10 - type: stack id: Bloodpack - name: bloodpack + name: stack-bloodpack icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: bloodpack } spawn: Bloodpack maxCount: 10 - type: stack id: MedicatedSuture - name: medicated-suture + name: stack-medicated-suture icon: {sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: medicated-suture } spawn: MedicatedSuture maxCount: 10 - type: stack id: RegenerativeMesh - name: regenerative-mesh + name: stack-regenerative-mesh icon: {sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: regenerative-mesh} spawn: RegenerativeMesh maxCount: 10 diff --git a/Resources/Prototypes/Stacks/power_stacks.yml b/Resources/Prototypes/Stacks/power_stacks.yml index 7f015659e9..305c85943d 100644 --- a/Resources/Prototypes/Stacks/power_stacks.yml +++ b/Resources/Prototypes/Stacks/power_stacks.yml @@ -1,20 +1,20 @@ - type: stack id: Cable - name: lv cable + name: stack-lv-cable icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coil-30 } spawn: CableApcStack1 maxCount: 30 - type: stack id: CableMV - name: mv cable + name: stack-mv-cable icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coilmv-30 } spawn: CableMVStack1 maxCount: 30 - type: stack id: CableHV - name: hv cable + name: stack-hv-cable icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coilhv-30 } spawn: CableHVStack1 maxCount: 30 diff --git a/Resources/Prototypes/Stacks/science_stacks.yml b/Resources/Prototypes/Stacks/science_stacks.yml index 647a5b2a7b..3c9d95df11 100644 --- a/Resources/Prototypes/Stacks/science_stacks.yml +++ b/Resources/Prototypes/Stacks/science_stacks.yml @@ -1,24 +1,24 @@ - type: stack id: ArtifactFragment - name: artifact fragment + name: stack-artifact-fragment spawn: ArtifactFragment1 maxCount: 30 - type: stack id: Capacitor - name: capacitor + name: stack-capacitor icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: capacitor } spawn: CapacitorStockPart maxCount: 10 - type: stack id: Manipulator - name: micro manipulator + name: stack-micro-manipulator spawn: MicroManipulatorStockPart maxCount: 10 - type: stack id: MatterBin - name: matter bin + name: stack-matter-bin spawn: MatterBinStockPart maxCount: 10 From d21906c025f1c7055ed904beeb320e353440c3b0 Mon Sep 17 00:00:00 2001 From: MissKay1994 <15877268+MissKay1994@users.noreply.github.com> Date: Thu, 1 May 2025 14:16:51 -0400 Subject: [PATCH 172/318] Vox now can eat trash other other inedible things (#35681) * EAT TRASH EXHALE AMMONIA Update to files * Forgot to port this file * 1D4 Guidance * Summary (required) Suggested changes and fixes * Cries in conflicts * Why do we exist? To suffer? * 1 citation for being stupid * THE ANTIDOTE, THE ANTIDOTE FOR THE POISON * I was inverted sir * vox organs cleanup * vox reagents * guidebook * weh --------- Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + .../Locale/en-US/reagents/meta/toxins.ftl | 3 ++ Resources/Prototypes/Body/Organs/vox.yml | 40 +++++++++++++++++++ Resources/Prototypes/Body/Prototypes/vox.yml | 6 +-- .../Objects/Consumable/Food/Baked/bagel.yml | 3 ++ .../Objects/Consumable/Food/Baked/bread.yml | 1 + .../Objects/Consumable/Food/Baked/cake.yml | 1 + .../Objects/Consumable/Food/Baked/donut.yml | 1 + .../Objects/Consumable/Food/Baked/misc.yml | 3 ++ .../Objects/Consumable/Food/Baked/pie.yml | 1 + .../Objects/Consumable/Food/meals.yml | 3 ++ .../Objects/Consumable/Food/noodles.yml | 5 ++- .../Objects/Consumable/Food/produce.yml | 2 + .../Objects/Consumable/Food/snacks.yml | 14 ++++++- .../Entities/Objects/Consumable/Food/soup.yml | 1 + Resources/Prototypes/Flavors/flavors.yml | 6 +++ Resources/Prototypes/Reagents/pyrotechnic.yml | 11 +++++ Resources/Prototypes/Reagents/toxins.yml | 32 ++++++++++++++- Resources/Prototypes/tags.yml | 3 ++ Resources/ServerInfo/Guidebook/Mobs/Vox.xml | 2 + 20 files changed, 133 insertions(+), 6 deletions(-) diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index f9249a7f13..da8c7ed622 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -52,6 +52,7 @@ flavor-base-horrible = horrible flavor-base-terrible = terrible flavor-base-mindful = mindful flavor-base-chewy = chewy +flavor-base-trashy = trashy # Complex flavors. Put a flavor here when you want something that's more # specific. diff --git a/Resources/Locale/en-US/reagents/meta/toxins.ftl b/Resources/Locale/en-US/reagents/meta/toxins.ftl index 6d92d81079..43c450988f 100644 --- a/Resources/Locale/en-US/reagents/meta/toxins.ftl +++ b/Resources/Locale/en-US/reagents/meta/toxins.ftl @@ -81,3 +81,6 @@ reagent-desc-lipolicide = A powerful toxin that will destroy fat cells, massivel reagent-name-mechanotoxin = mechanotoxin reagent-desc-mechanotoxin = A neurotoxin used as venom by some species of spider. Degrades movement when built up. + +reagent-name-toxintrash = trash +reagent-desc-toxintrash = An awful-smelling fluid. Deadly to non-vox. \ No newline at end of file diff --git a/Resources/Prototypes/Body/Organs/vox.yml b/Resources/Prototypes/Body/Organs/vox.yml index 70e0783271..8b38bb8d0b 100644 --- a/Resources/Prototypes/Body/Organs/vox.yml +++ b/Resources/Prototypes/Body/Organs/vox.yml @@ -13,3 +13,43 @@ - type: Item size: Small heldPrefix: lungs + +- type: entity + parent: OrganHumanStomach + id: OrganVoxStomach + name: stomach + description: "A stomach that smells of ammonia." + components: + - type: Metabolizer #Skreeeee! + metabolizerTypes: [Vox] + - type: Stomach +#Bird vs tags + specialDigestible: + tags: + - Trash + - Fruit + - ReptilianFood + - Meat + - Pill + - Crayon + - Paper + - VoxFood + - Vegetable + +- type: entity + parent: OrganHumanLiver + id: OrganVoxLiver + name: liver + description: "Smells flammable." + components: + - type: Metabolizer + metabolizerTypes: [Vox] + +- type: entity + parent: OrganHumanHeart + id: OrganVoxHeart + name: heart + description: "The strange heart of a vox." + components: + - type: Metabolizer + metabolizerTypes: [Vox] diff --git a/Resources/Prototypes/Body/Prototypes/vox.yml b/Resources/Prototypes/Body/Prototypes/vox.yml index 2a1f6d9dca..75824521bd 100644 --- a/Resources/Prototypes/Body/Prototypes/vox.yml +++ b/Resources/Prototypes/Body/Prototypes/vox.yml @@ -18,10 +18,10 @@ - right leg - left leg organs: - heart: OrganHumanHeart + heart: OrganVoxHeart lungs: OrganVoxLungs - stomach: OrganHumanStomach - liver: OrganHumanLiver + stomach: OrganVoxStomach + liver: OrganVoxLiver kidneys: OrganHumanKidneys right arm: part: RightArmVox diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml index 114b3e01f2..ef0d43be3f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml @@ -20,6 +20,9 @@ reagents: - ReagentId: Nutriment Quantity: 5 + - type: Tag + tags: + - VoxFood - type: entity id: FoodBagel diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml index d817d53b18..1945da67f3 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml @@ -15,6 +15,7 @@ - type: Tag tags: - Bread + - VoxFood - type: SolutionContainerManager solutions: food: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml index 3b9ae17b6a..763e8d3580 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml @@ -26,6 +26,7 @@ - type: Tag tags: - Cake + - VoxFood - type: SecretStash maxItemSize: "Normal" secretStashName: secret-stash-cake diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml index 52ac7b2fe9..4cdca4799c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml @@ -10,6 +10,7 @@ - type: Tag tags: - Donut + - VoxFood - type: Sprite sprite: Objects/Consumable/Food/Baked/donut.rsi - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml index c7a10d4212..7776906b75 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml @@ -18,6 +18,9 @@ Quantity: 5 - type: Item size: Tiny + - type: Tag + tags: + - VoxFood # Muffins diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml index b86a4201e8..8633d0f718 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml @@ -30,6 +30,7 @@ - type: Tag tags: - Pie + - VoxFood - type: entity parent: FoodInjectableBase # Not sliceable diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index 0ba1bdf6ab..3576fdfc15 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -22,6 +22,9 @@ reagents: - ReagentId: Nutriment Quantity: 20 + - type: Tag + tags: + - VoxFood # Meals diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml index 4bff8252aa..b11b38be1c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml @@ -18,7 +18,10 @@ reagents: - ReagentId: Nutriment Quantity: 20 - + - type: Tag + tags: + - VoxFood + # Noodles - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 25a60dfc75..75a27c9754 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -445,6 +445,8 @@ - type: Extractable grindableSolutionName: food - type: SpaceGarbage + - type: Food + requiresSpecialDigestion: true - type: entity name: baked banana peel diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml index 8c67a3d037..72243b6d06 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml @@ -10,6 +10,7 @@ - type: Tag tags: - FoodSnack + - VoxFood - type: Sprite sprite: Objects/Consumable/Food/snacks.rsi - type: SolutionContainerManager @@ -475,7 +476,6 @@ sound: path: /Audio/Effects/unwrap.ogg - - type: entity id: FoodSnackMREBrownieOpen parent: FoodSnackBase @@ -498,6 +498,9 @@ Quantity: 10 - ReagentId: Theobromine Quantity: 3 + - type: Tag + tags: + - VoxFood # Trash @@ -523,6 +526,15 @@ - type: SpaceGarbage - type: StaticPrice price: 0 + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: ToxinTrash + Quantity: 5 + - type: Food + requiresSpecialDigestion: true - type: entity categories: [ HideSpawnMenu ] diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml index 0d9ba21e53..2450f6ab4f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml @@ -42,6 +42,7 @@ - type: Tag tags: - Soup + - VoxFood - type: Destructible thresholds: - trigger: diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index a24de46b55..8ec899c57c 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -1468,3 +1468,9 @@ id: bacchusblessing flavorType: Complex description: flavor-complex-bacchus-blessing + +- type: flavor + id: trashy + flavorType: Base + description: flavor-base-trashy + diff --git a/Resources/Prototypes/Reagents/pyrotechnic.yml b/Resources/Prototypes/Reagents/pyrotechnic.yml index 3ff7eb5ad6..510cf8aa93 100644 --- a/Resources/Prototypes/Reagents/pyrotechnic.yml +++ b/Resources/Prototypes/Reagents/pyrotechnic.yml @@ -161,9 +161,20 @@ tileReactions: - !type:FlammableTileReaction {} metabolisms: + Food: + effects: + - !type:SatiateThirst + factor: 1 + conditions: + - !type:OrganType + type: Vox Poison: effects: - !type:HealthChange + conditions: + - !type:OrganType + type: Vox + shouldHave: false damage: types: Poison: 1 diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index 5f6e5581dd..27057cb715 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -477,6 +477,9 @@ - !type:OrganType type: Animal shouldHave: false + - !type:OrganType + type: Vox + shouldHave: false type: Local visualType: MediumCaution messages: [ "generic-reagent-effect-sick" ] @@ -487,11 +490,17 @@ - !type:OrganType type: Animal shouldHave: false + - !type:OrganType + type: Vox + shouldHave: false - !type:HealthChange conditions: - !type:OrganType type: Animal shouldHave: false + - !type:OrganType + type: Vox + shouldHave: false damage: types: Poison: 1 @@ -499,9 +508,14 @@ conditions: - !type:OrganType type: Animal - shouldHave: true reagent: Protein amount: 0.5 + - !type:AdjustReagent + conditions: + - !type:OrganType + type: Vox + reagent: Protein + amount: 0.25 - type: reagent id: Allicin @@ -701,3 +715,19 @@ shouldHave: false walkSpeedModifier: 0.4 sprintSpeedModifier: 0.4 + +- type: reagent + id: ToxinTrash + name: reagent-name-toxintrash + group: Toxins + desc: reagent-desc-toxintrash + flavor: trashy + physicalDesc: reagent-physical-desc-nondescript + metabolisms: + Food: + effects: + - !type:SatiateHunger + factor: 1 + conditions: + - !type:OrganType + type: Vox diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 7a778953c5..e258a4da0f 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1355,6 +1355,9 @@ - type: Tag id: VoiceTrigger +- type: Tag # Eating fix tag + id: VoxFood + - type: Tag id: Wall diff --git a/Resources/ServerInfo/Guidebook/Mobs/Vox.xml b/Resources/ServerInfo/Guidebook/Mobs/Vox.xml index 95e9df4c76..9500c95aea 100644 --- a/Resources/ServerInfo/Guidebook/Mobs/Vox.xml +++ b/Resources/ServerInfo/Guidebook/Mobs/Vox.xml @@ -14,6 +14,8 @@ Vox always spawn wearing working nitrogen internals equipment. A spare breathing mask and an emergency nitrogen canister is provided in their survival box. + In addition to regular foods, Vox can also eat various snack packaging, banana peels, eggshells, and raw meat without any ill effects. They also like to drink welding fuel. + Vox [color=#1e90ff]slowly recover from low levels of poison damage[/color] on their own, so long as they are careful not to exceed 20 poison damage. This allows them to endure breathing station air for up to thirty seconds at a time without lasting damage, From 57138f7bd278bade3598d6d5d1c6beb06d4c59de Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 18:17:59 +0000 Subject: [PATCH 173/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 660f696311..b02978c948 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: slarticodefast - changes: - - message: Added binoculars. You can find them in maints loot and the warden's locker. - type: Add - id: 7898 - time: '2025-02-04T21:46:50.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34687 - author: Spacemann changes: - message: Added 4 randomized maintenance rooms to in Convex station. These will @@ -3918,3 +3911,10 @@ id: 8399 time: '2025-05-01T05:35:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37085 +- author: MissKay1994 + changes: + - message: Vox can now eat trash and drink welding fuel! + type: Add + id: 8400 + time: '2025-05-01T18:16:51.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/35681 From 2699c3f41efc916e1d2b0fa39dc7686689e4ab9e Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 1 May 2025 17:56:47 -0400 Subject: [PATCH 174/318] Fix food slicing showing utensil popup (#37105) Fix knife slicing showing utensil popup --- Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs index 5335a9b02b..3f8ec5ca5a 100644 --- a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs @@ -53,7 +53,7 @@ public sealed class SliceableFoodSystem : EntitySystem BreakOnMove = true, NeedHand = true, }; - _doAfter.TryStartDoAfter(doAfterArgs); + args.Handled = _doAfter.TryStartDoAfter(doAfterArgs); } private void OnSlicedoAfter(Entity entity, ref SliceFoodDoAfterEvent args) From 9a7b68de55ea58fa39198fbdabe1a58be06f9b77 Mon Sep 17 00:00:00 2001 From: eoineoineoin Date: Thu, 1 May 2025 22:57:43 +0100 Subject: [PATCH 175/318] Select current target in mailing unit UI, prevent UI jumping (#37098) --- .../Disposal/Mailing/MailingUnitBoundUserInterface.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Content.Client/Disposal/Mailing/MailingUnitBoundUserInterface.cs b/Content.Client/Disposal/Mailing/MailingUnitBoundUserInterface.cs index 013c4eaa1b..429a82b2f9 100644 --- a/Content.Client/Disposal/Mailing/MailingUnitBoundUserInterface.cs +++ b/Content.Client/Disposal/Mailing/MailingUnitBoundUserInterface.cs @@ -4,6 +4,7 @@ using Content.Shared.Disposal; using Content.Shared.Disposal.Components; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; +using System.Linq; namespace Content.Client.Disposal.Mailing; @@ -70,10 +71,10 @@ public sealed class MailingUnitBoundUserInterface : BoundUserInterface //UnitTag.Text = state.Tag; MailingUnitWindow.Target.Text = entity.Comp.Target; - MailingUnitWindow.TargetListContainer.Clear(); - foreach (var target in entity.Comp.TargetList) - { - MailingUnitWindow.TargetListContainer.AddItem(target); - } + var entries = entity.Comp.TargetList.Select(target => new ItemList.Item(MailingUnitWindow.TargetListContainer) { + Text = target, + Selected = target == entity.Comp.Target + }).ToList(); + MailingUnitWindow.TargetListContainer.SetItems(entries); } } From ea64d4d1066682cfb032e50920f0924137e6e703 Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Fri, 2 May 2025 10:03:47 +1200 Subject: [PATCH 176/318] Atmos air (6500 kPa) marker (#37061) * air GM atmosphere * atmos fix air miner --- .../AtmosphereSystem.Commands.cs | 6 +- Content.Shared/Atmos/Atmospherics.cs | 3 + .../Entities/Markers/atmos_blocker.yml | 17 ++++ Resources/Textures/Markers/atmos.rsi/air.png | Bin 0 -> 501 bytes .../Textures/Markers/atmos.rsi/meta.json | 73 +++++++++--------- 5 files changed, 63 insertions(+), 36 deletions(-) create mode 100644 Resources/Textures/Markers/atmos.rsi/air.png diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index d728ba9164..1f0cd362c6 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -36,7 +36,7 @@ public sealed partial class AtmosphereSystem return; } - var mixtures = new GasMixture[8]; + var mixtures = new GasMixture[9]; for (var i = 0; i < mixtures.Length; i++) mixtures[i] = new GasMixture(Atmospherics.CellVolume) { Temperature = Atmospherics.T20C }; @@ -68,6 +68,10 @@ public sealed partial class AtmosphereSystem // 7: Nitrogen (101kpa) for vox rooms mixtures[7].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellStandard); + // 8: Air (GM) + mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.MolesCellGasMiner); + mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellGasMiner); + foreach (var arg in args) { if (!NetEntity.TryParse(arg, out var netEntity) || !TryGetEntity(netEntity, out var euid)) diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index 749e705a31..81149c7237 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -96,6 +96,9 @@ namespace Content.Shared.Atmos public const float OxygenMolesFreezer = MolesCellFreezer * OxygenStandard; public const float NitrogenMolesFreezer = MolesCellFreezer * NitrogenStandard; + public const float OxygenMolesGasMiner = MolesCellGasMiner * OxygenStandard; + public const float NitrogenMolesGasMiner = MolesCellGasMiner * NitrogenStandard; + #endregion /// diff --git a/Resources/Prototypes/Entities/Markers/atmos_blocker.yml b/Resources/Prototypes/Entities/Markers/atmos_blocker.yml index 4f00247684..804baa7b8e 100644 --- a/Resources/Prototypes/Entities/Markers/atmos_blocker.yml +++ b/Resources/Prototypes/Entities/Markers/atmos_blocker.yml @@ -108,3 +108,20 @@ components: - type: AtmosFixMarker mode: 7 + +- type: entity + parent: MarkerBase + id: AtmosFixAirMarker + name: Atmos Fix Air Marker + description: "Oxygen (21%) and nitrogen (79%) @ gas miner pressure, T20C" + components: + - type: Sprite + layers: + - sprite: Markers/atmos.rsi # { + state: base + shader: unshaded + - sprite: Markers/atmos.rsi + shader: unshaded # } + state: air + - type: AtmosFixMarker + mode: 8 diff --git a/Resources/Textures/Markers/atmos.rsi/air.png b/Resources/Textures/Markers/atmos.rsi/air.png new file mode 100644 index 0000000000000000000000000000000000000000..0b5592b3194751e3d714fa5a74c6cb2cbb59b88c GIT binary patch literal 501 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DcoAk4Vx(cMWvL5ULAh?3y^w370~qEv=}#LT=BJwMkF1yemk zJ@f8s-z|Y^BtdGN^K)}k^GX<;i&7IyQd1PlGfOfQ+&z5*!W;R-fr_rAMtG)qdTKFn z06DA-QjDw&j6jwb5KBYZASY`uGK0mLfNVoXCI$f@9RM?oVc6c)^UI z(OkyB!oVk>j4sc{Lz2(bL5-B*OjerPEvu20Shoul)a?ZhGm2K(E4Er-$== z#nSiO`kqr>70)!qtueU pr$4VatsWv6)*4m~H2s158MDBH$(uyiI|qU+_H^}gS?83{1ON$NeqaCq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Markers/atmos.rsi/meta.json b/Resources/Textures/Markers/atmos.rsi/meta.json index aaa8485a86..d38e490f0a 100644 --- a/Resources/Textures/Markers/atmos.rsi/meta.json +++ b/Resources/Textures/Markers/atmos.rsi/meta.json @@ -1,38 +1,41 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Space Wizards Federation", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "base" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Space Wizards Federation", + "size": { + "x": 32, + "y": 32 }, - { - "name": "base-hot" - }, - { - "name": "vacuum" - }, - { - "name": "oxygen" - }, - { - "name": "nitrogen" - }, - { - "name": "plasma" - }, - { - "name": "watervapour" - }, - { - "name": "fire" - }, - { - "name": "freeze" - } - ] + "states": [ + { + "name": "base" + }, + { + "name": "base-hot" + }, + { + "name": "vacuum" + }, + { + "name": "oxygen" + }, + { + "name": "nitrogen" + }, + { + "name": "plasma" + }, + { + "name": "watervapour" + }, + { + "name": "fire" + }, + { + "name": "freeze" + }, + { + "name": "air" + } + ] } From 65c0e899cd88248d37622004c38e57f86a8862b9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 22:04:54 +0000 Subject: [PATCH 177/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index df89a5bfd1..4c7737af26 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -67,4 +67,11 @@ id: 9 time: '2025-04-30T14:49:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36653 +- author: K-Dynamic + changes: + - message: Atmos air (6500 kPa) markers are available for mapping. + type: Add + id: 10 + time: '2025-05-01T22:03:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37061 Order: 1 From 35f7abafe5dfe5f10bd4c2353981dba134508983 Mon Sep 17 00:00:00 2001 From: Tiniest Shark Date: Thu, 1 May 2025 18:07:11 -0400 Subject: [PATCH 178/318] Updates the Pirate Captain Hardsuit Helmet light sprites. (#37027) --- .../Clothing/Head/hardsuit-helmets.yml | 17 +++++++++++++++++ .../equipped-HELMET-light-vox.png | Bin 0 -> 712 bytes .../equipped-HELMET-light.png | Bin 0 -> 692 bytes .../equipped-HELMET-unshaded-vox.png | Bin 0 -> 282 bytes .../equipped-HELMET-unshaded.png | Bin 0 -> 297 bytes .../equipped-HELMET-vox.png | Bin 0 -> 1035 bytes .../piratecaptainhelm.rsi/equipped-HELMET.png | Bin 0 -> 1272 bytes .../piratecaptainhelm.rsi/icon-flash.png | Bin 470 -> 728 bytes .../Hardsuits/piratecaptainhelm.rsi/meta.json | 18 +++++++++++++----- .../off-equipped-HELMET-vox.png | Bin 1103 -> 0 bytes .../off-equipped-HELMET.png | Bin 32509 -> 0 bytes .../on-equipped-HELMET-vox.png | Bin 1077 -> 0 bytes .../on-equipped-HELMET.png | Bin 1234 -> 0 bytes 13 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-light-vox.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-light.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-unshaded-vox.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-unshaded.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-vox.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET.png delete mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/off-equipped-HELMET-vox.png delete mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/off-equipped-HELMET.png delete mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/on-equipped-HELMET-vox.png delete mode 100644 Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/on-equipped-HELMET.png diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 9aa0e76a54..e98ef3bf89 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -588,8 +588,25 @@ components: - type: Sprite sprite: Clothing/Head/Hardsuits/piratecaptainhelm.rsi + - type: ToggleableLightVisuals + clothingVisuals: + head: + - state: equipped-HELMET-light + shader: unshaded + head-vox: + - state: equipped-HELMET-light-vox + shader: unshaded - type: Clothing sprite: Clothing/Head/Hardsuits/piratecaptainhelm.rsi + clothingVisuals: + head: + - state: equipped-HELMET + - state: equipped-HELMET-unshaded + shader: unshaded + head-vox: + - state: equipped-HELMET-vox + - state: equipped-HELMET-unshaded-vox + shader: unshaded - type: PointLight # Color matches visor colors, radius/energy same as mining hardsuit for the big captain. color: "#f3ea9c" radius: 7 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-light-vox.png b/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-light-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..70b883d754119c0e55826caeeb2eec6aa7e9c2ae GIT binary patch literal 712 zcmV;(0yq7MP)Px%f=NU{RCt{2nmuY8K@@<$Nn8jMNDRhAX=GdoS6hg=fIA-`Rj!cp_zJ0f2VY=N z;VP)HRoR3Tfy5?7!b_ny((GEhp8XMo zBz$OexH^BX^3b*j+ppM3ml+70<% zFa_Qwqu**5M|zOEHkeJaq2WkBV_>8S<=I%tj#M|=>AYE@iNR)oNO%wI1CNxK#+Ses zJ-&C&H!hrtl&<{I7F+wkqjUaph`0xt0h&C(YgPe|*=&-SpjWUZY4XwDM17<_d(pc9 zA|bBMje%Ee5~p(9m8!k9kHmLpdKbVsA8(@{zyqtL@yOj%jn-7{J*cnLcV{|pKuU4W zU+R?nzU6e<1KJRECTxnZUV0y@2MqogOgeS!`q>RIu~BV=pc^HIeiZKVJs{<0$M=9y uI=qYb0K+g0!!QiPFbu;m48t(~Fa7{M0}fMPx%Zb?KzRCt{2nmumYFcg44wi%3|K$<0}yEw>TWYQ4m0@-qaPQ60UlPh$}9dZGp zL#Dz@;weF=0&Rj0EnWvd%9LWs6eR;i^FBbZM7=*gQcr?OFpPf>sUIS~NYV+X;)_au zXb>X45b!&qnq42I_axnt-VD08`*X z#DDB`xVnF#^3XR4n@8*-G`WaFCrOJ;<@?+3v`a@a* zmcTu5tJhy!7S}Uxhyb(OC3SsEX>n-;FQ15tB z5Dmw*Vi@9ZuEkC)tB;9@C)KZOy(8hLR>k+ao<$vj-*NC;ytETKwoNyFb2Mco)3;$5 zhG7_nVHk#C7=~dOhGG1l?Bri_UDJOXH9a`WMY1;m!OwwrQS0~C#gPG|t_>y=ZD=^s zV+u^PLuocvvJ=$}cCt51bTQft5b+;?ec*}u()beirsogNm7NQxBDIk}+F)xRcyg}1 z8YAveW`K4c;DA-YQ`Va#X6Oj^B<_5$H&Y+6&p`}MfQS#Pb5r0A>yFbn&!uUv@)7yY zW^e+WE5l>-6L@5`G#E}Sgqusv^YQ}{=>IK|n?{13GFgkFTbdL_WFyCP)C)gZ6` z`&BRMbN~PV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-unshaded.png b/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET-unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..96c244f41a51db422a417b515aa9404215df812f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|9(%ethE&XX zd&`jPkb^+$!|jWfcJ$6|z2V6xV7)s=k^Mu2+yU(+-ZPnRcyV#E%oflIUemhFplQO6 zgr@)Dd}rRA6S{Q9gQ4Mn>Mj-4i|5Re>jcVIea(Knjni|>X6bxwPov3Ob4u%urMCaz zSiFt1PGI&XkNBk2iG1IPx&#Ysd#RCt{2nlWqRNEFBag1a(=Ko}jY8gbn+>XkwePJvxFsZzMP&S_K~nH)ERJd#j$_j>HvKGlB3tpww?iuF?gN_*L7E3gL$4K zO;eO*X{7&yfdLi(>H9u<{RwWafL{L(++1<=`WbxRS9fMxzXPnYEF~~|;@4$?sq@B@ zG0y_mbupPt^g~EFzs0-1V#6|Rwc8l0&!fWh+;u?Rt9fTX#gzdv3`41|cPaio@xOJP zAP9mW2!bF8f*=Tjc&T(!ysTXBJp>yEKso-L9?-lmKw(lF1OO|`G984f@Gf{xuT6ET?cG^vSXgdQnA{!%0Q@)a zH_Cv??XjHivoO9!cl)(L#+Zzv2;=b>Ns{2H9AS?Qz!<~z@2~Od)lb+zn4QtDUvfM= zd~O|t$?dVM+wb((k0{GhYlmToAP5l0G0L(u(lR{)0A^4BAP4{edu#w91mZXb06aW= z1_10Ixajp~cZYK>P5Xs7=W=lI2;dPPZe8uXLI|uW?& zgttfUb;}H(tH;IxsIDJf9^%jYW5jWc)6-KuPrU-w4KU4sR;d|=p;WKBDp3?+I-Tm? zfiz9wdEQ0=sP5tWJ{-r<&Q|d}4@r{jv_!rDV@xu}q!2=K&ZWu}#+Y2!YWFSb_7Fly zrPHz}( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..08c553959f50a9a9239299275dadc385365e73c6 GIT binary patch literal 1272 zcmVPx(vPnciRCt{2nlWtKMihqsE849_5Fj86L_?HrE?E@lq6}JmTGD~Y=nUE9MO_Mb z$|Q2k5FqfN#R58XNM+L|4W<&!fp?qCPho4FF*Mem`%zO7J}Is!kwAi41U z{e3mQv$F$W{f;FQ%J+Q)L4XaTi;o{q3mfq{&dy#Z-(|Ke2gKu*MV^9);2-YcmHm?%lGzt= zR_2_`>^nE+a1Uo^uPfOFl1I|4jAOy(s`3wr2+ccp@%!eFR}4sQk(_gNv3ch%{KLJ< z9k7DKmU6BC1^#Ok$pwXTz?X`4K-~t^jdnoY2GosqK-~t^jdnoY2GosqK-~t^jdnoY z2GosqK-~t^jdnoY2Gq^}-T{Ta7XKWnTK(F41U%0J5?_L@T7X?C0x}vEC^m2{q!+)$ zhHFvkOHnDBY)nYk>Er%@s){5en=m9vO<5&MM?>WuBDQU-53)?1Xo^tP8d(&L%hjto zfuxo!!)IwGOXIREU%3N{*6O7(u_IP?fLwT<9spGsjqS~y{JKey1wo*kkQDwm$kQv+ z6mi`MP{Z;h(La#&TxB^R{o7ok%M#j!A|PKmRc2E7Zm>BICf z&7vVyUFMoaL;5g%Oz(niG7Muun{!UC>ylv@3%W%pwGB=t6SUiHaL%z|bY&Y0rqgp= zUI^7RQ6=>06qgqQ)9E_SDk_BLpmCILXN*8{NFsdaF0fP+6a zar^dn0KghQJTGNbn#o@e0f45{b2yJq;5d%DCbz)BU;qFJ!|;TQ}CXfzrsGS)$_ z*Gn#bLBDKEUa7wXJDtw54ln}dVQ89WW!t2jOTK={u-mq6j7Fn{u}XFUjYgxyh27dtm1AzT5L2GMkW6=K=8heJn3WA6RdL#$NzPyMZyl zwYm9T+22>uG>zTeT?9eEG|lF9dU_h4&xg-9&dSPc7^nbWyMc6&AngVoZ*Lzc>GTJV zk4ub<-0!%X%YVyn93FmVX~|H6!DqzdFT#+f6U1+t&?*j$r&0&lY*)BkLl}lZy?#a@ z5NO$bAP}HlKf^E#T&^K(wkuMp1AuWWk0oJ`06&WZjznT{uFWFkqicfcp$Baj2iz)?FXdYJ>~vb;AVNwH?}DKWy77~$#jm(BZVSfx~;sTB2ukrE$h{ahOCI#?GBR39iq|5Rxf#b1tg~jYk8D;$RaHb$#P9b}ENUpqn_1xd zE&qOh#gX>_0000*Rbg2Cs+Q5a}7Gq*e z+Jr#M>G{9&pO(lD>wtB@I`GF1I68gC*eE2+GS)PWT6bNS(tkA7=9<#dZt4T{h4VaD z`I00N-#-B{29V-)UDJBKCdY9IaPl3;F?pURK#HQ!=9TpOx)wlqv)Smv#DBnHL{Y?6 ztCdk(w4}c8j}HMCsj5m<9|XZ9Adle&X(e_S#{m!kh{40{S7YkG*feo~x7Ft0F>Woj zZA*_20%|a>u76)>xm;3NmRJ{gp0Ef8F5u?buD;&^3}EiFbNN_vaV=SRuG|MMt@Q m1wcz^1FQqq0qekjcixq&u|NLO9|>LRfL|bx%0{~smok_lInZ!$5bc%gf{h1J4njzoVl)3?-!hJ?&WtO`g*R}lw>R_t z@BQZOtlWEn@EFZzGn`JR@yc8-C*-}r!<5$&=$i|D^_`s718=w6u@CinU47m)2wfjq zG-xw?^sNDq_+&B>yha#WPE1x=@jsf~{t^*2t43@$-H`qRMUkT7g*TQCr@m}1WcBkL(TamYk+L#kUKeC^=T>HCqT(%R#U-OPAKY6Qy-!GJv z1Hs+LBK-YLeZCqG1RxB)yb|{^r)fh_`Y%q-)IqC1??i&`e>gjF(zgWw9km0MVdxQWm%d??g&J2e1Rf;ZW^3GJ=BN;q$M9QkiHDUu~b=Qm-Zb zbp!~uuN{{yUo$u9)$9|Cw>xkEJE5-8kGHYgyfE=g(rpfieP;qpfC(@GCcp%k025#W zOn?b60Vco%m;e*_-wAB}k3_vz?^~mHg`B45Rshm$RIr7Rwx$;VazbxRFzfVappZpV zFZ(78S%?j(34{KI%8;&)`#u@ymuA7iG@Qre0OK5 zVZm%r7@i-fSW8bYd^Oa1X-8>EI}7ZnQNqx5)^c7TOVnYb(GchxLO~LBd-MaKblrWo zFZT8xsnR(H%I4SC-@PFq_#}I^mshF`PTDAzq9>`?9Os#A0}bq14cz&7cm;&j?Z z$Tk0q> diff --git a/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/off-equipped-HELMET.png deleted file mode 100644 index 1e650afd1747ea65136bd8fab45916aa664ee4cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32509 zcmeHOO^h2!6)qz{5Qq>0C5VlX;|KxS^mMno-F90ZZ<2AA3}S{+GH7QGE7I#84oIs#M2JMxp2ym8;sB?tl%*>^y8Z9@Sn=m9>G4koWIicqAc|CtDomJGF ztZ1^PNLj6@D@8q<_DiO`58stqj#oTWdDVx*waLtKr_(IT^7{Jv#JV=oXf4UAX_~T< zm9tq1Ye?-&^^Ub6)!RpUMyQ>N+qPS^W~bJur@^jOZLD=BGZ_F1iXYc%GXSc$eeN)e z@`lxv)d@w8>g3o#pXOR?g}CO}vb*B0y7f*Q_fsSLHJ2NmMtiw205T8{1jb`BGZSD( z`n$Rs3El3Tx`-+8DUIyep1;&|z8EC9E5=Z)RC8pnO2b}* zv_4U{-8LSKc4(0BP?3py(puWyN(C#ma&Osi8g|Vo_CXax%X^+_N}6J6lB&9nWMy-n zWV)(jTe_htPQE0=KR?x27F6Z!20>#ik8+Z%upILKY8Y z;RSf@Wvhj}rh)0vhY>F}6AsR4Y$m@Ie{sGOQ}tg5F-u4UvU57Q}GUJeIjg76 z&Uh5;=sp-@ec7$^cIKWbqBYn^yWw@#t(JRY3GZ2P9vXU9w|8UBN6(Ty8Hl!Zad*QI zZ&r;u3=t1EAKWki;XQPF*{UzOPFbc2OdH~jTyH$L&n!Aych1BTJl7WSEXEmSk=cW% z_Kvnba!-E&X5-2l(a&cUTx1o#{jOm#+jWuOH7sVk_IrM}Uh9O{4i2M7effYD(K?#!$<{P3?clgpo`BBBNcQpgz&3^E^zbfeB^TS95T?`@os-TO{4GsQb89(2)`=m;`75u1zijw{Hmaf&krLNbTNeRtAZ{*Ka5n+#Sp@;3cC3GFj7Gm zLkPbr=;HIkNCjOCA^fVKi_Z@u6?8F#@T-C@K0l09(8UnKuX5?y*Z=jmTgN~7UdO-f z{@bs%@K453+CF_|2BFJeMd<1e5c+QyU!NhgrXckE974q(A#||u*7tt@D*pZX+;ru{ z{6-2LKmOoBs@uh?3Cp!>*Sb%hJPCRoI&=u`Q&+BB3EE!d4d6%E9|=DZ0pY-J-n<$3 z;JPlkf6+vQ@qH|UO9x{V{MZCg@U5*abocIEluD%#WDmVoDiw72@L@_yDohY<+|8BZ zhiyQ>G%gK#pI!xF5n(B1IcUy++|vqQk*cY`8vq_KZxC zIQT;|K$4`W`Gy`ndK8R4)`^S{>+G5UoMGK#$BqT|4<0-i+_N`0@StgPa}zRjDE`n4 zz!p>3SR@H_0R=F&V5f(IvwfoKSFc`8;ZGz!kU@iHeSm&Z_Sm*K89@2~2~$&31n|}m zzsTA_PWzt-9J+V!9-_fRmh4r5OaOeaKd4Z7oROzCh7tgZ0RErnw~%@AO$5OoJ!X>r zsZSh1-T(cC+&|uYn~?DK{U+Lfz#-jeh7g5ad{O+l#oJ_|rSm;(64nK1|K;sPf*+TJ zI8%VkB{~95`x*N6&$iI#K7TmC|JQq4K?XqZn5>jfLZCD14aN=d4;(l^%s{a0HVDB( z#_d0FkLts9C~PbOu3x`Eg2E%vEffl9df|_l1cXUI2!g-%=4TPKgA+9Uhax9eNIif4 zoJ0gT@L>y<6F-5pxaDJU6~852CG!t}dn9a<;HMXQ3m~+^{Dj2_M*scyds8E>{Xu%~ zzWWEV+xYU-pf$j6Po8;@Cc{4We)AUkorIsNdj%FF*qUH8$Q9~v@5>SBgX6>OCY4kB zJ{HBK*Fc=aZY(Dcr!(j$M<)UR>HsDI+K2&V89OJqP?rp8rIWWczNY}~j+2E=7*T=hf-jO)n8jZ0)eT&BiVPh`Njj%?hx zLYUzxKOp`I1>fy1eF=lAg)!+V(J0xFh=A}>IX$L^V=7wc zX$?IT^-pehOG1}o(PQ{1OnOQTz9c!8PecHm5Bg^TBxdRuC4gS3Gd>Z!CV&P$3=i<( zWD1`##Kugz2$FXNCNo<1dNZTN+{*#lF2+jlHBp8De!k<3&UU~`M-9)KFFW)9QyZw6d=S48l zh2Upje~e~lX9JUT3%qgT25H0VM51YzbP)uQ6l{kSka_}yfMc_--@#3f(Vy<0q@q2! zYA5d#JAeT}v-q%6B-#F`QzK0Q9|)KZKHv~IMl*u~?Bx|~hk_5V!H-db2j3D;0q6v8 zh5CCuRKtZ#4@g7UvxjY4;f}m}YKu-kth*!4Ap_tI)}&=50+ND!nDs}R0w3mplKLhH zNXpo_>5B{)w-HSmkH~PQ5zQ}-a m8_}fkeB?6#|KD1-d+gjl?&rVq4*5yu^r_j(FHWBO{{I1a);}%) diff --git a/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/on-equipped-HELMET-vox.png deleted file mode 100644 index 2e34340b43b5ff61bacf7d794a86e555ffd63ca7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1077 zcmV-51j_q~P)#|&6ce#u{=j;q~-@ELd|2e-scki2b zP9y?Gx7&?ZtCe0^C=`Ue7X_FKS^|B0VW_^B(`MlPeqa00ZnxFX=LTWwLyHD&Mu@&M z01{s=mtr&;i71Lh9LM_FXf#BzSX4d@1_Niit|?$=9RW8pF=P{tIttpwd}iZ3n}0=qLFkDbW7L~YH9p`X}KU2c5u9GC0F_~&LIp4Z;0;2%6His;@G?L_?R ztN3xV6oBw)@ zKqoB=e1rEQWu61rf!S=Pb{rW&!JqN@H$kaPv`46R$Zo0ElKDCU1lQM&&z2vUoAzoB zi6z(_IDnl{*W?py>^3h<{Uhl%2gJTJ0Vco%m;e)C0!)AjFaajO1egF5U;<2l3Hf?S$26{PYmddFvVAkrXT7wc52I>W;LO}4OMP>LjO{+BS9GCONguGL&o}5W~2z)iR z5&!@w@O`}jA$Qw0N>@+Oc4GP~D7b@1rrRz`) zwO-m$TGGxIJ8G1$biK8_7swKI-05@#`i4-DMBN_!04QC5p44`F2T(c>g@EAAGCcJm zJgZGq8Jx6HEJaUJuh+wUubA$Hq$EyX2tpXa%hOkzL8Am5#Xv&^O6U9fj1FmI4c5X2 z1_e)Rpb2dX-hKtc{R!NfC(@GCcp%k025#Wf1ki_webIVLU8t100000NkvXXu0mjfQQ_Gw diff --git a/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/piratecaptainhelm.rsi/on-equipped-HELMET.png deleted file mode 100644 index ea09bb593ff9c34871362cd3875a234febd7d0ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1234 zcmV;@1TFiCP)i3JTNmRQr67>>k{7#l0jl3a6=aE(#vEXMgB^M<*-*`3|n#lpNvE*!fv^S$?b zZ)TEvlc-43T2J)ocDs5w9J=StW)t6&t*xzzzDbhABy!(p=?4Z)r60A19fH?6?ItK1% zVkihP{hP7;gz)k4ajYA?2OQh98K=yWhyspH9MWgdzVob&zvt)Yv~G*&M-7~xpP$?W z%;YC0CocN!c01^Y>0<&Am54FW#s=4CZf-8Kzj55X>-YP}(5QYi1F*T7$$}7ge}GuJ z8KWzEjybotw-fUT>H`KlowfnvVr22YP$y37<>h4({P6xNA}q4{vaeuJuh%O(Z?2sT z*@RL<-_9Q#!|xG!w;4q;ut)}AF8zD-Ry|+ZA?IgiTPnHr&>5lsoSNrK0RsBnX><^= zGH`Ptzs-$05F}^GD-*t0U;m+gn$qb0zyCt2mv7=1cZPP z5CTF#2nc};0+oNlPL-`DYV=iWgX!NDQFOJxLy}8HOJG?U5CxF;!zL=Xfr-Z;)CnN% zJZtAwfn)kp0bs}diwWsEy}ch$sz?!vk_~|7OBmb-m7&zdh+sLqRsg0fDfC1rGQ5}`OrbMlA^l?4VRAZ?$hUdS&zd{|KKGUgXkK%cu0WD~n4U)U}UPtFHY9#t0@&Np7=}4`ut+}CmQDS#@m!6q@VobNzQ@{eiEe*{_ z9a{n*fB^_-21L?)yzkfc%lPa1BBh7l*5NpThx2fn9p;WWDRBIyH_FNYVpikYifx*+ z0>)hj0Dpd?Ns-2_kSeWmntA|W2So{K$XD265r`R&4B)wV`LXkL0Ep?!dm$hMgn$qb w0zyCt2mv7=1cZPP5CTF#2nYco@ShR*3vVQ(cm}eV=>Px#07*qoM6N<$g1xmw)Bpeg From 42dce359e5ff27cfe0e9d8dcf2ed3944c9ce68a4 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 2 May 2025 00:07:47 +0200 Subject: [PATCH 179/318] Add noir glasses (#36923) hardboiled --- .../Overlays/BlackAndWhiteOverlay.cs | 47 ++++++++++++++++++ .../Overlays/BlackAndWhiteOverlaySystem.cs | 34 +++++++++++++ .../Inventory/InventorySystem.Relay.cs | 1 + .../Overlays/BlackAndWhiteOverlayComponent.cs | 10 ++++ .../Catalog/Fills/Lockers/security.yml | 3 +- .../Entities/Clothing/Eyes/glasses.yml | 21 ++++++++ .../Eyes/Glasses/noir.rsi/equipped-EYES.png | Bin 0 -> 321 bytes .../Clothing/Eyes/Glasses/noir.rsi/icon.png | Bin 0 -> 279 bytes .../Clothing/Eyes/Glasses/noir.rsi/meta.json | 18 +++++++ 9 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 Content.Client/Overlays/BlackAndWhiteOverlay.cs create mode 100644 Content.Client/Overlays/BlackAndWhiteOverlaySystem.cs create mode 100644 Content.Shared/Overlays/BlackAndWhiteOverlayComponent.cs create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/meta.json diff --git a/Content.Client/Overlays/BlackAndWhiteOverlay.cs b/Content.Client/Overlays/BlackAndWhiteOverlay.cs new file mode 100644 index 0000000000..aae2b63acf --- /dev/null +++ b/Content.Client/Overlays/BlackAndWhiteOverlay.cs @@ -0,0 +1,47 @@ +using Robust.Client.Graphics; +using Robust.Client.Player; +using Robust.Shared.Enums; +using Robust.Shared.Prototypes; + +namespace Content.Client.Overlays; + +public sealed partial class BlackAndWhiteOverlay : Overlay +{ + [Dependency] private readonly IEntityManager _entityManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + + public override OverlaySpace Space => OverlaySpace.WorldSpace; + public override bool RequestScreenTexture => true; + private readonly ShaderInstance _greyscaleShader; + + public BlackAndWhiteOverlay() + { + IoCManager.InjectDependencies(this); + _greyscaleShader = _prototypeManager.Index("GreyscaleFullscreen").InstanceUnique(); + ZIndex = 10; // draw this over the DamageOverlay, RainbowOverlay etc. + } + + protected override bool BeforeDraw(in OverlayDrawArgs args) + { + if (!_entityManager.TryGetComponent(_playerManager.LocalEntity, out EyeComponent? eyeComp)) + return false; + + if (args.Viewport.Eye != eyeComp.Eye) + return false; + + return true; + } + + protected override void Draw(in OverlayDrawArgs args) + { + if (ScreenTexture == null) + return; + + var handle = args.WorldHandle; + _greyscaleShader.SetParameter("SCREEN_TEXTURE", ScreenTexture); + handle.UseShader(_greyscaleShader); + handle.DrawRect(args.WorldBounds, Color.White); + handle.UseShader(null); + } +} diff --git a/Content.Client/Overlays/BlackAndWhiteOverlaySystem.cs b/Content.Client/Overlays/BlackAndWhiteOverlaySystem.cs new file mode 100644 index 0000000000..09c282d10a --- /dev/null +++ b/Content.Client/Overlays/BlackAndWhiteOverlaySystem.cs @@ -0,0 +1,34 @@ +using Content.Shared.Inventory.Events; +using Content.Shared.Overlays; +using Robust.Client.Graphics; +using Robust.Client.Player; + +namespace Content.Client.Overlays; + +public sealed partial class BlackAndWhiteOverlaySystem : EquipmentHudSystem +{ + [Dependency] private readonly IOverlayManager _overlayMan = default!; + + private BlackAndWhiteOverlay _overlay = default!; + + public override void Initialize() + { + base.Initialize(); + + _overlay = new(); + } + + protected override void UpdateInternal(RefreshEquipmentHudEvent component) + { + base.UpdateInternal(component); + + _overlayMan.AddOverlay(_overlay); + } + + protected override void DeactivateInternal() + { + base.DeactivateInternal(); + + _overlayMan.RemoveOverlay(_overlay); + } +} diff --git a/Content.Shared/Inventory/InventorySystem.Relay.cs b/Content.Shared/Inventory/InventorySystem.Relay.cs index ed456ed47b..68d067efc9 100644 --- a/Content.Shared/Inventory/InventorySystem.Relay.cs +++ b/Content.Shared/Inventory/InventorySystem.Relay.cs @@ -76,6 +76,7 @@ public partial class InventorySystem SubscribeLocalEvent>(RefRelayInventoryEvent); SubscribeLocalEvent>(RefRelayInventoryEvent); SubscribeLocalEvent>(RefRelayInventoryEvent); + SubscribeLocalEvent>(RefRelayInventoryEvent); SubscribeLocalEvent>(OnGetEquipmentVerbs); SubscribeLocalEvent>(OnGetInnateVerbs); diff --git a/Content.Shared/Overlays/BlackAndWhiteOverlayComponent.cs b/Content.Shared/Overlays/BlackAndWhiteOverlayComponent.cs new file mode 100644 index 0000000000..47c0723641 --- /dev/null +++ b/Content.Shared/Overlays/BlackAndWhiteOverlayComponent.cs @@ -0,0 +1,10 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Overlays; + +/// +/// Makes the entity see everything in black and white by adding an overlay. +/// When added to a clothing item it will also grant the wearer the same overlay. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class BlackAndWhiteOverlayComponent : Component; diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 4d42f2daa4..cfd1aca2b5 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -120,8 +120,7 @@ components: - type: StorageFill contents: - - id: ClothingEyesGlassesSecurity - prob: 0.3 + - id: ClothingEyesGlassesNoir - id: ClothingHeadHatDetGadget - id: ClothingNeckTieDet - id: ClothingOuterVestDetective diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index c44d7c94e6..dd2183ca51 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -265,3 +265,24 @@ - type: Clothing sprite: Clothing/Eyes/Glasses/ninjavisor.rsi - type: FlashImmunity + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesGlassesNoir + name: noir-tech glasses + description: A pair of glasses that simulate what the world looked like before the invention of color. + components: + - type: Sprite + sprite: Clothing/Eyes/Glasses/noir.rsi + - type: Clothing + sprite: Clothing/Eyes/Glasses/sunglasses.rsi + - type: IdentityBlocker + coverage: EYES + - type: FlashImmunity + - type: EyeProtection + protectionTime: 5 + - type: BlackAndWhiteOverlay + - type: Tag + tags: + - HamsterWearable + - WhitelistChameleon diff --git a/Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..6f15601f03ed3a388dbc0f82cc6bd827636e41ce GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G*- zi(^Q|oVT|wavm}eaeJt|!#n+j*-Z!cmC`A*&t1q|Q^_$!Xex`+k^leWqy+a=1;kga z?s~MY`g77MhD?WDewV*^T+h9ocf5GlwSA3J_v3b_mW4LhJovhB z`kx;aX%4>jjS`RdmdITU_|Ir-!SG0ip^&e^g56;bv%)z>f#(bmQ_+OOWfk6Yq&$yp zyjR}s%;BA>ulRbOLZMv1EzuWmFUL8(o#t`5>BzE?@)T^q9WJySRkU1&CjvqXzmJQ&9fz2qI_qU8P+rZc=}(Q zS#{@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/meta.json new file mode 100644 index 0000000000..3f256720a3 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/noir.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "taken from goonstation at commit https://github.com/goonstation/goonstation/commit/9affe47cd1b192f6d1900a64a5b5a07a54251e37", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "icon" + } + ] +} From 52062dcfad65f9b03fb65cb4ebcbb9e706b8d3b8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 22:08:54 +0000 Subject: [PATCH 180/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b02978c948..387dc2f75e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Spacemann - changes: - - message: Added 4 randomized maintenance rooms to in Convex station. These will - change every round with a different layout. - type: Add - id: 7899 - time: '2025-02-04T22:58:30.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34866 - author: Winkarst-cpu changes: - message: Observers now have a personal point light and can toggle it. @@ -3918,3 +3910,11 @@ id: 8400 time: '2025-05-01T18:16:51.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/35681 +- author: slarticodefast + changes: + - message: Added noir glasses, which make everything black and white. You can find + them in the detective's locker. + type: Add + id: 8401 + time: '2025-05-01T22:07:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36923 From 72d2d8ab0f2675a25789682eaff43c73f33b71f0 Mon Sep 17 00:00:00 2001 From: nikitosych Date: Fri, 2 May 2025 00:01:17 +0100 Subject: [PATCH 181/318] Overhauled stamina slowdown behavior (#36336) --- .../Damage/Components/StaminaComponent.cs | 19 ++++++ .../Damage/Systems/StaminaSystem.cs | 66 +++++++++++++------ Content.Shared/Stunnable/SharedStunSystem.cs | 53 ++++++++++++++- 3 files changed, 116 insertions(+), 22 deletions(-) diff --git a/Content.Shared/Damage/Components/StaminaComponent.cs b/Content.Shared/Damage/Components/StaminaComponent.cs index 14c3f6d9f5..ec086625ea 100644 --- a/Content.Shared/Damage/Components/StaminaComponent.cs +++ b/Content.Shared/Damage/Components/StaminaComponent.cs @@ -1,4 +1,5 @@ using Content.Shared.Alert; +using Content.Shared.FixedPoint; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; @@ -56,4 +57,22 @@ public sealed partial class StaminaComponent : Component [DataField] public ProtoId StaminaAlert = "Stamina"; + + /// + /// This flag indicates whether the value of decreases after the entity exits stamina crit. + /// + [DataField, AutoNetworkedField] + public bool AfterCritical; + + /// + /// This float determines how fast stamina will regenerate after exiting the stamina crit. + /// + [DataField, AutoNetworkedField] + public float AfterCritDecayMultiplier = 5f; + + /// + /// Thresholds that determine an entity's slowdown as a function of stamina damage. + /// + [DataField] + public Dictionary StunModifierThresholds = new() { {0, 1f }, { 60, 0.7f }, { 80, 0.5f } }; } diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/StaminaSystem.cs index 96454d20dd..365b66b106 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/StaminaSystem.cs @@ -7,8 +7,7 @@ using Content.Shared.Damage.Components; using Content.Shared.Damage.Events; using Content.Shared.Database; using Content.Shared.Effects; -using Content.Shared.IdentityManagement; -using Content.Shared.Popups; +using Content.Shared.FixedPoint; using Content.Shared.Projectiles; using Content.Shared.Rejuvenate; using Content.Shared.Rounding; @@ -21,7 +20,6 @@ using Robust.Shared.Audio.Systems; using Robust.Shared.Configuration; using Robust.Shared.Network; using Robust.Shared.Player; -using Robust.Shared.Random; using Robust.Shared.Timing; namespace Content.Shared.Damage.Systems; @@ -114,6 +112,7 @@ public sealed partial class StaminaSystem : EntitySystem } component.StaminaDamage = 0; + AdjustSlowdown(uid); RemComp(uid); SetStaminaAlert(uid, component); Dirty(uid, component); @@ -275,17 +274,16 @@ public sealed partial class StaminaSystem : EntitySystem component.NextUpdate = nextUpdate; } - var slowdownThreshold = component.CritThreshold / 2f; - - // If we go above n% then apply slowdown - if (oldDamage < slowdownThreshold && - component.StaminaDamage > slowdownThreshold) - { - _stunSystem.TrySlowdown(uid, TimeSpan.FromSeconds(3), true, 0.8f, 0.8f); - } + AdjustSlowdown(uid); SetStaminaAlert(uid, component); + // Checking if the stamina damage has decreased to zero after exiting the stamcrit + if (component.AfterCritical && oldDamage > component.StaminaDamage && component.StaminaDamage <= 0f) + { + component.AfterCritical = false; // Since the recovery from the crit has been completed, we are no longer 'after crit' + } + if (!component.Critical) { if (component.StaminaDamage >= component.CritThreshold) @@ -330,9 +328,6 @@ public sealed partial class StaminaSystem : EntitySystem { base.Update(frameTime); - if (!_timing.IsFirstTimePredicted) - return; - var stamQuery = GetEntityQuery(); var query = EntityQueryEnumerator(); var curTime = _timing.CurTime; @@ -353,15 +348,17 @@ public sealed partial class StaminaSystem : EntitySystem if (nextUpdate > curTime) continue; - // We were in crit so come out of it and continue. + // Handle exiting critical condition and restoring stamina damage if (comp.Critical) - { ExitStamCrit(uid, comp); - continue; - } comp.NextUpdate += TimeSpan.FromSeconds(1f); - TakeStaminaDamage(uid, -comp.Decay, comp); + + TakeStaminaDamage( + uid, + comp.AfterCritical ? -comp.Decay * comp.AfterCritDecayMultiplier : -comp.Decay, // Recover faster after crit + comp); + Dirty(uid, comp); } } @@ -398,11 +395,38 @@ public sealed partial class StaminaSystem : EntitySystem } component.Critical = false; - component.StaminaDamage = 0f; + component.AfterCritical = true; // Set to true to indicate that stamina will be restored after exiting stamcrit component.NextUpdate = _timing.CurTime; + SetStaminaAlert(uid, component); - RemComp(uid); Dirty(uid, component); _adminLogger.Add(LogType.Stamina, LogImpact.Low, $"{ToPrettyString(uid):user} recovered from stamina crit"); } + + /// + /// Adjusts the movement speed of an entity based on its current value. + /// If the entity has a , its custom damage-to-speed thresholds are used, + /// otherwise, a default set of thresholds is applied. + /// The method determines the closest applicable damage threshold below the crit limit and applies the corresponding + /// speed modifier using the stun system. If no threshold is met then the entity's speed is restored to normal. + /// + /// Entity to update + private void AdjustSlowdown(Entity ent) + { + if (!Resolve(ent, ref ent.Comp)) + return; + + var closest = FixedPoint2.Zero; + + // Iterate through the dictionary in the similar way as in Damage.SlowOnDamageSystem.OnRefreshMovespeed + foreach (var thres in ent.Comp.StunModifierThresholds) + { + var key = thres.Key.Float(); + + if (ent.Comp.StaminaDamage >= key && key > closest && closest < ent.Comp.CritThreshold) + closest = thres.Key; + } + + _stunSystem.UpdateStunModifiers(ent, ent.Comp.StunModifierThresholds[closest]); + } } diff --git a/Content.Shared/Stunnable/SharedStunSystem.cs b/Content.Shared/Stunnable/SharedStunSystem.cs index 2d6a05540a..17115d4aa6 100644 --- a/Content.Shared/Stunnable/SharedStunSystem.cs +++ b/Content.Shared/Stunnable/SharedStunSystem.cs @@ -5,6 +5,7 @@ using Content.Shared.Interaction.Events; using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Bed.Sleep; +using Content.Shared.Damage.Components; using Content.Shared.Database; using Content.Shared.Hands; using Content.Shared.Mobs; @@ -248,13 +249,63 @@ public abstract class SharedStunSystem : EntitySystem slowed.SprintSpeedModifier *= runSpeedMultiplier; _movementSpeedModifier.RefreshMovementSpeedModifiers(uid); - return true; } return false; } + /// + /// Updates the movement speed modifiers of an entity by applying or removing the . + /// If both walk and run modifiers are approximately 1 (i.e. normal speed) and is 0, + /// or if the both modifiers are 0, the slowdown component is removed to restore normal movement. + /// Otherwise, the slowdown component is created or updated with the provided modifiers, + /// and the movement speed is refreshed accordingly. + /// + /// Entity whose movement speed should be updated. + /// New walk speed modifier. Default is 1f (normal speed). + /// New run (sprint) speed modifier. Default is 1f (normal speed). + public void UpdateStunModifiers(Entity ent, + float walkSpeedModifier = 1f, + float runSpeedModifier = 1f) + { + if (!Resolve(ent, ref ent.Comp)) + return; + + if ( + (MathHelper.CloseTo(walkSpeedModifier, 1f) && MathHelper.CloseTo(runSpeedModifier, 1f) && ent.Comp.StaminaDamage == 0f) || + (walkSpeedModifier == 0f && runSpeedModifier == 0f) + ) + { + RemComp(ent); + return; + } + + EnsureComp(ent, out var comp); + + comp.WalkSpeedModifier = walkSpeedModifier; + + comp.SprintSpeedModifier = runSpeedModifier; + + _movementSpeedModifier.RefreshMovementSpeedModifiers(ent); + + Dirty(ent); + } + + /// + /// A convenience overload of that sets both + /// walk and run speed modifiers to the same value. + /// + /// Entity whose movement speed should be updated. + /// New walk and run speed modifier. Default is 1f (normal speed). + /// + /// Optional of the entity. + /// + public void UpdateStunModifiers(Entity ent, float speedModifier = 1f) + { + UpdateStunModifiers(ent, speedModifier, speedModifier); + } + private void OnInteractHand(EntityUid uid, KnockedDownComponent knocked, InteractHandEvent args) { if (args.Handled || knocked.HelpTimer > 0f) From bc8919c4cf79f16e04937f49b717f63718890e7d Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 May 2025 23:02:24 +0000 Subject: [PATCH 182/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 387dc2f75e..7a413e87ea 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Winkarst-cpu - changes: - - message: Observers now have a personal point light and can toggle it. - type: Add - id: 7900 - time: '2025-02-04T23:26:06.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33607 - author: whatston3 changes: - message: Healing items that reduce bleeding can now be applied to undamaged mobs. @@ -3918,3 +3911,14 @@ id: 8401 time: '2025-05-01T22:07:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36923 +- author: Nikitosych + changes: + - message: Fixed abrupt stamina damage reset and abrupt speed recovery after 3 seconds + (especially noticeable at high damage levels) + type: Fix + - message: Stamina damage no longer instantly resets when exiting critical state; + it now regenerates gradually. + type: Tweak + id: 8402 + time: '2025-05-01T23:01:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36336 From 2ff9c8dfb9243f95be32a1681bc66c662d0416aa Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 1 May 2025 20:21:59 -0400 Subject: [PATCH 183/318] Fix vending machine manager wire error (#37100) Skip updating amounts for removed entries --- Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs index 899a0208cb..41d29e8080 100644 --- a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs +++ b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs @@ -10,6 +10,7 @@ using Robust.Client.UserInterface; using Content.Client.UserInterface.Controls; using Content.Shared.IdentityManagement; using Robust.Client.Graphics; +using Robust.Shared.Utility; namespace Content.Client.VendingMachines.UI { @@ -162,7 +163,9 @@ namespace Content.Client.VendingMachines.UI continue; var dummy = _dummies[proto]; - var amount = cachedInventory.First(o => o.ID == proto).Amount; + if (!cachedInventory.TryFirstOrDefault(o => o.ID == proto, out var entry)) + continue; + var amount = entry.Amount; // Could be better? Problem is all inventory entries get squashed. var text = GetItemText(dummy, amount); From b465ddfee2d28800764f0953ba04e4654f680b49 Mon Sep 17 00:00:00 2001 From: kosticia Date: Fri, 2 May 2025 04:04:41 +0300 Subject: [PATCH 184/318] fix asteroid tiles (#37103) aw --- Resources/Prototypes/Tiles/floors.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 55e4a9a8af..1431fab3c0 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1548,6 +1548,7 @@ id: FloorAsteroidSand parent: FloorAsteroidSandBorderless name: tiles-asteroid-sand + edgeSpritePriority: 1 edgeSprites: SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png @@ -1573,6 +1574,7 @@ id: FloorAsteroidSandDug parent: FloorAsteroidSandDugBorderless name: tiles-asteroid-sand + edgeSpritePriority: 1 edgeSprites: SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png @@ -1613,6 +1615,7 @@ id: FloorAsteroidSandRed parent: FloorAsteroidSandRedBorderless name: tiles-asteroid-sand + edgeSpritePriority: 1 edgeSprites: SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png @@ -1667,6 +1670,7 @@ id: FloorAsteroidIronsand parent: FloorAsteroidIronsandBorderless name: tiles-asteroid-ironsand + edgeSpritePriority: 1 edgeSprites: SouthEast: /Textures/Tiles/Asteroid/iron_single_edge.png NorthEast: /Textures/Tiles/Asteroid/iron_single_edge.png @@ -1692,6 +1696,7 @@ id: FloorAsteroidSandUnvariantized parent: FloorAsteroidSandUnvariantizedBorderless name: tiles-asteroid-sand + edgeSpritePriority: 1 edgeSprites: SouthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png NorthEast: /Textures/Tiles/Asteroid/asteroid_single_edge.png @@ -1717,6 +1722,7 @@ id: FloorAsteroidIronsandUnvariantized parent: FloorAsteroidIronsandUnvariantizedBorderless name: tiles-asteroid-ironsand + edgeSpritePriority: 1 edgeSprites: SouthEast: /Textures/Tiles/Asteroid/iron_single_edge.png NorthEast: /Textures/Tiles/Asteroid/iron_single_edge.png From 64141b974bfccb7be141f75f5b157692e5efb527 Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Thu, 1 May 2025 21:07:15 -0400 Subject: [PATCH 185/318] Pointing arrow smite no longer lasts forever (#37102) fix: pointing arrow smite no longer lasts forever --- Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs b/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs index bdd652f38f..1edcec6677 100644 --- a/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs @@ -32,7 +32,7 @@ namespace Content.Server.Pointing.EntitySystems var angering = _random.Pick(targets); angering.Comp.RemainingAnger -= 1; if (angering.Comp.RemainingAnger <= 0) - RemComp(uid); + RemComp(angering); return angering.Owner; } From 706ebcd2588085515d5a02087a20234e534f7c5d Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 01:08:24 +0000 Subject: [PATCH 186/318] Automatic changelog update --- Resources/Changelog/Admin.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index b4a4420ff7..9dfd1a4ee4 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1132,5 +1132,12 @@ Entries: id: 136 time: '2025-05-01T05:20:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37079 +- author: perryprog + changes: + - message: The pointing arrow smite no longer lasts forever. + type: Fix + id: 137 + time: '2025-05-02T01:07:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37102 Name: Admin Order: 2 From cfa80bc710266ece4ad2ed0526cfcc36010bb46b Mon Sep 17 00:00:00 2001 From: YoungThug Date: Thu, 1 May 2025 18:56:54 -0700 Subject: [PATCH 187/318] Wizard Helmet in the Magic Vend (#37084) Whats the limit for stuff you can put in a commit message lol --- .../Prototypes/Catalog/VendingMachines/Inventories/magivend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/magivend.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/magivend.yml index 821c916353..b4f3bc80df 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/magivend.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/magivend.yml @@ -8,6 +8,7 @@ ClothingOuterWizardRed: 3 ClothingHeadHatVioletwizard: 3 ClothingOuterWizardViolet: 3 + ClothingHeadHelmetWizardHelm: 3 ClothingShoesWizard: 9 #TODO: #only missing staff From c37f06c1a98e56632cc587cdbb54f505821a4f42 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 01:58:01 +0000 Subject: [PATCH 188/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7a413e87ea..ce07deb7e1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: whatston3 - changes: - - message: Healing items that reduce bleeding can now be applied to undamaged mobs. - type: Tweak - id: 7901 - time: '2025-02-05T03:23:31.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33526 - author: DuckManZach changes: - message: Floor pills have some new interesting surprises! @@ -3922,3 +3915,10 @@ id: 8402 time: '2025-05-01T23:01:17.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36336 +- author: YoungThugSS14 + changes: + - message: The Wizard Helmet is now obtainable from the magic vend. + type: Tweak + id: 8403 + time: '2025-05-02T01:56:54.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37084 From bb547eb03bd71558f3b6f617e17602d38006fc22 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 1 May 2025 22:12:02 -0400 Subject: [PATCH 189/318] fix logic gate draw depth (#37053) fix logic gate layering --- Resources/Prototypes/Entities/Structures/gates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/gates.yml b/Resources/Prototypes/Entities/Structures/gates.yml index 3cae4411a6..3479d93fe0 100644 --- a/Resources/Prototypes/Entities/Structures/gates.yml +++ b/Resources/Prototypes/Entities/Structures/gates.yml @@ -5,6 +5,7 @@ description: Something seems to be missing. components: - type: Sprite + drawdepth: ThinPipe sprite: Objects/Devices/gates.rsi layers: - state: base From 1fbc84512643f05e2c0032f4659a6204839e51a2 Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Thu, 1 May 2025 21:09:23 -0700 Subject: [PATCH 190/318] Species are now picked at random in the developer environment! (#37057) * Various changes to random species in dev * This should be split --- .../Station/Systems/StationSpawningSystem.cs | 25 +++++++++++++++++-- Content.Shared/CCVar/CCVars.Ic.cs | 1 + .../ConfigPresets/Build/development.toml | 4 +++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/Content.Server/Station/Systems/StationSpawningSystem.cs b/Content.Server/Station/Systems/StationSpawningSystem.cs index 70176ea071..16400039b9 100644 --- a/Content.Server/Station/Systems/StationSpawningSystem.cs +++ b/Content.Server/Station/Systems/StationSpawningSystem.cs @@ -140,8 +140,29 @@ public sealed class StationSpawningSystem : SharedStationSpawningSystem if (_randomizeCharacters) { var weightId = _configurationManager.GetCVar(CCVars.ICRandomSpeciesWeights); - var weights = _prototypeManager.Index(weightId); - speciesId = weights.Pick(_random); + + // If blank, choose a round start species. + if (string.IsNullOrEmpty(weightId)) + { + var roundStart = new List>(); + + var speciesPrototypes = _prototypeManager.EnumeratePrototypes(); + foreach (var proto in speciesPrototypes) + { + if (proto.RoundStart) + roundStart.Add(proto.ID); + } + + if (roundStart.Count == 0) + speciesId = SharedHumanoidAppearanceSystem.DefaultSpecies; + else + speciesId = _random.Pick(roundStart); + } + else + { + var weights = _prototypeManager.Index(weightId); + speciesId = weights.Pick(_random); + } } else if (profile != null) { diff --git a/Content.Shared/CCVar/CCVars.Ic.cs b/Content.Shared/CCVar/CCVars.Ic.cs index 54ab69b3fa..b835a8f20e 100644 --- a/Content.Shared/CCVar/CCVars.Ic.cs +++ b/Content.Shared/CCVar/CCVars.Ic.cs @@ -36,6 +36,7 @@ public sealed partial class CCVars /// /// A weighted random prototype used to determine the species selected for random characters. + /// If blank, will use a round start species picked at random. /// public static readonly CVarDef ICRandomSpeciesWeights = CVarDef.Create("ic.random_species_weights", "SpeciesWeights", CVar.SERVER); diff --git a/Resources/ConfigPresets/Build/development.toml b/Resources/ConfigPresets/Build/development.toml index 4465ea8ee0..710885a8b4 100644 --- a/Resources/ConfigPresets/Build/development.toml +++ b/Resources/ConfigPresets/Build/development.toml @@ -37,3 +37,7 @@ preload_grids = false [admin] see_own_notes = true + +[ic] +random_characters = true +random_species_weights = "" From 36030ef154272c53790bf0043cda8279a7912157 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Date: Fri, 2 May 2025 01:18:08 -0700 Subject: [PATCH 191/318] Mob Movement Major Refactor (#36847) * Conveyor optimisations - Optimise movement for moving stuff. Better flags + less resolves + slapped parallelrobustjob on it. - Sleeping for entities getting conveyed into walls. * Blocker version * Finish * Final * Fix conveyor power mispredict * Bagel save * Revert "Bagel save" This reverts commit 1b93fda81fb852d89b89b0beae0b80f8a61165f2. * Conveyor resave * Init Commit * windows yelling at me to update commit * working commit, need prediciton and more dehardcoding * Project 0 warnings * Working Commit (Near Final) * ryder got confused commit * I love Merge Conflicts :) * Working commit, no prediction * Forgot the yaml changes * Comments and typos * Apparently while the reduced launch mult of lube was initialized it was never used so I revered back to default * Fixed an incorrect divisor * bit of cleanup * Prediciton fixed, and puddles now affect all entities * FORGOT TO RENAME A VERY IMPORTANT VARIABLE OOPS * Really big I forgor moment * Even bigger I forgor moment * four more merge conflicts to fix four more oopsies * fixed actual divide by zero moment and also im very dumb * Even bigger I forgor moment * four more merge conflicts to fix four more oopsies * fixed actual divide by zero moment and also im very dumb * Fix all test fails * code cleanup * Webedit whitespace * Code cleaup * whitespace webedit * whitespace webedit * whitespace webedit * whitespace removal * Comments and cleanup * Re-Added 20 warnings as per Ork's request * Cleanups * Spacing fix * bugfixes and cleanup * Small bugfix * Fix prediction * Mob movement rewrite * Bandaid * Working version * Tentatively working * Friction to fix cornering * More fixes * Refactor mob movement Trying to cleanup relay ordering / tryupdaterelative being cooked, purge ToParent, and fix all the eye rotation shenanigans. * Building * Re-implement jetpacks * Reorganise weightless movement * More work * Fix camera * reh * Revert bagel * Revert this * Revert held move buttons * Puddles work but are unpredicted and unoptimized * Fixes * Puddle code... * Actually dirty the slipComp for real * Sliding component done plus an extra suggestion from ArtisticRoomba * Atomized Commit * Added Friction field to Reagent Prototype per design discussion * Cleaned up Working Commit * a * Delete stinkers * Fix this code smell * Reviewed * Funky re-save * Our conveyance * Better conveyor sleeping * Remove this * Revert "Better conveyor sleeping" This reverts commit f5281f64bbae95b7b9feb56295c5cf931f9fb2e1. * Revert that Way too janky * Also this * a * Working Commit - Still a lot to do * Acceleration refactor * Minor jetpack cleanup * frictionnomovement no longer nullable * Shared Mover Feels 99% done * OffGrid/Weightless/Throwing Friction saved * Fix merge conflicts * Fix a debug assert * Final Commit for today * Some fixes * Actually use those CCVars Properly * Need to fix throwing * Second to last Commit for real * Jetpack bug fixed * Jetpack bug fixed * Test fail patch * Small patch * Skates Component cleanup + Bring Accel back to 5 (oops) * Fix test fail oops * yaml cleanup make dragons not fat --------- Co-authored-by: metalgearsloth Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- Content.Client/Eye/EyeLerpingSystem.cs | 2 +- Content.Client/NPC/NPCSteeringSystem.cs | 1 + .../Physics/Controllers/MoverController.cs | 34 +- .../Fluids/EntitySystems/PuddleSystem.cs | 9 +- .../Physics/Controllers/MoverController.cs | 61 ++-- Content.Shared/CCVar/CCVars.Physics.cs | 11 +- .../Chemistry/Reagent/ReagentPrototype.cs | 1 - .../Clothing/Components/SkatesComponent.cs | 22 +- .../Clothing/EntitySystems/SkatesSystem.cs | 29 +- .../Systems/DamageOnHighSpeedImpactSystem.cs | 1 + .../Friction/TileFrictionController.cs | 137 +++------ .../Inventory/InventorySystem.Relay.cs | 1 + Content.Shared/Maps/ContentTileDefinition.cs | 11 +- .../Components/FrictionContactsComponent.cs | 6 +- .../Components/InputMoverComponent.cs | 6 - .../Movement/Components/JetpackComponent.cs | 5 +- .../Components/JetpackUserComponent.cs | 14 +- ... => MovementModifiedByContactComponent.cs} | 5 + .../MovementRelayTargetComponent.cs | 2 +- .../MovementSpeedModifierComponent.cs | 155 +++++++--- .../Components/RelayInputMoverComponent.cs | 2 +- .../Systems/FrictionContactsSystem.cs | 130 +++++--- .../Systems/MovementSpeedModifierSystem.cs | 165 +++++++++- .../Movement/Systems/SharedJetpackSystem.cs | 73 ++--- .../Systems/SharedMoverController.Input.cs | 39 ++- .../Movement/Systems/SharedMoverController.cs | 290 +++++++++++------- .../Systems/SpeedModifierContactsSystem.cs | 24 +- Content.Shared/Slippery/SlipperySystem.cs | 1 + Content.Shared/Stunnable/SharedStunSystem.cs | 2 +- Content.Shared/Throwing/ThrowingSystem.cs | 7 +- .../Prototypes/Entities/Effects/puddle.yml | 2 - .../Prototypes/Entities/Mobs/NPCs/animals.yml | 2 +- .../Entities/Mobs/NPCs/behonker.yml | 2 +- .../Entities/Mobs/NPCs/flying_animals.yml | 1 + .../Entities/Mobs/Player/dragon.yml | 2 +- .../Prototypes/Entities/Mobs/Species/moth.yml | 6 +- .../Entities/Objects/Fun/immovable_rod.yml | 12 +- .../Entities/Objects/Misc/ice_crust.yml | 2 + .../Entities/Objects/Tools/jetpacks.yml | 7 - Resources/Prototypes/Tiles/floors.yml | 23 +- Resources/Prototypes/Tiles/planet.yml | 4 +- Resources/Prototypes/Tiles/plating.yml | 14 +- 42 files changed, 799 insertions(+), 524 deletions(-) rename Content.Shared/Movement/Components/{SpeedModifiedByContactComponent.cs => MovementModifiedByContactComponent.cs} (72%) diff --git a/Content.Client/Eye/EyeLerpingSystem.cs b/Content.Client/Eye/EyeLerpingSystem.cs index ac32299dca..c0a7c01696 100644 --- a/Content.Client/Eye/EyeLerpingSystem.cs +++ b/Content.Client/Eye/EyeLerpingSystem.cs @@ -34,7 +34,7 @@ public sealed class EyeLerpingSystem : EntitySystem SubscribeLocalEvent(OnDetached); UpdatesAfter.Add(typeof(TransformSystem)); - UpdatesAfter.Add(typeof(PhysicsSystem)); + UpdatesAfter.Add(typeof(Robust.Client.Physics.PhysicsSystem)); UpdatesBefore.Add(typeof(SharedEyeSystem)); UpdatesOutsidePrediction = true; } diff --git a/Content.Client/NPC/NPCSteeringSystem.cs b/Content.Client/NPC/NPCSteeringSystem.cs index eda3d74cf7..9ca3ec1a7e 100644 --- a/Content.Client/NPC/NPCSteeringSystem.cs +++ b/Content.Client/NPC/NPCSteeringSystem.cs @@ -1,5 +1,6 @@ using System.Numerics; using Content.Client.Physics.Controllers; +using Content.Client.PhysicsSystem.Controllers; using Content.Shared.Movement.Components; using Content.Shared.NPC; using Content.Shared.NPC.Events; diff --git a/Content.Client/Physics/Controllers/MoverController.cs b/Content.Client/Physics/Controllers/MoverController.cs index 37e3d83ddb..ca04c93e74 100644 --- a/Content.Client/Physics/Controllers/MoverController.cs +++ b/Content.Client/Physics/Controllers/MoverController.cs @@ -3,15 +3,13 @@ using Content.Shared.CCVar; using Content.Shared.Movement.Components; using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; -using Robust.Client.GameObjects; using Robust.Client.Physics; using Robust.Client.Player; using Robust.Shared.Configuration; -using Robust.Shared.Physics.Components; using Robust.Shared.Player; using Robust.Shared.Timing; -namespace Content.Client.Physics.Controllers; +namespace Content.Client.PhysicsSystem.Controllers; public sealed class MoverController : SharedMoverController { @@ -101,39 +99,13 @@ public sealed class MoverController : SharedMoverController private void HandleClientsideMovement(EntityUid player, float frameTime) { - if (!MoverQuery.TryGetComponent(player, out var mover) || - !XformQuery.TryGetComponent(player, out var xform)) - { - return; - } - - var physicsUid = player; - PhysicsComponent? body; - var xformMover = xform; - - if (mover.ToParent && RelayQuery.HasComponent(xform.ParentUid)) - { - if (!PhysicsQuery.TryGetComponent(xform.ParentUid, out body) || - !XformQuery.TryGetComponent(xform.ParentUid, out xformMover)) - { - return; - } - - physicsUid = xform.ParentUid; - } - else if (!PhysicsQuery.TryGetComponent(player, out body)) + if (!MoverQuery.TryGetComponent(player, out var mover)) { return; } // Server-side should just be handled on its own so we'll just do this shizznit - HandleMobMovement( - player, - mover, - physicsUid, - body, - xformMover, - frameTime); + HandleMobMovement((player, mover), frameTime); } protected override bool CanSound() diff --git a/Content.Server/Fluids/EntitySystems/PuddleSystem.cs b/Content.Server/Fluids/EntitySystems/PuddleSystem.cs index 8b66853210..94951b0113 100644 --- a/Content.Server/Fluids/EntitySystems/PuddleSystem.cs +++ b/Content.Server/Fluids/EntitySystems/PuddleSystem.cs @@ -386,6 +386,9 @@ public sealed partial class PuddleSystem : SharedPuddleSystem if (!TryComp(entity, out var comp)) return; + // Ensure we actually have the component + EnsureComp(entity); + // This is the base amount of reagent needed before a puddle can be considered slippery. Is defined based on // the sprite threshold for a puddle larger than 5 pixels. var smallPuddleThreshold = FixedPoint2.New(entity.Comp.OverflowVolume.Float() * LowThreshold); @@ -409,7 +412,7 @@ public sealed partial class PuddleSystem : SharedPuddleSystem if (solution.Volume <= smallPuddleThreshold) { _stepTrigger.SetActive(entity, false, comp); - _tile.SetModifier(entity, TileFrictionController.DefaultFriction); + _tile.SetModifier(entity, 1f); return; } @@ -461,7 +464,7 @@ public sealed partial class PuddleSystem : SharedPuddleSystem // Lower tile friction based on how slippery it is, lets items slide across a puddle of lube slipComp.SlipData.SlipFriction = (float)(puddleFriction/solution.Volume); - _tile.SetModifier(entity, TileFrictionController.DefaultFriction * slipComp.SlipData.SlipFriction); + _tile.SetModifier(entity, slipComp.SlipData.SlipFriction); Dirty(entity, slipComp); } @@ -479,7 +482,7 @@ public sealed partial class PuddleSystem : SharedPuddleSystem { var comp = EnsureComp(uid); var speed = 1 - maxViscosity; - _speedModContacts.ChangeModifiers(uid, speed, comp); + _speedModContacts.ChangeSpeedModifiers(uid, speed, comp); } else { diff --git a/Content.Server/Physics/Controllers/MoverController.cs b/Content.Server/Physics/Controllers/MoverController.cs index d0605e916e..26684b8882 100644 --- a/Content.Server/Physics/Controllers/MoverController.cs +++ b/Content.Server/Physics/Controllers/MoverController.cs @@ -57,48 +57,43 @@ public sealed class MoverController : SharedMoverController return true; } + private HashSet _moverAdded = new(); + private List> _movers = new(); + + private void InsertMover(Entity source) + { + if (TryComp(source, out MovementRelayTargetComponent? relay)) + { + if (TryComp(relay.Source, out InputMoverComponent? relayMover)) + { + InsertMover((relay.Source, relayMover)); + } + } + + // Already added + if (!_moverAdded.Add(source.Owner)) + return; + + _movers.Add(source); + } + public override void UpdateBeforeSolve(bool prediction, float frameTime) { base.UpdateBeforeSolve(prediction, frameTime); + _moverAdded.Clear(); + _movers.Clear(); var inputQueryEnumerator = AllEntityQuery(); + // Need to order mob movement so that movers don't run before their relays. while (inputQueryEnumerator.MoveNext(out var uid, out var mover)) { - var physicsUid = uid; + InsertMover((uid, mover)); + } - if (RelayQuery.HasComponent(uid)) - continue; - - if (!XformQuery.TryGetComponent(uid, out var xform)) - { - continue; - } - - PhysicsComponent? body; - var xformMover = xform; - - if (mover.ToParent && RelayQuery.HasComponent(xform.ParentUid)) - { - if (!PhysicsQuery.TryGetComponent(xform.ParentUid, out body) || - !XformQuery.TryGetComponent(xform.ParentUid, out xformMover)) - { - continue; - } - - physicsUid = xform.ParentUid; - } - else if (!PhysicsQuery.TryGetComponent(uid, out body)) - { - continue; - } - - HandleMobMovement(uid, - mover, - physicsUid, - body, - xformMover, - frameTime); + foreach (var mover in _movers) + { + HandleMobMovement(mover, frameTime); } HandleShuttleMovement(frameTime); diff --git a/Content.Shared/CCVar/CCVars.Physics.cs b/Content.Shared/CCVar/CCVars.Physics.cs index 32f81f023d..88aa479ec1 100644 --- a/Content.Shared/CCVar/CCVars.Physics.cs +++ b/Content.Shared/CCVar/CCVars.Physics.cs @@ -10,8 +10,17 @@ public sealed partial class CCVars public static readonly CVarDef RelativeMovement = CVarDef.Create("physics.relative_movement", true, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + public static readonly CVarDef MinFriction = + CVarDef.Create("physics.min_friction", 0.0f, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + + public static readonly CVarDef AirFriction = + CVarDef.Create("physics.air_friction", 0.2f, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + + public static readonly CVarDef OffgridFriction = + CVarDef.Create("physics.offgrid_friction", 0.05f, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + public static readonly CVarDef TileFrictionModifier = - CVarDef.Create("physics.tile_friction", 40.0f, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + CVarDef.Create("physics.tile_friction", 8.0f, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); public static readonly CVarDef StopSpeed = CVarDef.Create("physics.stop_speed", 0.1f, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); diff --git a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs index b4fed5fc03..72fc768bc1 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs @@ -100,7 +100,6 @@ namespace Content.Shared.Chemistry.Reagent [DataField] public bool MetamorphicChangeColor { get; private set; } = true; - /// /// If not null, makes something slippery. Also defines slippery interactions like stun time and launch mult. /// diff --git a/Content.Shared/Clothing/Components/SkatesComponent.cs b/Content.Shared/Clothing/Components/SkatesComponent.cs index 04b4c722ec..50ddc2fa58 100644 --- a/Content.Shared/Clothing/Components/SkatesComponent.cs +++ b/Content.Shared/Clothing/Components/SkatesComponent.cs @@ -1,7 +1,7 @@ using Robust.Shared.GameStates; using Content.Shared.Clothing.EntitySystems; -namespace Content.Shared.Clothing; +namespace Content.Shared.Clothing.Components; [RegisterComponent] [NetworkedComponent] @@ -11,44 +11,44 @@ public sealed partial class SkatesComponent : Component /// /// the levels of friction the wearer is subected to, higher the number the more friction. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public float Friction = 2.5f; + [DataField] + public float Friction = 0.125f; /// /// Determines the turning ability of the wearer, Higher the number the less control of their turning ability. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public float? FrictionNoInput = 2.5f; + [DataField] + public float FrictionNoInput = 0.125f; /// /// Sets the speed in which the wearer accelerates to full speed, higher the number the quicker the acceleration. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public float Acceleration = 5f; + [DataField] + public float Acceleration = 0.25f; /// /// The minimum speed the wearer needs to be traveling to take damage from collision. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField] public float MinimumSpeed = 3f; /// /// The length of time the wearer is stunned for on collision. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField] public float StunSeconds = 3f; /// /// The time duration before another collision can take place. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField] public float DamageCooldown = 2f; /// /// The damage per increment of speed on collision. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField] public float SpeedDamage = 1f; diff --git a/Content.Shared/Clothing/EntitySystems/SkatesSystem.cs b/Content.Shared/Clothing/EntitySystems/SkatesSystem.cs index bbb640bd98..2158bce163 100644 --- a/Content.Shared/Clothing/EntitySystems/SkatesSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/SkatesSystem.cs @@ -1,9 +1,9 @@ -using Content.Shared.Inventory.Events; using Content.Shared.Movement.Systems; using Content.Shared.Damage.Systems; -using Content.Shared.Movement.Components; +using Content.Shared.Inventory; +using Content.Shared.Clothing.Components; -namespace Content.Shared.Clothing; +namespace Content.Shared.Clothing.EntitySystems; /// /// Changes the friction and acceleration of the wearer and also the damage on impact variables of thew wearer when hitting a static object. @@ -19,26 +19,31 @@ public sealed class SkatesSystem : EntitySystem SubscribeLocalEvent(OnGotEquipped); SubscribeLocalEvent(OnGotUnequipped); + SubscribeLocalEvent>(OnRefreshFrictionModifiers); } /// /// When item is unequipped from the shoe slot, friction, aceleration and collide on impact return to default settings. /// - public void OnGotUnequipped(EntityUid uid, SkatesComponent component, ClothingGotUnequippedEvent args) + private void OnGotUnequipped(Entity entity, ref ClothingGotUnequippedEvent args) { - if (!TryComp(args.Wearer, out MovementSpeedModifierComponent? speedModifier)) - return; - - _move.ChangeFriction(args.Wearer, MovementSpeedModifierComponent.DefaultFriction, MovementSpeedModifierComponent.DefaultFrictionNoInput, MovementSpeedModifierComponent.DefaultAcceleration, speedModifier); - _impact.ChangeCollide(args.Wearer, component.DefaultMinimumSpeed, component.DefaultStunSeconds, component.DefaultDamageCooldown, component.DefaultSpeedDamage); + _move.RefreshFrictionModifiers(args.Wearer); + _impact.ChangeCollide(args.Wearer, entity.Comp.DefaultMinimumSpeed, entity.Comp.DefaultStunSeconds, entity.Comp.DefaultDamageCooldown, entity.Comp.DefaultSpeedDamage); } /// /// When item is equipped into the shoe slot, friction, acceleration and collide on impact are adjusted. /// - private void OnGotEquipped(EntityUid uid, SkatesComponent component, ClothingGotEquippedEvent args) + private void OnGotEquipped(Entity entity, ref ClothingGotEquippedEvent args) { - _move.ChangeFriction(args.Wearer, component.Friction, component.FrictionNoInput, component.Acceleration); - _impact.ChangeCollide(args.Wearer, component.MinimumSpeed, component.StunSeconds, component.DamageCooldown, component.SpeedDamage); + _move.RefreshFrictionModifiers(args.Wearer); + _impact.ChangeCollide(args.Wearer, entity.Comp.MinimumSpeed, entity.Comp.StunSeconds, entity.Comp.DamageCooldown, entity.Comp.SpeedDamage); + } + + private void OnRefreshFrictionModifiers(Entity ent, + ref InventoryRelayedEvent args) + { + args.Args.ModifyFriction(ent.Comp.Friction, ent.Comp.FrictionNoInput); + args.Args.ModifyAcceleration(ent.Comp.Acceleration); } } diff --git a/Content.Shared/Damage/Systems/DamageOnHighSpeedImpactSystem.cs b/Content.Shared/Damage/Systems/DamageOnHighSpeedImpactSystem.cs index 6768048def..c35e95ecb8 100644 --- a/Content.Shared/Damage/Systems/DamageOnHighSpeedImpactSystem.cs +++ b/Content.Shared/Damage/Systems/DamageOnHighSpeedImpactSystem.cs @@ -33,6 +33,7 @@ public sealed class DamageOnHighSpeedImpactSystem : EntitySystem if (!EntityManager.HasComponent(uid)) return; + //TODO: This should solve after physics solves var speed = args.OurBody.LinearVelocity.Length(); if (speed < component.MinimumSpeed) diff --git a/Content.Shared/Friction/TileFrictionController.cs b/Content.Shared/Friction/TileFrictionController.cs index eb109caa42..1ebf2478f9 100644 --- a/Content.Shared/Friction/TileFrictionController.cs +++ b/Content.Shared/Friction/TileFrictionController.cs @@ -1,6 +1,7 @@ using System.Numerics; using Content.Shared.CCVar; using Content.Shared.Gravity; +using Content.Shared.Interaction.Events; using Content.Shared.Movement.Events; using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; @@ -8,6 +9,7 @@ using JetBrains.Annotations; using Robust.Shared.Configuration; using Robust.Shared.Map; using Robust.Shared.Map.Components; +using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Controllers; using Robust.Shared.Physics.Dynamics; @@ -21,7 +23,6 @@ namespace Content.Shared.Friction [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly SharedGravitySystem _gravity = default!; [Dependency] private readonly SharedMoverController _mover = default!; - [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SharedMapSystem _map = default!; private EntityQuery _frictionQuery; @@ -30,16 +31,19 @@ namespace Content.Shared.Friction private EntityQuery _pullableQuery; private EntityQuery _gridQuery; - private float _stopSpeed; private float _frictionModifier; - public const float DefaultFriction = 0.3f; + private float _minDamping; + private float _airDamping; + private float _offGridDamping; public override void Initialize() { base.Initialize(); Subs.CVar(_configManager, CCVars.TileFrictionModifier, value => _frictionModifier = value, true); - Subs.CVar(_configManager, CCVars.StopSpeed, value => _stopSpeed = value, true); + Subs.CVar(_configManager, CCVars.MinFriction, value => _minDamping = value, true); + Subs.CVar(_configManager, CCVars.AirFriction, value => _airDamping = value, true); + Subs.CVar(_configManager, CCVars.OffgridFriction, value => _offGridDamping = value, true); _frictionQuery = GetEntityQuery(); _xformQuery = GetEntityQuery(); _pullerQuery = GetEntityQuery(); @@ -56,12 +60,9 @@ namespace Content.Shared.Friction var uid = body.Owner; // Only apply friction when it's not a mob (or the mob doesn't have control) - if (prediction && !body.Predict || - body.BodyStatus == BodyStatus.InAir || - _mover.UseMobMovement(uid)) - { + // We may want to instead only apply friction to dynamic entities and not mobs ever. + if (prediction && !body.Predict || _mover.UseMobMovement(uid)) continue; - } if (body.LinearVelocity.Equals(Vector2.Zero) && body.AngularVelocity.Equals(0f)) continue; @@ -72,7 +73,15 @@ namespace Content.Shared.Friction continue; } - var surfaceFriction = GetTileFriction(uid, body, xform); + float friction; + + // If we're not touching the ground, don't use tileFriction. + // TODO: Make IsWeightless event-based; we already have grid traversals tracked so just raise events + if (body.BodyStatus == BodyStatus.InAir || _gravity.IsWeightless(uid, body, xform) || !xform.Coordinates.IsValid(EntityManager)) + friction = xform.GridUid == null || !_gridQuery.HasComp(xform.GridUid) ? _offGridDamping : _airDamping; + else + friction = _frictionModifier * GetTileFriction(uid, body, xform); + var bodyModifier = 1f; if (_frictionQuery.TryGetComponent(uid, out var frictionComp)) @@ -94,96 +103,39 @@ namespace Content.Shared.Friction bodyModifier *= 0.2f; } - var friction = _frictionModifier * surfaceFriction * bodyModifier; + friction *= bodyModifier; - ReduceLinearVelocity(uid, prediction, body, friction, frameTime); - ReduceAngularVelocity(uid, prediction, body, friction, frameTime); + friction = Math.Max(_minDamping, friction); + + PhysicsSystem.SetLinearDamping(uid, body, friction); + PhysicsSystem.SetAngularDamping(uid, body, friction); + + if (body.BodyType != BodyType.KinematicController) + return; + + // Physics engine doesn't apply damping to Kinematic Controllers so we have to do it here. + // BEWARE YE TRAVELLER: + // You may think you can just pass the body.LinearVelocity to the Friction function and edit it there! + // But doing so is unpredicted! And you will doom yourself to 1000 years of rubber banding! + var velocity = body.LinearVelocity; + _mover.Friction(0f, frameTime, friction, ref velocity); + PhysicsSystem.SetLinearVelocity(uid, velocity, body: body); } } - private void ReduceLinearVelocity(EntityUid uid, bool prediction, PhysicsComponent body, float friction, float frameTime) - { - var speed = body.LinearVelocity.Length(); - - if (speed <= 0.0f) - return; - - // This is the *actual* amount that speed will drop by, we just do some multiplication around it to be easier. - var drop = 0.0f; - float control; - - if (friction > 0.0f) - { - // TBH I can't really tell if this makes a difference. - if (!prediction) - { - control = speed < _stopSpeed ? _stopSpeed : speed; - } - else - { - control = speed; - } - - drop += control * friction * frameTime; - } - - var newSpeed = MathF.Max(0.0f, speed - drop); - - newSpeed /= speed; - _physics.SetLinearVelocity(uid, body.LinearVelocity * newSpeed, body: body); - } - - private void ReduceAngularVelocity(EntityUid uid, bool prediction, PhysicsComponent body, float friction, float frameTime) - { - var speed = MathF.Abs(body.AngularVelocity); - - if (speed <= 0.0f) - return; - - // This is the *actual* amount that speed will drop by, we just do some multiplication around it to be easier. - var drop = 0.0f; - float control; - - if (friction > 0.0f) - { - // TBH I can't really tell if this makes a difference. - if (!prediction) - { - control = speed < _stopSpeed ? _stopSpeed : speed; - } - else - { - control = speed; - } - - drop += control * friction * frameTime; - } - - var newSpeed = MathF.Max(0.0f, speed - drop); - - newSpeed /= speed; - _physics.SetAngularVelocity(uid, body.AngularVelocity * newSpeed, body: body); - } - [Pure] private float GetTileFriction( EntityUid uid, PhysicsComponent body, TransformComponent xform) { - // TODO: Make IsWeightless event-based; we already have grid traversals tracked so just raise events - if (_gravity.IsWeightless(uid, body, xform)) - return 0.0f; - - if (!xform.Coordinates.IsValid(EntityManager)) - return 0.0f; - - // If not on a grid then return the map's friction. + var tileModifier = 1f; + // If not on a grid and not in the air then return the map's friction. if (!_gridQuery.TryGetComponent(xform.GridUid, out var grid)) { return _frictionQuery.TryGetComponent(xform.MapUid, out var friction) ? friction.Modifier - : DefaultFriction; + : tileModifier; } var tile = _map.GetTileRef(xform.GridUid.Value, grid, xform.Coordinates); @@ -192,21 +144,18 @@ namespace Content.Shared.Friction if (tile.Tile.IsEmpty && HasComp(xform.GridUid) && (!TryComp(xform.GridUid, out var gravity) || gravity.Enabled)) - { - return DefaultFriction; - } - - // If there's an anchored ent that modifies friction then fallback to that instead. - var anc = grid.GetAnchoredEntitiesEnumerator(tile.GridIndices); + return tileModifier; + // Check for anchored ents that modify friction + var anc = _map.GetAnchoredEntitiesEnumerator(xform.GridUid.Value, grid, tile.GridIndices); while (anc.MoveNext(out var tileEnt)) { if (_frictionQuery.TryGetComponent(tileEnt, out var friction)) - return friction.Modifier; + tileModifier *= friction.Modifier; } var tileDef = _tileDefinitionManager[tile.Tile.TypeId]; - return tileDef.Friction; + return tileDef.Friction * tileModifier; } public void SetModifier(EntityUid entityUid, float value, TileFrictionModifierComponent? friction = null) diff --git a/Content.Shared/Inventory/InventorySystem.Relay.cs b/Content.Shared/Inventory/InventorySystem.Relay.cs index 68d067efc9..1ab9478a8d 100644 --- a/Content.Shared/Inventory/InventorySystem.Relay.cs +++ b/Content.Shared/Inventory/InventorySystem.Relay.cs @@ -50,6 +50,7 @@ public partial class InventorySystem SubscribeLocalEvent(RelayInventoryEvent); // by-ref events + SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); SubscribeLocalEvent(RefRelayInventoryEvent); diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index de5d684c25..f1b67fc6c8 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -62,7 +62,10 @@ namespace Content.Shared.Maps /// [DataField("barestepSounds")] public SoundSpecifier? BarestepSounds { get; private set; } = new SoundCollectionSpecifier("BarestepHard"); - [DataField("friction")] public float Friction { get; set; } = 0.2f; + /// + /// Base friction modifier for this tile. + /// + [DataField("friction")] public float Friction { get; set; } = 1f; [DataField("variants")] public byte Variants { get; set; } = 1; @@ -91,12 +94,6 @@ namespace Content.Shared.Maps [DataField("mobFriction")] public float? MobFriction { get; private set; } - /// - /// No-input friction override for mob mover in - /// - [DataField("mobFrictionNoInput")] - public float? MobFrictionNoInput { get; private set; } - /// /// Accel override for mob mover in /// diff --git a/Content.Shared/Movement/Components/FrictionContactsComponent.cs b/Content.Shared/Movement/Components/FrictionContactsComponent.cs index 693ada49f7..204e35a348 100644 --- a/Content.Shared/Movement/Components/FrictionContactsComponent.cs +++ b/Content.Shared/Movement/Components/FrictionContactsComponent.cs @@ -13,19 +13,19 @@ public sealed partial class FrictionContactsComponent : Component /// [DataField, ViewVariables(VVAccess.ReadWrite)] [AutoNetworkedField] - public float MobFriction = 0.5f; + public float MobFriction = 0.05f; /// /// Modified mob friction without input while on FrictionContactsComponent /// [AutoNetworkedField] [DataField, ViewVariables(VVAccess.ReadWrite)] - public float MobFrictionNoInput = 0.05f; + public float? MobFrictionNoInput = 0.05f; /// /// Modified mob acceleration while on FrictionContactsComponent /// [AutoNetworkedField] [DataField, ViewVariables(VVAccess.ReadWrite)] - public float MobAcceleration = 2.0f; + public float MobAcceleration = 0.1f; } diff --git a/Content.Shared/Movement/Components/InputMoverComponent.cs b/Content.Shared/Movement/Components/InputMoverComponent.cs index 7c3b8b431a..f03619ccc6 100644 --- a/Content.Shared/Movement/Components/InputMoverComponent.cs +++ b/Content.Shared/Movement/Components/InputMoverComponent.cs @@ -29,12 +29,6 @@ namespace Content.Shared.Movement.Components // (well maybe we do but the code is designed such that MoverSystem applies movement speed) // (and I'm not changing that) - /// - /// Should our velocity be applied to our parent? - /// - [DataField] - public bool ToParent = false; - public GameTick LastInputTick; public ushort LastInputSubTick; diff --git a/Content.Shared/Movement/Components/JetpackComponent.cs b/Content.Shared/Movement/Components/JetpackComponent.cs index 336f4a353c..a84de7f196 100644 --- a/Content.Shared/Movement/Components/JetpackComponent.cs +++ b/Content.Shared/Movement/Components/JetpackComponent.cs @@ -7,6 +7,9 @@ namespace Content.Shared.Movement.Components; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class JetpackComponent : Component { + [DataField, AutoNetworkedField] + public EntityUid? JetpackUser; + [ViewVariables(VVAccess.ReadWrite), DataField("moleUsage")] public float MoleUsage = 0.012f; @@ -18,7 +21,7 @@ public sealed partial class JetpackComponent : Component public float Acceleration = 1f; [ViewVariables(VVAccess.ReadWrite), DataField("friction")] - public float Friction = 0.3f; + public float Friction = 0.25f; // same as off-grid friction [ViewVariables(VVAccess.ReadWrite), DataField("weightlessModifier")] public float WeightlessModifier = 1.2f; diff --git a/Content.Shared/Movement/Components/JetpackUserComponent.cs b/Content.Shared/Movement/Components/JetpackUserComponent.cs index 972f8c69c6..ac8f3e78b7 100644 --- a/Content.Shared/Movement/Components/JetpackUserComponent.cs +++ b/Content.Shared/Movement/Components/JetpackUserComponent.cs @@ -8,6 +8,18 @@ namespace Content.Shared.Movement.Components; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class JetpackUserComponent : Component { - [AutoNetworkedField] + [DataField, AutoNetworkedField] public EntityUid Jetpack; + + [DataField, AutoNetworkedField] + public float WeightlessAcceleration; + + [DataField, AutoNetworkedField] + public float WeightlessFriction; + + [DataField, AutoNetworkedField] + public float WeightlessFrictionNoInput; + + [DataField, AutoNetworkedField] + public float WeightlessModifier; } diff --git a/Content.Shared/Movement/Components/SpeedModifiedByContactComponent.cs b/Content.Shared/Movement/Components/MovementModifiedByContactComponent.cs similarity index 72% rename from Content.Shared/Movement/Components/SpeedModifiedByContactComponent.cs rename to Content.Shared/Movement/Components/MovementModifiedByContactComponent.cs index 4f791e13ca..1a809ecd2a 100644 --- a/Content.Shared/Movement/Components/SpeedModifiedByContactComponent.cs +++ b/Content.Shared/Movement/Components/MovementModifiedByContactComponent.cs @@ -10,3 +10,8 @@ namespace Content.Shared.Movement.Components; public sealed partial class SpeedModifiedByContactComponent : Component { } + +[NetworkedComponent, RegisterComponent] // ditto but for friction +public sealed partial class FrictionModifiedByContactComponent : Component +{ +} diff --git a/Content.Shared/Movement/Components/MovementRelayTargetComponent.cs b/Content.Shared/Movement/Components/MovementRelayTargetComponent.cs index dbe5d23f1c..d6093203a2 100644 --- a/Content.Shared/Movement/Components/MovementRelayTargetComponent.cs +++ b/Content.Shared/Movement/Components/MovementRelayTargetComponent.cs @@ -10,6 +10,6 @@ public sealed partial class MovementRelayTargetComponent : Component /// /// The entity that is relaying to this entity. /// - [ViewVariables, AutoNetworkedField] + [DataField, AutoNetworkedField] public EntityUid Source; } diff --git a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs index 6a39aa44b6..f7334dfb4d 100644 --- a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs +++ b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs @@ -11,91 +11,146 @@ namespace Content.Shared.Movement.Components [Access(typeof(MovementSpeedModifierSystem))] public sealed partial class MovementSpeedModifierComponent : Component { - // Weightless - public const float DefaultMinimumFrictionSpeed = 0.005f; + #region defaults + + // weightless public const float DefaultWeightlessFriction = 1f; - public const float DefaultWeightlessFrictionNoInput = 0.2f; - public const float DefaultOffGridFriction = 0.05f; public const float DefaultWeightlessModifier = 0.7f; public const float DefaultWeightlessAcceleration = 1f; + // friction public const float DefaultAcceleration = 20f; - public const float DefaultFriction = 20f; - public const float DefaultFrictionNoInput = 20f; + public const float DefaultFriction = 2.5f; + public const float DefaultFrictionNoInput = 2.5f; + public const float DefaultMinimumFrictionSpeed = 0.005f; + // movement public const float DefaultBaseWalkSpeed = 2.5f; public const float DefaultBaseSprintSpeed = 4.5f; + #endregion + + #region base values + + /// + /// These base values should be defined in yaml and rarely if ever modified directly. + /// + [DataField, AutoNetworkedField] + public float BaseWalkSpeed = DefaultBaseWalkSpeed; + + [DataField, AutoNetworkedField] + public float BaseSprintSpeed = DefaultBaseSprintSpeed; + + /// + /// The acceleration applied to mobs when moving. If this is ever less than Friction the mob will be slower. + /// + [AutoNetworkedField, DataField] + public float BaseAcceleration = DefaultAcceleration; + + /// + /// The body's base friction modifier that is applied in *all* circumstances. + /// + [AutoNetworkedField, DataField] + public float BaseFriction = DefaultFriction; + + /// + /// Minimum speed a mob has to be moving before applying movement friction. + /// + [DataField] + public float MinimumFrictionSpeed = DefaultMinimumFrictionSpeed; + + #endregion + + #region calculated values + + [ViewVariables] + public float CurrentWalkSpeed => WalkSpeedModifier * BaseWalkSpeed; + [ViewVariables] + public float CurrentSprintSpeed => SprintSpeedModifier * BaseSprintSpeed; + + /// + /// The acceleration applied to mobs when moving. If this is ever less than Friction the mob will be slower. + /// + [AutoNetworkedField, DataField] + public float Acceleration; + + /// + /// Modifier to the negative velocity applied for friction. + /// + [AutoNetworkedField, DataField] + public float Friction; + + /// + /// The negative velocity applied for friction. + /// + [AutoNetworkedField, DataField] + public float FrictionNoInput; + + #endregion + + #region movement modifiers + [AutoNetworkedField, ViewVariables] public float WalkSpeedModifier = 1.0f; [AutoNetworkedField, ViewVariables] public float SprintSpeedModifier = 1.0f; - /// - /// Minimum speed a mob has to be moving before applying movement friction. - /// - [ViewVariables(VVAccess.ReadWrite), DataField] - public float MinimumFrictionSpeed = DefaultMinimumFrictionSpeed; + #endregion + + #region Weightless /// - /// The negative velocity applied for friction when weightless and providing inputs. + /// These base values should be defined in yaml and rarely if ever modified directly. /// - [ViewVariables(VVAccess.ReadWrite), DataField] - public float WeightlessFriction = DefaultWeightlessFriction; + [AutoNetworkedField, DataField] + public float BaseWeightlessFriction = DefaultWeightlessFriction; - /// - /// The negative velocity applied for friction when weightless and not providing inputs. - /// This is essentially how much their speed decreases per second. - /// - [ViewVariables(VVAccess.ReadWrite), DataField] - public float WeightlessFrictionNoInput = DefaultWeightlessFrictionNoInput; + [AutoNetworkedField, DataField] + public float BaseWeightlessModifier = DefaultWeightlessModifier; - /// - /// The negative velocity applied for friction when weightless and not standing on a grid or mapgrid - /// - [ViewVariables(VVAccess.ReadWrite), DataField] - public float OffGridFriction = DefaultOffGridFriction; + [AutoNetworkedField, DataField] + public float BaseWeightlessAcceleration = DefaultWeightlessAcceleration; - /// - /// The movement speed modifier applied to a mob's total input velocity when weightless. - /// - [ViewVariables(VVAccess.ReadWrite), DataField] - public float WeightlessModifier = DefaultWeightlessModifier; + /* + * Final values + */ + + [ViewVariables] + public float WeightlessWalkSpeed => WeightlessModifier * BaseWalkSpeed; + [ViewVariables] + public float WeightlessSprintSpeed => WeightlessModifier * BaseSprintSpeed; /// /// The acceleration applied to mobs when moving and weightless. /// - [ViewVariables(VVAccess.ReadWrite), DataField] - public float WeightlessAcceleration = DefaultWeightlessAcceleration; + [AutoNetworkedField, DataField] + public float WeightlessAcceleration; /// - /// The acceleration applied to mobs when moving. + /// The movement speed modifier applied to a mob's total input velocity when weightless. /// - [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite), DataField] - public float Acceleration = DefaultAcceleration; + [AutoNetworkedField, DataField] + public float WeightlessModifier; /// - /// The negative velocity applied for friction. + /// The negative velocity applied for friction when weightless and providing inputs. /// - [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite), DataField] - public float Friction = DefaultFriction; + [AutoNetworkedField, DataField] + public float WeightlessFriction; /// - /// The negative velocity applied for friction. + /// The negative velocity applied for friction when weightless and not providing inputs. /// - [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite), DataField] - public float? FrictionNoInput; + [AutoNetworkedField, DataField] + public float WeightlessFrictionNoInput; - [ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField] - public float BaseWalkSpeed { get; set; } = DefaultBaseWalkSpeed; + /// + /// The negative velocity applied for friction when weightless and not standing on a grid or mapgrid + /// + [AutoNetworkedField, DataField] + public float? OffGridFriction; - [ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField] - public float BaseSprintSpeed { get; set; } = DefaultBaseSprintSpeed; - - [ViewVariables] - public float CurrentWalkSpeed => WalkSpeedModifier * BaseWalkSpeed; - [ViewVariables] - public float CurrentSprintSpeed => SprintSpeedModifier * BaseSprintSpeed; + #endregion } } diff --git a/Content.Shared/Movement/Components/RelayInputMoverComponent.cs b/Content.Shared/Movement/Components/RelayInputMoverComponent.cs index c783165cbe..24fedf6d6f 100644 --- a/Content.Shared/Movement/Components/RelayInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/RelayInputMoverComponent.cs @@ -10,6 +10,6 @@ namespace Content.Shared.Movement.Components; [Access(typeof(SharedMoverController))] public sealed partial class RelayInputMoverComponent : Component { - [ViewVariables, AutoNetworkedField] + [DataField, AutoNetworkedField] public EntityUid RelayEntity; } diff --git a/Content.Shared/Movement/Systems/FrictionContactsSystem.cs b/Content.Shared/Movement/Systems/FrictionContactsSystem.cs index b086bc0e05..4dd679c37c 100644 --- a/Content.Shared/Movement/Systems/FrictionContactsSystem.cs +++ b/Content.Shared/Movement/Systems/FrictionContactsSystem.cs @@ -11,38 +11,57 @@ public sealed class FrictionContactsSystem : EntitySystem [Dependency] private readonly MovementSpeedModifierSystem _speedModifierSystem = default!; // Comment copied from "original" SlowContactsSystem.cs (now SpeedModifierContactsSystem.cs) - // TODO full-game-save + // TODO full-game-save // Either these need to be processed before a map is saved, or slowed/slowing entities need to update on init. - private HashSet _toUpdate = new(); + private readonly HashSet _toUpdate = new(); + private readonly HashSet _toRemove = new(); public override void Initialize() { base.Initialize(); SubscribeLocalEvent(OnEntityEnter); SubscribeLocalEvent(OnEntityExit); + SubscribeLocalEvent(OnRefreshFrictionModifiers); SubscribeLocalEvent(OnShutdown); UpdatesAfter.Add(typeof(SharedPhysicsSystem)); } - private void OnEntityEnter(EntityUid uid, FrictionContactsComponent component, ref StartCollideEvent args) + public override void Update(float frameTime) { - var otherUid = args.OtherEntity; + base.Update(frameTime); - if (!HasComp(otherUid, typeof(MovementSpeedModifierComponent))) - return; + _toRemove.Clear(); - _toUpdate.Add(otherUid); + foreach (var ent in _toUpdate) + { + _speedModifierSystem.RefreshFrictionModifiers(ent); + } + + foreach (var ent in _toRemove) + { + RemComp(ent); + } + + _toUpdate.Clear(); } - private void OnEntityExit(EntityUid uid, FrictionContactsComponent component, ref EndCollideEvent args) + public void ChangeFrictionModifiers(EntityUid uid, float friction, FrictionContactsComponent? component = null) { - var otherUid = args.OtherEntity; + ChangeFrictionModifiers(uid, friction, null, null, component); + } - if (!HasComp(otherUid, typeof(MovementSpeedModifierComponent))) + public void ChangeFrictionModifiers(EntityUid uid, float mobFriction, float? mobFrictionNoInput, float? acceleration, FrictionContactsComponent? component = null) + { + if (!Resolve(uid, ref component)) return; - _toUpdate.Add(otherUid); + component.MobFriction = mobFriction; + component.MobFrictionNoInput = mobFrictionNoInput; + if (acceleration.HasValue) + component.MobAcceleration = acceleration.Value; + Dirty(uid, component); + _toUpdate.UnionWith(_physics.GetContactingEntities(uid)); } private void OnShutdown(EntityUid uid, FrictionContactsComponent component, ComponentShutdown args) @@ -50,51 +69,70 @@ public sealed class FrictionContactsSystem : EntitySystem if (!TryComp(uid, out PhysicsComponent? phys)) return; + // Note that the entity may not be getting deleted here. E.g., glue puddles. _toUpdate.UnionWith(_physics.GetContactingEntities(uid, phys)); } - public override void Update(float frameTime) + private void OnRefreshFrictionModifiers(Entity entity, ref RefreshFrictionModifiersEvent args) { - base.Update(frameTime); - - foreach (var uid in _toUpdate) - { - ApplyFrictionChange(uid); - } - - _toUpdate.Clear(); - } - - private void ApplyFrictionChange(EntityUid uid) - { - if (!EntityManager.TryGetComponent(uid, out var physicsComponent)) + if (!EntityManager.TryGetComponent(entity, out var physicsComponent)) return; - if (!TryComp(uid, out MovementSpeedModifierComponent? speedModifier)) - return; + var friction = 0.0f; + var frictionNoInput = 0.0f; + var acceleration = 0.0f; - FrictionContactsComponent? frictionComponent = TouchesFrictionContactsComponent(uid, physicsComponent); - - if (frictionComponent == null) + var remove = true; + var entries = 0; + foreach (var ent in _physics.GetContactingEntities(entity, physicsComponent)) { - _speedModifierSystem.ChangeFriction(uid, MovementSpeedModifierComponent.DefaultFriction, null, MovementSpeedModifierComponent.DefaultAcceleration, speedModifier); - } - else - { - _speedModifierSystem.ChangeFriction(uid, frictionComponent.MobFriction, frictionComponent.MobFrictionNoInput, frictionComponent.MobAcceleration, speedModifier); - } - } - - private FrictionContactsComponent? TouchesFrictionContactsComponent(EntityUid uid, PhysicsComponent physicsComponent) - { - foreach (var ent in _physics.GetContactingEntities(uid, physicsComponent)) - { - if (!TryComp(ent, out FrictionContactsComponent? frictionContacts)) + if (!TryComp(ent, out var contacts)) continue; - - return frictionContacts; + friction += contacts.MobFriction; + frictionNoInput += contacts.MobFrictionNoInput ?? contacts.MobFriction; + acceleration += contacts.MobAcceleration; + remove = false; + entries++; } - return null; + if (entries > 0) + { + if (!MathHelper.CloseTo(friction, entries) || !MathHelper.CloseTo(frictionNoInput, entries)) + { + friction /= entries; + frictionNoInput /= entries; + args.ModifyFriction(friction, frictionNoInput); + } + + if (!MathHelper.CloseTo(acceleration, entries)) + { + acceleration /= entries; + args.ModifyAcceleration(acceleration); + } + } + + // no longer colliding with anything + if (remove) + _toRemove.Add(entity); + } + + private void OnEntityExit(EntityUid uid, FrictionContactsComponent component, ref EndCollideEvent args) + { + var otherUid = args.OtherEntity; + _toUpdate.Add(otherUid); + } + + private void OnEntityEnter(EntityUid uid, FrictionContactsComponent component, ref StartCollideEvent args) + { + AddModifiedEntity(args.OtherEntity); + } + + public void AddModifiedEntity(EntityUid uid) + { + if (!HasComp(uid)) + return; + + EnsureComp(uid); + _toUpdate.Add(uid); } } diff --git a/Content.Shared/Movement/Systems/MovementSpeedModifierSystem.cs b/Content.Shared/Movement/Systems/MovementSpeedModifierSystem.cs index 8e89e4b62b..b5bb633491 100644 --- a/Content.Shared/Movement/Systems/MovementSpeedModifierSystem.cs +++ b/Content.Shared/Movement/Systems/MovementSpeedModifierSystem.cs @@ -1,5 +1,9 @@ +using System.Text.Json.Serialization.Metadata; +using Content.Shared.CCVar; using Content.Shared.Inventory; using Content.Shared.Movement.Components; +using Content.Shared.Movement.Events; +using Robust.Shared.Configuration; using Robust.Shared.Timing; namespace Content.Shared.Movement.Systems @@ -7,6 +11,71 @@ namespace Content.Shared.Movement.Systems public sealed class MovementSpeedModifierSystem : EntitySystem { [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly IConfigurationManager _configManager = default!; + + private float _frictionModifier; + private float _airDamping; + private float _offGridDamping; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnModMapInit); + + Subs.CVar(_configManager, CCVars.TileFrictionModifier, value => _frictionModifier = value, true); + Subs.CVar(_configManager, CCVars.AirFriction, value => _airDamping = value, true); + Subs.CVar(_configManager, CCVars.OffgridFriction, value => _offGridDamping = value, true); + } + + private void OnModMapInit(Entity ent, ref MapInitEvent args) + { + // TODO: Dirty these smarter. + ent.Comp.WeightlessAcceleration = ent.Comp.BaseWeightlessAcceleration; + ent.Comp.WeightlessModifier = ent.Comp.BaseWeightlessModifier; + ent.Comp.WeightlessFriction = _airDamping * ent.Comp.BaseWeightlessFriction; + ent.Comp.WeightlessFrictionNoInput = _airDamping * ent.Comp.BaseWeightlessFriction; + ent.Comp.OffGridFriction = _offGridDamping * ent.Comp.BaseWeightlessFriction; + ent.Comp.Acceleration = ent.Comp.BaseAcceleration; + ent.Comp.Friction = _frictionModifier * ent.Comp.BaseFriction; + ent.Comp.FrictionNoInput = _frictionModifier * ent.Comp.BaseFriction; + Dirty(ent); + } + + public void RefreshWeightlessModifiers(EntityUid uid, MovementSpeedModifierComponent? move = null) + { + if (!Resolve(uid, ref move, false)) + return; + + if (_timing.ApplyingState) + return; + + var ev = new RefreshWeightlessModifiersEvent() + { + WeightlessAcceleration = move.BaseWeightlessAcceleration, + WeightlessAccelerationMod = 1.0f, + WeightlessModifier = move.BaseWeightlessModifier, + WeightlessFriction = move.BaseWeightlessFriction, + WeightlessFrictionMod = 1.0f, + WeightlessFrictionNoInput = move.BaseWeightlessFriction, + WeightlessFrictionNoInputMod = 1.0f, + }; + + RaiseLocalEvent(uid, ref ev); + + if (MathHelper.CloseTo(ev.WeightlessAcceleration, move.WeightlessAcceleration) && + MathHelper.CloseTo(ev.WeightlessModifier, move.WeightlessModifier) && + MathHelper.CloseTo(ev.WeightlessFriction, move.WeightlessFriction) && + MathHelper.CloseTo(ev.WeightlessFrictionNoInput, move.WeightlessFrictionNoInput)) + { + return; + } + + move.WeightlessAcceleration = ev.WeightlessAcceleration * ev.WeightlessAccelerationMod; + move.WeightlessModifier = ev.WeightlessModifier; + move.WeightlessFriction = _airDamping * ev.WeightlessFriction * ev.WeightlessFrictionMod; + move.WeightlessFrictionNoInput = _airDamping * ev.WeightlessFrictionNoInput * ev.WeightlessFrictionNoInputMod; + Dirty(uid, move); + } public void RefreshMovementSpeedModifiers(EntityUid uid, MovementSpeedModifierComponent? move = null) { @@ -39,15 +108,42 @@ namespace Content.Shared.Movement.Systems Dirty(uid, move); } - // We might want to create separate RefreshMovementFrictionModifiersEvent and RefreshMovementFrictionModifiers function that will call it - public void ChangeFriction(EntityUid uid, float friction, float? frictionNoInput, float acceleration, MovementSpeedModifierComponent? move = null) + public void RefreshFrictionModifiers(EntityUid uid, MovementSpeedModifierComponent? move = null) { if (!Resolve(uid, ref move, false)) return; - move.Friction = friction; + if (_timing.ApplyingState) + return; + + var ev = new RefreshFrictionModifiersEvent() + { + Friction = move.BaseFriction, + FrictionNoInput = move.BaseFriction, + Acceleration = move.BaseAcceleration, + }; + RaiseLocalEvent(uid, ref ev); + + if (MathHelper.CloseTo(ev.Friction, move.Friction) + && MathHelper.CloseTo(ev.FrictionNoInput, move.FrictionNoInput) + && MathHelper.CloseTo(ev.Acceleration, move.Acceleration)) + return; + + move.Friction = _frictionModifier * ev.Friction; + move.FrictionNoInput = _frictionModifier * ev.FrictionNoInput; + move.Acceleration = ev.Acceleration; + + Dirty(uid, move); + } + + public void ChangeBaseFriction(EntityUid uid, float friction, float frictionNoInput, float acceleration, MovementSpeedModifierComponent? move = null) + { + if (!Resolve(uid, ref move, false)) + return; + + move.BaseFriction = friction; move.FrictionNoInput = frictionNoInput; - move.Acceleration = acceleration; + move.BaseAcceleration = acceleration; Dirty(uid, move); } } @@ -75,4 +171,65 @@ namespace Content.Shared.Movement.Systems ModifySpeed(mod, mod); } } + + [ByRefEvent] + public record struct RefreshWeightlessModifiersEvent + { + public float WeightlessAcceleration; + public float WeightlessAccelerationMod; + + public float WeightlessModifier; + + public float WeightlessFriction; + public float WeightlessFrictionMod; + + public float WeightlessFrictionNoInput; + public float WeightlessFrictionNoInputMod; + + public void ModifyFriction(float friction, float noInput) + { + WeightlessFrictionMod *= friction; + WeightlessFrictionNoInput *= noInput; + } + + public void ModifyFriction(float friction) + { + ModifyFriction(friction, friction); + } + + public void ModifyAcceleration(float acceleration, float modifier) + { + WeightlessAcceleration *= acceleration; + WeightlessModifier *= modifier; + } + + public void ModifyAcceleration(float modifier) + { + ModifyAcceleration(modifier, modifier); + } + } + [ByRefEvent] + public record struct RefreshFrictionModifiersEvent : IInventoryRelayEvent + { + public float Friction; + public float FrictionNoInput; + public float Acceleration; + + public void ModifyFriction(float friction, float noInput) + { + Friction *= friction; + FrictionNoInput *= noInput; + } + + public void ModifyFriction(float friction) + { + ModifyFriction(friction, friction); + } + + public void ModifyAcceleration(float acceleration) + { + Acceleration *= acceleration; + } + SlotFlags IInventoryRelayEvent.TargetSlots => ~SlotFlags.POCKET; + } } diff --git a/Content.Shared/Movement/Systems/SharedJetpackSystem.cs b/Content.Shared/Movement/Systems/SharedJetpackSystem.cs index 548594c01f..72f321d8f5 100644 --- a/Content.Shared/Movement/Systems/SharedJetpackSystem.cs +++ b/Content.Shared/Movement/Systems/SharedJetpackSystem.cs @@ -16,7 +16,6 @@ public abstract class SharedJetpackSystem : EntitySystem [Dependency] private readonly MovementSpeedModifierSystem _movementSpeedModifier = default!; [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; [Dependency] protected readonly SharedContainerSystem Container = default!; - [Dependency] private readonly SharedMoverController _mover = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly ActionContainerSystem _actionContainer = default!; @@ -27,26 +26,31 @@ public abstract class SharedJetpackSystem : EntitySystem SubscribeLocalEvent(OnJetpackGetAction); SubscribeLocalEvent(OnJetpackDropped); SubscribeLocalEvent(OnJetpackToggle); - SubscribeLocalEvent(OnJetpackCanWeightlessMove); + SubscribeLocalEvent(OnJetpackUserWeightlessMovement); SubscribeLocalEvent(OnJetpackUserCanWeightless); SubscribeLocalEvent(OnJetpackUserEntParentChanged); + SubscribeLocalEvent(OnJetpackMoved); SubscribeLocalEvent(OnJetpackUserGravityChanged); SubscribeLocalEvent(OnMapInit); } + private void OnJetpackUserWeightlessMovement(Entity ent, ref RefreshWeightlessModifiersEvent args) + { + // Yes this bulldozes the values but primarily for backwards compat atm. + args.WeightlessAcceleration = ent.Comp.WeightlessAcceleration; + args.WeightlessModifier = ent.Comp.WeightlessModifier; + args.WeightlessFriction = ent.Comp.WeightlessFriction; + args.WeightlessFrictionNoInput = ent.Comp.WeightlessFrictionNoInput; + } + private void OnMapInit(EntityUid uid, JetpackComponent component, MapInitEvent args) { _actionContainer.EnsureAction(uid, ref component.ToggleActionEntity, component.ToggleAction); Dirty(uid, component); } - private void OnJetpackCanWeightlessMove(EntityUid uid, JetpackComponent component, ref CanWeightlessMoveEvent args) - { - args.CanMove = true; - } - private void OnJetpackUserGravityChanged(ref GravityChangedEvent ev) { var gridUid = ev.ChangedGridIndex; @@ -70,6 +74,12 @@ public abstract class SharedJetpackSystem : EntitySystem SetEnabled(uid, component, false, args.User); } + private void OnJetpackMoved(Entity ent, ref EntGotInsertedIntoContainerMessage args) + { + if (args.Container.Owner != ent.Comp.JetpackUser) + SetEnabled(ent, ent.Comp, false, ent.Comp.JetpackUser); + } + private void OnJetpackUserCanWeightless(EntityUid uid, JetpackUserComponent component, ref CanWeightlessMoveEvent args) { args.CanMove = true; @@ -86,26 +96,33 @@ public abstract class SharedJetpackSystem : EntitySystem } } - private void SetupUser(EntityUid user, EntityUid jetpackUid) + private void SetupUser(EntityUid user, EntityUid jetpackUid, JetpackComponent component) { - var userComp = EnsureComp(user); - _mover.SetRelay(user, jetpackUid); + EnsureComp(user, out var userComp); + component.JetpackUser = user; if (TryComp(user, out var physics)) _physics.SetBodyStatus(user, physics, BodyStatus.InAir); userComp.Jetpack = jetpackUid; + userComp.WeightlessAcceleration = component.Acceleration; + userComp.WeightlessModifier = component.WeightlessModifier; + userComp.WeightlessFriction = component.Friction; + userComp.WeightlessFrictionNoInput = component.Friction; + _movementSpeedModifier.RefreshWeightlessModifiers(user); } - private void RemoveUser(EntityUid uid) + private void RemoveUser(EntityUid uid, JetpackComponent component) { if (!RemComp(uid)) return; + component.JetpackUser = null; + if (TryComp(uid, out var physics)) _physics.SetBodyStatus(uid, physics, BodyStatus.OnGround); - RemComp(uid); + _movementSpeedModifier.RefreshWeightlessModifiers(uid); } private void OnJetpackToggle(EntityUid uid, JetpackComponent component, ToggleJetpackEvent args) @@ -145,42 +162,26 @@ public abstract class SharedJetpackSystem : EntitySystem { if (IsEnabled(uid) == enabled || enabled && !CanEnable(uid, component)) - { return; + + if (user == null) + { + if (!Container.TryGetContainingContainer((uid, null, null), out var container)) + return; + user = container.Owner; } if (enabled) { + SetupUser(user.Value, uid, component); EnsureComp(uid); } else { + RemoveUser(user.Value, component); RemComp(uid); } - if (user == null) - { - Container.TryGetContainingContainer((uid, null, null), out var container); - user = container?.Owner; - } - - // Can't activate if no one's using. - if (user == null && enabled) - return; - - if (user != null) - { - if (enabled) - { - SetupUser(user.Value, uid); - } - else - { - RemoveUser(user.Value); - } - - _movementSpeedModifier.RefreshMovementSpeedModifiers(user.Value); - } Appearance.SetData(uid, JetpackVisuals.Enabled, enabled); Dirty(uid, component); diff --git a/Content.Shared/Movement/Systems/SharedMoverController.Input.cs b/Content.Shared/Movement/Systems/SharedMoverController.Input.cs index 87849e8f12..464c4c3758 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.Input.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.Input.cs @@ -169,7 +169,7 @@ namespace Content.Shared.Movement.Systems } // If we updated parent then cancel the accumulator and force it now. - if (!TryUpdateRelative(mover, XformQuery.GetComponent(uid)) && mover.TargetRelativeRotation.Equals(Angle.Zero)) + if (!TryUpdateRelative(uid, mover, XformQuery.GetComponent(uid)) && mover.TargetRelativeRotation.Equals(Angle.Zero)) return; mover.LerpTarget = TimeSpan.Zero; @@ -177,7 +177,7 @@ namespace Content.Shared.Movement.Systems Dirty(uid, mover); } - private bool TryUpdateRelative(InputMoverComponent mover, TransformComponent xform) + private bool TryUpdateRelative(EntityUid uid, InputMoverComponent mover, TransformComponent xform) { var relative = xform.GridUid; relative ??= xform.MapUid; @@ -192,38 +192,42 @@ namespace Content.Shared.Movement.Systems // Okay need to get our old relative rotation with respect to our new relative rotation // e.g. if we were right side up on our current grid need to get what that is on our new grid. - var currentRotation = Angle.Zero; - var targetRotation = Angle.Zero; + var oldRelativeRot = Angle.Zero; + var relativeRot = Angle.Zero; // Get our current relative rotation if (XformQuery.TryGetComponent(mover.RelativeEntity, out var oldRelativeXform)) { - currentRotation = _transform.GetWorldRotation(oldRelativeXform, XformQuery) + mover.RelativeRotation; + oldRelativeRot = _transform.GetWorldRotation(oldRelativeXform); } if (XformQuery.TryGetComponent(relative, out var relativeXform)) { // This is our current rotation relative to our new parent. - mover.RelativeRotation = (currentRotation - _transform.GetWorldRotation(relativeXform)).FlipPositive(); + relativeRot = _transform.GetWorldRotation(relativeXform); } - // If we went from grid -> map we'll preserve our worldrotation - if (relative != null && HasComp(relative.Value)) + var diff = relativeRot - oldRelativeRot; + + // If we're going from a grid -> map then preserve the relative rotation so it's seamless if they go into space and back. + if (HasComp(relative) && HasComp(mover.RelativeEntity)) { - targetRotation = currentRotation.FlipPositive().Reduced(); + mover.TargetRelativeRotation -= diff; } - // If we went from grid -> grid OR grid -> map then snap the target to cardinal and lerp there. - // OR just rotate to zero (depending on cvar) - else if (relative != null && MapGridQuery.HasComp(relative.Value)) + // Snap to nearest cardinal if map -> grid + else if (HasComp(relative) && HasComp(mover.RelativeEntity)) { - if (CameraRotationLocked) - targetRotation = Angle.Zero; - else - targetRotation = mover.RelativeRotation.GetCardinalDir().ToAngle().Reduced(); + var targetDir = mover.TargetRelativeRotation - diff; + targetDir = targetDir.GetCardinalDir().ToAngle().Reduced(); + mover.TargetRelativeRotation = targetDir; } + // Preserve target rotation in relation to the new parent. + // Regardless of what the target is don't want the eye to move at all (from the player's perspective). + mover.RelativeRotation -= diff; + mover.RelativeEntity = relative; - mover.TargetRelativeRotation = targetRotation; + Dirty(uid, mover); return true; } @@ -297,6 +301,7 @@ namespace Content.Shared.Movement.Systems // Relayed movement just uses the same keybinds given we're moving the relayed entity // the same as us. + // TODO: Should move this into HandleMobMovement itself. if (TryComp(entity, out var relayMover)) { DebugTools.Assert(relayMover.RelayEntity != entity); diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index a98fc633d0..317bfdabbe 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -1,4 +1,5 @@ using System.Diagnostics.CodeAnalysis; +using System.Net; using System.Numerics; using Content.Shared.Bed.Sleep; using Content.Shared.CCVar; @@ -21,6 +22,7 @@ using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Controllers; using Robust.Shared.Physics.Systems; using Robust.Shared.Prototypes; +using Robust.Shared.Serialization.Manager.Exceptions; using Robust.Shared.Timing; using Robust.Shared.Utility; using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; @@ -61,12 +63,10 @@ public abstract partial class SharedMoverController : VirtualController private static readonly ProtoId FootstepSoundTag = "FootstepSound"; - /// - /// - /// - private float _stopSpeed; - private bool _relativeMovement; + private float _minDamping; + private float _airDamping; + private float _offGridDamping; /// /// Cache the mob movement calculation to re-use elsewhere. @@ -90,10 +90,14 @@ public abstract partial class SharedMoverController : VirtualController FootstepModifierQuery = GetEntityQuery(); MapGridQuery = GetEntityQuery(); + SubscribeLocalEvent(OnTileFriction); + InitializeInput(); InitializeRelay(); Subs.CVar(_configManager, CCVars.RelativeMovement, value => _relativeMovement = value, true); - Subs.CVar(_configManager, CCVars.StopSpeed, value => _stopSpeed = value, true); + Subs.CVar(_configManager, CCVars.MinFriction, value => _minDamping = value, true); + Subs.CVar(_configManager, CCVars.AirFriction, value => _airDamping = value, true); + Subs.CVar(_configManager, CCVars.OffgridFriction, value => _offGridDamping = value, true); UpdatesBefore.Add(typeof(TileFrictionController)); } @@ -121,157 +125,213 @@ public abstract partial class SharedMoverController : VirtualController /// Movement while considering actionblockers, weightlessness, etc. /// protected void HandleMobMovement( - EntityUid uid, - InputMoverComponent mover, - EntityUid physicsUid, - PhysicsComponent physicsComponent, - TransformComponent xform, + Entity entity, float frameTime) { - var canMove = mover.CanMove; - if (RelayTargetQuery.TryGetComponent(uid, out var relayTarget)) + var uid = entity.Owner; + var mover = entity.Comp; + + // If we're a relay then apply all of our data to the parent instead and go next. + if (RelayQuery.TryComp(uid, out var relay)) { - if (_mobState.IsIncapacitated(relayTarget.Source) || - TryComp(relayTarget.Source, out _) || - !MoverQuery.TryGetComponent(relayTarget.Source, out var relayedMover)) + if (!MoverQuery.TryComp(relay.RelayEntity, out var relayTargetMover)) + return; + + // Always lerp rotation so relay entities aren't cooked. + LerpRotation(uid, mover, frameTime); + var dirtied = false; + + if (relayTargetMover.RelativeEntity != mover.RelativeEntity) { - canMove = false; + relayTargetMover.RelativeEntity = mover.RelativeEntity; + dirtied = true; } - else + + if (relayTargetMover.RelativeRotation != mover.RelativeRotation) { - mover.RelativeEntity = relayedMover.RelativeEntity; - mover.RelativeRotation = relayedMover.RelativeRotation; - mover.TargetRelativeRotation = relayedMover.TargetRelativeRotation; + relayTargetMover.RelativeRotation = mover.RelativeRotation; + dirtied = true; } + + if (relayTargetMover.TargetRelativeRotation != mover.TargetRelativeRotation) + { + relayTargetMover.TargetRelativeRotation = mover.TargetRelativeRotation; + dirtied = true; + } + + if (relayTargetMover.CanMove != mover.CanMove) + { + relayTargetMover.CanMove = mover.CanMove; + dirtied = true; + } + + if (dirtied) + { + Dirty(relay.RelayEntity, relayTargetMover); + } + + return; } - // Update relative movement - if (mover.LerpTarget < Timing.CurTime) + if (!XformQuery.TryComp(entity.Owner, out var xform)) + return; + + RelayTargetQuery.TryComp(uid, out var relayTarget); + var relaySource = relayTarget?.Source; + + // If we're not the target of a relay then handle lerp data. + if (relaySource == null) { - if (TryUpdateRelative(mover, xform)) + // Update relative movement + if (mover.LerpTarget < Timing.CurTime) { - Dirty(uid, mover); + TryUpdateRelative(uid, mover, xform); } + + LerpRotation(uid, mover, frameTime); } - LerpRotation(uid, mover, frameTime); - - if (!canMove - || physicsComponent.BodyStatus != BodyStatus.OnGround && !CanMoveInAirQuery.HasComponent(uid) + // If we can't move then just use tile-friction / no movement handling. + if (!mover.CanMove + || !PhysicsQuery.TryComp(uid, out var physicsComponent) || PullableQuery.TryGetComponent(uid, out var pullable) && pullable.BeingPulled) { UsedMobMovement[uid] = false; return; } - UsedMobMovement[uid] = true; - // Specifically don't use mover.Owner because that may be different to the actual physics body being moved. - var weightless = _gravity.IsWeightless(physicsUid, physicsComponent, xform); - var (walkDir, sprintDir) = GetVelocityInput(mover); - var touching = false; + // If the body is in air but isn't weightless then it can't move + // TODO: MAKE ISWEIGHTLESS EVENT BASED + var weightless = _gravity.IsWeightless(uid, physicsComponent, xform); + var inAirHelpless = false; - // Handle wall-pushes. - if (weightless) + if (physicsComponent.BodyStatus != BodyStatus.OnGround && !CanMoveInAirQuery.HasComponent(uid)) { - if (xform.GridUid != null) - touching = true; - - if (!touching) + if (!weightless) { - var ev = new CanWeightlessMoveEvent(uid); - RaiseLocalEvent(uid, ref ev, true); - // No gravity: is our entity touching anything? - touching = ev.CanMove; - - if (!touching && TryComp(uid, out var mobMover)) - touching |= IsAroundCollider(PhysicsSystem, xform, mobMover, physicsUid, physicsComponent); + UsedMobMovement[uid] = false; + return; } + inAirHelpless = true; } + UsedMobMovement[uid] = true; + + var moveSpeedComponent = ModifierQuery.CompOrNull(uid); + + float friction; + float accel; + Vector2 wishDir; + var velocity = physicsComponent.LinearVelocity; + // Get current tile def for things like speed/friction mods ContentTileDefinition? tileDef = null; - // Don't bother getting the tiledef here if we're weightless or in-air - // since no tile-based modifiers should be applying in that situation - if (MapGridQuery.TryComp(xform.GridUid, out var gridComp) - && _mapSystem.TryGetTileRef(xform.GridUid.Value, gridComp, xform.Coordinates, out var tile) - && !(weightless || physicsComponent.BodyStatus == BodyStatus.InAir)) + var touching = false; + // Whether we use tilefriction or not + if (weightless || inAirHelpless) { - tileDef = (ContentTileDefinition) _tileDefinitionManager[tile.Tile.TypeId]; - } + // Find the speed we should be moving at and make sure we're not trying to move faster than that + var walkSpeed = moveSpeedComponent?.WeightlessWalkSpeed ?? MovementSpeedModifierComponent.DefaultBaseWalkSpeed; + var sprintSpeed = moveSpeedComponent?.WeightlessSprintSpeed ?? MovementSpeedModifierComponent.DefaultBaseSprintSpeed; - // Regular movement. - // Target velocity. - // This is relative to the map / grid we're on. - var moveSpeedComponent = ModifierQuery.CompOrNull(uid); + wishDir = AssertValidWish(mover, walkSpeed, sprintSpeed); - var walkSpeed = moveSpeedComponent?.CurrentWalkSpeed ?? MovementSpeedModifierComponent.DefaultBaseWalkSpeed; - var sprintSpeed = moveSpeedComponent?.CurrentSprintSpeed ?? MovementSpeedModifierComponent.DefaultBaseSprintSpeed; + var ev = new CanWeightlessMoveEvent(uid); + RaiseLocalEvent(uid, ref ev, true); - var total = walkDir * walkSpeed + sprintDir * sprintSpeed; + touching = ev.CanMove || xform.GridUid != null || MapGridQuery.HasComp(xform.GridUid); - var parentRotation = GetParentGridAngle(mover); - var wishDir = _relativeMovement ? parentRotation.RotateVec(total) : total; + // If we're not on a grid, and not able to move in space check if we're close enough to a grid to touch. + if (!touching && MobMoverQuery.TryComp(uid, out var mobMover)) + touching |= IsAroundCollider(PhysicsSystem, xform, mobMover, uid, physicsComponent); - DebugTools.Assert(MathHelper.CloseToPercent(total.Length(), wishDir.Length())); - - float friction; - float weightlessModifier; - float accel; - var velocity = physicsComponent.LinearVelocity; - - // Whether we use weightless friction or not. - if (weightless) - { - if (gridComp == null && !MapGridQuery.HasComp(xform.GridUid)) - friction = moveSpeedComponent?.OffGridFriction ?? MovementSpeedModifierComponent.DefaultOffGridFriction; - else if (wishDir != Vector2.Zero && touching) - friction = moveSpeedComponent?.WeightlessFriction ?? MovementSpeedModifierComponent.DefaultWeightlessFriction; + // If we're touching then use the weightless values + if (touching) + { + touching = true; + if (wishDir != Vector2.Zero) + friction = moveSpeedComponent?.WeightlessFriction ?? _airDamping; + else + friction = moveSpeedComponent?.WeightlessFrictionNoInput ?? _airDamping; + } + // Otherwise use the off-grid values. else - friction = moveSpeedComponent?.WeightlessFrictionNoInput ?? MovementSpeedModifierComponent.DefaultWeightlessFrictionNoInput; + { + friction = moveSpeedComponent?.OffGridFriction ?? _offGridDamping; + } - weightlessModifier = moveSpeedComponent?.WeightlessModifier ?? MovementSpeedModifierComponent.DefaultWeightlessModifier; accel = moveSpeedComponent?.WeightlessAcceleration ?? MovementSpeedModifierComponent.DefaultWeightlessAcceleration; } else { - if (wishDir != Vector2.Zero || moveSpeedComponent?.FrictionNoInput == null) + if (MapGridQuery.TryComp(xform.GridUid, out var gridComp) + && _mapSystem.TryGetTileRef(xform.GridUid.Value, gridComp, xform.Coordinates, out var tile)) + tileDef = (ContentTileDefinition) _tileDefinitionManager[tile.Tile.TypeId]; + + var walkSpeed = moveSpeedComponent?.CurrentWalkSpeed ?? MovementSpeedModifierComponent.DefaultBaseWalkSpeed; + var sprintSpeed = moveSpeedComponent?.CurrentSprintSpeed ?? MovementSpeedModifierComponent.DefaultBaseSprintSpeed; + + wishDir = AssertValidWish(mover, walkSpeed, sprintSpeed); + + if (wishDir != Vector2.Zero) { - friction = tileDef?.MobFriction ?? moveSpeedComponent?.Friction ?? MovementSpeedModifierComponent.DefaultFriction; + friction = moveSpeedComponent?.Friction ?? MovementSpeedModifierComponent.DefaultFriction; + friction *= tileDef?.MobFriction ?? tileDef?.Friction ?? 1f; } else { - friction = tileDef?.MobFrictionNoInput ?? moveSpeedComponent.FrictionNoInput ?? MovementSpeedModifierComponent.DefaultFrictionNoInput; + friction = moveSpeedComponent?.FrictionNoInput ?? MovementSpeedModifierComponent.DefaultFrictionNoInput; + friction *= tileDef?.Friction ?? 1f; } - weightlessModifier = 1f; - accel = tileDef?.MobAcceleration ?? moveSpeedComponent?.Acceleration ?? MovementSpeedModifierComponent.DefaultAcceleration; + accel = moveSpeedComponent?.Acceleration ?? MovementSpeedModifierComponent.DefaultAcceleration; + accel *= tileDef?.MobAcceleration ?? 1f; } + // This way friction never exceeds acceleration when you're trying to move. + // If you want to slow down an entity with "friction" you shouldn't be using this system. + if (wishDir != Vector2.Zero) + friction = Math.Min(friction, accel); + friction = Math.Max(friction, _minDamping); var minimumFrictionSpeed = moveSpeedComponent?.MinimumFrictionSpeed ?? MovementSpeedModifierComponent.DefaultMinimumFrictionSpeed; Friction(minimumFrictionSpeed, frameTime, friction, ref velocity); - wishDir *= weightlessModifier; - if (!weightless || touching) Accelerate(ref velocity, in wishDir, accel, frameTime); SetWishDir((uid, mover), wishDir); - PhysicsSystem.SetLinearVelocity(physicsUid, velocity, body: physicsComponent); + /* + * SNAKING!!! >-( 0 ================> + * Snaking is a feature where you can move faster by strafing in a direction perpendicular to the + * direction you intend to move while still holding the movement key for the direction you're trying to move. + * Snaking only works if acceleration exceeds friction, and it's effectiveness scales as acceleration continues + * to exceed friction. + * Snaking works because friction is applied first in the direction of our current velocity, while acceleration + * is applied after in our "Wish Direction" and is capped by the dot of our wish direction and current direction. + * This means when you change direction, you're technically able to accelerate more than what the velocity cap + * allows, but friction normally eats up the extra movement you gain. + * By strafing as stated above you can increase your speed by about 1.4 (square root of 2). + * This only works if friction is low enough so be sure that anytime you are letting a mob move in a low friction + * environment you take into account the fact they can snake! Also be sure to lower acceleration as well to + * prevent jerky movement! + */ + PhysicsSystem.SetLinearVelocity(uid, velocity, body: physicsComponent); // Ensures that players do not spiiiiiiin - PhysicsSystem.SetAngularVelocity(physicsUid, 0, body: physicsComponent); + PhysicsSystem.SetAngularVelocity(uid, 0, body: physicsComponent); // Handle footsteps at the end - if (total != Vector2.Zero) + if (wishDir != Vector2.Zero) { if (!NoRotateQuery.HasComponent(uid)) { // TODO apparently this results in a duplicate move event because "This should have its event run during // island solver"??. So maybe SetRotation needs an argument to avoid raising an event? var worldRot = _transform.GetWorldRotation(xform); - _transform.SetLocalRotation(xform, xform.LocalRotation + wishDir.ToWorldAngle() - worldRot); + + _transform.SetLocalRotation(uid, xform.LocalRotation + wishDir.ToWorldAngle() - worldRot, xform); } if (!weightless && MobMoverQuery.TryGetComponent(uid, out var mobMover) && @@ -284,9 +344,9 @@ public abstract partial class SharedMoverController : VirtualController .WithVariation(sound.Params.Variation ?? mobMover.FootstepVariation); // If we're a relay target then predict the sound for all relays. - if (relayTarget != null) + if (relaySource != null) { - _audio.PlayPredicted(sound, uid, relayTarget.Source, audioParams); + _audio.PlayPredicted(sound, uid, relaySource.Value, audioParams); } else { @@ -334,14 +394,12 @@ public abstract partial class SharedMoverController : VirtualController adjustment = Math.Clamp(adjustment, -angleDiff, angleDiff); } - mover.RelativeRotation += adjustment; - mover.RelativeRotation.FlipPositive(); + mover.RelativeRotation = (mover.RelativeRotation + adjustment).FlipPositive(); Dirty(uid, mover); } else if (!angleDiff.Equals(Angle.Zero)) { - mover.TargetRelativeRotation.FlipPositive(); - mover.RelativeRotation = mover.TargetRelativeRotation; + mover.RelativeRotation = mover.TargetRelativeRotation.FlipPositive(); Dirty(uid, mover); } } @@ -353,18 +411,10 @@ public abstract partial class SharedMoverController : VirtualController if (speed < minimumFrictionSpeed) return; - var drop = 0f; + // This equation is lifted from the Physics Island solver. + // We re-use it here because Kinematic Controllers can't/shouldn't use the Physics Friction + velocity *= Math.Clamp(1.0f - frameTime * friction, 0.0f, 1.0f); - var control = MathF.Max(_stopSpeed, speed); - drop += control * friction * frameTime; - - var newSpeed = MathF.Max(0f, speed - drop); - - if (newSpeed.Equals(speed)) - return; - - newSpeed /= speed; - velocity *= newSpeed; } /// @@ -542,4 +592,30 @@ public abstract partial class SharedMoverController : VirtualController sound = haveShoes ? tileDef.FootstepSounds : tileDef.BarestepSounds; return sound != null; } + + private Vector2 AssertValidWish(InputMoverComponent mover, float walkSpeed, float sprintSpeed) + { + var (walkDir, sprintDir) = GetVelocityInput(mover); + + var total = walkDir * walkSpeed + sprintDir * sprintSpeed; + + var parentRotation = GetParentGridAngle(mover); + var wishDir = _relativeMovement ? parentRotation.RotateVec(total) : total; + + DebugTools.Assert(MathHelper.CloseToPercent(total.Length(), wishDir.Length())); + + return wishDir; + } + + private void OnTileFriction(Entity ent, ref TileFrictionEvent args) + { + if (!TryComp(ent, out var physicsComponent) || !XformQuery.TryComp(ent, out var xform)) + return; + + // TODO: Make IsWeightless event based!!! + if (physicsComponent.BodyStatus != BodyStatus.OnGround || _gravity.IsWeightless(ent, physicsComponent, xform)) + args.Modifier *= ent.Comp.BaseWeightlessFriction; + else + args.Modifier *= ent.Comp.BaseFriction; + } } diff --git a/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs b/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs index e53a4351d1..9c96a2b7dc 100644 --- a/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs +++ b/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs @@ -1,4 +1,3 @@ -using Content.Shared.Inventory; using Content.Shared.Movement.Components; using Content.Shared.Movement.Events; using Content.Shared.Gravity; @@ -19,15 +18,15 @@ public sealed class SpeedModifierContactsSystem : EntitySystem // TODO full-game-save // Either these need to be processed before a map is saved, or slowed/slowing entities need to update on init. - private HashSet _toUpdate = new(); - private HashSet _toRemove = new(); + private readonly HashSet _toUpdate = new(); + private readonly HashSet _toRemove = new(); public override void Initialize() { base.Initialize(); SubscribeLocalEvent(OnEntityEnter); SubscribeLocalEvent(OnEntityExit); - SubscribeLocalEvent(MovementSpeedCheck); + SubscribeLocalEvent(OnRefreshMovementSpeedModifiers); SubscribeLocalEvent(OnShutdown); UpdatesAfter.Add(typeof(SharedPhysicsSystem)); @@ -52,17 +51,16 @@ public sealed class SpeedModifierContactsSystem : EntitySystem _toUpdate.Clear(); } - public void ChangeModifiers(EntityUid uid, float speed, SpeedModifierContactsComponent? component = null) + public void ChangeSpeedModifiers(EntityUid uid, float speed, SpeedModifierContactsComponent? component = null) { - ChangeModifiers(uid, speed, speed, component); + ChangeSpeedModifiers(uid, speed, speed, component); } - public void ChangeModifiers(EntityUid uid, float walkSpeed, float sprintSpeed, SpeedModifierContactsComponent? component = null) + public void ChangeSpeedModifiers(EntityUid uid, float walkSpeed, float sprintSpeed, SpeedModifierContactsComponent? component = null) { if (!Resolve(uid, ref component)) - { return; - } + component.WalkSpeedModifier = walkSpeed; component.SprintSpeedModifier = sprintSpeed; Dirty(uid, component); @@ -78,7 +76,7 @@ public sealed class SpeedModifierContactsSystem : EntitySystem _toUpdate.UnionWith(_physics.GetContactingEntities(uid, phys)); } - private void MovementSpeedCheck(EntityUid uid, SpeedModifiedByContactComponent component, RefreshMovementSpeedModifiersEvent args) + private void OnRefreshMovementSpeedModifiers(EntityUid uid, SpeedModifiedByContactComponent component, RefreshMovementSpeedModifiersEvent args) { if (!EntityManager.TryGetComponent(uid, out var physicsComponent)) return; @@ -110,12 +108,12 @@ public sealed class SpeedModifierContactsSystem : EntitySystem } // SpeedModifierContactsComponent takes priority over SlowedOverSlipperyComponent, effectively overriding the slippery slow. - if (TryComp(ent, out var slipperyComponent) && speedModified == false) + if (HasComp(ent) && speedModified == false) { var evSlippery = new GetSlowedOverSlipperyModifierEvent(); RaiseLocalEvent(uid, ref evSlippery); - if (evSlippery.SlowdownModifier != 1) + if (MathHelper.CloseTo(evSlippery.SlowdownModifier, 1)) { walkSpeed += evSlippery.SlowdownModifier; sprintSpeed += evSlippery.SlowdownModifier; @@ -130,7 +128,7 @@ public sealed class SpeedModifierContactsSystem : EntitySystem } } - if (entries > 0) + if (entries > 0 && (!MathHelper.CloseTo(walkSpeed, entries) || !MathHelper.CloseTo(sprintSpeed, entries))) { walkSpeed /= entries; sprintSpeed /= entries; diff --git a/Content.Shared/Slippery/SlipperySystem.cs b/Content.Shared/Slippery/SlipperySystem.cs index 4da347acbd..bedf05536b 100644 --- a/Content.Shared/Slippery/SlipperySystem.cs +++ b/Content.Shared/Slippery/SlipperySystem.cs @@ -119,6 +119,7 @@ public sealed class SlipperySystem : EntitySystem { var sliding = EnsureComp(other); sliding.CollidingEntities.Add(uid); + // Why the fuck does this assertion stack overflow every once in a while DebugTools.Assert(_physics.GetContactingEntities(other, physics).Contains(uid)); } } diff --git a/Content.Shared/Stunnable/SharedStunSystem.cs b/Content.Shared/Stunnable/SharedStunSystem.cs index 17115d4aa6..1866ad39ef 100644 --- a/Content.Shared/Stunnable/SharedStunSystem.cs +++ b/Content.Shared/Stunnable/SharedStunSystem.cs @@ -38,7 +38,7 @@ public abstract class SharedStunSystem : EntitySystem /// Friction modifier for knocked down players. /// Doesn't make them faster but makes them slow down... slower. /// - public const float KnockDownModifier = 0.4f; + public const float KnockDownModifier = 0.2f; public override void Initialize() { diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index c37f235698..567c969b0f 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -29,7 +29,10 @@ public sealed class ThrowingSystem : EntitySystem public const float FlyTimePercentage = 0.8f; + private const float TileFrictionMod = 1.5f; + private float _frictionModifier; + private float _airDamping; [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly SharedGravitySystem _gravity = default!; @@ -45,6 +48,7 @@ public sealed class ThrowingSystem : EntitySystem base.Initialize(); Subs.CVar(_configManager, CCVars.TileFrictionModifier, value => _frictionModifier = value, true); + Subs.CVar(_configManager, CCVars.AirFriction, value => _airDamping = value, true); } public void TryThrow( @@ -159,7 +163,7 @@ public sealed class ThrowingSystem : EntitySystem }; // if not given, get the default friction value for distance calculation - var tileFriction = friction ?? _frictionModifier * TileFrictionController.DefaultFriction; + var tileFriction = friction ?? _frictionModifier * TileFrictionMod; if (tileFriction == 0f) compensateFriction = false; // cannot calculate this if there is no friction @@ -202,6 +206,7 @@ public sealed class ThrowingSystem : EntitySystem // else let the item land on the cursor and from where it slides a little further. // This is an exact formula we get from exponentially decaying velocity after landing. // If someone changes how tile friction works at some point, this will have to be adjusted. + // This doesn't actually compensate for air friction, but it's low enough it shouldn't matter. var throwSpeed = compensateFriction ? direction.Length() / (flyTime + 1 / tileFriction) : baseThrowSpeed; var impulseVector = direction.Normalized() * throwSpeed * physics.Mass; _physics.ApplyLinearImpulse(uid, impulseVector, body: physics); diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index f89e850193..49962ec189 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -113,8 +113,6 @@ components: - type: Clickable - type: Slippery - - type: TileFrictionModifier - modifier: 0.3 - type: Transform noRot: true anchored: true diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 22f818d56b..23b855c18f 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -517,7 +517,7 @@ baseSprintSpeed : 4 weightlessAcceleration: 1.5 weightlessFriction: 1 - weightlessModifier: 1 + baseWeightlessModifier: 1 - type: Damageable damageContainer: Biological damageModifierSet: Moth diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml b/Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml index 6a20a50315..8229b103e7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml @@ -49,7 +49,7 @@ - type: MovementSpeedModifier baseWalkSpeed: 3 baseSprintSpeed: 5 - weightlessModifier: 1.5 + baseWeightlessModifier: 1.5 - type: Sprite sprite: Mobs/Demons/behonker.rsi layers: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/flying_animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/flying_animals.yml index c6846b8ef4..0347d394b7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/flying_animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/flying_animals.yml @@ -9,3 +9,4 @@ - type: NoSlip - type: MovementAlwaysTouching - type: CanMoveInAir + - type: MovementSpeedModifier diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 2721c6dfd1..0eafd75754 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -41,7 +41,7 @@ - type: MovementSpeedModifier baseWalkSpeed: 3 baseSprintSpeed: 5 - weightlessModifier: 1.5 + baseWeightlessModifier: 1.5 - type: RandomSprite available: - enum.DamageStateVisualLayers.Base: diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 59e3d6a7a5..2bdd103dd9 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -50,7 +50,7 @@ - type: MovementSpeedModifier weightlessAcceleration: 1.5 # Move around more easily in space. weightlessFriction: 1 - weightlessModifier: 1 + baseWeightlessModifier: 1 - type: Flammable damage: types: @@ -118,7 +118,7 @@ state: "creampie_moth" visible: false - type: Inventory - speciesId: moth + speciesId: moth femaleDisplacements: jumpsuit: sizeMaps: @@ -135,7 +135,7 @@ - type: HumanoidAppearance species: Moth - type: Inventory - speciesId: moth + speciesId: moth femaleDisplacements: jumpsuit: sizeMaps: diff --git a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml index 324502c3d1..9a7a1ab4fb 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml @@ -14,6 +14,8 @@ - type: Physics bodyType: Dynamic linearDamping: 0 + - type: TileFrictionModifier + modifier: 0 - type: PointLight radius: 3 color: red @@ -80,11 +82,11 @@ gravityState: true - type: InputMover - type: MovementSpeedModifier - weightlessAcceleration: 5 - weightlessModifier: 2 - weightlessFriction: 0 - friction: 0 - frictionNoInput: 0 + baseWeightlessAcceleration: 5 + baseWeightlessModifier: 2 + baseWeightlessFriction: 0 + baseFriction: 0 + offGridFriction: 0 - type: CanMoveInAir - type: MovementAlwaysTouching - type: NoSlip diff --git a/Resources/Prototypes/Entities/Objects/Misc/ice_crust.yml b/Resources/Prototypes/Entities/Objects/Misc/ice_crust.yml index 43c4568e70..8262aab461 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/ice_crust.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/ice_crust.yml @@ -50,3 +50,5 @@ coldDamage: {} coldDamageThreshold: 0 - type: FrictionContacts + - type: TileFrictionModifier + modifier: 0.05 diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index abbf68a27e..a9dde098f9 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -25,13 +25,6 @@ name: jetpack description: It's a jetpack. It can hold 5 L of gas. components: - - type: InputMover - toParent: true - - type: MovementSpeedModifier - weightlessAcceleration: 1 - weightlessFriction: 0.3 - weightlessModifier: 1.2 - - type: CanMoveInAir - type: Sprite sprite: Objects/Tanks/Jetpacks/blue.rsi state: icon diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 1431fab3c0..39c109207d 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1059,7 +1059,7 @@ collection: FootstepCarpet barestepSounds: collection: BarestepCarpet - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemArcadeBlue heatCapacity: 10000 @@ -1074,7 +1074,7 @@ collection: FootstepCarpet barestepSounds: collection: BarestepCarpet - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemArcadeBlue2 heatCapacity: 10000 @@ -1089,7 +1089,7 @@ collection: FootstepCarpet barestepSounds: collection: BarestepCarpet - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemArcadeRed heatCapacity: 10000 @@ -1104,7 +1104,7 @@ collection: FootstepCarpet barestepSounds: collection: BarestepCarpet - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemEighties heatCapacity: 10000 @@ -1119,7 +1119,7 @@ collection: FootstepCarpet barestepSounds: collection: BarestepCarpet - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemCarpetClown heatCapacity: 10000 @@ -1134,7 +1134,7 @@ collection: FootstepCarpet barestepSounds: collection: BarestepCarpet - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemCarpetOffice heatCapacity: 10000 @@ -1153,7 +1153,7 @@ deconstructTools: [ Prying ] footstepSounds: collection: FootstepFloor - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemBoxing heatCapacity: 10000 @@ -1172,7 +1172,7 @@ deconstructTools: [ Prying ] footstepSounds: collection: FootstepFloor - friction: 0.25 + friction: 1.25 itemDrop: FloorTileItemGym heatCapacity: 10000 @@ -1789,7 +1789,7 @@ footstepSounds: collection: FootstepBlood itemDrop: FloorTileItemFlesh - friction: 0.05 #slippy + friction: 0.25 #slippy heatCapacity: 10000 - type: tile @@ -1991,9 +1991,8 @@ deconstructTools: [ Prying ] friction: 0.05 heatCapacity: 10000 - mobFriction: 0.5 - mobFrictionNoInput: 0.05 - mobAcceleration: 2 + mobFriction: 0.05 + mobAcceleration: 0.1 itemDrop: FloorTileItemAstroIce - type: tile diff --git a/Resources/Prototypes/Tiles/planet.yml b/Resources/Prototypes/Tiles/planet.yml index ccb3fb61da..f478f4e5a4 100644 --- a/Resources/Prototypes/Tiles/planet.yml +++ b/Resources/Prototypes/Tiles/planet.yml @@ -138,9 +138,7 @@ friction: 0.05 heatCapacity: 10000 weather: true - mobFriction: 0.5 - mobFrictionNoInput: 0.05 - mobAcceleration: 2 + mobAcceleration: 0.1 indestructible: true # Dug snow diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 1f6579c47e..e3f4c89d94 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -6,7 +6,7 @@ isSubfloor: true footstepSounds: collection: FootstepPlating - friction: 0.3 + friction: 1.5 heatCapacity: 10000 - type: tile @@ -22,7 +22,7 @@ isSubfloor: true footstepSounds: collection: FootstepPlating - friction: 0.3 + friction: 1.5 heatCapacity: 10000 - type: tile @@ -33,7 +33,7 @@ isSubfloor: true footstepSounds: collection: FootstepPlating - friction: 0.3 + friction: 1.5 heatCapacity: 10000 - type: tile @@ -44,7 +44,7 @@ isSubfloor: true footstepSounds: collection: FootstepPlating - friction: 0.3 + friction: 1.5 heatCapacity: 10000 - type: tile @@ -55,7 +55,7 @@ isSubfloor: true footstepSounds: collection: FootstepPlating - friction: 0.15 #a little less then actual snow + friction: 0.75 #a little less then actual snow heatCapacity: 10000 - type: tile @@ -68,7 +68,7 @@ weather: true footstepSounds: collection: FootstepCatwalk - friction: 0.3 + friction: 1.5 isSpace: true itemDrop: PartRodMetal1 heatCapacity: 10000 @@ -83,7 +83,7 @@ weather: true footstepSounds: collection: FootstepPlating - friction: 0.3 + friction: 1.5 isSpace: true itemDrop: PartRodMetal1 heatCapacity: 10000 From d404422b5c119c6bd21ab0c3b6c2278208831e55 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 08:19:16 +0000 Subject: [PATCH 192/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ce07deb7e1..38d138072a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: DuckManZach - changes: - - message: Floor pills have some new interesting surprises! - type: Add - id: 7902 - time: '2025-02-05T08:42:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34843 - author: Gavin-TC changes: - message: Changed common utensil sprites to appear smaller and more proportionate. @@ -3922,3 +3915,10 @@ id: 8403 time: '2025-05-02T01:56:54.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37084 +- author: Pronana + changes: + - message: Items can now slide on ice crust + type: Add + id: 8404 + time: '2025-05-02T08:18:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36847 From bd69fc612aee0cc0dd686672dd3ec23712684ce0 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 May 2025 18:22:29 +1000 Subject: [PATCH 193/318] Predicted internals (#33800) * Predicted gas pumps I wanted to try out atmos and first thing I found. * a * Atmos device prediction - Canisters - Tanks - Internals AirMixes aren't predicted so nothing on that front but all the UIs should be a lot closer. * Remove details range * Gas tank prediction * Even more sweeping changes * Alerts * rehg * Popup fix * Fix merge conflicts * Fix * Review --- Content.Client/Alerts/ClientAlertsSystem.cs | 8 + .../Atmos/EntitySystems/GasTankSystem.cs | 29 ++ .../Piping/Unary/Systems/GasCanisterSystem.cs | 32 ++ .../Atmos/UI/GasCanisterBoundUserInterface.cs | 29 +- .../UI/GasPressurePumpBoundUserInterface.cs | 3 - .../Body/Systems/InternalsSystem.cs | 24 ++ .../Systems/Alerts/Controls/AlertControl.cs | 11 +- .../GasTank/GasTankBoundUserInterface.cs | 12 +- .../Systems/Atmos/GasTank/GasTankWindow.cs | 32 +- .../Tests/Power/PowerTest.cs | 1 + .../Systems/AdminVerbSystem.Tools.cs | 1 + Content.Server/Ame/AmeNodeGroup.cs | 2 + .../Ame/EntitySystems/AmeControllerSystem.cs | 1 + .../Atmos/Components/BreathToolComponent.cs | 21 -- .../Atmos/Components/GasTankComponent.cs | 121 -------- .../Consoles/AtmosMonitoringConsoleSystem.cs | 1 + .../AtmosphereSystem.BreathTool.cs | 30 -- .../AtmosphereSystem.GridAtmosphere.cs | 2 - .../Atmos/EntitySystems/AtmosphereSystem.cs | 2 - .../Atmos/EntitySystems/GasAnalyzerSystem.cs | 1 + .../Atmos/EntitySystems/GasTankSystem.cs | 198 +------------ .../PipeRestrictOverlapSystem.cs | 1 + Content.Server/Atmos/IGasMixtureHolder.cs | 9 - .../AtmosPipeAppearanceSystem.cs | 1 + .../AtmosUnsafeUnanchorSystem.cs | 1 + .../Unary/Components/GasCanisterComponent.cs | 73 ----- .../Unary/EntitySystems/GasCanisterSystem.cs | 189 +----------- .../Body/Components/InternalsComponent.cs | 29 -- .../Body/Systems/InternalsSystem.cs | 241 +--------------- Content.Server/Body/Systems/LungSystem.cs | 24 +- .../Systems/PowerSensorSystem.cs | 1 + .../Components/ApcNetworkComponent.cs | 1 + .../DeviceNetwork/Systems/ApcNetworkSystem.cs | 1 + .../Electrocution/ElectrocutionNode.cs | 1 + .../Electrocution/ElectrocutionSystem.cs | 2 + .../Movement/Systems/JetpackSystem.cs | 1 + .../EntitySystems/NodeContainerSystem.cs | 2 + .../EntitySystems/NodeGroupSystem.cs | 1 + .../NodeContainer/NodeContainerComponent.cs | 17 -- .../NodeContainer/NodeGroups/BaseNodeGroup.cs | 32 +- .../NodeGroups/NodeGroupAttribute.cs | 1 + .../NodeGroups/NodeGroupFactory.cs | 20 +- .../NodeContainer/NodeGroups/PipeNet.cs | 2 + .../NodeContainer/Nodes/AdjacentNode.cs | 1 + .../NodeContainer/Nodes/IRotatableNode.cs | 2 + Content.Server/NodeContainer/Nodes/Node.cs | 104 ------- .../NodeContainer/Nodes/NodeHelpers.cs | 1 + .../NodeContainer/Nodes/PipeNode.cs | 2 + .../NodeContainer/Nodes/PortPipeNode.cs | 1 + .../NodeContainer/Nodes/PortablePipeNode.cs | 1 + .../PneumaticCannon/PneumaticCannonSystem.cs | 1 + .../Components/BaseNetConnectorComponent.cs | 2 + .../PowerMonitoringDeviceComponent.cs | 1 + .../EntitySystems/CableMultitoolSystem.cs | 1 + .../PowerMonitoringConsoleSystem.cs | 1 + .../Power/Generation/Teg/TegNodeGroup.cs | 2 + .../Power/Generation/Teg/TegSystem.cs | 1 + .../Power/Generator/PowerSwitchableSystem.cs | 1 + Content.Server/Power/NodeGroups/ApcNet.cs | 2 + .../NodeGroups/BaseNetConnectorNodeGroup.cs | 2 + .../Power/NodeGroups/BasePowerNet.cs | 1 + Content.Server/Power/NodeGroups/PowerNet.cs | 2 + Content.Server/Power/Nodes/CableDeviceNode.cs | 1 + Content.Server/Power/Nodes/CableNode.cs | 1 + .../Power/Nodes/CableTerminalNode.cs | 1 + .../Power/Nodes/CableTerminalPortNode.cs | 1 + .../DungeonJob.PostGenAutoCabling.cs | 1 + .../Sandbox/Commands/ColorNetworkCommand.cs | 2 + .../EntitySystems/RadiationCollectorSystem.cs | 1 + Content.Shared/Alert/AlertsSystem.cs | 12 +- .../Atmos/Components/BreathToolComponent.cs | 28 ++ .../Atmos/Components/GasTankComponent.cs | 120 ++++++++ .../Components/SharedGasTankComponent.cs | 47 ++- .../SharedAtmosphereSystem.BreathTool.cs | 51 ++++ .../EntitySystems/SharedAtmosphereSystem.cs | 13 +- .../EntitySystems/SharedGasTankSystem.cs | 229 +++++++++++++++ Content.Shared/Atmos/IGasMixtureHolder.cs | 6 + .../Components/SharedGasCanisterComponent.cs | 16 +- .../Unary/Components/GasCanisterComponent.cs | 58 ++++ .../Unary/Systems/SharedGasCanisterSystem.cs | 124 ++++++++ .../Body/Components/InternalsComponent.cs | 27 ++ .../Body/Systems/SharedInternalsSystem.cs | 273 ++++++++++++++++++ .../Clothing/EntitySystems/MaskSystem.cs | 26 +- .../ActivatableUIRequiresLockComponent.cs | 7 + Content.Shared/Lock/LockSystem.cs | 12 +- Content.Shared/NodeContainer/Node.cs | 100 +++++++ .../NodeContainer/NodeContainerComponent.cs | 16 + .../NodeContainer/NodeGroups/INodeGroup.cs | 33 +++ .../NodeContainer/NodeGroups/NodeGroupID.cs | 19 ++ Content.Shared/Timing/UseDelaySystem.cs | 10 +- .../ActivatableUIRequiresAnchorSystem.cs | 6 +- .../Entities/Objects/Tools/gas_tanks.yml | 4 + .../Entities/Objects/Tools/jetpacks.yml | 4 + .../Storage/Canisters/gas_canisters.yml | 3 + 94 files changed, 1425 insertions(+), 1167 deletions(-) create mode 100644 Content.Client/Atmos/EntitySystems/GasTankSystem.cs create mode 100644 Content.Client/Atmos/Piping/Unary/Systems/GasCanisterSystem.cs create mode 100644 Content.Client/Body/Systems/InternalsSystem.cs delete mode 100644 Content.Server/Atmos/Components/BreathToolComponent.cs delete mode 100644 Content.Server/Atmos/Components/GasTankComponent.cs delete mode 100644 Content.Server/Atmos/EntitySystems/AtmosphereSystem.BreathTool.cs delete mode 100644 Content.Server/Atmos/IGasMixtureHolder.cs delete mode 100644 Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs delete mode 100644 Content.Server/Body/Components/InternalsComponent.cs delete mode 100644 Content.Server/NodeContainer/NodeContainerComponent.cs delete mode 100644 Content.Server/NodeContainer/Nodes/Node.cs create mode 100644 Content.Shared/Atmos/Components/BreathToolComponent.cs create mode 100644 Content.Shared/Atmos/Components/GasTankComponent.cs create mode 100644 Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.BreathTool.cs create mode 100644 Content.Shared/Atmos/EntitySystems/SharedGasTankSystem.cs create mode 100644 Content.Shared/Atmos/IGasMixtureHolder.cs create mode 100644 Content.Shared/Atmos/Piping/Unary/Components/GasCanisterComponent.cs create mode 100644 Content.Shared/Atmos/Piping/Unary/Systems/SharedGasCanisterSystem.cs create mode 100644 Content.Shared/Body/Components/InternalsComponent.cs create mode 100644 Content.Shared/Body/Systems/SharedInternalsSystem.cs create mode 100644 Content.Shared/NodeContainer/Node.cs create mode 100644 Content.Shared/NodeContainer/NodeContainerComponent.cs create mode 100644 Content.Shared/NodeContainer/NodeGroups/INodeGroup.cs create mode 100644 Content.Shared/NodeContainer/NodeGroups/NodeGroupID.cs diff --git a/Content.Client/Alerts/ClientAlertsSystem.cs b/Content.Client/Alerts/ClientAlertsSystem.cs index 5b658fb07c..43c74adc5d 100644 --- a/Content.Client/Alerts/ClientAlertsSystem.cs +++ b/Content.Client/Alerts/ClientAlertsSystem.cs @@ -2,6 +2,7 @@ using System.Linq; using Content.Shared.Alert; using JetBrains.Annotations; using Robust.Client.Player; +using Robust.Client.UserInterface; using Robust.Shared.GameStates; using Robust.Shared.Player; using Robust.Shared.Prototypes; @@ -15,6 +16,7 @@ public sealed class ClientAlertsSystem : AlertsSystem [Dependency] private readonly IPlayerManager _playerManager = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly IUserInterfaceManager _ui = default!; public event EventHandler? ClearAlerts; public event EventHandler>? SyncAlerts; @@ -27,6 +29,12 @@ public sealed class ClientAlertsSystem : AlertsSystem SubscribeLocalEvent(OnPlayerDetached); SubscribeLocalEvent(OnHandleState); } + + protected override void HandledAlert() + { + _ui.ClickSound(); + } + protected override void LoadPrototypes() { base.LoadPrototypes(); diff --git a/Content.Client/Atmos/EntitySystems/GasTankSystem.cs b/Content.Client/Atmos/EntitySystems/GasTankSystem.cs new file mode 100644 index 0000000000..696e7939f6 --- /dev/null +++ b/Content.Client/Atmos/EntitySystems/GasTankSystem.cs @@ -0,0 +1,29 @@ +using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.EntitySystems; + +namespace Content.Client.Atmos.EntitySystems; + +public sealed class GasTankSystem : SharedGasTankSystem +{ + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnGasTankState); + } + + private void OnGasTankState(Entity ent, ref AfterAutoHandleStateEvent args) + { + if (UI.TryGetOpenUi(ent.Owner, SharedGasTankUiKey.Key, out var bui)) + { + bui.Update(); + } + } + + public override void UpdateUserInterface(Entity ent) + { + if (UI.TryGetOpenUi(ent.Owner, SharedGasTankUiKey.Key, out var bui)) + { + bui.Update(); + } + } +} diff --git a/Content.Client/Atmos/Piping/Unary/Systems/GasCanisterSystem.cs b/Content.Client/Atmos/Piping/Unary/Systems/GasCanisterSystem.cs new file mode 100644 index 0000000000..cae184edbb --- /dev/null +++ b/Content.Client/Atmos/Piping/Unary/Systems/GasCanisterSystem.cs @@ -0,0 +1,32 @@ +using Content.Client.Atmos.UI; +using Content.Shared.Atmos.Piping.Binary.Components; +using Content.Shared.Atmos.Piping.Unary.Components; +using Content.Shared.Atmos.Piping.Unary.Systems; +using Content.Shared.NodeContainer; + +namespace Content.Client.Atmos.Piping.Unary.Systems; + +public sealed class GasCanisterSystem : SharedGasCanisterSystem +{ + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnGasState); + } + + private void OnGasState(Entity ent, ref AfterAutoHandleStateEvent args) + { + if (UI.TryGetOpenUi(ent.Owner, GasCanisterUiKey.Key, out var bui)) + { + bui.Update(); + } + } + + protected override void DirtyUI(EntityUid uid, GasCanisterComponent? component = null, NodeContainerComponent? nodes = null) + { + if (UI.TryGetOpenUi(uid, GasCanisterUiKey.Key, out var bui)) + { + bui.Update(); + } + } +} diff --git a/Content.Client/Atmos/UI/GasCanisterBoundUserInterface.cs b/Content.Client/Atmos/UI/GasCanisterBoundUserInterface.cs index 7bf9b396d5..0456426b1f 100644 --- a/Content.Client/Atmos/UI/GasCanisterBoundUserInterface.cs +++ b/Content.Client/Atmos/UI/GasCanisterBoundUserInterface.cs @@ -1,4 +1,7 @@ -using Content.Shared.Atmos.Piping.Binary.Components; +using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.Piping.Binary.Components; +using Content.Shared.Atmos.Piping.Unary.Components; +using Content.Shared.IdentityManagement; using JetBrains.Annotations; using Robust.Client.GameObjects; using Robust.Client.UserInterface; @@ -32,22 +35,22 @@ namespace Content.Client.Atmos.UI private void OnTankEjectPressed() { - SendMessage(new GasCanisterHoldingTankEjectMessage()); + SendPredictedMessage(new GasCanisterHoldingTankEjectMessage()); } private void OnReleasePressureSet(float value) { - SendMessage(new GasCanisterChangeReleasePressureMessage(value)); + SendPredictedMessage(new GasCanisterChangeReleasePressureMessage(value)); } private void OnReleaseValveOpenPressed() { - SendMessage(new GasCanisterChangeReleaseValveMessage(true)); + SendPredictedMessage(new GasCanisterChangeReleaseValveMessage(true)); } private void OnReleaseValveClosePressed() { - SendMessage(new GasCanisterChangeReleaseValveMessage(false)); + SendPredictedMessage(new GasCanisterChangeReleaseValveMessage(false)); } /// @@ -57,17 +60,21 @@ namespace Content.Client.Atmos.UI protected override void UpdateState(BoundUserInterfaceState state) { base.UpdateState(state); - if (_window == null || state is not GasCanisterBoundUserInterfaceState cast) + if (_window == null || state is not GasCanisterBoundUserInterfaceState cast || !EntMan.TryGetComponent(Owner, out GasCanisterComponent? component)) return; - _window.SetCanisterLabel(cast.CanisterLabel); + var canisterLabel = Identity.Name(Owner, EntMan); + var tankLabel = component.GasTankSlot.Item != null ? Identity.Name(component.GasTankSlot.Item.Value, EntMan) : null; + + _window.SetCanisterLabel(canisterLabel); _window.SetCanisterPressure(cast.CanisterPressure); _window.SetPortStatus(cast.PortStatus); - _window.SetTankLabel(cast.TankLabel); + + _window.SetTankLabel(tankLabel); _window.SetTankPressure(cast.TankPressure); - _window.SetReleasePressureRange(cast.ReleasePressureMin, cast.ReleasePressureMax); - _window.SetReleasePressure(cast.ReleasePressure); - _window.SetReleaseValve(cast.ReleaseValve); + _window.SetReleasePressureRange(component.MinReleasePressure, component.MaxReleasePressure); + _window.SetReleasePressure(component.ReleasePressure); + _window.SetReleaseValve(component.ReleaseValve); } protected override void Dispose(bool disposing) diff --git a/Content.Client/Atmos/UI/GasPressurePumpBoundUserInterface.cs b/Content.Client/Atmos/UI/GasPressurePumpBoundUserInterface.cs index 3c3d8f1509..b959bc966b 100644 --- a/Content.Client/Atmos/UI/GasPressurePumpBoundUserInterface.cs +++ b/Content.Client/Atmos/UI/GasPressurePumpBoundUserInterface.cs @@ -13,9 +13,6 @@ namespace Content.Client.Atmos.UI; [UsedImplicitly] public sealed class GasPressurePumpBoundUserInterface(EntityUid owner, Enum uiKey) : BoundUserInterface(owner, uiKey) { - [ViewVariables] - private const float MaxPressure = Atmospherics.MaxOutputPressure; - [ViewVariables] private GasPressurePumpWindow? _window; diff --git a/Content.Client/Body/Systems/InternalsSystem.cs b/Content.Client/Body/Systems/InternalsSystem.cs new file mode 100644 index 0000000000..87daac3722 --- /dev/null +++ b/Content.Client/Body/Systems/InternalsSystem.cs @@ -0,0 +1,24 @@ +using Content.Shared.Atmos.Components; +using Content.Shared.Body.Components; +using Content.Shared.Body.Systems; + +namespace Content.Client.Body.Systems; + +public sealed class InternalsSystem : SharedInternalsSystem +{ + [Dependency] private readonly SharedUserInterfaceSystem _ui = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnInternalsAfterState); + } + + private void OnInternalsAfterState(Entity ent, ref AfterAutoHandleStateEvent args) + { + if (ent.Comp.GasTankEntity != null && _ui.TryGetOpenUi(ent.Comp.GasTankEntity.Value, SharedGasTankUiKey.Key, out var bui)) + { + bui.Update(); + } + } +} diff --git a/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs b/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs index b0e2e39483..4e803a20b1 100644 --- a/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs +++ b/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs @@ -12,6 +12,8 @@ namespace Content.Client.UserInterface.Systems.Alerts.Controls { public sealed class AlertControl : BaseButton { + [Dependency] private readonly IEntityManager _entityManager = default!; + public AlertPrototype Alert { get; } /// @@ -33,8 +35,7 @@ namespace Content.Client.UserInterface.Systems.Alerts.Controls private (TimeSpan Start, TimeSpan End)? _cooldown; private short? _severity; - private readonly IGameTiming _gameTiming; - private readonly IEntityManager _entityManager; + private readonly SpriteView _icon; private readonly CooldownGraphic _cooldownGraphic; @@ -47,8 +48,10 @@ namespace Content.Client.UserInterface.Systems.Alerts.Controls /// severity of alert, null if alert doesn't have severity levels public AlertControl(AlertPrototype alert, short? severity) { - _gameTiming = IoCManager.Resolve(); - _entityManager = IoCManager.Resolve(); + // Alerts will handle this. + MuteSounds = true; + + IoCManager.InjectDependencies(this); TooltipSupplier = SupplyTooltip; Alert = alert; _severity = severity; diff --git a/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankBoundUserInterface.cs b/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankBoundUserInterface.cs index 4ae74a5d65..19e578fda3 100644 --- a/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankBoundUserInterface.cs +++ b/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankBoundUserInterface.cs @@ -1,4 +1,5 @@ using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.EntitySystems; using JetBrains.Annotations; using Robust.Client.GameObjects; using Robust.Client.UserInterface; @@ -17,7 +18,7 @@ namespace Content.Client.UserInterface.Systems.Atmos.GasTank public void SetOutputPressure(float value) { - SendMessage(new GasTankSetPressureMessage + SendPredictedMessage(new GasTankSetPressureMessage { Pressure = value }); @@ -25,13 +26,14 @@ namespace Content.Client.UserInterface.Systems.Atmos.GasTank public void ToggleInternals() { - SendMessage(new GasTankToggleInternalsMessage()); + SendPredictedMessage(new GasTankToggleInternalsMessage()); } protected override void Open() { base.Open(); _window = this.CreateWindow(); + _window.Entity = Owner; _window.SetTitle(EntMan.GetComponent(Owner).EntityName); _window.OnOutputPressure += SetOutputPressure; _window.OnToggleInternals += ToggleInternals; @@ -41,6 +43,12 @@ namespace Content.Client.UserInterface.Systems.Atmos.GasTank { base.UpdateState(state); + if (EntMan.TryGetComponent(Owner, out GasTankComponent? component)) + { + var canConnect = EntMan.System().CanConnectToInternals((Owner, component)); + _window?.Update(canConnect, component.IsConnected, component.OutputPressure); + } + if (state is GasTankBoundUserInterfaceState cast) _window?.UpdateState(cast); } diff --git a/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs b/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs index fd5624ad8a..638df36504 100644 --- a/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs +++ b/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs @@ -3,11 +3,14 @@ using Content.Client.Message; using Content.Client.Resources; using Content.Client.Stylesheets; using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.EntitySystems; +using Content.Shared.Timing; using Robust.Client.Graphics; using Robust.Client.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.CustomControls; +using Robust.Shared.Timing; using static Robust.Client.UserInterface.Controls.BoxContainer; namespace Content.Client.UserInterface.Systems.Atmos.GasTank; @@ -15,6 +18,7 @@ namespace Content.Client.UserInterface.Systems.Atmos.GasTank; public sealed class GasTankWindow : BaseWindow { + [Dependency] private readonly IEntityManager _entManager = default!; [Dependency] private readonly IResourceCache _cache = default!; private readonly RichTextLabel _lblPressure; @@ -23,6 +27,8 @@ public sealed class GasTankWindow private readonly Button _btnInternals; private readonly Label _topLabel; + public EntityUid Entity; + public event Action? OnOutputPressure; public event Action? OnToggleInternals; @@ -194,12 +200,30 @@ public sealed class GasTankWindow public void UpdateState(GasTankBoundUserInterfaceState state) { _lblPressure.SetMarkup(Loc.GetString("gas-tank-window-tank-pressure-text", ("tankPressure", $"{state.TankPressure:0.##}"))); - _btnInternals.Disabled = !state.CanConnectInternals; + } + + public void Update(bool canConnectInternals, bool internalsConnected, float outputPressure) + { + _btnInternals.Disabled = !canConnectInternals; _lblInternals.SetMarkup(Loc.GetString("gas-tank-window-internal-text", - ("status", Loc.GetString(state.InternalsConnected ? "gas-tank-window-internal-connected" : "gas-tank-window-internal-disconnected")))); - if (state.OutputPressure.HasValue) + ("status", Loc.GetString(internalsConnected ? "gas-tank-window-internal-connected" : "gas-tank-window-internal-disconnected")))); + _spbPressure.Value = outputPressure; + } + + protected override void FrameUpdate(FrameEventArgs args) + { + base.FrameUpdate(args); + + // Easier than managing state on any ent changes. Previously this was just ticked on server's GasTankSystem. + if (_entManager.TryGetComponent(Entity, out GasTankComponent? tank)) { - _spbPressure.Value = state.OutputPressure.Value; + var canConnectInternals = _entManager.System().CanConnectToInternals((Entity, tank)); + _btnInternals.Disabled = !canConnectInternals; + } + + if (!_btnInternals.Disabled) + { + _btnInternals.Disabled = _entManager.System().IsDelayed(Entity, id: SharedGasTankSystem.GasTankDelay); } } diff --git a/Content.IntegrationTests/Tests/Power/PowerTest.cs b/Content.IntegrationTests/Tests/Power/PowerTest.cs index 55bb42f8ce..a448427d05 100644 --- a/Content.IntegrationTests/Tests/Power/PowerTest.cs +++ b/Content.IntegrationTests/Tests/Power/PowerTest.cs @@ -6,6 +6,7 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.Power.Nodes; using Content.Shared.Coordinates; +using Content.Shared.NodeContainer; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs index 8b0a24d902..ccc7a98a1e 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs @@ -18,6 +18,7 @@ using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Administration; using Content.Shared.Atmos; +using Content.Shared.Atmos.Components; using Content.Shared.Construction.Components; using Content.Shared.Damage; using Content.Shared.Damage.Components; diff --git a/Content.Server/Ame/AmeNodeGroup.cs b/Content.Server/Ame/AmeNodeGroup.cs index f4eb1bb302..f9cec6c5e7 100644 --- a/Content.Server/Ame/AmeNodeGroup.cs +++ b/Content.Server/Ame/AmeNodeGroup.cs @@ -5,6 +5,8 @@ using Content.Server.Chat.Managers; using Content.Server.Explosion.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Server.GameObjects; using Robust.Shared.Map.Components; using Robust.Shared.Random; diff --git a/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs b/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs index 7e84cbc743..ff6cdd2da7 100644 --- a/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs +++ b/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs @@ -10,6 +10,7 @@ using Content.Shared.Ame.Components; using Content.Shared.Containers.ItemSlots; using Content.Shared.Database; using Content.Shared.Mind.Components; +using Content.Shared.NodeContainer; using Content.Shared.Power; using Robust.Server.GameObjects; using Robust.Shared.Audio; diff --git a/Content.Server/Atmos/Components/BreathToolComponent.cs b/Content.Server/Atmos/Components/BreathToolComponent.cs deleted file mode 100644 index ae17a5d872..0000000000 --- a/Content.Server/Atmos/Components/BreathToolComponent.cs +++ /dev/null @@ -1,21 +0,0 @@ -using Content.Shared.Inventory; - -namespace Content.Server.Atmos.Components -{ - /// - /// Used in internals as breath tool. - /// - [RegisterComponent] - [ComponentProtoName("BreathMask")] - public sealed partial class BreathToolComponent : Component - { - /// - /// Tool is functional only in allowed slots - /// - [DataField] - public SlotFlags AllowedSlots = SlotFlags.MASK | SlotFlags.HEAD; - public bool IsFunctional; - - public EntityUid? ConnectedInternalsEntity; - } -} diff --git a/Content.Server/Atmos/Components/GasTankComponent.cs b/Content.Server/Atmos/Components/GasTankComponent.cs deleted file mode 100644 index 2d6b073e9d..0000000000 --- a/Content.Server/Atmos/Components/GasTankComponent.cs +++ /dev/null @@ -1,121 +0,0 @@ -using Content.Shared.Atmos; -using Robust.Shared.Audio; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; - -namespace Content.Server.Atmos.Components -{ - [RegisterComponent] - public sealed partial class GasTankComponent : Component, IGasMixtureHolder - { - public const float MaxExplosionRange = 26f; - private const float DefaultLowPressure = 0f; - private const float DefaultOutputPressure = Atmospherics.OneAtmosphere; - - public int Integrity = 3; - public bool IsLowPressure => (Air?.Pressure ?? 0F) <= TankLowPressure; - - [ViewVariables(VVAccess.ReadWrite), DataField("ruptureSound")] - public SoundSpecifier RuptureSound = new SoundPathSpecifier("/Audio/Effects/spray.ogg"); - - [ViewVariables(VVAccess.ReadWrite), DataField("connectSound")] - public SoundSpecifier? ConnectSound = - new SoundPathSpecifier("/Audio/Effects/internals.ogg") - { - Params = AudioParams.Default.WithVolume(5f), - }; - - [ViewVariables(VVAccess.ReadWrite), DataField("disconnectSound")] - public SoundSpecifier? DisconnectSound; - - // Cancel toggles sounds if we re-toggle again. - - public EntityUid? ConnectStream; - public EntityUid? DisconnectStream; - - [DataField("air"), ViewVariables(VVAccess.ReadWrite)] - public GasMixture Air { get; set; } = new(); - - /// - /// Pressure at which tank should be considered 'low' such as for internals. - /// - [DataField("tankLowPressure"), ViewVariables(VVAccess.ReadWrite)] - public float TankLowPressure = DefaultLowPressure; - - /// - /// Distributed pressure. - /// - [DataField("outputPressure"), ViewVariables(VVAccess.ReadWrite)] - public float OutputPressure = DefaultOutputPressure; - - /// - /// The maximum allowed output pressure. - /// - [DataField("maxOutputPressure"), ViewVariables(VVAccess.ReadWrite)] - public float MaxOutputPressure = 3 * DefaultOutputPressure; - - /// - /// Tank is connected to internals. - /// - [ViewVariables] - public bool IsConnected => User != null; - - [ViewVariables] - public EntityUid? User; - - /// - /// True if this entity was recently moved out of a container. This might have been a hand -> inventory - /// transfer, or it might have been the user dropping the tank. This indicates the tank needs to be checked. - /// - [ViewVariables] - public bool CheckUser; - - /// - /// Pressure at which tanks start leaking. - /// - [DataField("tankLeakPressure"), ViewVariables(VVAccess.ReadWrite)] - public float TankLeakPressure = 30 * Atmospherics.OneAtmosphere; - - /// - /// Pressure at which tank spills all contents into atmosphere. - /// - [DataField("tankRupturePressure"), ViewVariables(VVAccess.ReadWrite)] - public float TankRupturePressure = 40 * Atmospherics.OneAtmosphere; - - /// - /// Base 3x3 explosion. - /// - [DataField("tankFragmentPressure"), ViewVariables(VVAccess.ReadWrite)] - public float TankFragmentPressure = 50 * Atmospherics.OneAtmosphere; - - /// - /// Increases explosion for each scale kPa above threshold. - /// - [DataField("tankFragmentScale"), ViewVariables(VVAccess.ReadWrite)] - public float TankFragmentScale = 2 * Atmospherics.OneAtmosphere; - - [DataField("toggleAction", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string ToggleAction = "ActionToggleInternals"; - - [DataField("toggleActionEntity")] public EntityUid? ToggleActionEntity; - - /// - /// Valve to release gas from tank - /// - [DataField("isValveOpen"), ViewVariables(VVAccess.ReadWrite)] - public bool IsValveOpen = false; - - /// - /// Gas release rate in L/s - /// - [DataField("valveOutputRate"), ViewVariables(VVAccess.ReadWrite)] - public float ValveOutputRate = 100f; - - [DataField("valveSound"), ViewVariables(VVAccess.ReadWrite)] - public SoundSpecifier ValveSound = - new SoundCollectionSpecifier("valveSqueak") - { - Params = AudioParams.Default.WithVolume(-5f), - }; - } -} diff --git a/Content.Server/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs b/Content.Server/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs index 8c786e5b21..532ba04d29 100644 --- a/Content.Server/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs +++ b/Content.Server/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs @@ -18,6 +18,7 @@ using Robust.Shared.Timing; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.DeviceNetwork.Components; +using Content.Shared.NodeContainer; namespace Content.Server.Atmos.Consoles; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.BreathTool.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.BreathTool.cs deleted file mode 100644 index 327804f39a..0000000000 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.BreathTool.cs +++ /dev/null @@ -1,30 +0,0 @@ -using Content.Server.Atmos.Components; -using Content.Server.Body.Components; - -namespace Content.Server.Atmos.EntitySystems; - -public sealed partial class AtmosphereSystem -{ - private void InitializeBreathTool() - { - SubscribeLocalEvent(OnBreathToolShutdown); - } - - private void OnBreathToolShutdown(Entity entity, ref ComponentShutdown args) - { - DisconnectInternals(entity); - } - - public void DisconnectInternals(Entity entity) - { - var old = entity.Comp.ConnectedInternalsEntity; - entity.Comp.ConnectedInternalsEntity = null; - - if (TryComp(old, out var internalsComponent)) - { - _internals.DisconnectBreathTool((old.Value, internalsComponent), entity.Owner); - } - - entity.Comp.IsFunctional = false; - } -} diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs index b11eb5dc3e..72b6e9d745 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs @@ -44,8 +44,6 @@ public sealed partial class AtmosphereSystem private void OnGridAtmosphereInit(EntityUid uid, GridAtmosphereComponent component, ComponentInit args) { - base.Initialize(); - EnsureComp(uid); foreach (var tile in component.Tiles.Values) { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs index f27f7411bf..0f5bc1af04 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs @@ -28,7 +28,6 @@ public sealed partial class AtmosphereSystem : SharedAtmosphereSystem [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly IAdminLogManager _adminLog = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; - [Dependency] private readonly InternalsSystem _internals = default!; [Dependency] private readonly SharedContainerSystem _containers = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly GasTileOverlaySystem _gasTileOverlaySystem = default!; @@ -56,7 +55,6 @@ public sealed partial class AtmosphereSystem : SharedAtmosphereSystem UpdatesAfter.Add(typeof(NodeGroupSystem)); - InitializeBreathTool(); InitializeGases(); InitializeCommands(); InitializeCVars(); diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs index cc541e35e9..c3f934549b 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs @@ -7,6 +7,7 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Components; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; +using Content.Shared.NodeContainer; using JetBrains.Annotations; using Robust.Server.GameObjects; using static Content.Shared.Atmos.Components.GasAnalyzerComponent; diff --git a/Content.Server/Atmos/EntitySystems/GasTankSystem.cs b/Content.Server/Atmos/EntitySystems/GasTankSystem.cs index 4d409a7082..08177a7d95 100644 --- a/Content.Server/Atmos/EntitySystems/GasTankSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasTankSystem.cs @@ -1,21 +1,13 @@ -using Content.Server.Atmos.Components; -using Content.Server.Body.Components; -using Content.Server.Body.Systems; using Content.Server.Cargo.Systems; using Content.Server.Explosion.EntitySystems; -using Content.Shared.UserInterface; -using Content.Shared.Actions; using Content.Shared.Atmos; using Content.Shared.Atmos.Components; -using Content.Shared.Examine; +using Content.Shared.Atmos.EntitySystems; using Content.Shared.Throwing; -using Content.Shared.Toggleable; -using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; -using Robust.Shared.Containers; using Robust.Shared.Random; using Robust.Shared.Configuration; using Content.Shared.CCVar; @@ -23,14 +15,11 @@ using Content.Shared.CCVar; namespace Content.Server.Atmos.EntitySystems { [UsedImplicitly] - public sealed class GasTankSystem : EntitySystem + public sealed class GasTankSystem : SharedGasTankSystem { [Dependency] private readonly AtmosphereSystem _atmosphereSystem = default!; [Dependency] private readonly ExplosionSystem _explosions = default!; - [Dependency] private readonly InternalsSystem _internals = default!; [Dependency] private readonly SharedAudioSystem _audioSys = default!; - [Dependency] private readonly SharedContainerSystem _containers = default!; - [Dependency] private readonly SharedActionsSystem _actions = default!; [Dependency] private readonly UserInterfaceSystem _ui = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ThrowingSystem _throwing = default!; @@ -44,17 +33,9 @@ namespace Content.Server.Atmos.EntitySystems public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnGasShutdown); - SubscribeLocalEvent(BeforeUiOpen); - SubscribeLocalEvent(OnGetActions); - SubscribeLocalEvent(OnExamined); - SubscribeLocalEvent(OnActionToggle); SubscribeLocalEvent(OnParentChange); - SubscribeLocalEvent(OnGasTankSetPressure); - SubscribeLocalEvent(OnGasTankToggleInternals); SubscribeLocalEvent(OnAnalyzed); SubscribeLocalEvent(OnGasTankPrice); - SubscribeLocalEvent>(OnGetAlternativeVerb); Subs.CVar(_cfg, CCVars.AtmosTankFragment, UpdateMaxRange, true); } @@ -63,44 +44,16 @@ namespace Content.Server.Atmos.EntitySystems _maxExplosionRange = value; } - private void OnGasShutdown(Entity gasTank, ref ComponentShutdown args) - { - DisconnectFromInternals(gasTank); - } - - private void OnGasTankToggleInternals(Entity ent, ref GasTankToggleInternalsMessage args) - { - ToggleInternals(ent); - } - - private void OnGasTankSetPressure(Entity ent, ref GasTankSetPressureMessage args) - { - var pressure = Math.Clamp(args.Pressure, 0f, ent.Comp.MaxOutputPressure); - - ent.Comp.OutputPressure = pressure; - - UpdateUserInterface(ent, true); - } - - public void UpdateUserInterface(Entity ent, bool initialUpdate = false) + public override void UpdateUserInterface(Entity ent) { var (owner, component) = ent; _ui.SetUiState(owner, SharedGasTankUiKey.Key, new GasTankBoundUserInterfaceState { TankPressure = component.Air?.Pressure ?? 0, - OutputPressure = initialUpdate ? component.OutputPressure : null, - InternalsConnected = component.IsConnected, - CanConnectInternals = CanConnectToInternals(ent) }); } - private void BeforeUiOpen(Entity ent, ref BeforeActivatableUIOpenEvent args) - { - // Only initial update includes output pressure information, to avoid overwriting client-input as the updates come in. - UpdateUserInterface(ent, true); - } - private void OnParentChange(EntityUid uid, GasTankComponent component, ref EntParentChangedMessage args) { // When an item is moved from hands -> pockets, the container removal briefly dumps the item on the floor. @@ -109,30 +62,6 @@ namespace Content.Server.Atmos.EntitySystems component.CheckUser = true; } - private void OnGetActions(EntityUid uid, GasTankComponent component, GetItemActionsEvent args) - { - args.AddAction(ref component.ToggleActionEntity, component.ToggleAction); - } - - private void OnExamined(EntityUid uid, GasTankComponent component, ExaminedEvent args) - { - using var _ = args.PushGroup(nameof(GasTankComponent)); - if (args.IsInDetailsRange) - args.PushMarkup(Loc.GetString("comp-gas-tank-examine", ("pressure", Math.Round(component.Air?.Pressure ?? 0)))); - if (component.IsConnected) - args.PushMarkup(Loc.GetString("comp-gas-tank-connected")); - args.PushMarkup(Loc.GetString(component.IsValveOpen ? "comp-gas-tank-examine-open-valve" : "comp-gas-tank-examine-closed-valve")); - } - - private void OnActionToggle(Entity gasTank, ref ToggleActionEvent args) - { - if (args.Handled) - return; - - ToggleInternals(gasTank); - args.Handled = true; - } - public override void Update(float frameTime) { base.Update(frameTime); @@ -167,8 +96,10 @@ namespace Content.Server.Atmos.EntitySystems { _atmosphereSystem.React(comp.Air, comp); } + CheckStatus(gasTank); - if (_ui.IsUiOpen(uid, SharedGasTankUiKey.Key)) + + if ((comp.IsConnected || comp.IsValveOpen) && _ui.IsUiOpen(uid, SharedGasTankUiKey.Key)) { UpdateUserInterface(gasTank); } @@ -190,18 +121,6 @@ namespace Content.Server.Atmos.EntitySystems _audioSys.PlayPvs(gasTank.Comp.RuptureSound, gasTank); } - private void ToggleInternals(Entity ent) - { - if (ent.Comp.IsConnected) - { - DisconnectFromInternals(ent); - } - else - { - ConnectToInternals(ent); - } - } - public GasMixture? RemoveAir(Entity gasTank, float amount) { var gas = gasTank.Comp.Air?.Remove(amount); @@ -227,95 +146,6 @@ namespace Content.Server.Atmos.EntitySystems return air; } - public bool CanConnectToInternals(Entity ent) - { - TryGetInternalsComp(ent, out _, out var internalsComp, ent.Comp.User); - return internalsComp != null && internalsComp.BreathTools.Count != 0 && !ent.Comp.IsValveOpen; - } - - public void ConnectToInternals(Entity ent) - { - var (owner, component) = ent; - if (component.IsConnected || !CanConnectToInternals(ent)) - return; - - TryGetInternalsComp(ent, out var internalsUid, out var internalsComp, ent.Comp.User); - if (internalsUid == null || internalsComp == null) - return; - - if (_internals.TryConnectTank((internalsUid.Value, internalsComp), owner)) - component.User = internalsUid.Value; - - _actions.SetToggled(component.ToggleActionEntity, component.IsConnected); - - // Couldn't toggle! - if (!component.IsConnected) - return; - - component.ConnectStream = _audioSys.Stop(component.ConnectStream); - component.ConnectStream = _audioSys.PlayPvs(component.ConnectSound, owner)?.Entity; - - UpdateUserInterface(ent); - } - - public void DisconnectFromInternals(Entity ent) - { - var (owner, component) = ent; - - if (component.User == null) - return; - - TryGetInternalsComp(ent, out var internalsUid, out var internalsComp, component.User); - component.User = null; - - _actions.SetToggled(component.ToggleActionEntity, false); - - if (internalsUid != null && internalsComp != null) - _internals.DisconnectTank((internalsUid.Value, internalsComp)); - component.DisconnectStream = _audioSys.Stop(component.DisconnectStream); - component.DisconnectStream = _audioSys.PlayPvs(component.DisconnectSound, owner)?.Entity; - - UpdateUserInterface(ent); - } - - /// - /// Tries to retrieve the internals component of either the gas tank's user, - /// or the gas tank's... containing container - /// - /// The user of the gas tank - /// True if internals comp isn't null, false if it is null - private bool TryGetInternalsComp(Entity ent, out EntityUid? internalsUid, out InternalsComponent? internalsComp, EntityUid? user = null) - { - internalsUid = default; - internalsComp = default; - - // If the gas tank doesn't exist for whatever reason, don't even bother - if (TerminatingOrDeleted(ent.Owner)) - return false; - - user ??= ent.Comp.User; - // Check if the gas tank's user actually has the component that allows them to use a gas tank and mask - if (TryComp(user, out var userInternalsComp) && userInternalsComp != null) - { - internalsUid = user; - internalsComp = userInternalsComp; - return true; - } - - // Yeah I have no clue what this actually does, I appreciate the lack of comments on the original function - if (_containers.TryGetContainingContainer((ent.Owner, Transform(ent.Owner)), out var container) && container != null) - { - if (TryComp(container.Owner, out var containerInternalsComp) && containerInternalsComp != null) - { - internalsUid = container.Owner; - internalsComp = containerInternalsComp; - return true; - } - } - - return false; - } - public void AssumeAir(Entity ent, GasMixture giver) { _atmosphereSystem.Merge(ent.Comp.Air, giver); @@ -404,21 +234,5 @@ namespace Content.Server.Atmos.EntitySystems { args.Price += _atmosphereSystem.GetPrice(component.Air); } - - private void OnGetAlternativeVerb(EntityUid uid, GasTankComponent component, GetVerbsEvent args) - { - if (!args.CanAccess || !args.CanInteract || args.Hands == null) - return; - args.Verbs.Add(new AlternativeVerb() - { - Text = component.IsValveOpen ? Loc.GetString("comp-gas-tank-close-valve") : Loc.GetString("comp-gas-tank-open-valve"), - Act = () => - { - component.IsValveOpen = !component.IsValveOpen; - _audioSys.PlayPvs(component.ValveSound, uid); - }, - Disabled = component.IsConnected, - }); - } } } diff --git a/Content.Server/Atmos/EntitySystems/PipeRestrictOverlapSystem.cs b/Content.Server/Atmos/EntitySystems/PipeRestrictOverlapSystem.cs index c2ff87ca79..f64aff47f4 100644 --- a/Content.Server/Atmos/EntitySystems/PipeRestrictOverlapSystem.cs +++ b/Content.Server/Atmos/EntitySystems/PipeRestrictOverlapSystem.cs @@ -5,6 +5,7 @@ using Content.Server.NodeContainer.Nodes; using Content.Server.Popups; using Content.Shared.Atmos; using Content.Shared.Construction.Components; +using Content.Shared.NodeContainer; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Map.Components; diff --git a/Content.Server/Atmos/IGasMixtureHolder.cs b/Content.Server/Atmos/IGasMixtureHolder.cs deleted file mode 100644 index 65d7ba69a7..0000000000 --- a/Content.Server/Atmos/IGasMixtureHolder.cs +++ /dev/null @@ -1,9 +0,0 @@ -using Content.Shared.Atmos; - -namespace Content.Server.Atmos -{ - public interface IGasMixtureHolder - { - public GasMixture Air { get; set; } - } -} diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs index 10049e273b..53cc35463c 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs @@ -3,6 +3,7 @@ using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; using Content.Shared.Atmos.Components; +using Content.Shared.NodeContainer; using Robust.Shared.Map.Components; namespace Content.Server.Atmos.Piping.EntitySystems; diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs index bc925e433c..25439736c7 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs @@ -7,6 +7,7 @@ using Content.Server.Popups; using Content.Shared.Atmos; using Content.Shared.Construction.Components; using Content.Shared.Destructible; +using Content.Shared.NodeContainer; using Content.Shared.Popups; using JetBrains.Annotations; diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs deleted file mode 100644 index afbfb91249..0000000000 --- a/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs +++ /dev/null @@ -1,73 +0,0 @@ -using Content.Shared.Atmos; -using Content.Shared.Containers.ItemSlots; -using Content.Shared.Guidebook; -using Robust.Shared.Audio; - -namespace Content.Server.Atmos.Piping.Unary.Components -{ - [RegisterComponent] - public sealed partial class GasCanisterComponent : Component, IGasMixtureHolder - { - [ViewVariables(VVAccess.ReadWrite)] - [DataField("port")] - public string PortName { get; set; } = "port"; - - /// - /// Container name for the gas tank holder. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("container")] - public string ContainerName { get; set; } = "tank_slot"; - - [ViewVariables(VVAccess.ReadWrite)] - [DataField] - public ItemSlot GasTankSlot = new(); - - [ViewVariables(VVAccess.ReadWrite)] - [DataField("gasMixture")] - public GasMixture Air { get; set; } = new(); - - /// - /// Last recorded pressure, for appearance-updating purposes. - /// - public float LastPressure { get; set; } = 0f; - - /// - /// Minimum release pressure possible for the release valve. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("minReleasePressure")] - public float MinReleasePressure { get; set; } = Atmospherics.OneAtmosphere / 10; - - /// - /// Maximum release pressure possible for the release valve. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("maxReleasePressure")] - public float MaxReleasePressure { get; set; } = Atmospherics.OneAtmosphere * 10; - - /// - /// Valve release pressure. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("releasePressure")] - public float ReleasePressure { get; set; } = Atmospherics.OneAtmosphere; - - /// - /// Whether the release valve is open on the canister. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("releaseValve")] - public bool ReleaseValve { get; set; } = false; - - [DataField("accessDeniedSound")] - public SoundSpecifier AccessDeniedSound = new SoundPathSpecifier("/Audio/Machines/custom_deny.ogg"); - - #region GuidebookData - - [GuidebookData] - public float Volume => Air.Volume; - - #endregion - } -} diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs index 292b6d94f8..a8f505ca5d 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs @@ -1,55 +1,32 @@ -using Content.Server.Administration.Logs; -using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; -using Content.Server.Atmos.Piping.Unary.Components; using Content.Server.Cargo.Systems; -using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; -using Content.Server.Popups; using Content.Shared.Atmos; +using Content.Shared.Atmos.Components; using Content.Shared.Atmos.Piping.Binary.Components; -using Content.Shared.Containers.ItemSlots; +using Content.Shared.Atmos.Piping.Unary.Systems; using Content.Shared.Database; -using Content.Shared.Interaction; -using Content.Shared.Lock; -using Robust.Server.GameObjects; -using Robust.Shared.Audio.Systems; -using Robust.Shared.Containers; -using Robust.Shared.Player; +using Content.Shared.NodeContainer; +using GasCanisterComponent = Content.Shared.Atmos.Piping.Unary.Components.GasCanisterComponent; namespace Content.Server.Atmos.Piping.Unary.EntitySystems; -public sealed class GasCanisterSystem : EntitySystem +public sealed class GasCanisterSystem : SharedGasCanisterSystem { [Dependency] private readonly AtmosphereSystem _atmos = default!; - [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly PopupSystem _popup = default!; - [Dependency] private readonly UserInterfaceSystem _ui = default!; [Dependency] private readonly NodeContainerSystem _nodeContainer = default!; - [Dependency] private readonly ItemSlotsSystem _slots = default!; public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnCanisterStartup); SubscribeLocalEvent(OnCanisterUpdated); - SubscribeLocalEvent(OnCanisterActivate, after: new[] { typeof(LockSystem) }); - SubscribeLocalEvent(OnCanisterInteractHand); - SubscribeLocalEvent(OnCanisterInsertAttempt); - SubscribeLocalEvent(OnCanisterContainerInserted); - SubscribeLocalEvent(OnCanisterContainerRemoved); SubscribeLocalEvent(CalculateCanisterPrice); SubscribeLocalEvent(OnAnalyzed); - // Bound UI subscriptions - SubscribeLocalEvent(OnHoldingTankEjectMessage); - SubscribeLocalEvent(OnCanisterChangeReleasePressure); - SubscribeLocalEvent(OnCanisterChangeReleaseValve); } /// @@ -65,24 +42,16 @@ public sealed class GasCanisterSystem : EntitySystem if (environment is not null) _atmos.Merge(environment, canister.Air); - _adminLogger.Add(LogType.CanisterPurged, LogImpact.Medium, $"Canister {ToPrettyString(uid):canister} purged its contents of {canister.Air:gas} into the environment."); + AdminLogger.Add(LogType.CanisterPurged, LogImpact.Medium, $"Canister {ToPrettyString(uid):canister} purged its contents of {canister.Air:gas} into the environment."); canister.Air.Clear(); } - private void OnCanisterStartup(EntityUid uid, GasCanisterComponent comp, ComponentStartup args) - { - // Ensure container - _slots.AddItemSlot(uid, comp.ContainerName, comp.GasTankSlot); - } - - private void DirtyUI(EntityUid uid, - GasCanisterComponent? canister = null, NodeContainerComponent? nodeContainer = null) + protected override void DirtyUI(EntityUid uid, GasCanisterComponent? canister = null, NodeContainerComponent? nodeContainer = null) { if (!Resolve(uid, ref canister, ref nodeContainer)) return; var portStatus = false; - string? tankLabel = null; var tankPressure = 0f; if (_nodeContainer.TryGetNode(nodeContainer, canister.PortName, out PipeNode? portNode) && portNode.NodeGroup?.Nodes.Count > 1) @@ -92,62 +61,11 @@ public sealed class GasCanisterSystem : EntitySystem { var tank = canister.GasTankSlot.Item.Value; var tankComponent = Comp(tank); - tankLabel = Name(tank); tankPressure = tankComponent.Air.Pressure; } - _ui.SetUiState(uid, GasCanisterUiKey.Key, - new GasCanisterBoundUserInterfaceState(Name(uid), - canister.Air.Pressure, portStatus, tankLabel, tankPressure, canister.ReleasePressure, - canister.ReleaseValve, canister.MinReleasePressure, canister.MaxReleasePressure)); - } - - private void OnHoldingTankEjectMessage(EntityUid uid, GasCanisterComponent canister, GasCanisterHoldingTankEjectMessage args) - { - if (canister.GasTankSlot.Item == null) - return; - - var item = canister.GasTankSlot.Item; - _slots.TryEjectToHands(uid, canister.GasTankSlot, args.Actor); - - if (canister.ReleaseValve) - { - _adminLogger.Add(LogType.CanisterTankEjected, LogImpact.High, $"Player {ToPrettyString(args.Actor):player} ejected tank {ToPrettyString(item):tank} from {ToPrettyString(uid):canister} while the valve was open, releasing [{GetContainedGasesString((uid, canister))}] to atmosphere"); - } - else - { - _adminLogger.Add(LogType.CanisterTankEjected, LogImpact.Medium, $"Player {ToPrettyString(args.Actor):player} ejected tank {ToPrettyString(item):tank} from {ToPrettyString(uid):canister}"); - } - } - - private void OnCanisterChangeReleasePressure(EntityUid uid, GasCanisterComponent canister, GasCanisterChangeReleasePressureMessage args) - { - var pressure = Math.Clamp(args.Pressure, canister.MinReleasePressure, canister.MaxReleasePressure); - - _adminLogger.Add(LogType.CanisterPressure, LogImpact.Medium, $"{ToPrettyString(args.Actor):player} set the release pressure on {ToPrettyString(uid):canister} to {args.Pressure}"); - - canister.ReleasePressure = pressure; - DirtyUI(uid, canister); - } - - private void OnCanisterChangeReleaseValve(EntityUid uid, GasCanisterComponent canister, GasCanisterChangeReleaseValveMessage args) - { - // filling a jetpack with plasma is less important than filling a room with it - var hasItem = canister.GasTankSlot.HasItem; - var impact = hasItem ? LogImpact.Medium : LogImpact.High; - - _adminLogger.Add( - LogType.CanisterValve, - impact, - $"{ToPrettyString(args.Actor):player} {(args.Valve ? "opened" : "closed")} the valve on {ToPrettyString(uid):canister} to {(hasItem ? "inserted tank" : "environment")} while it contained [{GetContainedGasesString((uid, canister))}]"); - - canister.ReleaseValve = args.Valve; - DirtyUI(uid, canister); - } - - private static string GetContainedGasesString(Entity canister) - { - return string.Join(", ", canister.Comp.Air); + UI.SetUiState(uid, GasCanisterUiKey.Key, + new GasCanisterBoundUserInterfaceState(canister.Air.Pressure, portStatus, tankPressure)); } private void OnCanisterUpdated(EntityUid uid, GasCanisterComponent canister, ref AtmosDeviceUpdateEvent args) @@ -207,76 +125,6 @@ public sealed class GasCanisterSystem : EntitySystem } } - private void OnCanisterActivate(EntityUid uid, GasCanisterComponent component, ActivateInWorldEvent args) - { - if (!args.Complex) - return; - - if (!TryComp(args.User, out var actor)) - return; - - if (CheckLocked(uid, component, args.User)) - return; - - // Needs to be here so the locked check still happens if the canister - // is locked and you don't have permissions - if (args.Handled) - return; - - _ui.OpenUi(uid, GasCanisterUiKey.Key, actor.PlayerSession); - args.Handled = true; - } - - private void OnCanisterInteractHand(EntityUid uid, GasCanisterComponent component, InteractHandEvent args) - { - if (!TryComp(args.User, out var actor)) - return; - - if (CheckLocked(uid, component, args.User)) - return; - - _ui.OpenUi(uid, GasCanisterUiKey.Key, actor.PlayerSession); - args.Handled = true; - } - - private void OnCanisterInsertAttempt(EntityUid uid, GasCanisterComponent component, ref ItemSlotInsertAttemptEvent args) - { - if (args.Slot.ID != component.ContainerName || args.User == null) - return; - - if (!TryComp(args.Item, out var gasTank) || gasTank.IsValveOpen) - { - args.Cancelled = true; - return; - } - - // Preventing inserting a tank since if its locked you cant remove it. - if (!CheckLocked(uid, component, args.User.Value)) - return; - - args.Cancelled = true; - } - - private void OnCanisterContainerInserted(EntityUid uid, GasCanisterComponent component, EntInsertedIntoContainerMessage args) - { - if (args.Container.ID != component.ContainerName) - return; - - DirtyUI(uid, component); - - _appearance.SetData(uid, GasCanisterVisuals.TankInserted, true); - } - - private void OnCanisterContainerRemoved(EntityUid uid, GasCanisterComponent component, EntRemovedFromContainerMessage args) - { - if (args.Container.ID != component.ContainerName) - return; - - DirtyUI(uid, component); - - _appearance.SetData(uid, GasCanisterVisuals.TankInserted, false); - } - /// /// Mix air from a gas container into a pipe net. /// Useful for anything that uses connector ports. @@ -317,23 +165,4 @@ public sealed class GasCanisterSystem : EntitySystem args.GasMixtures.Add((Name(tank), tankComponent.Air)); } } - - /// - /// Check if the canister is locked, playing its sound and popup if so. - /// - /// - /// True if locked, false otherwise. - /// - private bool CheckLocked(EntityUid uid, GasCanisterComponent comp, EntityUid user) - { - if (TryComp(uid, out var lockComp) && lockComp.Locked) - { - _popup.PopupEntity(Loc.GetString("gas-canister-popup-denied"), uid, user); - _audio.PlayPvs(comp.AccessDeniedSound, uid); - - return true; - } - - return false; - } } diff --git a/Content.Server/Body/Components/InternalsComponent.cs b/Content.Server/Body/Components/InternalsComponent.cs deleted file mode 100644 index a7edab4a6b..0000000000 --- a/Content.Server/Body/Components/InternalsComponent.cs +++ /dev/null @@ -1,29 +0,0 @@ -using Content.Shared.Alert; -using Robust.Shared.Prototypes; - -namespace Content.Server.Body.Components -{ - /// - /// Handles hooking up a mask (breathing tool) / gas tank together and allowing the Owner to breathe through it. - /// - [RegisterComponent] - public sealed partial class InternalsComponent : Component - { - [ViewVariables] - public EntityUid? GasTankEntity; - - [ViewVariables] - public HashSet BreathTools { get; set; } = new(); - - /// - /// Toggle Internals delay when the target is not you. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField] - public TimeSpan Delay = TimeSpan.FromSeconds(3); - - [DataField] - public ProtoId InternalsAlert = "Internals"; - } - -} diff --git a/Content.Server/Body/Systems/InternalsSystem.cs b/Content.Server/Body/Systems/InternalsSystem.cs index 7e86cb6f07..29c2c363d2 100644 --- a/Content.Server/Body/Systems/InternalsSystem.cs +++ b/Content.Server/Body/Systems/InternalsSystem.cs @@ -1,28 +1,21 @@ -using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Server.Body.Components; using Content.Server.Popups; using Content.Shared.Alert; using Content.Shared.Atmos; +using Content.Shared.Atmos.Components; +using Content.Shared.Body.Components; +using Content.Shared.Body.Systems; using Content.Shared.DoAfter; -using Content.Shared.Hands.Components; using Content.Shared.Internals; using Content.Shared.Inventory; using Content.Shared.Roles; -using Content.Shared.Verbs; -using Robust.Shared.Containers; -using Robust.Shared.Utility; namespace Content.Server.Body.Systems; -public sealed class InternalsSystem : EntitySystem +public sealed class InternalsSystem : SharedInternalsSystem { [Dependency] private readonly AlertsSystem _alerts = default!; - [Dependency] private readonly AtmosphereSystem _atmos = default!; - [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; [Dependency] private readonly GasTankSystem _gasTank = default!; - [Dependency] private readonly InventorySystem _inventory = default!; - [Dependency] private readonly PopupSystem _popupSystem = default!; [Dependency] private readonly RespiratorSystem _respirator = default!; private EntityQuery _internalsQuery; @@ -34,12 +27,6 @@ public sealed class InternalsSystem : EntitySystem _internalsQuery = GetEntityQuery(); SubscribeLocalEvent(OnInhaleLocation); - SubscribeLocalEvent(OnInternalsStartup); - SubscribeLocalEvent(OnInternalsShutdown); - SubscribeLocalEvent>(OnGetInteractionVerbs); - SubscribeLocalEvent(OnDoAfter); - SubscribeLocalEvent(OnToggleInternalsAlert); - SubscribeLocalEvent(OnStartingGear); } @@ -66,120 +53,6 @@ public sealed class InternalsSystem : EntitySystem ToggleInternals(uid, uid, force: false, component); } - private void OnGetInteractionVerbs( - Entity ent, - ref GetVerbsEvent args) - { - if (!args.CanAccess || !args.CanInteract || args.Hands is null) - return; - - if (!AreInternalsWorking(ent) && ent.Comp.BreathTools.Count == 0) - return; - - var user = args.User; - - InteractionVerb verb = new() - { - Act = () => - { - ToggleInternals(ent, user, force: false, ent); - }, - Message = Loc.GetString("action-description-internals-toggle"), - Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/dot.svg.192dpi.png")), - Text = Loc.GetString("action-name-internals-toggle"), - }; - - args.Verbs.Add(verb); - } - - public void ToggleInternals( - EntityUid uid, - EntityUid user, - bool force, - InternalsComponent? internals = null) - { - if (!Resolve(uid, ref internals, logMissing: false)) - return; - - // Toggle off if they're on - if (AreInternalsWorking(internals)) - { - if (force) - { - DisconnectTank((uid, internals)); - return; - } - - StartToggleInternalsDoAfter(user, (uid, internals)); - return; - } - - // If they're not on then check if we have a mask to use - if (internals.BreathTools.Count == 0) - { - _popupSystem.PopupEntity(Loc.GetString("internals-no-breath-tool"), uid, user); - return; - } - - var tank = FindBestGasTank(uid); - - if (tank is null) - { - _popupSystem.PopupEntity(Loc.GetString("internals-no-tank"), uid, user); - return; - } - - if (!force) - { - StartToggleInternalsDoAfter(user, (uid, internals)); - return; - } - - _gasTank.ConnectToInternals(tank.Value); - } - - private void StartToggleInternalsDoAfter(EntityUid user, Entity targetEnt) - { - // Is the target not you? If yes, use a do-after to give them time to respond. - var isUser = user == targetEnt.Owner; - var delay = !isUser ? targetEnt.Comp.Delay : TimeSpan.Zero; - - _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, user, delay, new InternalsDoAfterEvent(), targetEnt, target: targetEnt) - { - BreakOnDamage = true, - BreakOnMove = true, - MovementThreshold = 0.1f, - }); - } - - private void OnDoAfter(Entity ent, ref InternalsDoAfterEvent args) - { - if (args.Cancelled || args.Handled) - return; - - ToggleInternals(ent, args.User, force: true, ent); - - args.Handled = true; - } - - private void OnToggleInternalsAlert(Entity ent, ref ToggleInternalsAlertEvent args) - { - if (args.Handled) - return; - ToggleInternals(ent, ent, false, internals: ent.Comp); - args.Handled = true; - } - - private void OnInternalsStartup(Entity ent, ref ComponentStartup args) - { - _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); - } - - private void OnInternalsShutdown(Entity ent, ref ComponentShutdown args) - { - _alerts.ClearAlert(ent, ent.Comp.InternalsAlert); - } - private void OnInhaleLocation(Entity ent, ref InhaleLocationEvent args) { if (AreInternalsWorking(ent)) @@ -190,110 +63,4 @@ public sealed class InternalsSystem : EntitySystem _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); } } - public void DisconnectBreathTool(Entity ent, EntityUid toolEntity) - { - ent.Comp.BreathTools.Remove(toolEntity); - - if (TryComp(toolEntity, out BreathToolComponent? breathTool)) - _atmos.DisconnectInternals((toolEntity, breathTool)); - - if (ent.Comp.BreathTools.Count == 0) - DisconnectTank(ent); - - _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); - } - - public void ConnectBreathTool(Entity ent, EntityUid toolEntity) - { - if (!ent.Comp.BreathTools.Add(toolEntity)) - return; - - _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); - } - - public void DisconnectTank(Entity ent) - { - if (TryComp(ent.Comp.GasTankEntity, out GasTankComponent? tank)) - _gasTank.DisconnectFromInternals((ent.Comp.GasTankEntity.Value, tank)); - - ent.Comp.GasTankEntity = null; - _alerts.ShowAlert(ent.Owner, ent.Comp.InternalsAlert, GetSeverity(ent.Comp)); - } - - public bool TryConnectTank(Entity ent, EntityUid tankEntity) - { - if (ent.Comp.BreathTools.Count == 0) - return false; - - if (TryComp(ent.Comp.GasTankEntity, out GasTankComponent? tank)) - _gasTank.DisconnectFromInternals((ent.Comp.GasTankEntity.Value, tank)); - - ent.Comp.GasTankEntity = tankEntity; - _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); - return true; - } - - public bool AreInternalsWorking(EntityUid uid, InternalsComponent? component = null) - { - return Resolve(uid, ref component, logMissing: false) - && AreInternalsWorking(component); - } - - public bool AreInternalsWorking(InternalsComponent component) - { - return TryComp(component.BreathTools.FirstOrNull(), out BreathToolComponent? breathTool) - && breathTool.IsFunctional - && HasComp(component.GasTankEntity); - } - - private short GetSeverity(InternalsComponent component) - { - if (component.BreathTools.Count == 0 || !AreInternalsWorking(component)) - return 2; - - // If pressure in the tank is below low pressure threshold, flash warning on internals UI - if (TryComp(component.GasTankEntity, out var gasTank) - && gasTank.IsLowPressure) - { - return 0; - } - - return 1; - } - - public Entity? FindBestGasTank( - Entity user) - { - // TODO use _respirator.CanMetabolizeGas() to prioritize metabolizable gasses - // Prioritise - // 1. back equipped tanks - // 2. exo-slot tanks - // 3. in-hand tanks - // 4. pocket/belt tanks - - if (!Resolve(user, ref user.Comp2, ref user.Comp3)) - return null; - - if (_inventory.TryGetSlotEntity(user, "back", out var backEntity, user.Comp2, user.Comp3) && - TryComp(backEntity, out var backGasTank) && - _gasTank.CanConnectToInternals((backEntity.Value, backGasTank))) - { - return (backEntity.Value, backGasTank); - } - - if (_inventory.TryGetSlotEntity(user, "suitstorage", out var entity, user.Comp2, user.Comp3) && - TryComp(entity, out var gasTank) && - _gasTank.CanConnectToInternals((entity.Value, gasTank))) - { - return (entity.Value, gasTank); - } - - foreach (var item in _inventory.GetHandOrInventoryEntities((user.Owner, user.Comp1, user.Comp2))) - { - if (TryComp(item, out gasTank) && _gasTank.CanConnectToInternals((item, gasTank))) - return (item, gasTank); - } - - return null; - } } diff --git a/Content.Server/Body/Systems/LungSystem.cs b/Content.Server/Body/Systems/LungSystem.cs index 82ec490a4a..273a8466ca 100644 --- a/Content.Server/Body/Systems/LungSystem.cs +++ b/Content.Server/Body/Systems/LungSystem.cs @@ -1,4 +1,3 @@ -using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; using Content.Shared.Chemistry.EntitySystems; @@ -6,6 +5,8 @@ using Content.Shared.Atmos; using Content.Shared.Chemistry.Components; using Content.Shared.Clothing; using Content.Shared.Inventory.Events; +using BreathToolComponent = Content.Shared.Atmos.Components.BreathToolComponent; +using InternalsComponent = Content.Shared.Body.Components.InternalsComponent; namespace Content.Server.Body.Systems; @@ -23,7 +24,6 @@ public sealed class LungSystem : EntitySystem SubscribeLocalEvent(OnComponentInit); SubscribeLocalEvent(OnGotEquipped); SubscribeLocalEvent(OnGotUnequipped); - SubscribeLocalEvent(OnMaskToggled); } private void OnGotUnequipped(Entity ent, ref GotUnequippedEvent args) @@ -38,8 +38,6 @@ public sealed class LungSystem : EntitySystem return; } - ent.Comp.IsFunctional = true; - if (TryComp(args.Equipee, out InternalsComponent? internals)) { ent.Comp.ConnectedInternalsEntity = args.Equipee; @@ -56,24 +54,6 @@ public sealed class LungSystem : EntitySystem } } - private void OnMaskToggled(Entity ent, ref ItemMaskToggledEvent args) - { - if (args.Mask.Comp.IsToggled) - { - _atmos.DisconnectInternals(ent); - } - else - { - ent.Comp.IsFunctional = true; - - if (TryComp(args.Wearer, out InternalsComponent? internals)) - { - ent.Comp.ConnectedInternalsEntity = args.Wearer; - _internals.ConnectBreathTool((args.Wearer.Value, internals), ent); - } - } - } - public void GasToReagent(EntityUid uid, LungComponent lung) { if (!_solutionContainerSystem.ResolveSolution(uid, lung.SolutionName, ref lung.Solution, out var solution)) diff --git a/Content.Server/DeviceLinking/Systems/PowerSensorSystem.cs b/Content.Server/DeviceLinking/Systems/PowerSensorSystem.cs index 9975f04bbb..b03cceda0f 100644 --- a/Content.Server/DeviceLinking/Systems/PowerSensorSystem.cs +++ b/Content.Server/DeviceLinking/Systems/PowerSensorSystem.cs @@ -5,6 +5,7 @@ using Content.Server.Power.Nodes; using Content.Server.Power.NodeGroups; using Content.Shared.Examine; using Content.Shared.Interaction; +using Content.Shared.NodeContainer; using Content.Shared.Popups; using Content.Shared.Power.Generator; using Content.Shared.Timing; diff --git a/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs index 4f021e7b71..ad13f9211d 100644 --- a/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs @@ -1,5 +1,6 @@ using Content.Server.DeviceNetwork.Systems; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; namespace Content.Server.DeviceNetwork.Components { diff --git a/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs index 798a9b540e..288732bb0a 100644 --- a/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs @@ -5,6 +5,7 @@ using JetBrains.Annotations; using Content.Server.Power.EntitySystems; using Content.Server.Power.Nodes; using Content.Shared.DeviceNetwork.Events; +using Content.Shared.NodeContainer; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/Electrocution/ElectrocutionNode.cs b/Content.Server/Electrocution/ElectrocutionNode.cs index c8e437d353..ddf09fcce7 100644 --- a/Content.Server/Electrocution/ElectrocutionNode.cs +++ b/Content.Server/Electrocution/ElectrocutionNode.cs @@ -1,6 +1,7 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; using Robust.Shared.Map.Components; namespace Content.Server.Electrocution diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index 0059a8b427..957f881bed 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -17,6 +17,8 @@ using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Jittering; using Content.Shared.Maps; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Content.Shared.Popups; using Content.Shared.Speech.EntitySystems; using Content.Shared.StatusEffect; diff --git a/Content.Server/Movement/Systems/JetpackSystem.cs b/Content.Server/Movement/Systems/JetpackSystem.cs index 546336890f..2ca807ae72 100644 --- a/Content.Server/Movement/Systems/JetpackSystem.cs +++ b/Content.Server/Movement/Systems/JetpackSystem.cs @@ -1,5 +1,6 @@ using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; +using Content.Shared.Atmos.Components; using Content.Shared.Movement.Components; using Content.Shared.Movement.Systems; using Robust.Shared.Collections; diff --git a/Content.Server/NodeContainer/EntitySystems/NodeContainerSystem.cs b/Content.Server/NodeContainer/EntitySystems/NodeContainerSystem.cs index c0603949be..ac818e08dc 100644 --- a/Content.Server/NodeContainer/EntitySystems/NodeContainerSystem.cs +++ b/Content.Server/NodeContainer/EntitySystems/NodeContainerSystem.cs @@ -2,6 +2,8 @@ using System.Diagnostics.CodeAnalysis; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Shared.Examine; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using JetBrains.Annotations; namespace Content.Server.NodeContainer.EntitySystems diff --git a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs index 62806fe84f..7b55e20f8a 100644 --- a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs +++ b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs @@ -5,6 +5,7 @@ using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Shared.Administration; using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Enums; diff --git a/Content.Server/NodeContainer/NodeContainerComponent.cs b/Content.Server/NodeContainer/NodeContainerComponent.cs deleted file mode 100644 index de4586d9ac..0000000000 --- a/Content.Server/NodeContainer/NodeContainerComponent.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using Content.Server.NodeContainer.Nodes; - -namespace Content.Server.NodeContainer -{ - /// - /// Creates and maintains a set of s. - /// - [RegisterComponent] - public sealed partial class NodeContainerComponent : Component - { - //HACK: THIS BEING readOnly IS A FILTHY HACK AND I HATE IT --moony - [DataField("nodes", readOnly: true)] public Dictionary Nodes { get; private set; } = new(); - - [DataField("examinable")] public bool Examinable = false; - } -} diff --git a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs index 1481d7b1c2..052d158c1a 100644 --- a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs +++ b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs @@ -1,40 +1,12 @@ using System.Linq; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Shared.Map; using Robust.Shared.Utility; namespace Content.Server.NodeContainer.NodeGroups { - /// - /// Maintains a collection of s, and performs operations requiring a list of - /// all connected s. - /// - public interface INodeGroup - { - bool Remaking { get; } - - /// - /// The list of nodes currently in this group. - /// - IReadOnlyList Nodes { get; } - - void Create(NodeGroupID groupId); - - void Initialize(Node sourceNode, IEntityManager entMan); - - void RemoveNode(Node node); - - void LoadNodes(List groupNodes); - - // In theory, the SS13 curse ensures this method will never be called. - void AfterRemake(IEnumerable> newGroups); - - /// - /// Return any additional data to display for the node-visualizer debug overlay. - /// - string? GetDebugData(); - } - [NodeGroup(NodeGroupID.Default, NodeGroupID.WireNet)] [Virtual] public class BaseNodeGroup : INodeGroup diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs index 9b4979a524..9200be790f 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs @@ -1,3 +1,4 @@ +using Content.Shared.NodeContainer.NodeGroups; using JetBrains.Annotations; namespace Content.Server.NodeContainer.NodeGroups diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs index abebfd1a90..71ca91f0f9 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs @@ -1,5 +1,5 @@ using System.Reflection; -using Content.Server.Power.Generation.Teg; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Shared.Reflection; namespace Content.Server.NodeContainer.NodeGroups @@ -51,22 +51,4 @@ namespace Content.Server.NodeContainer.NodeGroups return instance; } } - - public enum NodeGroupID : byte - { - Default, - HVPower, - MVPower, - Apc, - AMEngine, - Pipe, - WireNet, - - /// - /// Group used by the TEG. - /// - /// - /// - Teg, - } } diff --git a/Content.Server/NodeContainer/NodeGroups/PipeNet.cs b/Content.Server/NodeContainer/NodeGroups/PipeNet.cs index e905a6e78e..3c8e65ca91 100644 --- a/Content.Server/NodeContainer/NodeGroups/PipeNet.cs +++ b/Content.Server/NodeContainer/NodeGroups/PipeNet.cs @@ -3,6 +3,8 @@ using Content.Server.Atmos; using Content.Server.Atmos.EntitySystems; using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Shared.Utility; namespace Content.Server.NodeContainer.NodeGroups diff --git a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs index 6df534b285..d719ccbff0 100644 --- a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs +++ b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs @@ -1,3 +1,4 @@ +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/NodeContainer/Nodes/IRotatableNode.cs b/Content.Server/NodeContainer/Nodes/IRotatableNode.cs index 38b6dbdf19..b2b51367a1 100644 --- a/Content.Server/NodeContainer/Nodes/IRotatableNode.cs +++ b/Content.Server/NodeContainer/Nodes/IRotatableNode.cs @@ -1,3 +1,5 @@ +using Content.Shared.NodeContainer; + namespace Content.Server.NodeContainer.Nodes { /// diff --git a/Content.Server/NodeContainer/Nodes/Node.cs b/Content.Server/NodeContainer/Nodes/Node.cs deleted file mode 100644 index fe9299e453..0000000000 --- a/Content.Server/NodeContainer/Nodes/Node.cs +++ /dev/null @@ -1,104 +0,0 @@ -using Content.Server.NodeContainer.EntitySystems; -using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.Map; -using Robust.Shared.Map.Components; - -namespace Content.Server.NodeContainer.Nodes -{ - /// - /// Organizes themselves into distinct s with other s - /// that they can "reach" and have the same . - /// - [ImplicitDataDefinitionForInheritors] - public abstract partial class Node - { - /// - /// An ID used as a criteria for combining into groups. Determines which - /// implementation is used as a group, detailed in . - /// - [DataField("nodeGroupID")] - public NodeGroupID NodeGroupID { get; private set; } = NodeGroupID.Default; - - /// - /// The node group this node is a part of. - /// - [ViewVariables] public INodeGroup? NodeGroup; - - /// - /// The entity that owns this node via its . - /// - [ViewVariables] public EntityUid Owner { get; private set; } = default!; - - /// - /// If this node should be considered for connection by other nodes. - /// - public virtual bool Connectable(IEntityManager entMan, TransformComponent? xform = null) - { - if (Deleting) - return false; - - if (entMan.IsQueuedForDeletion(Owner)) - return false; - - if (!NeedAnchored) - return true; - - xform ??= entMan.GetComponent(Owner); - return xform.Anchored; - } - - [ViewVariables(VVAccess.ReadWrite)] - [DataField("needAnchored")] - public bool NeedAnchored { get; private set; } = true; - - public virtual void OnAnchorStateChanged(IEntityManager entityManager, bool anchored) { } - - /// - /// Prevents a node from being used by other nodes while midway through removal. - /// - public bool Deleting; - - /// - /// All compatible nodes that are reachable by this node. - /// Effectively, active connections out of this node. - /// - public readonly HashSet ReachableNodes = new(); - - internal int FloodGen; - internal int UndirectGen; - internal bool FlaggedForFlood; - internal int NetId; - - /// - /// Name of this node on the owning . - /// - public string Name = default!; - - /// - /// Invoked when the owning is initialized. - /// - /// The owning entity. - public virtual void Initialize(EntityUid owner, IEntityManager entMan) - { - Owner = owner; - } - - /// - /// How this node will attempt to find other reachable s to group with. - /// Returns a set of s to consider grouping with. Should not return this current . - /// - /// - /// - /// The set of nodes returned can be asymmetrical - /// (meaning that it can return other nodes whose does not return this node). - /// If this is used, creation of a new node may not correctly merge networks unless both sides - /// of this asymmetric relation are made to manually update with . - /// - /// - public abstract IEnumerable GetReachableNodes(TransformComponent xform, - EntityQuery nodeQuery, - EntityQuery xformQuery, - MapGridComponent? grid, - IEntityManager entMan); - } -} diff --git a/Content.Server/NodeContainer/Nodes/NodeHelpers.cs b/Content.Server/NodeContainer/Nodes/NodeHelpers.cs index ad6d59dbaf..c2345fff76 100644 --- a/Content.Server/NodeContainer/Nodes/NodeHelpers.cs +++ b/Content.Server/NodeContainer/Nodes/NodeHelpers.cs @@ -1,4 +1,5 @@ using System.Diagnostics.CodeAnalysis; +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/NodeContainer/Nodes/PipeNode.cs b/Content.Server/NodeContainer/Nodes/PipeNode.cs index 31ee571249..d30d3b1777 100644 --- a/Content.Server/NodeContainer/Nodes/PipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PipeNode.cs @@ -2,6 +2,8 @@ using Content.Server.Atmos; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Shared.Map; using Robust.Shared.Map.Components; using Robust.Shared.Utility; diff --git a/Content.Server/NodeContainer/Nodes/PortPipeNode.cs b/Content.Server/NodeContainer/Nodes/PortPipeNode.cs index 69d85b4224..04e0dc0ab7 100644 --- a/Content.Server/NodeContainer/Nodes/PortPipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PortPipeNode.cs @@ -1,3 +1,4 @@ +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs b/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs index 287cd6b3b5..427288ee50 100644 --- a/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs @@ -1,3 +1,4 @@ +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs b/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs index 7882522d30..3cf25472f0 100644 --- a/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs +++ b/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs @@ -3,6 +3,7 @@ using Content.Server.Atmos.EntitySystems; using Content.Server.Storage.EntitySystems; using Content.Server.Stunnable; using Content.Server.Weapons.Ranged.Systems; +using Content.Shared.Atmos.Components; using Content.Shared.Containers.ItemSlots; using Content.Shared.Interaction; using Content.Shared.PneumaticCannon; diff --git a/Content.Server/Power/Components/BaseNetConnectorComponent.cs b/Content.Server/Power/Components/BaseNetConnectorComponent.cs index f2a1372dbc..b22950c1a1 100644 --- a/Content.Server/Power/Components/BaseNetConnectorComponent.cs +++ b/Content.Server/Power/Components/BaseNetConnectorComponent.cs @@ -2,6 +2,8 @@ using System.Linq; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerMonitoringDeviceComponent.cs b/Content.Server/Power/Components/PowerMonitoringDeviceComponent.cs index c8f90d9ad5..f01710fbe1 100644 --- a/Content.Server/Power/Components/PowerMonitoringDeviceComponent.cs +++ b/Content.Server/Power/Components/PowerMonitoringDeviceComponent.cs @@ -1,6 +1,7 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; using Content.Server.Power.EntitySystems; +using Content.Shared.NodeContainer; using Content.Shared.Power; namespace Content.Server.Power.Components; diff --git a/Content.Server/Power/EntitySystems/CableMultitoolSystem.cs b/Content.Server/Power/EntitySystems/CableMultitoolSystem.cs index 761f274ba5..485f0c00b4 100644 --- a/Content.Server/Power/EntitySystems/CableMultitoolSystem.cs +++ b/Content.Server/Power/EntitySystems/CableMultitoolSystem.cs @@ -4,6 +4,7 @@ using Content.Server.Power.NodeGroups; using Content.Server.Tools; using Content.Shared.Examine; using Content.Shared.Interaction; +using Content.Shared.NodeContainer; using Content.Shared.Tools.Systems; using Content.Shared.Verbs; using JetBrains.Annotations; diff --git a/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs b/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs index 0fc641ed28..7b41af66b9 100644 --- a/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs +++ b/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs @@ -14,6 +14,7 @@ using Robust.Server.GameObjects; using Robust.Shared.Map.Components; using Robust.Shared.Utility; using System.Linq; +using Content.Shared.NodeContainer; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/Generation/Teg/TegNodeGroup.cs b/Content.Server/Power/Generation/Teg/TegNodeGroup.cs index 3c937f8f71..92a353ccb1 100644 --- a/Content.Server/Power/Generation/Teg/TegNodeGroup.cs +++ b/Content.Server/Power/Generation/Teg/TegNodeGroup.cs @@ -2,6 +2,8 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Shared.Map.Components; using Robust.Shared.Utility; diff --git a/Content.Server/Power/Generation/Teg/TegSystem.cs b/Content.Server/Power/Generation/Teg/TegSystem.cs index 04f876c2c2..77848d5c79 100644 --- a/Content.Server/Power/Generation/Teg/TegSystem.cs +++ b/Content.Server/Power/Generation/Teg/TegSystem.cs @@ -11,6 +11,7 @@ using Content.Shared.Atmos; using Content.Shared.DeviceNetwork; using Content.Shared.DeviceNetwork.Events; using Content.Shared.Examine; +using Content.Shared.NodeContainer; using Content.Shared.Power; using Content.Shared.Power.EntitySystems; using Content.Shared.Power.Generation.Teg; diff --git a/Content.Server/Power/Generator/PowerSwitchableSystem.cs b/Content.Server/Power/Generator/PowerSwitchableSystem.cs index 61892f23f8..7b7d7ce256 100644 --- a/Content.Server/Power/Generator/PowerSwitchableSystem.cs +++ b/Content.Server/Power/Generator/PowerSwitchableSystem.cs @@ -3,6 +3,7 @@ using Content.Server.NodeContainer.EntitySystems; using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Power.Nodes; +using Content.Shared.NodeContainer; using Content.Shared.Power.Generator; using Content.Shared.Timing; using Content.Shared.Verbs; diff --git a/Content.Server/Power/NodeGroups/ApcNet.cs b/Content.Server/Power/NodeGroups/ApcNet.cs index 8c0b89b507..60fad61fcc 100644 --- a/Content.Server/Power/NodeGroups/ApcNet.cs +++ b/Content.Server/Power/NodeGroups/ApcNet.cs @@ -3,6 +3,8 @@ using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using JetBrains.Annotations; namespace Content.Server.Power.NodeGroups diff --git a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs index d70fbceed3..6f5673796a 100644 --- a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs +++ b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs @@ -1,6 +1,8 @@ using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/NodeGroups/BasePowerNet.cs b/Content.Server/Power/NodeGroups/BasePowerNet.cs index 1628702225..15ed2630d4 100644 --- a/Content.Server/Power/NodeGroups/BasePowerNet.cs +++ b/Content.Server/Power/NodeGroups/BasePowerNet.cs @@ -2,6 +2,7 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.Power.Pow3r; +using Content.Shared.NodeContainer; using Robust.Shared.Utility; namespace Content.Server.Power.NodeGroups; diff --git a/Content.Server/Power/NodeGroups/PowerNet.cs b/Content.Server/Power/NodeGroups/PowerNet.cs index edbc5661e2..ab84623be4 100644 --- a/Content.Server/Power/NodeGroups/PowerNet.cs +++ b/Content.Server/Power/NodeGroups/PowerNet.cs @@ -5,6 +5,8 @@ using Content.Server.Power.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Utility; using System.Linq; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/Nodes/CableDeviceNode.cs b/Content.Server/Power/Nodes/CableDeviceNode.cs index d7914f2b2e..4089cd5657 100644 --- a/Content.Server/Power/Nodes/CableDeviceNode.cs +++ b/Content.Server/Power/Nodes/CableDeviceNode.cs @@ -1,6 +1,7 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; using Robust.Shared.Map.Components; namespace Content.Server.Power.Nodes diff --git a/Content.Server/Power/Nodes/CableNode.cs b/Content.Server/Power/Nodes/CableNode.cs index 4f2dbd42df..b8c404e8e2 100644 --- a/Content.Server/Power/Nodes/CableNode.cs +++ b/Content.Server/Power/Nodes/CableNode.cs @@ -1,5 +1,6 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/Power/Nodes/CableTerminalNode.cs b/Content.Server/Power/Nodes/CableTerminalNode.cs index bb44e86256..8988a9950b 100644 --- a/Content.Server/Power/Nodes/CableTerminalNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalNode.cs @@ -1,5 +1,6 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/Power/Nodes/CableTerminalPortNode.cs b/Content.Server/Power/Nodes/CableTerminalPortNode.cs index bbce1aff74..f71f1c4aa6 100644 --- a/Content.Server/Power/Nodes/CableTerminalPortNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalPortNode.cs @@ -1,5 +1,6 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; +using Content.Shared.NodeContainer; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenAutoCabling.cs b/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenAutoCabling.cs index aaea23ddd5..1ff28719fc 100644 --- a/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenAutoCabling.cs +++ b/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenAutoCabling.cs @@ -1,6 +1,7 @@ using System.Linq; using System.Threading.Tasks; using Content.Server.NodeContainer; +using Content.Shared.NodeContainer; using Content.Shared.Procedural; using Content.Shared.Procedural.PostGeneration; using Robust.Shared.Random; diff --git a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs index 0a778f5880..2fcfcd8cbb 100644 --- a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs +++ b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs @@ -4,6 +4,8 @@ using Content.Server.Atmos.Piping.EntitySystems; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Administration; +using Content.Shared.NodeContainer; +using Content.Shared.NodeContainer.NodeGroups; using Robust.Shared.Console; namespace Content.Server.Sandbox.Commands diff --git a/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs b/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs index bdd775c792..f8027b2f14 100644 --- a/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs +++ b/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs @@ -7,6 +7,7 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.Singularity.Components; using Content.Shared.Atmos; +using Content.Shared.Atmos.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Radiation.Events; diff --git a/Content.Shared/Alert/AlertsSystem.cs b/Content.Shared/Alert/AlertsSystem.cs index c8f2a8e6bc..429c0670ad 100644 --- a/Content.Shared/Alert/AlertsSystem.cs +++ b/Content.Shared/Alert/AlertsSystem.cs @@ -8,8 +8,8 @@ namespace Content.Shared.Alert; public abstract class AlertsSystem : EntitySystem { - [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; private FrozenDictionary, AlertPrototype> _typeToAlert = default!; @@ -328,7 +328,15 @@ public abstract class AlertsSystem : EntitySystem return; } - ActivateAlert(player.Value, alert); + if (ActivateAlert(player.Value, alert) && _timing.IsFirstTimePredicted) + { + HandledAlert(); + } + } + + protected virtual void HandledAlert() + { + } public bool ActivateAlert(EntityUid user, AlertPrototype alert) diff --git a/Content.Shared/Atmos/Components/BreathToolComponent.cs b/Content.Shared/Atmos/Components/BreathToolComponent.cs new file mode 100644 index 0000000000..b511258ff8 --- /dev/null +++ b/Content.Shared/Atmos/Components/BreathToolComponent.cs @@ -0,0 +1,28 @@ +using Content.Shared.Body.Components; +using Content.Shared.Inventory; +using Robust.Shared.GameStates; + +namespace Content.Shared.Atmos.Components; + +/// +/// Gas masks or the likes; used by for breathing. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[ComponentProtoName("BreathMask")] +public sealed partial class BreathToolComponent : Component +{ + /// + /// Tool is functional only in allowed slots + /// + [DataField] + public SlotFlags AllowedSlots = SlotFlags.MASK | SlotFlags.HEAD; + + [ViewVariables] + public bool IsFunctional => ConnectedInternalsEntity != null; + + /// + /// Entity that the breath tool is currently connected to. + /// + [DataField, AutoNetworkedField] + public EntityUid? ConnectedInternalsEntity; +} diff --git a/Content.Shared/Atmos/Components/GasTankComponent.cs b/Content.Shared/Atmos/Components/GasTankComponent.cs new file mode 100644 index 0000000000..4214913f38 --- /dev/null +++ b/Content.Shared/Atmos/Components/GasTankComponent.cs @@ -0,0 +1,120 @@ +using Robust.Shared.Audio; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Atmos.Components; + +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)] +public sealed partial class GasTankComponent : Component, IGasMixtureHolder +{ + public const float MaxExplosionRange = 26f; + private const float DefaultLowPressure = 0f; + private const float DefaultOutputPressure = Atmospherics.OneAtmosphere; + + public int Integrity = 3; + public bool IsLowPressure => Air.Pressure <= TankLowPressure; + + [DataField] + public SoundSpecifier RuptureSound = new SoundPathSpecifier("/Audio/Effects/spray.ogg"); + + [DataField] + public SoundSpecifier? ConnectSound = + new SoundPathSpecifier("/Audio/Effects/internals.ogg") + { + Params = AudioParams.Default.WithVolume(5f), + }; + + [DataField] + public SoundSpecifier? DisconnectSound; + + // Cancel toggles sounds if we re-toggle again. + + public EntityUid? ConnectStream; + public EntityUid? DisconnectStream; + + [DataField] + public GasMixture Air { get; set; } = new(); + + /// + /// Pressure at which tank should be considered 'low' such as for internals. + /// + [DataField] + public float TankLowPressure = DefaultLowPressure; + + /// + /// Distributed pressure. + /// + [DataField] + public float OutputPressure = DefaultOutputPressure; + + /// + /// The maximum allowed output pressure. + /// + [DataField] + public float MaxOutputPressure = 3 * DefaultOutputPressure; + + /// + /// Tank is connected to internals. + /// + [ViewVariables] + public bool IsConnected => User != null; + + [DataField, AutoNetworkedField] + public EntityUid? User; + + /// + /// True if this entity was recently moved out of a container. This might have been a hand -> inventory + /// transfer, or it might have been the user dropping the tank. This indicates the tank needs to be checked. + /// + [ViewVariables] + public bool CheckUser; + + /// + /// Pressure at which tanks start leaking. + /// + [DataField] + public float TankLeakPressure = 30 * Atmospherics.OneAtmosphere; + + /// + /// Pressure at which tank spills all contents into atmosphere. + /// + [DataField] + public float TankRupturePressure = 40 * Atmospherics.OneAtmosphere; + + /// + /// Base 3x3 explosion. + /// + [DataField] + public float TankFragmentPressure = 50 * Atmospherics.OneAtmosphere; + + /// + /// Increases explosion for each scale kPa above threshold. + /// + [DataField] + public float TankFragmentScale = 2 * Atmospherics.OneAtmosphere; + + [DataField] + public EntProtoId ToggleAction = "ActionToggleInternals"; + + [DataField, AutoNetworkedField] + public EntityUid? ToggleActionEntity; + + /// + /// Valve to release gas from tank + /// + [DataField, AutoNetworkedField] + public bool IsValveOpen; + + /// + /// Gas release rate in L/s + /// + [DataField, AutoNetworkedField] + public float ValveOutputRate = 100f; + + [DataField] + public SoundSpecifier ValveSound = + new SoundCollectionSpecifier("valveSqueak") + { + Params = AudioParams.Default.WithVolume(-5f), + }; +} diff --git a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs index f6751a3ebc..536d040766 100644 --- a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs +++ b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs @@ -1,31 +1,24 @@ using Robust.Shared.Serialization; -namespace Content.Shared.Atmos.Components +namespace Content.Shared.Atmos.Components; + +[Serializable, NetSerializable] +public enum SharedGasTankUiKey : byte { - [Serializable, NetSerializable] - public enum SharedGasTankUiKey - { - Key - } - - [Serializable, NetSerializable] - public sealed class GasTankToggleInternalsMessage : BoundUserInterfaceMessage - { - } - - [Serializable, NetSerializable] - public sealed class GasTankSetPressureMessage : BoundUserInterfaceMessage - { - public float Pressure { get; set; } - } - - [Serializable, NetSerializable] - public sealed class GasTankBoundUserInterfaceState : BoundUserInterfaceState - { - public float TankPressure { get; set; } - public float? OutputPressure { get; set; } - public bool InternalsConnected { get; set; } - public bool CanConnectInternals { get; set; } - - } + Key +} + +[Serializable, NetSerializable] +public sealed class GasTankToggleInternalsMessage : BoundUserInterfaceMessage; + +[Serializable, NetSerializable] +public sealed class GasTankSetPressureMessage : BoundUserInterfaceMessage +{ + public float Pressure; +} + +[Serializable, NetSerializable] +public sealed class GasTankBoundUserInterfaceState : BoundUserInterfaceState +{ + public float TankPressure; } diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.BreathTool.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.BreathTool.cs new file mode 100644 index 0000000000..26b4d1949f --- /dev/null +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.BreathTool.cs @@ -0,0 +1,51 @@ +using Content.Shared.Atmos.Components; +using Content.Shared.Body.Components; +using Content.Shared.Clothing; + +namespace Content.Shared.Atmos.EntitySystems; + +public abstract partial class SharedAtmosphereSystem +{ + private void InitializeBreathTool() + { + SubscribeLocalEvent(OnBreathToolShutdown); + SubscribeLocalEvent(OnMaskToggled); + } + + private void OnBreathToolShutdown(Entity entity, ref ComponentShutdown args) + { + DisconnectInternals(entity); + } + + public void DisconnectInternals(Entity entity, bool forced = false) + { + var old = entity.Comp.ConnectedInternalsEntity; + + if (old == null) + return; + + entity.Comp.ConnectedInternalsEntity = null; + + if (_internalsQuery.TryComp(old, out var internalsComponent)) + { + _internals.DisconnectBreathTool((old.Value, internalsComponent), entity.Owner, forced: forced); + } + + Dirty(entity); + } + + private void OnMaskToggled(Entity ent, ref ItemMaskToggledEvent args) + { + if (args.Mask.Comp.IsToggled) + { + DisconnectInternals(ent, forced: true); + } + else + { + if (_internalsQuery.TryComp(args.Wearer, out var internals)) + { + _internals.ConnectBreathTool((args.Wearer.Value, internals), ent); + } + } + } +} diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs index ced9cdcfe8..4698939734 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs @@ -1,12 +1,17 @@ +using Content.Shared.Atmos.Components; using Content.Shared.Atmos.Prototypes; +using Content.Shared.Body.Components; +using Content.Shared.Body.Systems; using Robust.Shared.Prototypes; -using Robust.Shared.Utility; namespace Content.Shared.Atmos.EntitySystems { - public abstract class SharedAtmosphereSystem : EntitySystem + public abstract partial class SharedAtmosphereSystem : EntitySystem { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly SharedInternalsSystem _internals = default!; + + private EntityQuery _internalsQuery; protected readonly GasPrototype[] GasPrototypes = new GasPrototype[Atmospherics.TotalNumberOfGases]; @@ -14,6 +19,10 @@ namespace Content.Shared.Atmos.EntitySystems { base.Initialize(); + _internalsQuery = GetEntityQuery(); + + InitializeBreathTool(); + for (var i = 0; i < Atmospherics.TotalNumberOfGases; i++) { GasPrototypes[i] = _prototypeManager.Index(i.ToString()); diff --git a/Content.Shared/Atmos/EntitySystems/SharedGasTankSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedGasTankSystem.cs new file mode 100644 index 0000000000..27c3d16f29 --- /dev/null +++ b/Content.Shared/Atmos/EntitySystems/SharedGasTankSystem.cs @@ -0,0 +1,229 @@ +using Content.Shared.Actions; +using Content.Shared.Atmos.Components; +using Content.Shared.Body.Systems; +using Content.Shared.Examine; +using Content.Shared.Timing; +using Content.Shared.Toggleable; +using Content.Shared.UserInterface; +using Content.Shared.Verbs; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Containers; +using InternalsComponent = Content.Shared.Body.Components.InternalsComponent; + +namespace Content.Shared.Atmos.EntitySystems; + +public abstract class SharedGasTankSystem : EntitySystem +{ + [Dependency] private readonly SharedActionsSystem _actions = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedContainerSystem _containers = default!; + [Dependency] private readonly SharedInternalsSystem _internals = default!; + [Dependency] protected readonly SharedUserInterfaceSystem UI = default!; + [Dependency] private readonly UseDelaySystem _delay = default!; + + public const string GasTankDelay = "gasTank"; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnGasShutdown); + SubscribeLocalEvent(BeforeUiOpen); + SubscribeLocalEvent(OnGetActions); + SubscribeLocalEvent(OnExamined); + SubscribeLocalEvent(OnActionToggle); + SubscribeLocalEvent(OnGasTankSetPressure); + SubscribeLocalEvent(OnGasTankToggleInternals); + SubscribeLocalEvent>(OnGetAlternativeVerb); + } + + private void OnGasShutdown(Entity gasTank, ref ComponentShutdown args) + { + DisconnectFromInternals(gasTank); + } + + private void OnGasTankToggleInternals(Entity ent, ref GasTankToggleInternalsMessage args) + { + ToggleInternals(ent, args.Actor); + } + + private void OnGasTankSetPressure(Entity ent, ref GasTankSetPressureMessage args) + { + var pressure = Math.Clamp(args.Pressure, 0f, ent.Comp.MaxOutputPressure); + + ent.Comp.OutputPressure = pressure; + Dirty(ent); + } + + public virtual void UpdateUserInterface(Entity ent) + { + + } + + private void BeforeUiOpen(Entity ent, ref BeforeActivatableUIOpenEvent args) + { + UpdateUserInterface(ent); + } + + private void OnGetActions(EntityUid uid, GasTankComponent component, GetItemActionsEvent args) + { + args.AddAction(ref component.ToggleActionEntity, component.ToggleAction); + Dirty(uid, component); + } + + private void OnExamined(EntityUid uid, GasTankComponent component, ExaminedEvent args) + { + using var _ = args.PushGroup(nameof(GasTankComponent)); + + if (args.IsInDetailsRange) + args.PushMarkup(Loc.GetString("comp-gas-tank-examine", ("pressure", Math.Round(component.Air?.Pressure ?? 0)))); + + if (component.IsConnected) + args.PushMarkup(Loc.GetString("comp-gas-tank-connected")); + + args.PushMarkup(Loc.GetString(component.IsValveOpen ? "comp-gas-tank-examine-open-valve" : "comp-gas-tank-examine-closed-valve")); + } + + private void OnActionToggle(Entity gasTank, ref ToggleActionEvent args) + { + if (args.Handled) + return; + + ToggleInternals(gasTank, user: args.Performer); + args.Handled = true; + } + + private void OnGetAlternativeVerb(EntityUid uid, GasTankComponent component, GetVerbsEvent args) + { + if (!args.CanAccess || !args.CanInteract || args.Hands == null) + return; + + args.Verbs.Add(new AlternativeVerb() + { + Text = component.IsValveOpen ? Loc.GetString("comp-gas-tank-close-valve") : Loc.GetString("comp-gas-tank-open-valve"), + Act = () => + { + component.IsValveOpen = !component.IsValveOpen; + _audio.PlayPredicted(component.ValveSound, uid, args.User); + Dirty(uid, component); + }, + Disabled = component.IsConnected, + }); + } + + public bool CanConnectToInternals(Entity ent) + { + TryGetInternalsComp(ent, out _, out var internalsComp, ent.Comp.User); + return internalsComp != null && internalsComp.BreathTools.Count != 0 && !ent.Comp.IsValveOpen; + } + + public bool ConnectToInternals(Entity ent, EntityUid? user = null) + { + var (owner, component) = ent; + if (component.IsConnected || !CanConnectToInternals(ent)) + return false; + + TryGetInternalsComp(ent, out var internalsUid, out var internalsComp, ent.Comp.User); + if (internalsUid == null || internalsComp == null) + return false; + + if (!_delay.TryResetDelay(ent.Owner, checkDelayed: true, id: GasTankDelay)) + return false; + + if (_internals.TryConnectTank((internalsUid.Value, internalsComp), owner)) + component.User = internalsUid.Value; + + Dirty(ent); + _actions.SetToggled(component.ToggleActionEntity, component.IsConnected); + _actions.SetCooldown(component.ToggleActionEntity, TimeSpan.FromSeconds(1)); + + // Couldn't toggle! + if (!component.IsConnected) + return false; + + component.ConnectStream = _audio.Stop(component.ConnectStream); + component.ConnectStream = _audio.PlayPredicted(component.ConnectSound, owner, user)?.Entity; + UpdateUserInterface(ent); + return true; + } + + /// + /// Tries to retrieve the internals component of either the gas tank's user, + /// or the gas tank's... containing container + /// + /// The user of the gas tank + /// True if internals comp isn't null, false if it is null + private bool TryGetInternalsComp(Entity ent, out EntityUid? internalsUid, out InternalsComponent? internalsComp, EntityUid? user = null) + { + internalsUid = default; + internalsComp = default; + + // If the gas tank doesn't exist for whatever reason, don't even bother + if (TerminatingOrDeleted(ent.Owner)) + return false; + + user ??= ent.Comp.User; + // Check if the gas tank's user actually has the component that allows them to use a gas tank and mask + if (TryComp(user, out var userInternalsComp)) + { + internalsUid = user; + internalsComp = userInternalsComp; + return true; + } + + // Yeah I have no clue what this actually does, I appreciate the lack of comments on the original function + if (_containers.TryGetContainingContainer((ent.Owner, Transform(ent.Owner)), out var container)) + { + if (TryComp(container.Owner, out var containerInternalsComp)) + { + internalsUid = container.Owner; + internalsComp = containerInternalsComp; + return true; + } + } + + return false; + } + + public bool DisconnectFromInternals(Entity ent, EntityUid? user = null, bool forced = false) + { + var (owner, component) = ent; + + if (component.User == null) + return false; + + if (!forced && !_delay.TryResetDelay(ent.Owner, checkDelayed: true, id: GasTankDelay)) + return false; + + TryGetInternalsComp(ent, out var internalsUid, out var internalsComp, component.User); + component.User = null; + Dirty(ent); + + _actions.SetToggled(component.ToggleActionEntity, false); + + // I hate this but actions have no easy way to unify this with usedelay. + if (!forced && _delay.TryGetDelayInfo(ent.Owner, out var delayInfo, id: GasTankDelay)) + { + _actions.SetCooldown(component.ToggleActionEntity, delayInfo.Length); + } + + if (internalsUid != null && internalsComp != null) + _internals.DisconnectTank((internalsUid.Value, internalsComp), forced: forced); + + component.DisconnectStream = _audio.Stop(component.DisconnectStream); + component.DisconnectStream = _audio.PlayPredicted(component.DisconnectSound, owner, user)?.Entity; + UpdateUserInterface(ent); + return true; + } + + private bool ToggleInternals(Entity ent, EntityUid? user = null) + { + if (ent.Comp.IsConnected) + { + return DisconnectFromInternals(ent, user); + } + else + { + return ConnectToInternals(ent, user); + } + } +} diff --git a/Content.Shared/Atmos/IGasMixtureHolder.cs b/Content.Shared/Atmos/IGasMixtureHolder.cs new file mode 100644 index 0000000000..5ad100319d --- /dev/null +++ b/Content.Shared/Atmos/IGasMixtureHolder.cs @@ -0,0 +1,6 @@ +namespace Content.Shared.Atmos; + +public interface IGasMixtureHolder +{ + public GasMixture Air { get; set; } +} \ No newline at end of file diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs index 1203639e09..6ad576fd8c 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs @@ -7,7 +7,7 @@ namespace Content.Shared.Atmos.Piping.Binary.Components /// Useful when there are multiple UI for an object. Here it's future-proofing only. /// [Serializable, NetSerializable] - public enum GasCanisterUiKey + public enum GasCanisterUiKey : byte { Key, } @@ -32,27 +32,15 @@ namespace Content.Shared.Atmos.Piping.Binary.Components [Serializable, NetSerializable] public sealed class GasCanisterBoundUserInterfaceState : BoundUserInterfaceState { - public string CanisterLabel { get; } public float CanisterPressure { get; } public bool PortStatus { get; } - public string? TankLabel { get; } public float TankPressure { get; } - public float ReleasePressure { get; } - public bool ReleaseValve { get; } - public float ReleasePressureMin { get; } - public float ReleasePressureMax { get; } - public GasCanisterBoundUserInterfaceState(string canisterLabel, float canisterPressure, bool portStatus, string? tankLabel, float tankPressure, float releasePressure, bool releaseValve, float releaseValveMin, float releaseValveMax) + public GasCanisterBoundUserInterfaceState(float canisterPressure, bool portStatus, float tankPressure) { - CanisterLabel = canisterLabel; CanisterPressure = canisterPressure; PortStatus = portStatus; - TankLabel = tankLabel; TankPressure = tankPressure; - ReleasePressure = releasePressure; - ReleaseValve = releaseValve; - ReleasePressureMin = releaseValveMin; - ReleasePressureMax = releaseValveMax; } } diff --git a/Content.Shared/Atmos/Piping/Unary/Components/GasCanisterComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/GasCanisterComponent.cs new file mode 100644 index 0000000000..204cbc76d5 --- /dev/null +++ b/Content.Shared/Atmos/Piping/Unary/Components/GasCanisterComponent.cs @@ -0,0 +1,58 @@ +using Content.Shared.Atmos.Piping.Binary.Components; +using Content.Shared.Containers.ItemSlots; +using Content.Shared.Guidebook; +using Robust.Shared.Audio; +using Robust.Shared.GameStates; + +namespace Content.Shared.Atmos.Piping.Unary.Components; + +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +public sealed partial class GasCanisterComponent : Component, IGasMixtureHolder +{ + [DataField("port")] + public string PortName { get; set; } = "port"; + + /// + /// Container name for the gas tank holder. + /// + [DataField("container")] + public string ContainerName { get; set; } = "tank_slot"; + + [DataField] + public ItemSlot GasTankSlot = new(); + + [DataField("gasMixture")] + public GasMixture Air { get; set; } = new(); + + /// + /// Last recorded pressure, for appearance-updating purposes. + /// + public float LastPressure = 0f; + + /// + /// Minimum release pressure possible for the release valve. + /// + [DataField, AutoNetworkedField] + public float MinReleasePressure = Atmospherics.OneAtmosphere / 10; + + /// + /// Maximum release pressure possible for the release valve. + /// + [DataField, AutoNetworkedField] + public float MaxReleasePressure = Atmospherics.OneAtmosphere * 10; + + /// + /// Valve release pressure. + /// + [DataField, AutoNetworkedField] + public float ReleasePressure = Atmospherics.OneAtmosphere; + + /// + /// Whether the release valve is open on the canister. + /// + [DataField, AutoNetworkedField] + public bool ReleaseValve = false; + + [GuidebookData] + public float Volume => Air.Volume; +} diff --git a/Content.Shared/Atmos/Piping/Unary/Systems/SharedGasCanisterSystem.cs b/Content.Shared/Atmos/Piping/Unary/Systems/SharedGasCanisterSystem.cs new file mode 100644 index 0000000000..e7a8ed5131 --- /dev/null +++ b/Content.Shared/Atmos/Piping/Unary/Systems/SharedGasCanisterSystem.cs @@ -0,0 +1,124 @@ +using Content.Shared.Administration.Logs; +using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.Piping.Binary.Components; +using Content.Shared.Containers.ItemSlots; +using Content.Shared.Database; +using Content.Shared.NodeContainer; +using Robust.Shared.Containers; +using GasCanisterComponent = Content.Shared.Atmos.Piping.Unary.Components.GasCanisterComponent; + +namespace Content.Shared.Atmos.Piping.Unary.Systems; + +public abstract class SharedGasCanisterSystem : EntitySystem +{ + [Dependency] protected readonly ISharedAdminLogManager AdminLogger = default!; + [Dependency] private readonly ItemSlotsSystem _slots = default!; + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + [Dependency] protected readonly SharedUserInterfaceSystem UI = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnCanisterContainerModified); + SubscribeLocalEvent(OnCanisterContainerModified); + SubscribeLocalEvent(OnCanisterInsertAttempt); + SubscribeLocalEvent(OnCanisterStartup); + + // Bound UI subscriptions + SubscribeLocalEvent(OnHoldingTankEjectMessage); + SubscribeLocalEvent(OnCanisterChangeReleasePressure); + SubscribeLocalEvent(OnCanisterChangeReleaseValve); + } + + private void OnCanisterStartup(Entity ent, ref ComponentStartup args) + { + // Ensure container + _slots.AddItemSlot(ent.Owner, ent.Comp.ContainerName, ent.Comp.GasTankSlot); + } + + private void OnCanisterContainerModified(EntityUid uid, GasCanisterComponent component, ContainerModifiedMessage args) + { + if (args.Container.ID != component.ContainerName) + return; + + DirtyUI(uid, component); + _appearance.SetData(uid, GasCanisterVisuals.TankInserted, args is EntInsertedIntoContainerMessage); + } + + private static string GetContainedGasesString(Entity canister) + { + return string.Join(", ", canister.Comp.Air); + } + + private void OnHoldingTankEjectMessage(EntityUid uid, GasCanisterComponent canister, GasCanisterHoldingTankEjectMessage args) + { + if (canister.GasTankSlot.Item == null) + return; + + var item = canister.GasTankSlot.Item; + _slots.TryEjectToHands(uid, canister.GasTankSlot, args.Actor, excludeUserAudio: true); + + if (canister.ReleaseValve) + { + AdminLogger.Add(LogType.CanisterTankEjected, LogImpact.High, $"Player {ToPrettyString(args.Actor):player} ejected tank {ToPrettyString(item):tank} from {ToPrettyString(uid):canister} while the valve was open, releasing [{GetContainedGasesString((uid, canister))}] to atmosphere"); + } + else + { + AdminLogger.Add(LogType.CanisterTankEjected, LogImpact.Medium, $"Player {ToPrettyString(args.Actor):player} ejected tank {ToPrettyString(item):tank} from {ToPrettyString(uid):canister}"); + } + + if (UI.TryGetUiState(uid, GasCanisterUiKey.Key, out var lastState)) + { + // We can at least predict 0 pressure for now even without atmos prediction. + var newState = new GasCanisterBoundUserInterfaceState(lastState.CanisterPressure, lastState.PortStatus, 0f); + UI.SetUiState(uid, GasCanisterUiKey.Key, newState); + } + + DirtyUI(uid, canister); + } + + private void OnCanisterChangeReleasePressure(EntityUid uid, GasCanisterComponent canister, GasCanisterChangeReleasePressureMessage args) + { + var pressure = Math.Clamp(args.Pressure, canister.MinReleasePressure, canister.MaxReleasePressure); + + AdminLogger.Add(LogType.CanisterPressure, LogImpact.Medium, $"{ToPrettyString(args.Actor):player} set the release pressure on {ToPrettyString(uid):canister} to {args.Pressure}"); + + canister.ReleasePressure = pressure; + Dirty(uid, canister); + DirtyUI(uid, canister); + } + + private void OnCanisterChangeReleaseValve(EntityUid uid, GasCanisterComponent canister, GasCanisterChangeReleaseValveMessage args) + { + // filling a jetpack with plasma is less important than filling a room with it + var impact = canister.GasTankSlot.HasItem ? LogImpact.Medium : LogImpact.High; + + var containedGasDict = new Dictionary(); + var containedGasArray = Enum.GetValues(typeof(Gas)); + + for (var i = 0; i < containedGasArray.Length; i++) + { + containedGasDict.Add((Gas)i, canister.Air[i]); + } + + AdminLogger.Add(LogType.CanisterValve, impact, $"{ToPrettyString(args.Actor):player} set the valve on {ToPrettyString(uid):canister} to {args.Valve:valveState} while it contained [{string.Join(", ", containedGasDict)}]"); + + canister.ReleaseValve = args.Valve; + Dirty(uid, canister); + DirtyUI(uid, canister); + } + + private void OnCanisterInsertAttempt(EntityUid uid, GasCanisterComponent component, ref ItemSlotInsertAttemptEvent args) + { + if (args.Slot.ID != component.ContainerName || args.User == null) + return; + + // Could whitelist but we want to check if it's open so. + if (!TryComp(args.Item, out var gasTank) || gasTank.IsValveOpen) + { + args.Cancelled = true; + } + } + + protected abstract void DirtyUI(EntityUid uid, GasCanisterComponent? component = null, NodeContainerComponent? nodes = null); +} diff --git a/Content.Shared/Body/Components/InternalsComponent.cs b/Content.Shared/Body/Components/InternalsComponent.cs new file mode 100644 index 0000000000..ff9c977059 --- /dev/null +++ b/Content.Shared/Body/Components/InternalsComponent.cs @@ -0,0 +1,27 @@ +using Content.Shared.Alert; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Body.Components; + +/// +/// Handles hooking up a mask (breathing tool) / gas tank together and allowing the Owner to breathe through it. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)] +public sealed partial class InternalsComponent : Component +{ + [DataField, AutoNetworkedField] + public EntityUid? GasTankEntity; + + [DataField, AutoNetworkedField] + public HashSet BreathTools = new(); + + /// + /// Toggle Internals delay when the target is not you. + /// + [DataField] + public TimeSpan Delay = TimeSpan.FromSeconds(3); + + [DataField] + public ProtoId InternalsAlert = "Internals"; +} diff --git a/Content.Shared/Body/Systems/SharedInternalsSystem.cs b/Content.Shared/Body/Systems/SharedInternalsSystem.cs new file mode 100644 index 0000000000..0924d7a99e --- /dev/null +++ b/Content.Shared/Body/Systems/SharedInternalsSystem.cs @@ -0,0 +1,273 @@ +using Content.Shared.Alert; +using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.EntitySystems; +using Content.Shared.Body.Components; +using Content.Shared.DoAfter; +using Content.Shared.Hands.Components; +using Content.Shared.Internals; +using Content.Shared.Inventory; +using Content.Shared.Popups; +using Content.Shared.Verbs; +using Robust.Shared.Containers; +using Robust.Shared.Utility; + +namespace Content.Shared.Body.Systems; + +/// +/// Handles lung breathing with gas tanks for entities. +/// +public abstract class SharedInternalsSystem : EntitySystem +{ + [Dependency] private readonly AlertsSystem _alerts = default!; + [Dependency] private readonly InventorySystem _inventory = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; + [Dependency] private readonly SharedGasTankSystem _gasTank = default!; + [Dependency] private readonly SharedPopupSystem _popupSystem = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent>(OnGetInteractionVerbs); + + SubscribeLocalEvent(OnInternalsStartup); + SubscribeLocalEvent(OnInternalsShutdown); + + SubscribeLocalEvent(OnDoAfter); + SubscribeLocalEvent(OnToggleInternalsAlert); + } + + private void OnGetInteractionVerbs( + Entity ent, + ref GetVerbsEvent args) + { + if (!args.CanAccess || !args.CanInteract || args.Hands is null) + return; + + if (!AreInternalsWorking(ent) && ent.Comp.BreathTools.Count == 0) + return; + + var user = args.User; + + InteractionVerb verb = new() + { + Act = () => + { + ToggleInternals(ent, user, force: false, ent); + }, + Message = Loc.GetString("action-description-internals-toggle"), + Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/dot.svg.192dpi.png")), + Text = Loc.GetString("action-name-internals-toggle"), + }; + + args.Verbs.Add(verb); + } + + public bool ToggleInternals( + EntityUid uid, + EntityUid user, + bool force, + InternalsComponent? internals = null) + { + if (!Resolve(uid, ref internals, logMissing: false)) + return false; + + // Check if a mask is present. + if (internals.BreathTools.Count == 0) + { + _popupSystem.PopupClient(Loc.GetString("internals-no-breath-tool"), uid, user); + return false; + } + + // Start the toggle do-after if it's on someone else. + if (!force && user != uid) + { + return StartToggleInternalsDoAfter(user, (uid, internals)); + } + + // Toggle off. + if (TryComp(internals.GasTankEntity, out GasTankComponent? gas)) + { + return _gasTank.DisconnectFromInternals((internals.GasTankEntity.Value, gas), user); + } + else + { + // Check if tank is present. + var tank = FindBestGasTank(uid); + + // If they're not on then check if we have a mask to use + if (tank == null) + { + _popupSystem.PopupClient(Loc.GetString("internals-no-tank"), uid, user); + return false; + } + + return _gasTank.ConnectToInternals(tank.Value, user: user); + } + } + + private bool StartToggleInternalsDoAfter(EntityUid user, Entity targetEnt) + { + // Is the target not you? If yes, use a do-after to give them time to respond. + var isUser = user == targetEnt.Owner; + var delay = !isUser ? targetEnt.Comp.Delay : TimeSpan.Zero; + + return _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, user, delay, new InternalsDoAfterEvent(), targetEnt, target: targetEnt) + { + BreakOnDamage = true, + BreakOnMove = true, + MovementThreshold = 0.1f, + }); + } + + private void OnDoAfter(Entity ent, ref InternalsDoAfterEvent args) + { + if (args.Cancelled || args.Handled) + return; + + ToggleInternals(ent, args.User, force: true, ent); + + args.Handled = true; + } + + private void OnToggleInternalsAlert(Entity ent, ref ToggleInternalsAlertEvent args) + { + if (args.Handled) + return; + + args.Handled |= ToggleInternals(ent, ent, false, internals: ent.Comp); + } + + private void OnInternalsStartup(Entity ent, ref ComponentStartup args) + { + _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); + } + + private void OnInternalsShutdown(Entity ent, ref ComponentShutdown args) + { + _alerts.ClearAlert(ent, ent.Comp.InternalsAlert); + } + + public void ConnectBreathTool(Entity ent, EntityUid toolEntity) + { + if (!ent.Comp.BreathTools.Add(toolEntity)) + return; + + if (TryComp(toolEntity, out BreathToolComponent? breathTool)) + { + breathTool.ConnectedInternalsEntity = ent.Owner; + Dirty(toolEntity, breathTool); + } + + Dirty(ent); + _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); + } + + public void DisconnectBreathTool(Entity ent, EntityUid toolEntity, bool forced = false) + { + if (!ent.Comp.BreathTools.Remove(toolEntity)) + return; + + Dirty(ent); + + if (TryComp(toolEntity, out BreathToolComponent? breathTool)) + { + breathTool.ConnectedInternalsEntity = null; + Dirty(toolEntity, breathTool); + } + + if (ent.Comp.BreathTools.Count == 0) + { + DisconnectTank(ent, forced: forced); + } + + _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); + } + + public void DisconnectTank(Entity ent, bool forced = false) + { + if (TryComp(ent.Comp.GasTankEntity, out GasTankComponent? tank)) + _gasTank.DisconnectFromInternals((ent.Comp.GasTankEntity.Value, tank), forced: forced); + + ent.Comp.GasTankEntity = null; + Dirty(ent); + _alerts.ShowAlert(ent.Owner, ent.Comp.InternalsAlert, GetSeverity(ent.Comp)); + } + + public bool TryConnectTank(Entity ent, EntityUid tankEntity) + { + if (ent.Comp.BreathTools.Count == 0) + return false; + + if (TryComp(ent.Comp.GasTankEntity, out GasTankComponent? tank)) + _gasTank.DisconnectFromInternals((ent.Comp.GasTankEntity.Value, tank)); + + ent.Comp.GasTankEntity = tankEntity; + Dirty(ent); + _alerts.ShowAlert(ent, ent.Comp.InternalsAlert, GetSeverity(ent)); + return true; + } + + public bool AreInternalsWorking(EntityUid uid, InternalsComponent? component = null) + { + return Resolve(uid, ref component, logMissing: false) + && AreInternalsWorking(component); + } + + public bool AreInternalsWorking(InternalsComponent component) + { + return TryComp(component.BreathTools.FirstOrNull(), out BreathToolComponent? breathTool) + && breathTool.IsFunctional + && HasComp(component.GasTankEntity); + } + + protected short GetSeverity(InternalsComponent component) + { + if (component.BreathTools.Count == 0 || !AreInternalsWorking(component)) + return 2; + + // If pressure in the tank is below low pressure threshold, flash warning on internals UI + if (TryComp(component.GasTankEntity, out var gasTank) + && gasTank.IsLowPressure) + { + return 0; + } + + return 1; + } + + public Entity? FindBestGasTank( + Entity user) + { + // TODO use _respirator.CanMetabolizeGas() to prioritize metabolizable gasses + // Prioritise + // 1. back equipped tanks + // 2. exo-slot tanks + // 3. in-hand tanks + // 4. pocket/belt tanks + + if (!Resolve(user, ref user.Comp2, ref user.Comp3)) + return null; + + if (_inventory.TryGetSlotEntity(user, "back", out var backEntity, user.Comp2, user.Comp3) && + TryComp(backEntity, out var backGasTank) && + _gasTank.CanConnectToInternals((backEntity.Value, backGasTank))) + { + return (backEntity.Value, backGasTank); + } + + if (_inventory.TryGetSlotEntity(user, "suitstorage", out var entity, user.Comp2, user.Comp3) && + TryComp(entity, out var gasTank) && + _gasTank.CanConnectToInternals((entity.Value, gasTank))) + { + return (entity.Value, gasTank); + } + + foreach (var item in _inventory.GetHandOrInventoryEntities((user.Owner, user.Comp1, user.Comp2))) + { + if (TryComp(item, out gasTank) && _gasTank.CanConnectToInternals((item, gasTank))) + return (item, gasTank); + } + + return null; + } +} diff --git a/Content.Shared/Clothing/EntitySystems/MaskSystem.cs b/Content.Shared/Clothing/EntitySystems/MaskSystem.cs index 3e899f3dc3..4f89b111bd 100644 --- a/Content.Shared/Clothing/EntitySystems/MaskSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/MaskSystem.cs @@ -29,7 +29,10 @@ public sealed class MaskSystem : EntitySystem private void OnGetActions(EntityUid uid, MaskComponent component, GetItemActionsEvent args) { if (_inventorySystem.InSlotWithFlags(uid, SlotFlags.MASK)) + { args.AddAction(ref component.ToggleActionEntity, component.ToggleAction); + Dirty(uid, component); + } } private void OnToggleMask(Entity ent, ref ToggleMaskEvent args) @@ -59,8 +62,27 @@ public sealed class MaskSystem : EntitySystem private void OnGotUnequipped(EntityUid uid, MaskComponent mask, GotUnequippedEvent args) { - // Masks are currently always un-toggled when unequipped. - SetToggled((uid, mask), false); + if (!mask.IsToggled || !mask.IsToggleable) + return; + + mask.IsToggled = false; + ToggleMaskComponents(uid, mask, args.Equipee, mask.EquippedPrefix, true); + } + + /// + /// Called after setting IsToggled, raises events and dirties. + /// + private void ToggleMaskComponents(EntityUid uid, MaskComponent mask, EntityUid wearer, string? equippedPrefix = null, bool isEquip = false) + { + Dirty(uid, mask); + if (mask.ToggleActionEntity is {} action) + _actionSystem.SetToggled(action, mask.IsToggled); + + var maskEv = new ItemMaskToggledEvent((wearer, mask), wearer); + RaiseLocalEvent(uid, ref maskEv); + + var wearerEv = new WearerMaskToggledEvent((wearer, mask)); + RaiseLocalEvent(wearer, ref wearerEv); } private void OnFolded(Entity ent, ref FoldedEvent args) diff --git a/Content.Shared/Lock/ActivatableUIRequiresLockComponent.cs b/Content.Shared/Lock/ActivatableUIRequiresLockComponent.cs index 7d701ffd87..a2a9d8c556 100644 --- a/Content.Shared/Lock/ActivatableUIRequiresLockComponent.cs +++ b/Content.Shared/Lock/ActivatableUIRequiresLockComponent.cs @@ -1,3 +1,4 @@ +using Robust.Shared.Audio; using Robust.Shared.GameStates; namespace Content.Shared.Lock; @@ -14,4 +15,10 @@ public sealed partial class ActivatableUIRequiresLockComponent : Component /// [DataField] public bool RequireLocked; + + /// + /// Sound to be played if an attempt is blocked. + /// + [DataField] + public SoundSpecifier? AccessDeniedSound = new SoundPathSpecifier("/Audio/Machines/custom_deny.ogg"); } diff --git a/Content.Shared/Lock/LockSystem.cs b/Content.Shared/Lock/LockSystem.cs index cbeceaf9e8..444b3e28e6 100644 --- a/Content.Shared/Lock/LockSystem.cs +++ b/Content.Shared/Lock/LockSystem.cs @@ -40,7 +40,7 @@ public sealed class LockSystem : EntitySystem base.Initialize(); SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(OnActivated); + SubscribeLocalEvent(OnActivated, before: [typeof(ActivatableUISystem)]); SubscribeLocalEvent(OnStorageOpenAttempt); SubscribeLocalEvent(OnExamined); SubscribeLocalEvent>(AddToggleLockVerb); @@ -70,13 +70,11 @@ public sealed class LockSystem : EntitySystem // Only attempt an unlock by default on Activate if (lockComp.Locked && lockComp.UnlockOnClick) { - TryUnlock(uid, args.User, lockComp); - args.Handled = true; + args.Handled = TryUnlock(uid, args.User, lockComp); } else if (!lockComp.Locked && lockComp.LockOnClick) { - TryLock(uid, args.User, lockComp); - args.Handled = true; + args.Handled = TryLock(uid, args.User, lockComp); } } @@ -400,7 +398,11 @@ public sealed class LockSystem : EntitySystem { args.Cancel(); if (lockComp.Locked) + { _sharedPopupSystem.PopupClient(Loc.GetString("entity-storage-component-locked-message"), uid, args.User); + } + + _audio.PlayPredicted(component.AccessDeniedSound, uid, args.User); } } diff --git a/Content.Shared/NodeContainer/Node.cs b/Content.Shared/NodeContainer/Node.cs new file mode 100644 index 0000000000..a4ab5103d9 --- /dev/null +++ b/Content.Shared/NodeContainer/Node.cs @@ -0,0 +1,100 @@ +using Content.Shared.NodeContainer.NodeGroups; +using Robust.Shared.Map.Components; + +namespace Content.Shared.NodeContainer; + +/// +/// Organizes themselves into distinct s with other s +/// that they can "reach" and have the same . +/// +[ImplicitDataDefinitionForInheritors] +public abstract partial class Node +{ + /// + /// An ID used as a criteria for combining into groups. Determines which + /// implementation is used as a group, detailed in . + /// + [DataField("nodeGroupID")] + public NodeGroupID NodeGroupID { get; private set; } = NodeGroupID.Default; + + /// + /// The node group this node is a part of. + /// + [ViewVariables] public INodeGroup? NodeGroup; + + /// + /// The entity that owns this node via its . + /// + [ViewVariables] public EntityUid Owner { get; private set; } = default!; + + /// + /// If this node should be considered for connection by other nodes. + /// + public virtual bool Connectable(IEntityManager entMan, TransformComponent? xform = null) + { + if (Deleting) + return false; + + if (entMan.IsQueuedForDeletion(Owner)) + return false; + + if (!NeedAnchored) + return true; + + xform ??= entMan.GetComponent(Owner); + return xform.Anchored; + } + + [DataField] + public bool NeedAnchored { get; private set; } = true; + + public virtual void OnAnchorStateChanged(IEntityManager entityManager, bool anchored) { } + + /// + /// Prevents a node from being used by other nodes while midway through removal. + /// + public bool Deleting; + + /// + /// All compatible nodes that are reachable by this node. + /// Effectively, active connections out of this node. + /// + public readonly HashSet ReachableNodes = new(); + + public int FloodGen; + public int UndirectGen; + public bool FlaggedForFlood; + public int NetId; + + /// + /// Name of this node on the owning . + /// + public string Name = default!; + + /// + /// Invoked when the owning is initialized. + /// + /// The owning entity. + public virtual void Initialize(EntityUid owner, IEntityManager entMan) + { + Owner = owner; + } + + /// + /// How this node will attempt to find other reachable s to group with. + /// Returns a set of s to consider grouping with. Should not return this current . + /// + /// + /// + /// The set of nodes returned can be asymmetrical + /// (meaning that it can return other nodes whose does not return this node). + /// If this is used, creation of a new node may not correctly merge networks unless both sides + /// of this asymmetric relation are made to manually update with . + /// + /// + public abstract IEnumerable GetReachableNodes(TransformComponent xform, + EntityQuery nodeQuery, + EntityQuery xformQuery, + MapGridComponent? grid, + IEntityManager entMan); +} diff --git a/Content.Shared/NodeContainer/NodeContainerComponent.cs b/Content.Shared/NodeContainer/NodeContainerComponent.cs new file mode 100644 index 0000000000..674537bb79 --- /dev/null +++ b/Content.Shared/NodeContainer/NodeContainerComponent.cs @@ -0,0 +1,16 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Utility; + +namespace Content.Shared.NodeContainer; + +/// +/// Creates and maintains a set of s. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class NodeContainerComponent : Component +{ + //HACK: THIS BEING readOnly IS A FILTHY HACK AND I HATE IT --moony + [DataField(readOnly: true, serverOnly: true)] public Dictionary Nodes { get; private set; } = new(); + + [DataField] public bool Examinable = false; +} diff --git a/Content.Shared/NodeContainer/NodeGroups/INodeGroup.cs b/Content.Shared/NodeContainer/NodeGroups/INodeGroup.cs new file mode 100644 index 0000000000..da52d39e58 --- /dev/null +++ b/Content.Shared/NodeContainer/NodeGroups/INodeGroup.cs @@ -0,0 +1,33 @@ +using System.Linq; + +namespace Content.Shared.NodeContainer.NodeGroups; + +/// +/// Maintains a collection of s, and performs operations requiring a list of +/// all connected s. +/// +public interface INodeGroup +{ + bool Remaking { get; } + + /// + /// The list of nodes currently in this group. + /// + IReadOnlyList Nodes { get; } + + void Create(NodeGroupID groupId); + + void Initialize(Node sourceNode, IEntityManager entMan); + + void RemoveNode(Node node); + + void LoadNodes(List groupNodes); + + // In theory, the SS13 curse ensures this method will never be called. + void AfterRemake(IEnumerable> newGroups); + + /// + /// Return any additional data to display for the node-visualizer debug overlay. + /// + string? GetDebugData(); +} \ No newline at end of file diff --git a/Content.Shared/NodeContainer/NodeGroups/NodeGroupID.cs b/Content.Shared/NodeContainer/NodeGroups/NodeGroupID.cs new file mode 100644 index 0000000000..214e9c50ce --- /dev/null +++ b/Content.Shared/NodeContainer/NodeGroups/NodeGroupID.cs @@ -0,0 +1,19 @@ +namespace Content.Shared.NodeContainer.NodeGroups; + +public enum NodeGroupID : byte +{ + Default, + HVPower, + MVPower, + Apc, + AMEngine, + Pipe, + WireNet, + + /// + /// Group used by the TEG. + /// + /// + /// + Teg, +} diff --git a/Content.Shared/Timing/UseDelaySystem.cs b/Content.Shared/Timing/UseDelaySystem.cs index c6a1818443..d02752e16b 100644 --- a/Content.Shared/Timing/UseDelaySystem.cs +++ b/Content.Shared/Timing/UseDelaySystem.cs @@ -90,7 +90,7 @@ public sealed class UseDelaySystem : EntitySystem /// public bool IsDelayed(Entity ent, string id = DefaultId) { - if (!Resolve(ent, ref ent.Comp, false)) + if (!Resolve(ent.Owner, ref ent.Comp, false)) return false; if (!ent.Comp.Delays.TryGetValue(id, out var entry)) @@ -118,8 +118,14 @@ public sealed class UseDelaySystem : EntitySystem /// /// /// - public bool TryGetDelayInfo(Entity ent, [NotNullWhen(true)] out UseDelayInfo? info, string id = DefaultId) + public bool TryGetDelayInfo(Entity ent, [NotNullWhen(true)] out UseDelayInfo? info, string id = DefaultId) { + if (!Resolve(ent.Owner, ref ent.Comp, false)) + { + info = null; + return false; + } + return ent.Comp.Delays.TryGetValue(id, out info); } diff --git a/Content.Shared/UserInterface/ActivatableUIRequiresAnchorSystem.cs b/Content.Shared/UserInterface/ActivatableUIRequiresAnchorSystem.cs index 1d453334e3..6aa5059633 100644 --- a/Content.Shared/UserInterface/ActivatableUIRequiresAnchorSystem.cs +++ b/Content.Shared/UserInterface/ActivatableUIRequiresAnchorSystem.cs @@ -34,7 +34,11 @@ public sealed class ActivatableUIRequiresAnchorSystem : EntitySystem if (!Transform(ent.Owner).Anchored) { - _popup.PopupClient(Loc.GetString("comp-gas-pump-ui-needs-anchor"), args.User); + if (ent.Comp.Popup != null) + { + _popup.PopupClient(Loc.GetString(ent.Comp.Popup), args.User); + } + args.Cancel(); } } diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index 7baf1f0b5d..0dd7db2432 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -18,6 +18,10 @@ slots: - Back - suitStorage + - type: UseDelay + delays: + gasTank: + length: 1.0 - type: ActivatableUI key: enum.SharedGasTankUiKey.Key - type: UserInterface diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index a9dde098f9..e304d21b87 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -35,6 +35,10 @@ interfaces: enum.SharedGasTankUiKey.Key: type: GasTankBoundUserInterface + - type: UseDelay + delays: + gasTank: + length: 1.0 - type: Clothing sprite: Objects/Tanks/Jetpacks/blue.rsi quickEquip: false diff --git a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml index 33c4dfbe17..f454c84480 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml @@ -35,6 +35,9 @@ 1: { state: can-o1, shader: "unshaded" } 2: { state: can-o2, shader: "unshaded" } 3: { state: can-o3, shader: "unshaded" } + - type: ActivatableUI + key: enum.GasCanisterUiKey.Key + - type: ActivatableUIRequiresLock - type: UserInterface interfaces: enum.GasCanisterUiKey.Key: From 25108234ea11fb61bff61b8d823ff74eaf959947 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 08:23:36 +0000 Subject: [PATCH 194/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 38d138072a..ed9795ea53 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Gavin-TC - changes: - - message: Changed common utensil sprites to appear smaller and more proportionate. - type: Tweak - id: 7903 - time: '2025-02-05T13:08:53.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34277 - author: Booblesnoot42 changes: - message: Inserting another person into a cryogenic sleeping unit is no longer @@ -3922,3 +3915,10 @@ id: 8404 time: '2025-05-02T08:18:09.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36847 +- author: metalgearsloth + changes: + - message: Predict gas canisters, gas tanks, and internals. + type: Tweak + id: 8405 + time: '2025-05-02T08:22:29.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33800 From 26ebf06b8170b1d4c14c0c94c9bea87f407e3235 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Fri, 2 May 2025 04:37:14 -0400 Subject: [PATCH 195/318] Add condition support to entity tables (#36819) --- .../Conditions/EntityTableCondition.cs | 28 +++++++++++++ .../Conditions/PlayerCountCondition.cs | 34 ++++++++++++++++ .../EntitySelectors/EntityTableSelector.cs | 39 +++++++++++++++++++ .../EntitySelectors/GroupSelector.cs | 4 ++ .../Catalog/Fills/Lockers/heads.yml | 4 ++ 5 files changed, 109 insertions(+) create mode 100644 Content.Shared/EntityTable/Conditions/EntityTableCondition.cs create mode 100644 Content.Shared/EntityTable/Conditions/PlayerCountCondition.cs diff --git a/Content.Shared/EntityTable/Conditions/EntityTableCondition.cs b/Content.Shared/EntityTable/Conditions/EntityTableCondition.cs new file mode 100644 index 0000000000..9505b6502c --- /dev/null +++ b/Content.Shared/EntityTable/Conditions/EntityTableCondition.cs @@ -0,0 +1,28 @@ +using Content.Shared.EntityTable.EntitySelectors; +using JetBrains.Annotations; +using Robust.Shared.Prototypes; + +namespace Content.Shared.EntityTable.Conditions; + +/// +/// Used for implementing conditional logic for . +/// +[ImplicitDataDefinitionForInheritors, UsedImplicitly(ImplicitUseTargetFlags.WithInheritors)] +public abstract partial class EntityTableCondition +{ + /// + /// If true, inverts the result of the condition. + /// + [DataField] + public bool Invert; + + public bool Evaluate(IEntityManager entMan, IPrototypeManager proto) + { + var res = EvaluateImplementation(entMan, proto); + + // XOR eval to invert the result. + return res ^ Invert; + } + + public abstract bool EvaluateImplementation(IEntityManager entMan, IPrototypeManager proto); +} diff --git a/Content.Shared/EntityTable/Conditions/PlayerCountCondition.cs b/Content.Shared/EntityTable/Conditions/PlayerCountCondition.cs new file mode 100644 index 0000000000..72ac75ca3f --- /dev/null +++ b/Content.Shared/EntityTable/Conditions/PlayerCountCondition.cs @@ -0,0 +1,34 @@ +using Robust.Shared.Player; +using Robust.Shared.Prototypes; + +namespace Content.Shared.EntityTable.Conditions; + +/// +/// Condition that passes only if the server player count is within a certain range. +/// +public sealed partial class PlayerCountCondition : EntityTableCondition +{ + /// + /// Minimum players of needed for this condition to succeed. Inclusive. + /// + [DataField] + public int Min = int.MinValue; + + /// + /// Maximum numbers of players there can be for this condition to succeed. Inclusive. + /// + [DataField] + public int Max = int.MaxValue; + + private static ISharedPlayerManager? _playerManager; + + public override bool EvaluateImplementation(IEntityManager entMan, IPrototypeManager proto) + { + // Don't resolve this repeatedly + _playerManager ??= IoCManager.Resolve(); + + var playerCount = _playerManager.PlayerCount; + + return playerCount >= Min && playerCount <= Max; + } +} diff --git a/Content.Shared/EntityTable/EntitySelectors/EntityTableSelector.cs b/Content.Shared/EntityTable/EntitySelectors/EntityTableSelector.cs index d0a7a4d578..6ad80c4a2a 100644 --- a/Content.Shared/EntityTable/EntitySelectors/EntityTableSelector.cs +++ b/Content.Shared/EntityTable/EntitySelectors/EntityTableSelector.cs @@ -1,3 +1,4 @@ +using Content.Shared.EntityTable.Conditions; using Content.Shared.EntityTable.ValueSelector; using JetBrains.Annotations; using Robust.Shared.Prototypes; @@ -26,10 +27,26 @@ public abstract partial class EntityTableSelector [DataField] public double Prob = 1; + /// + /// A list of conditions that must evaluate to 'true' for the selector to apply. + /// + [DataField] + public List Conditions = new(); + + /// + /// If true, all the conditions must be successful in order for the selector to process. + /// Otherwise, only one of them must be. + /// + [DataField] + public bool RequireAll = true; + public IEnumerable GetSpawns(System.Random rand, IEntityManager entMan, IPrototypeManager proto) { + if (!CheckConditions(entMan, proto)) + yield break; + var rolls = Rolls.Get(rand); for (var i = 0; i < rolls; i++) { @@ -43,6 +60,28 @@ public abstract partial class EntityTableSelector } } + public bool CheckConditions(IEntityManager entMan, IPrototypeManager proto) + { + if (Conditions.Count == 0) + return true; + + var success = false; + foreach (var condition in Conditions) + { + var res = condition.Evaluate(entMan, proto); + + if (RequireAll && !res) + return false; // intentional break out of loop and function + + success |= res; + } + + if (RequireAll) + return true; + + return success; + } + protected abstract IEnumerable GetSpawnsImplementation(System.Random rand, IEntityManager entMan, IPrototypeManager proto); diff --git a/Content.Shared/EntityTable/EntitySelectors/GroupSelector.cs b/Content.Shared/EntityTable/EntitySelectors/GroupSelector.cs index 8f761f9866..8012eeae68 100644 --- a/Content.Shared/EntityTable/EntitySelectors/GroupSelector.cs +++ b/Content.Shared/EntityTable/EntitySelectors/GroupSelector.cs @@ -18,6 +18,10 @@ public sealed partial class GroupSelector : EntityTableSelector var children = new Dictionary(Children.Count); foreach (var child in Children) { + // Don't include invalid groups + if (!child.CheckConditions(entMan, proto)) + continue; + children.Add(child, child.Weight); } diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 6770680b63..05c362ac6a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -51,6 +51,10 @@ - id: SpaceCash1000 - id: WeaponDisabler - id: ClothingEyesGlassesCommand + - id: HeadSkeleton # A skull to accompany your skeleton crew + conditions: + - !type:PlayerCountCondition + max: 15 # No laser table + Laser table - type: entityTable From 51bff89b238370926c25ab9bb30ca1225237cf6f Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 May 2025 20:07:12 +1000 Subject: [PATCH 196/318] Fix AI movement (#37114) Don't relay blocking anymore. --- .../Interaction/SharedInteractionSystem.Blocking.cs | 6 ++++-- .../Movement/Systems/SharedMoverController.Relay.cs | 4 ++++ .../Movement/Systems/SharedMoverController.cs | 10 ++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Content.Shared/Interaction/SharedInteractionSystem.Blocking.cs b/Content.Shared/Interaction/SharedInteractionSystem.Blocking.cs index 52c40477c9..f6f4d8605d 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.Blocking.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.Blocking.cs @@ -2,6 +2,7 @@ using Content.Shared.Hands; using Content.Shared.Interaction.Components; using Content.Shared.Interaction.Events; using Content.Shared.Item; +using Content.Shared.Movement.Components; using Content.Shared.Movement.Events; namespace Content.Shared.Interaction; @@ -13,7 +14,7 @@ namespace Content.Shared.Interaction; /// public partial class SharedInteractionSystem { - public void InitializeBlocking() + private void InitializeBlocking() { SubscribeLocalEvent(OnMoveAttempt); SubscribeLocalEvent(CancelEvent); @@ -34,7 +35,8 @@ public partial class SharedInteractionSystem private void OnMoveAttempt(EntityUid uid, BlockMovementComponent component, UpdateCanMoveEvent args) { - if (component.LifeStage > ComponentLifeStage.Running) + // If we're relaying then don't cancel. + if (HasComp(uid)) return; args.Cancel(); // no more scurrying around diff --git a/Content.Shared/Movement/Systems/SharedMoverController.Relay.cs b/Content.Shared/Movement/Systems/SharedMoverController.Relay.cs index f843b66435..79c593cbe7 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.Relay.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.Relay.cs @@ -1,3 +1,4 @@ +using Content.Shared.ActionBlocker; using Content.Shared.Movement.Components; namespace Content.Shared.Movement.Systems; @@ -59,6 +60,7 @@ public abstract partial class SharedMoverController targetComp.Source = uid; Dirty(uid, component); Dirty(relayEntity, targetComp); + _blocker.UpdateCanMove(uid); } private void OnRelayShutdown(Entity entity, ref ComponentShutdown args) @@ -74,6 +76,8 @@ public abstract partial class SharedMoverController if (TryComp(entity.Comp.RelayEntity, out MovementRelayTargetComponent? target) && target.LifeStage <= ComponentLifeStage.Running) RemComp(entity.Comp.RelayEntity, target); + + _blocker.UpdateCanMove(entity.Owner); } private void OnTargetRelayShutdown(Entity entity, ref ComponentShutdown args) diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 317bfdabbe..d8aacb7480 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -1,6 +1,7 @@ using System.Diagnostics.CodeAnalysis; using System.Net; using System.Numerics; +using Content.Shared.ActionBlocker; using Content.Shared.Bed.Sleep; using Content.Shared.CCVar; using Content.Shared.Friction; @@ -38,6 +39,7 @@ public abstract partial class SharedMoverController : VirtualController [Dependency] private readonly IConfigurationManager _configManager = default!; [Dependency] protected readonly IGameTiming Timing = default!; [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; + [Dependency] private readonly ActionBlockerSystem _blocker = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly InventorySystem _inventory = default!; [Dependency] private readonly MobStateSystem _mobState = default!; @@ -110,14 +112,6 @@ public abstract partial class SharedMoverController : VirtualController public override void UpdateAfterSolve(bool prediction, float frameTime) { base.UpdateAfterSolve(prediction, frameTime); - - var query = AllEntityQuery(); - - while (query.MoveNext(out var uid, out var _, out var physics)) - { - //PhysicsSystem.SetLinearVelocity(uid, Vector2.Zero, body: physics); - } - UsedMobMovement.Clear(); } From ecd7ba8bb53992438c8fdbdc55fcd86a6713bb86 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 10:08:19 +0000 Subject: [PATCH 197/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ed9795ea53..3f3058f79c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Booblesnoot42 - changes: - - message: Inserting another person into a cryogenic sleeping unit is no longer - instant. - type: Tweak - id: 7904 - time: '2025-02-05T14:46:21.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34619 - author: hyperDelegate changes: - message: The Nuclear Operative Reinforcement Teleporter now costs 30TC (was 35). @@ -3922,3 +3914,10 @@ id: 8405 time: '2025-05-02T08:22:29.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33800 +- author: metalgearsloth + changes: + - message: Fix AI eye movement. + type: Fix + id: 8406 + time: '2025-05-02T10:07:12.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37114 From d35c755685f2b4274e4363775e3d1326928a480b Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Fri, 2 May 2025 11:45:46 -0400 Subject: [PATCH 198/318] New Salvage Ruin - Atmos Interchange (#37115) --- Resources/Maps/Ruins/atmos_interchange.yml | 6225 +++++++++++++++++ .../Prototypes/Entities/Stations/base.yml | 1 + 2 files changed, 6226 insertions(+) create mode 100644 Resources/Maps/Ruins/atmos_interchange.yml diff --git a/Resources/Maps/Ruins/atmos_interchange.yml b/Resources/Maps/Ruins/atmos_interchange.yml new file mode 100644 index 0000000000..d2faaee90f --- /dev/null +++ b/Resources/Maps/Ruins/atmos_interchange.yml @@ -0,0 +1,6225 @@ +meta: + format: 7 + category: Grid + engineVersion: 255.1.0 + forkId: "" + forkVersion: "" + time: 05/02/2025 09:49:49 + entityCount: 1013 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 4: FloorDark + 1: FloorTechMaint + 2: Lattice + 0: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.9012413,-0.06740761 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFF7F' + id: Dirt + decals: + 241: -7,6 + 242: -10,0 + 243: 8,3 + 244: 16,0 + 245: 7,0 + 246: 16,4 + 247: 4,-1 + 248: -3,5 + 249: -7,9 + 250: -3,17 + 251: -8,21 + 252: -2,17 + 253: -3,10 + 254: -10,2 + 255: -14,-2 + 256: -21,0 + 257: -20,5 + 258: -19,5 + 259: -23,3 + 260: -12,-1 + 261: -6,-4 + 262: -6,-12 + 263: -4,-4 + 264: -1,-3 + 265: -10,-2 + 266: 3,5 + 267: -11,4 + 268: -11,-2 + 269: -24,1 + 270: -10,6 + - node: + cleanable: True + color: '#FFFFFF7F' + id: DirtHeavy + decals: + 271: -11,-1 + 272: -21,-2 + 273: -23,2 + 274: -11,6 + 275: -10,-2 + 276: -1,-3 + 277: -6,-9 + 278: -5,-12 + 279: 0,-1 + 280: -10,1 + 281: 2,4 + 282: -5,6 + 283: -6,11 + 284: -4,16 + 285: -4,20 + 286: -5,17 + 287: -2,0 + 288: 10,0 + 289: 11,1 + 290: 16,0 + 291: 15,5 + 292: 9,4 + 293: 4,1 + 294: -4,5 + 295: -12,4 + 296: -11,-1 + 297: 7,1 + 298: 15,0 + 299: 18,2 + 300: 17,4 + 301: 18,3 + 302: -17,-1 + 303: -23,0 + 304: -26,1 + 305: -24,4 + 306: -19,3 + 307: -20,0 + 308: -21,3 + 309: -20,-1 + 310: -15,-3 + 311: -6,-4 + 312: -13,-2 + 313: -3,-4 + 314: -6,-9 + 315: -3,-12 + 316: -1,-4 + 317: -4,-3 + 318: -8,5 + 319: -1,6 + 320: -8,4 + 321: -6,19 + - node: + cleanable: True + color: '#FFFFFF7F' + id: DirtLight + decals: + 322: -15,-1 + 323: -21,4 + 324: -22,1 + 325: -5,0 + 326: -8,-3 + 327: 2,-2 + 328: -7,1 + 329: -1,4 + 330: -9,5 + 331: -8,7 + 332: -8,8 + 333: -12,1 + 334: -8,9 + 335: -11,6 + 336: -3,10 + 337: -6,17 + 338: -6,21 + 339: -3,19 + 340: -2,8 + 341: 13,3 + 342: 9,0 + 343: 16,0 + 344: 12,5 + 345: -6,-4 + 346: -4,-14 + 347: -5,-5 + 348: -7,-1 + 349: -8,-3 + 350: -19,-1 + 351: -24,0 + 352: -22,5 + - node: + cleanable: True + color: '#FFFFFF7F' + id: DirtMedium + decals: + 353: -6,-3 + 354: -14,-1 + 355: -26,1 + 356: -19,5 + 357: -20,1 + 358: -10,0 + 359: -14,3 + 360: -13,1 + 361: -2,2 + 362: 2,-2 + 363: -6,-3 + 364: -1,1 + 365: -6,5 + 366: -5,9 + 367: -5,16 + 368: -6,20 + 369: 13,3 + - node: + cleanable: True + color: '#FFFFFF7F' + id: burnt1 + decals: + 214: 0,1 + 215: -7,-1 + 216: -6,2 + 217: 6,5 + 218: 18,0 + 219: 14,4 + 220: 10,0 + 221: 10,-1 + 222: -4,5 + 223: -5,19 + 224: -7,18 + 225: -2,6 + 226: -11,-1 + 227: -25,2 + 228: -22,-1 + 229: -6,3 + 230: -5,-2 + 231: -6,-5 + 232: -4,-12 + 233: -6,-1 + 234: -10,-1 + 235: -24,1 + 236: -13,4 + 237: -18,3 + 238: -1,1 + 239: -8,4 + 240: -2,-1 + - node: + cleanable: True + color: '#FFFFFF7F' + id: burnt2 + decals: + 179: -21,-1 + 180: -25,1 + 181: -21,5 + 182: -22,1 + 183: -18,1 + 184: -21,4 + 185: -25,4 + 186: -20,1 + 187: -22,1 + 188: -27,3 + 189: -19,3 + 190: -21,0 + 191: -22,-1 + 192: -12,0 + 193: -12,1 + 194: -8,3 + 195: -8,0 + 196: -6,-1 + 197: -2,2 + 198: -3,-5 + 199: 6,1 + 200: 0,0 + 201: 15,1 + 202: -4,-1 + 203: -12,-1 + 204: -21,1 + 205: -3,3 + 206: -7,9 + 207: -5,17 + 208: -6,19 + 209: 1,7 + 210: -4,-4 + 211: -2,-13 + 212: -7,-14 + 213: 18,2 + - node: + cleanable: True + color: '#FFFFFF7F' + id: burnt3 + decals: + 90: -9,2 + 91: -13,4 + 92: -12,6 + 93: -8,7 + 94: -9,3 + 95: -13,7 + 96: -9,9 + 97: -7,10 + 98: -3,6 + 99: -4,8 + 100: -4,9 + 101: -6,4 + 102: -8,1 + 103: -4,0 + 104: -7,-1 + 105: -4,-2 + 106: -4,-5 + 107: -6,-8 + 108: -7,-14 + 109: -3,-13 + 110: -3,-14 + 111: -2,-5 + 112: 0,-4 + 113: -9,-5 + 114: -10,-4 + 115: -10,-3 + 116: -8,-6 + 117: -9,-1 + 118: -6,-1 + 120: 1,-1 + 121: -1,4 + 122: -1,4 + 123: 3,3 + 125: 4,1 + 126: 4,2 + 127: 3,1 + 128: 3,3 + 129: 2,2 + 130: -2,1 + 131: -1,3 + 132: -1,0 + 133: 6,1 + 134: 6,3 + 135: 7,3 + 136: 6,2 + 137: 14,1 + 138: 14,3 + 139: 13,3 + 140: 13,4 + 141: 11,4 + 142: 10,0 + 143: 12,0 + 144: 12,-1 + 145: 11,-1 + 146: 12,-3 + 147: 15,-2 + 148: 15,-1 + 149: 16,1 + 150: 16,3 + 151: 19,3 + 152: 18,1 + 153: 17,1 + 154: 17,3 + 155: 18,4 + 156: 13,5 + 157: 13,6 + 158: 11,6 + 159: 4,6 + 160: -2,6 + 161: -4,17 + 162: -6,17 + 163: -6,19 + 164: -4,17 + 165: -7,8 + 166: -8,7 + 167: -10,4 + 168: -14,4 + 169: -12,5 + 170: -13,4 + 171: -13,-1 + 172: -14,-2 + 173: -17,-2 + 174: -20,-1 + 175: -19,2 + 176: -21,4 + 177: -25,1 + 178: -25,2 + - node: + cleanable: True + color: '#FFFFFF7F' + id: burnt4 + decals: + 0: -8,5 + 1: -9,5 + 2: -9,7 + 3: -9,7 + 4: -8,8 + 5: -9,8 + 6: -12,1 + 7: -12,4 + 8: -11,4 + 9: -11,1 + 10: -5,2 + 11: -6,1 + 13: -2,4 + 14: 1,7 + 15: -5,3 + 16: -8,5 + 17: -4,9 + 18: -5,11 + 19: -5,15 + 20: -4,19 + 21: -5,19 + 22: -5,21 + 23: -4,19 + 24: -5,16 + 25: -4,8 + 26: 1,7 + 27: -1,5 + 28: 3,4 + 30: 5,0 + 31: 1,-1 + 32: 7,2 + 33: 14,0 + 34: 15,2 + 35: 13,4 + 36: 10,5 + 37: 13,5 + 38: 15,3 + 39: 16,0 + 40: 13,-1 + 41: 13,4 + 42: 14,1 + 43: 12,-1 + 44: 7,1 + 45: 8,3 + 46: 4,1 + 47: 5,4 + 48: 3,1 + 50: 0,-2 + 51: -2,-3 + 52: 0,-4 + 53: -2,-5 + 54: -5,-3 + 55: -5,-6 + 56: -5,-13 + 57: -3,-14 + 58: -6,-13 + 59: -6,-14 + 60: -3,-14 + 61: -3,-14 + 62: -5,-7 + 63: -6,-3 + 64: -9,-4 + 65: -10,0 + 66: -12,-1 + 67: -16,-2 + 68: -19,-2 + 69: -22,-1 + 70: -23,-1 + 71: -24,0 + 72: -22,3 + 73: -21,4 + 74: -25,4 + 75: -26,2 + 76: -25,0 + 77: -27,1 + 78: -25,4 + 79: -21,4 + 80: -18,4 + 81: -22,5 + 82: -25,4 + 83: -24,1 + 84: -19,3 + 85: -19,7 + 86: -16,5 + 87: -13,5 + 88: -12,4 + 89: -11,2 + - type: GridAtmosphere + version: 2 + data: + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockAssemblyAtmosphericsGlass + entities: + - uid: 313 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 494 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: -17.5,6.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 +- proto: AirlockExternalGlass + entities: + - uid: 476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,1.5 + parent: 1 + - uid: 509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 1 + - uid: 511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,16.5 + parent: 1 + - uid: 512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,10.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,3.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,3.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,1.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,20.5 + parent: 1 + - uid: 564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,20.5 + parent: 1 +- proto: AirlockGlassShuttle + entities: + - uid: 339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,1.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1 + - uid: 503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,3.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,22.5 + parent: 1 + - uid: 561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,22.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 1 + - uid: 953 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,16.5 + parent: 1 + - uid: 955 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 +- proto: APCConstructed + entities: + - uid: 951 + components: + - type: Transform + pos: -19.5,7.5 + parent: 1 +- proto: AtmosFixInstantPlasmaFireMarker + entities: + - uid: 772 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 764 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 766 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 767 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 769 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 770 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 771 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 736 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: -23.5,3.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: -22.5,3.5 + parent: 1 + - uid: 809 + components: + - type: Transform + pos: -21.5,3.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: -20.5,3.5 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: -19.5,3.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: -23.5,1.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: -22.5,1.5 + parent: 1 + - uid: 814 + components: + - type: Transform + pos: -21.5,1.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: -20.5,1.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: -19.5,1.5 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: -19.5,2.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: -19.5,6.5 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: -18.5,6.5 + parent: 1 + - uid: 820 + components: + - type: Transform + pos: -17.5,6.5 + parent: 1 + - uid: 821 + components: + - type: Transform + pos: -16.5,6.5 + parent: 1 + - uid: 822 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1 + - uid: 824 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 + - uid: 825 + components: + - type: Transform + pos: -12.5,6.5 + parent: 1 + - uid: 826 + components: + - type: Transform + pos: -19.5,-1.5 + parent: 1 + - uid: 827 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 1 + - uid: 831 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 1 + - uid: 832 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1 + - uid: 837 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 839 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 840 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 842 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 843 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 844 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 845 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 846 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 847 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: -4.5,18.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: -5.5,18.5 + parent: 1 + - uid: 852 + components: + - type: Transform + pos: -3.5,18.5 + parent: 1 + - uid: 853 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 854 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 855 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 857 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 858 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 860 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 861 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 862 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 863 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 1 + - uid: 864 + components: + - type: Transform + pos: -12.5,0.5 + parent: 1 + - uid: 865 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 + - uid: 866 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 867 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 868 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 869 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 870 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 871 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 872 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 873 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 874 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 875 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 876 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 877 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 878 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 879 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 880 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 881 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 882 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 + - uid: 883 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 884 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 885 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 886 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 888 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 889 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 890 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 891 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 956 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 957 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 958 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 959 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 960 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 961 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 963 + components: + - type: Transform + pos: -19.5,7.5 + parent: 1 +- proto: CableMV + entities: + - uid: 632 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: -19.5,6.5 + parent: 1 + - uid: 899 + components: + - type: Transform + pos: -18.5,6.5 + parent: 1 + - uid: 900 + components: + - type: Transform + pos: -17.5,6.5 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: -16.5,6.5 + parent: 1 + - uid: 902 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1 + - uid: 903 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1 + - uid: 904 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 + - uid: 905 + components: + - type: Transform + pos: -12.5,6.5 + parent: 1 + - uid: 906 + components: + - type: Transform + pos: -19.5,-1.5 + parent: 1 + - uid: 907 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 1 + - uid: 908 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 1 + - uid: 909 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 1 + - uid: 910 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 1 + - uid: 911 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 1 + - uid: 912 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: -19.5,0.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: -19.5,4.5 + parent: 1 + - uid: 917 + components: + - type: Transform + pos: -19.5,3.5 + parent: 1 + - uid: 918 + components: + - type: Transform + pos: -19.5,2.5 + parent: 1 + - uid: 919 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 920 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 921 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 922 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 923 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 924 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 925 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 926 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 927 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 928 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 929 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 930 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 931 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 932 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 933 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 934 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 936 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 937 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 938 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 939 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 940 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 941 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 942 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 943 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 944 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 945 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 946 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 947 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 948 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 964 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 965 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 1 + - uid: 966 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 967 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 968 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 969 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 970 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 971 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 972 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 973 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 974 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 976 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 713 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: -16.5,6.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 729 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 734 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 740 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 744 + components: + - type: Transform + pos: -18.5,6.5 + parent: 1 + - uid: 745 + components: + - type: Transform + pos: -18.5,5.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1 + - uid: 747 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 795 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 +- proto: ConveyorBelt + entities: + - uid: 533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,0.5 + parent: 1 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,0.5 + parent: 1 + - uid: 535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,0.5 + parent: 1 + - uid: 536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,0.5 + parent: 1 + - uid: 537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,0.5 + parent: 1 + - uid: 538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,0.5 + parent: 1 + - uid: 539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,4.5 + parent: 1 + - uid: 540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,4.5 + parent: 1 + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,4.5 + parent: 1 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,4.5 + parent: 1 + - uid: 543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,4.5 + parent: 1 + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,4.5 + parent: 1 + - uid: 545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,4.5 + parent: 1 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,4.5 + parent: 1 + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,4.5 + parent: 1 + - uid: 548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,4.5 + parent: 1 + - uid: 549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,4.5 + parent: 1 + - uid: 550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,4.5 + parent: 1 + - uid: 551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,0.5 + parent: 1 + - uid: 553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,0.5 + parent: 1 + - uid: 554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,0.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,0.5 + parent: 1 + - uid: 556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,0.5 + parent: 1 + - uid: 582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,21.5 + parent: 1 + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,22.5 + parent: 1 + - uid: 584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,20.5 + parent: 1 + - uid: 585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,19.5 + parent: 1 + - uid: 586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,19.5 + parent: 1 + - uid: 587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,20.5 + parent: 1 + - uid: 588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,21.5 + parent: 1 + - uid: 589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,22.5 + parent: 1 +- proto: CrateFilledSpawner + entities: + - uid: 706 + components: + - type: Transform + pos: -21.5,4.5 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: -20.5,4.5 + parent: 1 + - uid: 708 + components: + - type: Transform + pos: -22.5,0.5 + parent: 1 + - uid: 709 + components: + - type: Transform + pos: -21.5,0.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: 15.5,4.5 + parent: 1 +- proto: GasCanisterBrokenBase + entities: + - uid: 405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,2.5 + parent: 1 + - uid: 617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 1 + - uid: 618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,5.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 +- proto: GasFilter + entities: + - uid: 156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 1 +- proto: GasFilterFlipped + entities: + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 +- proto: GasMixer + entities: + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1 +- proto: GasOutletInjector + entities: + - uid: 178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-2.5 + parent: 1 + - uid: 179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-2.5 + parent: 1 + - uid: 183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 127 + components: + - type: Transform + anchored: False + pos: -7.423148,2.4677527 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 137 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - uid: 170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - uid: 420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,4.5 + parent: 1 + - uid: 459 + components: + - type: Transform + anchored: False + pos: 13.620853,0.6289364 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic +- proto: GasPipeBroken + entities: + - uid: 262 + components: + - type: Transform + anchored: False + rot: 1.5707963267948966 rad + pos: 2.35466,0.36561573 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 380 + components: + - type: Transform + anchored: False + pos: -4.63826,14.363574 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic +- proto: GasPipeStraight + entities: + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,0.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,0.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,4.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,3.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,3.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,3.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,3.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,1.5 + parent: 1 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,1.5 + parent: 1 + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,1.5 + parent: 1 + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 1 + - uid: 115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 1 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 1 + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 122 + components: + - type: Transform + anchored: False + pos: -3.5883708,0.38829124 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 123 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,4.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,2.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,2.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,2.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,2.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,2.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,3.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,2.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,1.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-3.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-1.5 + parent: 1 + - uid: 150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,4.5 + parent: 1 + - uid: 151 + components: + - type: Transform + anchored: False + rot: -1.5707963267948966 rad + pos: 1.3969984,0.7431195 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 1 + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,6.5 + parent: 1 + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,7.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,8.5 + parent: 1 + - uid: 164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,10.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,0.5 + parent: 1 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,0.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,0.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,0.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,0.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,1.5 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,1.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,1.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,1.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,1.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,2.5 + parent: 1 + - uid: 197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,2.5 + parent: 1 + - uid: 198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,2.5 + parent: 1 + - uid: 199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,2.5 + parent: 1 + - uid: 200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,2.5 + parent: 1 + - uid: 201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,3.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,3.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,3.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,3.5 + parent: 1 + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,3.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,4.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,4.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,4.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,4.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,4.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,4.5 + parent: 1 + - uid: 243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,4.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 1 + - uid: 261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-6.5 + parent: 1 + - uid: 263 + components: + - type: Transform + anchored: False + pos: -4.545592,-8.016321 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 264 + components: + - type: Transform + anchored: False + pos: -4.3267336,-9.958919 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,11.5 + parent: 1 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,15.5 + parent: 1 + - uid: 426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,16.5 + parent: 1 + - uid: 427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-11.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,4.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,4.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,4.5 + parent: 1 + - uid: 458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 124 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,4.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 377 + components: + - type: Transform + anchored: False + pos: 12.630749,5.5993724 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-12.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 + - uid: 612 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1 + - uid: 615 + components: + - type: Transform + anchored: False + pos: 11.292848,3.5839055 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,4.5 + parent: 1 +- proto: GasPort + entities: + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,4.5 + parent: 1 + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,3.5 + parent: 1 + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,0.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,2.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,1.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: 13.5,6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-1.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-1.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 1 + - uid: 419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,17.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,17.5 + parent: 1 +- proto: GasPressurePump + entities: + - uid: 97 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-0.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 1 + - uid: 175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,5.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 1 + - uid: 401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1 + - uid: 430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,17.5 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,17.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 1 + - uid: 433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 1 + - uid: 613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-0.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,5.5 + parent: 1 +- proto: GasValve + entities: + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 1 + - type: GasValve + open: False + - uid: 141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,0.5 + parent: 1 + - type: GasValve + open: False + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - type: GasValve + open: False + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - type: GasValve + open: False +- proto: Grille + entities: + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-2.5 + parent: 1 + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,8.5 + parent: 1 + - uid: 209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,0.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,1.5 + parent: 1 + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,3.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,3.5 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,2.5 + parent: 1 + - uid: 234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,1.5 + parent: 1 + - uid: 235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,0.5 + parent: 1 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-2.5 + parent: 1 + - uid: 245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,4.5 + parent: 1 + - uid: 246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,4.5 + parent: 1 + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,16.5 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,5.5 + parent: 1 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,5.5 + parent: 1 + - uid: 326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-1.5 + parent: 1 + - uid: 354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,2.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,7.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,7.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,7.5 + parent: 1 + - uid: 381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 1 + - uid: 384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 1 + - uid: 385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 1 + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,9.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,5.5 + parent: 1 + - uid: 392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,5.5 + parent: 1 + - uid: 393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,11.5 + parent: 1 + - uid: 402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,15.5 + parent: 1 + - uid: 403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,15.5 + parent: 1 + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,11.5 + parent: 1 + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 1 + - uid: 409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1 + - uid: 410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 1 + - uid: 413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 1 + - uid: 414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 1 + - uid: 415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 1 + - uid: 416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - uid: 417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,12.5 + parent: 1 + - uid: 437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 1 + - uid: 439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,18.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,22.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,18.5 + parent: 1 + - uid: 466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 1 + - uid: 469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 1 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-2.5 + parent: 1 + - uid: 477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 1 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,7.5 + parent: 1 + - uid: 479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,7.5 + parent: 1 + - uid: 480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,7.5 + parent: 1 + - uid: 481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,7.5 + parent: 1 + - uid: 482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,7.5 + parent: 1 + - uid: 483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-2.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-2.5 + parent: 1 + - uid: 486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,2.5 + parent: 1 + - uid: 505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,20.5 + parent: 1 + - uid: 508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,6.5 + parent: 1 + - uid: 517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,2.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,2.5 + parent: 1 + - uid: 530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,2.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,21.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,6.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,2.5 + parent: 1 + - uid: 282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,6.5 + parent: 1 + - uid: 286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,8.5 + parent: 1 + - uid: 298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,5.5 + parent: 1 + - uid: 308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 1 + - uid: 325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 1 + - uid: 366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-14.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-16.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,14.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1 + - uid: 404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,14.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-2.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-2.5 + parent: 1 + - uid: 623 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-4.5 + parent: 1 + - uid: 638 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 +- proto: LockerAtmosphericsFilled + entities: + - uid: 502 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 +- proto: LootSpawnerArmoryGunsOnly + entities: + - uid: 753 + components: + - type: Transform + pos: -23.5,2.5 + parent: 1 + - uid: 1013 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 +- proto: LootSpawnerMaterials + entities: + - uid: 749 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 755 + components: + - type: Transform + pos: -24.5,2.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: -12.5,0.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 +- proto: LootSpawnerMaterialsHighValue + entities: + - uid: 807 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 +- proto: LootSpawnerMaterialsHighValueConstruction + entities: + - uid: 751 + components: + - type: Transform + pos: -19.5,2.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 +- proto: LootSpawnerMaterialsSurplus + entities: + - uid: 152 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 +- proto: MaintenanceFluffSpawner + entities: + - uid: 859 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 1006 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 1007 + components: + - type: Transform + pos: -23.5,3.5 + parent: 1 + - uid: 1008 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1 + - uid: 1009 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 1010 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 1011 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 1012 + components: + - type: Transform + pos: 15.5,5.5 + parent: 1 +- proto: MaintenanceToolSpawner + entities: + - uid: 265 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 14.5,5.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: -5.5,19.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 760 + components: + - type: Transform + pos: -20.5,0.5 + parent: 1 + - uid: 762 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 763 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 +- proto: PartRodMetal1 + entities: + - uid: 678 + components: + - type: Transform + pos: -4.7211833,13.34298 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: -4.887933,8.580364 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: -4.1479816,7.5379734 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: -4.3043094,-7.7450247 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: 7.7377024,0.5706831 + parent: 1 + - uid: 738 + components: + - type: Transform + pos: -4.471059,-10.553723 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: 8.696511,-0.054751158 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: 5.663757,4.4066806 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: 8.404699,4.2190504 + parent: 1 +- proto: PlasticFlapsAirtightOpaque + entities: + - uid: 597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,22.5 + parent: 1 + - uid: 598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,22.5 + parent: 1 + - uid: 599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,20.5 + parent: 1 + - uid: 600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,20.5 + parent: 1 + - uid: 601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,4.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1 + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,0.5 + parent: 1 + - uid: 604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,4.5 + parent: 1 + - uid: 605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,4.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,0.5 + parent: 1 + - uid: 607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,0.5 + parent: 1 + - uid: 608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,4.5 + parent: 1 +- proto: PlushieAtmosian + entities: + - uid: 566 + components: + - type: Transform + pos: 5.4804916,2.6926491 + parent: 1 +- proto: PortableGeneratorPacman + entities: + - uid: 978 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 980 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,5.5 + parent: 1 + - uid: 982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-0.5 + parent: 1 + - uid: 983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - uid: 984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-0.5 + parent: 1 + - uid: 986 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 987 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 989 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 990 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-0.5 + parent: 1 + - uid: 993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,5.5 + parent: 1 + - uid: 994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 1 + - uid: 995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,19.5 + parent: 1 +- proto: Rack + entities: + - uid: 316 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -21.5,6.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -12.5,1.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: -20.5,6.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 + - uid: 634 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 +- proto: RandomCableApcExtensionSpawner + entities: + - uid: 834 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1 + - uid: 835 + components: + - type: Transform + pos: -19.5,4.5 + parent: 1 + - uid: 892 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 893 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 894 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 895 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 896 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 897 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 898 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 +- proto: RandomCableMVSpawner + entities: + - uid: 935 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 975 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 996 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 997 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 998 + components: + - type: Transform + pos: -19.5,1.5 + parent: 1 + - uid: 999 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 1000 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 1001 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 1002 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 1003 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 +- proto: RandomCargoCorpseSpawner + entities: + - uid: 715 + components: + - type: Transform + pos: -23.5,3.5 + parent: 1 +- proto: RandomEngineerCorpseSpawner + entities: + - uid: 711 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 712 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 714 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: -19.5,0.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 773 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 774 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 775 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 776 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 + - uid: 777 + components: + - type: Transform + pos: -19.5,1.5 + parent: 1 + - uid: 778 + components: + - type: Transform + pos: -22.5,2.5 + parent: 1 + - uid: 779 + components: + - type: Transform + pos: -20.5,1.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 781 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 782 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 783 + components: + - type: Transform + pos: -5.5,18.5 + parent: 1 + - uid: 784 + components: + - type: Transform + pos: -2.5,19.5 + parent: 1 + - uid: 785 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 786 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 788 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 789 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 + - uid: 790 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 791 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1 + - uid: 792 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 793 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 +- proto: RandomVendingSnacks + entities: + - uid: 565 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,8.5 + parent: 1 + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1 + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,8.5 + parent: 1 + - uid: 21 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,7.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,10.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 1 + - uid: 291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,16.5 + parent: 1 + - uid: 293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,17.5 + parent: 1 + - uid: 295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,16.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-1.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,7.5 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-2.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-1.5 + parent: 1 + - uid: 488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-2.5 + parent: 1 + - uid: 489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-2.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 29 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - uid: 128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,4.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,7.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,0.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,1.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,2.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,3.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,1.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,0.5 + parent: 1 + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,4.5 + parent: 1 + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,5.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,5.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,5.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-2.5 + parent: 1 + - uid: 278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 1 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,7.5 + parent: 1 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,2.5 + parent: 1 + - uid: 356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-2.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,7.5 + parent: 1 + - uid: 364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 1 + - uid: 365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1 + - uid: 368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 1 + - uid: 370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 1 + - uid: 372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - uid: 378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,15.5 + parent: 1 + - uid: 383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,11.5 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - uid: 441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,18.5 + parent: 1 + - uid: 445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,18.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - uid: 463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 1 + - uid: 487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,2.5 + parent: 1 + - uid: 490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-2.5 + parent: 1 + - uid: 491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,7.5 + parent: 1 + - uid: 492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,7.5 + parent: 1 + - uid: 493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,7.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,2.5 + parent: 1 + - uid: 531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,2.5 + parent: 1 + - uid: 532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,2.5 + parent: 1 + - uid: 590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,20.5 + parent: 1 + - uid: 591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,21.5 + parent: 1 + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,22.5 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 20 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: -12.5,2.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: 13.5,6.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: -18.5,4.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: -18.5,1.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: -2.5,18.5 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: -20.5,3.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: -24.5,4.5 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 571 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 643 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 655 + components: + - type: Transform + pos: -23.5,0.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -22.5,4.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: 16.5,0.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 +- proto: SalvageMobSpawner + entities: + - uid: 684 + components: + - type: Transform + pos: -20.5,2.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: -21.5,1.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: -9.5,1.5 + parent: 1 +- proto: SalvageMobSpawner75 + entities: + - uid: 691 + components: + - type: Transform + pos: -21.5,2.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: -20.5,1.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: -4.5,18.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 +- proto: SalvageSpawnerEquipment + entities: + - uid: 647 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -20.5,6.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: -21.5,6.5 + parent: 1 +- proto: SalvageSpawnerEquipmentValuable + entities: + - uid: 642 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: -12.5,1.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 +- proto: SalvageSpawnerMobMagnet100 + entities: + - uid: 686 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 +- proto: SalvageSpawnerScrapCommon75 + entities: + - uid: 315 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 640 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1 + - uid: 666 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: -22.5,-1.5 + parent: 1 + - uid: 669 + components: + - type: Transform + pos: -22.5,3.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 671 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 +- proto: SalvageSpawnerScrapValuable75 + entities: + - uid: 19 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 674 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: -22.5,1.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1 + - uid: 977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 +- proto: SalvageSpawnerTreasureValuable + entities: + - uid: 681 + components: + - type: Transform + pos: -23.5,4.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1 +- proto: ScrapAirlock1 + entities: + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.367122,-9.584122 + parent: 1 + - uid: 495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.464652,-1.6060086 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: 9.486821,4.5141478 + parent: 1 +- proto: ShardGlass + entities: + - uid: 23 + components: + - type: Transform + pos: -4.3945465,-8.866721 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -4.457077,-10.700498 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -0.14590693,6.2136536 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 1.3861028,5.2650785 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -2.4962077,-13.930265 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -6.3017426,-13.65642 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -1.1172462,0.7869363 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 10.972568,4.2315965 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -11.306393,7.513008 + parent: 1 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.66316,-1.365337 + parent: 1 + - uid: 285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.6726465,6.554009 + parent: 1 + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.037354,0.46927047 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -5.228293,13.807974 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.274136,9.087018 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: -16.23968,2.9739518 + parent: 1 + - uid: 611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.95597,-0.81920147 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: -0.6669991,8.288011 + parent: 1 + - uid: 633 + components: + - type: Transform + pos: 10.441053,1.072983 + parent: 1 + - uid: 1004 + components: + - type: Transform + pos: -12.347124,5.2880588 + parent: 1 + - uid: 1005 + components: + - type: Transform + pos: -15.770697,3.9277387 + parent: 1 +- proto: ShardGlassReinforced + entities: + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.488707,-1.1569496 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: 11.556376,-0.52294004 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -4.6709137,12.7120695 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -4.0247583,14.5571 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.299773,-0.8442328 + parent: 1 +- proto: SignAtmos + entities: + - uid: 501 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: -17.5,5.5 + parent: 1 +- proto: StorageCanister + entities: + - uid: 281 + components: + - type: Transform + pos: 15.5,6.5 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: -18.5,3.5 + parent: 1 + - uid: 627 + components: + - type: Transform + pos: -22.5,6.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 1 + - uid: 635 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 628 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: WallReinforced + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 22 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 1 + - uid: 241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-3.5 + parent: 1 + - uid: 247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,7.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,5.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,5.5 + parent: 1 + - uid: 252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-0.5 + parent: 1 + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,5.5 + parent: 1 + - uid: 272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,5.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,7.5 + parent: 1 + - uid: 275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-2.5 + parent: 1 + - uid: 280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,7.5 + parent: 1 + - uid: 283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-3.5 + parent: 1 + - uid: 284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-3.5 + parent: 1 + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,10.5 + parent: 1 + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,16.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,16.5 + parent: 1 + - uid: 290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,16.5 + parent: 1 + - uid: 292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,17.5 + parent: 1 + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,20.5 + parent: 1 + - uid: 300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,19.5 + parent: 1 + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,20.5 + parent: 1 + - uid: 302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,19.5 + parent: 1 + - uid: 304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 1 + - uid: 305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 1 + - uid: 306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-12.5 + parent: 1 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-11.5 + parent: 1 + - uid: 309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-11.5 + parent: 1 + - uid: 310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-12.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 1 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 1 + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 1 + - uid: 324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,7.5 + parent: 1 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1 + - uid: 328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1 + - uid: 329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,7.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,5.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-1.5 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,7.5 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-0.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,5.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,7.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,6.5 + parent: 1 + - uid: 355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,7.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-2.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,22.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1 + - uid: 470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,5.5 + parent: 1 + - uid: 471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-0.5 + parent: 1 + - uid: 472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,6.5 + parent: 1 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 1 + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,21.5 + parent: 1 + - uid: 507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-1.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 1 + - uid: 514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,5.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,6.5 + parent: 1 + - uid: 519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-2.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 1 + - uid: 557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,22.5 + parent: 1 + - uid: 559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,21.5 + parent: 1 +- proto: WardrobeAtmosphericsFilled + entities: + - uid: 567 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 +- proto: WaterCooler + entities: + - uid: 952 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 225 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: -23.5,6.5 + parent: 1 +... diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index 5d1304f74d..a72935bcbd 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -68,6 +68,7 @@ stationGrid: false paths: - /Maps/Ruins/abandoned_outpost.yml + - /Maps/Ruins/atmos_interchange.yml - /Maps/Ruins/chunked_tcomms.yml - /Maps/Ruins/biodome_satellite.yml - /Maps/Ruins/derelict.yml From 2b748694bf35955fef93bdb19604d5c44a2707ce Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 15:46:53 +0000 Subject: [PATCH 199/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 4c7737af26..92a10b0a90 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -74,4 +74,11 @@ id: 10 time: '2025-05-01T22:03:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37061 +- author: Southbridge + changes: + - message: 'New salvage ruin: Atmos Interchange' + type: Add + id: 11 + time: '2025-05-02T15:45:46.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37115 Order: 1 From 7fd66820b96ed3f32e57e7fd2779cde6c94758aa Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Fri, 2 May 2025 12:14:16 -0400 Subject: [PATCH 200/318] Fix station beacon not updating (#37121) --- Content.Server/Pinpointer/NavMapSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Pinpointer/NavMapSystem.cs b/Content.Server/Pinpointer/NavMapSystem.cs index 2819f5ba42..5ffbbe53ab 100644 --- a/Content.Server/Pinpointer/NavMapSystem.cs +++ b/Content.Server/Pinpointer/NavMapSystem.cs @@ -200,6 +200,7 @@ public sealed partial class NavMapSystem : SharedNavMapSystem beacon.Text = args.Text; beacon.Color = args.Color; beacon.Enabled = args.Enabled; + Dirty(ent, beacon); UpdateBeaconEnabledVisuals((ent, beacon)); UpdateNavMapBeaconData(ent, beacon); From e7cb80da119134e8abcf71bf3e1974c5c77c363a Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 16:15:23 +0000 Subject: [PATCH 201/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3f3058f79c..8163c4b854 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: hyperDelegate - changes: - - message: The Nuclear Operative Reinforcement Teleporter now costs 30TC (was 35). - type: Tweak - id: 7905 - time: '2025-02-05T14:54:46.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34675 - author: Farrellka changes: - message: Removed the old long ears for human! @@ -3921,3 +3914,10 @@ id: 8406 time: '2025-05-02T10:07:12.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37114 +- author: themias + changes: + - message: Station beacons retain edited info when reopening their window. + type: Fix + id: 8407 + time: '2025-05-02T16:14:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37121 From 2b2bfbfebd571677356e0ce0fd6adaa1b3063c4f Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Fri, 2 May 2025 19:12:23 +0200 Subject: [PATCH 202/318] Fix for vox dropping all bodyparts when gibbed (#37111) vox parts cleanup --- Resources/Prototypes/Body/Parts/vox.yml | 186 +++++++----------------- 1 file changed, 50 insertions(+), 136 deletions(-) diff --git a/Resources/Prototypes/Body/Parts/vox.yml b/Resources/Prototypes/Body/Parts/vox.yml index 9f89a0c583..ee767f3e8f 100644 --- a/Resources/Prototypes/Body/Parts/vox.yml +++ b/Resources/Prototypes/Body/Parts/vox.yml @@ -1,197 +1,111 @@ # TODO: Add descriptions (many) # TODO BODY: Part damage - type: entity - id: PartVox - parent: BaseItem - name: "vox body part" abstract: true + parent: [ BaseItem, BasePart ] + id: PartVox + name: "vox body part" components: - - type: Damageable - damageContainer: Biological - - type: BodyPart - - type: ContainerContainer - containers: - bodypart: !type:Container - ents: [] - - type: StaticPrice - price: 100 - - type: Tag - tags: - - Trash + - type: Sprite + sprite: Mobs/Species/Vox/parts.rsi - type: Extractable juiceSolution: reagents: - ReagentId: Fat Quantity: 3 - - ReagentId: Blood + - ReagentId: AmmoniaBlood Quantity: 10 - type: entity + parent: [PartVox, BaseTorso] id: TorsoVox name: "vox torso" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "torso" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "torso" - - type: BodyPart - partType: Torso - - type: Extractable - juiceSolution: - reagents: - - ReagentId: Fat - Quantity: 3 - - ReagentId: Blood - Quantity: 10 + - type: Sprite + state: "torso" + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fat + Quantity: 10 + - ReagentId: AmmoniaBlood + Quantity: 20 - type: entity + parent: [ PartVox, BaseHead ] id: HeadVox name: "vox head" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "head" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "head" - - type: BodyPart - partType: Head - vital: true - - type: Input - context: "ghost" - - type: Tag - tags: - - Head - - type: Extractable - juiceSolution: - reagents: - - ReagentId: Fat - Quantity: 5 - - ReagentId: Blood - Quantity: 10 + - type: Sprite + state: "head" + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fat + Quantity: 5 + - ReagentId: AmmoniaBlood + Quantity: 10 - type: entity + parent: [ PartVox, BaseLeftArm ] id: LeftArmVox name: "left vox arm" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "l_arm" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "l_arm" - - type: BodyPart - partType: Arm - symmetry: Left + - type: Sprite + state: "l_arm" - type: entity + parent: [ PartVox, BaseRightArm ] id: RightArmVox name: "right vox arm" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "r_arm" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "r_arm" - - type: BodyPart - partType: Arm - symmetry: Right + - type: Sprite + state: "r_arm" - type: entity + parent: [ PartVox, BaseLeftHand ] id: LeftHandVox name: "left vox hand" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "l_hand" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "l_hand" - - type: BodyPart - partType: Hand - symmetry: Left + - type: Sprite + state: "l_hand" - type: entity + parent: [ PartVox, BaseRightHand ] id: RightHandVox name: "right vox hand" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "r_hand" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "r_hand" - - type: BodyPart - partType: Hand - symmetry: Right + - type: Sprite + state: "r_hand" - type: entity + parent: [ PartVox, BaseLeftLeg ] id: LeftLegVox name: "left vox leg" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "l_leg" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "l_leg" - - type: BodyPart - partType: Leg - symmetry: Left - - type: MovementBodyPart + - type: Sprite + state: "l_leg" - type: entity + parent: [ PartVox, BaseRightLeg ] id: RightLegVox name: "right vox leg" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "r_leg" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "r_leg" - - type: BodyPart - partType: Leg - symmetry: Right - - type: MovementBodyPart + - type: Sprite + state: "r_leg" - type: entity + parent: [ PartVox, BaseLeftFoot ] id: LeftFootVox name: "left vox foot" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "l_foot" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "l_foot" - - type: BodyPart - partType: Foot - symmetry: Left + - type: Sprite + state: "l_foot" - type: entity + parent: [ PartVox, BaseRightFoot ] id: RightFootVox name: "right vox foot" - parent: PartVox components: - - type: Sprite - sprite: Mobs/Species/Vox/parts.rsi - state: "r_foot" - - type: Icon - sprite: Mobs/Species/Vox/parts.rsi - state: "r_foot" - - type: BodyPart - partType: Foot - symmetry: Right + - type: Sprite + state: "r_foot" From c27c0e7ff8c92ba00de7d7532bdcdd29794dbfeb Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 17:13:30 +0000 Subject: [PATCH 203/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8163c4b854..a81ce10c49 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Farrellka - changes: - - message: Removed the old long ears for human! - type: Remove - - message: Added more long (elf) ears for human! - type: Add - id: 7906 - time: '2025-02-05T16:49:04.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33572 - author: keronshb changes: - message: Disabler - decreased fire cost, increased projectile speed. @@ -3921,3 +3912,10 @@ id: 8407 time: '2025-05-02T16:14:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37121 +- author: Errant + changes: + - message: Vox now only drop their organs when gibbed, not all of their bodyparts. + type: Fix + id: 8408 + time: '2025-05-02T17:12:23.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37111 From b6c8119646456bd31a4493099c255fa1719b0aec Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Date: Fri, 2 May 2025 11:31:10 -0700 Subject: [PATCH 204/318] Movement Rewrite Hotfix (#37122) * One line bugfix * also divide friction by 5 * Undo that --- Content.Shared/Friction/TileFrictionController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Friction/TileFrictionController.cs b/Content.Shared/Friction/TileFrictionController.cs index 1ebf2478f9..cf9241bf2a 100644 --- a/Content.Shared/Friction/TileFrictionController.cs +++ b/Content.Shared/Friction/TileFrictionController.cs @@ -111,7 +111,7 @@ namespace Content.Shared.Friction PhysicsSystem.SetAngularDamping(uid, body, friction); if (body.BodyType != BodyType.KinematicController) - return; + continue; // Physics engine doesn't apply damping to Kinematic Controllers so we have to do it here. // BEWARE YE TRAVELLER: From b4ad372ca7eac3fcc62dbe06347857eeeb764e15 Mon Sep 17 00:00:00 2001 From: Vladislav Suchkov <20380250+murolem@users.noreply.github.com> Date: Sat, 3 May 2025 04:31:49 +1000 Subject: [PATCH 205/318] Clarify that PA crate order includes boards (#37109) init --- Resources/Prototypes/Catalog/Fills/Crates/engines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml index 638e94080e..ebff4eb6d8 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml @@ -80,8 +80,8 @@ - type: entity id: CrateEngineeringParticleAccelerator parent: CrateEngineeringSecure - name: PA crate - description: Complex to setup, but rewarding as fuck. + name: PA board crate + description: Complex to setup, but rewarding as fuck. Contains boards for all particle accelerator components. components: - type: StorageFill contents: From 85d6b728ee76a8a8d92a25e3a7fb6a7070fea858 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 18:32:56 +0000 Subject: [PATCH 206/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a81ce10c49..7c1f8ed72c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: keronshb - changes: - - message: Disabler - decreased fire cost, increased projectile speed. - type: Tweak - - message: Disabler SMG - decreased fire cost, increased fire rate. - type: Tweak - id: 7907 - time: '2025-02-05T23:12:07.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34890 - author: centcomofficer24 changes: - message: Added a genderqueer pin! @@ -3919,3 +3910,11 @@ id: 8408 time: '2025-05-02T17:12:23.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37111 +- author: murolem + changes: + - message: Updated PA crate order name and description to clarify that it only contains + boards. + type: Tweak + id: 8409 + time: '2025-05-02T18:31:49.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37109 From c153f84e421752a1a04c7e3a14ef6200165bf8d3 Mon Sep 17 00:00:00 2001 From: Prole <172158352+Prole0@users.noreply.github.com> Date: Fri, 2 May 2025 13:07:20 -0700 Subject: [PATCH 207/318] noRot on 2-way lever (#37125) --- Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml index fddf753a20..c19c73eb89 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml @@ -154,6 +154,7 @@ - type: Sprite drawdepth: HighFloorObjects sprite: Structures/conveyor.rsi + noRot: true layers: - state: switch-off map: ["enabled", "enum.TwoWayLeverState.Middle"] From efc8d8600dd6a6f58db0140644373c8561a33fe5 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sat, 3 May 2025 00:56:47 +0200 Subject: [PATCH 208/318] Traumoxadone (#37126) * init * salicylic acid --- .../Locale/en-US/reagents/meta/chemicals.ftl | 3 +++ .../Locale/en-US/reagents/meta/medicine.ftl | 3 +++ Resources/Prototypes/Reagents/chemicals.yml | 10 ++++++++ Resources/Prototypes/Reagents/medicine.yml | 24 +++++++++++++++++-- .../Recipes/Reactions/chemicals.yml | 13 ++++++++++ .../Prototypes/Recipes/Reactions/medicine.yml | 15 +++++++++++- 6 files changed, 65 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/en-US/reagents/meta/chemicals.ftl b/Resources/Locale/en-US/reagents/meta/chemicals.ftl index ad9d12e26f..8747a159a8 100644 --- a/Resources/Locale/en-US/reagents/meta/chemicals.ftl +++ b/Resources/Locale/en-US/reagents/meta/chemicals.ftl @@ -30,3 +30,6 @@ reagent-desc-cellulose = A crystaline polydextrose polymer, plants swear by this reagent-name-rororium = rororium reagent-desc-rororium = A strange substance which fills the cores of the hivelords that roam the mining asteroid. Thought to be the source of their regenerative powers. + +reagent-name-salicylic-acid = salicylic acid +reagent-desc-salicylic-acid = A powdery substance used for dermatological treatments. diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index a06be2a148..1c8e13789b 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -147,3 +147,6 @@ reagent-desc-potassium-iodide = Will reduce the damaging effects of radiation by reagent-name-haloperidol = haloperidol reagent-desc-haloperidol = Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness. + +reagent-name-traumoxadone = traumoxadone +reagent-desc-traumoxadone = A cryogenics chemical. Used to treat severe trauma to tissues via patching them with tiny particles within the liquid. Works regardless of the patient being alive or dead. diff --git a/Resources/Prototypes/Reagents/chemicals.yml b/Resources/Prototypes/Reagents/chemicals.yml index 4542c97565..425db8aa8b 100644 --- a/Resources/Prototypes/Reagents/chemicals.yml +++ b/Resources/Prototypes/Reagents/chemicals.yml @@ -185,3 +185,13 @@ key: Adrenaline component: IgnoreSlowOnDamage time: 120 + +- type: reagent + id: SalicylicAcid + name: reagent-name-salicylic-acid + desc: reagent-desc-salicylic-acid + physicalDesc: reagent-physical-desc-powdery + flavor: bitter + color: "#FFFFFF" + boilingPoint: 55.5 + meltingPoint: -50.0 diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index ff7a2fc116..6bb4172a90 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -1206,7 +1206,7 @@ conditions: - !type:ReagentThreshold min: 12 - + - type: reagent id: Opporozidone #Name based of an altered version of the startreck chem "Opporozine" name: reagent-name-opporozidone @@ -1258,7 +1258,7 @@ Poison: -2 - type: reagent - id : Aloxadone + id: Aloxadone name: reagent-name-aloxadone group: Medicine desc: reagent-desc-aloxadone @@ -1279,6 +1279,26 @@ Shock: -3.0 Caustic: -1.0 +- type: reagent + id: Traumoxadone + name: reagent-name-traumoxadone + group: Medicine + desc: reagent-desc-traumoxadone + physicalDesc: reagent-physical-desc-cloudy + flavor: medicine + color: "#69304D" + worksOnTheDead: true + metabolisms: + Medicine: + effects: + - !type:HealthChange + conditions: + - !type:Temperature + max: 213.0 + damage: + groups: + Brute: -6 + - type: reagent id : Mannitol # currently this is just a way to create psicodine name: reagent-name-mannitol diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index 78fdfec7c9..c641bb27fc 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -516,3 +516,16 @@ products: Tazinide: 1 +- type: reaction + id: SalicylicAcid + reactants: + Carbon: + amount: 1 + Phenol: + amount: 1 + Bicaridine: + amount: 1 + SulfuricAcid: + amount: 1 + products: + SalicylicAcid: 4 diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index a99015fe90..e5c2f93f70 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -561,7 +561,7 @@ id: Opporozidone minTemp: 400 #Maybe if a method of reducing reagent temp exists one day, this could be -50 reactants: - Cognizine: + Cognizine: amount: 1 Plasma: amount: 2 @@ -662,3 +662,16 @@ amount: 1 products: Haloperidol: 5 + +- type: reaction + id: Traumoxadone + impact: Medium + reactants: + Cryoxadone: + amount: 1 + SalicylicAcid: + amount: 1 + Lipozine: + amount: 1 + products: + Traumoxadone: 2 From 4ba8945c5bbc70d3c995a9f93778c980c6f7e988 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 May 2025 22:57:54 +0000 Subject: [PATCH 209/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7c1f8ed72c..cd1b615ce4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: centcomofficer24 - changes: - - message: Added a genderqueer pin! - type: Add - id: 7908 - time: '2025-02-06T05:49:41.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34561 - author: SG6732 changes: - message: Swapped the stick of butter with 5 u of olive oil in the boiled spaghetti @@ -3918,3 +3911,11 @@ id: 8409 time: '2025-05-02T18:31:49.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37109 +- author: ScarKy0 + changes: + - message: Added Traumoxadone! A cryochemical used to treat brute damage in living + patients as well as corpses. + type: Add + id: 8410 + time: '2025-05-02T22:56:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37126 From 5d26a38a1dd58df7589ffc616fe5ebd47494037f Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 3 May 2025 03:26:12 +0200 Subject: [PATCH 210/318] fix clone appearance (#37130) --- Content.Server/IdentityManagement/IdentitySystem.cs | 2 +- Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs | 2 ++ Content.Shared/IdentityManagement/SharedIdentitySystem.cs | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Content.Server/IdentityManagement/IdentitySystem.cs b/Content.Server/IdentityManagement/IdentitySystem.cs index f873273f80..131544e569 100644 --- a/Content.Server/IdentityManagement/IdentitySystem.cs +++ b/Content.Server/IdentityManagement/IdentitySystem.cs @@ -72,7 +72,7 @@ public sealed class IdentitySystem : SharedIdentitySystem /// /// Queues an identity update to the start of the next tick. /// - public void QueueIdentityUpdate(EntityUid uid) + public override void QueueIdentityUpdate(EntityUid uid) { _queuedIdentityUpdates.Add(uid); } diff --git a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs index f7884e97c4..b31abbda32 100644 --- a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs @@ -39,6 +39,7 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem [Dependency] private readonly ISerializationManager _serManager = default!; [Dependency] private readonly MarkingManager _markingManager = default!; [Dependency] private readonly GrammarSystem _grammarSystem = default!; + [Dependency] private readonly SharedIdentitySystem _identity = default!; [ValidatePrototypeId] public const string DefaultSpecies = "Human"; @@ -161,6 +162,7 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem if (TryComp(target, out var grammar)) _grammarSystem.SetGender((target, grammar), sourceHumanoid.Gender); + _identity.QueueIdentityUpdate(target); Dirty(target, targetHumanoid); } diff --git a/Content.Shared/IdentityManagement/SharedIdentitySystem.cs b/Content.Shared/IdentityManagement/SharedIdentitySystem.cs index 6d6916df32..6b03dc3850 100644 --- a/Content.Shared/IdentityManagement/SharedIdentitySystem.cs +++ b/Content.Shared/IdentityManagement/SharedIdentitySystem.cs @@ -39,6 +39,11 @@ public abstract class SharedIdentitySystem : EntitySystem { ent.Comp.Enabled = !args.Mask.Comp.IsToggled; } + + /// + /// Queues an identity update to the start of the next tick. + /// + public virtual void QueueIdentityUpdate(EntityUid uid) { } } /// /// Gets called whenever an entity changes their identity. From 11096ad9bf6ce9bcbe5c090736549eb91352ef3f Mon Sep 17 00:00:00 2001 From: Unkn0wn_Gh0st Date: Fri, 2 May 2025 23:18:08 -0500 Subject: [PATCH 211/318] New Weapon: Knuckle Dusters (#33470) * New Weapon: Knuckle Dusters * Tag YAML Error Fix * Crafting Graph Node Error (Thank you slarticodefast) Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Crafting Node Error Part 2 Electric Boogaloo Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Contraban & QM Dusters Nerf * Stun Knuckledusters (Unfinished) * Typo * Fix test fails * The dastardly maintainer balance webedit * Fix contraband parenting * Fix construction failure --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Co-authored-by: EmoGarbage404 --- .../conditions/steal-target-groups.ftl | 1 + .../Locale/en-US/store/uplink-catalog.ftl | 2 + Resources/Prototypes/Actions/security.yml | 8 + .../Catalog/Fills/Lockers/heads.yml | 1 + .../Prototypes/Catalog/Fills/Lockers/misc.yml | 1 + .../Prototypes/Catalog/uplink_catalog.yml | 14 ++ .../Entities/Clothing/Hands/gloves.yml | 191 ++++++++++++++++++ .../Markers/Spawners/Random/maintenance.yml | 1 + .../Objectives/stealTargetGroups.yml | 7 + Resources/Prototypes/Objectives/traitor.yml | 10 + .../Graphs/weapons/brass_knuckles.yml | 13 ++ .../Recipes/Construction/weapons.yml | 8 + .../brassknuckleduster.png | Bin 0 -> 455 bytes .../brassknuckleduster.rsi/equipped-HAND.png | Bin 0 -> 412 bytes .../brassknuckleduster.rsi/inhand-left.png | Bin 0 -> 421 bytes .../brassknuckleduster.rsi/inhand-right.png | Bin 0 -> 431 bytes .../brassknuckleduster.rsi/meta.json | 26 +++ .../knuckleduster_nocell.png | Bin 0 -> 404 bytes .../knuckleduster_off.png | Bin 0 -> 376 bytes .../knuckleduster_on.png | Bin 0 -> 1293 bytes .../electricknuckleduster.rsi/meta.json | 133 ++++++++++++ .../off-equipped-HAND.png | Bin 0 -> 384 bytes .../off-inhand-left.png | Bin 0 -> 402 bytes .../off-inhand-right.png | Bin 0 -> 409 bytes .../on-equipped-HAND.png | Bin 0 -> 1248 bytes .../on-inhand-left.png | Bin 0 -> 1231 bytes .../on-inhand-right.png | Bin 0 -> 1269 bytes .../goldenknuckleduster.rsi/equipped-HAND.png | Bin 0 -> 393 bytes .../goldenknuckleduster.png | Bin 0 -> 236 bytes .../goldenknuckleduster.rsi/inhand-left.png | Bin 0 -> 418 bytes .../goldenknuckleduster.rsi/inhand-right.png | Bin 0 -> 416 bytes .../goldenknuckleduster.rsi/meta.json | 26 +++ .../knuckleduster.rsi/equipped-HAND.png | Bin 0 -> 404 bytes .../knuckleduster.rsi/inhand-left.png | Bin 0 -> 423 bytes .../knuckleduster.rsi/inhand-right.png | Bin 0 -> 427 bytes .../knuckleduster.rsi/knuckleduster.png | Bin 0 -> 217 bytes .../knuckleduster.rsi/meta.json | 26 +++ .../equipped-HAND.png | Bin 0 -> 411 bytes .../inhand-left.png | Bin 0 -> 419 bytes .../inhand-right.png | Bin 0 -> 420 bytes .../syndicateknuckleduster.rsi/meta.json | 26 +++ .../syndicateknuckleduster.png | Bin 0 -> 239 bytes 42 files changed, 494 insertions(+) create mode 100644 Resources/Prototypes/Actions/security.yml create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/weapons/brass_knuckles.yml create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/brassknuckleduster.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/knuckleduster_nocell.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/knuckleduster_off.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/knuckleduster_on.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/on-equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/goldenknuckleduster.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/knuckleduster.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/syndicateknuckleduster.png diff --git a/Resources/Locale/en-US/objectives/conditions/steal-target-groups.ftl b/Resources/Locale/en-US/objectives/conditions/steal-target-groups.ftl index 6fc6ad850a..a84549ec95 100644 --- a/Resources/Locale/en-US/objectives/conditions/steal-target-groups.ftl +++ b/Resources/Locale/en-US/objectives/conditions/steal-target-groups.ftl @@ -5,6 +5,7 @@ steal-target-groups-clothing-outer-hardsuit-rd = experimental research hardsuit steal-target-groups-hand-teleporter = hand teleporter steal-target-groups-clothing-shoes-boots-mag-adv = advanced magboots steal-target-groups-box-folder-qm-clipboard = requisition digi-board +steal-target-groups-clothing-hands-knuckledusters-qm = golden knuckledusters steal-target-groups-food-meat-corgi = prime-cut corgi meat steal-target-groups-captain-id-card = captain ID card steal-target-groups-jetpack-captain-filled = captain's jetpack diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 819b4eda19..dea5167f01 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -29,6 +29,8 @@ uplink-fire-axe-flaming-desc = A classic-style weapon infused with advanced atmo uplink-gloves-north-star-name = Gloves of the North Star uplink-gloves-north-star-desc = A pair of gloves that reduce your punching cooldown drastically, allowing you to beat people to death in a flurry of punches. +uplink-gloves-knuckleduster-name = Syndicate Knuckle Dusters +uplink-gloves-knuckleduster-desc = A pair of plastitanium knuckle dusters that let you punch hard enough to break the captains jaw into pieces. # Explosives uplink-explosive-grenade-name = Explosive Grenade uplink-explosive-grenade-desc = A simplistic grenade with a 3.5 second long fuse that is geared towards injuring personnel. Causes minimal hull damage. diff --git a/Resources/Prototypes/Actions/security.yml b/Resources/Prototypes/Actions/security.yml new file mode 100644 index 0000000000..ace9d914e4 --- /dev/null +++ b/Resources/Prototypes/Actions/security.yml @@ -0,0 +1,8 @@ +# gloves +- type: entity + id: ActionToggleKnuckleDustersStun + name: Toggle stun knuckle dusters + description: Toggles the duster's built in stun baton. + components: + - type: InstantAction + event: !type:ToggleActionEvent diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 05c362ac6a..a3303939b4 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -17,6 +17,7 @@ - id: RubberStampDenied - id: RubberStampQm - id: AstroNavCartridge + - id: ClothingHandsKnuckleDustersQM - id: MailTeleporterMachineCircuitboard - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 33b0ab1a50..d79808f6cd 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -147,6 +147,7 @@ - id: BalloonSyn - id: WeaponSniperMosin weight: 2 + - id: ClothingHandsKnuckleDustersSyndicate - type: entityTable id: MaintenanceLockerLoot diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index e2c07fe78f..d716b7231f 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -107,6 +107,20 @@ categories: - UplinkWeaponry +- type: listing + id: UplinkGlovesKnuckleDusters + name: uplink-gloves-knuckleduster-name + description: uplink-gloves-knuckleduster-desc + icon: { sprite: Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi, state: syndicateknuckleduster } + productEntity: ClothingHandsKnuckleDustersSyndicate + discountCategory: veryRareDiscounts + discountDownTo: + Telecrystal: 3 + cost: + Telecrystal: 6 + categories: + - UplinkWeaponry + - type: listing id: UplinkDisposableTurret name: uplink-disposable-turret-name diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 6f23003c1a..1144bf2b8f 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -449,3 +449,194 @@ fiberMaterial: fibers-rubber fiberColor: fibers-yellow - type: FingerprintMask + +#Knuckledusters +- type: entity + parent: [ClothingHandsBase, BaseMinorContraband] + id: ClothingHandsKnuckleDusters + name: knuckle dusters + description: "Cold plasteel knuckle dusters, makes your punches hit much harder." + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi + state: knuckleduster + - type: Clothing + sprite: Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi + - type: Fiber + fiberColor: fibers-silver + - type: MeleeWeapon + attackRate: 1.5 + damage: + types: + Blunt: 12 #Damaged focus unlike Rigged or Northstars which are stun and speed focus + soundHit: + collection: Punch + animation: WeaponArcFist + mustBeEquippedToUse: true + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: [ClothingHandsKnuckleDusters, BaseMinorContraband] #Craftable version of base knuckledusters + id: ClothingHandsKnuckleDustersBrass + name: brass knuckle dusters + description: "Brass knuckle dusters, just like how they used to make em and still hit just as hard." + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi + state: brassknuckleduster + - type: Clothing + sprite: Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi + - type: Construction + graph: ClothingHandsKnuckleDustersBrass + node: icon + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: [ClothingHandsBase, BaseGrandTheftContraband] + id: ClothingHandsKnuckleDustersQM + name: QM's golden knuckle dusters + description: "24karat gold infused with plasteel and branded with the Nanotrasen logo. A true symbol of the Quartermaster's might." + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi + state: goldenknuckleduster + - type: Clothing + sprite: Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi + - type: Fiber + fiberColor: fibers-gold + - type: MeleeWeapon + attackRate: 1.5 + damage: + types: + Blunt: 14 + soundHit: + collection: Punch + animation: WeaponArcFist + mustBeEquippedToUse: true + - type: Tag + tags: + - WhitelistChameleon + - type: StealTarget + stealGroup: ClothingHandsKnuckleDustersQM + +- type: entity + parent: [ClothingHandsBase, BaseSyndicateContraband] + id: ClothingHandsKnuckleDustersSyndicate + name: syndicate knuckle dusters + description: "Plastitanium knuckle dusters branded with the blood-red S. A real man beats someone to death with these." + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi + state: syndicateknuckleduster + - type: Clothing + sprite: Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi + - type: MeleeWeapon + attackRate: 1.5 + damage: + types: + Blunt: 8 + Piercing: 8 + soundHit: + collection: Punch + animation: WeaponArcFist + mustBeEquippedToUse: true + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + name: stun knuckle dusters + parent: [ClothingHandsBase, BaseToggleClothing, BaseSecurityContraband] + id: ClothingHandsKnuckleDustersStun + description: A pair of knuckle dusters combined with the tech of a stun baton. This makes beating tiders a whole lot easier. + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi + layers: + - state: knuckleduster_off + map: [ "enum.ToggleVisuals.Layer" ] + - type: Clothing + sprite: Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi + equippedPrefix: on + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ToggleVisuals.Toggled: + enum.ToggleVisuals.Layer: + True: {state: knuckleduster_on} + False: {state: knuckleduster_off} + - type: ToggleClothing + action: ActionToggleKnuckleDustersStun + - type: ItemToggle + predictable: false + soundActivate: + collection: sparks + params: + variation: 0.250 + volume: 5 + soundDeactivate: + collection: sparks + params: + variation: 0.250 + volume: 5 + soundFailToActivate: + path: /Audio/Machines/button.ogg + params: + variation: 0.250 + volume: 5 + - type: Stunbaton + energyPerUse: 50 + - type: ItemToggleMeleeWeapon + activatedDamage: + types: + Blunt: 0 + - type: MeleeWeapon + attackRate: 1.5 + damage: + types: + Blunt: 8 + bluntStaminaDamageFactor: 2.0 + animation: WeaponArcFist + - type: StaminaDamageOnHit + damage: 35 + sound: /Audio/Weapons/egloves.ogg + - type: StaminaDamageOnCollide + damage: 35 + sound: /Audio/Weapons/egloves.ogg + - type: LandAtCursor # it deals stamina damage when thrown + - type: Battery + maxCharge: 1000 + startingCharge: 1000 + - type: GuideHelp + guides: + - Security + - Antagonists + +- type: entity #Admeme + parent: ClothingHandsKnuckleDusters + id: ClothingHandsKnuckleBoneCrushers + name: bone crushers + description: "Blessed by the Gods to break all those who don't obey." + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi + state: goldenknuckleduster + - type: Clothing + sprite: Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi + - type: Fiber + fiberColor: fibers-gold + - type: MeleeWeapon + attackRate: 2 + damage: + types: + Blunt: 35 + soundHit: + collection: Punch + animation: WeaponArcFist + - type: Tag + tags: [] # ignore "WhitelistChameleon" tag + diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 4f1315ce1d..5f54e9a5c3 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -357,6 +357,7 @@ - id: Shiv - id: SawImprov - id: HydroponicsToolMiniHoe + - id: ClothingHandsKnuckleDusters - type: entity name: Maint Loot Spawner diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index 43d8101b73..50bc7a3a85 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -42,6 +42,13 @@ sprite: Objects/Misc/qm_clipboard.rsi state: qm_clipboard +- type: stealTargetGroup + id: ClothingHandsKnuckleDustersQM + name: steal-target-groups-clothing-hands-knuckledusters-qm + sprite: + sprite: Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi + state: goldenknuckleduster + - type: stealTargetGroup id: FoodMeatCorgi name: steal-target-groups-food-meat-corgi diff --git a/Resources/Prototypes/Objectives/traitor.yml b/Resources/Prototypes/Objectives/traitor.yml index 4b6d9e0e66..98c6b9789f 100644 --- a/Resources/Prototypes/Objectives/traitor.yml +++ b/Resources/Prototypes/Objectives/traitor.yml @@ -233,6 +233,16 @@ stealGroup: BoxFolderQmClipboard owner: job-name-qm +- type: entity + parent: BaseTraitorStealObjective + id: KnuckleDustersStealObjective + components: + - type: NotJobRequirement + job: Quartermaster + - type: StealCondition + stealGroup: ClothingHandsKnuckleDustersQM + owner: job-name-qm + ## hop - type: entity diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/brass_knuckles.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/brass_knuckles.yml new file mode 100644 index 0000000000..6fbe77c735 --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/brass_knuckles.yml @@ -0,0 +1,13 @@ +- type: constructionGraph + id: ClothingHandsKnuckleDustersBrass + start: start + graph: + - node: start + edges: + - to: icon + steps: + - material: Brass + amount: 6 + doAfter: 10 + - node: icon + entity: ClothingHandsKnuckleDustersBrass diff --git a/Resources/Prototypes/Recipes/Construction/weapons.yml b/Resources/Prototypes/Recipes/Construction/weapons.yml index f703724cc9..290dc30099 100644 --- a/Resources/Prototypes/Recipes/Construction/weapons.yml +++ b/Resources/Prototypes/Recipes/Construction/weapons.yml @@ -157,3 +157,11 @@ targetNode: spear category: construction-category-weapons objectType: Item + +- type: construction + id: ClothingHandsKnuckleDustersBrass + graph: ClothingHandsKnuckleDustersBrass + startNode: start + targetNode: icon + category: construction-category-weapons + objectType: Item diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/brassknuckleduster.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/brassknuckleduster.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5bce8a66bd3bf39032de771b981dbd265d5c67 GIT binary patch literal 455 zcmV;&0XY7NP)Px$fk{L`R9HvtRy|7tK@i=8V3WcKl0pJvkyb0Q60uE_%D-TzHrl03X``h-#9sUd zwpWM{EW{#>jR+_2;DvG6*^gLUvsZz22dewer0Ig2y_;IbB@mo=t`hjJyba8kacxG^ogg6(bEbSJZ;9?MmMiNf?*Yv`L?Gv1R*(Qe^oEn*01L%K zI{>*+0w`{|o#3JPzX)KK+E7y77`c%7SSRWM8cObdCLf+|tv*bW7_X!@uFo4$0!-4* x4jC;4I9Y)lN3U}>S%Gzmr{oj@MS;#0_ysW5_aTRLVj}Px$R!KxbRCr$PnlTCjK@3G_!6R6St;g^J9>mfUSlZcHdJ7vb;4!R(#X@XtL>SpZ zSY+fUvOCNs-!?Im|MQ~7Ock7eD(CtG4Ilx|9pDN$2Y^3=R09Sx3 z;M@VOfCPZ~bQDkZOKg@lAN8QEr^y$I+ASw>wZDpT8!_v}IBt%2aXvDj&+|o1Y6WTY zkpbFzn*3f2&`zv)15krQj*AEwvOv^34L}ZAkCOoF6Gr+-0CLEBoCH{(Fw#c?kVDqv zB*6NFkvD+*(U~}lLeunQ?Aex5>sIg!1)ES5EEMCr!pn1jesjnvB z-^NS*9t|jUGP(L90lAzm^&ApV>SS{DMFMg;UFtdR33vm)Y;HklHPOWY0000)8_l; z>L->l*qr}(zp;bi*yK11+5GkUYq;*qG#r<#o6WkvW=bO00$q*ArHl!4xQr(AI9y75 nqslC?yy=Vz^Moyu)wYcK0=|x%4ia;K;m+Xc>gTe~DWM4frT3zF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/brassknuckleduster.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3bbb5453ba24ebab2ee14e1826a04909e8e126fb GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zGd*1#Ln`9l z&Qj!KG8Az2cDlgPq!6KFu28|V-QiJzhYa6I(Etg(1BM%*s?a@$MVpM|BVbY8V+$5uyFA+)U#MJ$uvSa|5+`d923SFJhwl_*xos? z=|!mN)@Ytb4@21b1(y7LxkK7)`RrBZR~LO%hz;eR#xwf(D3rD*Y-0fn0m81 z+!5Mz`fupoeVXm|Z?ze8JkRc1=+C?OzA%H=g=$;j2X`Gq?1dYIzQmnpsVEn?dY)wg z%iin8jQ3<+z8W)XIKKbt(@@SH_}7Q9^4Y>4s=RV+J6(^O6*}dzDfoVGpQ|uk;K|HS zC+<}JbY#B6<6yQm4j4=q*IDMd7w+3tv-I~}>$+_dw>93mCg_mYx8&MkmL+QQZvURq ma7V^-Z9Aujug&)Fwv5@)0glaPx$PDw;TR9HvtmZ5TlFc5~rOcfFxiOz|80W_kb4^mxuvicsR;slx(IMHZiG!oUB zbT&7kH1jWnJ7#ES5(PiI?6?2037Ob=Wjogw2_QM}cO9^&%K8a8eDv<}^Q9Pv#%r8D zjm=Ii+bDdXlyb$-$0zZ6{rWYjNQ;TpTEkjUtg6cP{jFvn1=xCn z+6%O)<;aM%uz^hgsE{$nxhAEw1c5Z<-dzA;XW>ieTR|EDEaiGg_8UN*<#{fe zrg1rSUE5(81kzCMY6nnfRBXCDK&ZtywderXZ43a)UF|?@x3O{m3xGyUDFyc;V~luv z*5dv0^W5J{DPfM*dK}*{fITEQ2m;_10+=gK@0mT034(&AZo~pmVOoCU;-I7c2Rz7{ y^I@s*>=>>o^k{691CJJ&%TEBwf#ksM4txXZC-EUX)(Bnz0000Px$GD$>1R9HvtRxJ*LFcdDy6cUX@cVZW)M(!Xx183MlCed7AV%11A61AkuD=A^k zd(c7?wxm_$<2}9~cr6J#cqIq(vnU`Y@Vg19N+>fS=SQzEU)O9J8iP^zyf&#C(kOa^ zbFRtnmlL}^-(Qo8VJ@{&N|Xx)g%GOmN7t~jY;=xc6mHix4W0riAoKejXHzXZUDan6J7MN-OXeC>ylheRk5 zOXMJC@i+z%P_!itAckc&E-Fr^{{bV!=bfw(FOH!P(cW681oo0F^+y3QftbMI348#D WvEm_<%Jjbg0000Px($4Nv%RCr$PTd`^zK@dHGA>h&wFj%E)B_=@K zhri7iJ=V6?mz(fsubK}b_4{g|^>v)D|C0c!c?zZtBhB|=^&GxU5LVT{x@>OmAKJvz z`yqmu`wFRVtK}lz)xVjeuYN~>tMAKS>cqVH@p%08&-;thAyR9ubsc;EadShs5CW!F zza_wGwK$Uh_1#(X`R7yX%C)T_*!6mQg9Zp;y4v>URXNoopgoe<=aXHRMY1T>(?8-x0ud+7SV4v7uMM)aqLWK*>gM zF#;fYW3Niz6^Q0ValZaV08J74a7T$naX|vmE#_jeK)>U7aog?obo=TB|G&kZTK&#r z0xl6k$yWkRt-kd+4Us^E#GFPVo?hyU8*=hZ%#`Z)J}6T}gpim*yi16h>%&hfLr4%T z&VUGjbCm@t0%V~TPbvc7TxCIu09k0olZpU1S6PrEKo(l@q#^*$RTiWOkcCz}sR)2` zl?5pRWT6#LDgxkKWkHGnS!l(R_6p#dhwqz<=a`vCw(qN>-uL19YWe!4*i^qlO8}QY zz#Px+8`q|>c71Fc8O&8AnDvqIZ`as5<)ppD)Yo(RJOSn&6<+=H)o)El)292H)=vwH zqZr>N2xBv6AVjzhM~F$nRbTO;yb`D%BE+B25nyWb`R3I(bpI^@rZ}Ik3ou6iov{@0 z2Mp_vfTp97yAl`1Hy5MFso~s|dS-0t^OozF)PK(78F0cxJlM+C^(zxV?*1;+3v zh(Ev(U}%4W_yY_9hW00jKfn-RXn%r?r&|QjKbT!^pe*C*W6Z~!cOhtFC@%DS0Gb!Y z`Rcc>0Itz+MQZ4X`V{MnKfw6v%ykIR!zca#%X5z*{R!d^=y~uogg-+5C(QZeFCv!+ z5J4JehzP*RW<)L#Ac8c`5D|cr&4^qgKm=)=AtC@Ln-RH0fC$n!Lqq^hHY0M001>2d zhKK;1Y)0e~0U}7_3=si1*^I~)2yV)X@dpH}T1h}L{(wsO3~r++e?ai=D+qw5qf`3y&BdhTt|1l{AlH0+ z4J4-Y011$DK0amhHN+O>52%6A&>o8N2ZV0E27FQefEox5?V%`tKj zD*`Z(n36&SNMVm5Rs>)mF(rivkis5AtO&qBVoHjCRF^`^ma1iz00000NkvXXu0mjf DQh{n^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/meta.json new file mode 100644 index 0000000000..00262137c8 --- /dev/null +++ b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/meta.json @@ -0,0 +1,133 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Icon taken from ParadiseSS13 at commit https://github.com/ParadiseSS13/Paradise/commit/391f296ed9b06d9bd13daca5b51c68740e714f1f, and altered by Unkn0wnGh0st333; In hand sprites done by Unkn0wnGh0st333 on github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "knuckleduster_off" + }, + { + "name": "knuckleduster_nocell" + }, + { + "name": "knuckleduster_on", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "off-equipped-HAND", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HAND", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "on-inhand-left", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "on-inhand-right", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e6c567508895c641d61e088ed34ed385ae6d2b GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%ztvp>ELn`9l z&N?V~$bg4svRx3X=nhdUPxUR2xK=3D&iKeb!(f`xr^gpQ@yz=Ca*LN;-1H~=O)LL% zGdehYVu@&c!tg;Tg%wD1ZeTje_(1yr7myZCVAWyBxqYqgu|fOOwepo8URA#G^_?0N zwf1Vr?b#o%^)o?4Dp~#;HB{~2`l({pp;wF*uiaTHzS?|!w#-c}^uId8)swD2+ZtA= zgqA8elokcV-CpQFPoD3qNkL|y!;G}EFD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..71adc490d8164d5911e7d68bab79832d1bf5c903 GIT binary patch literal 402 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zeLP(pLn`9l z&N|53Y#`!%m}zc0u^Bmyi@H?O_u!o_Jvx;>O(?QM()+X@-`8EiLeH~ieU^iS2{2h*M> z&$l<%xRS@PD)Px;^Tm6g9SVB&(J1wd2?JYdDzCYNrEHtId4pqQ+=)J_(S2IIwD_oW+>w0!*Y7$$F9G);QJ46e(Qr4KAwyW%VBuG3zQ U?aOwa0|qjKr>mdKI;Vst00%9g(EtDd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/off-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..91f703060a4333b1fb666bd4ab8b74c709fe5b89 GIT binary patch literal 409 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zgFRgwLn`9l z&N|3@$UuN)F53zP`6VF}xbApad8%)j#I-^}Xnu$TvzwdKDgEa!WVU?zz{r`s*?f0f z``y-K@v)CTvol<1IL5hwRZ5@1zA1-so5N$48%(|84fTxM7@`*xGUYIOGydA=e|y`> z16m)mrL>OCxK_%`CGhFPVS|>`NT1C!#Znn|YK8@Rug+Sl`8A7agHQ6TcymdH&wphf zJV43CV;uum9 z_jc~Vz&j2CuI|sg9y0g{Sum+OFsN~d&$KR&aTOD25Ds7|6S80k-j}q~O~H$!ta_hK zw(ebj_hmEZ{r{bNziOFh%|h7>r`7H?ObrhNfOfEyE9|JTB9H#Fh_9fg=Fa_l_r#8- z*vP>x|0P1!*dM>Y{PVNgUm0)n*S^11FU;_|VRzj7_m{Rm)0q3t z>in|5#sBs!o44@V>)hf7Ms>ABbw5|4i4kSpM9qd5jDp$LAbnZrI$ks))g%^h~4; zgN61AEq3|~FXvz=y%W{Dop0^C<;UF5#j`XR<<2@A@^~%Nir*_gPW;T=5c-$ZVZSOv zH$#F=j6{FBO^meq_PT~o6()}#Ub3hUWZ%%W<@DFB>cx`$_ft!6R+qAW+sC}--GtA~ z3=N-|qCYVlC_3@eiorsEgDO9RPWzno%mXUCi|0Vex4&C0f85&qvH1VV``==}e=w@% z{h!Kk?D@m?Luckq34bRT@$0bB=lXYbOVs{`$XDyxp5Odub4>NZ`Y>Vd>qZQpK7aT* z+xFtU=Qsa&o!^#k^0 zKYD+;_x3ZM|D^vRo-IK-&^!I5uGf5?dA6$izujeA`h1;a`0dB57_Nw%in}elg4LdZ zMV*&{L172;!KarQX-j*{9+>6+e||Z0PwD1&+$$pE`+uo29J~4B*`tR|O@DG{Utgd3 z&p`C{a{iaAY$KKbhrFIqU$x9}wZ-i9zczFKFJ*Xl`DgdcKfK>rS1@fq%AdC1`?}?` zqdqnNlILBYKX+}~KgNdeXYc2~Q>oZvoKUsx)z8m&8P@-__gwPqI>QOq6RZ|q%eNlY zy_;{R7Mq<@^|JEXul-BEvw1MAQSIAvTlR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/on-inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/electricknuckleduster.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7bba52d7d89588ff3568b40e11e9a96850989373 GIT binary patch literal 1231 zcmchX{WIGK9LGQ3CgPzIDLc0ihO%EutatU$*2r2WrXFgp2qtr;-LeFi&}vCSO`GM; z^Fx$iTiJAE>XxFcf;rkGI1gbO1hi{o6+v86J$c zu(JRFd*CLI2McMnO1H!RJ6aN?rrN3PS=vioW*QbIJWU@=4-1G83_q z!eB|dw@tLQHIndZu~|4f>{>i}rRY%}b8tehiTy5m& zH2~w?7>PoM1Hq`nY67p)UVCtm!^_EO?dWv#+djJ#rE%xFCjU+PHZeG)+L@0&p_(SwSOqU=br zpe&X0hr)&T*zijmYkGIf@787CEXO$bs(?AaEnZXSexF%y0AglbiUZunk}46ns0&mh z0$RyMk`aghZ@2~+nmK=V;!V*VLoJM8s;#W7TBel&hkxtSa8Bi_k*hsI9sR9k^J7DE z7L51Rqru2*#8aL_z^`Kc;_I;_pA}ZQVQlh|YA;63e@C!>NGW)K`*p+`rRmip{Yd7` zY;?ZlvZ|D0173y>*~VH8SGGZFiQgyJAKScLKYyp(lp*YjV$Klyrn)`$K``XDWCujT zj0+yzDdsaENbj=!5*QgFT{tKhl+iFC3LWqQC$coi4q_9mr3fsgdrW|Qxhx$IX1AE7 zIIyiQU;@=QL39e*yId16Ft9|wi~QHBEkbT_6bVvCY{8$p7xTD85-O*5B+WZaO^1*CcX_LW^pFY*fI$bs2u^Scf1&n;$>hOE$q1qn< z?wO4Pd!5+4DSV`}0%hx~@_Auq&>E%^?qCEqM^m1!fPAi~AvOSf?^D(OqiK_8AD4I& Rkv8N1fRLc@Kk>L)@-f&7ndOvhomTVnQC*`f}*TlmrOg1+OcY6 zb#FIC5L)+38>a1C4#{x|U0Yg3DmCKXiujiP+`pZjvmej<{CFTvYjPR8n2;xW|UkS|Mn?>xCNixFC_x!kqI-z;V6LB0{U{f6;avLjd&sw zK(?*8s-R37X6%(5VJs=id#crX^v186`A)g2;-BGJkZhz0)S+>ZM1Qa}Z_SL<$a%|kO zEOCRSyhFp%S7)RpgX^Q4A4n*giP|?W<~anZ+a*uPa~#UA7fW@cS4At?rl~BhKswvF zbxAT&GgS5B=#~AeSx~1}W*=ikRTL&EhZ4LL+$A%f0jI1$M}&j) zn?XNmLmtb#==M*QSC^!_G+A}&nJuntY%-KHo&egs}nOwXt`E%BO9jm*T z8}ad-EnjY0i>dpR!lMsX!WN}E=RA0giC~!*1khGl4Qcum7~Vc zo8vj+{($$(uO}ue4F;mW2?W{|3;X)d3HjSVKK>cg1PG)P=34NZw^|LJQ`$v~LO3Ip zrAeS`6B_eio?t90xF}6Z9v1Qnr;B@MVcqofqI$Shl5Ig z>T4h~>->U%oMisr%12;&?e$X3bh)GFuHs-fb};6H3pbk5=x*(zm6(R1M1T-q(-gKsZN+adJ%d%p z#Uk+EO^4~)FNEzuVPCV7`O<2p$s`G7+hPo=!@_Jp3I$DjHIBV;mbEk5nsA;M26M$F zlLO(egod1qte=OT|IwDQI|C8tGj82K4~+_*d_*7iYcrKzz$|>XT>sb$HndDU&dG|v Q4yYvXaP@W(IEAPF4KKJf=Kufz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..4279650c2d28582a60401c00b2494bf7ee84034a GIT binary patch literal 393 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zojqL~Ln`9l z&f3W9WXR((S#-t37dJa*&B|P{@@9+Ri-{{VBNRH`ao37i7j;dR-&(qF&U|~gLhCN?x`QvQ; z_r45xTbEHUReUTf{Pa$lv$&|P zT*b^tgz^gY?KRpP%6Q+_dOvu%|5kossr{wuj)wfjpY~0?AFe#Fy7K(N>07hg|2#i_ zDOrP|dxIA*;|iawY5p8DrmpGIV?nUjfEF8#k2dAdpA z;as8R>>bTOQO1%WzhDN3XE)M-oDNSH#}JK)SNpyBnhkhdWF5bsQ2Xt+=yyb0tygga z+mqk%OL<+kykreXe_Ht|pW&bPvC1X+4HMhl%Of5!KD%J`acTV=YlD2bLU!K_))TV@ z-?1`m5LTJLI`_$~2Ud4Q8p{h5%d#{rH$LssQk{DA)n|)6debf+f9AjRpUL`}s|*Bx h2ORIV|5vh?VcB#3TBX|=>OeO!c)I$ztaD0e0stZ>Uhx0` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1532ff0018193cab3764ad411ca206337548d3 GIT binary patch literal 418 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zV?13PLn`9l z&f3U($U%VRJg9A*~2uI`$0Y9`iAfYMNDyxLQHqg zf8JtclUQ)^YhAsuPKusYOKe`*#WngHZmrC}{J4rs<;om!F(YxGyLLx&q|ZL$Sp9dU zBx7q7pTqsS!;2Uj7EWWn@K!kJfBa^zE3KJPj}lL<$YkI-b;>rU;Zupk%^Zg2O-20D z3v6WF%%l%2Saatvn}&b;#ItM$8rt7CFrK=cn6jCXpmN^40|jRqYE13e5_ia+$nRbL zrHx6W^27&z7rPT3*L9c4q#aoLAujPlZ(j+X}|sWl|=yq%ssr8rmI|FC8!}=h`{_$@#nUe@mQ6{rvrH zw18)NZ~d-gzs(sZF!l;x;4;x`sAJj66xDc)GlNx1+~Ge{6ysWl$1GczyczdOdDXtw{J?3&y6V)pLjYdx=e_YWjTT>`iVA#Zm&?Zkys(&0Da-Sg>LHPZloGmZj?$Hu!K&4Q5+#V$+qWj5?E@ zo=#!Z*rZdM%5Zu~fMqH}myUO=f5z0U36ds$ahGjVkva7T X`h6XrS~oiagPg(B)z4*}Q$iB}T`QvV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/meta.json new file mode 100644 index 0000000000..6623f6a5e7 --- /dev/null +++ b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/goldenknuckleduster.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Icon taken from ParadiseSS13 at commit https://github.com/ParadiseSS13/Paradise/commit/391f296ed9b06d9bd13daca5b51c68740e714f1f; In hand sprites done by Unkn0wnGh0st333 on github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "goldenknuckleduster" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..728630b44c3733e6bd651f063eaf2cc4a9204daf GIT binary patch literal 404 zcmV;F0c-w=P)Px$PDw;TRCr$Pnz0UpKnz3SL-~h_35fwQATgo-1Aj;NGG4`oTB?gtZm?q3Mn31o zDZ^1$!Jj&K|CInJ0l^7q1%d}ae}Y;8tw3-BT7lpJ&|5$&pcM#CKr3JgK+`m7T~{+K zv_9tn)kEq{O?6$L=6N#J9?dMvGqvr*T%Q9lj#C~p0G;0X zs`~2M8okO!&cC|$K7WgF=j>YvI1b(SclG_%2y!ovG=8rA2YuUKKYlD{+yY<`W~mVX ymPwWJsRWcF%c83UuuQ6yPbHufSr*;!3HSg5XKq2!Bv+CE0000w>4$D!q}gT~&C0BhsW{2$<*IP5kAbdPLJX7EvF4f`aPso#&!H0g74L-AIY&&t znR9Hi+4xpT#xh#8Atq7$sAy6De{P3)@pIm&0L5e(lFSqGS^h9;Z? zb=aTP9{m1t^}9-0zHx`}tNBb3)0S87kJme||Eim#diM1HzvJpI*j%=5INQPUq5n6N zd+_&QhFK}jD-#(O`fxp+%(7q-uj_P{79-6m{z462W+Hd_drk#7=3ZU50vP%Xp00i_ I>zopr0CRG@Hvj+t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/knuckleduster.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/knuckleduster.rsi/knuckleduster.png new file mode 100644 index 0000000000000000000000000000000000000000..32089b0fb6a177451446fd29e11bb785246c8ec5 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4R}i@XAi@3$TS951<+`WY?-%T7^HYkbyW)L)bYB3=&u;rO; zRt4kPH{4U)*DXF8%N=m__FiS@OM97bct+o5UQztUPW*`SY1` zU;QLTC50W#R*erBUU&znFA(N<*WjmM!SGA;0_O{sChG;l8yF1E7w=nlI!7!j{&K@N z=U2YoYhTame{67dTI#galg}$>z0PJ^@Ofg@3wr_P(^{=X{m(`zh zp8wJNy&BW03%~bW{=eTLie&-g9?6(zewU|AsNeYKnVDomm)y=cww^hD{JBaC+D|K= r7hqIge%X08$BT!bP8c5&{=oWaakk?Y?ugC6&}Q&-^>bP0l+XkKmtnD& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..af2d23476d2cbb75c4f59e2cb3033bede4d0477d GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zV?A9QLn`9l z&N|K8?7-tPok@d%YXPs+4Ym~%*fJW-GMbq>Y8)O3eY|)kOV?k|Qbnrm`ST|S%rt+j z=B)eg$&lhuz!cT^fa!&Mfc64W4nGHNff$Cr+!?G}m=1Dguu3rT94^SY&DPv~ZudRo zHBTh7Qg^TOe!c6^rs8vKCW;H^)h4Q*chJ7QEqB&)$!WH}mp8tzj+(|g&6D|nhIQZL z#MX&n7a1ZV-2$1rw{)>Jd|Z6$Ov`(b%{t1_3=$!>sizqHFDI2uW#m~k&nUHFd8Xm6 zQw(gO{xgjZT;3uPo669=Rf{e#jXGT^rXoZ2JH*qZNC&8x!b_gAUkh^v*fpb-!9t79JtL? zZvNv*F>^k{z8UPSAC~0g-WP1Rr53cSpGU)Y&$ibmkvV@E%A$fD75YqtfuYXe>FVdQ I&MBb@0B+E%l>h($ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4af12783202d07d24e2aafc71993c8f023703f78 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z<2+p)Ln`9l z&I%N4G2n6OX5dj+U}n(3D3Zj$e8Yi(O@LwY{@=;P&S|Gp-hVf`oAUkXyTxz4KKW0t z`KQF};!woCh3O>Yh5iL$4%!p$Fs^kdV)&xJK=cBaO1Xn}14BUe-fy-4dm`u6EnK)P z(}?+$xX*@%*=ti{!!yiQWXya1+M;h$u5?I$fM{rP;@sz)-??~A`W~C|I7d!nUDYqe zXLg z#2MeP-1w!`Fqa`Zo@Ik@!s~8^GNznbK|+e}`yP1zc6F@l;_Dakd87)R-DAG~|ac?>?kl{x?Q`{Z@E8LTh-=6bx6^ZfVx;1AOo=e0$zpUSvaUF7b3j*hY& pUq8D#yykTMuFkYbHt+8r>Fc$@jEaloG4X7lBNwwGkE?Ol@0Yw!yuZ0#TE`vd zFy|SQ*t37`E7l&eFrTsiRP~3+0|y)2yD`u_E_}ihXBC>?55m ja~}q~hx*qXtYKU@U6?g`V);R!n;1M@{an^LB{Ts5B Date: Sat, 3 May 2025 04:19:17 +0000 Subject: [PATCH 212/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index cd1b615ce4..0fc0783f4d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: SG6732 - changes: - - message: Swapped the stick of butter with 5 u of olive oil in the boiled spaghetti - recipe. - type: Tweak - id: 7909 - time: '2025-02-06T11:45:35.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34904 - author: deltanedas changes: - message: Fixed huds showing for chameleon projector users. @@ -3919,3 +3911,11 @@ id: 8410 time: '2025-05-02T22:56:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37126 +- author: Unkn0wnGh0st333 + changes: + - message: Knuckle Dusters have arrived to Space Station 14. QM can now rule cargo + with a golden-covered fist! + type: Add + id: 8411 + time: '2025-05-03T04:18:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33470 From 213a9ef36d5dc48e4304eadd11402000bf767210 Mon Sep 17 00:00:00 2001 From: 3nderall <101940324+3nderall@users.noreply.github.com> Date: Sat, 3 May 2025 04:27:20 +0000 Subject: [PATCH 213/318] Renders reagent grinders over lights (#31218) * Adds a new layer to DrawDepth.cs for use with objects similar to the reagent grinder and properly summarises its uses * applies new layer in DrawDepth.cs to reagent_grinder.yml * Fix merge conflict * oops --- Content.Shared/DrawDepth/DrawDepth.cs | 26 +++++++++++-------- .../Structures/Machines/reagent_grinder.yml | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Content.Shared/DrawDepth/DrawDepth.cs b/Content.Shared/DrawDepth/DrawDepth.cs index 2c1a130da4..dbec886971 100644 --- a/Content.Shared/DrawDepth/DrawDepth.cs +++ b/Content.Shared/DrawDepth/DrawDepth.cs @@ -80,43 +80,47 @@ namespace Content.Shared.DrawDepth /// WallMountedItems = DrawDepthTag.Default + 2, + /// + /// To use for objects that would usually fall under SmallObjects, but appear taller than 1 tile. For example: Reagent Grinder + /// + LargeObjects = DrawDepthTag.Default + 3, + /// /// Generic items. Things that should be above crates & tables, but underneath mobs. /// - Items = DrawDepthTag.Default + 3, - + Items = DrawDepthTag.Default + 4, /// /// Stuff that should be drawn below mobs, but on top of items. Like muzzle flash. /// - BelowMobs = DrawDepthTag.Default + 4, + BelowMobs = DrawDepthTag.Default + 5, - Mobs = DrawDepthTag.Default + 5, + Mobs = DrawDepthTag.Default + 6, - OverMobs = DrawDepthTag.Default + 6, + OverMobs = DrawDepthTag.Default + 7, - Doors = DrawDepthTag.Default + 7, + Doors = DrawDepthTag.Default + 8, /// /// Blast doors and shutters which go over the usual doors. /// - BlastDoors = DrawDepthTag.Default + 8, + BlastDoors = DrawDepthTag.Default + 9, /// /// Stuff that needs to draw over most things, but not effects, like Kudzu. /// - Overdoors = DrawDepthTag.Default + 9, + Overdoors = DrawDepthTag.Default + 10, /// /// Explosions, fire, melee swings. Whatever. /// - Effects = DrawDepthTag.Default + 10, + Effects = DrawDepthTag.Default + 11, - Ghosts = DrawDepthTag.Default + 11, + Ghosts = DrawDepthTag.Default + 12, /// /// Use this selectively if it absolutely needs to be drawn above (almost) everything else. Examples include /// the pointing arrow, the drag & drop ghost-entity, and some debug tools. /// - Overlays = DrawDepthTag.Default + 12, + Overlays = DrawDepthTag.Default + 13, } } diff --git a/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml b/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml index 6456e043b8..f384de64ab 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml @@ -32,7 +32,7 @@ - TabletopMachineLayer - type: Sprite sprite: Structures/Machines/grinder.rsi - drawdepth: SmallObjects + drawdepth: LargeObjects snapCardinals: true offset: "0.0,0.4" layers: From ee201c6eb7bd5adcb2b6bda40dc6968ceed90ec0 Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Sat, 3 May 2025 00:11:31 -0700 Subject: [PATCH 214/318] fix atmos grid markers (#37142) * fix atmos grid markers * 1984 CL --- .../Atmos/EntitySystems/AtmosphereSystem.Commands.cs | 4 ++-- Resources/Changelog/Maps.yml | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index 1f0cd362c6..246c3a571f 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -69,8 +69,8 @@ public sealed partial class AtmosphereSystem mixtures[7].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellStandard); // 8: Air (GM) - mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.MolesCellGasMiner); - mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellGasMiner); + mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.OxygenMolesGasMiner); + mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.NitrogenMolesGasMiner); foreach (var arg in args) { diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 92a10b0a90..da1845090a 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -67,18 +67,11 @@ id: 9 time: '2025-04-30T14:49:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36653 -- author: K-Dynamic - changes: - - message: Atmos air (6500 kPa) markers are available for mapping. - type: Add - id: 10 - time: '2025-05-01T22:03:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37061 - author: Southbridge changes: - message: 'New salvage ruin: Atmos Interchange' type: Add - id: 11 + id: 10 time: '2025-05-02T15:45:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37115 Order: 1 From 79187cecb9e3e0234ea9d106def7dc016c6c5bcc Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sat, 3 May 2025 14:10:43 +0200 Subject: [PATCH 215/318] randomize names for mindshielded eventhumanoids (#37143) --- Resources/Prototypes/Entities/Mobs/Player/humanoid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml index a2b516d9e5..dea065a021 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml @@ -11,7 +11,6 @@ - type: randomHumanoidSettings id: EventHumanoidMindShielded parent: EventHumanoid - randomizeName: false components: - type: MindShield - type: AntagImmune @@ -19,6 +18,7 @@ - type: randomHumanoidSettings id: EventHumanoidCentcomm parent: EventHumanoidMindShielded + randomizeName: false components: - type: AutoImplant implants: From dc2a7483c7e6e6ef47c2e5175a277d9471f9fe21 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 May 2025 12:11:51 +0000 Subject: [PATCH 216/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0fc0783f4d..c5f83bee87 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Fixed huds showing for chameleon projector users. - type: Fix - id: 7910 - time: '2025-02-06T13:45:13.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34825 - author: 12rabbits changes: - message: Activating a DNA scrambler implant no longer retains the previous identity's @@ -3919,3 +3912,11 @@ id: 8411 time: '2025-05-03T04:18:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33470 +- author: Errant + changes: + - message: Visiting Command and Security ghostroles, as well as some other rare + centcomm ghostroles, now have their names properly randomized. + type: Fix + id: 8412 + time: '2025-05-03T12:10:43.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37143 From f3bc40eaa7f1bd06e805061a4bffa261dcbfb491 Mon Sep 17 00:00:00 2001 From: kosticia Date: Sat, 3 May 2025 17:29:52 +0300 Subject: [PATCH 217/318] make node scanner don't show interface if scanned entity not a artefact (#37146) * a * a * Revert "a" This reverts commit 2b9ba4ea67a9395d30b7ab37c8065f627f1a961a. --- Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs b/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs index 81802d6b6e..977f04886b 100644 --- a/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs +++ b/Content.Shared/Xenoarchaeology/Equipment/NodeScannerSystem.cs @@ -45,7 +45,7 @@ public sealed class NodeScannerSystem : EntitySystem private void OnBeforeRangedInteract(EntityUid uid, NodeScannerComponent component, BeforeRangedInteractEvent args) { - if (args.Handled || !args.CanReach || args.Target is not { } target) + if (args.Handled || !args.CanReach || args.Target is not { } target || !HasComp(target)) return; Entity unlockingEnt = TryComp(target, out var unlockingComponent) From aaa4c75341a9763a60f413bcbbbc5be9f612b067 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Sat, 3 May 2025 12:07:57 -0300 Subject: [PATCH 218/318] Fix some maintenance doors not using wires configuration + cleanup + minor changes (#36735) * Kill useless maints doors + general fixes * Migrate the common maints airlock * Fix parenting * Service Theatre * migrate out the other removed airlock --------- Co-authored-by: EmoGarbage404 --- .../Structures/Doors/Airlocks/access.yml | 276 ++++++------------ Resources/migration.yml | 4 + 2 files changed, 97 insertions(+), 183 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 9847bdec2d..ba3f81efc0 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -879,311 +879,221 @@ board: [ DoorElectronicsMaintenance ] - type: entity - parent: AirlockMaint + parent: AirlockSalvageLocked id: AirlockMaintSalvageLocked - suffix: Salvage, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsSalvage ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockCargoLocked id: AirlockMaintCargoLocked - suffix: Cargo, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsCargo ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockCommandLocked id: AirlockMaintCommandLocked - suffix: Command, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsCommand ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint - id: AirlockMaintCommonLocked - suffix: Common, Locked - components: - - type: ContainerFill - containers: - board: [ DoorElectronicsMaintenance ] - -- type: entity - parent: AirlockMaint + parent: AirlockEngineeringLocked id: AirlockMaintEngiLocked - suffix: Engineering, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsEngineering ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockAtmosphericsLocked id: AirlockMaintAtmoLocked - suffix: Atmospherics, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsAtmospherics ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockBarLocked id: AirlockMaintBarLocked - suffix: Bar, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsBar ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockBarKitchenLocked id: AirlockMaintBarKitchenLocked - suffix: Bar&Kitchen, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsBarKitchen ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockChapelLocked id: AirlockMaintChapelLocked - suffix: Chapel, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsChapel ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockHydroponicsLocked id: AirlockMaintHydroLocked - suffix: Hydroponics, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsHydroponics ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockJanitorLocked id: AirlockMaintJanitorLocked - suffix: Janitor, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsJanitor ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockLawyerLocked id: AirlockMaintLawyerLocked - suffix: Lawyer, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsLawyer ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockServiceLocked id: AirlockMaintServiceLocked - suffix: Service, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsService ] - - type: Wires - layoutId: AirlockService + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockTheatreLocked id: AirlockMaintTheatreLocked - suffix: Theatre, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsTheatre ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockServiceTheatreLocked id: AirlockMaintServiceTheatreLocked - suffix: Service, Theatre, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsServiceTheatre ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockKitchenLocked id: AirlockMaintKitchenLocked - suffix: Kitchen, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsKitchen ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintServiceLocked + parent: AirlockFreezerKitchenHydroLocked id: AirlockMaintKitchenHydroLocked - suffix: Kitchen/Hydroponics, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsKitchenHydroponics ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint - id: AirlockMaintIntLocked - suffix: Interior, Locked - components: - - type: ContainerFill - containers: - board: [ DoorElectronicsMaintenance ] - -- type: entity - parent: AirlockMaint + parent: AirlockMedicalLocked id: AirlockMaintMedLocked - suffix: Medical, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsMedical ] - - type: Wires - layoutId: AirlockMedical + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintMedLocked + parent: AirlockMedicalMorgueLocked id: AirlockMedicalMorgueMaintLocked - suffix: Morgue, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsMorgue ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintMedLocked + parent: AirlockChemistryLocked id: AirlockMaintChemLocked - suffix: Chemistry, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsChemistry ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockScienceLocked id: AirlockMaintRnDLocked - suffix: Science, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsResearch ] - - type: Wires - layoutId: AirlockScience + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintRnDLocked + parent: AirlockMedicalScienceLocked id: AirlockMaintRnDMedLocked - suffix: Medical/Science, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsMedicalResearch ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockSecurityLocked id: AirlockMaintSecLocked - suffix: Security, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsSecurity ] - - type: Wires - layoutId: AirlockSecurity + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintSecLocked + parent: AirlockDetectiveLocked id: AirlockMaintDetectiveLocked - suffix: Detective, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsDetective ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockHeadOfPersonnelLocked id: AirlockMaintHOPLocked - suffix: HeadOfPersonnel, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsHeadOfPersonnel ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockCaptainLocked id: AirlockMaintCaptainLocked - suffix: Captain, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsCaptain ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockChiefEngineerLocked id: AirlockMaintChiefEngineerLocked - suffix: ChiefEngineer, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsChiefEngineer ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockChiefMedicalOfficerLocked id: AirlockMaintChiefMedicalOfficerLocked - suffix: ChiefMedicalOfficer, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsChiefMedicalOfficer ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockHeadOfSecurityLocked id: AirlockMaintHeadOfSecurityLocked - suffix: HeadOfSecurity, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsHeadOfSecurity ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockResearchDirectorLocked id: AirlockMaintResearchDirectorLocked - suffix: ResearchDirector, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsResearchDirector ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaintCommandLocked + parent: AirlockQuartermasterLocked id: AirlockMaintQuartermasterLocked - suffix: Quartermaster, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsQuartermaster ] + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: AirlockMaint + parent: AirlockArmoryLocked id: AirlockMaintArmoryLocked - suffix: Armory, Locked components: - - type: ContainerFill - containers: - board: [ DoorElectronicsArmory ] - - type: Wires - layoutId: AirlockArmory + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity parent: AirlockSyndicate diff --git a/Resources/migration.yml b/Resources/migration.yml index 667a6c090b..808149b4c1 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -611,6 +611,10 @@ SimpleXenoArtifactItem: ComplexXenoArtifactItem MediumXenoArtifactItem: ComplexXenoArtifactItem VariedXenoArtifactItem: ComplexXenoArtifactItem +# 2025-04-19 +AirlockMaintCommonLocked: AirlockMaintLocked +AirlockMaintIntLocked: AirlockMaintLocked + # 2025-04-26 ComputerCargoShuttle: ComputerShuttleCargo CargoShuttleComputerCircuitboard: CargoShuttleConsoleCircuitboard From 3ee5ed3cc6ed2e8c4d89c98e4f0c963fd0b0cf26 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 May 2025 15:09:03 +0000 Subject: [PATCH 219/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c5f83bee87..7c1265be6c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: 12rabbits - changes: - - message: Activating a DNA scrambler implant no longer retains the previous identity's - description. - type: Fix - id: 7911 - time: '2025-02-06T19:09:59.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34920 - author: GrownSamoyedDog changes: - message: Control Button in Guidebook has been redirected to Controls properly @@ -3920,3 +3912,13 @@ id: 8412 time: '2025-05-03T12:10:43.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37143 +- author: Radezolid + changes: + - message: Fixed departmental maintenance airlocks not using it's wire layout. + type: Fix + - message: Command maintenance airlocks now have proper security like their regular + counterparts. + type: Tweak + id: 8413 + time: '2025-05-03T15:07:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36735 From 60e3d8e5071708e0db5f212fb5393b3525429524 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 4 May 2025 01:17:30 +1000 Subject: [PATCH 220/318] Fix throwing prediction (#37086) * Fix throwing prediction - Disposals is still janky but I think that's disposals in general not being predicted and the disposals throw not being predicted and short-lived. - Would need to check RMC. - Couldn't repro the underlying issues however thrown items don't slip anymore so (and we also don't predict their land / stopping anymore so). * primary constructor --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Shared/Throwing/LandEvent.cs | 6 ++---- Content.Shared/Throwing/ThrowingSystem.cs | 5 ----- Content.Shared/Throwing/ThrownItemSystem.cs | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/Content.Shared/Throwing/LandEvent.cs b/Content.Shared/Throwing/LandEvent.cs index f1326bb9ac..aee995b609 100644 --- a/Content.Shared/Throwing/LandEvent.cs +++ b/Content.Shared/Throwing/LandEvent.cs @@ -9,8 +9,6 @@ namespace Content.Shared.Throwing /// /// Raised when a thrown entity is no longer moving. /// - public sealed class StopThrowEvent : EntityEventArgs - { - public EntityUid? User; - } + [ByRefEvent] + public record struct StopThrowEvent(EntityUid? User); } diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index 567c969b0f..2d01810d8b 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -20,11 +20,6 @@ public sealed class ThrowingSystem : EntitySystem { public const float ThrowAngularImpulse = 5f; - /// - /// Speed cap on rotation in case of click-spam. - /// - public const float ThrowAngularCap = 3f * MathF.PI; - public const float PushbackDefault = 2f; public const float FlyTimePercentage = 0.8f; diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 236e91aec6..3e1a4f18de 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Database; using Content.Shared.Gravity; using Content.Shared.Physics; using Content.Shared.Movement.Pulling.Events; +using Robust.Shared.Network; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -17,10 +18,11 @@ namespace Content.Shared.Throwing /// public sealed class ThrownItemSystem : EntitySystem { - [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly IGameTiming _gameTiming = default!; - [Dependency] private readonly SharedBroadphaseSystem _broadphase = default!; + [Dependency] private readonly INetManager _netMan = default!; + [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly FixtureSystem _fixtures = default!; + [Dependency] private readonly SharedBroadphaseSystem _broadphase = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SharedGravitySystem _gravity = default!; @@ -108,8 +110,9 @@ namespace Content.Shared.Throwing } } - EntityManager.EventBus.RaiseLocalEvent(uid, new StopThrowEvent { User = thrownItemComponent.Thrower }, true); - EntityManager.RemoveComponent(uid); + var ev = new StopThrowEvent(thrownItemComponent.Thrower); + RaiseLocalEvent(uid, ref ev); + RemComp(uid); } public void LandComponent(EntityUid uid, ThrownItemComponent thrownItem, PhysicsComponent physics, bool playSound) @@ -145,15 +148,13 @@ namespace Content.Shared.Throwing { base.Update(frameTime); - // TODO predicted throwing - remove this check - // We don't want to predict landing or stopping, since throwing isn't actually predicted. - // If we do, the landing/stop will occur prematurely on the client. - if (_gameTiming.InPrediction) - return; - var query = EntityQueryEnumerator(); while (query.MoveNext(out var uid, out var thrown, out var physics)) { + // If you remove this check verify slipping for other entities is networked properly. + if (_netMan.IsClient && !physics.Predict) + continue; + if (thrown.LandTime <= _gameTiming.CurTime) { LandComponent(uid, thrown, physics, thrown.PlayLandSound); From 82ce890fc935e5f7afe3be9c6342c14bda41efce Mon Sep 17 00:00:00 2001 From: J Date: Sat, 3 May 2025 17:05:29 +0100 Subject: [PATCH 221/318] Explosions warnings cleanup (#36167) * Explosions warnings cleanup * Revert unnecessary change * Cleaner Entity instantiation * Remove conflicting changes with #36098 --- Content.Client/Explosion/TriggerSystem.Proximity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Explosion/TriggerSystem.Proximity.cs b/Content.Client/Explosion/TriggerSystem.Proximity.cs index d88bb4d449..8f3ab86a70 100644 --- a/Content.Client/Explosion/TriggerSystem.Proximity.cs +++ b/Content.Client/Explosion/TriggerSystem.Proximity.cs @@ -93,7 +93,7 @@ public sealed partial class TriggerSystem break; case ProximityTriggerVisuals.Active: if (_player.HasRunningAnimation(uid, player, AnimKey)) return; - _player.Play(uid, player, _flasherAnimation, AnimKey); + _player.Play((uid, player), _flasherAnimation, AnimKey); break; case ProximityTriggerVisuals.Off: default: From 885eb7bc352feadae29deeaa1c3916e2947715e1 Mon Sep 17 00:00:00 2001 From: Ghagliiarghii <68826635+Ghagliiarghii@users.noreply.github.com> Date: Sat, 3 May 2025 12:06:35 -0400 Subject: [PATCH 222/318] ClothingOuterEVASuitSyndicate (#36738) * ClothingOuterEVASuitSyndicate * Update migration.yml * Resolve merge conflict in migration.yml --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml | 2 +- Resources/Prototypes/Catalog/Fills/Crates/permaescape.yml | 2 +- Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml | 2 +- .../Prototypes/Entities/Clothing/OuterClothing/softsuits.yml | 2 +- Resources/migration.yml | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index 27bbedec0a..0e2b5f84e1 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -222,7 +222,7 @@ - type: StorageFill contents: - id: ClothingHeadHelmetSyndicate - - id: ClothingOuterHardsuitSyndicate + - id: ClothingOuterEVASuitSyndicate - id: ClothingMaskGasSyndicate - id: ClothingHandsGlovesColorYellowBudget - id: DoubleEmergencyOxygenTankFilled diff --git a/Resources/Prototypes/Catalog/Fills/Crates/permaescape.yml b/Resources/Prototypes/Catalog/Fills/Crates/permaescape.yml index 4505a8cc7b..4ee0d5f9ea 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/permaescape.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/permaescape.yml @@ -74,7 +74,7 @@ prob: 0.10 - id: ClothingOuterSanta prob: 0.10 - - id: ClothingOuterHardsuitSyndicate + - id: ClothingOuterEVASuitSyndicate prob: 0.20 - id: EmergencyOxygenTankFilled prob: 0.25 diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml index a8fd6e2b2d..e607943516 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml @@ -59,7 +59,7 @@ - type: StorageFill contents: - id: OxygenTankFilled - - id: ClothingOuterHardsuitSyndicate + - id: ClothingOuterEVASuitSyndicate - id: ClothingHeadHelmetSyndicate - id: ClothingMaskGasSyndicate diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml index e6b12f336d..f8de438402 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml @@ -18,7 +18,7 @@ #Syndicate EVA - type: entity parent: [ ClothingOuterEVASuitBase, BaseSyndicateContraband ] - id: ClothingOuterHardsuitSyndicate # TODO: rename to ClothingOuterEVASuitSyndicate + id: ClothingOuterEVASuitSyndicate name: syndicate EVA suit description: "Has a tag on the back that reads: 'Totally not property of an enemy corporation, honest!'" components: diff --git a/Resources/migration.yml b/Resources/migration.yml index 808149b4c1..db41ec5194 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -612,6 +612,7 @@ MediumXenoArtifactItem: ComplexXenoArtifactItem VariedXenoArtifactItem: ComplexXenoArtifactItem # 2025-04-19 +ClothingOuterHardsuitSyndicate: ClothingOuterEVASuitSyndicate AirlockMaintCommonLocked: AirlockMaintLocked AirlockMaintIntLocked: AirlockMaintLocked From f213753e2bc796c6f0e28ef443e9deb19794d421 Mon Sep 17 00:00:00 2001 From: chromiumboy <50505512+chromiumboy@users.noreply.github.com> Date: Sat, 3 May 2025 12:19:08 -0500 Subject: [PATCH 223/318] Sentry turrets - Part 5: Reuseable UI components (#35149) * Initial commit * Updated how monotone buttons are styled * Removed unnecessary textures * Updated attributions * Addressing reviewer comments * Adjusted monotone checkbox styling --- Content.Client/Stylesheets/StyleNano.cs | 144 +++++++++++++ .../UserInterface/Controls/MonotoneButton.cs | 79 +++++++ .../Controls/MonotoneCheckBox.cs | 24 +++ Resources/Fonts/RobotoMono/ATTRIBUTION.txt | 6 + Resources/Fonts/RobotoMono/LICENSE.txt | 202 ++++++++++++++++++ .../Fonts/RobotoMono/RobotoMono-Bold.ttf | Bin 0 -> 87392 bytes .../Fonts/RobotoMono/RobotoMono-Italic.ttf | Bin 0 -> 94372 bytes .../Fonts/RobotoMono/RobotoMono-Regular.ttf | Bin 0 -> 87236 bytes .../Interface/Nano/Monotone/attributions.yml | 29 +++ .../Monotone/monotone_button.svg.96dpi.png | Bin 0 -> 284 bytes .../monotone_button.svg.96dpi.png.yml | 2 + .../monotone_button_open_both.svg.96dpi.png | Bin 0 -> 4768 bytes ...onotone_button_open_both.svg.96dpi.png.yml | 2 + .../monotone_button_open_left.svg.96dpi.png | Bin 0 -> 4936 bytes ...onotone_button_open_left.svg.96dpi.png.yml | 2 + .../monotone_button_open_right.svg.96dpi.png | Bin 0 -> 4927 bytes ...notone_button_open_right.svg.96dpi.png.yml | 2 + .../monotone_checkbox_checked.svg.96dpi.png | Bin 0 -> 489 bytes ...onotone_checkbox_checked.svg.96dpi.png.yml | 2 + .../monotone_checkbox_unchecked.svg.96dpi.png | Bin 0 -> 327 bytes ...otone_checkbox_unchecked.svg.96dpi.png.yml | 2 + 21 files changed, 496 insertions(+) create mode 100644 Content.Client/UserInterface/Controls/MonotoneButton.cs create mode 100644 Content.Client/UserInterface/Controls/MonotoneCheckBox.cs create mode 100644 Resources/Fonts/RobotoMono/ATTRIBUTION.txt create mode 100644 Resources/Fonts/RobotoMono/LICENSE.txt create mode 100644 Resources/Fonts/RobotoMono/RobotoMono-Bold.ttf create mode 100644 Resources/Fonts/RobotoMono/RobotoMono-Italic.ttf create mode 100644 Resources/Fonts/RobotoMono/RobotoMono-Regular.ttf create mode 100644 Resources/Textures/Interface/Nano/Monotone/attributions.yml create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png.yml create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png.yml create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button_open_left.svg.96dpi.png create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button_open_left.svg.96dpi.png.yml create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png.yml create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png.yml create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png create mode 100644 Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png.yml diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 30e00b3c1c..1e96d0ee4e 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -68,6 +68,10 @@ namespace Content.Client.Stylesheets public const string StyleClassStorageButton = "storageButton"; public const string StyleClassInset = "Inset"; + public const string StyleClassConsoleHeading = "ConsoleHeading"; + public const string StyleClassConsoleSubHeading = "ConsoleSubHeading"; + public const string StyleClassConsoleText = "ConsoleText"; + public const string StyleClassSliderRed = "Red"; public const string StyleClassSliderGreen = "Green"; public const string StyleClassSliderBlue = "Blue"; @@ -180,6 +184,10 @@ namespace Content.Client.Stylesheets var notoSansBold18 = resCache.NotoStack(variation: "Bold", size: 18); var notoSansBold20 = resCache.NotoStack(variation: "Bold", size: 20); var notoSansMono = resCache.GetFont("/EngineFonts/NotoSans/NotoSansMono-Regular.ttf", size: 12); + var robotoMonoBold11 = resCache.GetFont("/Fonts/RobotoMono/RobotoMono-Bold.ttf", size: 11); + var robotoMonoBold12 = resCache.GetFont("/Fonts/RobotoMono/RobotoMono-Bold.ttf", size: 12); + var robotoMonoBold14 = resCache.GetFont("/Fonts/RobotoMono/RobotoMono-Bold.ttf", size: 14); + var windowHeaderTex = resCache.GetTexture("/Textures/Interface/Nano/window_header.png"); var windowHeader = new StyleBoxTexture { @@ -414,9 +422,60 @@ namespace Content.Client.Stylesheets }; progressBarForeground.SetContentMarginOverride(StyleBox.Margin.Vertical, 14.5f); + // Monotone (unfilled) + var monotoneButton = new StyleBoxTexture + { + Texture = resCache.GetTexture("/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png"), + }; + monotoneButton.SetPatchMargin(StyleBox.Margin.All, 11); + monotoneButton.SetPadding(StyleBox.Margin.All, 1); + monotoneButton.SetContentMarginOverride(StyleBox.Margin.Vertical, 2); + monotoneButton.SetContentMarginOverride(StyleBox.Margin.Horizontal, 14); + + var monotoneButtonOpenLeft = new StyleBoxTexture(monotoneButton) + { + Texture = resCache.GetTexture("/Textures/Interface/Nano/Monotone/monotone_button_open_left.svg.96dpi.png"), + }; + + var monotoneButtonOpenRight = new StyleBoxTexture(monotoneButton) + { + Texture = resCache.GetTexture("/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png"), + }; + + var monotoneButtonOpenBoth = new StyleBoxTexture(monotoneButton) + { + Texture = resCache.GetTexture("/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png"), + }; + + // Monotone (filled) + var monotoneFilledButton = new StyleBoxTexture(monotoneButton) + { + Texture = buttonTex, + }; + + var monotoneFilledButtonOpenLeft = new StyleBoxTexture(monotoneButton) + { + Texture = new AtlasTexture(buttonTex, UIBox2.FromDimensions(new Vector2(10, 0), new Vector2(14, 24))), + }; + monotoneFilledButtonOpenLeft.SetPatchMargin(StyleBox.Margin.Left, 0); + + var monotoneFilledButtonOpenRight = new StyleBoxTexture(monotoneButton) + { + Texture = new AtlasTexture(buttonTex, UIBox2.FromDimensions(new Vector2(0, 0), new Vector2(14, 24))), + }; + monotoneFilledButtonOpenRight.SetPatchMargin(StyleBox.Margin.Right, 0); + + var monotoneFilledButtonOpenBoth = new StyleBoxTexture(monotoneButton) + { + Texture = new AtlasTexture(buttonTex, UIBox2.FromDimensions(new Vector2(10, 0), new Vector2(3, 24))), + }; + monotoneFilledButtonOpenBoth.SetPatchMargin(StyleBox.Margin.Horizontal, 0); + // CheckBox var checkBoxTextureChecked = resCache.GetTexture("/Textures/Interface/Nano/checkbox_checked.svg.96dpi.png"); var checkBoxTextureUnchecked = resCache.GetTexture("/Textures/Interface/Nano/checkbox_unchecked.svg.96dpi.png"); + var monotoneCheckBoxTextureChecked = resCache.GetTexture("/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png"); + var monotoneCheckBoxTextureUnchecked = resCache.GetTexture("/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png"); // Tooltip box var tooltipTexture = resCache.GetTexture("/Textures/Interface/Nano/tooltip.png"); @@ -946,6 +1005,17 @@ namespace Content.Client.Stylesheets new StyleProperty(BoxContainer.StylePropertySeparation, 10), }), + // MonotoneCheckBox + new StyleRule(new SelectorElement(typeof(TextureRect), new [] { MonotoneCheckBox.StyleClassMonotoneCheckBox }, null, null), new[] + { + new StyleProperty(TextureRect.StylePropertyTexture, monotoneCheckBoxTextureUnchecked), + }), + + new StyleRule(new SelectorElement(typeof(TextureRect), new [] { MonotoneCheckBox.StyleClassMonotoneCheckBox, CheckBox.StyleClassCheckBoxChecked }, null, null), new[] + { + new StyleProperty(TextureRect.StylePropertyTexture, monotoneCheckBoxTextureChecked), + }), + // Tooltip new StyleRule(new SelectorElement(typeof(Tooltip), null, null, null), new[] { @@ -1144,6 +1214,22 @@ namespace Content.Client.Stylesheets new StyleProperty(Label.StylePropertyFontColor, Color.DarkGray), }), + // Console text + new StyleRule(new SelectorElement(typeof(Label), new[] {StyleClassConsoleText}, null, null), new[] + { + new StyleProperty(Label.StylePropertyFont, robotoMonoBold11) + }), + + new StyleRule(new SelectorElement(typeof(Label), new[] {StyleClassConsoleSubHeading}, null, null), new[] + { + new StyleProperty(Label.StylePropertyFont, robotoMonoBold12) + }), + + new StyleRule(new SelectorElement(typeof(Label), new[] {StyleClassConsoleHeading}, null, null), new[] + { + new StyleProperty(Label.StylePropertyFont, robotoMonoBold14) + }), + // Big Button new StyleRule(new SelectorChild( new SelectorElement(typeof(Button), new[] {StyleClassButtonBig}, null, null), @@ -1243,6 +1329,64 @@ namespace Content.Client.Stylesheets new StyleProperty(Label.StylePropertyFont, notoSansDisplayBold14), }), + // MonotoneButton (unfilled) + new StyleRule( + new SelectorElement(typeof(MonotoneButton), null, null, null), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneButton), + }), + + new StyleRule( + new SelectorElement(typeof(MonotoneButton), new[] { ButtonOpenLeft }, null, null), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneButtonOpenLeft), + }), + + new StyleRule( + new SelectorElement(typeof(MonotoneButton), new[] { ButtonOpenRight }, null, null), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneButtonOpenRight), + }), + + new StyleRule( + new SelectorElement(typeof(MonotoneButton), new[] { ButtonOpenBoth }, null, null), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneButtonOpenBoth), + }), + + // MonotoneButton (filled) + new StyleRule( + new SelectorElement(typeof(MonotoneButton), null, null, new[] { Button.StylePseudoClassPressed }), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneFilledButton), + }), + + new StyleRule( + new SelectorElement(typeof(MonotoneButton), new[] { ButtonOpenLeft }, null, new[] { Button.StylePseudoClassPressed }), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneFilledButtonOpenLeft), + }), + + new StyleRule( + new SelectorElement(typeof(MonotoneButton), new[] { ButtonOpenRight }, null, new[] { Button.StylePseudoClassPressed }), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneFilledButtonOpenRight), + }), + + new StyleRule( + new SelectorElement(typeof(MonotoneButton), new[] { ButtonOpenBoth }, null, new[] { Button.StylePseudoClassPressed }), + new[] + { + new StyleProperty(Button.StylePropertyStyleBox, monotoneFilledButtonOpenBoth), + }), + // NanoHeading new StyleRule( diff --git a/Content.Client/UserInterface/Controls/MonotoneButton.cs b/Content.Client/UserInterface/Controls/MonotoneButton.cs new file mode 100644 index 0000000000..7271ee7de7 --- /dev/null +++ b/Content.Client/UserInterface/Controls/MonotoneButton.cs @@ -0,0 +1,79 @@ +using JetBrains.Annotations; +using Robust.Client.UserInterface.Controls; +using static Robust.Client.UserInterface.Controls.Label; + +namespace Content.Client.UserInterface.Controls; + +/// +/// A button intended for use with a monotone color palette +/// +public sealed class MonotoneButton : ContainerButton +{ + /// + /// Specifies the color of the label text when the button is pressed. + /// + [ViewVariables] + public Color AltTextColor { set; get; } = new Color(0.2f, 0.2f, 0.2f); + + /// + /// The label that holds the button text. + /// + public Label Label { get; } + + /// + /// The text displayed by the button. + /// + [PublicAPI, ViewVariables] + public string? Text { get => Label.Text; set => Label.Text = value; } + + /// + /// How to align the text inside the button. + /// + [PublicAPI, ViewVariables] + public AlignMode TextAlign { get => Label.Align; set => Label.Align = value; } + + /// + /// If true, the button will allow shrinking and clip text + /// to prevent the text from going outside the bounds of the button. + /// If false, the minimum size will always fit the contained text. + /// + [PublicAPI, ViewVariables] + public bool ClipText + { + get => Label.ClipText; + set => Label.ClipText = value; + } + + public MonotoneButton() + { + Label = new Label + { + StyleClasses = { StyleClassButton } + }; + + AddChild(Label); + UpdateAppearance(); + } + + private void UpdateAppearance() + { + // Recolor the label + if (Label != null) + Label.ModulateSelfOverride = DrawMode == DrawModeEnum.Pressed ? AltTextColor : null; + + // Modulate the button if disabled + Modulate = Disabled ? Color.Gray : Color.White; + } + + protected override void StylePropertiesChanged() + { + base.StylePropertiesChanged(); + UpdateAppearance(); + } + + protected override void DrawModeChanged() + { + base.DrawModeChanged(); + UpdateAppearance(); + } +} diff --git a/Content.Client/UserInterface/Controls/MonotoneCheckBox.cs b/Content.Client/UserInterface/Controls/MonotoneCheckBox.cs new file mode 100644 index 0000000000..6d9cb2b19e --- /dev/null +++ b/Content.Client/UserInterface/Controls/MonotoneCheckBox.cs @@ -0,0 +1,24 @@ +using Robust.Client.UserInterface.Controls; + +namespace Content.Client.UserInterface.Controls; + +/// +/// A check box intended for use with a monotone color palette +/// +public sealed class MonotoneCheckBox : CheckBox +{ + public const string StyleClassMonotoneCheckBox = "monotoneCheckBox"; + + public MonotoneCheckBox() + { + TextureRect.AddStyleClass(StyleClassMonotoneCheckBox); + } + + protected override void DrawModeChanged() + { + base.DrawModeChanged(); + + // Appearance modulations + Modulate = Disabled ? Color.Gray : Color.White; + } +} diff --git a/Resources/Fonts/RobotoMono/ATTRIBUTION.txt b/Resources/Fonts/RobotoMono/ATTRIBUTION.txt new file mode 100644 index 0000000000..14bdb5512a --- /dev/null +++ b/Resources/Fonts/RobotoMono/ATTRIBUTION.txt @@ -0,0 +1,6 @@ +Originally taken from https://fonts.google.com/specimen/Roboto+Mono +Created by Google + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ \ No newline at end of file diff --git a/Resources/Fonts/RobotoMono/LICENSE.txt b/Resources/Fonts/RobotoMono/LICENSE.txt new file mode 100644 index 0000000000..d645695673 --- /dev/null +++ b/Resources/Fonts/RobotoMono/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Resources/Fonts/RobotoMono/RobotoMono-Bold.ttf b/Resources/Fonts/RobotoMono/RobotoMono-Bold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..d8841280b87b058e919d994667a7866605e0bc19 GIT binary patch literal 87392 zcmcG%2V7Lg_BcK>cjC{)t&j~B@NsU!+l|MS7Yy? zJ+D5DP{0v{{Fb&g_V>c`a5#T~)4#2AWLe?U<~I<^??gD_r}oyy7A)Tr3ib0K-_Z^a z0Sz!K3h(AbHCpmY=x z0Bnp17IL-NOpZz%PS_q12u?!kgOJblK32$z=2PZXw2Yz&;Oe1|5Sa=`ngwvDVV@LN zR~N%o$kZg?KK~|?q(S(GYJe`t@B!{YF4uk(h)gI42?~oU>X5v7q^}dn+xl8pAbDrw zKsS;Dh42GzLQRDGyPA6u%K+{U^7s_mi62Mrk!n&yW|7&Xmei4YGKb71^GE}kPZp4c zWD)5li^&qQlr)ki(o9-ND_KU`{-5fsCw*iS*-ti;Eo39PfgB)P$))5HawEB!Y$G?3 zTgU|2PHrQ2kR9Z5a*$j`ZY8&q_2e))MD8Sakt@hO)fBj`pG3 zkOSS09zc2MA@nG!LXV@9s22STy@i_5DfABNMDL@oQ8)S){fO3}pW#@KenWqt4d^WP zMVqld7NM)K1k2F@ti*}v7Hq^ebQC+V6Fr7Aa0z+>m*Fb(GOocj=yhC+>(Lu{E^a_? zk+ozkdWVdYar7?G6^%#Pks@H_{U~{yUSlLC2kA9I{$xMBW{{0^(rW?IkP3S3gXF|Q zuYHl4MA2(MREAH`>i`rCvdrTOLQ(h*dL4}Pcq6?IK?`v_y$(fn=neiF2177Gl(ATACfJ-}|_h-ZNCO8M+tc0^0 z&Sbc1MJ=cU4MGj?>%T8O8%no9*-n7k2M{m5`#bm*0J{yf1J;?VzlU81r82xkY zpRUW+A3(jp)l@i!xFZE<=!LTx>b0U2XiXnrN(I{3*0utqe)!uDPbz>91;`DYsfEAE z$O5HJ96dATTA*JCp-v0b>4WP54yp#Zyl`m#QpX78=5Xcv0Vm5*4TW6*wfo>%Kfvh# z8rdAa)hzS@c+QqChQB>Pb0@$^0h)WD54@jw^GS1|&omrd4M1h7?1Pl0neFdBv;v;> zpk?sa8&1l9>HB;r+X=P*+6F7f9~1ECzfmwrAJA54!+p z>O~_Q_jtKsd1^vt&~6$|Hd-P5`??y?fqhVaIq;(yc*FMIAf)Z^tPgmuLGf_SOHx0T zr8eLuTVfE##&jQ~LZ8g^%rdy{hBB-qvCx~~WXDh!_q+!sz?fsFcCa|WI$&)BHWm0) zK>AOx;(Sp)3W2)mpp)mLrDznb#q02u_y9hFf51~jL7Xt-J_>Ww3*>$BGlLn131Gq) z9djvj8FM9bfH}fE%)G$7%)G|@TM#Em6}Sb}f+j(aU`Vi8@Uq}7!N-DMeXvisPox^F zbJd&FKdOIL{~2AW3DSr(YE6truQ6$?nhZ^rrcg7WS*N*KbDQR{)<+wu6>DR(dTok! zaSVy^jR}j1h!MreW7IK8F(oleV_M@*{PvV*YHAW}2?TA>KtE&vPZxl!tw#Hy4g2xk z(1x=_O55-(wBc=N1G>3$y`gA~h0?MiU2ZuxQdRwBaUb!=a1XuzE{T2`YfDJpMLL?IJPeP`)JWe zc^|nx`Rt?OkB@)+z=uaayceO5Eg#2ytoyLJ;bF)8OH>o@><56;iv{EoHhS!)RX!pZ;0QMiM1=EvuOjr4EG`Hp|i z03VntI9I`WEu1%ll?m3dAP3IbY#H{iU_M`3Fh?+7&@O;B{`DtddHNqeLD_#intp&m zdRCx+zzDt!=G5gdk_OQ(G=`SIm|Kdrf@C$Jjc5XGLW|IKXcf8?bp0N*49|yIcL(T& zy`)U+5{W2qipj;_az=t@+8m!mCY04$fq=o+*ZWHcWyz$?&h)Pk46xGTh+Fgv?J zJ1vG;eIMEncG3ZK3o1c}(EaFcbT7IOJ&m3~Pr`_O7`+D8((C9=u$2Cd)`2baHToQV ziM|3msS?#-j3&_(_61X1fJ$*7j>4f>h$FBTt8g@iIRd9*8#ZAJSW8wkj?-`nF2qH+ z7}ugIT#s(T1l@o<=w{5I+p#}7jDyG^S%vPv0q9Pc|L?*f=mD_8j^Hq`yCTs;Sc2}s z;ph=8L&va`43S~a0gIJ8-0SoU9Y(}TB1C^n2^a0L9AK`5D zA3AV-!AtN`+=SckBHWCJ@d$YX zkCHdZzsXy8H69}$kPpd6cn$fOe1g}K)8tdUj-0{culOJMS|*X4!+Xeiyq8Q8519hx zy$|1j_cMe^ViygfO8@7(U2^GeRZ; z--nOl`|$%zBz_P-gdb+2@G<-deiT2(i16c#n33Qo7%4u^$QUCd$1gGp{1T&NRE(O5 z#wYR1_+N~MNoKV875plGjd_DfVN&r&_+$JDKFydIGyWO>!kl8>VP0om!@uI+@bCB! z=1u0`_)mP6ISKQFg|RYEFvsyZe4crWc^gk+5A!7RPncuC*&~E7M8Mb>JM$FtG~-~L z%*V_p%rnfh#E1AY&oR#vKjKdUm{&<431a@myuze0=}ZO*CLzp+%ts`YgfZ_j@4-xT zf_b0$fP^z{rjRLOikT9olqn-Z62ZL4yu>VFmXb&k#WXTa%xUIRB4V1EGfWH9ihjkj z(NDM<{eowqKk*#UwjIo8#0)k_7wRS!m`{7rO0*MQfm(?bH8YPB2XUb_f|H!`P=Z#d z2A}0B7~yka{&^D0Pk`=N2iG<5tR8%r2Bd(|9}T{d8foFKA4(4b)LwYH5^aZZ{UN}A z4y1cK=$k9hN*vA3#{i`SYBqo$wF+|X1YNNd?3h8Y4cx3{g)ha4I1Wa6AlULQfNTO= zp&04m*aA>)0G+Z2=-2`HMCfXuwg+gc#ZTi;K+~MS?f6!ZjH9R(e}}I|SHsxNM(Owk zEW=;p*PyqHz{hfN_YF7;B_0J;No*26Fd{D7rM zhsucve*t=Q9H^g%`f)3|9xRe_6bDw_+n~ebNclI12{_3gYo`7U7%o1pMpwbpx!fV) zIQ=AW+xy@-zYF-b3t6EAf3Q9%e=Oos)`F~oUSW?0dMLOaS_?d9k4-dXujTa60)N?q zuh9=Y{p*neJ;NXIFki5}>wR1UcPrUr>ipDA(AP7^TX6je*Z&i6H38h&PLDQ_2L52@ zA$ovpJOjSjC_UD~bH2sw-&J1MY@67_MvqmHy9)2dYXQeNNKG7m8wcR4U|#uiG6X+> z*Wf6Skw?&BbQ0q{$z^pd{66FF}oC7_* z53JZlFh|w^^dm5DY2a@QaB>dxs0*M~Lb()>!hEpWqG4Xu0}KO5@dlJU^#|u28o*xd z0;!q>hZS`F27pmFbqe@=Da@!^@L2l*<0eQ~a<~^EC!}LA>sF&QkjYDd8V9PJdKqSN z5n3?yC*&3bRvqM4f}L0iv-@nI!3CwVV0_#USR27NbwC+5Qqd09a2ZGE8i@3*m^7R} zH~HJ-8=ifhS3%yd07<_F+I|h%46O_UzUD&PEHLBG11}B(eVf2)7@B$$aNi7Nw*$>p zKwTg3r4*npg!bmb2snt2L+yAN*@Zy!Cit5V$AA0n!%xAi6#_Hk2zVO%!RojgXjTID z5@_un7*BD~x-TGFf?!;PVGRzS`VEKUB>XnSDh~j4d!g1rurGF?6L57sJR1hh&<;?p z0uHnJ$v}G^SkTwOC^zC{{3QMbX1=p9haLcn=qj*8<-p-VfWLBT8OZ-AU|$Po9a=ke z$J8B=iZ43q01tnh0G#Z>;+sD90!H@8pmpk?ejRXsy3T%}l|5K`rw^X)13=FKfW;m> zG+saOBbjf@H1xgDrVO@C+@YMhcIq%3JEumc4uNd4I{PYU39GFqE@)~6)KS9|El4wK z>)i*fya7hnVc>NGch?3_QlRE`xM%fF5AbIKq?U!Z9iI14SR)`M)xaSa!0U%`KLSv$ z01n!qUN6YSC}{lWK<96QCz&wDUW0n&0HuGbf`h`=aKjOdj37gO9QU;#Gf%=ui2=M& zk~>*_e-%Ki0!i4z<*}uEpf-Ef09IDQ*^~9Z31FK(_kv`Wf&8gCiVOgC8YWA{Yg2c6 z-~a73i`VO%dUxtx?|Y!~IXK_qs9-69bL#liGv4>0FP8kr$;XFO{I>#5b&N|Q`Y^zzWvOL%belY)2 z!5DiRVvKfNj_<`U;?rO?SV;jynb(jXm{?{nb4pMmSRlAuaI4@&!8bm>J}RHBK0o=o zd^h{P=I86T#_wLgkNtK21^)B=kNBSsFb8Z2_%P5fa4_($!1n`x36ch-1+55LAM`=c z55czJn}eST2@mNH*&Heg9S*%T^ki68*ll6IhF6A<3&Vs~;SUkn5no5ni`)_US(H!I zSkxP$GSLCi_hOZ}McgZXUZRt%lkAf`CRIpBr8}j!O7E3EA$>*qxhz5!Ei=l}Wks@j zS(oe**#X%x*>kct31r21d#)9Ull(b0Enl$rv~cFjGSFSO$^79G|_>+HG>y32LD zb+_s6(>zoPS(YTuI!P zxToU&758r3=lXEHQXj9k>GSjz`g!^meXss*{UiG4^snnb)PJr2-M|>44M_&4p}@bN~}z5NNi19nYbo#YvMJD2NLg0d?@kh#D68eoA_DMaMH%4 z%ae8|-IjD;(&I@lB)ysRu`$nBZk%ImGy(GMlnYC8j#l64P?iD$@g|f0|C3-Zq^!eP=prPB**FHRfB)_n03uKW~2B z{DJu^^KTYn39-m5aTb#$(^77kZ|SidvOHutZ8>YzT31-tTX$IxTi>w-*wk<&*_PNk zZ4|u7BeVKiq{Z9L%_Gj!rJAxc?N2z0$qsg(x@w($nC*u@5Eza%E7t&(Vu1OC{ zPe{KdLzOX#eN#?API=A?xtY0J^TP5f^KQ)ZxH4Ux zuFbATU4Q1s=I_bBKmV%&Re`ghxnQhdcfl)#A%(8OYYM-2C%O-~|11hD$}Vaz`l#s7 zVrg-4adYul@#V!gmXH!NW%>cPdA*I?>k>NKX3l_`Ohv` zvS4bVYGLNW;e~fEe0NdZqI(zpv^Zt)(#2OUVV0CHxoXKxOYU3p`O>tdpEWi$zT4z# zy0cl|yu10gmdchxEuPlu)+?9c|9XThGc2<$o4suFvNzlM+umqTYhTl$T^_Ui?23Jz z!JV4Utj;-IhOT8@Tf4S)FX%qjLwd4$=JxdU+}v}l=Txt`cU|v2y)X2BxYD|^Vr9$9 zt5+Uf`Si+ZMh0t@>oucdO10`3?z(R73GY)}h>? zvY|OcO+#HnBSRa9E+4vn=+>cohaMk#Vd%}FkB7b;`g7Q4IDA++96xLu&K)irt{+}H ze9Q2W;YWs_9e!>2{oyZ$e;%=nWRH}L)Q&6}Surv+vVLUy$V(${jhr6&e&pP!-)Q7$ z^k~wkb2NXna&+Ek%V^K&>e0=kSB~x*y?ylP=o6zaj{bY}ec&KA71^?>Zez~viiN%U#$Ll^|>)-ENCopOfjY#OB%C|WsVh$m5ls@;wt4J|u{~qAjomwTZ0w(7C&peIduQy-*bigp*7&Xwu2HQ?SaV>_?Q8B|^Vpha z*1Wpr{WWLSe7ok?HIr)t)(Y3k)@s)#tTnGqU+Y?1x^~vuhP91rJJ$}Z9b5b2+Sk{< zyY{oSKd$|A9bOl_E^1x$y2N$Pb@}Vc*3DVhw61I2@VbrbcCOpA?%=wk>mFVA^txBp zy|?a*b-#?G@!;{OapidIxM@6dykNX~eE#^d@s;Bv;}hfC$FCi~dHnGBgX2$)zdZiV z_?ht^$InmrPee{cPb5xQCNd_9CT2}6nrNRGm{>QlZDQBNjT3iG9GiG%;?;@wCcc>X zW#asL|MgMpHS3M*)7BTRuUWrfecSrJ^=sE}U4PB`{p*jcKfeB@^>3{|z5cuPXE*q4 z5N=RzFmA})P`sgb!;%dvHVkdpu;KCz*KfFW!#x`w+wlB`H#U5@;rk7qje#4*8)G)6 zY|PkLv~l*v#T%Dz9Naju@v@EAZoFyZ-5ZZ>JhAcA#xom#*m!=E|E8!-noY({X`2c+ z)ofb0seRMHrtwXeZTiQin>O9O>5)y(ZF+svhnv3M^!sLJbJ%9ZX2WLd=G@Iyo9Ay{ zwz+Tf+Rc}4-nIG0&3A1+w)xr3uWkNd^H-aHyM$a4dWrlJ{Us@vbY61sl20%3Y>{rs z-O{>caLdLmJGboFa&XJhEyuUKwB^UGqOI9mTefy?9RXX1`%NteKZIXr<{!|%u$~VA zMpz$<17E}dc0dA3L`h(AC4*I!3O=G4ta~e19Cq*!oM2_AgFTrEo~8SIi@`1| zj+DcE>nAo78A)(0VOcoaOGXRt5Cve=cp9I){hL;T=zh$n`k@4;64 z0oGzQV2$1e{+Jg0ifh1ci2xtvQCRDH7A!N?tN16{27c9L;3C!}{_p zJR1$*TCh)t&>*hE^>_}fG|$5gcs@jT7eX|05nha!fS)yjmx6^lhDLEC#1NZd?Yaf6 z!L2YowBdGi2BME0csX7HD=(c8DFIJ}kCEbDyb|}}emsB&@hXT)4nc$!Vvp!^JPN+% zc8H*`Yv%7lv}FfGgFl2g=xX!)8k--h?;fOCWl) z6<-SR&29KHydCerm$UIlbi+&pl8ry&>+tmuC)k5_1YrpU(=*=QmgLuBKJB%F;Bve7{zB4Q$ebt4&( z!wQ&^sEC?G6AjUl7@{MwB#!8bfy9#pl1P$>ktCB8l1fa(Of29f*oYlsgHDo0(n$u% zBv~Yz53?2cIpyIT6m02{w2L+CIWCL?5&tR`dN!>lFiU@yc3>|xmeJ6<-y z&X-GI?+d%@WgF~n+0N~A*$Mkv*j+7G!;Y0*uyf^F*t>E)>``HNsO*DXGW%hl%#E-+ z=4RL*b1UqQIS6}V?tmRJhq*m5cf;DxJ+K$%KDrm?LD&t$?uB^-RudnCoiIx}JLFyR9;`%i5qCD; z&PLnG8S)t$XD46&HNsAQVk7M2SMnSAo%})mBxlJva(+6V4y&02)&d1=6rJ&d==nvF zb3Sg)L^4r~h>edkQizSq8O3x|9OB_xCI(hQW0^Qc&ls3^CV@$W*t`+qdQBV{Tyf!|Lyiuy%Sga|?4Ta~pGzxt+O#Im8@h z?qu#_?uM1&dzgEf`l8 zkEotQRDThodfME2zPUd2Y)|;sbB*?$%Y&Ue12$l8OGj&8Ykx<-@7%V&##OCB4Kta( z4csH&`CPTY`4@V|w~^;3&F6RX`Q2XmzCC<5^l;tKb5S?+@Kgl#c=dN552=rb)aMPUpJ!J843UBXw!a6s zvc7{nqCpPP;6;cAX>$i@e-Co~J;?X>5D#`}25i94h5jDm`+H<2(|3gL?@_K=;OK>( z@rSFX*3O=xATOdxX&LEQ?$g=R-PZ3n*xg~WSe<-YWDVc|LE)wV4i?)nxK?V8&{*HwR51+ueGM<2h)< z9ZX+)k8eK<&g{b_%s}Iy-ymO==>-gM>C@BI+SbSuU1+AMg{BTJwVC*Po5@D+(`o9W zX+BMh_|(k9v6*RkGlgU3`Dinz(Q>q&#me7XXgLclXQAaR6rY9SvrN}3p!EuA>ZU2B z!%FF}Qu?hFkCoD8rTA$7+N>0xmEy5dJXVUwO7U1Jd>e&pqws7Lo{iFPqws8$ej9~r zqi}5$u8qRAQTlBZzMaCiQ}}iY$4=qcDI7a3?=bQ0chGh_XnP&BzQa!QDV+{Vr-Rbz zpzs|OzJtPdP&yryP6wsaLGd~%olc6+N%1);J|~6mr0|^-zLUatQus~^-$~&+Df~3r zt~A=NG>R{c;!C6W(kQ+(+P*Z3H;v*=qj1wG+;j>zox)A0aMCH9bV^q`rOQRjyJ&eA zE$^b`T@?X}CPSb`wvp z-Nf_RZsPfDH*w5(&*^mTAQAnT?XEW{#r5!d*l zq9TqtkQPSH%t#lejEI?M?Bv1DB3{KV%r;)nF3dZj+~j$oh!E;d8;yN14}dM}N?~84 z@XhCw0zN6^6E~j}@kueCl<-L@pOo=QIiFPUNhP0D@kuqG%;J;Td{WCNb$n9KCv*5@ zE}zWflLkJS&m|#Td#1U-x9&n?{lTQ}?+4Q%;DRX@(9+o7(bzNG(a4v*z|$ajxum1B zv!i*Sqd9o`nuY6I!y)o1PigEN2rF*w>jGz>sk5JZ%Be<^ix*)t6>&2aakGUVI%bPG zsJoGUJ*cmzx4o6CW1-WT#mo;6icte?b=Nz6e23saL&HFCt6-TCeotdQ~$t2UUB)sP=+U{TCQP)iaest1pIE z?**gY3r784V1(9RT(4oKY%q29c!ux}Aa@;1y+1yqV5Ua6m+wb2IlGp>=AA(v0`>U# z4Bju~uES=$LRyeFcWJ>HXyIP|A)i^y4HxcO=g)ODm8GjM{b zFUe(um0mEDx%+T0&ysr}^mZ?KSiFzP=X!gXGGu|wBA2ff4=s*|i zO>mw_u$y-SxEs(u{L_F^cH&_D7GQP<8~NaG>b(jFR%mm?Dig}4qOw8hAC+808yL)9Y!;zQ3Y~d z5l2v$^b7~yhsqt#3Mys9DZFdK>4mX4I3NtdtL30t0$-AjOu>ZFu8DP`%DvUJ*V7d4|@)Ln5= zPPiy%3n;t-3a@~2wt(gr(tPS(+X`uZA>~jZ?SVqdsX|ImA*H8~;xDB16jC}0Dd!4l zy9y~?g%q!w;&D?vZi>fE@wh1-H^t+o?RHZl(wIjbGWDN=j9ykY5RFOhkM$7Ue4j3wx5@C zxTo#sl(wIjYq+QFEu#2}XnT1%hkUNR7SpsIN$2pIZ0TIPO*USR zA*JJmmqWPc$AgWRGn0*%Ge|i+kaBoTHopHLrQ?*R1I820Pp9S6={+x3P@j%pUj9tB zG>R{c!f|l?1v;lwN?$t17kEzVr_uJL(f0821@zG8ygb1@t;fqJ+)uZI>PdcF0o}A5 z?@62Nd|1(9GTUJtTM6%Zy#(JE@Pi!<$Q7x@I;@R!Mn*E#^*G*Robu>!{2cdn*I<+9 z6`vz#Yq05iBAxsKc63ZY&Fi720`_yjuFig~#o=@~>^8kYuQ%8o?2VJV(P^<(ES8AH zq9|WKUtgV0D71Rr`%RF@;o}7bB`US5z9cSNYD~uEZue6|9(WHO`)1BjC}diVYOeF_ zD}}9Ui9{h&H|04Tj{P0ZHe*5#ynq!iH4f%4+hsPJ&cBA$N=219wL&3PlI5^AuZ$Mw z8x!*-Di!(|BBiZ4wT3BKwT4;t|uZv+z!9S5G zihC>;Te*e`R(U=b#70NYb0!ohWQNeF$lwrRdV(}vo713HMGLSrup&SIk>Od}GxOUu zN@cW4JvS};y7_&N78cIJ&*v{ztCf*a5e}Vo>)dDadQvhQq@kf&jkd|v_dsrLVS+w+ zeQn_l^PXOOu&8Jt!I)Z*lXC?6YYlLH0JtuKJv7ri2TlX^v>iIF4{ZQ2oaZ=DuhXr; zmoy$K&R(XEH>M`VHRqNbY4u!!6^pHNV^fR85s{G*;%t4~d|Rg}S--NN{AlZN$Fa)X z6>-VtPbDJdytLGnxuXUBsg7B4nH)F?`_%>QKt~X8(ykS1=_z0)?;sDIPhsAibd$9o z;GQ#QYfj_c2x`Eam4Ys)0bc~TP(vt)p4>?uKOc|fWWlHSGAKDyhU_q9LUb*!wQJysVNqf`_^Yv4^$K_SnpMj`Nu9)d#8SDqHn zm#|M~kI#|GL!=&BKQy@&YCH)wg7_M>A}BB7`THamdA?@KJfC8v&ymyTMW1}ae0`eb zZ4dCP0?I3Zw?clDadK_v2Ocl6PKL2WE0r~-tU7sAl;<;C;>tVP-F|;TK_$jMN6v>? z8`w8(wTdd+%7f0dw8EU6L+#9uEPQsXe+}@10X}RTf`5KoBZwVdZ>sVL@K>ILo_!ku zrku=~yn`{4jULIpWH;!GJK6fXp#FTQ?*skGRp?_Czoyo}2b^I_Pe)WAY|4JUQ1h3mEr4i-F~F0YCuhYGkXi zP_Uo?DDrfB&cMc}YoLV<%x!0Dm_z65;Z;~v13X&|G8PB#1b{?d7(f4Qz{4oRGvn#M zstvJNusTksX~@jHs;+iNdPYOEMyparFU-i?Szog)Bd;Y!6XQ7@6cm~oqbN!=x)rLV zpg{kCz>w4!S*`(eNsJ{dIEZw;(R`%L)v1q9N;Jgxx=Rl)ePjNO?((6;c%wlVKU`9B zJGTAX(URz>S4yOEsba1@vC01Lv}H+Yb)Z(nQHpv;QY*BQ9d$c^FX6EJ47qqg;M=NW zStR6j1=Y;>u2VzD3kyn13kr`9c|x)5RMtGT3V!N&Swvizopozd$Kjl8H^}K({F+{? zoo6-9ijIaa<)C`cl;BC=W<2cB`=7aqod#}#_+K(~qgbqNcW3XKGv~@o*J7nqCYLD} zWM^GH&rqtvqWga|WQ&z5&!>Tbp=O=3C@HZ(rb`L-2elWNtd|!iC6_8yDZ!z^#C5)M zd(ONa=ERhg#FP!QT-Vi}FWH)1G-^yT1qMu^1MkE&m~(gFQcrw!oOzB)B$J9&^BlSg zy(hUgF0V}soR%mmQqWTJtG>UMW{KWSFXy zx;T*ZhN*7_mjS0s0jt+gH)y%}$-9R^Q?kmEo7bi%HGW3sWc08Q+dJKkyXtqH1f@pO#!4VaOg^%@hKk9Z@WoBeNI8xQ2 z)hO_o!6lK%m1_0k{FMiDa$!tauUXo2N1h=|6lqk*^AijOGO0qVQqMLw-JF$~pKiDB zT3E9sEp4$@WLBvQ*>MaSOmGiy)sK}T(0d@Gf_u&_hc{{Ef)~%6IcFEV2&LA-*sX$6 zDk!C;lLJ2@Vat#=9|V=4U$IgtuePR^$P@~UJ)dKDZtgwZgAeBAg2FhTS=Zx52&E%nX0}E;C7{H(Dmt#-C!W!upmm-T9#6Ahz~~G80e+31DJG(&Gna7l|KY z>oh=}38(`)v=tkG`55LMd^dR#pZkU!pUe@&pBCtEJ9F;i!>2+1`=JlY1y!(b7bLM! zYX?aadP|qqOYTG>-j3o$j!s8nv4NkY_<~juH_5}B&T^5sC@1IkrmovFGPAK*7!j3c zw3N%F(%r)k=N1*ESuERXt@Gkyvm`#DQ-;i_D3Ma7TIkvloTyTj2ow6|;#U@5o|TVJak&z)?3gGaJRDxkB=Gj@ zH-d%mfdn0Eef-C~0P<*ca@H$tg~Ji|*I7ZxDS``Dm|&qUR+1H$GFW7t8z)bR@_cnR zM5q@hwB@?{Q>^6@k=XNXy4Qw>66rtF+0*;_!&5$gl(%zB^JIqEHHj3Ri-z2Ksdn ztlli>DfrSwE6;Ino#3Z+uxf&KkarImv|?XSqNKB6u1p>!lFR1gCs!yGN`ie!VRp_P zEo&aj%gb}+&$QWg*6DM^Vkz*u7xbsr#EDkDP+D4Bl)KUwO`b~2t|={jX{V@g zDA{Puc6!PjITmBmAlvgSCGEhc7}%AL++gJ!rcoK}TB_H1&B;?4$vFxlk(TRka{b=V z?AuJ&&(3Jl#~DM(2l=^q4-T$8UQ|?74Hy^NXDO8$Pg-EST2&P_TD~hMCswPeb}_4l zo+&D-oLyFSaxA{HNpPx_y!6DKIv&`H?PQq zm+T2z>6s%a=0Rg&V~J9woRg_>N)(AW1$0l8!CB9Jt#_ox-Yt(PvtH+jCo;&6jho)>3=5un22bgOkoeMWnd z(#qUI7Mw*)h$tpFG*l*+*JVuhkjsZ|2S+j{I*RqN-vUgfKBqyi!t6F<&*SNd3Pg(^ zeQ#l#=Ow1k^RDN0iAaz*FN-= zGb;hQ3f`u_P%tG$JliZkKo6k(rs}d1Gz~ zi@K~H@SfjkbBja~m|!2~6M-*$M#5yZ?CuoQVo_clOUE3L(4El2!@$e`@DE}EO}!@- zU+cNo^JX2(Mf`-vMTYQGo`;q)-DeSO{)hU{LH+qqA7-8z{yc{ZJ&!V1c~1DE)90S~ zn?}#9m4&L1KQnezuwb}T{12t>eCo{@zMo@9a_me)s{z1x!aAiQ*Sop%SF1-0GUvnrLXFW7G#`zmPrf|`v(OF1O>%MpFhi} zgF{J>(9h35ASf6foMQy@*TfrQqas2LQV0h`M$9T=TgFOREzk>6*8l${VtxkQb}R{v z5y=bUsfanvmMydM`bmDSdkmAxEZgU>JHgD}*Jha;tG0;)JyYaf zPUXjCNu+Thp$54mEhe*8A(wfUVvi^$R4l10D?PDFwED%;l4?<8c#>lIdOfqN>!ExS&`t(E=?&EM@EK(U{RnDq;(YJs2<>fMfZR0TZpt?Lycz~I2NpLQ7n_m zXE~DVwc13+^SdiI_mR<_qj|Y*cXsx{rowq(TS&yx3TsxqEFuDn^K){KuIxOVm6ey9 zmbQ0Ed6QZt!3na&@bE~mZ*q5c)UwD_MfrGY zirtZtGFsqX9-ojN8LA8y>Y;6Gp>0(@1)R4AJt?vZr}Zz06Fb#kn5yjT980!&zWV+5 zG@JE`hLj~nW0gt~X;()VXpGPr1-{zT=~LkO{iG*q#dT&&YJk7LO!$OPpuopBN-C+& z#IK$NjJp71xgdj$u{N^C%*7~X&@BS>G{fOv0PTSaJN&CF&Q9F z3=>93m5TZKWc}p$>buj@Z3|}s^b+X%O#uBO-{cJT!Mi;ld>a<_o#z9n?Nd=f&arxk z^{e(lX)oV|b4&O?@Bh*-mJI#! Ww$iZWSks-4@B)_|R@^JvMzN3wdPp)ZeBO3q? z>m%F>Mc%3JbrNiba z7o3FpK#z-yqdKSEDqug~13H+ra9Z8!q@?r+66ZPjdxH88&nx&uUa&AC!m16o3u9t4 zJ>_W$2}=_M?@ey(>?WhyW%z!L?9WmuwCDeKdciXr+Ul1M9@o`er^OzEb)ybUEw_NJxf zl)GGaHfAn_2!T?rs4#1b;uD&(Jid>!bSwqix&-K`0RD>T?Cixn``<(_xT)QHh5!xY zfU$Z}ZG6i=(idnoF)F2Mj>A-=QfoY4)wH4frg@d3i@WTkg!u zE5%}sQc;>{t(37p#oR1r_S{m9#=Yhgfg7K7OESIanMklP?2%4ZT0=XEbP>Ut3Dz*a4okHee&u5c+ zg2*B)zWw}HI7>lP%vI+z?(#g1vp&Y(nkG-P92x`;6#)eBJ!&Q1X3YgQc?WZ6_!0@q zYWD}>u@XsELiT($XiKTAI&HyVpyxZLzOeA_#bXa-Wo2ZgrQgy~))%cK1?S%;C!OJ7 z>xAlcy2gymWpQzd?MqtsIvitghh>tf6*UVO1B1ICGw{GYiHUbYL#l@)ut)TEcChtzd zXYzbRyHB43vxz}n(AFG~(NuWncnOsJ&-si~QQk%Y-wk{)lksk^m!$r;=YnW=cFw`( z=G(He3snkPX|lZ@8e5*9e_wmsz4@+khe@6vmrx+n=>CXSC@WH6QA?#!D-@L`Q>9X& zR>>ri{6x?xQmI5D&WEU{R3aB7H~)iEQnr6IJDL&1sL5)+t2vUJN z@$gsfzUY} z_I>T<+1hBEC@|ZRcJt+q8o5HQl*=p4$yF+qHrOCnxZeMAXvK0Id)LzS?^IXMn^jcw z$nv)P^7AW%VIi?1->YG~ zu2E>B4Pd*kC1UkC{eO;SnYf`fy@gdwpq&&Oo<4U3XWbh;9wtzKtBP15^oOw?}LYA@}AJ(M7?2!tGF*A!FXo~EXnHC z#?a8vt<|H6Ny%DG^rEc9BBdfBlnHuLlM)&d92FInVc6myCzYj@Ryg2BPk)kdSmVl=KUg-hr?i!piiqGMP#xlNH7fCKSrRg_Fw)LA$~K;sDX< z`#|#9uPK9-!%08>-wHUG7ubODkkE7QVdiJg@#UrxsZ6TX=sMkbt+BEC`vZeQ;+0Ze zkbgi(SWt}EVcg$4#G!m?}SupdGp zud>8viNZww{^C%PBgR|_OZo7x!W=AuFh+1-kSsJ(9TXUJei6?e!rCH&>tNmtWBrCk zSmU?aA?N}|jW*H>i?l+)b)KJ3o%&;Pn@5Y~i%;#^^$EW2H17Ts)_toy_rgp0QIp@W zGiwUWtak{i;aeTO>^Jn-*eYmMZ=cJ++6dD@Rz2$p_<4mDMLz$tJ^)WM&U>=4f;kTV z_{m1ck2t_etw*NCGT)%jj&h3P#S%x1#u_P72Kf2mr&1G>M#>V)q9yS{VVp=?om{=f zXiUXE5a-d$g|fhq5N7Q|X^BaR3Gu5c6WnT5YD9!lreEOMs7it!fvMP)gayHVffD@P zQ-l#jga@gkq%lE3K~bRMRpG}2B7FS<0t17hBZcwe1-~xZWwWK>(2xLGSePUrG&DIO zVO2?hR2Li`3X8%inxV|}q@mK1RS5~nk>TM+sYD+t7M~0cgD_J}j#Q%5SroAjlTRSy z7^F z>tP?z+jxOzS?-qNMSIiJ^YSv%_bn>koa_0;SOiP4a;em9l%z_;DPQ3Ir|_y%{vkPe zc~5Qhm^MC@mzNXb|GHeG>8Zo7&FhbeQ4n&D{p1SBgdSw#0LVlEd>;?O?-xa_oL)hq z{|hm}-g*_}fvQ&Ctpo|9cByDa8uaGWlr8g8XT^Z?Bs7TP7dw*5qvc7$EMc@z7%w+u zMTJEA`ugCTlaq{VYZ6MMqjce6nh4$O)VW(yQcc(=FgVztj!p>n@q^DCz`r2BV7(lM zXLtySjZy~&1>OWQ0E;*ZGX8wmAqcKUMg*xM!WBVLBA7Z=;YS0)e0+T+;!wRrWKzbw z(|7|oQdlU2DKu0X7#Wq9nRUqX(hF(xVB*oJgVjQ5hW3S+45<{v0Ax+oh<_J`N2bTt z%cJdLl?Jo}+v|Gh^-7?dJ4d!g^WEC|-bvD*mt9zkHP!2r6j zy2Wg`r|LP^)phf9McUV^eliw{9G8^CW~DrLxx4WAKZkQF{Var$)O(r9ok)X_@|Pjj0|v;|q2w=^~0l9^fXkv=+lc2W{- zX^3OF$VD!F{rJeG%X z7vh+nuO#eZ73_JF#)gC?sYH(Gj5<)sB$AI-Mnr_h%ZTxh20Rt136aU!K;||+bO~k~ zgf9Q7P6h?fg)YI%xdC|dAVfXbC_ERHnck(d@ORweS%KGkZt|R3!3E(DdFsh1KJK|? z9e(HBv+(V3jBW&(+3PEZZ!1AG;ermBX61!|-bEqWiUNG5i3r^ScMh((?5VN1eJlI$y6}ke=J9)5Hf%Lf|LszQMj@`S~Sfh3;pT zI;tS%gAWGi6pAuIHLPbROOFcGFo7Flv<+5<;C-+>msf;qp?inoSN^l4c=q`<(F#R* zvdmHktGuiSyKX8;FyMPFeEsU8$SjSUNWdKOa#MiL3;jUH10S3<*meAbc%eICtT0Pp zS4LfW@*HhUqUX!9ob3JeH!Qx^;mF9%$h^6=V7@{r0Uxv63VxwVgW=6;$(#aj6RHZOa%$*ee~?E(*M3*J<}B0mT4AD zuUc>Vn^kMr3%_O7^Ub>~7OT}_+131f(S!k zr4e6#5mI2ajF<82*BHJLiv-tz%?}|27fh@M@1b*1NL&KSNy6zRKOJnW;8%_9#Dr5k zCj#UWaZYTk3oLgWl9`r%>x!1!va<61cHig&mWN8(02?KnK(>PdN$LAvS*u|^CQ>Xe zwl0Ex%FJ}8-PHEg`?slc6$*pzC!Yvoqg45z!7#fn!0iG7>zS?`YwbD=yZ3Yk_zQ7S z_JA)x$#A*neq4SQuk*a<`AtS-p5Htt@VMt^JlAtOe03}Oma$vOiOHAK(};D_aqHME z0Q+i)Uf2EU{s%UGb4T9;UR?uHoY zfdf)`ge^we92I6-Y+8Jc&FX};>gwbosX`GR`nFK&wA=SCt3G*tb6TBL7$FRQUlb0* za$g%W%KmR>@MCwE`s&%8L&%RT_q^_5S0;Pl`Q^|%Y+M&Q=YQ^?zw0D}fvNDk?*oR= zYd)}*1Uf4JFC8V=wVT;@6Pf9&Fo|DK03rCz>-w(y$KUnWKOn<8-D433kup!G2fef! zwD3`w-;&`Acr0IqaPWpOyV}V!(CM{wVVGWDw+nqP-fkw?f7kPM{&u5rv~ucsXT?ae z(H>A2rv;6ZG)JrmN{ot(fvI_NmNOwEB0>nE^^64O=3Q9eIY0YSi`fZV&nynJdCTm{ zEptcp2Aw2on;uttyoYb(I#RtdYikJbO2 z;lYN641N*_Mu54&86eOK>^(}n;%3a2wjI4OaS8h29RpdHRaS1x>f1h`Ptxl;x3}b6 zHEY(@lV?nci7Q=sD-#n<>{XtNy{hWCVrAC0s##a&tiEC>F(o;1aOY6Y)wNYSvbuLJ zOR-q+2PLcd#mUtrC1c4cc6&-Pe8mkvJ@q5w58P(J!(r!4_!ia73OP9w?l~PEJEx*- z-n_DkIe3z}?|h|aTi)EcdHM6^LG4dG8yN%4A$)Dvc^1hn25g@g#PIy`=UX~mp5 z6{Yiu{d_fZ4_;f)Fh4(U?*Ad~J;38CuDdvG{fy0v}$;?ffQF8#&INE5tJI-Q|8;_J!xwmQ6VpMRX+FZ6t92yOozzn$yk z%93sO2n`aOB?{vtpQeY{rw(A~O?ul|MWDZBssMi-kkjPDIMi152wlPrLY$j8K z$5&6cVv8m2ERM?M(nMuXcWrHVPbG6&pu%Vj*+L`HvTbc+7nhVqi%Uu_TM=&5>9jDD z)CCIrecpCgexuJjK~5^`?1)wMA~=F62woR+Thg-3{ijAiZtFJH?JOAv}V=f;gvV^u3pvGw{{&e3>`+K-R_eA{rlb7!$5507+ z^wRYw@)P9H`V;t3wCxM_Th^Ts6trRJ23TK^m0(ix#gS6q9;hPbJnqmv_fA|E@Ar(9 zm2IH?`7^N2GBZrVGpJkS49c*XM@oFB3C~E^-FfH4<#=XESyXuDkNl&ooG9osD`q_- z|19j==R?S=E&k$56PGjzuUQX%XhX~XoDsyVub&#GyA=>J@1guaLU{iR876$QVQR7P z%?5fG0KJd%53|oA7m=LK?X35BE7BUu?D{n9JJ;U`R{-EOKa1isbgsOHJMNsgG~VxC zQdYJ;n)aE#Gdb!R8NlPG|4)uH{=W`yCS-`OVE1Os18>4}C!83eGtyliDklDbwWxri zf5h>nLp&7pdY4sHY^^Bw59GUR3@Yf5mezoy(OC{+#WJrq$P5_H|JRzecQrMSnlHC6 zuB*I!QNyddEvLOPG;(!SsKs=^yrjALt~G0aq;0508%|8NL6na4<>KiBt(iHaCUtl^ zWhaJwz74|8DKtyIWhv&6gSD1@*VB z8+>t_Wyc=}M-S9Sdo7on$6H(OUc2@?+J+1Hd)fYsD=}M?*I`5PsM&r#PM)|;`ttuzJRr> z824)OthpLZ!|$$L(AsoM-@&5pyt1O_eFgTx%7Z-zn>rU>lWcJ7DW&d8ow+?6UR^CV zn~vn!l0Cp=yiV}cXc6X5qRfhK9-voD9$=K1jh$M4CoKm&SKv5aE0ptS*(d=x=mTGW z{Q$AD*YcbA6UmucNS$Spi?L%pD9BMbW})`dzhlf>{15y^WFydZPhdmj9DWoE;V4w$Tc@1R4#fG|9cXFk|A}r-qJ)D4P{(ufM{pMs$Qa@z<6XCV%qW z3yJbqCi5dCm%r#eI=44SEp1_<$91~j zp!c^)Je-631a(u3O^nta1E13YcTB&5T{U@#oc-+~gW;Bc@(=tjK}Vkf7PT9hAioly zoQF5*>6_@2x6izd9mk^=kggX=*EhFmG@yW63;Q@OesmI2t{bEG z08X?eh=pB&n{!t{qD=41Nxd8UbLy}?>o6hg*rKnVJ?`kuvZ5!&y|@(rZ@v+{h7BIK zYgyb?W70Sja+}&*?`d4>a=G0u_p(NBqczu(qi||W)oxJTo^M?)=V)ESQn$~Ny+Q%PzzBJi@ZY|a6on(AW&fDZAKUw-KW^god8&(UW=T|aMi>rz5CCt-z@hfFr|9X&WeV_8*Fdqru zQE3cyq5>tzrwRPxzhSL+GT$fQO(#@yLv+>5ZQSJk#&z&l@}Ke7kqKgC=YC4I@#lOx zc^5kuPwYXQ>k>Qx`8^?MGs1pIcST`m5adNR)AhZv7AJKm>Nyq`Gh2x4om z$NC-uFP@Hg(I|Lv8CvK`JIYUM6rw#ons%m5>JuWfdXHlX@C!Q2jC*9&Wc zDv&irR%=A1)<86eu|lpScM865dMB9}wb}~e^-HxLtyjjl`Ooiv<(2#RZ^`*h{C@vi z`TWnD*q!{tr;s)L{=KAm_)iDPgZ!MEUqavLtqg7-M#?JOG-0D!_|SzP59`r-SPYi% zgA0RN_yT_3d4Ff(NZAi>b|3C~q3gbG{)aEhc>Y6B?a>#axb3%+TzM;T-%hTlOOPMG zoqy-nB#nOuE3z9L_bT>Qn#C0>GM(Qlj4pb{plg(^5Ke6A>neG)gNBbk(lj?5dA$-ek~dBBm^dRu|N@>I-z%GCDinsei$rcq4Llzy}?lxe3R}GG@3id9oEZ zL2>9rgPbgFsa7D|Uffz|J({)`ONBwFPqN}LixqMgb4|E&vF+^l=gu3GN)Z?T>c#FZ zueaIaG*&sBO^&6%K!~}NYpSj~xN`A1kw}n(zzbTkb+Swu6Lc)^?b#U)SLI~t^YRwg z+RIHUyCNq~tuM3no{;a!PppzTOs3|LJXh)?S(+@RLuvNObF$cqb3dFrXK4GX)%@qz zUNW!NpH{7E4Dt~+>GE!Re{-5p!OFeo(y)_5Fg^Psg*f4wY$T=_#~IhESKll zbgmBa*6`0t>?QhKlRVcf&r)X_%6*PXz25A!=5+;EU0+dNSzc0l-eA+JLPT{az52lN zT0G&58uUJ`GB4Ly=CXt}RtGNBbk~rRZzwJ)C@C&FcX9o)fGMa|I5dGZ356*~Zc>;l z^KGSgPnKMtV-1>2RRL?UPG!xK(}+l9IgzkmK|ZOV3E&VbnjXXvjk3l!_}8{SRNv6p z*iiq__Ic8K+UpzcSia(p`i3_8>}$;3oE6XFbTm)A@k~6gy?du#f6o#AsTY{L$#e7P z^VKY&Wi4bUcQRW^<51%MwCNN1KwLTcbQzCnPN}in$&X?A7F!J=gR#h*-|qFz3AdaW zCa?X+bCJmqHu^fe-ri8l=7K<&`G?j~V>ISLnRn`)B`S@kytw47IR;0y(O{L! zvmIJbDK_}Z(vowi9accWkvZT!LTHLaMusJ4lA#nmo}wcvm|T~lcc$ngD8D2{FG|rT zrv8~mccGB!hr0AnlJTm40m4{y>pz?T-GYMK1!mV5gLxIqkQQG~&`8dhS zQKHo{{}RD^$OCg6B~U{>cKe)2>rh@%ZouZXD>a(haBD()1#mDZiVy#eA!>CryI|$A zSZ&HHGjb7sR$?#&G)Tlk0e+@iCp$aUx}_2g`EHt?IXF#c)=hmwuAipMmQT~k63KaF z6m%hqOc-6ndJ3cau`s#<8jsA5@?4Vs5LtxsBAt$|NM9}~6-KL{uc7EYNqPoZ8I`6= zcce;>AZI!q+uhiAx5((+!Jdq_E}yy)`N$dMHkNQ_fM>PTqB)IPl-vnj^j;9P>?Ng9 zQp|YN`^j17emr;X@bJ9(UtGkW_27eq|6p|RjBqF%35Is}uU|T}=(|f!zU2F%MavRr z9X?DhYpkxmVd>7*2dk=T$qi@?wHd9J8PFP-u!S+WfDEMQl_~m|B#T_0qSMxk<(Gp# zKSgg$(MKc~q|tpT`oz>^8ofD1AIBUnPt{{i(HBo`CG)1~8K0%-qmm3#h1E;Fz3mt^ z1eGD`2Iv4VpOG0UJmcKu+WAlTJrriaO!n&a%7EDtMRZf6Z_&9W#brP`I3Jl)fWmU( z0Hq+ai4gxuPgjjAjye4U*tPXTof$69sAJ-g|-^&JyUb2!g&^atD7H^vf~Yi)9Sx3URcjVx)GO zF1>e}j=bLd)D@J@dnn%0G#&Na%l|%Aeuh3SIUn#zgvPEwvfe{$kAqiaxE4W&q9R6K z;y>QAhkYh7_$j-MsZMM`D%r$!ACNz`JUz`F%>oy|5-xDTW`PSR*EGwz@P3iLeCqGQ zte(Q>QIw_>own;4v`Z{c$4M-|1UcR4&LLnl$;v>7b|Tcjg`AM0(;Y~pk4=3A@9T8= z(G-0I8RRyn=q)Mw#MFCfbogMB^(>xROisi)S^~SqyV4^#yEW5wghQx!UJ~savNSW= zEL%pJKukHt#GQmY+v)OGYc<-ZGBPrtoOKqI?Pxjm>1G<0*!;|?r@qkE*2RBdw>u_U zT1WEoOs2fNk(Sm8hrBy;|m7=w*S@rUo03L8(Xm8 zZ)E9ThAuC!sIRZ6xO@@)SYB6GUVb^9BRYmx$i`EBTqfC-)^}NoK05U`vJfZ8;;9?B zJ<>0Mi&Z5=kJ8>(%)0oT?6Z-jNGM4wPP!6rB*Flt#Y7V5+I!ktPJgJyQf>Fm4+}j9 zY(v<7&98=QE*up4KlzQ&YjZ@Wbt(Cs2%cdG`C1s0iUAwBG&2)pan2`$AD^tYBJ5Ti zfu>U`%9j@MpI=`Xq~ow(>^rQ1MrEQ`VNqxUUx*_U$Y*}hmD{UXI9 zJ5uAZL~;r_3G_3-%lF8%pu<)s@ZcEfP0{O9^yO3kBdp;wu=ef|cw8*MT5_|n_5|D} zftO)15$d@_;AN3MhI&N$a*0BipCLX>ah{TNXgh;H;H_e5%Hd+^5y>TFGghz_t)#d~ zSU+*-FI4Ue$_!RB`S@ zOR^Yr0b@y)2f88I-d$ucMW_81>0?trkgHSlwiJB?d^S^0C`F%uB%h&Eom;GD@zhep zSrExS$i`nuKcZ+b@mbhTv172E#3)Lfl>x~FL{BL`ZC}{-XDqN!-C@TT-k%jiAskZv2 z6-)-3l`GAV&DQR5y~?7gTk0+d(%!YL&CmCGy`FWgw0GMdjW@JQbM3iWuQpxV*X65~ zHifCTtnS98(>?8z?MwA&sU(wplbY9w6n%;03^EM51swM)LH3)H{INlh{UV+2^dfx( zIX~%6FVg8wFVZKlUS{ZYM;Gafr{)Pex(oF`FVv4Gh4r#Ws9&Vh`bGMPWRFmfNT>CS z^oiu2BhqR8B7O1HN}>KC)W28YZ>#{J{?i5i7U^_7i1g)C31P-XI(@H5AD2kUTJ%f6 z!IHiWI!=*7JrfdRiawR3XOOYK(%uTC!4=b`N08&yI!%}UJym+*{$H>sWFB$8i;+kEo z->lPLb>e*uJ$>mQUOAJY2AxWk2I7^iFE%@y-RbNq9!`%%_j1KFxhk7QU+qDZSNOuw z8FVj8Z12@|Hl0pheWS{YKur*LF3mSPe-W$uGTC+ z-Yk?R?$5XKpMCqS+N%wWRSJMw0?1ay62GNLmwPnPCqS*ZDh<|vGB@97s`CmMTii2; z&p!L`7r3MVi3PB$Q$)xui%C^zK9PGS(Idib<;s;28{cIKDwS%A!h~K4m|Ma~I)#xL zUP;GMpk_!g1|oIrJvtjAH7iA3{vMqRkxIu_EIYC?MU{S;qE5V$qGsfzsNWjF~}VwIKtC!$YE+|L|`)3GFEz-PIP7!+=uwK-7O zXwVzsYACc=$_%;QxOX8vA4emRz5P`y3LO zD4P)9Xzw% z^Tjv*B1Ii_d;>9s3ByEAvqv|6iV((*uwM7&8(ydUFjwwKI@j3UD^mP9erR7mCnk z+5&^K^(W-L0C^UlM{&j$Ot+WH(PW>ONbZJ3Z%Xn$*5m@|5ztQ*M^y5~)IUMLkXKM# zGK{oOps&Ws_<`wqWGg_&{0nmWkYJ_Qiy3$zLkbz|e?*Y6i#V1RZM^!Ch)_m*7#S;4FeQM(vHUrHO-pHhZ2_ituKLxID^8 zKj4?1^Yl5q@BR0g!QD@z?(QaL&Xor{r-!6$h$cNONKk@8czx8^5~)}kli_)ukIGf-tducuP0)jf%r z5WS+|=2ib|)UriaHyIlIfr%<_y;|!7SO^YcuG+LwhSD%aS{?I0{q?6Gvh6 zYZ{%mYU(6lu{{CVR7~%%3;mVNoRpKnP2!RIKl)01zS+lS2=Gv$Ral(aI8pO{vvpVrUN}+*Wd-%$qgabS6@U<@qKZVLPk@|UxI`(}>ib_33V%d>XGE&qxQq+l0XQ;nVQt5h}fG-5- zSh#gC#$74weMyTJjD6`{$JUoxrO+44%cWz_skI8PiT_OQGFZDJ$KaHyCa*rgU0J=z zsdwaDl*lp#V1_>yvg`mWu{@t_>-ExaQ>|JC3(HJvuTJ%0^q+r2TQA36G=V#<;J^Qh zp_c9?rY0#-u@S9OT%{K6cIxxGijHZw(i&75P5+_N)Kc6v>Pyfc+ll>H8Sc*fV|ACn z^c-ZAr24fKGkk4|u1L|B00BV;I<>o8E6h4}Svu>h>8y)XI=>=yWHlWdkxJ)Rq)xmx zL#6XesdRq(B-A4&V5|u>Bg6spVR)Zt-6EaVEz)5-5=LI6)7mLLgG{7RY3*X^#Zxrg-$01#bM!7Zcw#U2HoI2(H|i6Kdx2sS#hHd(%m2>} z{5x-6apl|GkN^DIe%fi&o3w}flwE|I3|^E>_c{NBw^_7fvWxaBa^xPZuf^qV3zPsJ z$*~_GF;0!Y-sxyBF6jr9zw{G_-XqUd0(a0F@^}`7>_$X@Dy%BCwb0{UMBA^H%30X) zh5kXeWWPxGr1C?D@Qs(-&Au$XQMjQauDzsr$dg)dxV!N33rdwbhBPW_wetC*aOl+j zzEi`YBI%8m5)JNsYBePm8r zt<&c#6e{iyh3z7mO?zQshs9#I16sNesHiBTQ1}dp9g-^maJ29O)e~2;4OS-8= zj7{=y;dWf=J`-d6wbyrIU)KYz9X)3>^t3!hPY;humT*#b7j7%4>ImENObAL$P1>GkGZiXzML})H^CjWX&W?q9fdfMW zDx~)uy_iC=nFmJ~?kOxRh=f9?4R9wwR7$$}K5n7(H}IVM;b&{Wh*0R!89gI;jY*V0 zfF2cZ4bj_0X*`y`GMRhcK$ez8rMbmcYZNFUVS}yKx#C)YpHGsHzF;nW@3rcxs+yXr zs%oZv`V&`u+vM8rr8c`s0CN7N0OVYWBucBf#@iB>+iqhoB*vnKhDcFkV>tOQc;RYv zz>A=Mcm{BPJQV;~F&*iqhyPgbb~%^SI)i#sptpd+fwXYFb>l9FJ45<-N+cjFuCeW~1G1 zG&|oBu(l04K%%)SvG$BQeWlCda#>6c2Y77q0QU%Q!)-xf7xQR&+oAW~;vONR{EhfF zv59+_e?P-4ejC;D%*8jqm|>=&)L1){8@W%X+JUblBTJ5cML9O%oNx%sJrD107QPklA0ehS{rEqNSI-Pya!X=EZ@g}xzrLx5@%A;=&Y_=V zS^Q%-1UJTdx+*HWd&?@jJF6?ZaQBr7}@S&qdbB52oOeIkk{4mB0w9yOD5 ziJ5y5C{x^v)B=jxmWuaPs763=V}&N)0P3-cdz<(3tN*Q#f16ySrEI96VDeRZP8){Z z^h`u0veWo3F1>e_32a8FrZWE|_v&%e6-Qs7J*55GfwJ^20NwkrQ*B2K2uc3z zVE-_A4fE~f{p^AFVQ1L*)?3WjhaaMT`V5Wkkzt)D8HVLn=hQX3_N zI~k=An-Gs7;f+gAXw5Em5q}wT!lVv(GL2kTViWVKntbx%fyA?kM}P4y+JRFrha4vu z=R%4Bj#-=qLV_wppO>&oMPz^qwdg_?d0xZ}XY=__SKeA%*W6rJd+SPKT6s%dZF6&N z-7SgV+pNa8KhR_{=P_s4^NjUgXNBJFEV{v`8kh2p0l8}_2EsM zA8%_LO#HoNtEI;XjGj*510Bn3mm8RaMV_Y|v{fnFbo~lpXT;H+3`RiQnyc z8mV=%`CG`4e4wTIH>Xls&xt;F2=5)ldrt>n)(G#Nh6(uz&IAbFbhFYKGI?W%xrzLR z|Egw{&l~J(Ykzk8_GgfYBIxt2szuoPYe29yn(bEGU@Y8a^%s~7#(JXS|M6jPXIIx9 zBhj-zoQGJqx${0eJ34ZESNG1~heW07jmIC^6&t;vBpP+Qi*DEyJLQphybtSdEzYkO zz#?8m?apzJOmJwxp zn3rwydwTw~Tfg<`w)Q@&NgcM@i_|7#w(3s|o0X%8cplTY?=C8;$j;8TsCkFnn4_}b zs#j4#0gQ^c8Ofi(orlPJpQI1H6vJdO`Kc~V<2EEiMFeJMVPHrT-eRZxGaKo&QplXT z?5=oI57C=r*5Ghx<;~UA4aE`rK#9FfUl?wxt-E7G^UB!VJS)-&0_QkCZnG9?fe_Rc zinIa!)nqlcN}p}4s=jgQzsJdoDsy&jZgpkF!PWg|6uU|Rk8X@?ZCY{(Hp9f_FS~K& zKNjhSnhmp=QOR=jlw)^VEG^#XfW>H{ydU7lxCgOY)AK|UECyXA?4|ryDn@|-zqgT) z$v_^5LUuGBXQfBq<~zt?s9_i<8auNm!;R>Xc_}Xh)(8H~ij|qRgNf@Z#RDnTLYw3Z zQFWe)H1zrY4#c_k5YuvUI2>zlX?gCn-Osc%x3{+=^GB>nqmi2ox*Bi$uA>S zD2r9>vpXH*O;t-=PLIvu7>zd}uEx%N5b3Aexxqra&xR}d~Vna?c$WYNA* zC>#g{&mOU8YplmWw&aoKs(Nr^5OI3-1Kg z$Wo%RVmc_s4|_MNr{)-AY7fAr_}&L>B^z{g!Qhr|U09c)$yVX2gVrMFZ^GfL@Wjr7 z#f}VJK%HM>M#>L6e;QMN?m7IQD%S)GilrIzD-FRQP)d1BK~iA_&95svjm&Y8r}0kYinmw*wzzi-yA53HaEq8 zv%B6^oQtc&IoVF*S^fdAc*yTxQ@1R>sh}XD(`hQb;cZrMSC}K6oZE@cH@q zCv=srst@Y|4q*MtbJ*p7`ODe)pexdgk}Gwm!9W(#gm%T4rm1d)w3J=$lR~C@j(fh}-a;AjXj(ZZ}3@ zkY6C=N26!+Y2*zmzmif+NP;#k#RPr@%hE-W-pr)nW`<9FDjsi+H`m;~#Wn6mJ`$-Cbg|I6Ho7WyfNO~9FIS~bK64=4RPoLabMycWKLXIUpvzAl9GbLjrF2aNyr66ByqGdTWFh%@lsSx{$m!^jxUr{q zji#dz&u6TP|J+lJ+2KE}qjy1xVb49~<;5`%f7Dh$w0c8ZDKy19)YYNjwqEiTuRG_D zon4DGw6WSvbLTw2{@QPcwtatE!{(ymc9@!o5MOmW+5lZDnWsDbFkX?`NYaKGu#d^P z#mLU+RGe2Ypdb~Mg#Ou<0DrC48Dmzkxk3fp@kWQhM|{|2|pn3dlA(*q{0JzJ^t)f-(NrtPzgY$=g1y)qW7 zg#LQ*h+*QErlw)tMALGI!IbZE4#fx|hz+=_p|Ks=%J1H=G($B2HZ1dnYZL}U%b(!gU7y$?1>>k@m*; z0~?L*T$t`YJX*%AXBZ?lUR3R9v)TQxcGlJ&7(m|figEzro`QFeVIF=4A0V|D%>ojP zx$ryf%w%+>*oW>2X)A#{ga3rXnQw7b-Kf*$B5&}4qEKFUxM|Gka7l?NySJs~$y2xd zrlqC3v$gfv-CL0Hcz`_LG-h|$gGG^xRyaPeo^*W}NrjxQWlcg}oWcJ7_s``&+W&4} z{{k@iJ#@wTV6mYn`4IuhaYo?KS*Heo@(NMv!$JV{D!ChrCh24B10FUfaR?~lKycS9 zvJG;bxqR5`DAO73nH+ca*Ne_CEse!WOV3}VRC=qlz${R!E4)U;d|w>ycR}vJTa+Pt z-(&*#VPr=aE?O|>94!M<#a*jc-UVof_Y2&fMMWjUZVv)C7|Af&O_2#qbbgVY@YuG& z7lNAvWR?ZPGfc>x|5|(jdQn~)ypPKw?>di!oKDS5B6&&SB0WoJN zGQ!OUy@8n98fp(Nl__OOCfZL}v&q;Q#vIy$2dZO{wLYMAK<9f7#56q;M(cm z8^|)`f*;^N=9g2$CVzn7vfeJfNv(0jPj$vNcL zxVqBX)z#Ye!l{Q2HBA7Z8qntxO@{>YbW2^`?W0t_U9L1k=-l!yM#`1wDZ?&P0E zutjFBl*{0+WIDK)6L&;M3KsmVq-)TWc!x?;Sm@ZO`pk^JshfJYx1b9fPIuG1zr-bJeZIDxdC|XSDgMqIMkJk=}b{Q`M*& zz!R5lx;|P~B4qaJ+ZC}#RHmkaz(}c(*$dgo4~!SKm`oPrEN=I^s!aB97R&yXVPrTx zb{B_$XW@X&tpjUE#1(G9C}v?431u((7whGh2^U|lAr>skQT9e$biHA64CO?g@5d*> zCz_h(3~!lUVU&mQ zdjq?iaJt8_!cG!a*bPi0_Xlx>QS3VjM@Pd9r*iRcHF7>0O^a=h(sSZ!j`%=OaLi1Bkv3J1{zIWzH{zj&b`xEU3o@Rvml4s*- zK~l`4=jQ(^DWXTo=4}twBP~Wf@aKnyD*GX`gfwkK(tF-KT0k$0k561*UDd#JOujC} zK}2XA1nfv%=-D2;Nd-xf^hC^h7ePOdkU4S3IIiEo}mA?IhLp(>RjIlYgv*}DR{2EdHRlZEW% zjOE`0Gs5uwG)YJ#PDqaW)ILvFe{zSMrS`gfbQev&R1Z}oT>%C@=qGGfYs=#scfZiy z*3;M4_Vm`1pKNLABxWhr>{y*(`{nnN)4Xo?(%R@khto+u#Kow1%iP|cxA&8xbC2}) z&OJ+jvuRRb~87%o?8USxuv7oX*ufB+^oEx1QZBjqQ+=VE)svm7KsG>O9v_$I*&$^1wxeBmk2wYGJ|qSj_V|189f<~_bW z&*oU#{Mchn6Hc2=dJkse`Za^+#NdQToWRtP2a!k4=HLN#k~bG4brMEuO@e!Cpl?uVGfp!75dtox#fQUin^5-7Da;ZAq!1kIdUkt zqiU5}Fkb98Bp+P(9FF5@{`AtxB}iYl=zZk4M)VpZaq*9F@1lfS z*g-sWOH#XLR1^aIc~LRBXp^4EnDYpuyK?f&3w;bUr*FPTbi2#G zCRgyQm{#%~zlwgsk2LY5_=)aHn;}g`f5Hp%|3(klJlNKH@9;*X7VY(WEl504ZSV$g ztarln+94A&oSOLhs^|L>eJF?fwHWso@riozAp-D6+_;%~ zVkevUdE`9)M*i&!h37Bh*D)nb7Qd8Si!3phC1trjblhY!PjI!9btrk6knDXC8bl;Z(4PCmQq$)Y?!Ke9lWTyd zIDF*D%$}51}rPWjg0@Z-0V|uXqYXX59omPYR{uTGOwM_s;l3byi zXm7i3g?`0-?QIi6G=_ent^K|o`r;v)>MU`U4k=g`x9UrV{r-9_vzq>wdh&MgPjHWk zqc@L^TvC(U!A772U5g?7IUN%I3C6*W2wlcAyD%~|E;~;gzm!r*eMRZo95=y#rt|BZ zO`e)T;6d}Bx6#b6(G6vo4~|39EDmm=&T=xJzhnK?rO}d{Z2lmfQTUFz)5JE-(m zZ@3Wu%|8C$$bEhEIhYkO2a`A9iGK9r3p_Ec(M8iVx+Or%{N;PPO*0S9^ac+@=D~}} zU4f?sjc#I=iiPEYBq_(}I}PN}+C!BURaF(0ht{5(cozuH=5vF!5Yj4*wl;WfWpVN8 z-5p4}QA&RPCcoXN(I7ysNUNpMV$1NZU3l037oBcBVpU6*URYcdLE5nkmolHg37=IE ziRCI}GDU7IQouY+_8xsseC@7CIF@Lq<3s*sgYnEFzL^pBs@=ky5x^FwbDgf!NnPo& z3NFA4e$Mze+=0lu`s$iHHt=5&bxEtifW#1n))M|J=4G<}=yT=8MQ8L5>?Kd#mi(N3^TW`>t=&YARQ#pt>I_SvmcPO*@|=OU@DE znn&OvJ#TFM{NkdbqT=EU#z)RADvGis6FCFJZg&LvLWNJBFg`I`$+MWAJH`&x*0uJu zG(WU%+d8Uf0CV%sm6vX-SQQ8q7Y72XDz+huZJ-EgY@yFddciq!Qu8;X%?T%WS5le7 ztP08;Hz)D=x?5{%8rF~fgXH~Xk{A*d1_P3M5DEXUP$N=gaMk6-#b@*_ySk7cB&YEE znBQBV!&>+c%{m>f6p*Qxaj&iyl8uheac)V9xMWm)M3i%K*w{4X822Vm|BV0qfd_~| zQ$#}*#CwyBL96te#H+8qh36I*M@dyQdj5j)i9%>|l5ytY?YH7cV6)=>D@^A^vJSIZDsr5dH;ShF5fo2x&Sb6`e8<_r zDAPHkmR9!R{!|93C^^$1p0mX%#SEIkvK2ueMK^AxL8O1kZq zEX=Q*gOJy+`}#`u^cAhC##!S?uyVz{aj_lC1glF2pfxpCg3%kkm%%+(*(wtDJDNXueS>hOwTs+(_ z`ANhFm{n?9j#kG{s+HMhB_h!@T0T)$6xq{VJl_Re$84j*GaTyx@@FZ`8c!BCX;sSX z98G&U*KqX7Seu517^vGT=>NtqE-5K>!s4${+vIL{X-Ub&<5WVoqP6FthqSex*~itS zYB$|@d^^*^*{wYS%wo6TQ`FjlJc}y@~!ioC&Ko@or3Iy zA}3N6lV0FEmKTq)&@vw(yTfNU-bnt2)SK0Hb=5VuZ+PuB>|r!9EcUS1xU$2flz;i~ z(HF~#icatA-CGnXBPS*9!ae&Ui?vv-5xkL=h?2Myw$1q%C&~iT2mREX35VM06oGsmu%X+HGD{uBO^;sTK4*!g zKxHtfa@C~{U4hO7j#9t}$ziSLKo66^5{`qAX#e)oSS5DoOycEr{0F>-c+Z^o4}Nm1 z&9()eafu>F<1FMCT6a$WNBr;p`otse zy|;hmhl@hj9h#e!*-0Ma5%@j%dp3p^;MBF~d%8nj9@jMG+m{A`>UI&khgg+$tn$oe>TKiI3-ai z;NVBg5TPTWyN2n#&55XXdbBXTV!LqaO|}cTuhf=}Z-jLujv3kTXI7S-?Xj9)$<0F) zuQc;@4vwdZM(GEWpTEyvf8@w&PDX`C?tF$BB=_4Z40=oAex}!=H&od9UUGlW?nt;2 zP#p&n>zPX-Fy_gv3Uj%Qjqv|K4r~?LSc^8|bcM0Q?az}^@24#*r_v1L7*$ss+g{j; zXnUnHncrXg?lx&A%d#1-A>VbD(~|uvODt$@hV0dhU}0WIggl=h&+&J^%hvUAY#+H! z<<{teMk)$zF~A@b7wva;TwBY6=n9F)qo;C}ZC ztd`l%RLrL*>1+~Z5@HCbPd?dx;oyUwBsoA(DUzQNkcgv7+F1xyv8juJ*_U6?y~$&< zXJzJ=xRJ@CcFxZtkx~*W3~cS5tBV?pcDX#a$W>Xtskr0Be5AGwy8)uT*lw|!jgIl! zn)3$eJ)4%XJfi_AV8aemon`u}Av^l1+nv`R1q!dDh~7h`(RS@Sio$Wt?O7JBw#Ibo3%jElV{6zyURgQjFYPoL3?Do4;P$r`>)|oN-Jb*E-9<+70B)iA zrQb`I(rhcKk)n%0R4o5r3|4w=+SGUj4qjspYYXc%NUkB17rRYWt{83<1d9j`HEV0< zYKnCFyd1f*JWvvv>s@?~N2PW;FbM7{y$dX!H&{`5W)B@Q1pVg)b5%;cG1qHUdF9ii z#%#WqWn~tv%5Tgy=NMesvP}5vmp8{Zg~Ls{Ys7)mIOQshEK5JwU~lt>d+pXB@QVzt z1!YBjPER@Z&KEf@L#Ke=VJp$(sHBu}#j#@r-{ubN|6WP8V9}mo6TzGg?wF3snO5S! zSIGz*x>m%~ufbsZsR$8nhf?W0b0T(X+rT+h-RtaHs70dLXOwoKq8)-1F_@zFUqwRw69G7np#O9C|`HUk`Oj%AI$1rZCZ6BE!1 zM{$ZWBd#HuvS$6nf!HhdOFUs|g(Ih5Jm62vKyMvnS4h4WKNbzmFv}8nSzdu!BCUsRUJ8(^Wt99 z!o09DSM@CkheCVjC+s-x5J5U`MgL)5otUl`JxxU*$>_G_A`cLbWXQA%Wxh`C|j@TkB|v)o+i zdNw;-B^TwEFy=6sCDkh=kU(oZTJRwLK=t%6mlXs8Cv~>2_2hdIt-H3h>m(SJpNFUk zIvfQ#Iaz?t4A}Al3Z>$)+**D0T=Qrhb>+G~NUgkC3Yq(8w`$Isma5YglIy3Ah?ICbH|-30-^KTvS$qJ_Hy1-|FA za&x1>U`&~tg->O{P+4wn7CBE{b=+Qq4Y&SI4s$?VJsIbf0`y!4t1zsYactvS{6H@Fs3JUlg%;EHQ_^Eb zEQ<>(6>gj^P?+bQdF~lzdv31toQc@3wt=5lx2<<-^+uy}b!X+-{c|Be*1C-*{sVaq z4h`0hP*J-TcKA%0DKE#YvNQ*ayKUY`4gimqQ;+&l9r+_)%zXE1-IlT)50zOVOhN}n z>(1?Yb>Py5#pj1Tz5;L2*&`4p-oI3=2u9~x%@&)*vA80zxa2R3e^I9MD2yh%)xEaa zg(CweSv|FZTfzNS7=xtOG&u(8j?!7CzvJ83m`85A`F4KEPf8YpB`2MmQ>?))~Fr!^n?iZyQ^z4~O*M=Y+n zA>YDcBQKq6E`jsuGLQ704`mrS1x{Vmo>&oTKsIii`18$>h2#kyXQ^E1%nCU&VAY41 zt4sx&Koq;whZb|*oLFdGePYGfg~i1sIz0mM%|2XAC@C(!aE!UC@q}>AkXfxJj4~(J zk(;XrnrnZ|tFib|S#Gv6U#U=kRi!|h_*&b_F<(2CD_z*Fu9UumTa!B_XQgK9Kc-0p zGME;U!o-R4RGgz(QG-7*LEitIjG6meNhMP|Yj%8gC>V;YoGh!>;!|YiunhA#PVZS6 zIbO5Iiu-vAWp2pcb!J&vT}4sksz1{yaS)T;G!#gQ2&YzareIRVs6o$mEh^Q+@lb2Jx}x zEM<;dp=mBAtEzipd3h3pf5}pQ@6Z{+P|)K7Mx!O9cDV4LGls}%OE1B6T&yv=6)Kei z(X`Np&eSLrPK81v%m@Eb`V_z>jTyL8CWD-7qvMZwSy<|D3P`h$A7`N)-v$P6iuwWK z{xv_TQe_(C=tQ;><_>-mrUR(87NyFXt0 z*JNk?pW?m)KB_A1d(NFZGwGShWHP;FG9`7AOnM{9q$dPOXd#3UN(czjt1eg;S5!m< z>)N}5ii)B%ds)SX1@~1fh^vBS(Oq>VbLab?b8jXI;=Awn{eJs?5W?JNo_or3o^#G~ zp7WHr_}ElESd*&4bne8I)L5M7Vv`z}rcBh0Ig!Q&dMdYD(v5MVZcOnAdR0B5SO2eC zG9qXFxg&&N9!5111|oG`NEH>6X3|NJlWXrjBxW z9I+Q_pDanZNi7g zcRnQ?Z6>L&3LiES=VuQ;PFzjoSu*gzh8^S@VegKMb_mz+xL}8{jEs5U0`xKDYXZm=&zjf5fb{CJgRVfL>7LBgFhKOt!C097JEZK-_=n@4k|u-WAgHKh$Rzx7Z`^m3}kTCs|5GG*p7v?On;(U>p*KRgjxp7M~3yZRs0x~WymqPX~%>qC~0l;E?VaX_f z*&2EVD5FXV9b7i5T#I$rnWfybY*alKEB~Xnsv@1`6|@+Q^}=)Bs!CtvG4$!^$G1j3 z3j0RA%byzc_}{;a@q1gCtyIIlj)#p%0@M9jVS9rcm3kLciuiHK5nHR!jUSzY=#k`( zcollLyjZT%A~{>JoO^du!_0MWT#8@ZqwreUeR`g74;d@JzmK@eZqg$lj_T6 zy;QSZ{!ZVEwbxW2e)LG$ca>Ti%wokcS1g}tHR zY~j5|QjeYd8qCfsp+l5QmX6p1+>(^UBxV=Yybo!}#LWd+DmyPAJ41*6y84;AU~_Y@ z?wQp>0x|xzVyexGKenkAWE)pq9(rznU1h~Rv*z!ts;q~)>sNBv<8)39WKFQ!;VLGF z9%&}ug;h!}TKCnXZup;%5Ykz`n-PNBXn)0#7gDe{?ORB0-UtEkmU#tTZcDxnX-aW+ z$+x;D=JwxG1T()AEQ+$b+yEs_g4d`oO)c*61Uk{b{5;|7P!o-m z!gUH;S+EpDF9u$(V&y2jUg2a2wo7uveG+gf4I?l_T@fDTAHrxjG0)j;3ud~Q?GB4H zvXU2}e-edYrOzU=?7a0}0<|PmUK2{T9jdM_g|EaXn|3lwcy8uX`#haqUz5q~cyD$` z$J>jq{-~w71xdb9*EPa1{$l7FN7hAUZBeim#VW5j8m>aVgj%cZsGjFe^V;pkX8)4e zSLS4A5NHk#t=qw@*vM|D!!fJ6xXWerYY*5LRaakHzIIP#Mdh=!wo9NnfXf8UpMVJc z%=Vp;D*(YIfNKDR;kox)&Ak(7rtt~)T0>;6a4QV1?Sp6%7T=S~<{!NG-4s}*>C z?ZOOYcM%BC!^}?5GVc0+kf87|$rkp#Qy6*#3BwKCxX>fqPu$+n0WNszbPYF-mS9E+ ze?eQ$Qo_UckQFfP)(W@W&=A@Mt4}N0B&_DjI2qNU|1kI@*+ff#|0}-}ZNSY)4I>HT zBaA+26MiJ|m=y7(Ep)GZ2G;>Hz{`Vw`c&v4`sQT3c^~Tj?VBrvV=ya=!N0iB``qQ^ zVO$^FB+QXFpAulSO=S7PUASA@#qxfN!+_u79rrK`KyDYgAi{KzD81bGp&*I7o5X1y zNJFoIz8jH=G>PgwH#dHLZZ6zK5F0kul9YePN_j1JE+)X9)6Lv?0=8-Q`C84caUO4j z+2SO}i9g-9xVC0nTm5BYTs5}N0fLrI6i)Kg2NApVa%ze;)T~i#DIMl9Ruf6=77|A? ziq&c;Gu1^IE8AB2e7=g}lH2Bz&@_4T;2yGz&rWqs%uMe{ODk2skTkot=9=KVhihuu z2haj=hoY=DZLWpeQdG9P5B7JJAizyL?k20XmZ%&*bAzeaKQpiXHWa)II zVg>LIxvDHCA4~-TIsOaBHLuCY%mL+!T`TNQx_-m7ddrsB9_P zv~9Bs*VfjpDXP0(cqBSTrH#|TZxWhUWm0UC1&2Y+hfz^b3zVE+OZ+RIYiww5t*L!< zKzOF{k7b2@8AP36nO)Tvc~Rc#wD9IX9A$-u)oMzhmywQ~=U z;JEn~oz`r#_qPhW)7xG4Qj?|1=|L_xSup$+|1Q?;vB-Qhl48HFV;Q2GWKCQ=d`1^_ z62lZb%gwDc^djBf%^a6z&Q|O7c(FFaGrb^pa$0&_N>Xw{V!X%1DY)_(PL~^*I&*E+ zOLOv(`XD7O)itZU>e@*y8_Sz^2#b^oWlDUEF(JVa6Q7J_6^BBP0d~5vv4*>&RMwg_ z|H85@Rm<~Ax@;Dk(O~H)%o-@&o;N+i)9B#x(lb}p_ZCdDJKX$NsrJ-a<++P1dfKn5 zteoRY^O@km%%xp#LQs$l7|>AdpBc`dTRru51PU=#IIK9g!?TaPVlz%|Cs*M!21u#P2=bB!BtTDZJ~1y&YZq&hqY2?s?40?ZRim z_d7%DDC@)A&M$8pe1hx3yNC;b^@7Hmk~3MDYQ;uJ1w>m$8XUj?^v`#5SdmR7W=nqZ zNY4;zaaLj?CK#>!BNWGP4fUvE;6OLpON8g;u_`!@8ZxBJ z(czYi@etJBwt6*M9QHwq$SxM5Aq^YL%iN&S!0?;B~9jkWOY*WjG8uBz8NGiv` za16c~;rGH{BRA0Vu*+(f$$~6XtsW6lBK7}-z*}_Xh$y&p zsnM2H=bSO5u`c++1?TLo%+r@UolR-u7Qn55a2q*T|1|~*F6*jT=&xUts<-eYL90|K z2)NU~ZKIIEXUzpAjXPF;HOv56D=vK+s}BDZWbDbLH>P-l3dvH(K2T_Qz54*Y1vu1T2;xKrz1s$b)u)0N$5GCEX*8%qfKf5(FE>q<-8 z)ES8-Dzi3qG&XBVlw zavvPk}XUE&;p7(rHV|Oy@zh3x&Ukjdx#Xah$f(8DHd#o6UP1;>W8B3l?+J!rQSxIG< z$4Yw;dVyF>hG52$oh{R{me z0~U)Z!^t8QM?zPkjxDGo4}JUhb==J?+E+<+=n|2VlGz<18RBKk5aTYPAfpC8rYhx8 zDZ>UoOK1V_wTDmeE3hvY$Pny7@@LVD_f5mo1`bJ-+vpTbDFR2~M+*0YEm}UT#20VK zu-bEhvFGRbs}k}IHR(vUlGA3-sYr~A8T`=>|BvFbty5Yyl~rLa_u!PUzN_r=OmDT( zofj7sMgB>kTlG6Fi20?BPq0LN9%G1!j!)7UI}6vk`#tG{bH zNp8EWvg^upi}kcVF(EmaX|8Z|`@1~;R&xr>Okm9o$%E!ZrCJ(tmXKwIqil7>^~6QI zh-_>V?%C9`Bn?il4#)JeKnJ`VgfFKyHtz0O{%m8zxU!P`tGeZ6DH)u?9}=#8(&cu{ zt{e8GTyi^e$1J|Bf8HHs1;GSz{gcOOdzJ|+`PCTJ|NHjD3p+1sI0yN!QV}DoEYL~Y z^A&5)vS%9_##L41T{f8`=a9jPh+25{ZoAVt(45t3wm9I~*_^&uYR|3x3+^q;8-+8 zzi78hW6X-abdthY+~MfNkhF7>WrDo$(E3-94-hdWUs(@>hc6G+_Bp6uv7@i{kbGA| z6`xXGFy5?mYh#>Q;?y|{>@u`$4L^oLIVk@XjkuA9@6 z@_8`9E8@6JlkmOG!I1>Dy1=q7*yVorsw_PPQy^w@l}ZXpX_=Pw|jxhNuri*DI_($5WM&Mpef z3*^tv3k(GEX6L~p##foF(UREMC=_PX@UMr2sCXsZh76h8`n*%#5B+TR>y**FQi(29 zWf+QVo2{kB+!lR&A`IeGm^EWS+uJevotVX>y9S!qPrXxU} zmgAhXys6{bGDkoYmq;j!e235**wSG=rAmrRbf?5=!Deu>n_T6oHsuwLDKCF;(Hn2% zAYfSv!i7yJUADs>&}wyL{etn!($btJXZxmI~cMwM6F2*&*BT2%2Q(jVf&pF4HA7@l0rz9t;wZXhC++lkzlrV~{ z^sGy#*R04kc;jQ@z&tUOc}~$u1NKQtKxmivSVYFvHy7EUS#WYcx2;W2&pHN2zI+?p z_LGv|O{C%UTC2LP4l7q&VsFp&Ow0F8@cG7h+wW{Io$kaU9u*arVa)Y4*{s>|Fr>B9 z9^Z#plrLhW>oJEULnUeZf&D(4=X!AmDt5t~c4U9V&n~BaqFG_uy64Ul-c*pRF+FfnG@5L48^7Wj9d_%a!U0Xt z<7v>Q_}X3REop7uIVB})N{_}SB-B@&o1GO*)&*=?OM?Bk6&II%>cFt&`kPHQIH3^P zGt_$uYdx-v|4mJ+nW*5R%&jk(m0R#T`tD8}3hVLyRImIo6z{PB+-{ zwGIbj>+L*8ct=URISqO}?9UNR;wSPasGmyRt&& zr|D8B2F72Iot67>iZ;2xhD#W&j`k}Nv+*&E5hU~)(Yfm^tmlfb-iU>50sGs12pSf90`3BeG`mX~Bs&7AYv9A||ot;*oZz)V!c zM@1*c@t23j7xbjl=%abM+REeAHR+4$vgQ=$FR37}qQ^e;co#+zTi}rOJ8ixSzT!p2 zj34nER?%mthO|71>^qVg^7PPhsCJ^1u`Z*I57f-_g7i=_#KiWJC`GK-oW887etoVj zCjoTeGR(r?6H;JtNU#(~E2E7GQSn%#IjrVoLP6G8X9gS(Gs!8BTa#``>nf<&+WBSZ zn61PBhD>*JW5)Ov2Hlf#`kwB|oRV2EP+%$0rAf%-H5?( zCQ@Tc3@22PS8~g!NGzO6tG47cn=`%GQQUpy{v}n#iwgZcIT$;8iP0A{rg^b0D?pZ{ zXxi#J$gvQ0nManm5}wJC!zQce$A?EeHw102xr#{KO`d( zG&W0kc*d#XlcR7TMpK0oTbb+SgR3fLy4{6INeN`k7{|C=|I%tucg8cl{_ze+t{Ps+ zak0t-Rh%^uH@uU`4rmA;L~Cb5CcP6Fd_;_H~Q!x zw|(G1Q`2OQ^Ck=5>8%`bSZ&iQYUib;d6G1`V1}{OF?CDLnBcAz^&5&iHl$nau2jd2 zis~D6C8Z?~uAKVNE!BbJA_}S z+#0M~(pU6ElEe_YE1{Lxa3vW`T(zb7fxQd;6OUxvi{qDIf3&AM z=Qnq3F3PcY6r_&N+W2NeV@q30^ZS?2ytA^Rfm6o{rxFwdQIl(5FUihcQkqe`Bs;6b zX8A~Kj#enAwzRykFk|5hEv-|T4SdclzkgPalg986`QdB+K5#KyeST+!8YcG$e!%hs z{Sdi`i;GFfvgTbjrQ^CXt6#0wvdQ zw^(u!ytgiONjCTjC6@=1UD8*O1N=Gi6SSO~XL3y1b@ zO2glB18Z21qAU>D(ludwNl6_iZOT8;O*tu1ljnrRU!s~!8(azb-#q_XKN?e9Qhe{y zG+e1RyBe=;L@WbLJEQ}sOe0?$JH}dZlJ5s6wqb`Fp_am-h;Fr`1!&1Ea8mq`kK`vxRQNruN#}U9;A{ z*wE01AkY&F^C#FcvdQ&yOD!!fE4*=j29ExAyT#I)mEUG|IX|)@YE6!}(S&$5218xO z% zNoW>Rj>L1hya_anVfPaV%>r*w+_w}uwZ$6wCA*OcmAv%u_R#L1ljIAzuF%HWd-iN3 zQ__TuXh|lwS^kb?SDD@j zX-lnmaPU*C0S<)sh6<~>K&T_XPFR5yaxm)h!;KjpUuZq@FG?}$slVCqFhuN73cVy2ltY6~u z1-Pi~>$kzZq#!*rDdBj6rY>0fUyBvn)^F$69I2_RQzv|`Np!l?E^d|M_O=kMy9E>s zu=@dK#XXY$hMS5dWaO3nsPG!vkqeF_7>Y{~3`giDEs<3coY^9a`(VON+mHR$k)n4( zmyAD-loTf%%=WudUGwT{=cU48#O0b74E6)yNOPs)<2;CK?CW4ZKI|1=O2vQ3Ns($w zb|4mwa4892ED+w8l$MaFh3J)M9&5(&Ko47Sx3;j)otB9JM2o7%RxUzh-%NK}Z)n-r zD*8D$-ABRarc*E3^m8v8YtF}O)Oipk41F}o9|#WOYKlXawUfM0u@%}wsJ-ho;@%-; z9grmAVOu?nCcWPjDJ36uaUzmM-e22gHtXlz3Qx6Yt-G6U+ zMKyPdI08+{@b^kcNH=BWc4wrb$vo2}uTeaMJA4X0 zYqfZAt0L;`>`-fT1keee6~j5zlhjCKEbPHl-zN{)_>^%|cuda$NPN5^@DeY0j^ zBxrO?nk&Fb?ULq7GY1>W$Vm+A$Dw7GV8ev?QB=eyaa~W%XuqNu=J>(j?s>Hrl$Fm; zbEi*hYTP@2_Fm!hv6~7*$4fWQ7{HM;K$`q3UutUV@VVXnRb#e{UGq+BL-DE(rV2ve4ufGfK zNN&B!2kW=!XoS&(2ViuJCN@6CoRn9$MV`t z@NqSo+VY&mDe=1KXnlgA%0qKM837*~@Qg9U>!YKzaVe$35A^abE)lm3 zjKZUo4s8Bm;To|BiOU=LUl@(!<5B~-;Y9Q$uhon=SqV=Be7-sPV-}`+vkiJU66@V+ zoe|?QFs7)_?aq1}i&t8*8ScZe@$vCKllu{6wWB=!#PF#tw~goDP>P)N4LLYr`5HTJ@h{fWy-2iX3O*AK|mO2in>m z*-B)n-3ktX{^3j>z*!gK_{ix)cb;Nwv;P}IoOxAzPL3rL!-ZjXTe1qc$4RcoJEyQ= zerhU&FMCgwr!G!Q{6Zz)`5zd~J>pi^EqVxJn#>(x|v-XG^Aa*g`HNrBS~@o zmch3F%z%A7G-I1EW8Z~s>&TT4`vGE{{BNv$+$Evs$OXc?2jvU?17yC0ky+8&e|6~4 z7ylVLN-H0S2q!0z9an%<0a;hP7aApOF>OZy=M_(Tkr|=)c*O8#upFSr0Q^XMhbV$^ z&C4FCsH_UsRPSFmep5+9zgd$swz=iqOP5_$m|i!xy=F;PW@Tc<7JnYHCZ@&k3Z*U) z!BMKFAkZ1sg{gc@Td?lQg}UX)Xfi%KBXH;J%1fKdUm^ty=AWBudevks2?VxwRg`{e zhLeGQp`+58R%^~H6~mg9ElBs#6YNdlXx@#pA#7S{JahV&cMq;61~Tnu<-PyvQoQzS zA(ffk!jJr3;IUHzVdpObw_2xslVIfjetH`>CiErFllI`D!!#x3h_f{wf8$s)VgNKlt}oD&274wtJ`pHiCU>c|aDO7)d! zV&e`Wl!s0oXV)enT7oy8UPMGiK_#U2=$u*cFlgYo5Y#IOZX9nP@ynbq;uKw7d(txJnlMd_0? zX&SXrp;n|M>Iw}BYQ&_qC2O)MH++RGfB!_jK%Cd>^M)no;ltBeZh*NjG@9gcuRV(; z5S+d>KTxF6Aauv_oL(TbMvm8emW<+5z?wsg}d6Kg21&@ z%D)IaH5ojmpmu1@TmZKcaO78c zAobwBg(VcEY96}nK`v)G264@eFWg{MY;}|yvHQ8{VVchP!T@_FG)ja^f!{h8KI4A{ zH6L^ldJRKuEaiC6GjJgy1CRJDeeY7>RXzS`@o(g3au$%O@!L1K0tdd{&K;@#r4OI&tkYBi{@&Vz|h6bn*{&d3) zAKh?+(0u*%A4Wcf15S9@3brcxhtI5}e>itlQEhDz{dE$ay_v8hiSp_*Ggnu6GBZ8& zSK?c5W#?z-m<%?dW6a`*9$GAS^i)^(+#EX9V}O}Id6UL-svhLW&_A5F6Z1@c_hpy8 zxoH!*buI8k2X9~-He()!5>sU zhW4aJ+EW}DC7q8@kU)Os6O~(0C*1)=8o1%e$|nlP?hrmZ0+y?} z?f9qs&nHh_bkP+gLHI#xsUlOkQF@EgE#P*;gq`!VSB?muk(IaI^_k*5ymWFG4Xi=m z%H;nde_y#2+(NBHye_@MB_1tAJ;2B$uiWcvUwV-Ic|RhVmt|y>Cu!CDb6NW34Ov;a zipTfwSEQsTs*#E#F+C+P$!1SQX5L9uTlN7DvvS0zfug+zo*X#Fc$LV%e3bKyGjKTKsLwM0B)=JZD|XGfdMCl(;$jxpqotFWg@EvbP)aQ0Tem7z+m0UP zH=ka9^bolc4o}O_huiV?0=#WPWDDFsjE*u97N=LIn9a!l@W?qr9?^f7*Pzp=kpQf<;Pcn0?~M`BQJWA%D0fL~#srtEAU-k6 zoH{XQ;yRz#6Y3$*pyk>O88{-5R|ubws1CSI840*CrhCFfx?&!!WnBs7_)9m(%xfMNjlbINzCIo|f7B6_JzJ5HC{Ty62>#_Q} zNn{HQ>GV2SzMND4X!U%LC&O+v)@Sx3o?=l;ux|gdN0#mn23wHB@Mes}&7kFC&@z$g z7KbP~M82W0Rzvi=nY=!LXyX$nHa0!8NT?zyJIkiSItsQgQwsL9*493;@V;~Q1Z&5B zf^*{B^82xBqWD@EnNAV16l|*HAB8^TE*uMY~h2G?rGWqNEPY4HO@;Y#5fVR^>TbPi~rI~}N2s9*=jJR?D8~i?f zrwNH4lDG`BxhAz1iSg{dROi&Zya_g|laK^bT{UL!`RDAbZ|G=2qRKVXZmFs6-9}El zzAriv`FAos?*8(ZEBoDPz9ig1gL(;)P7grd=r%sJLi4dCeH!Zgb5vYW(x!Usb`v$u2sH|+_ zH-|FHsHLsVZfedw_jX)VR+g9DzmR*MmVYDKb2rMzjD-yy!4E7q@t4adKGG^Qllz6c zh5wq%F1+>&b=*ZrKYQID$+zfG6@8!1+Ie^%iyuY`ql(yPU&>!PD&K{1$ME#ILjSOk;hl+qrs2>)ej8EVeP*w{&TBjWG z*FjU^G2t7MOh`LAR?qFji+e*2;Q0YiYBqSr$Y!L(?4tH%Zct?LWd@bl3+F(Tvdv`$|vZchJA8|RO$t3SAO#lc`*OG{nd z(<@xH_BZc;)LX5$z#a@XwNpweyO2N8VzuHVG}VS1pX1Ljd{S)QlMC^&HrN`aI=K1{ zIAa!`PoiI_KzlPYy~v+RKe{tB+#VW{aU1Br9P}5XvuiP~qn2O{HFAE4$}n+ma`QhS znZiHwU@7OQtE$>LPe9_DSCDtWY$Yaxu_23GC(Mr}@28acyz}d)UYwPc1s=NY6H=%_ zU{Rm93{DLg_lq%#(?O>;@Z-pV64`y2<3&XqI~M)^ddsw}^jwpYB1e)hQ(GW!G8S7f zGX%w%CBT9PG8q@j<*Bo;$jbC( zXJ&2an6lF6D>f$}pJNVsIT6&o5!9ugl~h9ka`HEx-b=0~M)^aCzuO^y2v|3R7C~S! z8_-coSKtq6lBrC{2kHDw(Kq_@TMfx6!pV9%0P}XhD-4q)8bCw}w;G!K+|QwCY#Bue z$6IuBKb^m@MCA9Ojwo^d(>+_o%@w{CJ|vGI6Z2!jhr)??QX_9W4Q?2Gl+Af3-r0h8 zlCZY~==KgHAQrBJMG*O3m>C`2FB}pEo1?S061Lm5>B_`a8mNWWI0(sr~pkX%sHN=cnZfWJBm+=y7t1u#Rix zYH91S2=fo&eaKpUaOYvIKmlLiIRA+7_F!V-X}AaNAlGp}3CUI~`6i^LZ{2{mTJaXv zmbru}h;Xv!WL(YQLe3vLAb<3z+Bls{ozfnuQMcO@+M?+cbH z`BxCUv}Ng3@X}DhYs0v4>mhgvi)Lxeh)rqqdU465%7E#%)nHU-nH9TIym0-2lfn>FndXBw{hWEw2l!=`irXxZar#vR@B)>~bIgU1>f{Px4 z#eRuh=DB^4r6FjSL89L0&(8WodppM4pS!|mwZqk;)Y&o(A07E7W4X5psd?yVC*g9? zn^G{@PK9s#WKx&v&eO%m>y|V+#1D(;82l>SBv;G+!o~or0L@S*+{9&v-obaZ&{EXO z{z+*t7YoGDHaBdOF0U0%fT^-A#sXbJ8f?*NeA<5spJ(Ej58>id$vm9O@^oLHia8=$ z_Ks3+)75Hd?H4N{d)^wrVuJ+cRXYX*6G?e1yWXHTQj5lHvKCegn=Q1or*`z*uAV4*Q}&V}>@5xPsBE&b-OtnkMC}8aHlpVL_G8<6AtQ z|2TJ`tY}@sqI+Q3MYKkJGLoBlHEK)TeI2j{x7c+_+JN0xO}LLtPQO2Ab5HerZ$^7jwJJThCxy)cnJFtL3jtpVc!e?saB72~gp8R9=oH*QE@aqP%Ne$f zVJ{UX^NkEURmA=Z*kLUGe5X=}GSVrwY*A=?ID}HVghY7YyZ|^%X;8|5?1-=j@O6Ms z;@bg-O$CEr$KYnc!#|?f1vt2l!FLF60Drw;KsRz}gNGWul;DP6)3pzS!_0K0>h4XgD(ga>{fKD65omCh~r{&AGf zPOFM903F9#I4wLCdEtiO$0WFtbT6|EL6vb4==5cd2-F)Xqer$@<{W}6eu!ZAeKL%V z@sw(u1rBq3#TyYzEU&7iAduUL6TDXz5TZGeg zQ#jh)N88Pytlc7XdLM0xh)dfiLi^sJPU;4(gh;%x}p`z^I6ND-zo zU5bm@h(RnXcAj}z4@C^swu+lvfKWkT=cflwF1sX|(G*(%BO3T)O+Mj0wHU3N927@MI=C-B7?+5-)Q8RdvG7ppLXgR{c22$XU@#a5DD zlmiU}Xht;Rc!u>YgM=GJlKN(j`4z4 z0_BMC0oegIUgFvoFTs^$&QFvR#1-sWK&uY(r0%E9iRE%gX33rmN95^b_YX2}=3qLe@`)t@K2&=R8VRBX*`{GkB&*Eo6kG zbC|&yr;70DfYUlJ7V_yC9Hme=_MO7P2sWMDB6N;GaoI_h&24e#p7SH^Ia^(o)xZ^3 z(H`6-l?}laZ%A-ZgtrYrmDUKfS9M+lIww-bEXd<;OYle8J|dPq8?ir1!Phqn_psA) zDb@n#Sx?LQ{Cp|gaO7+>SIu6!Id<=*ImWLO8qwi*)uL=@cnr7_B=?> zN}QYM^EJRn>>oU9*fVNn(yx+A%lMvh0Zu>o-o&0E&+{*{XCr%N?NRwLI%p55)E7QX zdWPO(aJv#}y-?`m+ZgWUBJ>!= z73sVtLgzK_{|qS0Kd(FlD0&2rT6^GmK9%`S1GlG)ZK;n5PJfLRN z@5wprxe55lZiMgi*fSlCJJ@r8J+rzMA4KZzJE0t^TX8&6ci%fnLv_*C)4I?iv8Q4? zFOJ}@c^W(@W?ffa0w}ne;=V)o3dS2Mtd+QR6KOa|CISxr;>%Sjzy^1Kw%xK-WIWcF zE@Vr<$%w_ajhwBafIN!}F;h!=BQd#|npE%nt-T-9Oj70KYNojzGvDpW;Dm1`HFmte zcrkJ|j}2B--Z!UVv6n{Ei-rF*w7cDQn;jLjYsDV!lKn_wRPmpx~rnR771dn zot{0xO*<4j6p!0nU-YavEYXSdvbDE70t&ffm@Xws%i&5VgRVK>4M=Uq|KG_7kv(4R+ zbN|e_yB6iZ6&dwh!0I`3F0<3Q;ze*XPUk59%(-2I_rGKBU&OvYb8asO-CEgfL67nN z5{?Bp*oi$3~S#t!T^#$-Zf1SDyhgo1N6D?9lD=w0VVPk z?}8GKGidk91VGnewV@gbCDlma`3SI@6`$idjXl4N=V^*}@D>zjw5(+8FS1XdBU{R_ z+zborBytweviFK*x6-m%I~6C;4z!cfKE4Ui^6)7hA+z8G(k-k8TqWx!;C6g-4E^d+ ze2P-Q^T3}o_ebb+4$F_jyU&0Yp#{KV9H_FRRO}vXCM+XefVZLzYZONThfL1k*U9vN zTM+5;5I9KOo0Vi4q3hOi;m?e3Jand@u4ML?`7e=mC7-Ie=flbWfK5z7vwbG zHsE(tICpONXm}pr%Y=BE{}S*gBk-kwj}wyk)tH5njtuz6!m9vZ33vs#L)4McazwZj z^^V+eeL^q)1Z(e~So@#F_ah_#F{?ORrS4+w><#~utx~DLyNk`vJ%EElzNNGCjJL(L zOjUzcKt2K0dNDQ{zfTI+l_n)*bzQuw2(3i z;Q2H5%)VDaM?}BJX!nJ`Vsnk*DSieVc$8*`-6)Oahh|jRC1F3rsKD|I(z?kjBKEtq zZnj%0zXnv?EoaEAgr4ohmFgz6R9vZM#C$V^O=TMiyHA$H#zVx0ge773$*6=S?!>hb z?Afx1MqvL#!lq}^KQsKB!Fj!`^arGtKg00P2fU9-YR`!+H&Yt70D1xCYVweTy`ORQ zY{1WF(%wrVwt=?ACbTM$&m46cDK@v56D92~tgvCsQG!1qb;LwMu zqVP+UrqYN(M=N13x}DLK^?PW=_KGX^nf;Ee+#Z6Jdql6d3AeEG=Fplum;Xpc`?o~c z&SX1r&81X&hjE9vMju2Ql$0yUD*iJztHm|?62Ki2{7HH`mUi>*2!4<3S~7{25B?ZX z(msm#J&-u8BEG_{qV!|sgZqAs;14SAknq8MZv#90A-Hcq^_K{CYxoNSop|_BRyyTA zTDp>J-A^e++y0d5%LsN$_%tby+H#eW&R`L{<#0&C9*CkX6kF1ad5|w*4=AzbOW4h? zoTk{6j;d-2n{w9{GLg}F1U=!xC%)w&)B7##Tal{IqGhovI!9yBUP{$HY>qOCP`MCm z0F?+S{MYc8sO?$QM)&+7{JH$YY}AebP9;hYl_**H-!u4l;c|A$AKEqM^3R3oDS4i7 z2|NFay9OQQ1K}S47k3%#VA3wLihqerq4@N?%+?IL%h2|`#<&9biWn94Vo8>33x7hE zi};E}wq{U#jM{O!W;}z@IggD4+rzll@T+7p;4iY$>8Od=t#8s%qiwk*3Yu1_>=w+O z4yi47vNc1*Zux@F9oF(FIvd2Yn{k#JFJaGNYlev3{2^U47+q8|By2irE66fNw-NMV zYX*G_qqbIDF+?i$pk<$`ymcJjZdOh&c;z1c&k_8&{8Nlq)(e|)w@G;p_dkqA`@;W1`PZVHR<_UO zN^oe20bdX5w5uQ&OZcn!H^>-@59+ikmjW*0ui{@1Qwd-rcxVqhYkVV7b0a%ztU?Bm zUd1bD52Qp&&E-@>B4VRgG7)=P_#7sSh}h7xGi*xDF19<0_;iMe_^bFMY=$v>+8POe z760Oh*360E_sFhbyP$|4AHnZIwhI+)k8rtSkK&66{#^b|MzvMKc116LV+4OLKaEkx zDePlXJ+z4u)n1i(QBDC)BlNr}$~%~miZ8-f0`9~L@d{fZMEq6!Vb*>oA2DiDX^L{g z7p(mvK5f5<-y{1IYrlw(_A_~k-f7;*+TSM}b(A9mTaFe2e$tZgzcoFN}dBRQn&x}`~rKI@eO9o#{;S3+L&bBk_)n~SQRX_A{Egvv0ggbR=v_c6A36}U^JcWu zNb$)7BAi3J06!maD=VMMf3#omL->fzJp!M4If?i**E-6P@aah(@Xe^VoZ&;mL(2(^ zXOAs_=QDh&2cU51T(Hvpf_keMK0AG&UQr{E3V0F2r>76v9uLERPf*h+qo99`2uDa__&o>P1^%*LAGAVm@dFMs=K98@gg}}VL}FckP}%d-vec;oRes;4U^I`#2ZI4hK!cuA#bJXRF&4G0hb9lrHX1 zCxpN4+C>ho|4T!COG|yjU)JAsS8X3$_YvQ)ul6p!cK6=ByH6jitE}8H(0^ZfdCg8? znagJH@aIi+IzhDmU-gnOIGyr>44i~qt;}ki(OSd(`Jdc1gB|zW1H+)}c9RQ_hyJ`9 z5uvWbOrkUbpGfbpTVd&)KYh+!IoPv*KMb>9-hK3#P_r8j2@nfN7+MJaFzQK0J+Ohq z4}6_Qqz32wqwJB69u>YkcyOdm5~M}_w$9szH>{4!}-Db#SQ$@9XKGda)h?b~;Q`xXn`3P(hr35k^IGogFx z<+{SB@cmkRZ;R*&A(4InNeSOhVc(vIZ>@B0P-{m9pB#BhoU3f@0KN#{0Q_c#&vaCP zU&Qd20$$4I(tfF&Wen~G+|TCTy%KzY!Bc6y44<91#PXq^WGgA?tYPCx$xQ#jUlXx| zi{&rPC+8r$-7!u$CLAL3*Sx_Km~uvQvAelbp+4@`P~vV?XpsD(MM;w8hL$uJUS+Ub zb$P|Is9oG!TghtSV}$WTKH4vZqh!@ZFOwA2Zuy46(=|16#o&dzg{ky#OsEYNy>l6E z5e!k$AQXik`Qeqw_V9!d3JXt?-UX|LO{5J`-(yLWa4C1yZm8LQ;$lMEcZZg6Nulq! zt59AS%EPTjq&)dhdDOO5{>B_wNx%2q3E@4GvHE=Bd6NC}zepCWUEkhK9v2=W9YX7F paK$X)7Vt71fj@j-2Fn=l5UX%H$mB9 zI8~jlg{^na_~<=^L>Cbf_jPym_U%7?T7r;T59fvMp4RR*$>0E#{VSZ($MERD8PO1+ zLwIx)1wxAGSLjU?j&>k1cjxg(xl+)Grjd66{=>tk+yRo4zbV5*f;tqT=r6^y=LBZ| zgnYetAQ!(6PUSA%|5M)m!>2~xm7MfyLIiokDg1HJz4*IO{x=?x#q-+wI3n8nTpidK zo(CZj{6ZEE=6*Rmh~NOc0}`%BM52e`S`2MJD7HYUSRtivp}7o=H|xXG2py$hSWp;d6jpB(kvHMA2yjXosRq=rl)wWN+rCiP?rnM$US>7;?o zAT!A<(oJTQIi!)eNE2x$Eu@vqCG-AIb=Hy|GC+=z4P+BpPi`m2$!4;JY$SJ(lVmG7 zLGC1L$Pl@k+()*N?c^RZNbVx{lC|U%xt}~h9wa--Lu41(O&%dT$Qkl5IZe)zbL2dE zj66ynCr^+I?2Q;{p2>XmpntBA_vH`&|lEEs1yAS{R6E)|Ab>L`WgKTtwYzb z1Z}`xI1KH^avX(@VPcj9DhMQ5=cJJ3@&6PKZ9a0Q--UdJ`K23^K=xE{TOr{d}8 z3Ry{3qW8&avKoB=bj9LZVRT>-C+}xz3A@H9oEq6RL4GuzT~m}!{>rXJD4x8`uEi*d zJjkvkD2@!WYbmNA1?<`z`4Kz2_C=v2j$Qj9Egojq{%9sX#;yadAk$V_JW{xH&6TW|o(2%#)L5OJl1xH07^HH@cR}5DkfE_W74ppe z@AW+?@GR|_|G$AVPOm4F@!bCnjIow_LKw@tx&Bn()fj&`9`&Jal!?;dSj-=(z>97; zn}K(&(7Rp0(RuJx;7=>?t{3uqA*T{}REUaU6xP9S3Nk}!BhUS2C?S+YfPF7AQ)^MOCjz$>md`yp+EJdQ#Y(!;eNS-niQ<^gxP68$g^$ND4<`e?kT=E8L+ zl;I?cgFZH17xMXCC=v85XJT*`39l*mR3y!Y^l7jrC15l7L){FR8yZj}x)rU&tMD#- z9G}78<58j@4w(5bz#RDs`3w0c#gtNS8b~#C3mv4p=y7_6K2BeuuhX~bd!htUny6S* zEou^Vi581Ch+Y?65nUDiB*x+(u`CA1QwdYI1(2a7ZMj17Zn#1XNW6{Ym946_`}aHxJO4v zz@9-szY6*w6Zkm;k~GLH`M$|9%hpXYlj~-$Z{4qknjG6wibffF(To9Gp+WHFATE48|DPiKuBbbL3yp z|H!=;&QveE0gA=U#kq)TAo$YWPiqIFj z&%Z+G^Gk4E{OrR|6S%tE-zT#^$^XRp>6f3BUVZlJ`H#i5Yf zpX7XELg=HuPxPN8d=mLl)<~SeP}tF17oZaZ3by-LhI2QG=OHI+t4j& z3+Vd8XfAF*OVBpZEJsK$nhAP*GK`&iv>hG9F0>03;`wM3=>v;tHrk6;f?O8h8F&FY zgj(=i7-vPe1C@a8FNJyk4zSLSfqixy-HFQ3{pcJzjUGmipo{1k^c;E~J&xW6EA29R z7c8{*&?>N@zC~Z5YryHBK?m1>buxlRu>@QI5h}+%I262&U>t(gI2y-dm?Ll+wqheT zgOz4Mt8qFm!$r6Rm*P4!5!a&=n4sH{8=b@y-HW}@DeO!7$t~zU?2R74e&|8$kIsYj zcLoQ7y(dGDVL5sT2cai%Bzgizki}#Px`3n5)8H9Cg%#)}9FJbaap+kbgDznWdI2xQ zowy6Vj1$l+Sc|IBAFvL+h7-}NSdab)meuRnfZo8#=q;Rz-oz8pRf)66_=yCuo&F~Hrj_c1JA@Q zcn)sFO?V!jg`4pbyp+6yZzb=N_sA8z3@;}ik&nqIcm=siKE*4^XXJCdihO}rlP~ca z@)h|SuO-*;I=r5IL%t<{C4VD-C*P6p$v^Nm@=x+3-cEkNJMd1>QoHdUych2yKjHoO z08Jvl;=^PZA0Z>eO-8|dJBn||$0(r&O7U?j!go+HmEaRpicjJ@@m=v8bpI>2z~^g#pm#OD#MTB$MEAc6hDEV#24^WGz>pY!>JrULnH9BG?FIM zDEul_;Mb^n6a9>SPQqw2{erg8 zR`e6DML*zb^dp{x{*9-AmTjkB5);@z3sEOA!~EHe7D2pWCu$`Y)J&fycH%@UM4%r* z<9-VBW(&;8WoQy;3Kfj%Jjj`bbYPp$g}hlXy6a&4wt=U$cl00V9V7#7;)MD27QpaF zu>0~sb7;VFo;mshTsM#Y0#B}h?zxDD(1W0LB%`0B9JC6?Rv^sJ3eYb7pc7WZi24{; z;{`B+tI$Ev9P>vX2KedV3FuKKK&b>g{PsrkQ^-BLUavZ0`D>kY>UFtD=@acM#|Ao|I6_( za8fu@M=t|MZ$6x;400R!Bbw)QKJd%)5I8>#xIYb9fd9fV7y3as=5XogrO``}mhwj( z^bL1B&-YLp^wRjz&R_2Z&CMO}utNqs@f1ya|iVA_)!7ZDg05*_xMcc z_3;C9{SW@%OcVy^Seu%`J`|2wd^!bstr=wF3h;b6J1(L#ASYwTjvH4)AUXUo`nhm` z48cJ(_$$z_-{UrXp3DV3O@qtt$dscKztT(Y#SNIs$WO4fMSo`u*DIt7rr29Q_Vv&^q)n z%#c%IUbKV6JO?A=4%9RH1hn=EfM6SaZ1fC_AKU03z>3H~pQB(n?t>AL37(Pf=vyFL z4pcsR_vi_bF$c1bzKxWSI$*wRLfJ59g@GU34dv4TyLj{?NSBUYgxoy1N=F75#la|b z^zqTJAnqm_{dUwn`o-v%s0d_a4*Wg@)M`--NJJz2I$-Q3!;F3>%+yBQ3z4tW?xpUh z&?Fd7oHR~=IVd06aVNAyf(TIT1(Glkpez8&PxAJ6HJT2ydKt{?RUijSh+O^xZPCLx zIE@Bi7X5Mb478QPs9X#7#0xNz^EplO-~LAb38UVP<6&M}1pK`Kp8W>&B8=&F^eEts z8$AeP+zeL7anMBHLvQurMwml8@gGU$=u1#yI{28=p**Ld=7T(!0MAmP{34)F!;jnz zU|H-O{X5ti_4q^3_f}#h#h{~WKpJKN^k$&zHK>0p@FxYhS_g9XJm{w90q4chKac(y z9Upzk^8kEf$9%xa9UQ)~V*|8+J02G5u(BMLV+Yd!tS(nypt}iZZvt4{AwbhW8@N^o z$8iQ(fWH%31a0CD(9x5C$41l*JwZV>Ih|bwqgVyGxi>WR^XMHI!}&1I=Yb^IL60p3 z9oh{2{2-j%T{E0^sL5$`Zj9yue{!LJIe4XzZv$8=kR%)6YXJ_`06Z=-;^4LVQqbcP zxGM(^awA^@vivz-jWCHoy3rp1iVGx^gTmEV50rDVnF>E_I3Nk`xW^0`3?C8`^Wot`d5^3MgJ1x8>5Y}#!QV_5_2l%`IxU`dt$f5-Vysk>}Rn*sYI$!RlMr5`VZ>& z)!)VW#F^qg()4PMYW@}<9A6Rtbi#h^YVC3DqdG5Ls7|Fz)}`x;bTzsIx|6yyx(m9O zb?@jt(S57?MNjoL`kDGReV=}{eo%ive^P%&|9N6^;?l%{#GQ#p5?@RFQ{v}|-zN?y zc_oD=sgjbD`jS>B4JI8(I+=7P=|a-WNna)XGilV|Ymgf>hBQN#q0~@k_|))s!}a9N z$$OKJCqIz!v_GePk@kJsuSTg+ zX54JtYdmJW-+12mobff|72~HSi|L%{S<|bg_smgdt=VkOF_)Vso9CG4n=hL`Hh*jW z#X>EC7KKG;nP{1AX|Z%$mRmMic3X~G?zNn?rdTtqMb;;+m#lAF|6={x`Xfw)zP50i z+BVnLV_RX{WZP{!YP;9=vz^%e?cMfe_Ko)4_M`TD?Pu-J+F!F@v43j+yZzq|kwfN) zbEG>KI|dw&IR5Cko?eKWF&C5t%VL!oZ^cmp(V#kekg4$eYGs8tg5WN?C!G9%7e;xl;2l= zwL(^rRxzhyX~n^cD-$9o)J=G9sijlHI~=6uaRCRI;*r#8Iy*4hv2((6{%Jzw{i$@P<8uMev~JSA*O=9D>8 zc1(G8YS7eKQy-h=J?)O^MblquNNAYUuy%%F#+x%|&U|^+Q?n1viJNn8qo{FW8R(nU>+x)$wNbg@U@^ImUB?`wUDeOLOwxaHNwOBatW30q=aGI6P6 z>8(qTEwC2Rwk@0T3Nrc zXXVzFKdzd*YVT^z>h#r}s|Qv;u==&tU$4PyTGkv~bI+RVYZYtPuHCuzv9vpa?yzZWLkF0xU-K*=atov-;ck8aN7q1UqAH6)%w`U&f&tZ!PsaQ)Kt z1M7FJKeYa?^$)GTu>Pg>m)C#1{+snb58wg+frx?lfwY0lfs%pRfms7>1HA()2VNey zJn+%LwSgZ8MmP9u2-`4gL)(Vl4J$Wn*|2xR@eQXoJi1|YqtC|hjd2@OH)d`u*;u=A z_Qv@e`!}xMxOLZ1cL!TQ~3C zd}#CCn;+Ty^yXJKzq9${&EIVPVe|DZWQ)(1kS)<$^jj=ja<`Okso&z-^2wI3xBR$e zc&lh@&{pNv_^ruXty{CVmTj%sI&Ev?*0!zPTbFEIy>-*p9a|49#f7hPEBpc5>V4ZBK5ywC(L}f7y0z+fUo^cE9Zr+cn$M zwr6cG++MwX#`byJd$+IJzIFTl?RRW{aQoxiU)=uY_7Aszwf&bJ(jBrLF*}lW*mgK~ zRPLCzqj^W~jW;td_}5O+&cL0Do!XuDoy9vR?VPo< zeP{p9H9LoP-nR43oe%B2u=C}emv?@=^P8PN@4~x+cd2$I?@HfQw5xj8j9v3~_3m1= zYwNE4yH4ynz3a(cFYUU#>!V%Y?D}ap-tE6Ta(BXR)9#$z<-6;5yLK$1$?mfGY z?LM{pvE3JUzq$Lv-CytiaSz(#w^)_BChuw7)3K*-&l7vxdkgk9?p?X} z?!9mAy}I}Ny~F#w_J!_K?MvR5zHi#TW&7^f_sYJv_I(W2IU4;L&iPY3O0isEQWOOO)|me$ObQ}2yBTG-r_6g zV^Wo1flUN!qXz80TCfc#gY7m2EQ)Dh(>8!tG!yI`8F<)X;Pc2~wJ;KVVFh>w|3E*$ z3hNQ@WPU_HK^$)fL;%l#)%Ojozy2NKahowkQm_OEz$3d0qE;e^O+5uZ*9q`!?|^7P zFp37B<$mxXHiG{c#K#MLz=k{z-oZt57Gj7mLPSuCU%abBDSCs=xB+c~=!FYn zcwXowu*V<3-q;5yI9i-P#a>*zXoEDBgnj>a)uq!J>QaaaTKym*{|wO~8G330-=z$U+p^*9mYggYTl zcpBE7Q*bIy1B>rh@YGD$3{gT0L`U1udl2WeaVydg1$XR$co&%BLrMMARA(o?Cu?u2|&9G+P zf>z*GJQw1LZRiV#KDOie5D#7nap2VuPgy0zNO3n_gnMu=cys;u7KlnNh6pRf9?@6$ zR`4Q+Aj;0I)qj9K1W)xZ;9XzE%g{#<6K2k-{G z5pTkq@fL`0ZpDLm2;x86x%eZxeLMom#UJr)_#i%n52Hi)h!A;%RiHcY2_e>q@5cAw zd+~kvetZf)fFFeQl{5Gu{P0+uQHU~*#TfC^5Mz24KZl>kFW`&#MSKar1a|c+_z(D1 z{F)G76e5fGGJXfYi{Han@SpIX@%#7#@JIiGKY}P1i#FoV@fY|@h+lk-uiNeu|!4GB#vlEJV_v0q9b~UkR=fVNhT>Im820P_y}fV0ngb6u|Wq( zCmAG@WRYx=Lvl$T$tO-yKnh6_DJCVPl$4QjQUU7>2VpJYPFN>6j2XB!B_+S z%sSXEW=o&3N>*vU`iXYvdA7x_22PJSiBWASuYy(E-U5f??L zQiz`46gd~-=2S*QX&4tDrx6evkD`jPs5r#K)ie%PKI3Tu)lwbR(?psCvH4_(lc&-& zE-KDPy}7717t!V;)-;P|(;S*h^JqSG(gIotaq8mnNHv{6D`^#-NULcL_?fk|j!vfa zbPAnHr_t%OfzF^a=`1>%i)8ar>}D={P3O{iw2ijY`E&v8pbKdy?V{au5$&P9w2$`F zTj*lCgf6AG(q(ixT|rmURdh97L)X%EbUhuQ8|X&5iEf5f+^w(-)A-ADJ+1N1g}kRGCk=@ELA-cFCfYVRHN1U*Ubq<7J~={@vbdLO-?o}v%X2kB{8 z34Vw^Odp|V={b6yK1v^hmEkAolk@_8iayP)1#t0yKHd*;elEt(NAI~PJ-1%K#rWTX zRpiUC)&T1W+?oNuzQ9HKA;Ql^{rNQlh~h&8|4aH6{hD5*-}o(nU2d(N9j?xn_GWQ! zbK7EFTK38*d zYiFOdSb$24JLgG@1<1ao<6!(so4Xb+bP0t;WlgRg-?H(il5&BxazRT~h(r{j1yhfdxJN z3p-r>ebQ=y3g7D94p(oR0HT&90;F0`NOk-p-@0)kMU$a@lF58oNxgumo<~%F6QX+7 z+%L&dC%HR34-he7?6~NI}=>+g1;tt-~B>=FBZTq9tZ2a_(p#(7W#YX_(RE3p}%kCtNGk|qi4L}s;RZ3Yq75f z(WJbBw9glJbal?_mG*bG8_gDnkd|1yc|cIO$(x78U-2|?SE9DAt_6Hii?Kx92OfW~ z{}@^PowuvAtFN`AwcRByb-@r9Pj2H>Po-;NQ;UmCYbQ1B;=1;E3thCPt)15Nwu@aI z-EA&W6O3EcJ#TVt=+xtK%nSWctE*_eHKSn6bH0ZU7S)Fi;Mnpk-g zgJTl-Xf>s?a;%=&BHWuB$I@sR!HiEWU`Rd3&|8AnJOgHgk-vqH1LT( z-<~lp2(7!(ST8WCdwaoj@V;S+dAGQF+g)8t+Fe4~8$9)ems;98I@+82+ME5xt~t1p z8Xl2&LaM8yFR-+=XCXKPO&z^_F0UGmPCO1_&eWX4`hO4!{-MT{{~q= z@l6PP%RTCqdk|Uv+j`|U*PA#_vv0KrjA{=U)xUw^TRmPWp!#Nb^&T+lJz&)T21Y>r z&Gn{_m-S=Lp1=^n0pzd!nD-|*a59*o2BW4U`;D~t*WENo>O86m9;*OO@Iv`(Kjx>h2jjf;;T={! zJLD$MmR0lU_aF~HmVX-L;k)t~0n=}mV!@H+9|ewkv;4hp!#L4CPR^U)JrTcR!42SV zK>G-}-sRlH!TBw~>~=2lA>7n^6!xj+90oo=nDaNrDB*L&JO)t#I3rSqLDT>@6flT5 z;Nl6c?rs;U>L(NXA$Y*!ptWsXbTYUm3=J)8YX?yr2OY>BjG^-3y&{1$<_YmPUVw?e z@a72PuR@u-Ggg()6ffY2kah{^c_nTsC?uWzv>7maHY)Hp)%{o<9*iG*$lv(zeiVPn z1GEZ8j?v1DEGsjvtjxHwGULk1j4LafHLONv{4pcSDi}{jtBD!Cf`tP2%!p*Oj@88K znV8XNV#cnC8M|x-vznQ4XlC%t%%~I$B%{^Bj7STEZ(+u%g~7A3=T-*C%8XMhD{o`@ zHkNN2%V);1jTx^tX0+NE-L_)y)+Np0yuyskbI?>GU@{Blu&G#}08+k1reeXIgp|i< zDj9R5n3-#3=BU-iD7G=qIM}^|QR-lnIT&RbjIs>YawjvRoy=WvGEO)dXA2p;LI$sp zakh{>FJjM`du=UZ&x;s`idYX6F-{dRdWsl5MGSutqo;_`QN%b`#M)KF=qh4(iy59` zhNqa}DQ0+z8J=Q>rly4`bd^;iK>421PC!~BkO~nO#e?rRe7cl$<48P#!!E=VcfZ;D-_yxBQ zo-_Of41WQ`KPK;j`v>J1{sM+ykT+AYAa9T|{DPYZ_pJSe41XcRFSw2HoVCA@;V)$P z3mN`G*8W1){z8UdkY`h|AkUDp_6zb1_pJSbJi|T1FUT|8v-S(_D%>;tf_%e0!!O7+ z+%x=wT*EzUzu@MYiUl_pQr3P!&f%W5UyyUSXYCi{9PU~B1v!U%)_y_G;hwc$kaM_a z?HAVh=KJdbUk*o`6CtyP*Uh3W`K6AYWFFj6f z8QB8+IdY+157di-{T%5C^{UNwhaLX4I;~d6U5s5P$i(5{^6+q}M8f?i$Zo#R#cwq} zR$ew+Dhi8?th8F^B*dqQy>c@$Z=39%mxdGV^-5)=)GH@7by1G{=UZwpGEI$*jg?BX zlao7ON1o%@Jp0^aLvd($mR9S^nYGoJW}Ji8UciJ{}%RyZvwPJD&e!ahg>O9_=6!? z2E(GVylF~hv{)>W#(Bp^$ny+I3kr&6L@T4{BO;r{a$w$!1G#xk@d+k>m5(SmDA!~h zn9}}GanVft7|riVN-|Pn((797_JwJ$+xycUEeY{SggBCuyR#eb$;+ESh$SU;MOpdL z>Q~G6mzJ(fGiDH4oSS<;yw(T1X^?0!^hg-&t{LwSt}Q~Vw7LX2YYy~=&|>aamx}A! z9-mmUEHy1ZFwoa8Og=d)@6NgIi$@Pl=t)el_yvi)gZxr~o9P)_Y6i@yiA%~VPB$*7 zzrA$AniO*;ft?IAB|$U8lC`d|vveRM!=;Yb!PXAoaT(Bb9BA?d9y{O-Q-_+uDWlIQ zM;@L;?p6+;9HA}Bk(vf_{0M&M==GW-M8wsb1oa+6GJ^jP$wM1Op*ydVO2Q>^rivO9-*08P`-yI9`2k#i6qDHAYhw6?Z{PRM7IX z0>@l34OPQwk*O(tbmabpBTp~9Z{)syQqV6xGqR2JK;w^(%;ETz54H9%K11t)13b5J zPBgB3(S1%yrz+hKyohU~#b=KHy7SmEQP**(l{fm0Xb@^CfXl!!5C(y14xJ$NylgvU z^zs9~83sdFK`uyl6giJ=7V{q0+_NRcGXozGpBeVe?M^b72sY|;t?78?v8?Q3LQ3-T z?rWw$0TxbE3Nkplk3vNr-6LYz`$(Cn$oa8H>WXPlQyXEjtQ6NCMM2z=7NG$ zg36I7y<_C^yrjf-E=!>li=<@W&eGc|%GblLX+rEq)B1`Dw^!X&dZ7G9mT~=riras_ z&(@coF;}Yt3AH5Z+Z>LLlzXjx8R@M$Eo7PX`gwLo2eg_Sm3IT5f?y{ba*91Qegd%U zCdICSH|EqWkC&It^!9St9fxMRox^8WH)B=SjF@O%p{LzaK+14-M#i1(a}K4a=TQuu z^9f1klu1H!Mqx*S7G9<&Xx69?=(S6*a}eG~{vUZQcL=l3|B~I)Lw!gTQ>Rsq*TVOJnGLp$hA(`hjQ23kAI?$>|cWjP&$lbKDC@&d!T+{hU2V6|0bX<);~! zMTN<9>xAYb4tqA=0ksE6DyDi(d~;6W{P+YITo~1Xv=2cKlmmWG3D&S#kedQM#(X2#nK8bVVvDagG$AfNocm1gQWwpe5AAPrb>97?jF;rL4 zE5oI8=hDXk7QC~AM1KcZ-24p~L45->tRWjN!@K1pS3kjfK77UfHVOHd-a;}*93zpW zc;rdgP4)rM0pCdw{X?LctIO$B4QY7(B9_m-XAYTl1zzrcfB4ps_uysW!yMf*D8B~E zgBD(lIo4yC#fE8j*zjuj_|Wj~FnV|75z&f$M}OUT+YuNSuF=1W0!1}oeO7Z^ae&z- z^OQADDU?ceabv34vuh-w3A|+|l!af5To^=T_)+4Iy(fEH&6aJo6$kU3)4b35m^E>A z2Gb;^QX%nwJ$qS3=3Jf5BodiYl9v|c_gfW~2s1AxvCzOy)&JCrF#A~?o|E{0nSW%w8o4nZ zMRFn)`T3i4`mXY<`Kbz%yyKkvr+eZob36DdT6FX8I%-BvaX}$ilpG^XiSpz`i|V(jnl(2 zdM&yFc|;V(iiohxc>G~}t~@*fco7+u6L0ARX}A^Imn@nD`@m5vGrq0AHOr-P&;I_6 zP3~YF83qbKp^|!u#nR~Tu*?MAoD6Giv{Fg#6WO6}C-*&9QaU3*EEf9)Ia7>l>#C0x z6f}6>@0+gEH?G0)(aI`AQiCDM{-Y?rB?2#RdibGN+OX21b|(+ zuq3@TCE5`wJBfYIwS}fe>Svg%)>>_KF)`ZvsJF#nSUy?nR45Vyr-qxA@l!y-MMf$m zQW6`MwLB|(L1H49YY~w_21Snqjl3SE50uM=-pR|`G%c)bXI5qz#bGj;L*tgl*g_+f z1joljR~nMQ93!X$G@k)RUOc=Li;BTY)ZMTg)noI(*k}{lEaPQSDox;Jjwo0Dt)eae z_Sxn0RjNoYa?RgACMD%ych%OcY*&0js+ZV1&2GQ@hb*u+L%l^KuZ86&8@fYDd)u^v z8cK4_=9L9?El*Wc%%CJmtDB#fx3$#J_C#sv6!?sRB{8wh5kfM1l9O#9N1W!oCQ0G6 zvHrJS~@Jbwc3iF7aU^)cymZBA>eDIsr#v*ko~PL;o}`;#af zNAKTWmDj9^i^n)L_&^ZIYnCJZNMq%8;7N+R7QT@(3EpC;{ck;eW7?E*oZu(`T`c|o z(D$o|R1)CN^?hl2YqHW35$d0jWLQ)@c}?29+?P7qPZt){2b{f26Ot0CciAScvDqfY z#K3U%F&mPWPlmA?uJNmn%F(DQ4c79=$Y_a#6NVKa40=Hr0`(DdoE=(iA|W+}T@5Zm zo!MFUw2Cx~6^0;1)R=f|z9Ak8xy%~t_D{$OlZ9ad;!%|Z;vx7VoMz%|L{1NR>KQ4_ z0v=-)5B7nMIk#C^s7+z0=k6%91?lL4-(F3III-;_;%V|F&2qRitX(qqTyK^zI*G|4iWvI)rpm>PFEy$CSnyxqn7lmJEteFlAK z5sY6MO!Qn|3K;s8c+OGpG%!M(DbrJ;Z1e1`C$h6E10Fw&!NP>MBaFr@KsP)mcW!)w z9%HH3K`-x|jPzqoA}5YAW)i{`BLv=chWAX6s0Fxqlh*{ygbn+NSKONj`K!Bg;Ewa| zpU&suU)MdYY|3*4>ceb0&JR2<8qd8v#)I!9==iVBW5>jeFw_44 z`1(cF@E#77=X!~gQMoW|$8Ig=aL5_&Lzq%|3D&?U!V`}_d1|j;bWli2RE*ZwM@%=L z+9rtz3bn?>Ci?nF=%!N}#ewpO$$2I7le{(Zi1gU9jwDeQ{`C@_EsOQ>^TRkiBqU8S z{0=RUYXd@LVIeY;a`;`UceE!ZnsJ^rCOII$9~WdW8H)vKLB@LjlU5kk@GpVhk~*aM z=Qb*w2?_OS*%QOVd_lYx`9;MiET3U-N=}}rmLI3y@p`c3&wu~F(%L=q_r z&ojg~*t7*vQAvR_!c9s|ozYSrB~$qLQxXBTLN>D%qN0M56^rq8E%A=f1w?>u)u@U<=7)f%>QsxA^@IWl~@mC`^M+*O8aE zxgpFjEy*-X6{99NR2E`UjeM=L$v~sxgqWC#2E%la_A4+pUC_D+7@L9_>u_)}3Vw`Q zpzB~JqbIT#7>!f3l894Jo?D`>wD5{VUtr#`7FCOYmBoNKcURXW$_m32^BXiw|5 ztIHGQi9ta@Seup~A`8Nikr9jiMsxsR{nk@-z4szca|eHnn?Akhh7Ub_ zLhi#mM*cDKE5-%S0ETZWKr%hnzQ-q#%jo6D|0>M0D?SIB=dUS)nM< zg(Zh4MrTDkyV6oCW5{1GyN!4;d0|*|I2z2}cq}2eiG5Ra+9s>$)8Q96`f`B262JlT zVe1X=5-NecTG@K zH14?}cREKQ(f(=W1- z*Hw7%viQuK5AFEX3H%KN{zied1YZzzIn-SHxqm@t2s1ICB^UT3^e~pv2O~zD_-WfB zV_Km^YPDE*O=*3osA!7MS#NWqzO&R;t5AeXys{D#XD5z)8NMIiWA4t&8?2hP(`p4{ z&6$;bcMC4)(sQB9#JIQ_mfUWOWk%x2PeWXvr$G_e%RI1sz`Rx#JBUr0e&xAPo9;*#3 z!mNypJ6i3{218-EJU=n9HG9S$n>CAISb^9#3unwytK&fps?{^>PM1m@2i6Ki^F``g^zY;j-&wR zwu8lU5MUU=-jUz11NmNKV?e`qcFW=%MJ4LRi~vL>RNavKflV`OO=$grO7liDWNzf)T+|8W@io7`nfMT z>mua-5^1VV*I8;Ri-?GpN=07se7$a#_~9IfW?<|_?x>!>)m(rS&;>YGry{E9C zj$nD1%ody1XUcBW#KvKF7|BgD_S*B7n@rH@dX=g+*)T03-vA?11^w|1^y!1b716=VOeuAhANdarah0* zD*K&$kxObanTP6Uoyg6r;?{3NZ0hVbz1}2&h`)XR^v2UgMN_>*vT%86s&!_(CdGYS zVoyq1n9Gfq2pH~3iJf^FQ=^rU6D29}39fWYRYYW{Sdttc-eET z?e^Pd+gp>>8SE5I-rKPm7k#LlY|C=<#wJ&p+qlHcW?*}qZY?Ij8f%t%gIT2r#j znloFi&`7*ulae+!S!N|A6oO2tlNOa*mtA$%g)@QbDl?aI0tK(m%AI=soD+98PwT{$ z&lMJKb>{aP3|5E|#wN^n+HcLDa&J*lJ;7lhRO;d-<~$duZu}8(noRw+yp{a=Poi2~ zpOP{yAuG8$CMFK_`p4up+9l?`xyAYEVwm#Dx9h{*N8}&0!IQ8>8`DSb2Q7-L;fqXv z5`kKR!;=l#8Ry!Lo3S?MCn|B9cPfzw`km3&=M5 zh4=zL;(_TNx|;Jq0kZ`HxPp%=P@=m@>udOqvS~u0gW#WO2)ZLc7ZKwK4_6YJoS=1? z>@E64yX0_CrCFXB7#K)JD!DveQR6#RVUmT&M55Smxm~G93knK8U`U8>vOBs{Q$Qih z=+D8C-u|E$)8jL06;V-Gp-|Rk7*qWG{1PH#4FLfG+;`(Jc)E$P;K~LDV1Ivqts-+O zEGa`AG$wjRUVIKBxRg9XzXoZva4SDfF09QpRIB5t=UXZF7@OmPZLU$A;7Y=EybaIS zvcs!HJS(XGQF#A4NEYA)yB`{JGdhz~a=Z_FMTdr(qhk_%ec|DjtYsEU5v4KF(Y5B1 zz7&klh3NwWgQ!TWP~=9hk@>4aq6^8hICXkzds}->YkYhnSO?M3({p^4dVhakjKe}g zObQzgS14zeSSBf>V>7K0MwgGTPh3P?D(Ad+hQ#>E!ePweDsl$)om_%%bij9)VgCh3 zKI;?D#{RxHjT`+X8g0U&vdXn)Q@*#qG%i8gT~@iyY<3R$Nn#@-i<6TwLxTOOKYwFL z$_ftl7xnd(EKN?a5@JkASzgg!vNVOeF{Pxecy@`tOre0DP%9KA35&U#SpKFMH0wdo zzmvod!C2wGJU%vF@c+wjxJeGhQXK}}GkA;4{cPB!*)%lFegA1yadfnvlK5CveOkIp zt4)&*N+KZw5*-%j>*qs7(V?>B5cg-YU&yWnBc1SJ+e>qonn%7G3F}=K0d8hhvSnf< zNEzsW*lFolnF<2w@8=g69%Tv(*9Lvp_Az~^bQl~v5qx$2&V4;r1KS@iIK@c!NF9d z3=K6!MkNRO1#H%-)zeI-*2F{`rzibmWeT$_G?Gwm5=b#NB*dGiqru@o)p{8#4MZtky|jW)I}NFqg1LhO?p|CIh=ZFlZlz z`_36SAPCa(HWf+--thlaQ>_(@|UBg#hJh)oFy^re#2c+GT^-5L}p zlj&truqx$S0%4-{HiC_9oBD3;Hf|jrXPWYoagt8IsKhHaQyvaOCN?4>OSu;(C8unh zmD8cur-AAUmDyEVdvHiFeU+%A6#21hN)o5WYm$dwmWPH~qs_I^(Q54ev%kW}*AHxl z^wGbH13-Uq-%s`IHxS$#wkWWJ*J`|CZ=@t7<@rO^yVqhUqL77{RS|K%UcMr4>L;qk$-2mbxaFwhKN;oPiU#-p#FU03ko72)Jt75e`UdMR9R?SN+0sYD#&XAPV=g zrG1il-M+G{G^tWEl8Ix@sYH>diL2CiKT}pV-N)N(2Qz!>o?QF1c%9kT%Uk5Wlr}KE zz!eiC_wq_lOC`n7wwq+I{uE{IiI&#rDiIS|;)V}QE0jo6+2L=V(bk_W&sRlJHof2-8 ziDrVH3_)t(02lqddH<2rbC;|-TOTD>WFh^#Mq9`oSoE-~WV7&9v z(v~>gqx_!M3=F3J9SfRnv)M8zY-S|-I89?#QCoa`0vU^*OTyvnWhLMpj7jx>cnADa z*VsT2xUCaHK*9i!hkFbFayfOfD$)=f9q&aY#Lv&9)peGeXXxV#Vmi;d?>*;=$cWWV zPfMMAT34um^|u+(#rl}Scy1XNR_?Hv_?VJHjY?IOcX+-&wm2boV?kIp#L^ce>S1M9 zCWBQ5QuVJ2;uoC~7%Ia!XcG<%k=ZrGOPd=S5D3e4(J>Q~4Ab;srMt3}slhT>Hp86v zBialxGC$z3=T1HN0F>%I_YNYz=FVI?^W24VnfL>D0;$DcyXSQi?_V#$SBx>r8vUA% zNFuo%alM`m7o_ZlN)c|kiHM8tF)7u0iszU7 z@~wTwv}{VCT2Y*~D9yaO&^leGpP<#&8k346z*JBl)~hju&DYeJr|5JQ+Ju^v%qF98 zZf^M!gTYAtALiaWKCbFo8=ig6nIet)jHb_Mil%5J&5Sfnz4tC#wrp9&lI7kz#uyuH zOtC2jW1D7dzy#a$SU?B~C6GWuNV^G;T#{T!LI^3`+}uDwbM!v@oTIS}zP9LjcN?^^a~eSH_p_z;Awt~%IUy!wTXj-lx| zDWW-b77|}yh_E8yrR&6>!>2@dtlGe6g`&ym1$rJKH54 zsBBlp)Yhw4sHRfye#~{N>)gj_iePbIZ+mbd98rq2qg(cLC@!RKf7o}c_v|mz6ro^X zUq|tP-R>Y)?%KmKXLp?c*!1EHIWIpucpzNbY0C-Z<;^c&caY&;TXB+PIDh%?+8;bJ zcuhFcWz7!c+2_$#Upb@Zf^rXyj{eK65UIU%*3s6|AE|q>+1wCgGB-qF$<^0*JtJ`` zH-ts^*ERU2yvt5kR&}Pyk;MS;CH6Ni;J%rTz0O$etw$cZqq57T$7bu znqO~bKQJdkfp99bAY2>2C~W@ew}^%RPA=JO<8Q(5@~Lui znU254sURD5{EwJiq}`rr?_?GyLc7jh#y?A1E<2-ScQHStBg`Nc@RWigLt^jiiVNzN zu2*xCHNb?6p%c0Uib_Po-l=;dBPHZZH}Tv!LfTPt2)xs9@ag4LXl@Ob(H3} z+by16{}4J`tv-%?j%Ag|3e3Z5b2Jm_1@TDa_K{^bPdkbhIGxzs=49WNqajRrBy#fr z`>UB5)OHZ^(iI+>A1G5YYxw*5y=XNH`VovE)db)L{ZDMUAa}}322n`|(S^vgF#nSS z8E5{c;~&o@^K|@Ky)r;YGltRBvKQoYMpJi}?q2Qvx<}I#+BqXy97$7?H!r_o_cL@% zLs0L+m=4@{aZI1teZ%FX-PLt*R9ldo&&V`0f8u_CaV-|kLBw5%Ln%d(^I~B2;^qPT z7UmBa?G==TV8+U&v{SmWiGAUoGM*1i1x7fl)3u@N!|4mFS{EKD2{r1v*T_?HwLNvN zHd}g*JI7+?Q__4O5~*hyWCTY^btHUUXJSue zLm*H|NVfK%Tt$e}ppR&nga5(wve5X(s=T}kU2t_#aTP3EMwT`6TkafJ4(l8~l;u)R z@T}G3p|eL%TTHE|xFA5Y0gITVDWLPjE=k?>Kp(K>^KKq4sa22KO}W7#!ry*D=u z-L$l4qJpt#QM=U@NLR_{ zt>1e^tv}xv1^N=5@EMFO3kSLBCZv;0+C!4MV$iA8XVyVBM74rBoe#m-3FXDm#BKHL?7yH6ocmApK z^RhED3JgYnW=3{aW~Sd@@MXX(dy{>8+RI;yKVTfd^vv`c3~+vBf!!IIMf5HG{9#tf z&BI#|>8XckXoQ>>rI2Amrq55EUx>V{YJ%M2T4vdF0sAJoGE|QcO)1T%slgNUGk@h4 zVU83EYmV4F;WureWV(t}aSX&psN@s;;Tc;Bm8>0;uNkV5l zVn@W^Qu||c7?_uzkY}f76j)>HAgfAMQ7~}r`~}A=E4mT#@>m>;q9v_5U6w*w;&k?T z0u4Hy>BhQXNi89@C8agYeZ*aBwuFs=$+EJmyB1srs28}hf`RK6lEPM_&5n(T)zTA; zjujSmISSekg&;cw{+HkpOanC4OZ?+Z5SXU0@s^7#q+SpdCdc}+J+nEwp`g`bFDiQM ztAls8)H`~MO1D5OlbdG#h`4PkjqWbjQa2;bse(Sgsi(Snps%{VXKQ6wUwv&4vj`P$ z$@4RRWVdiTIFD>;3AChasq9sD9q0}GF@T;7LCD*a~0 z4$VrhKoFMR%P{yq&T;^I^H*$_5MNHV0H*Lvb-1XhHU!@MEL2rLJ7$EOMOtwg`|pCc z3qp!fl59=Ux)B3LN6c%@xEp|4m(%)i4eAH?-wHH+swwX`*`KaS=S+3QRR`v&tG{SNDZlKrYVVKg%(Cr;qI zdCVd1Hr6@&9k2Xu%#G3UGO7r$dXoE<()EWh-bE+rdhKGocrRehcO zy35A-tFU5{lbnNnTeyNo-|02T`=-B{wK=zCR_`NU(cYF_wO4*<`xw8Etl7STzZTUn z3b;)6YK2v>_C>?UE2uoCPXD+$vokUl?6I2N+^HkCFFe}Z;T|dtuAntEI3>FoyCJ$q zm@7Z*V#5=rtd7W705*_Ee&E()^sf9xrNPx0Jv)~DJ+l80qVLJOm=*d9=FE=hvPGA5 zA3eVCw&u>ZZ$U~9A*(x2VTCNLo0$+~U>&fVsa);hl$=4K!#C?^mJ8pkm%+D*8G4-m z0hDc)m+yYFe{1VU zH{V2%eMd6*SJ_t-`=|{BDJPCNvil!4@>lZTBUc;VBy#!hPkhpLLUA3P5uf7PC!}kY zG!F|$FoK3R`On@o05LhL*mvR|mz_{PgQrIL+qi`aT0aI)r7Hq_OQI!$_ESDyWF_sD zQZ%hZnm1y6mQGoeD=nM%z=DoruNi({$R?H)J*pnN2xLoyzQX zU%}tDRn;CY-Bx-oy1b~U-4s5*|6KLuh$P6jD|%~d&kUbCbS-lW>v6i4)t#d`;e)g{ zPx3dj|E8#fwImx9*ebRR&7Ezl&@9S&9Tf-KPGM3#nL2(v9&1d~Y3{orbN|YW+!TF& z{_Y`bV^dlNuBEMR3|)3OTbJU@%Nv>AuIQ_)ePGGiLkGEA6xUyMzVB2+{X)eSWlJEu zGkzW|F77aup1=BR`L5D%6L_~nb_Z~2sfQodIlS$fFykU^$N2}CcduY9X(Uk=@D-b59A{78b>YQYIv01$PSXb`NBqc8Rlz_Neg!LTsgyodGK-#hhWt55Q+9*JH860d?<o1;61<7?Tc+=^vKHZY+Ue8$_^DIi+vT#SxCXA4o`Au8!hbHf_oUqw z3{>`)7JlSGQeb(fwq-o=u9f`o9RHY=aPxb1koBi#PA@IJ_4LfCJrz$=O*l$)++vo8 zl{G|jRfTCI#-bpPQr2=@5J@o>0HuM296}1SpH8uVaV;(vm(FJtrgFQz&6ihZGL@Q3 zmsWaP@@!Fk3Z=IC>}BTMLS1ZSowqeFFSb@;s-RSQZP-*YQR!{Yv&F<~+kCc|Nnflt zhs|dAyl{D(U47OP$<-RuQq|^6t6!h1jatuJBHCO-hB`%`o>xo^+T18#hO4w%qdGO! za`CDtu1ZgZ=QPu-PE9jvwe$?YY1wOB1b%Luo|;eMZg1QjC#RXeI}+db)H6G5)7LUh z{54=HCgb$zfb>Cuphobc5*V-F4zdd`Dga2 zj_IFUnXN&xlbk)xe}Z0Znc2@>A?y=m&Cn6V%8s3zKD9?t{EweNGh8;apY0XD6?}h} zk*d4+m*tQD<0m*gfxADDy~+NL`vJ9HmeWZ$AjHPrl;T)&+11Dx>O;01jpx#OY*-^1x#dqwQzC5{Iig{w@CPXoZW@wqQi)HfT`Ane;ifRXNqxypDt<5X z)~ZAScebl+((4W4ScKQRva-8uh1VNk5Hj$tzP`^^VbEKMO>Zc-^x7(PdJ7KbmL+n! z%a(g^2PyJ+R#o=kbS=FDX~3&*=(knqg*)`+7TirgTMhcM0!~%`*(bDG@$k(1Tsyd1 z0`KZ_RHeOxT0~ORT(WBgUVaJRl%gw7nB&x8G&{wmg-K+4Ts)W~1+B#;OZrAUZTe;3 zc>n2Gu~b5I*oYbpedYNzmUPTzLz=1DQN7gV^vPLPW55^gT1&biO_h^kZgAI(JCTv| za|XfJBD*ag$ufYBPfyP%q<^Gvgnxv7Rp_v}=wFw7wM+OWc~b^%$`da;$T2#TvA?`( z)amfzt+@tce?`rh!|7GClkw@hiLbbHoDPX5TcuH_=cZ(1!yEK@SCti)PT*u8A(|X~ zk(#5@=8}-FV0GMBX*Aja1`yX5naT}DJI?>c^~InX9CN64gFdEb&&?qlrHfW78VCn$A)IY)eJ&}r8`yl*M`*5YOFK{GRU2c_u--#4Jevgq{ zbL-R*_VgWO2Y*5v4mEbBaxT7$>t~mQ91>^Ao*p) z+r4wH5uW6c=z^BPTiD{YN_|dFsmmKmPe*}U&XB9ED##CJq^F>YgWhOaR8fmOmO_P! z)tk+O)%BAOlOu7ZdQnTm!{Z}21_HiR^@7I6$0kQ^Dh_zN)#38;M>h2ysjFS%^OdTU zIR-;_IJ~!`_mJ;V%QExo>mM9k{q61^Y<~S7&)T}WTe_OBt*&0> z@f2g<=JBklt-A$z9U^CYWp?--yHNi|Hece$tp23T6|>Rxwbdi|I|{E9q7E*7w$`4*x2|eI28zZQ&R^U8XjLJaF8_b>Rvf! ziRp69aMdC1RQR3AHF4V-Lm{%O8E@eeWIZOeCn^SJL63dn;K!0h@+%gr_&LVxQ2{AM~EslHQ!=zsnu!N zA?M9z7&|{PW(!^P}SB{Rml}w!f z@il}!e&SWK-^kxM`lz3OqMJR&e`6yVa z3d2iG|G8NDkFt+?^e>VQ(D&Furd{MIR zv#ZFR{0egC^Mxxhkp zcCJIDA?onr3VbElg$eQ*rwg~wv9x95FSeXU!ya)y!zTe%L*1F0)#yC}$gIKH*NvFQ9Vn^%$cVZjVo?RH@SfF6T&P#mxilE1gZc3=X!qEmv3WG3i;9eA!_ijMuI# z@Ym_}HWjcjNJdsxtiVxjG!|*qtyN`4qX@@^3f-Q`czjFP+~)CiT5WD^c2<$094SHpBn-u( zs~6@E`2F2htCNNG&DZD(vvY8Y$E4K+4SFv|Z01cqgS!>EnVV3@E16%7L6d$&@skGT zQs4`Wsg8aj4X*H+j)(Lkj=1a-T}Y8#o?^bA`+ca9}I4c)#Aj0mAjyb$K$6bD|eNZFY|ayb_OS!cKk>-*VrPpexbh^99)72Bcl1{V6o&gwxjC`Y^&R?~_ zY(mh@?{+V*UU6?ch9uf-jkenFU)K;?;xh(wb!9HsU}WstV6H1O*O7@EGu;MbjjwWn z$!s9Rlb^q;fmw4Z7Q=Y~f1vo5)x`#PKe%sQ_n^>4& zL}nqka0l6Z*zvM@uOJG^UAQpz3OcfSVX(y&1A~np(ZuHt?ouIht=?yi8VrTG#+apW zEZVxcz#mrbS5j~qp9NnOY3+^f{J!GWEd@At_`6KlAQopfSgz6gvrPyc#R7rL>a+73 zOh!9`JFXlnmO(wK2!(dT$0^{!ZB^P4;bf?Xl`N6HN(LqRpt3VbACrxd6B4~j*_Naa z%bq7oB>EC~7G|F_E?bzSGfG#IJ~ZJnhj=hSoGp|^;3&8VtDVi^ycSD?UG5Pf?8s031-*H8r2GR-qt;inz>}*lHRW0P zn}BWiuD8)*F3x5}d^`Rt`f`_RAXLz-*PDn|w_BaX5C>}&VDF@MGRV}O?bihQ^?*db zMWvsmGizl{v?<#U_JXVmHgp9NI9yOdGTIf?%t5yVae z`Vr+=l0J#rc$+Dm@1)3Q5?w)7L@ITl2;F-rrjpc1CaKe$_~&GO~B|*%JitD z$ISc$^n;LL9rbL^V)@P5jvlX@uJCY6X+&|vZ)x|a^lGZf{NtaFj_%TBs?!a|1(h}T zE#qI_`0wU-$W7)q7u?md-sdaJq!4mBi<+CC-G0sDl}m>He#_d$54N}MDGJ3IlDO*l zaTJ?ly-wFyyz)TfhV{?4w9X@hVQEjm9qzQiC-^o6dHklpCy`F&QKXNdt~%sVx}Nq> zq)(#4{BV*^DZqQgJsaz| zWUZN<9@0udbG|RZ;bRs#s`UmOz{t+lwFHt=gcWC!vSThvpDvmQ*Pp9OZ*u?&Lz*KF zX&zAszyCi=lzs{{S0lIo3Afxbj`SeOqY zoz4f5J|=Ss^FgFjxfkifvi)F-+T$0p(u^+ zT0KpS_`Ea

0EWQ9UfSa|Bg4p@%63qI`|A5_Bxkl+UPj*#mkFUqev~L5EKl^i{Hb z{O>_ugbm6slrqrM1^SYiD@k0Wa~;C<0v$H}+cS4kI$uWd3zOH==e#@noH_KRvW&zl zn8!E`!~P0OIS<*Wm#`hvU0gj^Um>unqrf8*(@7F zX(oWGDy@cJ96uboYSApF<@9ea^379Y%ypzCj-v(4(K%R`0~Tf!q-)NUu8u}m28s8A zp)eac^%vO~+g4t&p@jd%*TVwlr2uf*c@fPLN7Rt?H2sRR&6VH!-8sOQB|g?)wUb)F z0(X?7;My-F8Gnu3E^+gE<%%RXM`XVwJ3w#6oZG9^f)0PFFeko7I+OI8Bz;m=P5LMu za}MX}lk`=x6~deoP!@%`1s|30oTr7kCDN(oC( z=U-qkZko5ZxTG@WUX@9ws|)-qWJcz=GE^A2ag>zy=jC}-VlU)v0++oRP7XcP*tjr7ytr}mdAwkNu*ONMWheQ z9u%w&kxs1?kv@(&M6DE&POTA>8(lnum5n@ICcxvnisF9?-idjH1h+p7<9~V?kYjrfwCYx|8+syMLL}wB7IWUC(I6!PBpMd zUn=Vr{k~(TuVO<@El}0f%7tqMe@;P!wCl8ggq-P2H1>xwLN0?>8 zToRX7xRJbJHzmA zN${K6OrXRy znC*h>*d+Q%L3Sv;R-wZ6l&&C?P7}Qv{sG`XAEOTQP~O2e5f!g za*?^2_blX6ww`$iR7SRP=0kZ58{0y<&&B$IygIse{0qAaAV*}bkbE9wOKvtlZ<@0F zxA|`&ebnY2D4xZzR53}Q%lNV)q>X4E_}TO;60oJS!eB4S8Z_bzbWgDaY{~r?37E(E zX=_oI1_}EVXB0@5jdRd0^@gls^A_&MiLzOE%dAXIm6umKD{{5^B)lbhOVKUE0^jWt zf3FkxE}&j2Qo%_|$K1@L{u+@=XRJt_Ofx5`$|QAoFC7cvT4832*N*EhQh%PjcB%Rz z_1z?O=zcmr^a)+^uO+FY`V_1p9XKXj+EF4yHt8aIcm5j_y|3az1RM8qku z#?oj)mfvhL+f}N&Q`95^cSIM<&O0WcGkRPwpYNjaw{`rufEe0D(J_~ciiPTyNGwW^ zO3YCzXt1O}q=k?IKly5f!P!8|XNT)Z1sNOpk66#<>@(PY|;Zo>2IB zq&fIM!XIjw--(j*16CV>YG?W zt_FP=^kMmH3J+N?(3i-b5VE@|y-xl&iH@GP)k{~q<^P$ydRX?5jFae1^6w?D9 z9KXoQ@aX7K4DtAdU+U*tIlSW%XGdf&$WlQk@Gf@Ce-HX*X(WC)^BL$3d>us(#Rz!> z`YKtF|AX|LyM#RqWJs_(J|g#k4r^6zRB+JyUQzFphi3jvujk9z4}|B4*RPV@$-f7B zE=JU#kkRXb6RspnWj{*14+*6s-3tlL7Wq!W!m!T}{1j0n3bdUaS>T}Aqc>^i!-ikP0lv;D&LOJr9ItEhnWDa=wzhpZauEETDA zmWtHjU38WTRKfldspDA}snq@wsYCZryzUXK&L40O%Zdc_8fZDXb}E#DexB8MNvr7+ z2L~%&&bu372pMOn}~-<(-sANVx$g1Tw}YCj{k{ zus|p_unJXHR@8gj{#D-Ln8Xr=G9xqWKDvKp!Fc(u7g|~tpOIMMEI07Y*}0sYFpDHs z73RPQW{FY~^8Qg33|Mg4u>+b=PKWM?H7*;?H0 z&PH9^5y~fmF#2g*bAEmscq8;y{to7CnIL6LMzj*gssvdTIW{6YBFO5Skl}GbR*S`} zm(zJ5PzC;q)X6{4c`%B30IX0*AEja*%se5?1B&z+6rO&Q{z#u9Ab<)_p>$Y{ zD*BWw_(qBgil>Ow6&;@>uT>DyO1p=oO7JJ7w`)E35-n~ zB`nPEna61Eowv#-JGt?r(mZ@>@e#pTnF@VhqJpFhxdWu{JB+iw$B5KSh8;uYU{$`Y_ffJVm;mKAX}NWIXR8l|Eaf4n0h5Bb-WvMy2u{m7aZ! zK3k&G@uqalZIdENeI-dhgA2|C~9oCJ4QaKB_* ztQIGdqbN#xA#$dGv8c_;EYRmV)aq1*)nsOQb@1V<)8qzU6JSg7Ear|vZ;Q#4XSZ0p zd^%t{YjTj#qXo!ZR!&xWh8ule#J!7^?k^Z0B}NG6lMqQI><<1{Q)Dpl&hJhWtNbtg zf01SUyN0a(f#$DJzLnb9nC!Up|&k*;n6$4_3})5B;xVre$d6yP31O>rRUXf1{7d&3n0t@REF?dZ z{pHeAnB)!BBdKXs{>h$+bItAT`>H$Y9)p(nhHMA>F?%b{T3$ZWI`a<3<8s+y{2xfq z$PTAS$_|VWE$;xnh$sP{!?gC$RgQe~0zZ9Waq)(#f_8_i)}p!Zxu*{4VtMYt(xQs& zoGgZsb6mxz9`dsS2g%9=y!$q2{9oszq!lvn>?UJamq1m)F)n@LgH2ItpYRsRk zZ{3p`bbD6R6)!HbMOVdE2t_8Ioi4Wi=D_bQ%nr-jr^r1QD^4VSAQYY;l_g^JiSe3A z7XXroLUmG=T2)?l?*vynTLMEjrwB!f_&JC;8ngx>^RUVs1~Lcsexh9?rl7{DIipab zGi2V>i>Wbx!KM~{ajrAJ&9nNU>YAPmZbkj(f&#!vDik-XQ01Yqy87%gj2rf@>{mZyP`mAK)WJ+L8MGe~7&Wx}9voabohGg>BFy%83)ELUfoFV9FxF=nM^D^gMzCWD?Yvzq>5i)b`j94Ls}Z4s?TXUxql zv!EoyC`jcBpq~#f=YaJ zgW6GrgG4AL=POuRkdYNJ80;K}!W-dS?rqWr;5|*u9c#+fW-+S?!m%hrWmBo-K)jm% zI^Mb*T2<7-um%t*)bOic`QS71*!6F|$o+al{*&iz|pKU*zzJKfk#pV1S zvLA^ISi^qBEmk~_Z^hG=H2Z1J`ZsqaW1S<1PABdG*g=i3AXbwPYbo#n6mzxWdHxfk z;%_Q}EY_Cb0*Y)ad=_;z&T2=QHEb^1#VKTyF{%}?hvd#+mLty%D?Q%J-C&-+H}TZF zasvPp

)wGcVv8x1b5A<$|>aCrb4iz$m73%YT}6eO(6SHZg+@D9!%scJCu!l@^JelihwfxGjw6_jn@P(H4@SKzRcuDd&- z*@*P7*32FP*%_KXPCFl)4c|=CGoPEeb=1enD3ha$8c@p zYl)}tI6+6V4|ng!-Bx&O;`9lw*-^q^%t4G2)_DmfMvQy7#nGheAF!}Y1sDA5pKfX% zP^UPHif)|nUhv`1rUmL07yeA#k`gNLZSB0isXsSY$-I<;O0ZixuW#tj)hfAP|L_gf z;?~yZ)(t<_+PXCD+b^dqZo^+o9&K$|n)sx3e{5_}Wv27y9_k2&$!)T31`+1Z?O)znJ0(d#`pQ8QJu{^8o% z-po}OR;!_FSCM~b|7|*?=_)DNRK~1K+&O%{rDZ$|Kut~Q3!56BT*ItL+}XG@6vD~# znSbE@mti(^z^@OkOXmtCm6Ti>F3txfE}~?bG9o#%;&Y@Q(?)1!yNx_!=0EG%U0hs& zQ@@I=Y+$+UU$E$SZOt-3wW`xHbp<%{ldzCyY%Oh?6s1~`roxF!6zE*rP`gkli7HnB zc-ZVc{K5;z+3>Y}y^k;HX}i6p<%(bs$l)c$f!(cbclY$Je`g}J*vB4!QM;nm)9H3EbZu~6<87^zcSC0&67~nqjaoo)oY{r_qZIn`&pmm9a9j+g zO8x#q3eCmUPf!b-dvhnu=fbrWJpk|SvY4HSh_PvDC@rPrJDmm&32D_hyV5%k7TNLLe~Z8sr?yRqQkRvjD)xloSoCJ%hpka&snQLpzt9ygFTv>}hX*h|a8BeUKD5U* zS{*}N7E6cE3)6s^;rV^sd`N;v#Hggh2nZ5!dPwG!Xe^5oDST#OvkNQ|haK#pKcdXe z{et=R;xj1Am;R5bL0yTla4fXqiN=O`DlS{6Zx0vu=h=L6Wob#t;jg!ukHxz6`YeSC z#RRrCdb?fLQtiztQLlHhtfb3i)X5bk9?vrQ%S>e~c5Kn7z2tR`RZU}t_0?5pSH#z# zo`}&<<#8{G0THdVEOCq+Cv4d3U0PDV(dUB|la-a>x3JZ*5vLQW=I%WE{9xrGn=KD> z@g7*lufw8Ag=B~&I?;c^rScU4`OA+J)xcA|%nq2h|5&+zHBKw}Jn}N9gG?=fN3=na zhiC=-=k=ofDKaFvio`HUFkJ-pNFpa~3Boa55^{v{Ts#~_ua_7oK1pOP*~;KRNR>Nn z!OhWVQ!10{k3`OF-u_a1`;rVcHNU9%h9%}EYnD+3(0PU5W@~jdUR@J$cY5->eQh_E zm$whI3Y>XGd4sWd!4Q5wB@qjy;WLsJPsoZPQ=N4U88T_oB+QQq>)c z?=9DM9FE0m8Kx;3fubX_KFq#eu7_p;e*UbZ)J=ps1^!Te2|r5m&3lOv}9Fi;L(ouN%fSvB^X>2GFIDcacyoc#~C%5`MH60CGVO(@houW zSW{Aztg^AVctw$K(CrSACrMXT)iKmsZtGpkq9A5&nWF@!^@@nEYQ*U($prE{<0|m& zA0yEYcne^ND~+0*h|?L?Wa?8iY2+wS;9*Spux##;?~ zvpSMu)tWnkgE!aKY>1Kj_nqKhj$Gb6@50h9;5}Dm<#QQ8!8TYTdPAXRv8mDP9YpJ6 zhz?8D+>izJKL#|(?I?|Oldaj~>M5-4N4-Ghvrj#nVsyK&8m(R*^fX$z3KWzp$S=!A z#VC{ubd8sP_B7Wuc)YBv9%Z1c`WghpSlNS+qcD6cZs5vN8x9&rWY|Sb4wWo2X;yc| zzQlg3ojo)go4po>AN#kMim26C;u+r4 z&(~d3Ten%F6@Yg5{EdafsA^}mA``}&m)BS5AIQJy_*LEo1-?#uegTNKyk5V5LH^a? z`Uf)~vd_=ie+e@{CmuEwW>Fk_P%BwDmXT|ekZpFYt#tZ1~WuLKBu!l z=>5N#A(H+TC53hYSPIZCUsO4zI&RQYb7ft{-kKWJA&qma(`M@{>b@ZsYgVRIS5}-J zjsn~tQ;0QYXBTLeINNNf1;7EeaemRtvK4N(N2MNXX?|$oUh^?$kH^zwFzS^GO!gj} zFm;x#m8*{9lsVvEBVOOS*6>27E1IKkDk(XzaP6^hq(PSsKx?(#XbbE0e(fStgV(b# z5Np-z%xY75FyA#%Kfcf7wgKx{k)pB~^o>D(tuEK1LJ=3rr45Ma?1N-r$4PfL^lUHo z=K_c3$VViu;g*}H{pNkAr%scJb@EhQZhw7fet}h2Y_Ql+|86621q4ii#P;&l@Q?yM z%yfX(Jj^N9GsmgT@E5F@d9bD&GPoF!hb$>?X%>FodYGMo(o~&mCSc>lDIzkgSsx5;V`XP2r`fo5xGtV6Fi0Hl$8 zs%yNiwsr%GO)_kEQ~PUcr>#u3(U*zhr=-9QO;UAmQEtoi(HJyIPPV4fM?7^0<8jmx z_dA@60zn8Bk&W?#TmgF2fc|(OSC?!Ab%Fw(J>fT}yR_euH7rgRrC#6#bJw;P+uDZG zIdPztja>0JgWa`S~@5t{dx|bvAyTuI0wEcq7ZU#^MKRbgf4!DpCKk ztD^jRIwrq@$8RO%*(l2Mm&mdQvfOEzK58MOF-CmHIt@b?S%F(D}g+-SSv<_g4s6>Um<0~JpukWM^zhF~C!;uc4TJ2%> z@Sk4QcB-zSSMcj^ub?9{$U9N}vI={WZmj>a3+Np266A0;TQ4GNuDExuwgX+5ENK=p(^C%>m1k#X;;{F;seS;pDr^qd zj==>}1G}DWZ0O6%R_LGBYtteH{%u__+Xu2MJ?@3YMS~vl0dI<|i_~n5R}N@*P)5&wros}7qWMXA zK{F+h!FM!VEDWPW6z&)9Ay2>5yf{aZg0dzi3c2%03)Hbay z(0Oyh$d!o%LsxZVkDqO59M+tzLY>7B%b+IU>N3*L@K26BP+bE()Lc{j(8MWu2Kj4t zev8FyN9~BzR8ywC)5)LBD)R()K~i2s23D5*d75ug&nhL8i1I-XBSWm$pn({R9w zyeL#6*n@xcD>kHIQD_O7L&j8ft~%SIPRmw2w&JVH$gY%>l-wG>IycpAiP~cW4ri2m zo8LIvMNawppnDh;q&mUM)u}0#ti)A`DW;rRj?^_rNUk`V0dGAbsq?9h@nW=Ig%0(J zCx#r#`2Rwjy-AssLa7kgiw?Fq(hWN5H*n{zpFLw)Ti2H*$H5`9$=Fi{Y0fLrD(q%c zTd;D8%UP104V}ZX-(r-Im&`1`)d8>>L6ALDUN%)l1v%z6T9it{FiIwSq?-IzMW`Xd zY(vDpV4|dSI6ogSI{BhB1MC6&gnZXXB)mFs#ozYu*_tY+s~HIif)sn|a;B#ZEnaVr zAj2N3rO9EBWgM8l2^; zo_UNgh#KZ(s?Ay673Jjq;GWeDlY%goQlH2ZCxmHX12qpsK{V^=ETp^l;&JR zN60f;);emn7?=x8I2^fW&4OF2s)2D6N&^~1PIg@=xVL}ZRCDtZ@-?<;Yk|LrW&AGZ zqEKjA(c%-Gp=E)xy(lkJ{=d0}24JIAC_s^z2Kc$XMzR~Pz`GiQ-2b8LAV7j~K^d;uWCuyUAUUFAJM zw;#}TheGQk(Q&}}Fyt81-x%6jUA@1uuse^@e)@aj%FA0AF5OtxcA~as9><(uNNqv! zWL{u(aWPVxFxzzK6~c-*-Qq>Bp!;#2n4Rs6hpIvfy`vXLMUpTtS-jyw;==a7ZvXS> zZP7?Iyb3PYj)nfs7dD&@g<|Px1nZmG++Xfz%bA@(R>yf`rn$26p-$(e!sAYDCJ) z%Fe7?c1JW)hEUP-iF0T?45F&$^&XFpftH+k25sJicWY_R0LG2(n=T5M5X1mUbds~D zR_}f{as7cb6RJ_$?TadE%I>IT&ei;IDan16@2noMSqu2P$h6#;c)I#vQ`5o9s^$5F zXUIzaF79>m#Akci&c{Yav2c)?$1zGg-iz%Ujm8icq4I$u4HV;*?%$ZdF8;TJWcl0t zZz^_tb$es<^`-pI_eo{>_9wS9hZ5VFH<))5TbP>?TL^PwqBLP+4kxxThcOBPL3g|& zcu8i{AE^9czv4}936t|loM_TEPUyHW*J5)8)g?_j9UFH8&96NcJJ3Lj3A#~1x2~%4 z%+eLF_V=w(DZ*u%fGN7n=MBqK8ft1D8X1{tYoAEHkX9E6Y^tnS<#BtIs)mx1%W5Ao zf79J$)wr19ys@UXHLiRILwqQpP(zmA6N>?(6;(~nY#O+sB-^UiW5+XDv+{UpX(>ZW z!{Ou0NY$tvE^&gwh@-X56Sh1n_QmkuC~>XT)(fBSTklsUOV2%JltIyR)G^)j&N-#GlGSbrB*35jJw#1U3 z9Ur_p6s$)%O7#YE?A<9G&-;gWePz|QfZm&)o=J|8+F0~(SJxel%tkT(MP@#b7vgOu zybU8xM0Mc87%7v+C2=u}9T#3C`8ByAtF^`N?sR!V%fhYOL!n*=^VTnziYeyB&t6~Z zsL0JVkgU{0*~pu6yPV^d9F;FwIe!`zO6JT(0r^WqqSI_u_5G`Fes}6UUiBW0%JHYk zXL7AD6>;BhAeZ;xKDzUw2CN`CqA{xzWFi&^6YiP1vi)dxU2|q8p_)Q%@OrOZ-gTsP zBYK}`%C)mh)L*bNLSEy`M((SsZbfA+Q{n;IF65bW04Wu81XT_qB$74BP7ec$Ru^uF19(WQ@Ru#w1(cmOoa zIgD=uo*>ksnorLcNXyEshPhPSUojKkyQFLRlPGMRq6$IgM)t0{`dGz)$)r`PqJICT z#;fFyV^zm|EPr6t*oj!Q627a!1ack=oB%~>Sm!~3YwEXjVO@9uZ_WZ1n-uZ8>(r++9}IkfOADy?Yn0oD5fGWUz7t)}f*5Ugk%MsRX--S%fvAsjBMq z$h_Oj%bM8R85V}XkUu84ZpbmpM%sIv0O8D18>o)EwD&mhO-EJ|LN7V6YU*>!mH*F6 zb?e9MVrCFE4Cg3U6vUpZSc$9$T4*))3e_)1HKD$iKaN!AetFCc`rF48F)r zewLxoXX9u_$@N2R!zNP}`O&h+>Kl3(cC5c(EE3sNPP#&)#pP=Q{iyZa+0b}lCDU|8 zFc4$ef!e%gm%GC?dVHv0z~^eP)}TZau%vfTeyZV%J_Mg+u?&XxmwBRkUP zY%eZqFzBr-8>#cqVK6oaeF3$aW0_R80nly~)S#}|AIV6EX`RY&%m3g zD_CDuwWs0)b2o%&&*hOF6_x8z@t2xz-nG?Ld&&F!fOCFfAr4BrKy*0=3JTf{o`daEbZ!nTdF=Q(~aEu#Uxmc!l%ld{_=_= z{qr7M)U4Dm|3+K;5W_BLZ+~g6VdT-K#`(8H_JWty=v&~AZeW?#SZsf-zG+V=2tOYy z!)bpm13NuCP%Y~z8kA1xH|2qcc7}eK{fs}|noDN98(?CWZhc&F@?m6ED1^#iUY5zt z)z$cX9ac*|%h@cJp5o%M0Kc)DMBPXYwI~$fe7JY`U(bvEHNW4HWmc&mx|Id~Q9r!h znI+h#Rrx#fY{B%bB2={umMyfSvNB9tk~odfY<5m%VM&8li$hdDCvYvPg(#XwAFj#H zMtTULXK#Q-TQMgqsL4G2;B!x%#s(2_qtjISzQVu6HQ^e;hTBPjP{lRk;z~|nREjoS z!;-qwWy~+i9$0qm>BN!+%4}NE+0ssKEFldC`2M0Qoz8YU!xxeo{w4BL_I`eib45kP zHk`X>(mqV6*s^_1O|Y_N?nk>`#5@1F{r1LHuRlj7e$Ia!n?E(LV%2v}^E=-o?%3ee z0`fE7&lE7(d@Xqq|HunGoA?%alP@4|qQ|}PjeddCaoWP^L@c z>vz}-G4@t#UvXd}*z=Xv)@7+vX$?h1%ZgkBF4WUZhdUU@jK=)GHj}pr%d%;z?Al1A zHCLB|yjQ)hEkcI&6%-)58i116u1wT4taPe#l-Wf#YgecoX$m14VQ}vOAsFbNz+qzRp~I{nT^t`TdF2KrV8o|BMT9 z4?N%8d3>a~Mo>hOoej6lpGf^r`KuYvhrIu`K2%8TC*SA8jE~8|#^$>ykobMvJ@aGC ztR=V`SO9bELKjX_>%e#6M=%PPB(%LS3e)m|30vmTRV>&S4A$#m5yr?>_dUf`@Fo7q z((q`$yZ8Z$=688>^Q}!JHjPweAPk~~qhbq}ix9Vh#p+^GI)C@v)aAo_NadEP=YIPM z+wj@9nP(F%)cP0uHp>s}x5nwJE-X3@mOb^{)I1)!owQRk{djvJ`6+tz246ati*xg| zPCYk${JE+72n;P6jXf>4>?B(D2wsINXLpj^ZKi3piQIj9>OS^?W5=e4Sy*+fYywfC z5+s)8VNI;OcoqyZQDl;&h|oX?r9wf(n4%PDUZ*=( z24|V`caO}wFmLsl%Bptq&e2#E3X?0@6u;B8bm`G(Wja-^1y09O#-U$uuC0BYo?lIl zW>2)WJ+(r=@R5%8^?LFg-;y)g-u^U?YO;pGNOVgix9;+Aq>oijzi(UsTOh2fyF3zx zW0T0L_~*H1^c#GgpENfenopi%b!GQYUU}bB_wly-D5Lo2$y@CG(O37(M$c9k*RQMVJLWHxc!#aPQ(v>pQ&MBM>&?nNfrOf$nB9R zKvT0d{5IMuXc~^j_~`C>uH}5qh3DAEFnF)tH+A1@v{je{Xwmct?ny;YsIXjWIaBMz zMJ~sE{blz}F2sGwd(oq}+54pX85uB%xMJM@zqFeVnThK(xw`K}byc@QPCc#dQ?28# z`!E%>az()DTu}TpS8-x`loS>f?jP*kS>P*#SL{wCJToS}zP=#ThR7Zf?dBP7E8d(1 zt?ojP(d5}>O<2!aTw_TIzMXoFnt^A&7sW%SQYJ;#@8XI_j?7QB&QckViu$``b~*q|?_32up<`-6=3iq@kvsA7!otG+i~7+2 z0_JwY7s-Eb6Ct>{IV55np;@d=jwcBZSyjl&A{<1 z%;Z5WHsDwEM&?_sR)iR1;qc81c7D6FV>m;u%C+T0ou$_dpk7Vm5|qd+FYqm8pJrl3 z#oKC6kmh}%5IiRyhkdY=EW9ZksbtuJj*eG17tX)4p`gv`FCk1g7`kqNlp+Vn0*=XH z8;>HIS}4Q_Fi1d|{(==ur@Gjci!MvOq)%sknsoW1|AZf@-v}LesIH#3pJf?FtFi4E zYuj2}35nj68ckj?G!++=rl+gO|KaUD;Nz;U{Bhm) z-ppuv?=zY{BWX0!XsUYemSwrhRkGY|Y~x0;>Ajg|8w{A{&|84SrUXJrAdmnF>6>gC zNeBtMzm(mOvRL!<|K9s%WXXYSc0d2m`ZJRC&fIs)x#ymH?zyLM(ogmmG^ig?Y4)9PQEs9lao-xL%ctBK=MkDLA(*6T9daxs~>^Y0{L=p`iHC@adu z!ZJ~@;22Wl$%R0~T;~z*f0uNV_Mwx77ZpgAx4eebwTTZ$+N?IS&_pV$sxMvMw!6j_ z)``vJA#oM=K|SnwkYWd_HI80|P)ceL`>EGA^(zAhhaz8!AH^CjE*_qqQt+Yr{?qCQ zWGI-e6EbsObc@r0lfLKOFMQ{Ws04yu3P9mXJ1Q!g{R=Ol0Vq}qQKcgszHoJJGF~%3 zkP}`!`ph#&PxYS}t6)XA--DFO<%g9>DVe3QC^+A*79C~5DBRRhi3I34=#4F6qR_o% zBPDeDp?dJy1F_HUu%dY6gz&+3X=#j{wSTosV~{DJXTRPpo~>_6)SNr7m_Sy@rP4Po z+3|ee=z1Ljy=oB{yZ-(?G?CQGQtDW)C26U3_azPewxd-Bn zR0{Err!$+Xsxo)+O{x0J`+Bc$qEZN0Va;U=2fzxGRQJvMoNzy_?#ERD<$>@yX5K?{ zG~07{G2+nuoo2heAM140A6F8?$d#%3R+$hAM|Sk}44fFaYgMR5qmc`;3PeV(?&FRV z2=bh&@E1~Fo49nOcVE1^p6AFt;^t%E#|}qxMGRdDavbQO9c#)5dXD`gdM;f`QmR&% zxj(wa@A*$w9CY9K-7_fnL2D=*8*<=hGvPhVWa5vdNcVzk&c;kOS4+G0UzIDSRj3hA`P9vNzfoVI^G0J{ZH3<8*9m)1-E0UL z4SSrFuc%K3XoIBpr z)>m|BbH`gm0#>c`VPl;AHy!U&CodID`f`g#<1-mODve&I;`xieaGA_%Dz|F%L5szs zR494qJT5tLxgb}U`$FzT>B`;;3|Jj;y1F9qA-^MTs!Az^=0cgL)1z~iga0U%iha3SJsv0sBL|52?{BR z0`Z$sV3cmbpLD&5lcSxbrDes6Q-=H6B|A<`eg3>#910jIM1p}0eao+?t8LUBmuVCV zliD$mleS%=H57JsLg;fxe?IeTk8m3p;NrV+>kN{yz{=O1f?GOM=R;jB>V`3`Ou zbW)EU%k6Jzp%y0`KhV;A`#fT;v)kh4$`p@nHncn*pYOc;=tk_lHA@53&fRR#2253} zA|$!Kt`-*NP*K%ZRqbqTy{wsfuhDyvDz>CC?vri$9Rb^lDAe;b^Ul)<6MAp5Wd7z~+IT?QtmRY<`XW3VIqFy;Tr+Sliw<}^FbIuT`1(Ag0}ci4$PXV1ugleM zu6L5}LR$G2@g>F+IeJ}*C6`E?*Fh@UoGyQ~qGBlGthI!x1o9%dWeEI64JjHFAjM#( zcS|v3iZS!)_Gdr1yWn{BCpXMLG5?Q0>$P-{7evI%hh`W5lNXMYFI|7V*hy>p4Mg%k zVek5sn##JK6^|8e{PH6gXHRB+`f{~mKB*G_g>paoKdHKdEEww*aX^B6h(0CICo_!$ zDD|nRET!~0)3?3ar-tqpAAaMOlZBHD?|bc)7rK_+y7czLS-zZn9|@bEL2R*R^z(aS z4Sgoxzn`3c?X}{yv;~2-fWCfu3(VVnBKYLNyT#YPvJ(@NzUj!THw|R&Y`F74LggkA z@y9rf9pv_*|M;8zMDH)GUR|KL_;=L*7Df{lSg`TXq2c_;TStjlRMoUH$3U%4|BJb&JWm=WEggmj}iezmIN5mDW6nTX9PelLrWBf51 zX>&a;(kP+By}#HgkTzgZx{_n)yhP6m1as%P6Cnkh!-sNhOHVFpP9{}KLGYgpD6}ru zngJy_d+My`m1CDAYI7Ri@quF7kCV#+$kxF@{QN3bS|G3>`ja2`T$V}oBiZ-+BCfR> zlBpY(abFW(B&3h_?APcS-T#s_W^yNOo$i|KfIz!ZLSTBPuW*@`z_hz&=#`#wlZisj zZth+n319Mnf`?*mwJ$Dzita(sCTP`1VC|t5T3j( zDN~xvy?Ihy$emBRpYGrmliz^kUgAQ1QSm#Z4*j#(h}aDX%_>yq7T+ax^%JpJPDy?* zI+0cEHPQ--?}3!xuQ&&GJ`)tL#VaK+HfeH0r9h92lQAnK#_2&AML%##A{51QG{q6c zY&EethI*N^e)Xm9+Y+OGca7Glk(amD*6!;_bY5Ifd6d7xyC5;@t~Z&CG9l=M=$7ri zqyafD`d1-WpU*jz%x!`RtW43?*mTzt@mFq=&8+bIeTwqVWc_)U&qM)0=G&uCd>FJb zr)OSW*XD3I3LgsJ#-Z$*SghTC0W3YNxj>*+4?PgV!)bix{Aaed@2rV5nQbkVu}$r3 zZmdtHIot|!UXOQ4L+{!OpND_66k32ojPC(lqWIvwv+@5&i~)fqq|G4zG~O(ixNdVc zc|B>f$t){xs;nB1S9Vf6Jqd3$i`^+W*c9=W%xq7mU_Dh0cNCkwJxVRV;ykkY7?R$G zgI(fp-J~us?1SKKD|(u-Ph2#iQeEMB4Fi~e13aE z&NWwV&gHk)YSo#2jmQKU#g{2)K6@Zl*dbMTz#pJ%E=9qzVMReWn0+LL+LKAL3hC6! zl%6=mG6{GQk04<6$9EUQU8y5@*i(uS#<_Zs2H8RiUobS+)a>i)Tjg?_IBt+WoePHv zT%!%I;fvv|HoZ1~cmg@tq=;Z-glny5+M{3n{li?V)^D|DLMm&zcXKS(geZ;D^sKXw_ ze_ckMs>JCyN%7^-L=PK-I<1Mwg+n?m)V*Vg!mqag>rq5!_#LCYj?slxz*)zFKKO?2!~Tf zlT|SyQ}CP(*)f|tHbf(Nv&lhX=6eEhmBVPN4H!d4gQMP=U*h-G=*gEJdRIKS9Gy_u z4A=}jV0^f%R&W3*~x(FZ%#hO^>O zNbzu1+Sb^(_i6IIQ{Ud^Y)624I8k$lWa|1@Y&;?Ss&F6YD16J>5eoIgG!o`D72bhR zuu0F=S=&P)#BYMhP1IY_9}G59eQSj{jOaBBv6|;mjDn8OMBgVU?at8IStxet5Bo4o zQq;@n8MXwL5HBqc5=vl}1m5j&uk7mGURBwItayk(uiyo@$Fr)t4;dO8%@+F;9ABx@v2`XrA4*ur{$O60U)}aU=@QtU(JviNq>o{DbikoJ?!tgSGdN@0@{i z0;Ep>=^%VW8`vxCkY|BYMae=Sg#4)>vJyLp{*O5%$dP>*IfJO>ysi60Pp0=|FZb<# zicKDz6_Q_KlXCg#;Qip7jA06&Czp#CfBY)BK|F^y{Zq{HFS8=@mzd@0;Qh$##@Hss z%i8HlAuYVk@FIB+0VigPm(m%F4YGtJN<~HbDvf&X1wHqpp67a${m=D_fBPivx%;`^ zk@XK2!vtm*xa~gBiL4kSaCFjv&8&}HC0;P)CP&4s+?PIyjq(fnMt^vHDN;TUymXvKPy9sfisb;4{>vD;iFx8GUgVbgopZ`XqQ&M2DwZaBZ zUtw>S7!)%Emi80y>yip7S|lt*5pl3O=k3LoV`!NB;d98%r4VF#721eaLcoVwh&x9C z-r%qc;xgEvJG6G(PAB57uF5cccY|81qf&gaMIW`f+QS>k+L}JhbRILk zOZE#$jhB|)h?!>U^3v3l<{D0RXR5Vm;DpjeXo&zUC8B0TKYOE+W*?_Y%%=2VGe2ui zrB~B-+3dOH*XiO3q*{jUfWcr$N5fSrUWU1;IvMAca+#(a^^?s|*Wih^E3jIVSq(F~*>b1RGprD{Uv$y-zx@{Cstczlh{85J#JMR>eaM^XbyrrCApVxvfIpFqJS?er%M ze8#kG28U4al3UEA-2R}Q*iGV^a*e>ta3U|NXw7O}#2O4i%%S6kiWcLRTlEzipp&L5 zT9x1G?ynl&S8efYv?keQOxtUy4_jdiw*8VzwtxJg(yCEe)Rrn!QB$k2D%5aUtMaOB zYI9UiHMPDLZ$;jLD0-5n)>qF6C|hUCczu0gPGo9dZ-i*6yn2&(xo|7=q>$e`&8KHN zFL6$G8o`7s(sQMGD(MvIfakWXJa^^U6_{~>$YTg=!i<(%23EP82H8nPygqeo+p=5X zRS^m&)iF7CJddsVwjF&iKq(`_+5vZGux3@|$MrjM*@*~s`);YLJGXWHXOT1+@=7AH zzpw9(p}(d!)z?qNmt9~L5&f|2A@n)}iLLr{uc?TJkJPKVD$U{^%X6(O&K_E7v4W>4 zGx6&EBkB20r=5FTNY*8#B)CPq9KuMB^TfE`p zrPHM5$^V>MQV{Q`52b2oqWhCqsL8!KUaT77WyIC{vrGx$X=NZQFJA1fsi6E$@VkIpzL!N zH^pJ>!H6bli(6yE(WZUP?yyRUbK?P?Gnrj5?BCZE8H(BxvfD2qa+%Vrw?n^d&}+j8 z{t%1zxuB0AQM=x&lqnD^a*@o+2jpYSMh%0`hqy(TjYK`q$bS8;#yv-Y7w&19oqxSp zg8EY_xW7Daf5x^zW`Ft0%g-q*D;M{RugQLh73qX-Y<}5h#CbhdcCzeU;4#hSRPrb* z(xBu8Pd?!rNdPcQbTH=~>6@bK-9P!wr?*r5=2P4G2R-=y*)p9<7j--QN~N6aKs-uk zUpz6-CFi->1F`qfS(>u?SvXuRCOs_im3_(Yu2H#?An#4%Kdmpozd7u#hf zeB~&8<#aguYS>qWyXafG(pNiAHx&{e+a-tTUwGy%kK5T@#d;zB*ACW;nXimS$4ELc zgbsGmZ#1FeH#;GJIfiQKH(}u;lV5AJ7FB)L(h=h9|f-J?SutUq7|i zAiioOdHy#mNTyZ%{M0MU#dq4sJj>Q2-D~)oEr)y8H1Xp7WTEgZhaBcli~Paf)t7wd zV9%;cxSn-int$h%Yu%Sd?&MeCcDhx3w$Qy+{B|2z04WS6TEZh(DSXi~2%3b5thn0Q z3XjlE&(>Xr_`ivNxQys=#T?l1;^4q)I1T0U$5xA-QztH6PyEfRD!fhwRGD?>c9D0; zpF2g(%cP~T@u95~#~K>ic>=xhdt3wI6OqXJ#_sKrXccm@{S`KE9^~-gfvJAr3jF}p zOFRa@nb4M3fbY$g6+S@&CP{|Hodj{oo)Uk24vGB;V!B2P7wnxwnepmSyVv}nICXN; z9Jj|eWcPlyHJCN&%%A08%>pH9%|%P1T`qT(eieiS|4?;i$fdQEBmM-rco~@ZK5OeG zEiK!sDsjDUu^Lmp^T@|hP6>J51*vM?XkuGK^@Unkxw&T462}Jw!-nHCz}iHEKVP6#-C-O`lOO~%g&oqa%j=XhQd;2 zy9*Q8*QlW(>YOM3On40Q2}2LqsGL@&OOmppxCt}7#>~P^EGFQ-FRr;P8g;6awbj)Z zE!SWC<({5Vtv1)*{*_A~Uc@}Vxcd=0H*rtm?!2KTkhgw- zc8A3GgthFRWKO%72!+(NeRk83jnH~8vprt&Gvo}hMf3qrd3h=p+td#)6(HHYeQU;CHez}4me;lyd~D$wVV zKmUakwsU`>vjjOtIE;}=^(m;?4D>#Y>>`_YpZFzda*L)typOvT7`djfACyo))6|Nk zO!x-chqx!*gwxKmw*%~Amh4)Hh$uO?XkEl@EE&sU4n^- ztx3kBTl@HSZnqRFk-L{Ds{Mh5al|jET2+%+&(k%E8Tb{EHOFhV)Mr=65?z+tEz4V5k1ig2sIy}c58O^p|3cV~SmTS!_JR-6 z3npphfU}jPX~qqKqN3(wwi-j?e^invYDZ2NqntCB2Tz_AIyXt6v zxNgwxiK&}pyj-u-a zYdUTA3MEo;==F_>#Knu6wr4u76|-5X_cr-K2ibM)Oyli*3#~oShV(>b$J2ZGQtVr+SLYP1)?G7%s7v)Yh(yglqZx z1+=uUz5TLg@x$(0`};4euWyEQ;PU&pyU7Y`cQi6wQGu~wl$at@gtV1YWEGp#$E z&a}cLq}*t1txa4o(sxCB|6%d#S`PSin2dEkPgtcwAX}}ryFFB^)ylM>eC5Kg?A}^~ zAchFUhPxIxzAa5AHz&7rUecUcS}DUFb9E@VqONYdvbBCseN`)eFTbR#`?2Ls-Pd<^ z?uplA5VFnhb#pyCZH>N)X1mQrNYLf(@cSE#JC@(q5g4wnUP)K?voLx;2F{|#>Sj9{ zWtIVCgAORjbHC&sgmdAI)LZiYuYKSyOt`3DA^Z!O%cOur=&0c=SXp;s^?gze^FPBq z(D=ZHi(q6e-f|5hr{3tMw%M?=mMq6LsDYdDy5v~|Cn|5v7?97_I8fh9Zta0X2e@}X z)d7=axt9w)!Ug}p4U;Q_(LQpHG(mQOI$$H(li{aCBkUlLm4^=+)yG#Q6&l487Y`nu-_Zw85IB_%tKd|6 z?Z$bB`gWb~As+5+!)7gEatcYCoC9>gtH7me@PD+z)zP;6;9 zOjSy+7D2%5L%*UQ1>+t0m~=@wvkuM-$H+Vqxs#PkDl6ytBEkM}MMt1%vB!hRE4+*1Ka#pG}UN0_+_*(^y%{todRw+!TuKMI zQb5<4NXQH)XP`uGMRtUe{K~UG6r}`iBXvtdZNBbMWMRCr&2I9j3^2QZGrCFRs;WA; zdF?%|tt;GK8dZ$Hh1c0^qixXhghL375#QNazuwh2&uUed3nId@M8a!ThIIHMCsJtX zIpVMy;*Rj*DpSa)Am^`s5)N<(4b|R$|3W?Dowj&M!`ZcU-CBh^@9MiU@5@?!2#&7f zzsNxtTUYNQ_1kf&gLSzAHb@_X>gcXWw=L(4UK)|umE4ZubsE{ z#o?}v4h?rnf%@V1L7+MhYb=P?Q9TI!%r4kxb%8rZe)6H%a~74zM&Ie!7z}#L6^U?o zBJW>#2w^;x<$+jiKev|rtC%N}ghseXD72}od2JZ(4YwH=G&LSxI*OoLus((2T(c$a8dT&G7+I@Hy@uR0D1AyZd-$>6{}!~Z((j=tXgiJHvEU*dw025S;)>sDp< zTl`O0&^VjOP#|*tg)e*x@-ke74VFl8&_<&C9)B7yo%# zHj}wye8U$82ga4+t>H)nf(*<;8pt?30poV1 zA^+gkHAfrLT`G?J<`Nq3+avA~MlkRH^WOD}3*ATN@A5m%G##s8`$@- zRtBxXc~E!=xTk*mWplkZ=w2zgF-zo?mhlJ0cUd$Nl`@;p-@BH46G6|#Z?&!VRyZ)k zI>aL(Zhi-8q|rz=+?#J`!zCKx8$hEFjcjV^-5!m^a75wCDiJMUEn1Dyj1!a6(vg@{ ztQ6mko#p0Obj?IG&D(j2Fu3Qtw#VbhoLf<@Rp=fu;BL46L|e zGl7TEcTtIgjKpW$ettqE^3^68Czqn-MB3e21g&wX)gh~QsHz8wk7kR-rOOgIcx9XScUk z8NC|4oom0mdSg1X7A~@cm`&vtwZ@~bNa$f_MY7bApzVUphBr45{MZ*HYR4nd1ia%#vtx{+oA@w}_!JDZ!&JyrOct=eXkLMjJ6?(Sf)&3dJGq`G>c-v_0$67jJp zmwg(TrBRbWteqteCv9MC4-1`%MH-xv@`&P5thmk1VIm5s<=K3YS2Tjx?_bx|zlQ}B zs3_M7n#c4Cm}{${?R0j3(!PxbkDiZ|F|nHM z9m@}8Gc7!9_IMhcGnrcAPr)JlC|0)=bNH(1_nDVBwm0|yvEj|yKVzlAfTQCx6S4+} z7il|~g{;_&iieRLcc@%O%H^F4sz-bkF<#!B$zC_`UCaBGgKoE5F3&`wE8PlVg- zHaoB6eSZJy=9cxbSTnK*DO3jCV`dn#BX*+OY|aGjz9VYCWx>J=y{0%!bW@AZiAHdl zeLDyR5us~Soo0&xPn^+Y%2&>BUFofW9yW&Hxarik^yu9qWaQpaM@Jyo<#gc-Z5fBu zNe}VhWZ(#Wn0sl)N_S64@r_BI+2Cg5qhyI#!UvJUxY=15qJ6Jn)ZsA6%>r)bOs3EC zCKJaCf<>;v?v`m>7mdI;wXvb``1o|0n>Y|~$LCfkJL^*y_a5OM^S=j<7I)sf!El1} zDP>wgZ7?=e#Sx^gl9#t;vNsHfe{&OmsRd@bg& z7qfV#0SKFvIjm5@I3TkenB^)qCmIp=)@NY{B{S)rW9{8rDl3r|+o{l%%O8^&^@6gz z+-0`pqjnoye>n1H;RokZ2X&kembX}pvDMeq*LQ+`)hlI=Qy)3&?cR*7G70vTs5z&t z?Ld0n*EW)kZ*FiesHqu4BsgB~x0IWe8mC(LOkuPV{_8j78+zd@Hm|+?fo01c>E;|5 z;aeEt3d|rK;pt9OpF>+|^+9#^_u?6t(`^2Adgy$<@S|Z2Md`BH+G{NKnqfrr&zg)@ zW#*N$I9PodwT`i_&P|oEMmlz_O!ufBQw+6&3u`fqBnx!xP-|u?R;JRMs;V>O0j?#T zx}vY|+6Iy?T%=>#&hWV?=WO8f=CON0ER@j$e}Vfy-$d&Hkh`pQ5K_ujCBu`laolV_omCuknQ z-54DJ{6g{(2l6#gNdb!8BRF(iB|aVO3E1Nnq>SUTi3Dcqf|SHq-3#J1%fpc*uZX)9 zI)yc=Lw}W+k1@;#?Qe+<&hBRJQ_xO@b#_|ej1C?#&P_V^>YjG+gq+!I2bL9&Ds)-_ zCV6(Fu|9xx1Dg_ZC1MT~BxUM1p7ghRVAvB!yagmtftli-nXDqo zc+I)Jy?4wPKkh%&-E%&UG#JfQpcggH-|%*jyjH=&D2<%l%`)lawZtx}? zJ7##(r%kL}6Os&^HViL51Mp$5Z1Qo*x((*PPI_Cu;Y0wCn`g zl`DHQ>C1W_aeuL4G8n>%vnQ3hpd-Hm;qUm*3(fib9m_Xu-hi+O{l3Bl(D!<=8tZ9vhbdsyyCwvaL878oiupo@n>^O3b$>3@x_bD z>RRz!^k|T~LD0#*K;x=(p7tq{a6hAP1i#=$4&3nYq#@=o$DNf4DBt*zhnL9oPUl$H z$j&O+lVs{WF72v;V;`*7ygfd6G)*JaQy+|tamIq+A@DNr_&$PA$QJDQ{~#UEn&x<|2^Qj1K_!m-N{)LYm6Rg zJVGXQQAY3y1|xGA7i?ZZeE879B}t9(H#-GLIDyzLRgHS_ffWJauD%L3ZwNphh?Fa7 zo>Q~QmcBs^kj#Fh(E3 z)fXvvc!H%ufv8dm!+PFqFs6b*`XJuN9XhM9Q>Y-0dhB8(>T$O^7Qoxr9dcSMDQ9Lp z6vA;OjZ<0U{2a{gbMz=294}mmC!id0F5>YWjU)6S3sdlTeCM?bk;MY?A?ot9IYwt5 z+-*_*+5V{okZE5=9Q&N?ZFr7Bre!x{GZ>wNB#IV##-%ri5+={M@}k>>93Sqds?K4f ziC5~!9_Z>?u9gW_w|iwrVmRQgGso*yi!+;ZmfYqHudk?y-{kHUj7Fu)p!1vEZW(T{ zWaagd$QtXtLJD3|jmzT~kBmIOvAXeWWW1oq0DYA+cm05fb3J*6Xtc)F_qVhTaz7x~ z`$j`%Kco`esW_Zjb9L8wnd}PC4pzPJRoSbs8>xeic``XsB;Air+KBgLE%{6 zof8vO_i;7mdJnu_s_FgvM(Hk-5;}HD>GaK(1Di&ylbKJBs?{NHu~ou9&eyC?CO2ey z_a~b<#;$L2Vxb{~z4&%6Yx#CDMgIr+q!)@W`4it^}f~ zf#IjgP(2K2hR1m>jtKr89XIv|djtLsZ|l}r42pmeqIeSC7PW}Du2s2>G*73CaFx{cr+!@wG0Na>4}U*&-DG>5 zcUjDJ4qHsG*K-1nJ9Q4ECf4iyoZVokvRZ-~Erbua+EiJsAw+^HEMYu=`z`mzrv0hH zZ+=)m;DD<y`$wHg4`ek=V;tI??Z;uj?jAS*i$xV={PGBjfQ%Wf@utn4YuU#011IF(Cm zHXABlw48}iiFPD&J6Qjf7_l@9U5fb^?x_L zyCfEW%@%^2d3D6?uGDI^M5|K=?3o4d+M+Ya5~we&5__R;emJX`266tJs27tSOu=P4iHN(F#j7eWlY=XENJJ zypAAWpc@IiL;k>;rqm*@H=xzrb>7taxl?Jvl>PlwR^;q@_y1^_t1*=?NK*+O`aIV8 z*_g}OJQRCZfTaH~cqsSp`ogcQty(sjjcSV z@br&o;}*&>bA{&baqG?644(h-GAXi9?5vYG2M)-72R#P$-H5WyXzmU~Mb26G`&dMH zW{bv#-->8d!PZbwh{Do}%@%IC^LL!=?pX?Zlt_K@-koEITbdze)~J>0a-}krtiOHx zqGR*8$Z#~!8){ks&7oQ)2-(|5s#n002O4^})!Gz`t#2J3cd#5t4T+llyvPrC_dLJZ zvEik`!4-&yjf>2|!Mlf=M_*XA>aosF*!2g(cWCXX>-yoxTxkOID7SRCt@mAq@V(IE|4XEfK%tdEv6_dDW|hFV~WO^5$Iybm-LMJ7GVu2L zB^d*^zp!N}g6yRlPEWZcl^|w|a4sZaSiI=nYx?plB08tW5`vSvPH9nBEU2HiJBDN| zT5NY5;RUk+u`hBfA}FDCs^PPP^c~)j)Vw`0TToN3-YX#TlH8=R^`@ikHbDW`DZ6kU3#DN6nT>vn_5yx=OAq zSJ5BwH1@|$F|(uA8m;3KPGe2%mIZYu$qz*UI5rtMk z%Xs?&<%aSY%D`XFS_yhvf=CIy@;XEROoX|Ct zwAa`Ip~1-FD{AW+m2b%G7E4PN3=BNpMjx*IYjP`OZsb1n1Qf_Kk5~lx`ueL!KK^wG zb_QXU{E$*jGFUZKwmyz?Mh3JfqZXWl9Q29`J50}G2)cf^C?neI$&~n?OXUxX$33!# z$pkc}^#vdI4enRR(uL{5@3Uz*vY3&h;X_QBRopBSxR3RJ$&UQegdMzA25*vN1?QieVI~o zDi_J8i*JDvVQm3t7}(*;sP9LNzzR37kmaG*h`}|6(QK4Y=R<1^eDe#i?P{vzqoP0 z-eIqn@y^r{!;v=*8xD(ohYW{&hw*SkkB7thLu7@i7B>Vc1J3b^a*I;rD_XpE{9NH} z_VOQin=0(yChz6=p9{5SyWrbrG}gGT^4MNm3tZ z_v5$fTi=eS;FF!?>|Vb(O1j9dXUNmL2wyRdzdOnJy`=C*vX%%|m(@(Z-9`URah>!Z z7h8sGW^$QPr_l*G4L*GE;JXLOL2^HSy*uk~&=x6tUpQXA4t%T*)RCvr1_yar2#Wg> zTghhF(KW=LCALEiBul&r$BeAmn$Gh0fm-S*ZZS7sbiGxsR)xGOw?Z)3n;5er8) zcT{zFym_C&t2e~+JTVJKAisd*t)sLZkMX0kYM3A}vTdDZEeQ z;>S-vO{T5z-BiN_z^2#P{Z3a$zziQms(P~PbWT4)sbcMtwZi+dF8MdnFKP*eej)r4 z6ne#8(2h~gfzA}sC?tONg821ket!S4b5#(qEiR5vgu;tMdR>jx;^z1Yi?zlm^?^M9 z!u2f(tYb*}YnzQmEw`G$2*6>pJCTkLOTO$~;AB948`@^O7{f^fAt{7`-`ys@`1Mz> z6USD6@ph@Qd+zxx;o%s_A+*K&vRh`}qIgX6)TsnXb)SFdOV>XCJ96OpLw}V0oA~iP z_YnCLVu8R4ntVg}Iqpxdhm9k(xsnD$2M3K$jEzqUwiAnm?1JTp!fvoNhjE37AS{Py z_<(ik46+n8eQ@gougRX}oKc;{Orx{ts@z=TC|vY#Tz4!S`RW_+CL0!R;?I+}GMy`! z2rwCA)69*VPFOXm@Rne+-R_fVFFC(`dv?s*8;dSM9HTeEL(7C4AvsWa02gt<27G%! zB)p^XY4Lbr)2nwc`D;kKirB>ug&R-pCHAA_rM6bFhsKAPL=?yz-gY6*34({r#F(e! zn`2{eMs)cYlx?$TcaprZ@H1VVOJp3N-SGsh9IAMESH9tiN(P{T4zl7Di&mx?2CjE+oEt4i+$Id$P6M@9^uN# zQiKmOncM4<-BvIJ>|-mYe<$RH`>Aeb?%YU(DD`n}9<4Lv68<;Oz&@^WQ~QE7PM1=t z*EH7EUa_QciN{kR`<$#fow<4Cd9Mu)t}$rKHCA&+P3?hs6OVRxttJP!#?>$yK!%BY z?xwEIL$@MVC(lLvffc#2TVeCS@hgVse|_hMzUx|>)Aqmlt}NG%G`HNn>bB9r zfp;$G-1Yj<&~hG;eT1%D?uPjtE01Ke%?v|mZ4#|Ptq*-R^NxV5Xy)&B7rx!ZUE!H} z?QOo>T{x$U)7?Qv?mV^kC^?Txr1&LViuaVK-$TBglkURzkY&&_^_90@9wUFclWf5o z_#(ANYVg`D`n1X*xBkS3W}xK$e{@T(@wG5MYIXH_E#^jTeuae z%n?VBPRLkxvDY0`JX7A0$=tZ~!0Q8ps|;#QbuRnZ-u8=|o44IgUcBWGdV9G6nxT13 zjR$+jh7TiU8_xwQJR?ZheN8fnc!MkF&wppvlC!=_^OkaYi@6j1hAWKFCgF!_Ii(v? zNZ)(k{_IN8w(_%YeRdi7w=v(rkqz;Sk zdU&5#eB%&l^a=-$Po2E~etzC@ytQTe_d*`PRt}PG0z!y9goCwp_#cFu2`#dmY%q z`*>SM=Mnfo%<^Zx^ftfQeU$$Thyx`k#x5$>KPR&NvR%J_>&b`DzLc~)^yJ%ree>saO;qJW_0u$&-D)6-r9!xM&bO;slS$Ua|- z@26M3oS5%#9=KPfX-U>!JGOX>$D=J*Y1-=RuU)oyi`%W`s(ZG+IWn@A=T|RS@b0ee ztzR2iu#Q9S)i*akf?Z|s*$4aQ-`>>R$Mf@Bns4su8@{c%2@k_f%{QU{A8Y>0*#JBCq#$q3awNg8cGPayMegJDo%IIjH(vgs#1DaGGY}UY5)CQy0-pkBZEO z_KtNkC*e;qhYJ;Nxq$oPhtJVuCu`%`iBPDDJjV^Tv>aQK-VWmcgbd<^*0i&^!rvXR zH+j8zi`B}@8!9WutLvBgDnjHW*O|-Tx^Vb-ch3qz=xK1b`2)RvOWbCT8pGA3UNR&i z4wrLb6Ipd_q88?cG=T=J!dpi6#jQb|9{L7@O67r9L7=|JYDF3qr_(u{Axp1JB;f5C zuB^IvY;

C7{#URB}zZ!l<(0DvGcZ)#I2Q=n=r}nKPeovwOJ3fE4Djkh&Xv!~gxvcUlp1rcXK9#z8*_wyDy2i9v zv43hr%A63#?A@}wcIu<$hcej~SQlrrx38gXy$G858rmvHuUObnp1(H#&qfF+_j664mq@pZ^V%J<3E z@4O}coP798?#JYFg|8K!AYTysxK3^!qqfiC?KkmuQPQLwi}pVK%4;Mx@A)3C?O(+k z65Lf>d7(mFN^an}!e83xn3v+cb$AcFZX;nTL+lY`F*jwN`kaH?T0n4tvmHnIb1u7c z>Xs{yQi=K}kTmrQ4w5ELC?#nI2k_I9rj4$&h#kM!hpjl!w}NSwLAwezjS4}3W4YU8 z&H8;wgHDe_QEfCbkwTjCs=WB@RdQF}Zlhk}NUK><(O}hRQceU##w{QpwmXsrh^g*s z&?7+XLbFB9_{7|BTjM?N4{Iy>3fQE>LTPf{xJ2cEj_FNNR2O078%LUuB@9U8$P3`QNE#ab;+ zPlgJ$N&{nBugO@UR%_+EpLx_bI24~*HH6;7kIF<4PY^Y+{VvRRwXZmzD% zCx#U!4A@eUb~w`&F(fW?%N9dHhT9fz%IU~d#BhRi%AV$2m3k8nIC#Cr%QY-?!4sV_ zx<#bNX7X$3q0*t(BV?$nD`YWJq~L44-syv}Fy?bqyc51(cd_{d7vhAKCszPO3e$8& zJtg*YPeFeJ)259fX{bg0R59Ku_tc3PbwX*bawP3;>V$GJbwWA%$54;k9Z)LnD|(&` z19P~WDH9f9eM+7H|4pO;vW8ffJ=E2;R4#8!XAX{tqi>(sG(;?kVYk~QmuD+0*QLpG zq^34;!^Dy+Y7_Nz_u@v#!-T7Fxse`gq05c1iG;3fC@r3uC7Ve;+?kF%lw>5<<#c#(2i@3s|Js6{`;Yv_SPXZ)UZ42W zTR{zGb9WYdqd(+<%@OQ@*gv@(BcjjmaP|B*xv%3HKCgJ*fO~k+o%e z2{P7{9RR#W_9MV60GE@s0VkkqffK1Tb{AH9IV+tI7YU14Y3L_t=~J{cXa|`FY^bA( zmM+^-D6lpcV;{Lu_6Fb8Pqh_%9BWzPVP z8X5d7@rQuF4tP%10XV$M8T>5<|B5(oR(Uzu)JjKs9Puu(Tg#)|BuWEX%dtA<&8cHk z+1<>y?3>D8AYD;=vNBTvkfUQ>2mS!)sQmWeZ^CvBzDW%4aErPm=c z>7~Weqw+tM;M`f5@5?d%70^xNOb<9>f>5kf7AO>>pJe@pJqqpjo9K5DO8YHASDl4k zOHkHp3A%b6`cW)PdnZ9BKc-N2l9T-k&@rjr7hE&Y_li)8k9*4OCAhqN2EMxNNSV6? zm;G|4mdQAU((}$3!xNY_s9{anlN3+VsfLXOT!@b4bvhP$*2%CrpitW8b#xA-(rh$R z>D4=EzuC!%)h(4?Q+Cx%-7Rbmq|%dlTAE3FtVNvfXp67X79}Xf9);2tA7U*sIBQXY zuLcF4u7zSys%0`wp-e(z{YHdQ)V*q7iE@TzKR{WD&c^N08G4G%Kqt6;REH%lU^=WY zU6qrP3M(KPmz0ipCDXd1?1PvrP;mVuEa|t%pEI!`crhX@nAO%*U9&W5wWnM@FE1b* zLzlmB`!5=;ICtVeVV^FuHw1&DwXrU{6L-oM+XZSk>;?j{ZjU=*B+rt=n>LBa_aJGO z*r+5bT(zH37S%T~%t+AHyC?>j7D^t)s3hnH5gDc=Jr9G@^(u$o5QR!~Oz|R7;rJ=w zrAV<9FA@}ZDM4j_oq?|XLmoVH1+YamI=~fVd`Y7t34SwTdyHuoinxlw%yN#thm!?b z?G6|a+ibSZsxz@AyLPrV$d>i_2P!MO?KEo98Q9{XDk}AojZ^CThCkAAGJO!k6eMAc ze)R#0DG5r)DM2S(betQ+IMp2$p_I#R5Wf#N)ikuRI+jUwETVO=6$@izX~oi2b+jx{ zgip%8P=w3Lc#UeNw0Z_Q;a(0LZUYXf{)XaE(%<~I7@VcuA-^pl&}!@aJ93j%V zXZjmfzr@cdSEQ?AiI}2#9n>$ux0Ia}e^M&XD1*YW0xXm=DCZhsoI&DH<4(E)Bz{II zLxN63DP;gE)3F*PF1H?*RtxPf`yoy9sdyW#%fIwbohP=Rkxr%2;&4 z0GxL0QG>NVnLM|L;`dfya*EBx1~x;hFQRkL_8SJ3_M6pb%|O|{CqXAU3I&%D*0DK; zY)SW~v*{d5P|8;&=-TK^S%yUkx*>*noBkzg;N%A&(Q&8&feXa9n8XN9FML;iK!}#f zQw&~!WQDpr0RKRKA>hg){5kA!)5wm2SV;`7D#9OT@LljbIFHq1fQkY27k zK`lI>IdKwa1zPq73F@I`foJ}w@@+GCK41MuKxrnsYKHyWSlRv00sGXKM7U09LT@1h z;dwnuC544}u4d12#G31)-xJv9Bf^$v;piYm4@twnay(nkmbAFO@z2L)!Zs`n8)uVIoA!nkbaf2E#3AgW+(P;kF;W zdPw0%FD_v4Rb{V{F>ss3z#`62bgZ4Tcug!cBbLx3X;k7sMLslhNX0pIZXi}0J-U`Y z{ANWg*=vh?QM^&U3p?~aIHe#p3mPrl$eN`D^wa4FK>(^XjA(tUxkl< zfp2SQymx%XGyMar<+6@^?qGl2`k1K#Hmcs5s`2SVRy&oYJLudo z%9K_Hd;SE* zxsSDTDQjmTo@cLYcB*G9AE$cMf96Vu2fT0vd;fC!{ok$hN%-aH5eZgKJ%I53cHlA2 zp3yTr_Xg$fS*)YzI+lLiTmw=_G@$x`1NuLSU2XIpkF4#xvwK{zEof;nK6v!*~pKAzD{E z#fGpX3i>zN4_y0-cww z;wAbgh;Va2_HXDPo>6+knyKk&&H?MX-O$^}A*0g%G3ul|i0(6NmApX4(AIyV2j|Fs z26$x={s_%Sfl%~+uo`0uMn(KCld>NqFqo8NmUU;?a z5a1F&3;{0j!#F1rUi*gI?oyN30%1O1uB1*f0Ev&gvCgRFlOWosDMdI0b*v(@@M?MZR9 zp7}P$DvZ&$i?Y{5*#vzXRxAHcaLbi|OY=4nT1Mv>rB^YIOXrx%0?XKbMN9i+@6D8+ zbYUK*KPPEoK~b1jJpTvw)(03r!3see(rnYVrP-b+TguvIvnq$QU7XbkALvesVI&9l z;TX-J?Iw}{{Cd>d&ej$9VdXiQ;P|ymnGG5kB+5ng6@Ik;OemPD) zDwRg;mQv}-GDPQ{DNTDKm6m$K_5j)wX{DeiYgkVh*JT)&WRFP$rTk)MDbVzL3>U>5 zOL+bTduHD&yl4a8v-w*|Ft1WBCMv_zaujDDWC0xk7PcxH00oV)(k)~+;4I5FZJT^e zDqWy$v)xnvF`$pK(&J@Y$Ph5hc&O|lj6mW|fTImYyuz%;rNXjkQ}WJ?WDb zOSdV8W=gLw`{_*Szfc-yr4?j7Y^Q1Y_d%!ku-YG&dOlrXbb24)s~L~|iq!Kc5z@Hl9dj@a%(Ru{f1O}K1xsjhZG+PZ8~XbB*C6$xRnD=CCMng3uEwG8T?$( z=l$}s|F5|#4UVFS!qc5Of)|KN)BzJ+O~4=~C6EX~;t^pJl*<#cqEL%LVMT+BiX~b| zd6kMKIz)v~3JP)WH`r`@l2a2D~S- z624IL@rEBMXUkU$hmftsM+fCVK$iBw7N<0v-`)54KHQDJI?a1sfs>&K; zu!sii-cA@*Wlg&i$i6e1Mq1sHIYw_WF<=+j)IyHIa?YOK!E^US>;l0N`w6Xp?e19dk)bAG4L|7){n>2UfF(tx3n|M?-!RyG2fg z9L=XOP4i>ME`c48JW^j__X+t_QOwhPtC6jb`LMoxwm!(W9&1x$Z0fabVlMYfhJH9^&|T=Y`*p<7TEggQ zl{w_6U$Hi(8rvx&He%3H8)d`-nE<5G%HA2kH9r#ar}zgso7H^G8kkS(gJj#9O`fKu zC(Q$F6U?SQ2&9vzQ6FeN^`+*=jJ@n>n%_I*lc(hpU#+&vtj>^6o=@XQ3^vhbBF+c$ z?hxx_zY&EpvkvP9$}Qy-##)ojwGW>4{Vvo1B8a(&I7Qb)PI zW|J;8J8AA>T{4^fi`Zn(OWD6PpLD7DG1vt~EiIjL8qJU4T~msdHEOxlZncGc@+0!E zCD8Fab7{zrn|dy_2mVVnwsfs5ZmuLb$c?gjewof+;?}MH49MX*fYTiEljaT@5p*ua zx};o++W!XYQu8N-{21y*x2E~r=b9fgRvITl{s48@8g3h?pyswCddWM)gK`XF>dan` z;_67Xl6Fua)4rSjMJD8_2F26is?J=;84ArkfeUC0cph-7Tc92r;9oOd0=$~}h0D;${{)R2YyDTDpYgzPDlu@>wTO>Z3Bt=Un&jD( zVMc&UW2oQ@$GieTw^-H|%gp7NlDB#kcuCGKckoB(Gmy_!EjQi|U zQcSG7Y}B>3HLR$3QB>{hS0t+N;S;#TMDG-wnb8rUGC>wL=ztmitmn; zl&-kt&%z3E(#TluIcGV&%7)-@&<=Bg*V5v3Hi%L>A#_IFu%V?{qC?#ya4^q#)5tJ7MXM(Y>r|Pi&K0dxg{wd=)Cc`=dZtCt zo2l5RNng&8+g#O=o66nbZfs7~uFKdeRcg-i8XCM#uV=fI7!8Tz@FWQ&KP)lbuh?Ig z-VZOgxQ7Nb4%p%D_@Z(2Yhuto^|+M3sKnws%&p#KDiv6aj{* zCo?Lgl-r_GipteAImX|Q>m|5e8&)8Z+xEJguU^Gh^KdmI4&km*J$LoQA>f){06wjx z1Qjmeapw02j`OGC-ye~m0Ut{^W^QO5`!UblLVP#ydzjBNH{e(L`=Oyd&=8_N?>sDl zl0`9g=IY+gn&-YGy7sB^rsm)3-EXI?xkdK%vYhUGxxed(*Zr&Pi~EDh53So&@cm9P z_UEQ040hj@rA=zY5UaW2kCeOj>c%lAdRZI0j@*8I)>&PXJbVW11+p3hc#57R<#LvS z4Z3KA-lL0mR9+OjTGjk7T7YlOwtpd)?DzMfWDTg6s$# zPBHgCq}95QiRZpkYxjO8~ zp%65J7__{2c8$ySxbQ~ox z+_&$IafJNgz3=iBwOt+XTmZ$8C-b#UvC2=|(A>BrqgaGxqf`c^b|vqZFX*S6w7z!iZ6 z02?EM#at`)CE$Yl5WEwL$KYBZconXN2nlZ!ngMJgUovl?CW^|RYl}WcWKx7=i{MVi zJ}IuMDn|Jzcyfa0(XWoA$Pm7x3a|(=g{QcBoD5I^GN4=}C@iX&gJSCkI$Kffiq6JW zD7Lk>yA8zxmGB1=W$D9RtLr-uD+KNi-ti^yil0F5lPXe8W|CQCHkm_e$Xqgy%qI)T zLb8Y~CQC>MSxT0X<)oI>k$TcV8c7pb@&BsLM$$<(kppBi*-FO99poUnhFnXwkVE7y zvW?tH4wDUJJGqD4ORgt7$PscKxtkm%8_6+pA307=kX__7xq;kB9w0l(DRMtKNzRZ5 z$wTB3@-P`EXUSvaQF0Txg*-ualUvEn)ArZ0IO@2sG&t^cbo{PoP)PZ1fsBkLuBT=mKg*AE0kg8~P{uHyT3!fny{38U2Dr z(QnuXZN`3Bf^Ni7I2Ikm@n8!M<5X-xXRr<1(c?H1m!Kzc8LmWs#nrePy@hAv8uT`v zhZmspWIb7rE|3v2g8mM4CE~U0Xc4gbeulh6uQ7@wXXrISA>?j)&7e%uO0NY-LyG9N z5XF*IdhLT$#E)M4qB7859=<;c!uQkbKoo)Z)9WCl0n5nO2}X;-s`1w$XbyUTzlOmO z1ajh@V+`Yj(uN6=qFd;521eX<^jd&qAVa>saGHLQ-4)ufFTh+*>-ZrBj8(qAKft%q z>i~csO|Ju?eh|G5@}eQw3vY-Qu23)dA}^R?c#fdY+fgT4jcS3;Qq;|rEztY3;CUUK z-Ehu;vklHP{c+7XP^$$fnJVW2 zo~gEM`)<^MGEq7lecYi3ZaUzshjxuf543jzrgY$d<**STb-`yBJgETQ3y>S6F&jS9 zkO^uVIC`e*H9%kXK$`|=(+Stz98?){df|}$u1zY`o6FVj0-UTAWfXP+wC;pwT>z&A zXk_2;T(i)-;W=Bo7(Uy9=2n2A2b$YKqTbKE_KffTaG6j;q^G*Utj%Rd5uetgG5iYueQ8A^g{ zUcA3M#nUO@yqqPbGw zTLI-W;MMuSI17fh8DO6mf{j><*5hG(13rjP;qUPzi6eHHeIJ8)>P7Ma`458`hVf@Y z86|Tqa~*R7bC5a3j59AXe`Vfe-Vvw;=>oT)N>C?g7xW1>3;rrNFSsc9Nr;6aVYn1a z^Q4=k|Cato`fK70S)fcJlgbn_jm#i3%Q9uzvO-z6Y*==e>>k-MxlkT1kCZFq8o6G+ zR6!Izicm$ELZXOONEIoH62)>wqxz+vpY=>mPJmy5fCm}$Lng>{5$Mq%IsiNzz$bx+ z-$*p&;T-VrF7SY^@Gu5ET+iId+{v6~&N44CZvYQSpb;1ZMS^NUy`V$TFW4%0P4KSZ z6T#0yA{0xJG*>zzJs|x-`XlgwWZ|+XnM|ez9!#=~D?Ho@JluB`4~r-d;;VRQpgdfj zoWzTP3-C-QpN8{MxJI7m*iQ^T8>*YkocIOw0C{ePbJ)}6>GZ7jG<#f7w_>uKtvB&D zT&GUFF!4NGkHR?!X9t|E(1JZ%;5q`K&$XX@iO^@~;C$}W_dijyZP~w%mwcT6vGbEJ zJ}$oa)WwHBI`h%}2wgN?R9{qn)cNt!i$NcM{Bh1ly&oG9`mp=sq>t4f$9$Oeq2fcu z`-1_8nPO7TY1UH!=zTc9fb%=n$7ekw_=J=HgP9hw=ky={4*aEe;LUgZa|YzVRKnQ{ z=N>rk0*@2CWkD{Sv)DT9r(hvpTQFC!P|z#@9)JHQU}gG0e}c0Ac{KF^gZ8XKyI}-h zhxWio?S_$e3tESk!I)c)t^v)eLt|(I+Ju&%TTw5%7UqC`s0lAb{pfnI3%8Rlv>5FB z92iSAXa~9t*P=DCAbh5;bJ@+RpJ_S zC-@n6AP>3=Gw3MxL&tC+=^?%7UhI#K;~;bb2cw6;BRhpd!3PURkKibD8jH}QI0l`? z(WH;`qsPEkdjfo$$8j9`3s#}$u>w7XrRW@1qG$1H+=koH3s{X_#2T>AFJUcu1t+7I zaT0nJ{JX#66!aQSMQ>m|dL5^c0rW7AL>Iu@dm9_kd)S7`P&xV#XQ7XA4*CdZql-8f zeTJRrQ=E@J!Fk~Iji4`Z0s0)f(7$md`VN<)e_%KI9?wAk#AWDTxB~qLSEK*pIpAmh zhUcNn;4NOl^Kl1y7hBP{xD?%uh3E+QP4D9jycjp&Wq3KR!z=I-T#x(l0C^j)C4VFD zkn?yDuOlClkI2V(h+HI};PvEF@);f`pW_ko1>QiuB>%u0$yaz3kCCs*H{@ILPx2l4 z7x|w28(&ZULw>|N$PaiY-USxxMtl>#8Q(&F!n^SvMn^8;edIE}olFo9nFQm#AK!rw zFoa2A7<`Zs;6sd%@xga8zW6SD7~jqKF&N(i_BntFWP+GrCWHyaM;H+!X2S3T_zZp! zKg5LNhw&qLoQc3^@uT=L{5T`QPcV^86n>J4#!oRZOezzLUuNR)D@;6-z(|=y{3`w{ zevOeaX^b4dj^Dsx_fRU@}P%31&WGJ|-a~l=(aJKFmZfF&{7= z5)tEO3Yj9Nm?>dOnKB|KVa&_SE6g%xISD5bOf6H#e9C-ABuqW?In%&2qMz_A^aHL! zKjN9_S3DQ2Z42`SF@j&R8nqD<%%>e_4cduzp+;gx^~@8*Mx1C!@G56KW};(YIrc)F z^CWme+tCTI6vxmxbQ4&CmGEpSjO1SM+_u3eFGcfE4$Rj3U~KPzCtJYQTn8;)hH-rg zK9|7tT67#;2YPrC?8+H{Wq?_}5G=zk^g39Ur7!{>1uPwqo46To#M!t2Vj~e!K|Kx3 zgefqt^nm9GKsgK1*J-dTHv;u?fFK5+Vi>K!U*I2ru2(>-zb6W~^T)s7+kk@$Futnr zckujM==aBPDNX~M!QMCGe0(qHX8|17;p@Qm9R(g91mEL0Ty019f~9&CY}DhBefbhb zaVoNrcsvR92EZQ91Dq{@KL_NL4|i{Y-7=t=e{jg427m0Gd>$lv^>GqC1Wy~dBbt-+ z36Pif!At%eNdFvo1Uu-l68eEZ>bbHQdSWF|&mO(>U?bOUe|VIFG}$AE9-YvCY!CkL zk#YrN1I!#-es??q_t$Yp;N+Lk*H<5>xc%2b@yjnwG+*92vEZ_hB;#;m0IBIgem2m^L!gIl@M>#eW;_8>?FR|=pu1qMdIbE+ zlV}0VW&JRUj>Fv62DPd{-)+!Z2lb^8=NABkLofp-K+Qwoi>9EvVdfix!vy2)2*|k) z=FANM@nL8u1_>U9Ydg%xhv8@jncNF{umSoo1L_}!t2L-<@+;^E4dfEy;mInP!Q%nm zUZe%hTLbjgz$mB&-Fpdr2;TS-$X(0?9_+x;T9`*yK%Hga2RsQd-+STB7s;I{zfH=s`evj!siGf?{h(EXc$Ru|N%1=x*%r5c{T z4*qyLSd|_a;RitPO2N|n+27sxHJF7$aXIvIDa`x>;C)mhGmLj9_!IZQRR%;LzW^iz zRD@zNj6e|%#JTuakl5=$;ln`9m!OY(A?I=n(DepfJp7oA}`6=oJ{6r|FPEk*cD4%0V8}KJjnq)+6H>|2x#qD(2B>v z3b%20YvD;1v}ElDJ4Wk3KF2_7S$Ge^^Fsh@J804&(3e#pAveI=$7wBV)px)+Y=gUp zL4xe)e+zIFg7%!kuR^;e0A=6gH5?RH&)HEG3-)pWv|y#51LNxij1)0^LQU>u?fpaW zej(WT)7(3@_91A^o~%Z*8qS`bz*7ofn>z0UI$7Dx1B$jm|J$#?WU073`HT1cA6~O~ zz0S!WCjaAo4^*;t>}8G$mJ;?vlmEQxz8=Q+@6T<}*MD~A00&d&I*|Qcz{O#Zb2G;W z%M*J(2oh%H#E!%hC~Wd=I3^}9LGORX$%Sphj!TwnR;s)Vs^}1mhcR{myyi^EDxSq} z;;%_8agY+y4B5n=z(YFBd?J`BXb|ic92dMH_+IEIlnJjB{^;ZK+3fSCuh4g$?`hwU z{N#Rleslbe`+e-M_aF1W5P$>P0*(Z{6Yy=IIM5K-5I7ikKJcrc)S$gVXM=^oD}o0? z{6bcStP6QER3ExG^ed4|)FT#(Q^j9}*}^^zpBcV2{KN3e5#155NSu=0k}o2|BNs)k zh(y|Kq*{}tzon;W+>Ze!ezxD#=&#ZAPEic7c^gJe$aTdv09DRq|McqY3FL|v~Ak8+RfVU zw7(_!Bn>2OO4^lld(zRQ2a}#odNt|Yq|cI3a!_(~vMSk-oSj^fyd!yU@;y4CPOMAN zCF`s@r*4LBfv!=vMmMCpMt8IBpzgTt5#4jT*K`+jpQrSvjHX$z^e^~#5{w@87`mgmrLGmy#Ju+RMo|=AL`kwSV4gQ7*gUpa(uo+y2 zO2Yy}gQ3H4+VHsH1;bm04-H=#el(hlxyDlCe&bQ&gT|+fFB{)6UNrvG_^U}^3N^)< zG$x}d-&AF)H{D@6W;$>B&MYx6GxwUWG2dZ+)qL3^hC^zpwk)x9S`Jx}Rc)PT-C^Bt zJ#Kx-`nmP8Ezp)}bJ=FuR@oa{a>oRZ2{5C5l zt0C)~?6~ZIkR%M=lmzvl6xvok=LI0Q@%NWOa5n0nRBLdrSp*UV^@G{qie70 zHE#oGc&PaO z;-5-XCD|nlOLmsLQi@Awl^!j2rRlSz7bdTr#(0Zui`+bDx^~ z#@vhZo}Mq6Uo-#A{J+e|&ka2%dxLu=y$QX^ zy_Vkm-tyjgz4g8Ay@S15dT;2xz4vJEgS}7pzS4WX_mkd#_Ws%@=o9tD_i6jgeYt(5 zeRKMj^{wjb>)Y6Oec!Ephx<K_1-&=hj^?lR#b3g76>W}JQ(%;rGlP!}J~#Nv;M;@m4}LcI?ck4tm)8l_1+9x%7r!oPon>9#y0UdO>z1!u zwXSR3;JVRu+t%H&~oua@|Yo-dXp_(88g*p|+vkq4h)84&5@ef9UR^6GIOT zJu~#u(3?XShCUhkdgzCt-(XQGV13y7*!Al5Y3r@)N7rv#f8+Z7>yNHKy?%WCbL(GO ze}4TZ>;JX>H&_%48IB!R4;zNFhf9X%3@;mAHQY5kIJ{-}#^L?LM~BZ0KRNuD;n#-G z4}UuR-SE#NWF&YbW<)iTI${~gA1NQ1H?nMGM?M(& zeB_@azitq05N(Ltpxt2Fkh`IDL(PWT4XZcwZy4LKW5eDJ_iQ-1;n59$+3?nek2ZX> z;lCT1jUgLjH>x)pH)d}v**JS+{l>11!yB*Nc+19v8;@^%WaD!iU)%W6#_u-%HtI7P zHYy#}joL z#>&U$j@6B=9vd3FZfwukont4*&W@cMdvol=v9HH|-b6NqY>M5a*<{+3yQy?j&8Fp> zS~vA?8r!sU)4okdHl5k@)TUQ9y}RkNP2X>t+#I+$YO`{4`sS?7#hYhuUbcDF=Dy9N zn|Ey9yZN5Y4{UyN^UIshZ~kaY{FVho-4oROs9ChU?3X`d2tm|gP)*<9DFjwC2Z`P1`$d+ z#7#zsLd@XTTftMcgTJ2vF=ZCY<~$HLL@mXTrz_=hQWfB7R)S~9#uc-;EMN_I)$`DN z@ZJ_eW^pliVBz5POJF}i6s)zyfM*v6aml~Y53uTaJ9w2pqMsm-w-e%lQ{c&c4Qry` zK|byp$i?|W-fxP(&wm1Z(-8D8$O?Q9KCKKq%X?5Fj&}kGV~Ad*`EPl>{^IgMOya0K=Fv#(RL)0pPeC01V64rF1aSUW2Vqr!2ujn_(`o%#OBLPd< zOeOeU3dk3Jf>l@zdBP^h1!}?XUjZw;NjMqugu5Waa1z#n)36?=qt76JXTU~mf-IpK zvZKxD9msQ9*;Qi5ab|!Ymjzjp9P|z33LnLJkSY8EJ5dXEfmhv%RzgMtymH79uEs^k zgAr03zwrcxB}0>m5?2(0Nmm9-EvZ%6M!OmzV=!0$sG_5u0`@}Pqd z&3=s6fzBU===EN79uHx5J!b@OfGiPYAn_)=8E?T`@iq8b$Zu|gJkEBA_;;}RM|8(@ z29nJ`;#=`;crV_E_Tt<5%p9bC#Gm2MAz$?+{s;aFe~rI^Jk>uTKlLwI>-jh2G9V8*m49S&k8Hk? z%{6-G8QGj7pHF17iEIv$%^wmGnxmSM)V||7>JRWh?!W36>@`ih!-+QCdne%B!}dZJd#hG#6=27A#sx; zQVh{VDJg?o$ZZhKABL>KJ~U3sNd=ifD*q2VTK;GcOfzXAE6FO-N>-CL(hfUi*1!&z zF4E2B?@1pzM*7JBSxW}VIx++~@?nT%Ho$(CQP};m33kD3fqgLS4w!AQ(`7ri=Vd4C zabb73+yuK7adte{SZLnX3-L0}8cFY`rJu`=3r_5cjSLSZmDRTt&$J`6MV~%nA zV@|@_&uQ2f^8no!^Dyj;VfV#63ag2a!>*VoVK2h~FT@&lV; zCqI#&$$!Z&^nZLY^G5<7`%(%X+g}Z8oFLWvrPjCY#A&a+y3P zpK&rSrU3HP?&(Z5Q_fT{Gnh)Iim7I1GP9W3%p9hMnaj*$<}(YJh0G#mF|&kO%4V{; zEOtGcy=I!26-+bJ!mMOgF|EvMrj2Q5I+!&~C)34rGd)Z%)5r8P1I$`xkXgqJG3%LO zW`xLVm${EQ#vEr(FehPU_%w4r^8j;(d60RC zd6;1ga~?5_1$-O|?6-RRTRSl`~(;Nz_8Z0v3Hb*`?h?`&`Lb+)f)Z);o?;OuN^TTxpN z6@8sS>4py*zZ$VUkkON=xnd;_HlDCeB9i_0Cz)scWr%rV_Ubcn}^D{ z+gA9xdB}mq(_n&%>)ThauH`EWO6qDm152jg`jqmdl~U45c>q48-7T#Rje%v;HG|5% z;P_N<v%0mmr`xxR zry{VbtF^YPnFle87CfX`-jHTiX31h-x@QHCG|3q3qW1>iYEXhq3rh1 z{_f%WyNB=ZJ|1k}G+6(>EB)Qa_xHf`OP>M0zt?ij0@hyX89%tHYiw=r3-ltIl$Mc} zmBQBcwiR8zJ#8%pliALfMP`2v5LB-7=U{PH98K(%pt-$$6<5`4C=zzJx3zZ#Pm#sl z`Pa6!cQ>{+w$uuXYhj2B=QOjXr=oUsT|+II-$JTegtJ>#tgdCMn_HObt`=c!Ye#df zpblyYS8y#F8e6+-eH%NvT7W>oT6n>*FS}Vlf)+3_(D59!{uZXQx!tFW1!oj;1=C&I zyY zc{y5)4qA`4Gnx5&6Rl^W^-Q#$iQ+R+e5R>(1+-luE#0)FbeJg}W=g-A;xSXY%oHE( zUyGUIGgCZfipNaxm?<7Jg>Rv7Efk)G!n08NEfk)G(r=+~EflVW!nIJi7D~T`!nacR zRtn!r;aDjgD}`gF^=$^8e;ei7M)|eT_BJbhPwBK#I&G9r8-;J9@NE>njnZkOblNDL zHj39y>9kXPc8bqV@!2VSJB4qj@a+`7ox-B^vVIca?-t?#7uowUA_;&oEFIw^i9#qXl^ zU9`T7zIRQ%r*d&oye^8jfbv;D+ZRyy1+;x3E!~tpH>IzL!YktCY&G!jt#mwF4Ln>c z9oJR^PnXre^Ifc8h;oS5HS{XG?phz}?f?&b>BLltv>@iqUBEZ|v%ZIk&s9!5>_| z#uoUBMRQPhGx(7Fbyr|hOYhWmP!}L;qc2#9MeZVw`J$pCPB>5&hELB(SEh`x>1XWZ z!OkLH)vnAoUeB(~J0aZUd8LXN+DBUN#ui61(!;1bwY%YI#`v%RCak!xe3)0xT0 z4-b=(A08$nKRk>!QxNM$Ksk-bXfp@$VFLHe&)wb3UHG%^Fn1N`U{w7MMqt%+qmZhr;njG-sPTeP^E((JHCMM=FkLr@ z27A0f_yCZ*4x-T?|Ds^Jg~%)Rqc1tXmcQnMK^_8)`1lumT*zIAPDh2bBJb|fiqp_U zUhyISvX~n#+_l&{VC0^NyaGnPIv*Z#*FiLNq%Wr71kqTMdl6cC#ZBh!MP895_dx6& zUh=T`7?XeN9bwY9)9m=OAt(Qok30D`-ccugJKZLT#+v*KJ|^X^!>$TR`PY05%3X`S zBT)Kw8fqXPl5)>Qvwx>8!LzR#B(uGm@ewNzj*mjQ>mVAZ(ihXR4d4P+?s3>vku7cJ z)$by&IF@@W@`_!#2O$ft)?z-8K-ev8=7Ybf@v0n9#Rd%Ab1@rlOi{u;5poy=E(k_^DF(qpxM2W;fCVlrukGll zB{Oh$s+3fxmClFm97BW-7-PNR`J zyGH8l(izNRqRyd-!ZT5)l6Q~{7Bh7s%@n?wI;Um|&qCi@C>#rQPA#;)l|Hx9=hms` z)H$|N=haG`Rx733>h^E!uZQ3jW@Ju+#v&e*iFb#MZk_@tIgX5O-kpS!!)Pp;3Ztl- zYoYF_#Y!o*Qpwoqy`55Or#FR6>Qc2MVdA3MoB>l%7J0zmU>XNa-k~k}ITq6;iqiDPA|l<;&)N}e3%FCDSj8l@1pqmun*o-{4R>$Me$GR zJ0Jc*J&NB&@$>p-bo2TKCB@H&iEvN(FQE7fD1JU{g!h#H0*b$Y;xC~13n>2ul>Y*X zpVw!jo7ZP3DgV4a!#(An*Jrq=_<4PXd&)l_uEIUV&+9kbQ~bPM!#%~%>owd{{`oN1 z=;p&*C@KHEp2I!mpVxD^r~LDJ4)>IQUeDp4^3Urz+*AH}J%@YBKd^NEW92=NyiJXhj7o22Me!f1`DreP;z*n z?;kO2S zVMhaUhMTbxo5Stl;Y?%KBOcRUk8Zrj^z2i3z_Ueo>bGhvRlg&rAmye3kr@c^i-Y2+N>sxCIzP_B{gSyKAo_wNYbVowAuy>c33U@nw%YJ z$%Vm8ltrUnn$dJadU_hZ{3}t(70YvTmdoX8OxT^>v2pQpb28>8NE6v#Q&=_mtze1p zIoN@LoJt_b$49B)2-Rq;Rtw7o{4<+alB3MPj7FnWaFjz`2}e1+F`L+0f+gerscQAA z(t-xH+7KEV92^>IRI3_YrK{BHRR8gy^4#2Gs~6pnkvTgqJ`Q8}n4Ot%>pUFWcO*!MvE{28PL<8ulq{9QhJ}P!<(eYf zP~qx=L94SxrPQ$UdPpX0t79d zgcdo_0)8i8s)bq1ygPA-JbQWLqh$1U`~y@bqio%V$!`RUp|=VUYGmXRIm2X>z%nHEMm}!~T`|`Nx_T-;|j( zC!X!M#6;=B?CjkO7aS@|u6U9}?(>YxlY@f%Fiz8G8XS%u`+c@Gv z&dSWQ>C=bH$_~yvI_qF**?N7t72{-Gv=exOA3zc0@e->QE5&j+&G0G6J2`RRi4&wo zcxvK$(g_kcII)bC!3n4@p;UJ zp?)05SIo(aYPgb9UtV|ZVrBu+s?^P{{1u>e%wzs#xjFYVHQtw(S4xDZE(hke>vTq) zR@0o*cxOgtt~)p9-bUsp7Ct-n?*jNi03Vw%m<(Tz1rmrKxj1nVPh9lWY=8W5a@WLS z#!QALzB)zz0=DB@w(U7+TMTW5(4Q>tRy;h;Y`9$*4%)%KzX{$~!21w@&5DHqlf*y? zMq%LdGok-oiGxGWd@+ewYXsXo$|r=3XyU-cqad>+w*3xhp9}3lw?MWG1{mR3kozbz z@$zGjGQ=u8b?F&F?r+tC{7X;47h=&$kX0?{mm0qD1=={JSARO>VVr5NjHoMyMQXPrvLS`ZBU zg&0(-x_tggNDvvjyYfI;*#=18+6~4HWo36%-d(wW>VaVd9{ha7(rE|v)9UqFO_Rgk zX+C0JZU7`Bf_-Sn$=hoyZ?EMbU@>o{sa1x3P>FRXU9K53 zT&|OKo}_V{n7=wno0gW8)S6F9aHidUu%+dY-JVIHA3i1yoTOH-bh%cjR9e{GMbOg8 z0Ks)2*Cg1n_kWhF(5~g@kN*|z|JY;@Z5xh_jhmg3dGnGbH)mwdii?Y7MH@FKGvlTu zs)9r;8@>bp83d5EPWPxUe0b%sgh?D6rO4F)I9Q^f;Gv>dPB0VEtkxiI1xnJ zV#^GM-r}}9Z8jS#>sfn<9;=k9mLgZ966`qWd@ty53&^?@@N$#t9}IU&2Cv`TEcXXf zoFsyq^*AfR9I+%Px7Z51Qd1rNk25n|WiK|*JK=WEo9QYzG}G9gZpejcS=(rJwP-YY zzbDA7!opL_=H6RSFnhMkdB+TEm%)&OJF@4+C&a1Ms+Pi~w`RDCj7Gx^b+tE{?Zq*n zNmA*&yv+GhsWch7D6ipAMn<01Y`$sf(rso_ag11(C|eBNRe)T_K(4;59)axxT@{R7 zdI3LkMi{n#|8L(3!`N}Z4P@YgS_x1~$xjkg3b295%j{VN`42Eeqf)mP7q3>SwODY9 z;G*2z6DylfV*+m{H)mzX`Au11-aV1%6$rmUWeU zwOC2Q58{`f_dF3P@jP`7%*(T-#ezJj3%w!O4|RdOE^w)$!p-4I##amEuphrYaerXI z>Bmo>Z1D*^eehJEPs=GmU~bN(AAy3%>@4OR_{?O!1vv8n&JKXX&aZ%yHMp$JC2Kq{ zy@&7dRQ?_IR=VExRN;FrFg+w|LO-D(MH6RX2iKd>ItN;_qaG+`TLTf$bdl%5xA60@ zj|e~iChYzC`{nkDizJcR1@$|jz8&g={cOZq5I2qj8|^0N$>m1!!bA#Tp1obLdHeoL z>vw{^Ch#q$Zv{3%CG6e>erwHOK&@iVs89=P_R=+pgn!7Z8J&hABh{Sy#ZTmBGj9Qy zo~OeiTp5}B7dPHvcVywSa!?j~)-t(V_0pP$oz7xd4BIx>x>T3!j%R{B&)L8T#3f2~ zJC+|4IW*d(qO<`U{_mo#`m{7hn!Ynjkrx#eFO7?@G}ff1rfptO*rQ7^MTUo);uU%Q z@iEbbNjg`wLjHGI7Sv<;IthFgz|SNoSmQaBsqZSvX-UnQ7Z)KJ4+<99lB5-SL$yq13=(9=f#vTRJzIe+0j+&+yd>Vdi zZ_9N!?x<_H#pZYKxOG=;{Q*Zt&bUIQY_D9jR;60IWJa4(r63wf_lsp^a|&IZK4{{# zT<5IP(wDE7RPC_a@@rh4fZ{oMHXD4glb|g?hZ|(1fL-ax4IaLB3X#?-=T(3zFi&GR zCp(FRpG(Pg`_J3fm~X2uUzeI<^ksw@nVBbhmYjAM&8a9Xd~#v&3WY*5aW>GNl++M0 zJZrwI+F{i9SNYCf^Gr$c%!=ZY*G6?~o+>J;WL~o9bX_L@@~$LpGHcu57diy1d{ST+ zIgBvY!JZa{oipfDRI$VLnX~wyXPHtVtIf+@og5i!iqTXiE#GH%$zFrh~^$}F^ zc0I4lcGwTpXEo{K(j`f1%}STLOs$4rnNhEB*jsf?M{=?Yj`)YCM5nHHHXd*|vc~0X zFX}526AfWu25I691KXGKslJSf3QdY$Qq-zaYeL21jO2D}i6k;SJ2Ug{RRU#ibW&)7 z)T@`HA|wulN2JV@NTT?@=6&i^&^gu@;+$80wA$DSPy$m7KOQ*e8Lt>0k1$I$3r#so z6BDH45I}FMadsJ`Hs)5c;y1*E$*d8v@mQ&p)#gvskfW>buvm;RM@#IiR=o_pS0j8D zEGqcp)BZaX!3L4uTJ-C=i#M8Qe1vB|-rP(kLw3Eu+;nA>oCT6T6? zj4lMi%-~QRz<$e9&ddkc3GD9>Ibm+}p8l`ys4MtDS#Sz&(JB;+Eg{C(IEy$qMjsWQ znb>f<-Ino|&B6WI0PE%DGg@S_I83mR*(30U-;l_#+YU4foH!vZCnqf}FOStu_?<$* zN|5C5qXF0|zWp1IFMjBv=k|fKXYsEdU($!4_3Yco9QzHyhI?qs$p+fOY%?vHD{}Bb z2QN7f91t#tno9snCuk@9_9Pb843BlERIHKd;4Ol6YWGD`>+O-yJ)-1ph z!&>&MMlCqb)5(jgMkW||AIJyr<9Tgie%`}foe$;b6&B{@vsZcfh2zk&bH0 zRWYL*E{Ha==LImNbIQtI=!xtBn_5#-R`%ky$f{j-yVGg6@2ZNdhRghXxMXQN?pZF# z1KJYcdp&5jS?p~%yovMGDzP_7T5o9`ACJ(-rmV_sy2A#lX#@SsTA`C#BK?n&_mnDC z#|%T2EIw5nZjvRGrc`#QRZ7ot;uon7jgAFEU+k6)yj)s3D<)c$7T-JZt)yxv&>AfX zvq*`*!Vw-Gk#Do})^E8W{tB(ra}ekm8-4y?TDdHT{NK(v%M|fcs*skbkYP)ti>@G=oxH)m+ zYq>pK904NU37Q4JT7m>dpj8560a8<1EgL9b84xffFkQXlF6?*eY?xi0+*W9eke23nPIc-Z>XqGkVZ?T2@A3^7Rh9)@f?Ta zK*N%~4o7ab-FEAeil)TGSezKE4^LD^L`PR!`Mg`=5z5Fq#9WB$kIj~Pc3KM`9WZ1 zXI0X0*7F&Tx9asnB`Nc?T31x8*eXrTmnN6S$II|OPlGVu^V^PzGY#8Q(~|xCd?g{H zf;%#y?=#48ou^U0=(p@HKLhjl?Uz^;RSZv@y^MIVXV@%ZDOH^Ri8m!5#e zuNM?B2B-@jjNl%q3(-gI|3)7;@`iij;*Z|&#a;bz3CH@5$3?Eci|jsfWTHioIZ=7< zz2yFh%DsEppAN(D%LT0E&HSJEW3}g#ckqp#x_4nVNqNUphi`n39L2jPzMA-el@)xC zCkk2@dddZxpf#I|;&P^T%!f_b_lo>sqQb(`4xKJ5oTy*(d}TIx&cBA=EDKOZ$K+{3 zj4{%%B2T$3DQT%raB;#lJW9@9`gLbSZbE{NA-e@I@nHByALJAP56mQum<O>_&(F>|+0lM7J10LsC+Adq$BFFh{E5J1owCv8tXC+L{RAm`MO|L@a)ny& z4_{nL!!_H^mzB+!QC4<-o9Di5=S$1WE6PgGp8{X)$ELkTZL&tAZZGlRRr`%9NIt9D zOY!OW8ur(cUkBoSAUcC76S7-EiCWC~gigGNhlHozKDz5tHY(kqcC%)SRR4kqRmiZN^fau*Rp|i4==&VYw zp-8O@XTiMZ1GYe++E2@X$0{S6<%Tq#fl1odNLEMm5 z-S_-NH`z1(^5xU`xDZiC->ML^z( z+G&Y|gOU3FrkM1&xB`7qt6Hs9DwIvGo}0y|0;+Oz_Alr@mf>(@gE4Ka>Q6}~RTC0& zK@+J63JNx*r1ln;uT4o!A6eJ9$7C{aArWpI!&CV)-1T|aDDX{t~pxJ_pj>0*)t2>53iUH z$;XUr#3qs5(qc|)=6bfOhBt0GiUC+N; zfrg9F75rOYT6hebt&nG*$#-4T(&s_1BKh$t*f6rz&k%!fp7VnV`PhdL)p zA`1wJ7e{Bw?Q;@9=J5%$%;JQAu&|Ke5N%X^YDgf=$ppuf2bj~KOBVPBKXSra>eZ>i zD6i2Ib#-cx>kfNlq}E%nrc#4JheLvNYRxLAyE7>{4Ic~>g=eV~^&o$|ea4_JMGryL z(riPeG*TJN1iq*=i-Ll}!X)n0>-@Aav03ElwD|^{S=bDQN0FE~*Blh320@7-oReFC zoB0`**$J@R866&?42v~3ib4Zr5s{kEu*lV6s*q6lj{pc3k^7m)fHN-Ya(WMlt47M7 zM_pKCNJ|~Au3Dd(nx3ATHe3Z)X@)z&JuOH}D~O7W0zb7NRbL1X1U)@q>e5W6wA8_p zp3=dzRFf$+ZSaYnrV%#P2JpBxF%5&@O+We@fXjoETmX+I}RH?7WAS$CQHaR3z6cQSo6z7@n z{GE`_iAnhF&2ueX=7~=yBweG*{KUk3m9Z)=UaC%%&o#!SibKUAK_Ti$u{tt5HRi|K z516yA%SAve=c`^Pd=MxWLrfDhO*2faQF4jd3KOf{E*7$M4Rds5?(!TL;#u35d&Q|1XN(BgNw${o*})dcKMATsH7%;1}ir)p6k?+?>6Lv;0?s$NyitDd9k?V8&Hc zCX_26hzko12{XzR7I8?(^?Hq})|}a(QR^g;BE2+5D~gEHDwVaFwk1ks()N%bks%>5 zJv2BZJWQOPc%0)Be)PeMIi|lkI5)rjFGF?4kEyXir{A?Op~Nw*{S!* zjASiQD)hm6ktQlSO9Km2l2{*KfBb8TPB%C+eU>6ZEfQ%Xl{Kc4-eg_c1L0xeRvDO; z@UXnb+ssCjRt;-LhHAOo94=0Y(XI5DRrav(a4?B;tT{MXDvHpNPS3;segO$lVq=0j zGXnm?gM$+SwgyHA1cqRFT!bMuK3_HW>p9oJ7iA(NgJj_nWl%(TiZ-d;?FS7YhZz>> z(%od#r)`+&UZYJ)jfVLyAucs6KH-*VNrXKyWrj3C>2&3#XvM)CP>)-h87obbgo+Yl zVx3Bu!K*;>cY|$8fbq{p08=|MrV{Cr>G+09PkhA?L%1rq+tY&Qdye4ko~5~)-L-pd zw#+QMZEvl6EZ6gE2D@A*O#mYa!AgvAHwoT@-{0dGROoU&JL1V1dDi7B2=*OSr=;v? z!OypBPf1Y|a%n02$O`C$9w<8nI#B?>M%VMZY!w)L=*~X~&Do5@pQ}l@cQyh5(9{;h zmV983r&9EMJ3>8von%FK(f~gpeo3QE z8kn6@t%%f$Lsb&>V*9L-l+?7dVc}s}I$ch1e7q<)SP`~9Bsw4<2r^H($%)0<{0A59%gD%& zf#uNXNOeeDf-5KIUe6on3c8Y$)Ah*_#<+N=@?2`QA|WqU6s}KB?jlaLG_g`wBT(eU zrBz0ThC-j0f@F2Vf5Z9-tWY}bT6QF{>0jR{NQFdQ>3Of13nT$k6~W#UEXWE*5Fdqr z1eqCcm41=8qdG%BFZo}kI3RanRK~6ITOM$_N=sbM2V09r?0I#Hn7AI#SXq}gNvBKF zcDRQQC~%lalB1PZ34I0{#>}OWcZibXuBqRXccjfxSXxlPKK*fR1m9Q&3m*_YwS+XFi! z>TT9KwI+@Af4Q8cPb8nSbY2zmaLWW5m%LC!=Z_aGgNv%=i<55;= zN>f(TKAY7xu23r5DonE=Wf>NhE={aTp8>nE6tKLe+B*SKAexG?K{&@InPXvD9BTr`=NaF(!EcxP(JdOP% z{L(o*pN*7`!oI2s;1l-$)dK0>5ju1|@6oX1$t&97G-_&$(vS!SCucmo1tk&VTHIGJ z%ZrJYMudt~p`r-ALQ$UQHcDWv3SlldE z$cZ)3q}J35s-nWf4KYI!b%;1T)093~Bn%J^w4Bb*FTvF%#pilbd(M@X%)D%6x02an z^V^b=_0T_uCJh3&&p!CItE;lIG;b0GP7z1^m2P0od_vBOl*(T$)^A>D2n=2Ay?J`-V$vj&s zSLu_I*A#S}&Q8k+c>n!?T$6e0oCRAg){2Da47q#;aC+lpAnZ8Mu)9eAd}Vr?5z5Jw z0PJ*qdia0Vr{Qb5W7Xr!cfr?WjRwQ6<>RHJMq}omtx%V4G@IQ)AAS;6UtDr>nQqys z;^O+SZ~hVFGNkw9)0Jurzgmn0>tJq$wH7Dq9$h7I??gg4M9xv%*zr|L5yd41w^&0JDBVHh~t z50DQ)7PkympwoeGt5VCcZ3nXpYYkIt&%p3>vK!_ex^N(7hTq0gSz?_tsW>(&eL?#2 z+idpC)2FeVUBZf7mJp(?POjOKt~bHbbbaPRX<{N41>Y!+w3r~XQ@`V~+*v0Lmxx3+ zMTpEs!_FnlNAUlVKoG|6AobC(yMmA}S?PJ-GYoXL!1G?{A2z3Jm1}{0o>pq!u3D{# zV!P-MyGhF^JogCj63-nzSGp=`obReTv$9=2cibsFa*Xj03{=tH3W@afhyNSk{Mu^= z$N#9m#s{xmTRhcak(LBSxf&*Ff`-8=JpglC8vNcJD_NLglrWcoRM{mR>J6Ev9X9Qh zUt@)zt@XCqO2Ph9;|u(3si}jNo^f|2M2S|v1xi`sT#IgIR7_AxghUk-96C|vPIH1+ z8Xh6ZPXmEtAJ1>Iu7Pjf!p1VI9memhiJ{s38m%f)JSGSbhlgdSlCh6Sg(+FL%He2E zPByVrubBK?aD%`B>nb4U#wd309&3jrfc+jBjx17tIhld~wZh$VxHq0>W zB;#c>eE&Dw4Kp$P^QIC{jtl(!4;w>j?zToAapOa<;)LatSsGX3N9*ehT)?; zGdgf88m%KSm&MxWFCQ=(3=X5A(Na{En>*`=l@)X}D=L|D?rOcE*yLYcUU5yL<>3%* zxmKsKn2r6Vks+_Q(-CYcC|FDmW57cgczD*9@lPUv{HMZs5R@QVu0j0dkvBbs+k1!o zPd+pMp4PfH9H$WS*U3L4R|iFJl&qYJ$-vB#zjm~@b#=CPwC}0x>#eGuJ8yE5v7>A& zx1DoImSQEyBugd5>;~i(`aS<7TLZcq6fe60-;4lH5*ZoEtjRx1T|`E|nS@-1cYP^v z=!9n(oXz3=9|2SD7i@=czLxs_k0>`$u3~;1uB!_Rd`QS0j0UJ@KNGwpsdE5hUXUAt zWkc>T8T6guaHm0UH0ljq_@vjHSaqepU2ibqyLNx2ze98x;n8~k(cw4ULvE1XviTr?maej8oQ)k3zQ=5cB}kN(BOjjz zz~Vk~njDhew($Ue57|clrsMY~E|-~1GYM8OtOBqfq$HLN`O~xE@Je4jd}-XdTTd;x zy{)}qadBh~edaAhv-}FyFSVSL+=2DT{7QTV4mjzN+fIwmM2dxHUf_`}Qu1s1%*q+h zyd4XN*ZS)5OxLNg1-G|$6f7w&UX8i$;Bwh>X(r75hDpS)fGaitPn2>+kdv`Drm6AG z#>u6^HydeGJw_nRe}`QItjR1o!!zFFobl4u1-Nl>AaF*x_GIKIcOswC4Ah=QER@;*5x_g%_{>g!y!@n6`bD_c4 ztlei^*3$Cy`VAAb4fSY4U!o1uhArL43V)_|rgSZftzrAZ1-L&`wx!r@Yqk0NP5CyR zM&06cFYvjGH%H5aHne1%`PbTwPqeixGj26>M;b0{>i*fWoZa6W8vSBJ{W8l|<7jKk zQybO`ZFrRbI$M@@4Ye!4@9>>CHCnu+V z@e6WO+BM@J?-`d}M42Z3R`$KL8sUUN97o}Tjw zcI?=krB=;vSFOA`5cXex(@ochg5jI_Temay#YOvTAKCqEDE#c6M{BMsE~;m?vwihV zkMuoy%b{Dy;ggT_ezCD-UP>Fvu&%{1o0`bd#J)z58i}13@$69K-STwq*_^O&mdyW?45dBena1tBzLQC^^H{v(*19X@H@sA`zyR zFgNi(ChnUU7dgT2SMtbTjB?}2azY?kM)3m%||1|NUAjuHjj5J?` z+&@rL!eW@Ji-jy?-guZlNDe(r*83)2WCv)_!#Khq?irtWRFs|1O1{lia?5Eu=4uFl za;XDbMxNbGI!V`V{#nw#n}3eKxEoNo9s5Zie*u4yp8fn&WX^sbu@@{d|2)MlHNd89S27|S=6ZZ#dY6AE`t&+#dM$X4R zj=Du&R}m`teG^C61Ng~0ca9%DdzOxl{(1Uo}D~58oB-4?d3&jjdT(>U2k)r8w>T zBz{+EDYIhY$=6^1lS2O2*ZJ#i#p(zC^Bc&-*hS0kCMYM>$fQrR+b3>fj#XF3_r5{) z-%9qq{8y#?pS0i4OJ;G|+!>S>v`wOJVX(8O>Sr4!UL+fy`axdakDlZoI}&dL12I5_ zmT{%rv%M-6M zN6BvT$T|Ka+KY+FBLKRl*07`ntB%~qj64uOdmt_N@!RQyuev5}Syq zKs97yVk?lb2iMC@8`qEdCQd<>ip? z(4viq(}82oZeM|-_#_l9a1`g|<{5#apix)E^LwTX8K5Nu zDmkB-o#io^J=s~AnOXFcH!C}n|5YkA+hfG{*_q5WlxjA4r^|vG-^AuMPyCgH1Lbsz zYKGW5XOO36dE(p*@>J=cFo)*F;gw*F{5Iw(aV^nUbLOd2{5DzbN3T+Q zZ<7Bzb5Zz?N@181QIxr2?mG z6)tC)JTGsP*+}m*EVbDR5VEzjwsxu2WRA~muCD&#$nY1dtDEVk;Su_2pufHCwXO6{ zMSp)=`>R{mzuMlhfIRPr$Q5#&khgjV;fT_i@ms`RHqUIc2i)%UwF7nQT<(C)YFco| z==u8kj*j~J^P|fit8eI>-BADdvYl^rbq@}9cfGZ9=eN2#2j|Y7{T-ZJ4`6(*!R}ZC zzgP{8pPlFK;aWTrS?8VmC+S>aEKC8c^=fIv#w>7pN z+4%PQH67K;+`NF6G46b;vukj$s}l`=tE+2ZpbJe$cj`Ji>gpd`whUdIJsVy0$B9MV zQ$9KpKT3vQ2t-xZtjsJzwbp8OOt=S@h5L-~m4Go>minY{9T)lsz9~8T^Pw##Piz@F zUc!&_SKqcsYU6h?I({oT5r2wgH-!vFgN(Df}Oy@lMtuOfF` zPnI1gXX!fRmmcTuxjsRoJ6={mFn9#|fo5vOx=iJ|s3tTB ze^QVBqERByW;nD(Z;z-^*3%g6*cE6kcgjW(oOQqXMEMKDM8lOJ)%rB5R>2hN=v z1Y8Q3nzA%TmZnG=7>S*&Xo-r0Cz`0@cqQn{DVMh_ZJLdvDf(C{3_E?2O?{9%hDhOt zm-Zd_PFL?pnzX8^@$K8J?G8u1&Z;gmBkT2+2TDr|rQGbMx_d_vk{T)I2pqK)&OGC+ zj0`rQA8cyd6$qBkN|S5U?M3!lgW8=ZQ|GEG3udpfS*`K@beq92r!?1;<06^*98J`$ zb!29yv#POw4-SrOTd|h^)!8%rPQ*(-DkyELt$Sv3&*5;mBwvx|(`ntgD)oZq=7${pN5i2=nvCzx&^mL} z`6icP9 zV=m2ic^hkNbHi0PR@V(%eJ-Edv!%6qPhnwoY^bB-`DGiQX{c}0X>kkF6j6Bt@!ymT z6qt+i{T^b}=SOYM-azdN*ZdZ}URi2$_K^$2M+>!Hg~FPftW9}&QH0kn9vvRcAa;w}q*x_x~D-G#6a3vAsL6orH zg`CQRMS$(FU?L_|b%a%4;y>8+TwPs5LtWi-y9T6Bw$;|1U%Bcr1Xa^#-(wzNe}`wW z4WY zBgpYNo}{-Y>5C=D$f6{Dx}H&#pQbyK<%cHEkfEvaX`dwN!xAO3-T-}v zpCh2}IB0ZQgF^_l5_ovphH|H+Aqq0V$`PVeGOr4#JmmN5%_aHnLcykKm~XV?m0EoT zCWE@lQ5d(q_KFDC!=F{SwV~l~xJ|3o8uRw1D+xl1n@rk(5~)`xl+RS_WXF@OTPDdN z_fOH&wNrFv{p19BaEdPLpQ4i`$h#OS^&jIMyVBP&IDz`qEi{wRUh zTtwoL4JYXU`AI$9^AY`C_?g!)ih2Q;- zjQ{M^uE%gG5+0oLipO@HBFh&J{`>U$)Bj#LxSWX}8XLpzxVNSC#myTxztq~=M;I2Z z5>Ro3v4B@g=<|MIEJQlxG?6|ckqVq9(rGV5`U*)JS)8nga-c|GjLb%q)2^(46!lEg zb;f{+&LYa>GVa)U^@_^;98<*Hwae@A0}SCE&Y1?VmEh%f7M0G`=P6`qw`HVP0u!;?Q0c=rkL6~#*eUnOo8 z|0kJh6If3GQzBzJpWNn{$y62-0u@NXG|ZC1t#Z%z&fqF%i&^7S2>46Meo*-+wrh!G zz91hdF4He%RiHyr(s3nUAw4Mn7+*{Alt71v5cD-z8Giu%s~GP#nFRD~al9vyZEcD! zlo#m8j{Wz^J1Ctmr`Sr#@@pi|@xS?Wd9qZpBmM@~AMR3fofs$7(g2>3;i3c`47fgz z#7>@M55>y~f&iK2@nymLg7K4gGdXkbqx^9K&(#Wi0I#^f2g3p%h;%B$MEZ)!KMFGJ z1lk2mrX+ohQ=3xNS(B zl!y*ER@5Ge_OC)1t z7wFG|+qVI{&_#V|0ypjd-xZ|Cf;PJED@fQ(O#&8R?)Z9UQkSyMxod0L~Fk& z^jf6XqP$2Skp#(&$@0}n`eMlgWKNP!M^7w2it^KRO_Dw|`5ZDo3OG*EBho)mB$)q< z;{?AM_UMR*q$Y{%KchO4-aT%g_n};cqB{7W5T2Mjq(%Pl@g?Q+O=f#qqV?CyrhB_w z^2~JW)Bcid{jj76c`wm={%Qe*s`_(VuPH8${3mTB_Uf~`(_B;a;A+B>9PO;!yqPL0 zCtFeGs9AwaBcJZw$|oBede}Ux+)!bhp|f;_YGXuW8mg@P!fd)O#F;&q?9(zyK+xhM zy){W+B6*6;M|t==xqAdH01HIm=L3Qk5b0Fwi}c0Fw@J18mE}k2Gf6tt?qd0&$y)^N zPW@_oWfsu&iTbya1t>4l+miIf$Q?@eSXY)G#cpMqZcmmUnmkGtqWm`09~C&<6gY3i?&bqt--Cd*z-QipTXp}p>c)kAR{`fz3>S^1xM?EfB0*JfK( zWwy;^#(br^+3))A(YrGEuLJO)=%=(X3B&m4`sto(w6A}yPe#pj0q`w3mJS}kk zxI_)QfUzaaAub~e^xFhZ5a#q?pAz_E z#pIu)FC${eC9(V%bxSrfzeHV(Lx7H0q-fsdPPw)D<#Al1j%`q%OXij_sB8j;2jhf0Qh{G==(`Bz5Q{ zU3p>+u_SdkV;1E5MeK?-SYySX#`O7&t#K- z$6RLa*x?Bk7Q?Hzpm|$JAIvA253)XeP_EHh9o7}iaZ=i&$;*?a-JOx{a|ezMvh0R? z;UIQ9@*}2 zH$m-0qBEDd)u^tpwQR8qh-U}vssrnPD6kh^qP7Psld9Pd=Kvq$Tp)z4zwQYdeTJ>qov;j zeZKU~G#A+@&=(;Rg~|bu{*MG5+M}c)N&Q>0G<;wZE=ixN1=^!zn)G~PUib0(u0b?Ry-y&EdPngQ7?Dgv6x zo%x;x{uvD6XfT5NlSpTX=1sQua^cLWEua*sd{9qK*#(G()m7eH|S?D0~gXbNLKf^1<6XjGx--8+z#p?orG^J>{p=lN%~+1lbZz81GXjYM&p}vwIq(%;)vg zYIFwjaCT0%TVHd}(*G8)Z1Mfg@{$7Yh6aC&UTaS;t@?cMvP54OC&xubmP@Wn=`FRr z#NG~b>DW2%o7@W&wiskkA;rxQ`YW5>BPW8h-BG%k7PWFpU$JL)PJ33x!>oPlmap7D z+don!0JE74+P1*T{T;!T6)C-SHJJEE3k#W5Q1;uq>@`L*Phrf=%L7i^?SJWbYfP>b zk=nYBSCuYuymfoNDy7GA+y$w)d#ec827J+{)Fnm$g$g}KU!*_Bx+)j>q&I(R?$anw z(SB1~=vrzEiCAO;R|Un=gWxKHy(w2D@T*8&@mugK$pgOvw+wYqD)@EsHv+$20I!q@ zb%X@^BGgTJQ=kjAP&(|UT*~zq_!esCq85?5s`;a2S<10u9gFFFVO36Hfcfc;j4nrN z9;LG5j8orIKn*yc8m6$oe*ELlK?D2aACq`sm&PuCCLq}5u}dfDc+xvQhti&bya@kI zlrQHbRPG2!VbX7)#f9R??IcO+Ka!mD9zH9UBnK)&c58rkpcUx({ zQD;xTY2qV8SXtn`60+~766A3C^DMuukprZ`;kTBoSuvD^NMdw?j(wP;hi?610 zcxBnqv}r1xS+VTUNvh=qgf*ewlEmt{UP5aY>9l5%4zH*%>NCs3R#4KqMJlbEmQEu> zchkDhqRllz-KB}T?-1%1>99^H!U$cNPU6`qABm=zg74EmJS^8&s64Kyy$W#&RUs&@; zTmChE>hv94{I4JA#YpQLxc^}*rGLXND0${A#J5kKHctf`C(oJL%GL7h9GA-7V6is& zLY)AQUPCGZhCsd&0Lvw|AP}W2(zjus=H@EQh#bQ$rMW?Es39jKQwK1I0*e_ZScFJz z>^I?cWAR>i+}Ll%%cQmwC-6-b_YivvB2IAhJ~M94kz8bDW$Z1dDR_{OghFu|Xgr%* zfTrg5NuM@H^8tOBpC2_>Eq6GucW@xkhmgN>zh-_UeMyJ{Oo;<0f1kQ9CG8QeK-Je{ zZ%8cMU)hHdCzL6i45gHprhFzAxY2}|aq`5}C+Q*~V7#U#JRL8NnHpw`r0@M7#&F$X zGa5R5z7C@Sh_c2GpRdzkv@Hi3ic1C91LWVx0W=JtS99f3tG^v!B}Toj-S6)ZA#OVS zIxiq^b8~XNT8)bq$AhpkKIDGG{!sb>#$SeU#x)@u;;fi|ef$V1ivR3|)Blow!2g3} z(;qr|h2WAqliZ}zM53h*X2saum$&g}rSr#C|N2NFA#peVFrPhnl#X#r$~eW{Q)B%8 z)DYty5#P;X?y09})FEC}NoaCS3PypO*>%+7sRlL)!h@^rvYM67;xfHT9W`CYW@Tgo zLcy7pmAPK6G%P6h*I?qMw6!<$b65f?2tUOrWSea2R{oW;j``^TaKWutoLX6NYE^D% zMf}9flPXt>MeRlHp~(e|NAkfH_v1WII-P6VWNE@%rLIZliC>8D%m{Dr=e5iL@QUO`Zs3E&e3hElYtgk;OM( zON`}ewV^2FTH7GARckcJ&7>%?aX)V35XM^OD(pmG)**b)j8f^cbOvKHA?1F{|4#as zDOrdM|Fp%w`sCN7m^|^~cRu8POLcBS?=oKQ-)t~#-&EU~bqzz0rtRYokRu2aBTC5C zf26&PZ^e5@kgBQoj%M)cj>2QR;@`(rV|rn?f?S^Zl=d?J5lQE73DwurOVovle{qYp zkXg^F*$ysEvI0gP5l+|&p+zC~phaVxk(t zl*B*buH&uzY|>&j5CoghHTubW>}v~$CMW`xaLS8lM0N_x#io*$ruan@$-Kl>`T1wK zY&T!X{FbSxt9$9_-Y+$DG%`$mV_odfwXamwS3Sqr{I1=D1G@`?9%sn4b71~%M_~bT z``B3CgS-B^bm@-Kp_LyWdT`%|qYF3fTr~1`VtIJMs~yd~{ng!X%zt>^SLW38_f+=2 zjxi`hA925iM&~r(z70abm~~|Di@f0+Z+wxv>+%ZPKlJ4ml%x4MsK$ea+6_5E5&=ArR%;78D#y7%E3AD)4Z92H_hkZZ~}u_wkLNfaI8PyRq>VGBxa zMk&M~G?W593s=o(%{ErY*D&u*M9A-W13NkKd*&@2Q#^h$9*aMBavbew!E?v(oC!O_ zD1CM&RNsHtvgsjhh-{v!by z64!DZ1tYUzbs_mB`@M<6tny&+s$OPQ{El5nP12Rgzd)KZyBZpv z+eK-;2atmV?;OQDH-I0ja5_WBReVLN;F`LBiCwD5sENy(Via=XLMHPtd7b~Tb{W8H zXE!y!ymRMEP0bw`qvf^yC*<{>?KZV0jc-?8x6R}{OKH$1q!Z|AeM6ur3i*`0mMA8K5N%O;HE5N6%Z`lvFgxLH-LvTaG^07#yq$CnKy{vvi zz)+Y!OP6Pu9ky0kG#Q3mg()L5E8c0eT2{7G==4HmjxFE5u)J*rpl7(s-RXv)+-M%` z?s?~cYRk(lt#gb9xnFM#_PB$c_}dJtx>hpgK+wLR?a(7gM>DAK#8tzDjqDbm8o!XVI*3KD^j@LVjh;h z4kZ2C`ahXNzNvF&W@Q4J;(_(^Z!R$f^C$w{+R6c>RjG)d9xwKISC!VSce(w_JVZXQ zRi%sVcDKi7TM&xOGn?(;zBbrur=gu8Ga3?rFz6^@f5bndBU=8km&i9Sk#E5K`s=b~ zY~JMw-bcQ}p)e!a1OLUUG$Ud{=HgjF=O%6t%-{m>D&rOxQqqdRI3^8=1X3F`HvS}d zSsXhe11@e?m}@^63YRrEG(5j&*QJK~=3oA-X(2Ar8FjiApQopwpiblMytjA3jYY*} zevikqr>_kVX#nqX@9OK{u$?wn< zYPDgtC4#FU*|Rd#vktq$9+zv=#A~Xq<48_JvN}sj57eo;Z-|uC)RaVSz?jjK@1?lk z(+>+X#nwo;EfbtBbQYRC0?(1K=fohShQuV0m=Zftargvl{y0F?zO-TViPqW$BnFhE zEse9c0dvl1R8=?(wT^%M!&R@>`SNULTw>hNiR@$UaEx@-H=G~YaG|EQ(Qef>dws2X zkCzno?D6{i0iW~mfV)L+FdMX*da#%(SDhy1Zcme@GeY>Ql1s8jm1^VBUK_X2lqr$(dCDxL+P!`a0>hpVf1Hj?vH zn%|GpFFz!e_0y+vGZMMbGr0RNDNC%51toPO7Mtx-S#j~rLk(NQwsH;0dWiK{Bd`Wd z7VDah%NMz>?e`WJ1&GappwgUMq3L4a2QBu~Iz$#i)6on;5D=-SdHX5yW)u0d#bzGjzv(D24^~tRn4JarxS{dx z4P^ce?{-qe_|A84;LqRiZpZBI)5t)6%i^1E8a)Ll7v|wZtL`ZBc)jkzJ69i~V{#E~ zt;Bjq>;yf{NoC(@Da~FaOM%+AwcXk7&=l&trk)_IO|5~@-P1EGk9ocJ^sIEP;;`J9 zp;UA>Fdw1jipdWUhx!-l!yTn*%>>4vR#bFK`n$y_Fv{}a6j4}eZ~%AZEoRM)z8UA2N_d$R3Owc4H&<##eq?B2z9HsbQGeOB5S%K!nh z%)x%yGvf7>Wk_!(94@@HI8I!qt-8SP=0cFSv;&+NbTg*Ucc z{q@$iPFI0rRRcxs4FlWy(zZ%}9j@MGX8|*L)KF^>xV&JbY;)6oB$Kn4)pef8wR3L1 zdEPZaTVYOKjyK>xHd3=yntn>I762)W2As|+6)yG^UEQ_ijz~#^Iy)mjH`Amv1@l!t z!#s7f$34$oGaE_0vUOP@Cvq58FLN6GdHKrm{QPXE2A7E3&A8ZzjU16I#E$oo#9jROd0?6WI?l3E@hiB!b=j22J z%qi%E2cS(_vEmE@!te|mW~TbQ0wXa+GjOfgF?O)*iG84?d!5Z@CjV4j{ezzF!HTNdH%?8MnLLdrS8wcTZF%{qsuPfNRT@=( zg^f6e&X(9*tyNWb(NWmLF9do+kFX;bb$fy#1eQhUj|`kKLzap9Yo_=Xq#UzqH*Uu? zHZ?Z9ez>gPXfP40Mq8%t4h}gBLZk%AI~FYdLLlgOxSTut+SWN71s7nwKFswX>Dg-= zd}}W>HVrCeNaW_!d#cqMOUC~EYL91mRpWrsXv@lODJt6EoXD4EwG9?8xiwNuvomkR zD!vZ$Xr%iC?2S@;k#Hx7gYUjV#t3~A^$~Yn{LO98)KWOi+AnS2_NCeyfcxtjJ@MxY zkdvmXdn=$Z9Zo0x1On#0zpd@HEn=#l1#N8?mutGOukf{-`7P?M>r1F|EV;fbCD9L& zJPu2-SZF0}+C7_i zJGUEe4bc<5mgJrw<-)2ev2hT!AyyUmN#rnRsyQgOjmeJfyuYNRu%fv5x}N%BTwSOe zL=*_4%vaV1R{~BE*;R{+?Pt41mMrrgbuTOLcw*_Q7dyLF-^jeEab%^>YA%c3&{}sWS`Om{dk@~j zU4y>hBpW06dD|TraLJ*RF)zeQ7nm)!7~n+iTpl~{SXpUd*!r5Qh=G1w)d5R!UT#x) z^sd$954`@yce}a1q#}NIhe!i(E>E5L5!ys zM@r;kNPJiqiO-*&SB&elZ8fziOA<@V6lCkG6wW%+>~L(O`8t%AtSqzAzNoT%q0LjA zH7h*_f?4%yu#(}VX_~xjy9!%}JWU$MUgFp^ty~_|+e10ISqxNW^l(?@k@n5s>+4$< z^lNLK&RVTM81fcf-&eZ5a?Z`Q&3htO^Ouj6t_qedvg!a^rtc{+H8_c%f5+8qD(Th% zhP}G_&Uwd(6kIfpexH$k74||WdQN#{hP{vwNTQvPK)aXAX7D(GK4&g&asIe7v#iaI zkl%mxoZ0)338S^X?wL(MTo|s#-q2ofsiCU!!BxxdMN%bqd;BqMf1-AG1uj3gZGn-= zY(JHr&63f<8wv{}^g2#o?usXxnuqcp?AYRTxe3g&%`K#t;h$dpa8-2!66-y>@hq1| z{vj`Jg9=6dgZ?Q0XkKF|v<-7heHZsjpQnDB2AbS7xlx?f{)BEegmpsAfuw?FE54-F zKBKR&SXEYwj=#b*Ge>hYv-0vd=_$Dk@Ed~|eTq0ucRhXymNb=32(3%%fd9mLtf(AP z`3`=KPZQB4q-Ovu~9vTV9E z%WcvJDECRZOHz)eqboG!88VcrG=^cqF7gjom}=j3mv6MxnEP)CSR4Vrw$9~g)Ooy} zb=FR=d!E1faCQBjD4%0*G$Dk_Tcp)#I|?nceU~r$JFVUZjm46eqa7^MmKm;!@7)`x zE6@iN!mD82QyCygY3k)j7-yooNIkQl#+#h0x%_9c=%TsWS~p^KJBeDW>#JlIohXWy zgC!o>fcC*lH~z^Vm z+s@}38e3Z%8=l{}?a8{@cJf^JcI*$Es;bV7432jWpR1~D@_9VFIyXIDU0pZO)AN%f z{MU~BxM$8lQ%%hyROaI(gS#7J6r$0@4Yni~P+3E_{nX$W|CB0my(;C5NBEiwF_B3e z4(9#%w=msohD;{U%(myNt>p{tdQVQaT*`6e4U#|akl!B&`2C0GEn4KS0f+&h32Fk1 zkjQ*q%T;AHYrL+ie4TzQ6tFL=F4@~sexQlT|KtzN)m8Tm58qc^)iPe}^{y$4uJ!up z4R^S;aKrsc#86{?k#7+H&uAT_CjKWgJQt257eD#mMSv9x;m`GpiY|U~ky%$1X@Ngn zp;EU*is-$thKhqqWT1`1Q>0iOE1g!Ehup;&cKDh~AXp*5JL=>wg7TO$XDt zC@wo*LtaD-hevtFMA?w)Jk@_= z<4hAr$?H3w6-}gPcTgvJ&sL`s*|nWpd-x9pM|539#o48!ca=x0$;c(ZW4anaj!r-PU~ChLfjQE9BOZWZe;uG zNP1fsvd)bljIy|lz?b>r_T^7EHP49^dA(ce`uBOgUYku3Hd?!b&pj7eSl~kXR#jmz zbf~X=kKbQNZr^+kX;#alW%sV`-WReI%Hb0W?QB|gS4l}pd8FjjlCs5io73ZP3`a`_ zEDA$LW+oZW&d&ClP2Ghw=eo!5bgrnN9ELHZ{&AcnHedwh5yIlu%+~n-l30wPEns@nMwYTx#`Y!pqFS`JEHzD_sJ||P_D<~K#;a-VXJ@YaXyZq{W;ebgY zLth@`&k3h1Q|k)@K-brU?1Bdsx5eWB7S`7}a#@-$t}h}vkKVh{Dj~K3F+>SjP7O0E z0jc0Y$KA2^lXENP8H|Qlw4`KwbmaOb^f%t3HJKdtt@Fv(`SQJwmX#G5wDAY%m>xi_ zIKdG-l(Yc?A46o7#n`tmzH{*%;jBVfO?E^ARQ8?4Kt(>L7T6T%A^Ac z3`TA#E-J>KTSk}%aniCl+O5;7)yRe!UCb_I20rN(UOI9&UOMp*9UA7`j&a!T|YcRx{kct-8HYPvGM7ZT?YdG!upDedxw{d4GrIe)Eb2W z|9&c^X+-KeNHyE1Gd`*)=RjDdZb{hG6KwRQ40>N|KDRCug1TIA*dOq3i^aAKK+ha`0;{E$!_sEnho0&fJB$INTLM`d0R_T9vKwQ3&(0Sc zo7y79j^RrF{2SoiviPe$uXk_n$CEvKJRSryl$Vy>y`ulxh@(Ok-^7fN3pF@VbH;z= zb2(Shw^D1ZElm#J&K&TL;B$~oDKCt|)SbI29e3q1fD0bs#DR9|Bqt8DnCr?{1%o}- z+{VJfeXYwk1|t>YE}MN(>E>taAjB2QMz|@q2@Z=IAGI@?qA=fY2FtO!5n2J_hXC;u}3iA{IY@~MWhG=ck029!={|MY~(Wq#r@Jlyyd_3LCq+fTT zuw%8(FY4Y>P*4y*2RpLb4GU1CB|jmh*tb=CEkz0=+_^;Z99m2xEvC=QeG@lb!kz)i zs?TBm%J^5gJMg_+&>Nx!LZxHEEFsY;W8|(?iU*m0Jft`tZ_ASb0;`IY&muj1tJap8 znLEb&NiC8Dyu*HxU$^6h=H@w!?EQFpU`tcuIBf;u+_}f_mW1U&l9mUVvONCv?yrz@ zKK+L;RmG}a{2{RB-~HvgRWb5I-p5238DCFcp+E7Dfg1`M`5~?K7(AD=KYiwsYI~%* z8$TN~J!y*^0-2@aC`?JHv23c>;~q)eo*1IbYwdrc({n{5ug zP7yX~%B_Fu0Du`F$}T3G-2FbEMZWuMe&bo7alFMx zm?CBtUq-%xlrL}LNiaKbT*XYhDK?8tmfY5q!b**Bu8Bzo21{P1y0gN|maV(lr?;m| zr3gs7#8vV|#S7iQ_d=k@19RsTUDFj>9VKNGBdGs+)bABrwlV<~r$k>I%;MjE5c|nB zKZw2eFSZ5gr=N*;Gk3;m9^>iW!}b`ZI!X}3h)!_F;(vwhh2SzU;XCNSw|OY->GCpK z9*xBh=bpG)C`p+g4MC|jXvu!mk5W^65^g_svX5M1?>~KdVlj(BM9e;X*!>8%u;3&E zXYz?V3e$)G36?{X1VNVw*q;hrNcaN8qvCyKC6U{g#D-6mAgrgPesE9=8Qh|gd1TwB{n9>1R4o;%Xs_S{sd>q*F2RN5$+&WdA~S^Hq_^Yz3>Ozg|WA_$dD}cM^TP!fJbz4LzthbcxTQnd|wN z$&c7CPAp-+NT0X~qe3~2#uH9;>a#3248FO>;u{P#tgsr)vD(Ut`&P`q1rgct|CMEN zX=(NX%i>z(F?nP4nc_$>@=ouhwd2r<>k``|SYuPxTV;&>X6(DM@6z^wo6(kuCA9o5 zw0|7sXIgJEG|WN5F?Rg}ih-%e(2XCn_e~5F@mYpSX~8oq*l(k$@)|ITFfEibce!LG zIkfaN&S#M<_Vm)P^9B-#eZ8Vzuh(kz`o7Aqmxh8@wYO6r8o6VfUv1YLn(U57ogU5r z(SD=8=l_rPn{n_upmm3Xp<@FKjOf>vhZ|Kw+KtBWa^@_#U z2kGdM*VpD~(CICZ;Z!cv3-A4J?6=_+xS*{VN9-oUN&y{bb1HT*`jAEEwET zH{Ng+^18ch*1_VrCrV1I2RdiJzQMQQ_1UurtBQ-S?Fe<7j5yL|BwNwKLujFe&OEhc zVXCDXnllta%Eg*1;|zSU*rBwdVDQMmlIwBk76=A!STg^bV6a$rF)u&AxumoOS5^_L z(o#~|oUh7bHj{5c^t`*~OGsC?0GYV9skgn^*}0&jzTv{EVRg^R@@QjYwESd`y62WC z{TM}X7V__5=4{ECo5oqA<{HGiXh=c>3kDl!*DK>re_iJ7e|9$XW`G7b=rDFZ2 z`BiHJ&N@988+-D}vCD0&!db0SstJ-tjW$e7M0)i3Dp}g?8M1&saP54S*?2GZ=)`Q$ z)Vc`fl8AStMQ#(bJ<%jRDSHFW=R(O&WqR7*v$>$aC8ao-QkSz}6W~i74llXTSXp&$ z>Hdo~wfL{*;{FBq)YNoLWqT?QhxXQw*X<35DqJ?(Kv6#eXKHXX_xgI@hSz3yg5Qdc zv?sDWG4$Rb@)TBzr~C~xlr@28lBz2y6Q)>-4o4z0Jh)R>MQnQfTZBOl&oZx>3l8mZ znyefF4#&WCK`I!6*9|oOS&^@52sbu{8&vrUs#^ic&~sI&s)pP-ueaf;P1+Iz)vb_E z``g<0LQ?Qwwl^b93fXGW>FO!39Y#xUMN0**Ut(p<-04v{thquSR>fi;ldS%OeqSKq z^B?S=8;i~LRU*xAo050=3+PNjk8pnQ9n6@| z<-3{T7jotd|5oglTVmQqx2?-tMe#w!+qBgiLI8>8UK%@pe(Z81t8mw<6iQ;XSy!ao zro|~bE|NOwyC2~15_B1~pSbrIOa~hoj*-PK%;LB7w!(Dxm;G%+Chp-%t_GO~e` zYYa(mTgimMn6Y_L(%u z&y-(m)mPh>-W4sYau&F*>MPz+znu2`PH^<~kfa^L`kUIHCzg7u6h%LPY$!T71a?M8 z6QV2iEC!?EE@i*QzeCUuhfWzb+7K+Kyb$yP-M4zBr>GeT#mR|S>;%cqRQFdFEG((t z4shNJ1Z%a}YzQj!1zBn7gnW0**-&qXZ3PTC3KE5T8f!HZR+r$_#<_*y%XZRuBX;G<7x~D2M7nZs(}f7HMXJiqLQV8Bb5)A4oQK=Al7b|dd)ksc52S&Q~8 zL|?tshrV4%*M#LCq1&!#qD2}|U6dPz76}H53N3QD*|o9!{QMeUjr3A_#D|Mg`N(_b z@oZ~jiE*Nr7}$>8h=XLFeu9&77k(;4kIv#-$n&#s8oaRSr#~INF&rwCl3(#QHXI6_ zSk8Qn|B6gT>gfFTqFpqKJxIO7Q#WCvDdU7m7A+$VsnMkoYysHQBj&zJh{A)PRs6i{g!MAb+vK^Ael9k}) zsWYI&ZW#hN!C|5tLL2~<#fkO{))e(GinA|Bw8UrJM#82f<1?@qiYjmEz<9N-Tx~BX4BCduDi-6;oXujM zUs`&gng2E^ZiibLHxcCx0qdMx@lqhr(rh-{suoARQ6Es~O~_}lw5fW9$5WMmRfYwC z#2&2&ReM~xSX8vPt!rP(wKj*rVBgg4n&;<#fFvt*dT)7-OlGm=x;2LSY;nw( zwPWeBS^9iMkqLO#22W<1>@$YVohw)1?d?Uj-VoeLI2T79mTrHz&lYHw&&oKHo}TS7 zWSMfE)%h8@Qdt^n5=V{|P#TBe$9Dq1lKQ8`s}kTNk+rC{Lpm+=9eKm376cpy>WD$~?lN)vvEN>7gx!DAGg*|6yQ}q{(78V_vJ^S9C2Yc?BA{1T&!uy$# zt>w{`$U1^R_Lb4{ttFY`(voda8c*E- zlf)igSUyT&lj#<>^Gl{dG@9$`pW7}#Ns#xO*CS6`di!5oZ_b`QpF&6weMvC5x4C(5FjzA2EjTjvx3=yNh2TISG~Sr|HE?9q zm>B}Soe27gMBU;!0+BIo{Qch}pFB#A$u3+6?d6WSqKFtj zPwWK<*_(Lx5bCAUkH+Go{?VyQ(bHrkkqiP3?|c6yQj@OB%Q5BVXwp>r5~H=o;BM4C zsnhcRe2MK+JF_z~rR?o;nL=q?*%klw%9RX{(QV=T5R3CVMmHkx)QlLd=~GSI*q&*9 zi;_zial}Cb|0+0xOn)`6>(1&*~X9a|y!Vp-Wa0h`sIot>4H zo$a?;gE`q*Pvw>8SM(YU_E~?sf0>Nyxc^?Q6gSnqrmRpFd5`>h`wLBt?d^@oqRv~k zKi}BY-rm&sJhMOkcKZ&GHxTf8cC<6W_U%Al_IteBKk-R3OFizzZtgenH^O12>hc@I zs#=rD%Q5J66uo|4;3=Wk2@mLJ@YH|ssr-jtM+;o8y$j~=b-S=%ckf#;ABklhvGknm z(m=2*CkHD$2lihnK9SpUDurG<(*JgUk2$+0wbzVCv-8ak%7h(n?!-rtAK$!D({obv zx}5CM^x|VfLo|AF;w+by=rA9B>KXF2ln&#j?z+kC+-O=U`YwZ}r}tT)$d&jZ|CJPR zCvd`NNQ{}5H-rxJDw6jwga3sb`SPcQ#-{`e_Y67AU;W7|C4pXkr{vk3eTQ`#zrsnAa~|y2Nk!Ea?(+xn0}3ySIb=!SLI= zx_96M+e#BqPZ((aA?B-}DPfMQ=fI^#XY`giDWS$_Z#QBy|#OXCEQYN)S!gc`)g)rwyO%jPnH3Fqnh!JG% zmWV2cX4fD@qr#0e#F}O)q%3=h<$E>ig*LmX1(zs^v$enzd7Hd%J*vucXar8 zYnLvpP^gdFr5DCj`LKlabp>&MbRIl%s{CA^KG!NI6Fi6bN@E~5SFY3Qdn3#{#$vTK z0zVWPLwCw7?j>b$|G-hWs7yw=kKR8rnc=KDI>5XWS?IJ^YKtSJK$(+c%gI)n&4xK8 z1q!V*TbY+RYnD1w>-k%GcF>@&GOb$bYNJ|fHD>E7=`SP;fEjQsIa`S9o05#80r+`S z6%prYMjYU0Op^1{6Eb}lD=}%x88Z|#gcU}!A}`mY1DJ5GDvjl6Ah1r6>r!joIdY}R zpbQy1_rqE4_rO=;n{5HQVWvLUwx9%gC*1y`KyZKj8<>ThtQ?QQ-B+Xv>Z~0;6b8P6 zFTZe6N#!E5-tgwsoN(P^`AXBuHvYPjIkr(!@fotKUR;vKEsCMN+K?DQW4v>9IZ^hTQDfI5_JXlQ`s`Sj9gE?90 z`579w*<$F4@PAC52GM_hRK`K(wbD626fE+hLrZ;X7DP%yX<-Td2VWR5kgSJ^iJZAe zC~7bKx&YIL1P~7L`4lo^a1C793+TZo`2C8~DdA-yEK; zRjD;w@2QlA(&)Zl}CXfkRWy-6pT!GMG-hJf5;7M*0+YY1L4?Ac@zI76rVmC9Y{ z!i-=4gTD;01i23rD>)m}sIwjU;rc8@Aim6T+4Uj4FDExI;WjH9vgK+sGL3n*!4ko3 zCVg_l!Gjz4<8e|pN0XadRhH+>r|vSKzm-;MwVKvo(s@=;K>5p?XS0dUGuSm_{9$e- z{8vELf-VxwHHh6ZNSK6pN%iC;A}us>*0*u+3!!kK*W=mQ*|q_GArfn*FRiwzB} zjkW(zao-)-R+0R#eQNHOElaW`S-n}ZEjLN-y|?r@iF*>KkwSU}0->c5Qk`%RI)nt0 z5E6(3M<+);;5hD%Uaubq9B>E3dj5TOpCsG4@GXDb_ZMuVH=4I)c6WAmc1qcarTjIV zsI9u{!QLNwj#X8*<#;kTwJd$4va+s!>a@?d{A>N&lc!vkz~jb(h@L_lN+1WoqwA7w zz&#J;-x2vb(hM#*uWhl_YN8&Btp&5pCdY}2!opiR>o?^2r|3=Q{M_8#y|f{9g@Nr2 z?z-)Tfja2lXXH-V<@1$Ujpp8>ihb?w*^e|f_A7XpO5t7*+tVItIdmb=gh&H+OjEmD z%6{|l%*}d(m>T)_{&?>b{0H^K@*4kMEir#`iZJ2l+F{t~kc;J+|=} zGQw6Jh4l{+y(zg5@py(YS76ucb85_T4Oz=+?0L+?izyvTQX5OSw^(l^CC}840nvOI(dsTcgu8OM2i+l_EYpK0%q7 zh;Vhuw)}RT(a0ER0=h`Zb5b>TO4h+_IWz%8h$GM4*<(cd zV2w)7-FVmOVyXK4#vQ9fqA30t|Gcb0dIA)4;vRc~Xby4(ZWrB-e&Tu#?H)IJ^$raUk$;>%y6e(X_4?GbI>}e#z72ltDjQRB@Qrbg7{Al}9O<|45Rt$JB!TGw z(_!u9gwK%`szv-*#Yi#hv*Sl4B^o5DBTlKtE)Iz0N+MSV#N1-#qR@<#mOP9ZkQ zBNyiL_mMX71O3EN%Rd#I+|R#TM=H0?K3}y@{8s-9)%#2N+sPEkNz%t3=f&F_W^eix z{lnGGd9n7;ux`$ab%(?=X5%h^KNqZ-!@u1?>adqTg_XG;+*Ta2WJD%oyKr+CQqoX+ zj3jtNKm-mcF(kSCzAfak;48#9`$TnhTU&MYiP^ksh!`uEz}+d!;xz_<%0QqNHn z7nC)`f6VT(%vj^NZ-FXM5Q2sMe4H1DHAzx{SSn}x_U09r5QD|CY!bKf;nLEwiLGrP z+;oqPv=81wm)>-~@oD_y^9OOtbDz}&{vx?f1lTzIiU`@k=|wIY2@<^r)y1XVV~1glDtPbzq+USrCGuj1w^2^O%S*&YZZ~>=LvTGtGq?orB9EKF1iSze3%ciOoiK(e+&3U<->cmytG9l&+cbKHAwbKHgfuf>? z9{+^Y-Ry<`)51M6w3^``%gneOBKcdelAs-Zs) zMfp37Mhk)QWLr_rw2khp430)_>5dBCPi@4=X9ys%y2+1OSem>ixu>*lux!c6^73kO z22v%WlEM!C1(vs3ROf?8#yCgd5;`G-po|<2M^BgeAyrr8bP4iNrHWcj#+ng_PC;^Z z1d>e5Y`4NIOm84)+sekql`fY@r%kQ(Aag_Z1hb<=sYsGX#hNvV))bOA-IiUOl9-sP zG0d*=UDa5+B&T8zzb_GoNR!cv1lI_2VpSRQl2vNMZSirqYp=g^23fG+bWL?@dri&h z0sf&$`zlN3dn6Kr-rQeWu&#=v1qL#UyVH|W4m&LFYbO?7Rm=ameNWZYonD70U1v0N zw~-k&>$0=_`B_;T>iGS2n*+8gov}632g7|%)Px^1+jVEVS#e(*m%3O^`nXIOy_;6=wHEu(54}0Cl ziCOupDvGDxQdP0Q?($eo5NzreyPAwq#e46VM97Y0shDpJo4-J867h~NA7U@MK*1a}7JjUhqqIm#spU`w|hE96q|>bb}6 zOWr)hZ}~j9k=oBiYy#uxyIjPVLmc)_0Edg{Ekjxqx}%45n@RcHefv4}kg3Y-oSHqx zyCY|k&01|9B0lbkV69|hur4-P9u+;_(?c$oC&$6rgA?rmhss2Y#UdC54S=&r@%vNN zCUGYYaLOUAPnXq~U)gUm7$ZiBZ*l(M%WqNBL|LpvE;m_>J(c546N%_E)YS{hrZN5z zK3BmxO&Jj$lB}N%HBe_2m~Ib|K!NXIfB%hDL)W$M%Gp8Bif*{1RZ#PU)p)HV#OzrK+i_dTP_Mdu(2{&tz`% z&e-I1*|_@@3RPWh_WGuZRk?W+(~TAlbT7$-xHKw-N0(mf%BV~=IOC$CBt3TjbI@4sD znldeKQ+7o$T;`j&bqh~bRW?-?m)za2x~#2wsVBEGj;uc4*fdG}GIF-h^`}-Y&2VL7 zJ-o=ji#%2*sT~)+g9vT?V>gY+HWnHi?j>^exBS3OLqi{TZ-+A^foeY2YMhkMtvpdu zQdU}2bYzj(2Q@qH*|FE&Qt0#DGN*XHC%0LvPTkW~U-$BswJ$U^btj_s(>yOJ#oUI+ z#>KT?LTchpkewg%H?AET`bERqOiv!p9~~9B{o7%gRg|B8O*+In-t?G)kiue^_E>vJ4Wy*ELl#Z9*av!=@Lc z(@c%-AwH4$5M39vbS%M5u2dXO(B(wH!6*QG?F_#n+%H5oSNk58uS%zeeSiSAhy>kBGjQLG0A_o082F-BQ* zUR)xC*!WPSA(5Im5mmUE->_@Sl^J%Y+v!~1P_fW%cMnafu703n5nNlEO3K=wt|kNy zqd$|T@+E@~r)_CV3H%!~JP!MuqGfj!6yy~J0*B|#z0+S;NdC6wARW)G{Ax)f#`AyQ znoNGj&gs`=*zB}5jo9KG8RsTfS0CwEbeguNxaPS^_zIvk;yckAm)o|uv1E?mZ8@iK zX}C25vwv1pRYAU7bBM;6t;X!yC_O20kc};{DC8E6#3O2poLe@68(w_B3g1Hp#P??= z3*T3a%w^wW`eW|&gU9E9whGt?L%$qZzA9w3y5-NHTlyJ z|7QCN!QFR7JMoH_P*1o1zPn3Gs<9~k2zS&)MR2QgWYe13P}5G-WTUsRA=~o+^5j|7 zYRoqJ!)(~cv>+fX#IThEd7X4MT$ST3;y9P?k#rMBFs;ina)(y*+?-2Y{&H`AV}-vh zm3jNM`B#*dmY!PE_jG6H3!RN?JsvM&PHTfduPiFQqqq02lG2(%xPdP!49pApA`f6^ z+6!yE3H0m`_GyT0-%OehgbgidyTP@=A+WYWtw#sKt0(}b^b6P;AyHcj+;+e`|5e7rfuG_9bZ)8+CeCngb+m=L9mJr%2zdc0>S4sFGe;p>f?TdkQsx?AEg7xg zD!1fyyBpS6;W@5Pw5!tGNI*m~JemEKfh{eSSCu(h?Zi33Rl2dPXkKPcn^vVEu`%%( zX~^Iy`8@bVoGL0YDcfzITkPNXhv2IkcZxzEqev!6iJB?7`f}5j>={mXlUAFqR75GU zW&)t?HjMog%rU{lU>qqi1t^aaWnw+NwGW`FWYNk@7*Y*P%~m6NZdYA799 zF~4dqVuO%|ddKXN?8T+?U!GmKyfAZCX4VwDrA+H9A!=oEo_=A;qRh-16)q8SuWp-r z3oJ1Y+RT>TlFB(|qxm3$j?YG~Cysp1&R?*QstUDVBaF4Moms6K;glFs3y-4-6$-+0 zE3^(mTP`CA_d$_AaCq+TWgk`dq^G4SmAcst`?-e#lQC3=bj#AFye_9UH(9MGBswZa zmvGu(<{+CV=UY-Ohz*%;QkQ2qD>OzE_dVNX4p2*T8(i=7#sefZHQ8sbDVb@6;>K)( zSx(+nZT4onXS%!n?)K`%h?W==6Khqs<#(9X*4RXc#(>35ce;BSpRPlHL;VbGI`9u= zD_j%WcdU+rOAYUMOC_t7DBdgWN9Pd~AWbtpCN{>RUg@qxe4l#>95kkvyJ~gb-0Jd* zM_2KGBPs1GVbpFiJFo7%n_F+USZ9}BtE{kCt5n3&XtOn%D{Ni)dGoy|w{e`#r#iAFCLy}|Eco{iK(blebWF7AoNV#V9^hjE0llhrIA zYj=g-qSt2Wt>=ca@keIIOvgryMw1D7sg88B$Iq9`$;|db-$IU(C%R9IQ^V({)u2 z9Od*Gv9P>D3`ChS_7U8VO2m@*=%idroD#YXDU9fXzd)dENm630Ateb>=`F=Qc3pOI zx09 zI5B&=vvarKU4}p)usTbtao3%_+&j={}4vG-r@x>E=zP z+5hE0#|`msLkjf}MSQYTuWxkMtn{Qh;-X`~Mxvv&38(ZXPJ)}gXhp6iMj?+&#CSrL zxR~1q;r=@QgumC|f#O$*p>xeE%br)1)93YFRzQc&(PV<*yuXx0$>SVpDVcP1R-?^S z+ekgABBp2K<|O5T0`C}0ekz%;4ss+5-B^hcDDu~ zh~5m(TG$4^MyY!fWY9IxZIudVIl9irFlb?7j8SCa$TVtTHCCO)?dy98X+=5Ck@5)a z=!nB+U)DHbliQO8|EZcx>(t!oyQ)fRj$dB8v7lv{RjW6p8+%HMwy6-Z{>bGsADcPr z%&h9m94-%OuB<%TOQMRG=9bPiY16IdYcn&=M$gtMm3t@hKTf-~reU?yh4TRs-GR1G z#7Wc-je#J~joy=@m001StNzi0IQj>M2I32wGIzRji`(t8yIdQlPuk(n#KdsS%-i^6 zRaI?6ZO!@39s2`;N=^}bDnUjN=zqpF!nI}nHe6d8^fxDI5o&#Ab2H-kQ75&T8E*IH z4*ycWf0-|{7OsS7V=HFDe$3un%!Er%TFRQ(;vKgTS-xI!hD(S|smQd?@=dM9R<~iZh}v3SEx)eQW?2^c!o4}xGHC|H82GSZtV2-u0Zbc3heZBn&xyk zpj^T}9~YNcU{+WZ{5JW(kHM>p&6T!6A!h14Hjw|i52I}QKG z!SEy|E&dc*#igaCHRjk05yFma7~UwpCwQi3dltlwqN2k4mu5`P$e848KQf_uF&trt zIX%5Sn`=36fVN^WtQnVK9=3+HCn2M=vHl2QfjMN#F*?{_24gRzLz^=r>XJ!~4bQFY zJXv2ieTZZsrf%(|tFy9lvpk+FCOrD+#5L$6qDF0;T)M#N$Rb0Cru$&;%AeQNHp38j zMxbDtG1E&9%%?X%xdjDxEGwF8w|iVR+uYK+IcAd)yQ`_QFwlcMyHL_}`MdWc(u}Xb z_p^EVJ+6#u*sz4e%Zurb3kR-nP0X`rmuiiZve2_@g;$_^_;EtZ5p({yOCclohrG?ur zeo1z!yPW+TDM_|dki@1(0>V81_KPU61UmR z=HAk>J~ON;Eav{Q62u6%RsgB#n+=;xe_j3s5GAGfz# z;Ad(uq-m=x?bb^8TN$)zl}7Qo>S34>aiR}K{wn?knVT}H^$pYb)6<|JItp@RFu)8>Xb&3k^ zY$^++cCA)BL3JCV6fUXlDA+xD(gST7jjP-lSx#G8r2{;jH^(QOjE_qgxUZzNntPwz zP~N3irr=t-*zPG@?(_Fy?AK$3u8}^CTX!p>y;b2fpM;=USPNq0J&4T1h<@q68&M?~ zCHL7$!hd_>B#iTj7{{R!r?V8H?~(YY%;}(?2Bb2XCRvI2>GUXzh#MNDE`NuA4cbMJ5KD7*i?jN95Hqb_lnwxL-g?bB^qw#P*3}gfLPRCU2|rB z_0`2xSCcWhq5i3*bI$RfwcY3seqOYrXF)|NDaj{|-j(NZ^POS0&o3|E)w=T4*0z~t z;$M{K^Pdt`VKuB+CXW15G9*0?p67>*K2NlW@g}J%kR%<`7=gZmDq$S08IEw_Hr70C zlxL{bKLsaPQsj08|ID-E1C%{O*N6CDs+2gZ5?Q>U9DuogVPLk+nvt$eu%#$X@hbHO z2-{gY+z7=d!u!>$*JURmpfWN|Ia6s+52TocogO?q6$;$y(q+Z{i95e=Wq$Cpk8+#g zs0e4p=3Jv+osbq2ty5@9Z8!u`2S#mczOyP7aV(=X@#;eU_pp(SOHd@@QZCgFTW?r= z+lgLfiG$BTJiJ9={}~q_7aMEkpA?ptRFn@oJ_G*TD%vF4hb*rrsWxZav0IRV#yRJY zq2Ab`5Bcejdz<_pjK*JDECFQ_a(pG{nk)rL2?;l4J8b>=#d95Yw@R(ZHl#TfDH^C5 z`iuSGORk;pmd;5xdZGG3#CWe!yzxIUj)w&Hc*6n=f>Wom#bfVM#F~-=6Vi04dabrS z&sL&RXrrRj64gFKZmSl#$PjQo8*$3x;nx*sR?HceF{rgyf&ooP9eqoWJ%$FU^EX1quHR3ikC^{wMBX_B1mOs<+N&bI;Yt@ zGsoXyFc_1g4y_&T`p*p5x$ugu!iv2g<29D^VNWoV{QnEi$1M%M1%vt*4v6Rc2gp31 zky+X|X?5_#r~er`hBzN5x)L&3z4UL8E2!Q|P^6FDBdDfB$TdQ@WUL5*uW7Zz@tW+|b^9ObH%!XP$lcdjzO%XHH1RH7x+yblP-kkW zs5rT>uJvG+$=sx`E?VfVT7dA-NF_ppjcxRL1CWOAAMr@+I3L0awGJCFRc%P@!`BRP zac|46`(dN>iyx_;IiLSVau8VToItRW!hHCZ_CQ z!LEaN4-r6MJ9`o*0_etY7(hHwM2X~5@8Mq<`fev@_&L8KjZ7jxza@y<(F=FN6;}+M z#mACc#2-M0n5cSOp8$#Sgaidxsyx|9~_9{;uJoMae}vCy48ZC2~LXB z3vybm8TpCP(VL`FxgLiQgTbfK*x=VG7Gnouc@hvvElDklmJjcxJ{ZbmuhHPwAnQRq z#fe8AN{!E8$WB)3U6=}OxKz^{f26@J7c2FJ5iUa z%d}djyV+Op>Yq_ys&9Ae3R2BQxb{fbs0;PF+{E<6T)nPPqtT}%CwerxiWaxtmue`0 zwV+<3Db(qKp~%r8GN&dzDKV+Qlm;aj5q*!mdT${^A5QFbxucTv=;3M9z#Ym3VIa7p z+B9{wCp{}E)n0F(aHS_RTbriH)F#xzHO^;fT9uLIohjAjLy@axS^RRdv#+22meV-ktue@s^J z-x3-0Xf&AYZ@G7F%@6)F_^$k z=fe+nnP?@Xoz2Mpd?V)K&5(PbPh%I^^dv@?Iiz!8?}JJwMTR6(ROdryB)V;b_%gAnyRx$Tw&2&@@T}01*AalJ zvT|5bLH}{iDbSxN?%lTS^{rdU?OV6L5&48MP7J;+IT1A*e8Gz|ae&4}YZ6PX?8FWp ziXVaGa_d-qL73k%?qKyPL1i(1x!J*oxG7v4uYEZxHpZGBql=46GTBozxL1hBZtE|s zoQJTJn&jjxbu12uvX^@#GKp;RaPDxf`1K1pc}k_r7Vk{e%)>qr(qMBr#hh5)ns|kS+L2*$>!(Gcj|(`;abJ=^S&Q7tU}hO+*6` zUN7P=`Sa@1RxY%@sAyci&g9DUWm4-x$GXBSt zIO^dL1+yA;e7qXx>?*S|32sqIn)n1YLNl?b0>hHeCFf+XqeYfTivl5UC4tjg$EAK0 zf53n71poJ==g;4?f~4i*e3+97mm`_JAVry~Ois+w3zeTcx2;qR_a(2{Q~4 z4ajl?8NixVfDS*%_M=w169{y$!y#4t1OLH6{=?^w9_4d)zW9<*)ZxR&iI@*kjZ!RH z`|ap^pk6+)!vLN0^6#HN`oIhP2W0+DJ71Lkh5zyJVIn)m2Z@-zS1$QTe5-65W(~Ct zaauLfaeBP5M-=Y9<%jMeU5AJ=CE0IxAt6EXL8PL(ysmbc%b6*C{`~orv`j@p68h#z z^-{}xgI?DLebo<=o4BuJB`i)N<`zcKiF?r>hIH1;a=N66SFbBuR5HbV484bbSaOqO zC-zvnf3iI=Um0N0Ip!^SoOj>LTc223demS%LNxrJB|9&yB$`2TylnzM6+L(ZZ`b2( zEh1Ea{f>_Y8eRd|o2&=|!EPl&(gq^jgs#|x)$j)SMaKhWzA~G^I5pSRpwpTrRh1rY z;paR~RNm?El<`=tGcx&aKl9A8+p|4p^JG_6wtMxIKqq3q(&!8bQr*4YVKoM?Bgm80 zRDiJTY9-;K$TR};&YA*mr7|Un+Q%*(`AXuK+(zvYssy^z!+&Jk4M|61ygV5CaV%cx6wox0Y8zJy z_F#dK!>w5(kS)CZTOT968{cSaok7U7=9bsi^ZU;|+_@vin@bRWEN@rWy`;Ud;pHnU zHon}{IFUO?k3Q>3bckcbATFhgX7^R zB(Ml#&VNhqD!zcINLsnsQg80KGQ;g6#O$!I?Gh?Xii_tTAVW9*Jr$9Lq@enq_UWy=i;8N^h|7@Exjj4E+tJec%BrcWUT$ga!0doR z4)K8?-u)m@0-7yIn!;6@_=i)x?9?gpqhx0=$cfRjfACNs6VW@MgF>={MU;ezI(o-w z_YSqE6bJa9lN!m6JBQEQafi6&PKtkEE5#27cXC$`R{<5J zK8sQl@ewm+R97fTJSpR2k3TFW-=RBu#Y^zk;$es`h|Y%D(u~+S^}!q^@C4Nl8mfY02(}y87Mt*j!w)2QBOw@k{2T zg+gS-pJ<^pASmSii*^o>`s(VZHf(sZy1Jf_2Kw1lVIVPAeB_&~*QY;5aObvZM#mMd z3LGRQrF6X+2+^=Tv_B z(ARlAHk&8QYU}ipXZVU3@&|PhVpCT1UXREL1QY3*L2@gu0n;WF`dW})g>jc{7||lo zs}oW$hGSMSM(xkxm#T3bmGpd zOjahSv}sey3TE03c_~?LyVJII+O+i^cOW@7!;oC$%B@OKDiErvJuvI~tW1x^?7VX3 zbl7Mj6}Q8r18XDDIEf?+L1COz!9~Fh;H|Xq!nfr9C&b?(FI=4XTZ(lC)bId{*@VKn zWt0`dahUZ>nBW14`!ND%F<2JiGQ(mg?Hnzf_=TTp6O`K7St0(IRT_P{K~nB{4ZZ5PaP*uzr??uPW_q+#Q9rhR4HmZ$l7q$NAe!4BNr*pj`=1}&5gUL1Eyvc65UNuD`i8}3yACGfBzl=GAw?d!2I)lej&N>J?>rdNbt$v8S*$^ z$F*?PcpK(Kh(5NHN@0j7MO#fnlyI`g$RNIe(w9=)6vmfWiSQr4B?$> zyaOIHK#f1m1bmp>4r|omL)zl4G^y$yS^_%P+T;s*svNttz$I%GFp|YIV8Ik(cMN=H*fO_&dop;>U0YDrK?K zp_jp#6EZAgT2ze1y5UYtJbQ%y!$xZ9r;2aHeL<{3a#%||sz-NRpPHpk^Qy)0saLb| zR!QCwKP!79w6BaE_3`w?(MQ-+=pk7XR+M2%h@ah`l$;!JI1y$iX+MU1NlncXr^6jR zCC6eaKv+I=W6xBQZ8dvSHGWq^kMww|hh{WTC@|s^^m?OFub)7QQXTmk#MxQapu&fQ zL=Dy+C*u!sPl;|}qrbXKq(OUS#$wQcn1(t;B zWU8i^cD2iF9sCN$6{%Xe?6#PwLZ4@S3*7-;#VTpRDhb*9Ud;Z-d!dqRN%GXgWu?u{ zkgTTi{<9=Gx65jAyDiqPT=FP!(_EZgGz}8iKG#m}BYLfFq8}MI(lm_gKY-e(Z_cPB zBDfSF=KA^1f`1}k{+h456_Usp2SC^nQUAYR;a-l)i{5_3*g$%1N`MCM`7`*(L8;8cgKAMxZHsW_42D1@X455EA8TvtOu;1l!#lPiV!t;FgOe3mx%d=$;+@-=Uf%J(A$mPJ> z1$e&nw}2x+r$|Qn($fH)3$1P!!v+^;*l7%V2R~hs&aiPprr7@k_Q*Le=@wllDhtD!ffQ>6}U1&7iE^0<^1>w&Y^m{?93tolc~m zp@a@r!mRtW5$MMusGM}dvrH3)%c3IiF6a_ z$?vQ;kca3PJVg5x}^K!U>GFoZ++51$ejU{xPM8%RyVL6r0IZ ztWG)tsPh3@rvRn66iVyd&+24wR;K{(0(TuPC5(@vGgxNQE(91&%GT!7lq8v#1^+d@DeqbpTL zp>(Cn$lS*%RG5F19>T2b`4gpwFjpx(1ZeN)tHMy}cM)jc=k%86MNowO?^RP>Fn9Vn~I%Ubg zr>m3lnma^h;0vqvTnH{BJ*Jp2R2CC~_UdVt-*-SYs(%30SWd1`5`v$YS!0wFWN~_q zQkOoSWJbNJ*h18!Y73P&&DQD|M>Bh^LE}kg`iyX^r0+yp)yH@Pv>cMPtj9Bi9+R1@ z$EW!M3A7Wyp2^?~M3?a&qLfE5rzW#mIg7zNNAzr^zRCNkMgsT(e1T{IPx<_t6n_*B z@9BL!9m9*@q)(I6{gRdcET2bp6DVJRFA#mnzaPeDbAiG!$7j;H zAn-6c#|6&Tj zM;R1KXHFgKC&Om#5U}SSrR`wnX;wy`P{wjv27@x13(&5WwCCHfH{ zc(dJu!G+zUYc3s?i}#fNFDP^f^si>)3Rw|lbb=qykrm*SUs5=vJ$D3~jg|nN>!G6s zPA$1vwgEC4$I4j8Kh5N;4*;Jh+aPg>WH=4U$-3Za27d+c<+4qHM~C2di6EyjS#qLm zBj7P1_-fU$UW8WmLvohk%tXI`3g07|51y0Q zb1R;yq%5P7GQKa1e6MBCpn+r;`#z05v-ZeM7#*|+)axJl73mDWCpQ9)_ZWN_Qs4-( z%=}fdO?D-ybRDD8xiYw50QH0Lx621bI z<%Va}-_LN@KTWBB4y|2*QIXMTu6W*ndM4w1Afxt?czy!0gcS69av6KZnw20U6~519 z&r2ik=d)*4xAdh*-ThM9B33tp3U&8?N};SS+Im_S=J>kk2(FB_Ucg=VSK4}(6`es3 z3b-l?Wpjhk7ITBrP$XrvJ%d)|P&nDh;GLq)qys!=4SI)D5sO?q=C<<^reRK|lB9qC zCt6A9NW@19GBOtWYgcAw7DoSE+|}H4uD|1WU0sJAVchcbm-=&;d2`BfFYO%gRWEcn zvZJ2lCfC-U?45qJre?~N>Z;q@d@FPG*$FYR zvq2X%o3pWO6hr5DXj_)EXSycuktblJu!cbAPSKU54&}3~tMX>h`3Qseip=C7;EW@& z@-Drm+4#`!>G*`lk>Lw#{4UhzmY1X4`-E~wejq!5ck$Z2c)3-zohD{Qy75 z4DbE63RoAfu~57&l;Q!_XyzZRsDJa{fwK4~&Fdq1e>zrMZAPQbwtD*iAmh&%*B#iy zb^KQuf6(??_?N@K4s9)9J-m4RGYUvQ!b|}L(Bpm?J$*h#$CIspj69&7D=D>3M5vd| z%6bJ@)1=R#Y}=S;%1f3AWff5V@D_AqGZ>bgVcmnb_Or6V%V^n7S~hE^6sK|8PD*)Y zHJ}TS*?k_o=bfTX9wQ2UNhi65m2wiLUXcD7bz#N>e{SC}d`ez}AIitjuE=Pt9=y-y zALBO(^lhwz)uaP(Dn+f3eu&y2lQa0OA{F41`0FJ%WBv#`vy7~;(^75)RM5d-)}XEx zUjRC?71ZdLO$RRa9cV)q2lt8g09)X3R=@=wH)~`U+b4uIqKT}LStHkwcHj#m@G0<3 ztn^toQ>~IP6JHI@M5=GNLPU3v0oHOl!?&;=_VX^uX2$Oa*)#Sg$tUt^y!R<>6T5zSQz=ve_8bqAoA0ou)U zR9Jl!cZ5QB0h-S=R7@+zEmczJ#k*_+_N4=?oj0&{GS0?0h_LIYqkYF2XTtnIyL(0P zj58$x{vcbCn3Hr~uoZdn+l+tFw?h(DuPBkd&DJ~BmeBQ1-;SM*wh7pDhv!&b{lKO> zJi}(QLcs2ir6XZN3y!gtHnNs`Fzyd9p3%gfh4H3!3*+63J&p2IHm39g(FGsNZ zmC^|I=SZF# zPa}Kw0`D{WKDl3bpS;Q70l+_`?~}(v@K+gp5`Sb2XO)uy$wv%+E8wHNmBQ~9@X_j< z<>%23VU4blyhtXaeZq>q7I3;ozBTm-wBrz?ZD zgJb_&zr&o{K{@xBUO&p8VrNW8 zi02MSekG#%w;NC@mFEPWOR0q24sd}-)7c~o&6+3KY!Z0%brJkElBYyT5&X#!{BF@! ztfw$fPm17oLxW%n;eW(tA1fcT@2_n3(egi*Jru&n?E4!y?Z`hcLki?{_6gW6BcHO_ z_YJV?WOU3-Xr+v6`Ha$)w*3^FeFAp#$oFja(XtAh71nj1fKeO2< z^z_RJcGF+}NwFy%+3cg(baq`4ntfyFDU*lZa*(bowQLjws6gEUa)iBgjpS7_pW*{PSw?vV-DPNdh8WMF_+Lbc z!}u7rAIQ=W{=1B4uw993{R4Og<`FF&J9kLlYZ>{9bYnEXV5L)@Az-(BKzRl&`>80% zTOsUbNCk8sp>27H@eBdG`5VeJSj(eoBiKzN{~|3R?8$Ub4wc>XIUQq07kPIGn~vIc zayg~jSo$!YLF>S%trIwgKqb0+o|jYU=XZ=6ouX@*OuQEG<7_|l0S>u*lL~bS*i@Po zuxE`NWYVmF{Rzfcz@Bw8l_3Ody3PdbHIiSj8NsmW2rz6q0#C6K5b)_b6Y#r5d)PV? z@D&k!y3UNWe5~*DbcYY&4@ll(>w7I`#Bs^d2>yWN6*eQb10SKTfUjnK9gtwJM>(ef zH?mzWCj>vt;B=R(mY<8@uaW$L)Kh%Gjk4u{3;1g!XGiF*An>JI7%l%6qU9<^OW;d| zJr^<}rR5r0tAI^uDPYeUxslOQz^1akfIVv)mGlK{N=pHIjpQ*#ONPx>7sY0?nXN7X zpVCsm?-pIdXepF_AyhiO!MK*KuI>CC(k;?IMeyk=qN@wEkyaqmme3kHs~|xDUWQdl z^=e`L*MI~b`heH+vFwB?NJez^-aj&j;)8Fkm%k9fUn4oq_5&sxFLfPHLgtZqU|3<>;Za{^M&LS88W|%j9;_JX~fGlfTPYcUyE-a0PpyS zww7u{Ajd4_Od`rn@8J(2AqJIC=;;%1a)I@3C*Vg|@1jHSKQs8ffFolr@P8hHqcW7! z3iz1&cWx>5F#>!6;KO~6qu#YeVJ3a5KXri{v$R=_!G;l{Fr3;BN$TS3VFJU;iT54l*Wy;I1R#LVsD zUmx1L_rJ;*F18MC-aI(`!D!C#E&LzGWDVy=evO(ZNl%8ezQWT+1;3h$vcCRX&6B*f~M+VWNyZCLA&my`@NTO7C2~ATk*EjMmzP}gWe;m;X zLK6M9ihbM7zTJs$e@E8^z0F|oX`^qkb;0-sN)zz+@!O;v!%qm|U&ZjZqMXke{u3d1 zKZAQIoUJ={&O$i?JOKDd44<8|0Ph-k7rMwYPz79?Y6PmNN0{)RDxaE)2E;$Rn_T@X z{tU-I`WD%I`=^}vK{3ZA4~peMJNMr34};?1*PH?e2_g#VYiK!jtQ=%1rDd^MA%6G? za_5u$BU<>GJoqHJ=dlmZ#SV&(4}Ud#wpcMdd62&hcL9XusKw37Xj_B==t$)g@$uWp zs(1PG{LAl&Xf!q9&*NS@`F!I!UmkT;TB`MFRIU{tYN(yV*XDQpG3 WiD&}1U9w};%2Kl9!gJKh^8W$jCY;;= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Nano/Monotone/attributions.yml b/Resources/Textures/Interface/Nano/Monotone/attributions.yml new file mode 100644 index 0000000000..e462d7713c --- /dev/null +++ b/Resources/Textures/Interface/Nano/Monotone/attributions.yml @@ -0,0 +1,29 @@ +- files: ["monotone_button.svg.96dpi.png"] + license: "CC-BY-SA-3.0" + copyright: "Modified from slider_outline.svg.96dpi.png by chromiumboy" + source: "https://github.com/chromiumboy" + +- files: ["monotone_button_open_both.svg.96dpi.png"] + license: "CC-BY-SA-3.0" + copyright: "Modified from slider_outline.svg.96dpi.png by chromiumboy" + source: "https://github.com/chromiumboy" + +- files: ["monotone_button_open_left.svg.96dpi.png"] + license: "CC-BY-SA-3.0" + copyright: "Modified from slider_outline.svg.96dpi.png by chromiumboy" + source: "https://github.com/chromiumboy" + +- files: ["monotone_button_open_right.svg.96dpi.png"] + license: "CC-BY-SA-3.0" + copyright: "Modified from slider_outline.svg.96dpi.png by chromiumboy" + source: "https://github.com/chromiumboy" + +- files: ["monotone_checkbox_checked.svg.96dpi.png"] + license: "CC-BY-SA-3.0" + copyright: "Modified from checkbox_checked.svg.96dpi by chromiumboy" + source: "https://github.com/chromiumboy" + +- files: ["monotone_checkbox_unchecked.svg.96dpi.png"] + license: "CC-BY-SA-3.0" + copyright: "Modified from checkbox_unchecked.svg.96dpi by chromiumboy" + source: "https://github.com/chromiumboy" \ No newline at end of file diff --git a/Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png b/Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png new file mode 100644 index 0000000000000000000000000000000000000000..de74c2dee04cecabc4b0e8afaa87d93d481a07bc GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%EX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhK*rAWba4#v z=)8NykngYo53|F{e4Yt>f8FOkena-&Mag*7D+JdxF`^q&TwP7*$TWk$YsNftI(ZgzPQ$H6d?8Qr~b- Y`8L1({BIi(pd%SPUHx3vIVCg!0B=QNH2?qr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png.yml b/Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png.yml new file mode 100644 index 0000000000..5c43e23305 --- /dev/null +++ b/Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png b/Resources/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png new file mode 100644 index 0000000000000000000000000000000000000000..e54bb21e40adbaf843f074145aa8d8187747c7ab GIT binary patch literal 4768 zcmV;R5?}3!P) zaB^>EX>4U6ba`-PAZ2)IW&i+q+Rd6-mgBk+ME|i0F9CA`%fWb#ci`pwCP=AN-K8E} z@58NDQR0vUa)^uoW!8WGz0JS)mqPX?CMmh*Z21>!tiJJ~*y~?Cf1Qoz@AakK$K2=r z=6S%gE3ggMS82}+olPGXJnrH8=l!PKM|`;r-3J~9gWlQmVZIKM{r=kT;%%s|>qD+Z zUWeNKwH^0~XDIi(-$u`f?DgHe?udeyX5vP{`xRWU=Wn@25cHiwJ6rwBpn|>{=S0KC zhkB1h9rilC$JW|c2Yqt#fB3vyL z(7OviP3L~^J%}%S2D^Be%kdbKtzh_9`J~WZnjF5%*3E#swl^vkS>(XT^JQ4nGzG z)EK!B(RU)?Qu32Q`WO_C#22sk<{EM5T%UaQx*KdF5TI5NVpBsSSTQE@M`9s|S_&zq zlyZ_(Osc8nkYi3cXUPh3O@c&8l0~FQl~zKDC6!#Hlu}Epz6LNb)m){PT5D_GG;Y+e z)i}Sgr~4jy?5XE2z4Y4KAbmz0Y2+cJj5^x%GfZG&<|(txI@@w)ffOsQwDOWwR$XnA zYdh??)6QFV*>$&P)b6PM^!kgaxjSn9L`u(-XVlnhL>?xb!b#GY5iuVf5f_aB3GFpz zwzwF*Mowd9tEVWEXOKx_W2V!H5yH5fPuo3X_Yt{2iknI0kK*Qk7dfM$`zIo22;I+d z`yy&n``kDYyQ)xqY6I2BIn5Wt+gkp7cl#|vVQfaUd?rQA+`A+Rdsf-o`LfrvyUVU! zPhyTMg+*-ELYyx?mCx-y*!uCs{69to}@@i#+W^}So663I=n=b3j znDwryjNaRt%q{P=GF)P93^hj$9Aj<6NOoy`q`87((x&bxte$2Y0$N3X$~2eK!U&~8 zTVi&zxK+#uI{-E9#O+;d-1~?M64JO5+-QbqjGNN+(g2eCPWck)j>QtgO+YwS5F!D%?Ur5r}ZG|6j-@%ufl>AawO{d(6 zESb!pX>HCQgq(#WJ*5z#7Mu$RJWKilydKV}W6aad^3nuJl!NvCO3j?p0e?s!88r30 z+|?LN_hIbb$~Y<5BhDI7h<$j$*^`e&?X-Fq?U=PDvS{8}Tc*OO{mJB;t$BL_$q+Yw zn*&Af^7i-`hXe@Hie*yiDo(4i^8v#)8~@FNG9|7(G6e{?KJF~RT}WP9Q^s>8mxd{f zDI|Q_c7vfKl09aI(OXVEXl%*=R%fA9HEjDN*UBfkQk-5OQVKdTQ&vM_?}A@r&c##x zfFaO7Tcq~=(0D@~1@LiofRBXkM8?)WGU+8{BhR{|2E(g1K`X;Z(#$6Rdv0a4mLl{u zM_@RIIy&&MD%nd5h)f0~pQ#TziAobe`uXMe^YnnuLBs;+%>9f-qmXE0{8ig-f)$sl?m~ZehPcH*`zsh*?n({4x7E&?@ zL^mJ^Gxiv$IWN^K4<@DYb+;Z0NKG#BQM(=>#E4+S@2Uxyr&IjMKrjEjfa!r!qq`28 zruFM;`VGl7f5nPvc)P^8U6!btYb$!95#R-6cJdT|%{wiE&}I&(5(|tuu_6J4TM3}h z*6sQ=H@Y*BP8CdiFBKS@4IfpZ_UlPdK#?S%j(~H5LvQTG(fQS_S^z+;R7Fe3kS9Ik zoURYl&lKY{)wL~9%DGlu#i)`3VQ=K|EOY==n9a&%hICpNvHhYcn0H;_b5meKavY@y zK(3>-m>q(tg3_SwVrsAfKzh{#($C4ryYq)ot&m47MbMrIy_CYFCltViP?E%a(&ABV z!Hk2+A<$y_C|g@$SxdziWh4orWXaYAW+@uj4;pavJ!nW zCv}fChqfuSE~pSu3rtgcR-Fr~++9))LCXW!+lAl(Edz0q0ZoP66tj*3vS^wDuNSy2 zh$9%Ph>#t^1#Wqf_yTgeifY(3E1d-t`fP+28eCCF@if4a3c9Ervq!a`Hr}nmhOSI3 zY^lgn{)RN7Y*0p2aJ*s9{0@u%6pGD1w4(7F%sv_Q!Q(ZfqGr^54DqA8neViq*J+#Y zw4m3m`Jesr!?ew>=KW{WCQrb5bHw^Hk1l0)q}DT!aE6DXUU>vU_m4cTH`7XCPU&N0I`-K$(5s@JJ~IX+Ulc2~bJC(zHyUH!1vpzUT|)$b@qtBd{2 zp8iGkf3RuuhkX3ETk}bHsC(7-SGe+p3@@@nBM2t!7tO(*qdLrddk@9=>FopOz0)RN zVBj~**VE%6bqD56Jr9-+&O_IgrCj)=U$vFs=+jEl40mdzv#g@fXd(4BBC(<62G~bz z=(_!gi!EI$`8LY13u|^C>YQ~IcAcP{MMVhH(3ObnQa{~rI+%YNd;XKo{-)E-!|Pu< z9j_voEOcliVum(DUFsQClT2y)1YauX-lLJMYg~Q<=52J!Dd1cn9TPMJnA!edQxyTB z1(}~@s`rU28)V8Tn_3G^Jc_a@PS8b^^`K`XTsm64s!jeOqeDcW>59!Iqf0fa&+4tC zRimknhH}u^bd@YaPL@)8l$odcpu%vF&Rr+q*x`EFCl55B*Mg6VD*Eg*i?+O(Bn?eQ z#u0MC=9oFVsq6bpB{s)Y5p4WV9dhGRY$cnVN1db%k{;jec@UaW6P=1QQB{(aPTMoR zggLCKxm;ILu_DM%w3=}>`WkUL&MpmeQT+*GGpoM=VDop#{2rLi_cYPnkYFLkE=`n- z2i%=1D?xJ*-3o1r)Ug0*u;m7Nx?=e{6Dfv@lovi`erR=C)G6t5rrUy=Ze#V3Lrc1t zLwdIXZljJTPMnmwK1LjCxM*A`6_tU0YGg5yB%#AuBM7R0+jEV;=}Jy&bv~8|oJ#xH zt|bC}n&otjK&8`THR9;#vmT)$p#)dtUXM`rjL#4{b)mTw=N9Rx8rT${AXjcw*R4JS z^ug<6#>1ZlEvE&Iih&U_gy;G}?oIU>MR~6uK(th!#dWP8fL<2rch(OIO|d5swrK~X zs#7lN$el5Vn9l{`oX|kXGUvS^KqxbY?W@W%m2J?&MP{#ttHW6%2x&@j@?0XQD$Ew? zbuSUroPm*WJx+J0X5CR_Ma3D=y3bmK`sl1hkW0E2ksoUjc1dBA6c)@}h>hyC5cRQl z6uu>zDxOh^q3c5{XjZuSOS*0TgpYScMoFY&W#pMr9&$;J8)V)Zn zE5@aEvn?rmKX%Y3TbJm%A3U7A8Bp5m(E~Q~{CMy%?uQzuHyE0!J`>5;a`HTjD7HO@ zexG$t(kCSOn$SECPd*NDzr)@AwW;f% z-OG8b)&k;T?ekcTp0IXW?XK$UVdjuUi2@|U!Gpuh9!}Cx6ns6po%%rW(}&~GCy2V3 z#La2IMSFwqBO0g&CGX*NebIFZI&V8Q{Q4YKi?(=T!LE-vyemSD%B ztB>o=cMUwQH{UhzxZZr%z~g%JT?3En&36qvt~Z|y{0h#_v)gizjOtcgQJthog5K@Z zzz#{FquH-tYv{_)(d+lGHO_^q*RNk|T%Gpg_Zp9tpZ}8|plogXXtnEX>4Tx0C=2zkv&MmKpe$iQ?(*34i*t{$WWauh>AE$6^me@ zv=v%)FuC*#nlvOSE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(! zfY7Kg)$E!8RLwF{@tBy+t%`wH2=Jo^Aq+~))D!8&3_QozJ$!t)W&;^Mfxh}i>#<}RQz%#=}CN)nSCKihwEO#&~ z87lEKaYRuy$``UOE1b7DtCbpS-IKpCnAcX)T&FpLIF^t=5+Y>OP(}q7qO@wHm`Krn z%)>wI_><(4$yEj;#{#NQAvu2VKlt6PS(uu1lY%jz`^C0DMuEUC(5&0`_pxm^PXPZj zaHX~V)dn#8NqW7lMUH^}ZQ$a%t;u`9K2h+1tNoTK)Y137v9%h`=4jpXbA%Oq@0EJ0JK~zY` z-IhBJ03irOh3x&WjFpKYu40&>kjh40fZ-!%X05=q71=i)A|kh+eKJ-qM#fSRdB?jd zq*E7#L249%!NhQaK~=Yd!R7rYUP>RWV6=wyFzRHOVPzxeVGw&;XmlvTQ^$g7WY0iB uH@hVr5fi4Ft(mS71Ez?3AT;-$yX!isTsbY}Bx$7p0000 zaB^>EX>4U6ba`-PAZ2)IW&i+q+Rd6-cH_FTME^00I|TFz3Z?f%Za zKX0C2cuob5;rdhBbD*>7ZNTFmuD?HT%KeQm_eA#>j|qd`+4Et(E|T;9I`85=QC-)E zT#LLewfpNh?hDUS?%#e-dRAnwzs>83C|GGGZWO#MR zSDnWz+qmeaYi_%Bj>8R>82$3X(fi@UIah-C>IXh@A?nL*FQJAR3eFmSnGiVbpKEdF zzV+O1xWb*M<5KUK%rWHCm-*9|-+7t6hnmRQ^0XD}@*3AHLp`VOT!jnVzWtVtfgi8i z{q`k(G*ly(shJBKY_?xh^yJ=RD;z%uu1g#*A3G!So&XbZ@5EwUzymfD_bxjt-iveC zvEZP_%6*8w;{lhFpDfbH5VAMoi`RQIM%=m9C!f8Z2Agn13ONYAsiEPl7!&a$u@FNo zg%ndtIY}xe)zosxF{hlfWCghDYMKv+j3@s6f3T@@{(0n zU2PLWmH;%`yEL5A?K=yG>^TqIMEpI~rbtMIHfq=xVmKrEk3#OztlpUO{ouhetcz@h| zugAx*cd325AbYtq_RdMey@lOlSaYwe>olW}T~iM^>m{y-%2#uGPV2^&Yne$~(#^Cg zT+^5$R~%Ux$F*ypiE^1zwD?OuCq{@9d*}_-9^?SmrYQUMi*wpqzDNr`qNB~vhQEzA zKO6ow+Wc(z+i3H%;cuhO&xXH^Hm}3^QcK|I%b(aF=QBg2elC>>GNVfv>Uya=h^$Sp zFG_zfM9$o85~gI-&@#10o-m4SMNaxN7bGJSe@SNDqwYyo`Mk)woY(H90fuId4xr>d z`;Kv!#_}dOxjKNWkhnVGSNf`3Ksd)#ImbDBiruXQ$92PM-k3<%m&Dc}Jy4t77E7g& z%r0aa+e+-R#3rnyOX9u~R?=OrHEZYZJjsm$ttn&i=D-A4l7mz9W2ttm6g8tUQZ7ur z$LcY4wazG;x?P2-JIFCNTN_KlT%C0^?6OIjZPy<7z_0BRi=NrH+wrSY>H(^lD?l*paf+ zJkDsn$_Ie*5wO$~W$zKdoKqJ9Xc(>;K%3w@5u<>(AeLP5hdbOy^Z5n67u@C4K>+Ab zGNkoot!1@V0i;A@h}+vTofwKZRG8B!4ECzF#%L$b2b{P}C@XHKawm+xr42*mh;TLJ8^5MuwxgO$%`HP z46J-pY-U`6@{PY;uBmv;p z&y5;x@wbmnl|!gw>Xx+x6tH@+4Pmz|+Bo7yJx2&MtyBK9avB);{3u$(b=Nr^oahI$ zCz}UJ(mHjcE7S~F!U+trpEJ1+`<0UYPqiI)lHlxoc@I00ij}CS6^0@{X0oX|Qz+3y z0vT%s3&2SB@MK3g1-lVC=~Os`38|?mDB&3%7`m?930Wir`ABy91XR_PX7IBvwQlyL z^T@Dn{*n_O5>9yd22z1E1Zir4w8)_)GZnKM63MCE96rnwBIs-Ocnk>;3g|VKHUio{ z*fdulJo=DI3GZzx|0~7=3Uzs4lK6!>zyOnP&biJ817dBlHQABqTdXA@?@L~7uB2?P zaDvcEwwb6rrU5%M7PxA3OVvgh39wL0gp=ug(2GC(fQ*QPIBL5GZWFWw3o;=A3!t%c10=4Ki!V9>8Hp6uje(TlAnisQs_&GA z*lp5A6>2oXZBmE-EGm%$n`#!%IuBcu4KSRd=pa{hjTW^idIn;1ZMsEsY9bs%Ax{TA z%r#D4zW{i?;`#<~4f%KV-#jG1QvtYps&5|6=NEuBf2g>?YV}qTJ1M>`5E3SMK$4p8 z2)B;>Mp21ZfUAmha*QYh|0(Am7YFlF9cFng3*V~>(Y(eZ1WGA@l5_CCoq{>LvL-kh z1=*9_m{gPyNUIZg%F3ZDpo_{LwLq$2eT6jY+C?JchBg~iuHo{7&o^j4AX{-f-PrAP z>t?=z-2X3N`}GSE2R6a`$o7_Vo%u4%LWN|4z+pt&l;v7g&XG6*?GlASL7fy0H^8Zr zCrOts5>G+$lJZP#p@&JN0H0o@9l-)2o3)w=F14d5tkQqvgld~*D@8^73efEmDM|4d zwnPL3$_Akwf|?9i0Acc~1`-F^!;KEOEvwH)^~PIOM#RzuFn~ZYrSnBqio#1h?(jRT ztUBu$+^~cJz+nEQcm2Iho4?bBx+nU0*WcUpJ9-=rM5$IEI_Qca?a-W-&mBW2 zYCH&i#ZVx#HGs?&K|l=!LT)`+D4Xr+rAdcLsn)Uy>5M4*}rwbl26;2!Fau`viF2iAu zI>{9|rxTDB)}oCyb!SLJ*>tQ1;v*{FZ#vzT`ILImX)QNOr-vM5 z(m%ol{}OKa4<|U%CPgktL`rQN;cYN$Ab-T94;MyU9Fb0_3T=3*DzGZ619h!Yu#Qvq z_LOXx)rp;~`h<)_kWxD5->m)LGr75J{&kaMQpzz5y6l_UVa$=CHKS^rRRsM6V3d;e zD5&=Vs)OSV!Z&xoyi>a;+I!iQOLWR<=FC-lbEKq!k0(c(PtvhZtl1)Y0qI>3jyNbA zNxvtf=X$gaMyPu@IkK;pnzglVMnFy~v2QCKveB(Rdx5wPB^pWJH|lO9g{f()h9?Cl zhLp|kL&1%5a0*c)b4q$}aEfMBSWzmSMQhzmlE&$rz%lbf7Puor*-32X(go?#q0o_| z3v!0f5;!Ug0tPq;&7$!SO3e?DCBx^2J=;r67fnC&DV5@g(qP+6SEH|La*SOX(?zu> zn9Z*KCT4#G&E~t<{8>RVzm{R>hxYs;YykFu2MW9$dqMOFImPN&fHVocft{{svu>J1 zguzVZ^ZKqiozl9S4@lvGme%IO)q6llfZJl+v-zM8JE5z0^FjMf`>@}rQU_AWZ(u?t{Ka{5JiGsb# z(*Hnk#5o|hl)9Idi%;>U?p7aD`f#ZGY3WEvUeg)Y4iDu1txDM{6tn3FV2!$_IF?|~ zV#kz-0BR{B=9Y!zgw+V$ao{fi=ShhB7wDF*s z;ucZ88ivN?4J#%jkdxCB&f7(8LvO!`EMHNp4sDK<(|?9IhEj{U(80cbMuSsuQARs zgs9K>n^APluL9vCa-%UBf1UDZj%SnD{L&@ff8wyOlW3Fds6uUNW|g8uL+*D=6QyP~ zj+NvzVymGX6t18m&XX8+IOpxDrE9O05*6WcOh5lzLAC4a$SG89>-o{Y-3SKCYV^-+*}~2nooZOzoi~=8K;m`M-V0=qGe*hzW7ysx}seJrl9d&v}&jN_GEA(KZjF z^u?n6X@|l*S`_Qzv#?)F$S#**KG*a|Zb5?y6ny|XptBU^E$fi!JXN68WlohjcR{16 zb10-|xTfN{P%W%ccGJAq%g#l*qp1(-{$YaE@F@Wap9Q%|*3j@NND{FOgdmI?szs31XjQ?(?ruB5YSz_jAeNz;c8-jDw6}3A z5}NWu?Gbj5ye*@*ke3-tpA9ZxQ5$osy{7n(MY;k2!@-2Z%pO+K(G>i7G&`As*e94G z<*1XS8oj<#gZ05Vu>clRzrannU0+ro0y=)})F2=%SWJ|PHd;hHl0-%~lZZg32dDq~ zAZ==IAgxPUsc7HVqfv#!a!IWF(dcD*$@jxigX~A4g!|#BhHg>H*)M_h>X$dSJRJ7w zOLIFD6tVwmg2#CC(+M8q%}*zIj5j}>;4$9(bb`lt^OXty3~W>lc(748S9sa}iV_5G zpRhyi`&+ zoh*ooI7$_ZV4<`XT6HkF^b49aBq=VAf@{ISkHxBki?gl{u7V)=0pcz=DY{6B|4Rxj zVmvtR$GdxvyLW)ls4&&+ngCSIGE(uFn9Z$BS5@$Jaf4e7%eE zEbnuFj*yZ!8Q>F%=a_C-#2dsjo0iUbpE%4)l0tk=JZ{hhi66NxyZpwv=&-;u!$u}G zPaGx|iybU?Fe@1<@icKnQ8mgJvMwu}w>Ybn8f)E?zc85BR?=LjIf6KrkU$b5WYkbb z1s0;TYNVJ*(SFRsKkWFEj{2YQ9|LT)Sqa$!->BNhqWV$o0&Q$STr1#Q?|-nW97nTaq0K*FH>7!u7xy&@%+ zDpNA9M+$6*&TABn9V${{m# zaB^>EX>4U6ba`-PAZ2)IW&i+q+Rd6-a^pM_gx_(BIRf?qj)OH~ZZOB6uRuyxyW8#V zU-K|lSd=NU2-K353D~Uv{Ck^!@snc8CMGGl=4|Zg@Py^&iiha)0B?ZRq~uVKC^EJs;-lAUW@^^Df?o>bgGU zTI6-8-CxIXUwDRc|MuJH8IisIHm@h5;H8;(Q1E^Q7wma2*9e0CrqIq&-x*ZUSL2#w z&fzg7b=d3l9!G0m9rS~fAD_%;?>|3%a=vf(`S8h?`SuYXe))wS7>9?or_;AjZAinxRj9iHNa@$L&VTM8shhHWHPW$Ir+<9(2 z&l|4rF*ByTQ zl0TZNk;~N0g$Xv>FB3hvkK76;&VlO^$1BFp$h-~UBA%TXj0;4-X7b);XT^JQ4nGzG z)EK!B(RU)?Qu32Q`WQm?Mtt%5Z0-?vuJy@hucyH#0+B)vLTqYi1S`fw{zxq3P)h+w zODQKw#iW{A4mswObC#?i*Ca@kBw0j?RB0uYSW?MFN-4Fp>T3W4Q_WRsskOG|P2)ig zTaD`*XS(m9$DVrb(o3(s4bo@CkwzXe%BZ7FKf?qjW}Y(3tg|g=7D%z;N-Hl}W!2R- zxwgZOJMFw>mtA*zM(vL3Pp`j-n!BUsPo(rZc}9)1M&x0_DV!vY84>f*5pmH7kkDRZ zW{Zo_YveR$wt9*pc?Ov@HfB1F7$JS zw_ikUYM&b?VpkQaPi>(3xTg7H__da|caLuw3S%>(KW-CcI= zdJ%J6DUVq@SCl-K2w%p=)OAt>hFP~7Wt;6=(v!2bf+KR@i}2|g9IdViX=z_}>)fh{ zG{dg+*-ELYyx?mD-Iy*#(is^_xZo}@@i#+W^>?>IC6b$zo6wuL1Rrbfc~{=o@^yeLo@z{uf}AcaA3EYs*v^wLh8s;%L6SfMkdp zzs-T7cX@k!j6(thX~i7i!{{xi9yB&(0IRc5sv5R^l56FYTq#a35Ge(nm?^6vv3J3*G3Vl` ze!vjupDj}RerUX*jsp0&I>1LlcOqkJADQ%$vXN(9QiI`Do1m3pBxz=o|2?-dT1yf7 znjSe5Lh1wxT@%d5p;oMsxQ_F?c&_F ziV7BL=~T}4=5BJ;mnLIF{>-+^GJV95NeUind zkcQ+~4l*jK_BBnSI+C4Wko4JU49mw<7LCFet!jAx7|b_#nWvY5yuZqL^P2K4fEH3R z2t+p^2s8E=s5vjyD-R~6@pZQz3P?>Z@lm@TAjF7Z!(UYsFi)rW%s?;yy@2U~QlqC1 znx^&pYWjxcn!jSjG`wBn+%8L0&9xOh(FpJYGCO&Szvi75L1;4vREY(~oLG?n!mR{Q zXzOUWXO}A zaZc9<>Su~^n(EpXDCJzMu3}V4fv`97cosSUD$Hi(GDAA8i`f36DVVRi!jDaX3CVGk zA^^FL(qeW9rV2`fx{Im71_0?*6G%TNBk#^1LbXC3u@pgjBJ@%Ulb%oj7eYxA^GS7#6Ig=H-jUzDwcUg4q5}@=y6krmh`0UCT(fh zs&F_`Zk3E{PVHHBBrP$)<;Z4Aw$cmX)zAbUQg}!;B(+3vPqdx7(nILbJB943{Z`I{ z^7>+W|8LHIVNw|d>3|K92Im92GKJmNrv4E9&c|RODAn80&pj=8%15&v6*9s+v&%~K z&79Od)*RZV(7K>PL@h8)?OAm$sB(8nH3TgWU~dVwB?Mn%o2`559ycQfy_px0@e zcUsWv(fnh-e44iT-Ms&7+T;m1Z;n`h=Fz3hj?{YQ5zg>X)GLob=>CyM8H6X^pd>Lx}C2(^AXL#Ei! z_ZWzJ(TdoB(83>Q&pBrJrhAp^L-jhfFULnp*Y4^U<^=jVxvL-c8noT4tNIZ&6R~Md(*}4|mF(K;T(_}=l65OYSuQ+hqnbozpN*6Ux?+{H zi~xPz8}j4R+0;ws?gq5CKqrHeqXOXwd6GK5dNgaA!LQ^Y7*MG(7M$YjFNM=-0?%@k zq8W^2>Bt*+n#e+=#szgC-VvThWLZdwyClv{*)NGxZ_3`x(Kr`nFPf*N0iewufrv5H zwJH(kA$h86yDoqJm0bVhW^^sqtufAr5VUmr32T1#$v;`2(EXc~%}~bFm3tw!2qD+t-Spq%IAq3@>Uy|s)rHK!V!BhbpM&xTF%1%lxe=P*}rCoCI6Vcv(d>uBDGvF1&g?yy;$WNT}zT z^K-!=)l?T__0RPNZ=0*LT@GbGSoq3~H(Deff) z-$;Mpks`fT99(U-Q&W!>2a{`r{l;`JIcWNasf|N7U;m;bm`^R?03OOC&9mPAo5n!T zqD3)mE%QFjU@%%(5&NiG{%WHPJfp4P^aNG3KD^J^{*aKGZ(RTa{O$c+bXY=27{%F{(lHN=ENa zyX{G(1Rvs_a7og9m+_rtFJJN%9x0Fe&ASF3_nUVOJnlE|8hG4q-Zk*J-@I$!aliT5 z!0*sNcT7)5f$Cg4rupJd=(WdosO3iV+1U4X=)6`Wv{PIgqFQetV7^dk_5kSskj{3i z_2v(-=7~8d3NJ#rHn_v+hmY$PTZfMux`C%CmD^X9(phN${lDtJLGGw~*r$W_eJwKp z_@ucCRo&(V$gk~ce5Cb_x=ei`EF@7kh}F6>-E2mRD|)K7Ozq<^0F`wJyFeGz{~Nmm zM{!}BrH!HJa?Wsx!)`PKhS2_U*~NVS4>Vf0kc9sNeq&nL5n;<10004mX+uL$Nkc;* zaB^>EX>4Tx0C=2zkv&MmKpe$iQ?(*34i*t{$WWauh>AE$6^me@v=v%)FuC*#nlvOS zE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(!fY7Kg)$E!8RLwF{ z@tBy+t%`wH2=Jo^Aq+~))D!8&3_QozJ$!t)W&;^Mfxh}i>#<}RQz%#=}CN)nSCKihwEO#&~87lEKaYRuy$``UO zE1b7DtCbpS-IKpCnAcX)T&FpLIF^t=5+Y>OP(}q7qO@wHm`Krn%)>wI_><(4$yEj; z#{#NQAvu2VKlt6PS(uu1lY%jz`^C0DMuEUC(5&0`_pxm^PXPZjaHX~V)dn#8NqW7l zMUH^}ZQ$a%t;u`9K2h+1tNoTK)Y137v9%h`=4-IHe0Hgo_0F+5YK~zY`-POAdfG`XM&=@f! z1$(eO(ovuwFwT$oQg9Uwe!{VX06-X!DGbUSA4Ei2U)IgAO2m$JeUUDlJB9An)nYDZ zRD-z}c002ovPDHLkV1o6FagP81 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png.yml b/Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png.yml new file mode 100644 index 0000000000..5c43e23305 --- /dev/null +++ b/Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png b/Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png new file mode 100644 index 0000000000000000000000000000000000000000..f49b79b1d5ae81e87b6e6b86e012bfb62457d594 GIT binary patch literal 489 zcmV5QeLUWW!!PDB@`m=Doc50&+vGWh5F_X*4C$FlSJm%f(@STZ zOo;l!Fx_CPT1GbT~}e-SMxm99sM>%-!!q?PcLyg=hh9wEwjXA*+0&vZUY~n%sYx(^NJNwW&=?4S zP5}H$?JGAp<@Fd8z|R7}rz}B_21QXkgwTVgdHz3)K|~*^u4^{4TUFfvh+`#jV!SuA f?`HO9yn>@(mEZKWQ7pY|bi5j>;6V0)@EHkVzLhOMA*0ed>2TB?M ztj5GKGke^Ch&^`+T%t@+SeR0SLQv4DOid)YH{zu#L>0S;J=tEj3xE6 zjc$o@e`rW@*`_Q7lIWJY*(6=G6aOW;=<+>{shx-Hp!R`tj74=kl@BI2X{HP>!c=j(O0i=-U@;Cw!>GxK13n6dcZ;?K-{Ev2jh Z;0rR9I=7FF>OcSh002ovPDHLkV1k$7kg)&& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png.yml b/Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png.yml new file mode 100644 index 0000000000..5c43e23305 --- /dev/null +++ b/Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true From 0c8c757a4295da3bff59dc82f5a13cf903e4e9ad Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 3 May 2025 14:28:59 -0400 Subject: [PATCH 224/318] Revert "Resprited the Chief Engineer's mantle/manica" (#37060) Revert "Resprited the Chief Engineer's mantle/manica (#36697)" This reverts commit d0c2a6443623b429d447b5096826958b12864cfe. --- .../Entities/Clothing/Neck/mantles.yml | 6 ++-- .../mantles/cemantle.rsi/equipped-NECK.png | Bin 762 -> 817 bytes .../Neck/mantles/cemantle.rsi/icon.png | Bin 353 -> 393 bytes .../Neck/mantles/cemantle.rsi/meta.json | 32 +++++++++--------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml index 586cc5e665..bd389bcf4a 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml @@ -12,8 +12,8 @@ - type: entity parent: [ClothingNeckBase, BaseCommandContraband] id: ClothingNeckMantleCE - name: chief engineer's manica - description: A segmented arm covering for the experienced Chief Engineer, to signify the hazards of the job and the dangers faced to earn it. + name: chief engineer's mantle + description: High visibility, check. RIG system, check. High capacity cell, check. Everything a chief engineer could need in a stylish mantle. components: - type: Sprite sprite: Clothing/Neck/mantles/cemantle.rsi @@ -84,4 +84,4 @@ - type: Sprite sprite: Clothing/Neck/mantles/mantle.rsi - type: Clothing - sprite: Clothing/Neck/mantles/mantle.rsi + sprite: Clothing/Neck/mantles/mantle.rsi diff --git a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png index 9ad2fba78d8b35fee3e56851877935d1cfdf5cdd..9ec0e02042445ad137b4b3b0060eb0d393ad06ef 100644 GIT binary patch delta 781 zcmV+o1M>X(1+fN@F@NhxL_t(|ob8&iYTHm0hJQ6(Y(!t6!CO!llObT^sbJ{fu@C}X zvjmLiJcJ1(LvV42LYH*t&^Iu2O5@_81VV)uS7=Bu9V~?J;Nf;qj&&t$<;s@r7|u6E z($)Eo&ONdq{{a|=VHk#CnC+ojwq(-rN|0?x*@m1aRxMkS)_<&0U$!Af7m!D_0|@{} zwF5c22(P8pf1xW50GN%Hz6 zo-Ba+@Bpy82ec~Avdu}A3a~cF2KwK_!J(u;LN>$QB-~Eun3popX%mNzB>Ae1?b*7MjeI7F8gDF z?yX}00B(Q|Yyd#wx&=}7n~yp`Pz*DlgJ=New?I?fq<_=jmbQLk0VoOGWOdf1h2owf zXlH*c!ft!)0Jl$F85E;)V{7NKlB8EnsTg#H`0)q1w{Mo}Hm%R#bEA9f82(rQm&?Cu zTUmf9jZG)OFbu;m48t%C!!QiPFbuBS2ruvxq-;c01)K5qZcPt2l!t^s_Bb$KpQ|E;g1D&Qgnb8^jWE# z$+dmz7Nv3~rGG%$BdG*QurM4PZ0yA1PEzFdmYstuUW#>ePqV+&)p)#5 zv*^yu`@VT^XO^7@Fbu;m48t(qPy<8_kgh4TX)S)}nnF@**nd6`f*Q!dOaZjY2D~O= z5#vz^3WBaF)G8Y=#a-P&_)Y*dK&Eh<7q`xTmMw5p*{6E7L?BSTTB4)MK3TSiY&$!7 zi#h6tDV*^EKz}{R0RYa>gWApkZJ;;S_dMh1O+K1VLgFnFUgLV+kf~lOoE@`u*g94&%@i7T6cGxNPPQlM4te+@zUos0QeerivWP#ousef zu;`jHN$)83Pu~od4}z{KbaeviRzPy#|DC*=rfvmvb$_ygT}!UI+v2<=uck@vNnPT3l%WepUYN?^OdHK5p35ak)%H10L%>uV!$4G4S@k{PfK&I41OE6Ln# zeEubJ9oV!EhG7_nVHk#C7=~dOhGFgjaUFqgg2bSA zK;ed{^EeS&L+A+r#sv}?U@zqu`&Yq4?6`_DhM3o*9^}x8%eJm5)U7zRI^D|Vi>9QW zi{r)hL`qj_pq4dI{i&>^0Ag9(PRFiCp1E)HnNHy>k#+&VsTpXMx3gwoX=Db-GL-v} z1(7nqvIVq{X?%G#h)d7fiM(jIqrNRg6AZ&J48t%C!_4s)Dvo+ny8P9S00000NkvXX Hu0mjf26<#( diff --git a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png index 4ef92c200e0296714ce6a6b3d0e6172b43f4b103..ac1fd8367e95595a3b72e1f3b47a6a75fe6efb98 100644 GIT binary patch delta 353 zcmV-n0iOQh0*M2VF@HlzL_t(oh3%8EO2beThQFvwO7ICvw-Ohpf*pk}(ii9(h)_EB zA)FkFAijY=g=mVIx7p_(Xf$V5T`=Z`J!9wtVw+mg3u6AsN>(F^sudw<)C1BfNe{eWJ#CFg#C zSeEBkGVpa(EEbC7Y1K^Tet=ao3-RCf?PQ?Swxv6TMVJWWMWR@+|Mp1~uY+mMA_RA; zHX8?Ji)nG+g?e*C!f5@PKL+0|?%&zK*zt@$4QbU(E}3QVdNVl!F#zk{EQkUO-)*8; zFm}8@hq2T^YFYwdNYc(I7F^>ci{BmaUFg3wvUzxVohjb}<-|NE$4OVj^9SbXk@DYe zLg^a*WbAlG6bl$pNqlDm8G}l@H5!dZqXA$AM|p+3W{n3h00000NkvXXu0mjfVGE*Q delta 313 zcmV-90mlA`1K|RYF@GCLL_t(oh3%BTO2a@L$3GR9iuefG(9Qx#f)u)z>(BaIS!rg`SbySaC Date: Sat, 3 May 2025 21:19:32 +0200 Subject: [PATCH 225/318] Fix skeletons spawning in folded body bags (#37151) * Fix skeleton spawning * Add comments * Fix the comments Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Shared/Foldable/FoldableSystem.cs | 8 ++++++++ .../Storage/Components/SharedEntityStorageComponent.cs | 9 +++++++++ .../Storage/EntitySystems/SharedEntityStorageSystem.cs | 7 +++++++ 3 files changed, 24 insertions(+) diff --git a/Content.Shared/Foldable/FoldableSystem.cs b/Content.Shared/Foldable/FoldableSystem.cs index 73916f1c15..63ef376d5f 100644 --- a/Content.Shared/Foldable/FoldableSystem.cs +++ b/Content.Shared/Foldable/FoldableSystem.cs @@ -30,6 +30,7 @@ public sealed class FoldableSystem : EntitySystem SubscribeLocalEvent(OnFoldableInit); SubscribeLocalEvent(OnInsertEvent); SubscribeLocalEvent(OnFoldableOpenAttempt); + SubscribeLocalEvent(OnEntityStorageAttemptInsert); SubscribeLocalEvent(OnStrapAttempt); } @@ -56,6 +57,13 @@ public sealed class FoldableSystem : EntitySystem args.Cancelled = true; } + private void OnEntityStorageAttemptInsert(Entity entity, + ref EntityStorageInsertedIntoAttemptEvent args) + { + if (entity.Comp.IsFolded) + args.Cancelled = true; + } + ///

/// Returns false if the entity isn't foldable. /// diff --git a/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs b/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs index 06b1c15f2e..a0d4e418cc 100644 --- a/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs +++ b/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs @@ -146,9 +146,18 @@ public sealed class EntityStorageComponentState : ComponentState } } +/// +/// Raised on the entity being inserted whenever checking if an entity can be inserted into an entity storage. +/// [ByRefEvent] public record struct InsertIntoEntityStorageAttemptEvent(EntityUid ItemToInsert, bool Cancelled = false); +/// +/// Raised on the entity storage whenever checking if an entity can be inserted into it. +/// +[ByRefEvent] +public record struct EntityStorageInsertedIntoAttemptEvent(EntityUid ItemToInsert, bool Cancelled = false); + [ByRefEvent] public record struct StorageOpenAttemptEvent(EntityUid User, bool Silent, bool Cancelled = false); diff --git a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs index 75088bfeec..2b73a9349f 100644 --- a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs @@ -343,6 +343,13 @@ public abstract class SharedEntityStorageSystem : EntitySystem if (attemptEvent.Cancelled) return false; + // Allow other components on the container to prevent inserting the item: e.g. the container is folded + var containerAttemptEvent = new EntityStorageInsertedIntoAttemptEvent(toInsert); + RaiseLocalEvent(container, ref containerAttemptEvent); + + if (containerAttemptEvent.Cancelled) + return false; + // Consult the whitelist. The whitelist ignores the default assumption about how entity storage works. if (component.Whitelist != null) return _whitelistSystem.IsValid(component.Whitelist, toInsert); From ef86e6681e465a22adf7b598c49a6512f03719f7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 May 2025 19:20:39 +0000 Subject: [PATCH 226/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7c1265be6c..1b75113997 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: GrownSamoyedDog - changes: - - message: Control Button in Guidebook has been redirected to Controls properly - type: Fix - id: 7912 - time: '2025-02-06T19:16:57.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34914 - author: themias changes: - message: Combat bakery kit price is reduced from 6TC to 4TC, increased baguette @@ -3922,3 +3915,10 @@ id: 8413 time: '2025-05-03T15:07:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36735 +- author: youtissoum + changes: + - message: Skeletons will no longer spawn inside of folded body bags. + type: Fix + id: 8414 + time: '2025-05-03T19:19:33.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37151 From 42a5b03743271ab84510bb2a7a42abdcf2f9a6b1 Mon Sep 17 00:00:00 2001 From: Minemoder5000 Date: Sat, 3 May 2025 13:28:47 -0600 Subject: [PATCH 227/318] Replace uplink thieving gloves with chameleon thieving gloves (#36369) * replace thieving gloves with chameleon thieving gloves * increase TC cost by one * add a TODO comment --- Resources/Locale/en-US/store/uplink-catalog.ftl | 4 ++-- Resources/Prototypes/Catalog/uplink_catalog.yml | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index dea5167f01..4a54d995a4 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -320,8 +320,8 @@ uplink-chameleon-desc = A backpack full of items that contain chameleon technolo uplink-clothing-no-slips-shoes-name = No-slip Shoes uplink-clothing-no-slips-shoes-desc = Chameleon shoes that protect you from slips. -uplink-clothing-thieving-gloves-name = Thieving Gloves -uplink-clothing-thieving-gloves-desc = Discreetly steal from pockets and improve your thieving technique with these fancy new gloves. They even look like normal gloves! +uplink-clothing-chameleon-thieving-gloves-name = Chameleon Thieving Gloves +uplink-clothing-chameleon-thieving-gloves-desc = Discreetly steal from pockets and improve your thieving technique with these fancy new gloves. They can change appearance to match any pair of gloves! uplink-clothing-outer-vest-web-name = Web Vest uplink-clothing-outer-vest-web-desc = A synthetic armor vest. This one has added webbing and ballistic plates. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index d716b7231f..78967e13a0 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1550,16 +1550,17 @@ categories: - UplinkWearables +# TODO: Revert back to normal thieving gloves when clothes dyeing is added - type: listing id: UplinkgClothingThievingGloves - name: uplink-clothing-thieving-gloves-name - description: uplink-clothing-thieving-gloves-desc - productEntity: ThievingGloves + name: uplink-clothing-chameleon-thieving-gloves-name + description: uplink-clothing-chameleon-thieving-gloves-desc + productEntity: ClothingHandsChameleonThief discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 3 cost: - Telecrystal: 4 + Telecrystal: 5 categories: - UplinkWearables From ea676547336fd23a72db44fdf9d99d0583b8a80b Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 May 2025 19:29:54 +0000 Subject: [PATCH 228/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1b75113997..2380bf75fd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: themias - changes: - - message: Combat bakery kit price is reduced from 6TC to 4TC, increased baguette - sword attack speed, throwing croissants ignore armor - type: Tweak - id: 7913 - time: '2025-02-06T23:07:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34927 - author: sowelipililimute changes: - message: You will no longer be told you need 0H 0M more minutes to play a role @@ -3922,3 +3914,11 @@ id: 8414 time: '2025-05-03T19:19:33.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37151 +- author: Minemoder + changes: + - message: The traitor uplink thieving gloves have been replaced with chameleon + thieving gloves, the same used by the Thief. + type: Tweak + id: 8415 + time: '2025-05-03T19:28:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36369 From 6d6ae9591468b52ba896ce65e386d79843cdbb0e Mon Sep 17 00:00:00 2001 From: Spanky Date: Sat, 3 May 2025 17:19:07 -0400 Subject: [PATCH 229/318] Omega Update (Genpop) (#37157) --- Resources/Maps/omega.yml | 12520 +++++++++++++++++++++---------------- 1 file changed, 7030 insertions(+), 5490 deletions(-) diff --git a/Resources/Maps/omega.yml b/Resources/Maps/omega.yml index 8433901c5d..0b99150480 100644 --- a/Resources/Maps/omega.yml +++ b/Resources/Maps/omega.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Map - engineVersion: 254.1.0 + engineVersion: 255.1.0 forkId: "" forkVersion: "" - time: 04/19/2025 10:03:04 - entityCount: 13940 + time: 05/03/2025 20:11:06 + entityCount: 14184 maps: - 473 grids: @@ -25,6 +25,7 @@ tilemap: 36: FloorDarkPavement 41: FloorEighties 44: FloorFreezer + 6: FloorGold 47: FloorGrass 54: FloorGreenCircuit 58: FloorHydro @@ -69,71 +70,71 @@ entities: chunks: -1,0: ind: -1,0 - tiles: PgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAAAdgAAAAAAHQAAAAADeQAAAAAADgAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAACdgAAAAACHQAAAAACeQAAAAAADgAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAADgAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAdgAAAAABdgAAAAAAdgAAAAABHQAAAAADDgAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAdgAAAAABdgAAAAABdgAAAAACHQAAAAADDgAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAAAdgAAAAABdgAAAAABHQAAAAAADgAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAABdgAAAAABdgAAAAACHQAAAAACDgAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADdgAAAAACdgAAAAABdgAAAAABHQAAAAACDgAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADHQAAAAABDgAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAACdgAAAAAAdgAAAAABHQAAAAACDgAAAAACDgAAAAADWQAAAAAAWQAAAAADWQAAAAACDgAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACDgAAAAACWQAAAAADWQAAAAAAWQAAAAAADgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABDgAAAAADDgAAAAADDgAAAAAADgAAAAAADgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAA + tiles: PgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAAAdgAAAAADHQAAAAADeQAAAAAADgAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAADdgAAAAADHQAAAAAAeQAAAAAADgAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAABdgAAAAAAdgAAAAABHQAAAAADDgAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAACaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAABdgAAAAABdgAAAAACHQAAAAACDgAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAACdgAAAAABdgAAAAAAHQAAAAACDgAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAACdgAAAAABdgAAAAABHQAAAAACDgAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAACdgAAAAADdgAAAAAAHQAAAAADDgAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAABdgAAAAAAdgAAAAADHQAAAAABDgAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAACdgAAAAACdgAAAAACHQAAAAAADgAAAAADDgAAAAACWQAAAAABWQAAAAAAWQAAAAADDgAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACDgAAAAADWQAAAAADWQAAAAAAWQAAAAACDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACDgAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAACeQAAAAAABQAAAAADHQAAAAADHQAAAAABHQAAAAAABQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAACeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAADHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAADgAAAAABDgAAAAADDgAAAAAADgAAAAACaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABWQAAAAABWQAAAAABaAAAAAAAeQAAAAAADgAAAAACeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAADgAAAAABHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAALAAAAAAALAAAAAAADgAAAAACHQAAAAACHQAAAAAAHQAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAACaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADLAAAAAAALAAAAAAALAAAAAAADgAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAALAAAAAAALAAAAAAADgAAAAAAHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAAAWQAAAAADHQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAABHQAAAAACWQAAAAABHQAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAA + tiles: DgAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAADaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAABWQAAAAADWQAAAAACaQAAAAAAeQAAAAAADgAAAAABeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAADgAAAAACHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAADgAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAALAAAAAAALAAAAAAADgAAAAADHQAAAAACHQAAAAACHQAAAAACdgAAAAABdgAAAAADdgAAAAADdgAAAAACaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADaQAAAAAALAAAAAAALAAAAAAADgAAAAABHQAAAAABHQAAAAADHQAAAAABeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAALAAAAAAALAAAAAAADgAAAAABHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAABWQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAACHQAAAAAAWQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAB version: 6 -1,1: ind: -1,1 - tiles: eQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADAgAAAAAAAgAAAAACAgAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAAAdgAAAAACdgAAAAABdgAAAAADdgAAAAACdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAACNgAAAAAAHQAAAAACHQAAAAABHQAAAAAANgAAAAAAHQAAAAADdgAAAAACdgAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAACHQAAAAADHQAAAAADeQAAAAAAHQAAAAADNgAAAAAAHQAAAAADHQAAAAADHQAAAAADNgAAAAAAHQAAAAACdgAAAAABdgAAAAAAdgAAAAACdgAAAAAAdgAAAAADeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAACNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAHQAAAAACeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAADeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAHQAAAAABNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACNgAAAAAAHQAAAAABHQAAAAADUAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAAB + tiles: eQAAAAAABQAAAAAAHQAAAAADHQAAAAABHQAAAAAABQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAAAeQAAAAAABQAAAAAAHQAAAAACHQAAAAAAHQAAAAAABQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADAgAAAAABAgAAAAAAAgAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAADdgAAAAADeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAADNgAAAAAAHQAAAAAAHQAAAAAAHQAAAAACNgAAAAAAHQAAAAACdgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAABdgAAAAADHQAAAAADHQAAAAADeQAAAAAAHQAAAAACNgAAAAAAHQAAAAAAHQAAAAACHQAAAAADNgAAAAAAHQAAAAACdgAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAADeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAADNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAHQAAAAADeQAAAAAAdgAAAAAAdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAHQAAAAABNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAAANgAAAAAAHQAAAAACHQAAAAADUAAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAACeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAABgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAAA version: 6 0,1: ind: 0,1 - tiles: WQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABHQAAAAADWQAAAAADHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAADWQAAAAADHQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAWQAAAAADLwAAAAAALwAAAAAALwAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAHQAAAAACeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACHQAAAAACeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACHQAAAAAAeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADdgAAAAADdgAAAAABdgAAAAABdgAAAAADdgAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACHQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADHQAAAAABHQAAAAABHQAAAAADHQAAAAADeQAAAAAAHQAAAAABdgAAAAABdgAAAAADdgAAAAADUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAACeQAAAAAAHQAAAAABdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAA + tiles: WQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABWQAAAAABHQAAAAADWQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAAAWQAAAAACHQAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADLwAAAAAALwAAAAAALwAAAAAAWQAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADWQAAAAADHQAAAAACeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAADeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAADdgAAAAACdgAAAAADHQAAAAACeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAABWQAAAAAAHQAAAAABeQAAAAAAHQAAAAABHQAAAAABHQAAAAABdgAAAAADdgAAAAABdgAAAAAAdgAAAAACdgAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAHQAAAAACdgAAAAAAdgAAAAAAdgAAAAACUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACeQAAAAAAHQAAAAACdgAAAAAAdgAAAAABdgAAAAACeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: WQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACHQAAAAACeQAAAAAAeAAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADHQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeAAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADaAAAAAAAeQAAAAAADgAAAAACeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAaAAAAAAADgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAADgAAAAACeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACDgAAAAAAeQAAAAAAJAAAAAABJAAAAAABJAAAAAABJAAAAAACJAAAAAABJAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACDgAAAAAAeQAAAAAAJAAAAAADJAAAAAABJAAAAAAAJAAAAAADJAAAAAACJAAAAAADaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAADgAAAAABeQAAAAAAJAAAAAABJAAAAAACJAAAAAADJAAAAAACJAAAAAABJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAA + tiles: WQAAAAACWQAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABHQAAAAADeQAAAAAAHQAAAAADHQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADHQAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeAAAAAAAHQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADaQAAAAAAeQAAAAAADgAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAADgAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAaAAAAAAADgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAADgAAAAACeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAADgAAAAACeQAAAAAAJAAAAAACJAAAAAACJAAAAAABJAAAAAADJAAAAAABJAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABDgAAAAADeQAAAAAAJAAAAAABJAAAAAADJAAAAAABJAAAAAADJAAAAAADJAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAABJAAAAAAAJAAAAAACJAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: bAAAAAACbAAAAAADeQAAAAAAbAAAAAABbAAAAAACbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAADbAAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAACOgAAAAAAHQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAWQAAAAADDgAAAAAADgAAAAAAWQAAAAAAWQAAAAAAWQAAAAACDgAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAWQAAAAADDgAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAABWQAAAAADDgAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAADgAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAACeQAAAAAADgAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAdgAAAAADdgAAAAADHQAAAAAAHQAAAAACDgAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAD + tiles: bAAAAAADbAAAAAACeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAACeQAAAAAAWQAAAAABWQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAADOgAAAAAAHQAAAAACLwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAADgAAAAADDgAAAAAADgAAAAABDgAAAAACDgAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAACHQAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAWQAAAAAADgAAAAAADgAAAAACWQAAAAAAWQAAAAACWQAAAAACDgAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAWQAAAAABDgAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACHQAAAAABWQAAAAACDgAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAADgAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAADgAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAdgAAAAABdgAAAAADHQAAAAAAHQAAAAABDgAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAAC version: 6 -2,1: ind: -2,1 - tiles: WQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACdgAAAAABdgAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADdgAAAAAAdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAHQAAAAACdgAAAAACdgAAAAABUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADdgAAAAABdgAAAAABeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAADHQAAAAABeQAAAAAABwAAAAAAAAAAAAAABwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAHQAAAAADeQAAAAAABwAAAAAEAAAAAAAABwAAAAAABwAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAA + tiles: WQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAACdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAAAdgAAAAABWQAAAAADWQAAAAAAWQAAAAACHQAAAAAAWQAAAAACWQAAAAABWQAAAAAAHQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAABWQAAAAABHQAAAAABeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADHQAAAAADHQAAAAACHQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAACHQAAAAADHQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAEBwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAA version: 6 -2,0: ind: -2,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACPQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADPQAAAAAAaAAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAKQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABKQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAACHQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADHQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAdgAAAAACdgAAAAAAdgAAAAADdgAAAAAAdgAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAAAdgAAAAAC + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAPQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACPQAAAAAAaQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACKQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADKQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAABdgAAAAABWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAABdgAAAAAC version: 6 -2,-1: ind: -2,-1 - tiles: HQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAACdgAAAAACdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAbAAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAACHQAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAHQAAAAABOgAAAAAAHQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACWQAAAAACWQAAAAAAHQAAAAABeQAAAAAAHQAAAAACOgAAAAAAOgAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAHQAAAAACWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAOgAAAAAAHQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADeQAAAAAAHQAAAAACOgAAAAAAOgAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAACdgAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAA + tiles: HQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACdgAAAAACdgAAAAABdgAAAAACdgAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAbAAAAAACHQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAADeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAACaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAACOgAAAAAAHQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAADHQAAAAADeQAAAAAAHQAAAAABOgAAAAAAOgAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAADWQAAAAABWQAAAAABHQAAAAAAeQAAAAAAHQAAAAACOgAAAAAAHQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAADOgAAAAAAOgAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAdgAAAAACdgAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADeQAAAAAAdgAAAAADdgAAAAADeQAAAAAA version: 6 -1,2: ind: -1,2 - tiles: eQAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAACBwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAADHQAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAACeQAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: HQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAEeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAegAAAAAAegAAAAAABwAAAAAAeQAAAAAAWQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAABwAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAALBwAAAAAGeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAEeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAKeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAKeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: HQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAegAAAAAAegAAAAAABwAAAAAAeQAAAAAAWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAABwAAAAAEeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAHQAAAAABHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADeQAAAAAAHQAAAAADHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 1,2: ind: 1,2 - tiles: HQAAAAABHQAAAAADeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABeQAAAAAALAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADLAAAAAAALAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HQAAAAABHQAAAAADeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADeQAAAAAALAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAALAAAAAAALAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAABwAAAAAGBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAeQAAAAAABwAAAAAHBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAeQAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAIBwAAAAAJeAAAAAAAeAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAMBwAAAAAABwAAAAAAeAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 0,3: ind: 0,3 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAHQAAAAABEQAAAAAAEQAAAAAAHQAAAAABEQAAAAAAEQAAAAAAHQAAAAACeQAAAAAAeQAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAACEQAAAAAAHQAAAAACEQAAAAAAHQAAAAABNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHeQAAAAAAeQAAAAAANgAAAAAAHQAAAAADeQAAAAAANgAAAAAAeQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAAAHQAAAAADNgAAAAAAHQAAAAABHQAAAAABNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIeQAAAAAAeQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAHQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIeQAAAAAAeQAAAAAAHQAAAAABEQAAAAAAEQAAAAAAHQAAAAADEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAFeQAAAAAAeQAAAAAANgAAAAAAHQAAAAACEQAAAAAAHQAAAAAAEQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAAAeQAAAAAANgAAAAAAeQAAAAAAHQAAAAABNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAACHQAAAAAANgAAAAAAHQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAGBwAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAIBwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAMBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 - tiles: eQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAABwAAAAAABwAAAAAEBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,2: ind: -2,2 - tiles: WQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABHQAAAAACeQAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAKBwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAABQAAAAABeQAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAADdgAAAAABeQAAAAAABwAAAAAGAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAGeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAEBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,0: ind: 2,0 @@ -141,91 +142,91 @@ entities: version: 6 2,-1: ind: 2,-1 - tiles: BwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: eQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAACAgAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAB + tiles: eQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAAgAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAD version: 6 0,-2: ind: 0,-2 - tiles: WQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAABNgAAAAAAWQAAAAAAWQAAAAACeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAABHQAAAAACbAAAAAACbAAAAAADWQAAAAACWQAAAAAAHQAAAAAAWQAAAAACNgAAAAAANgAAAAAANgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABbAAAAAABbAAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAABEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADHQAAAAAAWQAAAAAAEQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAADHQAAAAACHQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACHQAAAAABeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAHQAAAAACEQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACWQAAAAADHQAAAAABeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAHQAAAAADEQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAABHQAAAAAAHQAAAAACWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: WQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAANgAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAADbAAAAAABbAAAAAAAWQAAAAABWQAAAAADHQAAAAAAWQAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABbAAAAAABbAAAAAACWQAAAAACWQAAAAADHQAAAAABWQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAHQAAAAAAWQAAAAABEQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACHQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADHQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAADeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABHQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAEQAAAAAAHQAAAAAAEQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACWQAAAAADHQAAAAADeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAEQAAAAAAHQAAAAAAEQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACWQAAAAADHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAABHQAAAAACHQAAAAABHQAAAAADeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAABbAAAAAAAbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAHQAAAAACHQAAAAACHQAAAAACbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAACeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAbAAAAAABbAAAAAADeQAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAACbAAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAABbAAAAAACbAAAAAADbAAAAAACbAAAAAACbAAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAADbAAAAAABbAAAAAACbAAAAAABbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACbAAAAAAAbAAAAAABeQAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAACbAAAAAADeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAbAAAAAACbAAAAAABeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAWQAAAAACWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAADbAAAAAAAeQAAAAAAWQAAAAABWQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAAAeQAAAAAAWQAAAAACWQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAbAAAAAAAHQAAAAABHQAAAAADHQAAAAABeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAADeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAADeQAAAAAAbAAAAAADbAAAAAACbAAAAAABeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAbAAAAAABbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAADHQAAAAACHQAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAbAAAAAADbAAAAAACeQAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACbAAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAABbAAAAAAAbAAAAAADbAAAAAAAbAAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAABbAAAAAABbAAAAAADeQAAAAAAbAAAAAABbAAAAAADbAAAAAAAbAAAAAABbAAAAAADeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAACeQAAAAAAWQAAAAADWQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAABbAAAAAACeQAAAAAAbAAAAAABbAAAAAACbAAAAAACbAAAAAADbAAAAAABeQAAAAAAWQAAAAADWQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAeAAAAAAALwAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAALwAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAALwAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAALwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACPgAAAAAAPgAAAAAAHQAAAAADHQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAA + tiles: AAAAAAAAeAAAAAAALwAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAALwAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAALwAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAABLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADPgAAAAAAPgAAAAAAHQAAAAADHQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAD version: 6 0,-3: ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAeQAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABNgAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACNgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABNgAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAALwAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAABLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABWQAAAAACaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAALwAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACLwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAACWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAACHQAAAAABeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAWQAAAAABbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAABHQAAAAADeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAWQAAAAACbAAAAAACbAAAAAAAbAAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADHQAAAAACHQAAAAADaAAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAACWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACWQAAAAAAWQAAAAABWQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAACeQAAAAAABwAAAAAABwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAACeQAAAAAABwAAAAAABwAAAAAMeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACeQAAAAAABwAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAABdgAAAAAAeQAAAAAABwAAAAAABwAAAAADeQAAAAAAaQAAAAAAdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAABwAAAAAIeQAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAADeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAWQAAAAABHQAAAAABeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAWQAAAAADbAAAAAAAbAAAAAABbAAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAABHQAAAAADeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAWQAAAAADbAAAAAABbAAAAAACbAAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACHQAAAAAAHQAAAAABaAAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAKHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABWQAAAAACWQAAAAADWQAAAAADdgAAAAADdgAAAAADdgAAAAABdgAAAAAAdgAAAAADdgAAAAABeQAAAAAABwAAAAAABwAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAAAdgAAAAACeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAADeQAAAAAABwAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAABeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAaQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAABwAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAMeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAAAeQAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAGBwAAAAAMBwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAJBwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABeQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAMBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAALBwAAAAAGBwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAADeQAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAHAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACeQAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAACeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAHBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAACeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAB + tiles: eQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAaAAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAD version: 6 -3,-2: ind: -3,-2 - tiles: AAAAAAAAAAAAAAAABwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADBAAAAAAFdgAAAAABdgAAAAAAdgAAAAAAdgAAAAABAAAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAAABAAAAAAAdgAAAAADdgAAAAADdgAAAAABAAAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABAAAAAABdgAAAAABdgAAAAABdgAAAAACdgAAAAABBAAAAAAFBAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABHQAAAAACIgAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAABIgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAA + tiles: AAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAABAAAAAADdgAAAAAAdgAAAAABdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAABBAAAAAACdgAAAAAAdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABAAAAAAGdgAAAAACdgAAAAACdgAAAAADdgAAAAADBAAAAAAGBAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAB version: 6 -2,-2: ind: -2,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAACeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAACHQAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAADbAAAAAABbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAbAAAAAABbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAADPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAADeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAACPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAACbAAAAAADPgAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAACbAAAAAABHQAAAAACHQAAAAACHQAAAAACdgAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAABdgAAAAABdgAAAAADdgAAAAABdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACeQAAAAAAbAAAAAABHQAAAAADHQAAAAABHQAAAAACdgAAAAADdgAAAAABdgAAAAADdgAAAAAAdgAAAAADdgAAAAABdgAAAAADeQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAAAbAAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAABdgAAAAACdgAAAAAAdgAAAAABdgAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAbAAAAAAC + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAABeQAAAAAAbAAAAAAAbAAAAAADeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAADbAAAAAADbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAbAAAAAACbAAAAAACbAAAAAABbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAABPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAABPgAAAAAAPgAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABbAAAAAADPgAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAADdgAAAAAAdgAAAAADdgAAAAADdgAAAAADeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAADbAAAAAACHQAAAAACHQAAAAADHQAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADdgAAAAABdgAAAAACdgAAAAABdgAAAAABdgAAAAADdgAAAAADdgAAAAACeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAHQAAAAACHQAAAAACdgAAAAABdgAAAAABdgAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAADbAAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABeQAAAAAAbAAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADDgAAAAABDgAAAAAAeQAAAAAADgAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAABDgAAAAACDgAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADIQAAAAABIQAAAAABeQAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAACDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAIQAAAAACIQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAADdgAAAAADdgAAAAADdgAAAAADeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABHQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAIgAAAAAAHQAAAAACeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAABDgAAAAACeQAAAAAADgAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAAADgAAAAAADgAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAIQAAAAABIQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAABDgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAIQAAAAAAIQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAADdgAAAAADdgAAAAACeQAAAAAAdgAAAAACdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABHQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAIgAAAAADHQAAAAABeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAAB version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAKBwAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAGBwAAAAAABwAAAAAABwAAAAAIBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAIBwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,1: ind: -3,1 - tiles: eQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAATQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAATQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAATQAAAAAAHQAAAAADTQAAAAAAHQAAAAABTQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAATQAAAAAAHQAAAAACHQAAAAAAHQAAAAADTQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaAAAAAAA + tiles: eQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAABwAAAAAJeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAaQAAAAAAHQAAAAADHQAAAAADHQAAAAABeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAaQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAaQAAAAAAHQAAAAABHQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAADaQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAACHQAAAAABHQAAAAACaQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAADHQAAAAABHQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAALeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAB version: 6 -3,0: ind: -3,0 - tiles: aAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAACaAAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAABaAAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAWQAAAAAAWQAAAAACaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAWQAAAAABWQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeQAAAAAATQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAD + tiles: aAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAACaAAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAWQAAAAADWQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAWQAAAAADWQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAADeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAKeQAAAAAAHQAAAAABHQAAAAADHQAAAAABdgAAAAADdgAAAAADeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAHeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAWQAAAAAB version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAegAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAACWQAAAAAAWQAAAAADeQAAAAAAbAAAAAAAbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACWQAAAAACWQAAAAACbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAegAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABWQAAAAABWQAAAAAAeQAAAAAAbAAAAAABbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAAAWQAAAAADWQAAAAACbAAAAAAAbAAAAAABbAAAAAACbAAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -4,0: ind: -4,0 - tiles: eAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAAwAAAAAAaQAAAAAAaQAAAAAABQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAABQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAAwAAAAAAaQAAAAAAaQAAAAAABQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAABQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABWQAAAAAAWQAAAAABWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAHQAAAAADHQAAAAADHQAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAEBwAAAAAABwAAAAAEBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAFBwAAAAAABwAAAAAIBwAAAAAABwAAAAAIegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADegAAAAAAegAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAIBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAGBwAAAAALBwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAMeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAIeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAACAAAAAAAABwAAAAADBwAAAAAKBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAHBwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA version: 6 -5,-2: ind: -5,-2 @@ -245,7 +246,7 @@ entities: version: 6 3,-1: ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABaAAAAAAAAgAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAAgAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAACaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABaAAAAAAAAgAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABAgAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 4,-1: ind: 4,-1 @@ -253,7 +254,7 @@ entities: version: 6 4,-2: ind: 4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAHBwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,0: ind: 3,0 @@ -336,7 +337,6 @@ entities: 1871: 55,-2 1872: 49,-2 2080: 47,-2 - 2188: -35.0297,19.625114 - node: color: '#FFFFFFFF' id: Bot @@ -361,8 +361,6 @@ entities: 423: 14,-26 424: 5,-24 425: 19,-27 - 588: -30,22 - 589: -31,22 635: -17,11 636: -17,9 654: -37,-9 @@ -403,9 +401,6 @@ entities: 1912: 24,14 2108: -40,-13 2109: -42,-13 - 2152: -37,22 - 2153: -36,22 - 2183: -38,15 2310: -51,8 2411: -60,1 2414: -59,11 @@ -429,7 +424,54 @@ entities: 2841: -48,6 2861: -42,-16 2862: -40,-16 - 2871: -36,20 + 2895: -24,26 + 2896: -24,22 + 2897: -26,24 + 2899: -25,26 + 2900: -26,25 + 2901: -24,25 + 2902: -24,21 + 2904: -23,24 + 2905: -23,23 + 2906: -23,22 + 2907: -25,22 + 2908: -26,22 + 2909: -27,22 + 2910: -28,22 + 2931: -27,20 + 2962: -38,22 + 2963: -36,22 + 2964: -35,24 + 2965: -35,25 + 2966: -39,25 + 2967: -39,24 + 3027: -39,18 + 3028: -39,19 + 3029: -39,20 + 3033: -33,23 + 3034: -33,24 + 3078: -35,12 + 3079: -36,12 + 3080: -37,12 + 3081: -36,10 + 3098: -30,30 + 3103: -30,26 + 3110: -30,32 + 3111: -26,32 + 3136: -26,30 + 3137: -21,28 + 3154: -32,31 + 3155: -33,28 + 3223: -36,18 + 3226: -33,12 + 3227: -33,13 + 3228: -33,17 + 3229: -30,12 + 3231: -34,20 + 3233: -34,18 + 3242: -36,20 + 3244: -14,15 + 3245: -13,15 - node: angle: 4.71238898038469 rad color: '#DE3A3AFF' @@ -453,6 +495,9 @@ entities: 1914: 25,14 2126: -51,6 2449: -52,0 + 2968: -38,25 + 3032: -33,22 + 3083: -37,10 - node: color: '#FFFFFFFF' id: BotLeftGreyscale @@ -467,6 +512,9 @@ entities: decals: 2842: -52,6 2843: -53,0 + 2970: -36,25 + 3082: -35,10 + 3246: -12,15 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -521,6 +569,21 @@ entities: id: BrickTileSteelCornerSe decals: 2024: -39,-19 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 3150: -29,29 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 3149: -31,29 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 3151: -29,30 - node: color: '#D381C996' id: BrickTileSteelLineN @@ -539,6 +602,16 @@ entities: 1002: 33,-25 1003: 34,-25 1004: 35,-25 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 3152: -30,29 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 3153: -31,30 - node: color: '#334E6DC8' id: BrickTileWhiteBox @@ -980,27 +1053,21 @@ entities: color: '#DE3A3A96' id: CheckerNWSE decals: - 561: -34,12 - 562: -35,12 - 563: -34,11 - 564: -34,10 - 565: -35,10 - 566: -35,11 - 567: -36,10 - 568: -36,11 - 569: -36,12 - 570: -37,10 - 571: -37,11 - 572: -37,12 - 573: -38,11 - 574: -38,10 - 575: -39,10 - 576: -39,11 - 577: -39,12 - 578: -38,12 - 579: -40,12 - 580: -40,11 - 581: -40,10 + 3057: -36,10 + 3058: -36,11 + 3059: -36,12 + 3060: -37,12 + 3061: -37,11 + 3062: -37,10 + 3063: -38,10 + 3064: -38,11 + 3065: -38,12 + 3066: -39,12 + 3067: -39,11 + 3068: -39,10 + 3210: -36,19 + 3211: -37,19 + 3212: -38,19 - node: color: '#EFB34196' id: CheckerNWSE @@ -1029,8 +1096,6 @@ entities: 255: 6,47 256: 7,47 421: 12,-29 - 582: -27,13 - 583: -27,14 630: -20,7 631: -19,7 632: -18,12 @@ -1110,6 +1175,23 @@ entities: 2329: -2,15 2445: -49,6 2446: -50,0 + 2890: -24,24 + 2891: -26,26 + 2903: -24,20 + 2915: -29,18 + 3017: -25,13 + 3018: -25,14 + 3019: -29,14 + 3020: -29,13 + 3021: -29,23 + 3022: -35,19 + 3089: -9,27 + 3090: -8,27 + 3091: 2,27 + 3092: 3,27 + 3101: -32,26 + 3102: -31,26 + 3216: -37,21 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -1122,6 +1204,22 @@ entities: id: DeliveryGreyscale decals: 2020: -40,-18 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 3167: -32,26 + 3168: -31,30 + 3169: -23,28 + 3170: -25,26 + 3171: -23,28 + 3172: -33,28 + 3180: -30,28 + 3181: -27,27 + 3182: -33,26 + 3183: -21,26 + 3186: -33,24 + 3189: -27,23 - node: cleanable: True zIndex: 1 @@ -1133,6 +1231,12 @@ entities: 1032: -43,-27 1033: -44,-30 2025: -42,-18 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 3184: -21,24 + 3198: -37,19 - node: cleanable: True zIndex: 1 @@ -1169,6 +1273,19 @@ entities: 2515: -49,-17 2516: -49,-16 2520: -49,-5 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 3156: -31,26 + 3157: -26,28 + 3158: -32,30 + 3173: -33,29 + 3174: -33,31 + 3177: -28,30 + 3185: -32,24 + 3192: -27,32 + 3199: -33,10 - node: cleanable: True zIndex: 1 @@ -1188,6 +1305,34 @@ entities: 2492: -50,4 2493: -51,4 2496: -55,6 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 3159: -32,28 + 3160: -28,29 + 3161: -30,29 + 3162: -30,30 + 3165: -26,24 + 3166: -28,23 + 3175: -33,30 + 3176: -28,30 + 3187: -33,22 + 3188: -25,24 + 3190: -25,27 + 3191: -29,32 + 3193: -31,27 + 3194: -20,27 + 3195: -22,28 + 3196: -31,23 + 3197: -33,18 + 3200: -30,16 + 3201: -30,20 + 3202: -27,18 + 3204: -32,13 + 3205: -28,13 + 3206: -27,9 + 3207: -24,20 - node: cleanable: True zIndex: 1 @@ -1251,6 +1396,14 @@ entities: 2517: -50,-16 2518: -50,-18 2519: -51,-16 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 3163: -26,26 + 3164: -24,22 + 3178: -27,30 + 3179: -30,26 - node: cleanable: True zIndex: 1 @@ -1338,9 +1491,15 @@ entities: 297: 30,1 444: -5,-26 445: -3,-31 - 560: -35,13 - 612: -27,28 - 613: -31,28 + 3013: -25,13 + 3014: -25,14 + 3015: -29,14 + 3016: -29,13 + 3041: -31,21 + 3042: -32,21 + 3043: -31,25 + 3044: -32,25 + 3056: -34,11 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -1532,12 +1691,16 @@ entities: 295: 29,4 296: 30,4 432: -3,-25 - 600: -27,32 - 601: -28,32 - 602: -29,32 - 603: -30,32 - 604: -31,32 - 605: -32,32 + 2930: -27,20 + 3010: -26,14 + 3011: -27,14 + 3012: -28,14 + 3038: -30,24 + 3039: -31,24 + 3040: -32,24 + 3235: -38,20 + 3236: -37,20 + 3241: -36,20 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale @@ -1630,12 +1793,16 @@ entities: 290: 29,2 291: 28,2 435: -3,-30 - 606: -32,29 - 607: -31,29 - 608: -30,29 - 609: -29,29 - 610: -28,29 - 611: -27,29 + 2917: -27,16 + 3006: -27,12 + 3008: -28,12 + 3009: -26,12 + 3035: -30,22 + 3036: -31,22 + 3037: -32,22 + 3219: -38,18 + 3220: -37,18 + 3221: -36,18 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale180 @@ -1736,18 +1903,19 @@ entities: 437: -4,-28 438: -4,-27 439: -4,-26 - 515: -30,13 - 516: -30,15 - 517: -30,17 - 525: -28,16 - 526: -28,19 - 543: -32,11 - 545: -32,18 - 547: -32,20 - 592: -32,26 - 593: -32,27 - 594: -28,26 - 595: -28,27 + 2974: -31,11 + 2975: -31,13 + 2976: -31,15 + 2977: -31,17 + 2978: -31,19 + 2999: -33,11 + 3000: -33,13 + 3001: -33,15 + 3002: -33,17 + 3050: -40,10 + 3051: -40,11 + 3052: -40,12 + 3071: -39,15 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale270 @@ -1829,11 +1997,15 @@ entities: 441: -2,-28 442: -2,-27 443: -2,-26 - 596: -26,26 - 597: -26,27 - 598: -30,26 - 599: -30,27 - 2163: -34,15 + 2994: -30,12 + 2995: -30,14 + 2996: -30,16 + 2997: -30,18 + 2998: -30,20 + 3004: -30,10 + 3053: -35,10 + 3054: -35,11 + 3055: -35,12 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale90 @@ -1871,6 +2043,8 @@ entities: 1746: -35,3 1747: -34,3 1898: 26,13 + 2892: -24,26 + 2893: -24,22 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -1878,6 +2052,12 @@ entities: decals: 2764: 6,22 2765: 8,22 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 2894: -26,24 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale @@ -1887,7 +2067,6 @@ entities: 85: -9,24 86: -9,25 87: -9,26 - 88: -9,27 89: -9,28 90: -9,29 91: -9,30 @@ -1903,7 +2082,6 @@ entities: 113: 2,24 114: 2,25 115: 2,26 - 116: 2,27 117: 2,28 118: 2,29 119: 2,30 @@ -1915,6 +2093,7 @@ entities: 1123: 0,32 1124: 1,33 1130: -6,33 + 3093: -17,20 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale @@ -1999,8 +2178,6 @@ entities: 1423: -25,8 1424: -24,8 1425: -24,9 - 1426: -20,20 - 1427: -19,20 1428: -18,20 1429: -17,20 1430: 11,-1 @@ -2084,15 +2261,6 @@ entities: 511: -24,20 512: -23,20 513: -22,20 - 514: -21,20 - 524: -30,11 - 527: -27,20 - 528: -27,17 - 544: -32,17 - 616: -26,10 - 2160: -35,16 - 2161: -36,16 - 2162: -37,16 2720: 51,-1 2721: 52,-1 2722: 53,-1 @@ -2101,6 +2269,18 @@ entities: 2725: 29,0 2726: 30,0 2727: 31,0 + 2877: -24,9 + 2878: -25,9 + 2879: -26,9 + 2880: -27,9 + 2881: -28,9 + 2922: -28,17 + 2923: -28,18 + 2924: -28,19 + 2929: -28,20 + 2932: -21,20 + 3094: -21,21 + 3095: -20,21 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale @@ -2108,6 +2288,17 @@ entities: 628: -21,10 680: -29,5 682: -31,3 + - node: + color: '#FA750096' + id: QuarterTileOverlayGreyscale + decals: + 3112: -33,31 + 3113: -33,30 + 3114: -33,29 + 3115: -33,28 + 3116: -33,27 + 3117: -33,26 + 3129: -32,31 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale180 @@ -2264,16 +2455,13 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale180 decals: - 519: -31,18 - 520: -31,20 - 521: -31,16 - 522: -31,14 - 523: -31,12 - 533: -26,16 - 534: -26,19 - 536: -29,15 - 537: -29,13 - 614: -27,11 + 2979: -32,20 + 2980: -32,18 + 2981: -32,16 + 2982: -32,14 + 2983: -32,12 + 3074: -37,14 + 3075: -38,14 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale180 @@ -2408,18 +2596,6 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 531: -27,16 - 532: -27,19 - 542: -32,10 - 548: -32,15 - 615: -26,11 - 2164: -35,14 - 2165: -36,14 - 2166: -37,14 - 2172: -35,18 - 2176: -34,18 - 2180: -30,11 - 2184: -33,18 2717: 51,-5 2718: 52,-5 2719: 53,-5 @@ -2428,7 +2604,6 @@ entities: 2730: 29,-8 2731: 30,-8 2732: 31,-8 - 2876: -36,18 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 @@ -2446,7 +2621,6 @@ entities: 76: 3,24 77: 3,25 78: 3,26 - 79: 3,27 80: 3,28 81: 3,29 82: 3,30 @@ -2462,7 +2636,6 @@ entities: 122: -8,24 123: -8,25 124: -8,26 - 125: -8,27 126: -8,28 127: -8,29 128: -8,30 @@ -2591,17 +2764,12 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 529: -26,20 - 530: -26,17 - 538: -29,12 - 539: -29,14 - 540: -29,17 - 541: -29,20 - 617: -27,10 - 2173: -35,18 - 2175: -34,18 - 2185: -33,18 - 2875: -36,18 + 2925: -26,17 + 2926: -26,18 + 2927: -26,19 + 2928: -26,20 + 3072: -38,16 + 3073: -37,16 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 @@ -2615,6 +2783,24 @@ entities: 787: -32,-1 788: -31,-1 789: -30,-1 + - node: + color: '#FA750096' + id: QuarterTileOverlayGreyscale90 + decals: + 3118: -20,28 + 3121: -20,27 + 3122: -20,26 + 3123: -20,25 + 3125: -21,28 + 3126: -22,28 + 3127: -23,28 + 3128: -24,28 + 3130: -28,30 + 3131: -27,30 + 3132: -26,30 + 3133: -25,30 + 3134: -25,29 + 3135: -25,28 - node: cleanable: True color: '#FFFFFFFF' @@ -2718,6 +2904,7 @@ entities: decals: 286: 27,4 430: -4,-25 + 3069: -39,16 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale @@ -2762,7 +2949,7 @@ entities: decals: 288: 31,2 434: -2,-30 - 2159: -34,14 + 2920: -26,16 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale180 @@ -2806,6 +2993,8 @@ entities: decals: 285: 27,2 433: -4,-30 + 2919: -28,16 + 3070: -39,14 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale270 @@ -2942,12 +3131,24 @@ entities: color: '#FFFFFFFF' id: WarnCornerNE decals: - 2144: -35,21 + 2952: -36,24 + 3087: 23,7 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 2143: -37,21 + 2950: -38,24 + 3084: 21,7 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 2951: -36,23 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 2953: -38,23 - node: color: '#52B4E996' id: WarnCornerSmallGreyscaleNE @@ -2991,27 +3192,21 @@ entities: decals: 935: 23,3 1901: 26,16 - 2149: -37,21 2396: -55,5 2754: 1,-25 2797: 6,17 2820: -53,9 + 3031: -37,23 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: 934: 25,3 - 2150: -35,21 2397: -53,5 2759: 3,-25 2803: 8,17 2819: -46,9 - - node: - color: '#FFFFFFFF' - id: WarnEndS - decals: - 2142: -37,20 - 2868: -35,20 + 3030: -37,23 - node: color: '#52B4E996' id: WarnFullGreyscale @@ -3026,8 +3221,6 @@ entities: color: '#FFFFFFFF' id: WarnLineE decals: - 921: 23,7 - 922: 23,8 1900: 26,15 2097: -60,0 2099: -60,2 @@ -3057,7 +3250,8 @@ entities: 2792: 6,15 2802: 8,17 2835: -53,8 - 2867: -35,20 + 2955: -37,22 + 3218: -37,21 - node: color: '#52B4E996' id: WarnLineGreyscaleE @@ -3128,14 +3322,10 @@ entities: color: '#FFFFFFFF' id: WarnLineN decals: - 925: 21,7 - 926: 22,7 - 927: 23,7 933: 24,3 2003: -47,-4 2077: -46,-4 2078: -45,-4 - 2148: -36,21 2386: -54,5 2434: -58,0 2435: -57,0 @@ -3158,13 +3348,8 @@ entities: color: '#FFFFFFFF' id: WarnLineS decals: - 923: 21,7 - 924: 21,8 2133: -59,4 2140: -59,5 - 2167: -37,14 - 2168: -37,15 - 2169: -37,16 2342: -43,-3 2343: -43,-2 2387: -53,4 @@ -3197,14 +3382,15 @@ entities: 2831: -46,7 2834: -46,8 2838: -46,5 - 2866: -35,20 + 2940: -37,22 + 2972: -34,19 + 3217: -37,21 + 3232: -34,20 + 3234: -34,18 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 918: 21,8 - 919: 22,8 - 920: 23,8 928: 24,1 930: 22,5 2088: -55,5 @@ -3216,7 +3402,6 @@ entities: 2094: -49,5 2095: -48,5 2138: -56,5 - 2145: -36,21 2344: -44,-4 2345: -45,-4 2346: -46,-4 @@ -3228,6 +3413,11 @@ entities: 2574: 11,50 2576: 6,31 2795: 7,14 + 2954: -37,24 + 3088: 22,7 + 3238: -38,20 + 3239: -37,20 + 3243: -36,20 - node: angle: -3.141592653589793 rad color: '#FFFFFFFF' @@ -3276,8 +3466,6 @@ entities: 427: 24,-23 428: 25,-23 429: 26,-23 - 590: -30,22 - 591: -31,22 724: -43,-4 725: -44,-4 - node: @@ -3361,9 +3549,9 @@ entities: 2603: -8,8 2604: -8,9 2605: -9,3 - 2863: -24,25 - 2864: -24,27 - 2865: -24,28 + 2960: -37,15 + 3076: -37,16 + 3077: -37,14 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -3379,14 +3567,15 @@ entities: 1020: -25,-37 1021: -24,-37 1022: -23,-37 + 3105: -30,32 + 3106: -29,32 + 3107: -28,32 + 3108: -27,32 + 3109: -26,32 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 954: -23,25 - 955: -22,25 - 956: -21,25 - 957: -20,25 961: 5,26 962: 6,26 963: 7,26 @@ -3398,6 +3587,7 @@ entities: 2805: -13,28 2806: -12,28 2807: -11,28 + 3104: -38,33 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -3585,16 +3775,12 @@ entities: -4,5: 0: 65295 -5,5: - 0: 21839 + 0: 17759 -4,6: 0: 53471 - -5,6: - 0: 21629 -4,7: - 0: 223 + 0: 479 1: 32768 - -5,7: - 0: 58453 -3,5: 0: 64399 -3,6: @@ -3746,45 +3932,55 @@ entities: -1,-5: 0: 65535 -8,4: - 0: 65535 + 0: 32631 -8,3: - 0: 65535 + 0: 32759 -9,4: - 0: 12071 + 0: 64907 -8,5: - 0: 65391 + 0: 63287 + -9,5: + 0: 47885 -8,6: - 0: 30511 + 0: 65335 + -9,6: + 0: 34875 -8,7: - 0: 65522 + 0: 8191 -9,7: - 0: 34944 + 0: 34952 -8,8: - 0: 60431 + 0: 3292 -7,4: - 0: 28775 + 0: 32631 -7,5: - 0: 63238 + 0: 65287 -7,6: - 0: 30503 + 0: 65359 -7,7: - 0: 30578 + 0: 8191 -7,8: - 0: 12551 + 0: 1655 + -7,3: + 0: 12279 -6,4: 0: 62399 -6,5: - 0: 65327 + 0: 15263 -6,6: - 0: 62207 + 0: 65435 -6,7: - 0: 4103 + 0: 60943 -6,3: 0: 47931 -6,8: - 0: 50245 + 0: 37143 + -5,6: + 0: 21845 + -5,7: + 0: 17989 -5,8: - 0: 65508 + 0: 65358 -8,0: 0: 65522 -8,-1: @@ -3796,17 +3992,15 @@ entities: -9,1: 0: 61695 -8,2: - 0: 65303 + 0: 30487 -9,2: - 0: 63243 + 0: 64267 -9,3: - 0: 63271 + 0: 48011 -7,1: 0: 63078 -7,2: - 0: 62991 - -7,3: - 0: 4086 + 0: 2047 -7,-1: 0: 30591 -7,0: @@ -3998,15 +4192,22 @@ entities: 5,12: 0: 4352 -9,8: - 0: 12552 + 0: 136 -8,9: - 0: 17023 + 3: 16 + 0: 8 -9,9: - 0: 130 + 3: 142 + -8,10: + 3: 3 + 0: 3072 -7,9: - 0: 7 - 1: 192 + 0: 17535 + 1: 128 + -7,10: + 0: 310 -6,9: + 0: 1 1: 248 8,0: 1: 14 @@ -4229,7 +4430,7 @@ entities: -4,-14: 1: 17476 -3,-15: - 0: 4915 + 0: 4913 1: 34952 -3,-14: 0: 13107 @@ -4470,43 +4671,43 @@ entities: -6,-10: 0: 62395 -10,8: - 0: 2080 + 0: 25360 + -10,9: + 0: 36070 + -10,10: + 0: 8 + -9,10: + 0: 17 -12,4: 3: 546 4: 2184 -13,4: 3: 2184 - 5: 546 + 6: 546 -12,5: 0: 1 1: 3856 -13,5: 1: 4032 -11,5: - 1: 784 + 1: 272 -11,4: - 6: 546 - -11,6: - 0: 49152 + 5: 546 + -11,7: + 0: 35904 -11,3: 0: 34823 1: 1792 - -11,7: - 0: 2184 - -10,7: - 0: 6528 - -10,6: - 0: 3296 -10,4: - 0: 2060 + 0: 61006 -10,5: - 0: 3276 + 0: 60942 + -10,6: + 0: 238 + -10,7: + 3: 1632 -10,3: - 0: 52495 - -9,5: - 0: 1911 - -9,6: - 0: 4400 + 0: 61007 -13,0: 0: 65535 -12,1: @@ -4769,8 +4970,8 @@ entities: - volume: 2500 temperature: 235 moles: - - 21.824879 - - 82.10312 + - 27.225372 + - 102.419266 - 0 - 0 - 0 @@ -4815,8 +5016,6 @@ entities: temperature: 293.15 moles: - 0 - - 0 - - 0 - 6666.982 - 0 - 0 @@ -4826,10 +5025,14 @@ entities: - 0 - 0 - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: - 0 + - 0 + - 0 - 6666.982 - 0 - 0 @@ -4839,8 +5042,6 @@ entities: - 0 - 0 - 0 - - 0 - - 0 chunkSize: 4 - type: BecomesStation id: Omega @@ -4876,54 +5077,6 @@ entities: - type: EntityTargetAction originalIconColor: '#FFFFFFFF' container: 7580 -- proto: ActionToggleBlock - entities: - - uid: 12052 - components: - - type: Transform - parent: 7935 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 7935 - - uid: 13922 - components: - - type: Transform - parent: 13921 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 13921 -- proto: ActionToggleInternals - entities: - - uid: 10945 - components: - - type: Transform - parent: 13680 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 13680 - - uid: 13919 - components: - - type: Transform - parent: 13917 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 13917 -- proto: ActionToggleJetpack - entities: - - uid: 8332 - components: - - type: Transform - parent: 13680 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 13680 - - uid: 13918 - components: - - type: Transform - parent: 13917 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 13917 - proto: ActionToggleLight entities: - uid: 6594 @@ -4933,6 +5086,15 @@ entities: - type: InstantAction originalIconColor: '#FFFFFFFF' container: 12120 + - uid: 7927 + mapInit: true + paused: true + components: + - type: Transform + parent: 7926 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 7926 - uid: 8328 components: - type: Transform @@ -4955,6 +5117,43 @@ entities: container: 10704 - proto: AirAlarm entities: + - uid: 729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,33.5 + parent: 4812 + - type: DeviceList + devices: + - 8177 + - 8227 + - 8186 + - uid: 1803 + components: + - type: Transform + pos: -23.5,29.5 + parent: 4812 + - type: DeviceList + devices: + - 12202 + - 12059 + - 12214 + - 13690 + - 13737 + - 8008 + - 8147 + - 8231 + - 7791 + - uid: 4470 + components: + - type: Transform + pos: -35.5,17.5 + parent: 4812 + - type: DeviceList + devices: + - 7762 + - 8395 + - 8161 - uid: 4981 components: - type: Transform @@ -5030,6 +5229,114 @@ entities: - 12226 - 1853 - 1852 + - uid: 7708 + components: + - type: Transform + pos: -24.5,10.5 + parent: 4812 + - type: DeviceList + devices: + - 8126 + - 8156 + - 8157 + - 9613 + - 8154 + - 8155 + - 12205 + - 12204 + - 7795 + - uid: 7792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,24.5 + parent: 4812 + - type: DeviceList + devices: + - 8340 + - 7894 + - 8503 + - 7791 + - 8231 + - uid: 7881 + components: + - type: Transform + pos: -27.5,25.5 + parent: 4812 + - type: DeviceList + devices: + - 7923 + - 8505 + - 8214 + - 8022 + - 8147 + - 8008 + - uid: 7918 + components: + - type: Transform + pos: -38.5,13.5 + parent: 4812 + - type: DeviceList + devices: + - 7756 + - 7758 + - 7746 + - 8087 + - uid: 8066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,9.5 + parent: 4812 + - type: DeviceList + devices: + - 8067 + - 8443 + - 8150 + - 8175 + - 8087 + - 8084 + - uid: 8070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,16.5 + parent: 4812 + - type: DeviceList + devices: + - 7823 + - 10957 + - 8024 + - 8393 + - 8069 + - 8084 + - uid: 8371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,12.5 + parent: 4812 + - type: DeviceList + devices: + - 7871 + - 8144 + - 8158 + - 10957 + - uid: 8526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,23.5 + parent: 4812 + - type: DeviceList + devices: + - 7759 + - 7900 + - 706 + - 8067 + - 8233 + - 10951 + - 8232 - uid: 9593 components: - type: Transform @@ -5170,23 +5477,6 @@ entities: - 12197 - 1685 - 1686 - - uid: 12202 - components: - - type: Transform - pos: -24.5,9.5 - parent: 4812 - - type: DeviceList - devices: - - 12201 - - 8156 - - 8157 - - 7784 - - 8154 - - 8155 - - 12205 - - 12204 - - 12039 - - 12040 - uid: 12206 components: - type: Transform @@ -5199,52 +5489,6 @@ entities: - 12205 - 8562 - 8563 - - uid: 12209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,13.5 - parent: 4812 - - type: DeviceList - devices: - - 12211 - - 12212 - - 7782 - - 7783 - - 7911 - - 7910 - - 7909 - - 7914 - - 7913 - - 7912 - - 7874 - - 7872 - - 7871 - - 7873 - - 7887 - - 7886 - - 13696 - - 13697 - - uid: 12213 - components: - - type: Transform - pos: -37.5,13.5 - parent: 4812 - - type: DeviceList - devices: - - 7905 - - 7907 - - 12214 - - uid: 12219 - components: - - type: Transform - pos: -31.5,33.5 - parent: 4812 - - type: DeviceList - devices: - - 12218 - - 7858 - - 7856 - uid: 12220 components: - type: Transform @@ -5259,6 +5503,8 @@ entities: - 12222 - 8307 - 8306 + - 7823 + - 8022 - uid: 12223 components: - type: Transform @@ -5851,18 +6097,6 @@ entities: - 12688 - 12764 - 12766 - - uid: 13156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,15.5 - parent: 4812 - - type: DeviceList - devices: - - 12212 - - 13522 - - 7908 - - 13814 - uid: 13204 components: - type: Transform @@ -5894,17 +6128,17 @@ entities: - 9504 - 9421 - 13408 - - uid: 13677 + - uid: 14182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,21.5 + rot: 1.5707963267948966 rad + pos: -15.5,16.5 parent: 4812 - type: DeviceList devices: - - 13676 - - 10972 - - 8372 + - 8318 + - 14181 + - 8317 - proto: AirAlarmElectronics entities: - uid: 10719 @@ -5929,6 +6163,11 @@ entities: - type: Transform pos: -34.5,-37.5 parent: 4812 + - uid: 11025 + components: + - type: Transform + pos: -38.5,29.5 + parent: 4812 - uid: 12248 components: - type: Transform @@ -5976,28 +6215,23 @@ entities: - type: Transform pos: -26.5,-34.5 parent: 4812 + - uid: 11017 + components: + - type: Transform + pos: -32.5,32.5 + parent: 4812 + - uid: 11018 + components: + - type: Transform + pos: -27.5,31.5 + parent: 4812 - proto: AirlockArmoryGlassLocked entities: - - uid: 7802 - components: - - type: Transform - pos: -34.5,13.5 - parent: 4812 - - uid: 8043 - components: - - type: Transform - pos: -32.5,18.5 - parent: 4812 - - uid: 10941 + - uid: 8026 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,19.5 - parent: 4812 - - uid: 12471 - components: - - type: Transform - pos: -34.5,17.5 + pos: -28.5,18.5 parent: 4812 - proto: AirlockAtmosphericsGlassLocked entities: @@ -6015,6 +6249,11 @@ entities: parent: 4812 - proto: AirlockAtmosphericsLocked entities: + - uid: 2914 + components: + - type: Transform + pos: -36.5,7.5 + parent: 4812 - uid: 3444 components: - type: Transform @@ -6039,31 +6278,76 @@ entities: parent: 4812 - proto: AirlockBrigGlassLocked entities: - - uid: 906 + - uid: 7819 components: - type: Transform - pos: -17.5,18.5 + rot: -1.5707963267948966 rad + pos: -28.5,14.5 parent: 4812 - - uid: 7788 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 10958: + - - DoorStatus + - Close + 7858: + - - DoorStatus + - Close + - uid: 7855 components: - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,13.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 10958: + - - DoorStatus + - Close + 7858: + - - DoorStatus + - Close + - uid: 7858 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,13.5 parent: 4812 - - uid: 7789 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 7819: + - - DoorStatus + - Close + 7855: + - - DoorStatus + - Close + - uid: 8402 components: - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,11.5 + parent: 4812 + - uid: 10958 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,14.5 parent: 4812 - - uid: 7790 - components: - - type: Transform - pos: -27.5,13.5 - parent: 4812 - - uid: 7791 - components: - - type: Transform - pos: -27.5,14.5 - parent: 4812 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 7819: + - - DoorStatus + - Close + 7855: + - - DoorStatus + - Close - proto: AirlockCaptainGlassLocked entities: - uid: 2417 @@ -6325,11 +6609,6 @@ entities: - type: Transform pos: -46.5,-16.5 parent: 4812 - - uid: 10873 - components: - - type: Transform - pos: -36.5,7.5 - parent: 4812 - uid: 11386 components: - type: Transform @@ -6347,16 +6626,16 @@ entities: parent: 4812 - proto: AirlockExternalCommandLocked entities: - - uid: 729 + - uid: 13920 components: - type: Transform - pos: -17.5,32.5 + pos: -17.5,33.5 parent: 4812 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 4014: + 7784: - - DoorStatus - DoorBolt - proto: AirlockExternalEngineeringLocked @@ -6473,9 +6752,6 @@ entities: 12107: - - DoorStatus - Close - 9656: - - - DoorStatus - - Close - uid: 13037 components: - type: Transform @@ -6540,17 +6816,17 @@ entities: - DoorBolt - proto: AirlockExternalGlassCommandLocked entities: - - uid: 4014 + - uid: 7784 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,30.5 + pos: -17.5,31.5 parent: 4812 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 729: + 13920: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassEngineeringLocked @@ -6722,18 +6998,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-50.5 parent: 4812 - - uid: 9656 - components: - - type: Transform - pos: -10.5,-59.5 - parent: 4812 - - type: DeviceLinkSource - linkedPorts: - 9651: - - - DoorStatus - - Close - - type: DeviceLinkSink - invokeCounter: 1 - uid: 12107 components: - type: Transform @@ -6980,16 +7244,6 @@ entities: - type: Transform pos: -2.5,-9.5 parent: 4812 - - uid: 8158 - components: - - type: Transform - pos: -30.5,28.5 - parent: 4812 - - uid: 8159 - components: - - type: Transform - pos: -26.5,28.5 - parent: 4812 - uid: 9660 components: - type: Transform @@ -7055,34 +7309,17 @@ entities: - type: Transform pos: 9.5,28.5 parent: 4812 -- proto: AirlockHeadOfSecurityGlassLocked - entities: - - uid: 2965 - components: - - type: Transform - pos: -22.5,26.5 - parent: 4812 - proto: AirlockHeadOfSecurityLocked entities: - - uid: 2918 + - uid: 7711 components: - type: Transform - pos: -24.5,23.5 + pos: -37.5,13.5 parent: 4812 - - uid: 4138 + - uid: 8184 components: - type: Transform - pos: -22.5,21.5 - parent: 4812 - - uid: 7934 - components: - - type: Transform - pos: -18.5,25.5 - parent: 4812 - - uid: 8242 - components: - - type: Transform - pos: -20.5,27.5 + pos: -37.5,17.5 parent: 4812 - proto: AirlockHydroGlassLocked entities: @@ -7129,13 +7366,6 @@ entities: - type: Transform pos: 8.5,7.5 parent: 4812 -- proto: AirlockMaintCaptainLocked - entities: - - uid: 2418 - components: - - type: Transform - pos: -16.5,24.5 - parent: 4812 - proto: AirlockMaintCargoLocked entities: - uid: 2741 @@ -7155,13 +7385,6 @@ entities: - type: Transform pos: -18.5,-31.5 parent: 4812 -- proto: AirlockMaintCommandLocked - entities: - - uid: 2726 - components: - - type: Transform - pos: -17.5,21.5 - parent: 4812 - proto: AirlockMaintEngiLocked entities: - uid: 8683 @@ -7279,6 +7502,11 @@ entities: - type: Transform pos: 12.5,21.5 parent: 4812 + - uid: 3260 + components: + - type: Transform + pos: -17.5,21.5 + parent: 4812 - uid: 4372 components: - type: Transform @@ -7648,36 +7876,45 @@ entities: - type: Transform pos: -4.5,-25.5 parent: 4812 - - uid: 7792 + - uid: 7734 components: - type: Transform - pos: -27.5,11.5 + pos: -28.5,23.5 parent: 4812 - - uid: 7793 + - uid: 8413 components: - type: Transform - pos: -32.5,11.5 + pos: -34.5,19.5 parent: 4812 - - uid: 7794 +- proto: AirlockSecurityLawyerGlassLocked + entities: + - uid: 1461 components: - type: Transform - pos: -29.5,21.5 + pos: -17.5,18.5 parent: 4812 - - uid: 7795 +- proto: AirlockSecurityLocked + entities: + - uid: 1265 components: - type: Transform pos: -30.5,21.5 parent: 4812 - - uid: 7798 - components: - - type: Transform - pos: -26.5,25.5 - parent: 4812 - - uid: 7799 + - uid: 1266 components: - type: Transform pos: -30.5,25.5 parent: 4812 + - uid: 8105 + components: + - type: Transform + pos: -31.5,25.5 + parent: 4812 + - uid: 8403 + components: + - type: Transform + pos: -31.5,21.5 + parent: 4812 - proto: AirlockServiceLocked entities: - uid: 6675 @@ -7721,12 +7958,92 @@ entities: - uid: 2904 components: - type: Transform - rot: 3.141592653589793 rad pos: 23.5,14.5 parent: 4812 - type: DeviceNetwork deviceLists: - 13204 + - uid: 7758 + components: + - type: Transform + pos: -37.5,11.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7918 + - uid: 7759 + components: + - type: Transform + pos: -37.5,19.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8526 + - uid: 7795 + components: + - type: Transform + pos: -24.5,8.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 + - 12203 + - uid: 8069 + components: + - type: Transform + pos: -27.5,18.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8070 + - uid: 8158 + components: + - type: Transform + pos: -25.5,14.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8371 + - uid: 8161 + components: + - type: Transform + pos: -37.5,15.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 4470 + - uid: 8227 + components: + - type: Transform + pos: -27.5,32.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 729 + - uid: 8443 + components: + - type: Transform + pos: -31.5,14.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8066 + - uid: 8503 + components: + - type: Transform + pos: -31.5,22.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7792 + - uid: 8505 + components: + - type: Transform + pos: -25.5,23.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7881 - uid: 8805 components: - type: Transform @@ -7746,6 +8063,23 @@ entities: deviceLists: - 13607 - 13681 + - uid: 10951 + components: + - type: Transform + pos: -36.5,24.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8526 + - uid: 12059 + components: + - type: Transform + pos: -29.5,28.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 1803 + - 7882 - uid: 12170 components: - type: Transform @@ -7803,39 +8137,19 @@ entities: - type: Transform pos: -23.5,3.5 parent: 4812 - - uid: 12201 - components: - - type: Transform - pos: -22.5,12.5 - parent: 4812 - uid: 12208 components: - type: Transform pos: -20.5,8.5 parent: 4812 - - uid: 12211 - components: - - type: Transform - pos: -31.5,16.5 - parent: 4812 - - type: DeviceNetwork - deviceLists: - - 12210 - - uid: 12214 - components: - - type: Transform - pos: -38.5,11.5 - parent: 4812 - - uid: 12218 - components: - - type: Transform - pos: -31.5,29.5 - parent: 4812 - uid: 12222 components: - type: Transform pos: -15.5,19.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 13922 - uid: 12225 components: - type: Transform @@ -8103,15 +8417,6 @@ entities: deviceLists: - 12697 - 9224 - - uid: 13676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,21.5 - parent: 4812 - - type: DeviceNetwork - deviceLists: - - 13677 - uid: 13725 components: - type: Transform @@ -8120,14 +8425,21 @@ entities: - type: DeviceNetwork deviceLists: - 9593 - - uid: 13814 + - uid: 14181 components: - type: Transform - pos: -34.5,16.5 + pos: -12.5,16.5 parent: 4812 - type: DeviceNetwork deviceLists: - - 13156 + - 14182 +- proto: AirTankFilled + entities: + - uid: 13929 + components: + - type: Transform + pos: -37.849342,29.701904 + parent: 4812 - proto: AltarSpawner entities: - uid: 4008 @@ -8455,19 +8767,43 @@ entities: - type: Transform pos: -1.5,-20.5 parent: 4812 - - uid: 7985 + - uid: 7794 components: - type: MetaData - name: Security Lockerroom APC + name: Law APC - type: Transform - pos: -36.5,13.5 + rot: 3.141592653589793 rad + pos: -20.5,18.5 parent: 4812 - - uid: 8176 + - uid: 8121 components: - type: MetaData - name: Main Hall North West APC + name: Armory APC - type: Transform - pos: -19.5,21.5 + rot: -1.5707963267948966 rad + pos: -33.5,23.5 + parent: 4812 + - uid: 8235 + components: + - type: MetaData + name: Brig APC + - type: Transform + pos: -29.5,25.5 + parent: 4812 + - uid: 8253 + components: + - type: MetaData + name: Tech Vault APC + - type: Transform + pos: 24.5,5.5 + parent: 4812 + - uid: 8360 + components: + - type: MetaData + name: Security APC + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,9.5 parent: 4812 - uid: 8896 components: @@ -8491,13 +8827,6 @@ entities: rot: 3.141592653589793 rad pos: 32.5,-29.5 parent: 4812 - - uid: 9613 - components: - - type: MetaData - name: Security APC - - type: Transform - pos: -31.5,21.5 - parent: 4812 - uid: 10021 components: - type: MetaData @@ -8550,18 +8879,6 @@ entities: rot: 1.5707963267948966 rad pos: -55.5,6.5 parent: 4812 -- proto: AppleSeeds - entities: - - uid: 8397 - components: - - type: Transform - pos: -31.672361,31.435354 - parent: 4812 - - uid: 8398 - components: - - type: Transform - pos: -31.531736,31.32598 - parent: 4812 - proto: ArrivalsShuttleTimer entities: - uid: 13189 @@ -8583,6 +8900,11 @@ entities: parent: 4812 - proto: Ashtray entities: + - uid: 10547 + components: + - type: Transform + pos: -35.062355,16.449474 + parent: 4812 - uid: 12687 components: - type: Transform @@ -8652,11 +8974,6 @@ entities: - type: Transform pos: 19.5,38.5 parent: 4812 - - uid: 3260 - components: - - type: Transform - pos: -36.5,32.5 - parent: 4812 - uid: 3262 components: - type: Transform @@ -8742,11 +9059,6 @@ entities: - type: Transform pos: 22.5,34.5 parent: 4812 - - uid: 3402 - components: - - type: Transform - pos: -35.5,32.5 - parent: 4812 - uid: 3427 components: - type: Transform @@ -8922,11 +9234,6 @@ entities: - type: Transform pos: 18.5,49.5 parent: 4812 - - uid: 3611 - components: - - type: Transform - pos: -38.5,28.5 - parent: 4812 - uid: 3612 components: - type: Transform @@ -9277,30 +9584,25 @@ entities: - type: Transform pos: 6.5,57.5 parent: 4812 - - uid: 3768 + - uid: 3754 components: - type: Transform - pos: -38.5,29.5 + pos: -30.5,39.5 parent: 4812 - - uid: 3976 + - uid: 3759 components: - type: Transform - pos: -36.5,27.5 + pos: -32.5,41.5 parent: 4812 - uid: 3980 components: - type: Transform - pos: -39.5,27.5 + pos: -29.5,39.5 parent: 4812 - uid: 3981 components: - type: Transform - pos: -39.5,28.5 - parent: 4812 - - uid: 4013 - components: - - type: Transform - pos: -39.5,29.5 + pos: -31.5,39.5 parent: 4812 - uid: 4055 components: @@ -9317,6 +9619,66 @@ entities: - type: Transform pos: 26.5,8.5 parent: 4812 + - uid: 4477 + components: + - type: Transform + pos: -30.5,42.5 + parent: 4812 + - uid: 4482 + components: + - type: Transform + pos: -31.5,38.5 + parent: 4812 + - uid: 4805 + components: + - type: Transform + pos: -32.5,42.5 + parent: 4812 + - uid: 4808 + components: + - type: Transform + pos: -31.5,42.5 + parent: 4812 + - uid: 4809 + components: + - type: Transform + pos: -33.5,42.5 + parent: 4812 + - uid: 4810 + components: + - type: Transform + pos: -33.5,41.5 + parent: 4812 + - uid: 4828 + components: + - type: Transform + pos: -32.5,38.5 + parent: 4812 + - uid: 4832 + components: + - type: Transform + pos: -33.5,40.5 + parent: 4812 + - uid: 4853 + components: + - type: Transform + pos: -33.5,39.5 + parent: 4812 + - uid: 4854 + components: + - type: Transform + pos: -34.5,40.5 + parent: 4812 + - uid: 4886 + components: + - type: Transform + pos: -34.5,39.5 + parent: 4812 + - uid: 4887 + components: + - type: Transform + pos: -33.5,38.5 + parent: 4812 - uid: 5625 components: - type: Transform @@ -9472,50 +9834,310 @@ entities: - type: Transform pos: 26.5,6.5 parent: 4812 - - uid: 7622 + - uid: 7638 components: - type: Transform - pos: -19.5,33.5 + pos: -29.5,41.5 parent: 4812 - - uid: 7739 + - uid: 7639 components: - type: Transform - pos: -39.5,18.5 + pos: -28.5,40.5 + parent: 4812 + - uid: 7650 + components: + - type: Transform + pos: -41.5,23.5 + parent: 4812 + - uid: 7651 + components: + - type: Transform + pos: -29.5,40.5 + parent: 4812 + - uid: 7656 + components: + - type: Transform + pos: -42.5,23.5 + parent: 4812 + - uid: 7657 + components: + - type: Transform + pos: -42.5,24.5 + parent: 4812 + - uid: 7661 + components: + - type: Transform + pos: -30.5,41.5 + parent: 4812 + - uid: 7662 + components: + - type: Transform + pos: -31.5,41.5 + parent: 4812 + - uid: 7663 + components: + - type: Transform + pos: -42.5,25.5 + parent: 4812 + - uid: 7664 + components: + - type: Transform + pos: -42.5,26.5 + parent: 4812 + - uid: 7686 + components: + - type: Transform + pos: -38.5,31.5 + parent: 4812 + - uid: 7687 + components: + - type: Transform + pos: -36.5,33.5 + parent: 4812 + - uid: 7713 + components: + - type: Transform + pos: -35.5,32.5 + parent: 4812 + - uid: 7714 + components: + - type: Transform + pos: -35.5,30.5 + parent: 4812 + - uid: 7715 + components: + - type: Transform + pos: -37.5,33.5 + parent: 4812 + - uid: 7716 + components: + - type: Transform + pos: -35.5,33.5 + parent: 4812 + - uid: 7787 + components: + - type: Transform + pos: -34.5,35.5 + parent: 4812 + - uid: 7802 + components: + - type: Transform + pos: -33.5,35.5 + parent: 4812 + - uid: 7804 + components: + - type: Transform + pos: -31.5,35.5 + parent: 4812 + - uid: 7834 + components: + - type: Transform + pos: -36.5,30.5 + parent: 4812 + - uid: 7835 + components: + - type: Transform + pos: -35.5,31.5 + parent: 4812 + - uid: 7836 + components: + - type: Transform + pos: -37.5,34.5 + parent: 4812 + - uid: 7837 + components: + - type: Transform + pos: -36.5,34.5 + parent: 4812 + - uid: 7838 + components: + - type: Transform + pos: -35.5,34.5 + parent: 4812 + - uid: 7847 + components: + - type: Transform + pos: -37.5,32.5 + parent: 4812 + - uid: 7848 + components: + - type: Transform + pos: -32.5,40.5 + parent: 4812 + - uid: 7849 + components: + - type: Transform + pos: -32.5,39.5 + parent: 4812 + - uid: 7931 + components: + - type: Transform + pos: -36.5,31.5 + parent: 4812 + - uid: 7987 + components: + - type: Transform + pos: -38.5,28.5 + parent: 4812 + - uid: 7988 + components: + - type: Transform + pos: -35.5,28.5 + parent: 4812 + - uid: 8036 + components: + - type: Transform + pos: -39.5,28.5 + parent: 4812 + - uid: 8037 + components: + - type: Transform + pos: -40.5,28.5 + parent: 4812 + - uid: 8038 + components: + - type: Transform + pos: -41.5,28.5 + parent: 4812 + - uid: 8039 + components: + - type: Transform + pos: -41.5,27.5 + parent: 4812 + - uid: 8040 + components: + - type: Transform + pos: -41.5,26.5 + parent: 4812 + - uid: 8044 + components: + - type: Transform + pos: -41.5,25.5 + parent: 4812 + - uid: 8082 + components: + - type: Transform + pos: -42.5,28.5 + parent: 4812 + - uid: 8090 + components: + - type: Transform + pos: -42.5,27.5 + parent: 4812 + - uid: 8094 + components: + - type: Transform + pos: -37.5,28.5 + parent: 4812 + - uid: 8095 + components: + - type: Transform + pos: -37.5,31.5 + parent: 4812 + - uid: 8096 + components: + - type: Transform + pos: -36.5,28.5 + parent: 4812 + - uid: 8097 + components: + - type: Transform + pos: -36.5,32.5 + parent: 4812 + - uid: 8103 + components: + - type: Transform + pos: -34.5,41.5 + parent: 4812 + - uid: 8138 + components: + - type: Transform + pos: -30.5,38.5 + parent: 4812 + - uid: 8139 + components: + - type: Transform + pos: -41.5,21.5 + parent: 4812 + - uid: 8152 + components: + - type: Transform + pos: -35.5,29.5 + parent: 4812 + - uid: 8163 + components: + - type: Transform + pos: -36.5,29.5 + parent: 4812 + - uid: 8222 + components: + - type: Transform + pos: -39.5,31.5 + parent: 4812 + - uid: 8223 + components: + - type: Transform + pos: -40.5,29.5 + parent: 4812 + - uid: 8224 + components: + - type: Transform + pos: -39.5,32.5 + parent: 4812 + - uid: 8225 + components: + - type: Transform + pos: -39.5,30.5 + parent: 4812 + - uid: 8237 + components: + - type: Transform + pos: -39.5,29.5 + parent: 4812 + - uid: 8266 + components: + - type: Transform + pos: -32.5,35.5 + parent: 4812 + - uid: 8346 + components: + - type: Transform + pos: -38.5,32.5 + parent: 4812 + - uid: 8364 + components: + - type: Transform + pos: -35.5,38.5 + parent: 4812 + - uid: 8365 + components: + - type: Transform + pos: -35.5,39.5 + parent: 4812 + - uid: 8390 + components: + - type: Transform + pos: -41.5,24.5 + parent: 4812 + - uid: 8409 + components: + - type: Transform + pos: -38.5,33.5 + parent: 4812 + - uid: 8422 + components: + - type: Transform + pos: -34.5,30.5 parent: 4812 - uid: 8460 components: - type: Transform pos: -20.5,34.5 parent: 4812 - - uid: 8461 - components: - - type: Transform - pos: -20.5,33.5 - parent: 4812 - - uid: 8462 - components: - - type: Transform - pos: -20.5,32.5 - parent: 4812 - - uid: 8463 - components: - - type: Transform - pos: -21.5,30.5 - parent: 4812 - - uid: 8464 - components: - - type: Transform - pos: -21.5,31.5 - parent: 4812 - uid: 8465 components: - type: Transform - pos: -20.5,31.5 - parent: 4812 - - uid: 8471 - components: - - type: Transform - pos: -14.5,31.5 + pos: -34.5,31.5 parent: 4812 - uid: 8472 components: @@ -9532,60 +10154,15 @@ entities: - type: Transform pos: -14.5,32.5 parent: 4812 - - uid: 8484 - components: - - type: Transform - pos: -15.5,33.5 - parent: 4812 - uid: 8498 components: - type: Transform - pos: -23.5,30.5 + pos: -34.5,33.5 parent: 4812 - uid: 8499 components: - type: Transform - pos: -23.5,33.5 - parent: 4812 - - uid: 8500 - components: - - type: Transform - pos: -26.5,34.5 - parent: 4812 - - uid: 8501 - components: - - type: Transform - pos: -25.5,34.5 - parent: 4812 - - uid: 8502 - components: - - type: Transform - pos: -24.5,34.5 - parent: 4812 - - uid: 8503 - components: - - type: Transform - pos: -23.5,34.5 - parent: 4812 - - uid: 8504 - components: - - type: Transform - pos: -24.5,35.5 - parent: 4812 - - uid: 8505 - components: - - type: Transform - pos: -25.5,35.5 - parent: 4812 - - uid: 8506 - components: - - type: Transform - pos: -27.5,37.5 - parent: 4812 - - uid: 8507 - components: - - type: Transform - pos: -28.5,37.5 + pos: -34.5,29.5 parent: 4812 - uid: 8508 components: @@ -9602,11 +10179,6 @@ entities: - type: Transform pos: -27.5,38.5 parent: 4812 - - uid: 8511 - components: - - type: Transform - pos: -26.5,38.5 - parent: 4812 - uid: 8512 components: - type: Transform @@ -9625,57 +10197,22 @@ entities: - uid: 8515 components: - type: Transform - pos: -25.5,39.5 - parent: 4812 - - uid: 8516 - components: - - type: Transform - pos: -30.5,34.5 - parent: 4812 - - uid: 8517 - components: - - type: Transform - pos: -31.5,34.5 + pos: -28.5,41.5 parent: 4812 - uid: 8518 components: - type: Transform - pos: -32.5,34.5 + pos: -34.5,37.5 parent: 4812 - uid: 8519 components: - type: Transform - pos: -33.5,34.5 + pos: -34.5,38.5 parent: 4812 - uid: 8520 components: - type: Transform - pos: -34.5,34.5 - parent: 4812 - - uid: 8521 - components: - - type: Transform - pos: -33.5,35.5 - parent: 4812 - - uid: 8522 - components: - - type: Transform - pos: -33.5,36.5 - parent: 4812 - - uid: 8523 - components: - - type: Transform - pos: -32.5,36.5 - parent: 4812 - - uid: 8524 - components: - - type: Transform - pos: -32.5,35.5 - parent: 4812 - - uid: 8525 - components: - - type: Transform - pos: -31.5,35.5 + pos: -34.5,32.5 parent: 4812 - uid: 9215 components: @@ -9697,11 +10234,6 @@ entities: - type: Transform pos: -63.5,-3.5 parent: 4812 - - uid: 9383 - components: - - type: Transform - pos: -40.5,22.5 - parent: 4812 - uid: 9390 components: - type: Transform @@ -9772,11 +10304,6 @@ entities: - type: Transform pos: -43.5,-32.5 parent: 4812 - - uid: 9626 - components: - - type: Transform - pos: -39.5,17.5 - parent: 4812 - uid: 9638 components: - type: Transform @@ -9927,11 +10454,6 @@ entities: - type: Transform pos: -54.5,-17.5 parent: 4812 - - uid: 10460 - components: - - type: Transform - pos: -35.5,29.5 - parent: 4812 - uid: 10461 components: - type: Transform @@ -9942,11 +10464,6 @@ entities: - type: Transform pos: -51.5,-19.5 parent: 4812 - - uid: 10463 - components: - - type: Transform - pos: -36.5,28.5 - parent: 4812 - uid: 10464 components: - type: Transform @@ -9992,11 +10509,6 @@ entities: - type: Transform pos: -57.5,-11.5 parent: 4812 - - uid: 10474 - components: - - type: Transform - pos: -35.5,28.5 - parent: 4812 - uid: 10475 components: - type: Transform @@ -10052,166 +10564,36 @@ entities: - type: Transform pos: -58.5,-8.5 parent: 4812 - - uid: 10942 + - uid: 10805 components: - type: Transform - pos: -33.5,25.5 + pos: -33.5,37.5 parent: 4812 - - uid: 10943 - components: - - type: Transform - pos: -33.5,26.5 - parent: 4812 - - uid: 10944 - components: - - type: Transform - pos: -33.5,27.5 - parent: 4812 - - uid: 10947 - components: - - type: Transform - pos: -34.5,26.5 - parent: 4812 - - uid: 10948 - components: - - type: Transform - pos: -34.5,27.5 - parent: 4812 - - uid: 10949 + - uid: 10889 components: - type: Transform pos: -34.5,28.5 parent: 4812 - - uid: 10950 + - uid: 10941 components: - type: Transform - pos: -34.5,29.5 + pos: -34.5,34.5 parent: 4812 - - uid: 10951 + - uid: 10968 components: - type: Transform - pos: -34.5,30.5 - parent: 4812 - - uid: 10952 - components: - - type: Transform - pos: -34.5,31.5 - parent: 4812 - - uid: 10953 - components: - - type: Transform - pos: -34.5,32.5 - parent: 4812 - - uid: 10954 - components: - - type: Transform - pos: -34.5,33.5 - parent: 4812 - - uid: 10956 - components: - - type: Transform - pos: -35.5,31.5 - parent: 4812 - - uid: 10957 - components: - - type: Transform - pos: -35.5,30.5 - parent: 4812 - - uid: 10965 - components: - - type: Transform - pos: -39.5,15.5 - parent: 4812 - - uid: 10966 - components: - - type: Transform - pos: -39.5,16.5 - parent: 4812 - - uid: 10982 - components: - - type: Transform - pos: -40.5,23.5 - parent: 4812 - - uid: 10984 - components: - - type: Transform - pos: -36.5,31.5 - parent: 4812 - - uid: 10986 - components: - - type: Transform - pos: -35.5,33.5 - parent: 4812 - - uid: 10987 - components: - - type: Transform - pos: -36.5,33.5 - parent: 4812 - - uid: 10988 - components: - - type: Transform - pos: -37.5,33.5 - parent: 4812 - - uid: 10990 - components: - - type: Transform - pos: -37.5,32.5 - parent: 4812 - - uid: 10991 - components: - - type: Transform - pos: -37.5,31.5 - parent: 4812 - - uid: 10992 - components: - - type: Transform - pos: -37.5,30.5 - parent: 4812 - - uid: 10993 - components: - - type: Transform - pos: -37.5,29.5 + pos: -27.5,40.5 parent: 4812 - uid: 10994 components: - type: Transform - pos: -37.5,28.5 - parent: 4812 - - uid: 10995 - components: - - type: Transform - pos: -37.5,27.5 - parent: 4812 - - uid: 10999 - components: - - type: Transform - pos: -38.5,26.5 - parent: 4812 - - uid: 11000 - components: - - type: Transform - pos: -38.5,27.5 + pos: -20.5,32.5 parent: 4812 - uid: 11001 components: - type: Transform pos: -14.5,33.5 parent: 4812 - - uid: 11003 - components: - - type: Transform - pos: -38.5,30.5 - parent: 4812 - - uid: 11004 - components: - - type: Transform - pos: -38.5,31.5 - parent: 4812 - - uid: 11005 - components: - - type: Transform - pos: -38.5,32.5 - parent: 4812 - uid: 11009 components: - type: Transform @@ -10237,56 +10619,6 @@ entities: - type: Transform pos: -40.5,21.5 parent: 4812 - - uid: 11016 - components: - - type: Transform - pos: -40.5,24.5 - parent: 4812 - - uid: 11017 - components: - - type: Transform - pos: -40.5,25.5 - parent: 4812 - - uid: 11018 - components: - - type: Transform - pos: -40.5,26.5 - parent: 4812 - - uid: 11019 - components: - - type: Transform - pos: -41.5,21.5 - parent: 4812 - - uid: 11021 - components: - - type: Transform - pos: -41.5,23.5 - parent: 4812 - - uid: 11022 - components: - - type: Transform - pos: -41.5,24.5 - parent: 4812 - - uid: 11023 - components: - - type: Transform - pos: -41.5,25.5 - parent: 4812 - - uid: 11024 - components: - - type: Transform - pos: -41.5,26.5 - parent: 4812 - - uid: 11025 - components: - - type: Transform - pos: -39.5,25.5 - parent: 4812 - - uid: 11026 - components: - - type: Transform - pos: -39.5,26.5 - parent: 4812 - uid: 11616 components: - type: Transform @@ -10662,6 +10994,66 @@ entities: - type: Transform pos: 27.5,8.5 parent: 4812 + - uid: 12430 + components: + - type: Transform + pos: -29.5,36.5 + parent: 4812 + - uid: 12431 + components: + - type: Transform + pos: -29.5,37.5 + parent: 4812 + - uid: 12432 + components: + - type: Transform + pos: -35.5,37.5 + parent: 4812 + - uid: 12433 + components: + - type: Transform + pos: -35.5,36.5 + parent: 4812 + - uid: 12434 + components: + - type: Transform + pos: -35.5,35.5 + parent: 4812 + - uid: 12435 + components: + - type: Transform + pos: -30.5,37.5 + parent: 4812 + - uid: 12436 + components: + - type: Transform + pos: -30.5,36.5 + parent: 4812 + - uid: 12437 + components: + - type: Transform + pos: -31.5,36.5 + parent: 4812 + - uid: 12438 + components: + - type: Transform + pos: -36.5,35.5 + parent: 4812 + - uid: 12439 + components: + - type: Transform + pos: -36.5,36.5 + parent: 4812 + - uid: 12446 + components: + - type: Transform + pos: -41.5,22.5 + parent: 4812 + - uid: 12453 + components: + - type: Transform + pos: -20.5,33.5 + parent: 4812 - uid: 12470 components: - type: Transform @@ -10912,6 +11304,26 @@ entities: - type: Transform pos: 29.5,10.5 parent: 4812 + - uid: 13786 + components: + - type: Transform + pos: -21.5,34.5 + parent: 4812 + - uid: 13921 + components: + - type: Transform + pos: -21.5,33.5 + parent: 4812 + - uid: 14007 + components: + - type: Transform + pos: -28.5,37.5 + parent: 4812 + - uid: 14076 + components: + - type: Transform + pos: -26.5,38.5 + parent: 4812 - proto: AsteroidRockMining entities: - uid: 1484 @@ -11056,6 +11468,11 @@ entities: parent: 4812 - proto: AtmosDeviceFanDirectional entities: + - uid: 1264 + components: + - type: Transform + pos: -11.5,-59.5 + parent: 4812 - uid: 2781 components: - type: Transform @@ -11313,6 +11730,61 @@ entities: - type: Transform pos: -58.5,10.5 parent: 4812 + - uid: 14064 + components: + - type: Transform + pos: -33.5,36.5 + parent: 4812 + - uid: 14066 + components: + - type: Transform + pos: -34.5,36.5 + parent: 4812 + - uid: 14067 + components: + - type: Transform + pos: -32.5,36.5 + parent: 4812 + - uid: 14068 + components: + - type: Transform + pos: -32.5,37.5 + parent: 4812 + - uid: 14069 + components: + - type: Transform + pos: -31.5,37.5 + parent: 4812 + - uid: 14070 + components: + - type: Transform + pos: -38.5,30.5 + parent: 4812 + - uid: 14071 + components: + - type: Transform + pos: -38.5,29.5 + parent: 4812 + - uid: 14072 + components: + - type: Transform + pos: -37.5,30.5 + parent: 4812 + - uid: 14073 + components: + - type: Transform + pos: -37.5,29.5 + parent: 4812 + - uid: 14074 + components: + - type: Transform + pos: -31.5,40.5 + parent: 4812 + - uid: 14075 + components: + - type: Transform + pos: -30.5,40.5 + parent: 4812 - proto: AtmosFixFreezerMarker entities: - uid: 1569 @@ -11541,6 +12013,11 @@ entities: - type: Transform pos: -40.278786,-34.952698 parent: 4812 + - uid: 13934 + components: + - type: Transform + pos: -27.107492,26.605642 + parent: 4812 - proto: Bed entities: - uid: 261 @@ -11598,30 +12075,20 @@ entities: - type: Transform pos: -20.5,-20.5 parent: 4812 - - uid: 8249 + - uid: 7897 components: - type: Transform - pos: -22.5,28.5 + pos: -38.5,16.5 parent: 4812 - - uid: 8350 + - uid: 10999 components: - type: Transform - pos: -25.5,20.5 + pos: -29.5,34.5 parent: 4812 - - uid: 8351 + - uid: 11000 components: - type: Transform - pos: -25.5,17.5 - parent: 4812 - - uid: 8360 - components: - - type: Transform - pos: -25.5,27.5 - parent: 4812 - - uid: 8361 - components: - - type: Transform - pos: -29.5,27.5 + pos: -25.5,34.5 parent: 4812 - uid: 11358 components: @@ -11663,10 +12130,10 @@ entities: parent: 4812 - proto: BedsheetHOS entities: - - uid: 8250 + - uid: 8018 components: - type: Transform - pos: -22.5,28.5 + pos: -38.5,16.5 parent: 4812 - proto: BedsheetMedical entities: @@ -11692,25 +12159,15 @@ entities: parent: 4812 - proto: BedsheetOrange entities: - - uid: 8352 + - uid: 10988 components: - type: Transform - pos: -25.5,17.5 + pos: -25.5,34.5 parent: 4812 - - uid: 8353 + - uid: 12058 components: - type: Transform - pos: -25.5,20.5 - parent: 4812 - - uid: 8362 - components: - - type: Transform - pos: -29.5,27.5 - parent: 4812 - - uid: 8363 - components: - - type: Transform - pos: -25.5,27.5 + pos: -29.5,34.5 parent: 4812 - proto: BedsheetQM entities: @@ -11772,11 +12229,6 @@ entities: - type: Transform pos: -18.5,-9.5 parent: 4812 - - uid: 1461 - components: - - type: Transform - pos: -27.5,32.5 - parent: 4812 - proto: BlastDoor entities: - uid: 771 @@ -11865,13 +12317,6 @@ entities: parent: 4812 - type: SpamEmitSound enabled: False - - uid: 8399 - components: - - type: Transform - pos: -26.5,32.5 - parent: 4812 - - type: SpamEmitSound - enabled: False - uid: 10853 components: - type: Transform @@ -11968,11 +12413,6 @@ entities: - type: Transform pos: -24.5,-39.5 parent: 4812 - - uid: 8391 - components: - - type: Transform - pos: -25.5,32.5 - parent: 4812 - uid: 11352 components: - type: Transform @@ -12060,6 +12500,16 @@ entities: - type: Transform pos: -29.5,-17.5 parent: 4812 + - uid: 12462 + components: + - type: Transform + pos: -22.5,26.5 + parent: 4812 + - uid: 12463 + components: + - type: Transform + pos: -21.5,26.5 + parent: 4812 - proto: BoozeDispenser entities: - uid: 365 @@ -12118,15 +12568,10 @@ entities: parent: 4812 - proto: BoxFlashbang entities: - - uid: 8369 + - uid: 7706 components: - type: Transform - pos: -36.42858,16.41507 - parent: 4812 - - uid: 8430 - components: - - type: Transform - pos: -37.645676,12.776339 + pos: -27.618525,20.681643 parent: 4812 - proto: BoxFolderBlack entities: @@ -12168,16 +12613,16 @@ entities: - type: Transform pos: 8.33344,26.616299 parent: 4812 - - uid: 3443 - components: - - type: Transform - pos: -21.5,22.5 - parent: 4812 - uid: 4575 components: - type: Transform pos: 28.5,1.5 parent: 4812 + - uid: 8243 + components: + - type: Transform + pos: -34.317528,16.129131 + parent: 4812 - uid: 8295 components: - type: Transform @@ -12204,15 +12649,10 @@ entities: parent: 4812 - proto: BoxHandcuff entities: - - uid: 2727 + - uid: 8080 components: - type: Transform - pos: -36.64733,16.47757 - parent: 4812 - - uid: 8431 - components: - - type: Transform - pos: -37.489426,12.635714 + pos: -27.62894,20.389772 parent: 4812 - proto: BoxLatexGloves entities: @@ -12276,15 +12716,15 @@ entities: parent: 4812 - proto: BoxZiptie entities: - - uid: 8370 + - uid: 8079 components: - type: Transform - pos: -36.494217,16.619202 + pos: -27.41019,20.535707 parent: 4812 - - uid: 8432 + - uid: 9328 components: - type: Transform - pos: -37.301926,12.401339 + pos: -39.420692,10.651264 parent: 4812 - proto: BrbSign entities: @@ -12310,36 +12750,6 @@ entities: - type: Transform pos: -30.580097,-29.217686 parent: 4812 -- proto: BrigTimer - entities: - - uid: 4810 - components: - - type: Transform - pos: -27.5,18.5 - parent: 4812 - - type: DeviceLinkSource - linkedPorts: - 7786: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 4811 - components: - - type: Transform - pos: -27.5,15.5 - parent: 4812 - - type: DeviceLinkSource - linkedPorts: - 7785: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - proto: Bucket entities: - uid: 1477 @@ -12357,11 +12767,6 @@ entities: - type: Transform pos: -20.513304,-8.561821 parent: 4812 - - uid: 8390 - components: - - type: Transform - pos: -30.607666,31.438156 - parent: 4812 - uid: 9617 components: - type: Transform @@ -12372,13 +12777,29 @@ entities: - type: Transform pos: -10.295721,17.222569 parent: 4812 -- proto: ButtonFrameCaution - entities: - - uid: 8392 + - uid: 13933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,28.5 + pos: -24.472076,30.535456 + parent: 4812 +- proto: ButtonFrameCaution + entities: + - uid: 7883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,24.5 + parent: 4812 + - uid: 8216 + components: + - type: Transform + pos: -38.5,17.5 + parent: 4812 + - uid: 8449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,17.5 parent: 4812 - uid: 9073 components: @@ -12428,11 +12849,6 @@ entities: rot: -1.5707963267948966 rad pos: -61.5,11.5 parent: 4812 - - uid: 13813 - components: - - type: Transform - pos: -20.5,26.5 - parent: 4812 - uid: 13855 components: - type: Transform @@ -12445,16 +12861,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,13.5 parent: 4812 - - uid: 13884 - components: - - type: Transform - pos: -27.780294,20.467564 - parent: 4812 - - uid: 13885 - components: - - type: Transform - pos: -27.780294,17.470497 - parent: 4812 - proto: ButtonFrameExit entities: - uid: 4657 @@ -12463,6 +12869,18 @@ entities: rot: -1.5707963267948966 rad pos: -13.534462,-23.217846 parent: 4812 + - uid: 7821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.21538,15.53285 + parent: 4812 + - uid: 8099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.780195,15.53285 + parent: 4812 - proto: ButtonFrameGrey entities: - uid: 13720 @@ -13133,41 +13551,11 @@ entities: - type: Transform pos: -18.5,-0.5 parent: 4812 - - uid: 1260 - components: - - type: Transform - pos: -21.5,10.5 - parent: 4812 - uid: 1261 components: - type: Transform pos: -22.5,10.5 parent: 4812 - - uid: 1262 - components: - - type: Transform - pos: -22.5,11.5 - parent: 4812 - - uid: 1263 - components: - - type: Transform - pos: -22.5,12.5 - parent: 4812 - - uid: 1264 - components: - - type: Transform - pos: -22.5,13.5 - parent: 4812 - - uid: 1265 - components: - - type: Transform - pos: -22.5,14.5 - parent: 4812 - - uid: 1266 - components: - - type: Transform - pos: -22.5,15.5 - parent: 4812 - uid: 1267 components: - type: Transform @@ -14833,6 +15221,21 @@ entities: - type: Transform pos: -10.5,23.5 parent: 4812 + - uid: 2486 + components: + - type: Transform + pos: -23.5,8.5 + parent: 4812 + - uid: 2490 + components: + - type: Transform + pos: -24.5,8.5 + parent: 4812 + - uid: 2507 + components: + - type: Transform + pos: -26.5,18.5 + parent: 4812 - uid: 2652 components: - type: Transform @@ -14843,6 +15246,11 @@ entities: - type: Transform pos: -43.5,0.5 parent: 4812 + - uid: 2684 + components: + - type: Transform + pos: -26.5,16.5 + parent: 4812 - uid: 2815 components: - type: Transform @@ -14873,6 +15281,11 @@ entities: - type: Transform pos: 11.5,32.5 parent: 4812 + - uid: 2845 + components: + - type: Transform + pos: -22.5,11.5 + parent: 4812 - uid: 2846 components: - type: Transform @@ -15108,6 +15521,11 @@ entities: - type: Transform pos: 23.5,14.5 parent: 4812 + - uid: 3178 + components: + - type: Transform + pos: -31.5,9.5 + parent: 4812 - uid: 3182 components: - type: Transform @@ -15193,6 +15611,11 @@ entities: - type: Transform pos: 12.5,22.5 parent: 4812 + - uid: 3311 + components: + - type: Transform + pos: -32.5,11.5 + parent: 4812 - uid: 3897 components: - type: Transform @@ -15433,6 +15856,11 @@ entities: - type: Transform pos: -9.5,-23.5 parent: 4812 + - uid: 4014 + components: + - type: Transform + pos: -31.5,11.5 + parent: 4812 - uid: 4079 components: - type: Transform @@ -15828,15 +16256,10 @@ entities: - type: Transform pos: 24.5,0.5 parent: 4812 - - uid: 4347 - components: - - type: Transform - pos: 24.5,1.5 - parent: 4812 - uid: 4348 components: - type: Transform - pos: 24.5,2.5 + pos: -32.5,9.5 parent: 4812 - uid: 4349 components: @@ -15963,6 +16386,11 @@ entities: - type: Transform pos: -11.5,-54.5 parent: 4812 + - uid: 4811 + components: + - type: Transform + pos: 24.5,5.5 + parent: 4812 - uid: 4863 components: - type: Transform @@ -18083,415 +18511,45 @@ entities: - type: Transform pos: -11.5,-15.5 parent: 4812 - - uid: 7800 + - uid: 7652 components: - type: Transform - pos: -36.5,21.5 + pos: 25.5,3.5 + parent: 4812 + - uid: 7653 + components: + - type: Transform + pos: 22.5,3.5 + parent: 4812 + - uid: 7688 + components: + - type: Transform + pos: -22.5,17.5 + parent: 4812 + - uid: 7689 + components: + - type: Transform + pos: 25.5,1.5 + parent: 4812 + - uid: 7690 + components: + - type: Transform + pos: 24.5,1.5 parent: 4812 - uid: 7954 components: - type: Transform pos: -41.5,4.5 parent: 4812 - - uid: 8057 + - uid: 8029 components: - type: Transform - pos: -35.5,21.5 - parent: 4812 - - uid: 8061 - components: - - type: Transform - pos: -36.5,13.5 - parent: 4812 - - uid: 8062 - components: - - type: Transform - pos: -36.5,12.5 - parent: 4812 - - uid: 8063 - components: - - type: Transform - pos: -36.5,11.5 - parent: 4812 - - uid: 8064 - components: - - type: Transform - pos: -37.5,11.5 - parent: 4812 - - uid: 8065 - components: - - type: Transform - pos: -38.5,11.5 - parent: 4812 - - uid: 8066 - components: - - type: Transform - pos: -35.5,11.5 - parent: 4812 - - uid: 8067 - components: - - type: Transform - pos: -34.5,11.5 - parent: 4812 - - uid: 8068 - components: - - type: Transform - pos: -33.5,11.5 - parent: 4812 - - uid: 8070 - components: - - type: Transform - pos: -31.5,11.5 - parent: 4812 - - uid: 8071 - components: - - type: Transform - pos: -30.5,11.5 - parent: 4812 - - uid: 8072 - components: - - type: Transform - pos: -29.5,11.5 - parent: 4812 - - uid: 8073 - components: - - type: Transform - pos: -29.5,12.5 - parent: 4812 - - uid: 8074 - components: - - type: Transform - pos: -29.5,13.5 - parent: 4812 - - uid: 8075 - components: - - type: Transform - pos: -29.5,14.5 - parent: 4812 - - uid: 8076 - components: - - type: Transform - pos: -29.5,15.5 - parent: 4812 - - uid: 8077 - components: - - type: Transform - pos: -29.5,16.5 - parent: 4812 - - uid: 8078 - components: - - type: Transform - pos: -29.5,17.5 - parent: 4812 - - uid: 8079 - components: - - type: Transform - pos: -29.5,18.5 - parent: 4812 - - uid: 8080 - components: - - type: Transform - pos: -29.5,19.5 - parent: 4812 - - uid: 8081 - components: - - type: Transform - pos: -28.5,19.5 - parent: 4812 - - uid: 8082 - components: - - type: Transform - pos: -27.5,19.5 - parent: 4812 - - uid: 8083 - components: - - type: Transform - pos: -26.5,19.5 - parent: 4812 - - uid: 8084 - components: - - type: Transform - pos: -28.5,16.5 - parent: 4812 - - uid: 8085 - components: - - type: Transform - pos: -27.5,16.5 - parent: 4812 - - uid: 8086 - components: - - type: Transform - pos: -26.5,16.5 - parent: 4812 - - uid: 8087 - components: - - type: Transform - pos: -28.5,13.5 - parent: 4812 - - uid: 8088 - components: - - type: Transform - pos: -27.5,13.5 - parent: 4812 - - uid: 8089 - components: - - type: Transform - pos: -26.5,13.5 - parent: 4812 - - uid: 8090 - components: - - type: Transform - pos: -25.5,13.5 - parent: 4812 - - uid: 8091 - components: - - type: Transform - pos: -28.5,11.5 - parent: 4812 - - uid: 8092 - components: - - type: Transform - pos: -27.5,11.5 - parent: 4812 - - uid: 8093 - components: - - type: Transform - pos: -26.5,11.5 - parent: 4812 - - uid: 8094 - components: - - type: Transform - pos: -25.5,11.5 - parent: 4812 - - uid: 8095 - components: - - type: Transform - pos: -34.5,12.5 - parent: 4812 - - uid: 8096 - components: - - type: Transform - pos: -34.5,13.5 - parent: 4812 - - uid: 8097 - components: - - type: Transform - pos: -34.5,14.5 - parent: 4812 - - uid: 8098 - components: - - type: Transform - pos: -34.5,15.5 - parent: 4812 - - uid: 8099 - components: - - type: Transform - pos: -34.5,16.5 - parent: 4812 - - uid: 8100 - components: - - type: Transform - pos: -34.5,17.5 - parent: 4812 - - uid: 8101 - components: - - type: Transform - pos: -34.5,18.5 - parent: 4812 - - uid: 8102 - components: - - type: Transform - pos: -34.5,19.5 - parent: 4812 - - uid: 8103 - components: - - type: Transform - pos: -34.5,20.5 - parent: 4812 - - uid: 8105 - components: - - type: Transform - pos: -35.5,16.5 - parent: 4812 - - uid: 8106 - components: - - type: Transform - pos: -30.5,19.5 - parent: 4812 - - uid: 8107 - components: - - type: Transform - pos: -30.5,15.5 - parent: 4812 - - uid: 8108 - components: - - type: Transform - pos: -29.5,20.5 - parent: 4812 - - uid: 8109 - components: - - type: Transform - pos: -29.5,21.5 - parent: 4812 - - uid: 8110 - components: - - type: Transform - pos: -29.5,22.5 - parent: 4812 - - uid: 8111 - components: - - type: Transform - pos: -29.5,23.5 - parent: 4812 - - uid: 8112 - components: - - type: Transform - pos: -29.5,24.5 - parent: 4812 - - uid: 8113 - components: - - type: Transform - pos: -28.5,24.5 - parent: 4812 - - uid: 8114 - components: - - type: Transform - pos: -27.5,24.5 - parent: 4812 - - uid: 8115 - components: - - type: Transform - pos: -26.5,24.5 - parent: 4812 - - uid: 8116 - components: - - type: Transform - pos: -26.5,23.5 - parent: 4812 - - uid: 8117 - components: - - type: Transform - pos: -30.5,24.5 - parent: 4812 - - uid: 8118 - components: - - type: Transform - pos: -30.5,25.5 - parent: 4812 - - uid: 8119 - components: - - type: Transform - pos: -30.5,26.5 - parent: 4812 - - uid: 8120 - components: - - type: Transform - pos: -30.5,27.5 - parent: 4812 - - uid: 8121 - components: - - type: Transform - pos: -30.5,28.5 - parent: 4812 - - uid: 8122 - components: - - type: Transform - pos: -30.5,29.5 - parent: 4812 - - uid: 8123 - components: - - type: Transform - pos: -30.5,30.5 - parent: 4812 - - uid: 8124 - components: - - type: Transform - pos: -30.5,31.5 - parent: 4812 - - uid: 8125 - components: - - type: Transform - pos: -26.5,25.5 - parent: 4812 - - uid: 8126 - components: - - type: Transform - pos: -26.5,26.5 - parent: 4812 - - uid: 8127 - components: - - type: Transform - pos: -26.5,27.5 - parent: 4812 - - uid: 8128 - components: - - type: Transform - pos: -26.5,28.5 - parent: 4812 - - uid: 8129 - components: - - type: Transform - pos: -26.5,29.5 - parent: 4812 - - uid: 8130 - components: - - type: Transform - pos: -26.5,30.5 - parent: 4812 - - uid: 8131 - components: - - type: Transform - pos: -26.5,31.5 - parent: 4812 - - uid: 8132 - components: - - type: Transform - pos: -25.5,31.5 + pos: -20.5,19.5 parent: 4812 - uid: 8133 components: - type: Transform - pos: -24.5,31.5 - parent: 4812 - - uid: 8134 - components: - - type: Transform - pos: -27.5,31.5 - parent: 4812 - - uid: 8135 - components: - - type: Transform - pos: -27.5,32.5 - parent: 4812 - - uid: 8136 - components: - - type: Transform - pos: -27.5,33.5 - parent: 4812 - - uid: 8137 - components: - - type: Transform - pos: -28.5,33.5 - parent: 4812 - - uid: 8138 - components: - - type: Transform - pos: -29.5,33.5 - parent: 4812 - - uid: 8139 - components: - - type: Transform - pos: -31.5,31.5 - parent: 4812 - - uid: 8140 - components: - - type: Transform - pos: -29.5,31.5 - parent: 4812 - - uid: 8197 - components: - - type: Transform - pos: -19.5,21.5 + pos: -31.5,10.5 parent: 4812 - uid: 8198 components: @@ -18533,100 +18591,10 @@ entities: - type: Transform pos: -22.5,18.5 parent: 4812 - - uid: 8206 + - uid: 8264 components: - type: Transform - pos: -19.5,22.5 - parent: 4812 - - uid: 8207 - components: - - type: Transform - pos: -19.5,23.5 - parent: 4812 - - uid: 8208 - components: - - type: Transform - pos: -19.5,24.5 - parent: 4812 - - uid: 8209 - components: - - type: Transform - pos: -19.5,25.5 - parent: 4812 - - uid: 8210 - components: - - type: Transform - pos: -20.5,24.5 - parent: 4812 - - uid: 8211 - components: - - type: Transform - pos: -21.5,24.5 - parent: 4812 - - uid: 8212 - components: - - type: Transform - pos: -22.5,24.5 - parent: 4812 - - uid: 8213 - components: - - type: Transform - pos: -23.5,24.5 - parent: 4812 - - uid: 8214 - components: - - type: Transform - pos: -22.5,25.5 - parent: 4812 - - uid: 8215 - components: - - type: Transform - pos: -22.5,26.5 - parent: 4812 - - uid: 8216 - components: - - type: Transform - pos: -22.5,27.5 - parent: 4812 - - uid: 8217 - components: - - type: Transform - pos: -22.5,28.5 - parent: 4812 - - uid: 8218 - components: - - type: Transform - pos: -22.5,23.5 - parent: 4812 - - uid: 8219 - components: - - type: Transform - pos: -22.5,22.5 - parent: 4812 - - uid: 8220 - components: - - type: Transform - pos: -21.5,27.5 - parent: 4812 - - uid: 8221 - components: - - type: Transform - pos: -20.5,27.5 - parent: 4812 - - uid: 8222 - components: - - type: Transform - pos: -19.5,27.5 - parent: 4812 - - uid: 8223 - components: - - type: Transform - pos: -19.5,28.5 - parent: 4812 - - uid: 8224 - components: - - type: Transform - pos: -19.5,29.5 + pos: -20.5,18.5 parent: 4812 - uid: 8319 components: @@ -19088,11 +19056,6 @@ entities: - type: Transform pos: -29.5,4.5 parent: 4812 - - uid: 9456 - components: - - type: Transform - pos: -31.5,21.5 - parent: 4812 - uid: 9458 components: - type: Transform @@ -19178,16 +19141,6 @@ entities: - type: Transform pos: -39.5,-3.5 parent: 4812 - - uid: 9574 - components: - - type: Transform - pos: -31.5,20.5 - parent: 4812 - - uid: 9589 - components: - - type: Transform - pos: -31.5,19.5 - parent: 4812 - uid: 9666 components: - type: Transform @@ -20618,11 +20571,106 @@ entities: - type: Transform pos: -28.5,-23.5 parent: 4812 + - uid: 12055 + components: + - type: Transform + pos: -26.5,27.5 + parent: 4812 + - uid: 12145 + components: + - type: Transform + pos: -27.5,27.5 + parent: 4812 + - uid: 12218 + components: + - type: Transform + pos: -29.5,25.5 + parent: 4812 + - uid: 12337 + components: + - type: Transform + pos: -29.5,26.5 + parent: 4812 + - uid: 12377 + components: + - type: Transform + pos: -29.5,27.5 + parent: 4812 + - uid: 12378 + components: + - type: Transform + pos: -28.5,27.5 + parent: 4812 + - uid: 12379 + components: + - type: Transform + pos: -29.5,28.5 + parent: 4812 - uid: 12540 components: - type: Transform pos: 49.5,-3.5 parent: 4812 + - uid: 12543 + components: + - type: Transform + pos: -25.5,27.5 + parent: 4812 + - uid: 12557 + components: + - type: Transform + pos: -24.5,27.5 + parent: 4812 + - uid: 12586 + components: + - type: Transform + pos: -22.5,27.5 + parent: 4812 + - uid: 12618 + components: + - type: Transform + pos: -21.5,27.5 + parent: 4812 + - uid: 12620 + components: + - type: Transform + pos: -23.5,27.5 + parent: 4812 + - uid: 12621 + components: + - type: Transform + pos: -20.5,27.5 + parent: 4812 + - uid: 12622 + components: + - type: Transform + pos: -20.5,26.5 + parent: 4812 + - uid: 12623 + components: + - type: Transform + pos: -20.5,25.5 + parent: 4812 + - uid: 12624 + components: + - type: Transform + pos: -20.5,24.5 + parent: 4812 + - uid: 12631 + components: + - type: Transform + pos: -29.5,29.5 + parent: 4812 + - uid: 12632 + components: + - type: Transform + pos: -30.5,27.5 + parent: 4812 + - uid: 12663 + components: + - type: Transform + pos: -31.5,27.5 + parent: 4812 - uid: 12669 components: - type: Transform @@ -20883,6 +20931,26 @@ entities: - type: Transform pos: 49.5,0.5 parent: 4812 + - uid: 13155 + components: + - type: Transform + pos: -32.5,27.5 + parent: 4812 + - uid: 13156 + components: + - type: Transform + pos: -32.5,28.5 + parent: 4812 + - uid: 13165 + components: + - type: Transform + pos: -32.5,29.5 + parent: 4812 + - uid: 13166 + components: + - type: Transform + pos: -32.5,30.5 + parent: 4812 - uid: 13184 components: - type: Transform @@ -20928,6 +20996,16 @@ entities: - type: Transform pos: 35.5,15.5 parent: 4812 + - uid: 13221 + components: + - type: Transform + pos: -32.5,31.5 + parent: 4812 + - uid: 13240 + components: + - type: Transform + pos: -32.5,33.5 + parent: 4812 - uid: 13250 components: - type: Transform @@ -21108,6 +21186,11 @@ entities: - type: Transform pos: -50.5,-4.5 parent: 4812 + - uid: 13395 + components: + - type: Transform + pos: -32.5,32.5 + parent: 4812 - uid: 13406 components: - type: Transform @@ -21183,6 +21266,11 @@ entities: - type: Transform pos: -43.5,3.5 parent: 4812 + - uid: 13522 + components: + - type: Transform + pos: -27.5,28.5 + parent: 4812 - uid: 13529 components: - type: Transform @@ -21401,7 +21489,12 @@ entities: - uid: 13631 components: - type: Transform - pos: -34.5,21.5 + pos: -27.5,29.5 + parent: 4812 + - uid: 13634 + components: + - type: Transform + pos: -27.5,30.5 parent: 4812 - uid: 13660 components: @@ -21413,11 +21506,46 @@ entities: - type: Transform pos: -44.5,5.5 parent: 4812 + - uid: 13664 + components: + - type: Transform + pos: -27.5,31.5 + parent: 4812 - uid: 13673 components: - type: Transform pos: -55.5,6.5 parent: 4812 + - uid: 13676 + components: + - type: Transform + pos: -27.5,32.5 + parent: 4812 + - uid: 13677 + components: + - type: Transform + pos: -27.5,33.5 + parent: 4812 + - uid: 13678 + components: + - type: Transform + pos: -28.5,33.5 + parent: 4812 + - uid: 13679 + components: + - type: Transform + pos: -29.5,33.5 + parent: 4812 + - uid: 13680 + components: + - type: Transform + pos: -26.5,33.5 + parent: 4812 + - uid: 13685 + components: + - type: Transform + pos: -25.5,33.5 + parent: 4812 - uid: 13699 components: - type: Transform @@ -21468,16 +21596,6 @@ entities: - type: Transform pos: -61.5,0.5 parent: 4812 - - uid: 13870 - components: - - type: Transform - pos: -31.5,10.5 - parent: 4812 - - uid: 13871 - components: - - type: Transform - pos: -31.5,9.5 - parent: 4812 - uid: 13872 components: - type: Transform @@ -21498,15 +21616,365 @@ entities: - type: Transform pos: -17.5,32.5 parent: 4812 - - uid: 13926 + - uid: 14096 components: - type: Transform - pos: -36.5,10.5 + pos: -29.5,25.5 parent: 4812 - - uid: 13928 + - uid: 14097 components: - type: Transform - pos: -36.5,9.5 + pos: -29.5,24.5 + parent: 4812 + - uid: 14098 + components: + - type: Transform + pos: -29.5,23.5 + parent: 4812 + - uid: 14099 + components: + - type: Transform + pos: -30.5,23.5 + parent: 4812 + - uid: 14100 + components: + - type: Transform + pos: -31.5,23.5 + parent: 4812 + - uid: 14101 + components: + - type: Transform + pos: -28.5,23.5 + parent: 4812 + - uid: 14102 + components: + - type: Transform + pos: -27.5,23.5 + parent: 4812 + - uid: 14103 + components: + - type: Transform + pos: -26.5,23.5 + parent: 4812 + - uid: 14104 + components: + - type: Transform + pos: -25.5,23.5 + parent: 4812 + - uid: 14105 + components: + - type: Transform + pos: -23.5,23.5 + parent: 4812 + - uid: 14106 + components: + - type: Transform + pos: -22.5,23.5 + parent: 4812 + - uid: 14107 + components: + - type: Transform + pos: -24.5,23.5 + parent: 4812 + - uid: 14108 + components: + - type: Transform + pos: -25.5,26.5 + parent: 4812 + - uid: 14109 + components: + - type: Transform + pos: -25.5,25.5 + parent: 4812 + - uid: 14110 + components: + - type: Transform + pos: -23.5,26.5 + parent: 4812 + - uid: 14111 + components: + - type: Transform + pos: -23.5,25.5 + parent: 4812 + - uid: 14112 + components: + - type: Transform + pos: -33.5,23.5 + parent: 4812 + - uid: 14113 + components: + - type: Transform + pos: -35.5,23.5 + parent: 4812 + - uid: 14114 + components: + - type: Transform + pos: -36.5,23.5 + parent: 4812 + - uid: 14115 + components: + - type: Transform + pos: -34.5,23.5 + parent: 4812 + - uid: 14116 + components: + - type: Transform + pos: -34.5,24.5 + parent: 4812 + - uid: 14117 + components: + - type: Transform + pos: -34.5,25.5 + parent: 4812 + - uid: 14118 + components: + - type: Transform + pos: -37.5,23.5 + parent: 4812 + - uid: 14119 + components: + - type: Transform + pos: -38.5,23.5 + parent: 4812 + - uid: 14120 + components: + - type: Transform + pos: -38.5,24.5 + parent: 4812 + - uid: 14121 + components: + - type: Transform + pos: -38.5,25.5 + parent: 4812 + - uid: 14122 + components: + - type: Transform + pos: -36.5,22.5 + parent: 4812 + - uid: 14123 + components: + - type: Transform + pos: -36.5,21.5 + parent: 4812 + - uid: 14124 + components: + - type: Transform + pos: -36.5,20.5 + parent: 4812 + - uid: 14125 + components: + - type: Transform + pos: -36.5,19.5 + parent: 4812 + - uid: 14126 + components: + - type: Transform + pos: -35.5,19.5 + parent: 4812 + - uid: 14127 + components: + - type: Transform + pos: -37.5,19.5 + parent: 4812 + - uid: 14128 + components: + - type: Transform + pos: -38.5,19.5 + parent: 4812 + - uid: 14136 + components: + - type: Transform + pos: -33.5,11.5 + parent: 4812 + - uid: 14137 + components: + - type: Transform + pos: -34.5,11.5 + parent: 4812 + - uid: 14138 + components: + - type: Transform + pos: -36.5,11.5 + parent: 4812 + - uid: 14139 + components: + - type: Transform + pos: -37.5,11.5 + parent: 4812 + - uid: 14140 + components: + - type: Transform + pos: -38.5,11.5 + parent: 4812 + - uid: 14141 + components: + - type: Transform + pos: -35.5,11.5 + parent: 4812 + - uid: 14142 + components: + - type: Transform + pos: -37.5,18.5 + parent: 4812 + - uid: 14143 + components: + - type: Transform + pos: -37.5,17.5 + parent: 4812 + - uid: 14144 + components: + - type: Transform + pos: -37.5,16.5 + parent: 4812 + - uid: 14145 + components: + - type: Transform + pos: -37.5,15.5 + parent: 4812 + - uid: 14146 + components: + - type: Transform + pos: -36.5,15.5 + parent: 4812 + - uid: 14147 + components: + - type: Transform + pos: -35.5,15.5 + parent: 4812 + - uid: 14148 + components: + - type: Transform + pos: -34.5,15.5 + parent: 4812 + - uid: 14149 + components: + - type: Transform + pos: -38.5,15.5 + parent: 4812 + - uid: 14150 + components: + - type: Transform + pos: -31.5,12.5 + parent: 4812 + - uid: 14151 + components: + - type: Transform + pos: -31.5,13.5 + parent: 4812 + - uid: 14152 + components: + - type: Transform + pos: -31.5,14.5 + parent: 4812 + - uid: 14153 + components: + - type: Transform + pos: -31.5,15.5 + parent: 4812 + - uid: 14154 + components: + - type: Transform + pos: -31.5,17.5 + parent: 4812 + - uid: 14155 + components: + - type: Transform + pos: -31.5,18.5 + parent: 4812 + - uid: 14156 + components: + - type: Transform + pos: -31.5,19.5 + parent: 4812 + - uid: 14157 + components: + - type: Transform + pos: -31.5,16.5 + parent: 4812 + - uid: 14158 + components: + - type: Transform + pos: -32.5,19.5 + parent: 4812 + - uid: 14159 + components: + - type: Transform + pos: -33.5,19.5 + parent: 4812 + - uid: 14160 + components: + - type: Transform + pos: -30.5,14.5 + parent: 4812 + - uid: 14161 + components: + - type: Transform + pos: -29.5,14.5 + parent: 4812 + - uid: 14162 + components: + - type: Transform + pos: -27.5,14.5 + parent: 4812 + - uid: 14163 + components: + - type: Transform + pos: -26.5,14.5 + parent: 4812 + - uid: 14164 + components: + - type: Transform + pos: -25.5,14.5 + parent: 4812 + - uid: 14165 + components: + - type: Transform + pos: -28.5,14.5 + parent: 4812 + - uid: 14167 + components: + - type: Transform + pos: -25.5,13.5 + parent: 4812 + - uid: 14168 + components: + - type: Transform + pos: -25.5,12.5 + parent: 4812 + - uid: 14169 + components: + - type: Transform + pos: -30.5,17.5 + parent: 4812 + - uid: 14170 + components: + - type: Transform + pos: -29.5,17.5 + parent: 4812 + - uid: 14171 + components: + - type: Transform + pos: -28.5,17.5 + parent: 4812 + - uid: 14172 + components: + - type: Transform + pos: -27.5,17.5 + parent: 4812 + - uid: 14173 + components: + - type: Transform + pos: -26.5,17.5 + parent: 4812 + - uid: 14174 + components: + - type: Transform + pos: -26.5,19.5 + parent: 4812 + - uid: 14175 + components: + - type: Transform + pos: -26.5,20.5 parent: 4812 - proto: CableApcStack entities: @@ -25086,10 +25554,15 @@ entities: - type: Transform pos: -15.5,-18.5 parent: 4812 - - uid: 732 + - uid: 740 components: - type: Transform - pos: -34.5,15.5 + pos: -22.5,15.5 + parent: 4812 + - uid: 906 + components: + - type: Transform + pos: -30.5,24.5 parent: 4812 - uid: 971 components: @@ -25426,6 +25899,16 @@ entities: - type: Transform pos: 9.5,3.5 parent: 4812 + - uid: 1077 + components: + - type: Transform + pos: -31.5,18.5 + parent: 4812 + - uid: 1260 + components: + - type: Transform + pos: -31.5,23.5 + parent: 4812 - uid: 1419 components: - type: Transform @@ -26036,6 +26519,11 @@ entities: - type: Transform pos: -24.5,-25.5 parent: 4812 + - uid: 3422 + components: + - type: Transform + pos: -31.5,15.5 + parent: 4812 - uid: 3734 components: - type: Transform @@ -26046,6 +26534,11 @@ entities: - type: Transform pos: -25.5,-25.5 parent: 4812 + - uid: 3736 + components: + - type: Transform + pos: -32.5,9.5 + parent: 4812 - uid: 3884 components: - type: Transform @@ -26116,6 +26609,21 @@ entities: - type: Transform pos: -15.5,-17.5 parent: 4812 + - uid: 4013 + components: + - type: Transform + pos: -35.5,21.5 + parent: 4812 + - uid: 4139 + components: + - type: Transform + pos: -36.5,21.5 + parent: 4812 + - uid: 4140 + components: + - type: Transform + pos: -34.5,18.5 + parent: 4812 - uid: 4247 components: - type: Transform @@ -26486,21 +26994,6 @@ entities: - type: Transform pos: 28.5,-23.5 parent: 4812 - - uid: 6635 - components: - - type: Transform - pos: -30.5,19.5 - parent: 4812 - - uid: 6636 - components: - - type: Transform - pos: -31.5,21.5 - parent: 4812 - - uid: 6639 - components: - - type: Transform - pos: -31.5,20.5 - parent: 4812 - uid: 6640 components: - type: Transform @@ -26876,65 +27369,65 @@ entities: - type: Transform pos: -1.5,-20.5 parent: 4812 - - uid: 7801 + - uid: 7674 components: - type: Transform - pos: -34.5,12.5 + pos: -26.5,15.5 parent: 4812 - - uid: 7906 + - uid: 7676 components: - type: Transform - pos: -34.5,17.5 + pos: -27.5,15.5 parent: 4812 - - uid: 7936 + - uid: 7788 components: - type: Transform - pos: -34.5,13.5 + pos: -20.5,22.5 parent: 4812 - - uid: 7986 + - uid: 7879 components: - type: Transform - pos: -36.5,13.5 + pos: -20.5,21.5 parent: 4812 - - uid: 7987 + - uid: 7902 components: - type: Transform - pos: -36.5,12.5 + pos: -25.5,11.5 parent: 4812 - - uid: 7988 + - uid: 7907 components: - type: Transform - pos: -36.5,11.5 + pos: -25.5,15.5 + parent: 4812 + - uid: 7916 + components: + - type: Transform + pos: 24.5,5.5 + parent: 4812 + - uid: 7917 + components: + - type: Transform + pos: 24.5,2.5 + parent: 4812 + - uid: 7922 + components: + - type: Transform + pos: -29.5,24.5 + parent: 4812 + - uid: 7929 + components: + - type: Transform + pos: 24.5,4.5 parent: 4812 - uid: 7989 components: - type: Transform - pos: -35.5,11.5 - parent: 4812 - - uid: 7990 - components: - - type: Transform - pos: -34.5,11.5 - parent: 4812 - - uid: 7991 - components: - - type: Transform - pos: -33.5,11.5 - parent: 4812 - - uid: 7992 - components: - - type: Transform - pos: -32.5,11.5 - parent: 4812 - - uid: 7993 - components: - - type: Transform - pos: -31.5,11.5 + pos: -31.5,14.5 parent: 4812 - uid: 7994 components: - type: Transform - pos: -31.5,10.5 + pos: -28.5,14.5 parent: 4812 - uid: 7995 components: @@ -26979,332 +27472,242 @@ entities: - uid: 8005 components: - type: Transform - pos: -30.5,11.5 - parent: 4812 - - uid: 8006 - components: - - type: Transform - pos: -29.5,11.5 - parent: 4812 - - uid: 8007 - components: - - type: Transform - pos: -29.5,12.5 - parent: 4812 - - uid: 8008 - components: - - type: Transform - pos: -29.5,13.5 + pos: -31.5,10.5 parent: 4812 - uid: 8009 components: - type: Transform - pos: -29.5,14.5 - parent: 4812 - - uid: 8010 - components: - - type: Transform - pos: -29.5,15.5 - parent: 4812 - - uid: 8011 - components: - - type: Transform - pos: -29.5,16.5 + pos: -20.5,20.5 parent: 4812 - uid: 8012 components: - type: Transform - pos: -29.5,17.5 + pos: -26.5,11.5 parent: 4812 - uid: 8013 components: - type: Transform - pos: -29.5,18.5 - parent: 4812 - - uid: 8014 - components: - - type: Transform - pos: -29.5,19.5 - parent: 4812 - - uid: 8015 - components: - - type: Transform - pos: -28.5,19.5 - parent: 4812 - - uid: 8016 - components: - - type: Transform - pos: -27.5,19.5 - parent: 4812 - - uid: 8017 - components: - - type: Transform - pos: -26.5,19.5 - parent: 4812 - - uid: 8018 - components: - - type: Transform - pos: -25.5,19.5 - parent: 4812 - - uid: 8019 - components: - - type: Transform - pos: -24.5,19.5 - parent: 4812 - - uid: 8020 - components: - - type: Transform - pos: -24.5,20.5 - parent: 4812 - - uid: 8021 - components: - - type: Transform - pos: -28.5,16.5 - parent: 4812 - - uid: 8022 - components: - - type: Transform - pos: -27.5,16.5 - parent: 4812 - - uid: 8023 - components: - - type: Transform - pos: -26.5,16.5 - parent: 4812 - - uid: 8024 - components: - - type: Transform - pos: -25.5,16.5 - parent: 4812 - - uid: 8025 - components: - - type: Transform - pos: -24.5,16.5 - parent: 4812 - - uid: 8026 - components: - - type: Transform - pos: -24.5,17.5 + pos: -27.5,11.5 parent: 4812 - uid: 8027 components: - type: Transform - pos: -27.5,17.5 + pos: -27.5,12.5 parent: 4812 - uid: 8028 components: - type: Transform - pos: -27.5,20.5 + pos: -23.5,18.5 parent: 4812 - - uid: 8029 + - uid: 8074 components: - type: Transform - pos: -29.5,10.5 + pos: -27.5,14.5 parent: 4812 - - uid: 8030 + - uid: 8075 components: - type: Transform - pos: -28.5,10.5 + pos: -29.5,14.5 parent: 4812 - - uid: 8031 - components: - - type: Transform - pos: -27.5,10.5 - parent: 4812 - - uid: 8032 - components: - - type: Transform - pos: -26.5,10.5 - parent: 4812 - - uid: 8033 - components: - - type: Transform - pos: -25.5,10.5 - parent: 4812 - - uid: 8034 - components: - - type: Transform - pos: -24.5,10.5 - parent: 4812 - - uid: 8035 - components: - - type: Transform - pos: -32.5,10.5 - parent: 4812 - - uid: 8036 - components: - - type: Transform - pos: -32.5,12.5 - parent: 4812 - - uid: 8037 - components: - - type: Transform - pos: -30.5,14.5 - parent: 4812 - - uid: 8038 - components: - - type: Transform - pos: -31.5,14.5 - parent: 4812 - - uid: 8039 - components: - - type: Transform - pos: -32.5,14.5 - parent: 4812 - - uid: 8040 - components: - - type: Transform - pos: -34.5,18.5 - parent: 4812 - - uid: 8041 - components: - - type: Transform - pos: -33.5,13.5 - parent: 4812 - - uid: 8042 - components: - - type: Transform - pos: -34.5,14.5 - parent: 4812 - - uid: 8044 - components: - - type: Transform - pos: -35.5,13.5 - parent: 4812 - - uid: 8046 - components: - - type: Transform - pos: -34.5,19.5 - parent: 4812 - - uid: 8047 - components: - - type: Transform - pos: -35.5,17.5 - parent: 4812 - - uid: 8053 - components: - - type: Transform - pos: -33.5,19.5 - parent: 4812 - - uid: 8054 - components: - - type: Transform - pos: -33.5,20.5 - parent: 4812 - - uid: 8056 - components: - - type: Transform - pos: -32.5,20.5 - parent: 4812 - - uid: 8069 + - uid: 8172 components: - type: Transform pos: -31.5,19.5 parent: 4812 - - uid: 8104 - components: - - type: Transform - pos: -33.5,17.5 - parent: 4812 - - uid: 8177 - components: - - type: Transform - pos: -23.5,20.5 - parent: 4812 - - uid: 8178 - components: - - type: Transform - pos: -23.5,21.5 - parent: 4812 - - uid: 8179 - components: - - type: Transform - pos: -22.5,20.5 - parent: 4812 - - uid: 8180 - components: - - type: Transform - pos: -21.5,20.5 - parent: 4812 - - uid: 8181 - components: - - type: Transform - pos: -20.5,20.5 - parent: 4812 - - uid: 8182 - components: - - type: Transform - pos: -19.5,20.5 - parent: 4812 - - uid: 8183 - components: - - type: Transform - pos: -19.5,21.5 - parent: 4812 - - uid: 8184 - components: - - type: Transform - pos: -20.5,21.5 - parent: 4812 - - uid: 8185 - components: - - type: Transform - pos: -21.5,21.5 - parent: 4812 - - uid: 8186 - components: - - type: Transform - pos: -21.5,22.5 - parent: 4812 - - uid: 8187 - components: - - type: Transform - pos: -21.5,23.5 - parent: 4812 - - uid: 8188 - components: - - type: Transform - pos: -21.5,24.5 - parent: 4812 - - uid: 8189 - components: - - type: Transform - pos: -21.5,25.5 - parent: 4812 - uid: 8190 components: - type: Transform - pos: -21.5,26.5 - parent: 4812 - - uid: 8191 - components: - - type: Transform - pos: -21.5,27.5 - parent: 4812 - - uid: 8192 - components: - - type: Transform - pos: -21.5,28.5 - parent: 4812 - - uid: 8193 - components: - - type: Transform - pos: -22.5,28.5 - parent: 4812 - - uid: 8194 - components: - - type: Transform - pos: -22.5,29.5 + pos: -31.5,22.5 parent: 4812 - uid: 8195 components: - type: Transform - pos: -22.5,26.5 + pos: -31.5,16.5 parent: 4812 - uid: 8196 components: - type: Transform - pos: -23.5,26.5 + pos: -28.5,24.5 + parent: 4812 + - uid: 8207 + components: + - type: Transform + pos: -25.5,21.5 + parent: 4812 + - uid: 8210 + components: + - type: Transform + pos: -29.5,17.5 + parent: 4812 + - uid: 8211 + components: + - type: Transform + pos: -27.5,24.5 + parent: 4812 + - uid: 8212 + components: + - type: Transform + pos: -27.5,13.5 + parent: 4812 + - uid: 8220 + components: + - type: Transform + pos: -35.5,23.5 + parent: 4812 + - uid: 8228 + components: + - type: Transform + pos: 24.5,3.5 + parent: 4812 + - uid: 8229 + components: + - type: Transform + pos: -22.5,20.5 + parent: 4812 + - uid: 8241 + components: + - type: Transform + pos: -28.5,17.5 + parent: 4812 + - uid: 8244 + components: + - type: Transform + pos: -20.5,18.5 + parent: 4812 + - uid: 8252 + components: + - type: Transform + pos: 24.5,1.5 + parent: 4812 + - uid: 8257 + components: + - type: Transform + pos: -20.5,19.5 + parent: 4812 + - uid: 8258 + components: + - type: Transform + pos: -29.5,25.5 + parent: 4812 + - uid: 8259 + components: + - type: Transform + pos: -34.5,23.5 + parent: 4812 + - uid: 8269 + components: + - type: Transform + pos: -31.5,20.5 + parent: 4812 + - uid: 8343 + components: + - type: Transform + pos: -31.5,17.5 + parent: 4812 + - uid: 8344 + components: + - type: Transform + pos: -28.5,23.5 + parent: 4812 + - uid: 8345 + components: + - type: Transform + pos: -31.5,24.5 + parent: 4812 + - uid: 8366 + components: + - type: Transform + pos: -31.5,12.5 + parent: 4812 + - uid: 8367 + components: + - type: Transform + pos: -31.5,13.5 + parent: 4812 + - uid: 8372 + components: + - type: Transform + pos: -31.5,11.5 + parent: 4812 + - uid: 8384 + components: + - type: Transform + pos: -30.5,14.5 + parent: 4812 + - uid: 8410 + components: + - type: Transform + pos: -27.5,17.5 + parent: 4812 + - uid: 8411 + components: + - type: Transform + pos: -30.5,17.5 + parent: 4812 + - uid: 8420 + components: + - type: Transform + pos: -24.5,17.5 + parent: 4812 + - uid: 8421 + components: + - type: Transform + pos: -25.5,17.5 + parent: 4812 + - uid: 8427 + components: + - type: Transform + pos: -28.5,22.5 + parent: 4812 + - uid: 8428 + components: + - type: Transform + pos: -25.5,19.5 + parent: 4812 + - uid: 8431 + components: + - type: Transform + pos: -22.5,19.5 + parent: 4812 + - uid: 8432 + components: + - type: Transform + pos: -22.5,18.5 + parent: 4812 + - uid: 8434 + components: + - type: Transform + pos: -27.5,19.5 + parent: 4812 + - uid: 8435 + components: + - type: Transform + pos: -30.5,19.5 + parent: 4812 + - uid: 8436 + components: + - type: Transform + pos: -26.5,19.5 + parent: 4812 + - uid: 8516 + components: + - type: Transform + pos: -26.5,21.5 + parent: 4812 + - uid: 8517 + components: + - type: Transform + pos: -27.5,21.5 + parent: 4812 + - uid: 8521 + components: + - type: Transform + pos: -34.5,20.5 + parent: 4812 + - uid: 8522 + components: + - type: Transform + pos: -34.5,19.5 parent: 4812 - uid: 8853 components: @@ -27516,6 +27919,16 @@ entities: - type: Transform pos: -34.5,8.5 parent: 4812 + - uid: 9456 + components: + - type: Transform + pos: -37.5,21.5 + parent: 4812 + - uid: 9508 + components: + - type: Transform + pos: -33.5,23.5 + parent: 4812 - uid: 9524 components: - type: Transform @@ -27541,6 +27954,21 @@ entities: - type: Transform pos: 17.5,-16.5 parent: 4812 + - uid: 9823 + components: + - type: Transform + pos: -25.5,23.5 + parent: 4812 + - uid: 9990 + components: + - type: Transform + pos: -26.5,17.5 + parent: 4812 + - uid: 9992 + components: + - type: Transform + pos: -24.5,18.5 + parent: 4812 - uid: 10001 components: - type: Transform @@ -27771,6 +28199,11 @@ entities: - type: Transform pos: -38.5,2.5 parent: 4812 + - uid: 10474 + components: + - type: Transform + pos: -28.5,19.5 + parent: 4812 - uid: 10652 components: - type: Transform @@ -27801,6 +28234,56 @@ entities: - type: Transform pos: -45.5,3.5 parent: 4812 + - uid: 10926 + components: + - type: Transform + pos: -21.5,20.5 + parent: 4812 + - uid: 10927 + components: + - type: Transform + pos: -31.5,21.5 + parent: 4812 + - uid: 10947 + components: + - type: Transform + pos: -25.5,22.5 + parent: 4812 + - uid: 10953 + components: + - type: Transform + pos: -22.5,17.5 + parent: 4812 + - uid: 10961 + components: + - type: Transform + pos: -22.5,16.5 + parent: 4812 + - uid: 10962 + components: + - type: Transform + pos: -22.5,14.5 + parent: 4812 + - uid: 10972 + components: + - type: Transform + pos: -26.5,24.5 + parent: 4812 + - uid: 10973 + components: + - type: Transform + pos: -29.5,19.5 + parent: 4812 + - uid: 10976 + components: + - type: Transform + pos: -24.5,19.5 + parent: 4812 + - uid: 10977 + components: + - type: Transform + pos: -25.5,24.5 + parent: 4812 - uid: 11151 components: - type: Transform @@ -27911,11 +28394,6 @@ entities: - type: Transform pos: -38.5,1.5 parent: 4812 - - uid: 12145 - components: - - type: Transform - pos: -35.5,19.5 - parent: 4812 - uid: 12381 components: - type: Transform @@ -27926,11 +28404,6 @@ entities: - type: Transform pos: -45.5,5.5 parent: 4812 - - uid: 12663 - components: - - type: Transform - pos: -34.5,16.5 - parent: 4812 - uid: 12699 components: - type: Transform @@ -28171,20 +28644,15 @@ entities: - type: Transform pos: -55.5,6.5 parent: 4812 - - uid: 13693 + - uid: 13823 components: - type: Transform - pos: -33.5,16.5 + pos: -20.5,23.5 parent: 4812 - - uid: 13694 + - uid: 13824 components: - type: Transform - pos: -32.5,16.5 - parent: 4812 - - uid: 13695 - components: - - type: Transform - pos: -32.5,15.5 + pos: -19.5,23.5 parent: 4812 - uid: 13874 components: @@ -28201,15 +28669,130 @@ entities: - type: Transform pos: -40.5,8.5 parent: 4812 - - uid: 13929 + - uid: 14078 components: - type: Transform - pos: -36.5,10.5 + pos: -32.5,11.5 parent: 4812 - - uid: 13930 + - uid: 14079 components: - type: Transform - pos: -36.5,9.5 + pos: -33.5,11.5 + parent: 4812 + - uid: 14080 + components: + - type: Transform + pos: -34.5,11.5 + parent: 4812 + - uid: 14081 + components: + - type: Transform + pos: -35.5,11.5 + parent: 4812 + - uid: 14082 + components: + - type: Transform + pos: -36.5,11.5 + parent: 4812 + - uid: 14083 + components: + - type: Transform + pos: -37.5,11.5 + parent: 4812 + - uid: 14084 + components: + - type: Transform + pos: -37.5,12.5 + parent: 4812 + - uid: 14085 + components: + - type: Transform + pos: -37.5,13.5 + parent: 4812 + - uid: 14086 + components: + - type: Transform + pos: -37.5,14.5 + parent: 4812 + - uid: 14087 + components: + - type: Transform + pos: -37.5,15.5 + parent: 4812 + - uid: 14088 + components: + - type: Transform + pos: -38.5,15.5 + parent: 4812 + - uid: 14089 + components: + - type: Transform + pos: -39.5,15.5 + parent: 4812 + - uid: 14090 + components: + - type: Transform + pos: -36.5,15.5 + parent: 4812 + - uid: 14091 + components: + - type: Transform + pos: -35.5,15.5 + parent: 4812 + - uid: 14092 + components: + - type: Transform + pos: -34.5,15.5 + parent: 4812 + - uid: 14093 + components: + - type: Transform + pos: -33.5,15.5 + parent: 4812 + - uid: 14094 + components: + - type: Transform + pos: -33.5,14.5 + parent: 4812 + - uid: 14095 + components: + - type: Transform + pos: -33.5,16.5 + parent: 4812 + - uid: 14129 + components: + - type: Transform + pos: -32.5,19.5 + parent: 4812 + - uid: 14130 + components: + - type: Transform + pos: -33.5,19.5 + parent: 4812 + - uid: 14131 + components: + - type: Transform + pos: -35.5,19.5 + parent: 4812 + - uid: 14132 + components: + - type: Transform + pos: -36.5,19.5 + parent: 4812 + - uid: 14133 + components: + - type: Transform + pos: -36.5,20.5 + parent: 4812 + - uid: 14134 + components: + - type: Transform + pos: -36.5,22.5 + parent: 4812 + - uid: 14135 + components: + - type: Transform + pos: -36.5,23.5 parent: 4812 - proto: CableMVStack entities: @@ -28289,6 +28872,13 @@ entities: - type: Transform pos: -9.517075,-13.504629 parent: 4812 +- proto: CannabisSeeds + entities: + - uid: 13944 + components: + - type: Transform + pos: -31.5,33.5 + parent: 4812 - proto: CapacitorStockPart entities: - uid: 6210 @@ -28377,7 +28967,6 @@ entities: - uid: 4656 components: - type: Transform - rot: 1.5707963267948966 rad pos: -8.5,4.5 parent: 4812 - uid: 5377 @@ -29199,12 +29788,6 @@ entities: - type: Transform pos: 17.5,-7.5 parent: 4812 - - uid: 4757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,31.5 - parent: 4812 - uid: 4860 components: - type: Transform @@ -30450,6 +31033,12 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,-1.5 parent: 4812 + - uid: 12451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,32.5 + parent: 4812 - uid: 12473 components: - type: Transform @@ -30555,12 +31144,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,-57.5 parent: 4812 - - uid: 13173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-57.5 - parent: 4812 - uid: 13498 components: - type: Transform @@ -30820,8 +31403,31 @@ entities: - type: Transform pos: -39.5,7.5 parent: 4812 + - uid: 13914 + components: + - type: Transform + pos: -11.5,-58.5 + parent: 4812 + - uid: 13924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,27.5 + parent: 4812 + - uid: 13925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,28.5 + parent: 4812 - proto: Chair entities: + - uid: 565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,16.5 + parent: 4812 - uid: 3239 components: - type: Transform @@ -30852,6 +31458,12 @@ entities: rot: 3.141592653589793 rad pos: 20.5,13.5 parent: 4812 + - uid: 3421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,8.5 + parent: 4812 - uid: 4119 components: - type: Transform @@ -30932,6 +31544,11 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,3.5 parent: 4812 + - uid: 5051 + components: + - type: Transform + pos: -24.5,24.5 + parent: 4812 - uid: 5065 components: - type: Transform @@ -30965,6 +31582,18 @@ entities: - type: Transform pos: -25.5,-22.5 parent: 4812 + - uid: 7781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,12.5 + parent: 4812 + - uid: 8221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,33.5 + parent: 4812 - uid: 8289 components: - type: Transform @@ -30995,15 +31624,17 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,17.5 parent: 4812 - - uid: 8302 + - uid: 8350 components: - type: Transform - pos: -19.5,19.5 + rot: -1.5707963267948966 rad + pos: -29.5,15.5 parent: 4812 - - uid: 8303 + - uid: 8389 components: - type: Transform - pos: -18.5,19.5 + rot: -1.5707963267948966 rad + pos: -22.5,7.5 parent: 4812 - uid: 8418 components: @@ -31011,30 +31642,17 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-23.5 parent: 4812 - - uid: 8437 + - uid: 8451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,10.5 + pos: -26.5,10.5 parent: 4812 - - uid: 8438 + - uid: 8457 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,10.5 parent: 4812 - - uid: 8445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,17.5 - parent: 4812 - - uid: 8446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,18.5 - parent: 4812 - uid: 9225 components: - type: Transform @@ -31047,6 +31665,18 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,-5.5 parent: 4812 + - uid: 9636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,12.5 + parent: 4812 + - uid: 9658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,12.5 + parent: 4812 - uid: 10732 components: - type: Transform @@ -31097,6 +31727,12 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,-23.5 parent: 4812 + - uid: 10993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,22.5 + parent: 4812 - uid: 11773 components: - type: Transform @@ -31148,6 +31784,18 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,-4.5 parent: 4812 + - uid: 12465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,28.5 + parent: 4812 + - uid: 12517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,28.5 + parent: 4812 - uid: 13126 components: - type: Transform @@ -31191,17 +31839,16 @@ entities: rot: 3.141592653589793 rad pos: -44.5,2.5 parent: 4812 - - uid: 13737 + - uid: 13814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,19.5 + pos: -20.5,24.5 parent: 4812 - - uid: 13738 + - uid: 13946 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,16.5 + pos: -25.5,33.5 parent: 4812 - proto: ChairOfficeDark entities: @@ -31281,6 +31928,12 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-27.5 parent: 4812 + - uid: 6632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,15.5 + parent: 4812 - uid: 7037 components: - type: Transform @@ -31328,28 +31981,27 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-14.5 parent: 4812 + - uid: 8100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,18.5 + parent: 4812 + - uid: 8135 + components: + - type: Transform + pos: -26.5,16.5 + parent: 4812 - uid: 8278 components: - type: Transform pos: -17.5,15.5 parent: 4812 - - uid: 8366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,11.5 - parent: 4812 - uid: 9575 components: - type: Transform pos: -30.5,1.5 parent: 4812 - - uid: 9658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,15.5 - parent: 4812 - uid: 9878 components: - type: Transform @@ -31367,12 +32019,6 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-5.5 parent: 4812 - - uid: 11869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,11.5 - parent: 4812 - uid: 11870 components: - type: Transform @@ -31765,6 +32411,11 @@ entities: parent: 4812 - proto: ChessBoard entities: + - uid: 10808 + components: + - type: Transform + pos: -19.492496,24.58494 + parent: 4812 - uid: 11880 components: - type: Transform @@ -31906,6 +32557,11 @@ entities: - 0 - 0 - 0 + - uid: 12440 + components: + - type: Transform + pos: -29.5,26.5 + parent: 4812 - proto: ClosetEmergencyFilledRandom entities: - uid: 1676 @@ -31954,11 +32610,6 @@ entities: - 0 - 0 - 0 - - uid: 2845 - components: - - type: Transform - pos: -18.5,31.5 - parent: 4812 - uid: 3786 components: - type: Transform @@ -32010,6 +32661,11 @@ entities: - 0 - 0 - 0 + - uid: 4513 + components: + - type: Transform + pos: -18.5,32.5 + parent: 4812 - uid: 4522 components: - type: Transform @@ -32261,6 +32917,11 @@ entities: parent: 4812 - proto: ClosetFireFilled entities: + - uid: 1262 + components: + - type: Transform + pos: -16.5,32.5 + parent: 4812 - uid: 1514 components: - type: Transform @@ -32381,11 +33042,6 @@ entities: - 0 - 0 - 0 - - uid: 8456 - components: - - type: Transform - pos: -16.5,31.5 - parent: 4812 - uid: 9688 components: - type: Transform @@ -32560,29 +33216,11 @@ entities: - 0 - proto: ClosetL3SecurityFilled entities: - - uid: 8423 + - uid: 8302 components: - type: Transform - pos: -33.5,10.5 + pos: -35.5,10.5 parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: ClosetL3VirologyFilled entities: - uid: 8869 @@ -32939,100 +33577,6 @@ entities: - 0 - 0 - 0 -- proto: ClosetWallOrange - entities: - - uid: 12377 - components: - - type: Transform - pos: -25.5,21.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12378 - components: - - type: Transform - pos: -25.5,18.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12379 - components: - - type: Transform - pos: -31.5,28.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12380 - components: - - type: Transform - pos: -27.5,28.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: ClothingBackpackClown entities: - uid: 9198 @@ -33147,10 +33691,10 @@ entities: parent: 4812 - proto: ClothingEyesHudSecurity entities: - - uid: 8443 + - uid: 7825 components: - type: Transform - pos: -35.493202,16.440695 + pos: -27.326859,19.336958 parent: 4812 - proto: ClothingHandsGlovesColorGray entities: @@ -33197,6 +33741,13 @@ entities: - type: Transform pos: 5.5434675,-25.370066 parent: 4812 +- proto: ClothingHeadBandRed + entities: + - uid: 13937 + components: + - type: Transform + pos: -28.513742,34.608246 + parent: 4812 - proto: ClothingHeadFishCap entities: - uid: 9567 @@ -33300,17 +33851,17 @@ entities: - type: InsideEntityStorage - proto: ClothingHeadHatPaper entities: - - uid: 11856 + - uid: 7880 components: - type: Transform - pos: -27.456482,29.23433 + pos: -30.497694,29.721977 parent: 4812 - proto: ClothingHeadHatPirate entities: - - uid: 11933 + - uid: 13926 components: - type: Transform - pos: -21.445757,35.638134 + pos: -21.604223,32.406628 parent: 4812 - proto: ClothingHeadHatPumpkin entities: @@ -33391,17 +33942,29 @@ entities: - type: Transform pos: -10.496132,3.670351 parent: 4812 +- proto: ClothingHeadHelmetBasic + entities: + - uid: 14003 + components: + - type: Transform + pos: -34.688942,23.617422 + parent: 4812 + - uid: 14004 + components: + - type: Transform + pos: -34.345192,23.606998 + parent: 4812 - proto: ClothingHeadHelmetRiot entities: - - uid: 8050 + - uid: 13999 components: - type: Transform - pos: -33.264034,22.538214 + pos: -34.688942,23.377672 parent: 4812 - - uid: 8331 + - uid: 14000 components: - type: Transform - pos: -33.534866,22.538214 + pos: -34.313942,23.367249 parent: 4812 - proto: ClothingHeadHelmetSyndicate entities: @@ -33605,36 +34168,55 @@ entities: - type: Transform pos: -43.53869,-26.441507 parent: 4812 +- proto: ClothingOuterApronBotanist + entities: + - uid: 12461 + components: + - type: Transform + pos: -32.675087,26.571098 + parent: 4812 +- proto: ClothingOuterArmorBasic + entities: + - uid: 13995 + components: + - type: Transform + pos: -34.282692,22.981564 + parent: 4812 + - uid: 13996 + components: + - type: Transform + pos: -34.730614,22.99199 + parent: 4812 - proto: ClothingOuterArmorBulletproof entities: - - uid: 8049 + - uid: 13992 components: - type: Transform - pos: -33.441116,22.298464 + pos: -34.699364,22.762663 parent: 4812 - - uid: 8145 + - uid: 13993 components: - type: Transform - pos: -33.211952,22.277617 + pos: -34.334778,22.762663 parent: 4812 - proto: ClothingOuterArmorReflective entities: - - uid: 10685 + - uid: 13994 components: - type: Transform - pos: -33.774452,22.319311 + pos: -34.491028,22.919022 parent: 4812 - proto: ClothingOuterArmorRiot entities: - - uid: 10958 + - uid: 13997 components: - type: Transform - pos: -33.732784,22.652876 + pos: -34.647278,23.054531 parent: 4812 - - uid: 10976 + - uid: 13998 components: - type: Transform - pos: -33.336952,22.652876 + pos: -34.355614,23.044107 parent: 4812 - proto: ClothingOuterCoatBomber entities: @@ -33657,6 +34239,11 @@ entities: - type: Transform pos: 13.531586,-11.381834 parent: 4812 + - uid: 13941 + components: + - type: Transform + pos: -28.347076,34.524857 + parent: 4812 - proto: ClothingOuterCoatJensen entities: - uid: 9193 @@ -33664,13 +34251,6 @@ entities: - type: Transform pos: -13.455734,5.5269423 parent: 4812 -- proto: ClothingOuterCoatPirate - entities: - - uid: 11934 - components: - - type: Transform - pos: -23.764275,32.548626 - parent: 4812 - proto: ClothingOuterGhostSheet entities: - uid: 11262 @@ -33708,6 +34288,11 @@ entities: - type: Transform pos: 28.696922,-41.322342 parent: 4812 + - uid: 13928 + components: + - type: Transform + pos: -31.559332,37.52543 + parent: 4812 - proto: ClothingShoesBootsJack entities: - uid: 9194 @@ -33751,16 +34336,16 @@ entities: parent: 4812 - proto: ClothingShoesLeather entities: + - uid: 7654 + components: + - type: Transform + pos: -31.605762,40.312576 + parent: 4812 - uid: 8864 components: - type: Transform pos: 35.476944,-33.759735 parent: 4812 - - uid: 12465 - components: - - type: Transform - pos: -36.627586,29.207901 - parent: 4812 - proto: ClothingShoeSlippersDuck entities: - uid: 11810 @@ -33810,6 +34395,18 @@ entities: - type: Transform pos: -28.506933,-33.546886 parent: 4812 +- proto: ClothingUniformJumpskirtPrisoner + entities: + - uid: 7766 + components: + - type: Transform + pos: -27.154192,24.623972 + parent: 4812 + - uid: 7877 + components: + - type: Transform + pos: -27.331274,24.72821 + parent: 4812 - proto: ClothingUniformJumpskirtTacticalMaid entities: - uid: 8379 @@ -33838,12 +34435,24 @@ entities: - type: Transform pos: -28.538183,-33.56251 parent: 4812 -- proto: ClothingUniformJumpsuitPsychologist +- proto: ClothingUniformJumpsuitPrisoner entities: - - uid: 10968 + - uid: 8086 components: - type: Transform - pos: -36.533836,29.489151 + pos: -27.581274,24.530155 + parent: 4812 + - uid: 8132 + components: + - type: Transform + pos: -27.675024,24.655243 + parent: 4812 +- proto: ClothingUniformJumpsuitPsychologist + entities: + - uid: 7659 + components: + - type: Transform + pos: -31.522429,40.642326 parent: 4812 - proto: ClothingUniformJumpsuitSecBlue entities: @@ -33897,12 +34506,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,5.5 parent: 4812 - - uid: 2507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,24.5 - parent: 4812 - uid: 2587 components: - type: Transform @@ -33972,12 +34575,6 @@ entities: - type: Transform pos: 9.5,-15.5 parent: 4812 - - uid: 6352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-17.5 - parent: 4812 - uid: 6394 components: - type: Transform @@ -34025,35 +34622,6 @@ entities: - type: Transform pos: -31.5,-22.5 parent: 4812 - - uid: 8254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,27.5 - parent: 4812 - - uid: 8260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,23.5 - parent: 4812 - - uid: 8261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,23.5 - parent: 4812 - - uid: 8262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,24.5 - parent: 4812 - - uid: 8393 - components: - - type: Transform - pos: -25.5,31.5 - parent: 4812 - uid: 9047 components: - type: Transform @@ -34241,18 +34809,18 @@ entities: parent: 4812 - proto: ComputerCargoOrdersScience entities: - - uid: 13936 + - uid: 7870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-27.5 + rot: 1.5707963267948966 rad + pos: 9.5,-17.5 parent: 4812 - proto: ComputerCargoOrdersSecurity entities: - - uid: 10759 + - uid: 7924 components: - type: Transform - pos: -38.5,12.5 + pos: -33.5,20.5 parent: 4812 - proto: ComputerCargoOrdersService entities: @@ -34262,14 +34830,6 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,9.5 parent: 4812 -- proto: ComputerCargoShuttle - entities: - - uid: 2760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,17.5 - parent: 4812 - proto: ComputerComms entities: - uid: 2601 @@ -34314,17 +34874,11 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,-26.5 parent: 4812 - - uid: 8143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,14.5 - parent: 4812 - - uid: 8264 + - uid: 7822 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,24.5 + pos: -25.5,16.5 parent: 4812 - uid: 9156 components: @@ -34350,22 +34904,23 @@ entities: - type: Transform pos: -3.5,-26.5 parent: 4812 - - uid: 8263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,23.5 - parent: 4812 - - uid: 8365 + - uid: 6735 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,10.5 + pos: -35.5,14.5 parent: 4812 - - uid: 12631 + - uid: 7702 components: - type: Transform - pos: -33.5,16.5 + rot: 1.5707963267948966 rad + pos: -27.5,16.5 + parent: 4812 + - uid: 8524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,12.5 parent: 4812 - proto: ComputerFrame entities: @@ -34503,6 +35058,12 @@ entities: - type: Transform pos: 17.5,27.5 parent: 4812 + - uid: 2760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,17.5 + parent: 4812 - uid: 3758 components: - type: Transform @@ -34541,12 +35102,6 @@ entities: parent: 4812 - proto: ComputerStationRecords entities: - - uid: 1077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,10.5 - parent: 4812 - uid: 4799 components: - type: Transform @@ -34572,11 +35127,17 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-26.5 parent: 4812 - - uid: 8337 + - uid: 7703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,17.5 + parent: 4812 + - uid: 7888 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,14.5 + pos: -33.5,18.5 parent: 4812 - proto: ComputerTechnologyDiskTerminal entities: @@ -34741,6 +35302,13 @@ entities: - type: Transform pos: -23.5,-35.5 parent: 4812 +- proto: CrateContrabandStorageSecure + entities: + - uid: 14006 + components: + - type: Transform + pos: -36.5,25.5 + parent: 4812 - proto: CrateEmergencyInternals entities: - uid: 8580 @@ -35006,17 +35574,17 @@ entities: parent: 4812 - proto: CrateLockBoxSecurity entities: - - uid: 13937 + - uid: 7876 components: - type: Transform - pos: -31.5,23.5 + pos: -32.5,20.5 parent: 4812 - proto: CrateLockBoxService entities: - - uid: 13938 + - uid: 7637 components: - type: Transform - pos: -15.5,5.5 + pos: -9.5,11.5 parent: 4812 - uid: 13939 components: @@ -35044,31 +35612,6 @@ entities: - type: Transform pos: 28.5,14.5 parent: 4812 -- proto: CrateScience - entities: - - uid: 12463 - components: - - type: Transform - pos: -35.5,25.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: CrateScienceSecure entities: - uid: 6251 @@ -35096,10 +35639,17 @@ entities: - 0 - proto: CrateSecurityTrackingMindshieldImplants entities: - - uid: 13664 + - uid: 7893 components: - type: Transform - pos: -36.5,20.5 + pos: -36.5,18.5 + parent: 4812 +- proto: CrateServiceCustomSmokable + entities: + - uid: 14077 + components: + - type: Transform + pos: -26.5,30.5 parent: 4812 - proto: CrateTrashCart entities: @@ -35142,10 +35692,10 @@ entities: - type: Transform pos: -10.378301,0.0073432922 parent: 4812 - - uid: 8405 + - uid: 13952 components: - type: Transform - pos: -28.516111,30.589315 + pos: -24.5,29.5 parent: 4812 - proto: Crematorium entities: @@ -35224,17 +35774,16 @@ entities: rot: 3.141592653589793 rad pos: 5.5,31.5 parent: 4812 - - uid: 4482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,29.5 - parent: 4812 - uid: 10854 components: - type: Transform pos: -20.5,5.5 parent: 4812 + - uid: 12464 + components: + - type: Transform + pos: -19.5,28.5 + parent: 4812 - proto: CryogenicSleepUnitSpawner entities: - uid: 10855 @@ -35275,10 +35824,31 @@ entities: parent: 4812 - proto: CultAltarSpawner entities: - - uid: 10980 + - uid: 6738 components: - type: Transform - pos: -36.5,30.5 + pos: -30.5,40.5 + parent: 4812 +- proto: CurtainsOrangeOpen + entities: + - uid: 13957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,34.5 + parent: 4812 + - uid: 13959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,34.5 + parent: 4812 +- proto: CurtainsRedOpen + entities: + - uid: 6636 + components: + - type: Transform + pos: -38.5,16.5 parent: 4812 - proto: CurtainsWhiteOpen entities: @@ -35325,10 +35895,10 @@ entities: parent: 4812 - proto: DefaultStationBeaconArmory entities: - - uid: 12216 + - uid: 7782 components: - type: Transform - pos: -36.5,21.5 + pos: -36.5,22.5 parent: 4812 - proto: DefaultStationBeaconArrivals entities: @@ -35379,10 +35949,10 @@ entities: parent: 4812 - proto: DefaultStationBeaconBrig entities: - - uid: 12073 + - uid: 12522 components: - type: Transform - pos: -27.5,18.5 + pos: -27.5,28.5 parent: 4812 - proto: DefaultStationBeaconCaptainsQuarters entities: @@ -35524,10 +36094,10 @@ entities: parent: 4812 - proto: DefaultStationBeaconHOSRoom entities: - - uid: 12337 + - uid: 7681 components: - type: Transform - pos: -21.5,25.5 + pos: -37.5,15.5 parent: 4812 - proto: DefaultStationBeaconJanitorsCloset entities: @@ -35571,13 +36141,6 @@ entities: - type: Transform pos: -19.5,-15.5 parent: 4812 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 12331 - components: - - type: Transform - pos: -28.5,28.5 - parent: 4812 - proto: DefaultStationBeaconPowerBank entities: - uid: 9549 @@ -35632,15 +36195,10 @@ entities: parent: 4812 - proto: DefaultStationBeaconSecurity entities: - - uid: 10547 + - uid: 7778 components: - type: Transform - pos: -36.5,11.5 - parent: 4812 - - uid: 12517 - components: - - type: Transform - pos: -27.5,12.5 + pos: -30.5,16.5 parent: 4812 - proto: DefaultStationBeaconSecurityCheckpoint entities: @@ -35703,10 +36261,10 @@ entities: parent: 4812 - proto: DefaultStationBeaconWardensOffice entities: - - uid: 12557 + - uid: 8217 components: - type: Transform - pos: -34.5,16.5 + pos: -26.5,18.5 parent: 4812 - proto: DefibrillatorCabinetFilled entities: @@ -35736,6 +36294,18 @@ entities: rot: 1.5707963267948966 rad pos: -18.5,-25.5 parent: 4812 +- proto: DeployableBarrier + entities: + - uid: 8426 + components: + - type: Transform + pos: -29.5,20.5 + parent: 4812 + - uid: 12053 + components: + - type: Transform + pos: -38.5,23.5 + parent: 4812 - proto: DeskBell entities: - uid: 4800 @@ -35778,14 +36348,11 @@ entities: - type: Physics canCollide: False bodyType: Static - - uid: 4805 + - uid: 7701 components: - type: Transform - pos: -24.5,11.5 + pos: -24.5,18.5 parent: 4812 - - type: Physics - canCollide: False - bodyType: Static - proto: DiceBag entities: - uid: 7137 @@ -35800,6 +36367,13 @@ entities: - type: Transform pos: -38.5,-35.5 parent: 4812 +- proto: DiseaseSwab + entities: + - uid: 12460 + components: + - type: Transform + pos: -32.331337,26.727457 + parent: 4812 - proto: DisposalBend entities: - uid: 1105 @@ -35878,6 +36452,12 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-8.5 parent: 4812 + - uid: 3732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,10.5 + parent: 4812 - uid: 4180 components: - type: Transform @@ -35931,6 +36511,36 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,-16.5 parent: 4812 + - uid: 7903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,22.5 + parent: 4812 + - uid: 7906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,15.5 + parent: 4812 + - uid: 8011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,14.5 + parent: 4812 + - uid: 8270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,35.5 + parent: 4812 + - uid: 8361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,30.5 + parent: 4812 - uid: 9012 components: - type: Transform @@ -35948,12 +36558,6 @@ entities: rot: 3.141592653589793 rad pos: -25.5,-11.5 parent: 4812 - - uid: 10811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,14.5 - parent: 4812 - uid: 10816 components: - type: Transform @@ -35976,11 +36580,74 @@ entities: - type: Transform pos: -20.5,1.5 parent: 4812 + - uid: 10975 + components: + - type: Transform + pos: 19.5,35.5 + parent: 4812 - uid: 11224 components: - type: Transform pos: 9.5,-30.5 parent: 4812 + - uid: 13887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,8.5 + parent: 4812 + - uid: 14011 + components: + - type: Transform + pos: 2.5,29.5 + parent: 4812 + - uid: 14025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,28.5 + parent: 4812 + - uid: 14029 + components: + - type: Transform + pos: -11.5,28.5 + parent: 4812 + - uid: 14030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,23.5 + parent: 4812 + - uid: 14031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,23.5 + parent: 4812 + - uid: 14032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,29.5 + parent: 4812 + - uid: 14060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,28.5 + parent: 4812 + - uid: 14061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,25.5 + parent: 4812 + - uid: 14062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 4812 - proto: DisposalJunction entities: - uid: 1700 @@ -36011,6 +36678,11 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-20.5 parent: 4812 + - uid: 7905 + components: + - type: Transform + pos: -30.5,15.5 + parent: 4812 - uid: 10795 components: - type: Transform @@ -36022,6 +36694,12 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,-2.5 parent: 4812 + - uid: 13886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,7.5 + parent: 4812 - proto: DisposalJunctionFlipped entities: - uid: 1585 @@ -36068,6 +36746,17 @@ entities: - type: Transform pos: 0.5,-20.5 parent: 4812 + - uid: 7963 + components: + - type: Transform + pos: 11.5,7.5 + parent: 4812 + - uid: 8030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,19.5 + parent: 4812 - uid: 8349 components: - type: Transform @@ -36079,6 +36768,22 @@ entities: - type: Transform pos: -25.5,1.5 parent: 4812 + - uid: 10982 + components: + - type: Transform + pos: 15.5,30.5 + parent: 4812 + - uid: 14012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,29.5 + parent: 4812 + - uid: 14017 + components: + - type: Transform + pos: 2.5,25.5 + parent: 4812 - proto: DisposalPipe entities: - uid: 1106 @@ -36631,11 +37336,6 @@ entities: - type: Transform pos: 11.5,8.5 parent: 4812 - - uid: 3311 - components: - - type: Transform - pos: 11.5,7.5 - parent: 4812 - uid: 3312 components: - type: Transform @@ -36827,12 +37527,6 @@ entities: - type: Transform pos: -33.5,-3.5 parent: 4812 - - uid: 3457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,30.5 - parent: 4812 - uid: 3458 components: - type: Transform @@ -36844,6 +37538,12 @@ entities: - type: Transform pos: -33.5,-7.5 parent: 4812 + - uid: 3705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,19.5 + parent: 4812 - uid: 4211 components: - type: Transform @@ -36898,12 +37598,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,19.5 parent: 4812 - - uid: 4513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,19.5 - parent: 4812 - uid: 4514 components: - type: Transform @@ -37248,6 +37942,11 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-14.5 parent: 4812 + - uid: 6224 + components: + - type: Transform + pos: 16.5,31.5 + parent: 4812 - uid: 6424 components: - type: Transform @@ -37400,12 +38099,101 @@ entities: rot: 3.141592653589793 rad pos: -14.5,-12.5 parent: 4812 + - uid: 7765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,11.5 + parent: 4812 + - uid: 7808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,20.5 + parent: 4812 + - uid: 7878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,14.5 + parent: 4812 + - uid: 7915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,14.5 + parent: 4812 + - uid: 8010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,14.5 + parent: 4812 + - uid: 8230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,17.5 + parent: 4812 + - uid: 8236 + components: + - type: Transform + pos: 16.5,32.5 + parent: 4812 + - uid: 8238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,14.5 + parent: 4812 + - uid: 8239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,14.5 + parent: 4812 - uid: 8348 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-21.5 parent: 4812 + - uid: 8355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,21.5 + parent: 4812 + - uid: 8356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,13.5 + parent: 4812 + - uid: 8397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,18.5 + parent: 4812 + - uid: 8398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,16.5 + parent: 4812 + - uid: 8407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,14.5 + parent: 4812 + - uid: 8408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,14.5 + parent: 4812 - uid: 9010 components: - type: Transform @@ -37538,55 +38326,6 @@ entities: - type: Transform pos: -25.5,-3.5 parent: 4812 - - uid: 10806 - components: - - type: Transform - pos: -28.5,19.5 - parent: 4812 - - uid: 10807 - components: - - type: Transform - pos: -28.5,18.5 - parent: 4812 - - uid: 10808 - components: - - type: Transform - pos: -28.5,17.5 - parent: 4812 - - uid: 10809 - components: - - type: Transform - pos: -28.5,16.5 - parent: 4812 - - uid: 10810 - components: - - type: Transform - pos: -28.5,15.5 - parent: 4812 - - uid: 10812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,14.5 - parent: 4812 - - uid: 10813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,14.5 - parent: 4812 - - uid: 10814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,14.5 - parent: 4812 - - uid: 10815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,14.5 - parent: 4812 - uid: 10819 components: - type: Transform @@ -37699,6 +38438,12 @@ entities: rot: 3.141592653589793 rad pos: -20.5,0.5 parent: 4812 + - uid: 10956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,12.5 + parent: 4812 - uid: 11094 components: - type: Transform @@ -38135,6 +38880,281 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-2.5 parent: 4812 + - uid: 13825 + components: + - type: Transform + pos: 16.5,34.5 + parent: 4812 + - uid: 13826 + components: + - type: Transform + pos: 16.5,33.5 + parent: 4812 + - uid: 13870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,35.5 + parent: 4812 + - uid: 13871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,35.5 + parent: 4812 + - uid: 13888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,7.5 + parent: 4812 + - uid: 13889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,7.5 + parent: 4812 + - uid: 13890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,7.5 + parent: 4812 + - uid: 14010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,29.5 + parent: 4812 + - uid: 14014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,28.5 + parent: 4812 + - uid: 14015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,27.5 + parent: 4812 + - uid: 14016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,26.5 + parent: 4812 + - uid: 14018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 4812 + - uid: 14019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,23.5 + parent: 4812 + - uid: 14020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 4812 + - uid: 14021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,20.5 + parent: 4812 + - uid: 14022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,22.5 + parent: 4812 + - uid: 14024 + components: + - type: Transform + pos: -15.5,29.5 + parent: 4812 + - uid: 14026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,28.5 + parent: 4812 + - uid: 14027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,28.5 + parent: 4812 + - uid: 14028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,28.5 + parent: 4812 + - uid: 14033 + components: + - type: Transform + pos: -11.5,27.5 + parent: 4812 + - uid: 14034 + components: + - type: Transform + pos: -11.5,26.5 + parent: 4812 + - uid: 14035 + components: + - type: Transform + pos: -11.5,25.5 + parent: 4812 + - uid: 14036 + components: + - type: Transform + pos: -11.5,24.5 + parent: 4812 + - uid: 14037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,23.5 + parent: 4812 + - uid: 14038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,23.5 + parent: 4812 + - uid: 14039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,23.5 + parent: 4812 + - uid: 14040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,24.5 + parent: 4812 + - uid: 14041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,25.5 + parent: 4812 + - uid: 14042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,26.5 + parent: 4812 + - uid: 14043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,27.5 + parent: 4812 + - uid: 14044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,28.5 + parent: 4812 + - uid: 14045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,29.5 + parent: 4812 + - uid: 14046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,29.5 + parent: 4812 + - uid: 14047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,29.5 + parent: 4812 + - uid: 14048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,29.5 + parent: 4812 + - uid: 14049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,29.5 + parent: 4812 + - uid: 14050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,29.5 + parent: 4812 + - uid: 14051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,29.5 + parent: 4812 + - uid: 14052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,25.5 + parent: 4812 + - uid: 14053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,25.5 + parent: 4812 + - uid: 14054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,25.5 + parent: 4812 + - uid: 14055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,26.5 + parent: 4812 + - uid: 14056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,27.5 + parent: 4812 + - uid: 14057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,28.5 + parent: 4812 + - uid: 14058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 4812 + - uid: 14059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,28.5 + parent: 4812 - proto: DisposalTrunk entities: - uid: 1104 @@ -38251,6 +39271,24 @@ entities: rot: 3.141592653589793 rad pos: -14.5,-13.5 parent: 4812 + - uid: 7992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,34.5 + parent: 4812 + - uid: 8226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,22.5 + parent: 4812 + - uid: 8394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,10.5 + parent: 4812 - uid: 9009 components: - type: Transform @@ -38268,11 +39306,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,1.5 parent: 4812 - - uid: 10805 - components: - - type: Transform - pos: -28.5,20.5 - parent: 4812 - uid: 10836 components: - type: Transform @@ -38361,6 +39394,33 @@ entities: - type: Transform pos: 31.5,0.5 parent: 4812 + - uid: 13884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,7.5 + parent: 4812 + - uid: 13885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,8.5 + parent: 4812 + - uid: 14013 + components: + - type: Transform + pos: 0.5,30.5 + parent: 4812 + - uid: 14023 + components: + - type: Transform + pos: -15.5,30.5 + parent: 4812 + - uid: 14063 + components: + - type: Transform + pos: 10.5,29.5 + parent: 4812 - proto: DisposalUnit entities: - uid: 921 @@ -38466,10 +39526,20 @@ entities: - type: Transform pos: -14.5,-13.5 parent: 4812 - - uid: 8695 + - uid: 7801 components: - type: Transform - pos: -28.5,20.5 + pos: -29.5,22.5 + parent: 4812 + - uid: 8213 + components: + - type: Transform + pos: -32.5,10.5 + parent: 4812 + - uid: 8511 + components: + - type: Transform + pos: 0.5,30.5 parent: 4812 - uid: 9008 components: @@ -38561,15 +39631,15 @@ entities: - type: Transform pos: -26.5,-25.5 parent: 4812 - - uid: 8333 + - uid: 7818 components: - type: Transform - pos: -36.5,14.5 + pos: 7.5,24.5 parent: 4812 - - uid: 13933 + - uid: 8137 components: - type: Transform - pos: 7.5,25.5 + pos: -27.5,17.5 parent: 4812 - proto: DonkpocketBoxSpawner entities: @@ -38583,11 +39653,6 @@ entities: - type: Transform pos: 9.5,-19.5 parent: 4812 - - uid: 8429 - components: - - type: Transform - pos: -39.5,11.5 - parent: 4812 - proto: DoorElectronics entities: - uid: 10716 @@ -38671,10 +39736,10 @@ entities: parent: 4812 - proto: DresserHeadOfSecurityFilled entities: - - uid: 7456 + - uid: 8309 components: - type: Transform - pos: -23.5,28.5 + pos: -38.5,14.5 parent: 4812 - proto: DresserQuarterMasterFilled entities: @@ -38789,15 +39854,17 @@ entities: parent: 4812 - proto: DrinkLithiumFlask entities: - - uid: 3423 + - uid: 7790 components: - type: Transform - pos: -21.4602,33.34266 + pos: -21.395891,32.187725 parent: 4812 - - uid: 11675 +- proto: DrinkMug + entities: + - uid: 13936 components: - type: Transform - pos: -21.301329,33.55921 + pos: -24.669992,29.972565 parent: 4812 - proto: DrinkMugBlack entities: @@ -38827,10 +39894,10 @@ entities: parent: 4812 - proto: DrinkMugMetal entities: - - uid: 8435 + - uid: 7739 components: - type: Transform - pos: -37.616684,10.457129 + pos: -26.382328,24.50174 parent: 4812 - uid: 10760 components: @@ -38851,10 +39918,10 @@ entities: parent: 4812 - proto: DrinkMugRed entities: - - uid: 8434 + - uid: 3733 components: - type: Transform - pos: -37.31981,10.691504 + pos: -39.306107,11.797894 parent: 4812 - proto: DrinkRootBeerGlass entities: @@ -38870,12 +39937,17 @@ entities: - type: Transform pos: 5.357094,8.658001 parent: 4812 -- proto: DrinkShinyFlask +- proto: DrinkShotGlass entities: - - uid: 8436 + - uid: 3263 components: - type: Transform - pos: -36.014038,16.6179 + pos: -38.380028,15.462 + parent: 4812 + - uid: 8445 + components: + - type: Transform + pos: -38.244614,15.587088 parent: 4812 - proto: DrinkVodkaBottleFull entities: @@ -38891,6 +39963,11 @@ entities: parent: 4812 - proto: DrinkWhiskeyBottleFull entities: + - uid: 7231 + components: + - type: Transform + pos: -38.682114,15.70175 + parent: 4812 - uid: 11845 components: - type: Transform @@ -39047,23 +40124,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 12103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,18.5 - parent: 4812 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 12104 - components: - - type: Transform - pos: -30.5,32.5 - parent: 4812 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 13387 components: - type: Transform @@ -39109,12 +40169,6 @@ entities: rot: 3.141592653589793 rad pos: 7.5,14.5 parent: 4812 - - uid: 13395 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,10.5 - parent: 4812 - uid: 13734 components: - type: Transform @@ -39126,6 +40180,34 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,-14.5 parent: 4812 + - uid: 13972 + components: + - type: Transform + pos: -30.5,30.5 + parent: 4812 + - uid: 13973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,17.5 + parent: 4812 + - uid: 13974 + components: + - type: Transform + pos: -36.5,25.5 + parent: 4812 + - uid: 13975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,12.5 + parent: 4812 + - uid: 13976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,24.5 + parent: 4812 - proto: EncryptionKeyCargo entities: - uid: 4992 @@ -39299,13 +40381,6 @@ entities: parent: 4812 - type: FaxMachine name: Cargo - - uid: 3736 - components: - - type: Transform - pos: -19.5,22.5 - parent: 4812 - - type: FaxMachine - name: HoS Office - uid: 4856 components: - type: Transform @@ -39313,6 +40388,13 @@ entities: parent: 4812 - type: FaxMachine name: QM's Office + - uid: 6625 + components: + - type: Transform + pos: -34.5,14.5 + parent: 4812 + - type: FaxMachine + name: Head of Security - uid: 7216 components: - type: Transform @@ -39334,6 +40416,13 @@ entities: parent: 4812 - type: FaxMachine name: CMO's Office + - uid: 7827 + components: + - type: Transform + pos: -32.5,16.5 + parent: 4812 + - type: FaxMachine + name: Security - uid: 12428 components: - type: Transform @@ -39341,13 +40430,6 @@ entities: parent: 4812 - type: FaxMachine name: Library - - uid: 13221 - components: - - type: Transform - pos: -29.5,10.5 - parent: 4812 - - type: FaxMachine - name: Security - uid: 13774 components: - type: Transform @@ -39450,6 +40532,26 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,-28.5 parent: 4812 + - uid: 7882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,25.5 + parent: 4812 + - type: DeviceList + devices: + - 8008 + - 8147 + - 12059 + - uid: 8073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,15.5 + parent: 4812 + - type: DeviceList + devices: + - 8067 - uid: 8804 components: - type: Transform @@ -39560,14 +40662,15 @@ entities: parent: 4812 - type: DeviceList devices: - - 12201 - 8156 - 8157 - - 7784 + - 8126 - 8154 - 8155 - 12205 - 12204 + - 9613 + - 7795 - uid: 12207 components: - type: Transform @@ -39578,32 +40681,6 @@ entities: - 12208 - 12204 - 12205 - - uid: 12210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,17.5 - parent: 4812 - - type: DeviceList - devices: - - 12211 - - 7782 - - 7783 - - 12212 - - 13696 - - 13697 - - uid: 12221 - components: - - type: Transform - pos: -16.5,21.5 - parent: 4812 - - type: DeviceList - devices: - - 8155 - - 8154 - - 2693 - - 2695 - - 12222 - uid: 12224 components: - type: Transform @@ -39965,15 +41042,6 @@ entities: - 5600 - 5599 - 12355 - - uid: 13155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,16.5 - parent: 4812 - - type: DeviceList - devices: - - 12212 - uid: 13681 components: - type: Transform @@ -39983,6 +41051,18 @@ entities: - type: DeviceList devices: - 9504 + - uid: 13922 + components: + - type: Transform + pos: -15.5,21.5 + parent: 4812 + - type: DeviceList + devices: + - 12222 + - 2693 + - 2695 + - 8154 + - 8155 - proto: FireAxeCabinetFilled entities: - uid: 13381 @@ -40273,26 +41353,6 @@ entities: rot: 3.141592653589793 rad pos: -9.5,-24.5 parent: 4812 - - uid: 13696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,20.5 - parent: 4812 - - type: DeviceNetwork - deviceLists: - - 12210 - - 12209 - - uid: 13697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,20.5 - parent: 4812 - - type: DeviceNetwork - deviceLists: - - 12210 - - 12209 - proto: FirelockElectronics entities: - uid: 10718 @@ -40432,11 +41492,17 @@ entities: - type: Transform pos: -9.5,19.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 13922 - uid: 2695 components: - type: Transform pos: -9.5,20.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 13922 - uid: 2782 components: - type: Transform @@ -40719,47 +41785,124 @@ entities: - type: Transform pos: -6.5,29.5 parent: 4812 - - uid: 7782 + - uid: 7791 components: - type: Transform - pos: -26.5,12.5 + pos: -31.5,25.5 parent: 4812 - type: DeviceNetwork deviceLists: - - 12210 - - uid: 7783 + - 7792 + - 1803 + - uid: 7823 components: - type: Transform - pos: -25.5,12.5 + pos: -24.5,18.5 parent: 4812 - type: DeviceNetwork deviceLists: - - 12210 - - uid: 7784 + - 8070 + - 12220 + - uid: 8008 components: - type: Transform - pos: -24.5,11.5 + pos: -25.5,25.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7881 + - 1803 + - 7882 + - uid: 8022 + components: + - type: Transform + pos: -23.5,21.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 12220 + - 7881 + - uid: 8067 + components: + - type: Transform + pos: -34.5,19.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8073 + - 8066 + - 8526 + - uid: 8084 + components: + - type: Transform + pos: -28.5,18.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8066 + - 8070 + - uid: 8087 + components: + - type: Transform + pos: -33.5,11.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8066 + - 7918 + - uid: 8147 + components: + - type: Transform + pos: -23.5,25.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7881 + - 1803 + - 7882 - uid: 8154 components: - type: Transform pos: -23.5,15.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 + - 13922 - uid: 8155 components: - type: Transform pos: -22.5,15.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 + - 13922 - uid: 8156 components: - type: Transform pos: -26.5,6.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 - uid: 8157 components: - type: Transform pos: -25.5,6.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 + - uid: 8231 + components: + - type: Transform + pos: -30.5,25.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7792 + - 1803 - uid: 8690 components: - type: Transform @@ -40805,6 +41948,15 @@ entities: - type: Transform pos: -33.5,-11.5 parent: 4812 + - uid: 10957 + components: + - type: Transform + pos: -26.5,15.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8371 + - 8070 - uid: 11259 components: - type: Transform @@ -40850,21 +42002,17 @@ entities: - type: Transform pos: -21.5,9.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 - uid: 12205 components: - type: Transform pos: -21.5,10.5 parent: 4812 - - uid: 12212 - components: - - type: Transform - pos: -32.5,15.5 - parent: 4812 - type: DeviceNetwork deviceLists: - - 13155 - - 13156 - - 12210 + - 7708 - uid: 13228 components: - type: Transform @@ -40943,10 +42091,10 @@ entities: - type: Transform pos: 16.572206,-27.496618 parent: 4812 - - uid: 8451 + - uid: 7677 components: - type: Transform - pos: -30.484182,10.599279 + pos: -32.64383,14.67153 parent: 4812 - proto: FlashlightLantern entities: @@ -41017,21 +42165,25 @@ entities: parent: 4812 - proto: FlashlightSeclite entities: - - uid: 8450 + - uid: 7926 components: - type: Transform - pos: -28.562307,10.614904 + pos: -30.505053,10.627045 parent: 4812 + - type: HandheldLight + toggleActionEntity: 7927 - type: ContainerContainer containers: - cellslot_cell_container: !type:ContainerSlot - showEnts: False - occludes: True - ent: null cell_slot: !type:ContainerSlot showEnts: False occludes: True ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 7927 + - type: ActionsContainer - proto: Floodlight entities: - uid: 11744 @@ -41051,6 +42203,11 @@ entities: showEnts: False occludes: True ent: null + - uid: 14008 + components: + - type: Transform + pos: -34.5,36.5 + parent: 4812 - proto: FloorDrain entities: - uid: 2489 @@ -41111,13 +42268,6 @@ entities: parent: 4812 - type: Fixtures fixtures: {} - - uid: 8245 - components: - - type: Transform - pos: -19.5,29.5 - parent: 4812 - - type: Fixtures - fixtures: {} - uid: 9938 components: - type: Transform @@ -41125,6 +42275,14 @@ entities: parent: 4812 - type: Fixtures fixtures: {} + - uid: 11005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,33.5 + parent: 4812 + - type: Fixtures + fixtures: {} - uid: 13785 components: - type: Transform @@ -41274,158 +42432,6 @@ entities: - type: Transform pos: -57.41745,-9.4886875 parent: 4812 -- proto: FloorTileItemShuttleWhite - entities: - - uid: 10961 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 10962 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 10981 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12430 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12431 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12432 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12433 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12434 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12435 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12436 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12437 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12438 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12439 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12440 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12441 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12442 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12443 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12444 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12445 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12446 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12447 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12448 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12449 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12450 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12451 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12452 - components: - - type: Transform - pos: -35.581154,26.501883 - parent: 4812 - - uid: 12453 - components: - - type: Transform - pos: -35.581154,26.517508 - parent: 4812 - - uid: 12454 - components: - - type: Transform - pos: -35.581154,26.517508 - parent: 4812 - - uid: 12455 - components: - - type: Transform - pos: -35.581154,26.517508 - parent: 4812 - - uid: 12456 - components: - - type: Transform - pos: -35.581154,26.517508 - parent: 4812 - proto: FlyAmanitaSeeds entities: - uid: 9620 @@ -41483,12 +42489,24 @@ entities: - type: Transform pos: 10.469537,-36.29009 parent: 4812 -- proto: FoodBoxDonut +- proto: FoodBoxDonkpocket entities: - - uid: 8367 + - uid: 9343 components: - type: Transform - pos: -26.5,10.5 + pos: -39.608192,12.048069 + parent: 4812 +- proto: FoodBoxDonut + entities: + - uid: 8369 + components: + - type: Transform + pos: -27.453423,19.99492 + parent: 4812 + - uid: 13988 + components: + - type: Transform + pos: -29.475348,10.56246 parent: 4812 - proto: FoodBreadBaguette entities: @@ -41676,6 +42694,13 @@ entities: - type: Transform pos: -2.6495848,-3.5494857 parent: 4812 +- proto: ForkPlastic + entities: + - uid: 13978 + components: + - type: Transform + pos: -27.41031,26.625015 + parent: 4812 - proto: FuelDispenser entities: - uid: 13842 @@ -41972,14 +42997,6 @@ entities: parent: 4812 - proto: GasPipeBend entities: - - uid: 560 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,7.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - uid: 561 components: - type: Transform @@ -41995,14 +43012,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,8.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 708 components: - type: Transform @@ -42130,6 +43139,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 2726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2849 components: - type: Transform @@ -42374,11 +43391,51 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7847 + - uid: 7752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,29.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8063 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,24.5 + pos: -26.5,9.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,19.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,8.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,29.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' @@ -42534,6 +43591,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 10966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11020 components: - type: Transform @@ -42565,6 +43630,30 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 12104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12630 components: - type: Transform @@ -42663,6 +43752,20 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#947507FF' + - uid: 13691 + components: + - type: Transform + pos: -20.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13735 + components: + - type: Transform + pos: -19.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13777 components: - type: Transform @@ -42677,6 +43780,22 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-27.5 parent: 4812 + - uid: 14178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,16.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,17.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeFourway entities: - uid: 402 @@ -44066,6 +45185,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 564 components: - type: Transform @@ -44736,30 +45863,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,8.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,8.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 674 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,9.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 676 components: - type: Transform @@ -46245,6 +47348,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 2727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,12.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2915 components: - type: Transform @@ -46665,6 +47776,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 3402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3407 components: - type: Transform @@ -46673,6 +47792,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 3443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 3707 components: - type: Transform @@ -49611,13 +50738,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#947507FF' - - uid: 6571 - components: - - type: Transform - pos: -29.5,22.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6623 components: - type: Transform @@ -49632,13 +50752,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6632 - components: - - type: Transform - pos: -30.5,22.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6656 components: - type: Transform @@ -50218,13 +51331,99 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7761 + - uid: 7667 components: - type: Transform - pos: -35.5,19.5 + rot: 3.141592653589793 rad + pos: -35.5,21.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,22.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,13.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,14.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,13.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7745 + components: + - type: Transform + pos: -37.5,13.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7748 + components: + - type: Transform + pos: -37.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7761 + components: + - type: Transform + pos: -37.5,17.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7797 components: - type: Transform @@ -50233,6 +51432,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 7800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7807 components: - type: Transform @@ -50241,55 +51448,15 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7808 + - uid: 7811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7810 - components: - - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -26.5,13.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7814 + - uid: 7828 components: - type: Transform rot: -1.5707963267948966 rad @@ -50297,127 +51464,324 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7815 + - uid: 7850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,16.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7827 - components: - - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: -29.5,19.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7829 + - uid: 7851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,21.5 + pos: -31.5,17.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7831 + - uid: 7852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,23.5 + pos: -31.5,16.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7834 + - uid: 7856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,17.5 + rot: -1.5707963267948966 rad + pos: -24.5,8.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,17.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7837 + - uid: 7868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,20.5 + rot: -1.5707963267948966 rad + pos: -24.5,13.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7838 + - uid: 7885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,19.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7895 components: - type: Transform rot: 3.141592653589793 rad + pos: -23.5,22.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7904 + components: + - type: Transform + pos: -31.5,26.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,21.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7935 + components: + - type: Transform + pos: -31.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7985 + components: + - type: Transform + pos: -30.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8023 + components: + - type: Transform pos: -30.5,21.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7840 + - uid: 8025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,23.5 + pos: -30.5,19.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7841 + - uid: 8060 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,24.5 + pos: -35.5,23.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7842 + - uid: 8062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,9.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,9.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,19.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8071 + components: + - type: Transform + pos: -30.5,22.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8091 + components: + - type: Transform + pos: -30.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,19.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,13.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8124 + components: + - type: Transform + pos: -26.5,8.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,8.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,13.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8151 + components: + - type: Transform + pos: -31.5,21.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,17.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,7.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,23.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,23.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8209 components: - type: Transform rot: 3.141592653589793 rad @@ -50425,433 +51789,51 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,26.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,27.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,28.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,29.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,24.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,24.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,25.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,26.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,27.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,28.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,29.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7861 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,17.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,17.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,16.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,16.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,16.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,19.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,19.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,19.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,20.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,20.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7898 - components: - - type: Transform - pos: -35.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7899 - components: - - type: Transform - pos: -34.5,12.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7900 - components: - - type: Transform - pos: -35.5,12.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7901 - components: - - type: Transform - pos: -35.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7902 - components: - - type: Transform - pos: -35.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7903 - components: - - type: Transform - pos: -34.5,13.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7904 - components: - - type: Transform - pos: -34.5,14.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,16.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,17.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8225 - components: - - type: Transform - pos: -22.5,20.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8226 - components: - - type: Transform - pos: -22.5,21.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8228 - components: - - type: Transform - pos: -22.5,23.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8229 - components: - - type: Transform - pos: -22.5,24.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8230 - components: - - type: Transform - pos: -22.5,25.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8231 - components: - - type: Transform - pos: -22.5,26.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8232 - components: - - type: Transform - pos: -23.5,21.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8233 - components: - - type: Transform - pos: -23.5,22.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8234 components: - type: Transform - pos: -23.5,23.5 + rot: 1.5707963267948966 rad + pos: -35.5,18.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8235 + - uid: 8240 components: - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,23.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,23.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8248 + components: + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,24.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8237 + - uid: 8261 components: - type: Transform - pos: -23.5,26.5 + rot: 1.5707963267948966 rad + pos: -28.5,23.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,19.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' @@ -50907,13 +51889,91 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 8316 + - uid: 8336 components: - type: Transform - pos: -11.5,17.5 + rot: 3.141592653589793 rad + pos: -30.5,15.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 8337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,24.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,25.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8363 + components: + - type: Transform + pos: -37.5,12.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,17.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,25.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8440 + components: + - type: Transform + pos: -30.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8446 + components: + - type: Transform + pos: -31.5,12.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,11.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8553 components: - type: Transform @@ -51910,6 +52970,22 @@ entities: - type: Transform pos: -45.5,11.5 parent: 4812 + - uid: 10963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,21.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,22.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10971 components: - type: Transform @@ -51917,13 +52993,13 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10975 + - uid: 11021 components: - type: Transform - pos: -35.5,20.5 + pos: -30.5,26.5 parent: 4812 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 11707 components: - type: Transform @@ -52345,6 +53421,34 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12061 + components: + - type: Transform + pos: -28.5,31.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12062 + components: + - type: Transform + pos: -28.5,30.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12073 + components: + - type: Transform + pos: -26.5,31.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12103 + components: + - type: Transform + pos: -26.5,30.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12142 components: - type: Transform @@ -52353,6 +53457,60 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#9F2B68FF' + - uid: 12201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,29.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12209 + components: + - type: Transform + pos: -31.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,29.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12213 + components: + - type: Transform + pos: -26.5,29.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,26.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12321 components: - type: Transform @@ -52978,6 +54136,62 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#9F2B68FF' + - uid: 13692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,26.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13709 components: - type: Transform @@ -53016,6 +54230,22 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#947507FF' + - uid: 13727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13729 components: - type: Transform @@ -53046,6 +54276,22 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#9F2B68FF' + - uid: 13738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,26.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13832 components: - type: Transform @@ -53182,14 +54428,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,7.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - uid: 486 components: - type: Transform @@ -53314,14 +54552,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 565 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,19.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - uid: 570 components: - type: Transform @@ -53514,14 +54744,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 706 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,8.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 707 components: - type: Transform @@ -54407,15 +55629,23 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7818 + - uid: 7732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,13.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7844 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,14.5 + pos: -31.5,19.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7819 + - uid: 7845 components: - type: Transform rot: 1.5707963267948966 rad @@ -54423,147 +55653,146 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7823 + - uid: 7853 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,15.5 + pos: -30.5,20.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7825 + - uid: 7866 + components: + - type: Transform + pos: -26.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,10.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7901 components: - type: Transform rot: 1.5707963267948966 rad + pos: -37.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,20.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,14.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7991 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,16.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7826 + - uid: 8061 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,18.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,20.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,15.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,17.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,12.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,19.5 + pos: -25.5,7.5 parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7850 + - uid: 8065 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,24.5 + pos: -23.5,9.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,18.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,12.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8227 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,22.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8236 + - uid: 8072 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,25.5 + pos: -31.5,22.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8338 + - uid: 8102 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,15.5 + pos: -31.5,18.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,16.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,23.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,15.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,24.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,17.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,23.5 parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' @@ -54662,14 +55891,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10927 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,18.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11887 components: - type: Transform @@ -54726,6 +55947,30 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' + - uid: 12161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,27.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,28.5 + parent: 4812 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12770 components: - type: Transform @@ -54818,6 +56063,14 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#9F2B68FF' + - uid: 14179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,17.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPort entities: - uid: 3467 @@ -54918,6 +56171,22 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#9F2B68FF' + - uid: 14176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,15.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,15.5 + parent: 4812 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPressurePump entities: - uid: 1804 @@ -55770,90 +57039,90 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7856 - components: - - type: Transform - pos: -26.5,30.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,23.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,17.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,20.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,10.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7905 + - uid: 7746 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,10.5 + pos: -36.5,11.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7918 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7910 + - uid: 7900 + components: + - type: Transform + pos: -36.5,19.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8526 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,8.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 + - 12203 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,13.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8371 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8150 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,15.5 + pos: -30.5,15.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8066 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7911 + - uid: 8177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,12.5 + pos: -28.5,32.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 729 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7912 + - uid: 8214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,18.5 + rot: 1.5707963267948966 rad + pos: -24.5,23.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7881 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8238 + - uid: 8233 components: - type: Transform - pos: -23.5,27.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,25.5 + pos: -37.5,24.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8526 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8300 @@ -55878,17 +57147,42 @@ entities: rot: 3.141592653589793 rad pos: -13.5,16.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 14182 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8372 + - uid: 8340 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,18.5 + pos: -30.5,22.5 parent: 4812 - type: DeviceNetwork deviceLists: - - 13677 + - 7792 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,19.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8070 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,16.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 4470 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8562 @@ -55935,16 +57229,6 @@ entities: - 13607 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10972 - components: - - type: Transform - pos: -35.5,21.5 - parent: 4812 - - type: DeviceNetwork - deviceLists: - - 13677 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11962 components: - type: Transform @@ -55998,14 +57282,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,7.5 - parent: 4812 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12041 components: - type: Transform @@ -56035,6 +57311,17 @@ entities: - 12183 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,28.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 1803 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12764 components: - type: Transform @@ -56085,19 +57372,30 @@ entities: - 13607 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13522 + - uid: 13690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,15.5 + rot: 3.141592653589793 rad + pos: -20.5,25.5 parent: 4812 - type: DeviceNetwork deviceLists: - - 13156 + - 1803 - type: AtmosPipeColor color: '#0055CCFF' - proto: GasVentScrubber entities: + - uid: 706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,19.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8526 + - type: AtmosPipeColor + color: '#990000FF' - uid: 711 components: - type: Transform @@ -56626,92 +57924,98 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 7858 + - uid: 7756 components: - type: Transform - pos: -30.5,30.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,16.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,19.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,11.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7908 - components: - - type: Transform - pos: -34.5,15.5 + pos: -38.5,11.5 parent: 4812 - type: DeviceNetwork deviceLists: - - 13156 + - 7918 - type: AtmosPipeColor color: '#990000FF' - - uid: 7909 + - uid: 7762 + components: + - type: Transform + pos: -37.5,14.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 4470 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7871 + components: + - type: Transform + pos: -27.5,14.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8371 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7894 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,15.5 + pos: -31.5,24.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7792 - type: AtmosPipeColor color: '#990000FF' - - uid: 7913 + - uid: 7923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,23.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7881 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,17.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8070 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8175 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,18.5 + pos: -31.5,16.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8066 - type: AtmosPipeColor color: '#990000FF' - - uid: 7914 + - uid: 8186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,12.5 + pos: -26.5,32.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 729 - type: AtmosPipeColor color: '#990000FF' - - uid: 8239 + - uid: 8232 components: - type: Transform - pos: -22.5,27.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8241 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,22.5 + pos: -35.5,24.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 8526 - type: AtmosPipeColor color: '#990000FF' - uid: 8307 @@ -56727,6 +58031,9 @@ entities: rot: 3.141592653589793 rad pos: -11.5,16.5 parent: 4812 + - type: DeviceNetwork + deviceLists: + - 14182 - type: AtmosPipeColor color: '#990000FF' - uid: 8563 @@ -56782,6 +58089,17 @@ entities: - 13561 - type: AtmosPipeColor color: '#947507FF' + - uid: 9613 + components: + - type: Transform + pos: -25.5,8.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 7708 + - 12203 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12023 components: - type: Transform @@ -56836,13 +58154,6 @@ entities: parent: 4812 - type: AtmosPipeColor color: '#990000FF' - - uid: 12040 - components: - - type: Transform - pos: -24.5,8.5 - parent: 4812 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12042 components: - type: Transform @@ -56880,6 +58191,16 @@ entities: - 12178 - type: AtmosPipeColor color: '#990000FF' + - uid: 12214 + components: + - type: Transform + pos: -28.5,28.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 1803 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12418 components: - type: Transform @@ -56929,6 +58250,17 @@ entities: - 12283 - type: AtmosPipeColor color: '#990000FF' + - uid: 13737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,25.5 + parent: 4812 + - type: DeviceNetwork + deviceLists: + - 1803 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasVolumePump entities: - uid: 13225 @@ -57050,6 +58382,21 @@ entities: parent: 4812 - proto: Grille entities: + - uid: 483 + components: + - type: Transform + pos: -33.5,12.5 + parent: 4812 + - uid: 672 + components: + - type: Transform + pos: -33.5,10.5 + parent: 4812 + - uid: 705 + components: + - type: Transform + pos: -25.5,21.5 + parent: 4812 - uid: 736 components: - type: Transform @@ -57443,7 +58790,7 @@ entities: - uid: 2595 components: - type: Transform - pos: -35.5,19.5 + pos: -20.5,29.5 parent: 4812 - uid: 2607 components: @@ -57615,11 +58962,26 @@ entities: - type: Transform pos: 43.5,-0.5 parent: 4812 + - uid: 3457 + components: + - type: Transform + pos: -20.5,23.5 + parent: 4812 + - uid: 3611 + components: + - type: Transform + pos: -25.5,15.5 + parent: 4812 - uid: 3701 components: - type: Transform pos: 10.5,54.5 parent: 4812 + - uid: 3738 + components: + - type: Transform + pos: -34.5,18.5 + parent: 4812 - uid: 3740 components: - type: Transform @@ -58210,6 +59572,11 @@ entities: - type: Transform pos: -45.5,-27.5 parent: 4812 + - uid: 5027 + components: + - type: Transform + pos: -33.5,14.5 + parent: 4812 - uid: 5054 components: - type: Transform @@ -58400,6 +59767,11 @@ entities: - type: Transform pos: 25.5,-21.5 parent: 4812 + - uid: 5595 + components: + - type: Transform + pos: -33.5,16.5 + parent: 4812 - uid: 5601 components: - type: Transform @@ -58555,6 +59927,11 @@ entities: - type: Transform pos: 9.5,-13.5 parent: 4812 + - uid: 6572 + components: + - type: Transform + pos: -33.5,15.5 + parent: 4812 - uid: 6595 components: - type: Transform @@ -58670,6 +60047,11 @@ entities: - type: Transform pos: -12.5,-35.5 parent: 4812 + - uid: 7030 + components: + - type: Transform + pos: -34.5,20.5 + parent: 4812 - uid: 7208 components: - type: Transform @@ -58765,146 +60147,106 @@ entities: - type: Transform pos: -7.5,-27.5 parent: 4812 + - uid: 7722 + components: + - type: Transform + pos: -27.5,11.5 + parent: 4812 + - uid: 7728 + components: + - type: Transform + pos: -22.5,29.5 + parent: 4812 + - uid: 7798 + components: + - type: Transform + pos: -26.5,11.5 + parent: 4812 + - uid: 7809 + components: + - type: Transform + pos: -25.5,11.5 + parent: 4812 + - uid: 7810 + components: + - type: Transform + pos: -27.5,21.5 + parent: 4812 + - uid: 7814 + components: + - type: Transform + pos: -26.5,21.5 + parent: 4812 - uid: 7830 components: - type: Transform pos: 39.5,-0.5 parent: 4812 - - uid: 7915 + - uid: 7899 components: - type: Transform - pos: -32.5,10.5 - parent: 4812 - - uid: 7916 - components: - - type: Transform - pos: -32.5,12.5 - parent: 4812 - - uid: 7917 - components: - - type: Transform - pos: -27.5,10.5 - parent: 4812 - - uid: 7918 - components: - - type: Transform - pos: -24.5,10.5 - parent: 4812 - - uid: 7919 - components: - - type: Transform - pos: -35.5,13.5 - parent: 4812 - - uid: 7920 - components: - - type: Transform - pos: -33.5,13.5 - parent: 4812 - - uid: 7921 - components: - - type: Transform - pos: -32.5,14.5 - parent: 4812 - - uid: 7922 - components: - - type: Transform - pos: -27.5,17.5 - parent: 4812 - - uid: 7923 - components: - - type: Transform - pos: -24.5,17.5 - parent: 4812 - - uid: 7924 - components: - - type: Transform - pos: -24.5,16.5 - parent: 4812 - - uid: 7925 - components: - - type: Transform - pos: -24.5,19.5 - parent: 4812 - - uid: 7926 - components: - - type: Transform - pos: -24.5,20.5 - parent: 4812 - - uid: 7927 - components: - - type: Transform - pos: -27.5,20.5 - parent: 4812 - - uid: 7928 - components: - - type: Transform - pos: -22.5,29.5 - parent: 4812 - - uid: 7929 - components: - - type: Transform - pos: -24.5,31.5 - parent: 4812 - - uid: 7930 - components: - - type: Transform - pos: -27.5,33.5 - parent: 4812 - - uid: 7931 - components: - - type: Transform - pos: -29.5,33.5 - parent: 4812 - - uid: 7933 - components: - - type: Transform - pos: -28.5,33.5 + pos: -37.5,21.5 parent: 4812 - uid: 7970 components: - type: Transform pos: 10.5,36.5 parent: 4812 - - uid: 8052 + - uid: 8076 components: - type: Transform - pos: -35.5,17.5 + pos: -10.5,-59.5 parent: 4812 - - uid: 8060 + - uid: 8115 components: - type: Transform - pos: -32.5,20.5 + pos: -27.5,15.5 + parent: 4812 + - uid: 8160 + components: + - type: Transform + pos: -28.5,19.5 parent: 4812 - uid: 8166 components: - type: Transform - pos: -20.5,21.5 + pos: -24.5,19.5 parent: 4812 - - uid: 8167 + - uid: 8170 components: - type: Transform - pos: -21.5,21.5 + pos: -24.5,17.5 parent: 4812 - - uid: 8168 + - uid: 8182 components: - type: Transform - pos: -23.5,21.5 + pos: -35.5,21.5 parent: 4812 - - uid: 8174 + - uid: 8194 components: - type: Transform - pos: -21.5,26.5 + pos: -28.5,22.5 parent: 4812 - - uid: 8175 + - uid: 8268 components: - type: Transform - pos: -23.5,26.5 + pos: -28.5,24.5 parent: 4812 - uid: 8373 components: - type: Transform pos: 45.5,-4.5 parent: 4812 + - uid: 8401 + components: + - type: Transform + pos: -28.5,17.5 + parent: 4812 + - uid: 8412 + components: + - type: Transform + pos: -39.5,15.5 + parent: 4812 - uid: 8467 components: - type: Transform @@ -58930,10 +60272,10 @@ entities: - type: Transform pos: -48.5,-26.5 parent: 4812 - - uid: 8526 + - uid: 8507 components: - type: Transform - pos: -23.5,37.5 + pos: -26.5,31.5 parent: 4812 - uid: 8527 components: @@ -59310,11 +60652,6 @@ entities: - type: Transform pos: -44.5,22.5 parent: 4812 - - uid: 9343 - components: - - type: Transform - pos: -43.5,22.5 - parent: 4812 - uid: 9348 components: - type: Transform @@ -59380,11 +60717,6 @@ entities: - type: Transform pos: -41.5,-28.5 parent: 4812 - - uid: 9636 - components: - - type: Transform - pos: -33.5,19.5 - parent: 4812 - uid: 9649 components: - type: Transform @@ -59720,6 +61052,26 @@ entities: - type: Transform pos: -48.5,-10.5 parent: 4812 + - uid: 10948 + components: + - type: Transform + pos: -19.5,23.5 + parent: 4812 + - uid: 10992 + components: + - type: Transform + pos: -28.5,31.5 + parent: 4812 + - uid: 10995 + components: + - type: Transform + pos: -28.5,35.5 + parent: 4812 + - uid: 10998 + components: + - type: Transform + pos: -26.5,35.5 + parent: 4812 - uid: 11216 components: - type: Transform @@ -59915,11 +61267,6 @@ entities: - type: Transform pos: 20.5,-39.5 parent: 4812 - - uid: 12058 - components: - - type: Transform - pos: -33.5,17.5 - parent: 4812 - uid: 12108 components: - type: Transform @@ -60675,11 +62022,6 @@ entities: - type: Transform pos: -48.5,-5.5 parent: 4812 - - uid: 13691 - components: - - type: Transform - pos: -32.5,16.5 - parent: 4812 - uid: 13717 components: - type: Transform @@ -60786,10 +62128,15 @@ entities: - type: Transform pos: -17.5,37.5 parent: 4812 - - uid: 9508 + - uid: 8193 components: - type: Transform - pos: -42.5,22.5 + pos: -43.5,22.5 + parent: 4812 + - uid: 8206 + components: + - type: Transform + pos: -21.5,37.5 parent: 4812 - uid: 12776 components: @@ -60806,11 +62153,6 @@ entities: - type: Transform pos: -47.5,22.5 parent: 4812 - - uid: 13240 - components: - - type: Transform - pos: -24.5,37.5 - parent: 4812 - uid: 13243 components: - type: Transform @@ -60986,56 +62328,48 @@ entities: - type: Transform pos: -0.5,-56.5 parent: 4812 +- proto: GunSafeDisabler + entities: + - uid: 8178 + components: + - type: Transform + pos: -35.5,22.5 + parent: 4812 - proto: GunSafeLaserCarbine entities: - - uid: 12053 + - uid: 8179 components: - type: Transform - anchored: True - pos: -37.5,22.5 + pos: -34.5,24.5 parent: 4812 - - type: Physics - bodyType: Static - proto: GunSafePistolMk58 entities: - - uid: 13920 + - uid: 745 components: - type: Transform - anchored: True - pos: -33.5,20.5 + pos: -37.5,22.5 parent: 4812 - - type: Physics - bodyType: Static - proto: GunSafeRifleLecter entities: - - uid: 12215 + - uid: 7920 components: - type: Transform - anchored: True - pos: -37.5,20.5 + pos: -38.5,25.5 parent: 4812 - - type: Physics - bodyType: Static - proto: GunSafeShotgunKammerer entities: - - uid: 12054 + - uid: 8338 components: - type: Transform - anchored: True - pos: -34.5,22.5 + pos: -34.5,25.5 parent: 4812 - - type: Physics - bodyType: Static - proto: GunSafeSubMachineGunDrozd entities: - - uid: 8377 + - uid: 10810 components: - type: Transform - anchored: True - pos: -37.5,21.5 + pos: -38.5,24.5 parent: 4812 - - type: Physics - bodyType: Static - proto: Handcuffs entities: - uid: 4865 @@ -61048,10 +62382,10 @@ entities: - type: Transform pos: -2.4305947,-24.439144 parent: 4812 - - uid: 8452 + - uid: 7673 components: - type: Transform - pos: -30.406057,10.489904 + pos: -32.383415,14.546442 parent: 4812 - proto: HandheldGPSBasic entities: @@ -61118,12 +62452,17 @@ entities: - type: Transform pos: -19.500504,10.456865 parent: 4812 -- proto: HarmonicaInstrument - entities: - - uid: 11857 + - uid: 14166 components: - type: Transform - pos: -29.373522,30.531204 + pos: -39.44861,11.147821 + parent: 4812 +- proto: HarmonicaInstrument + entities: + - uid: 13953 + components: + - type: Transform + pos: -25.528885,34.491356 parent: 4812 - proto: HeatExchanger entities: @@ -61180,6 +62519,13 @@ entities: - type: Transform pos: 13.5565815,-27.824743 parent: 4812 +- proto: HighSecArmoryLocked + entities: + - uid: 8316 + components: + - type: Transform + pos: -36.5,21.5 + parent: 4812 - proto: HighSecCommandLocked entities: - uid: 1846 @@ -61291,10 +62637,10 @@ entities: parent: 4812 - proto: HolopadCommandHos entities: - - uid: 13760 + - uid: 4379 components: - type: Transform - pos: -20.5,24.5 + pos: -36.5,15.5 parent: 4812 - proto: HolopadCommandQm entities: @@ -61471,19 +62817,24 @@ entities: - type: Transform pos: 5.5,-26.5 parent: 4812 -- proto: HolopadSecurityBreakroom +- proto: HolopadSecurityArmory entities: - - uid: 13786 + - uid: 10952 components: - type: Transform - pos: -37.5,11.5 + pos: -36.5,23.5 parent: 4812 - proto: HolopadSecurityBrig entities: - - uid: 13762 + - uid: 8525 components: - type: Transform - pos: -30.5,15.5 + pos: -31.5,15.5 + parent: 4812 + - uid: 13977 + components: + - type: Transform + pos: -24.5,28.5 parent: 4812 - proto: HolopadSecurityDetective entities: @@ -61499,19 +62850,19 @@ entities: - type: Transform pos: -17.5,16.5 parent: 4812 -- proto: HolopadSecurityPerma +- proto: HolopadSecurityLockerRoom entities: - - uid: 13761 + - uid: 7757 components: - type: Transform - pos: -29.5,29.5 + pos: -35.5,11.5 parent: 4812 - proto: HolopadSecurityWarden entities: - - uid: 3705 + - uid: 7824 components: - type: Transform - pos: -35.5,15.5 + pos: -26.5,18.5 parent: 4812 - proto: HolopadServiceBar entities: @@ -61569,11 +62920,6 @@ entities: - type: Transform pos: 10.5,30.5 parent: 4812 - - uid: 3421 - components: - - type: Transform - pos: -19.5,29.5 - parent: 4812 - uid: 3451 components: - type: Transform @@ -61633,6 +62979,11 @@ entities: - type: Transform pos: -12.442752,-7.42547 parent: 4812 + - uid: 12459 + components: + - type: Transform + pos: -32.52925,27.02975 + parent: 4812 - proto: HydroponicsToolHatchet entities: - uid: 1459 @@ -61647,16 +62998,16 @@ entities: - type: Transform pos: -11.520877,-7.441095 parent: 4812 - - uid: 8407 - components: - - type: Transform - pos: -31.533045,30.44869 - parent: 4812 - uid: 11299 components: - type: Transform pos: 16.50683,-37.620907 parent: 4812 + - uid: 12458 + components: + - type: Transform + pos: -32.518837,27.519674 + parent: 4812 - proto: HydroponicsToolScythe entities: - uid: 1458 @@ -61671,10 +63022,10 @@ entities: - type: Transform pos: -11.489627,-7.378595 parent: 4812 - - uid: 8408 + - uid: 7854 components: - type: Transform - pos: -31.45492,30.47994 + pos: -32.41467,27.550945 parent: 4812 - uid: 9619 components: @@ -61748,23 +63099,29 @@ entities: - type: Transform pos: -16.5,-5.5 parent: 4812 - - uid: 4379 + - uid: 12444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,31.5 + rot: 3.141592653589793 rad + pos: -30.5,29.5 parent: 4812 - - uid: 4470 + - uid: 12448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,30.5 + rot: 3.141592653589793 rad + pos: -28.5,29.5 parent: 4812 - - uid: 6391 + - uid: 12471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,29.5 + rot: -1.5707963267948966 rad + pos: -28.5,30.5 + parent: 4812 + - uid: 12520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,30.5 parent: 4812 - proto: IDComputerCircuitboard entities: @@ -61806,25 +63163,20 @@ entities: parent: 4812 - proto: IngotGold1 entities: - - uid: 12458 + - uid: 8033 components: - type: Transform - pos: -38.5391,25.681717 + pos: -37.873795,29.241564 parent: 4812 - - uid: 12459 + - uid: 8034 components: - type: Transform - pos: -38.5391,25.681717 + pos: -37.66546,29.09563 parent: 4812 - - uid: 12460 + - uid: 8035 components: - type: Transform - pos: -38.38285,25.619217 - parent: 4812 - - uid: 12461 - components: - - type: Transform - pos: -38.2891,25.541092 + pos: -37.44671,28.96012 parent: 4812 - proto: IngotSilver entities: @@ -61877,11 +63229,6 @@ entities: - type: Transform pos: 17.5,36.5 parent: 4812 - - uid: 4853 - components: - - type: Transform - pos: -19.5,26.5 - parent: 4812 - uid: 12324 components: - type: Transform @@ -61966,11 +63313,22 @@ entities: parent: 4812 - proto: IntercomSecurity entities: - - uid: 4854 + - uid: 7841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,9.5 + rot: 1.5707963267948966 rad + pos: -24.5,11.5 + parent: 4812 + - uid: 7928 + components: + - type: Transform + pos: -36.5,13.5 + parent: 4812 + - uid: 13950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,25.5 parent: 4812 - proto: IntercomService entities: @@ -62030,38 +63388,16 @@ entities: parent: 4812 - proto: JetpackSecurityFilled entities: - - uid: 13680 + - uid: 13990 components: - type: Transform - pos: -33.729538,21.689896 + pos: -34.709778,22.481216 parent: 4812 - - type: GasTank - toggleActionEntity: 10945 - - type: Jetpack - toggleActionEntity: 8332 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 8332 - - 10945 - - uid: 13917 + - uid: 13991 components: - type: Transform - pos: -33.3936,21.666458 + pos: -34.428528,22.481216 parent: 4812 - - type: GasTank - toggleActionEntity: 13919 - - type: Jetpack - toggleActionEntity: 13918 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 13918 - - 13919 - proto: KitchenKnife entities: - uid: 1642 @@ -62069,10 +63405,10 @@ entities: - type: Transform pos: 6.5,-1.5 parent: 4812 - - uid: 10998 + - uid: 7660 components: - type: Transform - pos: -36.20571,29.520401 + pos: -30.532846,40.64614 parent: 4812 - proto: KitchenMicrowave entities: @@ -62081,11 +63417,16 @@ entities: - type: Transform pos: 5.5,-1.5 parent: 4812 - - uid: 8428 + - uid: 8303 components: - type: Transform pos: -39.5,12.5 parent: 4812 + - uid: 12450 + components: + - type: Transform + pos: -26.5,26.5 + parent: 4812 - uid: 12494 components: - type: Transform @@ -62118,6 +63459,11 @@ entities: - type: Transform pos: -40.5,-34.5 parent: 4812 + - uid: 13813 + components: + - type: Transform + pos: -28.5,26.5 + parent: 4812 - proto: KitchenSpike entities: - uid: 1536 @@ -62299,21 +63645,6 @@ entities: showEnts: False occludes: True ent: null - - uid: 8265 - components: - - type: Transform - pos: -21.463991,24.553658 - parent: 4812 - - type: ContainerContainer - containers: - cellslot_cell_container: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 10704 components: - type: Transform @@ -62339,6 +63670,12 @@ entities: - type: Physics canCollide: True - type: ActionsContainer + - uid: 10811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.4916,16.693497 + parent: 4812 - proto: LampBanana entities: - uid: 1706 @@ -62608,24 +63945,6 @@ entities: 9592: - - Pressed - Toggle -- proto: LockableButtonHeadOfSecurity - entities: - - uid: 13826 - components: - - type: Transform - pos: -20.5,26.5 - parent: 4812 - - type: DeviceLinkSource - linkedPorts: - 8153: - - - Pressed - - Toggle - 8160: - - - Pressed - - Toggle - 8161: - - - Pressed - - Toggle - proto: LockableButtonMedical entities: - uid: 4693 @@ -62663,24 +63982,18 @@ entities: - Toggle - proto: LockableButtonSecurity entities: - - uid: 13825 + - uid: 7793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,28.5 + rot: 1.5707963267948966 rad + pos: -21.5,24.5 parent: 4812 - type: DeviceLinkSource linkedPorts: - 13821: + 6352: - - Pressed - Toggle - 13822: - - - Pressed - - Toggle - 13823: - - - Pressed - - Toggle - 13824: + 6235: - - Pressed - Toggle - proto: LockerAtmosphericsFilled @@ -62978,31 +64291,11 @@ entities: - 0 - proto: LockerEvidence entities: - - uid: 4977 + - uid: 8405 components: - type: Transform pos: -29.5,24.5 parent: 4812 - - uid: 6735 - components: - - type: Transform - pos: -27.5,24.5 - parent: 4812 - - uid: 6736 - components: - - type: Transform - pos: -28.5,24.5 - parent: 4812 - - uid: 10926 - components: - - type: Transform - pos: -31.5,19.5 - parent: 4812 - - uid: 13915 - components: - - type: Transform - pos: -31.5,17.5 - parent: 4812 - proto: LockerFreezer entities: - uid: 1538 @@ -63090,29 +64383,11 @@ entities: - 0 - proto: LockerHeadOfSecurityFilled entities: - - uid: 8252 + - uid: 7456 components: - type: Transform - pos: -21.5,28.5 + pos: -36.5,16.5 parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: LockerMedicalFilled entities: - uid: 9498 @@ -63167,6 +64442,55 @@ entities: - type: Transform pos: -8.5,-27.5 parent: 4812 +- proto: LockerPrisoner + entities: + - uid: 7817 + components: + - type: Transform + pos: -27.5,22.5 + parent: 4812 +- proto: LockerPrisoner2 + entities: + - uid: 7698 + components: + - type: Transform + pos: -26.5,22.5 + parent: 4812 +- proto: LockerPrisoner3 + entities: + - uid: 8142 + components: + - type: Transform + pos: -25.5,22.5 + parent: 4812 +- proto: LockerPrisoner4 + entities: + - uid: 8108 + components: + - type: Transform + pos: -24.5,22.5 + parent: 4812 +- proto: LockerPrisoner5 + entities: + - uid: 8112 + components: + - type: Transform + pos: -22.5,22.5 + parent: 4812 +- proto: LockerPrisoner6 + entities: + - uid: 8113 + components: + - type: Transform + pos: -22.5,23.5 + parent: 4812 +- proto: LockerPrisoner7 + entities: + - uid: 7816 + components: + - type: Transform + pos: -22.5,24.5 + parent: 4812 - proto: LockerQuarterMasterFilled entities: - uid: 3441 @@ -63313,52 +64637,31 @@ entities: - 0 - 0 - 0 - - uid: 8421 - components: - - type: Transform - pos: -33.5,12.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8422 + - uid: 7669 components: - type: Transform pos: -35.5,12.5 parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.8742619 - - 7.050795 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 + - uid: 7670 + components: + - type: Transform + pos: -34.5,12.5 + parent: 4812 + - uid: 8430 + components: + - type: Transform + pos: -36.5,12.5 + parent: 4812 + - uid: 8456 + components: + - type: Transform + pos: -29.5,19.5 + parent: 4812 + - uid: 13985 + components: + - type: Transform + pos: -32.5,12.5 + parent: 4812 - proto: LockerSyndicatePersonal entities: - uid: 13323 @@ -63405,10 +64708,10 @@ entities: parent: 4812 - proto: LockerWardenFilled entities: - - uid: 12520 + - uid: 7820 components: - type: Transform - pos: -37.5,14.5 + pos: -25.5,19.5 parent: 4812 - proto: LockerWeldingSuppliesFilled entities: @@ -63475,22 +64778,22 @@ entities: parent: 4812 - proto: MachineMaterialSilo entities: - - uid: 6224 + - uid: 10928 components: - type: Transform - pos: 16.5,-23.5 + pos: 11.5,-23.5 parent: 4812 - proto: MagazinePistolSubMachineGunTopMounted entities: - - uid: 2914 + - uid: 10690 components: - type: Transform - pos: -21.302504,23.37122 + pos: -34.45804,15.261368 parent: 4812 - - uid: 13166 + - uid: 10809 components: - type: Transform - pos: -21.281672,23.225285 + pos: -34.504333,15.131649 parent: 4812 - proto: MaintenanceFluffSpawner entities: @@ -63578,16 +64881,16 @@ entities: - type: Transform pos: 17.5,11.5 parent: 4812 + - uid: 8262 + components: + - type: Transform + pos: -37.5,30.5 + parent: 4812 - uid: 10904 components: - type: Transform pos: -29.5,-12.5 parent: 4812 - - uid: 12464 - components: - - type: Transform - pos: -37.5,25.5 - parent: 4812 - uid: 13411 components: - type: Transform @@ -63892,6 +65195,11 @@ entities: parent: 4812 - proto: NitrogenCanister entities: + - uid: 1263 + components: + - type: Transform + pos: -18.5,30.5 + parent: 4812 - uid: 1731 components: - type: Transform @@ -64083,6 +65391,13 @@ entities: - type: Transform pos: 19.452671,-32.41012 parent: 4812 +- proto: PackPaperRollingFilters + entities: + - uid: 13961 + components: + - type: Transform + pos: -26.367264,34.67066 + parent: 4812 - proto: PaintingAmogusTriptych entities: - uid: 7003 @@ -64436,10 +65751,17 @@ entities: - type: Transform pos: -31.49619,-23.373245 parent: 4812 - - uid: 8395 + - uid: 12447 components: - type: Transform - pos: -25.484861,30.57598 + pos: -22.40807,28.638367 + parent: 4812 +- proto: PaperBin5 + entities: + - uid: 12060 + components: + - type: Transform + pos: -19.5,22.5 parent: 4812 - proto: ParchisBoard entities: @@ -64512,10 +65834,10 @@ entities: - type: Transform pos: -27.318611,-14.334436 parent: 4812 - - uid: 8396 + - uid: 12457 components: - type: Transform - pos: -25.234861,30.76348 + pos: -22.647654,28.51328 parent: 4812 - proto: PersonalAI entities: @@ -64641,6 +65963,26 @@ entities: - type: Transform pos: -49.5,0.5 parent: 4812 +- proto: PlasmaWindoorSecureSecurityLocked + entities: + - uid: 7896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,18.5 + parent: 4812 + - uid: 8180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,19.5 + parent: 4812 + - uid: 8333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,20.5 + parent: 4812 - proto: PlasticFlapsAirtightClear entities: - uid: 2779 @@ -64716,18 +66058,20 @@ entities: - type: Transform pos: -44.486626,-24.313948 parent: 4812 -- proto: PortableFlasher +- proto: PlushieSharkGrey entities: - - uid: 13914 + - uid: 13954 + components: + - type: Transform + pos: -29.518469,34.407963 + parent: 4812 +- proto: PortableFlasher + entities: + - uid: 8007 components: - type: Transform - anchored: False pos: -35.5,20.5 parent: 4812 - - type: TriggerOnProximity - enabled: False - - type: Physics - bodyType: Dynamic - proto: PortableGeneratorJrPacman entities: - uid: 741 @@ -64831,6 +66175,13 @@ entities: - type: Transform pos: -11.5,14.5 parent: 4812 +- proto: PosterContrabandFunPolice + entities: + - uid: 8219 + components: + - type: Transform + pos: -39.5,16.5 + parent: 4812 - proto: PosterContrabandHackingGuide entities: - uid: 8605 @@ -64887,6 +66238,14 @@ entities: - type: Transform pos: -42.5,-22.5 parent: 4812 +- proto: PosterLegit12Gauge + entities: + - uid: 13947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,24.5 + parent: 4812 - proto: PosterLegit50thAnniversaryVintageReprint entities: - uid: 6366 @@ -64932,6 +66291,12 @@ entities: - type: Transform pos: -23.5,-10.5 parent: 4812 + - uid: 13948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,31.5 + parent: 4812 - proto: PosterLegitCohibaRobustoAd entities: - uid: 5360 @@ -64944,6 +66309,32 @@ entities: - type: Transform pos: -2.5,-20.5 parent: 4812 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 8218 + components: + - type: Transform + pos: -28.5,10.5 + parent: 4812 +- proto: PosterLegitEnlist + entities: + - uid: 8354 + components: + - type: Transform + pos: -38.5,26.5 + parent: 4812 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 10954 + components: + - type: Transform + pos: -28.5,20.5 + parent: 4812 + - uid: 14005 + components: + - type: Transform + pos: -33.5,28.5 + parent: 4812 - proto: PosterLegitIan entities: - uid: 4527 @@ -64951,6 +66342,13 @@ entities: - type: Transform pos: 10.5,23.5 parent: 4812 +- proto: PosterLegitIonRifle + entities: + - uid: 8429 + components: + - type: Transform + pos: -34.5,26.5 + parent: 4812 - proto: PosterLegitLoveIan entities: - uid: 4528 @@ -65069,6 +66467,14 @@ entities: - type: Transform pos: -30.5,-13.5 parent: 4812 +- proto: PosterLegitObey + entities: + - uid: 7891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,23.5 + parent: 4812 - proto: PosterLegitPeriodicTable entities: - uid: 10738 @@ -65083,6 +66489,14 @@ entities: - type: Transform pos: -13.5,21.5 parent: 4812 +- proto: PosterLegitReportCrimes + entities: + - uid: 8017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,13.5 + parent: 4812 - proto: PosterLegitSafetyMothDelam entities: - uid: 10996 @@ -65117,6 +66531,14 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,-1.5 parent: 4812 +- proto: PosterLegitSafetyReport + entities: + - uid: 7785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,9.5 + parent: 4812 - proto: PosterLegitScience entities: - uid: 6367 @@ -65131,18 +66553,6 @@ entities: - type: Transform pos: 6.5,-10.5 parent: 4812 -- proto: PottedPlant0 - entities: - - uid: 6625 - components: - - type: Transform - pos: -31.5,22.5 - parent: 4812 - - uid: 6738 - components: - - type: Transform - pos: -25.5,22.5 - parent: 4812 - proto: PottedPlant1 entities: - uid: 6333 @@ -65299,14 +66709,6 @@ entities: - type: ContainerContainer containers: stash: !type:ContainerSlot {} - - uid: 2684 - components: - - type: Transform - pos: 0.5,30.5 - parent: 4812 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - uid: 3258 components: - type: Transform @@ -65376,6 +66778,11 @@ entities: - type: ContainerContainer containers: stash: !type:ContainerSlot {} + - uid: 8247 + components: + - type: Transform + pos: -25.5,10.5 + parent: 4812 - uid: 8288 components: - type: Transform @@ -65384,6 +66791,11 @@ entities: - type: ContainerContainer containers: stash: !type:ContainerSlot {} + - uid: 9626 + components: + - type: Transform + pos: -27.5,12.5 + parent: 4812 - uid: 9684 components: - type: Transform @@ -65508,6 +66920,11 @@ entities: rot: 1.5707963267948966 rad pos: -18.5,9.5 parent: 4812 + - uid: 7680 + components: + - type: Transform + pos: -26.5,15.5 + parent: 4812 - uid: 8579 components: - type: Transform @@ -65566,6 +66983,11 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,-37.5 parent: 4812 + - uid: 10807 + components: + - type: Transform + pos: -30.5,8.5 + parent: 4812 - uid: 11900 components: - type: Transform @@ -65613,6 +67035,12 @@ entities: - type: Transform pos: -45.5,-16.5 parent: 4812 + - uid: 13923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,27.5 + parent: 4812 - proto: Poweredlight entities: - uid: 742 @@ -66322,10 +67750,16 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6491 + - uid: 6639 components: - type: Transform - pos: -35.5,22.5 + pos: -32.5,20.5 + parent: 4812 + - uid: 6737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,14.5 parent: 4812 - uid: 6778 components: @@ -66463,50 +67897,88 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 8141 + - uid: 7666 components: - type: Transform - pos: -36.5,12.5 + rot: 1.5707963267948966 rad + pos: -38.5,24.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8144 + - uid: 7727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,23.5 + parent: 4812 + - uid: 7733 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,12.5 + pos: -29.5,16.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8247 + - uid: 7865 + components: + - type: Transform + pos: -26.5,24.5 + parent: 4812 + - uid: 7867 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,28.5 + pos: -22.5,23.5 + parent: 4812 + - uid: 7869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,12.5 + parent: 4812 + - uid: 7933 + components: + - type: Transform + pos: -21.5,28.5 + parent: 4812 + - uid: 8092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,19.5 + parent: 4812 + - uid: 8130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,8.5 + parent: 4812 + - uid: 8169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,20.5 + parent: 4812 + - uid: 8181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,11.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8251 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-27.5 parent: 4812 - - uid: 8269 - components: - - type: Transform - pos: -20.5,25.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8304 + - uid: 8254 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,18.5 + pos: -29.5,11.5 + parent: 4812 + - uid: 8256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,19.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8305 components: - type: Transform @@ -66515,6 +67987,23 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 + - uid: 8331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,24.5 + parent: 4812 + - uid: 8392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,16.5 + parent: 4812 + - uid: 8463 + components: + - type: Transform + pos: -35.5,12.5 + parent: 4812 - uid: 8492 components: - type: Transform @@ -66700,13 +68189,6 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10690 - components: - - type: Transform - pos: -24.5,8.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10691 components: - type: Transform @@ -66745,6 +68227,12 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 + - uid: 10945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,29.5 + parent: 4812 - uid: 11246 components: - type: Transform @@ -66919,24 +68407,6 @@ entities: - type: Transform pos: -52.5,6.5 parent: 4812 - - uid: 13678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,18.5 - parent: 4812 - - uid: 13679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,15.5 - parent: 4812 - - uid: 13698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,17.5 - parent: 4812 - uid: 13744 components: - type: Transform @@ -66966,6 +68436,12 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,-17.5 parent: 4812 + - uid: 14183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,28.5 + parent: 4812 - proto: PoweredlightEmpty entities: - uid: 11249 @@ -67139,21 +68615,12 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 3732 + - uid: 3753 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,5.5 + pos: 25.5,0.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3733 - components: - - type: Transform - pos: 24.5,4.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3770 components: - type: Transform @@ -67187,14 +68654,6 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,1.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4480 components: - type: Transform @@ -67229,12 +68688,6 @@ entities: rot: 3.141592653589793 rad pos: 23.5,10.5 parent: 4812 - - uid: 5051 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,31.5 - parent: 4812 - uid: 5388 components: - type: Transform @@ -67265,14 +68718,6 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,24.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6281 components: - type: Transform @@ -67372,74 +68817,24 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-19.5 parent: 4812 - - uid: 7963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,33.5 - parent: 4812 - - uid: 8146 - components: - - type: Transform - pos: -26.5,20.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8147 - components: - - type: Transform - pos: -26.5,17.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,10.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8149 + - uid: 8054 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,27.5 + pos: 25.5,4.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8150 + - uid: 8055 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,27.5 + pos: 21.5,4.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8151 + - uid: 8245 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,30.5 + pos: -19.5,24.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,31.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,28.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8329 components: - type: Transform @@ -67448,13 +68843,6 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 8454 - components: - - type: Transform - pos: -25.5,14.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8494 components: - type: Transform @@ -67614,10 +69002,8 @@ entities: - uid: 10880 components: - type: Transform - pos: -30.5,8.5 + pos: -27.5,33.5 parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10881 components: - type: Transform @@ -67632,6 +69018,12 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 + - uid: 10990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,33.5 + parent: 4812 - uid: 11357 components: - type: Transform @@ -67662,14 +69054,6 @@ entities: parent: 4812 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,24.5 - parent: 4812 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11813 components: - type: Transform @@ -67690,6 +69074,18 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,13.5 parent: 4812 + - uid: 12063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,32.5 + parent: 4812 + - uid: 12456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,26.5 + parent: 4812 - uid: 13141 components: - type: Transform @@ -67731,6 +69127,12 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,-38.5 parent: 4812 + - uid: 13918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,34.5 + parent: 4812 - proto: PoweredStrobeLightEmpty entities: - uid: 7635 @@ -67873,16 +69275,26 @@ entities: - type: Transform pos: 16.5,11.5 parent: 4812 - - uid: 6226 + - uid: 4757 components: - type: Transform - pos: 11.5,-23.5 + pos: -10.5,-57.5 parent: 4812 - uid: 6227 components: - type: Transform pos: 13.5,-23.5 parent: 4812 + - uid: 7764 + components: + - type: Transform + pos: -30.5,10.5 + parent: 4812 + - uid: 7925 + components: + - type: Transform + pos: -38.5,30.5 + parent: 4812 - uid: 7953 components: - type: Transform @@ -67894,10 +69306,11 @@ entities: - type: Transform pos: -16.5,16.5 parent: 4812 - - uid: 8424 + - uid: 8471 components: - type: Transform - pos: -37.5,12.5 + rot: 1.5707963267948966 rad + pos: 16.5,-23.5 parent: 4812 - uid: 9376 components: @@ -67929,11 +69342,6 @@ entities: - type: Transform pos: -30.5,-12.5 parent: 4812 - - uid: 10979 - components: - - type: Transform - pos: -37.5,26.5 - parent: 4812 - uid: 11306 components: - type: Transform @@ -68002,6 +69410,12 @@ entities: rot: -1.5707963267948966 rad pos: 32.5,-39.5 parent: 4812 + - uid: 13891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-27.5 + parent: 4812 - proto: RadioHandheld entities: - uid: 4582 @@ -68014,10 +69428,12 @@ entities: - type: Transform pos: -2.7355957,-24.240028 parent: 4812 - - uid: 8453 +- proto: RadioHandheldSecurity + entities: + - uid: 7675 components: - type: Transform - pos: -30.22465,10.760374 + pos: -32.320915,14.754921 parent: 4812 - proto: Railing entities: @@ -68340,21 +69756,23 @@ entities: - uid: 11874 components: - type: Transform - rot: 3.141592653589793 rad pos: 34.5,-32.5 parent: 4812 - uid: 11875 components: - type: Transform - rot: 3.141592653589793 rad pos: 24.5,-31.5 parent: 4812 - uid: 11876 components: - type: Transform - rot: 3.141592653589793 rad pos: 13.5,-31.5 parent: 4812 + - uid: 13949 + components: + - type: Transform + pos: -29.5,31.5 + parent: 4812 - proto: RandomPosterContraband entities: - uid: 4585 @@ -68362,6 +69780,11 @@ entities: - type: Transform pos: 17.5,0.5 parent: 4812 + - uid: 6234 + components: + - type: Transform + pos: -30.5,33.5 + parent: 4812 - uid: 6492 components: - type: Transform @@ -68372,6 +69795,11 @@ entities: - type: Transform pos: 17.5,-30.5 parent: 4812 + - uid: 7786 + components: + - type: Transform + pos: -33.5,30.5 + parent: 4812 - uid: 9066 components: - type: Transform @@ -68380,13 +69808,11 @@ entities: - uid: 9526 components: - type: Transform - rot: 3.141592653589793 rad pos: -39.5,-19.5 parent: 4812 - uid: 13385 components: - type: Transform - rot: 3.141592653589793 rad pos: -37.5,-17.5 parent: 4812 - proto: RandomPosterLegit @@ -68444,7 +69870,6 @@ entities: - uid: 6393 components: - type: Transform - rot: 3.141592653589793 rad pos: 10.5,-4.5 parent: 4812 - uid: 6489 @@ -68465,19 +69890,16 @@ entities: - uid: 9548 components: - type: Transform - rot: 3.141592653589793 rad pos: 62.5,-4.5 parent: 4812 - uid: 11872 components: - type: Transform - rot: 3.141592653589793 rad pos: -10.5,14.5 parent: 4812 - uid: 11873 components: - type: Transform - rot: 3.141592653589793 rad pos: 17.5,-1.5 parent: 4812 - uid: 13186 @@ -68507,10 +69929,10 @@ entities: - type: Transform pos: 16.5,6.5 parent: 4812 - - uid: 8248 + - uid: 13945 components: - type: Transform - pos: -19.5,29.5 + pos: -32.5,33.5 parent: 4812 - proto: RandomSpawner entities: @@ -68654,16 +70076,16 @@ entities: - type: Transform pos: 19.5,14.5 parent: 4812 - - uid: 12161 - components: - - type: Transform - pos: -30.5,17.5 - parent: 4812 - uid: 13182 components: - type: Transform pos: 37.5,-3.5 parent: 4812 + - uid: 14009 + components: + - type: Transform + pos: -26.5,28.5 + parent: 4812 - proto: RCD entities: - uid: 10767 @@ -68695,6 +70117,18 @@ entities: - type: Transform pos: 7.6925507,0.6939993 parent: 4812 + - uid: 13943 + components: + - type: Transform + pos: -27.930462,26.55903 + parent: 4812 +- proto: ReagentContainerSugar + entities: + - uid: 13938 + components: + - type: Transform + pos: -27.767822,26.673933 + parent: 4812 - proto: Recycler entities: - uid: 2886 @@ -68711,15 +70145,25 @@ entities: parent: 4812 - proto: ReinforcedPlasmaWindow entities: - - uid: 4141 + - uid: 6571 components: - type: Transform - pos: -32.5,20.5 + pos: -37.5,21.5 parent: 4812 - - uid: 8371 + - uid: 7709 components: - type: Transform - pos: -33.5,19.5 + pos: -34.5,20.5 + parent: 4812 + - uid: 7805 + components: + - type: Transform + pos: -34.5,18.5 + parent: 4812 + - uid: 8136 + components: + - type: Transform + pos: -35.5,21.5 parent: 4812 - uid: 9119 components: @@ -68806,11 +70250,6 @@ entities: - type: Transform pos: -46.5,-11.5 parent: 4812 - - uid: 10973 - components: - - type: Transform - pos: -35.5,19.5 - parent: 4812 - uid: 11733 components: - type: Transform @@ -70348,135 +71787,120 @@ entities: - type: Transform pos: -26.5,-24.5 parent: 4812 - - uid: 7665 + - uid: 7712 components: - type: Transform - pos: -22.5,29.5 + pos: -33.5,14.5 parent: 4812 - - uid: 7666 + - uid: 7721 components: - type: Transform - pos: -24.5,31.5 + pos: -25.5,11.5 parent: 4812 - - uid: 7667 + - uid: 7724 components: - type: Transform - pos: -27.5,33.5 - parent: 4812 - - uid: 7668 - components: - - type: Transform - pos: -28.5,33.5 - parent: 4812 - - uid: 7669 - components: - - type: Transform - pos: -29.5,33.5 - parent: 4812 - - uid: 7708 - components: - - type: Transform - pos: -24.5,20.5 - parent: 4812 - - uid: 7709 - components: - - type: Transform - pos: -24.5,19.5 - parent: 4812 - - uid: 7710 - components: - - type: Transform - pos: -24.5,17.5 - parent: 4812 - - uid: 7711 - components: - - type: Transform - pos: -24.5,16.5 - parent: 4812 - - uid: 7716 - components: - - type: Transform - pos: -27.5,20.5 - parent: 4812 - - uid: 7717 - components: - - type: Transform - pos: -27.5,17.5 + pos: -26.5,11.5 parent: 4812 - uid: 7725 components: - type: Transform - pos: -24.5,10.5 + pos: -26.5,21.5 parent: 4812 - - uid: 7726 + - uid: 7736 components: - type: Transform - pos: -27.5,10.5 + pos: -24.5,17.5 parent: 4812 - - uid: 7745 + - uid: 7738 components: - type: Transform - pos: -32.5,12.5 + pos: -27.5,11.5 parent: 4812 - - uid: 7746 + - uid: 7780 components: - type: Transform - pos: -33.5,13.5 + pos: -20.5,29.5 parent: 4812 - - uid: 7747 + - uid: 7799 components: - type: Transform - pos: -32.5,14.5 + pos: -28.5,22.5 parent: 4812 - - uid: 7748 + - uid: 7815 components: - type: Transform - pos: -32.5,10.5 + pos: -25.5,21.5 parent: 4812 - - uid: 7764 + - uid: 7857 components: - type: Transform - pos: -35.5,13.5 + pos: -25.5,15.5 + parent: 4812 + - uid: 7874 + components: + - type: Transform + pos: -27.5,15.5 + parent: 4812 + - uid: 7889 + components: + - type: Transform + pos: -28.5,17.5 + parent: 4812 + - uid: 7936 + components: + - type: Transform + pos: -22.5,29.5 parent: 4812 - uid: 7942 components: - type: Transform pos: -44.5,13.5 parent: 4812 - - uid: 8051 + - uid: 8006 components: - type: Transform - pos: -33.5,17.5 + pos: -28.5,24.5 parent: 4812 - - uid: 8142 + - uid: 8083 components: - type: Transform - pos: -32.5,16.5 + pos: -33.5,15.5 parent: 4812 - - uid: 8169 + - uid: 8131 components: - type: Transform - pos: -21.5,21.5 + pos: -33.5,16.5 parent: 4812 - - uid: 8170 + - uid: 8143 components: - type: Transform - pos: -20.5,21.5 + pos: -28.5,19.5 parent: 4812 - - uid: 8171 + - uid: 8164 components: - type: Transform - pos: -23.5,21.5 + pos: -33.5,12.5 parent: 4812 - - uid: 8172 + - uid: 8168 components: - type: Transform - pos: -23.5,26.5 + pos: -27.5,21.5 parent: 4812 - - uid: 8173 + - uid: 8310 components: - type: Transform - pos: -21.5,26.5 + pos: -39.5,15.5 + parent: 4812 + - uid: 8351 + components: + - type: Transform + pos: -33.5,10.5 + parent: 4812 + - uid: 8399 + components: + - type: Transform + pos: -24.5,19.5 parent: 4812 - uid: 8468 components: @@ -70768,10 +72192,10 @@ entities: - type: Transform pos: -45.5,-4.5 parent: 4812 - - uid: 10928 + - uid: 11019 components: - type: Transform - pos: -35.5,17.5 + pos: -10.5,-59.5 parent: 4812 - uid: 11047 components: @@ -70868,6 +72292,16 @@ entities: - type: Transform pos: 32.5,-37.5 parent: 4812 + - uid: 12040 + components: + - type: Transform + pos: -28.5,35.5 + parent: 4812 + - uid: 12052 + components: + - type: Transform + pos: -26.5,35.5 + parent: 4812 - uid: 12114 components: - type: Transform @@ -71158,6 +72592,16 @@ entities: - type: Transform pos: -44.5,-0.5 parent: 4812 + - uid: 13821 + components: + - type: Transform + pos: -19.5,23.5 + parent: 4812 + - uid: 13822 + components: + - type: Transform + pos: -20.5,23.5 + parent: 4812 - uid: 13827 components: - type: Transform @@ -71172,10 +72616,10 @@ entities: parent: 4812 - proto: ResearchDisk entities: - - uid: 12457 + - uid: 8032 components: - type: Transform - pos: -35.5391,27.461937 + pos: -37.425873,29.450043 parent: 4812 - proto: Retractor entities: @@ -71193,55 +72637,17 @@ entities: parent: 4812 - proto: RiotBulletShield entities: - - uid: 7803 + - uid: 14001 components: - type: Transform - pos: -33.720795,21.923859 - parent: 4812 - - uid: 13923 - components: - - type: Transform - pos: -33.713516,21.77357 + pos: -34.709778,23.638271 parent: 4812 - proto: RiotLaserShield entities: - - uid: 7935 + - uid: 14002 components: - type: Transform - pos: -33.463516,22.047007 - parent: 4812 - - type: Blocking - blockingToggleActionEntity: 12052 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 12052 - - uid: 13924 - components: - - type: Transform - pos: -33.44008,21.882944 - parent: 4812 -- proto: RiotShield - entities: - - uid: 13921 - components: - - type: Transform - pos: -33.244766,22.062632 - parent: 4812 - - type: Blocking - blockingToggleActionEntity: 13922 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 13922 - - uid: 13925 - components: - - type: Transform - pos: -33.19008,21.890757 + pos: -34.334778,23.617422 parent: 4812 - proto: RobocopCircuitBoard entities: @@ -71300,6 +72706,11 @@ entities: parent: 4812 - proto: Screen entities: + - uid: 4141 + components: + - type: Transform + pos: -28.5,25.5 + parent: 4812 - uid: 7465 components: - type: Transform @@ -71398,10 +72809,10 @@ entities: parent: 4812 - proto: SecurityTechFab entities: - - uid: 11923 + - uid: 10949 components: - type: Transform - pos: -36.5,18.5 + pos: -35.5,18.5 parent: 4812 - proto: SeedExtractor entities: @@ -71410,16 +72821,16 @@ entities: - type: Transform pos: -15.5,-7.5 parent: 4812 - - uid: 8388 - components: - - type: Transform - pos: -30.5,32.5 - parent: 4812 - uid: 9616 components: - type: Transform pos: -42.5,-26.5 parent: 4812 + - uid: 11026 + components: + - type: Transform + pos: -31.5,31.5 + parent: 4812 - uid: 11284 components: - type: Transform @@ -71640,6 +73051,11 @@ entities: rot: -1.5707963267948966 rad pos: 26.447771,14.59655 parent: 4812 + - uid: 13927 + components: + - type: Transform + pos: -32.649956,36.59704 + parent: 4812 - proto: ShuttersNormalOpen entities: - uid: 355 @@ -71776,6 +73192,16 @@ entities: - type: Transform pos: 25.5,-21.5 parent: 4812 + - uid: 6235 + components: + - type: Transform + pos: -19.5,23.5 + parent: 4812 + - uid: 6352 + components: + - type: Transform + pos: -20.5,23.5 + parent: 4812 - uid: 6570 components: - type: Transform @@ -71811,20 +73237,88 @@ entities: - type: Transform pos: -7.5,-18.5 parent: 4812 - - uid: 8153 + - uid: 7665 components: - type: Transform - pos: -21.5,21.5 + pos: -27.5,11.5 parent: 4812 - - uid: 8160 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 7898 components: - type: Transform - pos: -20.5,21.5 + pos: -26.5,11.5 parent: 4812 - - uid: 8161 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 7986 components: - type: Transform - pos: -23.5,21.5 + rot: 1.5707963267948966 rad + pos: -24.5,19.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,17.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8183 + components: + - type: Transform + pos: -25.5,11.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8215 + components: + - type: Transform + pos: -27.5,21.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8250 + components: + - type: Transform + pos: -26.5,21.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,15.5 + parent: 4812 + - uid: 8442 + components: + - type: Transform + pos: -25.5,21.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8500 + components: + - type: Transform + pos: -24.5,18.5 + parent: 4812 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,14.5 + parent: 4812 + - uid: 8502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,16.5 parent: 4812 - uid: 9592 components: @@ -71849,6 +73343,12 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,-6.5 parent: 4812 + - uid: 10814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,15.5 + parent: 4812 - uid: 13473 components: - type: Transform @@ -71889,27 +73389,6 @@ entities: - type: Transform pos: -48.5,-10.5 parent: 4812 - - uid: 13821 - components: - - type: Transform - pos: -29.5,33.5 - parent: 4812 - - uid: 13822 - components: - - type: Transform - pos: -28.5,33.5 - parent: 4812 - - uid: 13823 - components: - - type: Transform - pos: -27.5,33.5 - parent: 4812 - - uid: 13824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,31.5 - parent: 4812 - uid: 13852 components: - type: Transform @@ -71925,30 +73404,6 @@ entities: - type: Transform pos: 5.5,21.5 parent: 4812 - - uid: 13888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,20.5 - parent: 4812 - - uid: 13889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,19.5 - parent: 4812 - - uid: 13890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,17.5 - parent: 4812 - - uid: 13891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,16.5 - parent: 4812 - proto: ShuttersWindowOpen entities: - uid: 9345 @@ -71974,7 +73429,7 @@ entities: - uid: 10959 components: - type: Transform - pos: -34.25,25.263674 + pos: -38.519623,30.72176 parent: 4812 - proto: SignAi entities: @@ -72129,6 +73584,90 @@ entities: 13287: - - Pressed - Toggle + - uid: 7718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.21538,15.53285 + parent: 4812 + - type: DeviceLinkSource + linkedPorts: + 7855: + - - Pressed + - Open + 7819: + - - Pressed + - Open + - uid: 7719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.780195,15.53285 + parent: 4812 + - type: DeviceLinkSource + linkedPorts: + 10958: + - - Pressed + - Open + 7858: + - - Pressed + - Open + - uid: 8447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,17.5 + parent: 4812 + - type: SignalSwitch + state: True + - type: DeviceLinkSource + linkedPorts: + 7986: + - - Pressed + - Toggle + 8077: + - - Pressed + - Toggle + 8500: + - - Pressed + - Toggle + 8215: + - - Pressed + - Toggle + 8250: + - - Pressed + - Toggle + 8442: + - - Pressed + - Toggle + 7665: + - - Pressed + - Toggle + 7898: + - - Pressed + - Toggle + 8183: + - - Pressed + - Toggle + - uid: 8448 + components: + - type: Transform + pos: -38.5,17.5 + parent: 4812 + - type: DeviceLinkSource + linkedPorts: + 8438: + - - Pressed + - Toggle + 8502: + - - Pressed + - Toggle + 10814: + - - Pressed + - Toggle + 8501: + - - Pressed + - Toggle - uid: 10877 components: - type: Transform @@ -72217,32 +73756,6 @@ entities: 13663: - - Pressed - Toggle - - uid: 13886 - components: - - type: Transform - pos: -27.780294,17.470497 - parent: 4812 - - type: DeviceLinkSource - linkedPorts: - 13890: - - - Pressed - - Toggle - 13891: - - - Pressed - - Toggle - - uid: 13887 - components: - - type: Transform - pos: -27.780294,20.46584 - parent: 4812 - - type: DeviceLinkSource - linkedPorts: - 13888: - - - Pressed - - Toggle - 13889: - - - Pressed - - Toggle - proto: SignAnomaly2 entities: - uid: 6342 @@ -72252,10 +73765,10 @@ entities: parent: 4812 - proto: SignArmory entities: - - uid: 745 + - uid: 3768 components: - type: Transform - pos: -36.5,19.5 + pos: -34.5,21.5 parent: 4812 - proto: SignAtmos entities: @@ -72336,11 +73849,11 @@ entities: rot: 3.141592653589793 rad pos: 13.507049,12.716366 parent: 4812 - - uid: 8310 + - uid: 8162 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.498999,15.711071 + pos: -24.50121,6.6886897 parent: 4812 - proto: SignDirectionalEng entities: @@ -72356,10 +73869,10 @@ entities: rot: 3.141592653589793 rad pos: -7.504691,-33.300663 parent: 4812 - - uid: 8311 + - uid: 7840 components: - type: Transform - pos: -24.498999,15.273571 + pos: -24.50121,6.3149734 parent: 4812 - uid: 8694 components: @@ -72503,11 +74016,11 @@ entities: rot: 3.141592653589793 rad pos: -7.5,-33.5 parent: 4812 - - uid: 8309 + - uid: 7842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,15.5 + rot: 3.141592653589793 rad + pos: -24.5,6.5 parent: 4812 - uid: 8387 components: @@ -72630,6 +74143,22 @@ entities: - type: Transform pos: -9.5,-31.5 parent: 4812 + - uid: 7803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,22.5 + parent: 4812 + - uid: 9574 + components: + - type: Transform + pos: -24.5,16.5 + parent: 4812 + - uid: 9589 + components: + - type: Transform + pos: -28.5,21.5 + parent: 4812 - uid: 10601 components: - type: Transform @@ -72640,12 +74169,6 @@ entities: - type: Transform pos: -38.5,-9.5 parent: 4812 - - uid: 13690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,18.5 - parent: 4812 - proto: SignEngine entities: - uid: 10775 @@ -72713,6 +74236,20 @@ entities: - type: Transform pos: -57.5,12.5 parent: 4812 +- proto: SignGenpop + entities: + - uid: 7872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,21.5 + parent: 4812 + - uid: 8107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,21.5 + parent: 4812 - proto: SignGravity entities: - uid: 10743 @@ -72749,6 +74286,13 @@ entities: - type: Transform pos: -6.5,25.5 parent: 4812 +- proto: SignKitchen + entities: + - uid: 14065 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 4812 - proto: SignLibrary entities: - uid: 6680 @@ -72756,6 +74300,13 @@ entities: - type: Transform pos: -22.5,-13.5 parent: 4812 +- proto: SignMagneticsMed + entities: + - uid: 7777 + components: + - type: Transform + pos: -46.5,-17.5 + parent: 4812 - proto: SignMaterials entities: - uid: 11937 @@ -72811,12 +74362,6 @@ entities: - type: Transform pos: -46.5,1.5 parent: 4812 - - uid: 13692 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,23.5 - parent: 4812 - proto: SignPlaque entities: - uid: 7570 @@ -72829,13 +74374,6 @@ entities: - type: Transform pos: -14.5,26.5 parent: 4812 -- proto: SignPrison - entities: - - uid: 8356 - components: - - type: Transform - pos: -28.5,21.5 - parent: 4812 - proto: SignRadiationMed entities: - uid: 9692 @@ -72848,6 +74386,14 @@ entities: - type: Transform pos: -51.5,-14.5 parent: 4812 +- proto: SignRestroom + entities: + - uid: 7273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,32.5 + parent: 4812 - proto: SignRND entities: - uid: 6644 @@ -72939,17 +74485,33 @@ entities: - type: Transform pos: 2.5,44.5 parent: 4812 - - uid: 9235 + - uid: 5126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,22.5 + pos: -34.5,17.5 + parent: 4812 + - uid: 7863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,25.5 + parent: 4812 + - uid: 8119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,21.5 + parent: 4812 + - uid: 8523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,25.5 parent: 4812 - uid: 9590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,37.5 + pos: -38.5,21.5 parent: 4812 - uid: 9693 components: @@ -72961,6 +74523,17 @@ entities: - type: Transform pos: -42.5,-9.5 parent: 4812 + - uid: 10979 + components: + - type: Transform + pos: -42.5,22.5 + parent: 4812 + - uid: 12429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,37.5 + parent: 4812 - uid: 12813 components: - type: Transform @@ -72988,12 +74561,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-45.5 parent: 4812 - - uid: 13685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,19.5 - parent: 4812 - uid: 13710 components: - type: Transform @@ -73027,16 +74594,23 @@ entities: parent: 4812 - proto: SignSecurity entities: - - uid: 7231 - components: - - type: Transform - pos: -24.5,12.5 - parent: 4812 - uid: 7442 components: - type: Transform pos: -1.5,-30.5 parent: 4812 + - uid: 8021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,15.5 + parent: 4812 + - uid: 8078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,12.5 + parent: 4812 - proto: SignShipDock entities: - uid: 9930 @@ -73063,6 +74637,11 @@ entities: parent: 4812 - proto: SignSmoking entities: + - uid: 8016 + components: + - type: Transform + pos: -36.5,26.5 + parent: 4812 - uid: 8607 components: - type: Transform @@ -73121,6 +74700,11 @@ entities: - type: Transform pos: 21.5,-27.5 parent: 4812 + - uid: 8085 + components: + - type: Transform + pos: -16.5,21.5 + parent: 4812 - uid: 9545 components: - type: Transform @@ -73208,12 +74792,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,5.5 parent: 4812 - - uid: 2486 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,28.5 - parent: 4812 - uid: 2487 components: - type: Transform @@ -73232,18 +74810,23 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,-33.5 parent: 4812 - - uid: 8243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,27.5 - parent: 4812 - uid: 9817 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-1.5 parent: 4812 + - uid: 11016 + components: + - type: Transform + pos: -32.5,33.5 + parent: 4812 + - uid: 12054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,29.5 + parent: 4812 - uid: 13536 components: - type: Transform @@ -73282,11 +74865,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-2.5 parent: 4812 - - uid: 8389 - components: - - type: Transform - pos: -31.5,32.5 - parent: 4812 - proto: SmartFridge entities: - uid: 933 @@ -73909,6 +75487,14 @@ entities: - type: Transform pos: -42.5,0.5 parent: 4812 +- proto: SpaceVillainArcade + entities: + - uid: 8484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,29.5 + parent: 4812 - proto: SpawnMechRipley entities: - uid: 8368 @@ -73939,10 +75525,10 @@ entities: parent: 4812 - proto: SpawnMobCorgi entities: - - uid: 13934 + - uid: 7892 components: - type: Transform - pos: 7.5,25.5 + pos: 7.5,24.5 parent: 4812 - proto: SpawnMobCow entities: @@ -73960,10 +75546,10 @@ entities: parent: 4812 - proto: SpawnMobMcGriff entities: - - uid: 12632 + - uid: 7843 components: - type: Transform - pos: -36.5,14.5 + pos: -27.5,17.5 parent: 4812 - proto: SpawnMobMonkeyPunpun entities: @@ -74000,10 +75586,10 @@ entities: parent: 4812 - proto: SpawnMobShiva entities: - - uid: 4808 + - uid: 7779 components: - type: Transform - pos: -23.5,24.5 + pos: -37.5,15.5 parent: 4812 - proto: SpawnMobSlothPaperwork entities: @@ -74151,10 +75737,10 @@ entities: parent: 4812 - proto: SpawnPointHeadOfSecurity entities: - - uid: 8253 + - uid: 13987 components: - type: Transform - pos: -22.5,27.5 + pos: -36.5,15.5 parent: 4812 - proto: SpawnPointJanitor entities: @@ -74355,32 +75941,37 @@ entities: parent: 4812 - proto: SpawnPointSecurityCadet entities: - - uid: 8440 + - uid: 13979 components: - type: Transform - pos: -34.5,11.5 + pos: -30.5,17.5 parent: 4812 - - uid: 9328 + - uid: 13980 components: - type: Transform - pos: -35.5,11.5 + pos: -30.5,18.5 parent: 4812 - proto: SpawnPointSecurityOfficer entities: - - uid: 8442 - components: - - type: Transform - pos: -36.5,11.5 - parent: 4812 - - uid: 13727 + - uid: 13981 components: - type: Transform pos: -37.5,11.5 parent: 4812 - - uid: 13728 + - uid: 13982 components: - type: Transform - pos: -38.5,11.5 + pos: -36.5,11.5 + parent: 4812 + - uid: 13983 + components: + - type: Transform + pos: -35.5,11.5 + parent: 4812 + - uid: 13984 + components: + - type: Transform + pos: -34.5,11.5 parent: 4812 - proto: SpawnPointServiceWorker entities: @@ -74415,10 +76006,10 @@ entities: parent: 4812 - proto: SpawnPointWarden entities: - - uid: 8336 + - uid: 13986 components: - type: Transform - pos: -34.5,15.5 + pos: -26.5,17.5 parent: 4812 - proto: Spoon entities: @@ -74525,12 +76116,6 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,-7.5 parent: 4812 - - uid: 13927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,9.5 - parent: 4812 - proto: Stool entities: - uid: 1752 @@ -74539,32 +76124,11 @@ entities: rot: 3.141592653589793 rad pos: -9.5,8.5 parent: 4812 - - uid: 8402 + - uid: 8347 components: - type: Transform - pos: -29.5,31.5 - parent: 4812 - - uid: 8403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,29.5 - parent: 4812 - - uid: 8404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,30.5 - parent: 4812 - - uid: 8412 - components: - - type: Transform - pos: -31.5,27.5 - parent: 4812 - - uid: 8413 - components: - - type: Transform - pos: -27.5,27.5 + rot: 1.5707963267948966 rad + pos: -25.5,29.5 parent: 4812 - uid: 10497 components: @@ -74599,6 +76163,11 @@ entities: - type: Transform pos: 31.5,17.5 parent: 4812 + - uid: 13951 + components: + - type: Transform + pos: -27.5,27.5 + parent: 4812 - proto: StoolBar entities: - uid: 345 @@ -74689,11 +76258,6 @@ entities: - type: Transform pos: 24.5,-22.5 parent: 4812 - - uid: 12462 - components: - - type: Transform - pos: -36.5,26.5 - parent: 4812 - proto: SubstationBasic entities: - uid: 897 @@ -74806,6 +76370,33 @@ entities: - type: Transform pos: -30.5,5.5 parent: 4812 +- proto: SuitStorageBase + entities: + - uid: 8185 + components: + - type: Transform + pos: -38.5,18.5 + parent: 4812 + - uid: 8255 + components: + - type: Transform + pos: -38.5,20.5 + parent: 4812 + - uid: 8332 + components: + - type: Transform + pos: -38.5,19.5 + parent: 4812 + - uid: 8423 + components: + - type: Transform + pos: -35.5,25.5 + parent: 4812 + - uid: 10463 + components: + - type: Transform + pos: -37.5,25.5 + parent: 4812 - proto: SuitStorageCaptain entities: - uid: 746 @@ -74861,22 +76452,22 @@ entities: parent: 4812 - proto: SuitStorageEVAPrisoner entities: - - uid: 6572 + - uid: 7697 components: - type: Transform - pos: -31.5,24.5 + pos: -32.5,24.5 parent: 4812 - - uid: 7058 + - uid: 7993 components: - type: Transform - pos: -25.5,24.5 + pos: -32.5,23.5 parent: 4812 - proto: SuitStorageHOS entities: - - uid: 740 + - uid: 8334 components: - type: Transform - pos: -23.5,22.5 + pos: -36.5,14.5 parent: 4812 - proto: SuitStorageRD entities: @@ -74885,24 +76476,12 @@ entities: - type: Transform pos: 27.5,-17.5 parent: 4812 -- proto: SuitStorageSec - entities: - - uid: 8045 - components: - - type: Transform - pos: -35.5,22.5 - parent: 4812 - - uid: 12217 - components: - - type: Transform - pos: -36.5,22.5 - parent: 4812 - proto: SuitStorageWarden entities: - - uid: 10967 + - uid: 7704 components: - type: Transform - pos: -37.5,15.5 + pos: -26.5,20.5 parent: 4812 - proto: SurveillanceCameraCommand entities: @@ -75067,17 +76646,6 @@ entities: - SurveillanceCameraCommand nameSet: True id: AI Core Airlock Ext - - uid: 12522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,24.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: HoS office - uid: 12523 components: - type: Transform @@ -75109,17 +76677,6 @@ entities: - SurveillanceCameraCommand nameSet: True id: Bridge Entrance East - - uid: 12618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,29.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Captain Bathroom - uid: 12619 components: - type: Transform @@ -75321,14 +76878,6 @@ entities: parent: 4812 - type: SurveillanceCamera id: Burn Chamber - - uid: 13634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,6.5 - parent: 4812 - - type: SurveillanceCamera - id: Atmos Core - proto: SurveillanceCameraGeneral entities: - uid: 5535 @@ -75362,17 +76911,6 @@ entities: parent: 4812 - type: SurveillanceCamera id: Docking Arm End - - uid: 12060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,12.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Security Hallway - uid: 12528 components: - type: Transform @@ -75521,17 +77059,7 @@ entities: setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Entrance of bridge - - uid: 12543 - components: - - type: Transform - pos: -16.5,19.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Security and drones + id: Right Bridge Hall - uid: 12544 components: - type: Transform @@ -75563,17 +77091,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: North Airlock Internal - - uid: 12586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,11.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Tool Room - uid: 12604 components: - type: Transform @@ -75637,6 +77154,16 @@ entities: parent: 4812 - type: SurveillanceCamera id: EVAC Lobby + - uid: 13971 + components: + - type: Transform + pos: -14.5,19.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Left Bridge Hall - proto: SurveillanceCameraMedical entities: - uid: 12072 @@ -75762,10 +77289,10 @@ entities: parent: 4812 - proto: SurveillanceCameraRouterSecurity entities: - - uid: 9990 + - uid: 8098 components: - type: Transform - pos: -37.5,16.5 + pos: -25.5,20.5 parent: 4812 - proto: SurveillanceCameraRouterService entities: @@ -75860,48 +77387,6 @@ entities: id: Anomaly Generator - proto: SurveillanceCameraSecurity entities: - - uid: 12059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,15.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security - - uid: 12061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,15.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden's Office - - uid: 12062 - components: - - type: Transform - pos: -35.5,10.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Sec Break Room - - uid: 12063 - components: - - type: Transform - pos: -28.5,29.5 - parent: 4812 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Brig - uid: 12080 components: - type: Transform @@ -75944,65 +77429,135 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Detective Observation Room - - uid: 12620 + - uid: 13955 components: - type: Transform - pos: -26.5,19.5 + pos: -27.5,26.5 parent: 4812 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Security Cell 1 - - uid: 12621 + id: Genpop + - uid: 13956 components: - type: Transform - pos: -26.5,16.5 + rot: 1.5707963267948966 rad + pos: -19.5,27.5 parent: 4812 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Security Cell 2 - - uid: 12622 + id: Genpop Visitation + - uid: 13958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,23.5 + rot: 3.141592653589793 rad + pos: -27.5,33.5 parent: 4812 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Perma Entrance - - uid: 12623 + id: Genpop Dorms + - uid: 13962 components: - type: Transform - pos: -29.5,26.5 + rot: 1.5707963267948966 rad + pos: -25.5,16.5 parent: 4812 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Perma Cell 1 - - uid: 12624 + id: Warden's Office + - uid: 13963 components: - type: Transform - pos: -25.5,26.5 + rot: 3.141592653589793 rad + pos: -36.5,25.5 parent: 4812 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Perma Cell 2 - - uid: 13735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,21.5 - parent: 4812 - - type: SurveillanceCamera id: Armory + - uid: 13964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,16.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: HoS's Office + - uid: 13965 + components: + - type: Transform + pos: -35.5,18.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Armory Entrance + - uid: 13966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,13.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security + - uid: 13967 + components: + - type: Transform + pos: -38.5,10.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security Locker Room + - uid: 13968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,24.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop Processing + - uid: 13969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,24.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop Entrance + - uid: 13970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,9.5 + parent: 4812 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security Entrance - proto: SurveillanceCameraService entities: - uid: 12546 @@ -76253,6 +77808,11 @@ entities: - type: Transform pos: -4.5,14.5 parent: 4812 + - uid: 2418 + components: + - type: Transform + pos: -24.5,30.5 + parent: 4812 - uid: 2485 components: - type: Transform @@ -76393,6 +77953,11 @@ entities: - type: Transform pos: 13.5,-11.5 parent: 4812 + - uid: 6226 + components: + - type: Transform + pos: -19.5,24.5 + parent: 4812 - uid: 6228 components: - type: Transform @@ -76453,46 +78018,41 @@ entities: - type: Transform pos: -8.5,-28.5 parent: 4812 - - uid: 8364 + - uid: 7700 components: - type: Transform - pos: -26.5,10.5 + pos: -26.5,24.5 parent: 4812 - - uid: 8400 + - uid: 7875 components: - type: Transform - pos: -28.5,30.5 + pos: -19.5,22.5 parent: 4812 - - uid: 8401 + - uid: 8141 components: - type: Transform - pos: -29.5,30.5 + pos: -27.5,24.5 parent: 4812 - - uid: 8410 - components: - - type: Transform - pos: -31.5,26.5 - parent: 4812 - - uid: 8411 - components: - - type: Transform - pos: -27.5,26.5 - parent: 4812 - - uid: 8426 - components: - - type: Transform - pos: -39.5,12.5 - parent: 4812 - - uid: 8427 + - uid: 8188 components: - type: Transform pos: -39.5,11.5 parent: 4812 - - uid: 8439 + - uid: 8189 components: - type: Transform pos: -37.5,10.5 parent: 4812 + - uid: 8304 + components: + - type: Transform + pos: -39.5,12.5 + parent: 4812 + - uid: 8695 + components: + - type: Transform + pos: -39.5,10.5 + parent: 4812 - uid: 9459 components: - type: Transform @@ -76546,7 +78106,6 @@ entities: - uid: 10756 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,-28.5 parent: 4812 - uid: 10857 @@ -76574,6 +78133,11 @@ entities: - type: Transform pos: -44.5,-23.5 parent: 4812 + - uid: 10943 + components: + - type: Transform + pos: -24.5,29.5 + parent: 4812 - uid: 11466 components: - type: Transform @@ -76594,33 +78158,59 @@ entities: - type: Transform pos: -2.5,-34.5 parent: 4812 + - uid: 12441 + components: + - type: Transform + pos: -28.5,26.5 + parent: 4812 + - uid: 12442 + components: + - type: Transform + pos: -27.5,26.5 + parent: 4812 + - uid: 12443 + components: + - type: Transform + pos: -26.5,26.5 + parent: 4812 + - uid: 12454 + components: + - type: Transform + pos: -32.5,27.5 + parent: 4812 + - uid: 12455 + components: + - type: Transform + pos: -32.5,26.5 + parent: 4812 - uid: 12493 components: - type: Transform pos: 9.5,-18.5 parent: 4812 + - uid: 12506 + components: + - type: Transform + pos: -22.5,28.5 + parent: 4812 - uid: 13241 components: - type: Transform - rot: 1.5707963267948966 rad pos: 22.5,17.5 parent: 4812 - uid: 13336 components: - type: Transform - rot: -1.5707963267948966 rad pos: -43.5,-18.5 parent: 4812 - uid: 13345 components: - type: Transform - rot: -1.5707963267948966 rad pos: -43.5,-19.5 parent: 4812 - uid: 13346 components: - type: Transform - rot: -1.5707963267948966 rad pos: -42.5,-19.5 parent: 4812 - uid: 13639 @@ -76705,7 +78295,6 @@ entities: - uid: 3468 components: - type: Transform - rot: 3.141592653589793 rad pos: -14.5,-20.5 parent: 4812 - uid: 6613 @@ -76778,7 +78367,6 @@ entities: - uid: 9443 components: - type: Transform - rot: 3.141592653589793 rad pos: -40.5,-18.5 parent: 4812 - proto: TableReinforced @@ -77098,21 +78686,6 @@ entities: - type: Transform pos: -11.5,-19.5 parent: 4812 - - uid: 6737 - components: - - type: Transform - pos: -26.5,22.5 - parent: 4812 - - uid: 7030 - components: - - type: Transform - pos: -28.5,22.5 - parent: 4812 - - uid: 7066 - components: - - type: Transform - pos: -27.5,22.5 - parent: 4812 - uid: 7328 components: - type: Transform @@ -77128,60 +78701,65 @@ entities: - type: Transform pos: -14.5,-25.5 parent: 4812 - - uid: 7752 - components: - - type: Transform - pos: -24.5,11.5 - parent: 4812 - - uid: 7777 - components: - - type: Transform - pos: -25.5,12.5 - parent: 4812 - - uid: 7778 - components: - - type: Transform - pos: -26.5,12.5 - parent: 4812 - - uid: 7787 + - uid: 7679 components: - type: Transform pos: -32.5,15.5 parent: 4812 - - uid: 8334 - components: - - type: Transform - pos: -36.5,16.5 - parent: 4812 - - uid: 8343 - components: - - type: Transform - pos: -31.5,12.5 - parent: 4812 - - uid: 8344 - components: - - type: Transform - pos: -31.5,14.5 - parent: 4812 - - uid: 8347 - components: - - type: Transform - pos: -31.5,20.5 - parent: 4812 - - uid: 8447 - components: - - type: Transform - pos: -28.5,10.5 - parent: 4812 - - uid: 8448 + - uid: 7783 components: - type: Transform pos: -29.5,10.5 parent: 4812 - - uid: 8449 + - uid: 7829 components: - type: Transform - pos: -30.5,10.5 + pos: -32.5,16.5 + parent: 4812 + - uid: 8081 + components: + - type: Transform + pos: -27.5,20.5 + parent: 4812 + - uid: 8120 + components: + - type: Transform + pos: -26.5,15.5 + parent: 4812 + - uid: 8140 + components: + - type: Transform + pos: -27.5,19.5 + parent: 4812 + - uid: 8149 + components: + - type: Transform + pos: -24.5,18.5 + parent: 4812 + - uid: 8249 + components: + - type: Transform + pos: -38.5,22.5 + parent: 4812 + - uid: 8339 + components: + - type: Transform + pos: -34.5,23.5 + parent: 4812 + - uid: 8437 + components: + - type: Transform + pos: -34.5,22.5 + parent: 4812 + - uid: 8464 + components: + - type: Transform + pos: -29.5,11.5 + parent: 4812 + - uid: 8504 + components: + - type: Transform + pos: -32.5,14.5 parent: 4812 - uid: 8564 components: @@ -77251,13 +78829,11 @@ entities: - uid: 8686 components: - type: Transform - rot: 3.141592653589793 rad pos: -10.5,-24.5 parent: 4812 - uid: 8709 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,-24.5 parent: 4812 - uid: 9724 @@ -77280,12 +78856,6 @@ entities: - type: Transform pos: -32.5,-7.5 parent: 4812 - - uid: 9823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,21.5 - parent: 4812 - uid: 10633 components: - type: Transform @@ -77311,11 +78881,6 @@ entities: - type: Transform pos: -27.5,-0.5 parent: 4812 - - uid: 10977 - components: - - type: Transform - pos: -35.5,16.5 - parent: 4812 - uid: 11144 components: - type: Transform @@ -77356,27 +78921,19 @@ entities: - type: Transform pos: -10.5,17.5 parent: 4812 - - uid: 12055 - components: - - type: Transform - pos: -33.5,22.5 - parent: 4812 - uid: 12673 components: - type: Transform - rot: 1.5707963267948966 rad pos: 9.5,14.5 parent: 4812 - uid: 13686 components: - type: Transform - rot: -1.5707963267948966 rad pos: -32.5,3.5 parent: 4812 - uid: 13687 components: - type: Transform - rot: -1.5707963267948966 rad pos: -31.5,3.5 parent: 4812 - proto: TableReinforcedGlass @@ -77598,6 +79155,21 @@ entities: - type: Transform pos: -2.5,29.5 parent: 4812 + - uid: 4829 + components: + - type: Transform + pos: -34.5,16.5 + parent: 4812 + - uid: 4830 + components: + - type: Transform + pos: -34.5,14.5 + parent: 4812 + - uid: 4831 + components: + - type: Transform + pos: -34.5,15.5 + parent: 4812 - uid: 5043 components: - type: Transform @@ -77713,6 +79285,11 @@ entities: - type: Transform pos: -31.5,-18.5 parent: 4812 + - uid: 7058 + components: + - type: Transform + pos: -35.5,16.5 + parent: 4812 - uid: 7125 components: - type: Transform @@ -77728,36 +79305,16 @@ entities: - type: Transform pos: -30.5,-23.5 parent: 4812 + - uid: 8015 + components: + - type: Transform + pos: -38.5,15.5 + parent: 4812 - uid: 8246 components: - type: Transform pos: -22.5,-17.5 parent: 4812 - - uid: 8255 - components: - - type: Transform - pos: -19.5,22.5 - parent: 4812 - - uid: 8256 - components: - - type: Transform - pos: -20.5,22.5 - parent: 4812 - - uid: 8257 - components: - - type: Transform - pos: -21.5,22.5 - parent: 4812 - - uid: 8258 - components: - - type: Transform - pos: -21.5,23.5 - parent: 4812 - - uid: 8259 - components: - - type: Transform - pos: -21.5,24.5 - parent: 4812 - uid: 8271 components: - type: Transform @@ -77778,11 +79335,6 @@ entities: - type: Transform pos: -19.5,17.5 parent: 4812 - - uid: 8394 - components: - - type: Transform - pos: -25.5,30.5 - parent: 4812 - uid: 9051 components: - type: Transform @@ -77803,6 +79355,18 @@ entities: - type: Transform pos: -14.5,-0.5 parent: 4812 + - uid: 11869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,34.5 + parent: 4812 + - uid: 11933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,34.5 + parent: 4812 - uid: 12420 components: - type: Transform @@ -78011,6 +79575,16 @@ entities: - type: Transform pos: -13.5,-18.5 parent: 4812 + - uid: 11024 + components: + - type: Transform + pos: -26.5,31.5 + parent: 4812 + - uid: 11675 + components: + - type: Transform + pos: -28.5,31.5 + parent: 4812 - proto: ToiletDirtyWater entities: - uid: 7027 @@ -78019,6 +79593,12 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,-32.5 parent: 4812 + - uid: 11004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,33.5 + parent: 4812 - proto: ToiletEmpty entities: - uid: 2488 @@ -78045,18 +79625,12 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,7.5 parent: 4812 - - uid: 8244 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,28.5 - parent: 4812 - proto: ToiletGoldenDirtyWater entities: - - uid: 2490 + - uid: 12445 components: - type: Transform - pos: -15.5,29.5 + pos: -15.5,30.5 parent: 4812 - proto: TomatoSeeds entities: @@ -78079,16 +79653,16 @@ entities: - type: Transform pos: 15.560463,47.548717 parent: 4812 - - uid: 6235 - components: - - type: Transform - pos: 11.595695,-23.434612 - parent: 4812 - uid: 8584 components: - type: Transform pos: -16.515034,8.474278 parent: 4812 + - uid: 13915 + components: + - type: Transform + pos: 16.581518,-23.496653 + parent: 4812 - proto: ToolboxEmergencyFilled entities: - uid: 4541 @@ -78130,11 +79704,6 @@ entities: - type: Transform pos: 15.388588,47.767467 parent: 4812 - - uid: 6234 - components: - - type: Transform - pos: 11.42382,-23.262737 - parent: 4812 - uid: 8595 components: - type: Transform @@ -78145,6 +79714,11 @@ entities: - type: Transform pos: 26.489439,14.7007885 parent: 4812 + - uid: 13916 + components: + - type: Transform + pos: 16.414852,-23.288176 + parent: 4812 - proto: TorsoHuman entities: - uid: 12423 @@ -78173,6 +79747,11 @@ entities: - type: Transform pos: -15.456392,28.433739 parent: 4812 + - uid: 13960 + components: + - type: Transform + pos: -26.669348,34.58727 + parent: 4812 - proto: ToySpawner entities: - uid: 10932 @@ -78238,6 +79817,26 @@ entities: - type: Transform pos: -8.5,-1.5 parent: 4812 +- proto: TurnstileGenpopEnter + entities: + - uid: 8020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,25.5 + parent: 4812 +- proto: TurnstileGenpopLeave + entities: + - uid: 8265 + components: + - type: Transform + pos: -23.5,25.5 + parent: 4812 + - uid: 8462 + components: + - type: Transform + pos: -23.5,21.5 + parent: 4812 - proto: TwoWayLever entities: - uid: 3034 @@ -78549,6 +80148,11 @@ entities: parent: 4812 - proto: VendingMachineCigs entities: + - uid: 673 + components: + - type: Transform + pos: -27.5,10.5 + parent: 4812 - uid: 2672 components: - type: MetaData @@ -78575,12 +80179,10 @@ entities: - type: Transform pos: 18.5,-18.5 parent: 4812 - - uid: 8268 + - uid: 8362 components: - - type: MetaData - name: cigarette machine - type: Transform - pos: -23.5,25.5 + pos: -32.5,13.5 parent: 4812 - uid: 9077 components: @@ -78589,11 +80191,6 @@ entities: - type: Transform pos: -30.5,-28.5 parent: 4812 - - uid: 10889 - components: - - type: Transform - pos: -27.5,8.5 - parent: 4812 - uid: 13940 components: - type: Transform @@ -78739,6 +80336,11 @@ entities: - type: Transform pos: -30.5,-14.5 parent: 4812 + - uid: 13930 + components: + - type: Transform + pos: -20.5,28.5 + parent: 4812 - proto: VendingMachineHappyHonk entities: - uid: 1565 @@ -78823,15 +80425,15 @@ entities: parent: 4812 - proto: VendingMachineSec entities: - - uid: 8342 + - uid: 7671 components: - type: Transform - pos: -31.5,13.5 + pos: -36.5,10.5 parent: 4812 - - uid: 8420 + - uid: 7672 components: - type: Transform - pos: -36.5,12.5 + pos: -32.5,17.5 parent: 4812 - proto: VendingMachineSecDrobe entities: @@ -78840,7 +80442,7 @@ entities: - type: Transform pos: -3.5,-29.5 parent: 4812 - - uid: 12506 + - uid: 8187 components: - type: Transform pos: -34.5,10.5 @@ -78854,10 +80456,10 @@ entities: parent: 4812 - proto: VendingMachineSeedsUnlocked entities: - - uid: 6240 + - uid: 12449 components: - type: Transform - pos: -29.5,32.5 + pos: -29.5,30.5 parent: 4812 - proto: VendingMachineSnack entities: @@ -78885,10 +80487,10 @@ entities: parent: 4812 - proto: VendingMachineSustenance entities: - - uid: 6165 + - uid: 12452 components: - type: Transform - pos: -28.5,32.5 + pos: -25.5,30.5 parent: 4812 - proto: VendingMachineTankDispenserEVA entities: @@ -78899,6 +80501,11 @@ entities: - type: Transform pos: 26.5,-26.5 parent: 4812 + - uid: 7726 + components: + - type: Transform + pos: -32.5,22.5 + parent: 4812 - uid: 10708 components: - type: MetaData @@ -78978,23 +80585,17 @@ entities: - uid: 10960 components: - type: Transform - pos: -37.468086,26.400969 + pos: -38.394623,30.51328 parent: 4812 - proto: WallmountSubstationElectronics entities: - uid: 10978 components: - type: Transform - pos: -37.343086,26.182219 + pos: -38.457123,30.304804 parent: 4812 - proto: WallmountTelescreen entities: - - uid: 3422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,24.5 - parent: 4812 - uid: 3678 components: - type: Transform @@ -79138,6 +80739,11 @@ entities: - type: Transform pos: -14.5,14.5 parent: 4812 + - uid: 674 + components: + - type: Transform + pos: -21.5,29.5 + parent: 4812 - uid: 721 components: - type: Transform @@ -79173,6 +80779,11 @@ entities: - type: Transform pos: 6.5,13.5 parent: 4812 + - uid: 732 + components: + - type: Transform + pos: -24.5,25.5 + parent: 4812 - uid: 772 components: - type: Transform @@ -79188,11 +80799,6 @@ entities: - type: Transform pos: -51.5,-15.5 parent: 4812 - - uid: 1803 - components: - - type: Transform - pos: -18.5,32.5 - parent: 4812 - uid: 1819 components: - type: Transform @@ -79581,12 +81187,12 @@ entities: - uid: 1959 components: - type: Transform - pos: -14.5,30.5 + pos: -14.5,31.5 parent: 4812 - uid: 1960 components: - type: Transform - pos: -15.5,30.5 + pos: -15.5,33.5 parent: 4812 - uid: 1961 components: @@ -79813,6 +81419,11 @@ entities: - type: Transform pos: 27.5,18.5 parent: 4812 + - uid: 2918 + components: + - type: Transform + pos: -18.5,25.5 + parent: 4812 - uid: 2923 components: - type: Transform @@ -79823,6 +81434,11 @@ entities: - type: Transform pos: 23.5,29.5 parent: 4812 + - uid: 2965 + components: + - type: Transform + pos: -16.5,24.5 + parent: 4812 - uid: 3006 components: - type: Transform @@ -79843,11 +81459,6 @@ entities: - type: Transform pos: 14.5,33.5 parent: 4812 - - uid: 3178 - components: - - type: Transform - pos: -41.5,22.5 - parent: 4812 - uid: 3179 components: - type: Transform @@ -79873,11 +81484,6 @@ entities: - type: Transform pos: 28.5,11.5 parent: 4812 - - uid: 3263 - components: - - type: Transform - pos: -19.5,31.5 - parent: 4812 - uid: 3273 components: - type: Transform @@ -79918,6 +81524,11 @@ entities: - type: Transform pos: 23.5,6.5 parent: 4812 + - uid: 3423 + components: + - type: Transform + pos: -33.5,23.5 + parent: 4812 - uid: 3424 components: - type: Transform @@ -79963,11 +81574,6 @@ entities: - type: Transform pos: -15.5,32.5 parent: 4812 - - uid: 3456 - components: - - type: Transform - pos: -19.5,32.5 - parent: 4812 - uid: 3486 components: - type: Transform @@ -80543,6 +82149,11 @@ entities: - type: Transform pos: 29.5,11.5 parent: 4812 + - uid: 3976 + components: + - type: Transform + pos: -40.5,23.5 + parent: 4812 - uid: 3990 components: - type: Transform @@ -80703,15 +82314,10 @@ entities: - type: Transform pos: 16.5,-6.5 parent: 4812 - - uid: 4139 + - uid: 4138 components: - type: Transform - pos: -38.5,16.5 - parent: 4812 - - uid: 4140 - components: - - type: Transform - pos: -38.5,15.5 + pos: -39.5,13.5 parent: 4812 - uid: 4178 components: @@ -80858,50 +82464,10 @@ entities: - type: Transform pos: -9.5,-31.5 parent: 4812 - - uid: 4809 - components: - - type: Transform - pos: -38.5,14.5 - parent: 4812 - - uid: 4828 - components: - - type: Transform - pos: -33.5,23.5 - parent: 4812 - - uid: 4829 - components: - - type: Transform - pos: -34.5,23.5 - parent: 4812 - - uid: 4830 - components: - - type: Transform - pos: -35.5,23.5 - parent: 4812 - - uid: 4831 - components: - - type: Transform - pos: -36.5,23.5 - parent: 4812 - - uid: 4832 - components: - - type: Transform - pos: -37.5,23.5 - parent: 4812 - - uid: 4886 - components: - - type: Transform - pos: -38.5,23.5 - parent: 4812 - - uid: 4887 - components: - - type: Transform - pos: -38.5,22.5 - parent: 4812 - uid: 4898 components: - type: Transform - pos: -38.5,21.5 + pos: -37.5,27.5 parent: 4812 - uid: 4917 components: @@ -80913,26 +82479,21 @@ entities: - type: Transform pos: -27.5,-27.5 parent: 4812 + - uid: 4977 + components: + - type: Transform + pos: -39.5,14.5 + parent: 4812 - uid: 5016 components: - type: Transform pos: -27.5,-24.5 parent: 4812 - - uid: 5027 - components: - - type: Transform - pos: -38.5,19.5 - parent: 4812 - uid: 5042 components: - type: Transform pos: -12.5,-59.5 parent: 4812 - - uid: 5126 - components: - - type: Transform - pos: -38.5,20.5 - parent: 4812 - uid: 5285 components: - type: Transform @@ -81463,11 +83024,6 @@ entities: - type: Transform pos: 30.5,-21.5 parent: 4812 - - uid: 5595 - components: - - type: Transform - pos: -38.5,17.5 - parent: 4812 - uid: 5769 components: - type: Transform @@ -81583,11 +83139,26 @@ entities: - type: Transform pos: 14.5,-32.5 parent: 4812 + - uid: 6165 + components: + - type: Transform + pos: -32.5,25.5 + parent: 4812 - uid: 6173 components: - type: Transform pos: -33.5,8.5 parent: 4812 + - uid: 6240 + components: + - type: Transform + pos: -33.5,27.5 + parent: 4812 + - uid: 6280 + components: + - type: Transform + pos: -38.5,21.5 + parent: 4812 - uid: 6290 components: - type: Transform @@ -81598,6 +83169,16 @@ entities: - type: Transform pos: -53.5,16.5 parent: 4812 + - uid: 6391 + components: + - type: Transform + pos: -40.5,26.5 + parent: 4812 + - uid: 6491 + components: + - type: Transform + pos: -40.5,25.5 + parent: 4812 - uid: 6546 components: - type: Transform @@ -81663,6 +83244,11 @@ entities: - type: Transform pos: -50.5,-3.5 parent: 4812 + - uid: 6635 + components: + - type: Transform + pos: -38.5,17.5 + parent: 4812 - uid: 6696 components: - type: Transform @@ -81718,6 +83304,11 @@ entities: - type: Transform pos: -25.5,-40.5 parent: 4812 + - uid: 6736 + components: + - type: Transform + pos: -39.5,16.5 + parent: 4812 - uid: 6759 components: - type: Transform @@ -81753,10 +83344,10 @@ entities: - type: Transform pos: -8.5,-33.5 parent: 4812 - - uid: 7273 + - uid: 7066 components: - type: Transform - pos: -16.5,32.5 + pos: -36.5,13.5 parent: 4812 - uid: 7281 components: @@ -81798,30 +83389,20 @@ entities: - type: Transform pos: 41.5,-5.5 parent: 4812 + - uid: 7622 + components: + - type: Transform + pos: -35.5,17.5 + parent: 4812 - uid: 7636 components: - type: Transform pos: -18.5,29.5 parent: 4812 - - uid: 7637 - components: - - type: Transform - pos: -18.5,30.5 - parent: 4812 - - uid: 7638 - components: - - type: Transform - pos: -19.5,30.5 - parent: 4812 - - uid: 7639 - components: - - type: Transform - pos: -20.5,30.5 - parent: 4812 - uid: 7640 components: - type: Transform - pos: -20.5,29.5 + pos: -36.5,17.5 parent: 4812 - uid: 7641 components: @@ -81861,352 +83442,82 @@ entities: - uid: 7648 components: - type: Transform - pos: -24.5,30.5 + pos: -40.5,24.5 parent: 4812 - uid: 7649 components: - type: Transform - pos: -24.5,29.5 - parent: 4812 - - uid: 7650 - components: - - type: Transform - pos: -23.5,29.5 - parent: 4812 - - uid: 7651 - components: - - type: Transform - pos: -21.5,29.5 - parent: 4812 - - uid: 7652 - components: - - type: Transform - pos: -19.5,21.5 - parent: 4812 - - uid: 7653 - components: - - type: Transform - pos: -24.5,21.5 - parent: 4812 - - uid: 7654 - components: - - type: Transform - pos: -24.5,22.5 - parent: 4812 - - uid: 7656 - components: - - type: Transform - pos: -24.5,24.5 - parent: 4812 - - uid: 7657 - components: - - type: Transform - pos: -24.5,25.5 + pos: -40.5,22.5 parent: 4812 - uid: 7658 components: - type: Transform - pos: -24.5,26.5 - parent: 4812 - - uid: 7659 - components: - - type: Transform - pos: -24.5,27.5 - parent: 4812 - - uid: 7660 - components: - - type: Transform - pos: -24.5,28.5 - parent: 4812 - - uid: 7661 - components: - - type: Transform - pos: -24.5,32.5 - parent: 4812 - - uid: 7662 - components: - - type: Transform - pos: -24.5,33.5 - parent: 4812 - - uid: 7663 - components: - - type: Transform - pos: -25.5,33.5 - parent: 4812 - - uid: 7664 - components: - - type: Transform - pos: -26.5,33.5 - parent: 4812 - - uid: 7670 - components: - - type: Transform - pos: -30.5,33.5 - parent: 4812 - - uid: 7671 - components: - - type: Transform - pos: -31.5,33.5 - parent: 4812 - - uid: 7672 - components: - - type: Transform - pos: -32.5,33.5 - parent: 4812 - - uid: 7673 - components: - - type: Transform - pos: -33.5,33.5 - parent: 4812 - - uid: 7674 - components: - - type: Transform - pos: -32.5,28.5 - parent: 4812 - - uid: 7675 - components: - - type: Transform - pos: -33.5,29.5 - parent: 4812 - - uid: 7676 - components: - - type: Transform - pos: -33.5,30.5 - parent: 4812 - - uid: 7677 - components: - - type: Transform - pos: -33.5,31.5 + pos: -36.5,27.5 parent: 4812 - uid: 7678 components: - type: Transform - pos: -33.5,32.5 - parent: 4812 - - uid: 7679 - components: - - type: Transform - pos: -33.5,28.5 - parent: 4812 - - uid: 7680 - components: - - type: Transform - pos: -31.5,21.5 - parent: 4812 - - uid: 7681 - components: - - type: Transform - pos: -28.5,21.5 - parent: 4812 - - uid: 7686 - components: - - type: Transform - pos: -25.5,21.5 - parent: 4812 - - uid: 7687 - components: - - type: Transform - pos: -26.5,21.5 - parent: 4812 - - uid: 7688 - components: - - type: Transform - pos: -27.5,21.5 - parent: 4812 - - uid: 7689 - components: - - type: Transform - pos: -32.5,23.5 - parent: 4812 - - uid: 7690 - components: - - type: Transform - pos: -25.5,25.5 - parent: 4812 - - uid: 7691 - components: - - type: Transform - pos: -28.5,25.5 - parent: 4812 - - uid: 7692 - components: - - type: Transform - pos: -32.5,22.5 + pos: -19.5,29.5 parent: 4812 - uid: 7693 components: - type: Transform - pos: -27.5,25.5 + pos: -33.5,22.5 parent: 4812 - uid: 7694 components: - type: Transform - pos: -31.5,25.5 + pos: -33.5,21.5 parent: 4812 - uid: 7695 components: - type: Transform - pos: -32.5,21.5 + pos: -39.5,20.5 parent: 4812 - uid: 7696 components: - type: Transform - pos: -32.5,27.5 - parent: 4812 - - uid: 7697 - components: - - type: Transform - pos: -32.5,26.5 - parent: 4812 - - uid: 7698 - components: - - type: Transform - pos: -32.5,25.5 + pos: -33.5,24.5 parent: 4812 - uid: 7699 components: - type: Transform - pos: -32.5,24.5 - parent: 4812 - - uid: 7700 - components: - - type: Transform - pos: -29.5,25.5 - parent: 4812 - - uid: 7701 - components: - - type: Transform - pos: -28.5,26.5 - parent: 4812 - - uid: 7702 - components: - - type: Transform - pos: -28.5,27.5 - parent: 4812 - - uid: 7703 - components: - - type: Transform - pos: -28.5,28.5 - parent: 4812 - - uid: 7704 - components: - - type: Transform - pos: -29.5,28.5 - parent: 4812 - - uid: 7705 - components: - - type: Transform - pos: -27.5,28.5 - parent: 4812 - - uid: 7706 - components: - - type: Transform - pos: -25.5,28.5 + pos: -22.5,21.5 parent: 4812 - uid: 7707 components: - type: Transform - pos: -31.5,28.5 + pos: -28.5,10.5 parent: 4812 - - uid: 7712 + - uid: 7710 components: - type: Transform - pos: -24.5,9.5 + pos: -34.5,17.5 parent: 4812 - - uid: 7713 + - uid: 7717 components: - type: Transform - pos: -25.5,9.5 - parent: 4812 - - uid: 7714 - components: - - type: Transform - pos: -26.5,9.5 - parent: 4812 - - uid: 7715 - components: - - type: Transform - pos: -27.5,9.5 - parent: 4812 - - uid: 7718 - components: - - type: Transform - pos: -24.5,18.5 - parent: 4812 - - uid: 7719 - components: - - type: Transform - pos: -24.5,15.5 + pos: -24.5,11.5 parent: 4812 - uid: 7720 components: - type: Transform - pos: -25.5,15.5 - parent: 4812 - - uid: 7721 - components: - - type: Transform - pos: -26.5,15.5 - parent: 4812 - - uid: 7722 - components: - - type: Transform - pos: -27.5,15.5 + pos: -24.5,10.5 parent: 4812 - uid: 7723 components: - type: Transform - pos: -24.5,12.5 + pos: -28.5,12.5 parent: 4812 - - uid: 7724 + - uid: 7729 components: - type: Transform - pos: -27.5,12.5 - parent: 4812 - - uid: 7732 - components: - - type: Transform - pos: -39.5,24.5 - parent: 4812 - - uid: 7733 - components: - - type: Transform - pos: -38.5,24.5 - parent: 4812 - - uid: 7734 - components: - - type: Transform - pos: -37.5,24.5 - parent: 4812 - - uid: 7735 - components: - - type: Transform - pos: -38.5,18.5 - parent: 4812 - - uid: 7736 - components: - - type: Transform - pos: -39.5,22.5 + pos: -19.5,30.5 parent: 4812 - uid: 7737 components: - type: Transform - pos: -39.5,20.5 - parent: 4812 - - uid: 7738 - components: - - type: Transform - pos: -39.5,19.5 - parent: 4812 - - uid: 7740 - components: - - type: Transform - pos: -33.5,24.5 - parent: 4812 - - uid: 7744 - components: - - type: Transform - pos: -32.5,13.5 + pos: -34.5,21.5 parent: 4812 - uid: 7749 components: @@ -82238,46 +83549,6 @@ entities: - type: Transform pos: -34.5,9.5 parent: 4812 - - uid: 7756 - components: - - type: Transform - pos: -34.5,24.5 - parent: 4812 - - uid: 7757 - components: - - type: Transform - pos: -36.5,24.5 - parent: 4812 - - uid: 7758 - components: - - type: Transform - pos: -39.5,21.5 - parent: 4812 - - uid: 7759 - components: - - type: Transform - pos: -35.5,24.5 - parent: 4812 - - uid: 7762 - components: - - type: Transform - pos: -37.5,13.5 - parent: 4812 - - uid: 7763 - components: - - type: Transform - pos: -36.5,13.5 - parent: 4812 - - uid: 7765 - components: - - type: Transform - pos: -38.5,13.5 - parent: 4812 - - uid: 7766 - components: - - type: Transform - pos: -39.5,13.5 - parent: 4812 - uid: 7767 components: - type: Transform @@ -82328,11 +83599,66 @@ entities: - type: Transform pos: -40.5,12.5 parent: 4812 + - uid: 7789 + components: + - type: Transform + pos: -18.5,31.5 + parent: 4812 + - uid: 7812 + components: + - type: Transform + pos: -28.5,21.5 + parent: 4812 + - uid: 7813 + components: + - type: Transform + pos: -27.5,25.5 + parent: 4812 + - uid: 7831 + components: + - type: Transform + pos: -33.5,17.5 + parent: 4812 + - uid: 7832 + components: + - type: Transform + pos: -33.5,13.5 + parent: 4812 + - uid: 7833 + components: + - type: Transform + pos: -34.5,13.5 + parent: 4812 + - uid: 7862 + components: + - type: Transform + pos: -33.5,25.5 + parent: 4812 + - uid: 7864 + components: + - type: Transform + pos: -32.5,21.5 + parent: 4812 + - uid: 7873 + components: + - type: Transform + pos: -26.5,25.5 + parent: 4812 + - uid: 7886 + components: + - type: Transform + pos: -19.5,31.5 + parent: 4812 - uid: 7932 components: - type: Transform pos: -51.5,-16.5 parent: 4812 + - uid: 7934 + components: + - type: Transform + pos: -24.5,20.5 + parent: 4812 - uid: 7937 components: - type: Transform @@ -82403,36 +83729,236 @@ entities: - type: Transform pos: -40.5,8.5 parent: 4812 + - uid: 8019 + components: + - type: Transform + pos: -22.5,25.5 + parent: 4812 + - uid: 8031 + components: + - type: Transform + pos: -39.5,23.5 + parent: 4812 + - uid: 8041 + components: + - type: Transform + pos: -40.5,27.5 + parent: 4812 + - uid: 8042 + components: + - type: Transform + pos: -35.5,27.5 + parent: 4812 + - uid: 8043 + components: + - type: Transform + pos: -38.5,27.5 + parent: 4812 + - uid: 8045 + components: + - type: Transform + pos: -39.5,27.5 + parent: 4812 + - uid: 8046 + components: + - type: Transform + pos: -34.5,27.5 + parent: 4812 + - uid: 8047 + components: + - type: Transform + pos: -39.5,21.5 + parent: 4812 - uid: 8048 components: - type: Transform - pos: -32.5,19.5 + pos: -39.5,22.5 parent: 4812 - - uid: 8055 + - uid: 8049 components: - type: Transform - pos: -32.5,17.5 + pos: -37.5,26.5 + parent: 4812 + - uid: 8050 + components: + - type: Transform + pos: -36.5,26.5 + parent: 4812 + - uid: 8051 + components: + - type: Transform + pos: -35.5,26.5 + parent: 4812 + - uid: 8052 + components: + - type: Transform + pos: -34.5,26.5 + parent: 4812 + - uid: 8053 + components: + - type: Transform + pos: -33.5,26.5 + parent: 4812 + - uid: 8056 + components: + - type: Transform + pos: -39.5,24.5 + parent: 4812 + - uid: 8057 + components: + - type: Transform + pos: -38.5,26.5 + parent: 4812 + - uid: 8058 + components: + - type: Transform + pos: -39.5,26.5 + parent: 4812 + - uid: 8059 + components: + - type: Transform + pos: -39.5,25.5 + parent: 4812 + - uid: 8089 + components: + - type: Transform + pos: -39.5,19.5 + parent: 4812 + - uid: 8093 + components: + - type: Transform + pos: -35.5,13.5 + parent: 4812 + - uid: 8101 + components: + - type: Transform + pos: -24.5,12.5 + parent: 4812 + - uid: 8106 + components: + - type: Transform + pos: -29.5,25.5 + parent: 4812 + - uid: 8109 + components: + - type: Transform + pos: -24.5,15.5 + parent: 4812 + - uid: 8110 + components: + - type: Transform + pos: -28.5,15.5 + parent: 4812 + - uid: 8111 + components: + - type: Transform + pos: -29.5,21.5 + parent: 4812 + - uid: 8114 + components: + - type: Transform + pos: -24.5,16.5 + parent: 4812 + - uid: 8116 + components: + - type: Transform + pos: -28.5,25.5 + parent: 4812 + - uid: 8118 + components: + - type: Transform + pos: -28.5,20.5 + parent: 4812 + - uid: 8128 + components: + - type: Transform + pos: -28.5,11.5 + parent: 4812 + - uid: 8146 + components: + - type: Transform + pos: -39.5,18.5 + parent: 4812 + - uid: 8167 + components: + - type: Transform + pos: -19.5,32.5 + parent: 4812 + - uid: 8191 + components: + - type: Transform + pos: -33.5,32.5 + parent: 4812 + - uid: 8192 + components: + - type: Transform + pos: -24.5,32.5 + parent: 4812 + - uid: 8197 + components: + - type: Transform + pos: -42.5,22.5 + parent: 4812 + - uid: 8208 + components: + - type: Transform + pos: -25.5,31.5 + parent: 4812 + - uid: 8260 + components: + - type: Transform + pos: -30.5,34.5 parent: 4812 - uid: 8267 components: - type: Transform pos: -35.5,3.5 parent: 4812 - - uid: 8339 - components: - - type: Transform - pos: -39.5,23.5 - parent: 4812 - - uid: 8340 - components: - - type: Transform - pos: -36.5,17.5 - parent: 4812 - uid: 8358 components: - type: Transform pos: -36.5,3.5 parent: 4812 + - uid: 8370 + components: + - type: Transform + pos: -38.5,13.5 + parent: 4812 + - uid: 8388 + components: + - type: Transform + pos: -39.5,17.5 + parent: 4812 + - uid: 8391 + components: + - type: Transform + pos: -24.5,31.5 + parent: 4812 + - uid: 8396 + components: + - type: Transform + pos: -24.5,21.5 + parent: 4812 + - uid: 8400 + components: + - type: Transform + pos: -28.5,16.5 + parent: 4812 + - uid: 8404 + components: + - type: Transform + pos: -21.5,25.5 + parent: 4812 + - uid: 8433 + components: + - type: Transform + pos: -24.5,34.5 + parent: 4812 + - uid: 8453 + components: + - type: Transform + pos: -33.5,34.5 + parent: 4812 - uid: 8469 components: - type: Transform @@ -82448,6 +83974,11 @@ entities: - type: Transform pos: -13.5,-38.5 parent: 4812 + - uid: 8506 + components: + - type: Transform + pos: -30.5,33.5 + parent: 4812 - uid: 8621 components: - type: Transform @@ -83333,6 +84864,11 @@ entities: - type: Transform pos: -9.5,-56.5 parent: 4812 + - uid: 9656 + components: + - type: Transform + pos: -16.5,31.5 + parent: 4812 - uid: 9681 components: - type: Transform @@ -83633,11 +85169,6 @@ entities: - type: Transform pos: -46.5,-19.5 parent: 4812 - - uid: 9992 - components: - - type: Transform - pos: -37.5,19.5 - parent: 4812 - uid: 10414 components: - type: Transform @@ -83653,6 +85184,11 @@ entities: - type: Transform pos: -50.5,-18.5 parent: 4812 + - uid: 10460 + components: + - type: Transform + pos: -16.5,33.5 + parent: 4812 - uid: 10486 components: - type: Transform @@ -83663,6 +85199,11 @@ entities: - type: Transform pos: -47.5,-10.5 parent: 4812 + - uid: 10685 + components: + - type: Transform + pos: -21.5,21.5 + parent: 4812 - uid: 10748 components: - type: Transform @@ -83683,31 +85224,101 @@ entities: - type: Transform pos: -62.5,3.5 parent: 4812 + - uid: 10806 + components: + - type: Transform + pos: -21.5,23.5 + parent: 4812 + - uid: 10813 + components: + - type: Transform + pos: -21.5,24.5 + parent: 4812 + - uid: 10815 + components: + - type: Transform + pos: -33.5,30.5 + parent: 4812 + - uid: 10873 + components: + - type: Transform + pos: -33.5,33.5 + parent: 4812 - uid: 10929 components: - type: Transform - pos: -36.5,19.5 + pos: -21.5,22.5 parent: 4812 - - uid: 10963 + - uid: 10942 components: - type: Transform - pos: -37.5,17.5 + pos: -23.5,29.5 + parent: 4812 + - uid: 10944 + components: + - type: Transform + pos: -33.5,28.5 + parent: 4812 + - uid: 10950 + components: + - type: Transform + pos: -23.5,30.5 parent: 4812 - uid: 10964 components: - type: Transform pos: 3.5,-37.5 parent: 4812 + - uid: 10967 + components: + - type: Transform + pos: -24.5,33.5 + parent: 4812 + - uid: 10980 + components: + - type: Transform + pos: -30.5,32.5 + parent: 4812 + - uid: 10981 + components: + - type: Transform + pos: -31.5,32.5 + parent: 4812 + - uid: 10984 + components: + - type: Transform + pos: -32.5,34.5 + parent: 4812 + - uid: 10986 + components: + - type: Transform + pos: -30.5,31.5 + parent: 4812 + - uid: 10987 + components: + - type: Transform + pos: -29.5,31.5 + parent: 4812 - uid: 10989 components: - type: Transform pos: 3.5,-41.5 parent: 4812 + - uid: 10991 + components: + - type: Transform + pos: -27.5,34.5 + parent: 4812 - uid: 11002 components: - type: Transform pos: -44.5,-31.5 parent: 4812 + - uid: 11003 + components: + - type: Transform + pos: -23.5,31.5 + parent: 4812 - uid: 11006 components: - type: Transform @@ -84058,6 +85669,16 @@ entities: - type: Transform pos: 10.5,40.5 parent: 4812 + - uid: 11856 + components: + - type: Transform + pos: -30.5,35.5 + parent: 4812 + - uid: 11857 + components: + - type: Transform + pos: -29.5,35.5 + parent: 4812 - uid: 11889 components: - type: Transform @@ -84073,11 +85694,26 @@ entities: - type: Transform pos: -62.5,-0.5 parent: 4812 + - uid: 11923 + components: + - type: Transform + pos: -27.5,35.5 + parent: 4812 + - uid: 11934 + components: + - type: Transform + pos: -25.5,35.5 + parent: 4812 - uid: 11935 components: - type: Transform pos: -54.5,-23.5 parent: 4812 + - uid: 12039 + components: + - type: Transform + pos: -24.5,35.5 + parent: 4812 - uid: 12113 components: - type: Transform @@ -84093,10 +85729,15 @@ entities: - type: Transform pos: 35.5,-38.5 parent: 4812 - - uid: 12429 + - uid: 12221 components: - type: Transform - pos: -37.5,18.5 + pos: -14.5,30.5 + parent: 4812 + - uid: 12380 + components: + - type: Transform + pos: -24.5,37.5 parent: 4812 - uid: 12582 components: @@ -84228,6 +85869,12 @@ entities: - type: Transform pos: -51.5,-3.5 parent: 4812 + - uid: 13173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,31.5 + parent: 4812 - uid: 13217 components: - type: Transform @@ -84313,6 +85960,22 @@ entities: - type: Transform pos: 32.5,-6.5 parent: 4812 + - uid: 13917 + components: + - type: Transform + pos: -19.5,33.5 + parent: 4812 + - uid: 13919 + components: + - type: Transform + pos: -18.5,33.5 + parent: 4812 + - uid: 14184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,29.5 + parent: 4812 - proto: WallSolid entities: - uid: 1 @@ -86770,46 +88433,11 @@ entities: - type: Transform pos: -15.5,-14.5 parent: 4812 - - uid: 7727 - components: - - type: Transform - pos: -25.5,18.5 - parent: 4812 - - uid: 7728 - components: - - type: Transform - pos: -26.5,18.5 - parent: 4812 - - uid: 7729 - components: - - type: Transform - pos: -27.5,18.5 - parent: 4812 - - uid: 8162 - components: - - type: Transform - pos: -19.5,26.5 - parent: 4812 - - uid: 8163 - components: - - type: Transform - pos: -20.5,26.5 - parent: 4812 - - uid: 8164 - components: - - type: Transform - pos: -20.5,28.5 - parent: 4812 - uid: 8359 components: - type: Transform pos: 10.5,-3.5 parent: 4812 - - uid: 8457 - components: - - type: Transform - pos: -26.5,37.5 - parent: 4812 - uid: 8833 components: - type: Transform @@ -87345,6 +88973,11 @@ entities: - type: Transform pos: -41.5,-18.5 parent: 4812 + - uid: 13761 + components: + - type: Transform + pos: -31.5,34.5 + parent: 4812 - proto: WallSolidRust entities: - uid: 7302 @@ -87452,6 +89085,13 @@ entities: - type: Transform pos: -34.5,-13.5 parent: 4812 +- proto: WallWeaponCapacitorRecharger + entities: + - uid: 13762 + components: + - type: Transform + pos: -36.5,17.5 + parent: 4812 - proto: WardrobeBlackFilled entities: - uid: 11351 @@ -87529,98 +89169,16 @@ entities: - 0 - proto: WardrobePrisonFilled entities: - - uid: 8354 + - uid: 11022 components: - type: Transform - pos: -26.5,20.5 + pos: -29.5,32.5 parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8355 + - uid: 11674 components: - type: Transform - pos: -26.5,17.5 + pos: -25.5,32.5 parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8383 - components: - - type: Transform - pos: -29.5,26.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8384 - components: - - type: Transform - pos: -25.5,26.5 - parent: 4812 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.6033952 - - 6.031821 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: WardrobeYellowFilled entities: - uid: 12169 @@ -87715,10 +89273,10 @@ entities: - type: Transform pos: 14.5,13.5 parent: 4812 - - uid: 8433 + - uid: 8461 components: - type: Transform - pos: -39.5,10.5 + pos: -38.5,12.5 parent: 4812 - uid: 13496 components: @@ -87730,6 +89288,11 @@ entities: - type: Transform pos: 16.5,-26.5 parent: 4812 + - uid: 13942 + components: + - type: Transform + pos: -19.5,26.5 + parent: 4812 - proto: WaterTankFull entities: - uid: 3358 @@ -87742,11 +89305,6 @@ entities: - type: Transform pos: -11.5,15.5 parent: 4812 - - uid: 8409 - components: - - type: Transform - pos: -32.5,32.5 - parent: 4812 - uid: 8576 components: - type: Transform @@ -87772,6 +89330,11 @@ entities: - type: Transform pos: -28.5,-9.5 parent: 4812 + - uid: 11023 + components: + - type: Transform + pos: -32.5,28.5 + parent: 4812 - uid: 11883 components: - type: Transform @@ -87822,6 +89385,12 @@ entities: parent: 4812 - type: Physics canCollide: False + - uid: 4347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,11.5 + parent: 4812 - uid: 4572 components: - type: Transform @@ -87843,55 +89412,49 @@ entities: parent: 4812 - type: Physics canCollide: False - - uid: 8266 + - uid: 8450 components: - type: Transform - pos: -20.5,22.5 + pos: -32.5,15.5 parent: 4812 - - type: Physics - canCollide: False - - uid: 8345 + - uid: 10759 components: - type: Transform - pos: -31.5,12.5 + pos: -35.5,16.5 parent: 4812 - - type: Physics - canCollide: False - - uid: 8346 + - uid: 13989 components: - type: Transform - pos: -31.5,14.5 + pos: -38.5,22.5 parent: 4812 - - type: Physics - canCollide: False - proto: WeaponDisabler entities: - - uid: 3738 + - uid: 7705 components: - type: Transform - pos: -39.515656,11.630442 + pos: -27.576859,19.597555 parent: 4812 - - uid: 3753 + - uid: 8127 components: - type: Transform - pos: -39.609406,11.771067 + pos: -27.44144,19.430773 parent: 4812 - - uid: 3754 + - uid: 9235 components: - type: Transform - pos: -35.564545,16.749907 + pos: -37.46463,10.554995 parent: 4812 - - uid: 3759 + - uid: 9383 components: - type: Transform - pos: -35.46038,16.551853 + pos: -37.57921,10.753048 parent: 4812 - proto: WeaponSubMachineGunWt550 entities: - - uid: 13165 + - uid: 10812 components: - type: Transform - pos: -21.5,23.5 + pos: -34.5,15.5 parent: 4812 - proto: WeaponTurretSyndicateBroken entities: @@ -88041,11 +89604,11 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-18.5 parent: 4812 - - uid: 7805 + - uid: 7826 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,15.5 + pos: -24.5,18.5 parent: 4812 - uid: 9071 components: @@ -88089,6 +89652,11 @@ entities: parent: 4812 - proto: WindoorSecure entities: + - uid: 3456 + components: + - type: Transform + pos: -26.5,15.5 + parent: 4812 - uid: 11101 components: - type: Transform @@ -88109,17 +89677,17 @@ entities: parent: 4812 - proto: WindoorSecureArmoryLocked entities: - - uid: 7804 + - uid: 7846 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,15.5 + pos: -24.5,18.5 parent: 4812 - - uid: 13916 + - uid: 7887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,18.5 + rot: 3.141592653589793 rad + pos: -26.5,15.5 parent: 4812 - proto: WindoorSecureAtmosphericsLocked entities: @@ -88278,34 +89846,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-27.5 parent: 4812 - - uid: 7779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,11.5 - parent: 4812 - - uid: 7780 - components: - - type: Transform - pos: -25.5,12.5 - parent: 4812 - - uid: 7781 - components: - - type: Transform - pos: -26.5,12.5 - parent: 4812 - - uid: 7785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,16.5 - parent: 4812 - - uid: 7786 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,19.5 - parent: 4812 - proto: Window entities: - uid: 187 From e5abf6147416442c4adca02df55871214cd3b679 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 May 2025 21:20:15 +0000 Subject: [PATCH 230/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index da1845090a..598e76a5b7 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -74,4 +74,11 @@ id: 10 time: '2025-05-02T15:45:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37115 +- author: spanky-spanky + changes: + - message: Omega has been updated to include genpop. + type: Add + id: 11 + time: '2025-05-03T21:19:07.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37157 Order: 1 From f9825e1f96bbad48ff4e5e1439e6c69b098db390 Mon Sep 17 00:00:00 2001 From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Sat, 3 May 2025 16:44:53 -0700 Subject: [PATCH 231/318] Add more ruins (#37161) --- .../Maps/Lavaland/generator_scrapyard.yml | 549 ++++++ Resources/Maps/Lavaland/lava_farm.yml | 1596 ++++++++++++++++ Resources/Maps/Lavaland/mug_factory.yml | 1679 +++++++++++++++++ 3 files changed, 3824 insertions(+) create mode 100644 Resources/Maps/Lavaland/generator_scrapyard.yml create mode 100644 Resources/Maps/Lavaland/lava_farm.yml create mode 100644 Resources/Maps/Lavaland/mug_factory.yml diff --git a/Resources/Maps/Lavaland/generator_scrapyard.yml b/Resources/Maps/Lavaland/generator_scrapyard.yml new file mode 100644 index 0000000000..515dca5d25 --- /dev/null +++ b/Resources/Maps/Lavaland/generator_scrapyard.yml @@ -0,0 +1,549 @@ +meta: + format: 7 + category: Grid + engineVersion: 255.1.0 + forkId: "" + forkVersion: "" + time: 05/03/2025 21:38:41 + entityCount: 67 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 0: Space + 1: FloorBasalt + 4: FloorTechMaint2 + 3: FloorTechMaint3 + 2: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.35416666,-0.21875 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAABAAAAAAAAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 7: 2,8 + 8: 3,9 + 9: 2,10 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 2: 4,9 + 3: 3,8 + 4: 2,9 + 5: 3,10 + 6: 3,9 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Remains + decals: + 1: 7,7 + - node: + cleanable: True + color: '#79150096' + id: splatter + decals: + 0: 6.4296107,7.089994 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,2: + 0: 3276 + 0,1: + 0: 3072 + 0,3: + 0: 36044 + 1,1: + 0: 59136 + 1,2: + 0: 61182 + 1,3: + 0: 65535 + 1,4: + 0: 7 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockEngineeringLocked + entities: + - uid: 47 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 +- proto: BarricadeBlock + entities: + - uid: 41 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 29 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 28 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 19 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 42 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 25 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 9 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 +- proto: Chair + entities: + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 1 +- proto: CigaretteSpent + entities: + - uid: 39 + components: + - type: Transform + pos: 2.8069842,12.814261 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 3.7757342,12.762177 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 3.5049007,12.460094 + parent: 1 +- proto: CrowbarOrange + entities: + - uid: 51 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1 +- proto: Grille + entities: + - uid: 59 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 +- proto: LootSpawnerCableCoil + entities: + - uid: 27 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 +- proto: PortableGeneratorJrPacman + entities: + - uid: 22 + components: + - type: Transform + anchored: True + pos: 5.5,10.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: PortableGeneratorPacman + entities: + - uid: 24 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1 +- proto: PortableGeneratorPacmanMachineCircuitboard + entities: + - uid: 14 + components: + - type: Transform + pos: 3.421713,8.67631 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 3.6161573,8.280477 + parent: 1 +- proto: PosterContrabandPower + entities: + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,8.5 + parent: 1 +- proto: PowerCellHigh + entities: + - uid: 6 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 54 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,8.5 + parent: 1 + - uid: 62 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 +- proto: Rack + entities: + - uid: 57 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 64 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 +- proto: ScrapGeneratorFrame + entities: + - uid: 30 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 +- proto: ScrapGeneratorFuelTank + entities: + - uid: 8 + components: + - type: Transform + pos: 4.8324103,14.286484 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 5.0268545,14.029539 + parent: 1 +- proto: ScrapGeneratorPlasma + entities: + - uid: 5 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 +- proto: ScrapGeneratorPlasmaLeaking + entities: + - uid: 32 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1 +- proto: ScrapGlass + entities: + - uid: 31 + components: + - type: Transform + pos: 7.040743,13.598982 + parent: 1 +- proto: ScrapMedkit + entities: + - uid: 35 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 +- proto: ScrapSteel + entities: + - uid: 37 + components: + - type: Transform + pos: 5.5546336,16.605946 + parent: 1 +- proto: SheetPlasma + entities: + - uid: 2 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 +- proto: SignEngine + entities: + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,11.5 + parent: 1 +- proto: Table + entities: + - uid: 66 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,10.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 20 + components: + - type: Transform + pos: 5.4541473,14.664696 + parent: 1 +- proto: WallSolid + entities: + - uid: 10 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 11 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,11.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,8.5 + parent: 1 + - uid: 60 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,7.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 +- proto: WallSolidRust + entities: + - uid: 3 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,9.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 +- proto: WelderIndustrialAdvanced + entities: + - uid: 17 + components: + - type: Transform + pos: 6.215229,6.672883 + parent: 1 +- proto: Wrench + entities: + - uid: 36 + components: + - type: Transform + rot: -62.83185307179591 rad + pos: 5.432691,12.470511 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/lava_farm.yml b/Resources/Maps/Lavaland/lava_farm.yml new file mode 100644 index 0000000000..cfa99ff4f3 --- /dev/null +++ b/Resources/Maps/Lavaland/lava_farm.yml @@ -0,0 +1,1596 @@ +meta: + format: 7 + category: Grid + engineVersion: 255.1.0 + forkId: "" + forkVersion: "" + time: 05/03/2025 22:08:36 + entityCount: 235 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 0: Space + 1: FloorBasalt + 3: FloorBrokenWood + 4: FloorWood + 2: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: 12.971968,7.398547 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAGBAAAAAABBAAAAAACAwAAAAAEAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAACAwAAAAAGBAAAAAACBAAAAAACAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAADBAAAAAAABAAAAAADBAAAAAADAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,1: + 0: 65280 + -1,1: + 0: 34816 + 0,2: + 0: 65535 + -1,2: + 0: 65533 + 0,3: + 0: 65535 + -1,3: + 0: 65535 + 0,4: + 0: 65535 + 1,1: + 0: 65280 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 1,4: + 0: 65535 + 2,1: + 0: 53504 + 2,2: + 0: 61917 + 2,3: + 0: 65535 + 2,4: + 0: 16383 + 3,1: + 0: 12288 + 3,2: + 0: 4147 + 3,3: + 0: 4369 + 3,4: + 0: 4369 + -1,4: + 0: 65535 + 0,5: + 0: 4095 + -1,5: + 0: 4095 + 1,5: + 0: 4095 + 2,5: + 0: 785 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: ActionToggleInternals + entities: + - uid: 154 + mapInit: true + paused: true + components: + - type: Transform + parent: 153 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 153 +- proto: ActionToggleLight + entities: + - uid: 151 + mapInit: true + paused: true + components: + - type: Transform + parent: 150 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 150 +- proto: AirTankFilled + entities: + - uid: 153 + components: + - type: Transform + parent: 149 + - type: GasTank + toggleActionEntity: 154 + - type: Clothing + inSlotFlag: SUITSTORAGE + inSlot: suitstorage + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 154 +- proto: BasaltFive + entities: + - uid: 223 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 224 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 218 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 210 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 212 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 +- proto: BookshelfFilled + entities: + - uid: 161 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,9.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,10.5 + parent: 1 + - uid: 164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,13.5 + parent: 1 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,15.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,16.5 + parent: 1 + - uid: 170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,17.5 + parent: 1 + - uid: 171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,18.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 1 + - uid: 173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,14.5 + parent: 1 + - uid: 174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,14.5 + parent: 1 + - uid: 175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1 + - uid: 176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,14.5 + parent: 1 + - uid: 177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1 + - uid: 178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,14.5 + parent: 1 + - uid: 179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,14.5 + parent: 1 + - uid: 180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,14.5 + parent: 1 + - uid: 181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,14.5 + parent: 1 + - uid: 182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,14.5 + parent: 1 + - uid: 183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,11.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 1 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,13.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,16.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,17.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,18.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,19.5 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,15.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,16.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,17.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,18.5 + parent: 1 + - uid: 197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,19.5 + parent: 1 + - uid: 198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,13.5 + parent: 1 + - uid: 199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,12.5 + parent: 1 + - uid: 200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,11.5 + parent: 1 + - uid: 201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,10.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,9.5 + parent: 1 +- proto: ChairWood + entities: + - uid: 160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,8.5 + parent: 1 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 231 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1 +- proto: ClothingHeadHelmetFire + entities: + - uid: 150 + components: + - type: Transform + parent: 149 + - type: Clothing + inSlotFlag: HEAD + inSlot: head + - type: HandheldLight + toggleActionEntity: 151 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 151 + - type: Physics + canCollide: False + - type: ActionsContainer +- proto: ClothingMaskGas + entities: + - uid: 155 + components: + - type: Transform + parent: 149 + - type: Clothing + inSlotFlag: MASK + inSlot: mask + - type: Physics + canCollide: False +- proto: ClothingOuterSuitFire + entities: + - uid: 152 + components: + - type: Transform + parent: 149 + - type: Clothing + inSlotFlag: OUTERCLOTHING + inSlot: outerClothing + - type: Physics + canCollide: False +- proto: DrinkHotCoco + entities: + - uid: 207 + components: + - type: Transform + pos: 10.3858795,8.735803 + parent: 1 +- proto: FenceMetalBroken + entities: + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,21.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 11.5,17.5 + parent: 1 +- proto: FenceMetalCorner + entities: + - uid: 51 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,21.5 + parent: 1 +- proto: FenceMetalGate + entities: + - uid: 59 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 1 +- proto: FenceMetalStraight + entities: + - uid: 4 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -2.5,18.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,21.5 + parent: 1 + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,21.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,21.5 + parent: 1 + - uid: 22 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,21.5 + parent: 1 + - uid: 24 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,21.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -2.5,20.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -2.5,19.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,21.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 + - uid: 41 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,21.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,21.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,21.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 11.5,18.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 11.5,11.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1 + - uid: 81 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,7.5 + parent: 1 + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,7.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 +- proto: Fireplace + entities: + - uid: 157 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 18 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,18.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,19.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1 + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,11.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,12.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,9.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,10.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,19.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,18.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,17.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,16.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,15.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,19.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,18.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,17.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,16.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,15.5 + parent: 1 + - uid: 106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,18.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,17.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,16.5 + parent: 1 + - uid: 109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,15.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,18.5 + parent: 1 + - uid: 111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,17.5 + parent: 1 + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,16.5 + parent: 1 + - uid: 113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,15.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,19.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,18.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,19.5 + parent: 1 + - uid: 120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,13.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,12.5 + parent: 1 + - uid: 127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 1 + - uid: 128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,13.5 + parent: 1 + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,12.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,13.5 + parent: 1 + - uid: 136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,12.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,11.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,10.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,13.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,11.5 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,10.5 + parent: 1 + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,9.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,19.5 + parent: 1 +- proto: FoodMeatChickenFried + entities: + - uid: 213 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 +- proto: FoodSnackChocolateBar + entities: + - uid: 205 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 13.389183,7.4019194 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 13.552546,7.6725626 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 13.774601,7.381072 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 13.253767,7.704213 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: -31.415926535897945 rad + pos: 13.639183,7.53743 + parent: 1 +- proto: FoodTartCoco + entities: + - uid: 3 + components: + - type: Transform + rot: -37.69911184307754 rad + pos: 10.750002,7.6203604 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 10.344833,7.914714 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 10.573999,8.289975 + parent: 1 +- proto: Grille + entities: + - uid: 56 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 +- proto: Mannequin + entities: + - uid: 149 + components: + - type: MetaData + name: scarecrow + - type: Transform + pos: 4.5,14.5 + parent: 1 + - type: ContainerContainer + containers: + jumpsuit: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + outerClothing: !type:ContainerSlot + showEnts: False + occludes: False + ent: 152 + neck: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + mask: !type:ContainerSlot + showEnts: False + occludes: False + ent: 155 + eyes: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + head: !type:ContainerSlot + showEnts: False + occludes: False + ent: 150 + suitstorage: !type:ContainerSlot + showEnts: False + occludes: False + ent: 153 + back: !type:ContainerSlot + showEnts: False + occludes: False + ent: null +- proto: MiningDrill + entities: + - uid: 227 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1 +- proto: Rack + entities: + - uid: 209 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 23 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1 +- proto: Shovel + entities: + - uid: 148 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 +- proto: SignFire + entities: + - uid: 156 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 +- proto: TableWood + entities: + - uid: 158 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 2 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 11.5,20.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 12.5,20.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 11.5,22.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 9.5,21.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 12.5,21.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 11.5,21.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 10.5,21.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 12.5,22.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 13.5,21.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 11.5,19.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 10.5,19.5 + parent: 1 +- proto: WallSolid + entities: + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 1 + - uid: 42 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,6.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,10.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,8.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,6.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,10.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,10.5 + parent: 1 +- proto: WallSolidRust + entities: + - uid: 17 + components: + - type: Transform + pos: 14.5,10.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 +- proto: WoodDoor + entities: + - uid: 230 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/mug_factory.yml b/Resources/Maps/Lavaland/mug_factory.yml new file mode 100644 index 0000000000..57440edd25 --- /dev/null +++ b/Resources/Maps/Lavaland/mug_factory.yml @@ -0,0 +1,1679 @@ +meta: + format: 7 + category: Grid + engineVersion: 255.1.0 + forkId: "" + forkVersion: "" + time: 05/03/2025 23:17:42 + entityCount: 213 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 0: Space + 1: FloorBasalt + 3: FloorGrayConcreteMono + 6: FloorSteel + 5: FloorTechMaint + 4: FloorTechMaint2 + 2: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: 13.437431,7.429268 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABQAAAAAABAAAAAAAAgAAAAAABQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABQAAAAAABAAAAAAABAAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABQAAAAAABAAAAAAABAAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABQAAAAAABAAAAAAAAgAAAAAABQAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAABAAAAAAABAAAAAAABQAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAABgAAAAADAgAAAAAABgAAAAAABgAAAAABAgAAAAAAAgAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAABgAAAAACBgAAAAABBgAAAAAAAgAAAAAABgAAAAACBgAAAAABAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAABAAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAABgAAAAABBgAAAAADBgAAAAABBgAAAAADBgAAAAABBgAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAQAAAAAAAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAABAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAACAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADBQAAAAAAAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAABQAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADBQAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABBQAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAADAwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAQAAAAAAAQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 41: 1,-5 + 42: 1,-2 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 40: 4,-7 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 39: 4,-6 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 43: 8,-8 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 33: -2,-6 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 10: 1,-6 + 11: 3,-6 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 51: 12,-4 + 52: 11,-3 + 53: 10,-2 + 54: 13,-2 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: Dirt + decals: + 79: 4,-8 + 80: 1,-10 + 81: 5,-10 + 82: 7,-8 + 83: 7,-10 + 84: 1,-7 + 85: 4,-5 + 86: 5,-5 + 87: 7,-5 + 88: 6,-3 + 89: 4,-2 + 90: 3,-4 + 91: 2,-4 + 92: 1,-3 + 93: 3,-5 + 94: 1,-2 + 127: -2,-11 + 128: -3,-9 + 129: 6,-5 + 130: 8,-3 + 131: 6,-2 + 132: -1,-2 + 133: -3,-2 + 134: -2,-4 + 135: -1,-5 + 136: -2,-7 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 44: 11,-4 + 45: 10,-3 + 46: 12,-2 + 47: 13,-3 + 48: 14,-4 + 49: 13,-4 + 50: 14,-2 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 55: 7,-10 + 56: 8,-9 + 57: 7,-8 + 58: 5,-10 + 59: 4,-9 + 60: 3,-8 + 61: 2,-9 + 62: 3,-7 + 63: 4,-7 + 64: 1,-6 + 65: 1,-5 + 66: 4,-4 + 67: 2,-4 + 68: 4,-2 + 69: 5,-3 + 70: 5,-4 + 71: 2,-2 + 72: 4,-5 + 73: 1,-8 + 74: 2,-10 + 75: 4,-10 + 76: 4,-8 + 77: 6,-8 + 78: 6,-9 + 120: 13,-7 + 121: 12,-6 + 122: 11,-7 + 123: 10,-6 + 124: 13,-6 + 125: 10,-7 + 126: 11,-7 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 95: -3,-7 + 96: -1,-6 + 97: -1,-5 + 98: -3,-3 + 99: -1,-2 + 100: -3,-1 + 101: -1,-8 + 102: -3,-10 + 103: -3,-9 + 104: -2,-11 + 105: -1,-10 + 106: 8,-5 + 107: 7,-5 + 108: 7,-4 + 109: 8,-2 + 110: 8,-4 + 111: 6,-2 + 112: 6,-3 + 113: 11,-10 + 114: 13,-10 + 115: 12,-9 + 116: 10,-8 + 117: 12,-8 + 118: 12,-9 + 119: 10,-10 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 2: 13,-7 + 5: 10,-10 + 6: 11,-10 + 7: 12,-10 + 8: 13,-10 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 3: 12,-7 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 30: 6,-5 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 25: 8,-5 + 31: 7,-5 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 27: 6,-4 + 28: 6,-3 + 29: 6,-2 + - type: GridAtmosphere + version: 2 + data: + tiles: + 2,0: + 0: 8 + 2,-1: + 0: 36349 + 3,0: + 0: 15 + 3,-1: + 0: 16375 + -1,-3: + 0: 61152 + 0,-3: + 0: 65024 + 0,-2: + 0: 61166 + -1,-2: + 0: 61166 + 0,-1: + 0: 3839 + -1,-1: + 0: 61166 + 1,-3: + 0: 65280 + 1,-2: + 0: 65535 + 1,-1: + 0: 4095 + 2,-3: + 0: 64768 + 2,-2: + 0: 8189 + 3,-3: + 0: 48000 + 3,-2: + 0: 3003 + 4,-3: + 0: 4096 + 4,-2: + 0: 4369 + 4,-1: + 0: 4369 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: Airlock + entities: + - uid: 181 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 +- proto: AirlockGlass + entities: + - uid: 178 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - type: Door + secondsUntilStateChange: -355.44318 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True +- proto: AirlockMaint + entities: + - uid: 180 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 1 +- proto: BarricadeBlock + entities: + - uid: 193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 1 +- proto: BasaltFive + entities: + - uid: 202 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 201 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 199 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 197 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 198 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 206 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 +- proto: CableApcStack + entities: + - uid: 208 + components: + - type: Transform + rot: -69.11503837897548 rad + pos: 7.3744965,-8.503462 + parent: 1 +- proto: Catwalk + entities: + - uid: 52 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 +- proto: Chair + entities: + - uid: 164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 1 +- proto: ChairOfficeLight + entities: + - uid: 155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 1 +- proto: ConveyorBelt + entities: + - uid: 25 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 26 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-6.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 1 + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 1 + - uid: 50 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 1 + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 1 + - uid: 56 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 57 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-4.5 + parent: 1 + - uid: 58 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 59 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 60 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 62 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 1 +- proto: CrateGenericSteel + entities: + - uid: 133 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: CrowbarOrange + entities: + - uid: 196 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 +- proto: DrinkMug + entities: + - uid: 116 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 117 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugBlue + entities: + - uid: 134 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugDog + entities: + - uid: 119 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugHeart + entities: + - uid: 135 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugMetal + entities: + - uid: 126 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 130 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugMoebius + entities: + - uid: 127 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugOne + entities: + - uid: 120 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 138 + components: + - type: Transform + pos: 12.470032,-3.2789168 + parent: 1 +- proto: DrinkMugRainbow + entities: + - uid: 129 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: DrinkMugRed + entities: + - uid: 136 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 +- proto: Emitter + entities: + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 +- proto: Grille + entities: + - uid: 12 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 41 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 +- proto: IntercomCommon + entities: + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 1 +- proto: LampGold + entities: + - uid: 204 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 +- proto: OreProcessor + entities: + - uid: 115 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 +- proto: PlasticFlapsOpaque + entities: + - uid: 105 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 +- proto: PlushieHampter + entities: + - uid: 141 + components: + - type: Transform + pos: 13.49161,-8.2341175 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 13.658281,-7.3376627 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 13.7103615,-8.036065 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 13.335363,-7.4731717 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 13.137445,-7.879703 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 157 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 158 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 159 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 160 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 161 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: PortableGeneratorJrPacman + entities: + - uid: 211 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 187 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-9.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 186 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-3.5 + parent: 1 +- proto: ReagentGrinderIndustrial + entities: + - uid: 123 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 102 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 +- proto: ShardGlass + entities: + - uid: 167 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1 +- proto: SheetSteel + entities: + - uid: 114 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: SheetSteel10 + entities: + - uid: 109 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 113 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: Shovel + entities: + - uid: 162 + components: + - type: Transform + rot: -169.64600329384854 rad + pos: 12.543695,-7.9839387 + parent: 1 +- proto: ShuttersNormal + entities: + - uid: 166 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1 +- proto: SignSecurearea + entities: + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 1 +- proto: SignShock + entities: + - uid: 97 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 1 +- proto: SignSmoking + entities: + - uid: 91 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-7.5 + parent: 1 +- proto: SprayPainter + entities: + - uid: 128 + components: + - type: Transform + rot: -37.69911184307754 rad + pos: 3.7438297,-3.9377425 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 163 + components: + - type: Transform + pos: 3.3132744,-1.5471935 + parent: 1 +- proto: SteelOre1 + entities: + - uid: 118 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 121 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 122 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 137 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 139 + components: + - type: Transform + pos: 11.2242775,-8.096867 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 10.429113,-7.7441773 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 10.741615,-7.441886 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 10.279827,-7.3533015 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 10.960365,-7.1500177 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 150 + components: + - type: Transform + pos: 10.738165,-7.9022903 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 11.824947,-7.4523153 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 11.5645275,-7.963085 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 11.293697,-7.504432 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 11.095779,-7.7337565 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 11.425659,-7.1795616 + parent: 1 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: Table + entities: + - uid: 15 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 112 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 +- proto: ToolboxMechanicalFilled + entities: + - uid: 195 + components: + - type: Transform + rot: -69.11503837897548 rad + pos: 7.7078304,-8.930841 + parent: 1 +- proto: WallSolid + entities: + - uid: 2 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 + - uid: 88 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 1 + - uid: 89 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 1 +- proto: WallSolidRust + entities: + - uid: 3 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 +- proto: Window + entities: + - uid: 11 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1 +... From fbd409a54be801b5b42c9495e9074fc870c68568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 20:37:39 -0400 Subject: [PATCH 232/318] Update Credits (#37163) Co-authored-by: PJBot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index bf5c6f0651..273d358836 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0tito, 0x6273, 12rabbits, 1337dakota, 13spacemen, 154942, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, aaron, Ablankmann, abregado, Absolute-Potato, Absotively, achookh, Acruid, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, AgentSmithRadio, Agoichi, Ahion, aiden, Aisu9, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alice4267, Alithsko, alliephante, ALMv1, Alpaccalypse, Alpha-Two, AlphaQwerty, Altoids1, amatwiedle, amylizzle, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, ApolloVector, Appiah, ar4ill, archee1, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, AzzyIsNotHere, azzyisnothere, B-Kirill, baa14453, BackeTako, Bakke, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedUser, beck-thompson, bellwetherlogic, ben, benbryant0, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, Booblesnoot42, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, BWTCK, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainMaru, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, catdotjs, catlord, Catofquestionableethics, CatTheSystem, centcomofficer24, Centronias, Chaboricks, chairbender, Chaoticaa, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, CheesePlated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, ciaran, civilCornball, claustro305, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, Compilatron144, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, cooperwallace, corentt, CormosLemming, CrafterKolyan, crazybrain23, Crazydave91920, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, cryals, CrzyPotato, cubixthree, cutemoongod, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, dan, dangerrevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DeepwaterCreations, Deerstop, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, dinnercalzone, DinoWattz, DisposableCrewmember42, dissidentbullet, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, DR-DOCTOR-EVIL-EVIL, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, DuckManZach, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, dylanwhittingham, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, Entvari, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, farrellka-dev, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, Firewars763, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flymo5678, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, frobnic8, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, GaussiArson, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, golubgik, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GrownSamoyedDog, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Helm4142, Henry, HerCoyote23, HighTechPuddle, hitomishirichan, hiucko, hivehum, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, Hrosts, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyperb1, hyperDelegate, hyphenationc, i-justuser-i, iaada, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, IMCB, impubbi, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jacktastic09, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, jerryimmouse, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JohnGinnane, johnku1, Jophire, joshepvodka, jproads, Jrpl, jukereise, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, kaiserbirch, KaiShibaa, kalane15, kalanosh, KamTheSythe, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, kiri-yoshikage, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, LaCumbiaDelCoronavirus, lajolico, Lamrr, lanedon, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, linkbro1, LinkUyx, Litraxx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, ljm862, lmsnoise, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, Lusatia, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, Magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, manelnavola, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, memeproof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, minus1over12, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterImp, MisterMecky, Mith-randalf, mjarduk, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, momo, Moneyl, monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, murolem, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, ninruB, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, noirogen, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, Nox38, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, Nyxilath, och-och, OctoRocket, OldDanceJacket, OliverOtter, onesch, OneZerooo0, OnyxTheBrave, Orange-Winds, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Palladinium, Pangogie, panzer-iv1, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, philingham, Phill101, Phooooooooooooooooooooooooooooooosphate, phunnyguy, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PotRoastPiggy, ProfanedBane, PROG-MohamedDwidar, prole0, Pronana, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, pumkin69, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, qrwas, Quantum-cross, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, ReeZer2, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, robinthedragon, Rockdtben, Rohesie, rok-povsic, rokudara-sen, rolfero, RomanNovo, rosieposieeee, Roudenn, router, ruddygreat, RumiTiger, Ruzihm, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, Samuka-C, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, SeamLesss, Segonist, semensponge, sephtasm, Serkket, sewerpig, SG6732, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SharkSnake98, shibechef, SignalWalker, siigiil, silicon14wastaken, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, slimmslamm, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, sowelipililimute, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, Sparlight, spartak, SpartanKadence, spderman3333, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, starbuckss14, Stealthbomber16, stellar-novas, stewie523, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, supergdpwyl, superjj18, Supernorn, SweptWasTaken, SyaoranFox, Sybil, SYNCHRONIC, Szunti, t, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TeenSarlacc, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, Tezzaide, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, TheBlueYowie, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TheProNoob678, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, TiniestShark, Titian3, tk-a369, tkdrg, tmtmtl30, ToastEnjoyer, Toby222, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, ToxicSonicFan04, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, TytosB, Tyzemol, UbaserB, ubis1, UBlueberry, uhbg, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, unusualcrow, Uriende, UristMcDorf, user424242420, Utmanarn, Vaaankas, valentfingerov, valquaint, Varen, Vasilis, VasilisThePikachu, veliebm, Velken, VelonacepsCalyxEggs, veprolet, VerinSenpai, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, vexerot, viceemargo, VigersRay, violet754, Visne, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, Vortebo, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, whatston3, widgetbeck, Will-Oliver-Br, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, Wolfkey-SomeoneElseTookMyUsername, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, YoungThugSS14, Yousifb26, youtissoum, yunii, YuriyKiss, yuriykiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zHonys, zionnBE, ZNixian, Zokkie, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex +0tito, 0x6273, 12rabbits, 1337dakota, 13spacemen, 154942, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, aaron, abadaba695, Ablankmann, abregado, Absolute-Potato, Absotively, achookh, Acruid, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, AgentSmithRadio, Agoichi, Ahion, aiden, Aisu9, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alice4267, Alithsko, alliephante, ALMv1, Alpaccalypse, Alpha-Two, AlphaQwerty, Altoids1, amatwiedle, amylizzle, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, ApolloVector, Appiah, ar4ill, archee1, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, AzzyIsNotHere, azzyisnothere, B-Kirill, baa14453, BackeTako, Bakke, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedUser, beck-thompson, bellwetherlogic, ben, benbryant0, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, Bokser815, Booblesnoot42, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, BWTCK, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainMaru, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, catdotjs, catlord, Catofquestionableethics, CatTheSystem, centcomofficer24, Centronias, Chaboricks, chairbender, Chaoticaa, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, CheesePlated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, ciaran, civilCornball, claustro305, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, Compilatron144, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, cooperwallace, corentt, CormosLemming, CrafterKolyan, crazybrain23, Crazydave91920, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, cryals, CrzyPotato, cubixthree, cutemoongod, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, dan, dangerrevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DeepwaterCreations, Deerstop, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, dinnercalzone, DinoWattz, DisposableCrewmember42, dissidentbullet, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, DR-DOCTOR-EVIL-EVIL, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, DuckManZach, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, dylanwhittingham, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, Entvari, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, farrellka-dev, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, Firewars763, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flymo5678, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, frobnic8, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, GaussiArson, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, Gentleman-Bird, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, golubgik, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GrownSamoyedDog, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Helm4142, Henry, HerCoyote23, HighTechPuddle, hitomishirichan, hiucko, hivehum, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, Hrosts, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyperb1, hyperDelegate, hyphenationc, i-justuser-i, iaada, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imatsoup, IMCB, impubbi, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jacktastic09, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JohnGinnane, johnku1, Jophire, joshepvodka, jproads, Jrpl, jukereise, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, kaiserbirch, KaiShibaa, kalane15, kalanosh, KamTheSythe, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, kiri-yoshikage, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, LaCumbiaDelCoronavirus, lajolico, Lamrr, lanedon, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, linkbro1, LinkUyx, Litraxx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, ljm862, lmsnoise, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, Lusatia, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, Magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, manelnavola, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, memeproof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, minus1over12, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterImp, MisterMecky, Mith-randalf, mjarduk, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, momo, Moneyl, monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, murolem, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikitosych, nikthechampiongr, Nimfar11, ninruB, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, noirogen, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, Nox38, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, Nyxilath, och-och, OctoRocket, OldDanceJacket, OliverOtter, onesch, OneZerooo0, OnyxTheBrave, Orange-Winds, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Palladinium, Pangogie, panzer-iv1, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, philingham, Phill101, Phooooooooooooooooooooooooooooooosphate, phunnyguy, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PotRoastPiggy, ProfanedBane, PROG-MohamedDwidar, prole0, Pronana, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, pumkin69, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, qrwas, Quantum-cross, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, ReeZer2, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, robinthedragon, Rockdtben, Rohesie, rok-povsic, rokudara-sen, rolfero, RomanNovo, rosieposieeee, Roudenn, router, ruddygreat, RumiTiger, Ruzihm, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, Samuka-C, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, SeamLesss, Segonist, semensponge, sephtasm, Serkket, sewerpig, SG6732, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SharkSnake98, shibechef, SignalWalker, siigiil, silicon14wastaken, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, slimmslamm, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, sowelipililimute, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, Sparlight, spartak, SpartanKadence, spderman3333, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, starbuckss14, Stealthbomber16, stellar-novas, stewie523, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, supergdpwyl, superjj18, Supernorn, SweptWasTaken, SyaoranFox, Sybil, SYNCHRONIC, Szunti, t, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TeenSarlacc, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, Tezzaide, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, TheBlueYowie, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TheProNoob678, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, TiniestShark, Titian3, tk-a369, tkdrg, tmtmtl30, ToastEnjoyer, Toby222, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, TornadoTechnology, tosatur, TotallyLemon, ToxicSonicFan04, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, TytosB, Tyzemol, UbaserB, ubis1, UBlueberry, uhbg, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Utmanarn, Vaaankas, valentfingerov, valquaint, Varen, Vasilis, VasilisThePikachu, veliebm, Velken, VelonacepsCalyxEggs, veprolet, VerinSenpai, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, vexerot, viceemargo, VigersRay, violet754, Visne, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, Vortebo, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, whatston3, widgetbeck, Will-Oliver-Br, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, Wolfkey-SomeoneElseTookMyUsername, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, YoungThugSS14, Yousifb26, youtissoum, yunii, YuriyKiss, yuriykiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zHonys, zionnBE, ZNixian, Zokkie, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex From 9afa15ab4180b9a3ae90d8a09e73d141a1b6ebc0 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 3 May 2025 20:38:47 -0400 Subject: [PATCH 233/318] Salvage Threat: Gibtonite (#37160) --- .../Entities/Structures/Walls/asteroid.yml | 88 ++++++++++++++++++ .../Prototypes/Procedural/Magnet/asteroid.yml | 24 +++++ Resources/Prototypes/Procedural/vgroid.yml | 6 ++ .../Walls/rock.rsi/gibtonite_active.png | Bin 0 -> 1639 bytes .../Walls/rock.rsi/gibtonite_inactive.png | Bin 0 -> 685 bytes .../Structures/Walls/rock.rsi/meta.json | 44 ++++++--- 6 files changed, 147 insertions(+), 15 deletions(-) create mode 100644 Resources/Textures/Structures/Walls/rock.rsi/gibtonite_active.png create mode 100644 Resources/Textures/Structures/Walls/rock.rsi/gibtonite_inactive.png diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 85c011ce11..34e84d39f6 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -49,6 +49,56 @@ params: volume: -6 +- type: entity + abstract: true + id: BaseRockGibtonite + suffix: Gibtonite + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.Trigger.TriggerVisuals.VisualState: + "gib": + Primed: + state: gibtonite_active + shader: unshaded + visible: true + Unprimed: + state: gibtonite_inactive + visible: false + - type: OnUseTimerTrigger + examinable: false + beepInterval: 0.4 + beepSound: + collection: GlassCrack + - type: RandomTimerTrigger + min: 8 + max: 10 + - type: ExplodeOnTrigger + - type: Explosive + explosionType: DemolitionCharge + totalIntensity: 450 + intensitySlope: 2.5 + maxIntensity: 10 + canCreateVacuum: false + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 3 + behaviors: + - !type:TimerStartBehavior + - !type:PlaySoundBehavior + sound: + collection: GlassBreak + - trigger: + !type:DamageTrigger + damage: 500 # you have to really smack it for it to manually detonate. re-examine once defusal exists + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:TriggerBehavior + # Ore veins - type: entity id: AsteroidRockCoal @@ -351,6 +401,25 @@ - state: rock_artifact_fragment map: [ "enum.MiningScannerVisualLayers.Overlay" ] +- type: entity + parent: [ BaseRockGibtonite, AsteroidRock ] + id: AsteroidRockGibtonite + components: + - type: Sprite + layers: + - state: rock_asteroid + - map: [ "enum.EdgeLayer.South" ] + state: rock_asteroid_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_asteroid_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_asteroid_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_asteroid_west + - state: gibtonite_inactive + visible: false + map: [ "enum.MiningScannerVisualLayers.Overlay", "gib" ] + - type: entity id: AsteroidRockMining parent: AsteroidRock @@ -631,6 +700,25 @@ - state: rock_artifact_fragment map: [ "enum.MiningScannerVisualLayers.Overlay" ] +- type: entity + parent: [ BaseRockGibtonite, IronRock ] + id: IronRockGibtonite + components: + - type: Sprite + layers: + - state: ironrock + - map: [ "enum.EdgeLayer.South" ] + state: ironrock_south + - map: [ "enum.EdgeLayer.East" ] + state: ironrock_east + - map: [ "enum.EdgeLayer.North" ] + state: ironrock_north + - map: [ "enum.EdgeLayer.West" ] + state: ironrock_west + - state: gibtonite_inactive + visible: false + map: [ "enum.MiningScannerVisualLayers.Overlay", "gib" ] + - type: entity id: IronRockDiamond parent: IronRock diff --git a/Resources/Prototypes/Procedural/Magnet/asteroid.yml b/Resources/Prototypes/Procedural/Magnet/asteroid.yml index 043c890765..a77a6b287b 100644 --- a/Resources/Prototypes/Procedural/Magnet/asteroid.yml +++ b/Resources/Prototypes/Procedural/Magnet/asteroid.yml @@ -20,6 +20,12 @@ # Generate biome - !type:BiomeDunGen biomeTemplate: Asteroid + - !type:OreDunGen + replacement: AsteroidRock + entity: AsteroidRockGibtonite + count: 8 + minGroupSize: 0 + maxGroupSize: 1 # Multiple smaller asteroids # This is a pain so we generate fewer tiles @@ -43,6 +49,12 @@ # Generate biome - !type:BiomeDunGen biomeTemplate: Asteroid + - !type:OreDunGen + replacement: AsteroidRock + entity: AsteroidRockGibtonite + count: 8 + minGroupSize: 0 + maxGroupSize: 1 # Long and spindly, less smooth than blob - type: dungeonConfig @@ -66,6 +78,12 @@ # Generate biome - !type:BiomeDunGen biomeTemplate: Asteroid + - !type:OreDunGen + replacement: AsteroidRock + entity: AsteroidRockGibtonite + count: 8 + minGroupSize: 0 + maxGroupSize: 1 # Lots of holes in it - type: dungeonConfig @@ -88,3 +106,9 @@ # Generate biome - !type:BiomeDunGen biomeTemplate: Asteroid + - !type:OreDunGen + replacement: AsteroidRock + entity: AsteroidRockGibtonite + count: 8 + minGroupSize: 0 + maxGroupSize: 1 diff --git a/Resources/Prototypes/Procedural/vgroid.yml b/Resources/Prototypes/Procedural/vgroid.yml index 0747a58b30..e9044720cc 100644 --- a/Resources/Prototypes/Procedural/vgroid.yml +++ b/Resources/Prototypes/Procedural/vgroid.yml @@ -87,6 +87,12 @@ count: 15 minGroupSize: 1 maxGroupSize: 2 + - !type:OreDunGen + replacement: IronRock + entity: IronRockGibtonite + count: 60 # you don't really hit it on purpose so it should be common + minGroupSize: 1 + maxGroupSize: 1 # Configs - type: dungeonConfig diff --git a/Resources/Textures/Structures/Walls/rock.rsi/gibtonite_active.png b/Resources/Textures/Structures/Walls/rock.rsi/gibtonite_active.png new file mode 100644 index 0000000000000000000000000000000000000000..79092629b76fbdeda88c2eada5db2f0194ce0a3f GIT binary patch literal 1639 zcmV-t2AKJYP)Px*AxT6*RCt{2TB~y1I2iu4voCN$7Nn>s!7>UD$?5E(zJiQ9OUgQBC7ojX6^h!) zDJd_K@mUnq&a~v@5&i{|tY5Nh%XZxC#ovr4C%)*@f7cDzuwlc7B~V2FX8vFDUaQDl zsr&sno=$W;ogP3z>+ugNKviUjm5MsziIoIoYz0N+Ec5RDZir$KkIJtqB2^LH+}={# zVB4_igj7Vw(}`3?)ONz&bNA=E=+ENs^?x*Cu#A7C3ixE>EnqC{42(MZ#CE1`_&pPs)AK>d-@3I7-=fkhLud`5bvFNK z2s91w+qwV$@@@yzCN6(Gdxb`8+|d^o8T=!$ z=`A3YYB`6n>EX@mFO5C?j~%^%JdAQDpOX6~Jny8%8>T zocomxQv!V6N!4RjO;kdHpNe$M1L)0Su40Vwr>j6MMBRR*@b&y)h4TWI4WJ?6)3LEW zU@FDU_XB`EbKi=x!-4Zx+IRs>l54$Sq^14sYv3bB`NuodQ@dqdw2@H*D3!+X&3!vy z;pIq4pe|=tf&_mY3Xb317g|3YzX6+tv6)r{Nfjgo0}V}!CP6v;1Q}dQ_%qf6dg4bD zm0IJ2&Hk4!cTf^QZQX9c_&KdLjj2f z=g;gzZp|N z?-<&3+%JeS*x8p<3fiv26-uM2g@E0n2Fwoa+|{89k|Yq?T{LLeUReB00D=Gl$@ZQV za{BJD+nGH)d)2PVySX@_2B9{>vrb4Ryl-gU(pZV6`yEMem*;OZkO+jg7!uw-?}zh( zs_a>pPwmdIdrLe3U@=azwWjj`3GWS(yfP%Aeb-@@2LRzI4FE>C!0n8)EB=bh#W?KwSeh@I&pO$6ik0 z@@}`_d_agcAEeOc3F)f?6S^-CgbJ`*)1BB)5{`FRXl?iB$KeJ#5>43Ij5zKRj|#%t&=@$U1Nc*0OZMjpAQuKh7EUTD?$6wP zkly`y>h9C?-!sWNAfTP~#WO@cQ{*$o+-Y#e?(o2zKhmd??5y4coeya90kd+P>3h1i z?)iWeRy!YH<5#<(F@RVp4r666#^mz>!8tvb=+-(djnI;v1Q-vIXJGRA07D%8{fXxT zhDL^Sl3cz5xcdu#g=KC%B$Jvge?#knW5~||HmM0VQWX4v^vc$E*6qvgQ)8dCI|Glr lKOZY$L4Dt_VZ;9%e*>$PNOFsX3AO+L002ovPDHLkV1k-l8_xg$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/rock.rsi/gibtonite_inactive.png b/Resources/Textures/Structures/Walls/rock.rsi/gibtonite_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..bf408b7c033b225eebf2c39a795578abc7098844 GIT binary patch literal 685 zcmV;e0#f~nP)Px%XGugsR9J=WmOXCUKoEsL2DyOJq);k%s#lecKm|$VD-3HRO}ZeR8^bmC3hoTi zM{q^f>{K~`+(<{*6wBoonOKgS6m7)<`VT!(;mx>Jwx)-sP}tQ z@AuJXq68#2*0D&Bh<7XsR6h!0jEl_U(=6s9?p$(X(#^)S23y0Hgc4)w{oY7!OiQAX zIr&(MPDVgyN#eezKZ^DMq?yFN1J434GhZqwh5v>6ig>+Z2*xFn^tX9DTfHdb!jC6r7HXi|dLw7-R zPo*KFt59a^VyGTQQ&3g#b?$#JwlmPSF5bWYp(;z#U18H8T|#%a2kvegy)RFL_M-(7 zMnH+Qw|36K`>dq&YWZU+!>%}NJ=cOqr17EH~j<8IUQ_f*10%DA)uBekw zz~rHY1W>Fue*t)TUVB!Nn>!2^p>t?+csQ!`YPk%YTl{QNQr{n_Z|t!XG(N762?Ras z#;7ys!kkqB34GnXJa^{-faGx!!(E`0M7K)9+q`Iudk0wsB?^2)Qs3KFU2JEhy8>7T z>C4SfI!3yHlj~OLWt$ldWKvS!AKHNxwxcM}*?2uf5NyF<)8#0WqfBSelxETra+tuV zmp`|fn~!u?w7C}*bj-*Sau}V29$6CJ%8lm7%Gbp?VV*!>z+ivU>Hb2Pj)|{i9 Date: Sun, 4 May 2025 00:39:54 +0000 Subject: [PATCH 234/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2380bf75fd..b8cd3e1c69 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: sowelipililimute - changes: - - message: You will no longer be told you need 0H 0M more minutes to play a role - type: Fix - id: 7914 - time: '2025-02-08T06:12:59.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34961 - author: Chaboricks changes: - message: Changed the sound of paper doors. @@ -3922,3 +3915,11 @@ id: 8415 time: '2025-05-03T19:28:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36369 +- author: EmoGarbage404 + changes: + - message: Added gibtonite! This secret ore becomes visible when struck and explodes + violently. It can be detected early using a mineral scanner. + type: Add + id: 8416 + time: '2025-05-04T00:38:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37160 From f1a17f360dfd5640a5b57280e26432006a18affb Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 3 May 2025 22:39:19 -0400 Subject: [PATCH 235/318] Revert "add material composition to some salv treasure" (#37149) * Revert "add material composition to some salv treasure (#31970)" This reverts commit 125258ea4803c882b5f59895e2d9ac2e8b1dfd5a. * Remove ring materials as well --- .../Clothing/Hands/base_clothinghands.yml | 14 +++------- .../Entities/Objects/Misc/treasure.yml | 26 +------------------ 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml b/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml index bb494ffda4..1d8d38da79 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml @@ -69,11 +69,8 @@ abstract: true id: GoldRingBase components: - - type: PhysicalComposition - materialComposition: - Gold: 200 # 2 bars - - type: StaticPrice - price: 300 + - type: StaticPrice + price: 300 - type: entity abstract: true @@ -81,8 +78,5 @@ name: silver ring description: Looks slightly less valuable than a gold one. components: - - type: PhysicalComposition - materialComposition: - Silver: 200 # 2 bars - - type: StaticPrice - price: 275 + - type: StaticPrice + price: 275 diff --git a/Resources/Prototypes/Entities/Objects/Misc/treasure.yml b/Resources/Prototypes/Entities/Objects/Misc/treasure.yml index dfe33ab111..20e72f8a11 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/treasure.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/treasure.yml @@ -83,11 +83,6 @@ - state: cpu_super - type: Item size: Tiny - - type: PhysicalComposition - materialComposition: # big mats if you don't sell it - Steel: 500 - Glass: 1000 - Silver: 300 - type: StaticPrice price: 750 @@ -155,9 +150,6 @@ state: coin_iron - type: Item size: Tiny - - type: PhysicalComposition - materialComposition: - Steel: 300 - type: StaticPrice price: 75 @@ -167,12 +159,8 @@ components: - type: Sprite state: coin_silver - - type: PhysicalComposition - materialComposition: - Steel: 100 # coins are fake on the inside - Silver: 200 - type: StaticPrice - price: 135 + price: 125 - type: entity parent: TreasureCoinIron @@ -180,10 +168,6 @@ components: - type: Sprite state: coin_gold - - type: PhysicalComposition - materialComposition: - Steel: 100 - Gold: 200 - type: StaticPrice price: 175 @@ -193,10 +177,6 @@ components: - type: Sprite state: coin_adamantine - - type: PhysicalComposition - materialComposition: - Steel: 400 - Diamond: 5 - type: StaticPrice price: 250 @@ -206,10 +186,6 @@ components: - type: Sprite state: coin_diamond - - type: PhysicalComposition - materialComposition: - Steel: 300 - Diamond: 15 - type: StaticPrice price: 500 From eac0585bf44f906368dc150bc22b34f42e492605 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 May 2025 02:40:25 +0000 Subject: [PATCH 236/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b8cd3e1c69..4d48e3ac40 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Chaboricks - changes: - - message: Changed the sound of paper doors. - type: Tweak - id: 7915 - time: '2025-02-08T07:24:02.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34857 - author: YoungThugSS14 changes: - message: Gave the SyndieVisitor the free agent mindrole. @@ -3923,3 +3916,11 @@ id: 8416 time: '2025-05-04T00:38:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37160 +- author: EmoGarbage404 + changes: + - message: You can no longer scrap coins and other salvaging treasures. They're + simply too valuable to junk. + type: Remove + id: 8417 + time: '2025-05-04T02:39:19.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37149 From c4dd912106a87334675bd4da83e1bdc191a9b946 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sun, 4 May 2025 01:47:11 -0400 Subject: [PATCH 237/318] Don't despawn off-grid salv mob corpses (#37169) --- Content.Server/Salvage/SalvageSystem.Magnet.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Content.Server/Salvage/SalvageSystem.Magnet.cs b/Content.Server/Salvage/SalvageSystem.Magnet.cs index 694186da9a..41d4c2e755 100644 --- a/Content.Server/Salvage/SalvageSystem.Magnet.cs +++ b/Content.Server/Salvage/SalvageSystem.Magnet.cs @@ -135,11 +135,11 @@ public sealed partial class SalvageSystem if (data.Comp.ActiveEntities != null) { // Handle mobrestrictions getting deleted - var query = AllEntityQuery(); + var query = AllEntityQuery(); - while (query.MoveNext(out var salvUid, out var salvMob)) + while (query.MoveNext(out var salvUid, out var salvMob, out var salvMobState)) { - if (data.Comp.ActiveEntities.Contains(salvMob.LinkedEntity)) + if (data.Comp.ActiveEntities.Contains(salvMob.LinkedEntity) && _mobState.IsAlive(salvUid, salvMobState)) { QueueDel(salvUid); } @@ -164,8 +164,7 @@ public sealed partial class SalvageSystem uid = _transform.GetParentUid(uid); if (_mobStateQuery.HasComp(uid)) return true; - } - while (uid != xform.GridUid && uid != EntityUid.Invalid); + } while (uid != xform.GridUid && uid != EntityUid.Invalid); return false; } From ccfcb0cf7a272d5bee3a2ba0ad02c5040fb2b2d6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 May 2025 05:48:20 +0000 Subject: [PATCH 238/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 4d48e3ac40..235ac6125f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: YoungThugSS14 - changes: - - message: Gave the SyndieVisitor the free agent mindrole. - type: Fix - id: 7916 - time: '2025-02-08T21:16:48.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34836 - author: lzk228 changes: - message: Straight ally pin added to loadouts and to the Pride-O-Mat. @@ -3924,3 +3917,11 @@ id: 8417 time: '2025-05-04T02:39:19.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37149 +- author: EmoGarbage404 + changes: + - message: Mob corpses brought back from salvage pulls will no longer despawn with + the pull. + type: Fix + id: 8418 + time: '2025-05-04T05:47:11.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37169 From 6926fa1ad31744f8c3ea4a9e768055cf2035925c Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Sun, 4 May 2025 03:20:33 -0400 Subject: [PATCH 239/318] Bagel Station - Removed Gamer Loot (#37171) --- Resources/Maps/bagel.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Resources/Maps/bagel.yml b/Resources/Maps/bagel.yml index 7b74ac605f..83184cb32d 100644 --- a/Resources/Maps/bagel.yml +++ b/Resources/Maps/bagel.yml @@ -51875,11 +51875,6 @@ entities: - type: Transform pos: -8.433568,-5.5107408 parent: 60 - - uid: 60213 - components: - - type: Transform - pos: 238.36444,73.83216 - parent: 943 - proto: CarbonDioxideCanister entities: - uid: 15245 From 20da7fcd25f279b6d315c85a5c373166d30669a5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 May 2025 07:21:41 +0000 Subject: [PATCH 240/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 598e76a5b7..4da32c64da 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -81,4 +81,12 @@ id: 11 time: '2025-05-03T21:19:07.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37157 +- author: Southbridge + changes: + - message: On Bagel, removed the very convenient Captain's ID sitting out in deep + space. + type: Remove + id: 12 + time: '2025-05-04T07:20:33.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37171 Order: 1 From e6040d1b25b87877ace873b18f4a0bda7045b744 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 4 May 2025 16:11:28 +0200 Subject: [PATCH 241/318] Update GDPR erase script to latest DB schema (#37162) --- Tools/erase_user_data.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Tools/erase_user_data.py b/Tools/erase_user_data.py index 198ba2070b..0cc1a31d93 100644 --- a/Tools/erase_user_data.py +++ b/Tools/erase_user_data.py @@ -12,7 +12,7 @@ import os import psycopg2 from uuid import UUID -LATEST_DB_MIGRATION = "20230725193102_AdminNotesImprovementsForeignKeys" +LATEST_DB_MIGRATION = "20250211131539_LoadoutNames" def main(): parser = argparse.ArgumentParser() @@ -43,6 +43,7 @@ def main(): clear_server_role_ban(cur, user_id) clear_uploaded_resource_log(cur, user_id) clear_whitelist(cur, user_id) + clear_blacklist(cur, user_id) print("Committing...") conn.commit() @@ -197,6 +198,16 @@ WHERE user_id = %s """, (user_id,)) +def clear_blacklist(cur: "psycopg2.cursor", user_id: str): + print("Clearing blacklist...") + + cur.execute(""" +DELETE FROM + blacklist +WHERE + user_id = %s +""", (user_id,)) + main() From 81cbb314253e322ebc38d2e2cebb809b588ce9a2 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 4 May 2025 18:14:23 +0200 Subject: [PATCH 242/318] Remove update from DeviceLinkSystem (#37152) The tick updates were purely used to decrease the invoke counter once per tick. Now instead we just calculate the effective counter value with some trivial math on the tick number. This completely removes the need for an update function. The relative tick is not stored to map files. If we really need this, we can add a TickOffsetSerializer (similar to TimeOffsetSerializer), but I doubt it matters. --- .../DeviceLinking/Systems/DeviceLinkSystem.cs | 24 +++------------- .../DeviceLinking/DeviceLinkSinkComponent.cs | 16 +++++++++-- .../DeviceLinking/SharedDeviceLinkSystem.cs | 28 +++++++++++++++++++ 3 files changed, 45 insertions(+), 23 deletions(-) diff --git a/Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs b/Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs index cec92db44c..d957f0171e 100644 --- a/Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs +++ b/Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs @@ -20,23 +20,6 @@ public sealed class DeviceLinkSystem : SharedDeviceLinkSystem SubscribeLocalEvent(OnNewLink); } - public override void Update(float frameTime) - { - var query = EntityQueryEnumerator(); - - while (query.MoveNext(out var component)) - { - if (component.InvokeLimit < 1) - { - component.InvokeCounter = 0; - continue; - } - - if(component.InvokeCounter > 0) - component.InvokeCounter--; - } - } - #region Sending & Receiving public override void InvokePort(EntityUid uid, string port, NetworkPayload? data = null, DeviceLinkSourceComponent? sourceComponent = null) { @@ -67,16 +50,17 @@ public sealed class DeviceLinkSystem : SharedDeviceLinkSystem if (!Resolve(sink, ref sink.Comp)) return; - if (sink.Comp.InvokeCounter > sink.Comp.InvokeLimit) + var invokeCounter = GetEffectiveInvokeCounter(sink.Comp); + if (invokeCounter > sink.Comp.InvokeLimit) { - sink.Comp.InvokeCounter = 0; + SetInvokeCounter(sink.Comp, 0); var args = new DeviceLinkOverloadedEvent(); RaiseLocalEvent(sink, ref args); RemoveAllFromSink(sink, sink.Comp); return; } - sink.Comp.InvokeCounter++; + SetInvokeCounter(sink.Comp, invokeCounter + 1); //Just skip using device networking if the source or the sink doesn't support it if (!HasComp(source) || !TryComp(sink, out var sinkNetwork)) diff --git a/Content.Shared/DeviceLinking/DeviceLinkSinkComponent.cs b/Content.Shared/DeviceLinking/DeviceLinkSinkComponent.cs index 5d901b3fa6..83a55a9bb6 100644 --- a/Content.Shared/DeviceLinking/DeviceLinkSinkComponent.cs +++ b/Content.Shared/DeviceLinking/DeviceLinkSinkComponent.cs @@ -1,6 +1,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; +using Robust.Shared.Timing; namespace Content.Shared.DeviceLinking; @@ -23,11 +24,20 @@ public sealed partial class DeviceLinkSinkComponent : Component public HashSet LinkedSources = new(); /// - /// Counts the amount of times a sink has been invoked for severing the link if this counter gets to high - /// The counter is counted down by one every tick if it's higher than 0 - /// This is for preventing infinite loops + /// The tick was set at. Used to calculate the real value for the current tick. /// + [Access(typeof(SharedDeviceLinkSystem), Other = AccessPermissions.None)] + public GameTick InvokeCounterTick; + + /// + /// Counter used to throttle device invocations to avoid infinite loops. + /// + /// + /// This is stored relative to . For reading the real value, + /// should be used. + /// [DataField] + [Access(typeof(SharedDeviceLinkSystem), Other = AccessPermissions.None)] public int InvokeCounter; /// diff --git a/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs b/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs index 3f969684b6..e51087fdf6 100644 --- a/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs +++ b/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.DeviceLinking.Events; using Content.Shared.DeviceNetwork; using Content.Shared.Popups; using Robust.Shared.Prototypes; +using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Shared.DeviceLinking; @@ -14,6 +15,7 @@ public abstract class SharedDeviceLinkSystem : EntitySystem [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly IGameTiming _gameTiming = default!; public const string InvokedPort = "link_port"; @@ -525,4 +527,30 @@ public abstract class SharedDeviceLinkSystem : EntitySystem // NOOP on client for the moment. } #endregion + + /// + /// Gets how many times a has been invoked recently. + /// + /// + /// The return value of this function goes up by one every time a sink is invoked, and goes down by one every tick. + /// + public int GetEffectiveInvokeCounter(DeviceLinkSinkComponent sink) + { + // Shouldn't be possible but just to be safe. + var curTick = _gameTiming.CurTick; + if (curTick < sink.InvokeCounterTick) + return 0; + + var tickDelta = curTick.Value - sink.InvokeCounterTick.Value; + if (tickDelta >= sink.InvokeCounter) + return 0; + + return Math.Max(0, sink.InvokeCounter - (int)tickDelta); + } + + protected void SetInvokeCounter(DeviceLinkSinkComponent sink, int value) + { + sink.InvokeCounterTick = _gameTiming.CurTick; + sink.InvokeCounter = value; + } } From 7b352643d5dbf45bbd3fb6bac648ad1401a18ff1 Mon Sep 17 00:00:00 2001 From: J Date: Sun, 4 May 2025 18:34:19 +0100 Subject: [PATCH 243/318] Refactor magic speak system to be a component added to actions (#36328) --- Content.Server/Magic/MagicSystem.cs | 7 ---- .../EntitySystems/SpeakOnActionSystem.cs | 39 +++++++++++++++++++ .../Magic/Events/ChangeComponentSpellEvent.cs | 7 +--- .../Magic/Events/ChargeSpellEvent.cs | 7 +--- .../Magic/Events/InstantSpawnSpellEvent.cs | 7 +--- .../Magic/Events/KnockSpellEvent.cs | 7 +--- .../Magic/Events/MindSwapSpellEvent.cs | 5 +-- .../Magic/Events/ProjectileSpellEvent.cs | 7 +--- .../Events/RandomGlobalSpawnSpellEvent.cs | 5 +-- .../Magic/Events/SmiteSpellEvent.cs | 7 +--- .../Magic/Events/SpeakSpellEvent.cs | 8 ---- .../Magic/Events/TeleportSpellEvent.cs | 6 +-- .../Magic/Events/VoidApplauseSpellEvent.cs | 7 +--- .../Magic/Events/WorldSpawnSpellEvent.cs | 7 +--- Content.Shared/Magic/ISpeakSpell.cs | 9 ----- Content.Shared/Magic/SharedMagicSystem.cs | 23 ----------- .../Components/SpeakOnActionComponent.cs | 17 ++++++++ .../SharedSpeakOnActionSystem.cs | 13 +++++++ .../Locale/en-US/magic/spells-actions.ftl | 1 + Resources/Prototypes/Magic/animate_spell.yml | 2 - Resources/Prototypes/Magic/event_spells.yml | 6 ++- .../Prototypes/Magic/forcewall_spells.yml | 3 +- Resources/Prototypes/Magic/knock_spell.yml | 3 +- Resources/Prototypes/Magic/mindswap_spell.yml | 3 +- .../Prototypes/Magic/projectile_spells.yml | 9 +++-- Resources/Prototypes/Magic/spawn_spells.yml | 3 +- Resources/Prototypes/Magic/touch_spells.yml | 9 +++-- Resources/Prototypes/Magic/utility_spells.yml | 3 +- 28 files changed, 115 insertions(+), 115 deletions(-) create mode 100644 Content.Server/Speech/EntitySystems/SpeakOnActionSystem.cs delete mode 100644 Content.Shared/Magic/Events/SpeakSpellEvent.cs delete mode 100644 Content.Shared/Magic/ISpeakSpell.cs create mode 100644 Content.Shared/Speech/Components/SpeakOnActionComponent.cs create mode 100644 Content.Shared/Speech/EntitySystems/SharedSpeakOnActionSystem.cs diff --git a/Content.Server/Magic/MagicSystem.cs b/Content.Server/Magic/MagicSystem.cs index dafd88dd5f..09f6fd143e 100644 --- a/Content.Server/Magic/MagicSystem.cs +++ b/Content.Server/Magic/MagicSystem.cs @@ -21,13 +21,6 @@ public sealed class MagicSystem : SharedMagicSystem public override void Initialize() { base.Initialize(); - - SubscribeLocalEvent(OnSpellSpoken); - } - - private void OnSpellSpoken(ref SpeakSpellEvent args) - { - _chat.TrySendInGameICMessage(args.Performer, Loc.GetString(args.Speech), InGameICChatType.Speak, false); } public override void OnVoidApplause(VoidApplauseSpellEvent ev) diff --git a/Content.Server/Speech/EntitySystems/SpeakOnActionSystem.cs b/Content.Server/Speech/EntitySystems/SpeakOnActionSystem.cs new file mode 100644 index 0000000000..ba7043e10c --- /dev/null +++ b/Content.Server/Speech/EntitySystems/SpeakOnActionSystem.cs @@ -0,0 +1,39 @@ +using Content.Server.Chat.Systems; +using Content.Shared.Speech.Components; +using Content.Shared.Speech; +using Content.Shared.Speech.EntitySystems; +using Content.Shared.Speech.Muting; +using Content.Shared.Actions.Events; + + +namespace Content.Server.Speech.EntitySystems; + +/// +/// As soon as the chat refactor moves to Shared +/// the logic here can move to the shared +/// +public sealed class SpeakOnActionSystem : SharedSpeakOnActionSystem +{ + [Dependency] private readonly ChatSystem _chat = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnActionPerformed); + } + + private void OnActionPerformed(Entity ent, ref ActionPerformedEvent args) + { + var user = args.Performer; + + // If we can't speak, we can't speak + if (!HasComp(user) || HasComp(user)) + return; + + if (string.IsNullOrWhiteSpace(ent.Comp.Sentence)) + return; + + _chat.TrySendInGameICMessage(user, Loc.GetString(ent.Comp.Sentence), InGameICChatType.Speak, false); + } +} diff --git a/Content.Shared/Magic/Events/ChangeComponentSpellEvent.cs b/Content.Shared/Magic/Events/ChangeComponentSpellEvent.cs index b2b1dc96e8..0354a69911 100644 --- a/Content.Shared/Magic/Events/ChangeComponentSpellEvent.cs +++ b/Content.Shared/Magic/Events/ChangeComponentSpellEvent.cs @@ -6,7 +6,7 @@ namespace Content.Shared.Magic.Events; /// /// Spell that uses the magic of ECS to add & remove components. Components are first removed, then added. /// -public sealed partial class ChangeComponentsSpellEvent : EntityTargetActionEvent, ISpeakSpell +public sealed partial class ChangeComponentsSpellEvent : EntityTargetActionEvent { // TODO allow it to set component data-fields? // for now a Hackish way to do that is to remove & add, but that doesn't allow you to selectively set specific data fields. @@ -19,9 +19,4 @@ public sealed partial class ChangeComponentsSpellEvent : EntityTargetActionEvent [AlwaysPushInheritance] public HashSet ToRemove = new(); - [DataField] - public string? Speech { get; private set; } - - [DataField] - public bool DoSpeech { get; private set; } } diff --git a/Content.Shared/Magic/Events/ChargeSpellEvent.cs b/Content.Shared/Magic/Events/ChargeSpellEvent.cs index 8898761ec2..3d97de2dc7 100644 --- a/Content.Shared/Magic/Events/ChargeSpellEvent.cs +++ b/Content.Shared/Magic/Events/ChargeSpellEvent.cs @@ -1,18 +1,15 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; namespace Content.Shared.Magic.Events; /// /// Adds provided Charge to the held wand /// -public sealed partial class ChargeSpellEvent : InstantActionEvent, ISpeakSpell +public sealed partial class ChargeSpellEvent : InstantActionEvent { [DataField(required: true)] public int Charge; [DataField] public string WandTag = "WizardWand"; - - [DataField] - public string? Speech { get; private set; } } diff --git a/Content.Shared/Magic/Events/InstantSpawnSpellEvent.cs b/Content.Shared/Magic/Events/InstantSpawnSpellEvent.cs index 1405b15827..235a841636 100644 --- a/Content.Shared/Magic/Events/InstantSpawnSpellEvent.cs +++ b/Content.Shared/Magic/Events/InstantSpawnSpellEvent.cs @@ -1,9 +1,9 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; using Robust.Shared.Prototypes; namespace Content.Shared.Magic.Events; -public sealed partial class InstantSpawnSpellEvent : InstantActionEvent, ISpeakSpell +public sealed partial class InstantSpawnSpellEvent : InstantActionEvent { /// /// What entity should be spawned. @@ -14,9 +14,6 @@ public sealed partial class InstantSpawnSpellEvent : InstantActionEvent, ISpeakS [DataField] public bool PreventCollideWithCaster = true; - [DataField] - public string? Speech { get; private set; } - /// /// Gets the targeted spawn positons; may lead to multiple entities being spawned. /// diff --git a/Content.Shared/Magic/Events/KnockSpellEvent.cs b/Content.Shared/Magic/Events/KnockSpellEvent.cs index 24a1700d21..87c02806c9 100644 --- a/Content.Shared/Magic/Events/KnockSpellEvent.cs +++ b/Content.Shared/Magic/Events/KnockSpellEvent.cs @@ -1,8 +1,8 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; namespace Content.Shared.Magic.Events; -public sealed partial class KnockSpellEvent : InstantActionEvent, ISpeakSpell +public sealed partial class KnockSpellEvent : InstantActionEvent { /// /// The range this spell opens doors in @@ -11,7 +11,4 @@ public sealed partial class KnockSpellEvent : InstantActionEvent, ISpeakSpell /// [DataField] public float Range = 10f; - - [DataField] - public string? Speech { get; private set; } } diff --git a/Content.Shared/Magic/Events/MindSwapSpellEvent.cs b/Content.Shared/Magic/Events/MindSwapSpellEvent.cs index 89319090c1..5b23047cfb 100644 --- a/Content.Shared/Magic/Events/MindSwapSpellEvent.cs +++ b/Content.Shared/Magic/Events/MindSwapSpellEvent.cs @@ -2,14 +2,11 @@ using Content.Shared.Actions; namespace Content.Shared.Magic.Events; -public sealed partial class MindSwapSpellEvent : EntityTargetActionEvent, ISpeakSpell +public sealed partial class MindSwapSpellEvent : EntityTargetActionEvent { [DataField] public TimeSpan PerformerStunDuration = TimeSpan.FromSeconds(10); [DataField] public TimeSpan TargetStunDuration = TimeSpan.FromSeconds(10); - - [DataField] - public string? Speech { get; private set; } } diff --git a/Content.Shared/Magic/Events/ProjectileSpellEvent.cs b/Content.Shared/Magic/Events/ProjectileSpellEvent.cs index 336ea03346..917f6ea851 100644 --- a/Content.Shared/Magic/Events/ProjectileSpellEvent.cs +++ b/Content.Shared/Magic/Events/ProjectileSpellEvent.cs @@ -1,16 +1,13 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; using Robust.Shared.Prototypes; namespace Content.Shared.Magic.Events; -public sealed partial class ProjectileSpellEvent : WorldTargetActionEvent, ISpeakSpell +public sealed partial class ProjectileSpellEvent : WorldTargetActionEvent { /// /// What entity should be spawned. /// [DataField(required: true)] public EntProtoId Prototype; - - [DataField] - public string? Speech { get; private set; } } diff --git a/Content.Shared/Magic/Events/RandomGlobalSpawnSpellEvent.cs b/Content.Shared/Magic/Events/RandomGlobalSpawnSpellEvent.cs index eb39c0cd08..dedf538696 100644 --- a/Content.Shared/Magic/Events/RandomGlobalSpawnSpellEvent.cs +++ b/Content.Shared/Magic/Events/RandomGlobalSpawnSpellEvent.cs @@ -4,7 +4,7 @@ using Robust.Shared.Audio; namespace Content.Shared.Magic.Events; -public sealed partial class RandomGlobalSpawnSpellEvent : InstantActionEvent, ISpeakSpell +public sealed partial class RandomGlobalSpawnSpellEvent : InstantActionEvent { /// /// The list of prototypes this spell can spawn, will select one randomly @@ -18,9 +18,6 @@ public sealed partial class RandomGlobalSpawnSpellEvent : InstantActionEvent, IS [DataField] public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Magic/staff_animation.ogg"); - [DataField] - public string? Speech { get; private set; } - /// /// Should this Global spawn spell turn its targets into a Survivor Antagonist? /// Ignores the caster for this. diff --git a/Content.Shared/Magic/Events/SmiteSpellEvent.cs b/Content.Shared/Magic/Events/SmiteSpellEvent.cs index 74ca116ad5..801e65689d 100644 --- a/Content.Shared/Magic/Events/SmiteSpellEvent.cs +++ b/Content.Shared/Magic/Events/SmiteSpellEvent.cs @@ -1,8 +1,8 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; namespace Content.Shared.Magic.Events; -public sealed partial class SmiteSpellEvent : EntityTargetActionEvent, ISpeakSpell +public sealed partial class SmiteSpellEvent : EntityTargetActionEvent { // TODO: Make part of gib method /// @@ -10,7 +10,4 @@ public sealed partial class SmiteSpellEvent : EntityTargetActionEvent, ISpeakSpe /// [DataField] public bool DeleteNonBrainParts = true; - - [DataField] - public string? Speech { get; private set; } } diff --git a/Content.Shared/Magic/Events/SpeakSpellEvent.cs b/Content.Shared/Magic/Events/SpeakSpellEvent.cs deleted file mode 100644 index 1b3f7af63c..0000000000 --- a/Content.Shared/Magic/Events/SpeakSpellEvent.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Content.Shared.Magic.Events; - -[ByRefEvent] -public readonly struct SpeakSpellEvent(EntityUid performer, string speech) -{ - public readonly EntityUid Performer = performer; - public readonly string Speech = speech; -} diff --git a/Content.Shared/Magic/Events/TeleportSpellEvent.cs b/Content.Shared/Magic/Events/TeleportSpellEvent.cs index 525c1e5105..f4cbcecd8f 100644 --- a/Content.Shared/Magic/Events/TeleportSpellEvent.cs +++ b/Content.Shared/Magic/Events/TeleportSpellEvent.cs @@ -1,12 +1,10 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; namespace Content.Shared.Magic.Events; // TODO: Can probably just be an entity or something -public sealed partial class TeleportSpellEvent : WorldTargetActionEvent, ISpeakSpell +public sealed partial class TeleportSpellEvent : WorldTargetActionEvent { - [DataField] - public string? Speech { get; private set; } // TODO: Move to magic component // TODO: Maybe not since sound specifier is a thing diff --git a/Content.Shared/Magic/Events/VoidApplauseSpellEvent.cs b/Content.Shared/Magic/Events/VoidApplauseSpellEvent.cs index c134790da8..bfab0411af 100644 --- a/Content.Shared/Magic/Events/VoidApplauseSpellEvent.cs +++ b/Content.Shared/Magic/Events/VoidApplauseSpellEvent.cs @@ -1,15 +1,12 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; using Content.Shared.Chat.Prototypes; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; namespace Content.Shared.Magic.Events; -public sealed partial class VoidApplauseSpellEvent : EntityTargetActionEvent, ISpeakSpell +public sealed partial class VoidApplauseSpellEvent : EntityTargetActionEvent { - [DataField] - public string? Speech { get; private set; } - /// /// Emote to use. /// diff --git a/Content.Shared/Magic/Events/WorldSpawnSpellEvent.cs b/Content.Shared/Magic/Events/WorldSpawnSpellEvent.cs index 2f50c67b3e..90bdcd01aa 100644 --- a/Content.Shared/Magic/Events/WorldSpawnSpellEvent.cs +++ b/Content.Shared/Magic/Events/WorldSpawnSpellEvent.cs @@ -1,4 +1,4 @@ -using System.Numerics; +using System.Numerics; using Content.Shared.Actions; using Content.Shared.Storage; @@ -6,7 +6,7 @@ namespace Content.Shared.Magic.Events; // TODO: This class needs combining with InstantSpawnSpellEvent -public sealed partial class WorldSpawnSpellEvent : WorldTargetActionEvent, ISpeakSpell +public sealed partial class WorldSpawnSpellEvent : WorldTargetActionEvent { /// /// The list of prototypes this spell will spawn @@ -28,7 +28,4 @@ public sealed partial class WorldSpawnSpellEvent : WorldTargetActionEvent, ISpea /// [DataField] public float? Lifetime; - - [DataField] - public string? Speech { get; private set; } } diff --git a/Content.Shared/Magic/ISpeakSpell.cs b/Content.Shared/Magic/ISpeakSpell.cs deleted file mode 100644 index 954b99417f..0000000000 --- a/Content.Shared/Magic/ISpeakSpell.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Content.Shared.Magic; - -public interface ISpeakSpell // The speak n spell interface -{ - /// - /// Localized string spoken by the caster when casting this spell. - /// - public string? Speech { get; } -} diff --git a/Content.Shared/Magic/SharedMagicSystem.cs b/Content.Shared/Magic/SharedMagicSystem.cs index 5bf1fee090..b362b5aa90 100644 --- a/Content.Shared/Magic/SharedMagicSystem.cs +++ b/Content.Shared/Magic/SharedMagicSystem.cs @@ -1,5 +1,4 @@ using System.Numerics; -using Content.Shared.Actions; using Content.Shared.Body.Components; using Content.Shared.Body.Systems; using Content.Shared.Coordinates.Helpers; @@ -141,7 +140,6 @@ public abstract class SharedMagicSystem : EntitySystem SpawnSpellHelper(args.Prototype, position, args.Performer, preventCollide: args.PreventCollideWithCaster); } - Speak(args); args.Handled = true; } @@ -235,7 +233,6 @@ public abstract class SharedMagicSystem : EntitySystem var targetMapCoords = args.Target; WorldSpawnSpellHelper(args.Prototypes, targetMapCoords, args.Performer, args.Lifetime, args.Offset); - Speak(args); args.Handled = true; } @@ -271,7 +268,6 @@ public abstract class SharedMagicSystem : EntitySystem return; ev.Handled = true; - Speak(ev); var xform = Transform(ev.Performer); var fromCoords = xform.Coordinates; @@ -299,8 +295,6 @@ public abstract class SharedMagicSystem : EntitySystem return; ev.Handled = true; - if (ev.DoSpeech) - Speak(ev); RemoveComponents(ev.Target, ev.ToRemove); AddComponents(ev.Target, ev.ToAdd); @@ -324,7 +318,6 @@ public abstract class SharedMagicSystem : EntitySystem _transform.SetCoordinates(args.Performer, args.Target); _transform.AttachToGridOrMap(args.Performer, transform); - Speak(args); args.Handled = true; } @@ -334,7 +327,6 @@ public abstract class SharedMagicSystem : EntitySystem return; ev.Handled = true; - Speak(ev); _transform.SwapPositions(ev.Performer, ev.Target); } @@ -392,7 +384,6 @@ public abstract class SharedMagicSystem : EntitySystem return; ev.Handled = true; - Speak(ev); var direction = _transform.GetMapCoordinates(ev.Target, Transform(ev.Target)).Position - _transform.GetMapCoordinates(ev.Performer, Transform(ev.Performer)).Position; var impulseVector = direction * 10000; @@ -418,7 +409,6 @@ public abstract class SharedMagicSystem : EntitySystem return; args.Handled = true; - Speak(args); var transform = Transform(args.Performer); @@ -457,7 +447,6 @@ public abstract class SharedMagicSystem : EntitySystem } ev.Handled = true; - Speak(ev); if (wand == null || !TryComp(wand, out var basicAmmoComp) || basicAmmoComp.Count == null) return; @@ -475,7 +464,6 @@ public abstract class SharedMagicSystem : EntitySystem return; ev.Handled = true; - Speak(ev); var allHumans = _mind.GetAliveHumans(); @@ -509,7 +497,6 @@ public abstract class SharedMagicSystem : EntitySystem return; ev.Handled = true; - Speak(ev); // Need performer mind, but target mind is unnecessary, such as taking over a NPC // Need to get target mind before putting performer mind into their body if they have one @@ -535,14 +522,4 @@ public abstract class SharedMagicSystem : EntitySystem // End Spells #endregion - // When any spell is cast it will raise this as an event, so then it can be played in server or something. At least until chat gets moved to shared - // TODO: Temp until chat is in shared - private void Speak(BaseActionEvent args) - { - if (args is not ISpeakSpell speak || string.IsNullOrWhiteSpace(speak.Speech)) - return; - - var ev = new SpeakSpellEvent(args.Performer, speak.Speech); - RaiseLocalEvent(ref ev); - } } diff --git a/Content.Shared/Speech/Components/SpeakOnActionComponent.cs b/Content.Shared/Speech/Components/SpeakOnActionComponent.cs new file mode 100644 index 0000000000..3de09932e2 --- /dev/null +++ b/Content.Shared/Speech/Components/SpeakOnActionComponent.cs @@ -0,0 +1,17 @@ +using Content.Shared.Speech.EntitySystems; +using Robust.Shared.GameStates; + +namespace Content.Shared.Speech.Components; + +/// +/// Action components which should write a message to ICChat on use +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedSpeakOnActionSystem))] +public sealed partial class SpeakOnActionComponent : Component +{ + /// + /// The ftl id of the sentence that the user will speak. + /// + [DataField, AutoNetworkedField] + public LocId? Sentence; +} diff --git a/Content.Shared/Speech/EntitySystems/SharedSpeakOnActionSystem.cs b/Content.Shared/Speech/EntitySystems/SharedSpeakOnActionSystem.cs new file mode 100644 index 0000000000..075d336cc4 --- /dev/null +++ b/Content.Shared/Speech/EntitySystems/SharedSpeakOnActionSystem.cs @@ -0,0 +1,13 @@ +using Content.Shared.Chasm; +using Content.Shared.Speech.Components; +using Content.Shared.Speech.Muting; +using System; + +namespace Content.Shared.Speech.EntitySystems; + +/// +/// Once the chat refactor has happened, move the code from +/// +/// to here and set this class to sealed. +/// +public abstract class SharedSpeakOnActionSystem : EntitySystem; diff --git a/Resources/Locale/en-US/magic/spells-actions.ftl b/Resources/Locale/en-US/magic/spells-actions.ftl index 2216018018..11dceef536 100644 --- a/Resources/Locale/en-US/magic/spells-actions.ftl +++ b/Resources/Locale/en-US/magic/spells-actions.ftl @@ -8,3 +8,4 @@ action-speech-spell-summon-magic = RYGOIN FEMA-VERECO action-speech-spell-mind-swap = GIN'YU CAPAN! action-speech-spell-cluwne = !KNOH action-speech-spell-slip = SLEE PARRI! +action-speech-spell-charge = DI'RI CEL! \ No newline at end of file diff --git a/Resources/Prototypes/Magic/animate_spell.yml b/Resources/Prototypes/Magic/animate_spell.yml index 6d1319944b..38c17e0517 100644 --- a/Resources/Prototypes/Magic/animate_spell.yml +++ b/Resources/Prototypes/Magic/animate_spell.yml @@ -74,5 +74,3 @@ - BlockMovement - Item - MeleeRequiresWield - speech: action-speech-spell-animate - doSpeech: false diff --git a/Resources/Prototypes/Magic/event_spells.yml b/Resources/Prototypes/Magic/event_spells.yml index 83bd853a21..91db28bca2 100644 --- a/Resources/Prototypes/Magic/event_spells.yml +++ b/Resources/Prototypes/Magic/event_spells.yml @@ -158,7 +158,8 @@ orGroup: Guns - id: RevolverCapGunFake orGroup: Guns - speech: action-speech-spell-summon-guns + - type: SpeakOnAction + sentence: action-speech-spell-summon-guns - type: entity id: ActionSummonMagic @@ -205,4 +206,5 @@ orGroup: Magics - id: RGBStaff orGroup: Magics - speech: action-speech-spell-summon-magic + - type: SpeakOnAction + sentence: action-speech-spell-summon-magic diff --git a/Resources/Prototypes/Magic/forcewall_spells.yml b/Resources/Prototypes/Magic/forcewall_spells.yml index 3001f71421..7f501ae59b 100644 --- a/Resources/Prototypes/Magic/forcewall_spells.yml +++ b/Resources/Prototypes/Magic/forcewall_spells.yml @@ -14,4 +14,5 @@ event: !type:InstantSpawnSpellEvent prototype: WallForce posData: !type:TargetInFront - speech: action-speech-spell-forcewall + - type: SpeakOnAction + sentence: action-speech-spell-forcewall diff --git a/Resources/Prototypes/Magic/knock_spell.yml b/Resources/Prototypes/Magic/knock_spell.yml index 5ba456d3be..e01c5a57af 100644 --- a/Resources/Prototypes/Magic/knock_spell.yml +++ b/Resources/Prototypes/Magic/knock_spell.yml @@ -12,4 +12,5 @@ sprite: Objects/Magic/magicactions.rsi state: knock event: !type:KnockSpellEvent - speech: action-speech-spell-knock + - type: SpeakOnAction + sentence: action-speech-spell-knock diff --git a/Resources/Prototypes/Magic/mindswap_spell.yml b/Resources/Prototypes/Magic/mindswap_spell.yml index bc2a8d11be..ae0bfa87bc 100644 --- a/Resources/Prototypes/Magic/mindswap_spell.yml +++ b/Resources/Prototypes/Magic/mindswap_spell.yml @@ -18,4 +18,5 @@ sprite: Mobs/Species/Human/organs.rsi state: brain event: !type:MindSwapSpellEvent - speech: action-speech-spell-mind-swap + - type: SpeakOnAction + sentence: action-speech-spell-mind-swap diff --git a/Resources/Prototypes/Magic/projectile_spells.yml b/Resources/Prototypes/Magic/projectile_spells.yml index eee8b1fc8a..1568b3ab65 100644 --- a/Resources/Prototypes/Magic/projectile_spells.yml +++ b/Resources/Prototypes/Magic/projectile_spells.yml @@ -17,7 +17,8 @@ state: fireball event: !type:ProjectileSpellEvent prototype: ProjectileFireball - speech: action-speech-spell-fireball + - type: SpeakOnAction + sentence: action-speech-spell-fireball - type: ActionUpgrade effectedLevels: 2: ActionFireballII @@ -41,7 +42,8 @@ state: fireball event: !type:ProjectileSpellEvent prototype: ProjectileFireball - speech: action-speech-spell-fireball + - type: SpeakOnAction + sentence: action-speech-spell-fireball - type: entity id: ActionFireballIII @@ -61,4 +63,5 @@ state: fireball event: !type:ProjectileSpellEvent prototype: ProjectileFireball - speech: action-speech-spell-fireball + - type: SpeakOnAction + sentence: action-speech-spell-fireball diff --git a/Resources/Prototypes/Magic/spawn_spells.yml b/Resources/Prototypes/Magic/spawn_spells.yml index 76674d5bfa..fb6755212a 100644 --- a/Resources/Prototypes/Magic/spawn_spells.yml +++ b/Resources/Prototypes/Magic/spawn_spells.yml @@ -15,4 +15,5 @@ - id: MobCarpMagic amount: 3 offset: 0, 1 - speech: action-speech-spell-summon-magicarp + - type: SpeakOnAction + sentence: action-speech-spell-summon-magicarp diff --git a/Resources/Prototypes/Magic/touch_spells.yml b/Resources/Prototypes/Magic/touch_spells.yml index 5e20bc2b2b..3eba350dd0 100644 --- a/Resources/Prototypes/Magic/touch_spells.yml +++ b/Resources/Prototypes/Magic/touch_spells.yml @@ -17,7 +17,8 @@ sprite: Objects/Magic/magicactions.rsi state: gib event: !type:SmiteSpellEvent - speech: action-speech-spell-smite + - type: SpeakOnAction + sentence: action-speech-spell-smite - type: Magic requiresClothes: true @@ -47,9 +48,10 @@ sprite: Clothing/Mask/cluwne.rsi state: icon event: !type:ChangeComponentsSpellEvent - speech: action-speech-spell-cluwne toAdd: - type: Cluwne + - type: SpeakOnAction + sentence: action-speech-spell-cluwne - type: Magic requiresClothes: true @@ -72,10 +74,11 @@ sprite: Objects/Specific/Janitorial/soap.rsi state: omega-4 event: !type:ChangeComponentsSpellEvent - speech: action-speech-spell-slip toAdd: - type: Slippery - type: StepTrigger requiredTriggeredSpeed: -1 + - type: SpeakOnAction + sentence: action-speech-spell-slip - type: Magic requiresClothes: true diff --git a/Resources/Prototypes/Magic/utility_spells.yml b/Resources/Prototypes/Magic/utility_spells.yml index 90bcdc7487..c0074f496f 100644 --- a/Resources/Prototypes/Magic/utility_spells.yml +++ b/Resources/Prototypes/Magic/utility_spells.yml @@ -11,4 +11,5 @@ state: nothing event: !type:ChargeSpellEvent charge: 1 - speech: DI'RI CEL! + - type: SpeakOnAction + sentence: action-speech-spell-charge From 61d524a9833a5fc82add11875a4adf293df7942a Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Sun, 4 May 2025 18:42:21 -0400 Subject: [PATCH 244/318] Allow shelves to be placed rotated when built by hand (#37186) fix: shelves can be placed rotated when built by hand --- .../Construction/Graphs/furniture/shelfs.yml | 27 +++++++------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml index 1a6492fd92..34541f2a10 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml @@ -9,24 +9,21 @@ # Normal - to: ShelfWood completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: WoodPlank amount: 4 doAfter: 2 - to: ShelfMetal completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: Steel amount: 5 doAfter: 3 - to: ShelfGlass completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: Glass amount: 4 @@ -34,8 +31,7 @@ # Reinforced - to: ShelfRWood completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: WoodPlank amount: 8 @@ -45,8 +41,7 @@ doAfter: 1 - to: ShelfRMetal completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: Plasteel amount: 5 @@ -59,8 +54,7 @@ doAfter: 1 - to: ShelfRGlass completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: Plastic amount: 5 @@ -74,16 +68,14 @@ # Departmental - to: ShelfBar completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: WoodPlank amount: 6 doAfter: 2 - to: ShelfKitchen completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: MetalRod amount: 2 @@ -95,8 +87,7 @@ doAfter: 2 - to: ShelfChemistry completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid {} steps: - material: Plasteel amount: 2 From 325b0619b6722cc820cb25673dddf375f8d5b867 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 May 2025 22:43:28 +0000 Subject: [PATCH 245/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 235ac6125f..34d5e6d739 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Straight ally pin added to loadouts and to the Pride-O-Mat. - type: Add - id: 7917 - time: '2025-02-08T23:02:00.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34977 - author: Ian321 changes: - message: Seeds can now have paper labels attached to them. @@ -3925,3 +3918,10 @@ id: 8418 time: '2025-05-04T05:47:11.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37169 +- author: perryprog + changes: + - message: Shelves built from the construction menu can now be placed in all orientations. + type: Fix + id: 8419 + time: '2025-05-04T22:42:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37186 From d7f5dac0b852e7ab3b1375965baaa59e6e8697fe Mon Sep 17 00:00:00 2001 From: brainfood1183 <113240905+brainfood1183@users.noreply.github.com> Date: Mon, 5 May 2025 00:01:27 +0100 Subject: [PATCH 246/318] Fix for Whoopie Cushions (Fixes #32028) (#36984) * Fixes whoopie cushions so they no longer launch you into oblivion when stacked in a large pile. * Update Resources/Prototypes/Entities/Objects/Fun/toys.yml * streamlined the components for the prototype --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index e758bd4ac0..c1bde4d60b 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1923,6 +1923,7 @@ - type: Slippery slipData: paralyzeTime: 0 + launchForwardsMultiplier: 0 slipSound: collection: Parp params: @@ -1937,13 +1938,8 @@ Blunt: 0 - type: StepTrigger intersectRatio: 0.2 - requiredTriggeredSpeed: 1 + requiredTriggeredSpeed: 2 - type: TriggerOnStepTrigger - - type: EmitSoundOnTrigger - sound: - collection: Parp - params: - variation: 0.125 - type: Appearance - type: CollisionWake enabled: false From b90d7c90127d5fcf7bdafea2873412b8449150b7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 May 2025 23:02:33 +0000 Subject: [PATCH 247/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 34d5e6d739..9c53bfbb2d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ian321 - changes: - - message: Seeds can now have paper labels attached to them. - type: Add - id: 7918 - time: '2025-02-08T23:16:07.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34450 - author: august-sun changes: - message: Reworked Lecter and magazine sprites. @@ -3925,3 +3918,10 @@ id: 8419 time: '2025-05-04T22:42:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37186 +- author: brainfood1183 + changes: + - message: A stack of Whoopie Cushions no longer launches you into oblivion! + type: Fix + id: 8420 + time: '2025-05-04T23:01:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36984 From 90fd66c3d4e723d582f2de226eaa641123330142 Mon Sep 17 00:00:00 2001 From: Deerstop Date: Mon, 5 May 2025 16:33:18 +1000 Subject: [PATCH 248/318] Salv Ruins Again (#37193) --- Resources/Maps/Lavaland/cave_murder.yml | 567 ++ Resources/Maps/Lavaland/escape_pod_crash.yml | 591 ++ Resources/Maps/Lavaland/lava_river.yml | 5938 ++++++++++++++++++ 3 files changed, 7096 insertions(+) create mode 100644 Resources/Maps/Lavaland/cave_murder.yml create mode 100644 Resources/Maps/Lavaland/escape_pod_crash.yml create mode 100644 Resources/Maps/Lavaland/lava_river.yml diff --git a/Resources/Maps/Lavaland/cave_murder.yml b/Resources/Maps/Lavaland/cave_murder.yml new file mode 100644 index 0000000000..3426aacc13 --- /dev/null +++ b/Resources/Maps/Lavaland/cave_murder.yml @@ -0,0 +1,567 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/24/2025 06:02:06 + entityCount: 74 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 1: Space + 0: FloorBasalt +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.484375,-0.421875 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#571212B4' + id: dot + decals: + 2: 0.252779,2.1125 + 3: -0.340971,1.815625 + 4: 0.330904,2.01875 + 5: -0.387846,3.175 + 6: 0.612154,2.409375 + 7: 1.018404,1.753125 + - node: + cleanable: True + color: '#571212B4' + id: splatter + decals: + 0: -0.340971,2.471875 + - node: + cleanable: True + angle: 0.5585053606381855 rad + color: '#571212B4' + id: splatter + decals: + 1: 0.393404,2.95625 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 13183 + 0,-1: + 0: 65485 + -1,0: + 0: 35971 + 0,1: + 0: 2 + 1,0: + 0: 51 + 1,-1: + 0: 13073 + 0,-2: + 0: 65024 + -1,-2: + 0: 32768 + -1,-1: + 0: 65516 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: Barricade + entities: + - uid: 46 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 +- proto: BarricadeDirectional + entities: + - uid: 54 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1 +- proto: BasaltFive + entities: + - uid: 67 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 69 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 65 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 62 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 64 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 58 + components: + - type: Transform + pos: -0.59183145,2.6332762 + parent: 1 +- proto: CrateGenericSteel + entities: + - uid: 48 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: CrowbarOrange + entities: + - uid: 55 + components: + - type: Transform + pos: 1.080904,3.08125 + parent: 1 +- proto: FloodlightBroken + entities: + - uid: 74 + components: + - type: Transform + pos: 3.346529,0.4249999 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 33 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 +- proto: FoodTinPeaches + entities: + - uid: 60 + components: + - type: Transform + pos: 0.22089148,1.7375 + parent: 1 +- proto: FoodTinPeachesTrash + entities: + - uid: 59 + components: + - type: Transform + pos: 0.48651648,1.45625 + parent: 1 +- proto: MaterialWoodPlank1 + entities: + - uid: 56 + components: + - type: Transform + pos: 1.7519186,1.4926512 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 1.0019186,-0.28859878 + parent: 1 +- proto: Mattress + entities: + - uid: 61 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: RandomCargoCorpseSpawner + entities: + - uid: 44 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: SheetSteel10 + entities: + - uid: 49 + components: + - type: Transform + pos: 1.538606,2.7583668 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 2 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 +- proto: WallRockBasaltCoal + entities: + - uid: 3 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 +- proto: WoodenSupport + entities: + - uid: 51 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 +- proto: WoodenSupportWallBroken + entities: + - uid: 47 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/escape_pod_crash.yml b/Resources/Maps/Lavaland/escape_pod_crash.yml new file mode 100644 index 0000000000..f4aef1ba19 --- /dev/null +++ b/Resources/Maps/Lavaland/escape_pod_crash.yml @@ -0,0 +1,591 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/24/2025 06:32:00 + entityCount: 68 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 2: FloorBasalt + 1: FloorHullReinforced + 0: FloorShuttleBlue + 4: FloorShuttleOrange +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.625,-0.515625 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAACAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt1 + decals: + 0: 0.30350327,0.4092369 + 2: -0.7902467,-1.9188881 + 3: 0.7722533,-2.887638 + 4: 1.6785033,-1.7157631 + 5: -1.5558717,-0.8407631 + 6: 1.6003783,-0.2626381 + 8: -0.47774673,-2.950138 + 9: 0.33475327,-3.778263 + 10: -0.18087173,-4.918888 + 11: 0.14725327,-5.934513 + 12: -0.055871725,-6.981388 + 13: 0.6003783,-5.481388 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt4 + decals: + 1: 0,-1 + 7: 0,-2 + - node: + cleanable: True + color: '#571212B2' + id: dot + decals: + 19: -0.41524673,-0.6532631 + 20: 0.30350327,0.2686119 + 21: 0.36600327,-1.0126381 + 22: 2.5222533,-3.700138 + 23: 2.7566283,-3.543888 + 24: 2.8035033,-3.653263 + 25: 2.9128783,-3.793888 + 26: 1.8191283,-4.512638 + 27: 1.7722533,-4.840763 + 28: 1.0378783,-4.231388 + 29: 1.1941283,-4.309513 + 30: 0.28787827,-1.8563881 + 31: 0.42850327,-2.247013 + 32: 0.9441283,-3.028263 + 33: 1.1003783,-3.231388 + 34: 0.42850327,-2.700138 + 35: 0.8503783,-3.481388 + 36: -0.39962173,-1.4813881 + - node: + cleanable: True + angle: 3.5255650890285457 rad + color: '#571212B2' + id: shortline + decals: + 42: 0.069128275,-1.6063881 + - node: + cleanable: True + angle: 4.049163864626845 rad + color: '#571212B2' + id: shortline + decals: + 41: 0.6785033,-3.153263 + - node: + cleanable: True + angle: 4.223696789826278 rad + color: '#571212B2' + id: shortline + decals: + 40: 1.4441283,-3.575138 + - node: + cleanable: True + color: '#571212B2' + id: splatter + decals: + 14: 0.24100327,-0.3251381 + 15: 1.8660033,-3.700138 + - node: + cleanable: True + angle: 0.2617993877991494 rad + color: '#571212B2' + id: splatter + decals: + 17: 2.2410033,-4.278263 + - node: + cleanable: True + angle: 1.2915436464758039 rad + color: '#571212B2' + id: splatter + decals: + 18: -0.35274673,-0.012638092 + - node: + cleanable: True + angle: 3.420845333908886 rad + color: '#571212B2' + id: thinline + decals: + 37: -0.071496725,-2.215763 + - node: + cleanable: True + angle: 3.9793506945470716 rad + color: '#571212B2' + id: thinline + decals: + 38: 0.7878783,-2.778263 + - node: + cleanable: True + angle: 4.223696789826278 rad + color: '#571212B2' + id: thinline + decals: + 39: 0.9597533,-3.731388 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 159 + 0,-1: + 0: 57343 + -1,0: + 0: 2 + -1,-1: + 0: 61164 + 0,-2: + 0: 63280 + -1,-2: + 0: 52352 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: BasaltFive + entities: + - uid: 60 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 65 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 55 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 62 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 +- proto: BruteAutoInjector + entities: + - uid: 41 + components: + - type: Transform + pos: 1.8790195,-2.4900246 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 54 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 +- proto: EmergencyMedipen + entities: + - uid: 40 + components: + - type: Transform + pos: 3.1915195,-4.0212746 + parent: 1 +- proto: RandomMedicCorpseSpawner + entities: + - uid: 43 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 +- proto: RandomSecurityCorpseSpawner + entities: + - uid: 42 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 28 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 +- proto: ScrapAirlock1 + entities: + - uid: 35 + components: + - type: Transform + pos: 0.26585317,-1.6376381 + parent: 1 +- proto: ScrapFireExtinguisher + entities: + - uid: 39 + components: + - type: Transform + pos: 2.7696445,-1.7868996 + parent: 1 +- proto: ScrapGlass + entities: + - uid: 31 + components: + - type: Transform + pos: -0.2928555,-1.3324811 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 0.82835317,-0.9970131 + parent: 1 +- proto: ScrapMedkit + entities: + - uid: 38 + components: + - type: Transform + pos: 1.6252282,-3.2868996 + parent: 1 +- proto: ScrapSteel + entities: + - uid: 30 + components: + - type: Transform + pos: -0.1209805,-2.9106061 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 2.4727695,0.46439385 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -1.3709805,-0.55123115 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 0.2540195,1.6987689 + parent: 1 +- proto: ShardGlassReinforced + entities: + - uid: 51 + components: + - type: Transform + pos: 0.89085317,1.6662254 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 0.31272817,1.3849754 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 0.79710317,0.85372543 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 44 + components: + - type: Transform + pos: -1.0622718,-1.1462746 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 0.25022817,0.97872543 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 0.82835317,-0.34939957 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 2.7814782,-0.39627457 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.12477183,-3.9587746 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 0.39085317,-5.7868996 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 1.5783532,-4.6618996 + parent: 1 +- proto: Thruster + entities: + - uid: 33 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 3 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 2 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +... diff --git a/Resources/Maps/Lavaland/lava_river.yml b/Resources/Maps/Lavaland/lava_river.yml new file mode 100644 index 0000000000..2e14470b3d --- /dev/null +++ b/Resources/Maps/Lavaland/lava_river.yml @@ -0,0 +1,5938 @@ +meta: + format: 7 + category: Grid + engineVersion: 254.1.0 + forkId: "" + forkVersion: "" + time: 04/24/2025 07:17:27 + entityCount: 1092 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 1: Space + 0: FloorBasalt + 2: FloorDark + 3: FloorTechMaint2 +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.421875,-0.609375 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-2: + ind: -2,-2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,-2: + ind: -3,-2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 9: -17,0 + 10: -14,-1 + 11: -15,1 + 12: -16,2 + 13: -17,3 + 14: -15,2 + 15: -14,3 + 16: -13,1 + 17: -16,-1 + 28: -14,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 29: -15,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 18: -16,0 + 19: -14,1 + 20: -16,1 + 21: -15,3 + 22: -15,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 23: -15,0 + 24: -15,-1 + 25: -17,2 + 26: -14,2 + 34: -16,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt1 + decals: + 0: -14,2 + 1: -17,2 + 2: -16,-1 + 31: -14,5 + 32: -15,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt2 + decals: + 4: -16,1 + 8: -15,0 + 33: -16,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt3 + decals: + 5: -13,0 + 6: -15,4 + 7: -16,3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt4 + decals: + 3: -14,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65527 + 0,-1: + 0: 65535 + -1,0: + 0: 16367 + 0,1: + 0: 65535 + -1,1: + 0: 49151 + 0,2: + 0: 12703 + -1,2: + 0: 65535 + 0,3: + 0: 1023 + -1,3: + 0: 2559 + 1,0: + 0: 65420 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 36607 + 1,-1: + 0: 26417 + 2,0: + 0: 65424 + 2,1: + 0: 65534 + 2,2: + 0: 65535 + 2,3: + 0: 65534 + 2,4: + 0: 12 + 3,0: + 0: 63280 + 3,1: + 0: 65535 + 3,2: + 0: 65535 + 3,3: + 0: 14335 + 3,4: + 0: 1 + 4,1: + 0: 65328 + 4,2: + 0: 65503 + 4,3: + 0: 28671 + -4,0: + 0: 65535 + -4,-1: + 0: 28908 + -5,0: + 0: 34952 + -4,1: + 0: 28658 + -3,0: + 0: 61438 + -3,1: + 0: 61438 + -3,-1: + 0: 61340 + -3,2: + 0: 204 + -2,0: + 0: 65519 + -2,1: + 0: 65535 + -2,2: + 0: 53247 + -2,-1: + 0: 65535 + -2,3: + 0: 2048 + -1,-1: + 0: 65527 + 0,-2: + 0: 65521 + -1,-2: + 0: 64904 + 1,-2: + 0: 4352 + -4,-4: + 0: 61183 + -5,-4: + 0: 8 + -4,-5: + 0: 61439 + -4,-3: + 0: 50380 + -4,-2: + 0: 52364 + -3,-4: + 0: 65535 + -3,-3: + 0: 65535 + -3,-2: + 0: 57341 + -3,-5: + 0: 65535 + -2,-4: + 0: 49151 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-5: + 0: 65471 + -1,-4: + 0: 13175 + -1,-3: + 0: 63351 + -1,-5: + 0: 29503 + 4,4: + 0: 35023 + 5,1: + 0: 4096 + 5,2: + 0: 56519 + 5,3: + 0: 65535 + 5,4: + 0: 65535 + 6,2: + 0: 4096 + 6,3: + 0: 29491 + 6,4: + 0: 30582 + 4,5: + 0: 8 + 5,5: + 0: 49150 + 5,6: + 0: 44712 + 6,5: + 0: 14333 + 6,6: + 0: 14323 + 6,7: + 0: 17 + -4,-7: + 0: 32720 + -5,-7: + 0: 64499 + -4,-6: + 0: 65535 + -5,-6: + 0: 40959 + -5,-5: + 0: 53243 + -3,-7: + 0: 65520 + -3,-6: + 0: 65535 + -2,-7: + 0: 40912 + -2,-6: + 0: 65532 + -1,-7: + 0: 30480 + -1,-6: + 0: 63351 + 0,-5: + 0: 17 + -8,-6: + 0: 2300 + -8,-7: + 0: 51200 + -7,-7: + 0: 64960 + -7,-6: + 0: 6655 + -6,-7: + 0: 63646 + -6,-6: + 0: 65535 + -7,-5: + 0: 8 + -6,-5: + 0: 237 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockSecurityLocked + entities: + - uid: 990 + components: + - type: Transform + pos: -14.5,4.5 + parent: 1 +- proto: Ash + entities: + - uid: 1035 + components: + - type: Transform + pos: -11.20625,2.5660338 + parent: 1 + - uid: 1088 + components: + - type: Transform + pos: -13.315625,3.0191588 + parent: 1 + - uid: 1089 + components: + - type: Transform + pos: -8.925,0.8316587 + parent: 1 + - uid: 1090 + components: + - type: Transform + pos: -13.524246,1.1460826 + parent: 1 + - uid: 1091 + components: + - type: Transform + pos: -15.805496,1.1617076 + parent: 1 + - uid: 1092 + components: + - type: Transform + pos: -15.242996,5.4429574 + parent: 1 +- proto: BasaltFive + entities: + - uid: 895 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 1 + - uid: 896 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1 + - uid: 897 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1 + - uid: 898 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 899 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 900 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 902 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 903 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 904 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 905 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 906 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1 + - uid: 907 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1 + - uid: 908 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1 + - uid: 909 + components: + - type: Transform + pos: 21.5,23.5 + parent: 1 + - uid: 910 + components: + - type: Transform + pos: 23.5,25.5 + parent: 1 + - uid: 911 + components: + - type: Transform + pos: 26.5,26.5 + parent: 1 + - uid: 912 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: 26.5,17.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 22.5,13.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: 24.5,11.5 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: 19.5,10.5 + parent: 1 + - uid: 917 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1 + - uid: 918 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 919 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 920 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 921 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 922 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 923 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 924 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 925 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 926 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 927 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 1 + - uid: 928 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 929 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 1 + - uid: 930 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 1 + - uid: 931 + components: + - type: Transform + pos: -25.5,-26.5 + parent: 1 + - uid: 932 + components: + - type: Transform + pos: -29.5,-23.5 + parent: 1 + - uid: 933 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 1 + - uid: 934 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 1 + - uid: 935 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 1 +- proto: BasaltFour + entities: + - uid: 811 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 1 + - uid: 847 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 852 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 853 + components: + - type: Transform + pos: -3.5,11.5 + parent: 1 + - uid: 854 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 855 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1 + - uid: 857 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1 + - uid: 858 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 859 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1 + - uid: 860 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1 + - uid: 861 + components: + - type: Transform + pos: 23.5,22.5 + parent: 1 + - uid: 862 + components: + - type: Transform + pos: 25.5,27.5 + parent: 1 + - uid: 863 + components: + - type: Transform + pos: 25.5,23.5 + parent: 1 + - uid: 864 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1 + - uid: 865 + components: + - type: Transform + pos: 25.5,18.5 + parent: 1 + - uid: 866 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1 + - uid: 867 + components: + - type: Transform + pos: 22.5,11.5 + parent: 1 + - uid: 868 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1 + - uid: 869 + components: + - type: Transform + pos: 22.5,9.5 + parent: 1 + - uid: 870 + components: + - type: Transform + pos: 15.5,6.5 + parent: 1 + - uid: 871 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1 + - uid: 872 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 873 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 874 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 875 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 876 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 877 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 878 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 879 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 880 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 881 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 1 + - uid: 882 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 + - uid: 883 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 884 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 885 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1 + - uid: 886 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 1 + - uid: 888 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 1 + - uid: 889 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 1 + - uid: 890 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 1 + - uid: 891 + components: + - type: Transform + pos: -25.5,-24.5 + parent: 1 + - uid: 892 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 1 + - uid: 893 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 1 + - uid: 894 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 1 + - uid: 1036 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 + - uid: 1037 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1 + - uid: 1038 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 +- proto: BasaltOne + entities: + - uid: 936 + components: + - type: Transform + pos: -17.5,-17.5 + parent: 1 + - uid: 937 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 1 + - uid: 938 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 1 + - uid: 939 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 1 + - uid: 940 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 941 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 942 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 943 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 944 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 945 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 946 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 947 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 948 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 + - uid: 949 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1 + - uid: 950 + components: + - type: Transform + pos: 25.5,24.5 + parent: 1 + - uid: 951 + components: + - type: Transform + pos: 23.5,26.5 + parent: 1 + - uid: 952 + components: + - type: Transform + pos: 22.5,13.5 + parent: 1 + - uid: 953 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1 + - uid: 954 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1 + - uid: 955 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 956 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 957 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 958 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 959 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 960 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 961 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 963 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 1 + - uid: 964 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1 + - uid: 965 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 1 + - uid: 966 + components: + - type: Transform + pos: -27.5,-24.5 + parent: 1 + - uid: 967 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 1 + - uid: 968 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 1 +- proto: BasaltThree + entities: + - uid: 492 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1 + - uid: 740 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1 + - uid: 744 + components: + - type: Transform + pos: 23.5,24.5 + parent: 1 + - uid: 745 + components: + - type: Transform + pos: 22.5,26.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: 24.5,28.5 + parent: 1 + - uid: 747 + components: + - type: Transform + pos: 26.5,25.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1 + - uid: 749 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: 25.5,16.5 + parent: 1 + - uid: 751 + components: + - type: Transform + pos: 23.5,11.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 755 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: 13.5,13.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 760 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 + - uid: 762 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 763 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 766 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 767 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 769 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 770 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 771 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 772 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 773 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 774 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 775 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 776 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 1 + - uid: 777 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1 + - uid: 778 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 + - uid: 779 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1 + - uid: 781 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 1 + - uid: 782 + components: + - type: Transform + pos: -14.5,-24.5 + parent: 1 + - uid: 783 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 1 + - uid: 784 + components: + - type: Transform + pos: -26.5,-24.5 + parent: 1 + - uid: 785 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 1 + - uid: 786 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 1 + - uid: 788 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 1 + - uid: 789 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 1 + - uid: 790 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 1 + - uid: 791 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 1 + - uid: 792 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 1 + - uid: 793 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 +- proto: BasaltTwo + entities: + - uid: 795 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: 15.5,13.5 + parent: 1 + - uid: 809 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 21.5,18.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 23.5,27.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 25.5,26.5 + parent: 1 + - uid: 814 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: 24.5,17.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: 23.5,14.5 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: 25.5,13.5 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: 18.5,9.5 + parent: 1 + - uid: 820 + components: + - type: Transform + pos: 20.5,7.5 + parent: 1 + - uid: 821 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1 + - uid: 822 + components: + - type: Transform + pos: 13.5,6.5 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 824 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1 + - uid: 825 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 826 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 827 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 831 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 832 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 1 + - uid: 834 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1 + - uid: 835 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 1 + - uid: 837 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1 + - uid: 839 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 1 + - uid: 840 + components: + - type: Transform + pos: -24.5,-25.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 1 + - uid: 842 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 1 + - uid: 843 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 1 + - uid: 844 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 1 + - uid: 845 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 1 + - uid: 846 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 +- proto: BoxFolderRed + entities: + - uid: 1025 + components: + - type: Transform + pos: -12.371854,0.7706126 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 1014 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 1 + - uid: 1015 + components: + - type: Transform + pos: -15.5,0.5 + parent: 1 + - uid: 1016 + components: + - type: Transform + pos: -14.5,0.5 + parent: 1 + - uid: 1017 + components: + - type: Transform + pos: -14.5,1.5 + parent: 1 + - uid: 1018 + components: + - type: Transform + pos: -14.5,2.5 + parent: 1 + - uid: 1019 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 154 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 511 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1 + - uid: 513 + components: + - type: Transform + pos: 11.5,11.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 518 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 521 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 522 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1 + - uid: 525 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 526 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 1 + - uid: 528 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 729 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 1 + - uid: 734 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 736 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 738 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.416369,2.024362 + parent: 1 +- proto: ClosetFireFilled + entities: + - uid: 1024 + components: + - type: Transform + pos: -16.5,2.5 + parent: 1 +- proto: DrinkMugOne + entities: + - uid: 1023 + components: + - type: Transform + pos: -16.293728,1.6299876 + parent: 1 +- proto: ExtinguisherCabinetOpen + entities: + - uid: 1034 + components: + - type: Transform + pos: -15.5,4.5 + parent: 1 +- proto: filingCabinetDrawerRandom + entities: + - uid: 1026 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 +- proto: FloodlightBroken + entities: + - uid: 1022 + components: + - type: Transform + pos: -10.629075,3.9596086 + parent: 1 +- proto: FloorLavaEntity + entities: + - uid: 2 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 13.5,11.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 13.5,10.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 14.5,11.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 14.5,10.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 15.5,11.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 15.5,9.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 16.5,11.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 16.5,9.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 17.5,11.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 18.5,10.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 18.5,11.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 18.5,13.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 19.5,11.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 20.5,12.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 20.5,13.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 20.5,15.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 21.5,17.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 22.5,15.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 22.5,16.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 22.5,17.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 23.5,16.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 23.5,17.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 23.5,18.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 23.5,19.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 23.5,20.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 22.5,16.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 22.5,17.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 22.5,18.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 22.5,19.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 23.5,15.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 24.5,20.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 24.5,21.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 23.5,19.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 23.5,20.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 23.5,21.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 24.5,22.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 24.5,23.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 24.5,25.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 24.5,27.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 24.5,26.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 24.5,29.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 24.5,18.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 13.5,10.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 13.5,11.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 11.5,8.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 11.5,9.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 11.5,11.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 10.5,9.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 10.5,11.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 334 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -24.5,-24.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 1 + - uid: 434 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: -18.5,-24.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: -25.5,-23.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: -27.5,-23.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -28.5,-23.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: -26.5,-23.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 1 + - uid: 454 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 1 + - uid: 456 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 1 + - uid: 493 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: -4.5,14.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 706 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 + - uid: 1039 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1 + - uid: 1040 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 1041 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 1042 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 1043 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 1044 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 1045 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 1046 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 1047 + components: + - type: Transform + pos: -9.5,1.5 + parent: 1 + - uid: 1048 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 1049 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 1050 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 1051 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 1052 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 1053 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 1054 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 1055 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 1056 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 1057 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 1058 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1 + - uid: 1059 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1 + - uid: 1060 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1 + - uid: 1061 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1 + - uid: 1062 + components: + - type: Transform + pos: 19.5,10.5 + parent: 1 + - uid: 1063 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1 + - uid: 1064 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1 + - uid: 1065 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1 + - uid: 1066 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - uid: 1067 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1 + - uid: 1068 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 1069 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1 + - uid: 1070 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 1071 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 1072 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 1073 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 1074 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 1075 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 1076 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 1077 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 1078 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 1 + - uid: 1079 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1 + - uid: 1080 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 1 + - uid: 1081 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 1 + - uid: 1082 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 1 + - uid: 1083 + components: + - type: Transform + pos: -25.5,-25.5 + parent: 1 + - uid: 1084 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 1 +- proto: Grille + entities: + - uid: 995 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 + - uid: 996 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 997 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1 + - uid: 998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,2.5 + parent: 1 +- proto: HoloprojectorSecurityEmpty + entities: + - uid: 1027 + components: + - type: Transform + pos: -12.369948,3.5170977 + parent: 1 +- proto: IntercomAssembly + entities: + - uid: 1011 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1 +- proto: LockerSecurityFilled + entities: + - uid: 1007 + components: + - type: Transform + pos: -16.5,3.5 + parent: 1 +- proto: PartRodMetal1 + entities: + - uid: 969 + components: + - type: Transform + pos: 12.192704,7.8283205 + parent: 1 + - uid: 970 + components: + - type: Transform + pos: 11.036454,12.116389 + parent: 1 + - uid: 971 + components: + - type: Transform + pos: -11.263994,-14.637429 + parent: 1 + - uid: 972 + components: + - type: Transform + pos: -8.607744,-15.371804 + parent: 1 + - uid: 973 + components: + - type: Transform + pos: -7.7458296,-14.732649 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 1013 + components: + - type: Transform + pos: -16.5,0.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 1020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,1.5 + parent: 1 + - uid: 1021 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 +- proto: RadioHandheldSecurity + entities: + - uid: 1028 + components: + - type: Transform + pos: -12.541823,1.4702227 + parent: 1 +- proto: Railing + entities: + - uid: 1085 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1 + - uid: 1086 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1 + - uid: 1087 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 993 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 + - uid: 994 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 +- proto: ScrapBucket + entities: + - uid: 1006 + components: + - type: Transform + pos: -15.146059,0.35248697 + parent: 1 +- proto: ScrapCamera + entities: + - uid: 1031 + components: + - type: Transform + pos: -16.510468,1.2670977 + parent: 1 +- proto: ScrapFaxMachine + entities: + - uid: 1032 + components: + - type: Transform + pos: -13.4792185,0.3920977 + parent: 1 +- proto: ScrapFireExtinguisher + entities: + - uid: 1033 + components: + - type: Transform + pos: -15.1823435,3.8764727 + parent: 1 +- proto: ScrapGeneratorPlasma + entities: + - uid: 1000 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 1 +- proto: ScrapIntercom + entities: + - uid: 1012 + components: + - type: Transform + pos: -13.665646,3.4813404 + parent: 1 +- proto: SecurityWhistle + entities: + - uid: 1030 + components: + - type: Transform + pos: -15.532293,2.0327227 + parent: 1 +- proto: SignSecurity + entities: + - uid: 1029 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 +- proto: TableFrame + entities: + - uid: 1004 + components: + - type: Transform + pos: -12.5,2.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 1001 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 1002 + components: + - type: Transform + pos: -12.5,1.5 + parent: 1 + - uid: 1003 + components: + - type: Transform + pos: -12.5,0.5 + parent: 1 + - uid: 1009 + components: + - type: Transform + pos: -16.5,0.5 + parent: 1 + - uid: 1010 + components: + - type: Transform + pos: -16.5,1.5 + parent: 1 +- proto: WallReinforced + entities: + - uid: 975 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 1 + - uid: 976 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 1 + - uid: 978 + components: + - type: Transform + pos: -17.5,1.5 + parent: 1 + - uid: 980 + components: + - type: Transform + pos: -17.5,3.5 + parent: 1 + - uid: 981 + components: + - type: Transform + pos: -17.5,4.5 + parent: 1 + - uid: 983 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 1 + - uid: 986 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 989 + components: + - type: Transform + pos: -15.5,4.5 + parent: 1 + - uid: 992 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 +- proto: WallReinforcedRust + entities: + - uid: 974 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 1 + - uid: 977 + components: + - type: Transform + pos: -17.5,0.5 + parent: 1 + - uid: 979 + components: + - type: Transform + pos: -17.5,2.5 + parent: 1 + - uid: 982 + components: + - type: Transform + pos: -16.5,4.5 + parent: 1 + - uid: 984 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 1 + - uid: 985 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 987 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 1 + - uid: 988 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 991 + components: + - type: Transform + pos: -12.5,4.5 + parent: 1 + - uid: 999 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1 +- proto: WallRockBasalt + entities: + - uid: 147 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 514 + components: + - type: Transform + pos: 21.5,10.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: 21.5,11.5 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: 20.5,10.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 20.5,9.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: 15.5,15.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 22.5,24.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 22.5,27.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: 23.5,28.5 + parent: 1 + - uid: 547 + components: + - type: Transform + pos: 23.5,29.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 22.5,30.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 23.5,30.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: 22.5,29.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: 23.5,31.5 + parent: 1 + - uid: 553 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: 25.5,32.5 + parent: 1 + - uid: 555 + components: + - type: Transform + pos: 25.5,31.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: 24.5,30.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: 25.5,30.5 + parent: 1 + - uid: 558 + components: + - type: Transform + pos: 26.5,30.5 + parent: 1 + - uid: 559 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1 + - uid: 560 + components: + - type: Transform + pos: 25.5,29.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 26.5,29.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: 26.5,28.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 25.5,28.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: 26.5,27.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: 26.5,24.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: 26.5,23.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: 27.5,24.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: 27.5,23.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: 22.5,23.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 22.5,25.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -22.5,-25.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 1 + - uid: 601 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 1 + - uid: 602 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: -31.5,-21.5 + parent: 1 + - uid: 604 + components: + - type: Transform + pos: -30.5,-20.5 + parent: 1 + - uid: 605 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 1 + - uid: 606 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 1 + - uid: 607 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 1 + - uid: 609 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 1 + - uid: 612 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 1 + - uid: 616 + components: + - type: Transform + pos: -31.5,-23.5 + parent: 1 + - uid: 617 + components: + - type: Transform + pos: -30.5,-23.5 + parent: 1 + - uid: 618 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: -31.5,-24.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: -29.5,-25.5 + parent: 1 + - uid: 623 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 1 + - uid: 627 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: -26.5,-25.5 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 1 + - uid: 632 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 1 + - uid: 633 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 634 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 1 + - uid: 635 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1 + - uid: 637 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 638 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 640 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1 + - uid: 642 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1 + - uid: 643 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 1 + - uid: 666 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 1 + - uid: 669 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 671 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 674 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1 + - uid: 708 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1 + - uid: 709 + components: + - type: Transform + pos: -6.5,15.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 711 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 + - uid: 712 + components: + - type: Transform + pos: -5.5,15.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: -5.5,16.5 + parent: 1 + - uid: 714 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1 + - uid: 715 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: -3.5,16.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: -3.5,15.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: -1.5,15.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: -1.5,14.5 + parent: 1 +- proto: WeldingFuelTank + entities: + - uid: 1005 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1 +... From 532ef05140de61425fd74b6e85d1d8b4c7121e11 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 5 May 2025 18:35:15 -0400 Subject: [PATCH 249/318] Fix `ComponentTogglerSystem` deletion error (#37198) Don't try to toggle if target is terminating or deleted --- Content.Shared/Item/ItemToggle/ComponentTogglerSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Shared/Item/ItemToggle/ComponentTogglerSystem.cs b/Content.Shared/Item/ItemToggle/ComponentTogglerSystem.cs index 760cefe27d..59a04201a3 100644 --- a/Content.Shared/Item/ItemToggle/ComponentTogglerSystem.cs +++ b/Content.Shared/Item/ItemToggle/ComponentTogglerSystem.cs @@ -17,6 +17,8 @@ public sealed class ComponentTogglerSystem : EntitySystem private void OnToggled(Entity ent, ref ItemToggledEvent args) { var target = ent.Comp.Parent ? Transform(ent).ParentUid : ent.Owner; + if (TerminatingOrDeleted(target)) + return; if (args.Activated) EntityManager.AddComponents(target, ent.Comp.Components); From 962c5c0822407d67b2ad790e678844f020e52edd Mon Sep 17 00:00:00 2001 From: Spanky Date: Mon, 5 May 2025 21:29:17 -0400 Subject: [PATCH 250/318] Fland Update (Genpop) (#37207) --- Resources/Maps/fland.yml | 9553 ++++++++++++++++++-------------------- 1 file changed, 4645 insertions(+), 4908 deletions(-) diff --git a/Resources/Maps/fland.yml b/Resources/Maps/fland.yml index 5180e5bfbb..52d6a4e0cd 100644 --- a/Resources/Maps/fland.yml +++ b/Resources/Maps/fland.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Map - engineVersion: 254.1.0 + engineVersion: 255.1.0 forkId: "" forkVersion: "" - time: 04/19/2025 11:28:47 - entityCount: 36028 + time: 05/06/2025 00:51:37 + entityCount: 36068 maps: - 1 grids: @@ -82,95 +82,95 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: bAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAAAXQAAAAACHwAAAAABHwAAAAADHwAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAAAXQAAAAABHwAAAAAAHwAAAAADHwAAAAADbAAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABbAAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAAAbAAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAbAAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAACbAAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAegAAAAADegAAAAAAegAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAACegAAAAAAegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACegAAAAADegAAAAAAQAAAAAAAQAAAAAAA + tiles: bAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAACXQAAAAABHwAAAAADHwAAAAACHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAADXQAAAAABHwAAAAABHwAAAAAAHwAAAAAAbAAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAABbAAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAADbAAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAABbAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADbAAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAegAAAAAAegAAAAACegAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABegAAAAACegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAABegAAAAABegAAAAABQAAAAAAAQAAAAAAA version: 6 0,0: ind: 0,0 - tiles: QAAAAAAAegAAAAAAegAAAAAAXQAAAAAAXQAAAAABXQAAAAAAHwAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAQAAAAAAAegAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAHwAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACHwAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADHwAAAAADHwAAAAADHwAAAAABbQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABHwAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAABHwAAAAACfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAHwAAAAABXQAAAAACZAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAHwAAAAABXQAAAAAAXQAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAABXQAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAADHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAABXQAAAAADfgAAAAAAHwAAAAABZAAAAAAAXQAAAAABHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAABXQAAAAAAXQAAAAADHwAAAAAAXQAAAAADZAAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABXQAAAAABfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAXQAAAAAAHwAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAD + tiles: QAAAAAAAegAAAAACegAAAAAAXQAAAAABXQAAAAACXQAAAAAAHwAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAQAAAAAAAegAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABHwAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAHwAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAHwAAAAABHwAAAAACHwAAAAACbQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAABHwAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAADHwAAAAADfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAADfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAHwAAAAABXQAAAAABZAAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAHwAAAAADXQAAAAABXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAABXQAAAAADfgAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAACXQAAAAADfgAAAAAAHwAAAAADZAAAAAAAXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAAAXQAAAAACXQAAAAACHwAAAAAAXQAAAAAAZAAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAXQAAAAACfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAXQAAAAABHwAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAD version: 6 -1,0: ind: -1,0 - tiles: QAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABegAAAAAAegAAAAACQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAegAAAAABQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAegAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAegAAAAACegAAAAAAegAAAAACegAAAAAAegAAAAABHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAADfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAegAAAAAAegAAAAACegAAAAADegAAAAAAegAAAAADHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAADXQAAAAAAXQAAAAACegAAAAACegAAAAABegAAAAACegAAAAAAegAAAAABegAAAAADHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAADXQAAAAADXQAAAAACLwAAAAACLwAAAAADLwAAAAABLwAAAAABLwAAAAAAegAAAAACfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAACXQAAAAAA + tiles: QAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAegAAAAABegAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAegAAAAABQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAegAAAAADHwAAAAABHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACegAAAAABegAAAAAAegAAAAABegAAAAACegAAAAACHwAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAADfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAADfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAABHwAAAAACfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAABegAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAAAXQAAAAACXQAAAAACegAAAAAAegAAAAACegAAAAACegAAAAACegAAAAADegAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAADXQAAAAAAXQAAAAABLwAAAAAALwAAAAABLwAAAAABLwAAAAACLwAAAAADegAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAADXQAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: HwAAAAABfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACbAAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAHwAAAAABfgAAAAAAHwAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAABHwAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAADHwAAAAADfgAAAAAAHwAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACHwAAAAABfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAXQAAAAACXQAAAAAAHwAAAAACfgAAAAAAHwAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABHwAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAABHwAAAAACHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAADHwAAAAADHwAAAAADNAAAAAAANAAAAAACHwAAAAACHwAAAAAANAAAAAACHwAAAAACHwAAAAADNAAAAAAANAAAAAABfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADbAAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAACbAAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAACbAAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACHwAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAQAAAAAAAegAAAAACegAAAAAAXQAAAAABXQAAAAABXQAAAAABHwAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAQAAAAAAAegAAAAABegAAAAABXQAAAAACXQAAAAADXQAAAAADHwAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABHwAAAAAAHwAAAAADHwAAAAABbQAAAAAA + tiles: HwAAAAACfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAADbAAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACHwAAAAABfgAAAAAAHwAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAADHwAAAAACfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAXQAAAAABXQAAAAABHwAAAAACfgAAAAAAHwAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAAAHwAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAXQAAAAADXQAAAAACHwAAAAADfgAAAAAAHwAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAAAHwAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAXQAAAAACHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAABNAAAAAADNAAAAAABHwAAAAACHwAAAAABNAAAAAADHwAAAAACHwAAAAADNAAAAAABNAAAAAADfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABbAAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABbAAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAADbAAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAHwAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAQAAAAAAAegAAAAADegAAAAAAXQAAAAADXQAAAAABXQAAAAADHwAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAQAAAAAAAegAAAAACegAAAAADXQAAAAADXQAAAAABXQAAAAACHwAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAAAHwAAAAADHwAAAAADHwAAAAAAbQAAAAAA version: 6 -1,1: ind: -1,1 - tiles: LwAAAAADLwAAAAADLwAAAAAALwAAAAACLwAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACLwAAAAABLwAAAAAALwAAAAAALwAAAAABLwAAAAADegAAAAACfgAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAADDgAAAAACfgAAAAAAMQAAAAAAXQAAAAACXQAAAAADLwAAAAADLwAAAAAALwAAAAABLwAAAAABLwAAAAAAegAAAAABfgAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAABDgAAAAABfgAAAAAAHwAAAAACXQAAAAABXQAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAAALwAAAAADegAAAAACfgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAXQAAAAADLwAAAAAALwAAAAACLwAAAAAALwAAAAAALwAAAAAAegAAAAAAfgAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAAADgAAAAACfgAAAAAAHwAAAAACXQAAAAAAXQAAAAADLwAAAAADLwAAAAAALwAAAAABLwAAAAADLwAAAAACegAAAAACfgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAADDgAAAAACfgAAAAAAHwAAAAABXQAAAAABXQAAAAAAegAAAAABegAAAAABegAAAAACegAAAAADegAAAAABegAAAAACfgAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAABfgAAAAAAHwAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACHwAAAAAAHwAAAAADHwAAAAACfgAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAAADgAAAAADDgAAAAAADgAAAAAAHwAAAAAAfgAAAAAAXQAAAAADXQAAAAACHwAAAAACHwAAAAAAHwAAAAABHwAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAADfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAABXQAAAAADegAAAAAAegAAAAABegAAAAAAegAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAACXQAAAAACQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAABXQAAAAADegAAAAAAegAAAAACegAAAAADegAAAAABfgAAAAAAHwAAAAADHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAABfgAAAAAAXQAAAAACXQAAAAAD + tiles: LwAAAAACLwAAAAABLwAAAAACLwAAAAADLwAAAAABegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADLwAAAAAALwAAAAABLwAAAAAALwAAAAACLwAAAAADegAAAAAAfgAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAABDgAAAAACfgAAAAAAMQAAAAAAXQAAAAACXQAAAAACLwAAAAACLwAAAAAALwAAAAABLwAAAAADLwAAAAACegAAAAACfgAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAACDgAAAAADfgAAAAAAHwAAAAABXQAAAAABXQAAAAABLwAAAAABLwAAAAADLwAAAAADLwAAAAABLwAAAAACegAAAAADfgAAAAAADgAAAAABDgAAAAABDgAAAAAADgAAAAACDgAAAAABfgAAAAAAHwAAAAACXQAAAAACXQAAAAACLwAAAAACLwAAAAACLwAAAAAALwAAAAAALwAAAAAAegAAAAACfgAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAAADgAAAAABfgAAAAAAHwAAAAABXQAAAAADXQAAAAACLwAAAAACLwAAAAABLwAAAAACLwAAAAAALwAAAAACegAAAAACfgAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAABDgAAAAABfgAAAAAAHwAAAAACXQAAAAAAXQAAAAAAegAAAAABegAAAAADegAAAAACegAAAAABegAAAAACegAAAAACfgAAAAAADgAAAAABDgAAAAABDgAAAAAADgAAAAACDgAAAAADfgAAAAAAHwAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAADDgAAAAACfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACHwAAAAABHwAAAAABHwAAAAAAfgAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAABHwAAAAACfgAAAAAAXQAAAAABXQAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAADDgAAAAACDgAAAAAADgAAAAADDgAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAADfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACegAAAAADegAAAAAAegAAAAAAegAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAXQAAAAACXQAAAAAC version: 6 0,1: ind: 0,1 - tiles: XQAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADHwAAAAABHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABbAAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACbAAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAACfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACbAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADbAAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAADHwAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAfgAAAAAA + tiles: XQAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAHwAAAAABHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAABbAAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAbAAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABbAAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAbAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAADXQAAAAADXQAAAAABHwAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAA version: 6 -2,1: ind: -2,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAHwAAAAABHwAAAAABegAAAAADLwAAAAAALwAAAAADLwAAAAADLwAAAAADfgAAAAAAegAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADegAAAAADLwAAAAABLwAAAAADLwAAAAAALwAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADLwAAAAACLwAAAAACLwAAAAADLwAAAAABegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAADegAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAbQAAAAAAegAAAAAAegAAAAACLwAAAAADLwAAAAADLwAAAAABLwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACZAAAAAAAfgAAAAAAegAAAAACegAAAAABLwAAAAADLwAAAAADLwAAAAADLwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAAAegAAAAABegAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAADfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADQAAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABHwAAAAABDgAAAAABDgAAAAACDgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAAAegAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAACHwAAAAABDgAAAAABDgAAAAAADgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAHwAAAAACHwAAAAABegAAAAADLwAAAAAALwAAAAACLwAAAAAALwAAAAADfgAAAAAAegAAAAACfgAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAHwAAAAABHwAAAAABegAAAAABLwAAAAADLwAAAAACLwAAAAADLwAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAALwAAAAABLwAAAAACLwAAAAABLwAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAHwAAAAADegAAAAADLwAAAAACLwAAAAADLwAAAAADLwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAbQAAAAAAegAAAAAAegAAAAAALwAAAAABLwAAAAABLwAAAAABLwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAfgAAAAAAegAAAAABegAAAAABLwAAAAADLwAAAAADLwAAAAABLwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAegAAAAACegAAAAACegAAAAABegAAAAADegAAAAACegAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAABfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABQAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAADHwAAAAAADgAAAAADDgAAAAACDgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAACegAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABHwAAAAADDgAAAAAADgAAAAABDgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: TQAAAAADTQAAAAAATQAAAAACTQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAATQAAAAABXQAAAAADXQAAAAABTQAAAAADeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAATQAAAAABXQAAAAAAXQAAAAADTQAAAAACeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACXQAAAAABXQAAAAADTQAAAAABeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAABHwAAAAADHwAAAAACTQAAAAACeQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADTQAAAAACeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAACeQAAAAACeQAAAAADeQAAAAADfgAAAAAAfgAAAAAAcAAAAAACWgAAAAAAcAAAAAADfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADWgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACLwAAAAAALwAAAAABegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADLwAAAAACLwAAAAAAegAAAAABZAAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAACfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAegAAAAAALwAAAAACLwAAAAADegAAAAADfgAAAAAAXQAAAAADZAAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAABegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAHwAAAAADHwAAAAADegAAAAADegAAAAAAegAAAAABegAAAAACegAAAAADfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACegAAAAADLwAAAAADLwAAAAABLwAAAAABLwAAAAAC + tiles: TQAAAAABTQAAAAABTQAAAAADTQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAATQAAAAABXQAAAAADXQAAAAAATQAAAAADeQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAATQAAAAAAXQAAAAADXQAAAAACTQAAAAABeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACXQAAAAACXQAAAAACTQAAAAACeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACHwAAAAACHwAAAAABTQAAAAACeQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAATQAAAAABeQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAACeQAAAAADeQAAAAABfgAAAAAAfgAAAAAAcAAAAAAAWgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAeQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADWgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAALwAAAAABLwAAAAABegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABLwAAAAADLwAAAAABegAAAAACZAAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAACfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAegAAAAAALwAAAAADLwAAAAAAegAAAAABfgAAAAAAXQAAAAACZAAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAACegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAHwAAAAACHwAAAAACegAAAAAAegAAAAAAegAAAAACegAAAAACegAAAAACfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADegAAAAADLwAAAAAALwAAAAAALwAAAAABLwAAAAAC version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACZAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAZAAAAAAAXQAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAADbAAAAAAAXQAAAAABXQAAAAAAXQAAAAABbAAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAAAbAAAAAAAXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADbAAAAAAAXQAAAAADXQAAAAABXQAAAAABbAAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAACeQAAAAABeQAAAAADeQAAAAABeQAAAAACfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAABZAAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAZAAAAAAAXQAAAAACZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAAAXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACbAAAAAAAXQAAAAABXQAAAAADXQAAAAACbAAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAACbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAABbAAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAADbAAAAAAAXQAAAAACXQAAAAADXQAAAAACbAAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeQAAAAABeQAAAAADeQAAAAAAeQAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAA version: 6 -2,2: ind: -2,2 - tiles: HwAAAAABHwAAAAAAHwAAAAAAXQAAAAADXQAAAAADXQAAAAADHwAAAAABDgAAAAADDgAAAAABDgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAPAAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAABHwAAAAABHwAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAABHwAAAAAAHwAAAAABXQAAAAACXQAAAAADXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAABHwAAAAABHwAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAegAAAAADegAAAAAAegAAAAACegAAAAABegAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAADHwAAAAABHwAAAAADXQAAAAABXQAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAADegAAAAAAegAAAAABbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAPAAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAegAAAAADegAAAAACHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAABfgAAAAAAegAAAAADegAAAAABHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAXQAAAAABXQAAAAADfgAAAAAADAAAAAAADAAAAAAAfgAAAAAAegAAAAACegAAAAADHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAXQAAAAACXQAAAAAAbAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADbAAAAAAAXQAAAAACXQAAAAABbAAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAAAbAAAAAAAXQAAAAAAXQAAAAADbAAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAADbAAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: HwAAAAACHwAAAAAAHwAAAAADXQAAAAADXQAAAAACXQAAAAADHwAAAAABDgAAAAADDgAAAAACDgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAPAAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAAAHwAAAAAAHwAAAAABXQAAAAADXQAAAAADXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAABHwAAAAABHwAAAAACXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAABHwAAAAADHwAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAegAAAAABegAAAAAAegAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAPAAAAAAAHwAAAAAAHwAAAAADHwAAAAADXQAAAAABXQAAAAABfgAAAAAAegAAAAACegAAAAACegAAAAADegAAAAAAegAAAAABbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAPAAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAegAAAAADegAAAAADHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAABfgAAAAAAegAAAAABegAAAAABHwAAAAACHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAXQAAAAADXQAAAAAAfgAAAAAADAAAAAACDAAAAAABfgAAAAAAegAAAAABegAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAXQAAAAACXQAAAAADbAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAACbAAAAAAAXQAAAAACXQAAAAAAbAAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAACbAAAAAAAXQAAAAAAXQAAAAACbAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -1,2: ind: -1,2 - tiles: PAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAbAAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADXQAAAAABXQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACPAAAAAAAPAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAXQAAAAABXQAAAAADPAAAAAAAPAAAAAAAfgAAAAAAPgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAHwAAAAABPAAAAAAAHwAAAAADHwAAAAACPAAAAAAAHwAAAAABHwAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAXQAAAAABXQAAAAABPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAABPAAAAAAAHwAAAAACHwAAAAADPAAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAABPAAAAAAAHwAAAAACHwAAAAACPAAAAAAAHwAAAAABHwAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAPAAAAAAAPAAAAAAAHwAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAABPAAAAAAAPAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAACPAAAAAAAHwAAAAACHwAAAAACPAAAAAAAHwAAAAACfgAAAAAADAAAAAAADAAAAAAADAAAAAAAfgAAAAAAXQAAAAACXQAAAAABPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAADPAAAAAAAHwAAAAABHwAAAAAAPAAAAAAAHwAAAAADfgAAAAAADAAAAAAADAAAAAAADAAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAbAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABbAAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAA + tiles: PAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAbAAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACXQAAAAABXQAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADPAAAAAAAPAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAADfgAAAAAAXQAAAAADXQAAAAACPAAAAAAAPAAAAAAAfgAAAAAAPgAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAPAAAAAAAHwAAAAACHwAAAAAAPAAAAAAAHwAAAAADHwAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAXQAAAAADXQAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAAAPAAAAAAAHwAAAAAAHwAAAAACPAAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAADXQAAAAABPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAADPAAAAAAAHwAAAAAAHwAAAAACPAAAAAAAHwAAAAACHwAAAAACXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAAAPAAAAAAAPAAAAAAAHwAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAAAPAAAAAAAHwAAAAACHwAAAAABPAAAAAAAHwAAAAADfgAAAAAADAAAAAABDAAAAAADDAAAAAAAfgAAAAAAXQAAAAACXQAAAAACPAAAAAAAPAAAAAAAfgAAAAAAHwAAAAAAPAAAAAAAHwAAAAAAHwAAAAACPAAAAAAAHwAAAAAAfgAAAAAADAAAAAAADAAAAAADDAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAADbAAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAABbAAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAbAAAAAAA version: 6 0,2: ind: 0,2 - tiles: XQAAAAAAbAAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAAAbAAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAABbAAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAMQAAAAAAXQAAAAADfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAHwAAAAACHwAAAAABbAAAAAAAHwAAAAAAfgAAAAAAcAAAAAAAHwAAAAAAcAAAAAAAcAAAAAABcAAAAAADcAAAAAAAXQAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAACbAAAAAAAHwAAAAADfgAAAAAAcAAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAABXQAAAAACfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAHwAAAAADHwAAAAABbAAAAAAAHwAAAAABfgAAAAAAcAAAAAACcAAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAADXQAAAAADfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAHwAAAAABHwAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAABcAAAAAABcAAAAAADXQAAAAADXQAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAACcAAAAAACcAAAAAAAXQAAAAAAcAAAAAAAcAAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAABfgAAAAAAcAAAAAADcAAAAAACcAAAAAABXQAAAAACcAAAAAABcAAAAAADXQAAAAABfgAAAAAAfgAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAeQAAAAADeQAAAAADfgAAAAAAeQAAAAAAMQAAAAAAXQAAAAAAfgAAAAAAcAAAAAADXQAAAAABcAAAAAACcAAAAAACcAAAAAADcAAAAAAAfgAAAAAAcAAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAXQAAAAADfgAAAAAAcAAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADeQAAAAABcAAAAAAAcAAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAcAAAAAADXQAAAAACcAAAAAAAcAAAAAADcAAAAAAAcAAAAAAAfgAAAAAAcAAAAAADcAAAAAACcAAAAAACcAAAAAADcAAAAAACcAAAAAADcAAAAAABXQAAAAABfgAAAAAAfgAAAAAATQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAcAAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAAAcAAAAAAAHwAAAAAD + tiles: XQAAAAABbAAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAADbAAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABbAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAMQAAAAAAXQAAAAABfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAADbAAAAAAAHwAAAAADfgAAAAAAcAAAAAACHwAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAAAXQAAAAACfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAADbAAAAAAAHwAAAAAAfgAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAAAcAAAAAABcAAAAAADXQAAAAABfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAABbAAAAAAAHwAAAAACfgAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAADcAAAAAACcAAAAAACXQAAAAACfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAABbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAACcAAAAAABcAAAAAADXQAAAAABXQAAAAAAXQAAAAABbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAADcAAAAAADcAAAAAADXQAAAAACcAAAAAADcAAAAAABXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADfgAAAAAAcAAAAAADcAAAAAABcAAAAAAAXQAAAAADcAAAAAADcAAAAAACXQAAAAABfgAAAAAAfgAAAAAATQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAeQAAAAABeQAAAAADfgAAAAAAeQAAAAACMQAAAAAAXQAAAAABfgAAAAAAcAAAAAACXQAAAAADcAAAAAADcAAAAAABcAAAAAABcAAAAAACfgAAAAAAcAAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADXQAAAAABfgAAAAAAcAAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABeQAAAAAAcAAAAAACcAAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAACfgAAAAAAcAAAAAADXQAAAAABcAAAAAABcAAAAAAAcAAAAAADcAAAAAACfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAADcAAAAAADcAAAAAAAcAAAAAACXQAAAAADfgAAAAAAfgAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAcAAAAAADcAAAAAACcAAAAAACcAAAAAABcAAAAAACcAAAAAABHwAAAAAB version: 6 -2,3: ind: -2,3 - tiles: XQAAAAABXQAAAAADfgAAAAAAegAAAAAAegAAAAACegAAAAABQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAegAAAAAAegAAAAABHwAAAAADHwAAAAADegAAAAABegAAAAABXQAAAAADXQAAAAADfgAAAAAAegAAAAACegAAAAADegAAAAACQAAAAAAAQAAAAAAAfgAAAAAAegAAAAACegAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAABegAAAAADXQAAAAABfgAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAACegAAAAABegAAAAAAegAAAAACegAAAAAAegAAAAACegAAAAADXQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAABegAAAAABegAAAAACegAAAAACegAAAAADXQAAAAADXQAAAAACfgAAAAAAegAAAAAAegAAAAACegAAAAAAegAAAAABegAAAAABfgAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAACegAAAAAAegAAAAABegAAAAACXQAAAAACXQAAAAADfgAAAAAAegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAABegAAAAADegAAAAABegAAAAADegAAAAADXQAAAAADXQAAAAACfgAAAAAAegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAbAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAACHwAAAAADXQAAAAADXQAAAAACfgAAAAAAegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABbAAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAAAXQAAAAADXQAAAAACfgAAAAAAegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAHwAAAAACHwAAAAADXQAAAAACXQAAAAABfgAAAAAAegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAABegAAAAABegAAAAACegAAAAADegAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAABegAAAAADegAAAAABfgAAAAAAegAAAAACegAAAAADHwAAAAACHwAAAAADbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAABegAAAAACegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABHwAAAAADHwAAAAABHwAAAAABegAAAAAAfgAAAAAAegAAAAAAegAAAAADHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAB + tiles: XQAAAAAAXQAAAAADfgAAAAAAegAAAAADegAAAAAAegAAAAACQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAegAAAAADegAAAAAAHwAAAAABHwAAAAADegAAAAAAegAAAAAAXQAAAAAAXQAAAAABfgAAAAAAegAAAAAAegAAAAACegAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAADegAAAAAAXQAAAAABfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAADQAAAAAAAQAAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAACegAAAAADegAAAAACegAAAAABegAAAAAAXQAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAACegAAAAABegAAAAADegAAAAADegAAAAABXQAAAAADXQAAAAABfgAAAAAAegAAAAAAegAAAAACegAAAAABegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAABegAAAAACegAAAAADegAAAAABXQAAAAABXQAAAAAAfgAAAAAAegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAADegAAAAACegAAAAACXQAAAAACXQAAAAAAfgAAAAAAegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABbAAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAACHwAAAAABXQAAAAAAXQAAAAADfgAAAAAAegAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAbAAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAADXQAAAAABXQAAAAAAfgAAAAAAegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAABegAAAAABegAAAAADegAAAAADegAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAADegAAAAACHwAAAAAAHwAAAAADbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAADegAAAAABegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADHwAAAAAAHwAAAAACHwAAAAADegAAAAADfgAAAAAAegAAAAAAegAAAAADHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAA version: 6 -1,3: ind: -1,3 - tiles: HwAAAAADfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAACegAAAAAAegAAAAACegAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAcAAAAAACcAAAAAADegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAACHwAAAAADHwAAAAABegAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAADcAAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAHwAAAAADHwAAAAAAegAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAcAAAAAACcAAAAAACegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAACegAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAbQAAAAAAegAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAACfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADHwAAAAADfgAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAADbAAAAAAAXQAAAAAAXQAAAAADXQAAAAACHwAAAAADbQAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAcAAAAAABcAAAAAACHwAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAcAAAAAABcAAAAAAAHwAAAAACHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAcAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAcAAAAAABcAAAAAAAHwAAAAABHwAAAAADQAAAAAAAJAAAAAADQAAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADeQAAAAAAcAAAAAABcAAAAAAAHwAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAeQAAAAACcAAAAAADcAAAAAADHwAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADeQAAAAABcAAAAAADcAAAAAAD + tiles: HwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAAAegAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAcAAAAAABcAAAAAADegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAABHwAAAAADHwAAAAADegAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAACcAAAAAADegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADHwAAAAAAHwAAAAABegAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAcAAAAAAAcAAAAAAAegAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAACegAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAbQAAAAAAegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAXQAAAAABXQAAAAABXQAAAAABHwAAAAABfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADHwAAAAADfgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAbAAAAAAAXQAAAAABXQAAAAABXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAABbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACHwAAAAABbQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAcAAAAAADcAAAAAAAHwAAAAADHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAcAAAAAACcAAAAAADHwAAAAACHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAcAAAAAACfgAAAAAAHwAAAAACHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAcAAAAAABcAAAAAAAHwAAAAACHwAAAAADQAAAAAAAJAAAAAABQAAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAeQAAAAABcAAAAAACcAAAAAACHwAAAAADHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAAXQAAAAABXQAAAAADXQAAAAABeQAAAAADcAAAAAAAcAAAAAABHwAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACeQAAAAAAcAAAAAADcAAAAAAD version: 6 1,-1: ind: 1,-1 - tiles: HwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAbAAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAABXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAAAHwAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAADHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAACHwAAAAABHwAAAAAANAAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAA + tiles: HwAAAAABHwAAAAADHwAAAAADfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAACbAAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAABHwAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADfgAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAACXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADHwAAAAADHwAAAAAANAAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAAD version: 6 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAcAAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAcAAAAAACfgAAAAAAegAAAAAAegAAAAABegAAAAADfgAAAAAAHwAAAAAAegAAAAACXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAACfgAAAAAAegAAAAACegAAAAAAXQAAAAAAXQAAAAABXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAADegAAAAABegAAAAACXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAACfgAAAAAAegAAAAACegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAABfgAAAAAAHwAAAAADegAAAAABXQAAAAABXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAACfgAAAAAAegAAAAABegAAAAAAXQAAAAADXQAAAAAAXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAABegAAAAABegAAAAADegAAAAABXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAADfgAAAAAAegAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAAAfgAAAAAAegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAABAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAABegAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAAAegAAAAACegAAAAABegAAAAADegAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAADegAAAAABegAAAAADHwAAAAABegAAAAACbAAAAAAAHwAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAABHwAAAAADegAAAAADegAAAAACegAAAAAAegAAAAADfgAAAAAAHwAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAADHwAAAAACegAAAAADegAAAAABegAAAAABegAAAAABfgAAAAAAHwAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAABHwAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAbAAAAAAAHwAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACHwAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAD + tiles: AAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAACegAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAADegAAAAACegAAAAADegAAAAADegAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAADegAAAAAAegAAAAACHwAAAAABegAAAAACbAAAAAAAHwAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABHwAAAAADegAAAAADegAAAAADegAAAAABegAAAAACfgAAAAAAHwAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAACHwAAAAABegAAAAACegAAAAABegAAAAACegAAAAADfgAAAAAAHwAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAACHwAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACbAAAAAAAHwAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAABHwAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAAB version: 6 1,-2: ind: 1,-2 - tiles: HwAAAAABHwAAAAADHwAAAAADHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAegAAAAAAegAAAAADegAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACfgAAAAAAbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAADfgAAAAAAegAAAAADegAAAAACegAAAAADfgAAAAAAegAAAAABfgAAAAAAegAAAAAAfgAAAAAAbAAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAegAAAAACfgAAAAAAegAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAbQAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAXQAAAAADbAAAAAAAXQAAAAAAHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAADXQAAAAADfgAAAAAAXQAAAAAAbAAAAAAAXQAAAAAAHwAAAAADXQAAAAACHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAXQAAAAAAbAAAAAAAXQAAAAAAHwAAAAACfgAAAAAAHwAAAAABfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAXQAAAAADXQAAAAABXQAAAAACbAAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAXQAAAAAAXQAAAAACXQAAAAABbAAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAAD + tiles: HwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAADHwAAAAABfgAAAAAAegAAAAADegAAAAACegAAAAADfgAAAAAAfgAAAAAAegAAAAACegAAAAAAfgAAAAAAbAAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAABfgAAAAAAegAAAAAAegAAAAACegAAAAABfgAAAAAAegAAAAADfgAAAAAAegAAAAAAfgAAAAAAbAAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAegAAAAABfgAAAAAAegAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAbQAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACbAAAAAAAXQAAAAABHwAAAAACfgAAAAAAHwAAAAADfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAXQAAAAABbAAAAAAAXQAAAAAAHwAAAAACXQAAAAADHwAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAACbAAAAAAAXQAAAAACHwAAAAADfgAAAAAAHwAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAXQAAAAABXQAAAAADXQAAAAAAbAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAXQAAAAABXQAAAAACXQAAAAABbAAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAbAAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAbAAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAABbAAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAABbAAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACbAAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAAeQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAAeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGfgAAAAAAEAAAAAAAfgAAAAAAEAAAAAAAfgAAAAAALgAAAAAAeQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADfgAAAAAAEAAAAAAAfgAAAAAAEAAAAAAAfgAAAAAALgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAAeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAAeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAEAAAAAAAfgAAAAAAEAAAAAAAfgAAAAAALgAAAAAAeQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAEAAAAAAAfgAAAAAAEAAAAAAAfgAAAAAALgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: fQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABfQAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAACAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAACfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,0: ind: -3,0 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABZAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAeQAAAAACAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAABAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAAeQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAXQAAAAACZAAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAXQAAAAADZAAAAAAAXQAAAAABXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAD + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADZAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAeQAAAAABAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAABAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAMfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAACfgAAAAAAeQAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAABwAAAAAABwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAXQAAAAADZAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAZAAAAAAAXQAAAAADXQAAAAACXQAAAAACZAAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAD version: 6 -4,0: ind: -4,0 @@ -194,35 +194,35 @@ entities: version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABHwAAAAADHwAAAAABHwAAAAABHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAXQAAAAACXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABfgAAAAAAXQAAAAACXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAACXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAACXQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABHwAAAAACHwAAAAACHwAAAAACHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAXQAAAAABXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAXQAAAAACXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAAC version: 6 -3,3: ind: -3,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAACXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATQAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABDAAAAAABDAAAAAABDAAAAAABDAAAAAADDAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADDAAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADDAAAAAACDAAAAAADDAAAAAACDAAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADDAAAAAADDAAAAAABDAAAAAAADAAAAAABDAAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAACDAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABfgAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATQAAAAABfgAAAAAAfgAAAAAATQAAAAABTQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -1,4: ind: -1,4 - tiles: HwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAcAAAAAACcAAAAAAAHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAPwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA + tiles: HwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABHwAAAAABHwAAAAADfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAcAAAAAADcAAAAAACHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAHwAAAAADHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA version: 6 -2,4: ind: -2,4 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAQAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAAAHwAAAAACQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACTwAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADTwAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAACHwAAAAACTwAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAGAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACQAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAHwAAAAABHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAACfgAAAAAAHwAAAAACHwAAAAADQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADTwAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAAAHwAAAAABTwAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAABTwAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAIBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAA version: 6 -3,4: ind: -3,4 - tiles: AAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAATQAAAAABTQAAAAADfgAAAAAAfgAAAAAATQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAQAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAfgAAAAAAQAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAATwAAAAAABwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAATwAAAAAABwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAATwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAADfgAAAAAATQAAAAABTQAAAAADfgAAAAAAfgAAAAAATQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAEfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAQAAAAAAABwAAAAAJBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAfgAAAAAAQAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAEfgAAAAAAfgAAAAAATwAAAAAABwAAAAAIBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAfgAAAAAATwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAATwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAFBwAAAAAFBwAAAAACBwAAAAADfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAJBwAAAAAKfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAIfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAIfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAA version: 6 -2,5: ind: -2,5 - tiles: AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,5: ind: -3,5 - tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAKfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAMfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,3: ind: -4,3 @@ -230,107 +230,107 @@ entities: version: 6 0,3: ind: 0,3 - tiles: cAAAAAACfgAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABeQAAAAACcAAAAAAAcAAAAAADcAAAAAACcAAAAAACcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADeQAAAAADcAAAAAADcAAAAAABcAAAAAABcAAAAAAAcAAAAAABcAAAAAABeQAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAcAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAADcAAAAAABcAAAAAACcAAAAAABcAAAAAACcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAAAeQAAAAAAfgAAAAAAfgAAAAAAeQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfgAAAAAAcAAAAAADcAAAAAAAcAAAAAABfgAAAAAAbQAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfgAAAAAAcAAAAAAAcAAAAAABcAAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAfgAAAAAAcAAAAAAAcAAAAAABcAAAAAACfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAABfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAcAAAAAACcAAAAAAAcAAAAAADcAAAAAABfgAAAAAAfgAAAAAAeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABeQAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAABcAAAAAACeQAAAAABcAAAAAABcAAAAAAAcAAAAAADcAAAAAADfgAAAAAAcAAAAAADcAAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAAATQAAAAABXQAAAAADXQAAAAACXQAAAAABcAAAAAAAeQAAAAACcAAAAAACcAAAAAABcAAAAAADcAAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAADcAAAAAACcAAAAAAAeQAAAAAAcAAAAAADcAAAAAABcAAAAAAD + tiles: cAAAAAACfgAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAADcAAAAAAAcAAAAAADeQAAAAACcAAAAAADcAAAAAACcAAAAAABcAAAAAABcAAAAAACcAAAAAADcAAAAAAAcAAAAAACeQAAAAAAcAAAAAAAcAAAAAADcAAAAAABcAAAAAACcAAAAAAAcAAAAAAAeQAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAACfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAABcAAAAAACcAAAAAACcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAABcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAABeQAAAAABfgAAAAAAfgAAAAAAeQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAABeQAAAAAAeQAAAAADeQAAAAABeQAAAAAAeQAAAAACfgAAAAAAcAAAAAAAcAAAAAABcAAAAAABfgAAAAAAbQAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAADeQAAAAABeQAAAAACeQAAAAABeQAAAAAAeQAAAAADeQAAAAABfgAAAAAAcAAAAAADcAAAAAABcAAAAAADfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAABKAAAAAACKAAAAAAAKAAAAAACKAAAAAAAKAAAAAABKAAAAAABfgAAAAAAcAAAAAABcAAAAAACcAAAAAABfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAKAAAAAACKAAAAAAAKAAAAAADKAAAAAACKAAAAAADKAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAACfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAcAAAAAADcAAAAAABcAAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAACfgAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAAAfgAAAAAAfgAAAAAAeQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADeQAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAADcAAAAAADcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAACeQAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAABfgAAAAAAcAAAAAADcAAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAADTQAAAAACXQAAAAACXQAAAAACXQAAAAACcAAAAAACeQAAAAADcAAAAAADcAAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAACcAAAAAABcAAAAAAAcAAAAAAAcAAAAAADeQAAAAADcAAAAAADcAAAAAAAcAAAAAAD version: 6 0,4: ind: 0,4 - tiles: cAAAAAADfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAANAAAAAABcAAAAAAAHwAAAAAAcAAAAAABcAAAAAACfgAAAAAAcAAAAAACbAAAAAAAXQAAAAABXQAAAAACXQAAAAADHwAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAABcAAAAAABfgAAAAAAcAAAAAACfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAAAcAAAAAADcAAAAAADcAAAAAAAfgAAAAAAcAAAAAACfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAXQAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAACHwAAAAACcAAAAAABcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAFBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAGBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAAAAAAAAAA + tiles: cAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAANAAAAAAAcAAAAAABHwAAAAADcAAAAAACcAAAAAAAfgAAAAAAcAAAAAADbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHwAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAAAfgAAAAAAcAAAAAADfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAABcAAAAAADfgAAAAAAcAAAAAABfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAABHwAAAAADcAAAAAABcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACXQAAAAACHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAABHwAAAAACfgAAAAAAHwAAAAADXQAAAAADXQAAAAADXQAAAAAAHwAAAAABHwAAAAACHwAAAAACXQAAAAAAHwAAAAAAbAAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAAHwAAAAAAXQAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAXQAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAHwAAAAABHwAAAAABXQAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAADXQAAAAABHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAAAbAAAAAAAHwAAAAADXQAAAAABHwAAAAABbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAACfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAbAAAAAAAHwAAAAACXQAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAADbAAAAAAAHwAAAAABHwAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADbAAAAAAAHwAAAAADHwAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAHwAAAAACXQAAAAACHwAAAAACfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAHwAAAAADXQAAAAACXQAAAAAAXQAAAAACHwAAAAADHwAAAAADHwAAAAACXQAAAAACHwAAAAADbAAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADXQAAAAACHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAABXQAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAAAXQAAAAABHwAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAXQAAAAACHwAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAABbAAAAAAAHwAAAAACXQAAAAAAHwAAAAACbAAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADbAAAAAAAHwAAAAADXQAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAADbAAAAAAAHwAAAAADHwAAAAAAfgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAABbAAAAAAAHwAAAAACHwAAAAADfgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 1,0: ind: 1,0 - tiles: HwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACbAAAAAAAHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAACbAAAAAAAHwAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAACbAAAAAAAHwAAAAADfgAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABHwAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAAAbAAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADbAAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAADMQAAAAAAMQAAAAAAHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACbAAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAA + tiles: HwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACbAAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAACHwAAAAABbAAAAAAAHwAAAAADfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAbAAAAAAAHwAAAAADfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAABHwAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAACHwAAAAABbAAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABbAAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADMQAAAAAAMQAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAACXQAAAAADXQAAAAACfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAAAHwAAAAABHwAAAAABHwAAAAABbAAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAADbAAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAA version: 6 2,1: ind: 2,1 - tiles: HwAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAHwAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACHwAAAAACbAAAAAAAegAAAAABegAAAAADegAAAAAAegAAAAAAegAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAACegAAAAABegAAAAABegAAAAADegAAAAADfgAAAAAAHwAAAAABHwAAAAADHwAAAAADbAAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAAAegAAAAABegAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADbAAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAACXQAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAADegAAAAADegAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADbAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAXQAAAAACfgAAAAAAegAAAAAAegAAAAADegAAAAACegAAAAADegAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAABbAAAAAAAbAAAAAAAHwAAAAADbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABbAAAAAAAbAAAAAAAHwAAAAADbAAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAegAAAAABegAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACbAAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADfgAAAAAAegAAAAAAegAAAAACegAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: HwAAAAABHwAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAegAAAAACegAAAAABegAAAAAAbAAAAAAAXQAAAAABXQAAAAACXQAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABfgAAAAAAegAAAAAAegAAAAAAegAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAAAbAAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAADfgAAAAAAegAAAAACegAAAAACegAAAAACbAAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAegAAAAACegAAAAACegAAAAAAegAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAegAAAAACegAAAAACegAAAAAAegAAAAAAegAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAACXQAAAAADfgAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAACegAAAAACfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACXQAAAAADfgAAAAAAegAAAAADegAAAAABegAAAAACegAAAAABegAAAAACfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAegAAAAACegAAAAADHwAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAXQAAAAADXQAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 2,0: ind: 2,0 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAADcAAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAADbAAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAcAAAAAADcAAAAAABcAAAAAABcAAAAAADcAAAAAABcAAAAAABbAAAAAAAfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAABcAAAAAADcAAAAAABbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAHwAAAAABMQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAbAAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABbAAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADLgAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAAALgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAAAHwAAAAACLgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABLgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAD + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAcAAAAAACcAAAAAACcAAAAAACcAAAAAACcAAAAAABbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAHwAAAAABcAAAAAABcAAAAAABcAAAAAABcAAAAAACcAAAAAACbAAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAHwAAAAAAcAAAAAADcAAAAAADcAAAAAAAcAAAAAACcAAAAAADHwAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAADbAAAAAAAHwAAAAAAHwAAAAABbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADbAAAAAAAHwAAAAABHwAAAAABbAAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABLgAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADbAAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAACHwAAAAABLgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACLgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAABbAAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACbAAAAAAAXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAABLgAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAegAAAAACegAAAAABegAAAAACbAAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAAAbAAAAAAAXQAAAAAAXQAAAAACXQAAAAAC version: 6 2,-1: ind: 2,-1 - tiles: XQAAAAAAXQAAAAABXQAAAAACbAAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAABcAAAAAACcAAAAAABHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAcAAAAAABcAAAAAACcAAAAAABfgAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAADcAAAAAABcAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAABfgAAAAAAHwAAAAADXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAHwAAAAACXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAegAAAAABegAAAAADegAAAAADbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAADXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAegAAAAACegAAAAABegAAAAACHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAbAAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAACbAAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAA + tiles: XQAAAAACXQAAAAABXQAAAAADbAAAAAAAcAAAAAABcAAAAAACcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABcAAAAAACcAAAAAACcAAAAAADcAAAAAACcAAAAAACcAAAAAABHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAcAAAAAACcAAAAAAAcAAAAAADfgAAAAAAcAAAAAACcAAAAAACcAAAAAAAcAAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAHwAAAAACXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADfgAAAAAAHwAAAAADXQAAAAADXQAAAAADXQAAAAABfgAAAAAAegAAAAACegAAAAACegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAHwAAAAABXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAADXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAegAAAAABegAAAAAAegAAAAACHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAA version: 6 1,2: ind: 1,2 - tiles: XQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAACbAAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAAAbAAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAACbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADcAAAAAACcAAAAAADcAAAAAAAcAAAAAAAHwAAAAACcAAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAAAbQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAAAcAAAAAACcAAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAACcAAAAAABcAAAAAABfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAcAAAAAADcAAAAAAAcAAAAAAAfgAAAAAAbAAAAAAAcAAAAAABcAAAAAACbAAAAAAAfgAAAAAAcAAAAAABcAAAAAACcAAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAcAAAAAABcAAAAAACcAAAAAADfgAAAAAAbAAAAAAAcAAAAAABcAAAAAAAbAAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAHwAAAAADfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAADcAAAAAACcAAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAACcAAAAAADcAAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACcAAAAAACcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAAAXQAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAADcAAAAAABcAAAAAABcAAAAAAAfgAAAAAAeQAAAAABTQAAAAADeQAAAAAAfgAAAAAAfgAAAAAAeQAAAAAAeQAAAAACeQAAAAABfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAACcAAAAAABcAAAAAABfgAAAAAAfgAAAAAAcAAAAAACXQAAAAABcAAAAAACfgAAAAAAHwAAAAADcAAAAAADcAAAAAADcAAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: XQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAADbAAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAABbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAABbAAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACcAAAAAABcAAAAAACcAAAAAABcAAAAAACHwAAAAABcAAAAAACfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADcAAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAADbQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAbQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADcAAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAABcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAACcAAAAAAAcAAAAAACcAAAAAADcAAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAcAAAAAACcAAAAAAAcAAAAAABfgAAAAAAbAAAAAAAcAAAAAADcAAAAAADbAAAAAAAfgAAAAAAcAAAAAAAcAAAAAADcAAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAADcAAAAAABcAAAAAADcAAAAAABfgAAAAAAbAAAAAAAcAAAAAACcAAAAAADbAAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAcAAAAAAAcAAAAAACHwAAAAACfgAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAAAcAAAAAAAcAAAAAADcAAAAAADcAAAAAAAcAAAAAADcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAABcAAAAAACcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAAAXQAAAAACcAAAAAABcAAAAAABcAAAAAACcAAAAAADcAAAAAADcAAAAAABcAAAAAABcAAAAAAAcAAAAAADcAAAAAABcAAAAAACcAAAAAAAcAAAAAADfgAAAAAAeQAAAAACTQAAAAACeQAAAAADfgAAAAAAfgAAAAAAeQAAAAABeQAAAAADeQAAAAACfgAAAAAAfgAAAAAAcAAAAAADcAAAAAABcAAAAAADcAAAAAADfgAAAAAAfgAAAAAAcAAAAAADXQAAAAABcAAAAAAAfgAAAAAAHwAAAAABcAAAAAABcAAAAAAAcAAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 1,3: ind: 1,3 - tiles: eQAAAAACcAAAAAACXQAAAAADcAAAAAAAfgAAAAAAXQAAAAAAcAAAAAAAcAAAAAACcAAAAAABXQAAAAADfgAAAAAATQAAAAAATQAAAAACTQAAAAABTQAAAAAAfgAAAAAAeQAAAAADcAAAAAAAXQAAAAABcAAAAAADfgAAAAAAHwAAAAABcAAAAAACcAAAAAACcAAAAAABXQAAAAAATQAAAAABeQAAAAADeQAAAAAAeQAAAAAAeQAAAAABfgAAAAAAfgAAAAAAcAAAAAABXQAAAAAAcAAAAAADfgAAAAAAXQAAAAAAcAAAAAADcAAAAAABcAAAAAAAXQAAAAAATQAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAcAAAAAADXQAAAAABcAAAAAADfgAAAAAAHwAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAACcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADXQAAAAABcAAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAABcAAAAAADXQAAAAADcAAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADbAAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAABcAAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAeQAAAAACTQAAAAACeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABXQAAAAACcAAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAADHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAcAAAAAAAcAAAAAABXQAAAAABcAAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAADHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAcAAAAAACXQAAAAABcAAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAACHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAAAcAAAAAAAfgAAAAAAHwAAAAAAXQAAAAABXQAAAAADHwAAAAADHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAACXQAAAAADcAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADcAAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAACfgAAAAAAegAAAAACegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAABfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: eQAAAAADcAAAAAADXQAAAAAAcAAAAAACfgAAAAAAXQAAAAAAcAAAAAADcAAAAAABcAAAAAADXQAAAAADfgAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAABfgAAAAAAeQAAAAAAcAAAAAABXQAAAAAAcAAAAAABfgAAAAAAHwAAAAADcAAAAAADcAAAAAADcAAAAAAAXQAAAAADTQAAAAADeQAAAAABeQAAAAABeQAAAAACeQAAAAACfgAAAAAAfgAAAAAAcAAAAAADXQAAAAADcAAAAAABfgAAAAAAXQAAAAAAcAAAAAABcAAAAAACcAAAAAADXQAAAAAATQAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAACcAAAAAACfgAAAAAAHwAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAcAAAAAADXQAAAAADcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABXQAAAAAAcAAAAAADfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAACfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAAAcAAAAAADXQAAAAABcAAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAABbAAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABXQAAAAADcAAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAeQAAAAACTQAAAAAAeQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABXQAAAAACcAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAcAAAAAAAcAAAAAACXQAAAAACcAAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAACHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAcAAAAAABXQAAAAAAcAAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAADHwAAAAABHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAABcAAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAABHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAADXQAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACcAAAAAADHwAAAAAAHwAAAAADHwAAAAABHwAAAAABfgAAAAAAegAAAAADegAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAAAcAAAAAAAcAAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAADfgAAAAAAegAAAAACegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 1,4: ind: 1,4 - tiles: fgAAAAAAcAAAAAAAcAAAAAAAcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAcAAAAAABcAAAAAADcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: XQAAAAADXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAACbAAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAADbAAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAACHwAAAAABHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAbQAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAAAegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAACegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAABcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAbAAAAAAAcAAAAAABcAAAAAABcAAAAAADcAAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAABegAAAAADegAAAAACfgAAAAAAHwAAAAADcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAABfgAAAAAAfgAAAAAAbAAAAAAAcAAAAAABcAAAAAADcAAAAAACcAAAAAABcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAABcAAAAAAAcAAAAAAAcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAA + tiles: XQAAAAABXQAAAAAAXQAAAAACXQAAAAADbAAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAbAAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAADbAAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAACfgAAAAAAbQAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAAAegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAABegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAADcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAbAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAAAegAAAAADegAAAAABfgAAAAAAHwAAAAACcAAAAAAAcAAAAAADcAAAAAADcAAAAAACcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAACfgAAAAAAfgAAAAAAbAAAAAAAcAAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACfgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: cAAAAAADfgAAAAAAHwAAAAABcAAAAAACcAAAAAACcAAAAAACcAAAAAAAcAAAAAADHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACcAAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAbAAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADbAAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAADbAAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACbAAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAADbAAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABbAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACegAAAAABegAAAAAAegAAAAADegAAAAADegAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABegAAAAAAegAAAAACegAAAAABfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADegAAAAABegAAAAABegAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAACegAAAAAAegAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAACHwAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAACfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAADfgAAAAAA + tiles: cAAAAAAAfgAAAAAAHwAAAAABcAAAAAABcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACcAAAAAADfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADbAAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAABbAAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABbAAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAACbAAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAACbAAAAAAAXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADegAAAAACegAAAAAAegAAAAACegAAAAADegAAAAACfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABegAAAAAAegAAAAABegAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACegAAAAACegAAAAABegAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAegAAAAABegAAAAACegAAAAACegAAAAABegAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAACfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAA version: 6 3,0: ind: 3,0 - tiles: fgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAawAAAAACawAAAAAAawAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAawAAAAACawAAAAAAawAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABawAAAAAAawAAAAABawAAAAAAMQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAAAawAAAAAAawAAAAAAawAAAAADMQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAMQAAAAAAXQAAAAADHwAAAAABfgAAAAAAHwAAAAABawAAAAAAawAAAAACawAAAAABfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACbAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAADHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAbAAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAEAAAAAAAEAAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAawAAAAADawAAAAABawAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAawAAAAADawAAAAAAawAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACawAAAAADawAAAAABawAAAAAAMQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAACfgAAAAAAHwAAAAACawAAAAACawAAAAABawAAAAACMQAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAMQAAAAAAbAAAAAAAMQAAAAAAfgAAAAAAHwAAAAABawAAAAACawAAAAADawAAAAABfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAHwAAAAACXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABbAAAAAAAHwAAAAADfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADbAAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABbAAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAegAAAAABegAAAAACegAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAegAAAAAAegAAAAABegAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAEAAAAAAAEAAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAA version: 6 3,1: ind: 3,1 - tiles: fgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAEAAAAAAAEAAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAEAAAAAAAEAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAXQAAAAABXQAAAAABXQAAAAAAHwAAAAAAfgAAAAAAXQAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAABXQAAAAABXQAAAAACXQAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAHwAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAACfgAAAAAAHwAAAAABXQAAAAABXQAAAAACXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAHwAAAAABTQAAAAACHwAAAAADfgAAAAAAegAAAAACegAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAHwAAAAADTQAAAAAAHwAAAAABfgAAAAAAegAAAAAAegAAAAACbAAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACbAAAAAAATQAAAAABTQAAAAACHwAAAAACfgAAAAAAegAAAAADegAAAAADLgAAAAAAfgAAAAAAeQAAAAABeQAAAAABfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAHwAAAAADTQAAAAABHwAAAAACfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAHwAAAAADTQAAAAADTQAAAAACXQAAAAADHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAAATQAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAB + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAEAAAAAAAEAAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAEAAAAAAAEAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAXQAAAAACXQAAAAAAXQAAAAABHwAAAAABfgAAAAAAXQAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAACXQAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAADfgAAAAAAHwAAAAACXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAADfgAAAAAAHwAAAAACXQAAAAADXQAAAAABXQAAAAADfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAABfgAAAAAAHwAAAAABXQAAAAACXQAAAAACXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAHwAAAAABTQAAAAADHwAAAAAAfgAAAAAAegAAAAACegAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAABTQAAAAABHwAAAAABfgAAAAAAegAAAAACegAAAAAAbAAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAbAAAAAAATQAAAAABTQAAAAADHwAAAAADfgAAAAAAegAAAAACegAAAAABLgAAAAAAfgAAAAAAeQAAAAACeQAAAAACfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAHwAAAAAATQAAAAACHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAHwAAAAACTQAAAAADTQAAAAADXQAAAAACHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAHwAAAAABTQAAAAADHwAAAAADfgAAAAAAHwAAAAABHwAAAAAB version: 6 3,2: ind: 3,2 - tiles: XQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAACbAAAAAAAXQAAAAABXQAAAAAAXQAAAAAAbAAAAAAATQAAAAAATQAAAAAAHwAAAAACfgAAAAAAegAAAAABegAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAbAAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAAATQAAAAADHwAAAAAAfgAAAAAAegAAAAACegAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAAAbAAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAHwAAAAAATQAAAAABHwAAAAADfgAAAAAAegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAABHwAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAHwAAAAABHwAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAHwAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAACHwAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAABHwAAAAAAHwAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADbAAAAAAAbAAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAADHwAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAHwAAAAABbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAACegAAAAADegAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABLwAAAAABLwAAAAABLwAAAAABLwAAAAACLwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAALwAAAAADLwAAAAADLwAAAAAALwAAAAAALwAAAAACfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAABLwAAAAAC + tiles: XQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAACbAAAAAAAXQAAAAABXQAAAAACXQAAAAACbAAAAAAATQAAAAABTQAAAAABHwAAAAABfgAAAAAAegAAAAACegAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAABbAAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAHwAAAAADTQAAAAABHwAAAAACfgAAAAAAegAAAAADegAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACbAAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAHwAAAAACTQAAAAADHwAAAAADfgAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAHwAAAAAAHwAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAACHwAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACHwAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACHwAAAAACHwAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAbAAAAAAAbAAAAAAAHwAAAAADbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAHwAAAAABbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAADegAAAAADegAAAAADegAAAAADfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAAALwAAAAADLwAAAAADLwAAAAADLwAAAAABLwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAAALwAAAAABLwAAAAADLwAAAAADLwAAAAADLwAAAAADfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAABLwAAAAADLwAAAAAALwAAAAABLwAAAAACLwAAAAAD version: 6 2,-2: ind: 2,-2 - tiles: bAAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAXQAAAAADcAAAAAAAXQAAAAACfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAXQAAAAABOAAAAAAAHwAAAAAAUQAAAAAAUQAAAAAAHwAAAAACXQAAAAAAcAAAAAACXQAAAAABfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAXQAAAAABOAAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAXQAAAAACcAAAAAABXQAAAAADfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAXQAAAAABbAAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAATQAAAAABeQAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADcAAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAeQAAAAAAeQAAAAACeQAAAAADfgAAAAAAXQAAAAABcAAAAAACcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAABXQAAAAAAeQAAAAACeQAAAAADeQAAAAACfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAABfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAABHwAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAATQAAAAACTQAAAAAATQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAXQAAAAADHwAAAAACXQAAAAABfgAAAAAATQAAAAADTQAAAAADTQAAAAADXQAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAAAfgAAAAAAXQAAAAABHwAAAAADXQAAAAADfgAAAAAATQAAAAADTQAAAAAATQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAXQAAAAADMQAAAAAAfgAAAAAAcAAAAAADcAAAAAACcAAAAAADXQAAAAADXQAAAAABXQAAAAADbAAAAAAAcAAAAAACcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAADcAAAAAABcAAAAAADcAAAAAACcAAAAAADcAAAAAAAXQAAAAAAXQAAAAADXQAAAAABbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAADcAAAAAAD + tiles: bAAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAXQAAAAADcAAAAAADXQAAAAADfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAXQAAAAACOAAAAAAAHwAAAAABUQAAAAAAUQAAAAAAHwAAAAABXQAAAAABcAAAAAACXQAAAAABfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAOAAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAXQAAAAABcAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAXQAAAAACbAAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAATQAAAAAAeQAAAAABTQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAcAAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAeQAAAAADeQAAAAAAeQAAAAABfgAAAAAAXQAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAADXQAAAAABeQAAAAADeQAAAAABeQAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAACHwAAAAACfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAATQAAAAADTQAAAAABTQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAAHwAAAAACXQAAAAACfgAAAAAATQAAAAAATQAAAAABTQAAAAABXQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAABHwAAAAACXQAAAAACfgAAAAAATQAAAAADTQAAAAAATQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAXQAAAAAAMQAAAAAAfgAAAAAAcAAAAAACcAAAAAADcAAAAAABXQAAAAACXQAAAAACXQAAAAACbAAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAADcAAAAAABcAAAAAADcAAAAAADcAAAAAACcAAAAAACcAAAAAAAcAAAAAABcAAAAAACXQAAAAABXQAAAAACXQAAAAACbAAAAAAAcAAAAAABcAAAAAADcAAAAAABcAAAAAAAcAAAAAADcAAAAAABcAAAAAADcAAAAAACcAAAAAAAcAAAAAACcAAAAAACcAAAAAAC version: 6 3,-2: ind: 3,-2 - tiles: cAAAAAAAXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAcAAAAAACXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAATwAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAeQAAAAABTQAAAAACfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAcAAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAAAHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABXQAAAAAAfgAAAAAATwAAAAAATwAAAAAAXQAAAAACXQAAAAABbAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACMQAAAAAAcAAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABMQAAAAAAcAAAAAACXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAABMQAAAAAAcAAAAAAAXQAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAADfgAAAAAAfgAAAAAAHwAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAACcAAAAAABHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAHwAAAAACfgAAAAAAHwAAAAAAcAAAAAACcAAAAAACcAAAAAABcAAAAAABcAAAAAACHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAABcAAAAAABfgAAAAAAHwAAAAAAcAAAAAADXQAAAAADXQAAAAABXQAAAAABcAAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADcAAAAAADfgAAAAAAHwAAAAADcAAAAAABXQAAAAAAXQAAAAACXQAAAAADcAAAAAADHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAB + tiles: cAAAAAACXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAcAAAAAADXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACTwAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAeQAAAAACTQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAcAAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAABHwAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAAAcAAAAAABXQAAAAABfgAAAAAATwAAAAAATwAAAAAAXQAAAAABXQAAAAADbAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADMQAAAAAAcAAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACMQAAAAAAcAAAAAABXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAADMQAAAAAAcAAAAAADXQAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAADfgAAAAAAfgAAAAAAHwAAAAADcAAAAAADcAAAAAACcAAAAAABcAAAAAADcAAAAAAAHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAHwAAAAACfgAAAAAAHwAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAADcAAAAAAAHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAcAAAAAADfgAAAAAAHwAAAAADcAAAAAACXQAAAAABXQAAAAABXQAAAAACcAAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAcAAAAAACfgAAAAAAHwAAAAADcAAAAAAAXQAAAAACXQAAAAACXQAAAAABcAAAAAADHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACbAAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAABfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAABwAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAegAAAAADfgAAAAAAegAAAAADegAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAACfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADbAAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAADgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAcAAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAABwAAAAAIfgAAAAAAegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAegAAAAAAfgAAAAAAegAAAAABegAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAADHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAABfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAABwAAAAAABwAAAAAMBwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAAD version: 6 2,-3: ind: 2,-3 - tiles: XQAAAAABfgAAAAAAbQAAAAAAcAAAAAAAXQAAAAACXQAAAAACXQAAAAADcAAAAAACbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABbAAAAAAAHwAAAAADXQAAAAABfgAAAAAAbQAAAAAAcAAAAAABcAAAAAACcAAAAAAAcAAAAAAAcAAAAAABbQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAMQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAAAbAAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAADHwAAAAADfgAAAAAAUQAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAABHwAAAAAAXQAAAAABcAAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADHwAAAAADfgAAAAAAUQAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADcAAAAAABXQAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAADHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAcAAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAAcAAAAAADcAAAAAADfgAAAAAAXQAAAAAAcAAAAAACXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAADfgAAAAAAXQAAAAADTwAAAAAATwAAAAAAcAAAAAADcAAAAAAAXQAAAAABXQAAAAADcAAAAAABXQAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAACHwAAAAADXQAAAAAAXQAAAAABTwAAAAAATwAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAXQAAAAADcAAAAAACXQAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAcAAAAAACXQAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAADfgAAAAAAXQAAAAAD + tiles: XQAAAAADfgAAAAAAbQAAAAAAcAAAAAACXQAAAAABXQAAAAACXQAAAAADcAAAAAACbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABbAAAAAAAHwAAAAACXQAAAAADfgAAAAAAbQAAAAAAcAAAAAADcAAAAAABcAAAAAADcAAAAAAAcAAAAAABbQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAMQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAABfgAAAAAAbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAADbAAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABfgAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABHwAAAAABfgAAAAAAUQAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAACHwAAAAACXQAAAAAAcAAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAHwAAAAADfgAAAAAAUQAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAADfgAAAAAAXQAAAAAAcAAAAAABXQAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADcAAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAAcAAAAAADcAAAAAACfgAAAAAAXQAAAAABcAAAAAABXQAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADTwAAAAAATwAAAAAAcAAAAAACcAAAAAACXQAAAAABXQAAAAAAcAAAAAADXQAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAADHwAAAAACXQAAAAAAXQAAAAABTwAAAAAATwAAAAAAcAAAAAAAcAAAAAADfgAAAAAAXQAAAAADcAAAAAABXQAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACcAAAAAACXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADHwAAAAADfgAAAAAAXQAAAAAB version: 6 3,-3: ind: 3,-3 - tiles: HwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAADHwAAAAABHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAAAHwAAAAADfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAACHwAAAAADfgAAAAAAbAAAAAAAXQAAAAADXQAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAADbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAfgAAAAAAHwAAAAADUQAAAAAAUQAAAAAAfgAAAAAAegAAAAAAegAAAAAAfgAAAAAAbAAAAAAAXQAAAAACbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAABegAAAAACegAAAAAAfgAAAAAAbAAAAAAAXQAAAAAAbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAegAAAAAAegAAAAADfgAAAAAAbAAAAAAAXQAAAAADbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAbQAAAAAAXQAAAAABXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAfgAAAAAAcAAAAAABXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAcAAAAAAAXQAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAA + tiles: HwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAAAHwAAAAADfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAXQAAAAACXQAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAABbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABfgAAAAAAHwAAAAABUQAAAAAAUQAAAAAAfgAAAAAAegAAAAABegAAAAADfgAAAAAAbAAAAAAAXQAAAAACbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAHwAAAAADegAAAAADegAAAAACfgAAAAAAbAAAAAAAXQAAAAABbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAegAAAAADegAAAAACfgAAAAAAbAAAAAAAXQAAAAAAbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADbQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAfgAAAAAAcAAAAAACXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAcAAAAAABXQAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: HwAAAAABHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAbAAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAAAHwAAAAABHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAXQAAAAADXQAAAAAAbAAAAAAAbAAAAAAA + tiles: HwAAAAACHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAbAAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAHwAAAAADHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAABfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAXQAAAAACXQAAAAADbAAAAAAAbAAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: fgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABBwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAADHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAACBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAABHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAABAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: fgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAJBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: fgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAABfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAbAAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAbAAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACXQAAAAABXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACXQAAAAADXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADXQAAAAADXQAAAAABXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAACXQAAAAABXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAADbAAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAABbAAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACXQAAAAACXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACXQAAAAABXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -3,-5: ind: -3,-5 @@ -338,7 +338,7 @@ entities: version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAABwAAAAAJBwAAAAAFfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-6: ind: -3,-6 @@ -350,11 +350,11 @@ entities: version: 6 -4,-5: ind: -4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACfgAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAGBwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAHBwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALfgAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAKfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAIBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAIfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -4,-3: ind: -4,-3 @@ -362,35 +362,35 @@ entities: version: 6 4,-2: ind: 4,-2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAABHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAAAXQAAAAADHwAAAAACfgAAAAAATQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAADXQAAAAACHwAAAAACfgAAAAAATQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABHwAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACXQAAAAACHwAAAAADXQAAAAADXQAAAAACXQAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAHwAAAAABbAAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAABXQAAAAACXQAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAADXQAAAAADHwAAAAABfgAAAAAATQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACXQAAAAADHwAAAAADfgAAAAAATQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAABHwAAAAADXQAAAAABXQAAAAACXQAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACbAAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAAB version: 6 4,-3: ind: 4,-3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAegAAAAADegAAAAADegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAegAAAAADegAAAAAAegAAAAAAegAAAAACegAAAAADegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAegAAAAADegAAAAADegAAAAADegAAAAABegAAAAACegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 4,0: ind: 4,0 - tiles: fgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADbAAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABdAAAAAACdAAAAAABdAAAAAACdAAAAAAAdAAAAAADdAAAAAADdAAAAAACdAAAAAADIwAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABdAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAABfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAdAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAdAAAAAADEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAADdAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAABIwAAAAADfgAAAAAAHwAAAAACegAAAAADegAAAAABegAAAAAAHwAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAAAHwAAAAAAbAAAAAAAegAAAAAAegAAAAACegAAAAACLwAAAAAAHwAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAHwAAAAAAbAAAAAAAegAAAAADegAAAAAAegAAAAAALwAAAAADHwAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADHwAAAAACbAAAAAAAegAAAAACegAAAAAAegAAAAAALwAAAAAA + tiles: fgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAABbAAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAXQAAAAAAXQAAAAADdAAAAAACdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAAAIwAAAAACfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACdAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAACfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADdAAAAAABEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAACXQAAAAACdAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAADfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACdAAAAAABEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAIwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAdAAAAAACdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAAAIwAAAAADfgAAAAAAHwAAAAAAegAAAAACegAAAAAAegAAAAADHwAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAABHwAAAAABbAAAAAAAegAAAAAAegAAAAAAegAAAAADLwAAAAADHwAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAACHwAAAAACbAAAAAAAegAAAAADegAAAAABegAAAAABLwAAAAADHwAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACHwAAAAACbAAAAAAAegAAAAAAegAAAAACegAAAAACLwAAAAAA version: 6 4,1: ind: 4,1 - tiles: HwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAADfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAADdAAAAAADeQAAAAAAdAAAAAACeQAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAADHwAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAADQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAA + tiles: HwAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAADfgAAAAAAegAAAAAAegAAAAABegAAAAAAegAAAAACfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAABdAAAAAABeQAAAAADdAAAAAADeQAAAAACfgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAACQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAADQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAHwAAAAAAegAAAAACegAAAAADegAAAAAAegAAAAADfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAATQAAAAAATQAAAAACTQAAAAAAfgAAAAAATQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAAAMQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADTQAAAAABXQAAAAACfgAAAAAAbQAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAACcAAAAAABbQAAAAAAbQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbQAAAAAATQAAAAACTQAAAAABXQAAAAACfgAAAAAAbQAAAAAAcAAAAAACXQAAAAADXQAAAAABXQAAAAACcAAAAAADbQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAATQAAAAAAXQAAAAAAfgAAAAAAbQAAAAAAcAAAAAACXQAAAAABbQAAAAAAXQAAAAADcAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAATQAAAAADTQAAAAACTQAAAAAAfgAAAAAATQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAABTQAAAAAAMQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAAAXQAAAAACfgAAAAAAbQAAAAAAcAAAAAACcAAAAAACcAAAAAADcAAAAAABcAAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbQAAAAAATQAAAAADTQAAAAACXQAAAAABfgAAAAAAbQAAAAAAcAAAAAADXQAAAAAAXQAAAAABXQAAAAADcAAAAAABbQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAATQAAAAADXQAAAAADfgAAAAAAbQAAAAAAcAAAAAACXQAAAAAAbQAAAAAAXQAAAAAAcAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAABcAAAAAACcAAAAAABcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAcAAAAAAAcAAAAAACcAAAAAABcAAAAAACcAAAAAABcAAAAAAAcAAAAAACcAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAcAAAAAABcAAAAAABcAAAAAAAcAAAAAADcAAAAAADcAAAAAAAcAAAAAACcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAAAcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAABbAAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAcAAAAAABcAAAAAABcAAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEfgAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAACcAAAAAABcAAAAAACcAAAAAAAcAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACfgAAAAAAcAAAAAABcAAAAAACcAAAAAACcAAAAAACcAAAAAACcAAAAAAAcAAAAAADcAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAADfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAABbAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAC version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAFBwAAAAAAfgAAAAAAfgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAGBwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAEBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAABTQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAALgAAAAAALgAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbQAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAATQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAAfgAAAAAATQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAZAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAABwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAKBwAAAAAMBwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAACTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAALgAAAAAALgAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbQAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAATQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAAfgAAAAAATQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAZAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAADBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAGBwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAHBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACcAAAAAABfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAABwAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAADfgAAAAAAcAAAAAABcAAAAAABcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAfgAAAAAAcAAAAAABcAAAAAABcAAAAAACfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAegAAAAACfgAAAAAAegAAAAACfgAAAAAAcAAAAAABcAAAAAAAcAAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAcAAAAAADfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAABegAAAAABegAAAAABegAAAAACegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAegAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAegAAAAABegAAAAABfgAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAJBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAJBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAABfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAACfgAAAAAAcAAAAAABcAAAAAADcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAABwAAAAAABwAAAAAJBwAAAAADfgAAAAAAegAAAAADegAAAAACfgAAAAAAfgAAAAAAcAAAAAACcAAAAAAAcAAAAAABfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAegAAAAACfgAAAAAAegAAAAAAfgAAAAAAcAAAAAAAcAAAAAACcAAAAAADfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAcAAAAAADfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAACegAAAAADegAAAAACegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAegAAAAACfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAegAAAAAAegAAAAABfgAAAAAAegAAAAAD version: 6 8,1: ind: 8,1 @@ -402,23 +402,23 @@ entities: version: 6 5,-4: ind: 5,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAAEBwAAAAAGBwAAAAAFBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMgAAAAABMgAAAAAAMgAAAAAAMgAAAAACMgAAAAADMgAAAAACMgAAAAABMgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAMgAAAAAAMgAAAAACMgAAAAADMgAAAAABMgAAAAAAMgAAAAADMgAAAAACMgAAAAABBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMgAAAAACMgAAAAADMgAAAAACMgAAAAADMgAAAAABMgAAAAAAMgAAAAADMgAAAAACBwAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAfgAAAAAAegAAAAABfgAAAAAAMgAAAAAAMgAAAAABMgAAAAABMgAAAAADMgAAAAABMgAAAAABMgAAAAABMgAAAAACfgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAABfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAAAegAAAAABegAAAAADegAAAAACfgAAAAAAegAAAAADegAAAAABegAAAAABfgAAAAAAegAAAAABfgAAAAAAegAAAAABfgAAAAAAegAAAAABegAAAAACegAAAAADegAAAAACegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAEBwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAKBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAGBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAFfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMgAAAAABMgAAAAACMgAAAAADMgAAAAABMgAAAAACMgAAAAACMgAAAAAAMgAAAAAABwAAAAAABwAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAADMgAAAAACMgAAAAAAMgAAAAACMgAAAAABMgAAAAADBwAAAAAABwAAAAAFfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMgAAAAABMgAAAAADMgAAAAACMgAAAAACMgAAAAAAMgAAAAADMgAAAAADMgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAfgAAAAAAMgAAAAACMgAAAAABMgAAAAAAMgAAAAAAMgAAAAADMgAAAAAAMgAAAAABMgAAAAADfgAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAADfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAABegAAAAACegAAAAAAegAAAAACfgAAAAAAegAAAAADegAAAAABegAAAAACfgAAAAAAegAAAAACfgAAAAAAegAAAAACfgAAAAAAegAAAAABegAAAAADegAAAAABegAAAAACegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 5,-3: ind: 5,-3 - tiles: egAAAAACegAAAAACegAAAAACegAAAAABegAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAABegAAAAADfgAAAAAAegAAAAABegAAAAABfgAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAADegAAAAADegAAAAABegAAAAACfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfgAAAAAAXQAAAAADXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfgAAAAAAXQAAAAABXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfgAAAAAAXQAAAAACXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: egAAAAADegAAAAABegAAAAACegAAAAADegAAAAABfgAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAACegAAAAAAfgAAAAAAegAAAAACegAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAADfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfgAAAAAAXQAAAAADXQAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADTQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABHwAAAAADfgAAAAAAXQAAAAAAXQAAAAADZAAAAAAAZAAAAAAAXQAAAAABbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAACbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAABHwAAAAACHwAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAADHwAAAAAAfgAAAAAAXQAAAAACXQAAAAABZAAAAAAAZAAAAAAAXQAAAAADbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABbAAAAAAAbAAAAAAAfgAAAAAAHwAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAHwAAAAABfgAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAADHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: fgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAATwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAATwAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAABbAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADbAAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAHwAAAAADHwAAAAABHwAAAAACbAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAVgAAAAAAHwAAAAACVgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACfgAAAAAAHwAAAAACfgAAAAAAHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA + tiles: fgAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAfgAAAAAATwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAATwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAHwAAAAADHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAbAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADbAAAAAAAHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAABfgAAAAAAHwAAAAADHwAAAAADHwAAAAACbAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAVgAAAAABHwAAAAADVgAAAAABfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABfgAAAAAAHwAAAAACfgAAAAAAHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA version: 6 6,-4: ind: 6,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAADfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAALAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAADHwAAAAABHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAADBwAAAAAIAAAAAAAAfQAAAAAAAAAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAA version: 6 6,-5: ind: 6,-5 @@ -426,87 +426,87 @@ entities: version: 6 6,-3: ind: 6,-3 - tiles: HwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAA + tiles: HwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAA version: 6 6,-2: ind: 6,-2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABZAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAADXQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAABZAAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADZAAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAABTQAAAAADTQAAAAAATQAAAAABfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAABTQAAAAACHwAAAAADXQAAAAAAXQAAAAAAbQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbQAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAABwAAAAAKfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABZAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAXQAAAAABXQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAADZAAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADZAAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACZAAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAAAfgAAAAAAZAAAAAAAXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAAAHwAAAAAAXQAAAAABXQAAAAACbQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbQAAAAAA version: 6 7,-2: ind: 7,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACfgAAAAAATwAAAAAAHwAAAAABHwAAAAACHwAAAAADTwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADAAAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAAAHwAAAAADTwAAAAAAHwAAAAAAHwAAAAACHwAAAAACTwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAHfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAATwAAAAAAHwAAAAAAHwAAAAADHwAAAAABTwAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAABBwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAfgAAAAAAZAAAAAAAXQAAAAACZAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAACfgAAAAAATwAAAAAAHwAAAAADHwAAAAADHwAAAAACTwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAABTwAAAAAAHwAAAAABHwAAAAADHwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAACfgAAAAAATwAAAAAAHwAAAAABHwAAAAABHwAAAAADTwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAfgAAAAAAZAAAAAAAXQAAAAADZAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,-3: ind: 7,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfQAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfQAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAALBwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAA version: 6 8,-2: ind: 8,-2 - tiles: BwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACfgAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAEAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,-3: ind: 8,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAIBwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAFfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,-1: ind: 7,-1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAADBwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAAXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAZAAAAAAAXQAAAAABXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADZAAAAAAAXQAAAAACfgAAAAAAXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAACBwAAAAAGfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAZAAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAZAAAAAAAXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAXQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAADZAAAAAAAXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 6,-1: ind: 6,-1 - tiles: fgAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAACTQAAAAADfgAAAAAAXQAAAAABXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAATQAAAAABTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAKAAAAAAAKAAAAAABfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAKAAAAAABKAAAAAABfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAKAAAAAACKAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAABfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAABTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAKAAAAAACKAAAAAABfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAKAAAAAACKAAAAAABfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAKAAAAAABKAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 8,-1: ind: 8,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAIBwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAMBwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,0: ind: 8,0 - tiles: fgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAADfwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAGBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,0: ind: 7,0 - tiles: fQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAXQAAAAADfgAAAAAAXQAAAAADZAAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACZAAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAKAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAKAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAKAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA + tiles: fQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAZAAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACZAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAKAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAKAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAKAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAADAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA version: 6 6,0: ind: 6,0 - tiles: HwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAACfgAAAAAAHwAAAAACHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAADZAAAAAAAXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACZAAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAAXQAAAAADZAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAAA + tiles: HwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAADZAAAAAAAXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACZAAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAACfgAAAAAAXQAAAAACZAAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAB version: 6 5,0: ind: 5,0 - tiles: XQAAAAACXQAAAAACXQAAAAADXQAAAAAAbAAAAAAAHwAAAAADfgAAAAAAHwAAAAAAbAAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAHwAAAAADfgAAAAAAHwAAAAAAbAAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAADegAAAAAAegAAAAACegAAAAACegAAAAAAegAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAALwAAAAADLwAAAAABLwAAAAAALwAAAAAALwAAAAACLwAAAAAAegAAAAACegAAAAAAbAAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAACLwAAAAABLwAAAAADegAAAAABegAAAAACbAAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAABbQAAAAAALwAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAACLwAAAAABegAAAAAAegAAAAABbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAA + tiles: XQAAAAABXQAAAAAAXQAAAAAAXQAAAAADbAAAAAAAHwAAAAACfgAAAAAAHwAAAAACbAAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAADfgAAAAAAHwAAAAADfgAAAAAAHwAAAAABbAAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAABfgAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAAUQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAACHwAAAAABfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAAAegAAAAADegAAAAABegAAAAAAegAAAAADegAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAALwAAAAACLwAAAAACLwAAAAADLwAAAAACLwAAAAACLwAAAAACegAAAAACegAAAAAAbAAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAALwAAAAAALwAAAAABLwAAAAACLwAAAAACLwAAAAADLwAAAAAAegAAAAADegAAAAADbAAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAAAbQAAAAAALwAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAADLwAAAAAAegAAAAACegAAAAACbAAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABfgAAAAAA version: 6 7,1: ind: 7,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAEfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAADfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAegAAAAACegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAegAAAAABegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAQAAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAQAAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAQAAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfwAAAAAABwAAAAADfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAQAAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAQAAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAQAAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAA version: 6 6,1: ind: 6,1 - tiles: bQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAegAAAAAAegAAAAABQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADQAAAAAAAQAAAAAAAegAAAAAAegAAAAABQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADQAAAAAAAQAAAAAAAegAAAAADegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAA + tiles: bQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAQAAAAAAAQAAAAAAAegAAAAACegAAAAACQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAQAAAAAAAQAAAAAAAegAAAAAAegAAAAABQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAABQAAAAAAAQAAAAAAAegAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAA version: 6 5,1: ind: 5,1 - tiles: egAAAAABegAAAAADegAAAAADegAAAAAAegAAAAAAegAAAAACegAAAAABegAAAAACfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAegAAAAAAegAAAAAAegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAALgAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAALgAAAAAAQAAAAAAAegAAAAADegAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAADegAAAAADfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAABfgAAAAAAegAAAAADegAAAAADegAAAAABfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAegAAAAADegAAAAACegAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAADXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAABXQAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAA + tiles: egAAAAABegAAAAACegAAAAACegAAAAACegAAAAACegAAAAACegAAAAAAegAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAegAAAAACegAAAAABegAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAALgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAALgAAAAAAQAAAAAAAegAAAAACegAAAAABegAAAAACegAAAAACegAAAAABegAAAAACegAAAAADfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAABfgAAAAAAegAAAAABegAAAAADegAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAegAAAAADegAAAAAAegAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAACXQAAAAABXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAA version: 6 7,2: ind: 7,2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAGBwAAAAAAfwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAHBwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAFBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADOAAAAAAAOAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAHwAAAAAAHwAAAAAB + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAKfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAABwAAAAAAfwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAADBwAAAAAIBwAAAAAABwAAAAAABwAAAAALfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAACOAAAAAAAOAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAHwAAAAACHwAAAAAD version: 6 6,2: ind: 6,2 - tiles: TwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAABfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAACfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAACEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAABfgAAAAAA + tiles: TwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAACfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAACfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAAAHwAAAAACfgAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAADHwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAACfgAAAAAA version: 6 8,2: ind: 8,2 - tiles: fgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAACfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAFBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAHBwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAALBwAAAAAEfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAACBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAKBwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,3: ind: 8,3 - tiles: EQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: EQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAEfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAABwAAAAAFfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAIBwAAAAALBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,3: ind: 7,3 - tiles: HwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAOAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAACHwAAAAADOAAAAAAAfgAAAAAATwAAAAAAEQAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAABHwAAAAABHwAAAAABHwAAAAADfgAAAAAAHwAAAAABHwAAAAACHwAAAAACOAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAABOAAAAAAAOAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAADfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAHBwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAF + tiles: HwAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACOAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAADHwAAAAABOAAAAAAAfgAAAAAATwAAAAAAEQAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABOAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAABOAAAAAAAOAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAGBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAEfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAACBwAAAAAKBwAAAAAABwAAAAAA version: 6 8,4: ind: 8,4 @@ -514,47 +514,47 @@ entities: version: 6 7,4: ind: 7,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAADBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,3: ind: 6,3 - tiles: HwAAAAAAHwAAAAADfgAAAAAAHwAAAAADEQAAAAAAEQAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAABfgAAAAAAHwAAAAADEQAAAAAAEQAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACEQAAAAAAEQAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAACfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAA + tiles: HwAAAAACHwAAAAADfgAAAAAAHwAAAAAAEQAAAAAAEQAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAHwAAAAABEQAAAAAAEQAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAABHwAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAAAEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAADfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAA version: 6 6,4: ind: 6,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAACBwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAEfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,3: ind: 5,3 - tiles: HwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAACHwAAAAABQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAATwAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAAAegAAAAACQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAeQAAAAAAeQAAAAADeQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAADHwAAAAACbAAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAACbAAAAAAAHwAAAAAAHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAADHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAACbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAA + tiles: HwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAACHwAAAAACQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAATwAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAABegAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAeQAAAAAAeQAAAAADeQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADbAAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAACbAAAAAAAHwAAAAADHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAACbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAA version: 6 5,4: ind: 5,4 - tiles: AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAACbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAHwAAAAAAHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAADHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAHwAAAAABHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADbAAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAHwAAAAADHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAABbAAAAAAAHwAAAAABHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,2: ind: 5,2 - tiles: fgAAAAAAXQAAAAADXQAAAAAAXQAAAAACbAAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAADbAAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABbAAAAAAAHwAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAADXQAAAAAAXQAAAAACbAAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAbAAAAAAAXQAAAAAAXQAAAAAAXQAAAAABbAAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAbAAAAAAAXQAAAAABXQAAAAAAXQAAAAAAbAAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAABfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAHwAAAAABegAAAAADegAAAAADegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAADegAAAAABegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADegAAAAADegAAAAAAegAAAAABegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAACHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAATwAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAB + tiles: fgAAAAAAXQAAAAABXQAAAAABXQAAAAADbAAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAADbAAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADbAAAAAAAHwAAAAABfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAXQAAAAADXQAAAAAAXQAAAAABbAAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAACbAAAAAAAXQAAAAACXQAAAAACXQAAAAABbAAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADbAAAAAAAXQAAAAADXQAAAAAAXQAAAAADbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAACegAAAAAAegAAAAABegAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAHwAAAAADegAAAAAAegAAAAADegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAADegAAAAADegAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAAAegAAAAACegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAACegAAAAACfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAegAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAOAAAAAAATwAAAAAAOAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAA version: 6 4,3: ind: 4,3 - tiles: egAAAAACegAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAAAHwAAAAACbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAADHwAAAAACbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAADbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAABbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAALwAAAAABegAAAAABfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAALwAAAAAAegAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAAALwAAAAAAegAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAABbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADLwAAAAACegAAAAABfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALwAAAAACegAAAAADfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAADegAAAAACfgAAAAAAHwAAAAABHwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAACegAAAAABfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAACbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAABbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADHwAAAAADHwAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAHwAAAAADfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAABbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAABfgAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAACbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAALwAAAAAAegAAAAACfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAALwAAAAADegAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAADLwAAAAADegAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAALwAAAAADegAAAAABfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAALwAAAAAAegAAAAAAfgAAAAAAHwAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAABegAAAAABfgAAAAAAHwAAAAACHwAAAAADbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 - tiles: HwAAAAACHwAAAAAAHwAAAAABfgAAAAAAegAAAAACegAAAAABegAAAAADegAAAAADegAAAAADfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACegAAAAABegAAAAAAegAAAAACegAAAAADegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAegAAAAAAegAAAAADegAAAAABegAAAAAAegAAAAABfgAAAAAAegAAAAACegAAAAACegAAAAADegAAAAABegAAAAACegAAAAACHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAAAegAAAAAAegAAAAADfgAAAAAAegAAAAABHwAAAAADegAAAAABegAAAAADegAAAAADegAAAAAAHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAegAAAAACegAAAAABegAAAAABegAAAAACegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAegAAAAADegAAAAABegAAAAABHwAAAAAAegAAAAABegAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADXQAAAAAAegAAAAAAegAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACHwAAAAACHwAAAAACXQAAAAADegAAAAADegAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAABHwAAAAABegAAAAAAegAAAAACegAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAADbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAABegAAAAAB + tiles: HwAAAAADHwAAAAABHwAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACegAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAACegAAAAABegAAAAABfgAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAACegAAAAACegAAAAACHwAAAAADHwAAAAADHwAAAAADfgAAAAAAegAAAAACegAAAAABegAAAAACegAAAAAAegAAAAADfgAAAAAAegAAAAABHwAAAAAAegAAAAACegAAAAAAegAAAAABegAAAAADHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAABegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAABfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfgAAAAAAHwAAAAABbAAAAAAAbAAAAAAAHwAAAAABfgAAAAAAegAAAAAAegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAegAAAAACegAAAAACegAAAAACHwAAAAADegAAAAACegAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAAXQAAAAAAegAAAAADegAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAADHwAAAAABHwAAAAADXQAAAAADegAAAAACegAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAACfgAAAAAAHwAAAAACHwAAAAABHwAAAAADegAAAAADegAAAAAAegAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAADHwAAAAADbAAAAAAAbAAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAegAAAAAB version: 6 3,3: ind: 3,3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAACegAAAAACegAAAAACegAAAAADegAAAAADegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAABwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAHwAAAAABBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAegAAAAABegAAAAADHwAAAAABHwAAAAACHwAAAAABBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAAfgAAAAAAHwAAAAACegAAAAABegAAAAADegAAAAADegAAAAADegAAAAACBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAABLwAAAAADLwAAAAAAJwAAAAADLwAAAAABBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAbQAAAAAAHwAAAAADegAAAAACLwAAAAAALwAAAAACJwAAAAADLwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAegAAAAABLwAAAAABLwAAAAAAEQAAAAAALwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAZAAAAAAAXQAAAAABfgAAAAAAHwAAAAAAegAAAAAALwAAAAACLwAAAAADLwAAAAADLwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAADLwAAAAADLwAAAAAALwAAAAACLwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAHwAAAAABegAAAAADegAAAAABegAAAAACegAAAAAAegAAAAABDgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAAADgAAAAADfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAACbQAAAAAAXQAAAAABfgAAAAAAXQAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAegAAAAABegAAAAACegAAAAAAegAAAAACegAAAAACegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAAABwAAAAAJBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAMBwAAAAAFBwAAAAABBwAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAABegAAAAADegAAAAABHwAAAAADHwAAAAACHwAAAAACBwAAAAAABwAAAAAABwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAADfgAAAAAAfgAAAAAAHwAAAAADegAAAAACegAAAAAAegAAAAABegAAAAADegAAAAAABwAAAAAMBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAegAAAAAALwAAAAACLwAAAAACJwAAAAAALwAAAAADBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAbQAAAAAAHwAAAAAAegAAAAABLwAAAAACLwAAAAACJwAAAAADLwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAACLwAAAAABLwAAAAAAEQAAAAAALwAAAAADBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAZAAAAAAAXQAAAAACfgAAAAAAHwAAAAACegAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAHwAAAAAAegAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAABfgAAAAAAHwAAAAACegAAAAAAegAAAAACegAAAAAAegAAAAABegAAAAACDgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAADDgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADDgAAAAABbQAAAAAAXQAAAAADfgAAAAAAXQAAAAADfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: cAAAAAAAcAAAAAACfgAAAAAAcAAAAAAAcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAABfgAAAAAAcAAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAAABwAAAAAAcAAAAAAAcAAAAAADfgAAAAAAcAAAAAACcAAAAAADfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAADfgAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAACBwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAADgAAAAABfgAAAAAAfgAAAAAAfgAAAAAADgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAABDgAAAAABDgAAAAACfgAAAAAADgAAAAAADgAAAAACDgAAAAAB + tiles: cAAAAAACcAAAAAABfgAAAAAAcAAAAAACcAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAABfgAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAACcAAAAAABfgAAAAAAcAAAAAADcAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAMBwAAAAACBwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAABwAAAAAEfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAIBwAAAAAABwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAADgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAAADgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAADfgAAAAAAfgAAAAAAfgAAAAAADgAAAAAADgAAAAABDgAAAAADfgAAAAAADgAAAAACDgAAAAABDgAAAAAC version: 6 3,4: ind: 3,4 - tiles: DgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAA + tiles: DgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAA version: 6 4,4: ind: 4,4 @@ -562,11 +562,11 @@ entities: version: 6 2,4: ind: 2,4 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAADfgAAAAAAfgAAAAAAfgAAAAAADgAAAAABfgAAAAAADgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAABBwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAABfgAAAAAAfgAAAAAAfgAAAAAADgAAAAADfgAAAAAADgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAJBwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 6,-6: ind: 6,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAALwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAALwAAAAABAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,-5: ind: 7,-5 @@ -574,7 +574,7 @@ entities: version: 6 3,5: ind: 3,5 - tiles: fQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAALwAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAALwAAAAACAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,5: ind: 2,5 @@ -586,7 +586,7 @@ entities: version: 6 0,5: ind: 0,5 - tiles: AAAAAAAABwAAAAAABwAAAAAEfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfgAAAAAAfgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,5: ind: 1,5 @@ -749,8 +749,6 @@ entities: color: '#EFB341FF' id: Bot decals: - 1957: 43,3 - 1958: 46,3 4810: 110,-18 4811: 109,-18 4812: 108,-18 @@ -825,15 +823,6 @@ entities: 1831: 49,20 1832: 51,21 1833: 49,21 - 1866: 41,10 - 1867: 41,11 - 1868: 51,10 - 1869: 51,11 - 1870: 46,11 - 1871: 41,9 - 1872: 51,9 - 1941: 48,1 - 1942: 48,2 2000: 18,9 2001: 17,9 2002: 16,9 @@ -1103,12 +1092,49 @@ entities: 8855: 14,13 8856: 14,14 8858: 27,14 - 8859: 36,1 - 8860: 33,1 - 8861: 30,1 - 8862: 27,1 8873: 32,-27 8874: 4,30 + 8953: 44,3 + 8954: 45,3 + 8955: 46,3 + 8956: 47,3 + 8957: 47,1 + 8958: 46,1 + 8959: 45,1 + 8960: 44,1 + 8964: 27,3 + 8965: 28,3 + 8966: 27,1 + 8967: 28,1 + 8968: 29,1 + 8974: 39,2 + 8975: 39,1 + 9064: 51,10 + 9065: 51,9 + 9082: 50,15 + 9083: 43,29 + 9084: 47,16 + 9085: 47,25 + 9086: 48,25 + 9087: 47,15 + 9201: 41,11 + 9202: 41,12 + 9203: 41,13 + 9208: 18,17 + 9209: 19,17 + 9210: 20,17 + 9211: 21,17 + 9212: 21,19 + 9213: 20,19 + 9214: 19,19 + 9215: 18,19 + 9275: 41,1 + 9299: 42,1 + 9316: 41,9 + 9317: 42,9 + 9321: 43,7 + 9322: 42,7 + 9344: 15,-14 - node: cleanable: True color: '#FFFFFFFF' @@ -1148,6 +1174,7 @@ entities: decals: 7018: 38,-48 7019: 36,-50 + 9067: 49,8 - node: color: '#FFFFFFFF' id: BotLeftGreyscale @@ -1167,6 +1194,7 @@ entities: 8439: 98,32 8440: 96,32 8441: 94,32 + 9066: 51,8 - node: color: '#FFFFFFFF' id: BotRightGreyscale @@ -1409,10 +1437,6 @@ entities: color: '#DE3A3A96' id: BrickTileSteelCornerNe decals: - 1505: 28,3 - 1506: 31,3 - 1507: 34,3 - 1508: 39,3 1552: 31,14 5714: 21,19 - node: @@ -1436,10 +1460,6 @@ entities: decals: 1553: 27,14 5715: 17,19 - 8864: 27,3 - 8865: 30,3 - 8866: 33,3 - 8867: 36,3 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw @@ -1466,10 +1486,6 @@ entities: color: '#DE3A3A96' id: BrickTileSteelCornerSe decals: - 1513: 39,1 - 1514: 34,1 - 1515: 31,1 - 1516: 28,1 1555: 31,9 5716: 21,17 - node: @@ -1487,10 +1503,6 @@ entities: color: '#DE3A3A96' id: BrickTileSteelCornerSw decals: - 1517: 27,1 - 1518: 30,1 - 1519: 33,1 - 1520: 36,1 1554: 27,9 5717: 17,17 - node: @@ -1588,10 +1600,6 @@ entities: color: '#DE3A3A96' id: BrickTileSteelLineE decals: - 1526: 31,2 - 1527: 28,2 - 1528: 34,2 - 1529: 39,2 1562: 31,10 1563: 31,11 1564: 31,12 @@ -1643,8 +1651,6 @@ entities: color: '#DE3A3A96' id: BrickTileSteelLineN decals: - 1521: 38,3 - 1532: 37,3 1556: 30,14 5722: 20,19 5723: 19,19 @@ -1692,8 +1698,6 @@ entities: color: '#DE3A3A96' id: BrickTileSteelLineS decals: - 1530: 38,1 - 1531: 37,1 1557: 29,9 1558: 28,9 5719: 20,17 @@ -1758,14 +1762,10 @@ entities: color: '#DE3A3A96' id: BrickTileSteelLineW decals: - 1522: 27,2 - 1523: 30,2 - 1524: 33,2 1559: 27,10 1560: 27,12 1561: 27,13 5718: 17,18 - 8868: 36,2 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW @@ -1828,7 +1828,6 @@ entities: 571: -36,50 572: -36,45 1681: 32,26 - 1850: 51,11 1984: 21,15 2036: 28,30 2577: 13,-10 @@ -1836,6 +1835,11 @@ entities: 4129: 24,55 4139: 27,55 4980: 73,-9 + 8891: 31,3 + 8940: 48,2 + 8941: 47,3 + 8973: 39,3 + 9060: 51,10 - node: color: '#EFB34196' id: BrickTileWhiteCornerNe @@ -1900,7 +1904,6 @@ entities: 577: -38,50 578: -38,45 1484: 19,7 - 1851: 41,11 1975: 14,14 1978: 15,15 2034: 27,30 @@ -1909,6 +1912,9 @@ entities: 4128: 21,55 4140: 26,55 4981: 71,-9 + 8889: 27,3 + 8970: 33,3 + 9059: 49,10 - node: color: '#EFB34196' id: BrickTileWhiteCornerNw @@ -1975,13 +1981,14 @@ entities: 573: -36,42 574: -36,47 1688: 33,16 - 1852: 51,9 1964: 21,9 2035: 28,28 2571: 13,-13 4130: 24,53 4143: 27,53 4982: 73,-11 + 8895: 31,1 + 8939: 48,1 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe @@ -2046,7 +2053,6 @@ entities: 575: -38,47 576: -38,42 1692: 27,16 - 1853: 41,9 1970: 15,9 2572: 11,-13 3505: 41,-24 @@ -2054,6 +2060,7 @@ entities: 4142: 26,53 4979: 71,-11 8857: 14,12 + 8894: 27,1 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw @@ -2093,6 +2100,11 @@ entities: 3346: 44,-15 3581: 56,-42 3654: 57,-33 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerNe + decals: + 8952: 47,2 - node: color: '#EFB34196' id: BrickTileWhiteInnerNe @@ -2315,6 +2327,12 @@ entities: decals: 6413: 79,44 6414: 79,45 + - node: + color: '#DE3A3A4D' + id: BrickTileWhiteLineE + decals: + 9194: 43,10 + 9195: 43,11 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE @@ -2326,7 +2344,6 @@ entities: 1458: 25,1 1459: 25,2 1460: 25,3 - 1504: 39,6 1663: 25,9 1664: 25,10 1665: 25,11 @@ -2348,7 +2365,6 @@ entities: 1779: 25,24 1780: 25,26 1781: 25,27 - 1854: 51,10 1963: 21,12 2037: 28,29 2050: 25,29 @@ -2367,6 +2383,9 @@ entities: 6208: 56,31 6209: 56,33 6210: 56,34 + 8900: 31,2 + 9061: 51,9 + 9170: 36,6 - node: color: '#EFB34196' id: BrickTileWhiteLineE @@ -2459,6 +2478,10 @@ entities: 8671: 13,51 8672: 12,51 8673: 11,51 + 8982: 38,3 + 8983: 37,3 + 8984: 36,3 + 8985: 35,3 - node: color: '#9FED580F' id: BrickTileWhiteLineN @@ -2524,8 +2547,6 @@ entities: decals: 668: -38,40 669: -37,40 - 1474: 37,7 - 1475: 36,7 1476: 34,7 1477: 33,7 1478: 32,7 @@ -2536,11 +2557,6 @@ entities: 1483: 20,7 1679: 28,26 1680: 31,26 - 1856: 43,11 - 1857: 44,11 - 1858: 46,11 - 1859: 49,11 - 1860: 48,11 1979: 16,15 1980: 17,15 1981: 18,15 @@ -2549,6 +2565,13 @@ entities: 4134: 23,55 4135: 22,55 4984: 72,-9 + 8892: 28,3 + 8893: 29,3 + 8942: 46,3 + 8943: 45,3 + 8944: 44,3 + 9338: 38,7 + 9339: 39,7 - node: color: '#EFB34196' id: BrickTileWhiteLineN @@ -2648,6 +2671,10 @@ entities: 4254: 5,61 4255: 4,61 4288: 6,66 + 8978: 34,1 + 8979: 35,1 + 8980: 36,1 + 8981: 37,1 - node: color: '#6F6F73D0' id: BrickTileWhiteLineS @@ -2729,6 +2756,11 @@ entities: 5398: 73,-4 5399: 72,-4 5400: 71,-4 + - node: + color: '#DE3A3A4C' + id: BrickTileWhiteLineS + decals: + 9306: 42,9 - node: color: '#DE3A3A96' id: BrickTileWhiteLineS @@ -2736,25 +2768,12 @@ entities: 497: -15,-11 1464: 24,5 1465: 26,5 - 1466: 27,5 - 1467: 29,5 - 1468: 30,5 - 1469: 32,5 - 1470: 33,5 - 1471: 35,5 - 1472: 36,5 - 1473: 38,5 1485: 20,5 1486: 21,5 1487: 22,5 1689: 32,16 1690: 31,16 1691: 30,16 - 1861: 49,9 - 1862: 48,9 - 1863: 47,9 - 1864: 45,9 - 1865: 44,9 1965: 20,9 1966: 19,9 1967: 18,9 @@ -2763,6 +2782,23 @@ entities: 3506: 42,-24 4132: 22,53 4133: 23,53 + 8875: 27,5 + 8876: 28,5 + 8877: 29,5 + 8878: 31,5 + 8879: 32,5 + 8880: 33,5 + 8881: 35,5 + 8896: 28,1 + 8897: 29,1 + 8898: 30,1 + 8948: 44,1 + 8949: 45,1 + 8950: 46,1 + 8951: 47,1 + 9286: 42,1 + 9336: 38,5 + 9337: 39,5 - node: color: '#EFB34196' id: BrickTileWhiteLineS @@ -2933,6 +2969,18 @@ entities: 5799: 95,-20 5800: 102,-21 5801: 102,-20 + - node: + color: '#DE3A3A4C' + id: BrickTileWhiteLineW + decals: + 9320: 41,10 + - node: + color: '#DE3A3A4D' + id: BrickTileWhiteLineW + decals: + 9197: 41,11 + 9198: 41,12 + 9199: 41,13 - node: color: '#DE3A3A96' id: BrickTileWhiteLineW @@ -2961,7 +3009,6 @@ entities: 1770: 23,23 1771: 23,24 1772: 23,27 - 1855: 41,10 1971: 15,10 1976: 14,13 2038: 27,29 @@ -2972,6 +3019,9 @@ entities: 3507: 41,-23 3508: 41,-22 8847: 15,11 + 8899: 27,2 + 8971: 33,2 + 9274: 41,2 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -3187,16 +3237,6 @@ entities: 731: -31.94804,37.111244 732: -34.88554,32.986244 733: -31.963665,33.06437 - - node: - color: '#FFFFFFFF' - id: Bushl1 - decals: - 1935: 43.09465,4.022061 - - node: - color: '#FFFFFFFF' - id: Bushl2 - decals: - 1934: 40.922775,4.006436 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -3707,15 +3747,6 @@ entities: color: '#DE3A3A96' id: CheckerNESW decals: - 1599: 41,5 - 1600: 41,6 - 1601: 41,7 - 1602: 42,7 - 1603: 42,5 - 1604: 42,6 - 1605: 43,5 - 1606: 43,6 - 1607: 43,7 1608: 50,3 1609: 51,3 1610: 51,4 @@ -3724,7 +3755,6 @@ entities: 1613: 49,5 1614: 50,5 1615: 51,5 - 1616: 51,7 1617: 51,6 1618: 50,6 1619: 49,6 @@ -3738,6 +3768,21 @@ entities: 2032: 19,2 2033: 19,3 2710: 20,-12 + 9004: 45,9 + 9005: 46,9 + 9006: 47,9 + 9007: 47,10 + 9008: 46,10 + 9009: 45,10 + 9182: 43,6 + 9183: 42,6 + 9184: 41,6 + 9295: 41,7 + 9296: 42,7 + 9297: 43,7 + 9313: 41,5 + 9314: 42,5 + 9315: 43,5 - node: color: '#EFB34196' id: CheckerNESW @@ -4386,10 +4431,6 @@ entities: 1174: 5,25 1175: 5,26 1176: 5,30 - 1533: 28,4 - 1534: 31,4 - 1535: 34,4 - 1536: 37,4 1569: 27,11 1652: 38,8 1707: 29,26 @@ -4410,7 +4451,6 @@ entities: 1724: 6,-23 1725: 6,-22 1936: 35,19 - 1937: 41,1 2086: 6,5 2087: 6,-3 2261: 4,-14 @@ -4512,6 +4552,11 @@ entities: 8728: 19,-31 8729: 18,-31 8734: 126,-4 + 8963: 29,3 + 8972: 33,1 + 9268: 43,1 + 9318: 43,9 + 9323: 41,7 - node: cleanable: True color: '#FFFFFFFF' @@ -5273,7 +5318,6 @@ entities: 5684: 54,0 5685: 52,-2 5686: 55,-3 - 5687: 47,-1 5710: 53,5 5711: 53,6 5712: 51,5 @@ -5821,7 +5865,6 @@ entities: 267: -7.065258,15.077425 737: -31.02929,33.00187 887: -33.3346,55.60235 - 1930: 40.967525,3.9550443 2586: 6.0005627,-8.114843 2587: 2.0630627,-8.146093 2590: 9.969313,-8.192968 @@ -5848,7 +5891,6 @@ entities: 883: -36.412724,53.60235 884: -36.1471,53.0711 1926: 50.00304,1.8612943 - 1929: 43.092525,3.9081693 2589: 9.109938,-8.114843 6483: 86.276436,42.050976 6484: 92.745186,41.97285 @@ -5877,6 +5919,7 @@ entities: 4472: 30.428492,-45.878616 6533: 67.08375,51.99347 7582: 88.507126,-54.662968 + 9063: 51.069767,7.0036664 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -6185,6 +6228,7 @@ entities: 4034: 2,43 7510: 64,-53 7511: 65,-53 + 8992: 38,0 - node: color: '#79150028' id: FullTileOverlayGreyscale @@ -6481,9 +6525,6 @@ entities: 1903: 33,6 1904: 34,6 1905: 35,6 - 1906: 36,6 - 1907: 37,6 - 1908: 38,6 1909: 24,13 1910: 24,12 1911: 24,11 @@ -6498,18 +6539,6 @@ entities: 5107: 53,6 5108: 53,7 5109: 52,5 - - node: - color: '#DE3A3A44' - id: FullTileOverlayGreyscale - decals: - 1620: 45,16 - 1621: 42,16 - 1622: 42,12 - 1623: 45,12 - 1624: 47,12 - 1625: 47,16 - 1626: 50,16 - 1627: 50,12 - node: color: '#DE3A3A4A' id: FullTileOverlayGreyscale @@ -6524,6 +6553,45 @@ entities: 1401: 23,31 1402: 25,31 1403: 25,28 + - node: + color: '#DE3A3A4C' + id: FullTileOverlayGreyscale + decals: + 9034: 44,17 + 9035: 45,17 + 9036: 46,17 + 9037: 47,17 + 9038: 48,17 + 9039: 49,17 + 9040: 50,17 + 9041: 51,17 + 9042: 44,25 + 9043: 44,24 + 9044: 44,23 + 9045: 44,22 + 9046: 44,21 + 9047: 44,20 + 9048: 44,19 + 9049: 44,18 + 9050: 51,25 + 9051: 50,25 + 9052: 49,25 + 9053: 48,25 + 9054: 47,25 + 9055: 46,25 + 9056: 45,25 + 9100: 44,13 + 9101: 44,12 + 9108: 44,14 + 9109: 44,15 + 9110: 44,16 + 9166: 37,7 + 9167: 37,5 + - node: + color: '#DE3A3A4D' + id: FullTileOverlayGreyscale + decals: + 9298: 50,11 - node: color: '#DE3A3A60' id: FullTileOverlayGreyscale @@ -6542,43 +6610,6 @@ entities: 1418: 33,14 1419: 40,5 1420: 40,7 - 1421: 44,25 - 1422: 44,24 - 1423: 44,23 - 1424: 44,22 - 1425: 44,20 - 1426: 44,21 - 1427: 44,19 - 1428: 44,18 - 1429: 44,17 - 1430: 41,17 - 1431: 41,18 - 1432: 42,18 - 1433: 42,17 - 1434: 43,17 - 1435: 43,18 - 1436: 45,17 - 1437: 46,17 - 1438: 47,17 - 1439: 48,17 - 1440: 49,17 - 1441: 50,17 - 1442: 51,17 - 1443: 51,25 - 1444: 50,25 - 1445: 49,25 - 1446: 48,25 - 1447: 47,25 - 1448: 46,25 - 1449: 45,25 - 1450: 45,26 - 1451: 46,26 - 1452: 46,27 - 1453: 45,27 - 1454: 45,28 - 1455: 46,28 - 1456: 46,29 - 1457: 45,29 - node: color: '#DE3A3A96' id: FullTileOverlayGreyscale @@ -6595,6 +6626,10 @@ entities: 8838: 38,14 8839: 37,14 8846: 36,14 + 8993: 34,4 + 8994: 30,4 + 8995: 44,9 + 8996: 48,9 - node: color: '#EFB34137' id: FullTileOverlayGreyscale @@ -6966,7 +7001,6 @@ entities: 725: -31.026165,36.97062 873: -35.67835,53.3836 1388: -28.004156,41.95788 - 1922: 40.947773,4.0019193 1996: 17.924759,11.996106 2583: 2.9693127,-8.067968 3061: -27.986986,-22.973965 @@ -7068,7 +7102,6 @@ entities: 770: -9.677242,47.00885 874: -36.2096,54.367973 880: -33.537724,54.024223 - 1923: 43.010273,4.0175443 2581: 9.156813,-8.021093 3060: -28.924486,-23.05209 3070: -28.893236,-8.979521 @@ -7107,6 +7140,7 @@ entities: 7542: 94.03973,-52.25213 7543: 94.18035,-53.580254 7544: 93.2116,-54.392754 + 9062: 51.017685,7.034938 - node: color: '#0000007C' id: HalfTileOverlayGreyscale @@ -7280,10 +7314,6 @@ entities: 506: -9,-9 507: -10,-9 508: -11,-9 - 1950: 45,3 - 1951: 44,3 - 1952: 43,3 - 1953: 42,3 1985: 18,11 1986: 17,11 2712: 17,-13 @@ -7505,9 +7535,6 @@ entities: 509: -9,-11 510: -10,-11 511: -11,-11 - 1947: 45,1 - 1948: 44,1 - 1949: 43,1 1987: 17,13 1988: 18,13 - node: @@ -7644,14 +7671,6 @@ entities: 5794: 95,-20 5795: 102,-21 5796: 102,-20 - - node: - color: '#DE3A3A44' - id: HalfTileOverlayGreyscale270 - decals: - 1648: 50,14 - 1649: 47,14 - 1650: 44,14 - 1651: 41,14 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 @@ -7763,19 +7782,10 @@ entities: decals: 6411: 79,44 6412: 79,45 - - node: - color: '#DE3A3A44' - id: HalfTileOverlayGreyscale90 - decals: - 1644: 51,14 - 1645: 48,14 - 1646: 45,14 - 1647: 42,14 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale90 decals: - 1954: 46,2 1989: 16,12 - node: color: '#EFB34196' @@ -7823,12 +7833,15 @@ entities: 2454: 10,-33 2715: 18,-10 3514: 52,-30 + 9276: 41,1 + 9319: 41,9 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: 2464: 13,-28 + 9324: 43,7 - node: color: '#52B4E93B' id: MiniTileCheckerBOverlay @@ -8230,13 +8243,6 @@ entities: 5557: 50,-1 5558: 49,-1 5559: 48,-1 - 5560: 47,-1 - 5561: 46,-1 - 5562: 45,-1 - 5563: 44,-1 - 5564: 43,-1 - 5565: 42,-1 - 5566: 41,-1 7231: 26,34 7232: 28,34 7233: 27,34 @@ -8647,7 +8653,6 @@ entities: 5511: 36,-3 5512: 37,-3 5513: 38,-3 - 5514: 39,-3 5571: 61,-12 5572: 60,-12 5573: 59,-12 @@ -8700,6 +8705,8 @@ entities: 7361: 69,38 7366: 78,38 7367: 79,38 + 9270: 39,-3 + 9271: 40,-3 - node: color: '#D4D4D496' id: QuarterTileOverlayGreyscale180 @@ -8822,6 +8829,8 @@ entities: 3111: -24,-8 3112: -24,-7 3892: 12,38 + 8988: 38,2 + 8990: 35,3 - node: color: '#79150096' id: QuarterTileOverlayGreyscale270 @@ -8950,7 +8959,6 @@ entities: 5061: 10,32 5062: 11,32 5531: 41,-3 - 5532: 41,-4 5533: 41,-5 5534: 41,-6 5535: 41,-7 @@ -9044,7 +9052,6 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 1956: 42,2 1991: 19,13 2113: -15,-7 2114: -14,-7 @@ -9179,6 +9186,8 @@ entities: 3091: -27,-25 3092: -26,-25 3893: 11,37 + 8987: 37,1 + 8991: 34,2 - node: color: '#79150096' id: QuarterTileOverlayGreyscale90 @@ -9429,7 +9438,6 @@ entities: 5544: 56,-7 5545: 56,-6 5546: 56,-5 - 5547: 56,-4 5548: 56,-3 5549: 56,-2 5550: 56,-1 @@ -9527,6 +9535,13 @@ entities: 5495: 37,-1 5496: 38,-1 5497: 39,-1 + 9269: 40,-1 + 9278: 41,-1 + 9279: 42,-1 + 9280: 43,-1 + 9281: 44,-1 + 9282: 45,-1 + 9283: 46,-1 - node: color: '#EFB3412D' id: QuarterTileOverlayGreyscale90 @@ -9764,6 +9779,7 @@ entities: decals: 2690: 15,-11 7512: 65,-54 + 8989: 35,2 - node: color: '#79150096' id: ThreeQuarterTileOverlayGreyscale @@ -9791,20 +9807,11 @@ entities: decals: 324: -9,31 1750: 0,-14 - - node: - color: '#DE3A3A44' - id: ThreeQuarterTileOverlayGreyscale - decals: - 1628: 50,15 - 1629: 47,15 - 1630: 44,15 - 1631: 41,15 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: 504: -12,-9 - 1955: 41,3 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale @@ -9837,6 +9844,7 @@ entities: 2691: 21,-14 3891: 11,38 7513: 64,-52 + 8986: 37,2 - node: color: '#79150096' id: ThreeQuarterTileOverlayGreyscale180 @@ -9873,20 +9881,11 @@ entities: decals: 5914: 99,35 5915: 93,35 - - node: - color: '#DE3A3A44' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 1632: 51,13 - 1633: 48,13 - 1634: 45,13 - 1635: 42,13 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale180 decals: 503: -8,-11 - 1946: 46,1 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale180 @@ -9954,21 +9953,11 @@ entities: decals: 5912: 95,35 5913: 90,35 - - node: - color: '#DE3A3A44' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 1636: 41,13 - 1637: 44,13 - 1638: 47,13 - 1639: 50,13 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale270 decals: 505: -12,-11 - 1943: 42,1 - 1944: 41,2 - node: color: '#EFD5411F' id: ThreeQuarterTileOverlayGreyscale270 @@ -10017,20 +10006,11 @@ entities: decals: 5910: 93,36 5911: 99,36 - - node: - color: '#DE3A3A44' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 1640: 51,15 - 1641: 48,15 - 1642: 45,15 - 1643: 42,15 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale90 decals: 502: -8,-9 - 1945: 46,3 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale90 @@ -10095,7 +10075,7 @@ entities: color: '#DE3A3A96' id: WarnCornerGreyscaleNE decals: - 1502: 39,7 + 9169: 36,7 - node: color: '#A4610696' id: WarnCornerGreyscaleNW @@ -10112,6 +10092,7 @@ entities: id: WarnCornerGreyscaleNW decals: 1704: 27,26 + 9312: 41,3 - node: color: '#D381C996' id: WarnCornerGreyscaleSE @@ -10121,9 +10102,10 @@ entities: color: '#DE3A3A96' id: WarnCornerGreyscaleSE decals: - 1503: 39,5 3501: 43,-24 3534: 56,-27 + 9168: 36,5 + 9307: 43,9 - node: color: '#52B4E996' id: WarnCornerGreyscaleSW @@ -10146,6 +10128,8 @@ entities: decals: 1501: 19,5 2039: 27,28 + 9273: 41,1 + 9308: 41,9 - node: color: '#EFC541FF' id: WarnCornerNE @@ -10269,6 +10253,7 @@ entities: 8644: 97,-38 8749: 90,-1 8763: 95,-1 + 9136: 43,23 - node: color: '#EFC541FF' id: WarnCornerSmallNW @@ -10327,6 +10312,7 @@ entities: 8642: 97,-36 8748: 90,3 8762: 95,1 + 9135: 43,21 - node: cleanable: True color: '#FFFFFFFF' @@ -10497,9 +10483,6 @@ entities: 3211: -21,-7 3212: -21,-6 3213: -21,-5 - 3454: 40,-3 - 3455: 40,-2 - 3456: 40,-1 3457: 35,-18 3458: 35,-17 3459: 35,-16 @@ -10649,6 +10632,9 @@ entities: 8745: 90,1 8746: 90,0 8761: 95,0 + 9241: 41,0 + 9304: 43,8 + 9305: 41,8 - node: cleanable: True color: '#FFFFFFFF' @@ -10703,6 +10689,8 @@ entities: 5725: 21,18 6211: 56,28 6212: 56,32 + 9192: 43,12 + 9193: 43,13 - node: color: '#EFE841D6' id: WarnLineGreyscaleE @@ -10721,6 +10709,9 @@ entities: 4011: 4,41 5781: 101,-17 7691: 104,-17 + 9132: 43,21 + 9133: 43,22 + 9134: 43,23 - node: color: '#52B4E996' id: WarnLineGreyscaleN @@ -10736,6 +10727,7 @@ entities: 4262: 14,63 4263: 7,63 8665: 10,51 + 8976: 34,3 - node: color: '#9FED5896' id: WarnLineGreyscaleN @@ -10779,7 +10771,6 @@ entities: decals: 498: -15,-9 590: -37,45 - 1494: 38,7 1495: 35,7 1496: 30,7 1497: 28,7 @@ -10788,16 +10779,18 @@ entities: 1567: 29,14 1568: 28,14 1706: 30,26 - 1846: 50,11 - 1847: 47,11 - 1848: 45,11 - 1849: 42,11 1915: 24,7 2579: 12,-10 3502: 42,-21 3511: 43,-26 8421: 97,29 8422: 98,29 + 8888: 30,3 + 9058: 50,10 + 9310: 42,3 + 9311: 43,3 + 9334: 38,5 + 9335: 39,5 - node: color: '#EFB34196' id: WarnLineGreyscaleN @@ -10842,6 +10835,7 @@ entities: 8413: 95,32 8414: 96,32 8675: 10,53 + 8977: 38,1 - node: color: '#A4610696' id: WarnLineGreyscaleS @@ -10869,21 +10863,18 @@ entities: 589: -37,42 1488: 23,5 1489: 25,5 - 1490: 28,5 - 1491: 31,5 - 1492: 34,5 - 1493: 37,5 1566: 30,9 1702: 29,16 1703: 28,16 - 1842: 43,9 - 1843: 42,9 - 1844: 46,9 - 1845: 50,9 2578: 12,-13 3358: 42,-18 3533: 55,-27 4985: 72,-11 + 8886: 34,5 + 8887: 30,5 + 9236: 43,1 + 9332: 38,7 + 9333: 39,7 - node: color: '#EFB34196' id: WarnLineGreyscaleS @@ -10973,6 +10964,7 @@ entities: 4986: 71,-10 6213: 58,32 6214: 58,28 + 9057: 49,9 - node: color: '#EFB34196' id: WarnLineGreyscaleW @@ -11015,16 +11007,6 @@ entities: color: '#FFFFFFFF' id: WarnLineN decals: - 1540: 31,1 - 1541: 30,1 - 1542: 28,1 - 1543: 27,1 - 1544: 33,1 - 1545: 34,1 - 1546: 36,1 - 1547: 37,1 - 1548: 38,1 - 1549: 39,1 1577: 25,8 1578: 24,8 1579: 23,8 @@ -11146,9 +11128,6 @@ entities: 4998: 69,-28 4999: 68,-28 5000: 67,-28 - 5069: 56,1 - 5070: 55,1 - 5071: 54,1 5100: 56,9 5101: 55,9 5102: 54,9 @@ -11216,6 +11195,23 @@ entities: 8735: 91,3 8736: 92,3 8737: 93,3 + 9068: 45,12 + 9069: 46,12 + 9070: 47,12 + 9246: 54,-4 + 9247: 55,-4 + 9248: 56,-4 + 9258: 54,1 + 9259: 55,1 + 9260: 56,1 + 9261: 41,-4 + 9262: 42,-4 + 9263: 43,-4 + 9326: 41,4 + 9327: 42,4 + 9328: 43,4 + 9340: 33,-25 + 9341: 34,-25 - node: cleanable: True color: '#FFFFFFFF' @@ -11254,9 +11250,6 @@ entities: 1819: 41,23 1820: 41,24 1877: 45,6 - 1938: 47,1 - 1939: 47,2 - 1940: 47,3 2128: -17,44 2129: -17,45 2130: -17,46 @@ -11296,9 +11289,6 @@ entities: 3448: 26,-18 3449: 26,-17 3450: 26,-16 - 3451: 40,-3 - 3452: 40,-2 - 3453: 40,-1 3605: 57,-40 3606: 57,-39 3607: 57,-38 @@ -11424,6 +11414,9 @@ entities: 8738: 94,2 8739: 94,1 8751: 94,0 + 9240: 41,0 + 9302: 41,8 + 9303: 43,8 - node: cleanable: True color: '#FFFFFFFF' @@ -11565,9 +11558,6 @@ entities: 5002: 69,-28 5003: 68,-28 5004: 67,-28 - 5072: 56,1 - 5073: 55,1 - 5074: 54,1 5103: 56,9 5104: 55,9 5105: 54,9 @@ -11639,6 +11629,23 @@ entities: 8741: 91,-1 8742: 92,-1 8743: 93,-1 + 9071: 45,10 + 9072: 46,10 + 9073: 47,10 + 9249: 54,-4 + 9250: 55,-4 + 9251: 56,-4 + 9255: 56,1 + 9256: 55,1 + 9257: 54,1 + 9264: 41,-4 + 9265: 42,-4 + 9266: 43,-4 + 9329: 41,4 + 9330: 42,4 + 9331: 43,4 + 9342: 33,-25 + 9343: 34,-25 - node: cleanable: True color: '#FFFFFFFF' @@ -11654,6 +11661,7 @@ entities: decals: 415: 0,1 5701: 49,-6 + 9018: 43,18 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -11670,6 +11678,7 @@ entities: 570: -27,47 969: -23,62 5702: 49,-7 + 9014: 43,14 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw @@ -11782,6 +11791,9 @@ entities: 6698: 58,45 6699: 58,47 6700: 58,46 + 9015: 43,15 + 9016: 43,16 + 9017: 43,17 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -11837,6 +11849,11 @@ entities: 6710: 59,44 8607: -13,8 8608: -12,8 + 9019: 42,18 + 9020: 41,18 + 9077: 49,12 + 9078: 50,12 + 9079: 51,12 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -11921,6 +11938,11 @@ entities: 8602: -14,10 8603: -13,10 8604: -12,10 + 9010: 41,14 + 9011: 42,14 + 9074: 49,15 + 9075: 50,15 + 9076: 51,15 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -12234,8 +12256,7 @@ entities: 1,1: 0: 1919 1,2: - 0: 16187 - 1: 128 + 0: 16315 1,3: 0: 61559 1,-1: @@ -12263,7 +12284,7 @@ entities: 3,-1: 0: 63072 3,4: - 0: 46067 + 0: 46003 3,2: 0: 52416 4,0: @@ -12271,11 +12292,9 @@ entities: 4,1: 0: 49081 4,2: - 0: 65488 - 1: 32 + 0: 65520 4,3: - 0: 61439 - 1: 4096 + 0: 65535 -5,0: 0: 61006 -4,1: @@ -12361,7 +12380,7 @@ entities: -3,5: 0: 35839 -3,6: - 0: 61439 + 0: 53247 -3,7: 0: 61166 -3,8: @@ -12372,19 +12391,19 @@ entities: 0: 65535 -2,6: 0: 47 - 2: 60928 + 1: 60928 -2,7: 0: 61441 - 2: 238 + 1: 238 -2,8: 0: 65295 -1,5: 0: 53247 -1,6: 0: 52429 - 2: 4352 + 1: 4352 -1,7: - 2: 17 + 1: 17 0: 56524 -1,8: 0: 65487 @@ -12502,9 +12521,9 @@ entities: 0: 61152 -8,-3: 0: 41504 - 3: 128 + 2: 128 -9,-3: - 3: 240 + 2: 240 0: 61440 -8,-2: 0: 65522 @@ -12513,14 +12532,14 @@ entities: -9,-1: 0: 46065 -7,-3: - 3: 116 + 2: 116 0: 28672 -7,-2: 0: 65520 -7,-4: - 3: 17476 + 2: 17476 -7,-5: - 3: 17476 + 2: 17476 -6,-4: 0: 32759 -6,-3: @@ -12748,9 +12767,9 @@ entities: 6,0: 0: 48050 7,-4: - 0: 45999 + 0: 30511 7,-3: - 0: 30579 + 0: 30583 7,-2: 0: 30583 7,-1: @@ -12767,9 +12786,9 @@ entities: 0: 65527 -5,-8: 0: 34944 - 4: 768 + 3: 768 -4,-8: - 4: 1536 + 3: 1536 -4,-7: 0: 32624 -5,-7: @@ -12799,9 +12818,9 @@ entities: 0,-6: 0: 65295 0,-8: - 4: 3276 + 3: 3276 0,-9: - 4: 49152 + 3: 49152 0: 206 1,-7: 0: 61422 @@ -12860,13 +12879,13 @@ entities: 8,-8: 0: 56829 8,-7: - 0: 61424 + 0: 28656 8,-6: 0: 65535 8,-5: 0: 65295 -8,-8: - 4: 768 + 3: 768 0: 34944 -8,-7: 0: 65528 @@ -12874,19 +12893,19 @@ entities: 0: 65524 -8,-6: 0: 8866 - 3: 32768 + 2: 32768 -9,-6: 0: 255 - 3: 61440 + 2: 61440 -7,-7: 0: 65534 -7,-6: 0: 112 - 3: 28672 + 2: 28672 -7,-8: - 4: 1604 + 3: 1604 -7,-9: - 4: 17476 + 3: 17476 0: 34952 -6,-8: 0: 10098 @@ -12895,7 +12914,7 @@ entities: -6,-6: 0: 30583 -6,-9: - 4: 8738 + 3: 8738 0: 34952 -11,8: 0: 3084 @@ -12920,210 +12939,210 @@ entities: -9,4: 0: 30576 -12,-4: - 4: 4369 - 3: 17476 + 3: 4369 + 2: 17476 -12,-5: - 4: 4369 - 3: 17476 + 3: 4369 + 2: 17476 -12,-3: - 4: 4369 - 3: 52420 + 3: 4369 + 2: 52420 -13,-3: - 4: 240 + 3: 240 -12,-2: - 4: 273 - 3: 3272 + 3: 273 + 2: 3272 -12,-1: 0: 20206 -13,-1: - 4: 61440 + 3: 61440 -12,0: 0: 3838 -11,-3: - 3: 65520 + 2: 65520 -11,-2: - 3: 4087 + 2: 4087 0: 16384 -11,-1: 0: 25702 -11,0: 0: 3830 -10,-3: - 3: 4368 + 2: 4368 0: 17472 -10,-1: 0: 32624 -10,-2: 0: 61156 -12,-6: - 4: 4368 - 3: 52416 + 3: 4368 + 2: 52416 -13,-6: - 4: 192 + 3: 192 -11,-6: - 3: 65520 + 2: 65520 -11,-8: - 4: 4368 + 3: 4368 0: 34952 -11,-9: 0: 63692 - 4: 17 + 3: 17 -11,-7: - 4: 4369 + 3: 4369 0: 52424 -10,-8: 0: 13107 - 4: 34952 + 3: 34952 -10,-7: 0: 65523 -10,-6: - 3: 4368 + 2: 4368 0: 17476 -10,-9: 0: 13107 - 4: 34952 + 3: 34952 -9,-8: - 4: 256 + 3: 256 0: 17472 -13,0: 0: 192 - 4: 62002 + 3: 62002 -12,2: - 4: 3840 + 3: 3840 -13,2: - 4: 3840 + 3: 3840 -12,1: 0: 2246 -11,1: 0: 25344 -11,2: - 4: 256 + 3: 256 0: 52462 -10,0: 0: 65520 -10,2: 0: 1537 -16,0: - 4: 36349 + 3: 36349 0: 20480 -16,-1: 0: 21845 - 4: 34952 + 3: 34952 -17,0: - 4: 36349 + 3: 36349 0: 20480 -16,1: 0: 21845 - 4: 34952 + 3: 34952 -17,1: - 4: 34952 + 3: 34952 0: 21845 -16,2: 0: 21845 - 4: 34952 + 3: 34952 -17,2: - 4: 34952 + 3: 34952 0: 21845 -16,3: - 4: 248 + 3: 248 -17,3: - 4: 248 + 3: 248 -15,0: - 4: 36349 + 3: 36349 0: 20480 -15,1: 0: 21845 - 4: 34952 + 3: 34952 -15,2: 0: 21845 - 4: 34952 + 3: 34952 -15,3: - 4: 248 + 3: 248 -15,-1: 0: 21845 - 4: 34952 + 3: 34952 -14,0: - 4: 50677 + 3: 50677 0: 4096 -14,1: 0: 4369 - 4: 17476 + 3: 17476 -14,2: 0: 4369 - 4: 19524 + 3: 19524 -14,3: - 4: 116 + 3: 116 -14,-1: 0: 4369 - 4: 50244 + 3: 50244 -16,-3: - 4: 35056 + 3: 35056 0: 20480 -17,-3: - 4: 35056 + 3: 35056 0: 20480 -16,-2: 0: 21845 - 4: 34952 + 3: 34952 -17,-2: - 4: 34952 + 3: 34952 0: 21845 -17,-1: - 4: 34952 + 3: 34952 0: 21845 -15,-3: - 4: 35056 + 3: 35056 0: 20480 -15,-2: 0: 21845 - 4: 34952 + 3: 34952 -14,-3: - 4: 17648 + 3: 17648 0: 4096 -14,-2: 0: 4369 - 4: 17476 + 3: 17476 -19,0: - 4: 63929 + 3: 63929 0: 64 -19,-1: - 4: 63624 + 3: 63624 -18,0: - 4: 36092 + 3: 36092 0: 16384 -19,1: - 4: 34952 + 3: 34952 -19,2: - 4: 34952 + 3: 34952 -19,3: - 4: 136 + 3: 136 -18,3: - 4: 248 + 3: 248 -18,-1: 0: 17476 - 4: 34952 + 3: 34952 -18,1: 0: 17476 - 4: 34952 + 3: 34952 -18,2: 0: 17476 - 4: 34952 + 3: 34952 -19,-3: - 4: 34944 + 3: 34944 -18,-3: - 4: 35056 + 3: 35056 0: 16384 -19,-2: - 4: 34952 + 3: 34952 -18,-2: 0: 17476 - 4: 34952 + 3: 34952 -11,9: - 4: 3148 + 3: 3148 -11,10: 0: 35852 -10,9: - 4: 273 + 3: 273 0: 52428 -10,10: 0: 57231 @@ -13132,21 +13151,21 @@ entities: -10,12: 0: 3276 -12,14: - 4: 17648 + 3: 17648 -13,14: - 4: 240 + 3: 240 -12,15: - 4: 17476 + 3: 17476 -12,16: - 4: 17476 + 3: 17476 -11,14: - 4: 240 + 3: 240 -11,15: 0: 43136 -11,16: 0: 57898 -10,14: - 4: 16 + 3: 16 0: 52428 -10,15: 0: 65520 @@ -13181,7 +13200,7 @@ entities: -2,18: 0: 56793 -2,19: - 4: 16 + 3: 16 0: 8 -1,17: 0: 53757 @@ -13205,11 +13224,11 @@ entities: 0: 15289 -8,19: 0: 960 - 4: 8192 + 3: 8192 -9,19: 0: 2279 -8,20: - 4: 8738 + 3: 8738 -7,18: 0: 3838 -7,19: @@ -13257,13 +13276,13 @@ entities: -10,20: 0: 18019 -8,21: - 4: 12834 + 3: 12834 -9,21: - 4: 32768 + 3: 32768 -8,22: - 4: 8738 + 3: 8738 -8,23: - 4: 34 + 3: 34 -12,21: 0: 204 -11,21: @@ -13271,13 +13290,13 @@ entities: -10,21: 0: 47104 -10,22: - 4: 4 + 3: 4 -16,14: - 4: 224 + 3: 224 -15,14: - 4: 240 + 3: 240 -14,14: - 4: 240 + 3: 240 1,13: 0: 65485 1,14: @@ -13355,8 +13374,7 @@ entities: 5,7: 0: 35771 5,3: - 0: 35835 - 1: 12288 + 0: 48123 5,8: 0: 4095 6,4: @@ -13400,9 +13418,9 @@ entities: 6,2: 0: 48051 7,0: - 0: 56784 + 0: 65520 7,1: - 0: 65529 + 0: 65524 7,2: 0: 65525 8,1: @@ -13420,7 +13438,7 @@ entities: 9,8: 0: 4095 10,4: - 0: 61156 + 0: 61166 10,5: 0: 61166 10,6: @@ -13430,9 +13448,9 @@ entities: 10,8: 0: 4095 10,3: - 0: 26212 + 0: 61166 11,4: - 0: 65530 + 0: 65535 11,5: 0: 65535 11,6: @@ -13440,11 +13458,11 @@ entities: 11,7: 0: 103 11,3: - 0: 48058 + 0: 65535 11,8: 0: 4095 12,4: - 0: 65524 + 0: 65520 12,5: 0: 65535 12,6: @@ -13452,19 +13470,19 @@ entities: 12,7: 0: 221 8,0: - 0: 26208 + 0: 61152 8,2: 0: 61160 8,3: 0: 3822 9,0: - 0: 65520 + 0: 65524 9,1: - 0: 65522 + 0: 65008 9,2: 0: 7636 9,3: - 0: 3581 + 0: 4095 9,-1: 0: 65520 10,1: @@ -13472,23 +13490,23 @@ entities: 10,-1: 0: 65534 10,0: - 0: 61152 + 0: 61162 10,2: - 0: 61164 + 0: 61162 11,0: 0: 65520 + 11,1: + 0: 61408 11,2: - 0: 65520 + 0: 3824 11,-1: 0: 65528 - 11,1: - 0: 61152 12,0: 0: 52508 12,2: - 0: 65524 + 0: 20222 12,3: - 0: 56788 + 0: 61422 9,-4: 0: 29311 9,-3: @@ -13577,7 +13595,7 @@ entities: 0: 3003 8,13: 0: 65280 - 4: 4 + 3: 4 8,14: 0: 47931 8,15: @@ -13588,11 +13606,11 @@ entities: 0: 65504 5,19: 0: 11 - 4: 17472 + 3: 17472 5,16: 0: 61152 5,20: - 4: 17476 + 3: 17476 6,17: 0: 273 6,18: @@ -13612,7 +13630,7 @@ entities: 10,11: 0: 65294 10,9: - 4: 546 + 3: 546 10,10: 0: 61166 10,12: @@ -13622,7 +13640,7 @@ entities: 11,11: 0: 65291 11,9: - 4: 546 + 3: 546 0: 34952 12,8: 0: 4095 @@ -13833,7 +13851,7 @@ entities: 15,-6: 0: 56607 15,-9: - 4: 29952 + 3: 29952 0: 519 16,-8: 0: 43691 @@ -13845,9 +13863,9 @@ entities: 0: 46079 4,-10: 0: 4096 - 4: 32768 + 3: 32768 5,-10: - 4: 4096 + 3: 4096 0: 43144 5,-12: 0: 35498 @@ -13888,7 +13906,7 @@ entities: 2,-10: 0: 30576 3,-10: - 4: 28672 + 3: 28672 8,-13: 0: 56797 9,-12: @@ -14003,13 +14021,13 @@ entities: 0: 3313 -11,-12: 0: 35007 - 4: 4096 + 3: 4096 -11,-11: - 4: 17 + 3: 17 0: 43144 -11,-10: 0: 52367 - 4: 4352 + 3: 4352 -11,-13: 0: 36863 -10,-12: @@ -14018,7 +14036,7 @@ entities: 0: 64443 -10,-10: 0: 13115 - 4: 34816 + 3: 34816 -10,-13: 0: 13107 -9,-12: @@ -14027,19 +14045,19 @@ entities: 0: 30591 -9,-10: 0: 7 - 4: 3840 + 3: 3840 -8,-12: 0: 28775 -8,-11: 0: 30503 -8,-10: 0: 7 - 4: 3840 + 3: 3840 -8,-13: 0: 16384 -7,-10: 0: 32769 - 4: 20224 + 3: 20224 -7,-11: 0: 9836 -7,-13: @@ -14048,19 +14066,19 @@ entities: 0: 32768 -6,-12: 0: 4108 - 4: 16384 + 3: 16384 -6,-10: - 4: 12100 + 3: 12100 0: 32768 -6,-13: 0: 4096 - 4: 16384 + 3: 16384 -6,-11: - 4: 17476 + 3: 17476 -5,-12: 0: 1 -8,-16: - 4: 102 + 3: 102 0: 24576 -9,-16: 0: 65419 @@ -14069,7 +14087,7 @@ entities: -9,-15: 0: 15 -8,-17: - 4: 25668 + 3: 25668 -7,-16: 0: 1 -7,-15: @@ -14080,17 +14098,17 @@ entities: 0: 18028 -6,-15: 0: 6 - 4: 64 + 3: 64 -6,-17: 0: 51328 -12,-17: 0: 4352 - 4: 17648 + 3: 17648 -13,-16: 0: 4478 -12,-16: 0: 60992 - 4: 4 + 3: 4 -12,-15: 0: 3812 -13,-15: @@ -14105,42 +14123,42 @@ entities: 0: 63711 -11,-17: 0: 4352 - 4: 34968 + 3: 34968 -11,-16: - 4: 136 + 3: 136 0: 32768 -10,-16: - 4: 17 + 3: 17 0: 64580 -10,-15: 0: 13119 -10,-14: 0: 13107 -10,-17: - 4: 4096 + 3: 4096 0: 16384 -9,-17: 0: 32768 -13,-17: 0: 51200 -11,-18: - 4: 34824 + 3: 34824 -11,-20: - 4: 34952 + 3: 34952 -11,-21: - 4: 34816 + 3: 34816 -11,-19: - 4: 34952 + 3: 34952 -8,-20: - 4: 17476 + 3: 17476 -8,-21: - 4: 17408 + 3: 17408 -8,-19: - 4: 17476 + 3: 17476 -8,-18: - 4: 17412 + 3: 17412 -7,-18: - 4: 112 + 3: 112 0: 34816 -6,-18: 0: 2 @@ -14151,17 +14169,17 @@ entities: -5,-19: 0: 8960 -15,-15: - 4: 128 + 3: 128 -14,-15: - 4: 48 + 3: 48 0: 52428 -15,-14: - 4: 128 + 3: 128 -14,-14: - 4: 4400 + 3: 4400 0: 52428 -14,-13: - 4: 4369 + 3: 4369 0: 17608 -14,-12: 0: 140 @@ -14208,12 +14226,12 @@ entities: 17,-13: 0: 65535 17,-11: - 5: 52416 + 4: 52416 18,-12: 0: 255 18,-11: - 5: 4368 - 6: 52416 + 4: 4368 + 5: 52416 18,-10: 0: 65520 18,-13: @@ -14221,7 +14239,7 @@ entities: 19,-12: 0: 255 19,-11: - 6: 4368 + 5: 4368 0: 52416 19,-10: 0: 65520 @@ -14329,7 +14347,7 @@ entities: 0: 15135 7,-16: 0: 4096 - 4: 50176 + 3: 50176 7,-15: 0: 30576 7,-14: @@ -14384,84 +14402,84 @@ entities: 0: 65481 32,4: 0: 21845 - 4: 8738 + 3: 8738 32,3: - 4: 62196 + 3: 62196 32,5: 0: 1365 - 4: 61986 + 3: 61986 32,6: - 4: 65535 + 3: 65535 31,5: - 4: 61986 + 3: 61986 0: 1365 31,6: - 4: 65535 + 3: 65535 32,7: 0: 21845 - 4: 8738 + 3: 8738 32,8: 0: 21845 - 4: 41506 + 3: 41506 33,5: - 4: 61994 + 3: 61994 0: 1365 33,6: - 4: 63479 + 3: 63479 33,4: 0: 21845 - 4: 8746 + 3: 8746 33,3: - 4: 29424 + 3: 29424 33,7: 0: 21845 - 4: 10786 + 3: 10786 33,8: 0: 21845 - 4: 10786 + 3: 10786 34,4: - 4: 4369 + 3: 4369 34,5: - 4: 61713 + 3: 61713 34,6: - 4: 63961 + 3: 63961 0: 32 34,7: - 4: 4369 + 3: 4369 34,3: - 4: 4368 + 3: 4368 34,8: - 4: 4369 + 3: 4369 22,-20: - 4: 8750 + 3: 8750 22,-19: - 4: 8738 + 3: 8738 22,-18: - 4: 8738 + 3: 8738 22,-17: - 4: 8738 + 3: 8738 22,-16: - 4: 34 + 3: 34 0: 64768 23,-20: - 4: 50255 + 3: 50255 23,-19: - 4: 50244 + 3: 50244 23,-18: - 4: 50244 + 3: 50244 23,-17: - 4: 3140 + 3: 3140 24,-20: - 4: 61455 + 3: 61455 0: 3840 24,-19: - 4: 61440 + 3: 61440 0: 3855 24,-18: - 4: 61440 + 3: 61440 0: 3855 24,-17: - 4: 3840 + 3: 3840 0: 15 21,-16: 0: 65280 @@ -14509,21 +14527,21 @@ entities: 0: 65535 22,-11: 0: 13107 - 3: 2184 + 2: 2184 22,-10: 0: 13107 - 3: 2184 + 2: 2184 22,-9: 0: 13107 - 7: 2184 + 6: 2184 22,-8: 0: 16383 23,-11: - 3: 819 + 2: 819 23,-10: - 3: 819 + 2: 819 23,-9: - 7: 819 + 6: 819 23,-8: 0: 4095 24,-12: @@ -14544,7 +14562,7 @@ entities: 0: 30503 22,-7: 0: 13107 - 3: 2184 + 2: 2184 22,-6: 0: 64387 22,-5: @@ -14552,7 +14570,7 @@ entities: 22,-4: 0: 61883 23,-7: - 3: 819 + 2: 819 0: 2184 23,-6: 0: 65392 @@ -14583,9 +14601,9 @@ entities: 22,-2: 0: 65278 22,-1: - 0: 65262 + 0: 61166 22,0: - 0: 61439 + 0: 61183 23,-3: 0: 58623 23,-1: @@ -14624,71 +14642,71 @@ entities: 0: 3581 26,-17: 0: 57345 - 4: 3918 + 3: 3918 27,-16: 0: 4368 - 4: 17476 + 3: 17476 27,-15: 0: 4369 - 4: 17476 + 3: 17476 27,-13: 0: 256 - 4: 17476 + 3: 17476 27,-12: - 4: 18022 + 3: 18022 0: 16 27,-17: - 4: 20224 + 3: 20224 0: 15 27,-14: - 4: 17476 + 3: 17476 25,-20: - 4: 61455 + 3: 61455 0: 3840 25,-19: 0: 3855 - 4: 61440 + 3: 61440 25,-18: 0: 3855 - 4: 61440 + 3: 61440 25,-17: 0: 15 - 4: 3840 + 3: 3840 26,-20: - 4: 65103 + 3: 65103 0: 256 26,-19: 0: 257 - 4: 65102 + 3: 65102 26,-18: 0: 257 - 4: 65102 + 3: 65102 26,-21: - 4: 5616 + 3: 5616 0: 16384 27,-20: - 4: 61455 + 3: 61455 0: 3840 27,-19: 0: 3855 - 4: 61440 + 3: 61440 27,-18: 0: 3855 - 4: 61440 + 3: 61440 27,-21: - 4: 4368 + 3: 4368 28,-20: - 4: 61455 + 3: 61455 0: 3840 28,-19: 0: 3855 - 4: 61440 + 3: 61440 28,-18: 0: 3855 - 4: 61440 + 3: 61440 28,-17: 0: 15 - 4: 3840 + 3: 3840 25,-11: 0: 3003 25,-10: @@ -14699,33 +14717,33 @@ entities: 0: 1423 26,-11: 0: 10239 - 4: 49152 + 3: 49152 26,-10: 0: 2 - 3: 60928 - 4: 12 + 2: 60928 + 3: 12 26,-9: - 3: 14 + 2: 14 0: 58880 - 4: 2048 + 3: 2048 26,-8: 0: 119 27,-11: 0: 17 - 4: 62532 + 3: 62532 27,-10: - 4: 239 + 3: 239 0: 26112 27,-9: - 4: 18272 + 3: 18272 0: 6 27,-8: - 4: 22357 + 3: 22357 0: 32768 28,-11: - 4: 12288 + 3: 12288 28,-10: - 4: 51 + 3: 51 0: 34944 25,-6: 0: 62259 @@ -14733,10 +14751,10 @@ entities: 0: 64399 25,-4: 0: 40715 - 4: 16384 + 3: 16384 26,-6: 0: 61440 - 4: 128 + 3: 128 26,-5: 0: 64799 26,-4: @@ -14746,7 +14764,7 @@ entities: 27,-5: 0: 63247 27,-7: - 4: 1877 + 3: 1877 0: 10376 27,-4: 0: 65287 @@ -14760,7 +14778,7 @@ entities: 0: 61152 28,-4: 0: 16167 - 4: 16384 + 3: 16384 29,-8: 0: 247 29,-7: @@ -14787,16 +14805,16 @@ entities: 0: 12556 31,-6: 0: 78 - 4: 3072 + 3: 3072 31,-7: 0: 50244 31,-9: 0: 26146 32,-8: 0: 51 - 4: 34952 + 3: 34952 32,-6: - 4: 256 + 3: 256 0: 58444 28,-9: 0: 2180 @@ -14804,11 +14822,11 @@ entities: 0: 2527 30,-10: 0: 10096 - 4: 32768 + 3: 32768 30,-9: 0: 54 31,-10: - 4: 12288 + 3: 12288 0: 1224 31,-11: 0: 32768 @@ -14816,11 +14834,11 @@ entities: 0: 61168 32,-9: 0: 29832 - 4: 32768 + 3: 32768 32,-5: 0: 204 32,-7: - 4: 8 + 3: 8 0: 34816 33,-7: 0: 36310 @@ -14829,24 +14847,24 @@ entities: 33,-8: 0: 8192 28,-3: - 4: 5389 + 3: 5389 0: 43762 27,-3: 0: 241 - 4: 7938 + 3: 7938 28,-2: - 4: 20817 + 3: 20817 0: 44714 27,-2: - 4: 7953 + 3: 7953 28,-1: - 4: 1297 + 3: 1297 0: 64170 27,-1: - 4: 3857 + 3: 3857 0: 61440 28,0: - 4: 77 + 3: 77 0: 3890 29,-3: 0: 56797 @@ -14868,7 +14886,7 @@ entities: 0: 28945 31,-3: 0: 28915 - 4: 8 + 3: 8 31,-2: 0: 63351 31,-1: @@ -14885,30 +14903,30 @@ entities: 0: 24687 25,-3: 0: 48121 - 4: 1030 + 3: 1030 25,-2: 0: 49083 - 4: 16448 + 3: 16448 25,-1: 0: 64443 - 4: 1024 + 3: 1024 25,0: 0: 3993 - 4: 70 + 3: 70 26,-3: - 4: 7945 + 3: 7945 0: 240 26,-2: - 4: 7953 + 3: 7953 26,-1: - 4: 3857 + 3: 3857 0: 61440 26,0: - 4: 9 + 3: 9 0: 4080 27,0: 0: 4081 - 4: 2 + 3: 2 32,0: 0: 51340 33,-3: @@ -14925,12 +14943,12 @@ entities: 0: 49072 32,2: 0: 3 - 4: 17480 + 3: 17480 31,2: 0: 8 - 4: 4368 + 3: 4368 31,3: - 4: 62193 + 3: 62193 33,1: 0: 16 28,1: @@ -14953,24 +14971,24 @@ entities: 0: 64256 29,3: 0: 30475 - 4: 32768 + 3: 32768 29,4: 0: 26231 - 4: 34952 + 3: 34952 30,2: 0: 29440 - 4: 34816 + 3: 34816 30,3: 0: 3 - 4: 61960 + 3: 61960 30,1: 0: 28262 30,4: 0: 21845 - 4: 8738 + 3: 8738 31,4: 0: 21845 - 4: 8738 + 3: 8738 24,1: 0: 32766 23,1: @@ -15037,33 +15055,33 @@ entities: 0: 59142 29,7: 0: 30020 - 4: 34952 + 3: 34952 29,5: 0: 26214 - 4: 34952 + 3: 34952 29,8: 0: 26181 - 4: 34952 + 3: 34952 29,6: 0: 19660 - 4: 32768 + 3: 32768 30,5: 0: 1365 - 4: 61986 + 3: 61986 30,6: - 4: 65535 + 3: 65535 30,7: 0: 21845 - 4: 8738 + 3: 8738 30,8: 0: 21845 - 4: 41506 + 3: 41506 31,7: 0: 21845 - 4: 8738 + 3: 8738 31,8: 0: 21845 - 4: 41506 + 3: 41506 24,5: 0: 61695 23,5: @@ -15140,7 +15158,7 @@ entities: 0: 52701 30,9: 0: 65024 - 4: 226 + 3: 226 30,10: 0: 3854 30,11: @@ -15148,7 +15166,7 @@ entities: 30,12: 0: 64443 31,9: - 4: 242 + 3: 242 0: 61440 31,10: 0: 3855 @@ -15157,7 +15175,7 @@ entities: 31,12: 0: 64732 32,9: - 4: 242 + 3: 242 0: 12288 32,10: 0: 14799 @@ -15198,18 +15216,18 @@ entities: 32,12: 0: 17749 33,9: - 4: 35058 + 3: 35058 33,10: 0: 29488 - 4: 8 + 3: 8 33,11: 0: 32767 33,12: 0: 13111 34,9: - 4: 17 + 3: 17 34,10: - 4: 16 + 3: 16 32,13: 0: 13893 31,13: @@ -15226,7 +15244,7 @@ entities: 0: 3 33,13: 0: 12595 - 4: 32768 + 3: 32768 33,14: 0: 16247 33,15: @@ -15259,7 +15277,7 @@ entities: 0: 63628 29,17: 0: 256 - 4: 8192 + 3: 8192 28,18: 0: 8 29,18: @@ -15306,22 +15324,22 @@ entities: 0: 61668 20,14: 0: 255 - 4: 8192 + 3: 8192 19,14: 0: 255 20,15: - 4: 8946 + 3: 8946 19,15: - 4: 240 + 3: 240 20,16: - 4: 65522 + 3: 65522 21,13: 0: 61440 21,14: 0: 31 - 4: 3072 + 3: 3072 21,15: - 4: 240 + 3: 240 21,12: 0: 34952 21,11: @@ -15332,31 +15350,31 @@ entities: 0: 61472 22,14: 0: 52367 - 4: 256 + 3: 256 22,15: - 4: 16 + 3: 16 0: 52428 22,11: 0: 65282 22,16: 0: 52428 - 4: 4368 + 3: 4368 23,15: 0: 4593 23,16: 0: 7953 19,16: - 4: 65520 + 3: 65520 20,17: - 4: 15 + 3: 15 19,17: - 4: 15 + 3: 15 21,16: - 4: 65520 + 3: 65520 21,17: - 4: 15 + 3: 15 22,17: - 4: 1 + 3: 1 0: 36044 22,18: 0: 2252 @@ -15394,11 +15412,11 @@ entities: 0: 65535 16,15: 0: 11 - 4: 4352 + 3: 4352 15,15: 0: 15 16,16: - 4: 65521 + 3: 65521 17,12: 0: 65535 17,13: @@ -15417,11 +15435,11 @@ entities: 0: 13175 18,15: 0: 3 - 4: 13184 + 3: 13184 18,11: 0: 30707 18,16: - 4: 65523 + 3: 65523 17,9: 0: 65359 17,10: @@ -15460,10 +15478,10 @@ entities: 0: 56799 14,15: 0: 4381 - 4: 17408 + 3: 17408 14,16: 0: 12305 - 4: 2244 + 3: 2244 9,13: 0: 65484 9,14: @@ -15483,156 +15501,156 @@ entities: 11,16: 0: 28879 12,18: - 4: 33012 + 3: 33012 0: 28672 11,18: - 4: 240 + 3: 240 0: 61440 12,19: - 4: 32911 + 3: 32911 0: 28784 11,19: - 4: 15 + 3: 15 0: 61680 12,20: - 4: 32911 + 3: 32911 0: 28784 12,17: 0: 8 - 4: 17408 + 3: 17408 13,17: 0: 4379 - 4: 19456 + 3: 19456 13,18: - 4: 12789 + 3: 12789 0: 49152 13,19: - 4: 12607 + 3: 12607 0: 49344 13,20: - 4: 12607 + 3: 12607 0: 49344 14,17: - 4: 12032 + 3: 12032 0: 34 14,18: - 4: 754 + 3: 754 0: 61440 14,19: - 4: 15 + 3: 15 0: 61680 14,20: - 4: 15 + 3: 15 0: 61680 15,16: - 4: 4080 + 3: 4080 15,17: - 4: 3840 + 3: 3840 15,18: - 4: 240 + 3: 240 0: 28672 15,19: - 4: 15 + 3: 15 0: 28784 15,20: - 4: 15 + 3: 15 0: 28784 16,17: - 4: 4383 + 3: 4383 16,18: - 4: 4369 + 3: 4369 16,19: - 4: 4369 + 3: 4369 16,20: - 4: 4369 + 3: 4369 17,16: - 4: 65520 + 3: 65520 17,17: - 4: 15 + 3: 15 18,17: - 4: 15 + 3: 15 8,17: 0: 24584 9,17: 0: 717 10,17: 0: 239 - 4: 4352 + 3: 4352 10,18: - 4: 4593 + 3: 4593 0: 49152 10,19: - 4: 4383 + 3: 4383 0: 49344 10,20: - 4: 4383 + 3: 4383 0: 49344 11,17: 0: 7 11,20: - 4: 15 + 3: 15 0: 61680 29,-20: - 4: 29767 + 3: 29767 0: 256 29,-19: 0: 257 - 4: 29764 + 3: 29764 29,-18: 0: 257 - 4: 29764 + 3: 29764 29,-17: 0: 1 - 4: 1860 + 3: 1860 12,21: - 4: 61583 + 3: 61583 0: 112 11,21: - 4: 61455 + 3: 61455 0: 240 12,22: - 4: 3140 + 3: 3140 13,21: - 4: 61759 + 3: 61759 0: 192 13,22: - 4: 1860 + 3: 1860 0: 1 14,21: - 4: 61455 + 3: 61455 0: 240 15,21: - 4: 61455 + 3: 61455 0: 112 16,21: - 4: 4369 + 3: 4369 8,21: - 4: 61440 + 3: 61440 7,21: - 4: 61440 + 3: 61440 9,21: - 4: 61440 + 3: 61440 10,21: - 4: 61727 + 3: 61727 0: 192 0,21: - 4: 61440 + 3: 61440 -1,21: - 4: 49152 + 3: 49152 1,20: 0: 57232 1,21: - 4: 61986 + 3: 61986 2,21: - 4: 61440 + 3: 61440 3,21: - 4: 61440 + 3: 61440 4,21: - 4: 61440 + 3: 61440 5,21: - 4: 62532 + 3: 62532 6,21: - 4: 61440 + 3: 61440 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -15649,26 +15667,11 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 235 moles: - - 21.824879 - - 82.10312 + - 27.225372 + - 102.419266 - 0 - 0 - 0 @@ -15812,7 +15815,6 @@ entities: - 665 - 629 - 20458 - - 653 - 530 - 568 - 20459 @@ -16222,6 +16224,60 @@ entities: - 6917 - 6904 - 6905 + - uid: 7415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,3.5 + parent: 13329 + - type: DeviceList + devices: + - 10568 + - 10585 + - 10584 + - 8941 + - uid: 8168 + components: + - type: Transform + pos: 45.5,4.5 + parent: 13329 + - type: DeviceList + devices: + - 10671 + - 35979 + - 35986 + - 9351 + - 7558 + - 35981 + - 8477 + - uid: 8417 + components: + - type: Transform + pos: 32.5,0.5 + parent: 13329 + - type: DeviceList + devices: + - 8941 + - 7090 + - 7089 + - 8048 + - 8049 + - 10116 + - 10117 + - 10118 + - 14590 + - 14589 + - 14591 + - 8167 + - 8147 + - 8144 + - 7156 + - 7158 + - 7157 + - 7589 + - 9345 + - 36052 + - 25507 - uid: 8619 components: - type: Transform @@ -16343,6 +16399,73 @@ entities: - 8614 - 8552 - 8553 + - uid: 8882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-6.5 + parent: 13329 + - type: DeviceList + devices: + - 14565 + - 14563 + - 14562 + - 14564 + - 25506 + - 7156 + - 7158 + - 7157 + - 7589 + - 9345 + - 36052 + - uid: 8902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,10.5 + parent: 13329 + - type: DeviceList + devices: + - 8886 + - 8893 + - 8932 + - uid: 9002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,2.5 + parent: 13329 + - type: DeviceList + devices: + - 8105 + - 8955 + - 10458 + - uid: 9461 + components: + - type: Transform + pos: 49.5,16.5 + parent: 13329 + - type: DeviceList + devices: + - 10362 + - 8891 + - 8985 + - uid: 10591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,10.5 + parent: 13329 + - type: DeviceList + devices: + - 10583 + - 35466 + - 10579 + - 10363 + - 7540 + - 9460 + - 10435 + - 10297 - uid: 11473 components: - type: Transform @@ -16555,26 +16678,6 @@ entities: - 14588 - 14585 - 14584 - - uid: 14593 - components: - - type: Transform - pos: 29.5,0.5 - parent: 13329 - - type: DeviceList - devices: - - 10116 - - 10117 - - 10118 - - 7089 - - 7090 - - 14589 - - 8049 - - 8048 - - 14566 - - 14567 - - 14568 - - 14590 - - 14591 - uid: 14594 components: - type: Transform @@ -16888,31 +16991,6 @@ entities: rot: -1.5707963267948966 rad pos: 104.5,-38.5 parent: 13329 - - uid: 25905 - components: - - type: Transform - pos: 49.5,0.5 - parent: 13329 - - type: DeviceList - devices: - - 14566 - - 14567 - - 14568 - - 14474 - - 14473 - - 14472 - - 21369 - - 21370 - - 21371 - - 8167 - - 8147 - - 8144 - - 25507 - - 25506 - - 14562 - - 14564 - - 14565 - - 14563 - uid: 25907 components: - type: Transform @@ -17619,6 +17697,16 @@ entities: - type: Transform pos: -37.5,24.5 parent: 13329 + - uid: 7155 + components: + - type: Transform + pos: 44.5,28.5 + parent: 13329 + - uid: 8119 + components: + - type: Transform + pos: 47.5,27.5 + parent: 13329 - uid: 9569 components: - type: Transform @@ -17634,6 +17722,11 @@ entities: - type: Transform pos: 15.5,3.5 parent: 13329 + - uid: 10440 + components: + - type: Transform + pos: 48.5,14.5 + parent: 13329 - uid: 18882 components: - type: Transform @@ -17869,6 +17962,11 @@ entities: parent: 13329 - proto: AirlockBrigGlassLocked entities: + - uid: 7143 + components: + - type: Transform + pos: 25.5,0.5 + parent: 13329 - uid: 9356 components: - type: Transform @@ -17879,26 +17977,11 @@ entities: 9359: - - DoorStatus - Close - - uid: 9357 - components: - - type: Transform - pos: 25.5,0.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9358: - - - DoorStatus - - Close - uid: 9358 components: - type: Transform pos: 25.5,4.5 parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9357: - - - DoorStatus - - Close - uid: 9359 components: - type: Transform @@ -17959,16 +18042,6 @@ entities: 9411: - - DoorStatus - Close - - uid: 9459 - components: - - type: Transform - pos: 40.5,5.5 - parent: 13329 - - uid: 9460 - components: - - type: Transform - pos: 40.5,7.5 - parent: 13329 - uid: 29402 components: - type: MetaData @@ -18144,19 +18217,16 @@ entities: - type: MetaData name: Private Exam - type: Transform - rot: 3.141592653589793 rad pos: 20.5,62.5 parent: 13329 - uid: 18816 components: - type: Transform - rot: 3.141592653589793 rad pos: 22.5,61.5 parent: 13329 - uid: 18817 components: - type: Transform - rot: 3.141592653589793 rad pos: 25.5,61.5 parent: 13329 - proto: AirlockCommandGlassLocked @@ -18278,7 +18348,6 @@ entities: - uid: 30238 components: - type: Transform - rot: 1.5707963267948966 rad pos: 109.5,43.5 parent: 13329 - uid: 30596 @@ -18441,19 +18510,16 @@ entities: - uid: 2577 components: - type: Transform - rot: 3.141592653589793 rad pos: -21.5,4.5 parent: 13329 - uid: 2579 components: - type: Transform - rot: 3.141592653589793 rad pos: -21.5,34.5 parent: 13329 - uid: 2581 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,-13.5 parent: 13329 - uid: 3714 @@ -18496,7 +18562,6 @@ entities: - uid: 12079 components: - type: Transform - rot: -1.5707963267948966 rad pos: -20.5,-19.5 parent: 13329 - uid: 14729 @@ -18522,13 +18587,11 @@ entities: - uid: 20576 components: - type: Transform - rot: 1.5707963267948966 rad pos: 97.5,-28.5 parent: 13329 - uid: 20577 components: - type: Transform - rot: 1.5707963267948966 rad pos: 97.5,-24.5 parent: 13329 - uid: 23414 @@ -18579,7 +18642,6 @@ entities: - uid: 26217 components: - type: Transform - rot: 1.5707963267948966 rad pos: 90.5,4.5 parent: 13329 - uid: 26775 @@ -18637,7 +18699,6 @@ entities: - uid: 12401 components: - type: Transform - rot: -1.5707963267948966 rad pos: -42.5,-55.5 parent: 13329 - type: DeviceLinkSink @@ -18650,7 +18711,6 @@ entities: - uid: 12402 components: - type: Transform - rot: -1.5707963267948966 rad pos: -45.5,-55.5 parent: 13329 - type: DeviceLinkSink @@ -19430,7 +19490,6 @@ entities: - uid: 6538 components: - type: Transform - rot: 1.5707963267948966 rad pos: -39.5,67.5 parent: 13329 - type: DeviceLinkSource @@ -19441,7 +19500,6 @@ entities: - uid: 6540 components: - type: Transform - rot: 1.5707963267948966 rad pos: -36.5,67.5 parent: 13329 - type: DeviceLinkSource @@ -19588,7 +19646,7 @@ entities: pos: -15.5,-4.5 parent: 13329 - type: Door - secondsUntilStateChange: -12230.655 + secondsUntilStateChange: -23682.842 state: Opening - type: DeviceLinkSource lastSignals: @@ -19642,30 +19700,20 @@ entities: rot: 3.141592653589793 rad pos: 1.5,29.5 parent: 13329 - - uid: 10330 + - uid: 8883 components: - type: Transform - pos: 42.5,16.5 + pos: 56.5,-3.5 parent: 13329 - - uid: 10331 + - uid: 8884 components: - type: Transform - pos: 45.5,16.5 + pos: 55.5,-3.5 parent: 13329 - - uid: 10332 + - uid: 8885 components: - type: Transform - pos: 47.5,16.5 - parent: 13329 - - uid: 10333 - components: - - type: Transform - pos: 50.5,16.5 - parent: 13329 - - uid: 10373 - components: - - type: Transform - pos: 44.5,28.5 + pos: 54.5,-3.5 parent: 13329 - uid: 25836 components: @@ -19777,21 +19825,6 @@ entities: - type: Transform pos: 8.5,-8.5 parent: 13329 - - uid: 35791 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 13329 - - uid: 35792 - components: - - type: Transform - pos: 40.5,-1.5 - parent: 13329 - - uid: 35793 - components: - - type: Transform - pos: 40.5,-2.5 - parent: 13329 - uid: 35794 components: - type: Transform @@ -19912,6 +19945,21 @@ entities: - type: Transform pos: -3.5,49.5 parent: 13329 + - uid: 36054 + components: + - type: Transform + pos: 41.5,-3.5 + parent: 13329 + - uid: 36055 + components: + - type: Transform + pos: 42.5,-3.5 + parent: 13329 + - uid: 36056 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 13329 - proto: AirlockHeadOfPersonnelGlassLocked entities: - uid: 16662 @@ -19969,7 +20017,6 @@ entities: - type: MetaData name: Janitor Closet - type: Transform - rot: 3.141592653589793 rad pos: 1.5,12.5 parent: 13329 - proto: AirlockMaintAtmoLocked @@ -20053,7 +20100,6 @@ entities: - uid: 12668 components: - type: Transform - rot: -1.5707963267948966 rad pos: -41.5,-47.5 parent: 13329 - uid: 20782 @@ -20212,7 +20258,6 @@ entities: - uid: 2578 components: - type: Transform - rot: 3.141592653589793 rad pos: -17.5,1.5 parent: 13329 - uid: 2612 @@ -20267,7 +20312,6 @@ entities: - type: MetaData name: Tool Storage - type: Transform - rot: 3.141592653589793 rad pos: 7.5,22.5 parent: 13329 - uid: 6928 @@ -20275,7 +20319,6 @@ entities: - type: MetaData name: Tool Storage - type: Transform - rot: 3.141592653589793 rad pos: 7.5,29.5 parent: 13329 - uid: 6993 @@ -20306,7 +20349,6 @@ entities: - uid: 11002 components: - type: Transform - rot: -1.5707963267948966 rad pos: 21.5,-21.5 parent: 13329 - uid: 12145 @@ -20548,7 +20590,6 @@ entities: - uid: 11004 components: - type: Transform - rot: -1.5707963267948966 rad pos: 20.5,-23.5 parent: 13329 - proto: AirlockMaintSecLocked @@ -20697,6 +20738,14 @@ entities: - type: Transform pos: 9.5,60.5 parent: 13329 +- proto: AirlockMedicalMorgueGlassLocked + entities: + - uid: 9391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,0.5 + parent: 13329 - proto: AirlockQuartermasterGlassLocked entities: - uid: 11640 @@ -20886,6 +20935,17 @@ entities: - type: Transform pos: -36.5,46.5 parent: 13329 + - uid: 7144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,7.5 + parent: 13329 + - uid: 8131 + components: + - type: Transform + pos: 30.5,4.5 + parent: 13329 - uid: 9413 components: - type: MetaData @@ -20923,35 +20983,23 @@ entities: - type: Transform pos: 52.5,5.5 parent: 13329 - - uid: 10296 + - uid: 10309 components: - type: Transform - pos: 42.5,8.5 + rot: 3.141592653589793 rad + pos: 37.5,5.5 parent: 13329 - - uid: 10297 + - uid: 10312 components: - type: Transform - pos: 43.5,8.5 + rot: -1.5707963267948966 rad + pos: 44.5,9.5 parent: 13329 - - uid: 10298 + - uid: 10360 components: - type: Transform - pos: 42.5,12.5 - parent: 13329 - - uid: 10299 - components: - - type: Transform - pos: 45.5,12.5 - parent: 13329 - - uid: 10300 - components: - - type: Transform - pos: 47.5,12.5 - parent: 13329 - - uid: 10301 - components: - - type: Transform - pos: 50.5,12.5 + rot: 1.5707963267948966 rad + pos: 34.5,4.5 parent: 13329 - uid: 15264 components: @@ -20970,11 +21018,21 @@ entities: parent: 13329 - proto: AirlockSecurityLocked entities: - - uid: 9360 + - uid: 7165 components: - type: Transform pos: 35.5,8.5 parent: 13329 + - uid: 7596 + components: + - type: Transform + pos: 40.5,7.5 + parent: 13329 + - uid: 8460 + components: + - type: Transform + pos: 44.5,6.5 + parent: 13329 - uid: 9416 components: - type: MetaData @@ -20996,10 +21054,20 @@ entities: - type: Transform pos: 33.5,25.5 parent: 13329 - - uid: 10293 + - uid: 10311 components: - type: Transform - pos: 50.5,8.5 + pos: 48.5,9.5 + parent: 13329 + - uid: 10323 + components: + - type: Transform + pos: 50.5,11.5 + parent: 13329 + - uid: 10696 + components: + - type: Transform + pos: 43.5,0.5 parent: 13329 - uid: 10911 components: @@ -21016,6 +21084,11 @@ entities: - type: Transform pos: 72.5,-11.5 parent: 13329 + - uid: 35972 + components: + - type: Transform + pos: 40.5,5.5 + parent: 13329 - proto: AirlockServiceGlassLocked entities: - uid: 895 @@ -21052,7 +21125,6 @@ entities: - type: MetaData name: Evac Service - type: Transform - rot: -1.5707963267948966 rad pos: -28.5,29.5 parent: 13329 - uid: 6348 @@ -21139,7 +21211,6 @@ entities: - uid: 2088 components: - type: Transform - rot: 3.141592653589793 rad pos: -0.5,-6.5 parent: 13329 - uid: 2204 @@ -21197,6 +21268,14 @@ entities: - type: Transform pos: 4.5,26.5 parent: 13329 + - uid: 7540 + components: + - type: Transform + pos: 46.5,24.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 - uid: 8614 components: - type: Transform @@ -21227,6 +21306,38 @@ entities: - type: Transform pos: 28.5,13.5 parent: 13329 + - uid: 8932 + components: + - type: Transform + pos: 46.5,9.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8902 + - uid: 8955 + components: + - type: Transform + pos: 29.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9002 + - uid: 10362 + components: + - type: Transform + pos: 49.5,14.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9461 + - uid: 10585 + components: + - type: Transform + pos: 34.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7415 - uid: 11024 components: - type: Transform @@ -21302,6 +21413,10 @@ entities: - type: Transform pos: 32.5,-1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 - uid: 14602 components: - type: Transform @@ -21392,11 +21507,17 @@ entities: - type: Transform pos: 49.5,-10.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8882 - uid: 25507 components: - type: Transform pos: 48.5,-1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 - uid: 25508 components: - type: Transform @@ -21547,6 +21668,31 @@ entities: - type: Transform pos: 66.5,39.5 parent: 13329 + - uid: 35466 + components: + - type: Transform + pos: 45.5,15.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - 9459 + - uid: 35986 + components: + - type: Transform + pos: 42.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 + - uid: 36033 + components: + - type: Transform + pos: 42.5,9.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9459 - proto: AltarConvertMaint entities: - uid: 32248 @@ -21847,6 +21993,14 @@ entities: - type: Transform pos: 6.5,31.5 parent: 13329 + - uid: 8479 + components: + - type: MetaData + name: Genpop APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,7.5 + parent: 13329 - uid: 8678 components: - type: MetaData @@ -21859,22 +22013,6 @@ entities: - type: Transform pos: 30.5,15.5 parent: 13329 - - uid: 8680 - components: - - type: MetaData - name: Perma Brig APC - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,16.5 - parent: 13329 - - uid: 8681 - components: - - type: MetaData - name: Security Brig Medical APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,6.5 - parent: 13329 - uid: 8682 components: - type: MetaData @@ -28954,56 +29092,31 @@ entities: - type: Transform pos: -21.5,61.5 parent: 13329 - - uid: 9345 + - uid: 7247 components: - type: Transform - pos: 28.5,1.5 + pos: 49.5,15.5 parent: 13329 - - uid: 9346 + - uid: 7249 components: - type: Transform - pos: 31.5,1.5 - parent: 13329 - - uid: 9347 - components: - - type: Transform - pos: 34.5,1.5 - parent: 13329 - - uid: 9348 - components: - - type: Transform - pos: 39.5,3.5 - parent: 13329 - - uid: 9349 - components: - - type: Transform - pos: 39.5,1.5 - parent: 13329 - - uid: 10302 - components: - - type: Transform - pos: 41.5,15.5 - parent: 13329 - - uid: 10303 - components: - - type: Transform - pos: 44.5,15.5 - parent: 13329 - - uid: 10304 - components: - - type: Transform - pos: 48.5,15.5 - parent: 13329 - - uid: 10305 - components: - - type: Transform - pos: 51.5,15.5 + pos: 51.5,12.5 parent: 13329 - uid: 10463 components: - type: Transform pos: 47.5,6.5 parent: 13329 + - uid: 10468 + components: + - type: Transform + pos: 51.5,15.5 + parent: 13329 + - uid: 10469 + components: + - type: Transform + pos: 49.5,12.5 + parent: 13329 - uid: 10503 components: - type: Transform @@ -29179,53 +29292,6 @@ entities: - type: Transform pos: 28.5,46.5 parent: 13329 -- proto: BedsheetBrown - entities: - - uid: 9350 - components: - - type: Transform - pos: 28.5,1.5 - parent: 13329 - - uid: 9351 - components: - - type: Transform - pos: 31.5,1.5 - parent: 13329 - - uid: 9352 - components: - - type: Transform - pos: 34.5,1.5 - parent: 13329 - - uid: 9353 - components: - - type: Transform - pos: 39.5,1.5 - parent: 13329 - - uid: 9354 - components: - - type: Transform - pos: 39.5,3.5 - parent: 13329 - - uid: 10306 - components: - - type: Transform - pos: 41.5,15.5 - parent: 13329 - - uid: 10307 - components: - - type: Transform - pos: 44.5,15.5 - parent: 13329 - - uid: 10308 - components: - - type: Transform - pos: 48.5,15.5 - parent: 13329 - - uid: 10309 - components: - - type: Transform - pos: 51.5,15.5 - parent: 13329 - proto: BedsheetCaptain entities: - uid: 30688 @@ -29320,16 +29386,17 @@ entities: - type: Transform pos: 15.5,51.5 parent: 13329 - - uid: 9647 + - uid: 8875 components: - type: Transform - pos: 42.5,1.5 + rot: -1.5707963267948966 rad + pos: 34.5,1.5 parent: 13329 - - uid: 10560 + - uid: 10587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,1.5 + rot: -1.5707963267948966 rad + pos: 36.5,1.5 parent: 13329 - uid: 15511 components: @@ -29395,6 +29462,18 @@ entities: - type: Transform pos: 66.5,-51.5 parent: 13329 +- proto: BedsheetOrange + entities: + - uid: 7248 + components: + - type: Transform + pos: 51.5,12.5 + parent: 13329 + - uid: 10306 + components: + - type: Transform + pos: 49.5,15.5 + parent: 13329 - proto: BedsheetPurple entities: - uid: 34638 @@ -29433,6 +29512,11 @@ entities: - type: Transform pos: -21.5,61.5 parent: 13329 + - uid: 10300 + components: + - type: Transform + pos: 49.5,12.5 + parent: 13329 - uid: 29232 components: - type: Transform @@ -29493,6 +29577,13 @@ entities: - type: Transform pos: -30.5,17.5 parent: 13329 +- proto: BedsheetSyndie + entities: + - uid: 10470 + components: + - type: Transform + pos: 51.5,15.5 + parent: 13329 - proto: BigBox entities: - uid: 11622 @@ -29671,54 +29762,6 @@ entities: parent: 13329 - proto: BlastDoorOpen entities: - - uid: 9391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,0.5 - parent: 13329 - - uid: 9392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,0.5 - parent: 13329 - - uid: 9393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,0.5 - parent: 13329 - - uid: 9394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,0.5 - parent: 13329 - - uid: 9395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,0.5 - parent: 13329 - - uid: 9396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,0.5 - parent: 13329 - - uid: 9397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,0.5 - parent: 13329 - - uid: 9398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,0.5 - parent: 13329 - uid: 9400 components: - type: Transform @@ -29729,11 +29772,6 @@ entities: - type: Transform pos: 52.5,21.5 parent: 13329 - - uid: 9403 - components: - - type: Transform - pos: 52.5,22.5 - parent: 13329 - uid: 9404 components: - type: Transform @@ -29744,18 +29782,6 @@ entities: - type: Transform pos: 52.5,24.5 parent: 13329 - - uid: 10638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,0.5 - parent: 13329 - - uid: 10645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,0.5 - parent: 13329 - uid: 14605 components: - type: Transform @@ -29925,11 +29951,6 @@ entities: - type: Transform pos: 30.594751,19.522747 parent: 13329 - - uid: 10445 - components: - - type: Transform - pos: 42.459343,18.408422 - parent: 13329 - uid: 26089 components: - type: Transform @@ -30004,16 +30025,6 @@ entities: - type: Transform pos: -8.5,66.5 parent: 13329 - - uid: 10341 - components: - - type: Transform - pos: 41.5,17.5 - parent: 13329 - - uid: 10342 - components: - - type: Transform - pos: 41.5,18.5 - parent: 13329 - uid: 12127 components: - type: Transform @@ -30211,6 +30222,21 @@ entities: - type: Transform pos: -18.5,53.5 parent: 13329 + - uid: 8112 + components: + - type: Transform + pos: 43.5,18.5 + parent: 13329 + - uid: 8113 + components: + - type: Transform + pos: 41.5,18.5 + parent: 13329 + - uid: 8114 + components: + - type: Transform + pos: 42.5,18.5 + parent: 13329 - uid: 13390 components: - type: Transform @@ -30348,11 +30374,6 @@ entities: - type: Transform pos: 7.559045,47.574802 parent: 13329 - - uid: 35992 - components: - - type: Transform - pos: 45.68641,3.780618 - parent: 13329 - proto: BoxBottle entities: - uid: 18489 @@ -30407,6 +30428,20 @@ entities: - type: Transform pos: 15.4645405,-8.841671 parent: 13329 +- proto: BoxCleanerGrenades + entities: + - uid: 1422 + components: + - type: Transform + pos: 2.5008028,10.611293 + parent: 13329 +- proto: BoxEvidenceMarkers + entities: + - uid: 9105 + components: + - type: Transform + pos: 31.541664,2.1613898 + parent: 13329 - proto: BoxFlashbang entities: - uid: 10688 @@ -30808,6 +30843,11 @@ entities: parent: 13329 - proto: BoxZiptie entities: + - uid: 9109 + components: + - type: Transform + pos: 32.50941,7.655998 + parent: 13329 - uid: 10264 components: - type: Transform @@ -30879,62 +30919,26 @@ entities: parent: 13329 - proto: BrigTimer entities: + - uid: 9464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,5.5 + parent: 13329 + - type: DeviceLinkSource + linkedPorts: + 8460: + - - Start + - Close + - - Timer + - Open + - - Timer + - AutoClose - uid: 10576 components: - type: Transform pos: 26.5,4.5 parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9333: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 10578 - components: - - type: Transform - pos: 35.5,4.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9336: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 10583 - components: - - type: Transform - pos: 29.5,4.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9334: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 10586 - components: - - type: Transform - pos: 32.5,4.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9335: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - proto: BrokenBottle entities: - uid: 18218 @@ -30942,12 +30946,19 @@ entities: - type: Transform pos: -38.343266,62.530876 parent: 13329 +- proto: Brutepack + entities: + - uid: 9146 + components: + - type: Transform + pos: 35.691887,1.5591729 + parent: 13329 - proto: Bucket entities: - uid: 1650 components: - type: Transform - pos: 6.4752116,12.454929 + pos: 2.4258099,10.281957 parent: 13329 - uid: 10143 components: @@ -30988,6 +30999,29 @@ entities: parent: 13329 - proto: ButtonFrameCaution entities: + - uid: 8110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,1.5 + parent: 13329 + - uid: 8126 + components: + - type: Transform + pos: 45.5,10.5 + parent: 13329 + - uid: 10314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,18.5 + parent: 13329 + - uid: 10441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,0.5 + parent: 13329 - uid: 10692 components: - type: Transform @@ -31019,6 +31053,11 @@ entities: parent: 13329 - proto: ButtonFrameCautionSecurity entities: + - uid: 8125 + components: + - type: Transform + pos: 47.5,10.5 + parent: 13329 - uid: 8648 components: - type: Transform @@ -31041,6 +31080,11 @@ entities: parent: 13329 - proto: CableApcExtension entities: + - uid: 653 + components: + - type: Transform + pos: 46.5,24.5 + parent: 13329 - uid: 674 components: - type: Transform @@ -31851,6 +31895,11 @@ entities: - type: Transform pos: -14.5,28.5 parent: 13329 + - uid: 918 + components: + - type: Transform + pos: 46.5,23.5 + parent: 13329 - uid: 1508 components: - type: Transform @@ -34921,6 +34970,161 @@ entities: - type: Transform pos: -1.5,45.5 parent: 13329 + - uid: 7145 + components: + - type: Transform + pos: 41.5,7.5 + parent: 13329 + - uid: 7170 + components: + - type: Transform + pos: 42.5,17.5 + parent: 13329 + - uid: 7171 + components: + - type: Transform + pos: 43.5,16.5 + parent: 13329 + - uid: 7412 + components: + - type: Transform + pos: 30.5,4.5 + parent: 13329 + - uid: 7413 + components: + - type: Transform + pos: 30.5,3.5 + parent: 13329 + - uid: 7414 + components: + - type: Transform + pos: 30.5,2.5 + parent: 13329 + - uid: 7419 + components: + - type: Transform + pos: 27.5,1.5 + parent: 13329 + - uid: 7420 + components: + - type: Transform + pos: 28.5,2.5 + parent: 13329 + - uid: 7421 + components: + - type: Transform + pos: 27.5,2.5 + parent: 13329 + - uid: 7518 + components: + - type: Transform + pos: 30.5,0.5 + parent: 13329 + - uid: 7523 + components: + - type: Transform + pos: 31.5,0.5 + parent: 13329 + - uid: 7527 + components: + - type: Transform + pos: 39.5,9.5 + parent: 13329 + - uid: 7541 + components: + - type: Transform + pos: 43.5,7.5 + parent: 13329 + - uid: 7542 + components: + - type: Transform + pos: 44.5,7.5 + parent: 13329 + - uid: 7543 + components: + - type: Transform + pos: 43.5,5.5 + parent: 13329 + - uid: 7544 + components: + - type: Transform + pos: 43.5,4.5 + parent: 13329 + - uid: 7545 + components: + - type: Transform + pos: 37.5,6.5 + parent: 13329 + - uid: 7551 + components: + - type: Transform + pos: 43.5,6.5 + parent: 13329 + - uid: 8124 + components: + - type: Transform + pos: 45.5,22.5 + parent: 13329 + - uid: 8140 + components: + - type: Transform + pos: 38.5,6.5 + parent: 13329 + - uid: 8142 + components: + - type: Transform + pos: 47.5,2.5 + parent: 13329 + - uid: 8145 + components: + - type: Transform + pos: 46.5,2.5 + parent: 13329 + - uid: 8148 + components: + - type: Transform + pos: 45.5,2.5 + parent: 13329 + - uid: 8149 + components: + - type: Transform + pos: 44.5,2.5 + parent: 13329 + - uid: 8150 + components: + - type: Transform + pos: 43.5,3.5 + parent: 13329 + - uid: 8151 + components: + - type: Transform + pos: 42.5,2.5 + parent: 13329 + - uid: 8152 + components: + - type: Transform + pos: 43.5,2.5 + parent: 13329 + - uid: 8157 + components: + - type: Transform + pos: 43.5,8.5 + parent: 13329 + - uid: 8464 + components: + - type: Transform + pos: 47.5,8.5 + parent: 13329 + - uid: 8471 + components: + - type: Transform + pos: 45.5,15.5 + parent: 13329 + - uid: 8472 + components: + - type: Transform + pos: 44.5,15.5 + parent: 13329 - uid: 8664 components: - type: Transform @@ -35804,72 +36008,27 @@ entities: - uid: 8865 components: - type: Transform - pos: 27.5,5.5 - parent: 13329 - - uid: 8866 - components: - - type: Transform - pos: 27.5,4.5 - parent: 13329 - - uid: 8867 - components: - - type: Transform - pos: 27.5,3.5 - parent: 13329 - - uid: 8868 - components: - - type: Transform - pos: 27.5,2.5 - parent: 13329 - - uid: 8869 - components: - - type: Transform - pos: 27.5,1.5 + pos: 46.5,5.5 parent: 13329 - uid: 8870 components: - type: Transform - pos: 27.5,0.5 + pos: 43.5,13.5 parent: 13329 - uid: 8871 components: - type: Transform - pos: 28.5,0.5 + pos: 43.5,15.5 parent: 13329 - uid: 8872 components: - type: Transform pos: 30.5,5.5 parent: 13329 - - uid: 8873 - components: - - type: Transform - pos: 30.5,4.5 - parent: 13329 - - uid: 8874 - components: - - type: Transform - pos: 30.5,3.5 - parent: 13329 - - uid: 8875 - components: - - type: Transform - pos: 30.5,2.5 - parent: 13329 - uid: 8876 components: - type: Transform - pos: 30.5,1.5 - parent: 13329 - - uid: 8877 - components: - - type: Transform - pos: 30.5,0.5 - parent: 13329 - - uid: 8878 - components: - - type: Transform - pos: 31.5,0.5 + pos: 43.5,14.5 parent: 13329 - uid: 8879 components: @@ -35881,36 +36040,6 @@ entities: - type: Transform pos: 33.5,5.5 parent: 13329 - - uid: 8881 - components: - - type: Transform - pos: 33.5,4.5 - parent: 13329 - - uid: 8882 - components: - - type: Transform - pos: 33.5,3.5 - parent: 13329 - - uid: 8883 - components: - - type: Transform - pos: 33.5,2.5 - parent: 13329 - - uid: 8884 - components: - - type: Transform - pos: 33.5,1.5 - parent: 13329 - - uid: 8885 - components: - - type: Transform - pos: 33.5,0.5 - parent: 13329 - - uid: 8886 - components: - - type: Transform - pos: 34.5,0.5 - parent: 13329 - uid: 8887 components: - type: Transform @@ -35926,70 +36055,10 @@ entities: - type: Transform pos: 36.5,6.5 parent: 13329 - - uid: 8890 - components: - - type: Transform - pos: 37.5,6.5 - parent: 13329 - - uid: 8891 - components: - - type: Transform - pos: 37.5,5.5 - parent: 13329 - uid: 8892 components: - type: Transform - pos: 37.5,4.5 - parent: 13329 - - uid: 8893 - components: - - type: Transform - pos: 37.5,3.5 - parent: 13329 - - uid: 8894 - components: - - type: Transform - pos: 37.5,2.5 - parent: 13329 - - uid: 8895 - components: - - type: Transform - pos: 37.5,1.5 - parent: 13329 - - uid: 8896 - components: - - type: Transform - pos: 37.5,0.5 - parent: 13329 - - uid: 8897 - components: - - type: Transform - pos: 36.5,0.5 - parent: 13329 - - uid: 8898 - components: - - type: Transform - pos: 38.5,0.5 - parent: 13329 - - uid: 8899 - components: - - type: Transform - pos: 39.5,0.5 - parent: 13329 - - uid: 8900 - components: - - type: Transform - pos: 38.5,4.5 - parent: 13329 - - uid: 8901 - components: - - type: Transform - pos: 39.5,4.5 - parent: 13329 - - uid: 8902 - components: - - type: Transform - pos: 36.5,4.5 + pos: 43.5,12.5 parent: 13329 - uid: 8903 components: @@ -36131,6 +36200,11 @@ entities: - type: Transform pos: 34.5,13.5 parent: 13329 + - uid: 8933 + components: + - type: Transform + pos: 43.5,9.5 + parent: 13329 - uid: 8934 components: - type: Transform @@ -36151,41 +36225,11 @@ entities: - type: Transform pos: 37.5,13.5 parent: 13329 - - uid: 8941 - components: - - type: Transform - pos: 44.5,6.5 - parent: 13329 - uid: 8943 components: - type: Transform pos: 38.5,13.5 parent: 13329 - - uid: 8944 - components: - - type: Transform - pos: 43.5,6.5 - parent: 13329 - - uid: 8945 - components: - - type: Transform - pos: 42.5,6.5 - parent: 13329 - - uid: 8946 - components: - - type: Transform - pos: 41.5,6.5 - parent: 13329 - - uid: 8947 - components: - - type: Transform - pos: 40.5,6.5 - parent: 13329 - - uid: 8948 - components: - - type: Transform - pos: 40.5,7.5 - parent: 13329 - uid: 8949 components: - type: Transform @@ -36196,116 +36240,11 @@ entities: - type: Transform pos: 39.5,8.5 parent: 13329 - - uid: 8951 - components: - - type: Transform - pos: 42.5,5.5 - parent: 13329 - - uid: 8952 - components: - - type: Transform - pos: 42.5,4.5 - parent: 13329 - - uid: 8953 - components: - - type: Transform - pos: 42.5,3.5 - parent: 13329 - - uid: 8954 - components: - - type: Transform - pos: 42.5,2.5 - parent: 13329 - - uid: 8955 - components: - - type: Transform - pos: 42.5,1.5 - parent: 13329 - - uid: 8956 - components: - - type: Transform - pos: 43.5,2.5 - parent: 13329 - - uid: 8957 - components: - - type: Transform - pos: 44.5,2.5 - parent: 13329 - - uid: 8958 - components: - - type: Transform - pos: 45.5,2.5 - parent: 13329 - - uid: 8959 - components: - - type: Transform - pos: 46.5,2.5 - parent: 13329 - - uid: 8960 - components: - - type: Transform - pos: 47.5,2.5 - parent: 13329 - uid: 8961 components: - type: Transform pos: 42.5,7.5 parent: 13329 - - uid: 8962 - components: - - type: Transform - pos: 42.5,8.5 - parent: 13329 - - uid: 8963 - components: - - type: Transform - pos: 42.5,9.5 - parent: 13329 - - uid: 8964 - components: - - type: Transform - pos: 42.5,10.5 - parent: 13329 - - uid: 8965 - components: - - type: Transform - pos: 43.5,10.5 - parent: 13329 - - uid: 8966 - components: - - type: Transform - pos: 44.5,10.5 - parent: 13329 - - uid: 8967 - components: - - type: Transform - pos: 45.5,10.5 - parent: 13329 - - uid: 8968 - components: - - type: Transform - pos: 47.5,10.5 - parent: 13329 - - uid: 8969 - components: - - type: Transform - pos: 48.5,10.5 - parent: 13329 - - uid: 8970 - components: - - type: Transform - pos: 49.5,10.5 - parent: 13329 - - uid: 8971 - components: - - type: Transform - pos: 50.5,10.5 - parent: 13329 - - uid: 8972 - components: - - type: Transform - pos: 50.5,9.5 - parent: 13329 - uid: 8973 components: - type: Transform @@ -36331,11 +36270,6 @@ entities: - type: Transform pos: 49.5,6.5 parent: 13329 - - uid: 8978 - components: - - type: Transform - pos: 48.5,6.5 - parent: 13329 - uid: 8979 components: - type: Transform @@ -36356,120 +36290,25 @@ entities: - type: Transform pos: 50.5,3.5 parent: 13329 - - uid: 8983 - components: - - type: Transform - pos: 50.5,11.5 - parent: 13329 - - uid: 8984 - components: - - type: Transform - pos: 50.5,12.5 - parent: 13329 - - uid: 8985 - components: - - type: Transform - pos: 50.5,13.5 - parent: 13329 - - uid: 8986 - components: - - type: Transform - pos: 50.5,14.5 - parent: 13329 - uid: 8987 components: - type: Transform - pos: 50.5,15.5 - parent: 13329 - - uid: 8988 - components: - - type: Transform - pos: 47.5,11.5 - parent: 13329 - - uid: 8989 - components: - - type: Transform - pos: 47.5,12.5 - parent: 13329 - - uid: 8990 - components: - - type: Transform - pos: 47.5,13.5 - parent: 13329 - - uid: 8991 - components: - - type: Transform - pos: 47.5,14.5 - parent: 13329 - - uid: 8992 - components: - - type: Transform - pos: 47.5,15.5 - parent: 13329 - - uid: 8993 - components: - - type: Transform - pos: 45.5,11.5 - parent: 13329 - - uid: 8994 - components: - - type: Transform - pos: 45.5,12.5 + pos: 43.5,11.5 parent: 13329 - uid: 8995 components: - type: Transform - pos: 45.5,13.5 - parent: 13329 - - uid: 8996 - components: - - type: Transform - pos: 45.5,14.5 - parent: 13329 - - uid: 8997 - components: - - type: Transform - pos: 45.5,15.5 - parent: 13329 - - uid: 8998 - components: - - type: Transform - pos: 42.5,11.5 - parent: 13329 - - uid: 8999 - components: - - type: Transform - pos: 42.5,12.5 - parent: 13329 - - uid: 9000 - components: - - type: Transform - pos: 42.5,13.5 + pos: 43.5,10.5 parent: 13329 - uid: 9001 components: - type: Transform - pos: 42.5,14.5 - parent: 13329 - - uid: 9002 - components: - - type: Transform - pos: 42.5,15.5 - parent: 13329 - - uid: 9003 - components: - - type: Transform - pos: 43.5,16.5 + pos: 29.5,2.5 parent: 13329 - uid: 9004 components: - type: Transform - pos: 43.5,17.5 - parent: 13329 - - uid: 9005 - components: - - type: Transform - pos: 43.5,18.5 + pos: 28.5,0.5 parent: 13329 - uid: 9006 components: @@ -36506,16 +36345,6 @@ entities: - type: Transform pos: 43.5,25.5 parent: 13329 - - uid: 9013 - components: - - type: Transform - pos: 44.5,25.5 - parent: 13329 - - uid: 9014 - components: - - type: Transform - pos: 45.5,25.5 - parent: 13329 - uid: 9015 components: - type: Transform @@ -36641,16 +36470,6 @@ entities: - type: Transform pos: 46.5,17.5 parent: 13329 - - uid: 9040 - components: - - type: Transform - pos: 45.5,17.5 - parent: 13329 - - uid: 9041 - components: - - type: Transform - pos: 44.5,17.5 - parent: 13329 - uid: 9042 components: - type: Transform @@ -36676,6 +36495,11 @@ entities: - type: Transform pos: 46.5,22.5 parent: 13329 + - uid: 9106 + components: + - type: Transform + pos: 30.5,1.5 + parent: 13329 - uid: 9420 components: - type: Transform @@ -36686,11 +36510,76 @@ entities: - type: Transform pos: 32.5,10.5 parent: 13329 + - uid: 9437 + components: + - type: Transform + pos: 46.5,16.5 + parent: 13329 - uid: 9445 components: - type: Transform pos: 33.5,10.5 parent: 13329 + - uid: 10313 + components: + - type: Transform + pos: 45.5,6.5 + parent: 13329 + - uid: 10318 + components: + - type: Transform + pos: 46.5,15.5 + parent: 13329 + - uid: 10365 + components: + - type: Transform + pos: 44.5,22.5 + parent: 13329 + - uid: 10373 + components: + - type: Transform + pos: 48.5,14.5 + parent: 13329 + - uid: 10377 + components: + - type: Transform + pos: 50.5,14.5 + parent: 13329 + - uid: 10431 + components: + - type: Transform + pos: 27.5,0.5 + parent: 13329 + - uid: 10558 + components: + - type: Transform + pos: 47.5,14.5 + parent: 13329 + - uid: 10560 + components: + - type: Transform + pos: 50.5,13.5 + parent: 13329 + - uid: 10564 + components: + - type: Transform + pos: 49.5,14.5 + parent: 13329 + - uid: 10645 + components: + - type: Transform + pos: 50.5,12.5 + parent: 13329 + - uid: 10772 + components: + - type: Transform + pos: 46.5,8.5 + parent: 13329 + - uid: 10773 + components: + - type: Transform + pos: 45.5,8.5 + parent: 13329 - uid: 10794 components: - type: Transform @@ -43046,6 +42935,16 @@ entities: - type: Transform pos: 22.5,52.5 parent: 13329 + - uid: 18860 + components: + - type: Transform + pos: 50.5,10.5 + parent: 13329 + - uid: 19133 + components: + - type: Transform + pos: 50.5,9.5 + parent: 13329 - uid: 19284 components: - type: Transform @@ -44036,6 +43935,11 @@ entities: - type: Transform pos: 86.5,-20.5 parent: 13329 + - uid: 23874 + components: + - type: Transform + pos: 46.5,12.5 + parent: 13329 - uid: 23964 components: - type: Transform @@ -47411,6 +47315,16 @@ entities: - type: Transform pos: 47.5,-55.5 parent: 13329 + - uid: 25905 + components: + - type: Transform + pos: 46.5,13.5 + parent: 13329 + - uid: 26038 + components: + - type: Transform + pos: 41.5,17.5 + parent: 13329 - uid: 26179 components: - type: Transform @@ -55006,6 +54920,41 @@ entities: - type: Transform pos: 124.5,57.5 parent: 13329 + - uid: 35854 + components: + - type: Transform + pos: 43.5,17.5 + parent: 13329 + - uid: 35971 + components: + - type: Transform + pos: 46.5,14.5 + parent: 13329 + - uid: 35987 + components: + - type: Transform + pos: 45.5,7.5 + parent: 13329 + - uid: 35990 + components: + - type: Transform + pos: 41.5,2.5 + parent: 13329 + - uid: 35991 + components: + - type: Transform + pos: 45.5,5.5 + parent: 13329 + - uid: 35992 + components: + - type: Transform + pos: 47.5,5.5 + parent: 13329 + - uid: 36004 + components: + - type: Transform + pos: 48.5,6.5 + parent: 13329 - uid: 36005 components: - type: Transform @@ -55021,6 +54970,31 @@ entities: - type: Transform pos: 24.5,37.5 parent: 13329 + - uid: 36021 + components: + - type: Transform + pos: 44.5,10.5 + parent: 13329 + - uid: 36047 + components: + - type: Transform + pos: 39.5,6.5 + parent: 13329 + - uid: 36062 + components: + - type: Transform + pos: 45.5,10.5 + parent: 13329 + - uid: 36063 + components: + - type: Transform + pos: 46.5,10.5 + parent: 13329 + - uid: 36064 + components: + - type: Transform + pos: 47.5,10.5 + parent: 13329 - proto: CableApcStack entities: - uid: 12137 @@ -58457,6 +58431,16 @@ entities: - type: Transform pos: 13.5,29.5 parent: 13329 + - uid: 8127 + components: + - type: Transform + pos: 53.5,23.5 + parent: 13329 + - uid: 8129 + components: + - type: Transform + pos: 54.5,22.5 + parent: 13329 - uid: 9144 components: - type: Transform @@ -58467,11 +58451,6 @@ entities: - type: Transform pos: 52.5,21.5 parent: 13329 - - uid: 9146 - components: - - type: Transform - pos: 52.5,22.5 - parent: 13329 - uid: 9147 components: - type: Transform @@ -58482,16 +58461,6 @@ entities: - type: Transform pos: 52.5,24.5 parent: 13329 - - uid: 9149 - components: - - type: Transform - pos: 53.5,22.5 - parent: 13329 - - uid: 9150 - components: - - type: Transform - pos: 54.5,22.5 - parent: 13329 - uid: 9151 components: - type: Transform @@ -58947,6 +58916,11 @@ entities: - type: Transform pos: 25.5,-0.5 parent: 13329 + - uid: 9463 + components: + - type: Transform + pos: 53.5,21.5 + parent: 13329 - uid: 9478 components: - type: Transform @@ -59487,11 +59461,6 @@ entities: - type: Transform pos: 17.5,-21.5 parent: 13329 - - uid: 10696 - components: - - type: Transform - pos: 28.5,0.5 - parent: 13329 - uid: 11012 components: - type: Transform @@ -68692,51 +68661,6 @@ entities: - type: Transform pos: 86.5,3.5 parent: 13329 - - uid: 35979 - components: - - type: Transform - pos: 27.5,0.5 - parent: 13329 - - uid: 35980 - components: - - type: Transform - pos: 30.5,0.5 - parent: 13329 - - uid: 35981 - components: - - type: Transform - pos: 31.5,0.5 - parent: 13329 - - uid: 35982 - components: - - type: Transform - pos: 33.5,0.5 - parent: 13329 - - uid: 35983 - components: - - type: Transform - pos: 34.5,0.5 - parent: 13329 - - uid: 35984 - components: - - type: Transform - pos: 36.5,0.5 - parent: 13329 - - uid: 35985 - components: - - type: Transform - pos: 37.5,0.5 - parent: 13329 - - uid: 35986 - components: - - type: Transform - pos: 38.5,0.5 - parent: 13329 - - uid: 35987 - components: - - type: Transform - pos: 39.5,0.5 - parent: 13329 - uid: 36015 components: - type: Transform @@ -70411,6 +70335,21 @@ entities: - type: Transform pos: -16.5,71.5 parent: 13329 + - uid: 7168 + components: + - type: Transform + pos: 43.5,9.5 + parent: 13329 + - uid: 7528 + components: + - type: Transform + pos: 37.5,7.5 + parent: 13329 + - uid: 7546 + components: + - type: Transform + pos: 35.5,7.5 + parent: 13329 - uid: 7750 components: - type: Transform @@ -70731,6 +70670,56 @@ entities: - type: Transform pos: 7.5,29.5 parent: 13329 + - uid: 8083 + components: + - type: Transform + pos: 48.5,6.5 + parent: 13329 + - uid: 8090 + components: + - type: Transform + pos: 50.5,9.5 + parent: 13329 + - uid: 8108 + components: + - type: Transform + pos: 47.5,9.5 + parent: 13329 + - uid: 8109 + components: + - type: Transform + pos: 48.5,9.5 + parent: 13329 + - uid: 8153 + components: + - type: Transform + pos: 43.5,8.5 + parent: 13329 + - uid: 8155 + components: + - type: Transform + pos: 46.5,9.5 + parent: 13329 + - uid: 8580 + components: + - type: Transform + pos: 43.5,7.5 + parent: 13329 + - uid: 8680 + components: + - type: Transform + pos: 44.5,7.5 + parent: 13329 + - uid: 8944 + components: + - type: Transform + pos: 45.5,9.5 + parent: 13329 + - uid: 8948 + components: + - type: Transform + pos: 44.5,9.5 + parent: 13329 - uid: 9047 components: - type: Transform @@ -70976,121 +70965,6 @@ entities: - type: Transform pos: 34.5,6.5 parent: 13329 - - uid: 9096 - components: - - type: Transform - pos: 35.5,6.5 - parent: 13329 - - uid: 9097 - components: - - type: Transform - pos: 36.5,6.5 - parent: 13329 - - uid: 9098 - components: - - type: Transform - pos: 37.5,6.5 - parent: 13329 - - uid: 9099 - components: - - type: Transform - pos: 38.5,6.5 - parent: 13329 - - uid: 9100 - components: - - type: Transform - pos: 39.5,6.5 - parent: 13329 - - uid: 9101 - components: - - type: Transform - pos: 40.5,6.5 - parent: 13329 - - uid: 9102 - components: - - type: Transform - pos: 41.5,6.5 - parent: 13329 - - uid: 9103 - components: - - type: Transform - pos: 42.5,6.5 - parent: 13329 - - uid: 9104 - components: - - type: Transform - pos: 43.5,6.5 - parent: 13329 - - uid: 9105 - components: - - type: Transform - pos: 44.5,6.5 - parent: 13329 - - uid: 9106 - components: - - type: Transform - pos: 42.5,7.5 - parent: 13329 - - uid: 9107 - components: - - type: Transform - pos: 42.5,8.5 - parent: 13329 - - uid: 9108 - components: - - type: Transform - pos: 42.5,9.5 - parent: 13329 - - uid: 9109 - components: - - type: Transform - pos: 42.5,10.5 - parent: 13329 - - uid: 9110 - components: - - type: Transform - pos: 42.5,11.5 - parent: 13329 - - uid: 9111 - components: - - type: Transform - pos: 42.5,12.5 - parent: 13329 - - uid: 9112 - components: - - type: Transform - pos: 42.5,13.5 - parent: 13329 - - uid: 9113 - components: - - type: Transform - pos: 42.5,14.5 - parent: 13329 - - uid: 9114 - components: - - type: Transform - pos: 42.5,15.5 - parent: 13329 - - uid: 9115 - components: - - type: Transform - pos: 42.5,16.5 - parent: 13329 - - uid: 9116 - components: - - type: Transform - pos: 42.5,17.5 - parent: 13329 - - uid: 9117 - components: - - type: Transform - pos: 43.5,17.5 - parent: 13329 - - uid: 9118 - components: - - type: Transform - pos: 43.5,16.5 - parent: 13329 - uid: 9124 components: - type: Transform @@ -71121,11 +70995,6 @@ entities: - type: Transform pos: 21.5,17.5 parent: 13329 - - uid: 9130 - components: - - type: Transform - pos: 21.5,18.5 - parent: 13329 - uid: 9131 components: - type: Transform @@ -71191,6 +71060,16 @@ entities: - type: Transform pos: 15.5,29.5 parent: 13329 + - uid: 9392 + components: + - type: Transform + pos: 40.5,7.5 + parent: 13329 + - uid: 9397 + components: + - type: Transform + pos: 39.5,7.5 + parent: 13329 - uid: 9869 components: - type: Transform @@ -71536,6 +71415,16 @@ entities: - type: Transform pos: 22.5,19.5 parent: 13329 + - uid: 10331 + components: + - type: Transform + pos: 38.5,7.5 + parent: 13329 + - uid: 10426 + components: + - type: Transform + pos: 49.5,9.5 + parent: 13329 - uid: 10643 components: - type: Transform @@ -71986,11 +71875,6 @@ entities: - type: Transform pos: 15.5,-21.5 parent: 13329 - - uid: 11553 - components: - - type: Transform - pos: 48.5,6.5 - parent: 13329 - uid: 11554 components: - type: Transform @@ -72011,46 +71895,6 @@ entities: - type: Transform pos: 50.5,8.5 parent: 13329 - - uid: 11558 - components: - - type: Transform - pos: 50.5,9.5 - parent: 13329 - - uid: 11559 - components: - - type: Transform - pos: 49.5,9.5 - parent: 13329 - - uid: 11560 - components: - - type: Transform - pos: 48.5,9.5 - parent: 13329 - - uid: 11561 - components: - - type: Transform - pos: 47.5,9.5 - parent: 13329 - - uid: 11562 - components: - - type: Transform - pos: 46.5,9.5 - parent: 13329 - - uid: 11563 - components: - - type: Transform - pos: 45.5,9.5 - parent: 13329 - - uid: 11564 - components: - - type: Transform - pos: 44.5,9.5 - parent: 13329 - - uid: 11565 - components: - - type: Transform - pos: 43.5,9.5 - parent: 13329 - uid: 11856 components: - type: Transform @@ -79151,6 +78995,21 @@ entities: - type: Transform pos: 93.5,-0.5 parent: 13329 + - uid: 36044 + components: + - type: Transform + pos: 36.5,7.5 + parent: 13329 + - uid: 36045 + components: + - type: Transform + pos: 41.5,7.5 + parent: 13329 + - uid: 36046 + components: + - type: Transform + pos: 42.5,7.5 + parent: 13329 - proto: CableMVStack entities: - uid: 26655 @@ -79349,10 +79208,10 @@ entities: parent: 13329 - proto: CargoMailTeleporter entities: - - uid: 36004 + - uid: 1503 components: - type: Transform - pos: 15.5,-14.5 + pos: 15.5,-13.5 parent: 13329 - proto: Carpet entities: @@ -80079,127 +79938,106 @@ entities: - uid: 29571 components: - type: Transform - rot: 1.5707963267948966 rad pos: 74.5,31.5 parent: 13329 - uid: 29572 components: - type: Transform - rot: 1.5707963267948966 rad pos: 74.5,32.5 parent: 13329 - uid: 29573 components: - type: Transform - rot: 1.5707963267948966 rad pos: 74.5,33.5 parent: 13329 - uid: 29574 components: - type: Transform - rot: 1.5707963267948966 rad pos: 75.5,31.5 parent: 13329 - uid: 29575 components: - type: Transform - rot: 1.5707963267948966 rad pos: 75.5,32.5 parent: 13329 - uid: 29576 components: - type: Transform - rot: 1.5707963267948966 rad pos: 75.5,33.5 parent: 13329 - uid: 29577 components: - type: Transform - rot: 1.5707963267948966 rad pos: 76.5,31.5 parent: 13329 - uid: 29578 components: - type: Transform - rot: 1.5707963267948966 rad pos: 76.5,32.5 parent: 13329 - uid: 29579 components: - type: Transform - rot: 1.5707963267948966 rad pos: 76.5,33.5 parent: 13329 - uid: 29580 components: - type: Transform - rot: 1.5707963267948966 rad pos: 78.5,33.5 parent: 13329 - uid: 29581 components: - type: Transform - rot: 1.5707963267948966 rad pos: 78.5,32.5 parent: 13329 - uid: 29582 components: - type: Transform - rot: 1.5707963267948966 rad pos: 78.5,31.5 parent: 13329 - uid: 29583 components: - type: Transform - rot: 1.5707963267948966 rad pos: 79.5,33.5 parent: 13329 - uid: 29584 components: - type: Transform - rot: 1.5707963267948966 rad pos: 79.5,32.5 parent: 13329 - uid: 29585 components: - type: Transform - rot: 1.5707963267948966 rad pos: 79.5,31.5 parent: 13329 - uid: 32688 components: - type: Transform - rot: 1.5707963267948966 rad pos: 97.5,23.5 parent: 13329 - uid: 32689 components: - type: Transform - rot: 1.5707963267948966 rad pos: 97.5,24.5 parent: 13329 - uid: 32690 components: - type: Transform - rot: 1.5707963267948966 rad pos: 98.5,23.5 parent: 13329 - uid: 32691 components: - type: Transform - rot: 1.5707963267948966 rad pos: 98.5,24.5 parent: 13329 - uid: 32692 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,23.5 parent: 13329 - uid: 32693 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,24.5 parent: 13329 - uid: 33833 @@ -80789,37 +80627,31 @@ entities: - uid: 29545 components: - type: Transform - rot: -1.5707963267948966 rad pos: 69.5,34.5 parent: 13329 - uid: 29546 components: - type: Transform - rot: -1.5707963267948966 rad pos: 69.5,35.5 parent: 13329 - uid: 29547 components: - type: Transform - rot: -1.5707963267948966 rad pos: 70.5,34.5 parent: 13329 - uid: 29548 components: - type: Transform - rot: -1.5707963267948966 rad pos: 70.5,35.5 parent: 13329 - uid: 29549 components: - type: Transform - rot: -1.5707963267948966 rad pos: 71.5,34.5 parent: 13329 - uid: 29550 components: - type: Transform - rot: -1.5707963267948966 rad pos: 71.5,35.5 parent: 13329 - uid: 29563 @@ -81107,25 +80939,21 @@ entities: - uid: 26223 components: - type: Transform - rot: 1.5707963267948966 rad pos: 85.5,-16.5 parent: 13329 - uid: 26224 components: - type: Transform - rot: 1.5707963267948966 rad pos: 85.5,-15.5 parent: 13329 - uid: 26225 components: - type: Transform - rot: 1.5707963267948966 rad pos: 86.5,-16.5 parent: 13329 - uid: 26226 components: - type: Transform - rot: 1.5707963267948966 rad pos: 86.5,-15.5 parent: 13329 - uid: 29222 @@ -81168,6 +80996,26 @@ entities: - type: Transform pos: 64.5,8.5 parent: 13329 + - uid: 36038 + components: + - type: Transform + pos: 41.5,16.5 + parent: 13329 + - uid: 36039 + components: + - type: Transform + pos: 41.5,15.5 + parent: 13329 + - uid: 36040 + components: + - type: Transform + pos: 42.5,16.5 + parent: 13329 + - uid: 36041 + components: + - type: Transform + pos: 42.5,15.5 + parent: 13329 - proto: CarpetPink entities: - uid: 29218 @@ -83148,6 +82996,18 @@ entities: - type: Transform pos: 38.5,28.5 parent: 13329 + - uid: 8120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,28.5 + parent: 13329 + - uid: 8968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,28.5 + parent: 13329 - uid: 9833 components: - type: Transform @@ -83158,6 +83018,12 @@ entities: - type: Transform pos: 13.5,-36.5 parent: 13329 + - uid: 10425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,28.5 + parent: 13329 - uid: 10704 components: - type: Transform @@ -89265,6 +89131,42 @@ entities: rot: 3.141592653589793 rad pos: 99.5,52.5 parent: 13329 + - uid: 36036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,26.5 + parent: 13329 + - uid: 36037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,26.5 + parent: 13329 + - uid: 36050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,10.5 + parent: 13329 + - uid: 36051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,9.5 + parent: 13329 + - uid: 36057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,6.5 + parent: 13329 + - uid: 36058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,6.5 + parent: 13329 - proto: Chair entities: - uid: 2323 @@ -89498,6 +89400,11 @@ entities: rot: 3.141592653589793 rad pos: 2.5,17.5 parent: 13329 + - uid: 9149 + components: + - type: Transform + pos: 33.5,3.5 + parent: 13329 - uid: 9457 components: - type: Transform @@ -89519,17 +89426,6 @@ entities: - type: Transform pos: 42.5,29.5 parent: 13329 - - uid: 10377 - components: - - type: Transform - pos: 43.5,29.5 - parent: 13329 - - uid: 10378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,27.5 - parent: 13329 - uid: 10379 components: - type: Transform @@ -89541,6 +89437,30 @@ entities: - type: Transform pos: 45.5,29.5 parent: 13329 + - uid: 10474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,1.5 + parent: 13329 + - uid: 10670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,1.5 + parent: 13329 + - uid: 11564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,21.5 + parent: 13329 + - uid: 11565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,23.5 + parent: 13329 - uid: 11677 components: - type: Transform @@ -89624,6 +89544,12 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,-24.5 parent: 13329 + - uid: 14593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,5.5 + parent: 13329 - uid: 15538 components: - type: Transform @@ -89981,6 +89907,18 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,-10.5 parent: 13329 + - uid: 36042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,5.5 + parent: 13329 + - uid: 36043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,5.5 + parent: 13329 - proto: ChairFolding entities: - uid: 897 @@ -89989,12 +89927,6 @@ entities: rot: -1.5707963267948966 rad pos: -8.420344,26.658598 parent: 13329 - - uid: 1502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,11.5 - parent: 13329 - uid: 3735 components: - type: Transform @@ -90307,6 +90239,12 @@ entities: rot: 3.141592653589793 rad pos: 34.5223,-29.434305 parent: 13329 + - uid: 8971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,9.5 + parent: 13329 - uid: 9384 components: - type: Transform @@ -90582,12 +90520,6 @@ entities: - type: Transform pos: 83.5,-41.5 parent: 13329 - - uid: 36021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,21.5 - parent: 13329 - proto: ChairOfficeLight entities: - uid: 15343 @@ -90883,6 +90815,40 @@ entities: rot: 3.141592653589793 rad pos: -8.5,70.5 parent: 13329 + - uid: 7234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,14.5 + parent: 13329 + - uid: 8159 + components: + - type: Transform + pos: 41.5,17.5 + parent: 13329 + - uid: 8160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,16.5 + parent: 13329 + - uid: 8162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,15.5 + parent: 13329 + - uid: 10475 + components: + - type: Transform + pos: 42.5,17.5 + parent: 13329 + - uid: 11560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,14.5 + parent: 13329 - uid: 29256 components: - type: Transform @@ -91054,6 +91020,13 @@ entities: rot: 3.141592653589793 rad pos: 80.5,-48.5 parent: 13329 +- proto: CheapLighter + entities: + - uid: 7173 + components: + - type: Transform + pos: 46.6966,20.050323 + parent: 13329 - proto: CheapRollerBed entities: - uid: 18570 @@ -91156,10 +91129,10 @@ entities: - type: Transform pos: -4.3961477,10.577835 parent: 13329 - - uid: 10426 + - uid: 10918 components: - type: Transform - pos: 46.518105,20.451113 + pos: 41.491898,16.546383 parent: 13329 - uid: 13611 components: @@ -91183,6 +91156,18 @@ entities: - type: Transform pos: 84.62421,-10.556693 parent: 13329 +- proto: Cigarette + entities: + - uid: 7172 + components: + - type: Transform + pos: 51.394516,14.043486 + parent: 13329 + - uid: 10567 + components: + - type: Transform + pos: 51.467434,14.178997 + parent: 13329 - proto: CigaretteSpent entities: - uid: 12139 @@ -91298,6 +91283,13 @@ entities: - type: Transform pos: -23.315784,41.777092 parent: 13329 +- proto: CigPackBlack + entities: + - uid: 9403 + components: + - type: Transform + pos: 46.35285,20.008629 + parent: 13329 - proto: CircuitImprinter entities: - uid: 15506 @@ -91397,6 +91389,11 @@ entities: - 0 - 0 - 0 + - uid: 10586 + components: + - type: Transform + pos: 49.5,25.5 + parent: 13329 - proto: ClosetEmergencyFilledRandom entities: - uid: 2609 @@ -93402,6 +93399,11 @@ entities: - 0 - 0 - 0 + - uid: 10302 + components: + - type: Transform + pos: 4.5,13.5 + parent: 13329 - proto: ClosetL3Filled entities: - uid: 18846 @@ -94941,6 +94943,20 @@ entities: - 0 - 0 - 0 +- proto: ClosetWallOrange + entities: + - uid: 7244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,12.5 + parent: 13329 + - uid: 7245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,15.5 + parent: 13329 - proto: ClothingBackpackClown entities: - uid: 34574 @@ -94964,6 +94980,16 @@ entities: parent: 13329 - proto: ClothingBackpackDuffelSurgeryFilled entities: + - uid: 7408 + components: + - type: Transform + pos: 37.43726,3.6698418 + parent: 13329 + - uid: 10563 + components: + - type: Transform + pos: 8.477257,56.609226 + parent: 13329 - uid: 14372 components: - type: Transform @@ -95074,6 +95100,13 @@ entities: - type: Transform pos: 56.473743,-16.515564 parent: 13329 +- proto: ClothingEyesGlassesCheapSunglasses + entities: + - uid: 7238 + components: + - type: Transform + pos: 46.455315,20.615892 + parent: 13329 - proto: ClothingEyesGlassesGarGiga entities: - uid: 32723 @@ -95312,10 +95345,10 @@ entities: - type: Transform pos: -19.45746,69.26101 parent: 13329 - - uid: 10568 + - uid: 8082 components: - type: Transform - pos: 43.459335,1.59483 + pos: 37.535637,1.7989228 parent: 13329 - uid: 18482 components: @@ -95365,6 +95398,13 @@ entities: - type: Transform pos: 29.491692,-22.491154 parent: 13329 +- proto: ClothingHeadBandBlack + entities: + - uid: 7416 + components: + - type: Transform + pos: 51.529934,13.603227 + parent: 13329 - proto: ClothingHeadBandRed entities: - uid: 34062 @@ -95586,10 +95626,10 @@ entities: parent: 13329 - proto: ClothingHeadHatPaper entities: - - uid: 34247 + - uid: 10304 components: - type: Transform - pos: 46.47809,19.997993 + pos: 41.523148,16.076572 parent: 13329 - proto: ClothingHeadHatPumpkin entities: @@ -95984,10 +96024,10 @@ entities: - type: Transform pos: -19.485485,68.55882 parent: 13329 - - uid: 10567 + - uid: 8074 components: - type: Transform - pos: 45.50621,1.547955 + pos: 35.514805,1.757227 parent: 13329 - uid: 18750 components: @@ -96065,6 +96105,11 @@ entities: parent: 13329 - proto: ClothingNeckStethoscope entities: + - uid: 8075 + components: + - type: Transform + pos: 35.368973,1.6217161 + parent: 13329 - uid: 19016 components: - type: Transform @@ -96241,6 +96286,13 @@ entities: - type: Transform pos: -9.515972,-16.273252 parent: 13329 +- proto: ClothingOuterCoatGentle + entities: + - uid: 9538 + components: + - type: Transform + pos: 51.498684,14.551803 + parent: 13329 - proto: ClothingOuterCoatLab entities: - uid: 19754 @@ -97453,37 +97505,18 @@ entities: parent: 13329 - proto: ComputerCargoOrdersSecurity entities: - - uid: 18860 + - uid: 8434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,23.5 + pos: 32.5,26.5 parent: 13329 - proto: ComputerCargoOrdersService entities: - - uid: 1292 - components: - - type: Transform - pos: -21.5,22.5 - parent: 13329 -- proto: ComputerCargoShuttle - entities: - - uid: 2671 + - uid: 35873 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-16.5 - parent: 13329 - - uid: 11717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-27.5 - parent: 13329 - - uid: 11748 - components: - - type: Transform - pos: -1.5,-24.5 + pos: -10.5,28.5 parent: 13329 - proto: ComputerComms entities: @@ -97529,11 +97562,6 @@ entities: - type: Transform pos: 20.5,3.5 parent: 13329 - - uid: 9649 - components: - - type: Transform - pos: 46.5,3.5 - parent: 13329 - uid: 11812 components: - type: Transform @@ -97640,6 +97668,11 @@ entities: rot: 3.141592653589793 rad pos: 21.5,1.5 parent: 13329 + - uid: 9647 + components: + - type: Transform + pos: 33.5,7.5 + parent: 13329 - uid: 10148 components: - type: Transform @@ -97909,17 +97942,34 @@ entities: parent: 13329 - proto: ComputerShuttleCargo entities: + - uid: 2671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 13329 - uid: 11569 components: - type: Transform pos: 5.5,-36.5 parent: 13329 + - uid: 11717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-27.5 + parent: 13329 - uid: 11721 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-27.5 parent: 13329 + - uid: 11748 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 13329 - proto: ComputerSolarControl entities: - uid: 26230 @@ -98033,11 +98083,6 @@ entities: - type: Transform pos: 21.5,3.5 parent: 13329 - - uid: 10141 - components: - - type: Transform - pos: 32.5,26.5 - parent: 13329 - uid: 10268 components: - type: Transform @@ -98104,25 +98149,11 @@ entities: - type: Transform pos: 15.5,39.5 parent: 13329 - - uid: 10771 + - uid: 9466 components: - type: Transform - pos: 30.5,3.5 - parent: 13329 - - uid: 10772 - components: - - type: Transform - pos: 27.5,3.5 - parent: 13329 - - uid: 10773 - components: - - type: Transform - pos: 33.5,3.5 - parent: 13329 - - uid: 10774 - components: - - type: Transform - pos: 36.5,3.5 + rot: 1.5707963267948966 rad + pos: 46.5,21.5 parent: 13329 - uid: 26083 components: @@ -99242,10 +99273,10 @@ entities: parent: 13329 - proto: CrateLockBoxSecurity entities: - - uid: 36024 + - uid: 35973 components: - type: Transform - pos: 26.5,7.5 + pos: 32.5,24.5 parent: 13329 - proto: CrateLockBoxService entities: @@ -99259,6 +99290,11 @@ entities: - type: Transform pos: -19.5,7.5 parent: 13329 + - uid: 36068 + components: + - type: Transform + pos: -10.5,30.5 + parent: 13329 - proto: CrateMaterialSteel entities: - uid: 11674 @@ -99511,6 +99547,13 @@ entities: - type: Transform pos: 14.5,12.5 parent: 13329 +- proto: CrateServiceCustomSmokable + entities: + - uid: 8425 + components: + - type: Transform + pos: 43.5,27.5 + parent: 13329 - proto: CrateServiceJanitorialSupplies entities: - uid: 1445 @@ -99536,6 +99579,11 @@ entities: - 0 - 0 - 0 + - uid: 35872 + components: + - type: Transform + pos: 5.5,9.5 + parent: 13329 - proto: CrateTrashCartJani entities: - uid: 10779 @@ -99587,10 +99635,10 @@ entities: - type: Transform pos: -28.52797,54.547684 parent: 13329 - - uid: 10425 + - uid: 13327 components: - type: Transform - pos: 49.53625,25.598843 + pos: 46.470737,18.612787 parent: 13329 - uid: 29080 components: @@ -99943,10 +99991,10 @@ entities: parent: 13329 - proto: DefaultStationBeaconBrig entities: - - uid: 27903 + - uid: 8458 components: - type: Transform - pos: 32.5,2.5 + pos: 46.5,15.5 parent: 13329 - proto: DefaultStationBeaconCaptainsQuarters entities: @@ -100282,11 +100330,6 @@ entities: parent: 13329 - type: NavMapBeacon text: Prison Yard - - uid: 30690 - components: - - type: Transform - pos: 47.5,17.5 - parent: 13329 - proto: DefaultStationBeaconPowerBank entities: - uid: 26347 @@ -100397,25 +100440,11 @@ entities: - type: Transform pos: 22.5,2.5 parent: 13329 - - uid: 23874 - components: - - type: Transform - pos: 44.5,2.5 - parent: 13329 - - type: NavMapBeacon - text: Infirmary - uid: 23884 components: - type: Transform pos: 26.5,29.5 parent: 13329 - - uid: 26291 - components: - - type: Transform - pos: 46.5,8.5 - parent: 13329 - - type: NavMapBeacon - text: Solitary - uid: 26293 components: - type: Transform @@ -100602,6 +100631,12 @@ entities: parent: 13329 - proto: DefibrillatorCabinetFilled entities: + - uid: 9346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,2.5 + parent: 13329 - uid: 11850 components: - type: Transform @@ -100622,11 +100657,6 @@ entities: - type: Transform pos: 5.5,64.5 parent: 13329 - - uid: 13353 - components: - - type: Transform - pos: 44.5,4.5 - parent: 13329 - uid: 13462 components: - type: Transform @@ -100680,10 +100710,10 @@ entities: - type: Transform pos: -26.47236,54.50081 parent: 13329 - - uid: 10428 + - uid: 7164 components: - type: Transform - pos: 46.56498,18.665491 + pos: 41.960648,16.494263 parent: 13329 - uid: 29185 components: @@ -100960,17 +100990,6 @@ entities: rot: 3.141592653589793 rad pos: 22.5,-2.5 parent: 13329 - - uid: 7410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,1.5 - parent: 13329 - - uid: 7411 - components: - - type: Transform - pos: 42.5,6.5 - parent: 13329 - uid: 7433 components: - type: Transform @@ -101005,34 +101024,39 @@ entities: - type: Transform pos: 24.5,33.5 parent: 13329 + - uid: 8473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,20.5 + parent: 13329 + - uid: 8474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,24.5 + parent: 13329 + - uid: 8868 + components: + - type: Transform + pos: 34.5,6.5 + parent: 13329 + - uid: 9110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,1.5 + parent: 13329 - uid: 10225 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-10.5 parent: 13329 - - uid: 10360 + - uid: 10317 components: - type: Transform - pos: 42.5,20.5 - parent: 13329 - - uid: 10363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,20.5 - parent: 13329 - - uid: 10364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,24.5 - parent: 13329 - - uid: 10365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,24.5 + pos: 43.5,24.5 parent: 13329 - uid: 10858 components: @@ -101382,6 +101406,12 @@ entities: rot: 3.141592653589793 rad pos: 68.5,-25.5 parent: 13329 + - uid: 26291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,20.5 + parent: 13329 - uid: 26979 components: - type: Transform @@ -101691,6 +101721,12 @@ entities: rot: -1.5707963267948966 rad pos: 82.5,50.5 parent: 13329 + - uid: 35985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,3.5 + parent: 13329 - proto: DisposalJunction entities: - uid: 965 @@ -101966,6 +102002,12 @@ entities: rot: 3.141592653589793 rad pos: 24.5,-2.5 parent: 13329 + - uid: 8869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,6.5 + parent: 13329 - uid: 11680 components: - type: Transform @@ -103881,73 +103923,23 @@ entities: - type: Transform pos: 24.5,5.5 parent: 13329 - - uid: 7412 + - uid: 7409 components: - type: Transform - pos: 42.5,2.5 + rot: 3.141592653589793 rad + pos: 31.5,5.5 parent: 13329 - - uid: 7413 + - uid: 7410 components: - type: Transform - pos: 42.5,3.5 + rot: 3.141592653589793 rad + pos: 31.5,4.5 parent: 13329 - - uid: 7414 + - uid: 7411 components: - type: Transform - pos: 42.5,4.5 - parent: 13329 - - uid: 7415 - components: - - type: Transform - pos: 42.5,5.5 - parent: 13329 - - uid: 7416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,6.5 - parent: 13329 - - uid: 7417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,6.5 - parent: 13329 - - uid: 7418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,6.5 - parent: 13329 - - uid: 7419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,6.5 - parent: 13329 - - uid: 7420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,6.5 - parent: 13329 - - uid: 7421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,6.5 - parent: 13329 - - uid: 7422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,6.5 - parent: 13329 - - uid: 7423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,6.5 + rot: 3.141592653589793 rad + pos: 34.5,5.5 parent: 13329 - uid: 7424 components: @@ -103961,12 +103953,6 @@ entities: rot: -1.5707963267948966 rad pos: 32.5,6.5 parent: 13329 - - uid: 7426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,6.5 - parent: 13329 - uid: 7427 components: - type: Transform @@ -104368,6 +104354,24 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,-5.5 parent: 13329 + - uid: 8454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,23.5 + parent: 13329 + - uid: 9353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,3.5 + parent: 13329 + - uid: 9354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,4.5 + parent: 13329 - uid: 9545 components: - type: Transform @@ -104566,15 +104570,11 @@ entities: rot: 1.5707963267948966 rad pos: 63.5,-10.5 parent: 13329 - - uid: 10359 + - uid: 10445 components: - type: Transform - pos: 41.5,23.5 - parent: 13329 - - uid: 10361 - components: - - type: Transform - pos: 41.5,21.5 + rot: 3.141592653589793 rad + pos: 34.5,2.5 parent: 13329 - uid: 10862 components: @@ -107539,6 +107539,12 @@ entities: - type: Transform pos: 55.5,-0.5 parent: 13329 + - uid: 27903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,21.5 + parent: 13329 - uid: 28962 components: - type: Transform @@ -109547,6 +109553,12 @@ entities: rot: 3.141592653589793 rad pos: 82.5,52.5 parent: 13329 + - uid: 35982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,3.5 + parent: 13329 - proto: DisposalRouter entities: - uid: 11006 @@ -109736,18 +109748,18 @@ entities: - type: Transform pos: 21.5,-0.5 parent: 13329 + - uid: 7280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,3.5 + parent: 13329 - uid: 7407 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,11.5 parent: 13329 - - uid: 7409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,1.5 - parent: 13329 - uid: 7462 components: - type: Transform @@ -109758,6 +109770,12 @@ entities: - type: Transform pos: 29.5,26.5 parent: 13329 + - uid: 8874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,22.5 + parent: 13329 - uid: 10356 components: - type: Transform @@ -109769,12 +109787,6 @@ entities: rot: 3.141592653589793 rad pos: 42.5,19.5 parent: 13329 - - uid: 10358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,22.5 - parent: 13329 - uid: 10856 components: - type: Transform @@ -110112,6 +110124,12 @@ entities: rot: -1.5707963267948966 rad pos: 83.5,53.5 parent: 13329 + - uid: 35984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 13329 - proto: DisposalUnit entities: - uid: 57 @@ -110234,10 +110252,15 @@ entities: - type: Transform pos: 27.5,11.5 parent: 13329 - - uid: 7408 + - uid: 7537 components: - type: Transform - pos: 41.5,1.5 + pos: 29.5,3.5 + parent: 13329 + - uid: 8877 + components: + - type: Transform + pos: 33.5,1.5 parent: 13329 - uid: 10125 components: @@ -110510,11 +110533,11 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-1.5 parent: 13329 - - uid: 10362 + - uid: 8422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,22.5 + rot: -1.5707963267948966 rad + pos: 43.5,22.5 parent: 13329 - uid: 11616 components: @@ -110898,6 +110921,13 @@ entities: - type: Transform pos: 90.63146,46.774357 parent: 13329 +- proto: DrinkHotCoffee + entities: + - uid: 7308 + components: + - type: Transform + pos: 47.082146,10.460889 + parent: 13329 - proto: DrinkLithiumFlask entities: - uid: 32501 @@ -111250,15 +111280,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 11016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,5.5 - parent: 13329 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 11017 components: - type: Transform @@ -111267,15 +111288,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 11018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,17.5 - parent: 13329 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 11019 components: - type: Transform @@ -111899,6 +111911,13 @@ entities: parent: 13329 - type: FaxMachine name: Security + - uid: 10562 + components: + - type: Transform + pos: 45.5,12.5 + parent: 13329 + - type: FaxMachine + name: Prison - uid: 11750 components: - type: Transform @@ -112168,6 +112187,11 @@ entities: - type: Transform pos: -28.5,17.5 parent: 13329 + - uid: 36059 + components: + - type: Transform + pos: 44.5,12.5 + parent: 13329 - proto: filingCabinetRandom entities: - uid: 2211 @@ -112328,7 +112352,6 @@ entities: - 665 - 629 - 20458 - - 653 - 20459 - uid: 663 components: @@ -112554,6 +112577,50 @@ entities: - 6820 - 6821 - 6917 + - uid: 7142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-4.5 + parent: 13329 + - type: DeviceList + devices: + - 7157 + - 7158 + - 7156 + - 21371 + - 21370 + - 21369 + - 14472 + - 14473 + - 14474 + - 7589 + - 9345 + - 36052 + - uid: 8396 + components: + - type: Transform + pos: 35.5,0.5 + parent: 13329 + - type: DeviceList + devices: + - 8144 + - 8147 + - 8167 + - 7157 + - 7158 + - 7156 + - 7589 + - 9345 + - 36052 + - 8049 + - 8048 + - 7089 + - 7090 + - 10118 + - 10117 + - 10116 + - 14589 - uid: 8620 components: - type: Transform @@ -112653,6 +112720,21 @@ entities: - 8059 - 8060 - 8614 + - uid: 9459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,9.5 + parent: 13329 + - type: DeviceList + devices: + - 10297 + - 10435 + - 35466 + - 36033 + - 7558 + - 35981 + - 8477 - uid: 11472 components: - type: Transform @@ -112884,24 +112966,6 @@ entities: - 2049 - 2050 - 14588 - - uid: 14592 - components: - - type: Transform - pos: 35.5,0.5 - parent: 13329 - - type: DeviceList - devices: - - 10116 - - 10117 - - 10118 - - 7089 - - 7090 - - 14589 - - 8049 - - 8048 - - 14566 - - 14567 - - 14568 - uid: 17758 components: - type: Transform @@ -113074,27 +113138,6 @@ entities: - 17584 - 17585 - 17785 - - uid: 25906 - components: - - type: Transform - pos: 48.5,0.5 - parent: 13329 - - type: DeviceList - devices: - - 14566 - - 14567 - - 14568 - - 14474 - - 14473 - - 14472 - - 21369 - - 21370 - - 21371 - - 8167 - - 8147 - - 8144 - - 25507 - - 25506 - uid: 25909 components: - type: Transform @@ -113680,15 +113723,6 @@ entities: - type: Transform pos: -12.5,25.5 parent: 13329 - - uid: 653 - components: - - type: Transform - pos: -10.5,27.5 - parent: 13329 - - type: DeviceNetwork - deviceLists: - - 662 - - 611 - uid: 654 components: - type: Transform @@ -113927,19 +113961,16 @@ entities: - uid: 4603 components: - type: Transform - rot: 1.5707963267948966 rad pos: -34.5,48.5 parent: 13329 - uid: 4604 components: - type: Transform - rot: 1.5707963267948966 rad pos: -31.5,41.5 parent: 13329 - uid: 4605 components: - type: Transform - rot: 1.5707963267948966 rad pos: -32.5,41.5 parent: 13329 - uid: 4802 @@ -114025,25 +114056,21 @@ entities: - uid: 6820 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,28.5 parent: 13329 - uid: 6821 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,29.5 parent: 13329 - uid: 6822 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,22.5 parent: 13329 - uid: 6823 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,23.5 parent: 13329 - uid: 7089 @@ -114051,21 +114078,90 @@ entities: - type: Transform pos: 17.5,-3.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 - uid: 7090 components: - type: Transform pos: 16.5,-3.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 + - uid: 7156 + components: + - type: Transform + pos: 54.5,-3.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 + - 8882 + - 7142 + - uid: 7157 + components: + - type: Transform + pos: 56.5,-3.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 + - 8882 + - 7142 + - uid: 7158 + components: + - type: Transform + pos: 55.5,-3.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 + - 8882 + - 7142 + - uid: 7558 + components: + - type: Transform + pos: 41.5,4.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 + - 9459 + - uid: 7589 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 + - 8882 + - 7142 - uid: 8048 components: - type: Transform pos: 23.5,0.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 - uid: 8049 components: - type: Transform pos: 25.5,0.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 - uid: 8050 components: - type: Transform @@ -114176,6 +114272,10 @@ entities: - type: Transform pos: 54.5,1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 - uid: 8146 components: - type: Transform @@ -114186,11 +114286,19 @@ entities: - type: Transform pos: 55.5,1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 - uid: 8167 components: - type: Transform pos: 56.5,1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 - uid: 8170 components: - type: Transform @@ -114216,6 +114324,15 @@ entities: - type: Transform pos: 22.5,26.5 parent: 13329 + - uid: 8477 + components: + - type: Transform + pos: 43.5,4.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 + - 9459 - uid: 8634 components: - type: Transform @@ -114231,6 +114348,26 @@ entities: - type: Transform pos: 22.5,13.5 parent: 13329 + - uid: 8941 + components: + - type: Transform + pos: 38.5,0.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7415 + - 8417 + - uid: 9345 + components: + - type: Transform + pos: 42.5,-3.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 + - 8882 + - 7142 - uid: 9456 components: - type: Transform @@ -114356,16 +114493,54 @@ entities: - type: Transform pos: 23.5,-3.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 - uid: 10117 components: - type: Transform pos: 24.5,-3.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 - uid: 10118 components: - type: Transform pos: 25.5,-3.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8396 + - 8417 + - uid: 10297 + components: + - type: Transform + pos: 41.5,8.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - 9459 + - uid: 10435 + components: + - type: Transform + pos: 43.5,8.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - 9459 + - uid: 10671 + components: + - type: Transform + pos: 41.5,0.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 - uid: 10968 components: - type: Transform @@ -114596,16 +114771,25 @@ entities: - type: Transform pos: 41.5,-12.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7142 - uid: 14473 components: - type: Transform pos: 42.5,-12.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7142 - uid: 14474 components: - type: Transform pos: 43.5,-12.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7142 - uid: 14475 components: - type: Transform @@ -114636,21 +114820,6 @@ entities: - type: Transform pos: 26.5,-15.5 parent: 13329 - - uid: 14566 - components: - - type: Transform - pos: 40.5,-2.5 - parent: 13329 - - uid: 14567 - components: - - type: Transform - pos: 40.5,-1.5 - parent: 13329 - - uid: 14568 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 13329 - uid: 17560 components: - type: Transform @@ -115014,16 +115183,25 @@ entities: - type: Transform pos: 57.5,-11.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7142 - uid: 21370 components: - type: Transform pos: 57.5,-10.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7142 - uid: 21371 components: - type: Transform pos: 57.5,-9.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7142 - uid: 21372 components: - type: Transform @@ -115244,7 +115422,6 @@ entities: - uid: 22720 components: - type: Transform - rot: 3.141592653589793 rad pos: 88.5,0.5 parent: 13329 - type: DeviceNetwork @@ -115254,7 +115431,6 @@ entities: - uid: 22730 components: - type: Transform - rot: 3.141592653589793 rad pos: 88.5,1.5 parent: 13329 - type: DeviceNetwork @@ -115528,6 +115704,26 @@ entities: deviceLists: - 28840 - 28841 + - uid: 35981 + components: + - type: Transform + pos: 42.5,4.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 + - 9459 + - uid: 36052 + components: + - type: Transform + pos: 41.5,-3.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 + - 8396 + - 8882 + - 7142 - proto: Fireplace entities: - uid: 6349 @@ -117068,7 +117264,7 @@ entities: pos: 28.5,49.5 parent: 13329 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#990000FF' - uid: 19788 components: - type: Transform @@ -117972,6 +118168,30 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 7160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,3.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,2.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,17.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8029 components: - type: Transform @@ -117987,49 +118207,11 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8106 + - uid: 8079 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,25.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8145 - components: - - type: Transform - pos: 50.5,25.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8168 - components: - - type: Transform - pos: 44.5,25.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,25.5 + pos: 31.5,2.5 parent: 13329 - type: AtmosPipeColor color: '#990000FF' @@ -118110,6 +118292,14 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 9099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,15.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9262 components: - type: Transform @@ -118255,6 +118445,22 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,17.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,14.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11042 components: - type: Transform @@ -118379,6 +118585,14 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 11561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,3.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12670 components: - type: Transform @@ -119610,13 +119824,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8082 - components: - - type: Transform - pos: 28.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8098 components: - type: Transform @@ -125931,6 +126138,86 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,19.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,2.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,22.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,13.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,18.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,19.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,17.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,20.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,17.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,18.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7881 components: - type: Transform @@ -127032,51 +127319,11 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8073 + - uid: 8080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,5.5 + rot: 3.141592653589793 rad + pos: 31.5,3.5 parent: 13329 - type: AtmosPipeColor color: '#990000FF' @@ -127088,22 +127335,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8087 components: - type: Transform @@ -127200,110 +127431,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,7.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,11.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,8.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,6.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,7.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,8.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8119 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8121 components: - type: Transform @@ -127318,212 +127445,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8124 - components: - - type: Transform - pos: 50.5,11.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8125 - components: - - type: Transform - pos: 50.5,12.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8126 - components: - - type: Transform - pos: 50.5,13.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8127 - components: - - type: Transform - pos: 50.5,14.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8128 - components: - - type: Transform - pos: 50.5,15.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8129 - components: - - type: Transform - pos: 50.5,16.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8130 - components: - - type: Transform - pos: 42.5,12.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8131 - components: - - type: Transform - pos: 42.5,13.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8132 - components: - - type: Transform - pos: 42.5,14.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8133 - components: - - type: Transform - pos: 42.5,15.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8134 - components: - - type: Transform - pos: 42.5,16.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8148 - components: - - type: Transform - pos: 42.5,18.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8149 - components: - - type: Transform - pos: 42.5,19.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8150 - components: - - type: Transform - pos: 42.5,20.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8151 - components: - - type: Transform - pos: 42.5,21.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8152 - components: - - type: Transform - pos: 42.5,22.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8153 - components: - - type: Transform - pos: 42.5,23.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8154 - components: - - type: Transform - pos: 42.5,24.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,25.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,25.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,25.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,24.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,23.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,22.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,21.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,20.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,19.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,18.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8171 components: - type: Transform @@ -128853,66 +128774,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,6.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8422 - components: - - type: Transform - pos: 27.5,6.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8423 - components: - - type: Transform - pos: 27.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8424 - components: - - type: Transform - pos: 27.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8425 - components: - - type: Transform - pos: 27.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8426 components: - type: Transform @@ -128920,27 +128781,14 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8427 - components: - - type: Transform - pos: 30.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8428 components: - type: Transform - pos: 30.5,4.5 + rot: 3.141592653589793 rad + pos: 34.5,3.5 parent: 13329 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8429 - components: - - type: Transform - pos: 30.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 8430 components: - type: Transform @@ -128948,52 +128796,19 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8431 - components: - - type: Transform - pos: 33.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8432 - components: - - type: Transform - pos: 33.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8433 - components: - - type: Transform - pos: 33.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8434 - components: - - type: Transform - pos: 37.5,6.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8435 components: - type: Transform - pos: 37.5,5.5 + rot: 3.141592653589793 rad + pos: 45.5,23.5 parent: 13329 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 8436 components: - type: Transform - pos: 37.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8437 - components: - - type: Transform - pos: 37.5,3.5 + rot: 1.5707963267948966 rad + pos: 48.5,14.5 parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' @@ -129091,80 +128906,11 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8454 - components: - - type: Transform - pos: 38.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8455 - components: - - type: Transform - pos: 38.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8456 - components: - - type: Transform - pos: 34.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8457 components: - type: Transform - pos: 34.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8458 - components: - - type: Transform - pos: 34.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8459 - components: - - type: Transform - pos: 31.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8460 - components: - - type: Transform - pos: 31.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8461 - components: - - type: Transform - pos: 31.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8462 - components: - - type: Transform - pos: 28.5,4.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8463 - components: - - type: Transform - pos: 28.5,3.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8464 - components: - - type: Transform - pos: 28.5,2.5 + rot: -1.5707963267948966 rad + pos: 43.5,16.5 parent: 13329 - type: AtmosPipeColor color: '#990000FF' @@ -129210,14 +128956,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8480 components: - type: Transform @@ -129910,6 +129648,270 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 8894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,9.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,4.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,7.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,12.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,11.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,10.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,9.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,7.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,4.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,3.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,4.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,8.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,4.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,10.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,15.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,15.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,12.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,15.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,16.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,4.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,4.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,7.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,7.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9255 components: - type: Transform @@ -130325,6 +130327,92 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 9334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,3.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,9.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,15.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,17.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,3.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,23.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,21.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9528 + components: + - type: Transform + pos: 43.5,11.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9529 + components: + - type: Transform + pos: 43.5,12.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,14.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9872 components: - type: Transform @@ -131216,6 +131304,116 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10303 + components: + - type: Transform + pos: 43.5,13.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,14.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,22.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,11.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,17.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,14.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10471 + components: + - type: Transform + pos: 43.5,10.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,7.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,9.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,8.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,3.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11011 components: - type: Transform @@ -143596,6 +143794,14 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 25906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,21.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' - uid: 27637 components: - type: Transform @@ -147209,6 +147415,38 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 35792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,16.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,16.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,20.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeTJunction entities: - uid: 322 @@ -148226,20 +148464,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8072 - components: - - type: Transform - pos: 38.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8075 - components: - - type: Transform - pos: 34.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8076 components: - type: Transform @@ -148247,28 +148471,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8078 - components: - - type: Transform - pos: 31.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8090 - components: - - type: Transform - pos: 37.5,7.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8093 components: - type: Transform @@ -148284,61 +148486,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8100 - components: - - type: Transform - pos: 27.5,7.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8105 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,7.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,9.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,10.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,10.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8138 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,17.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,17.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8176 components: - type: Transform @@ -148603,14 +148750,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,5.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8583 components: - type: Transform @@ -148626,6 +148765,45 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 8895 + components: + - type: Transform + pos: 34.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,7.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,15.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9265 components: - type: Transform @@ -148673,6 +148851,38 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 9352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,9.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,16.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9878 components: - type: Transform @@ -148782,6 +148992,29 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10333 + components: + - type: Transform + pos: 31.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,5.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,9.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11052 components: - type: Transform @@ -151086,6 +151319,14 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 35791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,14.5 + parent: 13329 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasPort entities: - uid: 4697 @@ -151367,7 +151608,7 @@ entities: pos: 26.5,50.5 parent: 13329 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0055CCFF' - uid: 15382 components: - type: Transform @@ -152087,28 +152328,15 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,10.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,17.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8165 + - uid: 8105 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,24.5 + pos: 28.5,2.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9002 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8256 @@ -152119,14 +152347,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8452 components: - type: Transform @@ -152135,38 +152355,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,2.5 - parent: 13329 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8531 components: - type: Transform @@ -152260,6 +152448,28 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,9.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8902 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9461 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9294 components: - type: Transform @@ -152290,6 +152500,27 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 9351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9460 + components: + - type: Transform + pos: 47.5,24.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9948 components: - type: Transform @@ -152330,6 +152561,28 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7415 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,14.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11041 components: - type: Transform @@ -152652,6 +152905,9 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,-7.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8882 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14563 @@ -152660,6 +152916,9 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,-4.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8882 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14584 @@ -152676,6 +152935,9 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16672 @@ -153921,30 +154183,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,10.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,17.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8166 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,24.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8263 components: - type: Transform @@ -153968,38 +154206,6 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' - - uid: 8475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,1.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,1.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,1.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,1.5 - parent: 13329 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8533 components: - type: Transform @@ -154092,6 +154298,27 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 8893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,9.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8902 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8985 + components: + - type: Transform + pos: 50.5,13.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9461 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9329 components: - type: Transform @@ -154154,6 +154381,57 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 10363 + components: + - type: Transform + pos: 45.5,24.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 9002 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,6.5 + parent: 13329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,16.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 10591 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 7415 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11040 components: - type: Transform @@ -154469,6 +154747,9 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-4.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8882 - type: AtmosPipeColor color: '#990000FF' - uid: 14565 @@ -154477,6 +154758,9 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,-7.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8882 - type: AtmosPipeColor color: '#990000FF' - uid: 14585 @@ -154491,6 +154775,9 @@ entities: - type: Transform pos: 35.5,-1.5 parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8417 - type: AtmosPipeColor color: '#990000FF' - uid: 16674 @@ -155349,6 +155636,17 @@ entities: parent: 13329 - type: AtmosPipeColor color: '#990000FF' + - uid: 35979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,2.5 + parent: 13329 + - type: DeviceNetwork + deviceLists: + - 8168 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasVolumePump entities: - uid: 23693 @@ -155781,7 +156079,6 @@ entities: - uid: 2868 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-9.5 parent: 13329 - uid: 2921 @@ -155792,7 +156089,6 @@ entities: - uid: 2927 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-22.5 parent: 13329 - uid: 2941 @@ -155803,7 +156099,6 @@ entities: - uid: 2943 components: - type: Transform - rot: 3.141592653589793 rad pos: -32.5,-9.5 parent: 13329 - uid: 2944 @@ -155999,13 +156294,11 @@ entities: - uid: 3066 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-21.5 parent: 13329 - uid: 3067 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-8.5 parent: 13329 - uid: 3068 @@ -157041,37 +157334,31 @@ entities: - uid: 6813 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,21.5 parent: 13329 - uid: 6814 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,24.5 parent: 13329 - uid: 6815 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,27.5 parent: 13329 - uid: 6816 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,30.5 parent: 13329 - uid: 6817 components: - type: Transform - rot: -1.5707963267948966 rad pos: 2.5,31.5 parent: 13329 - uid: 6818 components: - type: Transform - rot: -1.5707963267948966 rad pos: 5.5,31.5 parent: 13329 - uid: 7098 @@ -157084,85 +157371,10 @@ entities: - type: Transform pos: 20.5,-3.5 parent: 13329 - - uid: 7161 + - uid: 7159 components: - type: Transform - pos: 27.5,0.5 - parent: 13329 - - uid: 7162 - components: - - type: Transform - pos: 28.5,0.5 - parent: 13329 - - uid: 7163 - components: - - type: Transform - pos: 30.5,0.5 - parent: 13329 - - uid: 7164 - components: - - type: Transform - pos: 31.5,0.5 - parent: 13329 - - uid: 7165 - components: - - type: Transform - pos: 33.5,0.5 - parent: 13329 - - uid: 7166 - components: - - type: Transform - pos: 34.5,0.5 - parent: 13329 - - uid: 7167 - components: - - type: Transform - pos: 36.5,0.5 - parent: 13329 - - uid: 7168 - components: - - type: Transform - pos: 37.5,0.5 - parent: 13329 - - uid: 7169 - components: - - type: Transform - pos: 38.5,0.5 - parent: 13329 - - uid: 7170 - components: - - type: Transform - pos: 39.5,0.5 - parent: 13329 - - uid: 7171 - components: - - type: Transform - pos: 39.5,4.5 - parent: 13329 - - uid: 7172 - components: - - type: Transform - pos: 38.5,4.5 - parent: 13329 - - uid: 7173 - components: - - type: Transform - pos: 36.5,4.5 - parent: 13329 - - uid: 7174 - components: - - type: Transform - pos: 33.5,4.5 - parent: 13329 - - uid: 7175 - components: - - type: Transform - pos: 30.5,4.5 - parent: 13329 - - uid: 7176 - components: - - type: Transform - pos: 27.5,4.5 + pos: 37.5,6.5 parent: 13329 - uid: 7177 components: @@ -157174,10 +157386,15 @@ entities: - type: Transform pos: 24.5,4.5 parent: 13329 - - uid: 7309 + - uid: 7252 components: - type: Transform - pos: 40.5,6.5 + pos: 31.5,4.5 + parent: 13329 + - uid: 7255 + components: + - type: Transform + pos: 28.5,0.5 parent: 13329 - uid: 7310 components: @@ -157284,6 +157501,41 @@ entities: - type: Transform pos: 24.5,15.5 parent: 13329 + - uid: 7534 + components: + - type: Transform + pos: 30.5,0.5 + parent: 13329 + - uid: 7536 + components: + - type: Transform + pos: 27.5,4.5 + parent: 13329 + - uid: 7595 + components: + - type: Transform + pos: 46.5,8.5 + parent: 13329 + - uid: 8104 + components: + - type: Transform + pos: 44.5,10.5 + parent: 13329 + - uid: 8136 + components: + - type: Transform + pos: 31.5,0.5 + parent: 13329 + - uid: 8137 + components: + - type: Transform + pos: 27.5,0.5 + parent: 13329 + - uid: 8138 + components: + - type: Transform + pos: 28.5,4.5 + parent: 13329 - uid: 8390 components: - type: Transform @@ -157314,11 +157566,6 @@ entities: - type: Transform pos: 52.5,21.5 parent: 13329 - - uid: 8396 - components: - - type: Transform - pos: 52.5,22.5 - parent: 13329 - uid: 8397 components: - type: Transform @@ -157344,6 +157591,31 @@ entities: - type: Transform pos: 19.5,23.5 parent: 13329 + - uid: 8960 + components: + - type: Transform + pos: 46.5,11.5 + parent: 13329 + - uid: 8962 + components: + - type: Transform + pos: 45.5,11.5 + parent: 13329 + - uid: 8963 + components: + - type: Transform + pos: 47.5,11.5 + parent: 13329 + - uid: 8964 + components: + - type: Transform + pos: 48.5,13.5 + parent: 13329 + - uid: 8965 + components: + - type: Transform + pos: 48.5,15.5 + parent: 13329 - uid: 9242 components: - type: Transform @@ -157369,10 +157641,14 @@ entities: - type: Transform pos: 52.5,6.5 parent: 13329 + - uid: 9390 + components: + - type: Transform + pos: 33.5,0.5 + parent: 13329 - uid: 9562 components: - type: Transform - rot: -1.5707963267948966 rad pos: 21.5,-3.5 parent: 13329 - uid: 9676 @@ -157515,16 +157791,39 @@ entities: - type: Transform pos: 20.5,-33.5 parent: 13329 + - uid: 10325 + components: + - type: Transform + pos: 47.5,8.5 + parent: 13329 + - uid: 10359 + components: + - type: Transform + pos: 34.5,0.5 + parent: 13329 + - uid: 10361 + components: + - type: Transform + pos: 33.5,4.5 + parent: 13329 + - uid: 10588 + components: + - type: Transform + pos: 37.5,0.5 + parent: 13329 + - uid: 10590 + components: + - type: Transform + pos: 36.5,0.5 + parent: 13329 - uid: 11000 components: - type: Transform - rot: -1.5707963267948966 rad pos: -39.5,12.5 parent: 13329 - uid: 11001 components: - type: Transform - rot: -1.5707963267948966 rad pos: -39.5,13.5 parent: 13329 - uid: 11695 @@ -157835,109 +158134,91 @@ entities: - uid: 14369 components: - type: Transform - rot: 1.5707963267948966 rad pos: 31.5,-20.5 parent: 13329 - uid: 14370 components: - type: Transform - rot: 1.5707963267948966 rad pos: 31.5,-19.5 parent: 13329 - uid: 14371 components: - type: Transform - rot: 1.5707963267948966 rad pos: 31.5,-25.5 parent: 13329 - uid: 14377 components: - type: Transform - rot: 1.5707963267948966 rad pos: 35.5,-14.5 parent: 13329 - uid: 14378 components: - type: Transform - rot: 1.5707963267948966 rad pos: 33.5,-18.5 parent: 13329 - uid: 14379 components: - type: Transform - rot: 1.5707963267948966 rad pos: 37.5,-18.5 parent: 13329 - uid: 14380 components: - type: Transform - rot: 1.5707963267948966 rad pos: 40.5,-12.5 parent: 13329 - uid: 14381 components: - type: Transform - rot: 1.5707963267948966 rad pos: 44.5,-12.5 parent: 13329 - uid: 14382 components: - type: Transform - rot: 1.5707963267948966 rad pos: 46.5,-3.5 parent: 13329 - uid: 14383 components: - type: Transform - rot: 1.5707963267948966 rad pos: 48.5,-3.5 parent: 13329 - uid: 14384 components: - type: Transform - rot: 1.5707963267948966 rad pos: 49.5,-3.5 parent: 13329 - uid: 14385 components: - type: Transform - rot: 1.5707963267948966 rad pos: 51.5,-3.5 parent: 13329 - uid: 14386 components: - type: Transform - rot: 1.5707963267948966 rad pos: 51.5,-8.5 parent: 13329 - uid: 14387 components: - type: Transform - rot: 1.5707963267948966 rad pos: 49.5,-8.5 parent: 13329 - uid: 14388 components: - type: Transform - rot: 1.5707963267948966 rad pos: 48.5,-8.5 parent: 13329 - uid: 14389 components: - type: Transform - rot: 1.5707963267948966 rad pos: 46.5,-8.5 parent: 13329 - uid: 14390 components: - type: Transform - rot: 1.5707963267948966 rad pos: 52.5,-13.5 parent: 13329 - uid: 14391 components: - type: Transform - rot: 1.5707963267948966 rad pos: 54.5,-13.5 parent: 13329 - uid: 14392 @@ -159208,7 +159489,6 @@ entities: - uid: 22372 components: - type: Transform - rot: 3.141592653589793 rad pos: 113.5,52.5 parent: 13329 - uid: 22529 @@ -159434,13 +159714,11 @@ entities: - uid: 22729 components: - type: Transform - rot: 3.141592653589793 rad pos: 88.5,2.5 parent: 13329 - uid: 22731 components: - type: Transform - rot: 3.141592653589793 rad pos: 88.5,-0.5 parent: 13329 - uid: 23367 @@ -160441,13 +160719,11 @@ entities: - uid: 27935 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,-20.5 parent: 13329 - uid: 27936 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,-19.5 parent: 13329 - uid: 27937 @@ -161048,7 +161324,6 @@ entities: - uid: 29379 components: - type: Transform - rot: 3.141592653589793 rad pos: 114.5,52.5 parent: 13329 - uid: 30070 @@ -161099,7 +161374,6 @@ entities: - uid: 30174 components: - type: Transform - rot: 3.141592653589793 rad pos: 112.5,52.5 parent: 13329 - uid: 31706 @@ -161825,351 +162099,303 @@ entities: - uid: 35653 components: - type: Transform - rot: 3.141592653589793 rad pos: 115.5,52.5 parent: 13329 - uid: 35654 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,52.5 parent: 13329 - uid: 35655 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,53.5 parent: 13329 - uid: 35656 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,55.5 parent: 13329 - uid: 35657 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,54.5 parent: 13329 - uid: 35658 components: - type: Transform - rot: 3.141592653589793 rad pos: 117.5,55.5 parent: 13329 - uid: 35659 components: - type: Transform - rot: 3.141592653589793 rad pos: 117.5,56.5 parent: 13329 - uid: 35660 components: - type: Transform - rot: 3.141592653589793 rad pos: 118.5,56.5 parent: 13329 - uid: 35661 components: - type: Transform - rot: 3.141592653589793 rad pos: 119.5,56.5 parent: 13329 - uid: 35662 components: - type: Transform - rot: 3.141592653589793 rad pos: 120.5,56.5 parent: 13329 - uid: 35663 components: - type: Transform - rot: 3.141592653589793 rad pos: 121.5,56.5 parent: 13329 - uid: 35664 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,56.5 parent: 13329 - uid: 35665 components: - type: Transform - rot: 3.141592653589793 rad pos: 123.5,56.5 parent: 13329 - uid: 35666 components: - type: Transform - rot: 3.141592653589793 rad pos: 124.5,56.5 parent: 13329 - uid: 35667 components: - type: Transform - rot: 3.141592653589793 rad pos: 125.5,56.5 parent: 13329 - uid: 35668 components: - type: Transform - rot: 3.141592653589793 rad pos: 127.5,56.5 parent: 13329 - uid: 35669 components: - type: Transform - rot: 3.141592653589793 rad pos: 128.5,56.5 parent: 13329 - uid: 35670 components: - type: Transform - rot: 3.141592653589793 rad pos: 126.5,56.5 parent: 13329 - uid: 35671 components: - type: Transform - rot: 3.141592653589793 rad pos: 128.5,55.5 parent: 13329 - uid: 35672 components: - type: Transform - rot: 3.141592653589793 rad pos: 129.5,55.5 parent: 13329 - uid: 35673 components: - type: Transform - rot: 3.141592653589793 rad pos: 129.5,54.5 parent: 13329 - uid: 35674 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,54.5 parent: 13329 - uid: 35675 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,53.5 parent: 13329 - uid: 35676 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,52.5 parent: 13329 - uid: 35677 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,51.5 parent: 13329 - uid: 35678 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,50.5 parent: 13329 - uid: 35679 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,49.5 parent: 13329 - uid: 35680 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,47.5 parent: 13329 - uid: 35681 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,46.5 parent: 13329 - uid: 35682 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,45.5 parent: 13329 - uid: 35683 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,44.5 parent: 13329 - uid: 35684 components: - type: Transform - rot: 3.141592653589793 rad pos: 130.5,48.5 parent: 13329 - uid: 35685 components: - type: Transform - rot: 3.141592653589793 rad pos: 129.5,44.5 parent: 13329 - uid: 35686 components: - type: Transform - rot: 3.141592653589793 rad pos: 129.5,43.5 parent: 13329 - uid: 35687 components: - type: Transform - rot: 3.141592653589793 rad pos: 128.5,43.5 parent: 13329 - uid: 35688 components: - type: Transform - rot: 3.141592653589793 rad pos: 128.5,42.5 parent: 13329 - uid: 35689 components: - type: Transform - rot: 3.141592653589793 rad pos: 127.5,42.5 parent: 13329 - uid: 35690 components: - type: Transform - rot: 3.141592653589793 rad pos: 126.5,42.5 parent: 13329 - uid: 35691 components: - type: Transform - rot: 3.141592653589793 rad pos: 125.5,42.5 parent: 13329 - uid: 35692 components: - type: Transform - rot: 3.141592653589793 rad pos: 124.5,42.5 parent: 13329 - uid: 35693 components: - type: Transform - rot: 3.141592653589793 rad pos: 123.5,42.5 parent: 13329 - uid: 35694 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,42.5 parent: 13329 - uid: 35695 components: - type: Transform - rot: 3.141592653589793 rad pos: 121.5,42.5 parent: 13329 - uid: 35696 components: - type: Transform - rot: 3.141592653589793 rad pos: 120.5,42.5 parent: 13329 - uid: 35697 components: - type: Transform - rot: 3.141592653589793 rad pos: 119.5,42.5 parent: 13329 - uid: 35698 components: - type: Transform - rot: 3.141592653589793 rad pos: 118.5,42.5 parent: 13329 - uid: 35699 components: - type: Transform - rot: 3.141592653589793 rad pos: 117.5,42.5 parent: 13329 - uid: 35700 components: - type: Transform - rot: 3.141592653589793 rad pos: 117.5,43.5 parent: 13329 - uid: 35701 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,43.5 parent: 13329 - uid: 35702 components: - type: Transform - rot: 3.141592653589793 rad pos: 115.5,43.5 parent: 13329 - uid: 35703 components: - type: Transform - rot: 3.141592653589793 rad pos: 115.5,44.5 parent: 13329 - uid: 35704 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,44.5 parent: 13329 - uid: 35705 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,45.5 parent: 13329 - uid: 35706 components: - type: Transform - rot: 3.141592653589793 rad pos: 115.5,45.5 parent: 13329 - uid: 35707 components: - type: Transform - rot: 3.141592653589793 rad pos: 116.5,46.5 parent: 13329 - uid: 35708 components: - type: Transform - rot: 3.141592653589793 rad pos: 115.5,46.5 parent: 13329 - uid: 35709 components: - type: Transform - rot: 3.141592653589793 rad pos: 114.5,46.5 parent: 13329 - uid: 35710 components: - type: Transform - rot: 3.141592653589793 rad pos: 113.5,46.5 parent: 13329 + - uid: 35858 + components: + - type: Transform + pos: -10.5,27.5 + parent: 13329 + - uid: 35988 + components: + - type: Transform + pos: 45.5,8.5 + parent: 13329 - proto: GrilleBroken entities: - uid: 2603 @@ -162447,6 +162673,11 @@ entities: parent: 13329 - proto: HandheldHealthAnalyzer entities: + - uid: 8957 + components: + - type: Transform + pos: 37.445076,1.5016695 + parent: 13329 - uid: 27915 components: - type: Transform @@ -162459,6 +162690,11 @@ entities: - type: Transform pos: -7.2316008,34.45331 parent: 13329 + - uid: 9096 + components: + - type: Transform + pos: 31.52083,2.9327593 + parent: 13329 - uid: 11782 components: - type: Transform @@ -162504,6 +162740,13 @@ entities: - type: Transform pos: 37.581806,-4.4282417 parent: 13329 +- proto: HarmonicaInstrument + entities: + - uid: 8419 + components: + - type: Transform + pos: 46.524384,19.382435 + parent: 13329 - proto: HeatExchanger entities: - uid: 23635 @@ -162529,13 +162772,6 @@ entities: - type: Transform pos: 22.5,14.5 parent: 13329 - - uid: 10295 - components: - - type: MetaData - name: Solitary Confinement - - type: Transform - pos: 46.5,8.5 - parent: 13329 - proto: HighSecCommandLocked entities: - uid: 24000 @@ -162600,17 +162836,6 @@ entities: parent: 13329 - proto: Holopad entities: - - uid: 35873 - components: - - type: MetaData - name: holopad (Security - Evidence Room) - - type: Transform - pos: 19.5,18.5 - parent: 13329 - - type: Label - currentLabel: Security - Evidence Room - - type: NameModifier - baseName: holopad - uid: 35887 components: - type: MetaData @@ -163179,28 +163404,17 @@ entities: parent: 13329 - proto: HolopadSecurityBrig entities: - - uid: 35858 + - uid: 9014 components: - type: Transform - pos: 29.5,6.5 + pos: 46.5,15.5 parent: 13329 - - uid: 35872 - components: - - type: MetaData - name: holopad (Security - Locker Room South) - - type: Transform - pos: 35.5,11.5 - parent: 13329 - - type: Label - currentLabel: Security - Locker Room South - - type: NameModifier - baseName: holopad - proto: HolopadSecurityBrigMed entities: - - uid: 35856 + - uid: 10141 components: - type: Transform - pos: 44.5,2.5 + pos: 35.5,2.5 parent: 13329 - proto: HolopadSecurityCourtroom entities: @@ -163218,6 +163432,11 @@ entities: parent: 13329 - proto: HolopadSecurityFront entities: + - uid: 1506 + components: + - type: Transform + pos: 29.5,6.5 + parent: 13329 - uid: 35862 components: - type: MetaData @@ -163248,12 +163467,12 @@ entities: - type: Transform pos: 71.5,34.5 parent: 13329 -- proto: HolopadSecurityPerma +- proto: HolopadSecurityLockerRoom entities: - - uid: 35854 + - uid: 9013 components: - type: Transform - pos: 46.5,21.5 + pos: 35.5,11.5 parent: 13329 - proto: HolopadSecurityWarden entities: @@ -163478,6 +163697,13 @@ entities: - type: Transform pos: 81.5,53.5 parent: 13329 +- proto: HydroponicsToolClippers + entities: + - uid: 7242 + components: + - type: Transform + pos: 51.53753,23.203178 + parent: 13329 - proto: HydroponicsToolMiniHoe entities: - uid: 35340 @@ -163485,6 +163711,13 @@ entities: - type: Transform pos: 50.485313,18.484766 parent: 13329 +- proto: HydroponicsToolSpade + entities: + - uid: 7243 + components: + - type: Transform + pos: 51.55836,20.367876 + parent: 13329 - proto: hydroponicsTray entities: - uid: 1318 @@ -163901,10 +164134,10 @@ entities: parent: 13329 - proto: JanitorialTrolley entities: - - uid: 1506 + - uid: 18924 components: - type: Transform - pos: 4.5,13.5 + pos: 5.5,11.5 parent: 13329 - proto: JetpackBlueFilled entities: @@ -164128,6 +164361,12 @@ entities: - type: Transform pos: -26.46547,56.93831 parent: 13329 + - uid: 8086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.584198,10.830557 + parent: 13329 - uid: 10495 components: - type: Transform @@ -164270,6 +164509,12 @@ entities: - type: Transform pos: -21.410488,56.800785 parent: 13329 + - uid: 8423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,13.5 + parent: 13329 - uid: 10550 components: - type: Transform @@ -164378,6 +164623,11 @@ entities: parent: 13329 - proto: Lighter entities: + - uid: 9398 + components: + - type: Transform + pos: 51.738266,13.991366 + parent: 13329 - uid: 9645 components: - type: Transform @@ -164581,6 +164831,28 @@ entities: currentLabel: Close Armory - type: NameModifier baseName: lockable button +- proto: LockableButtonSecurity + entities: + - uid: 36030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,18.5 + parent: 13329 + - type: DeviceLinkSource + linkedPorts: + 9400: + - - Pressed + - Toggle + 9401: + - - Pressed + - Toggle + 9404: + - - Pressed + - Toggle + 9405: + - - Pressed + - Toggle - proto: LockerAtmosphericsFilledHardsuit entities: - uid: 23864 @@ -165143,17 +165415,31 @@ entities: - 0 - 0 - 0 - - uid: 8933 + - uid: 7253 components: - - type: MetaData - name: evidence locker (Cell 3) - type: Transform - pos: 33.5,7.5 + pos: 28.5,3.5 + parent: 13329 + - uid: 7281 + components: + - type: Transform + pos: 27.5,1.5 + parent: 13329 + - uid: 7426 + components: + - type: Transform + pos: 28.5,1.5 + parent: 13329 + - uid: 8133 + components: + - type: Transform + pos: 29.5,1.5 + parent: 13329 + - uid: 8139 + components: + - type: Transform + pos: 27.5,3.5 parent: 13329 - - type: Label - currentLabel: Cell 3 - - type: NameModifier - baseName: evidence locker - uid: 9515 components: - type: Transform @@ -165384,120 +165670,6 @@ entities: - 0 - 0 - 0 - - uid: 10430 - components: - - type: Transform - pos: 41.5,10.5 - parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10431 - components: - - type: Transform - pos: 41.5,11.5 - parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10432 - components: - - type: Transform - pos: 51.5,10.5 - parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10433 - components: - - type: Transform - pos: 51.5,11.5 - parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10670 - components: - - type: MetaData - name: evidence locker (Cell 1) - - type: Transform - pos: 31.5,7.5 - parent: 13329 - - type: Label - currentLabel: Cell 1 - - type: NameModifier - baseName: evidence locker - - uid: 10671 - components: - - type: MetaData - name: evidence locker (Cell 2) - - type: Transform - pos: 32.5,7.5 - parent: 13329 - - type: Label - currentLabel: Cell 2 - - type: NameModifier - baseName: evidence locker - uid: 15348 components: - type: Transform @@ -165567,17 +165739,6 @@ entities: - 0 - 0 - 0 - - uid: 35995 - components: - - type: MetaData - name: evidence locker (Cell 4) - - type: Transform - pos: 34.5,7.5 - parent: 13329 - - type: Label - currentLabel: Cell 4 - - type: NameModifier - baseName: evidence locker - proto: LockerFreezer entities: - uid: 1209 @@ -165813,13 +165974,11 @@ entities: - 0 - proto: LockerMedicineFilled entities: - - uid: 13352 + - uid: 8431 components: - type: Transform - pos: 43.5,3.5 + pos: 35.5,3.5 parent: 13329 - - type: Lock - locked: False - uid: 18592 components: - type: Transform @@ -165970,6 +166129,62 @@ entities: - type: Transform pos: 5.5,50.5 parent: 13329 +- proto: LockerPrisoner + entities: + - uid: 8475 + components: + - type: Transform + pos: 44.5,3.5 + parent: 13329 +- proto: LockerPrisoner2 + entities: + - uid: 8461 + components: + - type: Transform + pos: 45.5,3.5 + parent: 13329 +- proto: LockerPrisoner3 + entities: + - uid: 8476 + components: + - type: Transform + pos: 46.5,3.5 + parent: 13329 +- proto: LockerPrisoner4 + entities: + - uid: 8998 + components: + - type: Transform + pos: 47.5,3.5 + parent: 13329 +- proto: LockerPrisoner5 + entities: + - uid: 7594 + components: + - type: Transform + pos: 44.5,1.5 + parent: 13329 +- proto: LockerPrisoner6 + entities: + - uid: 7593 + components: + - type: Transform + pos: 45.5,1.5 + parent: 13329 +- proto: LockerPrisoner7 + entities: + - uid: 7591 + components: + - type: Transform + pos: 46.5,1.5 + parent: 13329 +- proto: LockerPrisoner8 + entities: + - uid: 7592 + components: + - type: Transform + pos: 47.5,1.5 + parent: 13329 - proto: LockerQuarterMasterFilled entities: - uid: 11709 @@ -167234,15 +167449,10 @@ entities: parent: 13329 - proto: MedicalBed entities: - - uid: 7234 + - uid: 10466 components: - type: Transform - pos: 44.5,1.5 - parent: 13329 - - uid: 7238 - components: - - type: Transform - pos: 42.5,1.5 + pos: 34.5,1.5 parent: 13329 - uid: 13321 components: @@ -167284,6 +167494,11 @@ entities: - type: Transform pos: 9.5,51.5 parent: 13329 + - uid: 35994 + components: + - type: Transform + pos: 36.5,1.5 + parent: 13329 - uid: 35997 components: - type: Transform @@ -167312,6 +167527,11 @@ entities: parent: 13329 - proto: MedkitBruteFilled entities: + - uid: 8954 + components: + - type: Transform + pos: 37.028408,3.5864506 + parent: 13329 - uid: 18832 components: - type: Transform @@ -167322,17 +167542,12 @@ entities: - type: Transform pos: 4.605341,67.929634 parent: 13329 - - uid: 35993 - components: - - type: Transform - pos: 44.62391,3.593118 - parent: 13329 - proto: MedkitBurnFilled entities: - - uid: 10566 + - uid: 8085 components: - type: Transform - pos: 44.90516,3.655618 + pos: 37.028408,3.7115378 parent: 13329 - uid: 18830 components: @@ -167368,10 +167583,10 @@ entities: - type: Transform pos: 5.497531,27.629694 parent: 13329 - - uid: 10565 + - uid: 8956 components: - type: Transform - pos: 44.452034,3.639993 + pos: 36.528408,3.5968742 parent: 13329 - uid: 11784 components: @@ -167405,6 +167620,11 @@ entities: parent: 13329 - proto: MedkitOxygenFilled entities: + - uid: 8078 + components: + - type: Transform + pos: 36.528408,3.7115378 + parent: 13329 - uid: 18834 components: - type: Transform @@ -167444,11 +167664,6 @@ entities: - type: Transform pos: 4.636591,67.00776 parent: 13329 - - uid: 35994 - components: - - type: Transform - pos: 45.09266,3.530618 - parent: 13329 - proto: MicroManipulatorStockPart entities: - uid: 15531 @@ -167562,11 +167777,21 @@ entities: parent: 13329 - proto: MopBucket entities: + - uid: 1292 + components: + - type: Transform + pos: 8.5,12.5 + parent: 13329 - uid: 1649 components: - type: Transform pos: 5.5689616,8.470554 parent: 13329 + - uid: 8072 + components: + - type: Transform + pos: 49.5,10.5 + parent: 13329 - uid: 15331 components: - type: Transform @@ -167599,6 +167824,11 @@ entities: - type: Transform pos: 5.4127116,8.611179 parent: 13329 + - uid: 8156 + components: + - type: Transform + pos: 49.5,10.5 + parent: 13329 - uid: 10144 components: - type: Transform @@ -167624,6 +167854,11 @@ entities: - type: Transform pos: 114.39373,20.545967 parent: 13329 + - uid: 36065 + components: + - type: Transform + pos: 8.382533,12.508444 + parent: 13329 - proto: Morgue entities: - uid: 6623 @@ -167674,54 +167909,12 @@ entities: - 0 - 0 - 0 - - uid: 10561 + - uid: 8901 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,1.5 + pos: 39.5,1.5 parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,2.5 - parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 16937 components: - type: Transform @@ -168036,6 +168229,12 @@ entities: rot: 3.141592653589793 rad pos: 32.5,-26.5 parent: 13329 + - uid: 35983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,2.5 + parent: 13329 - proto: MouseTimedSpawner entities: - uid: 32253 @@ -168060,6 +168259,13 @@ entities: - type: Transform pos: 67.48685,60.561733 parent: 13329 +- proto: NewtonCradle + entities: + - uid: 8970 + components: + - type: Transform + pos: 47.490448,10.559536 + parent: 13329 - proto: NitrogenCanister entities: - uid: 13605 @@ -168558,25 +168764,20 @@ entities: parent: 13329 - proto: Paper entities: - - uid: 10318 + - uid: 7246 components: - type: Transform - pos: 41.5,13.5 + pos: 46.1489,12.533037 parent: 13329 - - uid: 10319 + - uid: 8165 components: - type: Transform - pos: 44.5,13.5 + pos: 46.011284,10.588079 parent: 13329 - - uid: 10320 + - uid: 10467 components: - type: Transform - pos: 48.5,13.5 - parent: 13329 - - uid: 10321 - components: - - type: Transform - pos: 51.5,13.5 + pos: 46.20098,12.606005 parent: 13329 - uid: 18896 components: @@ -168688,11 +168889,6 @@ entities: - type: Transform pos: 26.5,30.5 parent: 13329 - - uid: 10444 - components: - - type: Transform - pos: 51.5,9.5 - parent: 13329 - uid: 10549 components: - type: Transform @@ -168723,6 +168919,11 @@ entities: - type: Transform pos: 8.5,-2.5 parent: 13329 + - uid: 13326 + components: + - type: Transform + pos: 47.5,12.5 + parent: 13329 - uid: 15349 components: - type: Transform @@ -168823,6 +169024,38 @@ entities: - type: Transform pos: 45.5,42.5 parent: 13329 +- proto: PaperCNCSheet + entities: + - uid: 7162 + components: + - type: Transform + pos: 42.575233,16.452568 + parent: 13329 + - uid: 7163 + components: + - type: Transform + pos: 42.471066,16.556807 + parent: 13329 + - uid: 10571 + components: + - type: Transform + pos: 42.460648,15.764589 + parent: 13329 + - uid: 11558 + components: + - type: Transform + pos: 42.637733,16.358751 + parent: 13329 + - uid: 11562 + components: + - type: Transform + pos: 42.627316,15.587383 + parent: 13329 + - uid: 11563 + components: + - type: Transform + pos: 42.533566,15.681198 + parent: 13329 - proto: PaperWrittenAMEScribbles entities: - uid: 29085 @@ -168832,10 +169065,10 @@ entities: parent: 13329 - proto: ParchisBoard entities: - - uid: 10427 + - uid: 10578 components: - type: Transform - pos: 46.50248,19.462366 + pos: 41.481483,15.629079 parent: 13329 - uid: 19748 components: @@ -168957,31 +169190,26 @@ entities: parent: 13329 - proto: Pen entities: + - uid: 8164 + components: + - type: Transform + pos: 45.969616,10.421297 + parent: 13329 + - uid: 8427 + components: + - type: Transform + pos: 42.304398,16.146572 + parent: 13329 + - uid: 8462 + components: + - type: Transform + pos: 41.346066,16.146572 + parent: 13329 - uid: 9380 components: - type: Transform pos: 31.24836,9.434689 parent: 13329 - - uid: 10322 - components: - - type: Transform - pos: 41.5,13.5 - parent: 13329 - - uid: 10323 - components: - - type: Transform - pos: 44.5,13.5 - parent: 13329 - - uid: 10324 - components: - - type: Transform - pos: 48.5,13.5 - parent: 13329 - - uid: 10325 - components: - - type: Transform - pos: 51.5,13.5 - parent: 13329 - uid: 11763 components: - type: Transform @@ -168992,6 +169220,11 @@ entities: - type: Transform pos: -41.511772,-51.484776 parent: 13329 + - uid: 13325 + components: + - type: Transform + pos: 47.07598,12.69982 + parent: 13329 - uid: 26568 components: - type: Transform @@ -169308,13 +169541,6 @@ entities: - type: Transform pos: 124.5,49.5 parent: 13329 -- proto: Plunger - entities: - - uid: 18924 - components: - - type: Transform - pos: 5.4847407,11.716763 - parent: 13329 - proto: PlushieArachind entities: - uid: 36012 @@ -169613,6 +169839,13 @@ entities: - type: Transform pos: 87.5,17.5 parent: 13329 +- proto: PosterContrabandFunPolice + entities: + - uid: 10430 + components: + - type: Transform + pos: 29.5,4.5 + parent: 13329 - proto: PosterContrabandGreyTide entities: - uid: 31596 @@ -169865,6 +170098,11 @@ entities: - type: Transform pos: 14.5,-18.5 parent: 13329 + - uid: 14592 + components: + - type: Transform + pos: 48.5,16.5 + parent: 13329 - uid: 26098 components: - type: Transform @@ -169935,6 +170173,11 @@ entities: - type: Transform pos: -37.5,51.5 parent: 13329 + - uid: 14568 + components: + - type: Transform + pos: 40.5,13.5 + parent: 13329 - proto: PosterLegitPeriodicTable entities: - uid: 20052 @@ -170013,6 +170256,11 @@ entities: parent: 13329 - proto: PosterLegitSafetyReport entities: + - uid: 14566 + components: + - type: Transform + pos: 40.5,22.5 + parent: 13329 - uid: 29515 components: - type: Transform @@ -170080,6 +170328,11 @@ entities: parent: 13329 - proto: PottedPlant1 entities: + - uid: 10293 + components: + - type: Transform + pos: 39.5,3.5 + parent: 13329 - uid: 18710 components: - type: Transform @@ -170755,11 +171008,22 @@ entities: - type: Transform pos: 3.5,30.5 parent: 13329 + - uid: 9005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,3.5 + parent: 13329 - uid: 9626 components: - type: Transform pos: 68.5,-7.5 parent: 13329 + - uid: 10321 + components: + - type: Transform + pos: 49.5,8.5 + parent: 13329 - uid: 11762 components: - type: Transform @@ -170892,6 +171156,23 @@ entities: parent: 13329 - proto: PoweredDimSmallLight entities: + - uid: 10326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,21.5 + parent: 13329 + - uid: 10327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-30.5 + parent: 13329 + - uid: 10328 + components: + - type: Transform + pos: 115.5,6.5 + parent: 13329 - uid: 35388 components: - type: Transform @@ -171382,6 +171663,16 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 + - uid: 9097 + components: + - type: Transform + pos: 35.5,3.5 + parent: 13329 + - uid: 9098 + components: + - type: Transform + pos: 29.5,3.5 + parent: 13329 - uid: 9531 components: - type: Transform @@ -171436,13 +171727,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 9538 - components: - - type: Transform - pos: 37.5,7.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 9539 components: - type: Transform @@ -171557,14 +171841,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,28.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10389 components: - type: Transform @@ -171612,37 +171888,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,9.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,9.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,6.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10476 - components: - - type: Transform - pos: 44.5,3.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10479 components: - type: Transform @@ -171666,6 +171911,18 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 + - uid: 10566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,12.5 + parent: 13329 + - uid: 10771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,6.5 + parent: 13329 - uid: 10905 components: - type: Transform @@ -173816,6 +174073,18 @@ entities: rot: 1.5707963267948966 rad pos: 123.5,49.5 parent: 13329 + - uid: 36029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,2.5 + parent: 13329 + - uid: 36035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,5.5 + parent: 13329 - proto: PoweredlightExterior entities: - uid: 34307 @@ -174309,12 +174578,36 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 + - uid: 8421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,16.5 + parent: 13329 + - uid: 8463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,2.5 + parent: 13329 - uid: 8644 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,1.5 parent: 13329 + - uid: 8969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,10.5 + parent: 13329 + - uid: 9113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,2.5 + parent: 13329 - uid: 9525 components: - type: Transform @@ -174323,46 +174616,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 9526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,2.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,2.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9528 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,2.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,2.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,9.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10175 components: - type: Transform @@ -174386,38 +174639,24 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10326 + - uid: 10310 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,14.5 + pos: 51.5,28.5 parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,14.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10328 + - uid: 10320 components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,14.5 + pos: 41.5,16.5 parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10329 + - uid: 10324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,5.5 parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10385 components: - type: Transform @@ -174441,22 +174680,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10466 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,5.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,1.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10478 components: - type: Transform @@ -174488,6 +174711,12 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 + - uid: 11016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,9.5 + parent: 13329 - uid: 11545 components: - type: Transform @@ -174620,6 +174849,12 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 + - uid: 13350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 13329 - uid: 13371 components: - type: Transform @@ -175608,14 +175843,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 32192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,21.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 32193 components: - type: Transform @@ -175672,14 +175899,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 32291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-30.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 32323 components: - type: Transform @@ -175755,13 +175974,6 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 - - uid: 32504 - components: - - type: Transform - pos: 115.5,6.5 - parent: 13329 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 32505 components: - type: Transform @@ -176077,6 +176289,23 @@ entities: parent: 13329 - type: ApcPowerReceiver powerLoad: 0 + - uid: 36024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,11.5 + parent: 13329 + - uid: 36048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,6.5 + parent: 13329 + - uid: 36049 + components: + - type: Transform + pos: 38.5,10.5 + parent: 13329 - proto: PoweredSmallLightEmpty entities: - uid: 12130 @@ -177186,6 +177415,11 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,57.5 parent: 13329 + - uid: 7175 + components: + - type: Transform + pos: 49.5,8.5 + parent: 13329 - uid: 10189 components: - type: Transform @@ -177276,12 +177510,6 @@ entities: rot: -1.5707963267948966 rad pos: 53.5,24.5 parent: 13329 - - uid: 10494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,7.5 - parent: 13329 - uid: 10613 components: - type: Transform @@ -177312,6 +177540,11 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,13.5 parent: 13329 + - uid: 10774 + components: + - type: Transform + pos: 51.5,8.5 + parent: 13329 - uid: 13322 components: - type: Transform @@ -178437,18 +178670,27 @@ entities: rot: 3.141592653589793 rad pos: 98.5,-20.5 parent: 13329 + - uid: 36031 + components: + - type: Transform + pos: 44.5,23.5 + parent: 13329 + - uid: 36032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,21.5 + parent: 13329 - proto: RandomArcade entities: - uid: 13298 components: - type: Transform - rot: 1.5707963267948966 rad pos: -38.5,-6.5 parent: 13329 - uid: 13299 components: - type: Transform - rot: 1.5707963267948966 rad pos: -38.5,-5.5 parent: 13329 - uid: 32716 @@ -178676,6 +178918,11 @@ entities: - type: Transform pos: -25.5,24.5 parent: 13329 + - uid: 11553 + components: + - type: Transform + pos: 43.5,26.5 + parent: 13329 - uid: 11884 components: - type: Transform @@ -178691,11 +178938,21 @@ entities: - type: Transform pos: 17.5,-22.5 parent: 13329 + - uid: 13352 + components: + - type: Transform + pos: 52.5,13.5 + parent: 13329 - uid: 13697 components: - type: Transform pos: -14.5,1.5 parent: 13329 + - uid: 14567 + components: + - type: Transform + pos: 42.5,30.5 + parent: 13329 - uid: 14807 components: - type: Transform @@ -178848,6 +179105,16 @@ entities: parent: 13329 - proto: RandomPosterContraband entities: + - uid: 11018 + components: + - type: Transform + pos: 50.5,16.5 + parent: 13329 + - uid: 13324 + components: + - type: Transform + pos: 49.5,28.5 + parent: 13329 - uid: 13693 components: - type: Transform @@ -179594,19 +179861,16 @@ entities: - uid: 5633 components: - type: Transform - rot: -1.5707963267948966 rad pos: -30.5,72.5 parent: 13329 - uid: 5634 components: - type: Transform - rot: -1.5707963267948966 rad pos: -30.5,73.5 parent: 13329 - uid: 5635 components: - type: Transform - rot: -1.5707963267948966 rad pos: -30.5,74.5 parent: 13329 - uid: 13916 @@ -179832,79 +180096,66 @@ entities: - uid: 20658 components: - type: Transform - rot: 1.5707963267948966 rad pos: 105.5,-34.5 parent: 13329 - uid: 20660 components: - type: Transform - rot: 1.5707963267948966 rad pos: 106.5,-34.5 parent: 13329 - uid: 20662 components: - type: Transform - rot: 1.5707963267948966 rad pos: 107.5,-34.5 parent: 13329 - uid: 22522 components: - type: Transform - rot: 1.5707963267948966 rad pos: 106.5,-38.5 parent: 13329 - uid: 22523 components: - type: Transform - rot: 1.5707963267948966 rad pos: 107.5,-38.5 parent: 13329 - uid: 22524 components: - type: Transform - rot: 1.5707963267948966 rad pos: 108.5,-37.5 parent: 13329 - uid: 22525 components: - type: Transform - rot: 1.5707963267948966 rad pos: 105.5,-38.5 parent: 13329 - uid: 22526 components: - type: Transform - rot: 1.5707963267948966 rad pos: 108.5,-35.5 parent: 13329 - uid: 22716 components: - type: Transform - rot: 3.141592653589793 rad pos: 88.5,2.5 parent: 13329 - uid: 22721 components: - type: Transform - rot: 3.141592653589793 rad pos: 88.5,-0.5 parent: 13329 - uid: 22806 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-6.5 parent: 13329 - uid: 22809 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-5.5 parent: 13329 - uid: 22810 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-4.5 parent: 13329 - uid: 22831 @@ -180084,6 +180335,11 @@ entities: - type: Transform pos: 1.5,21.5 parent: 13329 + - uid: 1502 + components: + - type: Transform + pos: -10.5,27.5 + parent: 13329 - uid: 2055 components: - type: Transform @@ -180102,13 +180358,11 @@ entities: - uid: 2089 components: - type: Transform - rot: 3.141592653589793 rad pos: -11.5,-7.5 parent: 13329 - uid: 2090 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,-7.5 parent: 13329 - uid: 2126 @@ -180379,7 +180633,6 @@ entities: - uid: 2863 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-21.5 parent: 13329 - uid: 2864 @@ -180400,7 +180653,6 @@ entities: - uid: 2871 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-22.5 parent: 13329 - uid: 2872 @@ -180581,13 +180833,11 @@ entities: - uid: 3024 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-9.5 parent: 13329 - uid: 3025 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-8.5 parent: 13329 - uid: 3655 @@ -180838,31 +181088,26 @@ entities: - uid: 5140 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,52.5 parent: 13329 - uid: 5141 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,54.5 parent: 13329 - uid: 5142 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,55.5 parent: 13329 - uid: 5143 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,56.5 parent: 13329 - uid: 5144 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,58.5 parent: 13329 - uid: 5171 @@ -181020,85 +181265,10 @@ entities: - type: Transform pos: 39.5,8.5 parent: 13329 - - uid: 7242 - components: - - type: Transform - pos: 34.5,0.5 - parent: 13329 - - uid: 7243 - components: - - type: Transform - pos: 33.5,0.5 - parent: 13329 - - uid: 7244 - components: - - type: Transform - pos: 39.5,0.5 - parent: 13329 - - uid: 7245 - components: - - type: Transform - pos: 38.5,0.5 - parent: 13329 - - uid: 7246 - components: - - type: Transform - pos: 37.5,0.5 - parent: 13329 - - uid: 7247 - components: - - type: Transform - pos: 36.5,0.5 - parent: 13329 - - uid: 7248 - components: - - type: Transform - pos: 31.5,0.5 - parent: 13329 - - uid: 7249 - components: - - type: Transform - pos: 30.5,0.5 - parent: 13329 - - uid: 7250 - components: - - type: Transform - pos: 28.5,0.5 - parent: 13329 - - uid: 7251 - components: - - type: Transform - pos: 27.5,0.5 - parent: 13329 - - uid: 7252 - components: - - type: Transform - pos: 27.5,4.5 - parent: 13329 - - uid: 7253 - components: - - type: Transform - pos: 30.5,4.5 - parent: 13329 - uid: 7254 components: - type: Transform - pos: 33.5,4.5 - parent: 13329 - - uid: 7255 - components: - - type: Transform - pos: 36.5,4.5 - parent: 13329 - - uid: 7256 - components: - - type: Transform - pos: 39.5,4.5 - parent: 13329 - - uid: 7257 - components: - - type: Transform - pos: 38.5,4.5 + pos: 28.5,4.5 parent: 13329 - uid: 7258 components: @@ -181120,10 +181290,15 @@ entities: - type: Transform pos: 36.5,8.5 parent: 13329 - - uid: 7308 + - uid: 7299 components: - type: Transform - pos: 40.5,6.5 + pos: 28.5,0.5 + parent: 13329 + - uid: 7302 + components: + - type: Transform + pos: 31.5,0.5 parent: 13329 - uid: 7333 components: @@ -181175,11 +181350,31 @@ entities: - type: Transform pos: 34.5,19.5 parent: 13329 + - uid: 7417 + components: + - type: Transform + pos: 30.5,0.5 + parent: 13329 + - uid: 7418 + components: + - type: Transform + pos: 31.5,4.5 + parent: 13329 - uid: 7519 components: - type: Transform pos: 52.5,6.5 parent: 13329 + - uid: 7525 + components: + - type: Transform + pos: 33.5,0.5 + parent: 13329 + - uid: 7533 + components: + - type: Transform + pos: 27.5,4.5 + parent: 13329 - uid: 7556 components: - type: Transform @@ -181190,11 +181385,6 @@ entities: - type: Transform pos: 52.5,21.5 parent: 13329 - - uid: 7558 - components: - - type: Transform - pos: 52.5,22.5 - parent: 13329 - uid: 7559 components: - type: Transform @@ -181205,6 +181395,31 @@ entities: - type: Transform pos: 52.5,24.5 parent: 13329 + - uid: 8100 + components: + - type: Transform + pos: 44.5,10.5 + parent: 13329 + - uid: 8130 + components: + - type: Transform + pos: 27.5,0.5 + parent: 13329 + - uid: 8134 + components: + - type: Transform + pos: 34.5,0.5 + parent: 13329 + - uid: 8141 + components: + - type: Transform + pos: 37.5,6.5 + parent: 13329 + - uid: 8169 + components: + - type: Transform + pos: 45.5,8.5 + parent: 13329 - uid: 8387 components: - type: Transform @@ -181225,6 +181440,26 @@ entities: - type: Transform pos: 19.5,23.5 parent: 13329 + - uid: 8681 + components: + - type: Transform + pos: 46.5,8.5 + parent: 13329 + - uid: 8866 + components: + - type: Transform + pos: 47.5,8.5 + parent: 13329 + - uid: 8958 + components: + - type: Transform + pos: 46.5,11.5 + parent: 13329 + - uid: 8959 + components: + - type: Transform + pos: 47.5,11.5 + parent: 13329 - uid: 9246 components: - type: Transform @@ -181235,6 +181470,16 @@ entities: - type: Transform pos: 22.5,19.5 parent: 13329 + - uid: 9360 + components: + - type: Transform + pos: 33.5,4.5 + parent: 13329 + - uid: 9394 + components: + - type: Transform + pos: 37.5,0.5 + parent: 13329 - uid: 9477 components: - type: Transform @@ -181425,6 +181670,16 @@ entities: - type: Transform pos: 46.5,-3.5 parent: 13329 + - uid: 10358 + components: + - type: Transform + pos: 36.5,0.5 + parent: 13329 + - uid: 10437 + components: + - type: Transform + pos: 45.5,11.5 + parent: 13329 - uid: 12192 components: - type: Transform @@ -183533,31 +183788,26 @@ entities: - uid: 22819 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-7.5 parent: 13329 - uid: 22820 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-6.5 parent: 13329 - uid: 22821 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-5.5 parent: 13329 - uid: 22822 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-4.5 parent: 13329 - uid: 22823 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-3.5 parent: 13329 - uid: 22828 @@ -184556,6 +184806,16 @@ entities: - type: Transform pos: 4.5,7.5 parent: 13329 + - uid: 8154 + components: + - type: Transform + pos: 46.5,8.5 + parent: 13329 + - uid: 8867 + components: + - type: Transform + pos: 45.5,8.5 + parent: 13329 - uid: 9595 components: - type: Transform @@ -184595,6 +184855,11 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,-19.5 parent: 13329 + - uid: 35989 + components: + - type: Transform + pos: 47.5,8.5 + parent: 13329 - proto: ShuttersNormalOpen entities: - uid: 921 @@ -184777,25 +185042,66 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,32.5 parent: 13329 - - uid: 10588 + - uid: 7307 components: - type: Transform - pos: 42.5,16.5 + pos: 47.5,11.5 parent: 13329 - - uid: 10589 + - uid: 7309 components: - type: Transform - pos: 45.5,16.5 + rot: -1.5707963267948966 rad + pos: 44.5,10.5 parent: 13329 - - uid: 10590 + - uid: 8073 components: - type: Transform - pos: 47.5,16.5 + pos: 34.5,0.5 parent: 13329 - - uid: 10591 + - uid: 8890 components: - type: Transform - pos: 50.5,16.5 + pos: 37.5,0.5 + parent: 13329 + - uid: 8945 + components: + - type: Transform + pos: 28.5,0.5 + parent: 13329 + - uid: 8951 + components: + - type: Transform + pos: 27.5,0.5 + parent: 13329 + - uid: 8952 + components: + - type: Transform + pos: 30.5,0.5 + parent: 13329 + - uid: 8953 + components: + - type: Transform + pos: 31.5,0.5 + parent: 13329 + - uid: 9150 + components: + - type: Transform + pos: 36.5,0.5 + parent: 13329 + - uid: 9333 + components: + - type: Transform + pos: 45.5,11.5 + parent: 13329 + - uid: 9336 + components: + - type: Transform + pos: 33.5,0.5 + parent: 13329 + - uid: 9342 + components: + - type: Transform + pos: 46.5,11.5 parent: 13329 - uid: 10658 components: @@ -185294,27 +185600,6 @@ entities: 9776: - - Pressed - Toggle - - uid: 10587 - components: - - type: MetaData - name: Room Shutters - - type: Transform - pos: 46.5,12.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 10588: - - - Pressed - - Toggle - 10589: - - - Pressed - - Toggle - 10590: - - - Pressed - - Toggle - 10591: - - - Pressed - - Toggle - uid: 10877 components: - type: Transform @@ -185643,6 +185928,81 @@ entities: - Toggle - proto: SignalButtonDirectional entities: + - uid: 8077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,0.5 + parent: 13329 + - type: DeviceLinkSource + linkedPorts: + 8951: + - - Pressed + - Toggle + 8945: + - - Pressed + - Toggle + 8952: + - - Pressed + - Toggle + 8953: + - - Pressed + - Toggle + - uid: 8115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,1.5 + parent: 13329 + - type: DeviceLinkSource + linkedPorts: + 9336: + - - Pressed + - Toggle + 8073: + - - Pressed + - Toggle + 9150: + - - Pressed + - Toggle + 8890: + - - Pressed + - Toggle + - uid: 8123 + components: + - type: Transform + pos: 45.5,10.5 + parent: 13329 + - type: DeviceLinkSource + linkedPorts: + 7309: + - - Pressed + - Toggle + 9333: + - - Pressed + - Toggle + 9342: + - - Pressed + - Toggle + 7307: + - - Pressed + - Toggle + - uid: 8972 + components: + - type: Transform + pos: 47.5,10.5 + parent: 13329 + - type: DeviceLinkSource + linkedPorts: + 35989: + - - Pressed + - Toggle + 8154: + - - Pressed + - Toggle + 8867: + - - Pressed + - Toggle - uid: 20551 components: - type: Transform @@ -185782,113 +186142,6 @@ entities: currentLabel: Front Shutters - type: NameModifier baseName: Switch (Front Shutters) - - uid: 9389 - components: - - type: MetaData - name: Switch (Front Blast Doors) - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.571575,9.73718 - parent: 13329 - - type: SignalSwitch - state: True - - type: DeviceLinkSource - linkedPorts: - 10638: - - - On - - Open - - - Off - - Close - 10645: - - - On - - Open - - - Off - - Close - 9397: - - - On - - Open - - - Off - - Close - 9398: - - - On - - Open - - - Off - - Close - 9396: - - - On - - Open - - - Off - - Close - 9395: - - - On - - Open - - - Off - - Close - 9394: - - - On - - Open - - - Off - - Close - 9393: - - - On - - Open - - - Off - - Close - 9392: - - - On - - Open - - - Off - - Close - 9391: - - - On - - Open - - - Off - - Close - - type: Label - currentLabel: Front Blast Doors - - type: NameModifier - baseName: Switch - - uid: 9390 - components: - - type: MetaData - name: Switch (Perma Blast Doors) - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.571575,9.466347 - parent: 13329 - - type: SignalSwitch - state: True - - type: DeviceLinkSource - linkedPorts: - 9405: - - - On - - Open - - - Off - - Close - 9404: - - - On - - Open - - - Off - - Close - 9403: - - - On - - Open - - - Off - - Close - 9401: - - - On - - Open - - - Off - - Close - 9400: - - - On - - Open - - - Off - - Close - - type: Label - currentLabel: Perma Blast Doors - - type: NameModifier - baseName: Switch - uid: 10662 components: - type: MetaData @@ -185960,30 +186213,6 @@ entities: currentLabel: Window Shutters - type: NameModifier baseName: Switch - - uid: 13350 - components: - - type: MetaData - name: Switch (Cell Blast Doors) (Cell Blast Doors) - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,4.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 10638: - - - On - - Open - - - Off - - Close - 10645: - - - On - - Open - - - Off - - Close - - type: Label - currentLabel: Cell Blast Doors - - type: NameModifier - baseName: Switch (Cell Blast Doors) - uid: 35390 components: - type: Transform @@ -186006,92 +186235,6 @@ entities: - Open - - Off - Close - - uid: 35971 - components: - - type: MetaData - name: Switch (Cell Blast Doors) (Cell Blast Doors) - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,4.5 - parent: 13329 - - type: DeviceLinkSource - linkedPorts: - 9397: - - - On - - Open - - - Off - - Close - 9398: - - - On - - Open - - - Off - - Close - - type: Label - currentLabel: Cell Blast Doors - - type: NameModifier - baseName: Switch (Cell Blast Doors) - - uid: 35972 - components: - - type: MetaData - name: Switch (Cell Blast Doors) (Cell Blast Doors) - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,4.5 - parent: 13329 - - type: SignalSwitch - state: True - - type: DeviceLinkSource - linkedPorts: - 9396: - - - On - - Open - - - Off - - Close - 9395: - - - On - - Open - - - Off - - Close - - type: Label - currentLabel: Cell Blast Doors - - type: NameModifier - baseName: Switch (Cell Blast Doors) - - uid: 35973 - components: - - type: MetaData - name: Switch (Cell Blast Doors) (Cell Blast Doors) - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,4.5 - parent: 13329 - - type: SignalSwitch - state: True - - type: DeviceLinkSource - linkedPorts: - 9394: - - - On - - Open - - - Off - - Close - 9393: - - - On - - Open - - - Off - - Close - 9392: - - - On - - Open - - - Off - - Close - 9391: - - - On - - Open - - - Off - - Close - - type: Label - currentLabel: Cell Blast Doors - - type: NameModifier - baseName: Switch (Cell Blast Doors) - uid: 36009 components: - type: Transform @@ -186331,6 +186474,12 @@ entities: parent: 13329 - proto: SignDirectionalBrig entities: + - uid: 10434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-3.5 + parent: 13329 - uid: 10574 components: - type: Transform @@ -186497,11 +186646,11 @@ entities: parent: 13329 - proto: SignDirectionalHop entities: - - uid: 26038 + - uid: 36034 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,-3.5 + pos: 53.499214,-3.3088872 parent: 13329 - proto: SignDirectionalLibrary entities: @@ -186646,6 +186795,12 @@ entities: - type: Transform pos: 1.5164549,14.357265 parent: 13329 + - uid: 8437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.499214,-3.6887553 + parent: 13329 - uid: 19116 components: - type: Transform @@ -186849,6 +187004,19 @@ entities: - type: Transform pos: 119.5,-18.5 parent: 13329 +- proto: SignGenpop + entities: + - uid: 7588 + components: + - type: Transform + pos: 42.5,0.5 + parent: 13329 + - uid: 10378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,6.5 + parent: 13329 - proto: SignGravity entities: - uid: 26207 @@ -187059,15 +187227,15 @@ entities: parent: 13329 - proto: SignPrison entities: - - uid: 9342 + - uid: 7282 components: - type: Transform - pos: 41.5,8.5 + pos: 52.5,22.5 parent: 13329 - - uid: 9343 + - uid: 10442 components: - type: Transform - pos: 51.5,8.5 + pos: 44.5,11.5 parent: 13329 - proto: SignRadiationMed entities: @@ -187125,17 +187293,6 @@ entities: parent: 13329 - proto: SignRedFour entities: - - uid: 10575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,12.5 - parent: 13329 - - uid: 13327 - components: - - type: Transform - pos: 35.5,3.5 - parent: 13329 - uid: 24289 components: - type: Transform @@ -187143,17 +187300,6 @@ entities: parent: 13329 - proto: SignRedOne entities: - - uid: 10579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,12.5 - parent: 13329 - - uid: 13324 - components: - - type: Transform - pos: 26.5,3.5 - parent: 13329 - uid: 24286 components: - type: Transform @@ -187173,17 +187319,6 @@ entities: parent: 13329 - proto: SignRedThree entities: - - uid: 10584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,12.5 - parent: 13329 - - uid: 13326 - components: - - type: Transform - pos: 32.5,3.5 - parent: 13329 - uid: 24288 components: - type: Transform @@ -187191,17 +187326,6 @@ entities: parent: 13329 - proto: SignRedTwo entities: - - uid: 10585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,12.5 - parent: 13329 - - uid: 13325 - components: - - type: Transform - pos: 29.5,3.5 - parent: 13329 - uid: 14376 components: - type: Transform @@ -187335,11 +187459,23 @@ entities: - type: Transform pos: -45.5,68.5 parent: 13329 + - uid: 8873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,2.5 + parent: 13329 - uid: 10259 components: - type: Transform pos: 34.5,31.5 parent: 13329 + - uid: 10429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,8.5 + parent: 13329 - uid: 10488 components: - type: Transform @@ -187412,12 +187548,6 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,0.5 parent: 13329 - - uid: 19133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,0.5 - parent: 13329 - uid: 26769 components: - type: Transform @@ -190756,7 +190886,6 @@ entities: - uid: 13383 components: - type: Transform - rot: -1.5707963267948966 rad pos: 47.5,54.5 parent: 13329 - proto: SpawnMobMcGriff @@ -191640,11 +191769,6 @@ entities: parent: 13329 - proto: StasisBed entities: - - uid: 8932 - components: - - type: Transform - pos: 46.5,1.5 - parent: 13329 - uid: 18576 components: - type: Transform @@ -191885,31 +192009,10 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,13.5 parent: 13329 - - uid: 1422 + - uid: 7153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,31.5 - parent: 13329 - - uid: 10314 - components: - - type: Transform - pos: 41.5,14.5 - parent: 13329 - - uid: 10315 - components: - - type: Transform - pos: 44.5,14.5 - parent: 13329 - - uid: 10316 - components: - - type: Transform - pos: 48.5,14.5 - parent: 13329 - - uid: 10317 - components: - - type: Transform - pos: 51.5,14.5 + pos: 46.5,13.5 parent: 13329 - uid: 10400 components: @@ -192572,13 +192675,6 @@ entities: - type: Transform pos: 106.5,16.5 parent: 13329 -- proto: Stunbaton - entities: - - uid: 10442 - components: - - type: Transform - pos: 41.39552,9.469629 - parent: 13329 - proto: SubstationBasic entities: - uid: 2337 @@ -192857,10 +192953,15 @@ entities: parent: 13329 - proto: SuitStorageEVAPrisoner entities: - - uid: 13404 + - uid: 7166 components: - type: Transform - pos: 46.5,11.5 + pos: 51.5,9.5 + parent: 13329 + - uid: 10329 + components: + - type: Transform + pos: 51.5,10.5 parent: 13329 - proto: SuitStorageHOS entities: @@ -194238,16 +194339,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Main Hall Cargo - - uid: 35351 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Mail Hall Security - uid: 35352 components: - type: Transform @@ -194454,17 +194545,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Cryosleep - - uid: 35462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,15.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Main Hall Dorms - uid: 35463 components: - type: Transform @@ -195099,6 +195179,20 @@ entities: id: Science Shooting Range - proto: SurveillanceCameraSecurity entities: + - uid: 8418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,6.5 + parent: 13329 + - type: SurveillanceCamera + id: Security East Entrance + - uid: 8997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,3.5 + parent: 13329 - uid: 10160 components: - type: Transform @@ -195110,61 +195204,32 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Interrogation - - uid: 10467 + - uid: 10298 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,6.5 + pos: 38.5,9.5 parent: 13329 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True + id: Genpop Entrance + - uid: 10307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,13.5 + parent: 13329 + - type: SurveillanceCamera + id: Genpop Front + - uid: 10308 + components: + - type: Transform + pos: 46.5,5.5 + parent: 13329 + - type: SurveillanceCamera id: Solitary - - uid: 10468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,15.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Cell 1 - - uid: 10469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,15.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Cell 2 - - uid: 10470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,15.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Cell 3 - - uid: 10471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,15.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Cell 4 - uid: 10472 components: - type: Transform @@ -195175,18 +195240,7 @@ entities: setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Perma Brig - - uid: 10558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,7.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell Block + id: Genpop - uid: 10559 components: - type: Transform @@ -195198,27 +195252,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Warden's Office - - uid: 10570 - components: - - type: Transform - pos: 43.5,1.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig Med - - uid: 10571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,11.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Entrance - uid: 10572 components: - type: Transform @@ -195284,17 +195317,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Security Breakroom - - uid: 10914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,19.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: HoS Office - uid: 10916 components: - type: Transform @@ -195316,17 +195338,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: North Entrance - - uid: 10918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-0.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: South Entrance - uid: 10919 components: - type: Transform @@ -195490,27 +195501,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: HOS Bedroom - - uid: 34915 - components: - - type: Transform - pos: 22.5,5.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security Entrance - - uid: 34916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,4.5 - parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security Secondary Entrance - uid: 35102 components: - type: Transform @@ -195522,17 +195512,12 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Security Cargo Checkpoint - - uid: 35466 + - uid: 35980 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,27.5 + pos: 45.5,26.5 parent: 13329 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma North - proto: SurveillanceCameraService entities: - uid: 1627 @@ -195990,25 +195975,21 @@ entities: - uid: 4601 components: - type: Transform - rot: 1.5707963267948966 rad pos: -37.5,45.5 parent: 13329 - uid: 4670 components: - type: Transform - rot: -1.5707963267948966 rad pos: -25.5,30.5 parent: 13329 - uid: 4671 components: - type: Transform - rot: -1.5707963267948966 rad pos: -25.5,31.5 parent: 13329 - uid: 4672 components: - type: Transform - rot: -1.5707963267948966 rad pos: -25.5,32.5 parent: 13329 - uid: 4718 @@ -196054,25 +196035,21 @@ entities: - uid: 6626 components: - type: Transform - rot: 1.5707963267948966 rad pos: -19.5,67.5 parent: 13329 - uid: 6627 components: - type: Transform - rot: 1.5707963267948966 rad pos: -19.5,68.5 parent: 13329 - uid: 6628 components: - type: Transform - rot: 1.5707963267948966 rad pos: -19.5,69.5 parent: 13329 - uid: 6629 components: - type: Transform - rot: 1.5707963267948966 rad pos: -19.5,70.5 parent: 13329 - uid: 6940 @@ -196140,16 +196117,31 @@ entities: - type: Transform pos: 5.5,27.5 parent: 13329 + - uid: 7174 + components: + - type: Transform + pos: 47.5,13.5 + parent: 13329 + - uid: 7176 + components: + - type: Transform + pos: 45.5,12.5 + parent: 13329 + - uid: 7590 + components: + - type: Transform + pos: 48.5,1.5 + parent: 13329 + - uid: 8459 + components: + - type: Transform + pos: 48.5,2.5 + parent: 13329 - uid: 8643 components: - type: Transform pos: 27.5,9.5 parent: 13329 - - uid: 9355 - components: - - type: Transform - pos: 39.5,2.5 - parent: 13329 - uid: 9376 components: - type: Transform @@ -196168,7 +196160,6 @@ entities: - uid: 9452 components: - type: Transform - rot: 1.5707963267948966 rad pos: 19.5,1.5 parent: 13329 - uid: 9523 @@ -196181,20 +196172,20 @@ entities: - type: Transform pos: 17.5,19.5 parent: 13329 + - uid: 9526 + components: + - type: Transform + pos: 31.5,7.5 + parent: 13329 - uid: 9627 components: - type: Transform pos: 68.5,-7.5 parent: 13329 - - uid: 9650 + - uid: 9649 components: - type: Transform - pos: 43.5,1.5 - parent: 13329 - - uid: 9652 - components: - - type: Transform - pos: 45.5,1.5 + pos: 32.5,7.5 parent: 13329 - uid: 10126 components: @@ -196241,26 +196232,21 @@ entities: - type: Transform pos: -1.5,49.5 parent: 13329 - - uid: 10310 - components: - - type: Transform - pos: 41.5,13.5 - parent: 13329 - - uid: 10311 - components: - - type: Transform - pos: 44.5,13.5 - parent: 13329 - - uid: 10312 - components: - - type: Transform - pos: 48.5,13.5 - parent: 13329 - - uid: 10313 + - uid: 10301 components: - type: Transform pos: 51.5,13.5 parent: 13329 + - uid: 10305 + components: + - type: Transform + pos: 51.5,14.5 + parent: 13329 + - uid: 10322 + components: + - type: Transform + pos: 46.5,12.5 + parent: 13329 - uid: 10338 components: - type: Transform @@ -196296,15 +196282,10 @@ entities: - type: Transform pos: 49.5,22.5 parent: 13329 - - uid: 10429 + - uid: 10436 components: - type: Transform - pos: 41.5,9.5 - parent: 13329 - - uid: 10439 - components: - - type: Transform - pos: 51.5,9.5 + pos: 47.5,12.5 parent: 13329 - uid: 10460 components: @@ -196419,7 +196400,6 @@ entities: - uid: 11699 components: - type: Transform - rot: 1.5707963267948966 rad pos: 1.5,-9.5 parent: 13329 - uid: 11715 @@ -196535,19 +196515,16 @@ entities: - uid: 11891 components: - type: Transform - rot: 1.5707963267948966 rad pos: 20.5,-2.5 parent: 13329 - uid: 12077 components: - type: Transform - rot: -1.5707963267948966 rad pos: -18.5,-21.5 parent: 13329 - uid: 12078 components: - type: Transform - rot: -1.5707963267948966 rad pos: -18.5,-20.5 parent: 13329 - uid: 12084 @@ -196558,7 +196535,6 @@ entities: - uid: 12157 components: - type: Transform - rot: 1.5707963267948966 rad pos: -11.5,-14.5 parent: 13329 - uid: 13045 @@ -196594,31 +196570,26 @@ entities: - uid: 13117 components: - type: Transform - rot: 3.141592653589793 rad pos: -34.5,-39.5 parent: 13329 - uid: 13118 components: - type: Transform - rot: 3.141592653589793 rad pos: -35.5,-39.5 parent: 13329 - uid: 13119 components: - type: Transform - rot: 3.141592653589793 rad pos: -36.5,-39.5 parent: 13329 - uid: 13120 components: - type: Transform - rot: 3.141592653589793 rad pos: -30.5,-44.5 parent: 13329 - uid: 13121 components: - type: Transform - rot: 3.141592653589793 rad pos: -31.5,-44.5 parent: 13329 - uid: 13152 @@ -196714,31 +196685,26 @@ entities: - uid: 15512 components: - type: Transform - rot: -1.5707963267948966 rad pos: 50.5,-14.5 parent: 13329 - uid: 15513 components: - type: Transform - rot: -1.5707963267948966 rad pos: 51.5,-14.5 parent: 13329 - uid: 15515 components: - type: Transform - rot: -1.5707963267948966 rad pos: 54.5,-20.5 parent: 13329 - uid: 15516 components: - type: Transform - rot: -1.5707963267948966 rad pos: 55.5,-20.5 parent: 13329 - uid: 15517 components: - type: Transform - rot: -1.5707963267948966 rad pos: 56.5,-20.5 parent: 13329 - uid: 15520 @@ -196784,7 +196750,6 @@ entities: - uid: 18348 components: - type: Transform - rot: -1.5707963267948966 rad pos: 21.5,39.5 parent: 13329 - uid: 18352 @@ -196825,7 +196790,6 @@ entities: - uid: 18506 components: - type: Transform - rot: -1.5707963267948966 rad pos: 20.5,39.5 parent: 13329 - uid: 18566 @@ -196836,7 +196800,6 @@ entities: - uid: 18597 components: - type: Transform - rot: -1.5707963267948966 rad pos: 27.5,48.5 parent: 13329 - uid: 18611 @@ -196932,19 +196895,16 @@ entities: - uid: 19032 components: - type: Transform - rot: 1.5707963267948966 rad pos: 27.5,39.5 parent: 13329 - uid: 19033 components: - type: Transform - rot: 1.5707963267948966 rad pos: 28.5,39.5 parent: 13329 - uid: 19038 components: - type: Transform - rot: 1.5707963267948966 rad pos: 30.5,46.5 parent: 13329 - uid: 19180 @@ -197100,13 +197060,11 @@ entities: - uid: 26682 components: - type: Transform - rot: 3.141592653589793 rad pos: 17.5,-17.5 parent: 13329 - uid: 26683 components: - type: Transform - rot: 3.141592653589793 rad pos: 16.5,-17.5 parent: 13329 - uid: 26713 @@ -197177,7 +197135,6 @@ entities: - uid: 27860 components: - type: Transform - rot: -1.5707963267948966 rad pos: 91.5,36.5 parent: 13329 - uid: 27862 @@ -197193,13 +197150,11 @@ entities: - uid: 28176 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,-2.5 parent: 13329 - uid: 28177 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,-1.5 parent: 13329 - uid: 29076 @@ -197370,7 +197325,6 @@ entities: - uid: 31633 components: - type: Transform - rot: 3.141592653589793 rad pos: 15.5,-17.5 parent: 13329 - uid: 31646 @@ -197738,6 +197692,11 @@ entities: - type: Transform pos: 27.5,36.5 parent: 13329 + - uid: 36060 + components: + - type: Transform + pos: 53.5,22.5 + parent: 13329 - proto: TableCarpet entities: - uid: 209 @@ -198011,7 +197970,6 @@ entities: - uid: 1356 components: - type: Transform - rot: -1.5707963267948966 rad pos: -15.5,42.5 parent: 13329 - uid: 1784 @@ -198029,16 +197987,6 @@ entities: - type: Transform pos: 2.5,18.5 parent: 13329 - - uid: 10563 - components: - - type: Transform - pos: 44.5,3.5 - parent: 13329 - - uid: 10564 - components: - - type: Transform - pos: 45.5,3.5 - parent: 13329 - uid: 10601 components: - type: Transform @@ -198268,11 +198216,6 @@ entities: - type: Transform pos: -8.5,27.5 parent: 13329 - - uid: 918 - components: - - type: Transform - pos: -10.5,27.5 - parent: 13329 - uid: 1161 components: - type: Transform @@ -198311,21 +198254,23 @@ entities: - uid: 4598 components: - type: Transform - rot: 1.5707963267948966 rad pos: -35.5,49.5 parent: 13329 - uid: 4599 components: - type: Transform - rot: 1.5707963267948966 rad pos: -35.5,50.5 parent: 13329 - uid: 4602 components: - type: Transform - rot: 1.5707963267948966 rad pos: -34.5,48.5 parent: 13329 + - uid: 7152 + components: + - type: Transform + pos: 49.5,8.5 + parent: 13329 - uid: 7179 components: - type: Transform @@ -198351,6 +198296,11 @@ entities: - type: Transform pos: 28.5,15.5 parent: 13329 + - uid: 8111 + components: + - type: Transform + pos: 45.5,10.5 + parent: 13329 - uid: 8388 components: - type: Transform @@ -198361,16 +198311,51 @@ entities: - type: Transform pos: 26.5,30.5 parent: 13329 + - uid: 8433 + components: + - type: Transform + pos: 37.5,1.5 + parent: 13329 + - uid: 8455 + components: + - type: Transform + pos: 30.5,23.5 + parent: 13329 - uid: 8639 components: - type: Transform pos: 22.5,13.5 parent: 13329 + - uid: 9107 + components: + - type: Transform + pos: 31.5,2.5 + parent: 13329 + - uid: 9108 + components: + - type: Transform + pos: 31.5,1.5 + parent: 13329 + - uid: 9111 + components: + - type: Transform + pos: 31.5,3.5 + parent: 13329 - uid: 9402 components: - type: Transform pos: 31.5,9.5 parent: 13329 + - uid: 9465 + components: + - type: Transform + pos: 36.5,3.5 + parent: 13329 + - uid: 9652 + components: + - type: Transform + pos: 37.5,3.5 + parent: 13329 - uid: 9654 components: - type: Transform @@ -198446,6 +198431,16 @@ entities: - type: Transform pos: 51.5,25.5 parent: 13329 + - uid: 10428 + components: + - type: Transform + pos: 46.5,10.5 + parent: 13329 + - uid: 10444 + components: + - type: Transform + pos: 47.5,10.5 + parent: 13329 - uid: 10592 components: - type: Transform @@ -198474,37 +198469,31 @@ entities: - uid: 14363 components: - type: Transform - rot: 1.5707963267948966 rad pos: 38.5,-18.5 parent: 13329 - uid: 14364 components: - type: Transform - rot: 1.5707963267948966 rad pos: 49.5,-17.5 parent: 13329 - uid: 14365 components: - type: Transform - rot: 1.5707963267948966 rad pos: 49.5,-15.5 parent: 13329 - uid: 14366 components: - type: Transform - rot: 1.5707963267948966 rad pos: 53.5,-13.5 parent: 13329 - uid: 14367 components: - type: Transform - rot: 1.5707963267948966 rad pos: 50.5,-21.5 parent: 13329 - uid: 14368 components: - type: Transform - rot: 1.5707963267948966 rad pos: 37.5,-24.5 parent: 13329 - uid: 15344 @@ -198567,6 +198556,11 @@ entities: - type: Transform pos: -21.5,73.5 parent: 13329 + - uid: 20451 + components: + - type: Transform + pos: -10.5,29.5 + parent: 13329 - uid: 24019 components: - type: Transform @@ -198710,7 +198704,6 @@ entities: - uid: 26614 components: - type: Transform - rot: 3.141592653589793 rad pos: 73.5,-8.5 parent: 13329 - uid: 26635 @@ -198756,55 +198749,46 @@ entities: - uid: 30230 components: - type: Transform - rot: 3.141592653589793 rad pos: 113.5,44.5 parent: 13329 - uid: 30231 components: - type: Transform - rot: 3.141592653589793 rad pos: 110.5,42.5 parent: 13329 - uid: 30232 components: - type: Transform - rot: 3.141592653589793 rad pos: 99.5,42.5 parent: 13329 - uid: 30233 components: - type: Transform - rot: 3.141592653589793 rad pos: 99.5,55.5 parent: 13329 - uid: 30234 components: - type: Transform - rot: 3.141592653589793 rad pos: 99.5,56.5 parent: 13329 - uid: 30235 components: - type: Transform - rot: 3.141592653589793 rad pos: 107.5,54.5 parent: 13329 - uid: 30236 components: - type: Transform - rot: 3.141592653589793 rad pos: 105.5,54.5 parent: 13329 - uid: 30239 components: - type: Transform - rot: 1.5707963267948966 rad pos: 104.5,42.5 parent: 13329 - uid: 30240 components: - type: Transform - rot: 1.5707963267948966 rad pos: 105.5,42.5 parent: 13329 - uid: 30736 @@ -199042,6 +199026,11 @@ entities: - type: Transform pos: 73.5,-10.5 parent: 13329 + - uid: 35995 + components: + - type: Transform + pos: 35.5,1.5 + parent: 13329 - proto: TableReinforcedGlass entities: - uid: 13334 @@ -199067,25 +199056,21 @@ entities: - uid: 18920 components: - type: Transform - rot: -1.5707963267948966 rad pos: 23.5,57.5 parent: 13329 - uid: 18921 components: - type: Transform - rot: -1.5707963267948966 rad pos: 23.5,58.5 parent: 13329 - uid: 18928 components: - type: Transform - rot: -1.5707963267948966 rad pos: 26.5,57.5 parent: 13329 - uid: 18930 components: - type: Transform - rot: -1.5707963267948966 rad pos: 23.5,60.5 parent: 13329 - uid: 19081 @@ -199492,6 +199477,18 @@ entities: - type: Transform pos: -5.5,69.5 parent: 13329 + - uid: 7161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,15.5 + parent: 13329 + - uid: 8161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,16.5 + parent: 13329 - uid: 9543 components: - type: Transform @@ -199512,7 +199509,8 @@ entities: - uid: 10424 components: - type: Transform - pos: 49.5,25.5 + rot: -1.5707963267948966 rad + pos: 42.5,16.5 parent: 13329 - uid: 10509 components: @@ -199559,6 +199557,12 @@ entities: - type: Transform pos: 37.5,16.5 parent: 13329 + - uid: 10570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,15.5 + parent: 13329 - uid: 10699 components: - type: Transform @@ -200598,6 +200602,16 @@ entities: - type: Transform pos: -19.5,71.5 parent: 13329 + - uid: 8163 + components: + - type: Transform + pos: 48.5,15.5 + parent: 13329 + - uid: 8166 + components: + - type: Transform + pos: 48.5,13.5 + parent: 13329 - uid: 9244 components: - type: Transform @@ -201111,6 +201125,13 @@ entities: - type: Transform pos: 2.2475312,26.675041 parent: 13329 +- proto: ToyFigurineThief + entities: + - uid: 8429 + components: + - type: Transform + pos: 42.043983,15.920214 + parent: 13329 - proto: ToyRubberDuck entities: - uid: 1127 @@ -201118,6 +201139,11 @@ entities: - type: Transform pos: -13.416338,8.47282 parent: 13329 + - uid: 8158 + components: + - type: Transform + pos: 51.276905,27.336767 + parent: 13329 - uid: 29275 components: - type: Transform @@ -201169,6 +201195,11 @@ entities: parent: 13329 - proto: TrashBag entities: + - uid: 8106 + components: + - type: Transform + pos: 42.111565,29.374323 + parent: 13329 - uid: 26153 components: - type: Transform @@ -201208,6 +201239,26 @@ entities: - type: Transform pos: 128.49329,50.518593 parent: 13329 +- proto: TurnstileGenpopEnter + entities: + - uid: 36061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,8.5 + parent: 13329 +- proto: TurnstileGenpopLeave + entities: + - uid: 10388 + components: + - type: Transform + pos: 41.5,8.5 + parent: 13329 + - uid: 36053 + components: + - type: Transform + pos: 41.5,0.5 + parent: 13329 - proto: TwoWayLever entities: - uid: 11497 @@ -201975,6 +202026,11 @@ entities: - type: Transform pos: -24.5,58.5 parent: 13329 + - uid: 8420 + components: + - type: Transform + pos: 47.5,15.5 + parent: 13329 - proto: VendingMachineGeneDrobe entities: - uid: 18640 @@ -202012,11 +202068,6 @@ entities: parent: 13329 - proto: VendingMachineMedical entities: - - uid: 9437 - components: - - type: Transform - pos: 41.5,3.5 - parent: 13329 - uid: 10261 components: - type: Transform @@ -202146,6 +202197,13 @@ entities: - type: Transform pos: 109.5,36.5 parent: 13329 +- proto: VendingMachineSustenance + entities: + - uid: 8456 + components: + - type: Transform + pos: 47.5,16.5 + parent: 13329 - proto: VendingMachineTankDispenserEngineering entities: - uid: 26010 @@ -202160,6 +202218,11 @@ entities: - type: Transform pos: 39.5,14.5 parent: 13329 + - uid: 10914 + components: + - type: Transform + pos: 51.5,8.5 + parent: 13329 - uid: 13086 components: - type: Transform @@ -202309,6 +202372,11 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,41.5 parent: 13329 + - uid: 8878 + components: + - type: Transform + pos: 46.5,10.5 + parent: 13329 - uid: 30724 components: - type: Transform @@ -202446,151 +202514,126 @@ entities: - uid: 2091 components: - type: Transform - rot: 3.141592653589793 rad pos: -15.5,-7.5 parent: 13329 - uid: 2092 components: - type: Transform - rot: 3.141592653589793 rad pos: -16.5,-7.5 parent: 13329 - uid: 2093 components: - type: Transform - rot: 3.141592653589793 rad pos: -16.5,-8.5 parent: 13329 - uid: 2094 components: - type: Transform - rot: 3.141592653589793 rad pos: -16.5,-9.5 parent: 13329 - uid: 2095 components: - type: Transform - rot: 3.141592653589793 rad pos: -16.5,-10.5 parent: 13329 - uid: 2096 components: - type: Transform - rot: 3.141592653589793 rad pos: -16.5,-11.5 parent: 13329 - uid: 2097 components: - type: Transform - rot: 3.141592653589793 rad pos: -15.5,-11.5 parent: 13329 - uid: 2098 components: - type: Transform - rot: 3.141592653589793 rad pos: -14.5,-11.5 parent: 13329 - uid: 2099 components: - type: Transform - rot: 3.141592653589793 rad pos: -13.5,-11.5 parent: 13329 - uid: 2100 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,-11.5 parent: 13329 - uid: 2101 components: - type: Transform - rot: 3.141592653589793 rad pos: -11.5,-11.5 parent: 13329 - uid: 2102 components: - type: Transform - rot: 3.141592653589793 rad pos: -10.5,-11.5 parent: 13329 - uid: 2103 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,-11.5 parent: 13329 - uid: 2104 components: - type: Transform - rot: 3.141592653589793 rad pos: -8.5,-11.5 parent: 13329 - uid: 2105 components: - type: Transform - rot: 3.141592653589793 rad pos: -7.5,-11.5 parent: 13329 - uid: 2106 components: - type: Transform - rot: 3.141592653589793 rad pos: -6.5,-11.5 parent: 13329 - uid: 2107 components: - type: Transform - rot: 3.141592653589793 rad pos: -6.5,-10.5 parent: 13329 - uid: 2109 components: - type: Transform - rot: 3.141592653589793 rad pos: -6.5,-8.5 parent: 13329 - uid: 2110 components: - type: Transform - rot: 3.141592653589793 rad pos: -6.5,-7.5 parent: 13329 - uid: 2111 components: - type: Transform - rot: 3.141592653589793 rad pos: -7.5,-7.5 parent: 13329 - uid: 2112 components: - type: Transform - rot: 3.141592653589793 rad pos: -8.5,-7.5 parent: 13329 - uid: 2113 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,-10.5 parent: 13329 - uid: 2114 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,-8.5 parent: 13329 - uid: 2115 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,-7.5 parent: 13329 - uid: 2116 components: - type: Transform - rot: 3.141592653589793 rad pos: -13.5,-7.5 parent: 13329 - uid: 2325 @@ -204041,25 +204084,21 @@ entities: - uid: 5145 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,53.5 parent: 13329 - uid: 5146 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,57.5 parent: 13329 - uid: 5147 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,59.5 parent: 13329 - uid: 5148 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,60.5 parent: 13329 - uid: 5154 @@ -204997,30 +205036,10 @@ entities: - type: Transform pos: 29.5,0.5 parent: 13329 - - uid: 7142 - components: - - type: Transform - pos: 29.5,4.5 - parent: 13329 - - uid: 7143 - components: - - type: Transform - pos: 32.5,0.5 - parent: 13329 - - uid: 7144 - components: - - type: Transform - pos: 32.5,4.5 - parent: 13329 - - uid: 7145 - components: - - type: Transform - pos: 35.5,0.5 - parent: 13329 - uid: 7146 components: - type: Transform - pos: 35.5,4.5 + pos: 49.5,11.5 parent: 13329 - uid: 7147 components: @@ -205047,6 +205066,11 @@ entities: - type: Transform pos: 40.5,4.5 parent: 13329 + - uid: 7167 + components: + - type: Transform + pos: 44.5,11.5 + parent: 13329 - uid: 7190 components: - type: Transform @@ -205197,6 +205221,16 @@ entities: - type: Transform pos: 37.5,15.5 parent: 13329 + - uid: 7256 + components: + - type: Transform + pos: 32.5,2.5 + parent: 13329 + - uid: 7257 + components: + - type: Transform + pos: 35.5,0.5 + parent: 13329 - uid: 7260 components: - type: Transform @@ -205272,21 +205306,6 @@ entities: - type: Transform pos: 38.5,11.5 parent: 13329 - - uid: 7280 - components: - - type: Transform - pos: 41.5,0.5 - parent: 13329 - - uid: 7281 - components: - - type: Transform - pos: 42.5,0.5 - parent: 13329 - - uid: 7282 - components: - - type: Transform - pos: 43.5,0.5 - parent: 13329 - uid: 7283 components: - type: Transform @@ -205367,11 +205386,6 @@ entities: - type: Transform pos: 44.5,5.5 parent: 13329 - - uid: 7299 - components: - - type: Transform - pos: 44.5,6.5 - parent: 13329 - uid: 7300 components: - type: Transform @@ -205382,11 +205396,6 @@ entities: - type: Transform pos: 44.5,8.5 parent: 13329 - - uid: 7302 - components: - - type: Transform - pos: 45.5,8.5 - parent: 13329 - uid: 7303 components: - type: Transform @@ -205407,11 +205416,6 @@ entities: - type: Transform pos: 48.5,8.5 parent: 13329 - - uid: 7307 - components: - - type: Transform - pos: 47.5,8.5 - parent: 13329 - uid: 7354 components: - type: Transform @@ -205652,6 +205656,11 @@ entities: - type: Transform pos: 40.5,16.5 parent: 13329 + - uid: 7423 + components: + - type: Transform + pos: 32.5,0.5 + parent: 13329 - uid: 7503 components: - type: Transform @@ -205722,16 +205731,6 @@ entities: - type: Transform pos: 52.5,9.5 parent: 13329 - - uid: 7517 - components: - - type: Transform - pos: 51.5,8.5 - parent: 13329 - - uid: 7518 - components: - - type: Transform - pos: 49.5,8.5 - parent: 13329 - uid: 7520 components: - type: Transform @@ -205747,126 +205746,16 @@ entities: - type: Transform pos: 52.5,12.5 parent: 13329 - - uid: 7523 - components: - - type: Transform - pos: 51.5,12.5 - parent: 13329 - - uid: 7524 - components: - - type: Transform - pos: 49.5,12.5 - parent: 13329 - - uid: 7525 - components: - - type: Transform - pos: 48.5,12.5 - parent: 13329 - uid: 7526 components: - type: Transform - pos: 46.5,12.5 - parent: 13329 - - uid: 7527 - components: - - type: Transform - pos: 44.5,12.5 - parent: 13329 - - uid: 7528 - components: - - type: Transform - pos: 43.5,12.5 - parent: 13329 - - uid: 7529 - components: - - type: Transform - pos: 41.5,12.5 - parent: 13329 - - uid: 7530 - components: - - type: Transform - pos: 41.5,8.5 - parent: 13329 - - uid: 7531 - components: - - type: Transform - pos: 43.5,13.5 - parent: 13329 - - uid: 7532 - components: - - type: Transform - pos: 43.5,14.5 - parent: 13329 - - uid: 7533 - components: - - type: Transform - pos: 43.5,15.5 - parent: 13329 - - uid: 7534 - components: - - type: Transform - pos: 43.5,16.5 + pos: 32.5,3.5 parent: 13329 - uid: 7535 components: - type: Transform pos: 53.5,16.5 parent: 13329 - - uid: 7536 - components: - - type: Transform - pos: 44.5,16.5 - parent: 13329 - - uid: 7537 - components: - - type: Transform - pos: 41.5,16.5 - parent: 13329 - - uid: 7538 - components: - - type: Transform - pos: 46.5,13.5 - parent: 13329 - - uid: 7539 - components: - - type: Transform - pos: 46.5,14.5 - parent: 13329 - - uid: 7540 - components: - - type: Transform - pos: 46.5,15.5 - parent: 13329 - - uid: 7541 - components: - - type: Transform - pos: 46.5,16.5 - parent: 13329 - - uid: 7542 - components: - - type: Transform - pos: 49.5,13.5 - parent: 13329 - - uid: 7543 - components: - - type: Transform - pos: 49.5,14.5 - parent: 13329 - - uid: 7544 - components: - - type: Transform - pos: 49.5,15.5 - parent: 13329 - - uid: 7545 - components: - - type: Transform - pos: 49.5,16.5 - parent: 13329 - - uid: 7546 - components: - - type: Transform - pos: 48.5,16.5 - parent: 13329 - uid: 7547 components: - type: Transform @@ -205887,11 +205776,6 @@ entities: - type: Transform pos: 52.5,16.5 parent: 13329 - - uid: 7551 - components: - - type: Transform - pos: 51.5,16.5 - parent: 13329 - uid: 7552 components: - type: Transform @@ -206067,18 +205951,86 @@ entities: - type: Transform pos: 7.5,19.5 parent: 13329 + - uid: 8107 + components: + - type: Transform + pos: 48.5,11.5 + parent: 13329 + - uid: 8116 + components: + - type: Transform + pos: 48.5,16.5 + parent: 13329 + - uid: 8117 + components: + - type: Transform + pos: 49.5,16.5 + parent: 13329 + - uid: 8118 + components: + - type: Transform + pos: 48.5,12.5 + parent: 13329 + - uid: 8128 + components: + - type: Transform + pos: 52.5,22.5 + parent: 13329 + - uid: 8132 + components: + - type: Transform + pos: 32.5,1.5 + parent: 13329 + - uid: 8135 + components: + - type: Transform + pos: 32.5,4.5 + parent: 13329 + - uid: 8478 + components: + - type: Transform + pos: 42.5,0.5 + parent: 13329 - uid: 8654 components: - type: Transform - rot: 1.5707963267948966 rad pos: 34.5,15.5 parent: 13329 - uid: 8665 components: - type: Transform - rot: -1.5707963267948966 rad pos: 22.5,12.5 parent: 13329 + - uid: 8881 + components: + - type: Transform + pos: 29.5,4.5 + parent: 13329 + - uid: 8966 + components: + - type: Transform + pos: 50.5,16.5 + parent: 13329 + - uid: 8967 + components: + - type: Transform + pos: 51.5,16.5 + parent: 13329 + - uid: 9389 + components: + - type: Transform + pos: 35.5,4.5 + parent: 13329 + - uid: 9393 + components: + - type: Transform + pos: 39.5,0.5 + parent: 13329 + - uid: 9462 + components: + - type: Transform + pos: 40.5,6.5 + parent: 13329 - uid: 9614 components: - type: Transform @@ -206439,6 +206391,36 @@ entities: - type: Transform pos: 52.5,-3.5 parent: 13329 + - uid: 10319 + components: + - type: Transform + pos: 42.5,8.5 + parent: 13329 + - uid: 10330 + components: + - type: Transform + pos: 37.5,4.5 + parent: 13329 + - uid: 10332 + components: + - type: Transform + pos: 38.5,4.5 + parent: 13329 + - uid: 10342 + components: + - type: Transform + pos: 39.5,4.5 + parent: 13329 + - uid: 10427 + components: + - type: Transform + pos: 48.5,10.5 + parent: 13329 + - uid: 10638 + components: + - type: Transform + pos: 36.5,4.5 + parent: 13329 - uid: 10698 components: - type: Transform @@ -206449,6 +206431,11 @@ entities: - type: Transform pos: -28.5,-59.5 parent: 13329 + - uid: 11559 + components: + - type: Transform + pos: 51.5,11.5 + parent: 13329 - uid: 12190 components: - type: Transform @@ -215132,25 +215119,21 @@ entities: - uid: 22811 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-3.5 parent: 13329 - uid: 22812 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-7.5 parent: 13329 - uid: 22813 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-8.5 parent: 13329 - uid: 22815 components: - type: Transform - rot: 1.5707963267948966 rad pos: 92.5,-2.5 parent: 13329 - uid: 22816 @@ -215161,31 +215144,26 @@ entities: - uid: 22817 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-8.5 parent: 13329 - uid: 22818 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-2.5 parent: 13329 - uid: 22824 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-9.5 parent: 13329 - uid: 22825 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-10.5 parent: 13329 - uid: 22826 components: - type: Transform - rot: 1.5707963267948966 rad pos: 99.5,-1.5 parent: 13329 - uid: 22829 @@ -215211,43 +215189,36 @@ entities: - uid: 22836 components: - type: Transform - rot: 1.5707963267948966 rad pos: 91.5,-13.5 parent: 13329 - uid: 22837 components: - type: Transform - rot: 1.5707963267948966 rad pos: 96.5,-13.5 parent: 13329 - uid: 22838 components: - type: Transform - rot: 1.5707963267948966 rad pos: 95.5,-13.5 parent: 13329 - uid: 22839 components: - type: Transform - rot: 1.5707963267948966 rad pos: 96.5,-16.5 parent: 13329 - uid: 22840 components: - type: Transform - rot: 1.5707963267948966 rad pos: 96.5,-17.5 parent: 13329 - uid: 22841 components: - type: Transform - rot: 1.5707963267948966 rad pos: 96.5,-15.5 parent: 13329 - uid: 22842 components: - type: Transform - rot: 1.5707963267948966 rad pos: 96.5,-14.5 parent: 13329 - uid: 22905 @@ -215860,11 +215831,31 @@ entities: - type: Transform pos: 56.5,51.5 parent: 13329 + - uid: 30690 + components: + - type: Transform + pos: 51.5,26.5 + parent: 13329 - uid: 31003 components: - type: Transform pos: 59.5,61.5 parent: 13329 + - uid: 32192 + components: + - type: Transform + pos: 50.5,26.5 + parent: 13329 + - uid: 32291 + components: + - type: Transform + pos: 49.5,26.5 + parent: 13329 + - uid: 32504 + components: + - type: Transform + pos: 48.5,26.5 + parent: 13329 - uid: 33242 components: - type: Transform @@ -216370,6 +216361,31 @@ entities: - type: Transform pos: 48.5,48.5 parent: 13329 + - uid: 34247 + components: + - type: Transform + pos: 47.5,26.5 + parent: 13329 + - uid: 34915 + components: + - type: Transform + pos: 47.5,29.5 + parent: 13329 + - uid: 34916 + components: + - type: Transform + pos: 47.5,28.5 + parent: 13329 + - uid: 35351 + components: + - type: Transform + pos: 49.5,28.5 + parent: 13329 + - uid: 35462 + components: + - type: Transform + pos: 49.5,29.5 + parent: 13329 - uid: 35760 components: - type: Transform @@ -216610,7 +216626,6 @@ entities: - uid: 62 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,0.5 parent: 13329 - uid: 66 @@ -217391,13 +217406,11 @@ entities: - uid: 299 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,-1.5 parent: 13329 - uid: 302 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,1.5 parent: 13329 - uid: 860 @@ -217743,13 +217756,11 @@ entities: - uid: 1630 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,3.5 parent: 13329 - uid: 1740 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,-2.5 parent: 13329 - uid: 1761 @@ -217830,7 +217841,6 @@ entities: - uid: 1972 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 13329 - uid: 1973 @@ -217841,73 +217851,61 @@ entities: - uid: 1974 components: - type: Transform - rot: -1.5707963267948966 rad pos: -11.5,3.5 parent: 13329 - uid: 1975 components: - type: Transform - rot: -1.5707963267948966 rad pos: -9.5,3.5 parent: 13329 - uid: 1976 components: - type: Transform - rot: -1.5707963267948966 rad pos: -8.5,3.5 parent: 13329 - uid: 1977 components: - type: Transform - rot: -1.5707963267948966 rad pos: -7.5,2.5 parent: 13329 - uid: 1978 components: - type: Transform - rot: -1.5707963267948966 rad pos: -7.5,3.5 parent: 13329 - uid: 1979 components: - type: Transform - rot: -1.5707963267948966 rad pos: -12.5,2.5 parent: 13329 - uid: 1980 components: - type: Transform - rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 13329 - uid: 1981 components: - type: Transform - rot: -1.5707963267948966 rad pos: -9.5,-2.5 parent: 13329 - uid: 1982 components: - type: Transform - rot: -1.5707963267948966 rad pos: -8.5,-2.5 parent: 13329 - uid: 1983 components: - type: Transform - rot: -1.5707963267948966 rad pos: -7.5,-2.5 parent: 13329 - uid: 1984 components: - type: Transform - rot: -1.5707963267948966 rad pos: -7.5,-1.5 parent: 13329 - uid: 1985 components: - type: Transform - rot: -1.5707963267948966 rad pos: -11.5,-2.5 parent: 13329 - uid: 2040 @@ -219673,19 +219671,16 @@ entities: - uid: 6548 components: - type: Transform - rot: 3.141592653589793 rad pos: -35.5,61.5 parent: 13329 - uid: 6549 components: - type: Transform - rot: 3.141592653589793 rad pos: -35.5,65.5 parent: 13329 - uid: 6551 components: - type: Transform - rot: 3.141592653589793 rad pos: -35.5,63.5 parent: 13329 - uid: 7094 @@ -219693,96 +219688,6 @@ entities: - type: Transform pos: 18.5,-3.5 parent: 13329 - - uid: 7152 - components: - - type: Transform - pos: 35.5,1.5 - parent: 13329 - - uid: 7153 - components: - - type: Transform - pos: 35.5,2.5 - parent: 13329 - - uid: 7154 - components: - - type: Transform - pos: 35.5,3.5 - parent: 13329 - - uid: 7155 - components: - - type: Transform - pos: 29.5,1.5 - parent: 13329 - - uid: 7156 - components: - - type: Transform - pos: 29.5,2.5 - parent: 13329 - - uid: 7157 - components: - - type: Transform - pos: 29.5,3.5 - parent: 13329 - - uid: 7158 - components: - - type: Transform - pos: 32.5,1.5 - parent: 13329 - - uid: 7159 - components: - - type: Transform - pos: 32.5,2.5 - parent: 13329 - - uid: 7160 - components: - - type: Transform - pos: 32.5,3.5 - parent: 13329 - - uid: 7588 - components: - - type: Transform - pos: 51.5,26.5 - parent: 13329 - - uid: 7589 - components: - - type: Transform - pos: 50.5,26.5 - parent: 13329 - - uid: 7590 - components: - - type: Transform - pos: 49.5,26.5 - parent: 13329 - - uid: 7591 - components: - - type: Transform - pos: 48.5,26.5 - parent: 13329 - - uid: 7592 - components: - - type: Transform - pos: 47.5,26.5 - parent: 13329 - - uid: 7593 - components: - - type: Transform - pos: 47.5,29.5 - parent: 13329 - - uid: 7594 - components: - - type: Transform - pos: 47.5,28.5 - parent: 13329 - - uid: 7595 - components: - - type: Transform - pos: 49.5,28.5 - parent: 13329 - - uid: 7596 - components: - - type: Transform - pos: 49.5,29.5 - parent: 13329 - uid: 7598 components: - type: Transform @@ -221541,7 +221446,6 @@ entities: - uid: 18642 components: - type: Transform - rot: 3.141592653589793 rad pos: 14.5,17.5 parent: 13329 - uid: 18747 @@ -224597,7 +224501,6 @@ entities: - uid: 36000 components: - type: Transform - rot: 3.141592653589793 rad pos: 14.5,18.5 parent: 13329 - proto: WallSolidRust @@ -225326,130 +225229,26 @@ entities: - 0 - proto: WardrobePrisonFilled entities: - - uid: 10434 + - uid: 10299 components: - type: Transform - pos: 44.5,11.5 + pos: 50.5,15.5 parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10435 + - uid: 10364 components: - type: Transform - pos: 43.5,11.5 + pos: 41.5,13.5 parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 1.8541656 - - 6.9751945 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10436 + - uid: 10575 components: - type: Transform - pos: 49.5,11.5 + pos: 41.5,11.5 parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10437 + - uid: 13353 components: - type: Transform - pos: 48.5,11.5 + pos: 41.5,12.5 parent: 13329 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 3.0981817 - - 11.655066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 35988 - components: - - type: Transform - anchored: True - pos: 33.5,1.5 - parent: 13329 - - type: Physics - bodyType: Static - - uid: 35989 - components: - - type: Transform - anchored: True - pos: 30.5,1.5 - parent: 13329 - - type: Physics - bodyType: Static - - uid: 35990 - components: - - type: Transform - anchored: True - pos: 27.5,1.5 - parent: 13329 - - type: Physics - bodyType: Static - - uid: 35991 - components: - - type: Transform - anchored: True - pos: 36.5,1.5 - parent: 13329 - - type: Physics - bodyType: Static - proto: WardrobeRobotics entities: - uid: 35999 @@ -225591,10 +225390,10 @@ entities: - type: Transform pos: -26.5,58.5 parent: 13329 - - uid: 10154 + - uid: 8432 components: - type: Transform - pos: 32.5,24.5 + pos: 33.5,19.5 parent: 13329 - uid: 11770 components: @@ -225638,11 +225437,6 @@ entities: parent: 13329 - proto: WaterTankFull entities: - - uid: 1503 - components: - - type: Transform - pos: 5.5,9.5 - parent: 13329 - uid: 4875 components: - type: Transform @@ -225653,6 +225447,11 @@ entities: - type: Transform pos: -37.5,68.5 parent: 13329 + - uid: 8424 + components: + - type: Transform + pos: 43.5,29.5 + parent: 13329 - uid: 10190 components: - type: Transform @@ -225718,6 +225517,16 @@ entities: - type: Transform pos: 67.5,-44.5 parent: 13329 + - uid: 36066 + components: + - type: Transform + pos: 8.5,13.5 + parent: 13329 + - uid: 36067 + components: + - type: Transform + pos: 8.5,11.5 + parent: 13329 - proto: WaterTankHighCapacity entities: - uid: 1438 @@ -225749,6 +225558,12 @@ entities: - type: Transform pos: 36.5,12.5 parent: 13329 + - uid: 9347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 13329 - uid: 9387 components: - type: Transform @@ -225779,11 +225594,6 @@ entities: - type: Transform pos: 30.5,17.5 parent: 13329 - - uid: 10443 - components: - - type: Transform - pos: 41.5,9.5 - parent: 13329 - uid: 10482 components: - type: Transform @@ -226272,12 +226082,6 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,3.5 parent: 13329 - - uid: 10458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,27.5 - parent: 13329 - uid: 10459 components: - type: Transform @@ -226442,12 +226246,6 @@ entities: rot: 3.141592653589793 rad pos: -9.5,27.5 parent: 13329 - - uid: 20451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,27.5 - parent: 13329 - uid: 20452 components: - type: Transform @@ -226461,6 +226259,16 @@ entities: - type: Transform pos: -10.5,0.5 parent: 13329 + - uid: 9650 + components: + - type: Transform + pos: 36.5,3.5 + parent: 13329 + - uid: 10296 + components: + - type: Transform + pos: 37.5,3.5 + parent: 13329 - proto: WindoorSecureArmoryLocked entities: - uid: 9364 @@ -226584,12 +226392,6 @@ entities: - type: Transform pos: 38.5,8.5 parent: 13329 - - uid: 10487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,4.5 - parent: 13329 - uid: 29451 components: - type: Transform @@ -226886,38 +226688,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,48.5 parent: 13329 - - uid: 9333 - components: - - type: MetaData - name: cell 1 - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,4.5 - parent: 13329 - - uid: 9334 - components: - - type: MetaData - name: cell 2 - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,4.5 - parent: 13329 - - uid: 9335 - components: - - type: MetaData - name: cell 3 - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,4.5 - parent: 13329 - - uid: 9336 - components: - - type: MetaData - name: Drunk Tank - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,4.5 - parent: 13329 - uid: 9361 components: - type: Transform @@ -226947,12 +226717,6 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,29.5 parent: 13329 - - uid: 10441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,9.5 - parent: 13329 - uid: 18683 components: - type: Transform @@ -227150,19 +226914,16 @@ entities: - uid: 9563 components: - type: Transform - rot: -1.5707963267948966 rad pos: 21.5,-3.5 parent: 13329 - uid: 9771 components: - type: Transform - rot: 1.5707963267948966 rad pos: 10.5,-17.5 parent: 13329 - uid: 9772 components: - type: Transform - rot: 1.5707963267948966 rad pos: 7.5,-19.5 parent: 13329 - uid: 13793 @@ -227694,6 +227455,11 @@ entities: rot: 1.5707963267948966 rad pos: 18.5,-0.5 parent: 13329 + - uid: 7154 + components: + - type: Transform + pos: 51.5,7.5 + parent: 13329 - uid: 7278 components: - type: Transform @@ -227706,6 +227472,11 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,3.5 parent: 13329 + - uid: 8081 + components: + - type: Transform + pos: 39.5,3.5 + parent: 13329 - uid: 8668 components: - type: Transform @@ -227772,40 +227543,6 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,13.5 parent: 13329 - - uid: 9461 - components: - - type: Transform - pos: 41.5,4.5 - parent: 13329 - - uid: 9462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,4.5 - parent: 13329 - - uid: 9463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,4.5 - parent: 13329 - - uid: 9464 - components: - - type: Transform - pos: 43.5,4.5 - parent: 13329 - - uid: 9465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,4.5 - parent: 13329 - - uid: 9466 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,4.5 - parent: 13329 - uid: 9467 components: - type: Transform @@ -227835,12 +227572,24 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,9.5 parent: 13329 + - uid: 10154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,3.5 + parent: 13329 - uid: 10243 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,30.5 parent: 13329 + - uid: 10295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,3.5 + parent: 13329 - uid: 10411 components: - type: Transform @@ -227865,24 +227614,6 @@ entities: rot: -1.5707963267948966 rad pos: 49.5,21.5 parent: 13329 - - uid: 10440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,9.5 - parent: 13329 - - uid: 10486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,3.5 - parent: 13329 - - uid: 10569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,1.5 - parent: 13329 - uid: 10619 components: - type: Transform @@ -227969,6 +227700,12 @@ entities: rot: 3.141592653589793 rad pos: 17.5,0.5 parent: 13329 + - uid: 13404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,7.5 + parent: 13329 - uid: 13818 components: - type: Transform From 5b9a91c11549c1b330fedbc16a328a972e42029f Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 01:30:30 +0000 Subject: [PATCH 251/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9c53bfbb2d..e8a5dc38ee 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: august-sun - changes: - - message: Reworked Lecter and magazine sprites. - type: Tweak - id: 7919 - time: '2025-02-09T00:12:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34974 - author: rokudara-sen changes: - message: Anchored shuttle console will no longer rotate. @@ -3925,3 +3918,10 @@ id: 8420 time: '2025-05-04T23:01:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36984 +- author: spanky-spanky + changes: + - message: On Fland, modified security to include genpop. + type: Add + id: 8421 + time: '2025-05-06T01:29:18.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37207 From a4b50db5e16b1abf198c812f8d6f529838244dfc Mon Sep 17 00:00:00 2001 From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Mon, 5 May 2025 23:56:34 -0700 Subject: [PATCH 252/318] Convex genpop update (#37216) --- Resources/Maps/convex.yml | 8090 ++++++++++++++++++------------------- 1 file changed, 4032 insertions(+), 4058 deletions(-) diff --git a/Resources/Maps/convex.yml b/Resources/Maps/convex.yml index 83cba3eb34..18359257d7 100644 --- a/Resources/Maps/convex.yml +++ b/Resources/Maps/convex.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Map - engineVersion: 254.1.0 + engineVersion: 255.1.0 forkId: "" forkVersion: "" - time: 04/25/2025 03:21:00 - entityCount: 37590 + time: 05/06/2025 06:27:52 + entityCount: 37592 maps: - 353 grids: @@ -84,19 +84,19 @@ entities: version: 6 1,4: ind: 1,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAABAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 1,5: ind: 1,5 - tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 1,6: ind: 1,6 - tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABBQAAAAADBQAAAAACBQAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABBQAAAAADBQAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAABBQAAAAAABQAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAAA + tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAABQAAAAABBQAAAAACBQAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAADBQAAAAACBQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAAABQAAAAAABQAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAB version: 6 1,7: ind: 1,7 - tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAACIQAAAAACIQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAABQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADAgAAAAAAIQAAAAACIQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAABQAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAIAAAAAAAAgAAAAAABgAAAAAABgAAAAABBgAAAAAAAgAAAAAAIAAAAAAAIAAAAAAKIAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAABBgAAAAADBgAAAAACBgAAAAAABgAAAAADAgAAAAAAAgAAAAAAIAAAAAAAAwAAAAADAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABgAAAAACBgAAAAABBgAAAAACBgAAAAAABgAAAAABBgAAAAAABgAAAAABBgAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAADBgAAAAADBgAAAAADAgAAAAAABgAAAAABBgAAAAADBgAAAAADBgAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA + tiles: AAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAAAIQAAAAACIQAAAAABAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAABQAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAABAgAAAAAAIQAAAAADIQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAADBQAAAAADAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAIAAAAAAAAgAAAAAABgAAAAAABgAAAAADBgAAAAACAgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAADBgAAAAACBgAAAAADBgAAAAABBgAAAAACAgAAAAAAAgAAAAAAIAAAAAAAAwAAAAABAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABgAAAAABBgAAAAACBgAAAAAABgAAAAADBgAAAAADBgAAAAAABgAAAAACBgAAAAABAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABgAAAAACBgAAAAACBgAAAAACAgAAAAAABgAAAAADBgAAAAADBgAAAAAABgAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAA version: 6 1,8: ind: 1,8 @@ -108,35 +108,35 @@ entities: version: 6 10,2: ind: 10,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA version: 6 10,3: ind: 10,3 - tiles: AwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA + tiles: AwAAAAACAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAA version: 6 10,4: ind: 10,4 - tiles: AgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAABBwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAABBwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAABwAAAAAABwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAABBwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,5: ind: 10,5 - tiles: AwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,6: ind: 10,6 - tiles: AAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,7: ind: 10,7 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,8: ind: 10,8 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,9: ind: 10,9 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCgAAAAAACAAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAABCgAAAAABCAAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAABCgAAAAACCAAAAAACAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACAAAAAACCgAAAAADCAAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 11,2: ind: 11,2 @@ -156,31 +156,31 @@ entities: version: 6 2,1: ind: 2,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAADBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAABCQAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACQAAAAAAAgAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAABCAAAAAAACQAAAAAACAAAAAABCAAAAAABCAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAADBQAAAAADAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAADCAAAAAAABQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAADCQAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACQAAAAAAAgAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAACAAAAAABCAAAAAAACQAAAAAACAAAAAADCAAAAAADCAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAACAAAAAACCAAAAAAABQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAA version: 6 2,2: ind: 2,2 - tiles: AQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAACAAAAAADCAAAAAADCAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAADCAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAACCAAAAAADCAAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAD + tiles: AQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAADCAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAABCAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAACAAAAAABCAAAAAACCAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAACAAAAAABCAAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAACAAAAAABCAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAADCAAAAAAACAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAAACAAAAAABCAAAAAADAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAB version: 6 2,3: ind: 2,3 - tiles: AgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAABCAAAAAABCAAAAAADAgAAAAAACAAAAAACCgAAAAACAgAAAAAACAAAAAACCAAAAAAACAAAAAAACgAAAAAACAAAAAADCgAAAAACCAAAAAAACAAAAAADFAAAAAAACAAAAAACCAAAAAADCAAAAAACAgAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAADCgAAAAADCAAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAAACAAAAAACFAAAAAAACAAAAAABCAAAAAACCAAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAAAFAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAABCgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAABCgAAAAADCAAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAACAAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAADCgAAAAACCAAAAAABAgAAAAAACwAAAAABAgAAAAAACAAAAAABCgAAAAABCAAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAACCAAAAAACAgAAAAAACwAAAAACAgAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAADCgAAAAAACAAAAAAAAgAAAAAACwAAAAABAgAAAAAACAAAAAABCgAAAAACCAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAAAAgAAAAAACwAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAAFAAAAAAACAAAAAAACAAAAAACCAAAAAABCgAAAAACCAAAAAACAgAAAAAACwAAAAAAAgAAAAAACAAAAAAACgAAAAABCAAAAAABAgAAAAAACAAAAAAACAAAAAACCAAAAAABFAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAAAAgAAAAAACwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAADAgAAAAAACAAAAAABCAAAAAAACAAAAAABFAAAAAAACAAAAAACCAAAAAADCAAAAAACCgAAAAACCAAAAAAAAgAAAAAACwAAAAACAgAAAAAACAAAAAAACgAAAAABCAAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAACAAAAAADCgAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAABFAAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAACgAAAAABCAAAAAAACgAAAAABCAAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAABCgAAAAACCAAAAAACFAAAAAAACAAAAAABCAAAAAAACAAAAAABAgAAAAAACAAAAAABCgAAAAAACAAAAAACCAAAAAAACgAAAAABCAAAAAACCgAAAAACCAAAAAACCgAAAAABCAAAAAAACAAAAAABFAAAAAAACAAAAAADCAAAAAACCAAAAAAAAgAAAAAACAAAAAADCAAAAAAB + tiles: AgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAACAAAAAAACgAAAAADAgAAAAAACAAAAAACCAAAAAACCAAAAAAACgAAAAADCAAAAAACCgAAAAACCAAAAAABCAAAAAACFAAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAACAAAAAAACAAAAAACAgAAAAAACAAAAAADCgAAAAACCAAAAAADCAAAAAABCAAAAAADCAAAAAADCAAAAAACCAAAAAADFAAAAAAACAAAAAAACAAAAAADCAAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAADCAAAAAADFAAAAAAACAAAAAABCAAAAAACCAAAAAACAgAAAAAACAAAAAABCAAAAAADCAAAAAADCgAAAAACCAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAACCgAAAAACCAAAAAACAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAADAgAAAAAACAAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAACAAAAAACCAAAAAADCAAAAAACCgAAAAACCAAAAAABAgAAAAAACwAAAAACAgAAAAAACAAAAAAACgAAAAABCAAAAAACAgAAAAAACAAAAAABCAAAAAACCAAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAACCAAAAAAAAgAAAAAACwAAAAABAgAAAAAACAAAAAABCAAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAABCgAAAAABCAAAAAADAgAAAAAACwAAAAAAAgAAAAAACAAAAAAACgAAAAACCAAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAACCAAAAAACAgAAAAAACwAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABAgAAAAAACAAAAAADCAAAAAAACAAAAAACFAAAAAAACAAAAAADCAAAAAADCAAAAAACCgAAAAABCAAAAAACAgAAAAAACwAAAAADAgAAAAAACAAAAAAACgAAAAAACAAAAAABAgAAAAAACAAAAAABCAAAAAADCAAAAAADFAAAAAAACAAAAAACCAAAAAACCAAAAAACCAAAAAADCAAAAAADAgAAAAAACwAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAACAAAAAABCAAAAAABCAAAAAABFAAAAAAACAAAAAAACAAAAAACCAAAAAABCgAAAAACCAAAAAACAgAAAAAACwAAAAACAgAAAAAACAAAAAAACgAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAACAgAAAAAACAAAAAACCgAAAAABCAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADFAAAAAAACAAAAAADCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAACgAAAAACCAAAAAADCgAAAAADCAAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAABCgAAAAADCAAAAAACFAAAAAAACAAAAAAACAAAAAACCAAAAAABAgAAAAAACAAAAAAACgAAAAACCAAAAAABCAAAAAADCgAAAAACCAAAAAADCgAAAAACCAAAAAABCgAAAAABCAAAAAADCAAAAAACFAAAAAAACAAAAAABCAAAAAABCAAAAAADAgAAAAAACAAAAAAACAAAAAAD version: 6 2,4: ind: 2,4 - tiles: CAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAABAgAAAAAACAAAAAACCgAAAAABAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCgAAAAACDAAAAAAADAAAAAABDAAAAAADDAAAAAACAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAABAgAAAAAACAAAAAADCAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAABBwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADAAAAAAADQAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAAAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAADBwAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAABCAAAAAACCAAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAADBwAAAAADBwAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAACCAAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADCAAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAABCAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAAACAAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACCAAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAACCAAAAAACCAAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACCAAAAAABBwAAAAABBwAAAAADBwAAAAABBwAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAACAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAA + tiles: CAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAACCAAAAAADCAAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAAAAgAAAAAACAAAAAACCgAAAAADAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAADCgAAAAABDAAAAAACDAAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAACAAAAAAACAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAADAAAAAABDQAAAAAADAAAAAABDAAAAAADAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACAgAAAAAACAAAAAAACAAAAAABCAAAAAADAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAADCAAAAAACCAAAAAADBwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAAABwAAAAABBwAAAAADBwAAAAADCAAAAAABAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAADBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAADBwAAAAADBwAAAAABBwAAAAAABwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACCAAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAACAgAAAAAACAAAAAABCAAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAADCAAAAAABBwAAAAABBwAAAAADBwAAAAAABwAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAACCAAAAAAACAAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACCAAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAACAAAAAACCAAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAACAAAAAADBwAAAAABBwAAAAACBwAAAAAABwAAAAACAgAAAAAACAAAAAACCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAA version: 6 2,5: ind: 2,5 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAABBQAAAAACBQAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAwAAAAADBQAAAAACAwAAAAABBQAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADBQAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAAABQAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACBQAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAABAwAAAAAABQAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAAAAwAAAAADBQAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAADBQAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAADBQAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAACBQAAAAADAwAAAAADBQAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAAABQAAAAAABQAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAABQAAAAADAwAAAAADBQAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAABQAAAAACBAAAAAAABAAAAAAAAgAAAAAAAwAAAAADBQAAAAACAwAAAAACBQAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAACBQAAAAADBAAAAAAABAAAAAAAAgAAAAAAAwAAAAABBQAAAAADAwAAAAAABQAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAABAwAAAAABBQAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACBAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAADAwAAAAABBQAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAABBQAAAAACBAAAAAAABAAAAAAABAAAAAAAAwAAAAADBQAAAAAAAwAAAAABBQAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAABBAAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAA version: 6 2,6: ind: 2,6 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAACAAAAAAACAAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAAACAAAAAAACAAAAAADAwAAAAABAwAAAAAAAwAAAAADCAAAAAADCAAAAAAACAAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAACgAAAAACCgAAAAABCgAAAAADAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAACgAAAAACCgAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAAD + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAADCwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAADCAAAAAADCAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAACAAAAAABCAAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACAwAAAAACAwAAAAABAwAAAAAACAAAAAABCAAAAAABCAAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAACgAAAAADCgAAAAACCgAAAAACAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAACgAAAAADCgAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAD version: 6 2,7: ind: 2,7 - tiles: AwAAAAACBQAAAAACBQAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADBQAAAAAABQAAAAABBQAAAAABAwAAAAACBQAAAAADBQAAAAAABQAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAABQAAAAADAwAAAAABBQAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAACCgAAAAADCgAAAAACCgAAAAACCAAAAAACCAAAAAAACAAAAAADAwAAAAACBQAAAAADAwAAAAABBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCgAAAAADCgAAAAABCgAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACwAAAAACCwAAAAACAgAAAAAACAAAAAACCgAAAAADCgAAAAAACgAAAAABCAAAAAABAgAAAAAACwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACwAAAAABCwAAAAAAAgAAAAAACAAAAAABCgAAAAAACgAAAAABCgAAAAACCAAAAAABAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABBwAAAAADAgAAAAAABwAAAAADBwAAAAAAFgAAAAAABwAAAAABAgAAAAAABwAAAAADAgAAAAAACwAAAAADCwAAAAAACwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAADAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAACAgAAAAAACwAAAAAACwAAAAABCwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACAgAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABAgAAAAAACwAAAAACCwAAAAAACwAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAFgAAAAAEBwAAAAACBwAAAAADAgAAAAAABwAAAAABAgAAAAAABwAAAAABAgAAAAAAAgAAAAAACwAAAAABCwAAAAADAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAACBwAAAAADBwAAAAAABwAAAAADBwAAAAACFgAAAAADBwAAAAAAAwAAAAAACwAAAAACCwAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAACBQAAAAAABQAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAABQAAAAABBQAAAAACBQAAAAABAwAAAAADBQAAAAACBQAAAAABBQAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAABQAAAAABAwAAAAADBQAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAACCgAAAAABCgAAAAAACgAAAAADCAAAAAABCAAAAAAACAAAAAADAwAAAAAABQAAAAADAwAAAAAABQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCgAAAAAACgAAAAACCgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABAwAAAAADAgAAAAAAAwAAAAADAgAAAAAACwAAAAADCwAAAAABAgAAAAAACAAAAAAACgAAAAAACgAAAAAACgAAAAAACAAAAAADAgAAAAAACwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACwAAAAADCwAAAAAAAgAAAAAACAAAAAACCgAAAAABCgAAAAABCgAAAAACCAAAAAABAgAAAAAACwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABBwAAAAADAgAAAAAABwAAAAABBwAAAAADFgAAAAAFBwAAAAADAgAAAAAABwAAAAAAAgAAAAAACwAAAAADCwAAAAACCwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAADAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAABAgAAAAAACwAAAAACCwAAAAAACwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAAAAgAAAAAACwAAAAADCwAAAAACCwAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAFgAAAAAGBwAAAAACBwAAAAABAgAAAAAABwAAAAACAgAAAAAABwAAAAADAgAAAAAAAgAAAAAACwAAAAABCwAAAAADAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACFgAAAAAGBwAAAAACAwAAAAACCwAAAAADCwAAAAABAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 2,8: ind: 2,8 @@ -196,43 +196,43 @@ entities: version: 6 3,1: ind: 3,1 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAABQAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAABQAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAACBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAABQAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAABQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACBAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 3,10: ind: 3,10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAABAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAACBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAABAwAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAAAAwAAAAABBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAACAAAAAACBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAACAAAAAABBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAACAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAACAwAAAAACBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAABAwAAAAABCAAAAAABCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAADAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABBAAAAAAACQAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADBAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAACAAAAAACBAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAACAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAA version: 6 3,3: ind: 3,3 - tiles: CAAAAAACCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAADBwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAACAgAAAAAADAAAAAAADAAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAABDAAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAADAgAAAAAADAAAAAADDAAAAAAAAgAAAAAABwAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAACCAAAAAACCAAAAAAAAgAAAAAABwAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAwAAAAADCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAACCAAAAAACCAAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAACAgAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAAACAAAAAABCAAAAAADCAAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABCAAAAAACAgAAAAAACgAAAAACCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAACgAAAAABAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAADAgAAAAAACgAAAAABCgAAAAABCgAAAAABCgAAAAABCgAAAAAACgAAAAABCgAAAAAABQAAAAABAgAAAAAACgAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAACAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAD + tiles: CAAAAAAACAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAABAgAAAAAADAAAAAAADAAAAAABAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAABBwAAAAABDAAAAAABDAAAAAADDAAAAAADAgAAAAAABwAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAAAAgAAAAAADAAAAAACDAAAAAAAAgAAAAAABwAAAAACCAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADCAAAAAABCAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAABCAAAAAACAgAAAAAABwAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAADCAAAAAADCAAAAAABCAAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAwAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAACCAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAABCAAAAAACCAAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAACCAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAACCAAAAAAAAgAAAAAACgAAAAABCAAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAACgAAAAABAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAACgAAAAACCgAAAAABCgAAAAAACgAAAAADCgAAAAAACgAAAAACCgAAAAABBQAAAAADAgAAAAAACgAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACgAAAAADAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAB version: 6 3,4: ind: 3,4 - tiles: CAAAAAABCAAAAAAACgAAAAACCgAAAAAABQAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABCgAAAAACCAAAAAABCgAAAAACCgAAAAADBQAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAABCAAAAAACCAAAAAAACAAAAAADAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAACQAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAgAAAAAACAAAAAABCgAAAAACCgAAAAABCAAAAAABCAAAAAABAgAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAA + tiles: CAAAAAABCAAAAAAACgAAAAABCgAAAAADBQAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABCgAAAAAACAAAAAAACgAAAAADCgAAAAABBQAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAACCAAAAAABCAAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAACCAAAAAADCAAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAADCQAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAgAAAAAACAAAAAAACgAAAAAACgAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAA version: 6 3,5: ind: 3,5 - tiles: AwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAABCAAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACFAAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADBQAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAABCAAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAFAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACFAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAABBQAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABFAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACCAAAAAADBQAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAADBQAAAAABAwAAAAACBQAAAAADAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAABBQAAAAAAAwAAAAABBQAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAABQAAAAADAwAAAAABBQAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAB + tiles: AwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAACAAAAAAACAAAAAADCAAAAAACCAAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAADCAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAACCAAAAAACCAAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAACCAAAAAADCAAAAAAABQAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADFAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACFAAAAAAACAAAAAADCAAAAAABCAAAAAACCAAAAAAACAAAAAAABQAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAADFAAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAADCAAAAAAABQAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAABBQAAAAACAwAAAAAABQAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAADBQAAAAAAAwAAAAACBQAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAACBQAAAAAAAwAAAAACBQAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAD version: 6 3,6: ind: 3,6 - tiles: AwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACBQAAAAABBQAAAAABBQAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAEAAAAAADEQAAAAAAEAAAAAACEQAAAAACEAAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAEAAAAAAAEQAAAAADEAAAAAACEQAAAAACEAAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACFAAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAEAAAAAABEQAAAAACEAAAAAACEQAAAAADEAAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAABEAAAAAACCAAAAAACCAAAAAACCAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADCAAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABCgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAACFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABBQAAAAAABQAAAAAABQAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAEAAAAAACEAAAAAAAEAAAAAABEAAAAAADEAAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAEAAAAAAAEQAAAAACEAAAAAAAEQAAAAABEAAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAEAAAAAACEQAAAAABEAAAAAAAEQAAAAADEAAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAEAAAAAABEQAAAAAAEAAAAAADEQAAAAAAEAAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAEAAAAAADEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAACCAAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACCAAAAAABAgAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABCgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 3,7: ind: 3,7 - tiles: AwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAACwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAAAEAAAAAADCwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAACAgAAAAAAEAAAAAACAgAAAAAAEAAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAABAgAAAAAAEAAAAAACAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAAACwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAADCwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAACCwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAAACwAAAAACCwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAAACwAAAAACCwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA + tiles: AwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADFAAAAAAAAwAAAAAAAwAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACCwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAEAAAAAABEAAAAAADEAAAAAADEAAAAAAAEAAAAAACEAAAAAACEAAAAAAACwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAEAAAAAACEAAAAAACEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAAAAgAAAAAAEAAAAAACAgAAAAAAEAAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAABwAAAAACAgAAAAAAEAAAAAACAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAACCwAAAAAACwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAADCwAAAAADCwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAABCwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAABCwAAAAAACwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAACwAAAAABCwAAAAACCwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAA version: 6 3,8: ind: 3,8 - tiles: AAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAACIgAAAAADIgAAAAABAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAABIgAAAAADAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAIgAAAAACIgAAAAACIgAAAAAAIgAAAAACAgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAABIgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAIgAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAACIgAAAAAAIgAAAAADIgAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAADIgAAAAACIgAAAAAAIgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAA + tiles: AAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAADIgAAAAAAIgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAABIgAAAAABAgAAAAAAIgAAAAADAgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAACAgAAAAAAIgAAAAADIgAAAAABIgAAAAACIgAAAAAAAgAAAAAAIgAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAACAgAAAAAAAgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAIgAAAAAAIgAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAIgAAAAAAAgAAAAAAIgAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAADIgAAAAAAIgAAAAADIgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIgAAAAADIgAAAAADIgAAAAADIgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAA version: 6 3,9: ind: 3,9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACIwAAAAABEwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIwAAAAADHgAAAAAAIwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAAAIwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAACFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAAACgAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACCgAAAAAAAgAAAAAAEwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACgAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAACAwAAAAAAEwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAACAgAAAAAAAwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACIwAAAAAAEwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIwAAAAACHgAAAAAAIwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAABIwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEwAAAAAACgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAABAgAAAAAAEwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAACgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAACgAAAAADAwAAAAACEwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAAEAgAAAAAAAwAAAAAA version: 6 4,0: ind: 4,0 @@ -240,35 +240,35 @@ entities: version: 6 4,1: ind: 4,1 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,10: ind: 4,10 - tiles: AwAAAAACEwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACJAAAAAAAAgAAAAAAJAAAAAACJAAAAAABAgAAAAAAJAAAAAABAwAAAAACAwAAAAADAwAAAAADFgAAAAAEBwAAAAACAgAAAAAAAgAAAAAAFgAAAAAFAgAAAAAAJAAAAAACAgAAAAAAJAAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAFBwAAAAAAFgAAAAADAgAAAAAAJAAAAAABJAAAAAADJAAAAAADJAAAAAABJAAAAAAAJAAAAAABJAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABwAAAAAAFgAAAAAEFgAAAAAABwAAAAACFgAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AwAAAAACEwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABJAAAAAACAgAAAAAAJAAAAAABJAAAAAABAgAAAAAAJAAAAAABAwAAAAABAwAAAAAAAwAAAAABFgAAAAACBwAAAAADAgAAAAAAAgAAAAAAFgAAAAAAAgAAAAAAJAAAAAACAgAAAAAAJAAAAAABJAAAAAAAJAAAAAABJAAAAAACJAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAABwAAAAACFgAAAAAGAgAAAAAAJAAAAAAAJAAAAAADJAAAAAABJAAAAAABJAAAAAAAJAAAAAAAJAAAAAACAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAABwAAAAACFgAAAAAFFgAAAAACBwAAAAACFgAAAAAFAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 - tiles: AgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAD + tiles: AgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAAABwAAAAACBwAAAAAC version: 6 4,3: ind: 4,3 - tiles: AgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAADBwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAAABwAAAAADAwAAAAACAwAAAAACAwAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAADBwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAAABwAAAAABAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAADBwAAAAACBwAAAAADAwAAAAADAwAAAAAAAwAAAAACAgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAADBwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAABBwAAAAABAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAACHwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAACBwAAAAACHwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAAABwAAAAAABwAAAAADBwAAAAADAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAABwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAB + tiles: AgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAADBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAAABwAAAAACAwAAAAACAwAAAAAAAwAAAAABAgAAAAAABwAAAAABBwAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAACBwAAAAABAwAAAAABAwAAAAADAwAAAAACAgAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAABBwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAADBwAAAAACBwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAADBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAADBwAAAAADBwAAAAADBwAAAAACBwAAAAADBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAADBwAAAAACHwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAABwAAAAADBwAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAADBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAADHwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAADBwAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAACBwAAAAAAHwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAADBwAAAAACBwAAAAACBwAAAAABAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAABwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAA version: 6 4,4: ind: 4,4 - tiles: AwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAACwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAADBwAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAABCAAAAAACAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAACAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACCAAAAAADCAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAADAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAACCAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAACgAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAACCAAAAAACCAAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAABCAAAAAACAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAACCAAAAAACCAAAAAABAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAACCAAAAAACCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAABCAAAAAAACAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAACAAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAFAAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAFAAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAADCAAAAAACAgAAAAAACwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAADCAAAAAACAgAAAAAACwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAACAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAABCAAAAAAACAAAAAABAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAACCAAAAAADCAAAAAADCAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAACgAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAABCAAAAAABCAAAAAABCAAAAAABCAAAAAAACAAAAAAACAAAAAACCAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAACCAAAAAABAgAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 4,5: ind: 4,5 - tiles: AgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAAAAwAAAAABBQAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAADAwAAAAADBQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABBQAAAAABAwAAAAADAwAAAAADBQAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAACCAAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAEQAAAAADEQAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAACEAAAAAADAgAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAACEAAAAAABAgAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAABEAAAAAACEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAABAgAAAAAAEAAAAAADEAAAAAABEAAAAAACEAAAAAACEAAAAAAAEAAAAAADEAAAAAAAEAAAAAABEAAAAAAAEAAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAABAgAAAAAAEQAAAAACEQAAAAACEQAAAAAAEAAAAAABEQAAAAAAEQAAAAAAEAAAAAACEQAAAAADEQAAAAAAEQAAAAADAgAAAAAAEAAAAAACEAAAAAAAEAAAAAABEAAAAAAAAgAAAAAAEQAAAAADEQAAAAADEQAAAAACEAAAAAABEQAAAAABEQAAAAADEAAAAAACEQAAAAACEQAAAAABEQAAAAAA + tiles: AgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAADAwAAAAAABQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAADAwAAAAAAAwAAAAABBQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABBQAAAAACAwAAAAABAwAAAAAABQAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAACAAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEQAAAAABEQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAEAAAAAACEAAAAAAAEAAAAAACEAAAAAADAgAAAAAAEAAAAAABEAAAAAADEAAAAAAAEAAAAAADEAAAAAACEAAAAAACEAAAAAACEAAAAAABEAAAAAADEAAAAAACAgAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAABAgAAAAAAEAAAAAABEAAAAAACEAAAAAACEAAAAAADEAAAAAADEAAAAAADEAAAAAADEAAAAAACEAAAAAABEAAAAAADAgAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAADEAAAAAADEAAAAAACAgAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAAAEAAAAAABAgAAAAAAEQAAAAADEQAAAAABEQAAAAAAEAAAAAADEQAAAAACEQAAAAABEAAAAAACEQAAAAABEQAAAAAAEQAAAAACAgAAAAAAEAAAAAABEAAAAAADEAAAAAADEAAAAAACAgAAAAAAEQAAAAADEQAAAAABEQAAAAABEAAAAAAAEQAAAAAAEQAAAAAAEAAAAAAAEQAAAAAAEQAAAAADEQAAAAAB version: 6 4,6: ind: 4,6 - tiles: AgAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAABEAAAAAADEAAAAAACEAAAAAABEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAACAgAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAEQAAAAACEQAAAAAAEQAAAAAAEQAAAAABEQAAAAACEQAAAAABEAAAAAADEAAAAAAAAgAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAADEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAAAAgAAAAAAEQAAAAADEQAAAAACEQAAAAACEAAAAAABEQAAAAABEQAAAAABEAAAAAADEQAAAAACEQAAAAABEQAAAAABAgAAAAAAEAAAAAACEAAAAAADEAAAAAADEAAAAAABAgAAAAAAEQAAAAABEQAAAAABEQAAAAADEAAAAAACEQAAAAACEQAAAAACEAAAAAADEQAAAAABEQAAAAAAEQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAADEAAAAAAAEQAAAAADAgAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAAAEQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAADAgAAAAAAEAAAAAABEAAAAAACEAAAAAABEAAAAAACEQAAAAABAgAAAAAAEAAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAABEAAAAAAAEAAAAAABEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAACwAAAAAACwAAAAACCwAAAAADCwAAAAAACwAAAAACCwAAAAAACwAAAAADCwAAAAABCwAAAAAACwAAAAABCwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAAAEAAAAAADEAAAAAADEAAAAAADEAAAAAADEAAAAAADEAAAAAACEAAAAAADEAAAAAACEAAAAAADEAAAAAAAEAAAAAADAgAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAEAAAAAABEAAAAAABEQAAAAACEQAAAAABEQAAAAAAEQAAAAACEQAAAAABEQAAAAAAEAAAAAADEAAAAAABAgAAAAAAEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAACEAAAAAACEAAAAAABEAAAAAADEAAAAAACEAAAAAADEAAAAAACEAAAAAADAgAAAAAAEQAAAAADEQAAAAACEQAAAAADEAAAAAAAEQAAAAABEQAAAAAAEAAAAAADEQAAAAADEQAAAAADEQAAAAACAgAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAEQAAAAADEQAAAAABEQAAAAADEAAAAAADEQAAAAACEQAAAAAAEAAAAAADEQAAAAACEQAAAAACEQAAAAAAAgAAAAAAEAAAAAACEAAAAAAAEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAABEQAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAADEAAAAAAAEQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAADEAAAAAABAgAAAAAAEAAAAAABEAAAAAAAEAAAAAACEAAAAAADEQAAAAADAgAAAAAAEAAAAAADEAAAAAADEAAAAAACEAAAAAADEAAAAAADEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAADEAAAAAADEAAAAAACEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAACwAAAAABCwAAAAABCwAAAAABCwAAAAAACwAAAAACCwAAAAACCwAAAAADCwAAAAABCwAAAAAACwAAAAAACwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 4,7: ind: 4,7 - tiles: AwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAABQAAAAABBQAAAAACBQAAAAABAwAAAAAAAgAAAAAAAwAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADBQAAAAAABQAAAAACBQAAAAAAAwAAAAAAAgAAAAAAAwAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 4,8: ind: 4,8 @@ -276,7 +276,7 @@ entities: version: 6 4,9: ind: 4,9 - tiles: BAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAJAAAAAADJAAAAAADJAAAAAABJAAAAAABJAAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABJAAAAAACAgAAAAAAAgAAAAAAAgAAAAAA + tiles: BAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAADJAAAAAABJAAAAAACJAAAAAAAJAAAAAADJAAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABJAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 5,0: ind: 5,0 @@ -284,43 +284,43 @@ entities: version: 6 5,1: ind: 5,1 - tiles: AwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACFAAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAQAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAC + tiles: AwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAFAAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAFAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAC version: 6 5,10: ind: 5,10 - tiles: JAAAAAAAJAAAAAACJAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACAgAAAAAAJAAAAAAAAgAAAAAAJAAAAAACJAAAAAADAgAAAAAAAgAAAAAAJQAAAAAAJQAAAAADJQAAAAACJQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACJAAAAAADJAAAAAACAgAAAAAAJAAAAAAAAgAAAAAAJQAAAAAAJQAAAAADAgAAAAAAJQAAAAACJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAADJQAAAAACAgAAAAAAJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAJQAAAAABAgAAAAAAAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAJQAAAAAAJQAAAAACAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABEwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAA + tiles: JAAAAAADJAAAAAADJAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAADAgAAAAAAJAAAAAAAAgAAAAAAJAAAAAACJAAAAAABAgAAAAAAAgAAAAAAJQAAAAAAJQAAAAAAJQAAAAADJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAADJAAAAAADJAAAAAAAAgAAAAAAJAAAAAABAgAAAAAAJQAAAAACJQAAAAABAgAAAAAAJQAAAAACJQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAABJQAAAAADAgAAAAAAJQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAJQAAAAABAgAAAAAAAgAAAAAAJQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAJQAAAAACJQAAAAAAAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADEwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAJgAAAAAAJgAAAAAAAgAAAAAAJgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAA version: 6 5,2: ind: 5,2 - tiles: AAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAACCAAAAAADCAAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAAABwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAD + tiles: AAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAABCAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAACCAAAAAADCAAAAAAACAAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAADCAAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABBwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAD version: 6 5,3: ind: 5,3 - tiles: BwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACBwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAABBwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAABwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADBwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAABwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAABwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAABwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAgAAAAAABwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAA + tiles: BwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAABwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAADBwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABBwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAABwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACBwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAABwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAABBwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAA version: 6 5,4: ind: 5,4 - tiles: AwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAACwAAAAACCwAAAAADCwAAAAADCwAAAAACCwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAgAAAAAACwAAAAAACwAAAAABCwAAAAACCwAAAAADCwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAgAAAAAACAAAAAABCAAAAAACCgAAAAACCgAAAAADCgAAAAADCAAAAAABCAAAAAADAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAADCAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAAACAAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAABwAAAAACBwAAAAADBwAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAABwAAAAACBwAAAAACCgAAAAAACgAAAAABCgAAAAAACgAAAAAACAAAAAABCgAAAAADCgAAAAACCgAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAABCAAAAAADCAAAAAABCAAAAAABCAAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADCAAAAAACCAAAAAABCgAAAAADCgAAAAACCgAAAAADCAAAAAADCAAAAAACAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAACwAAAAADCwAAAAADCwAAAAAACwAAAAADCwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACwAAAAADCwAAAAAACwAAAAADCwAAAAAACwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAADCAAAAAADCgAAAAAACgAAAAAACgAAAAABCAAAAAADCAAAAAACAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAACCAAAAAABCAAAAAABCAAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAACCAAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAABCAAAAAABCAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAABwAAAAAABwAAAAADCgAAAAABCgAAAAACCgAAAAAACgAAAAACCAAAAAAACgAAAAAACgAAAAADCgAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAABCAAAAAABCAAAAAADCAAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAACCAAAAAACCAAAAAACCAAAAAACCAAAAAACCAAAAAACCAAAAAABCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAgAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAABCAAAAAABCAAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACAAAAAABCAAAAAAACgAAAAACCgAAAAABCgAAAAACCAAAAAABCAAAAAABAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAA version: 6 5,5: ind: 5,5 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAACAgAAAAAACAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAADEAAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAADCAAAAAADCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACEAAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAACEAAAAAAAEAAAAAACCAAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAABEAAAAAADAgAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAADEAAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAADCAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAAAEAAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAAAEAAAAAABEAAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAACEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 5,6: ind: 5,6 - tiles: EAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAABEAAAAAAAEAAAAAABEAAAAAABEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAACAgAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACFQAAAAAAEAAAAAABEAAAAAAAEAAAAAACEAAAAAACAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACFQAAAAAAAgAAAAAAEAAAAAAAEAAAAAABEAAAAAACAgAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABFQAAAAAAAgAAAAAAEAAAAAADEAAAAAADEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAACEAAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACFQAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAADEAAAAAACEAAAAAAAAwAAAAAAAwAAAAABAwAAAAABFQAAAAAAAwAAAAACFQAAAAAAEAAAAAADEAAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAADEAAAAAACEAAAAAABEAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAFQAAAAAAEAAAAAABEAAAAAAAEAAAAAACEAAAAAABAgAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABFQAAAAAAEAAAAAAAEAAAAAABEAAAAAACEAAAAAADAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAACEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABEAAAAAACEAAAAAABEAAAAAABEAAAAAACEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABEAAAAAAAEAAAAAABEAAAAAACEAAAAAABEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABEAAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAEAAAAAABEAAAAAADEAAAAAAAEAAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: EAAAAAACEAAAAAACEAAAAAADEAAAAAADEAAAAAACEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAEAAAAAACEAAAAAAAEAAAAAADEAAAAAACAgAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAADAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACFQAAAAAAEAAAAAADEAAAAAABEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADFQAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAADAgAAAAAAEAAAAAAAEAAAAAADEAAAAAABEAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABFQAAAAAAAgAAAAAAEAAAAAABEAAAAAADEAAAAAACAgAAAAAAEAAAAAABEAAAAAADEAAAAAACEAAAAAADEAAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAACFQAAAAAAAgAAAAAAEAAAAAADEAAAAAABEAAAAAADAgAAAAAAEAAAAAACEAAAAAADEAAAAAADEAAAAAABEAAAAAABAwAAAAADAwAAAAABAwAAAAABFQAAAAAAAwAAAAABFQAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAACEAAAAAADEAAAAAABEAAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAFQAAAAAAEAAAAAAAEAAAAAADEAAAAAADEAAAAAADAgAAAAAAEAAAAAACEAAAAAABEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADFQAAAAAAEAAAAAACEAAAAAACEAAAAAADEAAAAAACAgAAAAAAEAAAAAABEAAAAAADEAAAAAABEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACEAAAAAABEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAABEAAAAAACEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAEAAAAAADEAAAAAAAEAAAAAAAEAAAAAADEAAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACEAAAAAABEAAAAAABEAAAAAABEAAAAAACEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAADEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 5,7: ind: 5,7 - tiles: AwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABFAAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAABCAAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABCAAAAAACCAAAAAAACAAAAAACCAAAAAAACAAAAAACCAAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAABCAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACCAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACCAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAACAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADBQAAAAADBQAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABBQAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAC + tiles: AwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADFAAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAADCAAAAAABCAAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAgAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABCAAAAAACCAAAAAADCAAAAAABCAAAAAAACAAAAAACCAAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAACCAAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACCAAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAABCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACBQAAAAACBQAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAACBQAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAD version: 6 5,8: ind: 5,8 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAFAAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAA version: 6 5,9: ind: 5,9 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAAAJAAAAAADAgAAAAAAJAAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAABAgAAAAAAJAAAAAAAJAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAB + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAACJAAAAAADAgAAAAAAJAAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAJAAAAAADAgAAAAAAJAAAAAAAJAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAA version: 6 6,0: ind: 6,0 @@ -328,147 +328,147 @@ entities: version: 6 6,1: ind: 6,1 - tiles: AgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAADAgAAAAAACAAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAB + tiles: AgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAACAAAAAACCAAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAFAAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAA version: 6 6,10: ind: 6,10 - tiles: CAAAAAACCAAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAAACAAAAAACAgAAAAAAAwAAAAAABQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCgAAAAABCgAAAAABCgAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAACBQAAAAACBQAAAAABBQAAAAABBQAAAAAABQAAAAAABQAAAAACBQAAAAABCAAAAAADCAAAAAAACgAAAAABCQAAAAAACgAAAAACCAAAAAACCAAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACgAAAAAACgAAAAADCgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBwAAAAACAgAAAAAAFgAAAAAEBwAAAAACBwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAABBwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAEwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAGBwAAAAABBwAAAAAAFgAAAAACBwAAAAABBwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CAAAAAADCAAAAAADCAAAAAACCAAAAAACCAAAAAADCAAAAAACCAAAAAACAgAAAAAAAwAAAAAABQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCgAAAAACCgAAAAACCgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAABBQAAAAABBQAAAAAABQAAAAADBQAAAAAABQAAAAADBQAAAAACBQAAAAACCAAAAAACCAAAAAADCgAAAAACCQAAAAAACgAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAACgAAAAAACgAAAAADCgAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBwAAAAACAgAAAAAAFgAAAAABBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAACBwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAEwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFgAAAAAEBwAAAAAABwAAAAACFgAAAAAEBwAAAAADBwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,2: ind: 6,2 - tiles: AwAAAAABAwAAAAABAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAABAwAAAAAAAwAAAAADBwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAACCAAAAAADCAAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADBwAAAAADBwAAAAABBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAABAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAABAwAAAAABAwAAAAAABwAAAAADBwAAAAACBwAAAAADBwAAAAADBwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACBwAAAAADBwAAAAADBwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADBwAAAAADBwAAAAABBwAAAAACBwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAABBwAAAAADBwAAAAAABwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 6,3: ind: 6,3 - tiles: AwAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACBwAAAAADBwAAAAACBwAAAAAABwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAABFAAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAABwAAAAADBwAAAAAAFgAAAAAEAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABBwAAAAACAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAABwAAAAABGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAACBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAADBwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAADBwAAAAADBwAAAAACAwAAAAACAwAAAAAD + tiles: AwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACBwAAAAADBwAAAAACBwAAAAACBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAADFAAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABFAAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAABwAAAAADBwAAAAABFgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGAAAAAAAAgAAAAAABwAAAAADGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAFwAAAAAAAgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAAgAAAAAABwAAAAAAGgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAGAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAADBwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAADBwAAAAABBwAAAAAABwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACBwAAAAABBwAAAAACBwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAAAAwAAAAAAAwAAAAAB version: 6 6,4: ind: 6,4 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAADBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABFAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAD + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAABwAAAAACBwAAAAADBwAAAAADBwAAAAADBwAAAAAABwAAAAACBwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACBwAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAADBwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAABBwAAAAADBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAADBwAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAACBwAAAAAABwAAAAADBwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAFAAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAA version: 6 6,5: ind: 6,5 - tiles: AgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAgAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAABAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACwAAAAABBwAAAAAABwAAAAABBwAAAAAAAgAAAAAAAwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAACwAAAAADCwAAAAACBwAAAAACBwAAAAADBwAAAAADAgAAAAAAAwAAAAABFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAACwAAAAADCwAAAAACBwAAAAABBwAAAAADBwAAAAACAwAAAAAAAwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAACwAAAAADCwAAAAACBwAAAAABBwAAAAAABwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAACwAAAAADCwAAAAABBwAAAAAABwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAABAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAACwAAAAACBwAAAAACBwAAAAADBwAAAAABAgAAAAAAAwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAACwAAAAAACwAAAAACBwAAAAADBwAAAAACBwAAAAABAgAAAAAAAwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAACwAAAAADCwAAAAADBwAAAAACBwAAAAADBwAAAAABAwAAAAACAwAAAAACFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACwAAAAABCwAAAAAABwAAAAADBwAAAAAABwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAACwAAAAADCwAAAAABBwAAAAAABwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAA version: 6 6,6: ind: 6,6 - tiles: AwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAwAAAAACAwAAAAAADwAAAAACDwAAAAADDwAAAAADDwAAAAACDwAAAAACDwAAAAACDwAAAAACDwAAAAABCwAAAAADCwAAAAACCwAAAAAACwAAAAACFQAAAAAAAwAAAAACAwAAAAABAwAAAAAADwAAAAADDwAAAAACDwAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAADDwAAAAAACwAAAAADCwAAAAABCwAAAAAACwAAAAABFQAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAACwAAAAADCwAAAAAACwAAAAAACwAAAAADFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAACwAAAAAACwAAAAAACwAAAAACCwAAAAACFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAABAgAAAAAACwAAAAAACwAAAAACCwAAAAAACwAAAAABFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAACBwAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAgAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAABBwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAABwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAABwAAAAACBwAAAAACBwAAAAADBwAAAAABBwAAAAACBwAAAAAABwAAAAADAwAAAAADAgAAAAAAAwAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAAAwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAADBwAAAAADAwAAAAABAgAAAAAAAwAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABAwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAADBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAwAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAACAwAAAAACBwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAABAgAAAAAAAwAAAAAAAwAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAAwAAAAAAAwAAAAAABwAAAAABBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAwAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAB + tiles: AwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAACAwAAAAADAwAAAAABDwAAAAAADwAAAAACDwAAAAADDwAAAAAADwAAAAABDwAAAAAADwAAAAADDwAAAAACCwAAAAAACwAAAAAACwAAAAABCwAAAAADFQAAAAAAAwAAAAACAwAAAAADAwAAAAACDwAAAAADDwAAAAABDwAAAAABDwAAAAACDwAAAAADDwAAAAADDwAAAAABDwAAAAADCwAAAAADCwAAAAADCwAAAAACCwAAAAABFQAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAACwAAAAABCwAAAAAACwAAAAABCwAAAAADFQAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAACwAAAAABCwAAAAACCwAAAAABCwAAAAADFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAADBwAAAAAAAgAAAAAACwAAAAACCwAAAAABCwAAAAADCwAAAAADFQAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAADBwAAAAAABwAAAAADBwAAAAADAwAAAAABAgAAAAAAAwAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAAAAwAAAAADBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAABAwAAAAABAgAAAAAAAwAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAADAwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAADBwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAACAwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAABAgAAAAAAAwAAAAAAAwAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAAwAAAAADAwAAAAAABwAAAAADBwAAAAADBwAAAAABBwAAAAACBwAAAAADBwAAAAABBwAAAAACAgAAAAAAAgAAAAAAAwAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAAB version: 6 6,7: ind: 6,7 - tiles: CAAAAAADAgAAAAAAAwAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADCAAAAAACAgAAAAAAAwAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAAACAAAAAADAgAAAAAAAwAAAAADAwAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAACCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAFAAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAACwAAAAAACwAAAAACCwAAAAAAAgAAAAAAAwAAAAADBQAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACBQAAAAAAAwAAAAACBQAAAAADBQAAAAADBQAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: CAAAAAADAgAAAAAAAwAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAAACAAAAAADAgAAAAAAAwAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAAAHAAAAAACCAAAAAABAgAAAAAAAwAAAAACAwAAAAADHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACCAAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADFAAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACFAAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADFAAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAACwAAAAACCwAAAAABCwAAAAABAgAAAAAAAwAAAAABBQAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAABQAAAAAAAwAAAAAABQAAAAABBQAAAAABBQAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 6,8: ind: 6,8 - tiles: AwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAABCgAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACBQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAwAAAAADAwAAAAABBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAABCgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAA + tiles: AwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAAACgAAAAADAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAACBQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAABBQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAACgAAAAACCgAAAAACAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAA version: 6 6,9: ind: 6,9 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAACgAAAAAACgAAAAABCgAAAAADAwAAAAADAwAAAAABAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAACgAAAAADCgAAAAADCgAAAAAAAwAAAAACAwAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAADCgAAAAACCgAAAAABCgAAAAAAAwAAAAADBQAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAADCgAAAAADCgAAAAAACgAAAAADAwAAAAADBQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAABCgAAAAACCgAAAAABCgAAAAACAwAAAAAABQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAADCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABCAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAAACAAAAAACCAAAAAAAAgAAAAAAAwAAAAACBQAAAAAABQAAAAACBQAAAAAABQAAAAACBQAAAAABBQAAAAACBQAAAAAC + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABCgAAAAABCgAAAAABCgAAAAABAwAAAAABAwAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAACgAAAAACCgAAAAABCgAAAAAAAwAAAAADAwAAAAAAAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAADCgAAAAABCgAAAAACCgAAAAACAwAAAAACBQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAADCgAAAAADCgAAAAABCgAAAAAAAwAAAAADBQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACBQAAAAAAAwAAAAACCgAAAAADCgAAAAAACgAAAAADAwAAAAABBQAAAAACAgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAADCAAAAAACCAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADCAAAAAABCAAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAACCAAAAAADAgAAAAAAAwAAAAAABQAAAAACBQAAAAACBQAAAAABBQAAAAACBQAAAAACBQAAAAABBQAAAAAD version: 6 7,1: ind: 7,1 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAAAAAAAAAQAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAQAAAAAA version: 6 7,10: ind: 7,10 - tiles: BQAAAAABAwAAAAAAAgAAAAAACAAAAAAACgAAAAAACQAAAAAACgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAABQAAAAABAwAAAAAAAgAAAAAACAAAAAACCgAAAAABCgAAAAADCgAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAABAgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACHAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAFgAAAAAEBwAAAAACAgAAAAAABwAAAAAAAgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAAgAAAAAAHAAAAAABHAAAAAAAAgAAAAAAHAAAAAAAAgAAAAAAAAAAAAAABwAAAAADBwAAAAACAgAAAAAAFgAAAAACFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAHAAAAAABAgAAAAAAAAAAAAAABwAAAAABAgAAAAAABwAAAAADBwAAAAAAFAAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADAgAAAAAAAgAAAAAAHAAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAFgAAAAAFFgAAAAAABwAAAAAAFAAAAAAAHAAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAAAAAAAABwAAAAACFgAAAAACBwAAAAADBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BQAAAAABAwAAAAADAgAAAAAACAAAAAABCgAAAAAACQAAAAAACgAAAAACCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAABQAAAAACAwAAAAABAgAAAAAACAAAAAADCgAAAAACCgAAAAACCgAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAFgAAAAAFBwAAAAACAgAAAAAABwAAAAADAgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADAgAAAAAAHAAAAAABHAAAAAABAgAAAAAAHAAAAAABAgAAAAAAAAAAAAAABwAAAAACBwAAAAABAgAAAAAAFgAAAAAEFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAHAAAAAACAgAAAAAAAAAAAAAABwAAAAABAgAAAAAABwAAAAAABwAAAAADFAAAAAAAAgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACAgAAAAAAAgAAAAAAHAAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAFgAAAAACFgAAAAACBwAAAAADFAAAAAAAHAAAAAABAgAAAAAAHAAAAAAAAgAAAAAAAgAAAAAAHAAAAAABHAAAAAABAgAAAAAAHAAAAAADAgAAAAAAAAAAAAAABwAAAAABFgAAAAAEBwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAHAAAAAACAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,2: ind: 7,2 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAHQAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAEAAAAAABEAAAAAACEAAAAAACEAAAAAACEAAAAAABEAAAAAABEAAAAAADEAAAAAADAgAAAAAAAwAAAAABBQAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAHQAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAACAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAAAEAAAAAABEAAAAAABEAAAAAACEAAAAAABEAAAAAACAgAAAAAABwAAAAACBwAAAAABBwAAAAAAAwAAAAADAwAAAAABAwAAAAAD version: 6 7,3: ind: 7,3 - tiles: AgAAAAAAEAAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAwAAAAADBQAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAAAEAAAAAACEAAAAAAAEAAAAAAAEAAAAAADEAAAAAADAgAAAAAAAwAAAAACBQAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAEAAAAAADEAAAAAADEAAAAAADEAAAAAAAEAAAAAADEAAAAAABEAAAAAACEAAAAAADEAAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAACEAAAAAACEAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAAAEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADBwAAAAADBwAAAAABBwAAAAADBwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAGgAAAAAAGgAAAAAABwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABGgAAAAAAGgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAADBwAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABBwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAA + tiles: AgAAAAAAEAAAAAADEAAAAAACEAAAAAACEAAAAAACEAAAAAACEAAAAAABEAAAAAAAEAAAAAACAgAAAAAABwAAAAADBwAAAAACBwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAEAAAAAACEAAAAAADEAAAAAAAEAAAAAACEAAAAAACEAAAAAADEAAAAAABEAAAAAAAAgAAAAAABwAAAAACBwAAAAACBwAAAAACAwAAAAAAIQAAAAADIQAAAAADAgAAAAAAEAAAAAABEAAAAAABEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAADEAAAAAACEAAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABIQAAAAACIQAAAAACAgAAAAAAEAAAAAADEAAAAAADEAAAAAADEAAAAAADEAAAAAABEAAAAAADEAAAAAADEAAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABIQAAAAABIQAAAAAAIQAAAAACAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAIQAAAAABIQAAAAACIQAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABGgAAAAAAGgAAAAAABwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABGgAAAAAAGgAAAAAABwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAACBwAAAAABBwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAB version: 6 7,4: ind: 7,4 - tiles: AwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAACAAAAAACCAAAAAADCAAAAAACCAAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADCAAAAAADCAAAAAACCAAAAAADCAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADFAAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAAAFAAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADFAAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAD + tiles: AwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABCAAAAAAACAAAAAABCAAAAAABCAAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAACCAAAAAADCAAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAABCAAAAAAACAAAAAABCAAAAAADCAAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAACAAAAAACCAAAAAABCAAAAAABCAAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAACCAAAAAACCAAAAAAACAAAAAABCAAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAFAAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAABFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAACFAAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAABFAAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAADAgAAAAAAAgAAAAAAAwAAAAAC version: 6 7,5: ind: 7,5 - tiles: AwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAABEAAAAAAAEAAAAAADEAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAEAAAAAACEQAAAAADEQAAAAADEQAAAAABEQAAAAAAEAAAAAADEAAAAAAAEAAAAAADEAAAAAADEAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAEAAAAAAAEQAAAAABEQAAAAADEQAAAAAAEQAAAAACEAAAAAADEAAAAAADEAAAAAADEAAAAAAAEAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAEAAAAAAAEQAAAAAAEQAAAAABEQAAAAABEQAAAAABEAAAAAAAEAAAAAAAEAAAAAACEAAAAAABEAAAAAABAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAABAgAAAAAAEAAAAAADEQAAAAABEQAAAAABEQAAAAADEQAAAAACEAAAAAAAEAAAAAADAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAEAAAAAABEQAAAAAAEQAAAAABEQAAAAACEQAAAAADEAAAAAABEAAAAAAAAgAAAAAAEAAAAAACEAAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAACEAAAAAACEAAAAAADEAAAAAAAAgAAAAAAEAAAAAADEAAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACCwAAAAABCwAAAAABAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACCwAAAAADCwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADCwAAAAABCwAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAADCwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAACCwAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAC + tiles: AwAAAAADAwAAAAADAwAAAAAAAgAAAAAAEAAAAAADEAAAAAACEAAAAAABEAAAAAABEAAAAAADEAAAAAAAEAAAAAABEAAAAAACEAAAAAABEAAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAEAAAAAABEQAAAAADEQAAAAABEQAAAAAAEQAAAAABEAAAAAAAEAAAAAADEAAAAAABEAAAAAABEAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAEAAAAAADEQAAAAABEQAAAAAAEQAAAAACEQAAAAABEAAAAAACEAAAAAACEAAAAAAAEAAAAAACEAAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAEAAAAAAAEQAAAAABEQAAAAACEQAAAAACEQAAAAAAEAAAAAACEAAAAAABEAAAAAACEAAAAAABEAAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAEAAAAAACEQAAAAACEQAAAAAAEQAAAAAAEQAAAAABEAAAAAADEAAAAAACAgAAAAAAAgAAAAAAEAAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAEAAAAAACEQAAAAAAEQAAAAACEQAAAAAAEQAAAAACEAAAAAABEAAAAAAAAgAAAAAAEAAAAAAAEAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAEAAAAAADEAAAAAAAEAAAAAACEAAAAAABEAAAAAABEAAAAAACEAAAAAADAgAAAAAAEAAAAAACEAAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAACwAAAAACCwAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAACwAAAAABCwAAAAABAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACCwAAAAACCwAAAAADAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACCwAAAAABCwAAAAACAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCwAAAAABCwAAAAABAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAC version: 6 7,6: ind: 7,6 - tiles: AwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAADwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACDwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABBwAAAAACAwAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAABAwAAAAACAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAAABwAAAAABAwAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAADAwAAAAABAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAACBwAAAAAAAwAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABAwAAAAACAwAAAAADBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAADBwAAAAAAAgAAAAAAAwAAAAABAwAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADAwAAAAABAgAAAAAABwAAAAADPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAAAAgAAAAAAAwAAAAAD + tiles: AwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACDwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAADwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAQAAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAABwAAAAABAwAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAAwAAAAABAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACBwAAAAAAAwAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAAAAwAAAAAAAgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADBwAAAAAAAwAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACHAAAAAAAHAAAAAABHAAAAAACHAAAAAACAwAAAAACAwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABAgAAAAAAAwAAAAADAwAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAACAwAAAAADAgAAAAAABwAAAAABPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAABAgAAAAAAAwAAAAAC version: 6 7,7: ind: 7,7 - tiles: HAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACAwAAAAACAgAAAAAABwAAAAACPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAACFAAAAAAAAwAAAAACHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACAwAAAAABAgAAAAAABwAAAAABPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAABFAAAAAAAAwAAAAACHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADAwAAAAABAwAAAAABAgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACFAAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABAgAAAAAAAwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAABFAAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADBQAAAAABBQAAAAACBQAAAAACAwAAAAABAwAAAAACAwAAAAADBQAAAAAABQAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADBQAAAAAABQAAAAABBQAAAAABAwAAAAACBQAAAAADBQAAAAACBQAAAAADAwAAAAAAAgAAAAAAAwAAAAAABQAAAAACBQAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAABBQAAAAAABQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAAC + tiles: HAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAABAwAAAAAAAgAAAAAABwAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAABFAAAAAAAAwAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAADAwAAAAADAgAAAAAABwAAAAABPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAABwAAAAAAFAAAAAAAAwAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAADAwAAAAADAwAAAAACAgAAAAAABwAAAAADBwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAABFAAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAABAgAAAAAAAwAAAAACFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACFAAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABFAAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADBQAAAAADBQAAAAABBQAAAAACAwAAAAAAAwAAAAACAwAAAAACBQAAAAAABQAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABBQAAAAACBQAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAADBQAAAAAABQAAAAABBQAAAAACAwAAAAABBQAAAAABBQAAAAABBQAAAAABAwAAAAABAgAAAAAAAwAAAAAABQAAAAAABQAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACBQAAAAAABQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAABQAAAAADBQAAAAAD version: 6 7,8: ind: 7,8 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAACBQAAAAADBQAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACBQAAAAABBQAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAAACgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADBQAAAAAAAwAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAABQAAAAAAAwAAAAACAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAAABQAAAAAAAwAAAAADAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAADBQAAAAAAAwAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAACBQAAAAADBQAAAAADAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAABCgAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAACAAAAAACCAAAAAADCAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAADCAAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAAABQAAAAABBQAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACBQAAAAABBQAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAACCgAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADBQAAAAABAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADBQAAAAABAwAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACBQAAAAABAwAAAAABAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAwAAAAABBQAAAAACAwAAAAADAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAAABQAAAAADBQAAAAACAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAACgAAAAADCgAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAAA version: 6 7,9: ind: 7,9 - tiles: AQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAABBQAAAAADBQAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABBQAAAAADBQAAAAACBQAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAADAwAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABQAAAAADAwAAAAACAgAAAAAACAAAAAAACgAAAAACCgAAAAADCgAAAAABCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA + tiles: AQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAgAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAABCAAAAAACCAAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAABBQAAAAAABQAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABBQAAAAABBQAAAAADBQAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAADAgAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAABQAAAAAAAwAAAAADAgAAAAAACAAAAAAACgAAAAABCgAAAAADCgAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAA version: 6 8,2: ind: 8,2 - tiles: AQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAHgAAAAAAIwAAAAADHgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAIwAAAAAAHgAAAAAAIwAAAAADIwAAAAABHgAAAAAAIwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAIwAAAAADHgAAAAAAHgAAAAAAIwAAAAAAHgAAAAAAIwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAABCAAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAgAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAADCAAAAAABCAAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAAACAAAAAADCAAAAAACCAAAAAACCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAACAAAAAABCAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAA + tiles: AQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAADCAAAAAABCAAAAAAAAgAAAAAA version: 6 8,3: ind: 8,3 - tiles: AwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAAACAAAAAADCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADJwAAAAABJwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACJwAAAAADJwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAFQAAAAAAAwAAAAACFQAAAAAAFQAAAAAAAgAAAAAAAwAAAAACAwAAAAACJwAAAAABJwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABFQAAAAAAAwAAAAADFQAAAAAAFQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAJwAAAAABJwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAEAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAACAwAAAAAAAgAAAAAAAgAAAAAAEAAAAAADEAAAAAADAgAAAAAAEAAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABAgAAAAAACAAAAAACAwAAAAABAwAAAAACAgAAAAAAEAAAAAAAEAAAAAADEAAAAAACEAAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAACAAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAA + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAADCAAAAAADCAAAAAACCAAAAAAAAgAAAAAAIQAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAACCAAAAAACCAAAAAABCAAAAAAACAAAAAABAgAAAAAAIQAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAIQAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAFQAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABFQAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADFQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADJwAAAAACJwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAFQAAAAAAAgAAAAAAAwAAAAADAwAAAAAAJwAAAAAAJwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAACFQAAAAAAAgAAAAAAAwAAAAACAwAAAAAAJwAAAAAAJwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAgAAAAAAAwAAAAABAwAAAAADJwAAAAACJwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAgAAAAAACAAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAACAAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAgAAAAAACAAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAA version: 6 8,4: ind: 8,4 - tiles: AwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAAACAAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAABCAAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAACAAAAAADCAAAAAABCAAAAAADCAAAAAAACAAAAAADCAAAAAABAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAACAAAAAAACAAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAACCAAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADCAAAAAACCAAAAAABAgAAAAAAAgAAAAAACAAAAAABAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAADAwAAAAAACAAAAAAACAAAAAABAgAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADCAAAAAABCAAAAAACCAAAAAAACAAAAAADCAAAAAADCAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAACAAAAAACCAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAABAgAAAAAACAAAAAABCAAAAAACCAAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAACAAAAAAACAAAAAACCAAAAAACAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAABCAAAAAACCAAAAAADAgAAAAAACAAAAAABCAAAAAABCAAAAAACCAAAAAACCAAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAABCAAAAAACCAAAAAAACAAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAABCAAAAAADCAAAAAADAgAAAAAACAAAAAADCAAAAAAACAAAAAABCAAAAAABCAAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACCAAAAAADCAAAAAABAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAABCAAAAAACCAAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAABCAAAAAACCAAAAAABAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABCAAAAAABCAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAABCAAAAAADCAAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAACAAAAAABCAAAAAACAgAAAAAACAAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 8,5: ind: 8,5 - tiles: AwAAAAACAwAAAAABAgAAAAAACwAAAAADCwAAAAACCwAAAAACCwAAAAADCwAAAAADCwAAAAACCwAAAAABCwAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAACwAAAAABCwAAAAADCwAAAAAACwAAAAADCwAAAAABCwAAAAACCwAAAAABCwAAAAADAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAwAAAAAAAwAAAAACAgAAAAAACwAAAAACCwAAAAAACwAAAAABCwAAAAADCwAAAAACCwAAAAABCwAAAAAACwAAAAADAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAACwAAAAACCwAAAAAACwAAAAABCwAAAAAACwAAAAACCwAAAAACCwAAAAACCwAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAADDgAAAAAADgAAAAABDgAAAAABDgAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAADAwAAAAABAwAAAAACAgAAAAAACAAAAAAACAAAAAADDgAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABAwAAAAAAAwAAAAABCAAAAAADCAAAAAADCAAAAAAADgAAAAAACAAAAAADCgAAAAACCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAACAAAAAABCAAAAAAADgAAAAACCAAAAAABCAAAAAABCAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAACAAAAAABCAAAAAACDgAAAAADDgAAAAACDgAAAAAADgAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACFAAAAAAAFAAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAAACAAAAAADCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAC + tiles: AwAAAAADAwAAAAADAgAAAAAACwAAAAABCwAAAAADCwAAAAAACwAAAAACCwAAAAADCwAAAAADCwAAAAACCwAAAAACAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAACwAAAAACCwAAAAACCwAAAAABCwAAAAACCwAAAAADCwAAAAAACwAAAAAACwAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAwAAAAADAwAAAAADAgAAAAAACwAAAAACCwAAAAABCwAAAAAACwAAAAAACwAAAAADCwAAAAABCwAAAAAACwAAAAADAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAACwAAAAACCwAAAAABCwAAAAADCwAAAAACCwAAAAAACwAAAAACCwAAAAAACwAAAAABAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAAACAAAAAAACAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAACAwAAAAACAwAAAAACAgAAAAAACAAAAAADCAAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAAAAwAAAAABAwAAAAADAgAAAAAACAAAAAABCAAAAAACDgAAAAABCAAAAAADCAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAABAwAAAAABAwAAAAAACAAAAAABCAAAAAABCAAAAAAADgAAAAADCAAAAAADCgAAAAADCAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAAADgAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAABDgAAAAADDgAAAAABDgAAAAACDgAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABFAAAAAAAFAAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAA version: 6 8,6: ind: 8,6 - tiles: AwAAAAAAAwAAAAAAFAAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADFAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABFAAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAACAAAAAACAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAACAAAAAACCAAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAACAAAAAADCAAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAACAAAAAAACAAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAACAAAAAACCAAAAAABAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAACAAAAAADCAAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAACAAAAAADAwAAAAABAwAAAAADFAAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAwAAAAAAAwAAAAABFAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADFAAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAABAwAAAAADAwAAAAABFAAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADFAAAAAAAAwAAAAABBQAAAAADAwAAAAAABQAAAAABAwAAAAACAgAAAAAACAAAAAAACAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADBQAAAAADAwAAAAABBQAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAABAwAAAAAAFAAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABFAAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAACAAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAgAAAAAACAAAAAAACAAAAAACAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAACAAAAAACCAAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAACAAAAAACCAAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAACAAAAAABCAAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAACAAAAAACCAAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAACAAAAAACAwAAAAADAwAAAAABFAAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAwAAAAAAAwAAAAACFAAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAACAAAAAABCAAAAAAAAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADFAAAAAAAAwAAAAADBQAAAAABAwAAAAAABQAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACBQAAAAADAwAAAAADBQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 8,7: ind: 8,7 - tiles: AwAAAAABAwAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABBQAAAAAAAwAAAAABBQAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAFAAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACFAAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAABAwAAAAACFAAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAgAAAAAACgAAAAAACAAAAAABCAAAAAACCAAAAAABCgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBQAAAAAAAwAAAAAAAgAAAAAACgAAAAAACAAAAAACCAAAAAAACAAAAAABCgAAAAADAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBQAAAAABAwAAAAABAgAAAAAACgAAAAACCAAAAAACCAAAAAADCAAAAAAACgAAAAADAgAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBQAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBQAAAAADAwAAAAAAAwAAAAACAwAAAAAABQAAAAACAwAAAAADBQAAAAABAwAAAAACBQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAADAwAAAAADAgAAAAAAAwAAAAADBQAAAAABAwAAAAAABQAAAAACAwAAAAABBQAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAA + tiles: AwAAAAAAAwAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAABQAAAAACAwAAAAACBQAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAABFAAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAABFAAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAACFAAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAACgAAAAABCAAAAAAACAAAAAAACAAAAAAACgAAAAADAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBQAAAAAAAwAAAAABAgAAAAAACgAAAAACCAAAAAABCAAAAAADCAAAAAAACgAAAAACAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABQAAAAACAwAAAAABAgAAAAAACgAAAAAACAAAAAACCAAAAAADCAAAAAACCgAAAAABAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBQAAAAAAAwAAAAABAwAAAAADAwAAAAACBQAAAAADAwAAAAABBQAAAAABAwAAAAADBQAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABQAAAAACAwAAAAACAgAAAAAAAwAAAAADBQAAAAADAwAAAAADBQAAAAABAwAAAAADBQAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAD version: 6 8,8: ind: 8,8 - tiles: BQAAAAAAAwAAAAACAgAAAAAAAwAAAAADBQAAAAADAwAAAAACBQAAAAABAwAAAAACBQAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACBQAAAAACBQAAAAAABQAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAACBQAAAAABBQAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACQAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABBQAAAAADAwAAAAADBQAAAAAABQAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADBQAAAAACAwAAAAAABQAAAAADBQAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABBQAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAADBQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAABQAAAAADAwAAAAADBQAAAAAABQAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAABAwAAAAAAAgAAAAAA + tiles: BQAAAAADAwAAAAADAgAAAAAAAwAAAAAABQAAAAABAwAAAAADBQAAAAAAAwAAAAAABQAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAABQAAAAACBQAAAAADBQAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAADBQAAAAABBQAAAAABAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACBQAAAAAAAwAAAAAABQAAAAAABQAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABAAAAAAABAAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAAABQAAAAADAwAAAAACBQAAAAACBQAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAACBQAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABBQAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAABQAAAAADAwAAAAAABQAAAAAABQAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABAwAAAAAAAgAAAAAA version: 6 8,9: ind: 8,9 - tiles: CAAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAADBwAAAAADBwAAAAADAwAAAAACCAAAAAABCAAAAAACCAAAAAABCAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAACBwAAAAADAgAAAAAACAAAAAABAgAAAAAACAAAAAACCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAACCAAAAAABCAAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAABCAAAAAABCAAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CAAAAAABAgAAAAAACAAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAADAwAAAAABCAAAAAADCAAAAAACCAAAAAABCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAAABwAAAAADBwAAAAABBwAAAAABBwAAAAAABwAAAAADAgAAAAAACAAAAAAAAgAAAAAACAAAAAACCAAAAAABCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAADCAAAAAADCAAAAAABCAAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 9,2: ind: 9,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAgAAAAAAQAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 9,3: ind: 9,3 - tiles: AwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABBQAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADBQAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAACAAAAAABCAAAAAADCAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABCAAAAAABCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAACAAAAAADCAAAAAADCAAAAAAACAAAAAADCAAAAAADCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAACAAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: AwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAABQAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADBQAAAAACAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAACAAAAAADCAAAAAABCAAAAAACCAAAAAACCAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADCAAAAAADCAAAAAADCAAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAACAAAAAAACAAAAAACCAAAAAACCAAAAAADCAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAACAAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAA version: 6 9,4: ind: 9,4 - tiles: CAAAAAADCAAAAAACAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACCAAAAAACCAAAAAAACAAAAAADCAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAACAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAACAAAAAABCAAAAAAACAAAAAABCAAAAAACAgAAAAAAAgAAAAAABwAAAAAABwAAAAABBwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACAgAAAAAACAAAAAAACAAAAAABCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAgAAAAAACAAAAAACCAAAAAAACAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAAD + tiles: CAAAAAABCAAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAABCAAAAAAACAAAAAACCAAAAAABCAAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAACAAAAAAACAAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAADAgAAAAAAAgAAAAAABwAAAAAABwAAAAADBwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAACAAAAAADCAAAAAACCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAgAAAAAACAAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAACCAAAAAAACAAAAAADCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAADBwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAACAAAAAADCAAAAAACCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAABBwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACBwAAAAABAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAAD version: 6 9,5: ind: 9,5 - tiles: HQAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAACHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA + tiles: HQAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAACHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAA version: 6 9,6: ind: 9,6 - tiles: AwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAgAAAAAAAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAFAAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAwAAAAABFAAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAABCAAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAACAAAAAACCAAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAACAAAAAAACAAAAAABAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACAAAAAACCAAAAAACAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAAACAAAAAACCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADCAAAAAAACAAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAACAAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACCAAAAAAACAAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAAAAwAAAAADCAAAAAACCAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAA + tiles: AwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADFAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACFAAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAACAAAAAACCAAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAgAAAAAACAAAAAACCAAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAABAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAgAAAAAACAAAAAADCAAAAAABAgAAAAAAAwAAAAADAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAADAgAAAAAACAAAAAADCAAAAAACAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAgAAAAAACAAAAAABCAAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABCAAAAAABCAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAADCAAAAAACCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAABCAAAAAABCAAAAAABCAAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADCAAAAAAACAAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAA version: 6 9,7: ind: 9,7 - tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAABwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAADBwAAAAAABwAAAAABBwAAAAABAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAwAAAAACAwAAAAAABwAAAAACBwAAAAAABwAAAAADAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAACBwAAAAACBwAAAAABBwAAAAADAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAABwAAAAABBwAAAAAABwAAAAACAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACBwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAwAAAAACBwAAAAADBwAAAAACBwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAD + tiles: AgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAgAAAAAAFAAAAAAAFAAAAAAAAgAAAAAABwAAAAADBwAAAAADBwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAACBwAAAAACBwAAAAADBwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAACBwAAAAABBwAAAAAABwAAAAABAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAACBwAAAAABBwAAAAACBwAAAAAAAgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAABBwAAAAAABwAAAAAABwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAACAwAAAAADAwAAAAADBwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAABBwAAAAAABwAAAAACBwAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAAC version: 6 9,8: ind: 9,8 - tiles: BwAAAAAABwAAAAADBwAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAABAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAADAgAAAAAABwAAAAABBwAAAAACAgAAAAAABwAAAAAABwAAAAADAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAABwAAAAAABwAAAAABAgAAAAAABwAAAAAABwAAAAABAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAABwAAAAADBwAAAAACAgAAAAAABwAAAAACBwAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAACAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAADAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACBwAAAAABBwAAAAADBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAAAAwAAAAABAwAAAAACAwAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAADBwAAAAACBwAAAAACBwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAACAAAAAADAgAAAAAAAgAAAAAAAgAAAAAABwAAAAAAAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAADFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAADAgAAAAAABwAAAAADBwAAAAACAgAAAAAABwAAAAAABwAAAAAAAgAAAAAABwAAAAABBwAAAAABAwAAAAAAAwAAAAAAAwAAAAABAgAAAAAACAAAAAABCAAAAAAACAAAAAABAgAAAAAABwAAAAACBwAAAAACAgAAAAAABwAAAAACBwAAAAADAgAAAAAABwAAAAAABwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAACAAAAAACCAAAAAADCAAAAAABAgAAAAAABwAAAAAABwAAAAAAAgAAAAAABwAAAAABBwAAAAADAgAAAAAABwAAAAACBwAAAAAD + tiles: BwAAAAAABwAAAAADBwAAAAAAAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAwAAAAADAwAAAAABAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAwAAAAACAwAAAAADAgAAAAAABwAAAAAABwAAAAADAgAAAAAABwAAAAAABwAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAADAwAAAAADAwAAAAACAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAgAAAAAABwAAAAAABwAAAAABAgAAAAAABwAAAAACBwAAAAACAgAAAAAAHQAAAAAAHQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAAAAgAAAAAABwAAAAACBwAAAAAAAgAAAAAABwAAAAABBwAAAAADAgAAAAAAHQAAAAAAHQAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAACAwAAAAACAgAAAAAABwAAAAADAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAAHQAAAAAAAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAABwAAAAABBwAAAAADBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAAAAwAAAAABAwAAAAADAwAAAAACAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAADBwAAAAABBwAAAAAABwAAAAABBwAAAAADAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAABwAAAAACAgAAAAAAAgAAAAAABwAAAAABAgAAAAAAAgAAAAAABwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAgAAAAAACAAAAAADCAAAAAADCAAAAAADAgAAAAAABwAAAAADBwAAAAABAgAAAAAABwAAAAADBwAAAAAAAgAAAAAABwAAAAADBwAAAAAAAwAAAAACAwAAAAABAwAAAAABAgAAAAAACAAAAAADCAAAAAACCAAAAAABAgAAAAAABwAAAAACBwAAAAABAgAAAAAABwAAAAABBwAAAAABAgAAAAAABwAAAAACBwAAAAACAwAAAAADAwAAAAABAwAAAAACAgAAAAAACAAAAAABCAAAAAACCAAAAAABAgAAAAAABwAAAAACBwAAAAABAgAAAAAABwAAAAABBwAAAAADAgAAAAAABwAAAAABBwAAAAAB version: 6 9,9: ind: 9,9 - tiles: AwAAAAACAwAAAAACAwAAAAABAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAABAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAwAAAAABAwAAAAABAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAABAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAADAgAAAAAAAwAAAAACAwAAAAACAwAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAABAwAAAAAAAwAAAAADAgAAAAAAAAAAAAAAAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAACAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAwAAAAABAwAAAAABAwAAAAACAgAAAAAAAQAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAACAwAAAAACAgAAAAAAAwAAAAAAAwAAAAADAwAAAAADAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AwAAAAABAwAAAAABAwAAAAADAgAAAAAAAgAAAAAACAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAACAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAwAAAAACAwAAAAACAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAgAAAAAAAgAAAAAAAwAAAAABAwAAAAACAgAAAAAAAwAAAAADAwAAAAADAwAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAwAAAAACAwAAAAABAgAAAAAAAwAAAAACAwAAAAACAwAAAAADAgAAAAAAAwAAAAABAwAAAAACAwAAAAABAgAAAAAAAwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAACAwAAAAADAgAAAAAAAwAAAAACAwAAAAADAwAAAAADAgAAAAAAAwAAAAACAwAAAAABAwAAAAADAgAAAAAAAwAAAAABAwAAAAABAwAAAAABAgAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAADAgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAgAAAAAAAwAAAAABAwAAAAACAwAAAAADAgAAAAAAAQAAAAAAAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAAAAwAAAAABAwAAAAABAwAAAAADAgAAAAAAAwAAAAAAAwAAAAACAwAAAAABAgAAAAAAAAAAAAAAAgAAAAAAAwAAAAACAwAAAAAAAwAAAAABAgAAAAAAAwAAAAACAgAAAAAAAwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,6: ind: 0,6 @@ -748,22 +748,18 @@ entities: 15216: 131,68 15217: 131,70 15219: 135,68 - 15277: 128,46 - 15278: 128,49 - 15279: 128,52 - 15280: 132,52 - 15281: 132,49 - 15282: 132,46 - 15298: 131,57 - 15299: 131,58 - 15300: 133,58 - 15301: 133,57 - 15302: 134,57 - 15303: 134,58 15442: 132,64 15443: 134,64 15447: 123,71 15448: 137,69 + 15679: 131,62 + 15680: 131,60 + 15681: 134,60 + 15682: 134,62 + 15769: 127,49 + 15770: 128,49 + 15771: 134,45 + 15772: 134,47 - node: zIndex: 1 color: '#FFFFFFFF' @@ -871,8 +867,6 @@ entities: 14648: 154,100 14659: 145,58 14660: 144,58 - 14675: 124,47 - 14676: 124,49 14682: 47,68 14683: 49,68 14684: 51,68 @@ -977,7 +971,6 @@ entities: 14435: 117,64 14439: 146,72 14440: 151,55 - 14444: 122,46 14445: 99,48 14446: 101,48 14447: 98,39 @@ -1026,6 +1019,7 @@ entities: id: BotRight decals: 14631: 144,48 + 15794: 131,64 - node: color: '#FFFFFFFF' id: Box @@ -1292,9 +1286,14 @@ entities: 15218: 131,69 15444: 133,64 15445: 123,72 - 15449: 126,61 - 15488: 125,64 - 15491: 128,61 + 15668: 127,59 + 15669: 129,59 + 15670: 126,63 + 15675: 132,60 + 15676: 133,60 + 15677: 133,62 + 15678: 132,62 + 15773: 134,46 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1325,7 +1324,6 @@ entities: 14642: 142,88 14643: 146,93 14649: 155,100 - 14677: 124,48 14678: 48,68 14679: 52,68 14680: 51,74 @@ -2963,14 +2961,6 @@ entities: 10787: 117,45 10788: 119,44 10789: 120,44 - 10790: 121,44 - 10791: 123,44 - 10792: 123,43 - 10793: 124,43 - 10795: 126,41 - 10796: 127,41 - 10797: 127,43 - 10798: 126,42 11036: 89,82 11037: 86,81 11038: 90,80 @@ -3174,49 +3164,6 @@ entities: 14636: 30,104 14637: 31,105 14638: 31,104 - 15344: 128,51 - 15345: 127,52 - 15346: 126,51 - 15347: 127,48 - 15348: 128,49 - 15349: 128,45 - 15350: 127,45 - 15351: 133,46 - 15352: 133,41 - 15353: 132,42 - 15354: 131,42 - 15355: 131,41 - 15356: 129,42 - 15357: 130,43 - 15358: 130,41 - 15359: 134,41 - 15360: 134,42 - 15361: 133,43 - 15362: 133,48 - 15363: 134,51 - 15364: 130,52 - 15365: 129,49 - 15366: 131,49 - 15367: 130,46 - 15368: 131,46 - 15369: 131,47 - 15370: 130,48 - 15371: 131,53 - 15372: 133,54 - 15373: 134,55 - 15374: 133,58 - 15375: 132,56 - 15376: 130,58 - 15377: 128,59 - 15378: 129,56 - 15379: 131,56 - 15380: 126,57 - 15381: 126,59 - 15382: 125,57 - 15383: 126,55 - 15384: 123,54 - 15385: 124,53 - 15386: 122,58 - node: cleanable: True zIndex: 2 @@ -3695,8 +3642,6 @@ entities: 11393: 102,41 11394: 102,47 11395: 116,48 - 11397: 122,47 - 11398: 123,50 11421: 138,67 11422: 139,70 11423: 145,69 @@ -3912,11 +3857,6 @@ entities: 14798: 128,148 14799: 130,148 14812: 32,119 - 15499: 123,63 - 15500: 122,64 - 15501: 127,62 - 15502: 126,63 - 15503: 124,66 - node: cleanable: True zIndex: 1 @@ -4121,8 +4061,6 @@ entities: 14843: 53,84 14844: 51,82 14845: 52,80 - 15402: 124,65 - 15404: 128,65 15405: 128,68 15406: 126,70 15407: 128,72 @@ -4141,6 +4079,50 @@ entities: 15420: 140,52 15423: 137,60 15424: 139,62 + 15724: 123,50 + 15725: 124,52 + 15726: 127,50 + 15727: 126,47 + 15728: 128,46 + 15729: 132,47 + 15731: 133,42 + 15732: 133,41 + 15733: 134,41 + 15734: 130,43 + 15735: 129,41 + 15736: 125,41 + 15737: 124,43 + 15738: 126,43 + 15739: 128,45 + 15740: 132,48 + 15741: 133,50 + 15742: 131,51 + 15743: 130,49 + 15744: 133,53 + 15745: 131,54 + 15746: 133,57 + 15747: 133,55 + 15748: 131,55 + 15749: 129,56 + 15750: 128,55 + 15751: 127,56 + 15752: 125,56 + 15753: 123,55 + 15754: 126,55 + 15755: 123,58 + 15756: 127,60 + 15757: 129,62 + 15758: 131,61 + 15759: 133,61 + 15760: 128,65 + 15761: 129,64 + 15762: 124,63 + 15763: 123,63 + 15764: 124,65 + 15765: 122,66 + 15766: 123,68 + 15767: 131,64 + 15768: 125,48 - node: cleanable: True color: '#FFFFFFFF' @@ -4402,19 +4384,6 @@ entities: 13834: 52,103 13835: 51,99 14841: 53,81 - 15388: 123,59 - 15389: 124,55 - 15390: 122,53 - 15391: 126,56 - 15392: 128,55 - 15393: 131,60 - 15394: 132,61 - 15395: 131,62 - 15396: 134,61 - 15397: 132,59 - 15398: 133,55 - 15399: 129,54 - 15400: 127,56 - node: cleanable: True color: '#C6FF91FF' @@ -4796,6 +4765,16 @@ entities: 14900: 138,47 14901: 139,47 14902: 139,46 + 15538: 130,58 + 15539: 126,58 + 15549: 122,61 + 15550: 122,60 + 15551: 123,60 + 15552: 123,61 + 15553: 124,61 + 15554: 124,60 + 15555: 125,60 + 15556: 125,61 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -5507,33 +5486,32 @@ entities: 14920: 134,66 14921: 135,66 14922: 136,66 - 14945: 123,66 14979: 126,74 14980: 127,74 14981: 128,74 - 15054: 133,59 - 15055: 132,59 - 15057: 130,59 15142: 122,75 15176: 133,70 15185: 133,74 15186: 134,74 15201: 127,69 15213: 132,74 - 15271: 127,46 - 15272: 127,49 - 15273: 127,52 - 15274: 133,52 - 15275: 133,49 - 15276: 133,46 - 15331: 125,58 - 15332: 126,58 - 15333: 127,58 - 15339: 128,58 - 15452: 123,61 - 15457: 125,60 - 15459: 127,60 - 15490: 128,66 + 15547: 123,59 + 15548: 124,59 + 15566: 124,66 + 15567: 123,66 + 15579: 130,62 + 15580: 131,62 + 15581: 132,62 + 15582: 133,62 + 15589: 132,57 + 15590: 131,57 + 15596: 128,66 + 15602: 129,51 + 15603: 130,51 + 15610: 127,47 + 15611: 128,47 + 15612: 129,47 + 15613: 130,47 - node: zIndex: 1 color: '#DE3A3A96' @@ -6189,21 +6167,36 @@ entities: 14928: 133,64 14929: 132,64 14986: 126,68 - 15042: 128,55 - 15047: 132,55 15179: 133,68 15180: 134,68 15181: 133,72 15194: 127,73 - 15304: 125,54 - 15305: 126,54 - 15312: 127,56 - 15327: 125,56 - 15328: 126,56 - 15337: 128,56 - 15453: 123,62 - 15476: 127,62 15489: 128,68 + 15517: 126,54 + 15519: 125,54 + 15522: 128,55 + 15525: 130,53 + 15558: 124,62 + 15559: 123,62 + 15572: 128,60 + 15573: 130,60 + 15574: 131,60 + 15575: 132,60 + 15576: 133,60 + 15608: 129,49 + 15609: 130,49 + 15620: 126,45 + 15621: 127,45 + 15622: 128,45 + 15623: 130,45 + 15624: 131,45 + 15625: 132,45 + 15651: 133,41 + 15652: 129,41 + 15715: 124,56 + 15716: 124,57 + 15719: 131,55 + 15720: 131,56 - node: zIndex: 1 color: '#DE3A3A96' @@ -6845,9 +6838,6 @@ entities: 3324: 152,51 3325: 152,52 3326: 152,53 - 3383: 122,47 - 3384: 122,48 - 3385: 122,49 3420: 151,62 3421: 151,63 3435: 151,73 @@ -6883,19 +6873,6 @@ entities: 14915: 136,61 14983: 125,70 14988: 137,68 - 15010: 129,52 - 15011: 129,49 - 15012: 129,46 - 15019: 131,45 - 15020: 131,48 - 15021: 131,51 - 15025: 129,53 - 15030: 122,59 - 15031: 122,58 - 15032: 122,57 - 15033: 122,56 - 15034: 122,55 - 15035: 122,54 15134: 121,69 15136: 121,70 15137: 121,71 @@ -6906,11 +6883,21 @@ entities: 15198: 128,70 15200: 128,72 15205: 126,71 - 15340: 124,57 - 15468: 122,60 - 15469: 122,63 - 15470: 122,64 - 15497: 126,65 + 15524: 129,54 + 15561: 122,63 + 15562: 122,64 + 15569: 127,62 + 15570: 127,64 + 15615: 131,48 + 15636: 122,51 + 15637: 122,52 + 15638: 122,54 + 15639: 122,56 + 15640: 122,55 + 15641: 122,57 + 15642: 122,58 + 15643: 128,42 + 15714: 125,56 - node: zIndex: 1 color: '#DE3A3A96' @@ -7516,10 +7503,6 @@ entities: 3341: 142,47 3342: 142,46 3343: 142,45 - 3379: 124,47 - 3380: 124,48 - 3381: 124,49 - 3382: 124,50 3410: 156,62 3428: 154,67 3429: 154,68 @@ -7550,30 +7533,31 @@ entities: 13780: 89,114 14862: 142,48 14924: 139,64 - 14963: 129,64 14974: 129,69 14975: 129,70 14976: 129,71 14977: 129,72 - 15013: 129,45 - 15014: 129,48 - 15015: 129,51 - 15016: 131,46 - 15017: 131,49 - 15018: 131,52 - 15026: 131,53 - 15050: 134,55 - 15051: 134,56 15147: 123,70 15148: 123,74 15188: 135,73 15195: 126,72 15197: 126,70 15206: 128,71 - 15338: 129,57 - 15471: 124,63 - 15496: 129,63 - 15498: 124,65 + 15564: 125,64 + 15583: 134,61 + 15584: 133,53 + 15585: 133,54 + 15586: 133,55 + 15587: 133,56 + 15593: 129,64 + 15594: 129,63 + 15614: 126,48 + 15627: 134,46 + 15629: 133,48 + 15630: 134,50 + 15653: 130,42 + 15654: 134,42 + 15721: 130,55 - node: zIndex: 1 color: '#DE3A3A96' @@ -7725,6 +7709,7 @@ entities: 2196: 135,99 9970: 156,110 9971: 156,106 + 15674: 125,63 - node: zIndex: 1 angle: -1.5707963267948966 rad @@ -7742,7 +7727,7 @@ entities: 10826: 102,145 14153: 69,123 15446: 123,73 - 15492: 128,62 + 15671: 129,60 - node: zIndex: 1 color: '#FFFFFFFF' @@ -7774,7 +7759,7 @@ entities: id: LoadingArea decals: 633: 61,62 - 15480: 126,62 + 15672: 127,58 - node: cleanable: True color: '#FFA500FF' @@ -8437,6 +8422,10 @@ entities: 15129: 140,53 15130: 141,53 15131: 141,52 + 15571: 127,61 + 15604: 131,51 + 15619: 131,47 + 15723: 132,55 - node: zIndex: 2 color: '#DE3A3A96' @@ -9008,8 +8997,6 @@ entities: 5007: 102,86 10692: 96,45 10702: 102,42 - 15040: 124,54 - 15046: 131,55 15069: 141,54 15070: 141,53 15071: 141,52 @@ -9029,9 +9016,10 @@ entities: 15099: 140,61 15100: 139,61 15101: 138,61 - 15256: 133,51 - 15257: 133,48 - 15258: 133,45 + 15520: 124,54 + 15521: 127,55 + 15635: 133,49 + 15717: 123,57 - node: zIndex: 2 color: '#DE3A3A96' @@ -9553,15 +9541,26 @@ entities: 14887: 132,76 14888: 133,76 14918: 137,64 - 14946: 122,65 - 15043: 129,55 - 15044: 133,55 15150: 123,76 15151: 122,76 15152: 121,76 - 15253: 127,45 - 15254: 127,48 - 15255: 127,51 + 15526: 129,55 + 15527: 131,53 + 15563: 122,65 + 15618: 131,49 + 15712: 127,49 + 15713: 128,49 + 15722: 132,56 + 15780: 123,63 + 15781: 124,63 + 15782: 124,64 + 15783: 123,64 + 15784: 123,65 + 15785: 124,65 + 15786: 126,56 + 15787: 127,56 + 15788: 128,56 + 15789: 129,56 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 @@ -10131,8 +10130,28 @@ entities: 15158: 120,73 15159: 120,74 15160: 120,75 - 15458: 124,60 - 15494: 129,59 + 15591: 130,57 + 15592: 129,62 + 15599: 124,52 + 15616: 126,47 + 15632: 133,51 + 15634: 133,47 + 15707: 125,52 + 15708: 126,52 + 15709: 127,52 + 15710: 127,51 + 15711: 128,51 + 15718: 123,56 + 15774: 123,63 + 15775: 124,63 + 15776: 124,64 + 15777: 124,65 + 15778: 123,65 + 15779: 123,64 + 15790: 126,56 + 15791: 127,56 + 15792: 128,56 + 15793: 129,56 - node: zIndex: 2 color: '#DE3A3A96' @@ -10454,7 +10473,6 @@ entities: 3232: 146,72 3315: 144,53 3319: 151,58 - 3386: 122,51 3419: 151,64 3442: 151,74 3451: 141,67 @@ -10467,21 +10485,13 @@ entities: 14916: 136,62 14931: 131,66 14982: 125,74 - 15022: 129,50 - 15029: 129,47 15141: 121,75 15175: 131,70 15183: 131,74 15192: 126,73 - 15250: 132,46 - 15251: 132,49 - 15252: 132,52 - 15259: 126,46 - 15260: 126,49 - 15261: 126,52 - 15343: 124,58 - 15451: 122,61 - 15465: 126,66 + 15545: 122,59 + 15647: 128,43 + 15648: 132,43 - node: zIndex: 1 color: '#DE3A3A96' @@ -10685,7 +10695,6 @@ entities: 3284: 142,51 3298: 150,48 3320: 155,49 - 3387: 124,46 3406: 144,73 3411: 155,60 3412: 156,61 @@ -10699,19 +10708,17 @@ entities: 10704: 102,39 14863: 142,44 14973: 129,68 - 15037: 124,53 - 15049: 134,54 15144: 123,68 15178: 135,68 15189: 135,72 15190: 128,69 - 15268: 134,45 - 15269: 134,48 - 15270: 134,51 - 15306: 127,54 - 15336: 129,56 - 15454: 124,62 - 15495: 129,62 + 15518: 127,54 + 15557: 125,62 + 15577: 134,60 + 15626: 134,45 + 15633: 134,49 + 15644: 130,41 + 15650: 134,41 - node: zIndex: 1 color: '#DE3A3A96' @@ -10925,7 +10932,6 @@ entities: 3314: 144,48 3318: 151,55 3321: 152,49 - 3388: 122,46 3422: 151,60 3446: 151,66 10620: 90,45 @@ -10936,17 +10942,14 @@ entities: 14905: 136,51 14930: 131,64 14985: 125,68 - 15036: 122,53 - 15048: 133,54 15145: 121,68 15174: 131,68 15182: 131,72 15191: 126,69 - 15265: 126,45 - 15266: 126,48 - 15267: 126,51 - 15341: 124,56 - 15455: 122,62 + 15523: 129,53 + 15560: 122,62 + 15645: 128,41 + 15646: 132,41 - node: zIndex: 1 color: '#DE3A3A96' @@ -11146,7 +11149,6 @@ entities: 3234: 149,72 3316: 150,53 3317: 155,58 - 3390: 124,51 3408: 144,74 3441: 154,74 3460: 145,67 @@ -11156,25 +11158,20 @@ entities: 10679: 103,48 10695: 99,48 14861: 142,49 - 14972: 129,66 14978: 129,74 - 15023: 131,50 - 15028: 131,47 - 15056: 134,59 15149: 123,75 15177: 135,70 15187: 135,74 15193: 128,73 - 15247: 128,46 - 15248: 128,49 - 15249: 128,52 - 15262: 134,52 - 15263: 134,49 - 15264: 134,46 - 15335: 129,58 - 15456: 124,61 - 15473: 124,66 - 15493: 129,60 + 15546: 125,59 + 15565: 125,66 + 15578: 134,62 + 15588: 133,57 + 15595: 129,66 + 15628: 134,47 + 15631: 134,51 + 15649: 134,43 + 15655: 130,43 - node: zIndex: 1 color: '#DE3A3A96' @@ -11895,12 +11892,15 @@ entities: 14274: 82,61 14275: 83,61 14501: 29,69 - 15220: 129,54 - 15221: 130,54 - 15222: 131,54 15223: 139,63 15224: 138,63 15225: 137,63 + 15656: 124,53 + 15657: 123,53 + 15658: 122,53 + 15659: 133,52 + 15660: 132,52 + 15661: 131,52 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12161,12 +12161,15 @@ entities: 14271: 84,49 14272: 83,61 14273: 82,61 - 15226: 129,54 - 15227: 131,54 - 15228: 130,54 15229: 137,63 15230: 138,63 15231: 139,63 + 15662: 131,52 + 15663: 132,52 + 15664: 133,52 + 15665: 124,53 + 15666: 123,53 + 15667: 122,53 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12214,6 +12217,7 @@ entities: 13669: 65,54 14330: 89,57 14450: 108,41 + 15504: 124,49 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12255,6 +12259,7 @@ entities: 14329: 86,57 14454: 104,41 14742: 152,139 + 15510: 122,49 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12292,6 +12297,7 @@ entities: 14421: 141,143 14470: 40,71 14745: 159,137 + 15512: 124,45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12329,6 +12335,7 @@ entities: 13661: 70,51 13672: 63,51 14328: 86,54 + 15511: 122,45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12464,6 +12471,9 @@ entities: 14471: 39,70 14743: 159,138 14744: 159,139 + 15505: 124,46 + 15506: 124,47 + 15507: 124,48 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12574,6 +12584,8 @@ entities: 14751: 155,139 14752: 158,139 14753: 157,139 + 15508: 123,49 + 15509: 123,49 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12675,6 +12687,7 @@ entities: 14747: 154,137 14748: 156,137 14749: 157,137 + 15513: 123,45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -12745,6 +12758,9 @@ entities: 14333: 86,56 14740: 152,137 14741: 152,138 + 15514: 122,46 + 15515: 122,47 + 15516: 122,48 - node: zIndex: 1 color: '#FFFFFFFF' @@ -13060,17 +13076,6 @@ entities: id: space decals: 7703: 95.06352,17.901512 - - node: - cleanable: True - color: '#663C0DD3' - id: splatter - decals: - 15292: 132,41 - 15293: 133,42 - 15294: 131,43 - 15295: 130,42 - 15296: 130,41 - 15297: 134,41 - node: cleanable: True color: '#A2764432' @@ -15561,25 +15566,27 @@ entities: 30,9: 1: 56797 30,10: - 1: 52729 + 1: 16721 30,11: - 1: 56479 + 1: 56529 30,12: 1: 57309 31,9: 1: 30583 31,10: - 1: 56816 + 1: 30576 31,11: - 1: 7617 + 1: 65522 31,12: - 1: 53725 + 1: 65527 32,8: 0: 8995 32,9: 0: 3874 + 32,10: + 1: 30576 32,11: - 1: 61428 + 1: 65522 29,13: 1: 65526 29,14: @@ -15589,7 +15596,7 @@ entities: 29,16: 1: 52974 30,13: - 1: 56792 + 1: 56796 30,14: 1: 56797 30,15: @@ -15597,21 +15604,21 @@ entities: 30,16: 1: 24029 31,13: - 1: 65308 + 1: 65311 31,14: - 1: 65535 + 1: 49151 31,15: - 1: 56671 + 1: 64443 31,16: - 1: 36319 + 1: 35835 32,12: - 1: 65279 + 1: 65528 32,13: - 1: 65263 + 1: 65256 32,14: - 1: 65535 + 1: 12287 32,15: - 1: 15259 + 1: 16383 29,17: 1: 56797 29,18: @@ -15799,16 +15806,14 @@ entities: 1: 4095 32,39: 0: 4592 - 32,10: - 1: 61152 33,9: 0: 36608 33,10: 1: 30576 33,11: - 1: 1904 + 1: 30578 33,12: - 1: 28791 + 1: 30579 34,9: 0: 3840 34,10: @@ -15831,11 +15836,11 @@ entities: 36,11: 1: 12287 33,13: - 1: 30215 + 1: 30579 33,14: - 1: 30583 + 1: 1911 33,15: - 1: 1360 + 1: 1911 33,16: 1: 4095 34,13: @@ -16750,6 +16755,32 @@ entities: - 3110 - 25944 - 4764 + - uid: 6000 + components: + - type: MetaData + name: brig south air alarm + - type: Transform + pos: 134.5,48.5 + parent: 1 + - type: DeviceList + devices: + - 5150 + - 5944 + - 3542 + - 6154 + - 5692 + - 5616 + - 5299 + - 21425 + - 21178 + - 21428 + - 21826 + - 28585 + - 23115 + - 22799 + - 28644 + - 23080 + - 5383 - uid: 6233 components: - type: MetaData @@ -18061,41 +18092,21 @@ entities: - 19820 - 20379 - 379 - - uid: 20502 + - uid: 21321 components: - type: MetaData - name: brig cells air alarm + name: brig visitation air alarm - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,53.5 + pos: 124.5,67.5 parent: 1 - type: DeviceList devices: - - 22604 - - 21612 - - 22484 - - 6058 - - 21203 - - 22727 - - 22718 - - 22716 - - 22607 - - 3062 - - 22623 - - 22828 - - 21179 - - 1697 - - 21180 - - 22576 - - 21297 - - 23065 - - 4077 - - 5268 - - 23040 - 5994 - - 21921 - - 22348 - - 22666 + - 13761 + - 22619 + - 5266 + - 21199 + - 3353 - uid: 22164 components: - type: MetaData @@ -18152,6 +18163,28 @@ entities: - 22225 - 6605 - 6604 + - uid: 22242 + components: + - type: MetaData + name: brig north air alarm + - type: Transform + pos: 132.5,59.5 + parent: 1 + - type: DeviceList + devices: + - 22348 + - 5616 + - 5692 + - 6154 + - 3542 + - 5944 + - 5150 + - 5617 + - 28645 + - 22858 + - 6451 + - 23178 + - 23106 - uid: 22246 components: - type: MetaData @@ -18251,39 +18284,6 @@ entities: - 21760 - 22268 - 21777 - - uid: 22359 - components: - - type: MetaData - name: brig air alarm - - type: Transform - pos: 133.5,60.5 - parent: 1 - - type: DeviceList - devices: - - 6322 - - 21622 - - 22753 - - 22726 - - 22466 - - 5388 - - 6058 - - 21203 - - 22727 - - uid: 22636 - components: - - type: MetaData - name: perma EVA air alarm - - type: Transform - pos: 124.5,52.5 - parent: 1 - - type: DeviceList - devices: - - 5389 - - 22588 - - 22632 - - 22587 - - 5299 - - 5388 - uid: 22914 components: - type: MetaData @@ -18293,13 +18293,15 @@ entities: parent: 1 - type: DeviceList devices: - - 21812 - - 22619 + - 21736 - 5382 - 22610 - - 22789 - - 5999 - - 22155 + - 13761 + - 5994 + - 5617 + - 22348 + - 21894 + - 20502 - uid: 23043 components: - type: MetaData @@ -19424,11 +19426,6 @@ entities: - type: Transform pos: 92.5,61.5 parent: 1 - - uid: 34082 - components: - - type: Transform - pos: 124.5,46.5 - parent: 1 - uid: 34085 components: - type: Transform @@ -19486,6 +19483,27 @@ entities: - type: Transform pos: 53.5,118.5 parent: 1 + - uid: 21317 + components: + - type: MetaData + name: dorm 2 airlock + - type: Transform + pos: 133.5,44.5 + parent: 1 + - uid: 21478 + components: + - type: MetaData + name: dorm 1 airlock + - type: Transform + pos: 129.5,44.5 + parent: 1 + - uid: 27656 + components: + - type: MetaData + name: bathroom airlock + - type: Transform + pos: 125.5,44.5 + parent: 1 - uid: 28151 components: - type: Transform @@ -21288,7 +21306,7 @@ entities: - uid: 5976 components: - type: MetaData - name: brig entrance glass airlock + name: brig visitation glass airlock - type: Transform rot: -1.5707963267948966 rad pos: 122.5,67.5 @@ -21866,16 +21884,6 @@ entities: - type: Transform pos: 103.5,40.5 parent: 1 -- proto: AirlockMaint - entities: - - uid: 21953 - components: - - type: MetaData - name: brig storage room maintenance access - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,44.5 - parent: 1 - proto: AirlockMaintAtmoLocked entities: - uid: 16012 @@ -22489,11 +22497,6 @@ entities: rot: 3.141592653589793 rad pos: 117.5,58.5 parent: 1 - - uid: 28769 - components: - - type: Transform - pos: 123.5,40.5 - parent: 1 - uid: 28920 components: - type: Transform @@ -22560,11 +22563,6 @@ entities: rot: 1.5707963267948966 rad pos: 156.5,77.5 parent: 1 - - uid: 32298 - components: - - type: Transform - pos: 125.5,41.5 - parent: 1 - uid: 32832 components: - type: Transform @@ -22610,11 +22608,6 @@ entities: - type: Transform pos: 119.5,43.5 parent: 1 - - uid: 33311 - components: - - type: Transform - pos: 121.5,41.5 - parent: 1 - uid: 34392 components: - type: Transform @@ -22970,13 +22963,6 @@ entities: parent: 1 - proto: AirlockMaintSecLocked entities: - - uid: 23664 - components: - - type: MetaData - name: brig EVA maintenance access - - type: Transform - pos: 123.5,45.5 - parent: 1 - uid: 23665 components: - type: MetaData @@ -23508,6 +23494,22 @@ entities: - type: Transform pos: 58.5,96.5 parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 22591 + components: + - type: MetaData + name: brig entrance glass airlock + - type: Transform + pos: 126.5,65.5 + parent: 1 + - uid: 27487 + components: + - type: MetaData + name: brig glass airlock + - type: Transform + pos: 121.5,50.5 + parent: 1 - proto: AirlockSecurityLawyerLocked entities: - uid: 23352 @@ -23589,13 +23591,6 @@ entities: - type: Transform pos: 150.5,67.5 parent: 1 - - uid: 22979 - components: - - type: MetaData - name: brig EVA airlock - - type: Transform - pos: 123.5,52.5 - parent: 1 - uid: 23543 components: - type: MetaData @@ -23611,13 +23606,6 @@ entities: - type: Transform pos: 90.5,113.5 parent: 1 - - uid: 28640 - components: - - type: MetaData - name: brig EVA airlock - - type: Transform - pos: 121.5,50.5 - parent: 1 - proto: AirlockServiceGlassLocked entities: - uid: 912 @@ -23921,14 +23909,6 @@ entities: - type: DeviceNetwork deviceLists: - 20336 - - uid: 5999 - components: - - type: Transform - pos: 127.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22914 - uid: 6205 components: - type: Transform @@ -23937,6 +23917,14 @@ entities: - type: DeviceNetwork deviceLists: - 6269 + - uid: 6451 + components: + - type: Transform + pos: 128.5,56.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22242 - uid: 8140 components: - type: Transform @@ -24614,6 +24602,22 @@ entities: - type: DeviceNetwork deviceLists: - 20378 + - uid: 20502 + components: + - type: Transform + pos: 128.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - uid: 21199 + components: + - type: Transform + pos: 124.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21321 - uid: 21593 components: - type: Transform @@ -24622,14 +24626,6 @@ entities: - type: DeviceNetwork deviceLists: - 1676 - - uid: 21921 - components: - - type: Transform - pos: 130.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - uid: 22208 components: - type: Transform @@ -24703,23 +24699,14 @@ entities: - type: DeviceNetwork deviceLists: - 22164 - - uid: 22632 + - uid: 22799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,48.5 + pos: 128.5,46.5 parent: 1 - type: DeviceNetwork deviceLists: - - 22636 - - uid: 22753 - components: - - type: Transform - pos: 129.5,57.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22359 + - 6000 - uid: 22812 components: - type: Transform @@ -25355,14 +25342,6 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,95.5 parent: 1 - - uid: 4394 - components: - - type: MetaData - name: brig storage room APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,42.5 - parent: 1 - uid: 4596 components: - type: MetaData @@ -25386,6 +25365,21 @@ entities: rot: 1.5707963267948966 rad pos: 137.5,149.5 parent: 1 + - uid: 5982 + components: + - type: MetaData + name: brig south APC + - type: Transform + pos: 128.5,48.5 + parent: 1 + - uid: 6058 + components: + - type: MetaData + name: brig north PC + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,54.5 + parent: 1 - uid: 6097 components: - type: MetaData @@ -25394,14 +25388,6 @@ entities: rot: 3.141592653589793 rad pos: 90.5,33.5 parent: 1 - - uid: 6313 - components: - - type: MetaData - name: brig cells APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,53.5 - parent: 1 - uid: 6317 components: - type: MetaData @@ -25841,13 +25827,6 @@ entities: - type: Transform pos: 38.5,95.5 parent: 1 - - uid: 21239 - components: - - type: MetaData - name: brig APC - - type: Transform - pos: 130.5,60.5 - parent: 1 - uid: 21742 components: - type: MetaData @@ -25894,12 +25873,13 @@ entities: - type: Transform pos: 142.5,59.5 parent: 1 - - uid: 21826 + - uid: 21841 components: - type: MetaData name: brig entrance APC - type: Transform - pos: 124.5,67.5 + rot: -1.5707963267948966 rad + pos: 130.5,63.5 parent: 1 - uid: 22076 components: @@ -27859,13 +27839,6 @@ entities: - type: Transform pos: 142.5,146.5 parent: 1 -- proto: Basketball - entities: - - uid: 5513 - components: - - type: Transform - pos: 134.5,49.5 - parent: 1 - proto: BeachBall entities: - uid: 27403 @@ -27875,17 +27848,15 @@ entities: parent: 1 - proto: Beaker entities: - - uid: 21531 + - uid: 22484 components: - type: Transform - rot: -18.84955592153876 rad - pos: 126.12195,54.57237 + pos: 125.88372,52.592686 parent: 1 - - uid: 21862 + - uid: 22614 components: - type: Transform - rot: -50.265482457436725 rad - pos: 125.98199,54.801807 + pos: 126.06081,52.832268 parent: 1 - uid: 26351 components: @@ -27921,16 +27892,6 @@ entities: - type: Transform pos: 116.5,47.5 parent: 1 - - uid: 5517 - components: - - type: Transform - pos: 126.5,45.5 - parent: 1 - - uid: 6540 - components: - - type: Transform - pos: 126.5,51.5 - parent: 1 - uid: 13661 components: - type: Transform @@ -27956,35 +27917,35 @@ entities: - type: Transform pos: 144.5,110.5 parent: 1 + - uid: 19463 + components: + - type: Transform + pos: 128.5,43.5 + parent: 1 - uid: 20878 components: - type: Transform pos: 33.5,103.5 parent: 1 - - uid: 21228 + - uid: 21419 components: - type: Transform - pos: 134.5,51.5 + pos: 132.5,43.5 parent: 1 - - uid: 21444 + - uid: 21523 components: - type: Transform - pos: 134.5,48.5 - parent: 1 - - uid: 21857 - components: - - type: Transform - pos: 134.5,45.5 + pos: 128.5,41.5 parent: 1 - uid: 22826 components: - type: Transform pos: 143.5,60.5 parent: 1 - - uid: 22997 + - uid: 23069 components: - type: Transform - pos: 126.5,48.5 + pos: 132.5,41.5 parent: 1 - uid: 26756 components: @@ -28179,41 +28140,27 @@ entities: parent: 1 - proto: BedsheetOrange entities: - - uid: 5516 + - uid: 5468 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,45.5 + rot: 1.5707963267948966 rad + pos: 132.5,41.5 parent: 1 - - uid: 21441 + - uid: 5657 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,51.5 + rot: 1.5707963267948966 rad + pos: 132.5,43.5 parent: 1 - - uid: 21507 + - uid: 21263 components: - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,45.5 + pos: 128.5,43.5 parent: 1 - - uid: 21617 + - uid: 22766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,51.5 - parent: 1 - - uid: 21858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,48.5 - parent: 1 - - uid: 21861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,48.5 + pos: 128.5,41.5 parent: 1 - uid: 29762 components: @@ -28271,24 +28218,16 @@ entities: parent: 1 - proto: Biogenerator entities: - - uid: 5636 + - uid: 5471 components: - type: Transform - pos: 134.5,59.5 + pos: 134.5,54.5 parent: 1 - uid: 27379 components: - type: Transform pos: 101.5,102.5 parent: 1 -- proto: BlankFlag - entities: - - uid: 27726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,42.5 - parent: 1 - proto: BlastDoor entities: - uid: 4387 @@ -28812,6 +28751,11 @@ entities: - type: Transform pos: 72.5,54.5 parent: 1 + - uid: 5699 + components: + - type: Transform + pos: 127.5,54.5 + parent: 1 - uid: 6477 components: - type: Transform @@ -28837,6 +28781,16 @@ entities: - type: Transform pos: 72.5,53.5 parent: 1 + - uid: 21527 + components: + - type: Transform + pos: 126.5,54.5 + parent: 1 + - uid: 22630 + components: + - type: Transform + pos: 125.5,54.5 + parent: 1 - uid: 23394 components: - type: Transform @@ -29505,10 +29459,11 @@ entities: parent: 1 - proto: Bucket entities: - - uid: 21396 + - uid: 21617 components: - type: Transform - pos: 134.5,56.5 + rot: -182.21237390820767 rad + pos: 129.64557,51.747944 parent: 1 - uid: 26635 components: @@ -29702,6 +29657,12 @@ entities: - type: Transform pos: 123.5,102.5 parent: 1 + - uid: 22726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,61.5 + parent: 1 - uid: 23276 components: - type: MetaData @@ -30556,11 +30517,6 @@ entities: - type: Transform pos: 88.5,72.5 parent: 1 - - uid: 2955 - components: - - type: Transform - pos: 127.5,62.5 - parent: 1 - uid: 2981 components: - type: Transform @@ -30731,6 +30687,11 @@ entities: - type: Transform pos: 64.5,19.5 parent: 1 + - uid: 3472 + components: + - type: Transform + pos: 128.5,65.5 + parent: 1 - uid: 3482 components: - type: Transform @@ -31066,16 +31027,6 @@ entities: - type: Transform pos: 97.5,64.5 parent: 1 - - uid: 4072 - components: - - type: Transform - pos: 132.5,56.5 - parent: 1 - - uid: 4075 - components: - - type: Transform - pos: 125.5,55.5 - parent: 1 - uid: 4101 components: - type: Transform @@ -31396,6 +31347,11 @@ entities: - type: Transform pos: 155.5,131.5 parent: 1 + - uid: 5276 + components: + - type: Transform + pos: 123.5,54.5 + parent: 1 - uid: 5308 components: - type: Transform @@ -31534,32 +31490,17 @@ entities: - uid: 5470 components: - type: Transform - pos: 130.5,46.5 - parent: 1 - - uid: 5471 - components: - - type: Transform - pos: 130.5,48.5 - parent: 1 - - uid: 5473 - components: - - type: Transform - pos: 130.5,43.5 + pos: 127.5,57.5 parent: 1 - uid: 5474 components: - type: Transform - pos: 125.5,59.5 - parent: 1 - - uid: 5475 - components: - - type: Transform - pos: 123.5,59.5 + pos: 133.5,44.5 parent: 1 - uid: 5476 components: - type: Transform - pos: 123.5,54.5 + pos: 133.5,46.5 parent: 1 - uid: 5499 components: @@ -31571,15 +31512,10 @@ entities: - type: Transform pos: 128.5,92.5 parent: 1 - - uid: 5508 + - uid: 5521 components: - type: Transform - pos: 123.5,57.5 - parent: 1 - - uid: 5509 - components: - - type: Transform - pos: 122.5,65.5 + pos: 133.5,43.5 parent: 1 - uid: 5593 components: @@ -31596,51 +31532,21 @@ entities: - type: Transform pos: 63.5,38.5 parent: 1 - - uid: 5655 + - uid: 5634 components: - type: Transform - pos: 128.5,42.5 - parent: 1 - - uid: 5657 - components: - - type: Transform - pos: 130.5,42.5 + pos: 133.5,45.5 parent: 1 - uid: 5660 components: - type: Transform pos: 123.5,69.5 parent: 1 - - uid: 5685 - components: - - type: Transform - pos: 129.5,51.5 - parent: 1 - - uid: 5686 - components: - - type: Transform - pos: 127.5,48.5 - parent: 1 - - uid: 5687 - components: - - type: Transform - pos: 127.5,51.5 - parent: 1 - - uid: 5688 - components: - - type: Transform - pos: 133.5,48.5 - parent: 1 - uid: 5697 components: - type: Transform pos: 137.5,65.5 parent: 1 - - uid: 5698 - components: - - type: Transform - pos: 128.5,65.5 - parent: 1 - uid: 5701 components: - type: Transform @@ -31676,6 +31582,16 @@ entities: - type: Transform pos: 110.5,45.5 parent: 1 + - uid: 5886 + components: + - type: Transform + pos: 129.5,63.5 + parent: 1 + - uid: 5887 + components: + - type: Transform + pos: 127.5,58.5 + parent: 1 - uid: 5914 components: - type: Transform @@ -31694,12 +31610,17 @@ entities: - uid: 5984 components: - type: Transform - pos: 127.5,63.5 + pos: 133.5,42.5 parent: 1 - - uid: 5985 + - uid: 5986 components: - type: Transform - pos: 127.5,66.5 + pos: 129.5,42.5 + parent: 1 + - uid: 6056 + components: + - type: Transform + pos: 124.5,58.5 parent: 1 - uid: 6075 components: @@ -31721,6 +31642,11 @@ entities: - type: Transform pos: 106.5,35.5 parent: 1 + - uid: 6093 + components: + - type: Transform + pos: 133.5,41.5 + parent: 1 - uid: 6105 components: - type: Transform @@ -31736,6 +31662,16 @@ entities: - type: Transform pos: 91.5,35.5 parent: 1 + - uid: 6131 + components: + - type: Transform + pos: 128.5,63.5 + parent: 1 + - uid: 6206 + components: + - type: Transform + pos: 129.5,41.5 + parent: 1 - uid: 6210 components: - type: Transform @@ -31801,6 +31737,11 @@ entities: - type: Transform pos: 150.5,77.5 parent: 1 + - uid: 6314 + components: + - type: Transform + pos: 119.5,44.5 + parent: 1 - uid: 6323 components: - type: Transform @@ -31816,11 +31757,6 @@ entities: - type: Transform pos: 150.5,86.5 parent: 1 - - uid: 6365 - components: - - type: Transform - pos: 127.5,64.5 - parent: 1 - uid: 6390 components: - type: Transform @@ -31831,15 +31767,10 @@ entities: - type: Transform pos: 159.5,61.5 parent: 1 - - uid: 6401 + - uid: 6406 components: - type: Transform - pos: 131.5,42.5 - parent: 1 - - uid: 6403 - components: - - type: Transform - pos: 129.5,42.5 + pos: 125.5,44.5 parent: 1 - uid: 6430 components: @@ -31881,6 +31812,26 @@ entities: - type: Transform pos: 158.5,47.5 parent: 1 + - uid: 6540 + components: + - type: Transform + pos: 133.5,61.5 + parent: 1 + - uid: 6557 + components: + - type: Transform + pos: 129.5,57.5 + parent: 1 + - uid: 6558 + components: + - type: Transform + pos: 124.5,63.5 + parent: 1 + - uid: 6561 + components: + - type: Transform + pos: 131.5,61.5 + parent: 1 - uid: 6578 components: - type: Transform @@ -32071,6 +32022,16 @@ entities: - type: Transform pos: 165.5,134.5 parent: 1 + - uid: 7988 + components: + - type: Transform + pos: 125.5,50.5 + parent: 1 + - uid: 7997 + components: + - type: Transform + pos: 123.5,41.5 + parent: 1 - uid: 8141 components: - type: Transform @@ -32126,6 +32087,11 @@ entities: - type: Transform pos: 91.5,54.5 parent: 1 + - uid: 8613 + components: + - type: Transform + pos: 129.5,58.5 + parent: 1 - uid: 8638 components: - type: Transform @@ -32311,6 +32277,11 @@ entities: - type: Transform pos: 159.5,113.5 parent: 1 + - uid: 10575 + components: + - type: Transform + pos: 130.5,56.5 + parent: 1 - uid: 10719 components: - type: Transform @@ -32326,6 +32297,11 @@ entities: - type: Transform pos: 88.5,39.5 parent: 1 + - uid: 10753 + components: + - type: Transform + pos: 125.5,46.5 + parent: 1 - uid: 10791 components: - type: Transform @@ -33441,6 +33417,16 @@ entities: - type: Transform pos: 152.5,99.5 parent: 1 + - uid: 12420 + components: + - type: Transform + pos: 126.5,65.5 + parent: 1 + - uid: 12432 + components: + - type: Transform + pos: 123.5,58.5 + parent: 1 - uid: 12476 components: - type: Transform @@ -37066,6 +37052,16 @@ entities: - type: Transform pos: 73.5,154.5 parent: 1 + - uid: 15972 + components: + - type: Transform + pos: 125.5,48.5 + parent: 1 + - uid: 15977 + components: + - type: Transform + pos: 124.5,50.5 + parent: 1 - uid: 16008 components: - type: Transform @@ -39816,6 +39812,11 @@ entities: - type: Transform pos: 49.5,98.5 parent: 1 + - uid: 19357 + components: + - type: Transform + pos: 123.5,65.5 + parent: 1 - uid: 19396 components: - type: Transform @@ -41391,10 +41392,10 @@ entities: - type: Transform pos: 153.5,150.5 parent: 1 - - uid: 21183 + - uid: 21179 components: - type: Transform - pos: 130.5,51.5 + pos: 130.5,63.5 parent: 1 - uid: 21186 components: @@ -41416,70 +41417,25 @@ entities: - type: Transform pos: 131.5,73.5 parent: 1 - - uid: 21205 + - uid: 21194 components: - type: Transform - pos: 129.5,48.5 + pos: 125.5,65.5 parent: 1 - - uid: 21206 + - uid: 21203 components: - type: Transform - pos: 128.5,48.5 - parent: 1 - - uid: 21207 - components: - - type: Transform - pos: 128.5,51.5 - parent: 1 - - uid: 21208 - components: - - type: Transform - pos: 123.5,58.5 - parent: 1 - - uid: 21209 - components: - - type: Transform - pos: 124.5,55.5 - parent: 1 - - uid: 21210 - components: - - type: Transform - pos: 123.5,56.5 - parent: 1 - - uid: 21227 - components: - - type: Transform - pos: 123.5,55.5 - parent: 1 - - uid: 21229 - components: - - type: Transform - pos: 124.5,59.5 - parent: 1 - - uid: 21230 - components: - - type: Transform - pos: 129.5,45.5 - parent: 1 - - uid: 21231 - components: - - type: Transform - pos: 130.5,47.5 - parent: 1 - - uid: 21232 - components: - - type: Transform - pos: 130.5,45.5 + pos: 123.5,63.5 parent: 1 - uid: 21241 components: - type: Transform - pos: 132.5,58.5 + pos: 132.5,54.5 parent: 1 - - uid: 21243 + - uid: 21245 components: - type: Transform - pos: 133.5,58.5 + pos: 132.5,55.5 parent: 1 - uid: 21247 components: @@ -41496,20 +41452,20 @@ entities: - type: Transform pos: 122.5,69.5 parent: 1 - - uid: 21254 + - uid: 21256 components: - type: Transform - pos: 126.5,56.5 + pos: 128.5,54.5 parent: 1 - uid: 21296 components: - type: Transform pos: 134.5,69.5 parent: 1 - - uid: 21320 + - uid: 21300 components: - type: Transform - pos: 130.5,50.5 + pos: 123.5,55.5 parent: 1 - uid: 21382 components: @@ -41526,75 +41482,60 @@ entities: - type: Transform pos: 51.5,74.5 parent: 1 + - uid: 21412 + components: + - type: Transform + pos: 125.5,63.5 + parent: 1 + - uid: 21430 + components: + - type: Transform + pos: 129.5,56.5 + parent: 1 + - uid: 21479 + components: + - type: Transform + pos: 129.5,65.5 + parent: 1 + - uid: 21486 + components: + - type: Transform + pos: 128.5,62.5 + parent: 1 + - uid: 21489 + components: + - type: Transform + pos: 124.5,56.5 + parent: 1 - uid: 21499 components: - type: Transform pos: 143.5,56.5 parent: 1 - - uid: 21518 + - uid: 21501 components: - type: Transform - pos: 127.5,65.5 + pos: 129.5,61.5 parent: 1 - - uid: 21519 + - uid: 21531 components: - type: Transform - pos: 131.5,45.5 + pos: 124.5,43.5 parent: 1 - - uid: 21520 + - uid: 21577 components: - type: Transform - pos: 128.5,45.5 - parent: 1 - - uid: 21521 - components: - - type: Transform - pos: 126.5,59.5 - parent: 1 - - uid: 21522 - components: - - type: Transform - pos: 130.5,55.5 - parent: 1 - - uid: 21523 - components: - - type: Transform - pos: 129.5,59.5 - parent: 1 - - uid: 21524 - components: - - type: Transform - pos: 130.5,60.5 - parent: 1 - - uid: 21525 - components: - - type: Transform - pos: 130.5,58.5 - parent: 1 - - uid: 21572 - components: - - type: Transform - pos: 123.5,65.5 - parent: 1 - - uid: 21576 - components: - - type: Transform - pos: 122.5,66.5 + pos: 123.5,51.5 parent: 1 - uid: 21585 components: - type: Transform pos: 52.5,74.5 parent: 1 - - uid: 21594 + - uid: 21595 components: - type: Transform - pos: 126.5,55.5 - parent: 1 - - uid: 21599 - components: - - type: Transform - pos: 133.5,56.5 + pos: 123.5,50.5 parent: 1 - uid: 21600 components: @@ -41604,7 +41545,7 @@ entities: - uid: 21618 components: - type: Transform - pos: 131.5,48.5 + pos: 124.5,65.5 parent: 1 - uid: 21619 components: @@ -41626,31 +41567,16 @@ entities: - type: Transform pos: 154.5,99.5 parent: 1 + - uid: 21732 + components: + - type: Transform + pos: 128.5,64.5 + parent: 1 - uid: 21743 components: - type: Transform pos: 122.5,75.5 parent: 1 - - uid: 21755 - components: - - type: Transform - pos: 129.5,53.5 - parent: 1 - - uid: 21756 - components: - - type: Transform - pos: 130.5,52.5 - parent: 1 - - uid: 21787 - components: - - type: Transform - pos: 133.5,57.5 - parent: 1 - - uid: 21788 - components: - - type: Transform - pos: 133.5,51.5 - parent: 1 - uid: 21789 components: - type: Transform @@ -41666,65 +41592,50 @@ entities: - type: Transform pos: 127.5,73.5 parent: 1 - - uid: 21799 + - uid: 21793 components: - type: Transform - pos: 123.5,46.5 - parent: 1 - - uid: 21800 - components: - - type: Transform - pos: 123.5,47.5 - parent: 1 - - uid: 21801 - components: - - type: Transform - pos: 123.5,49.5 + pos: 129.5,45.5 parent: 1 - uid: 21802 components: - type: Transform - pos: 123.5,50.5 + pos: 123.5,57.5 parent: 1 - uid: 21803 components: - type: Transform - pos: 123.5,51.5 + pos: 125.5,49.5 parent: 1 - uid: 21804 components: - type: Transform - pos: 123.5,52.5 + pos: 125.5,42.5 parent: 1 - uid: 21806 components: - type: Transform pos: 133.5,73.5 parent: 1 - - uid: 21807 - components: - - type: Transform - pos: 123.5,48.5 - parent: 1 - - uid: 21810 - components: - - type: Transform - pos: 122.5,50.5 - parent: 1 - uid: 21817 components: - type: Transform - pos: 133.5,42.5 + pos: 122.5,66.5 parent: 1 - - uid: 21825 + - uid: 21819 components: - type: Transform - pos: 124.5,67.5 + pos: 132.5,56.5 parent: 1 - - uid: 21827 + - uid: 21820 components: - type: Transform - pos: 124.5,66.5 + pos: 132.5,61.5 + parent: 1 + - uid: 21831 + components: + - type: Transform + pos: 125.5,43.5 parent: 1 - uid: 21846 components: @@ -41756,50 +41667,85 @@ entities: - type: Transform pos: 138.5,55.5 parent: 1 + - uid: 21854 + components: + - type: Transform + pos: 125.5,41.5 + parent: 1 - uid: 21855 components: - type: Transform pos: 139.5,55.5 parent: 1 + - uid: 21856 + components: + - type: Transform + pos: 125.5,56.5 + parent: 1 + - uid: 21857 + components: + - type: Transform + pos: 130.5,61.5 + parent: 1 + - uid: 21858 + components: + - type: Transform + pos: 127.5,63.5 + parent: 1 + - uid: 21860 + components: + - type: Transform + pos: 122.5,50.5 + parent: 1 + - uid: 21861 + components: + - type: Transform + pos: 123.5,56.5 + parent: 1 + - uid: 21868 + components: + - type: Transform + pos: 128.5,61.5 + parent: 1 + - uid: 21875 + components: + - type: Transform + pos: 126.5,63.5 + parent: 1 + - uid: 21884 + components: + - type: Transform + pos: 122.5,65.5 + parent: 1 + - uid: 21888 + components: + - type: Transform + pos: 124.5,41.5 + parent: 1 + - uid: 21895 + components: + - type: Transform + pos: 134.5,61.5 + parent: 1 - uid: 21900 components: - type: Transform - pos: 125.5,64.5 - parent: 1 - - uid: 21908 - components: - - type: Transform - pos: 130.5,53.5 + pos: 125.5,45.5 parent: 1 - uid: 21909 components: - type: Transform pos: 127.5,69.5 parent: 1 - - uid: 21911 - components: - - type: Transform - pos: 130.5,59.5 - parent: 1 - uid: 21913 components: - type: Transform pos: 126.5,73.5 parent: 1 - - uid: 21914 - components: - - type: Transform - pos: 128.5,59.5 - parent: 1 - uid: 21915 components: - type: Transform - pos: 132.5,51.5 - parent: 1 - - uid: 21916 - components: - - type: Transform - pos: 132.5,48.5 + pos: 124.5,64.5 parent: 1 - uid: 21917 components: @@ -41811,15 +41757,10 @@ entities: - type: Transform pos: 134.5,70.5 parent: 1 - - uid: 21919 + - uid: 21921 components: - type: Transform - pos: 132.5,45.5 - parent: 1 - - uid: 21922 - components: - - type: Transform - pos: 133.5,45.5 + pos: 126.5,56.5 parent: 1 - uid: 21923 components: @@ -41869,23 +41810,13 @@ entities: - uid: 21943 components: - type: Transform - pos: 124.5,65.5 - parent: 1 - - uid: 21946 - components: - - type: Transform - pos: 127.5,45.5 + pos: 125.5,47.5 parent: 1 - uid: 21947 components: - type: Transform pos: 132.5,73.5 parent: 1 - - uid: 21955 - components: - - type: Transform - pos: 128.5,53.5 - parent: 1 - uid: 21956 components: - type: Transform @@ -42211,11 +42142,6 @@ entities: - type: Transform pos: 145.5,51.5 parent: 1 - - uid: 22026 - components: - - type: Transform - pos: 132.5,42.5 - parent: 1 - uid: 22027 components: - type: Transform @@ -42581,6 +42507,16 @@ entities: - type: Transform pos: 145.5,72.5 parent: 1 + - uid: 22126 + components: + - type: Transform + pos: 123.5,43.5 + parent: 1 + - uid: 22129 + components: + - type: Transform + pos: 128.5,66.5 + parent: 1 - uid: 22139 components: - type: Transform @@ -42636,30 +42572,35 @@ entities: - type: Transform pos: 139.5,51.5 parent: 1 - - uid: 22157 + - uid: 22162 components: - type: Transform - pos: 130.5,49.5 + pos: 129.5,43.5 parent: 1 - uid: 22249 components: - type: Transform pos: 132.5,69.5 parent: 1 - - uid: 22277 - components: - - type: Transform - pos: 127.5,59.5 - parent: 1 - uid: 22353 components: - type: Transform - pos: 129.5,56.5 + pos: 129.5,44.5 parent: 1 - - uid: 22356 + - uid: 22357 components: - type: Transform - pos: 127.5,56.5 + pos: 127.5,65.5 + parent: 1 + - uid: 22467 + components: + - type: Transform + pos: 126.5,50.5 + parent: 1 + - uid: 22469 + components: + - type: Transform + pos: 127.5,50.5 parent: 1 - uid: 22475 components: @@ -42671,16 +42612,16 @@ entities: - type: Transform pos: 123.5,72.5 parent: 1 - - uid: 22481 - components: - - type: Transform - pos: 129.5,65.5 - parent: 1 - uid: 22495 components: - type: Transform pos: 122.5,68.5 parent: 1 + - uid: 22545 + components: + - type: Transform + pos: 128.5,48.5 + parent: 1 - uid: 22548 components: - type: Transform @@ -42696,6 +42637,16 @@ entities: - type: Transform pos: 105.5,41.5 parent: 1 + - uid: 22607 + components: + - type: Transform + pos: 127.5,56.5 + parent: 1 + - uid: 22617 + components: + - type: Transform + pos: 126.5,46.5 + parent: 1 - uid: 22664 components: - type: Transform @@ -42706,25 +42657,40 @@ entities: - type: Transform pos: 107.5,39.5 parent: 1 - - uid: 22711 + - uid: 22708 components: - type: Transform - pos: 130.5,56.5 + pos: 127.5,46.5 parent: 1 - - uid: 22714 + - uid: 22716 components: - type: Transform - pos: 128.5,56.5 + pos: 128.5,50.5 + parent: 1 + - uid: 22717 + components: + - type: Transform + pos: 129.5,50.5 + parent: 1 + - uid: 22718 + components: + - type: Transform + pos: 130.5,50.5 parent: 1 - uid: 22745 components: - type: Transform pos: 84.5,45.5 parent: 1 - - uid: 22760 + - uid: 22755 components: - type: Transform - pos: 131.5,51.5 + pos: 131.5,50.5 + parent: 1 + - uid: 22761 + components: + - type: Transform + pos: 123.5,52.5 parent: 1 - uid: 22794 components: @@ -42741,6 +42707,11 @@ entities: - type: Transform pos: 121.5,69.5 parent: 1 + - uid: 22832 + components: + - type: Transform + pos: 131.5,56.5 + parent: 1 - uid: 22835 components: - type: Transform @@ -42751,30 +42722,25 @@ entities: - type: Transform pos: 132.5,66.5 parent: 1 - - uid: 22881 + - uid: 22915 components: - type: Transform - pos: 131.5,58.5 - parent: 1 - - uid: 22911 - components: - - type: Transform - pos: 124.5,64.5 + pos: 132.5,48.5 parent: 1 - uid: 22917 components: - type: Transform pos: 83.5,45.5 parent: 1 - - uid: 22934 + - uid: 22923 components: - type: Transform - pos: 131.5,56.5 + pos: 132.5,49.5 parent: 1 - - uid: 22964 + - uid: 22980 components: - type: Transform - pos: 126.5,64.5 + pos: 130.5,46.5 parent: 1 - uid: 22985 components: @@ -42806,6 +42772,11 @@ entities: - type: Transform pos: 125.5,69.5 parent: 1 + - uid: 23034 + components: + - type: Transform + pos: 128.5,56.5 + parent: 1 - uid: 23038 components: - type: Transform @@ -42821,6 +42792,41 @@ entities: - type: Transform pos: 122.5,73.5 parent: 1 + - uid: 23103 + components: + - type: Transform + pos: 132.5,50.5 + parent: 1 + - uid: 23108 + components: + - type: Transform + pos: 128.5,47.5 + parent: 1 + - uid: 23110 + components: + - type: Transform + pos: 131.5,46.5 + parent: 1 + - uid: 23145 + components: + - type: Transform + pos: 132.5,46.5 + parent: 1 + - uid: 23172 + components: + - type: Transform + pos: 128.5,46.5 + parent: 1 + - uid: 23177 + components: + - type: Transform + pos: 132.5,47.5 + parent: 1 + - uid: 23180 + components: + - type: Transform + pos: 132.5,51.5 + parent: 1 - uid: 23204 components: - type: Transform @@ -42851,6 +42857,11 @@ entities: - type: Transform pos: 95.5,48.5 parent: 1 + - uid: 23290 + components: + - type: Transform + pos: 129.5,46.5 + parent: 1 - uid: 23309 components: - type: Transform @@ -46586,6 +46597,16 @@ entities: - type: Transform pos: 116.5,58.5 parent: 1 + - uid: 27481 + components: + - type: Transform + pos: 128.5,55.5 + parent: 1 + - uid: 27484 + components: + - type: Transform + pos: 132.5,53.5 + parent: 1 - uid: 27500 components: - type: Transform @@ -47326,11 +47347,6 @@ entities: - type: Transform pos: 64.5,63.5 parent: 1 - - uid: 27812 - components: - - type: Transform - pos: 125.5,43.5 - parent: 1 - uid: 27859 components: - type: Transform @@ -48926,41 +48942,6 @@ entities: - type: Transform pos: 119.5,45.5 parent: 1 - - uid: 28707 - components: - - type: Transform - pos: 120.5,45.5 - parent: 1 - - uid: 28708 - components: - - type: Transform - pos: 120.5,44.5 - parent: 1 - - uid: 28709 - components: - - type: Transform - pos: 121.5,44.5 - parent: 1 - - uid: 28710 - components: - - type: Transform - pos: 122.5,44.5 - parent: 1 - - uid: 28711 - components: - - type: Transform - pos: 123.5,44.5 - parent: 1 - - uid: 28712 - components: - - type: Transform - pos: 124.5,44.5 - parent: 1 - - uid: 28713 - components: - - type: Transform - pos: 124.5,43.5 - parent: 1 - uid: 28748 components: - type: Transform @@ -51596,21 +51577,6 @@ entities: - type: Transform pos: 61.5,44.5 parent: 1 - - uid: 32300 - components: - - type: Transform - pos: 125.5,41.5 - parent: 1 - - uid: 32301 - components: - - type: Transform - pos: 126.5,41.5 - parent: 1 - - uid: 32302 - components: - - type: Transform - pos: 127.5,41.5 - parent: 1 - uid: 32316 components: - type: Transform @@ -52446,26 +52412,6 @@ entities: - type: Transform pos: 117.5,21.5 parent: 1 - - uid: 33141 - components: - - type: Transform - pos: 124.5,42.5 - parent: 1 - - uid: 33142 - components: - - type: Transform - pos: 124.5,41.5 - parent: 1 - - uid: 33143 - components: - - type: Transform - pos: 123.5,41.5 - parent: 1 - - uid: 33144 - components: - - type: Transform - pos: 122.5,41.5 - parent: 1 - uid: 33145 components: - type: Transform @@ -69891,11 +69837,6 @@ entities: - type: Transform pos: 144.5,95.5 parent: 1 - - uid: 1746 - components: - - type: Transform - pos: 130.5,52.5 - parent: 1 - uid: 1814 components: - type: Transform @@ -69946,11 +69887,6 @@ entities: - type: Transform pos: 110.5,103.5 parent: 1 - - uid: 2489 - components: - - type: Transform - pos: 130.5,50.5 - parent: 1 - uid: 2502 components: - type: Transform @@ -70171,6 +70107,11 @@ entities: - type: Transform pos: 97.5,64.5 parent: 1 + - uid: 4072 + components: + - type: Transform + pos: 132.5,50.5 + parent: 1 - uid: 4110 components: - type: Transform @@ -70191,6 +70132,11 @@ entities: - type: Transform pos: 99.5,51.5 parent: 1 + - uid: 4199 + components: + - type: Transform + pos: 128.5,66.5 + parent: 1 - uid: 4315 components: - type: Transform @@ -70331,6 +70277,16 @@ entities: - type: Transform pos: 46.5,50.5 parent: 1 + - uid: 5049 + components: + - type: Transform + pos: 135.5,55.5 + parent: 1 + - uid: 5058 + components: + - type: Transform + pos: 135.5,57.5 + parent: 1 - uid: 5095 components: - type: Transform @@ -70361,40 +70317,30 @@ entities: - type: Transform pos: 144.5,148.5 parent: 1 - - uid: 5271 + - uid: 5268 components: - type: Transform - pos: 130.5,49.5 + pos: 135.5,58.5 parent: 1 - uid: 5274 components: - type: Transform pos: 133.5,73.5 parent: 1 - - uid: 5276 + - uid: 5301 components: - type: Transform - pos: 133.5,57.5 + pos: 127.5,57.5 parent: 1 - - uid: 5277 + - uid: 5302 components: - type: Transform - pos: 131.5,40.5 + pos: 131.5,46.5 parent: 1 - - uid: 5278 + - uid: 5303 components: - type: Transform - pos: 130.5,40.5 - parent: 1 - - uid: 5279 - components: - - type: Transform - pos: 135.5,57.5 - parent: 1 - - uid: 5290 - components: - - type: Transform - pos: 135.5,58.5 + pos: 132.5,53.5 parent: 1 - uid: 5343 components: @@ -70466,11 +70412,6 @@ entities: - type: Transform pos: 88.5,54.5 parent: 1 - - uid: 5469 - components: - - type: Transform - pos: 130.5,59.5 - parent: 1 - uid: 5481 components: - type: Transform @@ -70491,6 +70432,26 @@ entities: - type: Transform pos: 97.5,68.5 parent: 1 + - uid: 5509 + components: + - type: Transform + pos: 127.5,60.5 + parent: 1 + - uid: 5512 + components: + - type: Transform + pos: 128.5,63.5 + parent: 1 + - uid: 5513 + components: + - type: Transform + pos: 128.5,64.5 + parent: 1 + - uid: 5516 + components: + - type: Transform + pos: 129.5,63.5 + parent: 1 - uid: 5542 components: - type: Transform @@ -70511,12 +70472,22 @@ entities: - type: Transform pos: 63.5,157.5 parent: 1 - - uid: 5658 + - uid: 5687 components: - type: Transform - pos: 130.5,47.5 + pos: 132.5,47.5 parent: 1 - - uid: 5659 + - uid: 5688 + components: + - type: Transform + pos: 132.5,49.5 + parent: 1 + - uid: 5690 + components: + - type: Transform + pos: 132.5,54.5 + parent: 1 + - uid: 5693 components: - type: Transform pos: 127.5,62.5 @@ -70539,7 +70510,7 @@ entities: - uid: 5787 components: - type: Transform - pos: 128.5,66.5 + pos: 125.5,50.5 parent: 1 - uid: 5791 components: @@ -70559,13 +70530,23 @@ entities: - uid: 5831 components: - type: Transform - pos: 125.5,64.5 + pos: 132.5,52.5 parent: 1 - uid: 5837 components: - type: Transform pos: 60.5,59.5 parent: 1 + - uid: 5889 + components: + - type: Transform + pos: 130.5,46.5 + parent: 1 + - uid: 5894 + components: + - type: Transform + pos: 128.5,46.5 + parent: 1 - uid: 5921 components: - type: Transform @@ -70591,11 +70572,21 @@ entities: - type: Transform pos: 102.5,35.5 parent: 1 + - uid: 5985 + components: + - type: Transform + pos: 132.5,46.5 + parent: 1 - uid: 6031 components: - type: Transform pos: 133.5,123.5 parent: 1 + - uid: 6057 + components: + - type: Transform + pos: 127.5,58.5 + parent: 1 - uid: 6103 components: - type: Transform @@ -70611,11 +70602,51 @@ entities: - type: Transform pos: 139.5,148.5 parent: 1 + - uid: 6152 + components: + - type: Transform + pos: 128.5,47.5 + parent: 1 + - uid: 6162 + components: + - type: Transform + pos: 125.5,48.5 + parent: 1 + - uid: 6163 + components: + - type: Transform + pos: 132.5,55.5 + parent: 1 + - uid: 6165 + components: + - type: Transform + pos: 127.5,63.5 + parent: 1 + - uid: 6166 + components: + - type: Transform + pos: 125.5,49.5 + parent: 1 - uid: 6171 components: - type: Transform pos: 88.5,37.5 parent: 1 + - uid: 6202 + components: + - type: Transform + pos: 132.5,51.5 + parent: 1 + - uid: 6209 + components: + - type: Transform + pos: 132.5,48.5 + parent: 1 + - uid: 6211 + components: + - type: Transform + pos: 127.5,59.5 + parent: 1 - uid: 6215 components: - type: Transform @@ -70631,10 +70662,15 @@ entities: - type: Transform pos: 132.5,66.5 parent: 1 - - uid: 6318 + - uid: 6258 components: - type: Transform - pos: 130.5,45.5 + pos: 127.5,46.5 + parent: 1 + - uid: 6270 + components: + - type: Transform + pos: 130.5,63.5 parent: 1 - uid: 6333 components: @@ -70646,16 +70682,6 @@ entities: - type: Transform pos: 96.5,71.5 parent: 1 - - uid: 6362 - components: - - type: Transform - pos: 127.5,61.5 - parent: 1 - - uid: 6363 - components: - - type: Transform - pos: 130.5,46.5 - parent: 1 - uid: 6369 components: - type: Transform @@ -70666,6 +70692,11 @@ entities: - type: Transform pos: 139.5,86.5 parent: 1 + - uid: 6411 + components: + - type: Transform + pos: 129.5,46.5 + parent: 1 - uid: 6460 components: - type: Transform @@ -70686,10 +70717,10 @@ entities: - type: Transform pos: 158.5,49.5 parent: 1 - - uid: 6581 + - uid: 6582 components: - type: Transform - pos: 126.5,58.5 + pos: 130.5,56.5 parent: 1 - uid: 6644 components: @@ -70896,6 +70927,11 @@ entities: - type: Transform pos: 29.5,79.5 parent: 1 + - uid: 8664 + components: + - type: Transform + pos: 129.5,65.5 + parent: 1 - uid: 8666 components: - type: Transform @@ -75031,6 +75067,11 @@ entities: - type: Transform pos: 155.5,146.5 parent: 1 + - uid: 15976 + components: + - type: Transform + pos: 132.5,56.5 + parent: 1 - uid: 15990 components: - type: Transform @@ -76096,6 +76137,11 @@ entities: - type: Transform pos: 88.5,35.5 parent: 1 + - uid: 18305 + components: + - type: Transform + pos: 123.5,50.5 + parent: 1 - uid: 18349 components: - type: Transform @@ -76941,6 +76987,11 @@ entities: - type: Transform pos: 44.5,110.5 parent: 1 + - uid: 20176 + components: + - type: Transform + pos: 125.5,47.5 + parent: 1 - uid: 20177 components: - type: Transform @@ -77611,6 +77662,11 @@ entities: - type: Transform pos: 36.5,106.5 parent: 1 + - uid: 20505 + components: + - type: Transform + pos: 131.5,56.5 + parent: 1 - uid: 21037 components: - type: Transform @@ -78051,6 +78107,16 @@ entities: - type: Transform pos: 138.5,56.5 parent: 1 + - uid: 21177 + components: + - type: Transform + pos: 123.5,53.5 + parent: 1 + - uid: 21183 + components: + - type: Transform + pos: 127.5,61.5 + parent: 1 - uid: 21188 components: - type: Transform @@ -78071,10 +78137,15 @@ entities: - type: Transform pos: 128.5,70.5 parent: 1 + - uid: 21202 + components: + - type: Transform + pos: 125.5,46.5 + parent: 1 - uid: 21204 components: - type: Transform - pos: 130.5,44.5 + pos: 126.5,46.5 parent: 1 - uid: 21212 components: @@ -78101,21 +78172,21 @@ entities: - type: Transform pos: 138.5,75.5 parent: 1 - - uid: 21219 + - uid: 21223 components: - type: Transform - pos: 128.5,53.5 + pos: 116.5,50.5 + parent: 1 + - uid: 21226 + components: + - type: Transform + pos: 115.5,50.5 parent: 1 - uid: 21248 components: - type: Transform pos: 88.5,44.5 parent: 1 - - uid: 21274 - components: - - type: Transform - pos: 130.5,56.5 - parent: 1 - uid: 21291 components: - type: Transform @@ -78131,11 +78202,6 @@ entities: - type: Transform pos: 130.5,71.5 parent: 1 - - uid: 21303 - components: - - type: Transform - pos: 130.5,51.5 - parent: 1 - uid: 21308 components: - type: Transform @@ -78176,11 +78242,6 @@ entities: - type: Transform pos: 139.5,48.5 parent: 1 - - uid: 21321 - components: - - type: Transform - pos: 130.5,48.5 - parent: 1 - uid: 21322 components: - type: Transform @@ -78476,35 +78537,35 @@ entities: - type: Transform pos: 137.5,143.5 parent: 1 - - uid: 21434 + - uid: 21431 components: - type: Transform - pos: 124.5,66.5 + pos: 129.5,56.5 parent: 1 - - uid: 21435 + - uid: 21503 components: - type: Transform - pos: 124.5,67.5 + pos: 123.5,55.5 parent: 1 - - uid: 21527 + - uid: 21515 components: - type: Transform - pos: 129.5,42.5 + pos: 124.5,50.5 parent: 1 - - uid: 21528 + - uid: 21525 components: - type: Transform - pos: 130.5,43.5 + pos: 129.5,43.5 parent: 1 - uid: 21570 components: - type: Transform pos: 88.5,42.5 parent: 1 - - uid: 21571 + - uid: 21576 components: - type: Transform - pos: 127.5,60.5 + pos: 128.5,54.5 parent: 1 - uid: 21584 components: @@ -78516,26 +78577,6 @@ entities: - type: Transform pos: 133.5,69.5 parent: 1 - - uid: 21613 - components: - - type: Transform - pos: 130.5,53.5 - parent: 1 - - uid: 21614 - components: - - type: Transform - pos: 124.5,58.5 - parent: 1 - - uid: 21620 - components: - - type: Transform - pos: 127.5,64.5 - parent: 1 - - uid: 21623 - components: - - type: Transform - pos: 127.5,59.5 - parent: 1 - uid: 21654 components: - type: Transform @@ -78561,6 +78602,11 @@ entities: - type: Transform pos: 135.5,69.5 parent: 1 + - uid: 21787 + components: + - type: Transform + pos: 129.5,45.5 + parent: 1 - uid: 21791 components: - type: Transform @@ -78571,15 +78617,50 @@ entities: - type: Transform pos: 134.5,70.5 parent: 1 - - uid: 21816 + - uid: 21824 components: - type: Transform - pos: 124.5,65.5 + pos: 128.5,55.5 parent: 1 - - uid: 21885 + - uid: 21825 components: - type: Transform - pos: 129.5,53.5 + pos: 128.5,56.5 + parent: 1 + - uid: 21827 + components: + - type: Transform + pos: 127.5,56.5 + parent: 1 + - uid: 21862 + components: + - type: Transform + pos: 126.5,56.5 + parent: 1 + - uid: 21902 + components: + - type: Transform + pos: 129.5,40.5 + parent: 1 + - uid: 21912 + components: + - type: Transform + pos: 129.5,44.5 + parent: 1 + - uid: 21914 + components: + - type: Transform + pos: 129.5,42.5 + parent: 1 + - uid: 21919 + components: + - type: Transform + pos: 129.5,41.5 + parent: 1 + - uid: 21920 + components: + - type: Transform + pos: 124.5,56.5 parent: 1 - uid: 21924 components: @@ -78616,6 +78697,11 @@ entities: - type: Transform pos: 136.5,73.5 parent: 1 + - uid: 22026 + components: + - type: Transform + pos: 125.5,56.5 + parent: 1 - uid: 22038 components: - type: Transform @@ -78706,11 +78792,6 @@ entities: - type: Transform pos: 145.5,72.5 parent: 1 - - uid: 22131 - components: - - type: Transform - pos: 128.5,42.5 - parent: 1 - uid: 22134 components: - type: Transform @@ -78736,11 +78817,6 @@ entities: - type: Transform pos: 142.5,59.5 parent: 1 - - uid: 22154 - components: - - type: Transform - pos: 130.5,42.5 - parent: 1 - uid: 22161 components: - type: Transform @@ -78749,7 +78825,22 @@ entities: - uid: 22345 components: - type: Transform - pos: 127.5,58.5 + pos: 133.5,40.5 + parent: 1 + - uid: 22350 + components: + - type: Transform + pos: 133.5,41.5 + parent: 1 + - uid: 22375 + components: + - type: Transform + pos: 114.5,50.5 + parent: 1 + - uid: 22390 + components: + - type: Transform + pos: 114.5,52.5 parent: 1 - uid: 22393 components: @@ -78771,30 +78862,35 @@ entities: - type: Transform pos: 136.5,69.5 parent: 1 - - uid: 22501 + - uid: 22576 components: - type: Transform - pos: 130.5,54.5 + pos: 122.5,56.5 parent: 1 - - uid: 22539 + - uid: 22577 components: - type: Transform - pos: 130.5,58.5 + pos: 121.5,56.5 parent: 1 - - uid: 22541 + - uid: 22578 components: - type: Transform - pos: 130.5,55.5 + pos: 121.5,57.5 parent: 1 - - uid: 22565 + - uid: 22580 components: - type: Transform - pos: 130.5,41.5 + pos: 121.5,55.5 parent: 1 - - uid: 22572 + - uid: 22586 components: - type: Transform - pos: 126.5,64.5 + pos: 128.5,48.5 + parent: 1 + - uid: 22588 + components: + - type: Transform + pos: 123.5,56.5 parent: 1 - uid: 22602 components: @@ -78806,21 +78902,6 @@ entities: - type: Transform pos: 133.5,65.5 parent: 1 - - uid: 22617 - components: - - type: Transform - pos: 134.5,57.5 - parent: 1 - - uid: 22618 - components: - - type: Transform - pos: 132.5,40.5 - parent: 1 - - uid: 22625 - components: - - type: Transform - pos: 131.5,57.5 - parent: 1 - uid: 22627 components: - type: Transform @@ -78836,31 +78917,21 @@ entities: - type: Transform pos: 134.5,68.5 parent: 1 - - uid: 22660 + - uid: 22719 components: - type: Transform - pos: 125.5,58.5 + pos: 114.5,51.5 + parent: 1 + - uid: 22725 + components: + - type: Transform + pos: 114.5,53.5 parent: 1 - uid: 22733 components: - type: Transform pos: 134.5,65.5 parent: 1 - - uid: 22743 - components: - - type: Transform - pos: 135.5,55.5 - parent: 1 - - uid: 22763 - components: - - type: Transform - pos: 128.5,58.5 - parent: 1 - - uid: 22766 - components: - - type: Transform - pos: 133.5,40.5 - parent: 1 - uid: 22785 components: - type: Transform @@ -78876,21 +78947,6 @@ entities: - type: Transform pos: 106.5,50.5 parent: 1 - - uid: 22795 - components: - - type: Transform - pos: 121.5,56.5 - parent: 1 - - uid: 22797 - components: - - type: Transform - pos: 123.5,57.5 - parent: 1 - - uid: 22801 - components: - - type: Transform - pos: 129.5,65.5 - parent: 1 - uid: 22806 components: - type: Transform @@ -78901,6 +78957,16 @@ entities: - type: Transform pos: 128.5,75.5 parent: 1 + - uid: 22829 + components: + - type: Transform + pos: 133.5,42.5 + parent: 1 + - uid: 22833 + components: + - type: Transform + pos: 133.5,43.5 + parent: 1 - uid: 22839 components: - type: Transform @@ -78911,25 +78977,10 @@ entities: - type: Transform pos: 141.5,50.5 parent: 1 - - uid: 22857 + - uid: 22859 components: - type: Transform - pos: 130.5,60.5 - parent: 1 - - uid: 22858 - components: - - type: Transform - pos: 129.5,58.5 - parent: 1 - - uid: 22873 - components: - - type: Transform - pos: 128.5,65.5 - parent: 1 - - uid: 22876 - components: - - type: Transform - pos: 127.5,65.5 + pos: 135.5,56.5 parent: 1 - uid: 22878 components: @@ -78941,6 +78992,11 @@ entities: - type: Transform pos: 131.5,65.5 parent: 1 + - uid: 22907 + components: + - type: Transform + pos: 133.5,56.5 + parent: 1 - uid: 22909 components: - type: Transform @@ -78951,60 +79007,40 @@ entities: - type: Transform pos: 136.5,65.5 parent: 1 - - uid: 22912 + - uid: 22962 components: - type: Transform - pos: 127.5,63.5 + pos: 123.5,54.5 parent: 1 - uid: 22976 components: - type: Transform pos: 91.5,53.5 parent: 1 + - uid: 22979 + components: + - type: Transform + pos: 123.5,51.5 + parent: 1 - uid: 22983 components: - type: Transform pos: 84.5,45.5 parent: 1 - - uid: 23030 - components: - - type: Transform - pos: 122.5,57.5 - parent: 1 - uid: 23031 components: - type: Transform - pos: 135.5,56.5 - parent: 1 - - uid: 23032 - components: - - type: Transform - pos: 121.5,57.5 - parent: 1 - - uid: 23033 - components: - - type: Transform - pos: 124.5,57.5 - parent: 1 - - uid: 23034 - components: - - type: Transform - pos: 132.5,57.5 + pos: 128.5,65.5 parent: 1 - uid: 23039 components: - type: Transform pos: 130.5,65.5 parent: 1 - - uid: 23062 + - uid: 23176 components: - type: Transform - pos: 124.5,64.5 - parent: 1 - - uid: 23069 - components: - - type: Transform - pos: 130.5,57.5 + pos: 123.5,52.5 parent: 1 - uid: 23205 components: @@ -79286,6 +79322,11 @@ entities: - type: Transform pos: 160.5,149.5 parent: 1 + - uid: 23664 + components: + - type: Transform + pos: 121.5,54.5 + parent: 1 - uid: 23684 components: - type: Transform @@ -81706,6 +81747,11 @@ entities: - type: Transform pos: 128.5,109.5 parent: 1 + - uid: 26655 + components: + - type: Transform + pos: 133.5,44.5 + parent: 1 - uid: 26715 components: - type: Transform @@ -81716,6 +81762,11 @@ entities: - type: Transform pos: 125.5,124.5 parent: 1 + - uid: 26825 + components: + - type: Transform + pos: 133.5,45.5 + parent: 1 - uid: 26865 components: - type: Transform @@ -81846,6 +81897,11 @@ entities: - type: Transform pos: 72.5,42.5 parent: 1 + - uid: 27726 + components: + - type: Transform + pos: 134.5,56.5 + parent: 1 - uid: 27758 components: - type: Transform @@ -81911,6 +81967,11 @@ entities: - type: Transform pos: 60.5,65.5 parent: 1 + - uid: 27812 + components: + - type: Transform + pos: 133.5,46.5 + parent: 1 - uid: 27864 components: - type: Transform @@ -82546,51 +82607,11 @@ entities: - type: Transform pos: 135.5,82.5 parent: 1 - - uid: 28682 - components: - - type: Transform - pos: 123.5,52.5 - parent: 1 - - uid: 28683 - components: - - type: Transform - pos: 123.5,51.5 - parent: 1 - - uid: 28684 - components: - - type: Transform - pos: 123.5,50.5 - parent: 1 - - uid: 28686 - components: - - type: Transform - pos: 122.5,50.5 - parent: 1 - - uid: 28687 - components: - - type: Transform - pos: 121.5,50.5 - parent: 1 - - uid: 28688 - components: - - type: Transform - pos: 120.5,50.5 - parent: 1 - - uid: 28689 - components: - - type: Transform - pos: 119.5,50.5 - parent: 1 - uid: 28690 components: - type: Transform pos: 117.5,50.5 parent: 1 - - uid: 28691 - components: - - type: Transform - pos: 118.5,50.5 - parent: 1 - uid: 28692 components: - type: Transform @@ -82611,16 +82632,6 @@ entities: - type: Transform pos: 117.5,46.5 parent: 1 - - uid: 28718 - components: - - type: Transform - pos: 121.5,48.5 - parent: 1 - - uid: 28719 - components: - - type: Transform - pos: 121.5,49.5 - parent: 1 - uid: 28746 components: - type: Transform @@ -86175,10 +86186,10 @@ entities: parent: 1 - proto: CannabisSeeds entities: - - uid: 21428 + - uid: 23077 components: - type: Transform - pos: 134.5,61.5 + pos: 122.54877,43.513412 parent: 1 - proto: CapacitorStockPart entities: @@ -86263,6 +86274,56 @@ entities: - type: Transform pos: 107.5,38.5 parent: 1 + - uid: 21176 + components: + - type: Transform + pos: 123.5,48.5 + parent: 1 + - uid: 21185 + components: + - type: Transform + pos: 123.5,47.5 + parent: 1 + - uid: 21316 + components: + - type: Transform + pos: 124.5,48.5 + parent: 1 + - uid: 21502 + components: + - type: Transform + pos: 124.5,47.5 + parent: 1 + - uid: 21616 + components: + - type: Transform + pos: 122.5,49.5 + parent: 1 + - uid: 21622 + components: + - type: Transform + pos: 122.5,47.5 + parent: 1 + - uid: 21755 + components: + - type: Transform + pos: 122.5,48.5 + parent: 1 + - uid: 21863 + components: + - type: Transform + pos: 123.5,46.5 + parent: 1 + - uid: 21882 + components: + - type: Transform + pos: 123.5,49.5 + parent: 1 + - uid: 22912 + components: + - type: Transform + pos: 122.5,46.5 + parent: 1 - uid: 23088 components: - type: Transform @@ -89545,6 +89606,11 @@ entities: - type: Transform pos: 147.5,86.5 parent: 1 + - uid: 21229 + components: + - type: Transform + pos: 119.5,44.5 + parent: 1 - uid: 21655 components: - type: Transform @@ -95920,72 +95986,6 @@ entities: rot: 3.141592653589793 rad pos: 119.5,45.5 parent: 1 - - uid: 33854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 120.5,45.5 - parent: 1 - - uid: 33855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 120.5,44.5 - parent: 1 - - uid: 33856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 121.5,44.5 - parent: 1 - - uid: 33857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,44.5 - parent: 1 - - uid: 33858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,44.5 - parent: 1 - - uid: 33859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,41.5 - parent: 1 - - uid: 33860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,42.5 - parent: 1 - - uid: 33861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,43.5 - parent: 1 - - uid: 33862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,44.5 - parent: 1 - - uid: 33863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,41.5 - parent: 1 - - uid: 33864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,41.5 - parent: 1 - uid: 33865 components: - type: Transform @@ -98388,6 +98388,12 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,102.5 parent: 1 + - uid: 6151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,49.5 + parent: 1 - uid: 6491 components: - type: Transform @@ -99062,15 +99068,23 @@ entities: rot: -1.5707963267948966 rad pos: 149.5,150.5 parent: 1 - - uid: 21200 + - uid: 21249 components: - type: Transform - pos: 123.5,63.5 + rot: -1.5707963267948966 rad + pos: 120.5,55.5 parent: 1 - - uid: 21201 + - uid: 21250 components: - type: Transform - pos: 122.5,63.5 + rot: -1.5707963267948966 rad + pos: 120.5,54.5 + parent: 1 + - uid: 21251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,57.5 parent: 1 - uid: 21266 components: @@ -99095,28 +99109,23 @@ entities: - type: Transform pos: 139.5,59.5 parent: 1 - - uid: 21432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,60.5 - parent: 1 - - uid: 21439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,60.5 - parent: 1 - - uid: 21514 - components: - - type: Transform - pos: 122.5,58.5 - parent: 1 - - uid: 21813 + - uid: 21440 components: - type: Transform rot: -1.5707963267948966 rad - pos: 120.5,54.5 + pos: 130.5,43.5 + parent: 1 + - uid: 21738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,51.5 + parent: 1 + - uid: 21754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,43.5 parent: 1 - uid: 21833 components: @@ -99124,18 +99133,6 @@ entities: rot: -1.5707963267948966 rad pos: 140.5,58.5 parent: 1 - - uid: 21842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,55.5 - parent: 1 - - uid: 21844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,53.5 - parent: 1 - uid: 21871 components: - type: Transform @@ -99148,22 +99145,16 @@ entities: rot: -1.5707963267948966 rad pos: 140.5,57.5 parent: 1 - - uid: 21894 + - uid: 21896 components: - type: Transform - pos: 123.5,58.5 + pos: 134.5,51.5 parent: 1 - - uid: 21902 + - uid: 22148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,55.5 - parent: 1 - - uid: 21910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,60.5 + rot: -1.5707963267948966 rad + pos: 130.5,49.5 parent: 1 - uid: 22681 components: @@ -99212,22 +99203,22 @@ entities: rot: -1.5707963267948966 rad pos: 155.5,62.5 parent: 1 + - uid: 22753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,50.5 + parent: 1 - uid: 22851 components: - type: Transform rot: 1.5707963267948966 rad pos: 146.5,52.5 parent: 1 - - uid: 22869 + - uid: 22969 components: - type: Transform - pos: 124.5,63.5 - parent: 1 - - uid: 22990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,55.5 + pos: 130.5,62.5 parent: 1 - uid: 22998 components: @@ -99262,6 +99253,18 @@ entities: rot: -1.5707963267948966 rad pos: 149.5,71.5 parent: 1 + - uid: 23015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,42.5 + parent: 1 + - uid: 23022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,42.5 + parent: 1 - uid: 23355 components: - type: Transform @@ -99273,6 +99276,12 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,120.5 parent: 1 + - uid: 23846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,56.5 + parent: 1 - uid: 23880 components: - type: Transform @@ -100636,14 +100645,6 @@ entities: - type: Transform pos: 168.17188,136.5177 parent: 1 -- proto: ChairGreyscale - entities: - - uid: 32297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,42.5 - parent: 1 - proto: ChairOfficeDark entities: - uid: 210 @@ -100738,6 +100739,12 @@ entities: rot: -1.5707963267948966 rad pos: 86.5,96.5 parent: 1 + - uid: 6153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,54.5 + parent: 1 - uid: 6374 components: - type: Transform @@ -101397,6 +101404,12 @@ entities: rot: 3.141592653589793 rad pos: 118.5,107.5 parent: 1 + - uid: 4075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,46.5 + parent: 1 - uid: 4629 components: - type: Transform @@ -101421,6 +101434,11 @@ entities: rot: 3.141592653589793 rad pos: 96.5,39.5 parent: 1 + - uid: 6559 + components: + - type: Transform + pos: 123.5,49.5 + parent: 1 - uid: 6741 components: - type: Transform @@ -101497,6 +101515,29 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,124.5 parent: 1 + - uid: 21891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,47.5 + parent: 1 + - uid: 21908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,46.5 + parent: 1 + - uid: 22581 + components: + - type: Transform + pos: 122.5,49.5 + parent: 1 + - uid: 23298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,48.5 + parent: 1 - uid: 23789 components: - type: Transform @@ -101642,11 +101683,6 @@ entities: parent: 1 - proto: CheckerBoard entities: - - uid: 5889 - components: - - type: Transform - pos: 126.65437,46.64785 - parent: 1 - uid: 27213 components: - type: Transform @@ -101706,17 +101742,17 @@ entities: - type: Transform pos: 28.472893,102.60607 parent: 1 - - uid: 21440 - components: - - type: Transform - pos: 122.51682,56.691635 - parent: 1 - uid: 27210 components: - type: Transform rot: -75.39822368615505 rad pos: 80.47809,58.50562 parent: 1 + - uid: 28583 + components: + - type: Transform + pos: 134.5,50.5 + parent: 1 - proto: ChurchBell entities: - uid: 26943 @@ -101901,6 +101937,12 @@ entities: - type: Transform pos: 40.739925,74.47635 parent: 1 + - uid: 21818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.59018,49.888798 + parent: 1 - uid: 26891 components: - type: Transform @@ -102912,11 +102954,6 @@ entities: - type: Transform pos: 125.5,88.5 parent: 1 - - uid: 30690 - components: - - type: Transform - pos: 122.5,42.5 - parent: 1 - uid: 31844 components: - type: Transform @@ -103455,33 +103492,6 @@ entities: rot: -25.132741228718352 rad pos: 61.578194,97.46602 parent: 1 -- proto: ClothingHeadBandRed - entities: - - uid: 5512 - components: - - type: Transform - rot: -56.54866776461632 rad - pos: 123.61904,57.610954 - parent: 1 - - uid: 22150 - components: - - type: Transform - rot: -56.54866776461632 rad - pos: 123.38293,57.437344 - parent: 1 - - uid: 22250 - components: - - type: Transform - rot: -56.54866776461632 rad - pos: 123.57043,57.333176 - parent: 1 -- proto: ClothingHeadHatBeretFrench - entities: - - uid: 23608 - components: - - type: Transform - pos: 127.20696,43.77549 - parent: 1 - proto: ClothingHeadHatCardborg entities: - uid: 26751 @@ -103830,10 +103840,10 @@ entities: parent: 1 - proto: ClothingOuterCoatGentle entities: - - uid: 6557 + - uid: 22559 components: - type: Transform - pos: 126.5,52.5 + pos: 132.51215,42.644016 parent: 1 - proto: ClothingOuterCoatRnd entities: @@ -104854,6 +104864,11 @@ entities: parent: 1 - proto: ComputerTelevision entities: + - uid: 6118 + components: + - type: Transform + pos: 122.5,45.5 + parent: 1 - uid: 11453 components: - type: Transform @@ -104874,11 +104889,6 @@ entities: - type: Transform pos: 142.5,102.5 parent: 1 - - uid: 21478 - components: - - type: Transform - pos: 126.5,58.5 - parent: 1 - uid: 26591 components: - type: Transform @@ -105666,6 +105676,11 @@ entities: parent: 1 - proto: CrayonBox entities: + - uid: 22544 + components: + - type: Transform + pos: 128.5,42.5 + parent: 1 - uid: 26770 components: - type: Transform @@ -105703,12 +105718,6 @@ entities: rot: -138.2300767579507 rad pos: 54.47016,25.617409 parent: 1 - - uid: 21501 - components: - - type: Transform - rot: -37.69911184307754 rad - pos: 134.49756,43.489326 - parent: 1 - uid: 23775 components: - type: Transform @@ -106013,6 +106022,13 @@ entities: - type: Transform pos: 36.5,57.5 parent: 1 +- proto: DefaultStationBeaconBrig + entities: + - uid: 21620 + components: + - type: Transform + pos: 128.5,51.5 + parent: 1 - proto: DefaultStationBeaconCaptainsQuarters entities: - uid: 13473 @@ -106489,10 +106505,11 @@ entities: parent: 1 - proto: DiceBag entities: - - uid: 6558 + - uid: 22564 components: - type: Transform - pos: 126.5,46.5 + rot: -37.69911184307754 rad + pos: 123.394966,47.951202 parent: 1 - uid: 26902 components: @@ -106564,12 +106581,6 @@ entities: rot: -1.5707963267948966 rad pos: 111.5,50.5 parent: 1 - - uid: 5266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,58.5 - parent: 1 - uid: 5410 components: - type: Transform @@ -106582,11 +106593,6 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,114.5 parent: 1 - - uid: 5991 - components: - - type: Transform - pos: 126.5,64.5 - parent: 1 - uid: 6142 components: - type: Transform @@ -106611,12 +106617,6 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,49.5 parent: 1 - - uid: 8665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,58.5 - parent: 1 - uid: 10599 components: - type: Transform @@ -107066,11 +107066,16 @@ entities: - type: Transform pos: 122.5,71.5 parent: 1 - - uid: 21226 + - uid: 21287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,62.5 + rot: 3.141592653589793 rad + pos: 129.5,56.5 + parent: 1 + - uid: 21292 + components: + - type: Transform + pos: 132.5,56.5 parent: 1 - uid: 21385 components: @@ -107078,6 +107083,23 @@ entities: rot: 1.5707963267948966 rad pos: 137.5,144.5 parent: 1 + - uid: 21416 + components: + - type: Transform + pos: 131.5,65.5 + parent: 1 + - uid: 21612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,46.5 + parent: 1 + - uid: 21613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,65.5 + parent: 1 - uid: 21659 components: - type: Transform @@ -107090,11 +107112,6 @@ entities: rot: -1.5707963267948966 rad pos: 153.5,108.5 parent: 1 - - uid: 21747 - components: - - type: Transform - pos: 134.5,62.5 - parent: 1 - uid: 21883 components: - type: Transform @@ -107238,11 +107255,17 @@ entities: rot: -1.5707963267948966 rad pos: 129.5,73.5 parent: 1 - - uid: 22769 + - uid: 22795 components: - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,64.5 + rot: 1.5707963267948966 rad + pos: 125.5,46.5 + parent: 1 + - uid: 22797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,41.5 parent: 1 - uid: 23218 components: @@ -107504,12 +107527,6 @@ entities: rot: -1.5707963267948966 rad pos: 146.5,69.5 parent: 1 - - uid: 31900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,46.5 - parent: 1 - uid: 33342 components: - type: Transform @@ -107973,6 +107990,12 @@ entities: rot: -1.5707963267948966 rad pos: 143.5,98.5 parent: 1 + - uid: 21246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,43.5 + parent: 1 - uid: 21683 components: - type: Transform @@ -107996,6 +108019,12 @@ entities: rot: 3.141592653589793 rad pos: 103.5,106.5 parent: 1 + - uid: 28652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,65.5 + parent: 1 - uid: 28962 components: - type: Transform @@ -108124,8 +108153,8 @@ entities: - uid: 4499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,64.5 + rot: 1.5707963267948966 rad + pos: 125.5,65.5 parent: 1 - uid: 4693 components: @@ -108143,6 +108172,12 @@ entities: - type: Transform pos: 95.5,48.5 parent: 1 + - uid: 4824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,65.5 + parent: 1 - uid: 4900 components: - type: Transform @@ -108161,6 +108196,12 @@ entities: rot: 1.5707963267948966 rad pos: 126.5,73.5 parent: 1 + - uid: 5300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,65.5 + parent: 1 - uid: 5403 components: - type: Transform @@ -108173,17 +108214,6 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,53.5 parent: 1 - - uid: 5617 - components: - - type: Transform - pos: 131.5,61.5 - parent: 1 - - uid: 5634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,62.5 - parent: 1 - uid: 5683 components: - type: Transform @@ -108225,16 +108255,6 @@ entities: rot: 1.5707963267948966 rad pos: 137.5,46.5 parent: 1 - - uid: 6312 - components: - - type: Transform - pos: 126.5,59.5 - parent: 1 - - uid: 6324 - components: - - type: Transform - pos: 123.5,54.5 - parent: 1 - uid: 6335 components: - type: Transform @@ -108253,6 +108273,11 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,57.5 parent: 1 + - uid: 6516 + components: + - type: Transform + pos: 132.5,49.5 + parent: 1 - uid: 6531 components: - type: Transform @@ -108281,6 +108306,12 @@ entities: - type: Transform pos: 82.5,57.5 parent: 1 + - uid: 7989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,41.5 + parent: 1 - uid: 8012 components: - type: Transform @@ -111102,6 +111133,12 @@ entities: rot: -1.5707963267948966 rad pos: 147.5,77.5 parent: 1 + - uid: 18404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,43.5 + parent: 1 - uid: 18407 components: - type: Transform @@ -112946,51 +112983,46 @@ entities: rot: -1.5707963267948966 rad pos: 126.5,72.5 parent: 1 - - uid: 21223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,62.5 - parent: 1 - uid: 21240 components: - type: Transform rot: 1.5707963267948966 rad pos: 137.5,52.5 parent: 1 - - uid: 21245 + - uid: 21254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,58.5 - parent: 1 - - uid: 21246 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,58.5 - parent: 1 - - uid: 21249 - components: - - type: Transform - rot: 1.5707963267948966 rad + rot: 3.141592653589793 rad pos: 129.5,58.5 parent: 1 - - uid: 21259 + - uid: 21255 components: - type: Transform - pos: 123.5,56.5 + rot: -1.5707963267948966 rad + pos: 131.5,56.5 parent: 1 - uid: 21262 components: - type: Transform - pos: 131.5,59.5 + rot: -1.5707963267948966 rad + pos: 130.5,56.5 parent: 1 - - uid: 21287 + - uid: 21265 components: - type: Transform rot: 1.5707963267948966 rad - pos: 127.5,58.5 + pos: 127.5,65.5 + parent: 1 + - uid: 21282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,65.5 + parent: 1 + - uid: 21303 + components: + - type: Transform + pos: 132.5,51.5 parent: 1 - uid: 21318 components: @@ -113032,6 +113064,11 @@ entities: rot: -1.5707963267948966 rad pos: 123.5,72.5 parent: 1 + - uid: 21520 + components: + - type: Transform + pos: 132.5,47.5 + parent: 1 - uid: 21534 components: - type: Transform @@ -113054,6 +113091,11 @@ entities: rot: 1.5707963267948966 rad pos: 138.5,51.5 parent: 1 + - uid: 21610 + components: + - type: Transform + pos: 122.5,66.5 + parent: 1 - uid: 21651 components: - type: Transform @@ -113084,11 +113126,17 @@ entities: rot: 3.141592653589793 rad pos: 149.5,97.5 parent: 1 - - uid: 21748 + - uid: 21737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,65.5 + rot: 1.5707963267948966 rad + pos: 131.5,46.5 + parent: 1 + - uid: 21740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,46.5 parent: 1 - uid: 21750 components: @@ -113126,11 +113174,17 @@ entities: rot: -1.5707963267948966 rad pos: 86.5,63.5 parent: 1 - - uid: 21793 + - uid: 21800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,46.5 + parent: 1 + - uid: 21801 components: - type: Transform rot: -1.5707963267948966 rad - pos: 123.5,64.5 + pos: 124.5,43.5 parent: 1 - uid: 21809 components: @@ -113150,11 +113204,11 @@ entities: rot: 3.141592653589793 rad pos: 122.5,67.5 parent: 1 - - uid: 21852 + - uid: 21836 components: - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,66.5 + rot: -1.5707963267948966 rad + pos: 124.5,41.5 parent: 1 - uid: 21872 components: @@ -113168,10 +113222,11 @@ entities: rot: -1.5707963267948966 rad pos: 122.5,72.5 parent: 1 - - uid: 21884 + - uid: 21901 components: - type: Transform - pos: 123.5,57.5 + rot: 1.5707963267948966 rad + pos: 126.5,46.5 parent: 1 - uid: 21945 components: @@ -113191,12 +113246,24 @@ entities: rot: 1.5707963267948966 rad pos: 96.5,50.5 parent: 1 + - uid: 22094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,44.5 + parent: 1 - uid: 22102 components: - type: Transform rot: 1.5707963267948966 rad pos: 145.5,98.5 parent: 1 + - uid: 22147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,45.5 + parent: 1 - uid: 22176 components: - type: Transform @@ -113227,6 +113294,12 @@ entities: rot: -1.5707963267948966 rad pos: 91.5,52.5 parent: 1 + - uid: 22277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,46.5 + parent: 1 - uid: 22281 components: - type: Transform @@ -113522,10 +113595,16 @@ entities: rot: 3.141592653589793 rad pos: 127.5,94.5 parent: 1 - - uid: 22357 + - uid: 22351 components: - type: Transform - pos: 123.5,55.5 + pos: 125.5,42.5 + parent: 1 + - uid: 22352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,46.5 parent: 1 - uid: 22361 components: @@ -113910,6 +113989,11 @@ entities: rot: 3.141592653589793 rad pos: 120.5,74.5 parent: 1 + - uid: 22461 + components: + - type: Transform + pos: 132.5,52.5 + parent: 1 - uid: 22470 components: - type: Transform @@ -113934,6 +114018,12 @@ entities: rot: 1.5707963267948966 rad pos: 128.5,73.5 parent: 1 + - uid: 22474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,64.5 + parent: 1 - uid: 22478 components: - type: Transform @@ -113988,6 +114078,12 @@ entities: - type: Transform pos: 139.5,75.5 parent: 1 + - uid: 22501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,65.5 + parent: 1 - uid: 22502 components: - type: Transform @@ -114168,23 +114264,18 @@ entities: - type: Transform pos: 145.5,50.5 parent: 1 + - uid: 22539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,60.5 + parent: 1 - uid: 22543 components: - type: Transform rot: 3.141592653589793 rad pos: 118.5,59.5 parent: 1 - - uid: 22544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,58.5 - parent: 1 - - uid: 22545 - components: - - type: Transform - pos: 131.5,60.5 - parent: 1 - uid: 22551 components: - type: Transform @@ -114193,8 +114284,8 @@ entities: - uid: 22553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,58.5 + rot: 3.141592653589793 rad + pos: 129.5,57.5 parent: 1 - uid: 22562 components: @@ -114273,43 +114364,22 @@ entities: rot: 3.141592653589793 rad pos: 84.5,54.5 parent: 1 - - uid: 22708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,64.5 - parent: 1 - - uid: 22710 - components: - - type: Transform - pos: 126.5,61.5 - parent: 1 - uid: 22746 components: - type: Transform rot: 1.5707963267948966 rad pos: 122.5,73.5 parent: 1 - - uid: 22755 + - uid: 22759 components: - type: Transform - pos: 126.5,60.5 - parent: 1 - - uid: 22768 - components: - - type: Transform - pos: 126.5,62.5 + pos: 132.5,48.5 parent: 1 - uid: 22779 components: - type: Transform pos: 139.5,47.5 parent: 1 - - uid: 22831 - components: - - type: Transform - pos: 126.5,63.5 - parent: 1 - uid: 22836 components: - type: Transform @@ -114322,16 +114392,55 @@ entities: rot: 1.5707963267948966 rad pos: 124.5,73.5 parent: 1 + - uid: 22857 + components: + - type: Transform + pos: 132.5,50.5 + parent: 1 + - uid: 22869 + components: + - type: Transform + pos: 132.5,53.5 + parent: 1 + - uid: 22873 + components: + - type: Transform + pos: 132.5,54.5 + parent: 1 + - uid: 22874 + components: + - type: Transform + pos: 132.5,55.5 + parent: 1 + - uid: 22884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,61.5 + parent: 1 - uid: 22893 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,52.5 parent: 1 - - uid: 23010 + - uid: 22908 components: - type: Transform - pos: 123.5,53.5 + rot: 3.141592653589793 rad + pos: 129.5,59.5 + parent: 1 + - uid: 22921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,62.5 + parent: 1 + - uid: 22946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,63.5 parent: 1 - uid: 23029 components: @@ -115265,6 +115374,12 @@ entities: rot: -1.5707963267948966 rad pos: 103.5,40.5 parent: 1 + - uid: 25853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,65.5 + parent: 1 - uid: 26229 components: - type: Transform @@ -117038,38 +117153,6 @@ entities: - type: Transform pos: 146.5,71.5 parent: 1 - - uid: 31899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,47.5 - parent: 1 - - uid: 31901 - components: - - type: Transform - pos: 123.5,49.5 - parent: 1 - - uid: 31902 - components: - - type: Transform - pos: 123.5,50.5 - parent: 1 - - uid: 31903 - components: - - type: Transform - pos: 123.5,51.5 - parent: 1 - - uid: 31904 - components: - - type: Transform - pos: 123.5,52.5 - parent: 1 - - uid: 31919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,48.5 - parent: 1 - uid: 32247 components: - type: Transform @@ -118209,17 +118292,29 @@ entities: rot: 1.5707963267948966 rad pos: 136.5,52.5 parent: 1 + - uid: 21424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,64.5 + parent: 1 - uid: 21578 components: - type: Transform rot: 1.5707963267948966 rad pos: 136.5,46.5 parent: 1 - - uid: 21867 + - uid: 21799 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,61.5 + rot: 1.5707963267948966 rad + pos: 122.5,41.5 + parent: 1 + - uid: 21916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,43.5 parent: 1 - uid: 22468 components: @@ -118392,12 +118487,6 @@ entities: rot: -1.5707963267948966 rad pos: 152.5,96.5 parent: 1 - - uid: 31922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,46.5 - parent: 1 - uid: 33418 components: - type: Transform @@ -118681,6 +118770,11 @@ entities: - type: Transform pos: 46.5,95.5 parent: 1 + - uid: 21599 + components: + - type: Transform + pos: 131.5,64.5 + parent: 1 - uid: 22497 components: - type: Transform @@ -118801,11 +118895,6 @@ entities: - type: Transform pos: 54.5,107.5 parent: 1 - - uid: 31923 - components: - - type: Transform - pos: 122.5,46.5 - parent: 1 - uid: 32976 components: - type: Transform @@ -118856,12 +118945,6 @@ entities: - type: Transform pos: 84.5,63.5 parent: 1 - - uid: 22542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,58.5 - parent: 1 - uid: 22940 components: - type: Transform @@ -119173,6 +119256,21 @@ entities: - type: Transform pos: 106.24439,106.54091 parent: 1 + - uid: 22481 + components: + - type: Transform + pos: 129.41496,50.90518 + parent: 1 + - uid: 22485 + components: + - type: Transform + pos: 129.60246,50.65518 + parent: 1 + - uid: 22567 + components: + - type: Transform + pos: 129.26913,50.62393 + parent: 1 - uid: 32103 components: - type: Transform @@ -119308,17 +119406,10 @@ entities: parent: 1 - proto: DrinkMilkCarton entities: - - uid: 21952 + - uid: 5830 components: - type: Transform - rot: -31.415926535897945 rad - pos: 129.29666,43.62626 - parent: 1 - - uid: 22147 - components: - - type: Transform - rot: -31.415926535897945 rad - pos: 129.46088,43.496628 + pos: 126.91335,52.77643 parent: 1 - proto: DrinkMug entities: @@ -119991,6 +120082,12 @@ entities: rot: 3.141592653589793 rad pos: 86.5,125.5 parent: 1 + - uid: 21510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,48.5 + parent: 1 - uid: 21602 components: - type: Transform @@ -120002,12 +120099,6 @@ entities: rot: -1.5707963267948966 rad pos: 129.5,70.5 parent: 1 - - uid: 22343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,50.5 - parent: 1 - uid: 22344 components: - type: Transform @@ -120020,18 +120111,17 @@ entities: rot: 1.5707963267948966 rad pos: 136.5,53.5 parent: 1 + - uid: 22715 + components: + - type: Transform + pos: 126.5,58.5 + parent: 1 - uid: 22780 components: - type: Transform rot: 3.141592653589793 rad pos: 132.5,76.5 parent: 1 - - uid: 22854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,55.5 - parent: 1 - uid: 26710 components: - type: Transform @@ -120362,12 +120452,6 @@ entities: - type: Transform pos: 144.5,71.5 parent: 1 - - uid: 27484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,49.5 - parent: 1 - uid: 27490 components: - type: Transform @@ -120553,6 +120637,17 @@ entities: rot: -1.5707963267948966 rad pos: 129.5,114.5 parent: 1 + - uid: 28653 + components: + - type: Transform + pos: 130.5,62.5 + parent: 1 + - uid: 28654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,64.5 + parent: 1 - uid: 28752 components: - type: Transform @@ -121040,6 +121135,14 @@ entities: - type: FaxMachine name: Science destinationAddress: Science + - uid: 21239 + components: + - type: Transform + pos: 130.5,53.5 + parent: 1 + - type: FaxMachine + name: Brig + destinationAddress: Brig - uid: 26764 components: - type: Transform @@ -121400,18 +121503,6 @@ entities: - 25714 - 25712 - 25713 - - uid: 8664 - components: - - type: Transform - pos: 125.5,61.5 - parent: 1 - - type: DeviceList - devices: - - 5388 - - 6058 - - 21203 - - 22727 - - 21812 - uid: 10790 components: - type: MetaData @@ -121700,26 +121791,41 @@ entities: - 19751 - 19752 - 1256 - - uid: 21194 + - uid: 21434 components: - type: MetaData - name: brig fire alarm + name: brig south fire alarm - type: Transform rot: 3.141592653589793 rad - pos: 129.5,44.5 + pos: 127.5,44.5 parent: 1 - type: DeviceList devices: - - 22604 - - 21612 - - 22484 - - 6058 - - 21203 - - 22727 - - 22718 - - 22716 - - 22607 - - 3062 + - 5150 + - 5944 + - 3542 + - 6154 + - 5692 + - 5616 + - 5299 + - uid: 21623 + components: + - type: MetaData + name: brig north fire alarm + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,59.5 + parent: 1 + - type: DeviceList + devices: + - 22348 + - 5616 + - 5692 + - 6154 + - 3542 + - 5944 + - 5150 + - 5617 - uid: 22163 components: - type: MetaData @@ -122300,7 +122406,6 @@ entities: - 12729 - 12739 - 27649 - - 30509 - proto: FireAxeCabinetFilled entities: - uid: 16214 @@ -122337,66 +122442,38 @@ entities: parent: 1 - proto: FirelockEdge entities: - - uid: 21612 + - uid: 5617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 127.5,58.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22242 + - 21623 + - 22914 + - uid: 5994 components: - type: Transform rot: -1.5707963267948966 rad - pos: 129.5,48.5 + pos: 127.5,63.5 parent: 1 - type: DeviceNetwork deviceLists: - - 21194 - - 20502 - - uid: 22484 + - 22914 + - 21321 + - uid: 22348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,51.5 + rot: 3.141592653589793 rad + pos: 129.5,58.5 parent: 1 - type: DeviceNetwork deviceLists: - - 21194 - - 20502 - - uid: 22604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - - uid: 22607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - - uid: 22716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,48.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - - uid: 22718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,51.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 + - 22242 + - 21623 + - 22914 - proto: FirelockGlass entities: - uid: 54 @@ -124201,15 +124278,6 @@ entities: - 17097 - 17013 - 17109 - - uid: 3062 - components: - - type: Transform - pos: 130.5,44.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - uid: 3066 components: - type: Transform @@ -124382,11 +124450,6 @@ entities: deviceLists: - 17091 - 17093 - - uid: 3320 - components: - - type: Transform - pos: 123.5,40.5 - parent: 1 - uid: 3332 components: - type: Transform @@ -124470,6 +124533,17 @@ entities: deviceLists: - 14597 - 2722 + - uid: 3542 + components: + - type: Transform + pos: 131.5,52.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - 21434 + - 22242 + - 21623 - uid: 3550 components: - type: Transform @@ -125315,6 +125389,17 @@ entities: - type: DeviceNetwork deviceLists: - 28638 + - uid: 5150 + components: + - type: Transform + pos: 133.5,52.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - 21434 + - 22242 + - 21623 - uid: 5168 components: - type: Transform @@ -125389,8 +125474,9 @@ entities: parent: 1 - type: DeviceNetwork deviceLists: - - 22636 + - 6000 - 28638 + - 21434 - uid: 5327 components: - type: Transform @@ -125470,24 +125556,6 @@ entities: deviceLists: - 6269 - 22914 - - uid: 5388 - components: - - type: Transform - pos: 123.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22636 - - 22359 - - 8664 - - uid: 5389 - components: - - type: Transform - pos: 123.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22636 - uid: 5427 components: - type: Transform @@ -125554,6 +125622,17 @@ entities: deviceLists: - 28488 - 28486 + - uid: 5616 + components: + - type: Transform + pos: 122.5,53.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - 21434 + - 22242 + - 21623 - uid: 5619 components: - type: Transform @@ -125586,6 +125665,17 @@ entities: - type: DeviceNetwork deviceLists: - 14601 + - uid: 5692 + components: + - type: Transform + pos: 123.5,53.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - 21434 + - 22242 + - 21623 - uid: 5711 components: - type: Transform @@ -125750,6 +125840,17 @@ entities: - 18610 - 18630 - 18634 + - uid: 5944 + components: + - type: Transform + pos: 132.5,52.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - 21434 + - 22242 + - 21623 - uid: 5992 components: - type: Transform @@ -125834,18 +125935,6 @@ entities: deviceLists: - 22265 - 22267 - - uid: 6058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,54.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - - 22359 - - 8664 - uid: 6109 components: - type: Transform @@ -125894,6 +125983,17 @@ entities: - 29826 - 29830 - 10326 + - uid: 6154 + components: + - type: Transform + pos: 124.5,53.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - 21434 + - 22242 + - 21623 - uid: 6168 components: - type: Transform @@ -126712,6 +126812,16 @@ entities: - 29481 - 29826 - 29830 + - uid: 13761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,65.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - 21321 - uid: 14493 components: - type: Transform @@ -127153,18 +127263,6 @@ entities: - 28488 - 28486 - 23328 - - uid: 21203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,54.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - - 22359 - - 8664 - uid: 21290 components: - type: Transform @@ -127251,16 +127349,6 @@ entities: - 30837 - 18616 - 18615 - - uid: 21812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,61.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8664 - - 22914 - uid: 22230 components: - type: Transform @@ -127316,11 +127404,6 @@ entities: deviceLists: - 23043 - 6233 - - uid: 22391 - components: - - type: Transform - pos: 128.5,61.5 - parent: 1 - uid: 22419 components: - type: Transform @@ -127347,21 +127430,9 @@ entities: parent: 1 - type: DeviceNetwork deviceLists: - - 22914 + - 21321 - 28596 - 28597 - - uid: 22727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,54.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 21194 - - 20502 - - 22359 - - 8664 - uid: 22818 components: - type: Transform @@ -128140,14 +128211,6 @@ entities: - type: DeviceNetwork deviceLists: - 23351 - - uid: 30509 - components: - - type: Transform - pos: 121.5,41.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 33285 - uid: 30559 components: - type: Transform @@ -128610,10 +128673,10 @@ entities: parent: 1 - type: Fixtures fixtures: {} - - uid: 21502 + - uid: 21516 components: - type: Transform - pos: 132.5,62.5 + pos: 125.5,42.5 parent: 1 - type: Fixtures fixtures: {} @@ -128988,14 +129051,6 @@ entities: - type: Transform pos: 124.55523,103.64611 parent: 1 -- proto: FoodBreadBaguette - entities: - - uid: 32296 - components: - - type: Transform - rot: -194.7787445225668 rad - pos: 126.485794,43.59578 - parent: 1 - proto: FoodBreadMoldySlice entities: - uid: 18600 @@ -129093,11 +129148,10 @@ entities: parent: 1 - proto: FoodCondimentBottleEnzyme entities: - - uid: 21430 + - uid: 21180 components: - type: Transform - rot: -31.415926535897945 rad - pos: 129.73172,43.590378 + pos: 129.23627,51.620174 parent: 1 - uid: 27380 components: @@ -129120,14 +129174,6 @@ entities: rot: -18.84955592153876 rad pos: 112.627594,104.57216 parent: 1 -- proto: FoodCondimentPacketSalt - entities: - - uid: 21489 - components: - - type: Transform - rot: -56.54866776461632 rad - pos: 123.07737,56.958176 - parent: 1 - proto: FoodDonutCaramel entities: - uid: 10311 @@ -129345,20 +129391,6 @@ entities: - type: Transform pos: 113.46483,96.76889 parent: 1 -- proto: FoodPlatePlastic - entities: - - uid: 5383 - components: - - type: Transform - rot: -56.54866776461632 rad - pos: 122.598206,57.694286 - parent: 1 - - uid: 22630 - components: - - type: Transform - rot: -56.54866776461632 rad - pos: 123.38987,56.708176 - parent: 1 - proto: FoodPlateSmallTrash entities: - uid: 33539 @@ -129521,14 +129553,6 @@ entities: - type: Transform pos: 144.5,60.5 parent: 1 -- proto: FoodSoupEscargot - entities: - - uid: 7988 - components: - - type: Transform - rot: -201.06192982974636 rad - pos: 126.78421,43.42259 - parent: 1 - proto: FoodTartGrape entities: - uid: 19557 @@ -129575,13 +129599,6 @@ entities: - type: Transform pos: 104.4918,104.48849 parent: 1 -- proto: FrenchHornInstrument - entities: - - uid: 7989 - components: - - type: Transform - pos: 127.5,43.5 - parent: 1 - proto: GameMasterCircuitBoard entities: - uid: 13262 @@ -130012,6 +130029,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 1746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,63.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1785 components: - type: Transform @@ -131325,21 +131350,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12413 - components: - - type: Transform - pos: 126.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12506 components: - type: Transform @@ -131773,14 +131783,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#00FFFFFF' - - uid: 15973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 16039 components: - type: Transform @@ -132473,6 +132475,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 118.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21224 components: - type: Transform @@ -132481,11 +132491,19 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21414 + - uid: 21306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,61.5 + rot: 3.141592653589793 rad + pos: 123.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,41.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -132496,6 +132514,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21552 components: - type: Transform @@ -132550,14 +132576,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21778 components: - type: Transform @@ -132581,14 +132599,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21891 + - uid: 21885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,64.5 + pos: 132.5,47.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 21907 components: - type: Transform @@ -132605,6 +132622,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21986 + components: + - type: Transform + pos: 119.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22133 components: - type: Transform @@ -132643,13 +132667,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22350 - components: - - type: Transform - pos: 128.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22464 components: - type: Transform @@ -132657,21 +132674,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22584 + - uid: 22572 components: - type: Transform rot: 3.141592653589793 rad - pos: 122.5,47.5 + pos: 122.5,63.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22586 + color: '#0055CCFF' + - uid: 22579 components: - type: Transform - pos: 122.5,48.5 + pos: 127.5,63.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 22590 components: - type: Transform @@ -132679,14 +132696,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22830 components: - type: Transform @@ -132695,6 +132704,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22918 components: - type: Transform @@ -132719,41 +132736,34 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23041 + - uid: 23047 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,42.5 + pos: 128.5,41.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23066 - components: - - type: Transform - pos: 125.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23179 + - uid: 23065 components: - type: Transform rot: 1.5707963267948966 rad - pos: 123.5,46.5 + pos: 122.5,57.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23180 + - uid: 23105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,46.5 + rot: 3.141592653589793 rad + pos: 124.5,51.5 parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23181 + color: '#990000FF' + - uid: 23144 components: - type: Transform - pos: 124.5,50.5 + pos: 125.5,50.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -132783,23 +132793,7 @@ entities: - uid: 23288 components: - type: Transform - pos: 120.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 120.5,44.5 + pos: 131.5,57.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -132811,14 +132805,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23304 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 118.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23340 components: - type: Transform @@ -133130,6 +133116,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 24310 + components: + - type: Transform + pos: 129.5,63.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 24327 components: - type: Transform @@ -133512,6 +133505,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 25924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 25934 components: - type: Transform @@ -133830,6 +133831,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 28640 + components: + - type: Transform + pos: 126.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29128 components: - type: Transform @@ -134568,13 +134576,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21282 - components: - - type: Transform - pos: 128.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21386 components: - type: Transform @@ -134589,13 +134590,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21515 - components: - - type: Transform - pos: 131.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21714 components: - type: Transform @@ -134610,31 +134604,10 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22454 + - uid: 22911 components: - type: Transform - pos: 131.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22980 - components: - - type: Transform - pos: 131.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23005 - components: - - type: Transform - pos: 129.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23007 - components: - - type: Transform - pos: 129.5,49.5 + pos: 128.5,65.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -135864,13 +135837,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4079 - components: - - type: Transform - pos: 131.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4082 components: - type: Transform @@ -136045,6 +136011,14 @@ entities: - type: Transform pos: 92.5,36.5 parent: 1 + - uid: 4394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,63.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4414 components: - type: Transform @@ -136261,6 +136235,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,63.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5125 components: - type: Transform @@ -136364,6 +136346,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,63.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5287 components: - type: Transform @@ -136435,6 +136425,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 133.5,44.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5591 components: - type: Transform @@ -136443,30 +136441,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5692 + - uid: 5635 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,56.5 + pos: 129.5,44.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,44.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5693 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5730 components: - type: Transform @@ -136506,37 +136496,43 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5987 + components: + - type: Transform + pos: 133.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5988 + components: + - type: Transform + pos: 133.5,53.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,59.5 + rot: -1.5707963267948966 rad + pos: 130.5,47.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - uid: 5990 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,53.5 + pos: 127.5,60.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5998 + - uid: 5997 components: - type: Transform rot: -1.5707963267948966 rad - pos: 132.5,52.5 + pos: 129.5,47.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6000 - components: - - type: Transform - pos: 123.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 6040 components: - type: Transform @@ -136640,52 +136636,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6162 - components: - - type: Transform - pos: 131.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6163 - components: - - type: Transform - pos: 131.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6230 components: - type: Transform @@ -136804,6 +136754,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6423 components: - type: Transform @@ -136842,6 +136808,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6581 + components: + - type: Transform + pos: 126.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6683 components: - type: Transform @@ -149388,13 +149369,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10575 - components: - - type: Transform - pos: 126.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10576 components: - type: Transform @@ -150151,14 +150125,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10755 components: - type: Transform @@ -153522,27 +153488,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 15972 - components: - - type: Transform - pos: 126.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15975 - components: - - type: Transform - pos: 128.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15976 - components: - - type: Transform - pos: 129.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15982 components: - type: Transform @@ -155787,14 +155732,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18306 components: - type: Transform @@ -156241,14 +156178,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18448 components: - type: Transform @@ -157114,13 +157043,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19357 - components: - - type: Transform - pos: 129.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19395 components: - type: Transform @@ -157153,14 +157075,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 19504 components: - type: Transform @@ -157615,14 +157529,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 19730 components: - type: Transform @@ -158177,14 +158083,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 20221 components: - type: Transform @@ -158432,34 +158330,49 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21181 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,55.5 + pos: 128.5,42.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21185 + - uid: 21201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,43.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21206 + components: + - type: Transform + pos: 131.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21207 + components: + - type: Transform + pos: 131.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21210 components: - type: Transform rot: -1.5707963267948966 rad - pos: 124.5,64.5 + pos: 121.5,50.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 21218 components: - type: Transform - pos: 131.5,60.5 + rot: -1.5707963267948966 rad + pos: 120.5,50.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -158478,6 +158391,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,61.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21277 components: - type: Transform @@ -158534,29 +158455,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21300 - components: - - type: Transform - pos: 129.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,48.5 + pos: 128.5,46.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21390 components: - type: Transform @@ -158593,6 +158498,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21397 components: - type: Transform @@ -158664,6 +158577,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21433 components: - type: Transform @@ -158672,6 +158593,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,44.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21445 components: - type: Transform @@ -158995,6 +158924,66 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21504 + components: + - type: Transform + pos: 133.5,54.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21506 + components: + - type: Transform + pos: 127.5,58.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,44.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21511 + components: + - type: Transform + pos: 133.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,66.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,53.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21529 + components: + - type: Transform + pos: 129.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21536 components: - type: Transform @@ -159184,22 +159173,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21577 + - uid: 21572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,58.5 + rot: 3.141592653589793 rad + pos: 125.5,43.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21597 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21598 components: - type: Transform @@ -159619,20 +159600,36 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21737 + - uid: 21733 components: - type: Transform - pos: 128.5,59.5 + pos: 129.5,62.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21738 + - uid: 21745 components: - type: Transform - pos: 126.5,62.5 + rot: -1.5707963267948966 rad + pos: 130.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21748 + components: + - type: Transform + pos: 131.5,51.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21763 components: - type: Transform @@ -159724,30 +159721,135 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21845 + - uid: 21788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,64.5 + pos: 129.5,58.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21888 + - uid: 21794 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,54.5 + pos: 122.5,53.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21795 + components: + - type: Transform + pos: 128.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21810 + components: + - type: Transform + pos: 129.5,60.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,54.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21813 + components: + - type: Transform + pos: 133.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21816 + components: + - type: Transform + pos: 129.5,59.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21823 + components: + - type: Transform + pos: 129.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,54.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21897 + components: + - type: Transform + pos: 133.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21904 components: - type: Transform @@ -159772,6 +159874,30 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,51.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21929 components: - type: Transform @@ -159780,13 +159906,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21941 - components: - - type: Transform - pos: 126.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21944 components: - type: Transform @@ -159794,6 +159913,28 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21946 + components: + - type: Transform + pos: 131.5,53.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21948 + components: + - type: Transform + pos: 131.5,52.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21975 components: - type: Transform @@ -159825,21 +159966,28 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22148 + - uid: 22127 components: - type: Transform - pos: 128.5,58.5 + pos: 127.5,59.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22162 + color: '#0055CCFF' + - uid: 22131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,65.5 + rot: -1.5707963267948966 rad + pos: 126.5,47.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' + - uid: 22155 + components: + - type: Transform + pos: 131.5,56.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22165 components: - type: Transform @@ -160265,26 +160413,41 @@ entities: - uid: 22270 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,57.5 + rot: 1.5707963267948966 rad + pos: 126.5,57.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22271 + - uid: 22349 + components: + - type: Transform + pos: 131.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22354 components: - type: Transform rot: -1.5707963267948966 rad - pos: 128.5,49.5 + pos: 132.5,55.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22351 + - uid: 22356 components: - type: Transform - pos: 126.5,61.5 + rot: 1.5707963267948966 rad + pos: 127.5,45.5 parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' + - uid: 22359 + components: + - type: Transform + pos: 133.5,49.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22398 components: - type: Transform @@ -160309,38 +160472,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22459 components: - type: Transform @@ -160349,14 +160480,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22461 + - uid: 22460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,64.5 + rot: 3.141592653589793 rad + pos: 132.5,43.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 22462 components: - type: Transform @@ -160365,21 +160496,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22485 - components: - - type: Transform - pos: 129.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22563 components: - type: Transform @@ -160388,66 +160504,26 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22564 + - uid: 22574 components: - type: Transform - pos: 122.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,48.5 + rot: 1.5707963267948966 rad + pos: 131.5,61.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - uid: 22582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,48.5 + pos: 131.5,54.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 22583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,48.5 + rot: 3.141592653589793 rad + pos: 133.5,50.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -160482,6 +160558,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22663 components: - type: Transform @@ -160490,6 +160574,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22676 components: - type: Transform @@ -160506,18 +160598,11 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22707 + - uid: 22705 components: - type: Transform - pos: 128.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,45.5 + rot: 3.141592653589793 rad + pos: 122.5,64.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -160529,14 +160614,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22750 components: - type: Transform @@ -160553,51 +160630,35 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22756 + - uid: 22767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,52.5 + rot: 1.5707963267948966 rad + pos: 124.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,45.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22758 + - uid: 22801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,48.5 + rot: 1.5707963267948966 rad + pos: 124.5,50.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -160605,22 +160666,15 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 132.5,51.5 + pos: 125.5,51.5 parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22829 + color: '#990000FF' + - uid: 22828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22838 - components: - - type: Transform - pos: 126.5,63.5 + rot: 3.141592653589793 rad + pos: 122.5,66.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -160632,14 +160686,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22916 components: - type: Transform @@ -160648,17 +160694,19 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22942 + - uid: 22934 components: - type: Transform - pos: 129.5,51.5 + rot: -1.5707963267948966 rad + pos: 125.5,46.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 22946 + - uid: 22942 components: - type: Transform - pos: 128.5,57.5 + rot: -1.5707963267948966 rad + pos: 129.5,65.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -160677,36 +160725,44 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22962 + - uid: 22997 components: - type: Transform - pos: 128.5,60.5 + rot: -1.5707963267948966 rad + pos: 124.5,65.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 23006 + - uid: 23007 components: - type: Transform - pos: 131.5,50.5 + rot: 3.141592653589793 rad + pos: 125.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,45.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - uid: 23009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,45.5 + pos: 125.5,49.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23058 + - uid: 23010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,53.5 + pos: 125.5,48.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 23059 components: - type: Transform @@ -160715,6 +160771,29 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 23060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,65.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23062 + components: + - type: Transform + pos: 128.5,66.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,50.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23067 components: - type: Transform @@ -160770,6 +160849,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 23131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,48.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23136 components: - type: Transform @@ -160809,54 +160896,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 23175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23178 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23185 components: - type: Transform @@ -161754,6 +161793,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 24425 + components: + - type: Transform + pos: 128.5,64.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 24503 components: - type: Transform @@ -161935,6 +161981,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 25147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,61.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 25179 components: - type: Transform @@ -162208,6 +162262,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 25391 + components: + - type: Transform + pos: 127.5,62.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 25415 components: - type: Transform @@ -163754,6 +163815,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 25899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 25900 components: - type: Transform @@ -169011,14 +169080,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3349 components: - type: Transform @@ -169079,13 +169140,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3472 - components: - - type: Transform - pos: 119.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 3474 components: - type: Transform @@ -169550,14 +169604,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4850 components: - type: Transform @@ -169619,6 +169665,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 5278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 129.5,61.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5341 components: - type: Transform @@ -169643,6 +169697,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5497 components: - type: Transform @@ -169651,14 +169713,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5720 components: - type: Transform @@ -169729,13 +169783,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 6056 - components: - - type: Transform - pos: 124.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6084 components: - type: Transform @@ -170167,6 +170214,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8158 + components: + - type: Transform + pos: 123.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8165 components: - type: Transform @@ -171310,13 +171364,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18404 - components: - - type: Transform - pos: 130.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18454 components: - type: Transform @@ -171584,6 +171631,22 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,50.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21541 components: - type: Transform @@ -171682,6 +171745,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 21747 + components: + - type: Transform + pos: 128.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21769 components: - type: Transform @@ -171690,13 +171760,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21794 - components: - - type: Transform - pos: 123.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21798 components: - type: Transform @@ -171721,11 +171784,11 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' - - uid: 21886 + - uid: 21845 components: - type: Transform rot: -1.5707963267948966 rad - pos: 127.5,64.5 + pos: 133.5,46.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -171733,14 +171796,14 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,46.5 + pos: 123.5,63.5 parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21920 + color: '#0055CCFF' + - uid: 21893 components: - type: Transform - pos: 129.5,56.5 + pos: 125.5,65.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' @@ -171767,6 +171830,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,45.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22243 components: - type: Transform @@ -171774,6 +171845,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,55.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22254 components: - type: Transform @@ -171782,18 +171861,19 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22395 + - uid: 22575 components: - type: Transform - pos: 130.5,45.5 + rot: 1.5707963267948966 rad + pos: 127.5,61.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22449 + - uid: 22615 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,45.5 + pos: 127.5,57.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -171829,6 +171909,30 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 22763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,50.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,50.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22894 components: - type: Transform @@ -171860,14 +171964,21 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23019 + - uid: 23109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,46.5 + pos: 129.5,45.5 parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 23183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,47.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23217 components: - type: Transform @@ -171892,6 +172003,14 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 23289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,46.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23389 components: - type: Transform @@ -172592,6 +172711,13 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 27230 + components: + - type: Transform + pos: 130.5,57.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 27587 components: - type: Transform @@ -173695,6 +173821,16 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 3353 + components: + - type: Transform + pos: 123.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21321 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 3424 components: - type: Transform @@ -173749,26 +173885,15 @@ entities: - 22263 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5268 + - uid: 5383 components: - type: Transform rot: 1.5707963267948966 rad - pos: 127.5,48.5 + pos: 124.5,42.5 parent: 1 - type: DeviceNetwork deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5994 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 + - 6000 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6025 @@ -173782,17 +173907,6 @@ entities: - 18634 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,58.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22359 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7183 components: - type: Transform @@ -174735,28 +174849,6 @@ entities: - 20336 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,48.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,51.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21271 components: - type: Transform @@ -174767,6 +174859,28 @@ entities: - 23043 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,41.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 129.5,41.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21592 components: - type: Transform @@ -174857,6 +174971,17 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,61.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21930 components: - type: Transform @@ -174868,17 +174993,6 @@ entities: - 6269 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22914 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 22172 components: - type: Transform @@ -174938,25 +175052,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,50.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 22554 components: - type: Transform @@ -174965,39 +175060,6 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22587 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22636 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,57.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22359 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 22744 components: - type: Transform @@ -175017,23 +175079,47 @@ entities: parent: 1 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22971 + - uid: 22858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,51.5 + rot: 3.141592653589793 rad + pos: 130.5,56.5 parent: 1 - type: DeviceNetwork deviceLists: - - 20502 + - 22242 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23080 + components: + - type: Transform + pos: 123.5,51.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,56.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22242 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,50.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 - type: AtmosPipeColor color: '#0055CCFF' - uid: 23365 @@ -176133,17 +176219,6 @@ entities: - 1588 - type: AtmosPipeColor color: '#990000FF' - - uid: 1697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#990000FF' - uid: 1721 components: - type: Transform @@ -176209,17 +176284,6 @@ entities: - 19097 - type: AtmosPipeColor color: '#990000FF' - - uid: 4077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4705 components: - type: Transform @@ -176242,6 +176306,17 @@ entities: - 6269 - type: AtmosPipeColor color: '#990000FF' + - uid: 5266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,64.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 21321 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5732 components: - type: Transform @@ -177066,6 +177141,17 @@ entities: - 26182 - type: AtmosPipeColor color: '#990000FF' + - uid: 21178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 133.5,43.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21197 components: - type: Transform @@ -177085,28 +177171,6 @@ entities: - 23043 - type: AtmosPipeColor color: '#990000FF' - - uid: 21297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,56.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22359 - - type: AtmosPipeColor - color: '#990000FF' - uid: 21624 components: - type: Transform @@ -177167,6 +177231,17 @@ entities: - 22263 - type: AtmosPipeColor color: '#990000FF' + - uid: 21736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,61.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22914 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21777 components: - type: Transform @@ -177178,6 +177253,17 @@ entities: - 22269 - type: AtmosPipeColor color: '#990000FF' + - uid: 21826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,43.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22173 components: - type: Transform @@ -177200,71 +177286,6 @@ entities: - 22229 - type: AtmosPipeColor color: '#990000FF' - - uid: 22466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,57.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22359 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,47.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22636 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22666 - components: - - type: Transform - pos: 130.5,47.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 22914 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,46.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 20502 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23036 components: - type: Transform @@ -177276,15 +177297,14 @@ entities: - 22252 - type: AtmosPipeColor color: '#990000FF' - - uid: 23040 + - uid: 23178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,46.5 + pos: 126.5,56.5 parent: 1 - type: DeviceNetwork deviceLists: - - 20502 + - 22242 - type: AtmosPipeColor color: '#990000FF' - uid: 23329 @@ -177695,6 +177715,17 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 28585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 132.5,46.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#990000FF' - uid: 28630 components: - type: Transform @@ -177716,6 +177747,27 @@ entities: - 28638 - type: AtmosPipeColor color: '#990000FF' + - uid: 28644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,46.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6000 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28645 + components: + - type: Transform + pos: 133.5,56.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 22242 + - type: AtmosPipeColor + color: '#990000FF' - uid: 28905 components: - type: Transform @@ -179818,11 +179870,6 @@ entities: - type: Transform pos: 87.5,111.5 parent: 1 - - uid: 3353 - components: - - type: Transform - pos: 125.5,65.5 - parent: 1 - uid: 3380 components: - type: Transform @@ -180823,16 +180870,6 @@ entities: - type: Transform pos: 121.5,120.5 parent: 1 - - uid: 5301 - components: - - type: Transform - pos: 121.5,49.5 - parent: 1 - - uid: 5303 - components: - - type: Transform - pos: 121.5,48.5 - parent: 1 - uid: 5313 components: - type: Transform @@ -180853,11 +180890,6 @@ entities: - type: Transform pos: 122.5,120.5 parent: 1 - - uid: 5384 - components: - - type: Transform - pos: 121.5,65.5 - parent: 1 - uid: 5397 components: - type: Transform @@ -181134,11 +181166,6 @@ entities: - type: Transform pos: 72.5,111.5 parent: 1 - - uid: 5886 - components: - - type: Transform - pos: 125.5,66.5 - parent: 1 - uid: 5891 components: - type: Transform @@ -183014,29 +183041,6 @@ entities: - type: Transform pos: 163.5,93.5 parent: 1 - - uid: 21236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,40.5 - parent: 1 - - uid: 21237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,40.5 - parent: 1 - - uid: 21238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,40.5 - parent: 1 - - uid: 21573 - components: - - type: Transform - pos: 127.5,61.5 - parent: 1 - uid: 21734 components: - type: Transform @@ -183052,11 +183056,21 @@ entities: - type: Transform pos: 128.5,75.5 parent: 1 + - uid: 21955 + components: + - type: Transform + pos: 128.5,44.5 + parent: 1 - uid: 22346 components: - type: Transform pos: 134.5,67.5 parent: 1 + - uid: 22456 + components: + - type: Transform + pos: 121.5,65.5 + parent: 1 - uid: 22599 components: - type: Transform @@ -183083,21 +183097,17 @@ entities: - type: Transform pos: 130.5,155.5 parent: 1 + - uid: 22743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,40.5 + parent: 1 - uid: 22751 components: - type: Transform pos: 128.5,155.5 parent: 1 - - uid: 22752 - components: - - type: Transform - pos: 121.5,64.5 - parent: 1 - - uid: 22859 - components: - - type: Transform - pos: 123.5,67.5 - parent: 1 - uid: 22860 components: - type: Transform @@ -183128,11 +183138,6 @@ entities: - type: Transform pos: 128.5,67.5 parent: 1 - - uid: 22908 - components: - - type: Transform - pos: 125.5,63.5 - parent: 1 - uid: 22920 components: - type: Transform @@ -183148,11 +183153,36 @@ entities: - type: Transform pos: 135.5,56.5 parent: 1 + - uid: 22990 + components: + - type: Transform + pos: 121.5,55.5 + parent: 1 + - uid: 23016 + components: + - type: Transform + pos: 132.5,44.5 + parent: 1 + - uid: 23049 + components: + - type: Transform + pos: 121.5,54.5 + parent: 1 + - uid: 23075 + components: + - type: Transform + pos: 121.5,64.5 + parent: 1 - uid: 23094 components: - type: Transform pos: 158.5,95.5 parent: 1 + - uid: 23114 + components: + - type: Transform + pos: 121.5,48.5 + parent: 1 - uid: 23135 components: - type: Transform @@ -183434,6 +183464,11 @@ entities: - type: Transform pos: 126.5,120.5 parent: 1 + - uid: 27334 + components: + - type: Transform + pos: 123.5,67.5 + parent: 1 - uid: 27433 components: - type: Transform @@ -184744,11 +184779,6 @@ entities: - type: Transform pos: 88.5,62.5 parent: 1 - - uid: 32295 - components: - - type: Transform - pos: 125.5,43.5 - parent: 1 - uid: 32348 components: - type: Transform @@ -185544,6 +185574,11 @@ entities: parent: 1 - proto: HarmonicaInstrument entities: + - uid: 21522 + components: + - type: Transform + pos: 123.06688,48.15433 + parent: 1 - uid: 26785 components: - type: Transform @@ -185977,10 +186012,10 @@ entities: parent: 1 - proto: HolopadSecurityBrig entities: - - uid: 21532 + - uid: 22343 components: - type: Transform - pos: 125.5,58.5 + pos: 124.5,56.5 parent: 1 - proto: HolopadSecurityCourtroom entities: @@ -186103,11 +186138,6 @@ entities: parent: 1 - proto: HospitalCurtainsOpen entities: - - uid: 6409 - components: - - type: Transform - pos: 131.5,60.5 - parent: 1 - uid: 13482 components: - type: Transform @@ -186202,11 +186232,11 @@ entities: parent: 1 - proto: HydroponicsToolMiniHoe entities: - - uid: 6404 + - uid: 22922 components: - type: Transform - rot: -62.83185307179591 rad - pos: 133.53491,54.55713 + rot: -182.21237390820767 rad + pos: 129.52835,54.46313 parent: 1 - uid: 26660 components: @@ -186224,56 +186254,59 @@ entities: parent: 1 - proto: HydroponicsToolSpade entities: - - uid: 21950 - components: - - type: Transform - rot: -62.83185307179591 rad - pos: 133.57657,54.598793 - parent: 1 - uid: 26663 components: - type: Transform rot: -25.132741228718352 rad pos: 101.46399,92.351105 parent: 1 + - uid: 28582 + components: + - type: Transform + rot: -182.21237390820767 rad + pos: 129.5365,54.471287 + parent: 1 - proto: hydroponicsTray entities: + - uid: 5473 + components: + - type: Transform + pos: 134.5,55.5 + parent: 1 - uid: 7743 components: - type: Transform rot: 3.141592653589793 rad pos: 97.5,98.5 parent: 1 - - uid: 21319 - components: - - type: Transform - pos: 133.5,57.5 - parent: 1 - - uid: 21431 - components: - - type: Transform - pos: 131.5,58.5 - parent: 1 - - uid: 21819 - components: - - type: Transform - pos: 134.5,58.5 - parent: 1 - - uid: 21854 - components: - - type: Transform - pos: 133.5,58.5 - parent: 1 - - uid: 21859 - components: - - type: Transform - pos: 131.5,57.5 - parent: 1 - - uid: 22251 + - uid: 10317 components: - type: Transform pos: 134.5,57.5 parent: 1 + - uid: 15973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,58.5 + parent: 1 + - uid: 21869 + components: + - type: Transform + pos: 134.5,56.5 + parent: 1 + - uid: 22150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,58.5 + parent: 1 + - uid: 22604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,58.5 + parent: 1 - uid: 26276 components: - type: Transform @@ -186506,24 +186539,12 @@ entities: parent: 1 - proto: IntercomCommon entities: - - uid: 5986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 121.5,60.5 - parent: 1 - - uid: 22759 + - uid: 23179 components: - type: Transform rot: 3.141592653589793 rad pos: 131.5,44.5 parent: 1 - - uid: 23008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,62.5 - parent: 1 - uid: 25506 components: - type: Transform @@ -186712,6 +186733,12 @@ entities: - type: Transform pos: 48.5,109.5 parent: 1 + - uid: 21320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,51.5 + parent: 1 - uid: 27330 components: - type: Transform @@ -186744,6 +186771,12 @@ entities: parent: 1 - proto: IntercomSecurity entities: + - uid: 21227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,63.5 + parent: 1 - uid: 21517 components: - type: Transform @@ -186756,6 +186789,12 @@ entities: rot: 1.5707963267948966 rad pos: 135.5,53.5 parent: 1 + - uid: 22587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 130.5,59.5 + parent: 1 - uid: 22941 components: - type: Transform @@ -186773,6 +186812,12 @@ entities: - type: Transform pos: 142.5,72.5 parent: 1 + - uid: 22968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,74.5 + parent: 1 - uid: 25517 components: - type: Transform @@ -186983,11 +187028,6 @@ entities: parent: 1 - proto: KitchenMicrowave entities: - - uid: 5521 - components: - - type: Transform - pos: 127.5,54.5 - parent: 1 - uid: 7107 components: - type: Transform @@ -187013,6 +187053,11 @@ entities: - type: Transform pos: 150.5,53.5 parent: 1 + - uid: 23107 + components: + - type: Transform + pos: 127.5,52.5 + parent: 1 - uid: 32220 components: - type: Transform @@ -187035,10 +187080,10 @@ entities: - type: Transform pos: 35.5,109.5 parent: 1 - - uid: 22788 + - uid: 21432 components: - type: Transform - pos: 125.5,54.5 + pos: 125.5,52.5 parent: 1 - uid: 26527 components: @@ -187520,6 +187565,30 @@ entities: 17697: - - Pressed - Toggle +- proto: LockableButtonSecurity + entities: + - uid: 22458 + components: + - type: MetaData + name: visitation shutters lockable button + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,61.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 3324: + - - Pressed + - Toggle + 22996: + - - Pressed + - Toggle + 22961: + - - Pressed + - Toggle + 23017: + - - Pressed + - Toggle - proto: LockerAtmosphericsFilled entities: - uid: 15991 @@ -187832,45 +187901,59 @@ entities: parent: 1 - proto: LockerPrisoner entities: - - uid: 23057 + - uid: 5384 components: - type: Transform - pos: 126.5,66.5 + pos: 131.5,60.5 parent: 1 - proto: LockerPrisoner2 entities: - - uid: 5468 + - uid: 5999 components: - type: Transform - pos: 126.5,65.5 + pos: 132.5,60.5 parent: 1 - proto: LockerPrisoner3 entities: - - uid: 22656 + - uid: 5698 components: - type: Transform - pos: 128.5,66.5 + pos: 133.5,60.5 parent: 1 - proto: LockerPrisoner4 entities: - - uid: 21912 + - uid: 18447 components: - type: Transform - pos: 129.5,66.5 + pos: 134.5,60.5 parent: 1 - proto: LockerPrisoner5 entities: - - uid: 23045 + - uid: 22571 components: - type: Transform - pos: 129.5,63.5 + pos: 134.5,62.5 parent: 1 - proto: LockerPrisoner6 entities: - - uid: 6211 + - uid: 22964 components: - type: Transform - pos: 129.5,62.5 + pos: 133.5,62.5 + parent: 1 +- proto: LockerPrisoner7 + entities: + - uid: 6447 + components: + - type: Transform + pos: 132.5,62.5 + parent: 1 +- proto: LockerPrisoner8 + entities: + - uid: 21305 + components: + - type: Transform + pos: 131.5,62.5 parent: 1 - proto: LockerQuarterMasterFilled entities: @@ -189199,17 +189282,18 @@ entities: parent: 1 - proto: MopBucketFull entities: - - uid: 6406 + - uid: 22791 components: - type: Transform - pos: 130.5,42.5 + pos: 129.5,47.5 parent: 1 - proto: MopItem entities: - - uid: 21869 + - uid: 22556 components: - type: Transform - pos: 130.5,41.5 + rot: -25.132741228718352 rad + pos: 128.95699,47.320084 parent: 1 - uid: 29570 components: @@ -189448,13 +189532,6 @@ entities: - type: Transform pos: 105.5,167.5 parent: 1 -- proto: NitrogenTankFilled - entities: - - uid: 23052 - components: - - type: Transform - pos: 124.56251,50.67297 - parent: 1 - proto: NitrousOxideCanister entities: - uid: 15959 @@ -189661,20 +189738,12 @@ entities: - type: Transform pos: 146.5,79.5 parent: 1 -- proto: OxygenTankFilled - entities: - - uid: 23051 - components: - - type: Transform - pos: 124.52084,51.54797 - parent: 1 - proto: PackPaperRollingFilters entities: - - uid: 21822 + - uid: 23112 components: - type: Transform - rot: -31.415926535897945 rad - pos: 134.50049,46.560387 + pos: 129.52768,49.62762 parent: 1 - proto: PaintingCafeTerraceAtNight entities: @@ -189752,21 +189821,6 @@ entities: - type: Transform pos: 130.5,112.5 parent: 1 - - uid: 5894 - components: - - type: Transform - pos: 134.53024,52.650562 - parent: 1 - - uid: 6538 - components: - - type: Transform - pos: 134.35316,52.608894 - parent: 1 - - uid: 6582 - components: - - type: Transform - pos: 134.53024,52.483894 - parent: 1 - uid: 24541 components: - type: Transform @@ -189887,6 +189941,11 @@ entities: - type: Transform pos: 40.5,106.5 parent: 1 + - uid: 21259 + components: + - type: Transform + pos: 129.5,53.5 + parent: 1 - uid: 23070 components: - type: Transform @@ -189936,6 +189995,36 @@ entities: - type: Transform pos: 78.5,57.5 parent: 1 + - uid: 21583 + components: + - type: Transform + pos: 123.644966,48.310577 + parent: 1 + - uid: 21594 + components: + - type: Transform + pos: 122.551216,47.560577 + parent: 1 + - uid: 22454 + components: + - type: Transform + pos: 123.676216,48.701202 + parent: 1 + - uid: 22752 + components: + - type: Transform + pos: 123.31684,48.529327 + parent: 1 + - uid: 22971 + components: + - type: Transform + pos: 122.457466,47.888702 + parent: 1 + - uid: 22994 + components: + - type: Transform + pos: 122.34809,47.560577 + parent: 1 - uid: 27193 components: - type: Transform @@ -189961,10 +190050,11 @@ entities: parent: 1 - proto: ParchisBoard entities: - - uid: 6448 + - uid: 4079 components: - type: Transform - pos: 126.43562,46.475975 + rot: -37.69911184307754 rad + pos: 122.676216,48.216827 parent: 1 - uid: 27211 components: @@ -190049,17 +190139,22 @@ entities: parent: 1 - proto: Pen entities: - - uid: 6451 - components: - - type: Transform - rot: -31.415926535897945 rad - pos: 134.48692,52.474384 - parent: 1 - uid: 13721 components: - type: Transform pos: 53.472385,61.593983 parent: 1 + - uid: 22972 + components: + - type: Transform + pos: 123.06684,47.498077 + parent: 1 + - uid: 23041 + components: + - type: Transform + rot: -37.69911184307754 rad + pos: 122.551216,48.576202 + parent: 1 - uid: 23767 components: - type: Transform @@ -190075,6 +190170,11 @@ entities: - type: Transform pos: 78.5,59.5 parent: 1 + - uid: 27478 + components: + - type: Transform + pos: 129.92789,53.634857 + parent: 1 - proto: PersonalAI entities: - uid: 2958 @@ -190495,6 +190595,12 @@ entities: parent: 1 - proto: PosterContrabandAmbrosiaVulgaris entities: + - uid: 23181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 134.5,52.5 + parent: 1 - uid: 26819 components: - type: Transform @@ -190513,14 +190619,6 @@ entities: rot: 1.5707963267948966 rad pos: 85.5,154.5 parent: 1 -- proto: PosterContrabandBeachStarYamamoto - entities: - - uid: 22566 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,47.5 - parent: 1 - proto: PosterContrabandBorgFancy entities: - uid: 20906 @@ -190544,14 +190642,6 @@ entities: rot: -1.5707963267948966 rad pos: 141.5,90.5 parent: 1 -- proto: PosterContrabandC20r - entities: - - uid: 21511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,50.5 - parent: 1 - proto: PosterContrabandClown entities: - uid: 26745 @@ -190567,13 +190657,6 @@ entities: rot: -1.5707963267948966 rad pos: 143.5,113.5 parent: 1 -- proto: PosterContrabandDonk - entities: - - uid: 23104 - components: - - type: Transform - pos: 125.5,49.5 - parent: 1 - proto: PosterContrabandDonutCorp entities: - uid: 36051 @@ -190600,6 +190683,11 @@ entities: rot: 3.141592653589793 rad pos: 26.5,98.5 parent: 1 + - uid: 22360 + components: + - type: Transform + pos: 127.5,48.5 + parent: 1 - uid: 26815 components: - type: Transform @@ -190607,19 +190695,24 @@ entities: parent: 1 - proto: PosterContrabandEnlistGorlex entities: - - uid: 21416 + - uid: 22741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,44.5 + pos: 128.5,40.5 parent: 1 - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - - uid: 21417 + - uid: 28584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,53.5 + pos: 131.5,42.5 + parent: 1 +- proto: PosterContrabandFunPolice + entities: + - uid: 28393 + components: + - type: Transform + pos: 134.5,44.5 parent: 1 - proto: PosterContrabandHackingGuide entities: @@ -190628,13 +190721,6 @@ entities: - type: Transform pos: 95.5,61.5 parent: 1 -- proto: PosterContrabandHaveaPuff - entities: - - uid: 22156 - components: - - type: Transform - pos: 133.5,61.5 - parent: 1 - proto: PosterContrabandHighEffectEngineering entities: - uid: 14841 @@ -190706,6 +190792,13 @@ entities: - type: Transform pos: 90.5,56.5 parent: 1 +- proto: PosterContrabandRise + entities: + - uid: 22883 + components: + - type: Transform + pos: 121.5,45.5 + parent: 1 - proto: PosterContrabandShamblersJuice entities: - uid: 26813 @@ -190727,14 +190820,6 @@ entities: - type: Transform pos: 135.5,46.5 parent: 1 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 22094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,53.5 - parent: 1 - proto: PosterContrabandTools entities: - uid: 348 @@ -190823,6 +190908,11 @@ entities: - type: Transform pos: 63.5,105.5 parent: 1 + - uid: 22395 + components: + - type: Transform + pos: 125.5,40.5 + parent: 1 - uid: 29572 components: - type: Transform @@ -190830,6 +190920,11 @@ entities: parent: 1 - proto: PosterLegitCohibaRobustoAd entities: + - uid: 22727 + components: + - type: Transform + pos: 135.5,50.5 + parent: 1 - uid: 24291 components: - type: Transform @@ -190966,6 +191061,12 @@ entities: - type: Transform pos: 31.5,75.5 parent: 1 + - uid: 22867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,59.5 + parent: 1 - proto: PosterLegitNTTGC entities: - uid: 13589 @@ -191098,11 +191199,10 @@ entities: rot: -1.5707963267948966 rad pos: 65.5,21.5 parent: 1 - - uid: 21860 + - uid: 22881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,67.5 + pos: 126.5,64.5 parent: 1 - uid: 27604 components: @@ -191149,6 +191249,12 @@ entities: parent: 1 - proto: PosterLegitVacation entities: + - uid: 23113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 126.5,53.5 + parent: 1 - uid: 23126 components: - type: Transform @@ -191424,6 +191530,11 @@ entities: parent: 1 - proto: PottedPlant2 entities: + - uid: 23137 + components: + - type: Transform + pos: 123.5,66.5 + parent: 1 - uid: 26650 components: - type: Transform @@ -191840,12 +191951,6 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,110.5 parent: 1 - - uid: 21505 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,42.5 - parent: 1 - uid: 22898 components: - type: Transform @@ -191976,6 +192081,12 @@ entities: rot: 1.5707963267948966 rad pos: 70.5,133.5 parent: 1 + - uid: 3541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,58.5 + parent: 1 - uid: 3703 components: - type: Transform @@ -192035,11 +192146,10 @@ entities: rot: -1.5707963267948966 rad pos: 84.5,95.5 parent: 1 - - uid: 5520 + - uid: 5508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,59.5 + pos: 133.5,58.5 parent: 1 - uid: 5610 components: @@ -192047,17 +192157,17 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,103.5 parent: 1 - - uid: 5700 - components: - - type: Transform - pos: 130.5,59.5 - parent: 1 - uid: 5895 components: - type: Transform rot: 1.5707963267948966 rad pos: 136.5,61.5 parent: 1 + - uid: 5991 + components: + - type: Transform + pos: 124.5,66.5 + parent: 1 - uid: 6135 components: - type: Transform @@ -193064,17 +193174,11 @@ entities: rot: 3.141592653589793 rad pos: 47.5,110.5 parent: 1 - - uid: 21745 + - uid: 21205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,50.5 - parent: 1 - - uid: 21841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,54.5 + rot: -1.5707963267948966 rad + pos: 134.5,61.5 parent: 1 - uid: 21877 components: @@ -193129,17 +193233,11 @@ entities: rot: 1.5707963267948966 rad pos: 125.5,70.5 parent: 1 - - uid: 22614 + - uid: 22620 components: - type: Transform rot: 1.5707963267948966 rad - pos: 122.5,54.5 - parent: 1 - - uid: 22615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,55.5 + pos: 122.5,46.5 parent: 1 - uid: 22673 components: @@ -193248,6 +193346,16 @@ entities: rot: -1.5707963267948966 rad pos: 149.5,69.5 parent: 1 + - uid: 22965 + components: + - type: Transform + pos: 129.5,47.5 + parent: 1 + - uid: 23079 + components: + - type: Transform + pos: 128.5,58.5 + parent: 1 - uid: 23139 components: - type: Transform @@ -193341,6 +193449,12 @@ entities: - type: Transform pos: 74.5,65.5 parent: 1 + - uid: 25898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,60.5 + parent: 1 - uid: 26142 components: - type: Transform @@ -194096,12 +194210,6 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,108.5 parent: 1 - - uid: 1510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,51.5 - parent: 1 - uid: 1853 components: - type: Transform @@ -194124,11 +194232,11 @@ entities: rot: -1.5707963267948966 rad pos: 125.5,103.5 parent: 1 - - uid: 5267 + - uid: 5307 components: - type: Transform rot: 1.5707963267948966 rad - pos: 126.5,45.5 + pos: 122.5,43.5 parent: 1 - uid: 5374 components: @@ -194153,6 +194261,12 @@ entities: - type: Transform pos: 51.5,107.5 parent: 1 + - uid: 5685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,41.5 + parent: 1 - uid: 6102 components: - type: Transform @@ -194331,35 +194445,23 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,96.5 parent: 1 - - uid: 21733 + - uid: 21507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 127.5,49.5 + parent: 1 + - uid: 22271 components: - type: Transform rot: -1.5707963267948966 rad - pos: 134.5,45.5 + pos: 126.5,42.5 parent: 1 - - uid: 21805 + - uid: 22358 components: - type: Transform rot: -1.5707963267948966 rad - pos: 134.5,48.5 - parent: 1 - - uid: 21893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,66.5 - parent: 1 - - uid: 22129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,62.5 - parent: 1 - - uid: 22160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,62.5 + pos: 134.5,50.5 parent: 1 - uid: 22595 components: @@ -194367,11 +194469,11 @@ entities: rot: -1.5707963267948966 rad pos: 149.5,75.5 parent: 1 - - uid: 22925 + - uid: 22769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,48.5 + rot: 1.5707963267948966 rad + pos: 128.5,42.5 parent: 1 - uid: 22928 components: @@ -194385,24 +194487,18 @@ entities: rot: 3.141592653589793 rad pos: 144.5,60.5 parent: 1 - - uid: 22968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,51.5 - parent: 1 - - uid: 23015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,48.5 - parent: 1 - uid: 23081 components: - type: Transform rot: 3.141592653589793 rad pos: 140.5,140.5 parent: 1 + - uid: 23104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,42.5 + parent: 1 - uid: 23509 components: - type: Transform @@ -194668,12 +194764,6 @@ entities: - type: Transform pos: 141.5,134.5 parent: 1 - - uid: 32299 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,41.5 - parent: 1 - uid: 33493 components: - type: Transform @@ -195116,16 +195206,6 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,99.5 parent: 1 - - uid: 21818 - components: - - type: Transform - pos: 133.5,54.5 - parent: 1 - - uid: 22125 - components: - - type: Transform - pos: 129.5,43.5 - parent: 1 - uid: 23253 components: - type: Transform @@ -195195,6 +195275,12 @@ entities: - type: Transform pos: 123.5,83.5 parent: 1 + - uid: 27480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,42.5 + parent: 1 - uid: 28224 components: - type: Transform @@ -195901,6 +195987,18 @@ entities: rot: -1.5707963267948966 rad pos: 97.5,160.5 parent: 1 +- proto: RailingRound + entities: + - uid: 5517 + components: + - type: Transform + pos: 126.5,58.5 + parent: 1 + - uid: 15975 + components: + - type: Transform + pos: 130.5,58.5 + parent: 1 - proto: RandomArtifactSpawner entities: - uid: 7074 @@ -196259,11 +196357,6 @@ entities: - type: Transform pos: 159.5,48.5 parent: 1 - - uid: 34675 - components: - - type: Transform - pos: 123.5,40.5 - parent: 1 - uid: 34676 components: - type: Transform @@ -196767,11 +196860,6 @@ entities: - type: Transform pos: 37.5,81.5 parent: 1 - - uid: 21263 - components: - - type: Transform - pos: 121.5,63.5 - parent: 1 - uid: 22442 components: - type: Transform @@ -197135,16 +197223,16 @@ entities: parent: 1 - proto: RandomSoap entities: - - uid: 5887 - components: - - type: Transform - pos: 132.5,61.5 - parent: 1 - uid: 28196 components: - type: Transform pos: 54.5,119.5 parent: 1 + - uid: 28573 + components: + - type: Transform + pos: 126.5,42.5 + parent: 1 - uid: 29578 components: - type: Transform @@ -197609,21 +197697,20 @@ entities: parent: 1 - proto: ReagentContainerFlour entities: - - uid: 21486 + - uid: 21435 components: - type: Transform - pos: 126.83026,54.754784 + pos: 126.5352,52.700737 parent: 1 - - uid: 21820 + - uid: 21887 components: - type: Transform - rot: -50.265482457436725 rad - pos: 126.884766,54.50551 + pos: 126.3477,52.466362 parent: 1 - - uid: 21863 + - uid: 22125 components: - type: Transform - pos: 126.55248,54.629787 + pos: 126.73833,52.544487 parent: 1 - uid: 26570 components: @@ -199555,16 +199642,6 @@ entities: - type: Transform pos: 38.5,103.5 parent: 1 - - uid: 5300 - components: - - type: Transform - pos: 121.5,49.5 - parent: 1 - - uid: 5302 - components: - - type: Transform - pos: 121.5,48.5 - parent: 1 - uid: 5312 components: - type: Transform @@ -200396,16 +200473,6 @@ entities: - type: Transform pos: 135.5,57.5 parent: 1 - - uid: 21419 - components: - - type: Transform - pos: 125.5,63.5 - parent: 1 - - uid: 21529 - components: - - type: Transform - pos: 125.5,65.5 - parent: 1 - uid: 21603 components: - type: Transform @@ -200416,6 +200483,11 @@ entities: - type: Transform pos: 121.5,56.5 parent: 1 + - uid: 21890 + components: + - type: Transform + pos: 121.5,48.5 + parent: 1 - uid: 22130 components: - type: Transform @@ -200426,45 +200498,33 @@ entities: - type: Transform pos: 130.5,69.5 parent: 1 - - uid: 22360 - components: - - type: Transform - pos: 125.5,66.5 - parent: 1 - - uid: 22453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,40.5 - parent: 1 - uid: 22609 components: - type: Transform rot: 1.5707963267948966 rad pos: 133.5,40.5 parent: 1 - - uid: 22620 + - uid: 22757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,40.5 + pos: 121.5,54.5 + parent: 1 + - uid: 22758 + components: + - type: Transform + pos: 121.5,55.5 + parent: 1 + - uid: 22760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,40.5 parent: 1 - uid: 22764 components: - type: Transform pos: 135.5,55.5 parent: 1 - - uid: 22961 - components: - - type: Transform - pos: 127.5,61.5 - parent: 1 - - uid: 22972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,40.5 - parent: 1 - uid: 23011 components: - type: Transform @@ -201059,11 +201119,6 @@ entities: parent: 1 - proto: ScalpelShiv entities: - - uid: 21479 - components: - - type: Transform - pos: 126.71875,54.642506 - parent: 1 - uid: 33557 components: - type: Transform @@ -201082,22 +201137,17 @@ entities: rot: 1.5707963267948966 rad pos: 102.5,102.5 parent: 1 - - uid: 4199 - components: - - type: Transform - pos: 132.5,54.5 - parent: 1 - uid: 4241 components: - type: Transform rot: 1.5707963267948966 rad pos: 114.5,102.5 parent: 1 - - uid: 21836 + - uid: 21208 components: - type: Transform rot: -1.5707963267948966 rad - pos: 121.5,54.5 + pos: 121.5,53.5 parent: 1 - uid: 24081 components: @@ -201264,11 +201314,6 @@ entities: - type: Transform pos: 100.5,49.5 parent: 1 - - uid: 27372 - components: - - type: Transform - pos: 125.5,48.5 - parent: 1 - uid: 28740 components: - type: Transform @@ -201298,10 +201343,10 @@ entities: parent: 1 - proto: SeedExtractor entities: - - uid: 22705 + - uid: 21805 components: - type: Transform - pos: 134.5,55.5 + pos: 134.5,58.5 parent: 1 - uid: 26648 components: @@ -201609,6 +201654,11 @@ entities: - type: Transform pos: 78.5,142.5 parent: 1 + - uid: 3324 + components: + - type: Transform + pos: 125.5,60.5 + parent: 1 - uid: 4274 components: - type: Transform @@ -201654,6 +201704,21 @@ entities: - type: Transform pos: 150.5,63.5 parent: 1 + - uid: 22961 + components: + - type: Transform + pos: 123.5,60.5 + parent: 1 + - uid: 22996 + components: + - type: Transform + pos: 124.5,60.5 + parent: 1 + - uid: 23017 + components: + - type: Transform + pos: 122.5,60.5 + parent: 1 - uid: 25194 components: - type: Transform @@ -203041,6 +203106,11 @@ entities: parent: 1 - proto: SignBath entities: + - uid: 27485 + components: + - type: Transform + pos: 124.5,44.5 + parent: 1 - uid: 34891 components: - type: Transform @@ -203196,14 +203266,6 @@ entities: rot: 3.141592653589793 rad pos: 77.5,89.5 parent: 1 -- proto: SignDangerMed - entities: - - uid: 21506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,40.5 - parent: 1 - proto: SignDirectionalBar entities: - uid: 27686 @@ -203787,6 +203849,11 @@ entities: parent: 1 - proto: SignGenpop entities: + - uid: 6448 + components: + - type: Transform + pos: 121.5,49.5 + parent: 1 - uid: 21903 components: - type: Transform @@ -204039,14 +204106,6 @@ entities: - type: Transform pos: 143.5,120.5 parent: 1 -- proto: SignPrison - entities: - - uid: 10317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,54.5 - parent: 1 - proto: SignRadiationMed entities: - uid: 15983 @@ -204083,12 +204142,6 @@ entities: parent: 1 - proto: SignRedFive entities: - - uid: 22127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,47.5 - parent: 1 - uid: 32020 components: - type: Transform @@ -204101,12 +204154,6 @@ entities: parent: 1 - proto: SignRedFour entities: - - uid: 21508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,44.5 - parent: 1 - uid: 32019 components: - type: Transform @@ -204124,12 +204171,6 @@ entities: - type: Transform pos: 160.5,56.5 parent: 1 - - uid: 21868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,50.5 - parent: 1 - uid: 32016 components: - type: Transform @@ -204145,22 +204186,8 @@ entities: - type: Transform pos: 104.5,170.5 parent: 1 -- proto: SignRedSix - entities: - - uid: 21510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,50.5 - parent: 1 - proto: SignRedThree entities: - - uid: 22126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,44.5 - parent: 1 - uid: 32018 components: - type: Transform @@ -204183,12 +204210,6 @@ entities: parent: 1 - proto: SignRedTwo entities: - - uid: 21509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,47.5 - parent: 1 - uid: 32017 components: - type: Transform @@ -204523,17 +204544,18 @@ entities: rot: 1.5707963267948966 rad pos: 146.5,91.5 parent: 1 - - uid: 21732 - components: - - type: Transform - pos: 131.5,62.5 - parent: 1 - uid: 22723 components: - type: Transform rot: -1.5707963267948966 rad pos: 150.5,49.5 parent: 1 + - uid: 22925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,41.5 + parent: 1 - uid: 22982 components: - type: Transform @@ -204572,6 +204594,12 @@ entities: rot: 3.141592653589793 rad pos: 95.5,96.5 parent: 1 + - uid: 27483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,43.5 + parent: 1 - uid: 28157 components: - type: Transform @@ -206855,11 +206883,6 @@ entities: - type: Transform pos: 105.5,169.5 parent: 1 - - uid: 36873 - components: - - type: Transform - pos: 123.5,42.5 - parent: 1 - uid: 36875 components: - type: Transform @@ -207959,14 +207982,6 @@ entities: rot: -1.5707963267948966 rad pos: 100.5,66.5 parent: 1 -- proto: StairWhite - entities: - - uid: 32282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,41.5 - parent: 1 - proto: StairWood entities: - uid: 14069 @@ -208118,6 +208133,11 @@ entities: - type: Transform pos: 41.5,86.5 parent: 1 + - uid: 22838 + components: + - type: Transform + pos: 130.5,48.5 + parent: 1 - uid: 24615 components: - type: Transform @@ -208203,31 +208223,8 @@ entities: rot: -37.69911184307754 rad pos: 164.52304,149.58105 parent: 1 -- proto: StatueVenusRed - entities: - - uid: 22922 - components: - - type: MetaData - desc: An concrete statue. Why is it here? - name: creepy statue - - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,41.5 - parent: 1 - proto: SteelBench entities: - - uid: 3542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,66.5 - parent: 1 - - uid: 6057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,65.5 - parent: 1 - uid: 6562 components: - type: Transform @@ -208246,6 +208243,16 @@ entities: rot: -1.5707963267948966 rad pos: 157.5,151.5 parent: 1 + - uid: 21752 + components: + - type: Transform + pos: 125.5,66.5 + parent: 1 + - uid: 21952 + components: + - type: Transform + pos: 124.5,66.5 + parent: 1 - proto: Stool entities: - uid: 224 @@ -208254,33 +208261,59 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,75.5 parent: 1 + - uid: 2955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,59.5 + parent: 1 - uid: 6146 components: - type: Transform pos: 105.5,148.5 parent: 1 - - uid: 6411 + - uid: 6322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,56.5 + pos: 124.5,62.5 + parent: 1 + - uid: 6403 + components: + - type: Transform + pos: 122.5,62.5 parent: 1 - uid: 9261 components: - type: Transform pos: 111.5,148.5 parent: 1 - - uid: 21824 + - uid: 21237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,58.5 + rot: 3.141592653589793 rad + pos: 122.5,59.5 parent: 1 - - uid: 22567 + - uid: 21573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,57.5 + pos: 123.5,62.5 + parent: 1 + - uid: 21951 + components: + - type: Transform + pos: 125.5,62.5 + parent: 1 + - uid: 22584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,59.5 + parent: 1 + - uid: 22707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 123.5,59.5 parent: 1 - uid: 23012 components: @@ -208702,23 +208735,6 @@ entities: - type: Transform pos: 53.5,68.5 parent: 1 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 23046 - components: - - type: Transform - pos: 124.5,47.5 - parent: 1 - - uid: 23047 - components: - - type: Transform - pos: 124.5,48.5 - parent: 1 - - uid: 23048 - components: - - type: Transform - pos: 124.5,49.5 - parent: 1 - proto: SuitStorageHOS entities: - uid: 4208 @@ -210130,6 +210146,17 @@ entities: id: Robotics - proto: SurveillanceCameraSecurity entities: + - uid: 1510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,51.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig kitchen - uid: 5899 components: - type: Transform @@ -210206,28 +210233,33 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Warden exterior - - uid: 21425 + - uid: 21319 components: - type: Transform rot: -1.5707963267948966 rad - pos: 129.5,47.5 + pos: 132.5,42.5 parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig cells south - - uid: 21426 + - uid: 21414 components: - type: Transform rot: 3.141592653589793 rad - pos: 131.5,43.5 + pos: 130.5,43.5 parent: 1 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Brig breakroom + id: Brig cell 1 + - uid: 21444 + components: + - type: Transform + pos: 130.5,60.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig entrance - uid: 21830 components: - type: Transform @@ -210239,16 +210271,17 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Head of security exterior - - uid: 21831 + - uid: 21842 components: - type: Transform - pos: 128.5,55.5 + rot: 3.141592653589793 rad + pos: 133.5,66.5 parent: 1 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Brig + id: Armory exterior - uid: 21874 components: - type: Transform @@ -210260,17 +210293,48 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Security breakroom - - uid: 21875 + - uid: 22466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,50.5 + rot: 3.141592653589793 rad + pos: 134.5,43.5 parent: 1 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Brig cells north + id: Brig cell 2 + - uid: 22636 + components: + - type: Transform + pos: 131.5,45.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig south + - uid: 22656 + components: + - type: Transform + pos: 128.5,55.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig north + - uid: 22783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,62.5 + parent: 1 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig visitation - uid: 23322 components: - type: Transform @@ -210422,17 +210486,6 @@ entities: - SurveillanceCameraService nameSet: True id: Musician's room - - uid: 21424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,66.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hallway 08 - uid: 21835 components: - type: Transform @@ -210987,8 +211040,8 @@ entities: - uid: 28665 components: - type: Transform - rot: -18.84955592153876 rad - pos: 120.49912,48.166035 + rot: -106.81415022205287 rad + pos: 120.500336,48.056763 parent: 1 - proto: Table entities: @@ -211143,6 +211196,11 @@ entities: - type: Transform pos: 70.5,91.5 parent: 1 + - uid: 2489 + components: + - type: Transform + pos: 129.5,53.5 + parent: 1 - uid: 2862 components: - type: Transform @@ -211346,11 +211404,6 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,102.5 parent: 1 - - uid: 5635 - components: - - type: Transform - pos: 134.5,56.5 - parent: 1 - uid: 5674 components: - type: Transform @@ -211371,15 +211424,10 @@ entities: - type: Transform pos: 129.5,134.5 parent: 1 - - uid: 5829 + - uid: 5686 components: - type: Transform - pos: 126.5,49.5 - parent: 1 - - uid: 5830 - components: - - type: Transform - pos: 126.5,52.5 + pos: 129.5,49.5 parent: 1 - uid: 5876 components: @@ -211418,17 +211466,10 @@ entities: - type: Transform pos: 137.5,97.5 parent: 1 - - uid: 6119 + - uid: 6120 components: - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,61.5 - parent: 1 - - uid: 6416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,57.5 + pos: 129.5,50.5 parent: 1 - uid: 6432 components: @@ -211441,12 +211482,6 @@ entities: rot: -1.5707963267948966 rad pos: 130.5,112.5 parent: 1 - - uid: 6447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,58.5 - parent: 1 - uid: 6535 components: - type: Transform @@ -211550,11 +211585,6 @@ entities: rot: 3.141592653589793 rad pos: 100.5,35.5 parent: 1 - - uid: 12420 - components: - - type: Transform - pos: 125.5,54.5 - parent: 1 - uid: 15049 components: - type: Transform @@ -211802,17 +211832,6 @@ entities: - type: Transform pos: 129.5,71.5 parent: 1 - - uid: 21305 - components: - - type: Transform - pos: 126.5,46.5 - parent: 1 - - uid: 21317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,62.5 - parent: 1 - uid: 21420 components: - type: Transform @@ -211825,16 +211844,11 @@ entities: rot: -1.5707963267948966 rad pos: 139.5,58.5 parent: 1 - - uid: 21429 + - uid: 21532 components: - type: Transform - pos: 134.5,46.5 - parent: 1 - - uid: 21516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 122.5,62.5 + rot: -1.5707963267948966 rad + pos: 132.5,42.5 parent: 1 - uid: 21579 components: @@ -211842,27 +211856,17 @@ entities: rot: 1.5707963267948966 rad pos: 139.5,46.5 parent: 1 - - uid: 21583 + - uid: 21607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,56.5 + rot: -1.5707963267948966 rad + pos: 127.5,52.5 parent: 1 - - uid: 21616 + - uid: 21822 components: - type: Transform - pos: 134.5,52.5 - parent: 1 - - uid: 21740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,57.5 - parent: 1 - - uid: 21823 - components: - - type: Transform - pos: 134.5,49.5 + rot: 3.141592653589793 rad + pos: 125.5,52.5 parent: 1 - uid: 21832 components: @@ -211870,22 +211874,16 @@ entities: rot: -1.5707963267948966 rad pos: 138.5,58.5 parent: 1 - - uid: 21896 + - uid: 21859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,61.5 + pos: 129.5,51.5 parent: 1 - - uid: 21948 + - uid: 21941 components: - type: Transform - pos: 127.5,54.5 - parent: 1 - - uid: 22242 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,56.5 + rot: -1.5707963267948966 rad + pos: 134.5,50.5 parent: 1 - uid: 22275 components: @@ -211893,11 +211891,16 @@ entities: rot: -1.5707963267948966 rad pos: 139.5,57.5 parent: 1 - - uid: 22390 + - uid: 22570 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,62.5 + pos: 130.5,53.5 + parent: 1 + - uid: 22631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,52.5 parent: 1 - uid: 22677 components: @@ -211919,10 +211922,11 @@ entities: - type: Transform pos: 148.5,48.5 parent: 1 - - uid: 22799 + - uid: 22747 components: - type: Transform - pos: 126.5,54.5 + rot: -1.5707963267948966 rad + pos: 128.5,42.5 parent: 1 - uid: 22813 components: @@ -211961,27 +211965,10 @@ entities: rot: 1.5707963267948966 rad pos: 150.5,52.5 parent: 1 - - uid: 22907 + - uid: 23182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,61.5 - parent: 1 - - uid: 23049 - components: - - type: Transform - pos: 124.5,50.5 - parent: 1 - - uid: 23050 - components: - - type: Transform - pos: 124.5,51.5 - parent: 1 - - uid: 23075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,57.5 + pos: 129.5,54.5 parent: 1 - uid: 23273 components: @@ -212815,20 +212802,6 @@ entities: - type: Transform pos: 56.5,133.5 parent: 1 -- proto: TableFancyWhite - entities: - - uid: 7997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,43.5 - parent: 1 - - uid: 25391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,43.5 - parent: 1 - proto: TableGlass entities: - uid: 2682 @@ -213057,6 +213030,16 @@ entities: - type: Transform pos: 32.5,52.5 parent: 1 + - uid: 5389 + components: + - type: Transform + pos: 123.5,60.5 + parent: 1 + - uid: 5700 + components: + - type: Transform + pos: 125.5,60.5 + parent: 1 - uid: 5702 components: - type: Transform @@ -213128,6 +213111,11 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,75.5 parent: 1 + - uid: 6161 + components: + - type: Transform + pos: 125.5,61.5 + parent: 1 - uid: 6253 components: - type: Transform @@ -213143,6 +213131,16 @@ entities: - type: Transform pos: 137.5,103.5 parent: 1 + - uid: 6306 + components: + - type: Transform + pos: 124.5,60.5 + parent: 1 + - uid: 6313 + components: + - type: Transform + pos: 123.5,61.5 + parent: 1 - uid: 8306 components: - type: Transform @@ -213353,6 +213351,11 @@ entities: rot: -1.5707963267948966 rad pos: 102.5,97.5 parent: 1 + - uid: 21231 + components: + - type: Transform + pos: 122.5,61.5 + parent: 1 - uid: 21268 components: - type: Transform @@ -213364,6 +213367,11 @@ entities: - type: Transform pos: 142.5,52.5 parent: 1 + - uid: 21753 + components: + - type: Transform + pos: 124.5,61.5 + parent: 1 - uid: 22626 components: - type: Transform @@ -213554,6 +213562,11 @@ entities: - type: Transform pos: 46.5,64.5 parent: 1 + - uid: 27337 + components: + - type: Transform + pos: 122.5,60.5 + parent: 1 - uid: 27504 components: - type: Transform @@ -213765,6 +213778,11 @@ entities: - type: Transform pos: 70.5,57.5 parent: 1 + - uid: 1697 + components: + - type: Transform + pos: 122.5,48.5 + parent: 1 - uid: 1732 components: - type: Transform @@ -214246,6 +214264,11 @@ entities: - type: Transform pos: 38.5,106.5 parent: 1 + - uid: 22156 + components: + - type: Transform + pos: 122.5,47.5 + parent: 1 - uid: 22937 components: - type: Transform @@ -214351,6 +214374,11 @@ entities: - type: Transform pos: 70.5,61.5 parent: 1 + - uid: 26866 + components: + - type: Transform + pos: 123.5,48.5 + parent: 1 - uid: 26935 components: - type: Transform @@ -214368,6 +214396,11 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,75.5 parent: 1 + - uid: 27096 + components: + - type: Transform + pos: 123.5,47.5 + parent: 1 - uid: 27175 components: - type: Transform @@ -214669,17 +214702,16 @@ entities: parent: 1 - proto: TargetHuman entities: - - uid: 21821 + - uid: 6119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,41.5 + rot: -1.5707963267948966 rad + pos: 122.5,56.5 parent: 1 - - uid: 21856 + - uid: 22160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,41.5 + pos: 122.5,55.5 parent: 1 - proto: TargetSyndicate entities: @@ -214921,6 +214953,16 @@ entities: - type: Transform pos: 76.5,78.5 parent: 1 + - uid: 5636 + components: + - type: Transform + pos: 128.5,44.5 + parent: 1 + - uid: 21614 + components: + - type: Transform + pos: 132.5,44.5 + parent: 1 - uid: 25919 components: - type: Transform @@ -214983,11 +215025,17 @@ entities: - type: Transform pos: 60.5,52.5 parent: 1 - - uid: 21503 + - uid: 21886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,61.5 + rot: 1.5707963267948966 rad + pos: 122.5,43.5 + parent: 1 + - uid: 22157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,41.5 parent: 1 - uid: 34376 components: @@ -215233,6 +215281,12 @@ entities: parent: 1 - proto: ToyFigurineGreytider entities: + - uid: 22565 + components: + - type: Transform + rot: -37.69911184307754 rad + pos: 122.75434,48.748077 + parent: 1 - uid: 23269 components: - type: Transform @@ -215255,6 +215309,14 @@ entities: rot: -18.84955592153876 rad pos: 77.512825,58.6809 parent: 1 +- proto: ToyFigurineWarden + entities: + - uid: 22566 + components: + - type: Transform + rot: -37.69911184307754 rad + pos: 123.394966,47.701202 + parent: 1 - proto: ToyFigurineWizardFake entities: - uid: 2353 @@ -215368,32 +215430,32 @@ entities: parent: 1 - proto: Turnstile entities: - - uid: 6561 + - uid: 4077 components: - type: MetaData name: exit turnstile - type: Transform rot: -1.5707963267948966 rad - pos: 125.5,64.5 + pos: 126.5,63.5 parent: 1 - proto: TurnstileGenpopEnter entities: - - uid: 22352 + - uid: 1047 components: - type: MetaData - name: brig entrance turnstile + name: enter turnstile - type: Transform - pos: 128.5,61.5 + pos: 129.5,59.5 parent: 1 - proto: TurnstileGenpopLeave entities: - - uid: 21843 + - uid: 22756 components: - type: MetaData - name: brig exit turnstile + name: exit turnstile - type: Transform rot: 3.141592653589793 rad - pos: 126.5,61.5 + pos: 127.5,59.5 parent: 1 - proto: TwoWayLever entities: @@ -216097,11 +216159,6 @@ entities: - type: Transform pos: 149.5,55.5 parent: 1 - - uid: 6410 - components: - - type: Transform - pos: 122.5,53.5 - parent: 1 - uid: 9663 components: - type: Transform @@ -216112,6 +216169,11 @@ entities: - type: Transform pos: 106.5,115.5 parent: 1 + - uid: 27479 + components: + - type: Transform + pos: 128.5,49.5 + parent: 1 - proto: VendingMachineClothing entities: - uid: 26787 @@ -216210,6 +216272,11 @@ entities: parent: 1 - proto: VendingMachineGames entities: + - uid: 12413 + components: + - type: Transform + pos: 123.5,45.5 + parent: 1 - uid: 26503 components: - type: Transform @@ -216337,10 +216404,10 @@ entities: parent: 1 - proto: VendingMachineSeedsUnlocked entities: - - uid: 15977 + - uid: 22788 components: - type: Transform - pos: 134.5,54.5 + pos: 134.5,53.5 parent: 1 - proto: VendingMachineSnackTeal entities: @@ -216361,6 +216428,13 @@ entities: - type: Transform pos: 100.5,165.5 parent: 1 +- proto: VendingMachineSustenance + entities: + - uid: 27482 + components: + - type: Transform + pos: 127.5,49.5 + parent: 1 - proto: VendingMachineTankDispenserEngineering entities: - uid: 16063 @@ -220182,8 +220256,7 @@ entities: - uid: 3411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 121.5,55.5 + pos: 128.5,59.5 parent: 1 - uid: 3427 components: @@ -221282,11 +221355,6 @@ entities: - type: Transform pos: 129.5,130.5 parent: 1 - - uid: 4833 - components: - - type: Transform - pos: 129.5,61.5 - parent: 1 - uid: 4841 components: - type: Transform @@ -221588,6 +221656,11 @@ entities: - type: Transform pos: 135.5,124.5 parent: 1 + - uid: 5279 + components: + - type: Transform + pos: 134.5,59.5 + parent: 1 - uid: 5295 components: - type: Transform @@ -221613,6 +221686,11 @@ entities: - type: Transform pos: 165.5,141.5 parent: 1 + - uid: 5388 + components: + - type: Transform + pos: 133.5,59.5 + parent: 1 - uid: 5399 components: - type: Transform @@ -221826,6 +221904,11 @@ entities: - type: Transform pos: 20.5,79.5 parent: 1 + - uid: 5829 + components: + - type: Transform + pos: 132.5,59.5 + parent: 1 - uid: 5833 components: - type: Transform @@ -221891,11 +221974,6 @@ entities: - type: Transform pos: 121.5,51.5 parent: 1 - - uid: 5997 - components: - - type: Transform - pos: 121.5,47.5 - parent: 1 - uid: 6001 components: - type: Transform @@ -221939,7 +222017,7 @@ entities: - uid: 6060 components: - type: Transform - pos: 122.5,45.5 + pos: 131.5,59.5 parent: 1 - uid: 6064 components: @@ -221970,7 +222048,7 @@ entities: - uid: 6092 components: - type: Transform - pos: 124.5,52.5 + pos: 130.5,59.5 parent: 1 - uid: 6094 components: @@ -222002,36 +222080,16 @@ entities: - type: Transform pos: 46.5,127.5 parent: 1 - - uid: 6118 - components: - - type: Transform - pos: 124.5,45.5 - parent: 1 - uid: 6128 components: - type: Transform pos: 48.5,127.5 parent: 1 - - uid: 6131 - components: - - type: Transform - pos: 135.5,45.5 - parent: 1 - uid: 6148 components: - type: Transform pos: 132.5,87.5 parent: 1 - - uid: 6165 - components: - - type: Transform - pos: 125.5,51.5 - parent: 1 - - uid: 6166 - components: - - type: Transform - pos: 125.5,50.5 - parent: 1 - uid: 6200 components: - type: Transform @@ -222043,21 +222101,6 @@ entities: rot: 3.141592653589793 rad pos: 135.5,51.5 parent: 1 - - uid: 6202 - components: - - type: Transform - pos: 125.5,48.5 - parent: 1 - - uid: 6206 - components: - - type: Transform - pos: 125.5,46.5 - parent: 1 - - uid: 6209 - components: - - type: Transform - pos: 125.5,44.5 - parent: 1 - uid: 6220 components: - type: Transform @@ -222068,16 +222111,6 @@ entities: - type: Transform pos: 159.5,102.5 parent: 1 - - uid: 6258 - components: - - type: Transform - pos: 126.5,44.5 - parent: 1 - - uid: 6270 - components: - - type: Transform - pos: 128.5,44.5 - parent: 1 - uid: 6273 components: - type: Transform @@ -222088,16 +222121,16 @@ entities: - type: Transform pos: 51.5,143.5 parent: 1 - - uid: 6306 - components: - - type: Transform - pos: 128.5,43.5 - parent: 1 - uid: 6307 components: - type: Transform pos: 129.5,75.5 parent: 1 + - uid: 6312 + components: + - type: Transform + pos: 126.5,61.5 + parent: 1 - uid: 6315 components: - type: Transform @@ -223398,11 +223431,6 @@ entities: - type: Transform pos: 156.5,59.5 parent: 1 - - uid: 8613 - components: - - type: Transform - pos: 128.5,41.5 - parent: 1 - uid: 8668 components: - type: Transform @@ -224358,23 +224386,21 @@ entities: - type: Transform pos: 147.5,134.5 parent: 1 - - uid: 21202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 121.5,61.5 - parent: 1 - - uid: 21233 + - uid: 21209 components: - type: Transform rot: 1.5707963267948966 rad - pos: 129.5,40.5 + pos: 121.5,49.5 parent: 1 - - uid: 21234 + - uid: 21230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,40.5 + pos: 126.5,66.5 + parent: 1 + - uid: 21235 + components: + - type: Transform + pos: 126.5,62.5 parent: 1 - uid: 21257 components: @@ -224410,12 +224436,24 @@ entities: - type: Transform pos: 124.5,75.5 parent: 1 + - uid: 21571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,40.5 + parent: 1 - uid: 21596 components: - type: Transform rot: 3.141592653589793 rad pos: 135.5,50.5 parent: 1 + - uid: 21597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,41.5 + parent: 1 - uid: 21601 components: - type: Transform @@ -224447,6 +224485,11 @@ entities: rot: 3.141592653589793 rad pos: 135.5,52.5 parent: 1 + - uid: 21953 + components: + - type: Transform + pos: 126.5,60.5 + parent: 1 - uid: 22100 components: - type: Transform @@ -224473,6 +224516,18 @@ entities: rot: 1.5707963267948966 rad pos: 141.5,50.5 parent: 1 + - uid: 22449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,40.5 + parent: 1 + - uid: 22453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,40.5 + parent: 1 - uid: 22483 components: - type: Transform @@ -224493,22 +224548,17 @@ entities: - type: Transform pos: 143.5,129.5 parent: 1 + - uid: 22541 + components: + - type: Transform + pos: 126.5,59.5 + parent: 1 - uid: 22560 components: - type: Transform rot: -1.5707963267948966 rad pos: 130.5,72.5 parent: 1 - - uid: 22570 - components: - - type: Transform - pos: 124.5,67.5 - parent: 1 - - uid: 22591 - components: - - type: Transform - pos: 135.5,47.5 - parent: 1 - uid: 22596 components: - type: Transform @@ -224524,6 +224574,11 @@ entities: - type: Transform pos: 135.5,44.5 parent: 1 + - uid: 22618 + components: + - type: Transform + pos: 126.5,64.5 + parent: 1 - uid: 22633 components: - type: Transform @@ -224544,17 +224599,17 @@ entities: - type: Transform pos: 136.5,70.5 parent: 1 - - uid: 22717 - components: - - type: Transform - pos: 130.5,62.5 - parent: 1 - uid: 22762 components: - type: Transform rot: 3.141592653589793 rad pos: 136.5,50.5 parent: 1 + - uid: 22789 + components: + - type: Transform + pos: 124.5,67.5 + parent: 1 - uid: 22796 components: - type: Transform @@ -224575,11 +224630,6 @@ entities: - type: Transform pos: 130.5,74.5 parent: 1 - - uid: 22832 - components: - - type: Transform - pos: 130.5,61.5 - parent: 1 - uid: 22834 components: - type: Transform @@ -224607,10 +224657,11 @@ entities: - type: Transform pos: 135.5,63.5 parent: 1 - - uid: 22996 + - uid: 23006 components: - type: Transform - pos: 135.5,49.5 + rot: 1.5707963267948966 rad + pos: 135.5,45.5 parent: 1 - uid: 23018 components: @@ -224618,11 +224669,65 @@ entities: rot: 1.5707963267948966 rad pos: 135.5,41.5 parent: 1 + - uid: 23030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,40.5 + parent: 1 + - uid: 23032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,47.5 + parent: 1 + - uid: 23040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 135.5,49.5 + parent: 1 + - uid: 23045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,45.5 + parent: 1 + - uid: 23048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 127.5,40.5 + parent: 1 + - uid: 23050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,58.5 + parent: 1 + - uid: 23051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 128.5,40.5 + parent: 1 - uid: 23053 components: - type: Transform pos: 134.5,75.5 parent: 1 + - uid: 23058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,59.5 + parent: 1 + - uid: 23076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,43.5 + parent: 1 - uid: 23082 components: - type: Transform @@ -224633,6 +224738,12 @@ entities: - type: Transform pos: 51.5,104.5 parent: 1 + - uid: 23173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,40.5 + parent: 1 - uid: 23251 components: - type: Transform @@ -224683,6 +224794,18 @@ entities: - type: Transform pos: 165.5,139.5 parent: 1 + - uid: 23606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 122.5,40.5 + parent: 1 + - uid: 23608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,40.5 + parent: 1 - uid: 23618 components: - type: Transform @@ -226172,6 +226295,12 @@ entities: - type: Transform pos: 51.5,145.5 parent: 1 + - uid: 3320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 121.5,44.5 + parent: 1 - uid: 3417 components: - type: Transform @@ -226187,11 +226316,6 @@ entities: - type: Transform pos: 51.5,136.5 parent: 1 - - uid: 3541 - components: - - type: Transform - pos: 125.5,61.5 - parent: 1 - uid: 3769 components: - type: Transform @@ -226529,24 +226653,6 @@ entities: - type: Transform pos: 121.5,19.5 parent: 1 - - uid: 5049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,45.5 - parent: 1 - - uid: 5058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,45.5 - parent: 1 - - uid: 5064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,44.5 - parent: 1 - uid: 5079 components: - type: Transform @@ -226580,11 +226686,6 @@ entities: - type: Transform pos: 126.5,34.5 parent: 1 - - uid: 5150 - components: - - type: Transform - pos: 127.5,40.5 - parent: 1 - uid: 5153 components: - type: Transform @@ -226803,18 +226904,6 @@ entities: rot: -1.5707963267948966 rad pos: 163.5,121.5 parent: 1 - - uid: 6355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,54.5 - parent: 1 - - uid: 6359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,58.5 - parent: 1 - uid: 6500 components: - type: Transform @@ -226843,12 +226932,6 @@ entities: rot: -1.5707963267948966 rad pos: 163.5,105.5 parent: 1 - - uid: 6695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,40.5 - parent: 1 - uid: 6758 components: - type: Transform @@ -227081,58 +227164,53 @@ entities: - type: Transform pos: 166.5,138.5 parent: 1 - - uid: 20496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,42.5 - parent: 1 - - uid: 21235 - components: - - type: Transform - pos: 134.5,40.5 - parent: 1 - - uid: 21811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,59.5 - parent: 1 - uid: 21840 components: - type: Transform rot: -1.5707963267948966 rad pos: 135.5,59.5 parent: 1 - - uid: 22874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,52.5 - parent: 1 - - uid: 22882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,52.5 - parent: 1 - - uid: 22883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,49.5 - parent: 1 - - uid: 22884 + - uid: 22450 components: - type: Transform rot: 3.141592653589793 rad - pos: 125.5,47.5 + pos: 130.5,40.5 parent: 1 - - uid: 23022 + - uid: 22995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,42.5 + rot: 3.141592653589793 rad + pos: 121.5,47.5 + parent: 1 + - uid: 23052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,42.5 + parent: 1 + - uid: 23057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 134.5,40.5 + parent: 1 + - uid: 23101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,40.5 + parent: 1 + - uid: 23174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,40.5 + parent: 1 + - uid: 23304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 121.5,42.5 parent: 1 - uid: 23463 components: @@ -227951,11 +228029,6 @@ entities: - type: Transform pos: 47.5,118.5 parent: 1 - - uid: 1047 - components: - - type: Transform - pos: 121.5,66.5 - parent: 1 - uid: 1048 components: - type: Transform @@ -230179,6 +230252,12 @@ entities: - type: Transform pos: 82.5,69.5 parent: 1 + - uid: 3062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,44.5 + parent: 1 - uid: 3071 components: - type: Transform @@ -231704,6 +231783,12 @@ entities: - type: Transform pos: 113.5,56.5 parent: 1 + - uid: 4833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,48.5 + parent: 1 - uid: 4834 components: - type: Transform @@ -232129,11 +232214,6 @@ entities: - type: Transform pos: 121.5,79.5 parent: 1 - - uid: 5307 - components: - - type: Transform - pos: 121.5,43.5 - parent: 1 - uid: 5309 components: - type: Transform @@ -232237,6 +232317,12 @@ entities: - type: Transform pos: 125.5,79.5 parent: 1 + - uid: 5520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,48.5 + parent: 1 - uid: 5543 components: - type: Transform @@ -232366,6 +232452,12 @@ entities: - type: Transform pos: 126.5,79.5 parent: 1 + - uid: 5659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,53.5 + parent: 1 - uid: 5718 components: - type: Transform @@ -232581,12 +232673,6 @@ entities: - type: Transform pos: 138.5,108.5 parent: 1 - - uid: 6093 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,60.5 - parent: 1 - uid: 6100 components: - type: Transform @@ -232637,12 +232723,6 @@ entities: - type: Transform pos: 140.5,79.5 parent: 1 - - uid: 6152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,44.5 - parent: 1 - uid: 6175 components: - type: Transform @@ -232813,11 +232893,6 @@ entities: - type: Transform pos: 143.5,79.5 parent: 1 - - uid: 6314 - components: - - type: Transform - pos: 126.5,50.5 - parent: 1 - uid: 6329 components: - type: Transform @@ -233166,6 +233241,11 @@ entities: - type: Transform pos: 153.5,126.5 parent: 1 + - uid: 6695 + components: + - type: Transform + pos: 128.5,54.5 + parent: 1 - uid: 6696 components: - type: Transform @@ -233788,6 +233868,12 @@ entities: rot: -1.5707963267948966 rad pos: 103.5,24.5 parent: 1 + - uid: 8665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 130.5,52.5 + parent: 1 - uid: 9133 components: - type: Transform @@ -234407,6 +234493,11 @@ entities: - type: Transform pos: 59.5,124.5 parent: 1 + - uid: 19728 + components: + - type: Transform + pos: 129.5,52.5 + parent: 1 - uid: 19954 components: - type: Transform @@ -234417,16 +234508,16 @@ entities: - type: Transform pos: 93.5,54.5 parent: 1 + - uid: 20496 + components: + - type: Transform + pos: 130.5,44.5 + parent: 1 - uid: 20500 components: - type: Transform pos: 90.5,49.5 parent: 1 - - uid: 20505 - components: - - type: Transform - pos: 124.5,40.5 - parent: 1 - uid: 20851 components: - type: Transform @@ -234476,55 +234567,56 @@ entities: - type: Transform pos: 93.5,38.5 parent: 1 - - uid: 21177 + - uid: 21196 + components: + - type: Transform + pos: 122.5,44.5 + parent: 1 + - uid: 21200 + components: + - type: Transform + pos: 122.5,42.5 + parent: 1 + - uid: 21238 + components: + - type: Transform + pos: 121.5,67.5 + parent: 1 + - uid: 21274 + components: + - type: Transform + pos: 127.5,42.5 + parent: 1 + - uid: 21441 + components: + - type: Transform + pos: 134.5,44.5 + parent: 1 + - uid: 21518 + components: + - type: Transform + pos: 127.5,53.5 + parent: 1 + - uid: 21528 components: - type: Transform - rot: -1.5707963267948966 rad pos: 128.5,53.5 parent: 1 - - uid: 21250 + - uid: 21606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,44.5 + pos: 127.5,44.5 parent: 1 - - uid: 21264 + - uid: 21870 components: - type: Transform - pos: 133.5,47.5 + pos: 134.5,52.5 parent: 1 - - uid: 21412 - components: - - type: Transform - pos: 127.5,50.5 - parent: 1 - - uid: 21595 - components: - - type: Transform - pos: 134.5,50.5 - parent: 1 - - uid: 21610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,53.5 - parent: 1 - - uid: 21951 + - uid: 21889 components: - type: Transform rot: 3.141592653589793 rad - pos: 126.5,47.5 - parent: 1 - - uid: 22349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,54.5 - parent: 1 - - uid: 22375 - components: - - type: Transform - pos: 121.5,63.5 + pos: 127.5,48.5 parent: 1 - uid: 22417 components: @@ -234538,48 +234630,21 @@ entities: rot: 3.141592653589793 rad pos: 148.5,87.5 parent: 1 - - uid: 22460 + - uid: 22457 components: - type: Transform - pos: 125.5,62.5 + pos: 121.5,66.5 parent: 1 - - uid: 22467 + - uid: 22542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,60.5 + rot: 3.141592653589793 rad + pos: 131.5,42.5 parent: 1 - - uid: 22559 + - uid: 22710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,44.5 - parent: 1 - - uid: 22571 - components: - - type: Transform - pos: 133.5,50.5 - parent: 1 - - uid: 22574 - components: - - type: Transform - pos: 128.5,47.5 - parent: 1 - - uid: 22719 - components: - - type: Transform - pos: 121.5,62.5 - parent: 1 - - uid: 22757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,60.5 - parent: 1 - - uid: 22867 - components: - - type: Transform - pos: 121.5,67.5 + pos: 126.5,53.5 parent: 1 - uid: 22993 components: @@ -234587,20 +234652,44 @@ entities: rot: -1.5707963267948966 rad pos: 136.5,63.5 parent: 1 - - uid: 22994 + - uid: 23005 components: - type: Transform - pos: 132.5,47.5 + pos: 127.5,43.5 parent: 1 - - uid: 23016 + - uid: 23014 components: - type: Transform - pos: 132.5,53.5 + pos: 123.5,44.5 parent: 1 - - uid: 23017 + - uid: 23019 components: - type: Transform - pos: 133.5,53.5 + rot: 3.141592653589793 rad + pos: 121.5,61.5 + parent: 1 + - uid: 23046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 123.5,42.5 + parent: 1 + - uid: 23133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 121.5,62.5 + parent: 1 + - uid: 23142 + components: + - type: Transform + pos: 121.5,63.5 + parent: 1 + - uid: 23175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 131.5,44.5 parent: 1 - uid: 23184 components: @@ -235068,6 +235157,12 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,48.5 parent: 1 + - uid: 27372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.5,41.5 + parent: 1 - uid: 27414 components: - type: Transform @@ -235120,12 +235215,6 @@ entities: rot: -1.5707963267948966 rad pos: 118.5,43.5 parent: 1 - - uid: 27656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,40.5 - parent: 1 - uid: 27661 components: - type: Transform @@ -235233,11 +235322,6 @@ entities: - type: Transform pos: 57.5,156.5 parent: 1 - - uid: 28733 - components: - - type: Transform - pos: 126.5,40.5 - parent: 1 - uid: 28734 components: - type: Transform @@ -235588,12 +235672,6 @@ entities: rot: 1.5707963267948966 rad pos: 123.5,104.5 parent: 1 - - uid: 32285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,42.5 - parent: 1 - uid: 32407 components: - type: Transform @@ -236402,12 +236480,6 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,120.5 parent: 1 - - uid: 6120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,53.5 - parent: 1 - uid: 6121 components: - type: Transform @@ -236485,6 +236557,12 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,114.5 parent: 1 + - uid: 6416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 129.5,48.5 + parent: 1 - uid: 6483 components: - type: Transform @@ -236985,12 +237063,6 @@ entities: - type: Transform pos: 114.5,32.5 parent: 1 - - uid: 13761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,54.5 - parent: 1 - uid: 14498 components: - type: Transform @@ -237171,63 +237243,35 @@ entities: - type: Transform pos: 149.5,84.5 parent: 1 - - uid: 21176 + - uid: 21297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,50.5 + rot: 3.141592653589793 rad + pos: 126.5,44.5 parent: 1 - - uid: 21196 + - uid: 22251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,61.5 + rot: 3.141592653589793 rad + pos: 134.5,48.5 parent: 1 - - uid: 21251 + - uid: 22625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,53.5 + rot: 3.141592653589793 rad + pos: 128.5,52.5 parent: 1 - - uid: 21265 + - uid: 22784 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,60.5 + rot: 3.141592653589793 rad + pos: 127.5,41.5 parent: 1 - - uid: 21606 + - uid: 23013 components: - type: Transform - pos: 131.5,44.5 - parent: 1 - - uid: 21901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,47.5 - parent: 1 - - uid: 22474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,47.5 - parent: 1 - - uid: 22575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,50.5 - parent: 1 - - uid: 22631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,53.5 - parent: 1 - - uid: 22741 - components: - - type: Transform - pos: 133.5,44.5 + rot: 3.141592653589793 rad + pos: 131.5,43.5 parent: 1 - uid: 23083 components: @@ -237474,11 +237518,6 @@ entities: - type: Transform pos: 121.5,25.5 parent: 1 - - uid: 27653 - components: - - type: Transform - pos: 121.5,42.5 - parent: 1 - uid: 27654 components: - type: Transform @@ -237611,11 +237650,6 @@ entities: rot: 1.5707963267948966 rad pos: 92.5,150.5 parent: 1 - - uid: 29162 - components: - - type: Transform - pos: 122.5,40.5 - parent: 1 - uid: 29164 components: - type: Transform @@ -237781,11 +237815,6 @@ entities: rot: 3.141592653589793 rad pos: 74.5,157.5 parent: 1 - - uid: 30989 - components: - - type: Transform - pos: 125.5,40.5 - parent: 1 - uid: 31028 components: - type: Transform @@ -238378,35 +238407,30 @@ entities: parent: 1 - proto: WardrobePrisonFilled entities: - - uid: 5988 + - uid: 5267 components: - type: Transform - pos: 132.5,52.5 + pos: 134.5,47.5 parent: 1 - - uid: 21255 + - uid: 5271 components: - type: Transform - pos: 128.5,52.5 + pos: 134.5,46.5 parent: 1 - - uid: 21256 + - uid: 5998 components: - type: Transform - pos: 128.5,49.5 + pos: 134.5,45.5 parent: 1 - - uid: 21986 + - uid: 22623 components: - type: Transform - pos: 128.5,46.5 + pos: 134.5,41.5 parent: 1 - - uid: 22358 + - uid: 22854 components: - type: Transform - pos: 132.5,46.5 - parent: 1 - - uid: 22767 - components: - - type: Transform - pos: 132.5,49.5 + pos: 130.5,41.5 parent: 1 - proto: WardrobeRoboticsFilled entities: @@ -238500,11 +238524,6 @@ entities: - type: Transform pos: 137.5,110.5 parent: 1 - - uid: 6559 - components: - - type: Transform - pos: 122.5,54.5 - parent: 1 - uid: 19868 components: - type: Transform @@ -238540,6 +238559,11 @@ entities: - type: Transform pos: 144.5,53.5 parent: 1 + - uid: 27653 + components: + - type: Transform + pos: 122.5,57.5 + parent: 1 - uid: 35188 components: - type: Transform @@ -238594,11 +238618,6 @@ entities: - type: Transform pos: 37.5,97.5 parent: 1 - - uid: 21897 - components: - - type: Transform - pos: 129.5,41.5 - parent: 1 - uid: 25125 components: - type: Transform @@ -238994,11 +239013,6 @@ entities: - type: Transform pos: 91.5,125.5 parent: 1 - - uid: 35944 - components: - - type: Transform - pos: 122.5,43.5 - parent: 1 - uid: 36106 components: - type: Transform @@ -239321,44 +239335,6 @@ entities: rot: -1.5707963267948966 rad pos: 125.5,99.5 parent: 1 -- proto: WindoorSecure - entities: - - uid: 5944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,48.5 - parent: 1 - - uid: 5987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,51.5 - parent: 1 - - uid: 6516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,51.5 - parent: 1 - - uid: 21504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,45.5 - parent: 1 - - uid: 21607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,45.5 - parent: 1 - - uid: 21870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,48.5 - parent: 1 - proto: WindoorSecureArmoryLocked entities: - uid: 5977 @@ -240196,6 +240172,11 @@ entities: - type: Transform pos: 35.5,57.5 parent: 1 + - uid: 5658 + components: + - type: Transform + pos: 121.5,64.5 + parent: 1 - uid: 5668 components: - type: Transform @@ -240978,21 +240959,11 @@ entities: - type: Transform pos: 136.5,79.5 parent: 1 - - uid: 21292 + - uid: 22632 components: - type: Transform pos: 121.5,65.5 parent: 1 - - uid: 21753 - components: - - type: Transform - pos: 123.5,67.5 - parent: 1 - - uid: 22833 - components: - - type: Transform - pos: 121.5,64.5 - parent: 1 - uid: 23439 components: - type: Transform @@ -241111,6 +241082,11 @@ entities: - type: Transform pos: 59.5,111.5 parent: 1 + - uid: 27317 + components: + - type: Transform + pos: 123.5,67.5 + parent: 1 - uid: 27417 components: - type: Transform @@ -241251,12 +241227,6 @@ entities: - type: Transform pos: 62.5,38.5 parent: 1 - - uid: 32283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,43.5 - parent: 1 - uid: 32415 components: - type: Transform @@ -241828,17 +241798,41 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,119.5 parent: 1 - - uid: 5982 + - uid: 6324 components: - type: Transform rot: 1.5707963267948966 rad - pos: 122.5,62.5 + pos: 122.5,61.5 parent: 1 - - uid: 8158 + - uid: 6355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,61.5 + parent: 1 + - uid: 6359 components: - type: Transform rot: 1.5707963267948966 rad - pos: 123.5,62.5 + pos: 125.5,60.5 + parent: 1 + - uid: 6362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 124.5,61.5 + parent: 1 + - uid: 6365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 125.5,61.5 + parent: 1 + - uid: 6404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,61.5 parent: 1 - uid: 16100 components: @@ -241852,65 +241846,65 @@ entities: rot: -1.5707963267948966 rad pos: 73.5,94.5 parent: 1 - - uid: 21306 + - uid: 21228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,60.5 + parent: 1 + - uid: 21233 components: - type: Transform rot: 1.5707963267948966 rad - pos: 122.5,61.5 + pos: 123.5,61.5 + parent: 1 + - uid: 21234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,60.5 + parent: 1 + - uid: 21236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,61.5 + parent: 1 + - uid: 21417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,60.5 parent: 1 - uid: 21749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,61.5 + rot: 1.5707963267948966 rad + pos: 122.5,60.5 parent: 1 - - uid: 21754 + - uid: 22391 components: - type: Transform rot: -1.5707963267948966 rad - pos: 124.5,62.5 + pos: 122.5,60.5 parent: 1 - - uid: 21795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,61.5 - parent: 1 - - uid: 21882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,62.5 - parent: 1 - - uid: 21895 + - uid: 22711 components: - type: Transform rot: 1.5707963267948966 rad - pos: 124.5,61.5 + pos: 123.5,60.5 parent: 1 - - uid: 22774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,62.5 - parent: 1 - - uid: 22923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 123.5,61.5 - parent: 1 - - uid: 23013 + - uid: 22787 components: - type: Transform rot: -1.5707963267948966 rad - pos: 124.5,61.5 + pos: 125.5,61.5 parent: 1 - - uid: 23060 + - uid: 23033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,62.5 + rot: 1.5707963267948966 rad + pos: 124.5,60.5 parent: 1 - uid: 24414 components: @@ -241962,6 +241956,28 @@ entities: parent: 1 - proto: WindowReinforcedDirectional entities: + - uid: 5290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,60.5 + parent: 1 + - uid: 6318 + components: + - type: Transform + pos: 124.5,61.5 + parent: 1 + - uid: 6363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 122.5,60.5 + parent: 1 + - uid: 6401 + components: + - type: Transform + pos: 125.5,61.5 + parent: 1 - uid: 13118 components: - type: Transform @@ -242020,39 +242036,17 @@ entities: rot: 3.141592653589793 rad pos: 77.5,105.5 parent: 1 - - uid: 21199 + - uid: 21232 components: - type: Transform rot: 3.141592653589793 rad - pos: 123.5,61.5 + pos: 123.5,60.5 parent: 1 - - uid: 21736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,52.5 - parent: 1 - - uid: 21865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,52.5 - parent: 1 - - uid: 21889 - components: - - type: Transform - pos: 122.5,62.5 - parent: 1 - - uid: 21890 + - uid: 21243 components: - type: Transform rot: 3.141592653589793 rad - pos: 124.5,61.5 - parent: 1 - - uid: 22469 - components: - - type: Transform - pos: 123.5,62.5 + pos: 124.5,60.5 parent: 1 - uid: 22573 components: @@ -242066,41 +242060,16 @@ entities: rot: -1.5707963267948966 rad pos: 133.5,68.5 parent: 1 - - uid: 22783 + - uid: 22714 components: - type: Transform - pos: 124.5,62.5 + pos: 123.5,61.5 parent: 1 - - uid: 22921 + - uid: 23111 components: - type: Transform - rot: 3.141592653589793 rad pos: 122.5,61.5 parent: 1 - - uid: 22965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,49.5 - parent: 1 - - uid: 22969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,46.5 - parent: 1 - - uid: 22995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,46.5 - parent: 1 - - uid: 23014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,49.5 - parent: 1 - uid: 23621 components: - type: Transform @@ -242137,11 +242106,6 @@ entities: parent: 1 - proto: WoodDoor entities: - - uid: 5616 - components: - - type: Transform - pos: 133.5,62.5 - parent: 1 - uid: 23411 components: - type: Transform @@ -242161,6 +242125,16 @@ entities: - type: Transform pos: 78.5,78.5 parent: 1 + - uid: 27491 + components: + - type: Transform + pos: 123.5,41.5 + parent: 1 + - uid: 27492 + components: + - type: Transform + pos: 123.5,43.5 + parent: 1 - proto: WoodenBench entities: - uid: 27014 From 5bfdfc9fca0239a5d91467773a2219dbcc78e400 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 06:57:43 +0000 Subject: [PATCH 253/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 4da32c64da..ab0ac8e51c 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -89,4 +89,13 @@ id: 12 time: '2025-05-04T07:20:33.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37171 +- author: Spessmann + changes: + - message: On Convex, reconstructed genpop. It can now hold 8 prisoners. + type: Tweak + - message: On Convex, removed the prisoner eva room. + type: Remove + id: 13 + time: '2025-05-06T06:56:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37216 Order: 1 From cf86e0de1dbdd47e9e875d7f49dfb812014e6f27 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Date: Tue, 6 May 2025 06:49:43 -0700 Subject: [PATCH 254/318] Ghost friction fix (#37124) * commit * fix for real --- .../Components/FrictionContactsComponent.cs | 15 +++++++++------ .../Movement/Systems/FrictionContactsSystem.cs | 9 +++++++++ .../Movement/Systems/SharedMoverController.cs | 3 ++- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/Content.Shared/Movement/Components/FrictionContactsComponent.cs b/Content.Shared/Movement/Components/FrictionContactsComponent.cs index 204e35a348..b6e1d533a2 100644 --- a/Content.Shared/Movement/Components/FrictionContactsComponent.cs +++ b/Content.Shared/Movement/Components/FrictionContactsComponent.cs @@ -8,24 +8,27 @@ namespace Content.Shared.Movement.Components; [Access(typeof(FrictionContactsSystem))] public sealed partial class FrictionContactsComponent : Component { + /// + /// Should this affect airborne mobs? + /// + [DataField, AutoNetworkedField] + public bool AffectAirborne; + /// /// Modified mob friction while on FrictionContactsComponent /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - [AutoNetworkedField] + [DataField, AutoNetworkedField] public float MobFriction = 0.05f; /// /// Modified mob friction without input while on FrictionContactsComponent /// - [AutoNetworkedField] - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public float? MobFrictionNoInput = 0.05f; /// /// Modified mob acceleration while on FrictionContactsComponent /// - [AutoNetworkedField] - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public float MobAcceleration = 0.1f; } diff --git a/Content.Shared/Movement/Systems/FrictionContactsSystem.cs b/Content.Shared/Movement/Systems/FrictionContactsSystem.cs index 4dd679c37c..09d74bfb40 100644 --- a/Content.Shared/Movement/Systems/FrictionContactsSystem.cs +++ b/Content.Shared/Movement/Systems/FrictionContactsSystem.cs @@ -1,3 +1,4 @@ +using Content.Shared.Gravity; using Content.Shared.Movement.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -7,6 +8,7 @@ namespace Content.Shared.Movement.Systems; public sealed class FrictionContactsSystem : EntitySystem { + [Dependency] private readonly SharedGravitySystem _gravity = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly MovementSpeedModifierSystem _speedModifierSystem = default!; @@ -82,12 +84,19 @@ public sealed class FrictionContactsSystem : EntitySystem var frictionNoInput = 0.0f; var acceleration = 0.0f; + var isAirborne = physicsComponent.BodyStatus == BodyStatus.InAir || _gravity.IsWeightless(entity, physicsComponent); + var remove = true; var entries = 0; foreach (var ent in _physics.GetContactingEntities(entity, physicsComponent)) { if (!TryComp(ent, out var contacts)) continue; + + // Entities that are airborne should not be affected by contact slowdowns that are specified to not affect airborne entities. + if (isAirborne && !contacts.AffectAirborne) + continue; + friction += contacts.MobFriction; frictionNoInput += contacts.MobFrictionNoInput ?? contacts.MobFriction; acceleration += contacts.MobAcceleration; diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index d8aacb7480..d800234a6d 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -260,7 +260,8 @@ public abstract partial class SharedMoverController : VirtualController else { if (MapGridQuery.TryComp(xform.GridUid, out var gridComp) - && _mapSystem.TryGetTileRef(xform.GridUid.Value, gridComp, xform.Coordinates, out var tile)) + && _mapSystem.TryGetTileRef(xform.GridUid.Value, gridComp, xform.Coordinates, out var tile) + && physicsComponent.BodyStatus == BodyStatus.OnGround) tileDef = (ContentTileDefinition) _tileDefinitionManager[tile.Tile.TypeId]; var walkSpeed = moveSpeedComponent?.CurrentWalkSpeed ?? MovementSpeedModifierComponent.DefaultBaseWalkSpeed; From 2fbc951230d76812e25c4fac2ec569e7477eb1e9 Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Wed, 7 May 2025 02:21:16 +1000 Subject: [PATCH 255/318] More filters for station records (#37213) --- Content.Server/StationRecords/Systems/StationRecordsSystem.cs | 4 ++++ Content.Shared/StationRecords/StationRecordsFilter.cs | 2 ++ .../Locale/en-US/station-records/general-station-records.ftl | 2 ++ 3 files changed, 8 insertions(+) diff --git a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs index 5957b98cd7..a3d0b49970 100644 --- a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs +++ b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs @@ -393,6 +393,10 @@ public sealed class StationRecordsSystem : SharedStationRecordsSystem { StationRecordFilterType.Name => !someRecord.Name.ToLower().Contains(filterLowerCaseValue), + StationRecordFilterType.Job => + !someRecord.JobTitle.ToLower().Contains(filterLowerCaseValue), + StationRecordFilterType.Species => + !someRecord.Species.ToLower().Contains(filterLowerCaseValue), StationRecordFilterType.Prints => someRecord.Fingerprint != null && IsFilterWithSomeCodeValue(someRecord.Fingerprint, filterLowerCaseValue), StationRecordFilterType.DNA => someRecord.DNA != null diff --git a/Content.Shared/StationRecords/StationRecordsFilter.cs b/Content.Shared/StationRecords/StationRecordsFilter.cs index 10b94dda99..7a09eaa985 100644 --- a/Content.Shared/StationRecords/StationRecordsFilter.cs +++ b/Content.Shared/StationRecords/StationRecordsFilter.cs @@ -39,6 +39,8 @@ public sealed class SetStationRecordFilter : BoundUserInterfaceMessage public enum StationRecordFilterType : byte { Name, + Job, + Species, Prints, DNA, } diff --git a/Resources/Locale/en-US/station-records/general-station-records.ftl b/Resources/Locale/en-US/station-records/general-station-records.ftl index 4516a547f4..f5b70761e1 100644 --- a/Resources/Locale/en-US/station-records/general-station-records.ftl +++ b/Resources/Locale/en-US/station-records/general-station-records.ftl @@ -12,6 +12,8 @@ general-station-record-console-record-dna = DNA: {$dna} general-station-record-for-filter-line-placeholder = Input text and press "Enter" general-station-record-name-filter = Name of person +general-station-record-job-filter = Job +general-station-record-species-filter = Species general-station-record-prints-filter = Fingerprints general-station-record-dna-filter = DNA general-station-record-console-search-records = Search From ca1a8fa457335fb2c1c1398d4e55099682ba27ca Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 16:22:23 +0000 Subject: [PATCH 256/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e8a5dc38ee..b4e6ad9f9f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: rokudara-sen - changes: - - message: Anchored shuttle console will no longer rotate. - type: Fix - id: 7920 - time: '2025-02-09T12:15:44.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35000 - author: Boaz1111 changes: - message: Long Bacon Scarf(Lesbian scarf but long) can now be found in the pride-o-mat's @@ -3925,3 +3918,10 @@ id: 8421 time: '2025-05-06T01:29:18.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37207 +- author: B-Kirill + changes: + - message: Added a search by profession and species in station records. + type: Add + id: 8422 + time: '2025-05-06T16:21:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37213 From ef881fe655a2a5073a7811727b9d084c05785b50 Mon Sep 17 00:00:00 2001 From: archee1 Date: Tue, 6 May 2025 17:24:52 +0100 Subject: [PATCH 257/318] Removing redundant trash tags on medipens (#37215) removes redundant tag components --- .../Objects/Specific/Medical/hypospray.yml | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml index cb1fef33a6..20c3af9a51 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml @@ -152,9 +152,6 @@ maxFillLevels: 1 changeColor: false emptySpriteName: firstaid_empty - - type: Tag - tags: - - Trash - type: PhysicalComposition materialComposition: Plastic: 50 @@ -188,8 +185,6 @@ Quantity: 12 - ReagentId: TranexamicAcid Quantity: 3 - - type: Tag - tags: [] - type: entity name: poison auto-injector @@ -227,8 +222,6 @@ Quantity: 10 - ReagentId: Epinephrine Quantity: 5 - - type: Tag - tags: [] - type: entity name: brute auto-injector @@ -271,8 +264,6 @@ Quantity: 15 - ReagentId: TranexamicAcid Quantity: 5 - - type: Tag - tags: [] - type: entity name: burn auto-injector @@ -315,8 +306,6 @@ Quantity: 10 - ReagentId: Leporazine Quantity: 10 - - type: Tag - tags: [] - type: entity name: rad auto-injector @@ -359,8 +348,6 @@ Quantity: 15 - ReagentId: Bicaridine Quantity: 5 - - type: Tag - tags: [] - type: entity name: puncturase auto-injector @@ -403,8 +390,6 @@ Quantity: 10 - ReagentId: TranexamicAcid Quantity: 5 - - type: Tag - tags: [] - type: entity name: pyrazine auto-injector @@ -447,8 +432,6 @@ Quantity: 10 - ReagentId: Dermaline Quantity: 10 - - type: Tag - tags: [] - type: entity name: airloss auto-injector @@ -491,8 +474,6 @@ Quantity: 20 - ReagentId: DexalinPlus Quantity: 20 - - type: Tag - tags: [] - type: entity name: space medipen @@ -536,8 +517,6 @@ Quantity: 10 - ReagentId: Barozine Quantity: 20 - - type: Tag - tags: [] - type: entity name: hyperzine injector @@ -582,8 +561,6 @@ injectOnly: true - type: StaticPrice price: 500 - - type: Tag - tags: [] - type: entity name: hyperzine microinjector @@ -623,8 +600,6 @@ emptySpriteName: microstimpen_empty - type: StaticPrice price: 100 - - type: Tag - tags: [] - type: entity name: combat medipen @@ -669,8 +644,6 @@ injectOnly: true - type: StaticPrice price: 500 - - type: Tag - tags: [] - type: entity name: pen @@ -741,5 +714,3 @@ transferAmount: 1 onlyAffectsMobs: false injectOnly: true - - type: Tag - tags: [] From 9c165cb5a079c3d7860c60c9e0b0d81421ef07f6 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Date: Tue, 6 May 2025 09:39:05 -0700 Subject: [PATCH 258/318] StaminaSystem to SharedStaminaSystem (#37199) * Init Commit * Partial class * Hands system slipped through --- Content.Client/Damage/Systems/StaminaSystem.cs | 7 +++++++ Content.Server/Damage/Systems/StaminaSystem.cs | 7 +++++++ Content.Server/Hands/Systems/HandsSystem.cs | 2 +- Content.Server/Weapons/Ranged/Systems/GunSystem.cs | 2 +- .../Damage/Components/StaminaDamageOnEmbedComponent.cs | 2 +- .../Damage/Components/StaminaModifierComponent.cs | 2 +- ...aSystem.Modifier.cs => SharedStaminaSystem.Modifier.cs} | 2 +- ...tem.Resistance.cs => SharedStaminaSystem.Resistance.cs} | 2 +- .../Systems/{StaminaSystem.cs => SharedStaminaSystem.cs} | 2 +- Content.Shared/Ensnaring/SharedEnsnareableSystem.cs | 2 +- Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs | 2 +- 11 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 Content.Client/Damage/Systems/StaminaSystem.cs create mode 100644 Content.Server/Damage/Systems/StaminaSystem.cs rename Content.Shared/Damage/Systems/{StaminaSystem.Modifier.cs => SharedStaminaSystem.Modifier.cs} (97%) rename Content.Shared/Damage/Systems/{StaminaSystem.Resistance.cs => SharedStaminaSystem.Resistance.cs} (96%) rename Content.Shared/Damage/Systems/{StaminaSystem.cs => SharedStaminaSystem.cs} (99%) diff --git a/Content.Client/Damage/Systems/StaminaSystem.cs b/Content.Client/Damage/Systems/StaminaSystem.cs new file mode 100644 index 0000000000..69eb461a7d --- /dev/null +++ b/Content.Client/Damage/Systems/StaminaSystem.cs @@ -0,0 +1,7 @@ +using Content.Shared.Damage.Systems; + +namespace Content.Client.Damage.Systems; + +public sealed partial class StaminaSystem : SharedStaminaSystem +{ +} diff --git a/Content.Server/Damage/Systems/StaminaSystem.cs b/Content.Server/Damage/Systems/StaminaSystem.cs new file mode 100644 index 0000000000..71f40b310d --- /dev/null +++ b/Content.Server/Damage/Systems/StaminaSystem.cs @@ -0,0 +1,7 @@ +using Content.Shared.Damage.Systems; + +namespace Content.Server.Damage.Systems; + +public sealed partial class StaminaSystem : SharedStaminaSystem +{ +} diff --git a/Content.Server/Hands/Systems/HandsSystem.cs b/Content.Server/Hands/Systems/HandsSystem.cs index e45ee550e1..ad8bf72674 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -52,7 +52,7 @@ namespace Content.Server.Hands.Systems { base.Initialize(); - SubscribeLocalEvent(OnDisarmed, before: new[] {typeof(StunSystem), typeof(StaminaSystem)}); + SubscribeLocalEvent(OnDisarmed, before: new[] {typeof(StunSystem), typeof(SharedStaminaSystem)}); SubscribeLocalEvent(HandlePullStarted); SubscribeLocalEvent(HandlePullStopped); diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs index b862281725..dd5edaac6b 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs @@ -33,7 +33,7 @@ public sealed partial class GunSystem : SharedGunSystem [Dependency] private readonly DamageExamineSystem _damageExamine = default!; [Dependency] private readonly PricingSystem _pricing = default!; [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; - [Dependency] private readonly StaminaSystem _stamina = default!; + [Dependency] private readonly SharedStaminaSystem _stamina = default!; [Dependency] private readonly SharedContainerSystem _container = default!; [Dependency] private readonly PowerCellSystem _powerCell = default!; [Dependency] private readonly SharedMapSystem _map = default!; diff --git a/Content.Shared/Damage/Components/StaminaDamageOnEmbedComponent.cs b/Content.Shared/Damage/Components/StaminaDamageOnEmbedComponent.cs index 4ad4906246..97d7359b18 100644 --- a/Content.Shared/Damage/Components/StaminaDamageOnEmbedComponent.cs +++ b/Content.Shared/Damage/Components/StaminaDamageOnEmbedComponent.cs @@ -9,7 +9,7 @@ namespace Content.Shared.Damage.Components; [RegisterComponent] [NetworkedComponent] [AutoGenerateComponentState] -[Access(typeof(StaminaSystem))] +[Access(typeof(SharedStaminaSystem))] public sealed partial class StaminaDamageOnEmbedComponent : Component { [ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField] diff --git a/Content.Shared/Damage/Components/StaminaModifierComponent.cs b/Content.Shared/Damage/Components/StaminaModifierComponent.cs index f054c77f7b..e492ea04ff 100644 --- a/Content.Shared/Damage/Components/StaminaModifierComponent.cs +++ b/Content.Shared/Damage/Components/StaminaModifierComponent.cs @@ -6,7 +6,7 @@ namespace Content.Shared.Damage.Components; /// /// Multiplies the entity's by the . /// -[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(StaminaSystem))] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedStaminaSystem))] public sealed partial class StaminaModifierComponent : Component { /// diff --git a/Content.Shared/Damage/Systems/StaminaSystem.Modifier.cs b/Content.Shared/Damage/Systems/SharedStaminaSystem.Modifier.cs similarity index 97% rename from Content.Shared/Damage/Systems/StaminaSystem.Modifier.cs rename to Content.Shared/Damage/Systems/SharedStaminaSystem.Modifier.cs index aadf5a9dee..c723d8cb94 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.Modifier.cs +++ b/Content.Shared/Damage/Systems/SharedStaminaSystem.Modifier.cs @@ -2,7 +2,7 @@ using Content.Shared.Damage.Components; namespace Content.Shared.Damage.Systems; -public sealed partial class StaminaSystem +public partial class SharedStaminaSystem { private void InitializeModifier() { diff --git a/Content.Shared/Damage/Systems/StaminaSystem.Resistance.cs b/Content.Shared/Damage/Systems/SharedStaminaSystem.Resistance.cs similarity index 96% rename from Content.Shared/Damage/Systems/StaminaSystem.Resistance.cs rename to Content.Shared/Damage/Systems/SharedStaminaSystem.Resistance.cs index 9ad09b8f2f..f071bc1e66 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.Resistance.cs +++ b/Content.Shared/Damage/Systems/SharedStaminaSystem.Resistance.cs @@ -5,7 +5,7 @@ using Content.Shared.Inventory; namespace Content.Shared.Damage.Systems; -public sealed partial class StaminaSystem +public partial class SharedStaminaSystem { private void InitializeResistance() { diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/SharedStaminaSystem.cs similarity index 99% rename from Content.Shared/Damage/Systems/StaminaSystem.cs rename to Content.Shared/Damage/Systems/SharedStaminaSystem.cs index 365b66b106..0da09d0f6d 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/SharedStaminaSystem.cs @@ -24,7 +24,7 @@ using Robust.Shared.Timing; namespace Content.Shared.Damage.Systems; -public sealed partial class StaminaSystem : EntitySystem +public abstract partial class SharedStaminaSystem : EntitySystem { [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly INetManager _net = default!; diff --git a/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs b/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs index d15e80a0e3..a8aca9dca0 100644 --- a/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs +++ b/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs @@ -32,7 +32,7 @@ public abstract class SharedEnsnareableSystem : EntitySystem [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; [Dependency] private readonly SharedHandsSystem _hands = default!; [Dependency] protected readonly SharedPopupSystem Popup = default!; - [Dependency] private readonly StaminaSystem _stamina = default!; + [Dependency] private readonly SharedStaminaSystem _stamina = default!; public override void Initialize() { diff --git a/Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs b/Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs index 59d1510d5f..cf9120f5f3 100644 --- a/Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs +++ b/Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs @@ -60,7 +60,7 @@ public abstract class SharedMeleeWeaponSystem : EntitySystem [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] protected readonly SharedPopupSystem PopupSystem = default!; [Dependency] protected readonly SharedTransformSystem TransformSystem = default!; - [Dependency] private readonly StaminaSystem _stamina = default!; + [Dependency] private readonly SharedStaminaSystem _stamina = default!; private const int AttackMask = (int) (CollisionGroup.MobMask | CollisionGroup.Opaque); From c0935e5b59f59afbb1e43247069bd58182d70571 Mon Sep 17 00:00:00 2001 From: YoungThug Date: Tue, 6 May 2025 09:51:32 -0700 Subject: [PATCH 259/318] AI Law Board File Clean Up (#37195) --- .../Entities/Mobs/Player/silicon.yml | 25 ------------------- .../Devices/Circuitboards/law_boards.yml | 24 ++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 91f22e8c27..9a1a4c88cf 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -125,31 +125,6 @@ # anyway it's just a quality of life thing. showEnts: True -# Boards -- type: entity - id: AsimovCircuitBoard - parent: BaseElectronics - name: law board (Crewsimov) - description: An electronics board containing the Crewsimov lawset. - components: - - type: Sprite - sprite: Objects/Misc/module.rsi - state: std_mod - - type: SiliconLawProvider - laws: Crewsimov - -- type: entity - id: CorporateCircuitBoard - parent: BaseElectronics - name: law board (Corporate) - description: An electronics board containing the Corporate lawset. - components: - - type: Sprite - sprite: Objects/Misc/module.rsi - state: std_mod - - type: SiliconLawProvider - laws: Corporate - # Items - type: entity id: Intellicard diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/law_boards.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/law_boards.yml index a4d3f63706..3a0b885a8c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/law_boards.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/law_boards.yml @@ -10,6 +10,30 @@ - type: SiliconLawProvider laws: NTDefault +- type: entity + id: AsimovCircuitBoard + parent: BaseElectronics + name: law board (Crewsimov) + description: An electronics board containing the Crewsimov lawset. + components: + - type: Sprite + sprite: Objects/Misc/module.rsi + state: std_mod + - type: SiliconLawProvider + laws: Crewsimov + +- type: entity + id: CorporateCircuitBoard + parent: BaseElectronics + name: law board (Corporate) + description: An electronics board containing the Corporate lawset. + components: + - type: Sprite + sprite: Objects/Misc/module.rsi + state: std_mod + - type: SiliconLawProvider + laws: Corporate + - type: entity id: CommandmentCircuitBoard parent: BaseElectronics From 02c2de3ec53ce45a1b62c8fec7ad6260c66ebf37 Mon Sep 17 00:00:00 2001 From: Cojoke <83733158+Cojoke-dot@users.noreply.github.com> Date: Tue, 6 May 2025 11:55:00 -0500 Subject: [PATCH 260/318] Allow Pacifists to Use Bola (#37188) --- Content.Shared/Ensnaring/SharedEnsnareableSystem.cs | 6 ------ Resources/Locale/en-US/pacified/pacified.ftl | 2 -- 2 files changed, 8 deletions(-) diff --git a/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs b/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs index a8aca9dca0..a4c736838a 100644 --- a/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs +++ b/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs @@ -52,7 +52,6 @@ public abstract class SharedEnsnareableSystem : EntitySystem SubscribeLocalEvent(AttemptStepTrigger); SubscribeLocalEvent(OnStepTrigger); SubscribeLocalEvent(OnThrowHit); - SubscribeLocalEvent(OnAttemptPacifiedThrow); } protected virtual void OnEnsnareInit(Entity ent, ref ComponentInit args) @@ -187,11 +186,6 @@ public abstract class SharedEnsnareableSystem : EntitySystem } } - private void OnAttemptPacifiedThrow(Entity ent, ref AttemptPacifiedThrowEvent args) - { - args.Cancel("pacified-cannot-throw-snare"); - } - private void OnRemoveEnsnareAlert(Entity ent, ref RemoveEnsnareAlertEvent args) { if (args.Handled) diff --git a/Resources/Locale/en-US/pacified/pacified.ftl b/Resources/Locale/en-US/pacified/pacified.ftl index e0a0e9d1c3..8e51a5ecb0 100644 --- a/Resources/Locale/en-US/pacified/pacified.ftl +++ b/Resources/Locale/en-US/pacified/pacified.ftl @@ -7,8 +7,6 @@ pacified-cannot-throw = I can't bring myself to throw { THE($projectile) }, that pacified-cannot-throw-embed = No way I could throw { THE($projectile) }, that could get lodged inside someone! # With liquid-spilling projectiles: pacified-cannot-throw-spill = I can't possibly throw { THE($projectile) }, that could spill nasty stuff on someone! -# With bolas and snares: -pacified-cannot-throw-snare = I can't throw { THE($projectile) }, what if someone trips?! pacified-cannot-harm-directly = I can't bring myself to hurt { THE($entity) }! pacified-cannot-harm-indirect = I can't damage { THE($entity) }, it could hurt someone! From c5e8020bf05b45dd7eae3aa436cd0ef113a6fb2b Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 16:56:07 +0000 Subject: [PATCH 261/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b4e6ad9f9f..37ffda3d82 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Boaz1111 - changes: - - message: Long Bacon Scarf(Lesbian scarf but long) can now be found in the pride-o-mat's - hacked inventory! - type: Add - id: 7921 - time: '2025-02-09T15:10:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34950 - author: Spacemann changes: - message: Removed Cog station @@ -3925,3 +3917,10 @@ id: 8422 time: '2025-05-06T16:21:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37213 +- author: Cojoke-dot + changes: + - message: Pacifists can now throw bola + type: Tweak + id: 8423 + time: '2025-05-06T16:55:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37188 From ff03e7f0663078a7790ca5fd69ef26a5dfd095be Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Tue, 6 May 2025 12:57:05 -0400 Subject: [PATCH 262/318] Fix dough rolling (#37183) --- Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs index 3f8ec5ca5a..3ce285b06c 100644 --- a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs @@ -41,6 +41,9 @@ public sealed class SliceableFoodSystem : EntitySystem if (args.Handled) return; + if (!TryComp(args.Used, out var utensil) || (utensil.Types & UtensilType.Knife) == 0) + return; + var doAfterArgs = new DoAfterArgs(EntityManager, args.User, entity.Comp.SliceTime, From 4ce09bd2da1e986af740a025908bcb0bd48e028c Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 16:58:12 +0000 Subject: [PATCH 263/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 37ffda3d82..3b9a56c1f7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Spacemann - changes: - - message: Removed Cog station - type: Remove - id: 7922 - time: '2025-02-09T21:01:31.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34996 - author: notquitehadouken changes: - message: Added loungewear to uniform printer @@ -3924,3 +3917,10 @@ id: 8423 time: '2025-05-06T16:55:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37188 +- author: themias + changes: + - message: Fixed being unable to roll dough flat + type: Fix + id: 8424 + time: '2025-05-06T16:57:05.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37183 From 3f3be47ae41596e8e586aaf4fe0bb7c8187f47d3 Mon Sep 17 00:00:00 2001 From: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com> Date: Tue, 6 May 2025 13:01:37 -0400 Subject: [PATCH 264/318] Fix effects of hosted anomaly when transform is parented (#37179) * hosted anomaly effects now are at the correct location when the host is in a container or buckled * oops, not keeping the uid and transform together * use world positions to get the position of the anomaly -- my previous method was reinventing the wheel. --- Content.Shared/Anomaly/SharedAnomalySystem.cs | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index 666d98bfc6..dd07cf0441 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -371,13 +371,19 @@ public abstract class SharedAnomalySystem : EntitySystem if (!TryComp(xform.GridUid, out var grid)) return null; + // How many spawn points we will be aiming to return var amount = (int) (MathHelper.Lerp(settings.MinAmount, settings.MaxAmount, severity * stability * powerModifier) + 0.5f); - var localpos = xform.Coordinates.Position; - var tilerefs = _map.GetLocalTilesIntersecting( - xform.GridUid.Value, - grid, - new Box2(localpos + new Vector2(-settings.MaxRange, -settings.MaxRange), localpos + new Vector2(settings.MaxRange, settings.MaxRange))) + // When the entity is in a container or buckled (such as a hosted anomaly), local coordinates will not be comparable + // to tile coordinates. + // Get the world coordinates for the anomalous entity + var worldPos = _transform.GetWorldPosition(uid); + + // Get a list of the tiles within the maximum range of the effect + var tilerefs = _map.GetTilesIntersecting( + xform.GridUid.Value, + grid, + new Box2(worldPos + new Vector2(-settings.MaxRange), worldPos + new Vector2(settings.MaxRange))) .ToList(); if (tilerefs.Count == 0) @@ -391,7 +397,10 @@ public abstract class SharedAnomalySystem : EntitySystem break; var tileref = Random.Pick(tilerefs); - var distance = MathF.Sqrt(MathF.Pow(tileref.X - xform.LocalPosition.X, 2) + MathF.Pow(tileref.Y - xform.LocalPosition.Y, 2)); + + // Get the world position of the tile to calculate the distance to the anomalous object + var tileWorldPos = _map.GridTileToWorldPos(xform.GridUid.Value, grid, tileref.GridIndices); + var distance = Vector2.Distance(tileWorldPos, worldPos); //cut outer & inner circle if (distance > settings.MaxRange || distance < settings.MinRange) From cbc49975c6f0455f497773a4b35f61e41e1501bf Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 17:02:44 +0000 Subject: [PATCH 265/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3b9a56c1f7..83244d177c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: notquitehadouken - changes: - - message: Added loungewear to uniform printer - type: Add - id: 7923 - time: '2025-02-09T22:16:17.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35008 - author: Vortebo changes: - message: Added Relic station. @@ -3924,3 +3917,11 @@ id: 8424 time: '2025-05-06T16:57:05.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37183 +- author: Quantum-cross + changes: + - message: Hosted anomaly effects not appearing at host when host is in container + or buckled + type: Fix + id: 8425 + time: '2025-05-06T17:01:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37179 From ac24be2fb7c7abf7509df60a8d204957fc82ac07 Mon Sep 17 00:00:00 2001 From: poklj Date: Tue, 6 May 2025 14:22:32 -0300 Subject: [PATCH 266/318] Split out the CloneComponents into its own method (#37155) * Split out the CloneComponents into its own method * CR - Move some extra info in - add TryComp for status effects - Move some remcomps around - Make Special event raising components to handle special components that reference entities that have ownership * CR - Extra recommendation on the prototype thanks slarti * Solve the yaml linter problem * CR - Typos, grammar and some extra Status effect * cleanup --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Server/Cloning/CloningSystem.cs | 89 ++++++++++++------- .../Cloning/CloningSettingsPrototype.cs | 17 +++- 2 files changed, 70 insertions(+), 36 deletions(-) diff --git a/Content.Server/Cloning/CloningSystem.cs b/Content.Server/Cloning/CloningSystem.cs index 0a0c5d2eff..adf7acb7bd 100644 --- a/Content.Server/Cloning/CloningSystem.cs +++ b/Content.Server/Cloning/CloningSystem.cs @@ -7,7 +7,7 @@ using Content.Shared.Humanoid; using Content.Shared.Inventory; using Content.Shared.Implants; using Content.Shared.Implants.Components; -using Content.Shared.NameModifier.Components; +using Content.Shared.NameModifier.EntitySystems; using Content.Shared.StatusEffect; using Content.Shared.Storage; using Content.Shared.Storage.EntitySystems; @@ -36,6 +36,7 @@ public sealed partial class CloningSystem : EntitySystem [Dependency] private readonly SharedContainerSystem _container = default!; [Dependency] private readonly SharedStorageSystem _storage = default!; [Dependency] private readonly SharedSubdermalImplantSystem _subdermalImplant = default!; + [Dependency] private readonly NameModifierSystem _nameMod = default!; /// /// Spawns a clone of the given humanoid mob at the specified location or in nullspace. @@ -60,30 +61,7 @@ public sealed partial class CloningSystem : EntitySystem clone = coords == null ? Spawn(speciesPrototype.Prototype) : Spawn(speciesPrototype.Prototype, coords.Value); _humanoidSystem.CloneAppearance(original, clone.Value); - var componentsToCopy = settings.Components; - - // don't make status effects permanent - if (TryComp(original, out var statusComp)) - componentsToCopy.ExceptWith(statusComp.ActiveEffects.Values.Select(s => s.RelevantComponent).Where(s => s != null)!); - - foreach (var componentName in componentsToCopy) - { - if (!_componentFactory.TryGetRegistration(componentName, out var componentRegistration)) - { - Log.Error($"Tried to use invalid component registration for cloning: {componentName}"); - continue; - } - - if (EntityManager.TryGetComponent(original, componentRegistration.Type, out var sourceComp)) // Does the original have this component? - { - if (HasComp(clone.Value, componentRegistration.Type)) // CopyComp cannot overwrite existing components - RemComp(clone.Value, componentRegistration.Type); - CopyComp(original, clone.Value, sourceComp); - } - } - - var cloningEv = new CloningEvent(settings, clone.Value); - RaiseLocalEvent(original, ref cloningEv); // used for datafields that cannot be directly copied + CloneComponents(original, clone.Value, settings); // Add equipment first so that SetEntityName also renames the ID card. if (settings.CopyEquipment != null) @@ -98,21 +76,66 @@ public sealed partial class CloningSystem : EntitySystem if (settings.CopyImplants) CopyImplants(original, clone.Value, settings.CopyInternalStorage, settings.Whitelist, settings.Blacklist); - var originalName = Name(original); - if (TryComp(original, out var nameModComp)) // if the originals name was modified, use the unmodified name - originalName = nameModComp.BaseName; + var originalName = _nameMod.GetBaseName(original); - // This will properly set the BaseName and EntityName for the clone. - // Adding the component first before renaming will make sure RefreshNameModifers is called. - // Without this the name would get reverted to Urist. - // If the clone has no name modifiers, NameModifierComponent will be removed again. - EnsureComp(clone.Value); + // Set the clone's name. The raised events will also adjust their PDA and ID card names. _metaData.SetEntityName(clone.Value, originalName); _adminLogger.Add(LogType.Chat, LogImpact.Medium, $"The body of {original:player} was cloned as {clone.Value:player}"); return true; } + /// + /// Copy components from one entity to another based on a CloningSettingsPrototype. + /// + /// The orignal Entity to clone components from. + /// The target Entity to clone components to. + /// The clone settings prototype containing the list of components to clone. + public void CloneComponents(EntityUid original, EntityUid clone, CloningSettingsPrototype settings) + { + var componentsToCopy = settings.Components; + var componentsToEvent = settings.EventComponents; + + // don't make status effects permanent + if (TryComp(original, out var statusComp)) + { + var statusComps = statusComp.ActiveEffects.Values.Select(s => s.RelevantComponent).Where(s => s != null).ToList(); + componentsToCopy.ExceptWith(statusComps!); + componentsToEvent.ExceptWith(statusComps!); + } + + foreach (var componentName in componentsToCopy) + { + if (!_componentFactory.TryGetRegistration(componentName, out var componentRegistration)) + { + Log.Error($"Tried to use invalid component registration for cloning: {componentName}"); + continue; + } + + // If the original does not have the component, then the clone shouldn't have it either. + RemComp(clone, componentRegistration.Type); + if (EntityManager.TryGetComponent(original, componentRegistration.Type, out var sourceComp)) // Does the original have this component? + { + CopyComp(original, clone, sourceComp); + } + } + + foreach (var componentName in componentsToEvent) + { + if (!_componentFactory.TryGetRegistration(componentName, out var componentRegistration)) + { + Log.Error($"Tried to use invalid component registration for cloning: {componentName}"); + continue; + } + + // If the original does not have the component, then the clone shouldn't have it either. + RemComp(clone, componentRegistration.Type); + } + + var cloningEv = new CloningEvent(settings, clone); + RaiseLocalEvent(original, ref cloningEv); // used for datafields that cannot be directly copied using CopyComp + } + /// /// Copies the equipment the original has to the clone. /// This uses the original prototype of the items, so any changes to components that are done after spawning are lost! diff --git a/Content.Shared/Cloning/CloningSettingsPrototype.cs b/Content.Shared/Cloning/CloningSettingsPrototype.cs index b5cfc0500d..8cd22f1167 100644 --- a/Content.Shared/Cloning/CloningSettingsPrototype.cs +++ b/Content.Shared/Cloning/CloningSettingsPrototype.cs @@ -1,7 +1,9 @@ using Content.Shared.Inventory; using Content.Shared.Whitelist; using Robust.Shared.Prototypes; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Array; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Generic; namespace Content.Shared.Cloning; @@ -62,11 +64,20 @@ public sealed partial class CloningSettingsPrototype : IPrototype, IInheritingPr /// TODO: Make this not a string https://github.com/space-wizards/RobustToolbox/issues/5709 /// - /// Components to copy from the original to the clone. - /// This only makes a shallow copy of datafields! - /// If you need a deep copy or additional component initialization, then subscribe to CloningEvent instead! + /// Components to copy from the original to the clone using CopyComp. + /// This makes a deepcopy of all datafields, including information the clone might not own! + /// If you need to exclude data or do additional component initialization, then subscribe to CloningEvent instead! + /// Components in this list that the orginal does not have will be removed from the clone. /// [DataField] [AlwaysPushInheritance] public HashSet Components = new(); + + /// + /// Components to remove from the clone and copy over manually using a CloneEvent raised on the original. + /// Use this when the component cannot be copied using CopyComp, for example when having an Uid as a datafield. + /// + [DataField] + [AlwaysPushInheritance] + public HashSet EventComponents = new(); } From 9b5ddb87f542c3e1202f9c26f5ea2016de3c8ce7 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Tue, 6 May 2025 19:24:26 +0200 Subject: [PATCH 267/318] Fix brains, borgs etc not counting as marooned (#37148) * init * comments * comment * no more debug --- .../Systems/KillPersonConditionSystem.cs | 6 +-- Content.Server/Silicons/Borgs/BorgSystem.cs | 6 +++ Content.Server/Zombies/ZombieSystem.cs | 6 +++ Content.Shared/Mind/SharedMindSystem.cs | 47 +++++++++++++++++++ 4 files changed, 62 insertions(+), 3 deletions(-) diff --git a/Content.Server/Objectives/Systems/KillPersonConditionSystem.cs b/Content.Server/Objectives/Systems/KillPersonConditionSystem.cs index 012fb80f76..9c8fa0b335 100644 --- a/Content.Server/Objectives/Systems/KillPersonConditionSystem.cs +++ b/Content.Server/Objectives/Systems/KillPersonConditionSystem.cs @@ -39,7 +39,7 @@ public sealed class KillPersonConditionSystem : EntitySystem return 1f; var targetDead = _mind.IsCharacterDeadIc(mind); - var targetOnShuttle = _emergencyShuttle.IsTargetEscaping(mind.OwnedEntity.Value); + var targetMarooned = !_emergencyShuttle.IsTargetEscaping(mind.OwnedEntity.Value) || _mind.IsCharacterUnrevivableIc(mind); if (!_config.GetCVar(CCVars.EmergencyShuttleEnabled) && requireMaroon) { requireDead = true; @@ -55,11 +55,11 @@ public sealed class KillPersonConditionSystem : EntitySystem // If the shuttle hasn't left, give 50% progress if the target isn't on the shuttle as a "almost there!" if (requireMaroon && !_emergencyShuttle.ShuttlesLeft) - return targetOnShuttle ? 0f : 0.5f; + return targetMarooned ? 0.5f : 0f; // If the shuttle has already left, and the target isn't on it, 100% if (requireMaroon && _emergencyShuttle.ShuttlesLeft) - return targetOnShuttle ? 0f : 1f; + return targetMarooned ? 1f : 0f; return 1f; // Good job you did it woohoo } diff --git a/Content.Server/Silicons/Borgs/BorgSystem.cs b/Content.Server/Silicons/Borgs/BorgSystem.cs index 82e247cb0b..7c096f1729 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.cs @@ -72,6 +72,7 @@ public sealed partial class BorgSystem : SharedBorgSystem SubscribeLocalEvent(OnPowerCellChanged); SubscribeLocalEvent(OnPowerCellSlotEmpty); SubscribeLocalEvent(OnGetDeadIC); + SubscribeLocalEvent(OnGetUnrevivableIC); SubscribeLocalEvent(OnToggled); SubscribeLocalEvent(OnBrainMindAdded); @@ -218,6 +219,11 @@ public sealed partial class BorgSystem : SharedBorgSystem args.Dead = true; } + private void OnGetUnrevivableIC(EntityUid uid, BorgChassisComponent component, ref GetCharacterUnrevivableIcEvent args) + { + args.Unrevivable = true; + } + private void OnToggled(Entity ent, ref ItemToggledEvent args) { var (uid, comp) = ent; diff --git a/Content.Server/Zombies/ZombieSystem.cs b/Content.Server/Zombies/ZombieSystem.cs index 054bd0f6ec..8f8dd36ad4 100644 --- a/Content.Server/Zombies/ZombieSystem.cs +++ b/Content.Server/Zombies/ZombieSystem.cs @@ -66,6 +66,7 @@ namespace Content.Server.Zombies SubscribeLocalEvent(OnZombieCloning); SubscribeLocalEvent(OnSleepAttempt); SubscribeLocalEvent(OnGetCharacterDeadIC); + SubscribeLocalEvent(OnGetCharacterUnrevivableIC); SubscribeLocalEvent(OnMindAdded); SubscribeLocalEvent(OnMindRemoved); @@ -168,6 +169,11 @@ namespace Content.Server.Zombies args.Dead = true; } + private void OnGetCharacterUnrevivableIC(EntityUid uid, ZombieComponent component, ref GetCharacterUnrevivableIcEvent args) + { + args.Unrevivable = true; + } + private void OnStartup(EntityUid uid, ZombieComponent component, ComponentStartup args) { if (component.EmoteSoundsId == null) diff --git a/Content.Shared/Mind/SharedMindSystem.cs b/Content.Shared/Mind/SharedMindSystem.cs index ab17a4221e..de8d4f0567 100644 --- a/Content.Shared/Mind/SharedMindSystem.cs +++ b/Content.Shared/Mind/SharedMindSystem.cs @@ -253,6 +253,24 @@ public abstract partial class SharedMindSystem : EntitySystem return _mobState.IsDead(mind.OwnedEntity.Value, targetMobState); } + /// + /// True if the OwnedEntity of this mind is physically unrevivable. + /// This is mainly to check whether a mind is able to inherit their "original" character again without the need for creating a new one. + /// In cases of being a brain, being borged or a zombie they are "unrevivable" + /// + public bool IsCharacterUnrevivablePhysically(MindComponent mind) + { + if (mind.OwnedEntity == null) + return true; + + // This entity cannot be dead, alive or crit, so it makes sense it cannot be revived to begin with. + if (!HasComp(mind.OwnedEntity)) + return true; + + // Could use checks for the amount of damage they have, but with chemistry you can never tell what damage means someone is truly "unrevivable". + return false; + } + public virtual void Visit(EntityUid mindId, EntityUid entity, MindComponent? mind = null) { } @@ -556,6 +574,27 @@ public abstract partial class SharedMindSystem : EntitySystem return IsCharacterDeadPhysically(mind); } + /// + /// True if this Mind is 'sufficiently unrevivable' IC (Objectives, EndText). + /// Note that this is *IC logic*, it's not necessarily tied to any specific truth. + /// "If administrators decide that zombies are unrevivable, this returns true for zombies." + /// Alternative IsCharacterDeadIC that checks for whether they will be able to inherit their body again. + /// State in which they must be given a new body to "live" (borging, being a brain, etc) should count as "unrevivable". + /// + public bool IsCharacterUnrevivableIc(MindComponent mind) + { + if (mind.OwnedEntity is { } owned) + { + var ev = new GetCharacterUnrevivableIcEvent(null); + RaiseLocalEvent(owned, ref ev); + + if (ev.Unrevivable != null) + return ev.Unrevivable.Value; + } + + return IsCharacterUnrevivablePhysically(mind); + } + /// /// A string to represent the mind for logging /// @@ -602,3 +641,11 @@ public abstract partial class SharedMindSystem : EntitySystem /// [ByRefEvent] public record struct GetCharactedDeadIcEvent(bool? Dead); + +/// +/// Raised on an entity to determine whether or not they are "unrevivable" in IC-logic. +/// Used to check for things such as being borged or a zombie. +/// +/// +[ByRefEvent] +public record struct GetCharacterUnrevivableIcEvent(bool? Unrevivable); From c156c5c465825a6b9e9689dadc14fcfeead1e24b Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Wed, 7 May 2025 03:24:58 +1000 Subject: [PATCH 268/318] Add collapse button to lobby right panel (#37140) * Add collapse button to lobby right panel * Half sized buttons --- Content.Client/Lobby/UI/LobbyGui.xaml | 20 ++++++++++++++++++ Content.Client/Lobby/UI/LobbyGui.xaml.cs | 9 ++++++++ .../Interface/Default/filled_left_arrow.svg | 11 ++++++++++ .../Default/filled_left_arrow.svg.192dpi.png | Bin 0 -> 1969 bytes .../filled_left_arrow.svg.192dpi.png.yml | 2 ++ .../Interface/Default/filled_right_arrow.svg | 11 ++++++++++ .../Default/filled_right_arrow.svg.192dpi.png | Bin 0 -> 1941 bytes .../filled_right_arrow.svg.192dpi.png.yml | 2 ++ 8 files changed, 55 insertions(+) create mode 100644 Resources/Textures/Interface/Default/filled_left_arrow.svg create mode 100644 Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Default/filled_right_arrow.svg create mode 100644 Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png.yml diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index 615d8cb271..761795452e 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -100,7 +100,27 @@ + + + + diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml.cs b/Content.Client/Lobby/UI/LobbyGui.xaml.cs index 6471edb6f3..61f9f5f64b 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml.cs +++ b/Content.Client/Lobby/UI/LobbyGui.xaml.cs @@ -23,6 +23,9 @@ namespace Content.Client.Lobby.UI LeaveButton.OnPressed += _ => _consoleHost.ExecuteCommand("disconnect"); OptionsButton.OnPressed += _ => UserInterfaceManager.GetUIController().ToggleWindow(); + + CollapseButton.OnPressed += _ => TogglePanel(false); + ExpandButton.OnPressed += _ => TogglePanel(true); } public void SwitchState(LobbyGuiState state) @@ -53,6 +56,12 @@ namespace Content.Client.Lobby.UI } } + private void TogglePanel(bool value) + { + RightSide.Visible = value; + ExpandPanel.Visible = !value; + } + public enum LobbyGuiState : byte { /// diff --git a/Resources/Textures/Interface/Default/filled_left_arrow.svg b/Resources/Textures/Interface/Default/filled_left_arrow.svg new file mode 100644 index 0000000000..23c7ace4ed --- /dev/null +++ b/Resources/Textures/Interface/Default/filled_left_arrow.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png b/Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png new file mode 100644 index 0000000000000000000000000000000000000000..02c05e303b7149508f05559e7c7d8c76cca394a7 GIT binary patch literal 1969 zcmbVN4NMbP9KQ}Jf-*aefQ%*QAr6Y|U5~c3H*5JQ3X>|J%oGGcQY*?GF8IxWPu4^=e7`ij{zn8+&E`r=tBP5n4xp|DC1|d} zYPIAcNbYpT;~_)xY7tEJc=`tN^HRjHYs;2xE|2|e*Xgc)MBV&pZ{l{9Y989K;^h_E z1ofSUSEEljR-R96?Jdf@@~l2rtNL<%(@<_sr=>L-{Q~JbqsQ}*tp#UP$I5mc>;54X zZCFyivtZ}C34Oy0Hy?SgX{bVTdz$9>#2d-zACt=0Q7r?XsLV;H_Nb07bmbS_CN0;~ z-D#lRw>vkZwzgJlX}|jPJK71=X?qV0r{zb6bFQaPznY%2=Ri9$SaK;zy+QLzo8~Lz z#ScDb+eoB0VbgC`P1cERbv{kq#GNnHy48RrXG|N;?r+KN?z(bvcQkr!N=g5Ly-_;) zctXO6dsEB4nF$-4<|Xu;up(Wj7yqT1KXWZ4E;&@bOhS;SHY<;6$F-jUf+SAo+%c9%toWdG6y9IlE8^V+(76^k|NBMsQ?|nFsMyry_Cx_e_R**vtfQ&4pBHB z4u|#O0=*#maF`oboFH+M)Io$!YUE`)qT{9Pm;?uq7?BIfoWP@sM7mC>mu(odbj*cd zC@z+l#%Y3t;SoB78}x+Y(kPH+;*((A;W{XN9noch?5spk-jgVAM=H0^X#XB&Y%tWhl%y5EMa-L7f82c^e-H zwNM7)9wzh)^-KuHf$Z3fMfiw_=mmzelsnDdOO~wM9l{GRtz*-3lW3Dr^ z20FIiAu#ny2E_KW|8xIhk%JXT2Oe3DQkP2VQ01HigW5P=IZMIn@lk+7N3(^Z8Knwr z7^8$Au-N!C_s9&4i4FS!6#6e|F$R+auN>Yb4hd&=R1HQJixb^%N1 z)cO5>Pe;caPgXB4yqTjJ@wLr9*s=fnn&pMRV||{C_O0E6gTJs*HC|$F(WV)VmDdg( z+J8Z9yzz{=C-2A=J5zu8&#Ja>rmUV(`C;N>ytm) zH)~R6=JQ7f&kdYS(*Et(+U;0|O!lorPb}Ep9nl>;)cS7n?n}kZ-8Imjmh1_ieO=US zKSyNo#kChJ&wqEZkt>Q`I7epi#m=6&>FBp9ovH0_CK{(;A3Mm)yYg;tGvCw?%xP;} zQoQ%ncD~niS(`;Y*D81XYPhwyXKhm3Tj_qUYSxf{=%*6(k@jrF=zjbC993t7azs>= LEpi+#@oe}9SxcOs literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png.yml b/Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png.yml new file mode 100644 index 0000000000..5c43e23305 --- /dev/null +++ b/Resources/Textures/Interface/Default/filled_left_arrow.svg.192dpi.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/Interface/Default/filled_right_arrow.svg b/Resources/Textures/Interface/Default/filled_right_arrow.svg new file mode 100644 index 0000000000..5551942522 --- /dev/null +++ b/Resources/Textures/Interface/Default/filled_right_arrow.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png b/Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png new file mode 100644 index 0000000000000000000000000000000000000000..d5db044d0e454ca1b546b62a443d39227df845d7 GIT binary patch literal 1941 zcmbVNdrT8|9KWtm5z@(~qH}CHj<^-Dz3UZdd$9_%AXSS9#Yac9*SjC(r0vzaD{Y;R zRvpvDZDwH#?2nO+5p~h2bNgc&MHxmnbxt#9GE8uBbs4@k<0Hd=|ccU*@mYz#(?<<)yFk7R_mz`M?Ij@@fm7zTv{Si5KN`vPi@90j+_LhIJ_wW@Z z+C0BLi6Od3BaC1Hrc76XL4CPo8wy?-X*!*VD$W^WoK<$bu zJF}vRF|ydq8R+y71qFD4M57_E$0t%D6PA!m!Et;U$It{sYBFKN@mpl8M$Nnc&|(dt zW(a~r^+t`hxUkS*n1+%BN#KMY*Ai-yq=;gwNQaJG7}O@P4OES#Vni35nXpDl@>4h- z397l4 ze^RVZ9H9vkhKFcBuGJ86ml8mhN#gtg!IMzVGC1%6FYrks#A=gRes(9GPpH-5@209xV&JI{MY z164h0GD?yf0#z;Kd@LUn^By<=EVKkn7>rtxnt(THCkd(uMy;?wOHc$c47Kqr*ARXz z)c6n%<_k+p^wW_nLpAV%mxiu#UfK}IYKCU?YC>OVP`h-1RlBqe#lUEE8H|j6 z^t^><0`b_7o@f8(`FR2dYmfFkvz&NE#*>Dsv{+lo+ z9(cfFBg@<~GcYVR*a)D|rzFHMOynD+AT5AWH)Lxx9#2d-92$?uD|Ofp{81MZdk<9g zC>*wm_%PX{;3V1QfDg7d0rs%j>9b<6|J}1%O6`?OX4|fh^?N>XZAaxhO9B@T43*sf zy4$yUwb?As*f}k7aj-~v)6~exQhq-5OMUH^CGE{wB{%MLd=vI6m9^oBM^V<6ozWTk zSJ(OenaH2LmfVbiyK@7*^)EXd$dRE)s4j3TJM37D^e%1sBUU^iYuB$`AEr9%>-5)` z*In&5C|ZU#74AV=qT8>Q)b*~EcPvKw)_gt~)9l#Mp{^>(aNb>2cj5kD{r%P}`}QI& zyzFMR%BJ4NwO!VAtxbFNxGKD^8yvnkx%(?bIN&}oL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png.yml b/Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png.yml new file mode 100644 index 0000000000..5c43e23305 --- /dev/null +++ b/Resources/Textures/Interface/Default/filled_right_arrow.svg.192dpi.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true From a6f2172d059a0f941231230677c6d02b18e1b632 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 17:26:05 +0000 Subject: [PATCH 269/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 83244d177c..96a13d8d61 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: Vortebo - changes: - - message: Added Relic station. - type: Add - id: 7924 - time: '2025-02-09T23:24:13.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34988 -- author: IProduceWidgets - changes: - - message: Pacifists can throw things that break. - type: Fix - id: 7925 - time: '2025-02-10T01:24:10.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31060 - author: lzk228 changes: - message: Deconstructing disposal pipes will no longer delete all the contents. @@ -3925,3 +3911,19 @@ id: 8425 time: '2025-05-06T17:01:37.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37179 +- author: ScarKy0 + changes: + - message: Borgs, brains, zombies and similiar now correctly count as "marooned" + even while on the evac shuttle. + type: Fix + id: 8426 + time: '2025-05-06T17:24:26.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37148 +- author: B-Kirill + changes: + - message: Added a collapse button for the lobby right panel, improving visibility + of the background artwork. + type: Add + id: 8427 + time: '2025-05-06T17:24:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37140 From 740ce0e8ad522393d6f05430954742e969b449c6 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 6 May 2025 19:49:42 +0200 Subject: [PATCH 270/318] Port fancy speech bubbles (#29349) --- .../TypingIndicator/TypingIndicatorSystem.cs | 41 ++-- .../TypingIndicatorVisualizerSystem.cs | 14 +- Content.Client/Holopad/HolopadSystem.cs | 2 +- .../Systems/Chat/ChatUIController.cs | 5 + .../Systems/Chat/Widgets/ChatBox.xaml.cs | 14 ++ Content.Server/Holopad/HolopadSystem.cs | 4 +- .../SharedTypingIndicatorSystem.cs | 10 +- .../TypingIndicator/TypingIndicatorEvents.cs | 6 +- .../TypingIndicatorPrototype.cs | 3 + .../TypingIndicator/TypingIndicatorState.cs | 11 ++ .../TypingIndicator/TypingIndicatorVisuals.cs | 2 +- .../Holopad/HolopadUserComponent.cs | 7 +- Resources/Prototypes/typing_indicator.yml | 13 ++ .../Textures/Effects/speech.rsi/alien3.png | Bin 0 -> 522 bytes .../Effects/speech.rsi/alienroyal3.png | Bin 0 -> 759 bytes .../Textures/Effects/speech.rsi/default3.png | Bin 0 -> 431 bytes .../Textures/Effects/speech.rsi/guardian3.png | Bin 0 -> 540 bytes .../Textures/Effects/speech.rsi/holo3.png | Bin 0 -> 610 bytes .../Textures/Effects/speech.rsi/lawyer3.png | Bin 0 -> 839 bytes .../Textures/Effects/speech.rsi/lizard3.png | Bin 0 -> 647 bytes .../Textures/Effects/speech.rsi/meta.json | 180 +++++++++++++++++- .../Textures/Effects/speech.rsi/moth3.png | Bin 0 -> 2010 bytes .../Textures/Effects/speech.rsi/robot3.png | Bin 0 -> 787 bytes .../Textures/Effects/speech.rsi/slime3.png | Bin 0 -> 504 bytes .../Textures/Effects/speech.rsi/spider3.png | Bin 0 -> 591 bytes .../Textures/Effects/speech.rsi/syndibot3.png | Bin 0 -> 869 bytes 26 files changed, 273 insertions(+), 39 deletions(-) create mode 100644 Content.Shared/Chat/TypingIndicator/TypingIndicatorState.cs create mode 100644 Resources/Textures/Effects/speech.rsi/alien3.png create mode 100644 Resources/Textures/Effects/speech.rsi/alienroyal3.png create mode 100644 Resources/Textures/Effects/speech.rsi/default3.png create mode 100644 Resources/Textures/Effects/speech.rsi/guardian3.png create mode 100644 Resources/Textures/Effects/speech.rsi/holo3.png create mode 100644 Resources/Textures/Effects/speech.rsi/lawyer3.png create mode 100644 Resources/Textures/Effects/speech.rsi/lizard3.png create mode 100644 Resources/Textures/Effects/speech.rsi/moth3.png create mode 100644 Resources/Textures/Effects/speech.rsi/robot3.png create mode 100644 Resources/Textures/Effects/speech.rsi/slime3.png create mode 100644 Resources/Textures/Effects/speech.rsi/spider3.png create mode 100644 Resources/Textures/Effects/speech.rsi/syndibot3.png diff --git a/Content.Client/Chat/TypingIndicator/TypingIndicatorSystem.cs b/Content.Client/Chat/TypingIndicator/TypingIndicatorSystem.cs index 33dbc06ad8..c126f08db1 100644 --- a/Content.Client/Chat/TypingIndicator/TypingIndicatorSystem.cs +++ b/Content.Client/Chat/TypingIndicator/TypingIndicatorSystem.cs @@ -16,6 +16,7 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem private readonly TimeSpan _typingTimeout = TimeSpan.FromSeconds(2); private TimeSpan _lastTextChange; private bool _isClientTyping; + private bool _isClientChatFocused; public override void Initialize() { @@ -31,7 +32,8 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem return; // client typed something - show typing indicator - ClientUpdateTyping(true); + _isClientTyping = true; + ClientUpdateTyping(); _lastTextChange = _time.CurTime; } @@ -42,7 +44,19 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem return; // client submitted text - hide typing indicator - ClientUpdateTyping(false); + _isClientTyping = false; + ClientUpdateTyping(); + } + + public void ClientChangedChatFocus(bool isFocused) + { + // don't update it if player don't want to show typing + if (!_cfg.GetCVar(CCVars.ChatShowTypingIndicator)) + return; + + // client submitted text - hide typing indicator + _isClientChatFocused = isFocused; + ClientUpdateTyping(); } public override void Update(float frameTime) @@ -55,23 +69,25 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem var dif = _time.CurTime - _lastTextChange; if (dif > _typingTimeout) { - // client didn't typed anything for a long time - hide indicator - ClientUpdateTyping(false); + // client didn't typed anything for a long time - change indicator + _isClientTyping = false; + ClientUpdateTyping(); } } } - private void ClientUpdateTyping(bool isClientTyping) + private void ClientUpdateTyping() { - if (_isClientTyping == isClientTyping) - return; - - // check if player controls any entity. + // check if player controls any pawn if (_playerManager.LocalEntity == null) return; - _isClientTyping = isClientTyping; - RaisePredictiveEvent(new TypingChangedEvent(isClientTyping)); + var state = TypingIndicatorState.None; + if (_isClientChatFocused) + state = _isClientTyping ? TypingIndicatorState.Typing : TypingIndicatorState.Idle; + + // send a networked event to server + RaisePredictiveEvent(new TypingChangedEvent(state)); } private void OnShowTypingChanged(bool showTyping) @@ -79,7 +95,8 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem // hide typing indicator immediately if player don't want to show it anymore if (!showTyping) { - ClientUpdateTyping(false); + _isClientTyping = false; + ClientUpdateTyping(); } } } diff --git a/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs b/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs index e89f7ab500..a9af045c0c 100644 --- a/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs +++ b/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs @@ -35,7 +35,6 @@ public sealed class TypingIndicatorVisualizerSystem : VisualizerSystem(uid, TypingIndicatorVisuals.IsTyping, out var isTyping, args.Component); var layerExists = args.Sprite.LayerMapTryGet(TypingIndicatorLayers.Base, out var layer); if (!layerExists) layer = args.Sprite.LayerMapReserveBlank(TypingIndicatorLayers.Base); @@ -44,6 +43,17 @@ public sealed class TypingIndicatorVisualizerSystem : VisualizerSystem(uid, TypingIndicatorVisuals.State, out var state); + args.Sprite.LayerSetVisible(layer, state != TypingIndicatorState.None); + switch (state) + { + case TypingIndicatorState.Idle: + args.Sprite.LayerSetState(layer, proto.IdleState); + break; + case TypingIndicatorState.Typing: + args.Sprite.LayerSetState(layer, proto.TypingState); + break; + } } } diff --git a/Content.Client/Holopad/HolopadSystem.cs b/Content.Client/Holopad/HolopadSystem.cs index 6aad39fe24..40226b9851 100644 --- a/Content.Client/Holopad/HolopadSystem.cs +++ b/Content.Client/Holopad/HolopadSystem.cs @@ -46,7 +46,7 @@ public sealed class HolopadSystem : SharedHolopadSystem if (!HasComp(uid)) return; - var netEv = new HolopadUserTypingChangedEvent(GetNetEntity(uid.Value), ev.IsTyping); + var netEv = new HolopadUserTypingChangedEvent(GetNetEntity(uid.Value), ev.State); RaiseNetworkEvent(netEv); } diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs index a77bc10f7b..1ccba1ae20 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs @@ -918,6 +918,11 @@ public sealed class ChatUIController : UIController _typingIndicator?.ClientChangedChatText(); } + public void NotifyChatFocus(bool isFocused) + { + _typingIndicator?.ClientChangedChatFocus(isFocused); + } + public void Repopulate() { foreach (var chat in _chats) diff --git a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs index 62b3b19e38..068cf4e87e 100644 --- a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs +++ b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs @@ -34,6 +34,8 @@ public partial class ChatBox : UIWidget ChatInput.Input.OnTextEntered += OnTextEntered; ChatInput.Input.OnKeyBindDown += OnInputKeyBindDown; ChatInput.Input.OnTextChanged += OnTextChanged; + ChatInput.Input.OnFocusEnter += OnFocusEnter; + ChatInput.Input.OnFocusExit += OnFocusExit; ChatInput.ChannelSelector.OnChannelSelect += OnChannelSelect; ChatInput.FilterButton.Popup.OnChannelFilter += OnChannelFilter; @@ -174,6 +176,18 @@ public partial class ChatBox : UIWidget _controller.NotifyChatTextChange(); } + private void OnFocusEnter(LineEditEventArgs args) + { + // Warn typing indicator about focus + _controller.NotifyChatFocus(true); + } + + private void OnFocusExit(LineEditEventArgs args) + { + // Warn typing indicator about focus + _controller.NotifyChatFocus(false); + } + protected override void Dispose(bool disposing) { base.Dispose(disposing); diff --git a/Content.Server/Holopad/HolopadSystem.cs b/Content.Server/Holopad/HolopadSystem.cs index af8c5a36a1..f2bd0e05ad 100644 --- a/Content.Server/Holopad/HolopadSystem.cs +++ b/Content.Server/Holopad/HolopadSystem.cs @@ -309,7 +309,7 @@ public sealed class HolopadSystem : SharedHolopadSystem if (receiverHolopad.Comp.Hologram == null) continue; - _appearanceSystem.SetData(receiverHolopad.Comp.Hologram.Value.Owner, TypingIndicatorVisuals.IsTyping, ev.IsTyping); + _appearanceSystem.SetData(receiverHolopad.Comp.Hologram.Value.Owner, TypingIndicatorVisuals.State, ev.State); } } } @@ -591,7 +591,7 @@ public sealed class HolopadSystem : SharedHolopadSystem continue; if (user == null) - _appearanceSystem.SetData(linkedHolopad.Comp.Hologram.Value.Owner, TypingIndicatorVisuals.IsTyping, false); + _appearanceSystem.SetData(linkedHolopad.Comp.Hologram.Value.Owner, TypingIndicatorVisuals.State, false); linkedHolopad.Comp.Hologram.Value.Comp.LinkedEntity = user; Dirty(linkedHolopad.Comp.Hologram.Value); diff --git a/Content.Shared/Chat/TypingIndicator/SharedTypingIndicatorSystem.cs b/Content.Shared/Chat/TypingIndicator/SharedTypingIndicatorSystem.cs index 9d60d334db..bc5c95c8ab 100644 --- a/Content.Shared/Chat/TypingIndicator/SharedTypingIndicatorSystem.cs +++ b/Content.Shared/Chat/TypingIndicator/SharedTypingIndicatorSystem.cs @@ -45,7 +45,7 @@ public abstract class SharedTypingIndicatorSystem : EntitySystem private void OnPlayerDetached(EntityUid uid, TypingIndicatorComponent component, PlayerDetachedEvent args) { // player left entity body - hide typing indicator - SetTypingIndicatorEnabled(uid, false); + SetTypingIndicatorState(uid, TypingIndicatorState.None); } private void OnGotEquipped(Entity entity, ref ClothingGotEquippedEvent args) @@ -76,18 +76,18 @@ public abstract class SharedTypingIndicatorSystem : EntitySystem if (!_actionBlocker.CanEmote(uid.Value) && !_actionBlocker.CanSpeak(uid.Value)) { // nah, make sure that typing indicator is disabled - SetTypingIndicatorEnabled(uid.Value, false); + SetTypingIndicatorState(uid.Value, TypingIndicatorState.None); return; } - SetTypingIndicatorEnabled(uid.Value, ev.IsTyping); + SetTypingIndicatorState(uid.Value, ev.State); } - private void SetTypingIndicatorEnabled(EntityUid uid, bool isEnabled, AppearanceComponent? appearance = null) + private void SetTypingIndicatorState(EntityUid uid, TypingIndicatorState state, AppearanceComponent? appearance = null) { if (!Resolve(uid, ref appearance, false)) return; - _appearance.SetData(uid, TypingIndicatorVisuals.IsTyping, isEnabled, appearance); + _appearance.SetData(uid, TypingIndicatorVisuals.State, state, appearance); } } diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorEvents.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorEvents.cs index 600f86c0d2..29a5d85be8 100644 --- a/Content.Shared/Chat/TypingIndicator/TypingIndicatorEvents.cs +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorEvents.cs @@ -12,11 +12,11 @@ namespace Content.Shared.Chat.TypingIndicator; [Serializable, NetSerializable] public sealed class TypingChangedEvent : EntityEventArgs { - public readonly bool IsTyping; + public readonly TypingIndicatorState State; - public TypingChangedEvent(bool isTyping) + public TypingChangedEvent(TypingIndicatorState state) { - IsTyping = isTyping; + State = state; } } diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs index fbd647d035..970fed969a 100644 --- a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs @@ -19,6 +19,9 @@ public sealed partial class TypingIndicatorPrototype : IPrototype [DataField("typingState", required: true)] public string TypingState = default!; + [DataField("idleState", required: true)] + public string IdleState = default!; + [DataField("offset")] public Vector2 Offset = new(0, 0); diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorState.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorState.cs new file mode 100644 index 0000000000..087610a11b --- /dev/null +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorState.cs @@ -0,0 +1,11 @@ +using Robust.Shared.Serialization; + +namespace Content.Shared.Chat.TypingIndicator; + +[Serializable, NetSerializable] +public enum TypingIndicatorState +{ + None = 0, + Idle = 1, + Typing = 2, +} diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorVisuals.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorVisuals.cs index 0368819eff..b9ed15fe9a 100644 --- a/Content.Shared/Chat/TypingIndicator/TypingIndicatorVisuals.cs +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorVisuals.cs @@ -5,7 +5,7 @@ namespace Content.Shared.Chat.TypingIndicator; [Serializable, NetSerializable] public enum TypingIndicatorVisuals : byte { - IsTyping + State } [Serializable] diff --git a/Content.Shared/Holopad/HolopadUserComponent.cs b/Content.Shared/Holopad/HolopadUserComponent.cs index c9c2a8828b..d8e4699ee0 100644 --- a/Content.Shared/Holopad/HolopadUserComponent.cs +++ b/Content.Shared/Holopad/HolopadUserComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.Chat.TypingIndicator; using Robust.Shared.GameStates; using Robust.Shared.Serialization; @@ -34,11 +35,11 @@ public sealed class HolopadUserTypingChangedEvent : EntityEventArgs /// /// The typing indicator state /// - public readonly bool IsTyping; + public readonly TypingIndicatorState State; - public HolopadUserTypingChangedEvent(NetEntity user, bool isTyping) + public HolopadUserTypingChangedEvent(NetEntity user, TypingIndicatorState state) { User = user; - IsTyping = isTyping; + State = state; } } diff --git a/Resources/Prototypes/typing_indicator.yml b/Resources/Prototypes/typing_indicator.yml index 295af30d16..99c06496ac 100644 --- a/Resources/Prototypes/typing_indicator.yml +++ b/Resources/Prototypes/typing_indicator.yml @@ -1,60 +1,73 @@ - type: typingIndicator id: default typingState: default0 + idleState: default3 - type: typingIndicator id: robot typingState: robot0 + idleState: robot3 - type: typingIndicator id: alien typingState: alien0 + idleState: alien3 - type: typingIndicator id: guardian typingState: guardian0 + idleState: guardian3 - type: typingIndicator id: holo typingState: holo0 + idleState: holo3 offset: 0, 0.0625 - type: typingIndicator id: lawyer typingState: lawyer0 + idleState: lawyer3 offset: 0, 0.125 - type: typingIndicator id: moth typingState: moth0 + idleState: moth3 offset: 0, 0.125 - type: typingIndicator id: spider typingState: spider0 + idleState: spider3 offset: 0, 0.125 - type: typingIndicator id: vox typingState: vox0 + idleState: vox0 # TODO add idle state sprite offset: -0.125, 0.125 - type: typingIndicator id: lizard typingState: lizard0 + idleState: lizard3 offset: 0, 0.0625 - type: typingIndicator id: slime typingState: slime0 + idleState: slime3 offset: 0, 0.125 - type: typingIndicator id: gingerbread typingState: gingerbread0 + idleState: gingerbread0 offset: 0, 0.125 - type: typingIndicator id: diona typingState: diona0 + idleState: diona0 offset: 0, 0.125 diff --git a/Resources/Textures/Effects/speech.rsi/alien3.png b/Resources/Textures/Effects/speech.rsi/alien3.png new file mode 100644 index 0000000000000000000000000000000000000000..83080b2c184e6bca52ac14076686b0c7e53e6b28 GIT binary patch literal 522 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A(y zJ)SO(Ar*0N?|AbaQV?iJ%(iKk-hOX^_4-FY_jK*PcVMlwzhZLNLVeXn$qWC~)V6Jt z{juP}i6d#oRa<|5uHAD!SN_kwcZD;5THV)s{lhn+gtN|S+vHm@`FD?n{^^~te%E2` zsU82>BDmglujmcX`WLp^wEpQXhCg23nNue_8l*{WnZa0N`D~eE=lgH_`A*vM@>ey4 znS1Ze>;E*Xt(ZB)o`dc3W83nli>1>ZzSQ~k=L)mxzB^3+%slqWJy&jEVB%1~Bvy;g zSi`NO>l48lso(SFP*-ilqG|V^bU$U^VYKR~y8VGw+1I6(|5|F8Yr(K*15eQ;c9ZXy z&hby0asN^F*Or4i7y7?UHrZ)c?31g)C++A~bCYlL)hC~W9xplMlgH@z;eDZFQ1j6_ z_U3o9z8zT4DfI8)kw=yZe|&_#@vP;UIK%Cs1dD(J10xoqv0iY6p8Wx-ZL9t;yguc< zC+iclS4dpaCaV~)ebaWVe$N>Cx89*MPSBKhSJTYDy?&f5NlKW$gZcP?70bM@^A3Nu Ty``Q4j9dm!S3j3^P63NZkczmsvmN~o8wj{ECoxB>IIKOwb&hKzyDk;w(CuJ*S=y_1D<)UaxeUj@z@`Kvpqb9 z^VeFI8>wn)70hSj7-ywSSy3O*Wbz<&rkAGc(wFj67Tma`{5mj8Q_J`NrO*re>+M3$ z2j$vpE|Yb?o$v8CjH%+AuUm56??CxG_rIQ!GI}8RH`k+n-}C)1Bj&1yQ>1*%}(VNp(9h-Ij#)G}u z3S|o>y-)w}WlzjI$urkNB#)_nmQX2s%O&yTw9^+J&IGo3i9v!w91RS(k%J!72X+gO zZ!i5D><<`E{ryS(fcyhbhc{}8Z;zS$U|z$*^AITGu%=<(U(OHg9V|zt$weMa@)rEV z*q7dLEq%dD_WFhjwu(Q3>Ysr+6~Y|u|7%(Ek71TAH`fEpaB$y%oTe O%;4$j=d#Wzp$P!|(N;46 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/default3.png b/Resources/Textures/Effects/speech.rsi/default3.png new file mode 100644 index 0000000000000000000000000000000000000000..7c157169755dd915bba94ca6ed1b7fbf90f17b66 GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A(y zL{AsTkczmscO3be3TKL%(&3=pJkR@|0TVKz;z)Z_PR~~|4H=B zige!|U2SfmlHB52P;1ksSfhN?*M8oYuxw{wWMbhEP;h8KX8h&ODQ}x5xBT7t z?e}JEG!2VsRQvsT?PvEJl3cMK3@xAdE>u`D>z%h+5W8LYRr9nn{y!Dx+>U;5vGeWs zNXuy(9er&F?O%HBy zMzI<0mRQa&5%Lqbu0+>5ym~Nw!@Pg?3bh}+7rgzb_C~h#-(Q{$9ARn6uZ?#0O=u<5X=vX$A(y zbDl1aAr*0N?-=?WHV`@XQLM20-5SRg!RmgEGbRWG^Pf0(Bqa3Ise9H2kFHNTQ7HUK z>-|l>zu``cLT8=-cXZ|2Uk8f>ZLaapcK&fI@BdD&_{~-KroZ2GtLD1c)fdtKbA;kT zuZH^{Qe-_8P#1eW?dR!bo9j#dRdi$@nXBrw?vM1LarKK;GT$>kxA z6CUc@+Xy%?FtT7H)Hvq6<(?8Dudw^lS@T1;;(O08vO5r)@QQiOE8(vDlCuh`-S>(% zXe_I*3An;h@cn)=SM$QRA2;TH*39i*#a}QrS$X1MaVTIRM05gT zY8|pxFM7osRK9Ps;iT8^zZaL>I^T0k=ImXM(=`k_rOylAfr6xdkx=2$uv@8Ff-_~B haF_O=u<5X=vX$A%+ z5ltJ~ z|BRO@WnZmb>ik5BeKD7_ugv)qH%)c_l9%uIew|tnZs)s_EUZn0wR6Yqdo!WsvzU-M_kP`O$? zpW($`r&}LYl@IurE%gkrmf-%of#+A`J=TxuoReGIK{g zlkGh*@mEpXkDC8wj4p39{_pU4qQLj~9o%=1%%8wMZw^mq!9n>AsSyE<0hg~^h#r!^ zu&0OpwLtxWgIw2a?zDerSJB%ziQgeD%}_sM_mQN(HKrFX@hdC%`R&`kzqaO7g|_AK zsQ#l;F>9Zwwi_^casKq}O#8Zh%j2^btc>*PFW=zaqNn!P5!F>lZnfZJ%&tFhZ^@yZ z4s(9|nljC1wRqprwew{zGhLo)@1T7$YJcoc<}-{DED38n?GNl?y7mjm*GY(Z%3siU z@^z`6+16_7xxA+n%KpsV@8Q`cyggEc+ZR0)knC$XV9)u7iGk>Ow`Tqa_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/lawyer3.png b/Resources/Textures/Effects/speech.rsi/lawyer3.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9d7af8fe262d587b55f8ef17376197f20209c3 GIT binary patch literal 839 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGooCO|{#S9GGLLkg|>2BR01_q{| zo-U3d6>)FpUd+91Aka4R-2?IOXZ`0bXfxj+e~Xjr`~%*uMY0F1w+NRs_ytsSr|@1q z{-uT4dAHD_&zuk49Xez#{yEw&;(7bOr{+Wj21brE?FZ5}zZC0s6)$!3eJ$UA{9TP* z`R=>x@>zE4AGeiWUiw#MgQ=(gl9seT-q-6-<0~bn9iH@M(#q-vzQ!`SU1ltML;tEg z-lej3L7muz|F1W$tlnGp@!Hqloe_-F<&W%{HovTAV|ZBiFZ2DCA0mGC{9LuT^snKX z6Woj(4h&2J4Gb)xV8O{WR=e_4Z-$sBZop%kAy0>=gCc*VxBv<-fhT)b)1qB(1OS-=6R9@jvnH%jK6}Hr#*D zzV__4+iw@tBpXfrwbyoUQsDP%=fC~o-@iWU%kpdWg7Om%{$0J}$K%xMKU?2a?)vdq zf9dTX4ZDATUjO2{)kN>V*&i9VzL>K8)%pH)_8%D!eiZ!c;!|_rvn-R+BjLPrGv&1B z8%{2H{VO?QqBvpif&8E5(;$CwmC> z?{MaN{_n4|hUN2z|Nfq9h!3v$a!NVszv-I_ef(iA(BNRuxc}=F-uP`dj-3bQ3T5g?vxAsMR_I=Z``DSPLUEA01w&MIo8c z#lz6K@&ckKj~u*uh27_ieN{y1b9NVZlS>YvUm2Ba{V(lZ^_h8+i^(OA(C6$uUu-?U pzdFb7AtdUC>2c)X;1K-5`rX<);!p8oU0}*$@O1TaS?83{1OSWg3UdGe literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/meta.json b/Resources/Textures/Effects/speech.rsi/meta.json index 17cf95079d..82e676cfb0 100644 --- a/Resources/Textures/Effects/speech.rsi/meta.json +++ b/Resources/Textures/Effects/speech.rsi/meta.json @@ -1,11 +1,11 @@ { "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 | Moth sprites made by PuroSlavKing (Github) | Spider sprites made by PixelTheKermit (Github) | Lizard sprites made by AmalgoMyte (Github) | Diona and Gingerbread sprites made by YoungThugSS14 (Github)", "size": { "x": 32, "y": 32 }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 | Moth sprites made by PuroSlavKing (Github) | Spider sprites made by PixelTheKermit (Github) | Lizard sprites made by AmalgoMyte (Github) | Diona and Gingerbread sprites made by YoungThugSS14 (Github)", "states": [ { "name": "alien0", @@ -26,9 +26,39 @@ { "name": "alien2" }, + { + "name": "alien3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, { "name": "alienroyal0", - + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.3, + 0.3, + 0.5 + ] + ] + }, + { + "name": "alienroyal1" + }, + { + "name": "alienroyal2" + }, + { + "name": "alienroyal3", "delays": [ [ 0.2, @@ -40,12 +70,6 @@ ] ] }, - { - "name": "alienroyal1" - }, - { - "name": "alienroyal2" - }, { "name": "blob0", "delays": [ @@ -125,6 +149,18 @@ { "name": "default2" }, + { + "name": "default3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, { "name": "diona0", "delays": [ @@ -176,6 +212,18 @@ { "name": "guardian2" }, + { + "name": "guardian3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, { "name": "holo0", "delays": [ @@ -195,6 +243,18 @@ { "name": "holo2" }, + { + "name": "holo3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, { "name": "lawyer0", "delays": [ @@ -232,6 +292,21 @@ ] ] }, + { + "name": "lawyer3", + "delays": [ + [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.125, + 0.1, + 0.125, + 0.15 + ] + ] + }, { "name": "lizard0", "delays": [ @@ -249,6 +324,18 @@ { "name": "lizard2" }, + { + "name": "lizard3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, { "name": "moth0", "delays": [ @@ -286,6 +373,27 @@ ] ] }, + { + "name": "moth3", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, { "name": "machine0", "delays": [ @@ -320,6 +428,20 @@ { "name": "robot2" }, + { + "name": "robot3", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, { "name": "slime0", "delays": [ @@ -361,6 +483,18 @@ ] ] }, + { + "name": "slime3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, { "name": "swarmer0", "delays": [ @@ -429,6 +563,20 @@ { "name": "syndibot2" }, + { + "name": "syndibot3", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, { "name": "spider0", "delays": [ @@ -446,7 +594,19 @@ { "name": "spider2" }, - { + { + "name": "spider3", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5, + 0.5 + ] + ] + }, + { "name": "vox0", "delays": [ [ diff --git a/Resources/Textures/Effects/speech.rsi/moth3.png b/Resources/Textures/Effects/speech.rsi/moth3.png new file mode 100644 index 0000000000000000000000000000000000000000..93b1d1be74e1b0a263d3e7fc3ca3cd411f95287e GIT binary patch literal 2010 zcmbVNc{JOJ7XHPSNGW11)fDxrs$-1zv}b~#w(=rWi!w^3XlrlnThdZXEn!R34-_su)!yZ8I!JLjHrm+#z6XD2&Zs5%q?0NHEy z*4K|2_bnh&$GOA&4&#`l!|iW90)P{+Zvpx|m3#;Q;OuMGmN#N=uM*Msyls@a&+Arb z=;T8)p;YHQKX&I69Qj9-CHKIsi(5s(Y~{9J#iCy@eUA1Ksa|2y;Q4v6XIx^_ zf$j`MWZYAr{V?#1;fNseON?TFP;1XNkNnfWm~X$)E$~#+;HZAuw}$8tu1jEIrgUmK*j=00 zFRLWmhyEN_1Z^%M2W}K=JhnYauF)wn=X=1iD;&36WR~5pF7$}G(B@hsVjl#7V(DCp zVFJ*j#K3V@8T6-Jl{kiEA?2qa966dQy`$cG z8G8qp)6-a++e;~#UY=EPZfzN^e@s+)a;z(S(~tDA@q<2SJy@#P+eFBhD#|P`x7`cN z$PDIf1R`qekRc4e71e_I{ivs7Cu<1&;^5IOfg;{xW4fZle1?>wX31v#@E41WfACvi5)Dh>O zPQlF*lK{$qp&Ov}Y_+U+Xk&FLpsj}I&y|wjuya(rM@8sqf_e5hiT@E3s8Tk`j8}f# z%I5K`tJi1H?i(c&9k3Lz_%7JKP+Jb0OohcS)FUnWabzT1l3O(>0&;~4d5OE=@Fi5K zW9@q+$BQHc`RT?Awp}tx1S@h(FKF{2p9-U_62lh zI1su1j-Hv`(BB@^5O{0Xj+q3=oaJ5pRf!3ICIb9ug0E(ERx`+z>@Jl?8_uVn@RRK5 z%J?mH%uurQh>?XI1~-yP53T7oUl?z5I@JTk@rj@}{frfLAYv*|zxTxhyt_qCExditN1_JH$eFg=3N zUA;2D?G(8X#=LZ7a_oeHbe0 z@HUQdk$$n>!0pK-p|fmB4p&Xr3Z3LF3}=b1e86l%>2IGS>v~D}ad+*sWC0gQnz_?c zIw29yXBk=W=E^7P*i|=8v(b?SociEdo#{t|fVZ@O2lj}cMRP?(|DifpVLJS0K{w*UTbfR#-{lFl6*=BaPgp z?W3LcH=(cqGo@Syq%6I&(yV%bA4yj%lzY5%rjuRhy|f)qFfVh>sVCjzp32H9=^& z*_pe$s?1RD?jOJglFTn?x_R3KX}TgO3D+1MP)IQ)PD%zZ;yKv#DkSYzg3f8Z)toSY zsIlbgB6^QKkQx?4>fTnMkayPx^zH2a+VTI_DQ^joL$KKlAL)8`BLDbV1J`VvtlwDq GKKTz{7qG?v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/robot3.png b/Resources/Textures/Effects/speech.rsi/robot3.png new file mode 100644 index 0000000000000000000000000000000000000000..b1686502eb54bedd227766ad662bb4b72a88ecf4 GIT binary patch literal 787 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGooCO|{#S9GGLLkg|>2BR01_q|1 zo-U3d6>)FxZuC0hAkgs8_M+1fcYz$1&n)Sg`RR)L8WQp|b2IgSFexReM?^)u5MHuD zu!coYn$`IA)4a*OLPuumY_FH{w=~{;|D2j;+B>(rG8>ll^;J8sKDMo|^`7=o+sVZCl&(ffoq*RIXI{ll-V zN=9tsYYC(D?VDb`D$M9pjAHm6vg^^83N}6FjW+khwpiLzf%*R$5~fy9ar^hX?!_B^j%wy5 ze*1RVY=6x^;n0niDrT3M%}!S9`uL0&t>XDM_0Tl;(5W)t)FaG0GQyp=Yd-$RpvlSK z?`bw`tz&@P`{XF|jv2mRtONEiui}}q=JuYwyX0%@bR_%Jqx$W0r(~$Nd}@#?uat*{=%Wqz`#V1XlQfr`pYQw z+56ud&#&w%>z5iFSoi76cdc_pKO}$k_HPcCa5=ZU=hWrb{(94`D(}xojGZ^{X4a9v zj58T|Z10|9i0St3kczmsw*&i{3}PV!mp`z7=CH>vm8vz`gO-~1~s>d#$~OZ@xRz5dMf&eT=Vt0$iIjdk;X z+a<4eO->c`>fOI}*VKZ$rA#6Tb0^;n6gkjScDFU3>%sf4A6H)c{y%firAPgn7d&K? zPP0xl+fuF|KaKx>!~Ei!>5sqfy8rpJd++82*6*3w+du!A8gHY#hkuF2zo1o$`({t8 z=e0ldxZC;H?B&)S-Acvs+u#58-@mdbpr=~QSYZW2O-$$;!6Xl-FdoZ>oF`2O61XpL zb{=?B#?8*eq0qp9i#T8}yyGRe)>`}cSpRG69oh$eF%&Ys=v&5+#8_DIk8!7H!b@f=``+*B8owT2ea#%gI`in+ zMYh)5oRb_F7+C}y4n#DFY8^WeBM0JuMHJi_mmRbWYn=n-g9SlE#qtCE&$fSgs^AzI Q0*p!qPgg&ebxsLQ02+(S6#xJL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/spider3.png b/Resources/Textures/Effects/speech.rsi/spider3.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf57ba5630b5ebfb0f3cfff8b30116fe67ba620 GIT binary patch literal 591 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRqxP?HN@zUM8KMV{^ zjGiuzAr*0N?;OlKWWdvqIHTo*O*{;jh3U?rpWcEgS%8oF;EP20lv<$deQC53+k z7kO^8kjuMnxo_U2{g2naQ{AgyKYibwNAk&sW?k8tIct4lS?=vP<));mE)$;IeZ<`m zxA^4i*~~4MtQR!P9*(#E_x#AT`CbNhS1lDN@jG2}^fC8=+TW640Y$H~Ew2BNFBHAz zf6(e&!cFOjt9%e}+D({8mg+dh82?RsjW-?ig0k6ueA#4fqM zW9!GgpNx*~ZTZj7azON;>5lSG%lbPVITRWgm@tSBLQGMzWvkD-t8V|XTfg_Byuh}E zbt+TqrgvX|zW4EEc>{}$DOI2W_J zh!g%R_`Uw@)U~y|kay^wY3O`@Zi|-hOWc0Up8K_vG4s!iFT$Ij%FE7UOty6hn(MpJ z>pSOCTc?+I_BQ1-Ow8H$SyNa3NqHL!d;c*^KVq7}`2BR01_owv zPZ!6KinzCT4f8Jt2plM6-|DQiv1Ek+hd`2Nn_lFdjltpj7`2&$)K&Je2nz|V`OCJ( zhll6nq^ogSOT5-FwXYPxA1segF5}Ba2J1x4qJiAE@5< z=H)}F^*djCFY4L0`TL*yG%v-j)^AVEAADubO0W0Sx@~$?cY3ny?x%_@+Z*4lJF=VEXfJQC zPF<=k9~X<~8LRIvq^>W!@p$^O(uccSj>*L@-e9TD#G%l@K#*9Vvtg6rYNc(N$zePn zXYzm86mz`B>1j=ay|lvHm+yIQA6;s=&2uy3B>A&-7pLw$e`$rb!l~&8cV6}m|8z3N z!lf?3R$1 zgf5Vta-#P+^RmKJvx5n43LXu+?^)NJeSLq`lVd{De>OylUa^%AjO^d|{rUC1|BW=k zbp7l8#7Bxmcn7FNT407*TB+6C(p&m`#~*)WJ5te2vV7iodl}PN{l)`}QdC|LbY*H(or=Z^x{)?)zJ}_X(%P&8IgUwU#XpKO#FJ zZrWeQUL&uMwFmmmCaCxb1)SsfY@4w8VxqeA%~n9!L{Da8tm6fsutE(fB|3 afxc+h`#O)R6UTu0hQZU-&t;ucLK6Uq%Y6#~ literal 0 HcmV?d00001 From 62984fc3097cbbeb3bc7bf09a4144ef88ffc5386 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 17:50:49 +0000 Subject: [PATCH 271/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 96a13d8d61..443d8aafa7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Deconstructing disposal pipes will no longer delete all the contents. - type: Fix - id: 7926 - time: '2025-02-10T09:05:24.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34986 - author: themias changes: - message: Pacified players can no longer attack living creatures with mechs @@ -3927,3 +3920,10 @@ id: 8427 time: '2025-05-06T17:24:59.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37140 +- author: Morty, lzk228 + changes: + - message: Speech bubbles now indicate when a person is thinking of what to say. + type: Tweak + id: 8428 + time: '2025-05-06T17:49:42.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/29349 From 6cdc436f5f8fd2a375ef23e06de448cf93d43dc9 Mon Sep 17 00:00:00 2001 From: Prole <172158352+Prole0@users.noreply.github.com> Date: Tue, 6 May 2025 11:13:33 -0700 Subject: [PATCH 272/318] Water bottle dispenser fix & Bottle Yaml Organizing (#37108) * A New Parent/Category For The Soda & Tonic Water Bottle Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * New Parent For water bottle & Cleanup Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * More Cleanup Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Details Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Organizing For Additions Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Streamlining waterbottle to be compatible with DrinkBottleVisualsAll Parent Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Replacing/Renaming Parents Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * New Tonic/Soda Water Bottle Sprites Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Misc Fixes Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * New Parent for Small Glass Bottles & Organizing Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Organizing & uSize Parity. Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * File Parity Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Merged Categories & Misc Fixes Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Removed Silly Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Parent Name Parity & Cleanup Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Large Glass Bottles Category & Cleanup Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> --------- Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> --- .../Consumable/Drinks/drinks_bottles.yml | 355 +++++++++++------- .../Drinks/sodawater-bottle.rsi/fill-1.png | Bin 0 -> 202 bytes .../Drinks/sodawater-bottle.rsi/fill-2.png | Bin 0 -> 221 bytes .../Drinks/sodawater-bottle.rsi/fill-3.png | Bin 0 -> 225 bytes .../Drinks/sodawater-bottle.rsi/fill-4.png | Bin 0 -> 215 bytes .../Drinks/sodawater-bottle.rsi/fill-5.png | Bin 0 -> 241 bytes .../Drinks/sodawater-bottle.rsi/icon.png | Bin 0 -> 579 bytes .../sodawater-bottle.rsi/icon_empty.png | Bin 0 -> 585 bytes .../Drinks/sodawater-bottle.rsi/icon_open.png | Bin 0 -> 582 bytes .../Drinks/sodawater-bottle.rsi/meta.json | 35 ++ .../Drinks/tonic-bottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/tonic-bottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../Drinks/tonic-bottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../Drinks/tonic-bottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../Drinks/tonic-bottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../Drinks/tonic-bottle.rsi/icon.png | Bin 0 -> 628 bytes .../Drinks/tonic-bottle.rsi/icon_empty.png | Bin 0 -> 619 bytes .../Drinks/tonic-bottle.rsi/icon_open.png | Bin 0 -> 617 bytes .../Drinks/tonic-bottle.rsi/meta.json | 35 ++ .../{icon-1.png => fill-1.png} | Bin .../{icon-2.png => fill-2.png} | Bin .../{icon-3.png => fill-3.png} | Bin .../{icon-4.png => fill-4.png} | Bin .../{icon-5.png => fill-5.png} | Bin .../Drinks/waterbottle.rsi/icon.png | Bin 382 -> 422 bytes .../Drinks/waterbottle.rsi/icon_empty.png | Bin 0 -> 382 bytes .../Drinks/waterbottle.rsi/icon_open.png | Bin 382 -> 414 bytes .../Drinks/waterbottle.rsi/meta.json | 19 +- 28 files changed, 298 insertions(+), 146 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/meta.json rename Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/{icon-1.png => fill-1.png} (100%) rename Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/{icon-2.png => fill-2.png} (100%) rename Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/{icon-3.png => fill-3.png} (100%) rename Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/{icon-4.png => fill-4.png} (100%) rename Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/{icon-5.png => fill-5.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_empty.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 0a712faa09..00303bfb8b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -44,6 +44,97 @@ solution: drink - type: Shakeable +- type: entity + parent: DrinkBase + id: DrinkBottlePlasticSmallBaseFull + abstract: true + suffix: Full + components: + - type: Item + size: Small + - type: Tag + tags: + - DrinkCup + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + - type: FitsInDispenser + solution: drink + - type: Openable + sound: + collection: bottleOpenSounds + closeable: true + closeSound: + collection: bottleCloseSounds + - type: Sprite + state: icon + sprite: Objects/Consumable/Drinks/waterbottle.rsi + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 5 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:SpillBehavior { } + - type: DnaSubstanceTrace + - type: PressurizedSolution + solution: drink + - type: TrashOnSolutionEmpty + solution: drink + - type: Shakeable + - type: PhysicalComposition + materialComposition: + Plastic: 100 + +- type: entity + parent: DrinkBottlePlasticSmallBaseFull + id: DrinkBottleGlassSmallBaseFull + abstract: true + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 50 + - type: Sprite + sprite: Objects/Consumable/Drinks/beer.rsi + - type: DamageOnLand + damage: + types: + Blunt: 5 + - type: DamageOtherOnHit + damage: + types: + Blunt: 4 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 5 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: GlassBreak + - !type:SpillBehavior { } + - !type:SpawnEntitiesBehavior + spawn: + BrokenBottle: + min: 1 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Tool + qualities: + - Rolling + speedModifier: 0.75 + - type: PhysicalComposition + materialComposition: + Glass: 100 + - type: entity parent: DrinkBottlePlasticBaseFull id: DrinkBottleGlassBaseFull @@ -125,6 +216,8 @@ maxFillLevels: 5 fillBaseName: fill- +# Large Glass Bottles + - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkAbsintheBottleFull @@ -224,24 +317,6 @@ sprite: Objects/Consumable/Drinks/cognacbottle.rsi - type: Sealable -- type: entity - parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] - id: DrinkColaBottleFull - name: Space Cola bottle - description: Cola. In spaaace! - components: - - type: SolutionContainerManager - solutions: - drink: - reagents: - - ReagentId: Cola - Quantity: 100 - - type: Label - currentLabel: reagent-name-cola - - type: Sprite - sprite: Objects/Consumable/Drinks/colabottle.rsi - - type: Sealable - - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGrenadineBottleFull @@ -399,44 +474,6 @@ sprite: Objects/Consumable/Drinks/rumbottle.rsi - type: Sealable -- type: entity - parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] - id: DrinkSpaceMountainWindBottleFull - name: Space Solar Wind bottle - description: Blows right through you like a solar wind. - components: - - type: SolutionContainerManager - solutions: - drink: - reagents: - - ReagentId: SpaceMountainWind - Quantity: 100 - - type: Drink - - type: Label - currentLabel: reagent-name-space-mountain-wind - - type: Sprite - sprite: Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi - - type: Sealable - -- type: entity - parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] - id: DrinkSpaceUpBottleFull - name: Space-Up bottle - description: Tastes like a hull breach in your mouth. - components: - - type: SolutionContainerManager - solutions: - drink: - reagents: - - ReagentId: SpaceUp - Quantity: 100 - - type: Drink - - type: Label - currentLabel: reagent-name-space-up - - type: Sprite - sprite: Objects/Consumable/Drinks/space-up_bottle.rsi - - type: Sealable - - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkTequilaBottleFull @@ -531,34 +568,6 @@ - Wine - DrinkBottle -# Small Bottles - -- type: entity - parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] - id: DrinkBeerBottleFull - name: beer bottle # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e - description: An alcoholic beverage made from malted grains, hops, yeast, and water. - components: - - type: Item - size: Small - - type: SolutionContainerManager - solutions: - drink: - maxVol: 50 - reagents: - - ReagentId: Beer - Quantity: 50 - - type: Label - currentLabel: reagent-name-beer - - type: Sprite - sprite: Objects/Consumable/Drinks/beer.rsi - - type: Openable - closeable: false - - type: Tag - tags: - - Beer - - DrinkBottle - - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBeerGrowler # Needs to be renamed DrinkBeerBottleFull @@ -584,29 +593,7 @@ - DrinkBottle - type: entity - parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] - id: DrinkAleBottleFull - name: Magm-Ale bottle - description: A true dorf's drink of choice. - components: - - type: Item - size: Small - - type: SolutionContainerManager - solutions: - drink: - maxVol: 50 - reagents: - - ReagentId: Ale - Quantity: 50 - - type: Label - currentLabel: reagent-name-ale - - type: Sprite - sprite: Objects/Consumable/Drinks/alebottle.rsi - - type: Openable - closeable: false - -- type: entity - parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkAleBottleFullGrowler name: Magm-Ale growler description: A true dorf's drink of choice. XL growler bottle. @@ -625,42 +612,64 @@ - type: Openable closeable: false +# Large Plastic Bottles + - type: entity - parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] - id: DrinkWaterBottleFull - name: water bottle - description: Simple clean water of unknown origin. You think that maybe you dont want to know it. + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] + id: DrinkColaBottleFull + name: Space Cola bottle + description: Cola. In spaaace! components: - - type: Item - size: Small - type: SolutionContainerManager solutions: drink: - maxVol: 30 reagents: - - ReagentId: Water - Quantity: 30 + - ReagentId: Cola + Quantity: 100 - type: Label - currentLabel: reagent-name-water - - type: Drink + currentLabel: reagent-name-cola - type: Sprite - sprite: Objects/Consumable/Drinks/waterbottle.rsi - layers: - - state: icon - map: ["enum.OpenableVisuals.Layer"] - - state: icon-1 - map: ["enum.SolutionContainerLayers.Fill"] - visible: false - - type: Appearance - - type: SolutionContainerVisuals - maxFillLevels: 5 - fillBaseName: icon- - inHandsMaxFillLevels: 2 - inHandsFillBaseName: -fill- + sprite: Objects/Consumable/Drinks/colabottle.rsi - type: Sealable - type: entity - parent: DrinkWaterBottleFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] + id: DrinkSpaceMountainWindBottleFull + name: Space Solar Wind bottle + description: Blows right through you like a solar wind. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: SpaceMountainWind + Quantity: 100 + - type: Label + currentLabel: reagent-name-space-mountain-wind + - type: Sprite + sprite: Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi + - type: Sealable + +- type: entity + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] + id: DrinkSpaceUpBottleFull + name: Space-Up bottle + description: Tastes like a hull breach in your mouth. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: SpaceUp + Quantity: 100 + - type: Label + currentLabel: reagent-name-space-up + - type: Sprite + sprite: Objects/Consumable/Drinks/space-up_bottle.rsi + - type: Sealable + +- type: entity + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkSodaWaterBottleFull name: soda water bottle description: Like water, but angry! @@ -668,15 +677,18 @@ - type: SolutionContainerManager solutions: drink: - maxVol: 150 + maxVol: 100 reagents: - ReagentId: SodaWater - Quantity: 150 + Quantity: 100 + - type: Sprite + sprite: Objects/Consumable/Drinks/sodawater-bottle.rsi - type: Label currentLabel: reagent-name-soda-water + - type: Sealable - type: entity - parent: DrinkWaterBottleFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkTonicWaterBottleFull name: tonic water bottle description: Like soda water, but angrier maybe? Often sweeter. @@ -684,15 +696,82 @@ - type: SolutionContainerManager solutions: drink: - maxVol: 150 + maxVol: 100 reagents: - ReagentId: TonicWater - Quantity: 150 + Quantity: 100 + - type: Sprite + sprite: Objects/Consumable/Drinks/tonic-bottle.rsi - type: Label currentLabel: reagent-name-tonic-water + - type: Sealable + +# Small Bottles - type: entity - parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticSmallBaseFull] + id: DrinkWaterBottleFull + name: water bottle + description: Simple clean water of unknown origin. You think that maybe you dont want to know it. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: Water + Quantity: 30 + - type: Sprite + sprite: Objects/Consumable/Drinks/waterbottle.rsi + - type: SolutionContainerVisuals + inHandsMaxFillLevels: 2 + inHandsFillBaseName: -fill- + - type: Label + currentLabel: reagent-name-water + - type: Sealable + +- type: entity + parent: [DrinkBottleVisualsAll, DrinkBottleGlassSmallBaseFull] + id: DrinkBeerBottleFull + name: beer bottle # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e + description: An alcoholic beverage made from malted grains, hops, yeast, and water. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: Beer + Quantity: 50 + - type: Label + currentLabel: reagent-name-beer + - type: Sprite + sprite: Objects/Consumable/Drinks/beer.rsi + - type: Openable + closeable: false + - type: Tag + tags: + - Beer + +- type: entity + parent: [DrinkBottleVisualsAll, DrinkBottleGlassSmallBaseFull] + id: DrinkAleBottleFull + name: Magm-Ale bottle + description: A true dorf's drink of choice. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: Ale + Quantity: 50 + - type: Label + currentLabel: reagent-name-ale + - type: Sprite + sprite: Objects/Consumable/Drinks/alebottle.rsi + - type: Openable + closeable: false + +- type: entity + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassSmallBaseFull] id: DrinkSakeBottleFull name: small sake bottle description: The regret of the next morning seems to be nipping on the bottle too. diff --git a/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..995108596b514f065479ac9a33d0ec1922a95000 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%C&rs6b?Si}mUKs7M+SzC z{oH>NSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10!o$NSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10BHGi% zF(l&f+shX@4;XN`1_tkPJzlWl%$K&Jo->K!8o4~Jf9^2<6nfHmj0dP%W0Hx{=Z~IJ zSL>d8b#(m5T@W_+-d+2{U+=BIIq&$psX__W4ck8P-hVZfndQuxyvK93l&WvZRs%IM Nc)I$ztaD0e0stAyO_cxu literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..c62c6b1f7555d7d70398db0f538a26bf352bc52d GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%C&rs6b?Si}mUKs7M+SzC z{oH>NSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10BHq)* zF(l&f+sg+z8w_|_A1>d~nw+xY%#?*jZqGZ^^B1{HiTlT2r8VXHvrr}mhK#O`z|iU1 zN^alxy!Guk^XHAz>o?-62fi?Pe`lX@GuiQOZ8{6fkEJc?g73dsv$CkXWH`d7rKOr# RF9fuT!PC{xWt~$(69DK^N|^uv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..b63c0c0c560a09bfb6602c0524b620e45fe4af54 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%C&rs6b?Si}mUKs7M+SzC z{oH>NSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10BGl8x zF(l&f+p7mTfi|=zX7?T|&`2-RIG)kJPF5+PN$-ET>663`C7`JX?>_G~-yO!eaMkfB zmyVgeKKuVwuVPU+@SWl9Rj#n`iTVl-FU9V>x*5%&v-6#J#Uoj(*FXyxJYD@<);T3K F0RSD%MPL8` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..07a3f829f59ebb1e65b9cce3469fd9e452ef97f4 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%C&rs6b?Si}mUKs7M+SzC z{oH>NSwSk3J%W507^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10BHz=+ zF(l&f+i7<>8w_|_g0C0!@JyX)6msl@%*V(N?B_c=zT28D{qATPCFsP_u{%99HFW82 z^{R6YheJ!ZiU}sAeSXXo{jgkR*=nZhhv~*nw|3p%`24o%n>Hqqir9pbP=U2d>l>IZ iL>HL2|7(46UuS->@g@FkFLHraGkCiCxvXz@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz!AV3xR9M69S3OI^Kp1}RBUQ0jD?uo(U8I|vi|F7a_yYt%_d*vp ze}xdJo8W)w(8-V0sUSEwsf$XWh8WxQa(50T!LKSF=3M$Nm)x7X_j#Xt-nf-RPtoBVE+IH+S9Go#*jbx}j2d71*z^G&?{XGl+1&u#jgkJx zyS;ox=-*V)^;@6jyM7D)P1Q~r%BTT9YJho5xQ!IBSi-{QS^i~se7*mEV!1pVuY%Ff z{56nb%--CH?=v=gS~S8$vxbE%Y3TQ-8tC`GAQ z%&r~I?TPTavo_HIHO>C*$B0N0V-}2>QSkhn=^!0NlGyn#_(^2H?FC~S+bh#-&qV+J Rqc;Em002ovPDHLkV1jh)`q2OY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..36a0e24c5eb890910bdf62f41a057c203fcc8640 GIT binary patch literal 585 zcmV-P0=E5$P)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz$4Nv%R9M69m%mHHKorNnT8E>Dv{I2u=@JUXE(dN779E@faTWyE zo4WXq2tr(4om?E8qONx7Bt0 z($-pM^1ovsp)*NJ=?Ec^%jMAT_mNJgk;MDhmSv&S>A>?m06;dI)q?od z7C5K#p%4N9BITTO008G4LI^mg^I@z(xLlrI>8Z-+?&N#8Z^oPjGqdZ!?E07Q@0+{v zW`TQCz=M18Vf?{8fqPRhQwMsg0#{X#*k8o0>H`ZY3IK#Y`P-}k{7Lo%5h z@qjUaAP7bj4ucp07$|%XV$=hF1)>F@lmZc<-EK$EMz&zk2?yzyN~I#pi3manNGYAz zJ-`@)Wm(a^(KP&SuXW;JO4s_~!-!HUIu{rT!bYQkR;x8)wNlE=f5A^d_S;@Cma)77 X57NvQH>Z>~00000NkvXXu0mjf8Jhd& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/sodawater-bottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..056896120ad92950b195a1196c1961ab1359bde7 GIT binary patch literal 582 zcmV-M0=fN(P)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz#7RU!R9M69m%mE`F%-wYwhpmD+ERx~>2ef`T>@?vEIK#|;_T#_ zsf+(bCqd|}gM*WcL#L~=T{=lY3fd|5iX0{NIoNZM9@d{2ytwo&cbB{5ee!L68A>TArBJKYjMkbr1z5N_h1)(sJQiT|6c}5;7~rw6*W9X9;QKz>?KW^# zH(Dq5-!Tw3^uH^FKrWZVcsxcbl|nwB-*2^A$B_d}lsk@t!C(O2_W=OeY}N?kS1xcH z%YhIA07B)Qa{vJ696|`VjpZQHAY893ZanMi=jP;xxbH=r1?i=2U}^iy_xHVnXtTh( zE#Ses_%Qz9UBJ67*r@~0x(ZKM5kFeRogM=#N#u4eqpt&J=ey0RfwlDO_1gdXo4@V_ zQcAa2EP^oxA_8L!06;|ObULWl>zk2R!cwUOB0?sU0TF?79)egY#lztcj4>nFUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ff0eafc36553500409458357ec8b92e0b06b6d GIT binary patch literal 628 zcmV-)0*n2LP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz@<~KNR9M69mOo1zQ5400*_oZubxmB^anR^Y5ycM?*aY(xtWroS zzk&z~TLeOC3qvYNnn0|CG=Yd|Ql;5)K?1HxoQ=d}b^pzu$EH|ja3cslGB3^EYKF^u z=iK|wdH2CE{&U=tU3h=*ZtwTWIf2*X;-rK3LP+hEktJ|eZDM*8h|>(2NO~J|*@X|k zJU%FuN;K>Sl}d$ew$&1-ibwY{hZD5B1&%}!Bne3MZfSM5=305ib0)bF9oNdUw7OeU zBElHlo*d(%?bGf?N$%*h$^Oe_C$$dDZ%+4ID-V!>n}!B}X=u1sp83t`UaA_X&6MY6 zAJ`aXk>cn$-A)&;`HdexTQsU|@Dym^>&H6Q9gBs+BDOt+Yb)yjly^3+JZYr~ns zC|O-2j09P|?}9KAeE-!+*M@P-PTeMq1o@mn7zs>6ONb~DVaE^2>KbNN8|Z*C0)8k4 z0520!LLdhGn~2g5{3{}I1cE-`c`Hc%l^j7l31j=^M)aieFcMN@S*inBUBjLnOTLxb z@Vc{>(Sa^o{pH7qABf~#phSfAvlfk}KTx$F$hkmj7F?IV=`0w=F#Z4vG}AGEPUtWI O0000z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz=}AOER9M69m(ObxK@`V7jfGCLXri$uC8mX?C6LSf0fiV3z4z>) z^tyjRDYTG-ApQmM81*9bCU_}GvqyXOyVg^V?oK-9WQyOU51(W zdGCGS{D8UrXIn6xxb-$a{&x1AADuDb*(IG9L!-44rT}043zj-*hP?!dpT^6uXgaad ze$ptH%LLhgR;xvg8dfuKQ+CT_lIMA+QcCjqJfqQwbUIC;P}plWn=fMrm^gP`mwvxb z5Cj0^aycW2nM$y6v^thj0z}Ro#{s}`9Hf+N9IcLH72)x)UU~Q^%e|%h+*!VjzSMLs zz7X~mfj_V#!p|SNtfW@hyjvujeZbnpL>Vo&j4c6J@-Rl!RzG)hF!OQ^ry9ey= z9sp3SA6^@abtBq7-)TI5^{fI=-Ftd%yjnkG`+TSIX@*T{!K4j~#UerowAKhA0MJ_F z`#!Z=?Q!fHD3wZRt;u9EXsvM^Cjzk|!Y~XGLXb=*r!rs-U@#a=IlKyD1z_UvcMz)? zxG4}L0HqXKYkIw2^lzmElap}LeyLO{id<`rloHSLPGir25CYeAqi?Hi_@`Q%=wQ(_ z`m2`_rBrk;up+{CyG^&-or+p1W#?V+H<8VH7R+sKzW|Q{&{^?&JWv1t002ovPDHLk FV1lH&4M+e0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff1cfd5defd27d913e192636fd14bb3d78103d7 GIT binary patch literal 617 zcmV-v0+#)WP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz=Sf6CR9M69mqBY2K@`V-(Sp+~cB8Q-C8mX?C78?HbBOWKd(R$9 zulor~p@kd-k$iw$JVd<+J@+C=(@RgeE9!(~LN&K<{LI2_{p zJ^=ZA-Uwo@5^Nr=O|;ekk#ozk0I)0ztu>oRYm-<-c>J?fd-Np7{W}j>S-y*03SYl} zW;6`&dtovn{B-8AYOk_&uS72QkoENqBj^9r1s{&vY_P@2+xMKm>lk;z+yMK#2kh@2 z08nooUR#UxAlkmzX}^5)q6Sdkdwy-b-a2IaVyFFajzcMB(uSo{38fSwf>H_q5uw-X z(QG!K#;$>Kxr~UA&1Ml1EX#^O5)t8OG(sswI-Q=$Kw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/meta.json new file mode 100644 index 0000000000..7ef37142c7 --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/tonic-bottle.rsi/meta.json @@ -0,0 +1,35 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "modified from space-up_bottle.rsi and inspired by tonic.rsi by Prole0 (GitHub)", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-1.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-1.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-1.png rename to Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-1.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-2.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-2.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-2.png rename to Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-2.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-3.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-3.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-3.png rename to Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-3.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-4.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-4.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-4.png rename to Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-4.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-5.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-5.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon-5.png rename to Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/fill-5.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon.png index cf51fc855297f081ece4e3dca93f07acb1ce7727..62ce8e736bf14370dab6be7ff8d6b1316081ec62 100644 GIT binary patch delta 390 zcmV;10eSxZ0;U6yDSrXk$t-^W000DMK}|sb0I`n?{9y$E001CkNK#Dz0D2|>0Dy!5 z0Qvv`0D$NK0Cg|`0P0`>06Lfe02gqax=}m;00AUPL_t(o!|j!^O2beThQ9<;(o#f= z4nkW9g0qj1$<09uK7;rGrO)7)LCh;e#35k8C+OrLP5}uRp?{l78`4k+#~~RkZi!r% z`%U*8IQRbdaQ|~bqtR%Z;JSkA%DI%Xu*Wz|M45oUWUEfmVzmZfFD(FA{>Ul8^E?4xZo>xwUxFYI7^!r_NS>Zw z1bm62NWhm;lz&1Ols7)9){nrQp-jL<@G855osHaQ^2N>hp`qjvZns+;bZp`(c7USY zQtN_wmSb1(ynzd9cOdWBzjDe3(PFj60qiWt&T<^p9WbqeWm?e1DhE+oU|NOR&*<_# k+VK7L*^z-pqtVph8`<1xt+2)l*#H0l07*qoM6N<$g4+?WqyPW_ delta 350 zcmV-k0iph;1O5V#DSrU2&K&6g00B5jL_t(oh3%9vOT$nQ$A1-vENTbSB2--Z0R$<< zE!~PshkOKaaC6hqF{2b5vWdIU;F8Tub`Z3PQyg5y-W|Mq zfBx_8fx%!fD2SqnD2l*w1jms@tYCE+A!nyvvCGvpRn7udO$6mP)jHDDA@t4IwKk9Y_kDC wGS0E8v+@L-*jts0;XuCU1}X^#gWPx$I7vi7R9J=Wlrc-gP!Pv|6^ATp2h$={T>1e7Da9?_ic5!l1aWY4)6p@b6dbaN zyU^g0%}jO>w1`t2T+*Sn7udO$6mP)jHDDA@t4IwKk9Y_kDCGS0E8v+@L-*jts0;XuCU1}X^# cgW0Dy!5 z0Qvv`0D$NK0Cg|`0P0`>06Lfe02gqax=}m;00A6HL_t(o!|jwYOT$1E$A1xrENTan zE)f?$fFK3^0wRJ$5C`YdrJtamBU^D17Y8X=Iy7~0(}18woPV;2kPPuU7R>e>j6-qD z!HICc>E468d+&eme_*j#EE@F2iS)*a=$x_iue+a!$V5b2g<6-t&t}pUk*;PDfBpo^ zbv8{i1+6W1@)CgTCud55!_PN1*9WXV-_Z^(S-Bq(cP>l{cOp+OuL6BZ(^Q}@Q54mh z0Y|3@*ss>Nz<0ngR=~meNOr^4LM|CT5_gUqBSW|ycWrB>*7EO@Hb3+H`yExf7)c2y#=- zT1|YwhkuDsJFqO)HBI9l1gF<30ZLqX zdU+KXNEAf^1Mxghy@(6*6+>5GFgvbjqp8|~{@aIKOs;-Z9QyvFp!nES0uF48BddWw ze;x|kB2dgyr&qwtQtGq&2z?6F4os}ZpPI%2RSd^*h6B{IlzNupP_hGNZAzRJ?6D0% woD`U~X?X(9tzF}CG?d@9p-MtUMa8P~36aom`^e$ii~s-t07*qoM6N<$g56xDD*ylh diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json index 763da96dcb..e09aa519fc 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json @@ -1,5 +1,6 @@ { - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "version": 1, + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi, icon, icon_empty, & icon_open modified from waterbottle.rsi by Prole0 (GitHub)", "license": "CC-BY-SA-3.0", "size": { @@ -15,19 +16,22 @@ "name": "icon_open" }, { - "name": "icon-1" + "name": "icon_empty" }, { - "name": "icon-2" + "name": "fill-1" }, { - "name": "icon-3" + "name": "fill-2" }, { - "name": "icon-4" + "name": "fill-3" }, { - "name": "icon-5" + "name": "fill-4" + }, + { + "name": "fill-5" }, { "name": "inhand-left", @@ -53,6 +57,5 @@ "name": "inhand-right-fill-2", "directions": 4 } - ], - "version": 1 + ] } From 1ee4c1fe7240e9d1c227d32f4688483494fba46d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 18:14:41 +0000 Subject: [PATCH 273/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 443d8aafa7..f543129365 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Pacified players can no longer attack living creatures with mechs - type: Fix - id: 7927 - time: '2025-02-10T22:17:57.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34954 - author: sowelipililimute changes: - message: Smart equipping into your backpack w/ a nested storage window open no @@ -3927,3 +3920,10 @@ id: 8428 time: '2025-05-06T17:49:42.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/29349 +- author: Prole0 + changes: + - message: Water bottles now fit in dispensers! + type: Tweak + id: 8429 + time: '2025-05-06T18:13:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37108 From 64f7fe10cc3da47536c85c92523f64fdf811411c Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Date: Tue, 6 May 2025 11:16:13 -0700 Subject: [PATCH 274/318] Ichor double-metabolize fix + Very minor cleanup (#37107) Not a yaml vacation apparently --- Content.Server/Devour/DevourSystem.cs | 4 +--- Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 2 +- Resources/Prototypes/Reagents/biological.yml | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Content.Server/Devour/DevourSystem.cs b/Content.Server/Devour/DevourSystem.cs index d9c50f260a..8ee4cf852b 100644 --- a/Content.Server/Devour/DevourSystem.cs +++ b/Content.Server/Devour/DevourSystem.cs @@ -29,8 +29,6 @@ public sealed class DevourSystem : SharedDevourSystem if (component.FoodPreference == FoodPreference.All || (component.FoodPreference == FoodPreference.Humanoid && HasComp(args.Args.Target))) { - ichorInjection.ScaleSolution(0.5f); - if (component.ShouldStoreDevoured && args.Args.Target is not null) { ContainerSystem.Insert(args.Args.Target.Value, component.Stomach); @@ -47,7 +45,7 @@ public sealed class DevourSystem : SharedDevourSystem _audioSystem.PlayPvs(component.SoundDevour, uid); } - + private void OnGibContents(EntityUid uid, DevourerComponent component, ref BeingGibbedEvent args) { if (!component.ShouldStoreDevoured) diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 0eafd75754..0f5b2ee3be 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -141,7 +141,7 @@ foodPreference: Humanoid shouldStoreDevoured: true chemical: Ichor - healRate: 15.0 + healRate: 7.5 whitelist: components: - MobState diff --git a/Resources/Prototypes/Reagents/biological.yml b/Resources/Prototypes/Reagents/biological.yml index 7e7c544c12..6623e87e7c 100644 --- a/Resources/Prototypes/Reagents/biological.yml +++ b/Resources/Prototypes/Reagents/biological.yml @@ -164,8 +164,6 @@ - !type:SatiateThirst factor: 1.5 # Dragon doesn't require airloss healing, so omnizine is still best for humans. - Medicine: - effects: - !type:ModifyBloodLevel amount: 3 - !type:HealthChange From 522c6975f1c0ca7b2e1ce74b1252869a30cd6eca Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Tue, 6 May 2025 14:30:25 -0400 Subject: [PATCH 275/318] Darken reptilian eye sockets to reduce the effect of mixels (#37082) Initial commit --- .../Mobs/Species/Reptilian/parts.rsi/full.png | Bin 394 -> 332 bytes .../Species/Reptilian/parts.rsi/head_f.png | Bin 2226 -> 240 bytes .../Species/Reptilian/parts.rsi/head_m.png | Bin 2226 -> 239 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Mobs/Species/Reptilian/parts.rsi/full.png b/Resources/Textures/Mobs/Species/Reptilian/parts.rsi/full.png index 11c6100a6d9831d70d791dca43c2ed9f16bdd9dd..40eae795c32abd106a417eaa7a3c8fe3e0c2e559 100644 GIT binary patch delta 238 zcmV_i zX;M(HJ2riI=V7{yhk20AJlh(e06qW+h5EW>^;IdjySKB*A!?5bw>h|3qs9R8%poRK o?K2!a0??T<`>vO^H_^`toI?Q=c}J-s0ssI207*qoM6N<$f)>PNrvLx| delta 299 zcmV+`0o4A?0*V8WF%1M~K}|sb0I`n?{9y%=E<1k-a7bBm000id000id0mpBsWB>pF z=Sf6CR5(wql2H=FAP7W(lIH$5?t_p~Y@GfS#{pzn0hRNI{2d^&W^`XvbxkRqB5JH9 zr*sJUFIGo1fOCVYZvh}g+2vibcp+t%%&v%=nRm$KM33%KN6RW*@!E4*>4;k~pr^dj z0O)`6Vu)VqbO0Elh$TZBBk|T8i6w(!?EuB_3<&08c)o(b%>eKlz}aA!9&8xg>;?m~ z4(FC(VJk0T%a3UQViwhwpV9#iAm%Vh1JFJU`{yPavSWz!80V&j>^(bttRcdDH8z0$ x=dih!@tGWcBmg}jvaCzqtQcbGik|2B0X!3J6nB<0CZPZT002ovPDHLkV1h$}ftUaQ diff --git a/Resources/Textures/Mobs/Species/Reptilian/parts.rsi/head_f.png b/Resources/Textures/Mobs/Species/Reptilian/parts.rsi/head_f.png index b0d7991413ab9e7eb52b5f7e7b9d463ebe448d67..b4e9f805273d7287b7fc18c5af399d82d138fe81 100644 GIT binary patch delta 192 zcmV;x06+h-5%2+!7zqdi0001;w}I@DAtZkXbW%=J0RR90|NsA`f2R8Y004tYL_t(o zh3%F*4!|%7LlGeEf8;_kV-M|A`DOGc3JWp&8}9y2j|k-8diL2JlSd7$SD)2!^Ps`& z=(QFQeH2t|#7Iv)U5rlLro_x1lO>U%y@%Rjgot#Q7{> ukOJ}p3G#&7KxTmQX2~x|lovt>@rnn*_yTC5=l`<+0000{!KF^odHsEbN`zlGB_;oH!Ki+H%y^vEPf`dyDDiTz0-?(-ki#$M2u^aORqX`Xe>k1|Ez* r8!ajiXJAlMRzopT&Dacu&%mUl zgk%5%1BN3}WJfupAut*OM1}xb&SF64GdZJYcM}B^qg9NJosb34`3x#)CPBywRGrgM zGyoN#6e++01YH4Ii2^KwP)z_j5=B787|oGP&Zq+Dd}Q~HvPVN;kcYt5Dv{<`<$1F} O&h&Kkb6Mw<&;$Tx894a> From e527adea92cdaa30927913530d8948a16ab5c447 Mon Sep 17 00:00:00 2001 From: OnyxTheBrave <131422822+OnyxTheBrave@users.noreply.github.com> Date: Tue, 6 May 2025 13:31:23 -0500 Subject: [PATCH 276/318] Fixed holy water metabolism rate (#37106) * Fixed holy water metabolizing at 1u instead of .5u a second * Update Resources/Prototypes/Reagents/medicine.yml --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- Resources/Prototypes/Reagents/medicine.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 6bb4172a90..07a898f470 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -1094,8 +1094,6 @@ effects: - !type:SatiateThirst factor: 3 - Medicine: - effects: - !type:HealthChange conditions: - !type:TotalDamage @@ -1107,6 +1105,7 @@ Heat: -0.2 Shock: -0.2 Cold: -0.2 + reactiveEffects: Extinguish: methods: [ Touch ] From f73f6d44675fd172cbe4a1d2feca4cbd781a7b06 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 May 2025 18:32:30 +0000 Subject: [PATCH 277/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f543129365..b1499da82e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: sowelipililimute - changes: - - message: Smart equipping into your backpack w/ a nested storage window open no - longer bugs out - type: Fix - id: 7928 - time: '2025-02-11T02:15:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35048 - author: Tayrtahn changes: - message: Radio frequencies are now displayed with a decimal point. @@ -3927,3 +3919,10 @@ id: 8429 time: '2025-05-06T18:13:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37108 +- author: OnyxTheBrave + changes: + - message: Holy water now correctly metabolizes at .5 unites per second + type: Fix + id: 8430 + time: '2025-05-06T18:31:24.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37106 From cfba56c2b43347b3c31be73c1f5c7e8ffcd7469b Mon Sep 17 00:00:00 2001 From: pathetic meowmeow Date: Tue, 6 May 2025 15:04:18 -0400 Subject: [PATCH 278/318] Make departmental orders consoles print slips (#36944) * Make departmental orders consoles print slips * feed back cycle --- Content.Client/Cargo/UI/CargoConsoleMenu.xaml | 5 +- .../Cargo/UI/CargoConsoleMenu.xaml.cs | 8 +- Content.Client/Cargo/UI/CargoOrderRow.xaml | 5 +- .../Cargo/UI/CargoShuttleMenu.xaml.cs | 5 +- .../Paper/UI/PaperVisualsComponent.cs | 19 +++ Content.Client/Paper/UI/PaperWindow.xaml | 1 + Content.Client/Paper/UI/PaperWindow.xaml.cs | 10 ++ .../Cargo/Systems/CargoSystem.Orders.cs | 124 ++++++++++++++-- Content.Shared/Cargo/CargoOrderData.cs | 11 +- .../Components/CargoOrderConsoleComponent.cs | 30 ++++ .../Cargo/Components/CargoSlipComponent.cs | 41 ++++++ .../Cargo/Prototypes/CargoAccountPrototype.cs | 6 + .../Audio/Effects/Cargo/attributions.yml | 6 + Resources/Audio/Effects/Cargo/beep.ogg | Bin 0 -> 11162 bytes .../en-US/cargo/cargo-console-component.ftl | 14 +- .../Prototypes/Catalog/cargo_accounts.yml | 7 +- .../Objects/Misc/acquisition_slips.yml | 139 ++++++++++++++++++ .../Machines/Computers/computers.yml | 5 + .../Structures/Machines/fax_machine.yml | 3 + .../Prototypes/SoundCollections/machines.yml | 10 ++ .../Paper/AcquisitionSlips/barcode.svg | 48 ++++++ .../AcquisitionSlips/barcode.svg.192dpi.png | Bin 0 -> 515 bytes .../barcode.svg.192dpi.png.yml | 2 + .../Paper/AcquisitionSlips/cargo.svg | 23 +++ .../AcquisitionSlips/cargo.svg.192dpi.png | Bin 0 -> 4483 bytes .../AcquisitionSlips/cargo.svg.192dpi.png.yml | 2 + .../Paper/AcquisitionSlips/engineering.svg | 29 ++++ .../engineering.svg.192dpi.png | Bin 0 -> 4725 bytes .../engineering.svg.192dpi.png.yml | 2 + .../Paper/AcquisitionSlips/medical.svg | 25 ++++ .../AcquisitionSlips/medical.svg.192dpi.png | Bin 0 -> 4683 bytes .../medical.svg.192dpi.png.yml | 2 + .../Paper/AcquisitionSlips/science.svg | 26 ++++ .../AcquisitionSlips/science.svg.192dpi.png | Bin 0 -> 4971 bytes .../science.svg.192dpi.png.yml | 2 + .../Paper/AcquisitionSlips/security.svg | 26 ++++ .../AcquisitionSlips/security.svg.192dpi.png | Bin 0 -> 4826 bytes .../security.svg.192dpi.png.yml | 2 + .../Paper/AcquisitionSlips/service.svg | 25 ++++ .../AcquisitionSlips/service.svg.192dpi.png | Bin 0 -> 4540 bytes .../service.svg.192dpi.png.yml | 2 + .../Misc/bureaucracy.rsi/acquisition_form.png | Bin 0 -> 225 bytes .../acquisition_form_header.png | Bin 0 -> 107 bytes .../acquisition_form_words.png | Bin 0 -> 304 bytes .../Objects/Misc/bureaucracy.rsi/meta.json | 11 +- 45 files changed, 649 insertions(+), 27 deletions(-) create mode 100644 Content.Shared/Cargo/Components/CargoSlipComponent.cs create mode 100644 Resources/Audio/Effects/Cargo/beep.ogg create mode 100644 Resources/Prototypes/Entities/Objects/Misc/acquisition_slips.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/barcode.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/barcode.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/barcode.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/cargo.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/cargo.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/cargo.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/engineering.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/engineering.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/engineering.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/medical.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/medical.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/medical.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/science.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/science.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/science.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/security.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/security.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/security.svg.192dpi.png.yml create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/service.svg create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/service.svg.192dpi.png create mode 100644 Resources/Textures/Interface/Paper/AcquisitionSlips/service.svg.192dpi.png.yml create mode 100644 Resources/Textures/Objects/Misc/bureaucracy.rsi/acquisition_form.png create mode 100644 Resources/Textures/Objects/Misc/bureaucracy.rsi/acquisition_form_header.png create mode 100644 Resources/Textures/Objects/Misc/bureaucracy.rsi/acquisition_form_words.png diff --git a/Content.Client/Cargo/UI/CargoConsoleMenu.xaml b/Content.Client/Cargo/UI/CargoConsoleMenu.xaml index 72d8cf7daf..940352dc48 100644 --- a/Content.Client/Cargo/UI/CargoConsoleMenu.xaml +++ b/Content.Client/Cargo/UI/CargoConsoleMenu.xaml @@ -38,9 +38,10 @@ - + + SizeFlagsStretchRatio="1" + Name="Orders"> diff --git a/Content.Client/Cargo/UI/CargoConsoleMenu.xaml.cs b/Content.Client/Cargo/UI/CargoConsoleMenu.xaml.cs index b837d59855..4c729b795b 100644 --- a/Content.Client/Cargo/UI/CargoConsoleMenu.xaml.cs +++ b/Content.Client/Cargo/UI/CargoConsoleMenu.xaml.cs @@ -208,6 +208,7 @@ namespace Content.Client.Cargo.UI var product = _protoManager.Index(order.ProductId); var productName = product.Name; + var account = _protoManager.Index(order.Account); var row = new CargoOrderRow { @@ -219,7 +220,9 @@ namespace Content.Client.Cargo.UI "cargo-console-menu-populate-orders-cargo-order-row-product-name-text", ("productName", productName), ("orderAmount", order.OrderQuantity), - ("orderRequester", order.Requester)) + ("orderRequester", order.Requester), + ("accountColor", account.Color), + ("account", Loc.GetString(account.Code))) }, Description = { @@ -282,6 +285,9 @@ namespace Content.Client.Cargo.UI AccountActionButton.Disabled = TransferSpinBox.Value <= 0 || TransferSpinBox.Value > bankAccount.Accounts[orderConsole.Account] * orderConsole.TransferLimit || _timing.CurTime < orderConsole.NextAccountActionTime; + + OrdersSpacer.Visible = !orderConsole.SlipPrinter; + Orders.Visible = !orderConsole.SlipPrinter; } } } diff --git a/Content.Client/Cargo/UI/CargoOrderRow.xaml b/Content.Client/Cargo/UI/CargoOrderRow.xaml index 22bd2291ae..e4ec95d981 100644 --- a/Content.Client/Cargo/UI/CargoOrderRow.xaml +++ b/Content.Client/Cargo/UI/CargoOrderRow.xaml @@ -11,11 +11,10 @@ - [DataField] - public float Probability = 0.75f; + public float Probability = 0.25f; /// /// Sound played when an object is throw into the container. diff --git a/Content.Server/Containers/ThrowInsertContainerSystem.cs b/Content.Server/Containers/ThrowInsertContainerSystem.cs index 1b87cb83ef..8fa11abe67 100644 --- a/Content.Server/Containers/ThrowInsertContainerSystem.cs +++ b/Content.Server/Containers/ThrowInsertContainerSystem.cs @@ -37,7 +37,7 @@ public sealed class ThrowInsertContainerSystem : EntitySystem if (beforeThrowArgs.Cancelled) return; - if (_random.Prob(ent.Comp.Probability)) + if (!_random.Prob(ent.Comp.Probability)) { _audio.PlayPvs(ent.Comp.MissSound, ent); _popup.PopupEntity(Loc.GetString(ent.Comp.MissLocString), ent); From 50bad5ad6001787b555958144d35a4bff429d572 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 7 May 2025 18:56:20 +0100 Subject: [PATCH 293/318] fix pka admin log (#37255) --- Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs b/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs index b84446fea4..fb9b4a782b 100644 --- a/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs +++ b/Content.Shared/Weapons/Ranged/Upgrades/GunUpgradeSystem.cs @@ -89,7 +89,7 @@ public sealed class GunUpgradeSystem : EntitySystem _gun.RefreshModifiers(ent.Owner); args.Handled = _container.Insert(args.Used, _container.GetContainer(ent, ent.Comp.UpgradesContainerId)); - _adminLog.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.Used):player} inserted gun upgrade {ToPrettyString(args.Used)} into {ToPrettyString(ent.Owner)}."); + _adminLog.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.User):player} inserted gun upgrade {ToPrettyString(args.Used)} into {ToPrettyString(ent.Owner)}."); } private void OnFireRateRefresh(Entity ent, ref GunRefreshModifiersEvent args) From 8edc8c7596d20ab850ee7c30c21d8bb5c8f9490b Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 7 May 2025 16:28:28 -0400 Subject: [PATCH 294/318] Genpop closet cargo orders (#37237) * Genpop closet cargo orders * change icon to locker base --- Resources/Prototypes/Catalog/Cargo/cargo_security.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml index 36f4b472ba..9ff3488a43 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml @@ -77,3 +77,13 @@ cost: 2500 category: cargoproduct-category-name-security group: market + +- type: cargoProduct + id: SecurityGenPopCloset + icon: + sprite: Structures/Storage/closet.rsi + state: genpop + product: LockerPrisoner + cost: 250 + category: cargoproduct-category-name-security + group: market From df10d75cf73b0d2380b3dc055d22b85b7774cb60 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 7 May 2025 20:29:35 +0000 Subject: [PATCH 295/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 22d3ccdb66..f0101a9c54 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: centcomofficer24 - changes: - - message: Increased the armor crates price from 725 spesos to 1250 spesos. - type: Tweak - id: 7935 - time: '2025-02-11T12:17:33.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34541 - author: pheenty changes: - message: The interrogator lamp is now considered security contraband. @@ -3929,3 +3922,10 @@ id: 8436 time: '2025-05-07T12:44:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37065 +- author: themias + changes: + - message: Genpop prisoner closets can be ordered from cargo + type: Tweak + id: 8437 + time: '2025-05-07T20:28:28.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37237 From 47258651a3eff09c51b1e4212780287e54cc2c52 Mon Sep 17 00:00:00 2001 From: Verm <32827189+Vermidia@users.noreply.github.com> Date: Wed, 7 May 2025 15:43:47 -0500 Subject: [PATCH 296/318] Make container draw disableble for mob-affecting Hyposprays (#30683) * Seperate container draw from affects mobs * Spaces * More spaces * Fix toggle * Use better ands * Reorder checks for Performance:tm: --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- Content.Client/Chemistry/UI/HyposprayStatusControl.cs | 2 +- Content.Server/Chemistry/EntitySystems/HypospraySystem.cs | 5 +++-- Content.Shared/Chemistry/Components/HyposprayComponent.cs | 8 +++++++- .../Chemistry/EntitySystems/SharedHypospraySystem.cs | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Content.Client/Chemistry/UI/HyposprayStatusControl.cs b/Content.Client/Chemistry/UI/HyposprayStatusControl.cs index 4a4d90dc4d..37b6fb5ed8 100644 --- a/Content.Client/Chemistry/UI/HyposprayStatusControl.cs +++ b/Content.Client/Chemistry/UI/HyposprayStatusControl.cs @@ -44,7 +44,7 @@ public sealed class HyposprayStatusControl : Control PrevMaxVolume = solution.MaxVolume; PrevOnlyAffectsMobs = _parent.Comp.OnlyAffectsMobs; - var modeStringLocalized = Loc.GetString(_parent.Comp.OnlyAffectsMobs switch + var modeStringLocalized = Loc.GetString((_parent.Comp.OnlyAffectsMobs && _parent.Comp.CanContainerDraw) switch { false => "hypospray-all-mode-text", true => "hypospray-mobs-only-mode-text", diff --git a/Content.Server/Chemistry/EntitySystems/HypospraySystem.cs b/Content.Server/Chemistry/EntitySystems/HypospraySystem.cs index d537c2ffdd..19ad64d046 100644 --- a/Content.Server/Chemistry/EntitySystems/HypospraySystem.cs +++ b/Content.Server/Chemistry/EntitySystems/HypospraySystem.cs @@ -33,8 +33,9 @@ public sealed class HypospraySystem : SharedHypospraySystem private bool TryUseHypospray(Entity entity, EntityUid target, EntityUid user) { - // if target is ineligible but is a container, try to draw from the container - if (!EligibleEntity(target, EntityManager, entity) + // if target is ineligible but is a container, try to draw from the container if allowed + if (entity.Comp.CanContainerDraw + && !EligibleEntity(target, EntityManager, entity) && _solutionContainers.TryGetDrawableSolution(target, out var drawableSolution, out _)) { return TryDraw(entity, target, drawableSolution.Value, user); diff --git a/Content.Shared/Chemistry/Components/HyposprayComponent.cs b/Content.Shared/Chemistry/Components/HyposprayComponent.cs index 17d52f0ad9..1e3a4751f4 100644 --- a/Content.Shared/Chemistry/Components/HyposprayComponent.cs +++ b/Content.Shared/Chemistry/Components/HyposprayComponent.cs @@ -20,12 +20,18 @@ public sealed partial class HyposprayComponent : Component /// /// Decides whether you can inject everything or just mobs. - /// When you can only affect mobs, you're capable of drawing from beakers. /// [AutoNetworkedField] [DataField(required: true)] public bool OnlyAffectsMobs = false; + /// + /// If this can draw from containers in mob-only mode. + /// + [AutoNetworkedField] + [DataField] + public bool CanContainerDraw = true; + /// /// Whether or not the hypospray is able to draw from containers or if it's a single use /// device that can only inject. diff --git a/Content.Shared/Chemistry/EntitySystems/SharedHypospraySystem.cs b/Content.Shared/Chemistry/EntitySystems/SharedHypospraySystem.cs index b647d33c98..6985ae693c 100644 --- a/Content.Shared/Chemistry/EntitySystems/SharedHypospraySystem.cs +++ b/Content.Shared/Chemistry/EntitySystems/SharedHypospraySystem.cs @@ -46,7 +46,7 @@ public abstract class SharedHypospraySystem : EntitySystem private void ToggleMode(Entity entity, EntityUid user) { SetMode(entity, !entity.Comp.OnlyAffectsMobs); - string msg = entity.Comp.OnlyAffectsMobs ? "hypospray-verb-mode-inject-mobs-only" : "hypospray-verb-mode-inject-all"; + string msg = (entity.Comp.OnlyAffectsMobs && entity.Comp.CanContainerDraw) ? "hypospray-verb-mode-inject-mobs-only" : "hypospray-verb-mode-inject-all"; _popup.PopupClient(Loc.GetString(msg), entity, user); } From ef7937390452133d6fc6fc8b38c05678b5722f24 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 7 May 2025 19:25:17 -0400 Subject: [PATCH 297/318] Fix chairs deleting players (#37261) Unbuckle entities when a strap is about to be deleted --- Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs | 2 +- Content.Shared/Buckle/SharedBuckleSystem.Strap.cs | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 3d2d263652..85d7698ff0 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -458,7 +458,7 @@ public abstract partial class SharedBuckleSystem var buckleXform = Transform(buckle); var oldBuckledXform = Transform(strap); - if (buckleXform.ParentUid == strap.Owner && !Terminating(buckleXform.ParentUid)) + if (buckleXform.ParentUid == strap.Owner && !Terminating(oldBuckledXform.ParentUid)) { _transform.PlaceNextTo((buckle, buckleXform), (strap.Owner, oldBuckledXform)); buckleXform.ActivelyLerping = false; diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs b/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs index bfb0cd9cd6..c101340421 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs @@ -14,6 +14,7 @@ public abstract partial class SharedBuckleSystem { SubscribeLocalEvent(OnStrapStartup); SubscribeLocalEvent(OnStrapShutdown); + SubscribeLocalEvent(OnStrapTerminating); SubscribeLocalEvent((e, c, _) => StrapRemoveAll(e, c)); SubscribeLocalEvent(OnStrapContainerGettingInsertedAttempt); @@ -35,6 +36,11 @@ public abstract partial class SharedBuckleSystem StrapRemoveAll(uid, component); } + private void OnStrapTerminating(Entity entity, ref EntityTerminatingEvent args) + { + StrapRemoveAll(entity, entity.Comp); + } + private void OnStrapContainerGettingInsertedAttempt(EntityUid uid, StrapComponent component, ContainerGettingInsertedAttemptEvent args) { // If someone is attempting to put this item inside of a backpack, ensure that it has no entities strapped to it. From 90c3ba8f361ee44af1c5acd45f4dae3e27f4e06b Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 8 May 2025 01:26:48 +0200 Subject: [PATCH 298/318] Add 3 new Exomorph posters (#37260) Initial commit --- .../Markers/Spawners/Random/posters.yml | 3 ++ .../Structures/Wallmounts/Signs/posters.yml | 27 ++++++++++++++++++ .../Wallmounts/posters.rsi/meta.json | 11 ++++++- .../posters.rsi/poster64_contraband.png | Bin 0 -> 599 bytes .../posters.rsi/poster65_contraband.png | Bin 0 -> 640 bytes .../posters.rsi/poster66_contraband.png | Bin 0 -> 656 bytes 6 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index de82e7b6f0..70ddb4d7c0 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -92,6 +92,9 @@ - PosterContrabandInterdyne - PosterContrabandWaffleCorp - PosterContrabandMissingSpacepen + - PosterContrabandExoAcid + - PosterContrabandExoRun + - PosterContrabandExoChomp chance: 1 - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index 132318ee47..3aeae766c5 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -600,6 +600,33 @@ - type: Sprite state: poster63_contraband +- type: entity + parent: PosterBase + id: PosterContrabandExoAcid + name: "Exomorph Warning: Acid Spit!" + description: "This poster warns you about an exomorph's acidic spit. Not that such exomorphs are real... Right?" + components: + - type: Sprite + state: poster64_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandExoRun + name: "Exomorph Warning: Run Away!" + description: "This poster warns you about an athletic exomorph capable of dragging away anyone who gets caught; so don't get caught!" + components: + - type: Sprite + state: poster65_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandExoChomp + name: "Exomorph Warning: Dangerous Bites!" + description: "This poster warns you about the lethal bites exomorphs can have. Don't become an alien snack!" + components: + - type: Sprite + state: poster66_contraband + # Legit - type: entity parent: PosterBase diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json index e58aaad6d0..a45f465b54 100644 --- a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman, poster53_legit and the original version by @RCOI on discord, modified by Spessmann, poster54_legit by hex_reject on Discord.", + "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman, poster53_legit and the original version by @RCOI on discord, modified by Spessmann, poster54_legit by hex_reject on Discord, poster64_contraband, poster65_contraband, poster66_contraband by JuneSzalkowska (Discord).", "size": { "x": 32, "y": 32 @@ -228,6 +228,15 @@ { "name": "poster51_contraband" }, + { + "name": "poster64_contraband" + }, + { + "name": "poster65_contraband" + }, + { + "name": "poster66_contraband" + }, { "name": "poster1_legit" }, diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png new file mode 100644 index 0000000000000000000000000000000000000000..97b17e6380a0c73b335c8b55c6b915942064ffad GIT binary patch literal 599 zcmV-d0;v6oP)Px%5lKWrR9J=0RxxhlFc2IX7E%Pl)oXxdU>A8rntOE`B(b2&fKp?fGILlqmiVAUX!oCEQ`?5~WBBI5ajWHwJYH^lKBpqn?Yuje`|NV*D zV^C2m!2dA?9%s@4J}k};^*-iI9zu&k5B+O1Z|=46zq|A8eFq8+wH-brBDDK8)V2ZF z8d$vomugH_XyDpl^S4W*F$SrKPNyJT9O#H|=h03#A721~_R~ZoFgpchSpqoOMP2>! zaR>EQbrI-EgxJn=>|*tPPi zkzXp`7QwU%0#dI1+)4x_4M1OXZs*R4M;vg^K#bUZ7nQiFP+L*VeRAMl3JRYPx%I!Q!9R9J=WmcMT5FcijrMxYK=bO#1xOBoRi9g-J7EPV!+zF^-1-52P>0Ah@U zm4ShwLlsotAtX476O&%5-r;^ybnIhuzQg%rTi}Li(cc5Yo($V|Nh$BnthH|F26t!a ziB<;=>tQMHHFiNbwP3z61r^R#2h662GUHK3j);^`{wah)t)jRA6* zCB!dL?pX1)pwj`ZHD*5t!0hLk{hY(^UwMa&LU_p6;+KdtO^H|ITv~GV>TGTm|a-?_H(B`iXvlnp^;J= zz(i4Gz_M|%SLf<1!bYy`4Le6(2aoXio{zJnOc9^&kR{F{Y&{79%!WL~wqXa<^2}j9 zL`=6tQJ#OTLCRBW{}=GLVMhgfQH#jUZ5RYWIabTFQ`#tsOw1D0@{C%ZiC1I9bnEr8 zJwBrlvV_TG0vsFCMo|ydx;O&<=zVVrYc;IXnt%#w=kR`iQNL2zj+9_FaU zsa&@2dpjLsmSDB@?RSA~K+KYy_#-bY^(;|~Yn$2RQcBeFeA5Z&jezSgl2SJMJ6?@> zdp$Zy%`W`fK~(;@jx3?9@GOB*$lL3Ycs0iCd={(t+I!&AqJ80tz>mL({=W(T-Df#e zLs-mRvTMzE9s8eTm%F~p$-jZufx~*}yn+kV9lYiG?&W|@P>kzF?Rno6{CF3%I&gRP a7S2DLELfAC?zOc50000Px%N=ZaPR9J=WR=tj!KoI^o*-E5{>I!R+sG+!G{RTAm2+=ipyfk@+Yuu&06cj;} zNFWz!V!4QHF)8paEISM4k)rhnL?GX`KN)3sR@B2gVQsCEjpgp4At-K^=3FuI21zf~pQ_&<0+G9uJg8ErZ zhfE+0Ljb_`lL7!Jr5rDOUPaltPe*&4^G`+?hOCrg&cQ^)T*R!DGS6JZjILLRKO(aB zauGA<=Dmfnmr|v=zVPz-Td!a=uBXQLqH+AU zZbWZ)!vFVL4#*)KhI0Homxe_I>fH)ac1Dz)y#}M~?DTsrA7Z@kDgqM5im!!4YL Date: Wed, 7 May 2025 23:27:55 +0000 Subject: [PATCH 299/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f0101a9c54..0c94881031 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: pheenty - changes: - - message: The interrogator lamp is now considered security contraband. - type: Tweak - id: 7936 - time: '2025-02-11T16:15:14.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35064 - author: pheenty changes: - message: Chief Engineer's hardsuit storage unit now has an atmospheric gas mask. @@ -3929,3 +3922,10 @@ id: 8437 time: '2025-05-07T20:28:28.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37237 +- author: JuneSzalkowska, SlamBamActionman + changes: + - message: 3 new exomorph-themed posters have been added! + type: Add + id: 8438 + time: '2025-05-07T23:26:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37260 From 9ff5850667c418b7d9eae88e26cb54360edb246b Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Thu, 8 May 2025 09:48:39 +1000 Subject: [PATCH 300/318] AI context menu fix (#37224) * AI context menu fix * Revert "AI context menu fix" This reverts commit 86a0476fcb0aa952c0dcadb1bc4246532abd62b7. * Better implementation * Retry --- .../Silicons/StationAi/SharedStationAiSystem.Held.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Held.cs b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Held.cs index 4b0fbdcf4b..1c9c57dccf 100644 --- a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Held.cs +++ b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Held.cs @@ -157,6 +157,9 @@ public abstract partial class SharedStationAiSystem private void OnTargetVerbs(Entity ent, ref GetVerbsEvent args) { + if (!_uiSystem.HasUi(args.Target, AiUi.Key)) + return; + if (!args.CanComplexInteract || !HasComp(args.User) || !args.CanInteract) From 057cc2304a538a0b920c3e68c3d883b7a20231a9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 7 May 2025 23:49:46 +0000 Subject: [PATCH 301/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0c94881031..f90292fd5a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: pheenty - changes: - - message: Chief Engineer's hardsuit storage unit now has an atmospheric gas mask. - type: Add - id: 7937 - time: '2025-02-11T17:48:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35063 - author: Terraspark4941 changes: - message: The spray nozzle can now be stored inside the backpack water tank! @@ -3929,3 +3922,10 @@ id: 8438 time: '2025-05-07T23:26:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37260 +- author: B-Kirill + changes: + - message: AI context menu buttons now only appear on objects with valid interactions. + type: Fix + id: 8439 + time: '2025-05-07T23:48:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37224 From c196538aaf4f70c0c25ccf846158de4436a3f42b Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Thu, 8 May 2025 10:00:12 +1000 Subject: [PATCH 302/318] Cleanup warnings: CS0414 (#36950) * Clean up * Use #pragma --- Content.Server/Forensics/Systems/ForensicPadSystem.cs | 2 -- Content.Server/Maps/MapMigrationSystem.cs | 2 ++ Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Content.Server/Forensics/Systems/ForensicPadSystem.cs b/Content.Server/Forensics/Systems/ForensicPadSystem.cs index d675950faa..5c104d07db 100644 --- a/Content.Server/Forensics/Systems/ForensicPadSystem.cs +++ b/Content.Server/Forensics/Systems/ForensicPadSystem.cs @@ -16,9 +16,7 @@ namespace Content.Server.Forensics public sealed class ForensicPadSystem : EntitySystem { [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; - [Dependency] private readonly InventorySystem _inventory = default!; [Dependency] private readonly PopupSystem _popupSystem = default!; - [Dependency] private readonly MetaDataSystem _metaData = default!; [Dependency] private readonly ForensicsSystem _forensics = default!; [Dependency] private readonly LabelSystem _label = default!; diff --git a/Content.Server/Maps/MapMigrationSystem.cs b/Content.Server/Maps/MapMigrationSystem.cs index 28b10e3c58..389652a0c3 100644 --- a/Content.Server/Maps/MapMigrationSystem.cs +++ b/Content.Server/Maps/MapMigrationSystem.cs @@ -17,7 +17,9 @@ namespace Content.Server.Maps; /// public sealed class MapMigrationSystem : EntitySystem { +#pragma warning disable CS0414 [Dependency] private readonly IPrototypeManager _protoMan = default!; +#pragma warning restore CS0414 [Dependency] private readonly IResourceManager _resMan = default!; private const string MigrationFile = "/migration.yml"; diff --git a/Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs b/Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs index 1e2b15c8ce..450aca0eed 100644 --- a/Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs +++ b/Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs @@ -19,7 +19,6 @@ namespace Content.Shared.Bed.Cryostorage; public abstract class SharedCryostorageSystem : EntitySystem { [Dependency] private readonly IConfigurationManager _configuration = default!; - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ISharedPlayerManager _player = default!; [Dependency] private readonly SharedMapSystem _map = default!; [Dependency] private readonly MobStateSystem _mobState = default!; From b3c4c7c32b99d518cdad7e7009d5fb9fc8421b8d Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Thu, 8 May 2025 10:01:02 +1000 Subject: [PATCH 303/318] Cleanup warnings: CS8321, CS0105, CS0168 (#36949) * Clean up * CS0168 --- Content.Server/Entry/EntryPoint.cs | 2 ++ .../Explosion/EntitySystems/ExplosionSystem.Processing.cs | 2 +- Content.Server/Polymorph/Systems/PolymorphSystem.cs | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Server/Entry/EntryPoint.cs b/Content.Server/Entry/EntryPoint.cs index 9d5cb0b10e..f6d99ea687 100644 --- a/Content.Server/Entry/EntryPoint.cs +++ b/Content.Server/Entry/EntryPoint.cs @@ -217,6 +217,7 @@ namespace Content.Server.Entry Load(CCVars.ConfigPresetDebug, "debug"); #endif +#pragma warning disable CS8321 void Load(CVarDef cVar, string name) { var path = $"{ConfigPresetsDirBuild}{name}.toml"; @@ -226,6 +227,7 @@ namespace Content.Server.Entry sawmill.Info("Loaded config preset: {Preset}", path); } } +#pragma warning restore CS8321 } } } diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs index 3f2a0ea2da..5909bd14ad 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs @@ -146,7 +146,7 @@ public sealed partial class ExplosionSystem } #if EXCEPTION_TOLERANCE } - catch (Exception e) + catch (Exception) { // Ensure the system does not get stuck in an error-loop. if (_activeExplosion != null) diff --git a/Content.Server/Polymorph/Systems/PolymorphSystem.cs b/Content.Server/Polymorph/Systems/PolymorphSystem.cs index b9d4afc889..64dbcec547 100644 --- a/Content.Server/Polymorph/Systems/PolymorphSystem.cs +++ b/Content.Server/Polymorph/Systems/PolymorphSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Actions; using Content.Server.Humanoid; using Content.Server.Inventory; using Content.Server.Mind.Commands; -using Content.Shared.Nutrition; using Content.Server.Polymorph.Components; using Content.Shared.Actions; using Content.Shared.Buckle; From 14adb1ff013352a3f066eaba0288c0d461dc9d64 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 7 May 2025 20:34:44 -0400 Subject: [PATCH 304/318] Cargo request and bounty console deny sound cooldown (#37234) * Cargo bounty console deny sound cooldown * ordering computer cooldown * Update Content.Shared/Cargo/Components/CargoBountyConsoleComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/Cargo/Components/CargoBountyConsoleComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Server/Cargo/Systems/CargoSystem.Bounty.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * AutoGenerateComponentPause --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Cargo/Systems/CargoSystem.Bounty.cs | 6 +++++- .../Cargo/Systems/CargoSystem.Orders.cs | 8 +++++++- .../Components/CargoBountyConsoleComponent.cs | 16 ++++++++++++++-- .../Components/CargoOrderConsoleComponent.cs | 12 ++++++++++++ 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs b/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs index 10e8b40e53..7cb09b8725 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs @@ -93,7 +93,11 @@ public sealed partial class CargoSystem if (TryComp(uid, out var accessReaderComponent) && !_accessReaderSystem.IsAllowed(mob, uid, accessReaderComponent)) { - _audio.PlayPvs(component.DenySound, uid); + if (Timing.CurTime >= component.NextDenySoundTime) + { + component.NextDenySoundTime = Timing.CurTime + component.DenySoundDelay; + _audio.PlayPvs(component.DenySound, uid); + } return; } diff --git a/Content.Server/Cargo/Systems/CargoSystem.Orders.cs b/Content.Server/Cargo/Systems/CargoSystem.Orders.cs index c0e59d4ab6..cf6c7e9955 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Orders.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Orders.cs @@ -16,6 +16,7 @@ using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Prototypes; +using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Server.Cargo.Systems @@ -24,6 +25,7 @@ namespace Content.Server.Cargo.Systems { [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly EmagSystem _emag = default!; + [Dependency] private readonly IGameTiming _timing = default!; private void InitializeConsole() { @@ -431,7 +433,11 @@ namespace Content.Server.Cargo.Systems private void PlayDenySound(EntityUid uid, CargoOrderConsoleComponent component) { - _audio.PlayPvs(_audio.ResolveSound(component.ErrorSound), uid); + if (_timing.CurTime >= component.NextDenySoundTime) + { + component.NextDenySoundTime = _timing.CurTime + component.DenySoundDelay; + _audio.PlayPvs(_audio.ResolveSound(component.ErrorSound), uid); + } } private static CargoOrderData GetOrderData(CargoConsoleAddOrderMessage args, CargoProductPrototype cargoProduct, int id, ProtoId account) diff --git a/Content.Shared/Cargo/Components/CargoBountyConsoleComponent.cs b/Content.Shared/Cargo/Components/CargoBountyConsoleComponent.cs index 8c78312be1..dd01954d62 100644 --- a/Content.Shared/Cargo/Components/CargoBountyConsoleComponent.cs +++ b/Content.Shared/Cargo/Components/CargoBountyConsoleComponent.cs @@ -1,4 +1,4 @@ -using Robust.Shared.Audio; +using Robust.Shared.Audio; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; @@ -6,7 +6,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy namespace Content.Shared.Cargo.Components; -[RegisterComponent] +[RegisterComponent, AutoGenerateComponentPause] public sealed partial class CargoBountyConsoleComponent : Component { /// @@ -44,6 +44,18 @@ public sealed partial class CargoBountyConsoleComponent : Component /// [DataField("denySound")] public SoundSpecifier DenySound = new SoundPathSpecifier("/Audio/Effects/Cargo/buzz_two.ogg"); + + /// + /// The time at which the console will be able to make the denial sound again. + /// + [DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoPausedField] + public TimeSpan NextDenySoundTime = TimeSpan.Zero; + + /// + /// The time between playing a denial sound. + /// + [DataField] + public TimeSpan DenySoundDelay = TimeSpan.FromSeconds(2); } [NetSerializable, Serializable] diff --git a/Content.Shared/Cargo/Components/CargoOrderConsoleComponent.cs b/Content.Shared/Cargo/Components/CargoOrderConsoleComponent.cs index 200dc7c575..8b189313ae 100644 --- a/Content.Shared/Cargo/Components/CargoOrderConsoleComponent.cs +++ b/Content.Shared/Cargo/Components/CargoOrderConsoleComponent.cs @@ -126,6 +126,18 @@ public sealed partial class CargoOrderConsoleComponent : Component /// [DataField] public SoundSpecifier ScanSound = new SoundCollectionSpecifier("CargoBeep"); + + /// + /// The time at which the console will be able to play the deny sound. + /// + [DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoPausedField] + public TimeSpan NextDenySoundTime = TimeSpan.Zero; + + /// + /// The time between playing the deny sound. + /// + [DataField] + public TimeSpan DenySoundDelay = TimeSpan.FromSeconds(2); } /// From d80934b156bf4d4bfa355ba66289b8547051989e Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 7 May 2025 20:38:56 -0400 Subject: [PATCH 305/318] Move random species selection earlier in player spawning logic (#37258) * Select random species earlier in spawning logic * ternary operator * Move it even earlier to fix more bugs --- .../GameTicking/GameTicker.Spawning.cs | 35 ++++++++++++ Content.Server/GameTicking/GameTicker.cs | 5 ++ .../Station/Systems/StationSpawningSystem.cs | 55 +------------------ 3 files changed, 41 insertions(+), 54 deletions(-) diff --git a/Content.Server/GameTicking/GameTicker.Spawning.cs b/Content.Server/GameTicking/GameTicker.Spawning.cs index 624bf35afe..4deacd954f 100644 --- a/Content.Server/GameTicking/GameTicker.Spawning.cs +++ b/Content.Server/GameTicking/GameTicker.Spawning.cs @@ -8,11 +8,16 @@ using Content.Server.Ghost; using Content.Server.Spawners.Components; using Content.Server.Speech.Components; using Content.Server.Station.Components; +using Content.Shared.CCVar; using Content.Shared.Database; using Content.Shared.GameTicking; +using Content.Shared.Humanoid; +using Content.Shared.Humanoid.Prototypes; using Content.Shared.Mind; using Content.Shared.Players; using Content.Shared.Preferences; +using Content.Shared.Random; +using Content.Shared.Random.Helpers; using Content.Shared.Roles; using Content.Shared.Roles.Jobs; using Robust.Shared.Map; @@ -180,6 +185,36 @@ namespace Content.Server.GameTicking return; } + string speciesId; + if (_randomizeCharacters) + { + var weightId = _cfg.GetCVar(CCVars.ICRandomSpeciesWeights); + + // If blank, choose a round start species. + if (string.IsNullOrEmpty(weightId)) + { + var roundStart = new List>(); + + var speciesPrototypes = _prototypeManager.EnumeratePrototypes(); + foreach (var proto in speciesPrototypes) + { + if (proto.RoundStart) + roundStart.Add(proto.ID); + } + + speciesId = roundStart.Count == 0 + ? SharedHumanoidAppearanceSystem.DefaultSpecies + : _robustRandom.Pick(roundStart); + } + else + { + var weights = _prototypeManager.Index(weightId); + speciesId = weights.Pick(_robustRandom); + } + + character = HumanoidCharacterProfile.RandomWithSpecies(speciesId); + } + // We raise this event to allow other systems to handle spawning this player themselves. (e.g. late-join wizard, etc) var bev = new PlayerBeforeSpawnEvent(player, character, jobId, lateJoin, station); RaiseLocalEvent(bev); diff --git a/Content.Server/GameTicking/GameTicker.cs b/Content.Server/GameTicking/GameTicker.cs index d286fd641e..fa8314cd27 100644 --- a/Content.Server/GameTicking/GameTicker.cs +++ b/Content.Server/GameTicking/GameTicker.cs @@ -9,6 +9,7 @@ using Content.Server.Players.PlayTimeTracking; using Content.Server.Preferences.Managers; using Content.Server.ServerUpdates; using Content.Server.Station.Systems; +using Content.Shared.CCVar; using Content.Shared.Chat; using Content.Shared.GameTicking; using Content.Shared.Mind; @@ -72,6 +73,8 @@ namespace Content.Server.GameTicking private ISawmill _sawmill = default!; + private bool _randomizeCharacters; + public override void Initialize() { base.Initialize(); @@ -82,6 +85,8 @@ namespace Content.Server.GameTicking _sawmill = _logManager.GetSawmill("ticker"); _sawmillReplays = _logManager.GetSawmill("ticker.replays"); + Subs.CVar(_cfg, CCVars.ICRandomCharacters, e => _randomizeCharacters = e, true); + // Initialize the other parts of the game ticker. InitializeStatusShell(); InitializeCVars(); diff --git a/Content.Server/Station/Systems/StationSpawningSystem.cs b/Content.Server/Station/Systems/StationSpawningSystem.cs index 16400039b9..924146bc1f 100644 --- a/Content.Server/Station/Systems/StationSpawningSystem.cs +++ b/Content.Server/Station/Systems/StationSpawningSystem.cs @@ -14,8 +14,6 @@ using Content.Shared.Humanoid.Prototypes; using Content.Shared.PDA; using Content.Shared.Preferences; using Content.Shared.Preferences.Loadouts; -using Content.Shared.Random; -using Content.Shared.Random.Helpers; using Content.Shared.Roles; using Content.Shared.Station; using JetBrains.Annotations; @@ -23,7 +21,6 @@ using Robust.Shared.Configuration; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Robust.Shared.Random; using Robust.Shared.Utility; namespace Content.Server.Station.Systems; @@ -44,16 +41,6 @@ public sealed class StationSpawningSystem : SharedStationSpawningSystem [Dependency] private readonly MetaDataSystem _metaSystem = default!; [Dependency] private readonly PdaSystem _pdaSystem = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - [Dependency] private readonly IRobustRandom _random = default!; - - private bool _randomizeCharacters; - - /// - public override void Initialize() - { - base.Initialize(); - Subs.CVar(_configurationManager, CCVars.ICRandomCharacters, e => _randomizeCharacters = e, true); - } /// /// Attempts to spawn a player character onto the given station. @@ -136,53 +123,13 @@ public sealed class StationSpawningSystem : SharedStationSpawningSystem return jobEntity; } - string speciesId; - if (_randomizeCharacters) - { - var weightId = _configurationManager.GetCVar(CCVars.ICRandomSpeciesWeights); - - // If blank, choose a round start species. - if (string.IsNullOrEmpty(weightId)) - { - var roundStart = new List>(); - - var speciesPrototypes = _prototypeManager.EnumeratePrototypes(); - foreach (var proto in speciesPrototypes) - { - if (proto.RoundStart) - roundStart.Add(proto.ID); - } - - if (roundStart.Count == 0) - speciesId = SharedHumanoidAppearanceSystem.DefaultSpecies; - else - speciesId = _random.Pick(roundStart); - } - else - { - var weights = _prototypeManager.Index(weightId); - speciesId = weights.Pick(_random); - } - } - else if (profile != null) - { - speciesId = profile.Species; - } - else - { - speciesId = SharedHumanoidAppearanceSystem.DefaultSpecies; - } + string speciesId = profile != null ? profile.Species : SharedHumanoidAppearanceSystem.DefaultSpecies; if (!_prototypeManager.TryIndex(speciesId, out var species)) throw new ArgumentException($"Invalid species prototype was used: {speciesId}"); entity ??= Spawn(species.Prototype, coordinates); - if (_randomizeCharacters) - { - profile = HumanoidCharacterProfile.RandomWithSpecies(speciesId); - } - if (profile != null) { _humanoidSystem.LoadProfile(entity.Value, profile); From 6bb3b83bf1dace5b13f763462778db308d3b3635 Mon Sep 17 00:00:00 2001 From: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com> Date: Wed, 7 May 2025 20:44:36 -0400 Subject: [PATCH 306/318] For DamagedSiliconAccent use Destructible threshold for default "DamageAtMaxThreshold" (#37252) * set DamageAtMaxCorruption as nullable with null default and use destructible trigger threshold for this if null. * fix documentation * these really don't need to be passed by reference --- .../DamagedSiliconAccentSystem.cs | 25 ++++++++++++++----- .../DamagedSiliconAccentComponent.cs | 5 ++-- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Content.Server/Speech/EntitySystems/DamagedSiliconAccentSystem.cs b/Content.Server/Speech/EntitySystems/DamagedSiliconAccentSystem.cs index 757d668127..47f36cafc4 100644 --- a/Content.Server/Speech/EntitySystems/DamagedSiliconAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/DamagedSiliconAccentSystem.cs @@ -1,4 +1,5 @@ using System.Text; +using Content.Server.Destructible; using Content.Server.PowerCell; using Content.Shared.Speech.Components; using Content.Shared.Damage; @@ -11,6 +12,7 @@ public sealed class DamagedSiliconAccentSystem : EntitySystem { [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly PowerCellSystem _powerCell = default!; + [Dependency] private readonly DestructibleSystem _destructibleSystem = default!; public override void Initialize() { @@ -35,7 +37,7 @@ public sealed class DamagedSiliconAccentSystem : EntitySystem } currentChargeLevel = Math.Clamp(currentChargeLevel, 0.0f, 1.0f); // Corrupt due to low power (drops characters on longer messages) - args.Message = CorruptPower(args.Message, currentChargeLevel, ref ent.Comp); + args.Message = CorruptPower(args.Message, currentChargeLevel, ent.Comp); } if (ent.Comp.EnableDamageCorruption) @@ -50,11 +52,11 @@ public sealed class DamagedSiliconAccentSystem : EntitySystem damage = damageable.TotalDamage; } // Corrupt due to damage (drop, repeat, replace with symbols) - args.Message = CorruptDamage(args.Message, damage, ref ent.Comp); + args.Message = CorruptDamage(args.Message, damage, ent); } } - public string CorruptPower(string message, float chargeLevel, ref DamagedSiliconAccentComponent comp) + public string CorruptPower(string message, float chargeLevel, DamagedSiliconAccentComponent comp) { // The first idxMin characters are SAFE var idxMin = comp.StartPowerCorruptionAtCharIdx; @@ -104,12 +106,23 @@ public sealed class DamagedSiliconAccentSystem : EntitySystem return outMsg.ToString(); } - private string CorruptDamage(string message, FixedPoint2 totalDamage, ref DamagedSiliconAccentComponent comp) + private string CorruptDamage(string message, FixedPoint2 totalDamage, Entity ent) { var outMsg = new StringBuilder(); + + // If this is not specified, use the Destructible threshold for destruction or breakage + var damageAtMaxCorruption = ent.Comp.DamageAtMaxCorruption; + if (damageAtMaxCorruption is null) + { + if (!TryComp(ent, out var destructible)) + return message; + + damageAtMaxCorruption = _destructibleSystem.DestroyedAt(ent, destructible); + } + // Linear interpolation of character damage probability - var damagePercent = Math.Clamp((float)totalDamage / (float)comp.DamageAtMaxCorruption, 0, 1); - var chanceToCorruptLetter = damagePercent * comp.MaxDamageCorruption; + var damagePercent = Math.Clamp((float)totalDamage / (float)damageAtMaxCorruption, 0, 1); + var chanceToCorruptLetter = damagePercent * ent.Comp.MaxDamageCorruption; foreach (var letter in message) { if (_random.Prob(chanceToCorruptLetter)) // Corrupt! diff --git a/Content.Shared/Speech/Components/DamagedSiliconAccentComponent.cs b/Content.Shared/Speech/Components/DamagedSiliconAccentComponent.cs index fa1377b379..2bc8645e72 100644 --- a/Content.Shared/Speech/Components/DamagedSiliconAccentComponent.cs +++ b/Content.Shared/Speech/Components/DamagedSiliconAccentComponent.cs @@ -27,10 +27,11 @@ public sealed partial class DamagedSiliconAccentComponent : Component /// /// Probability of character corruption will increase linearly to once until - /// total damage is at or above this value. + /// total damage is at or above this value. If null, it will use the value returned by + /// DestructibleSystem.DestroyedAt, which is the damage threshold for destruction or breakage. /// [DataField] - public FixedPoint2 DamageAtMaxCorruption = 300; + public FixedPoint2? DamageAtMaxCorruption; /// /// Enable charge level corruption effects From fdf860d64fff9fc7fdadc00848b81211e083d323 Mon Sep 17 00:00:00 2001 From: Cojoke <83733158+Cojoke-dot@users.noreply.github.com> Date: Wed, 7 May 2025 19:47:03 -0500 Subject: [PATCH 307/318] Small InventorySystem.Equip Unequip Reason bugfix (#37265) Fix small bug --- Content.Shared/Inventory/InventorySystem.Equip.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Inventory/InventorySystem.Equip.cs b/Content.Shared/Inventory/InventorySystem.Equip.cs index 4988fd96be..5271e22542 100644 --- a/Content.Shared/Inventory/InventorySystem.Equip.cs +++ b/Content.Shared/Inventory/InventorySystem.Equip.cs @@ -547,7 +547,7 @@ public abstract partial class InventorySystem RaiseLocalEvent(itemUid, itemAttemptEvent, true); if (itemAttemptEvent.Cancelled) { - reason = attemptEvent.Reason ?? reason; + reason = itemAttemptEvent.Reason ?? reason; return false; } From 129204b54ec7a4e5079d95245a7790bdcd89bf85 Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Wed, 7 May 2025 21:39:09 -0400 Subject: [PATCH 308/318] Amber Station - Security and AI Sat Overhaul (#37262) --- Resources/Maps/amber.yml | 49056 ++++++++++++++++++++----------------- 1 file changed, 27240 insertions(+), 21816 deletions(-) diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index 621e0d8378..c34cb32d21 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Map - engineVersion: 254.1.0 + engineVersion: 255.1.0 forkId: "" forkVersion: "" - time: 04/28/2025 05:48:54 - entityCount: 23948 + time: 05/07/2025 22:58:22 + entityCount: 24795 maps: - 1 grids: @@ -16,6 +16,7 @@ tilemap: 46: Space 12: FloorArcadeBlue 68: FloorArcadeBlue2 + 19: FloorArcadeRed 48: FloorAsteroidSand 11: FloorAstroAsteroidSand 1: FloorAstroGrass @@ -47,12 +48,15 @@ tilemap: 69: FloorReinforced 13: FloorShowroom 5: FloorShuttleGrey + 16: FloorShuttleRed + 18: FloorShuttleWhite 9: FloorSteel 70: FloorSteelCheckerDark 56: FloorSteelCheckerLight 4: FloorSteelDamaged 33: FloorSteelDiagonal 26: FloorSteelMini + 17: FloorSteelMono 47: FloorSteelPavement 67: FloorSteelPavementVertical 27: FloorTechMaint @@ -88,7 +92,7 @@ entities: - type: MetaData name: grid - type: Transform - pos: -1.5,9.5 + pos: -0.5400696,8.931154 parent: 1 - type: BecomesStation id: Amber @@ -96,119 +100,111 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: CQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDwAAAAAADwAAAAABDwAAAAACCQAAAAADCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDwAAAAACDwAAAAADDwAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACGgAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABDwAAAAAADwAAAAABDwAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADGgAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAADCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABDwAAAAADDwAAAAADDwAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDwAAAAABDwAAAAABDwAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: CQAAAAAACQAAAAADCQAAAAACGwAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAABCQAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAAACQAAAAAAGwAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAAACQAAAAABCQAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAABIwAAAAAAIwAAAAADIwAAAAACIwAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAACIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABCQAAAAACCQAAAAACHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAACIwAAAAADIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAABHAAAAAADIwAAAAABIwAAAAADIwAAAAACIwAAAAAAIwAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAACSQAAAAACSQAAAAADHAAAAAAAHAAAAAAASQAAAAACSQAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAACKQAAAAAAKwAAAAADKwAAAAACKwAAAAAADgAAAAAACQAAAAADHAAAAAACDgAAAAAAHAAAAAACSQAAAAAASQAAAAACHAAAAAABHAAAAAAASQAAAAADSQAAAAABHAAAAAADDgAAAAAAKwAAAAAAKwAAAAAAKwAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACCQAAAAADCQAAAAACCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAC + tiles: IwAAAAADIwAAAAACIwAAAAABIwAAAAADIwAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAACIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAABHAAAAAACHAAAAAACIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAAACQAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAADIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAACHAAAAAABIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAADHAAAAAACHAAAAAABDgAAAAAACQAAAAABCQAAAAACCQAAAAABHAAAAAAASQAAAAACSQAAAAADHAAAAAAAHAAAAAADSQAAAAAASQAAAAADHAAAAAABHAAAAAACHAAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAABHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAAKQAAAAAAKwAAAAADKwAAAAACKwAAAAAADgAAAAAACQAAAAAAHAAAAAACDgAAAAAAHAAAAAABSQAAAAADSQAAAAACHAAAAAADHAAAAAAASQAAAAABSQAAAAADHAAAAAABDgAAAAAAKwAAAAACKwAAAAADKwAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADCQAAAAACCQAAAAABCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAD version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACAQAAAAABAQAAAAAAAQAAAAACAQAAAAABAQAAAAADIwAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAAQAAAAADAQAAAAABAQAAAAABAQAAAAACAQAAAAADIwAAAAACCQAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACAQAAAAACAQAAAAACAQAAAAADAQAAAAACAQAAAAABIwAAAAACCQAAAAACCQAAAAADCQAAAAACIwAAAAAAIwAAAAAAIwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAAAQAAAAADAQAAAAAAAQAAAAACDgAAAAAAIwAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADIwAAAAACIwAAAAABIwAAAAACIwAAAAABIwAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADHAAAAAACHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAAAHAAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAAAQAAAAACAQAAAAADAQAAAAACAQAAAAACAQAAAAACIwAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABAQAAAAACAQAAAAABAQAAAAACAQAAAAABAQAAAAACIwAAAAABCQAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAADIwAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADAQAAAAADAQAAAAABAQAAAAAAAQAAAAACAQAAAAABIwAAAAACCQAAAAADCQAAAAADCQAAAAACIwAAAAACIwAAAAADIwAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAAAQAAAAAAAQAAAAADAQAAAAAADgAAAAAAIwAAAAACDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACIwAAAAADIwAAAAADIwAAAAACIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAD version: 6 -1,-5: ind: -1,-5 - tiles: LgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: CQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACwAAAAAACwAAAAAACwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACwAAAAAACwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAACwAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACwAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACHAAAAAADHAAAAAADDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABHAAAAAACHAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADLwAAAAADLwAAAAADLwAAAAADLwAAAAAALwAAAAADLwAAAAABLwAAAAABLwAAAAADLwAAAAAALwAAAAACLwAAAAADLwAAAAABLwAAAAABLwAAAAAALwAAAAABLwAAAAACAQAAAAACLwAAAAADLwAAAAACLwAAAAABAQAAAAABAQAAAAACAQAAAAADLwAAAAABLwAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABAQAAAAACLwAAAAACLwAAAAACLwAAAAABAQAAAAACAQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAABLwAAAAACLwAAAAAALwAAAAACAQAAAAAAAQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAQAAAAACLwAAAAAALwAAAAAALwAAAAABAQAAAAAAAQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACwAAAAAACwAAAAAACwAAAAAJLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAACwAAAAAACwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACwAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAAQAAAAABAQAAAAADDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADAQAAAAABAQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAACCQAAAAADAQAAAAACAQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABLwAAAAAALwAAAAACLwAAAAABLwAAAAAALwAAAAACLwAAAAADLwAAAAADLwAAAAABLwAAAAAALwAAAAABLwAAAAADLwAAAAABLwAAAAADLwAAAAACLwAAAAAALwAAAAADAQAAAAADLwAAAAABLwAAAAAALwAAAAACAQAAAAABAQAAAAAAAQAAAAACLwAAAAACLwAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACAQAAAAABLwAAAAABLwAAAAACLwAAAAACAQAAAAADAQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAACLwAAAAACLwAAAAADLwAAAAAAAQAAAAABAQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAQAAAAAALwAAAAABLwAAAAADLwAAAAAAAQAAAAABAQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AQAAAAACLwAAAAAALwAAAAACLwAAAAACAQAAAAAAAQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADAQAAAAACLwAAAAABLwAAAAADLwAAAAACAQAAAAAAAQAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAADCQAAAAACCQAAAAAADgAAAAAAMQAAAAACDgAAAAAAGwAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMQAAAAAAMQAAAAACMQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AQAAAAADLwAAAAACLwAAAAACLwAAAAABAQAAAAADAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABAQAAAAABLwAAAAAALwAAAAACLwAAAAADAQAAAAADAQAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAALwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAABCQAAAAADCQAAAAAADgAAAAAAMQAAAAAADgAAAAAAGwAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAMQAAAAADMQAAAAABMQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACQAAAAACCQAAAAADCQAAAAAACAAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAADHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAAADgAAAAAACQAAAAADCQAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAAACQAAAAACCQAAAAABCQAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAACCQAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAACQAAAAADDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAADCQAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAAACQAAAAAC + tiles: DgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAAACAAAAAAACAAAAAAACAAAAAAACQAAAAADCQAAAAADCQAAAAABCAAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAAACAAAAAAACAAAAAAACQAAAAABCAAAAAAACAAAAAAACAAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAACCQAAAAADHgAAAAAADgAAAAAACQAAAAAACQAAAAAACAAAAAAACAAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAACHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCAAAAAAACAAAAAAACAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAABIwAAAAACIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAABDgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAACHAAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAADDgAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACHAAAAAAACQAAAAABCQAAAAABDwAAAAADDwAAAAAADwAAAAAADwAAAAACCQAAAAAACQAAAAACHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAACQAAAAAACQAAAAADDwAAAAACDwAAAAAADwAAAAADDwAAAAADCQAAAAADCQAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAABCQAAAAACCQAAAAABDwAAAAABDwAAAAACDwAAAAACDwAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: MwAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAADMwAAAAABMwAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAANwAAAAACNwAAAAAANwAAAAAANwAAAAABCQAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAANwAAAAADNwAAAAACNwAAAAABNwAAAAABDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAAOAAAAAADOAAAAAAAOAAAAAACOAAAAAABOAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAAOAAAAAABOAAAAAABOAAAAAADOAAAAAAAOAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABOAAAAAACOAAAAAADOAAAAAAAOAAAAAABOAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAADOAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAAHAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACAAAAAAACQAAAAABCQAAAAAD + tiles: MwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAACMwAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAANwAAAAACNwAAAAABNwAAAAABNwAAAAADCQAAAAABMwAAAAACMwAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAACMwAAAAABCQAAAAABCQAAAAADCQAAAAADDgAAAAAANwAAAAAANwAAAAAANwAAAAABNwAAAAABDgAAAAAAMwAAAAABMwAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAACMwAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAAOAAAAAAAOAAAAAADOAAAAAADOAAAAAACOAAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAAOAAAAAABOAAAAAABOAAAAAACOAAAAAADOAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACOAAAAAACOAAAAAADOAAAAAABOAAAAAABOAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAAOAAAAAACOAAAAAAAOAAAAAACOAAAAAABOAAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCAAAAAAACQAAAAACCQAAAAAC version: 6 -2,-3: ind: -2,-3 - tiles: DgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACIwAAAAACIwAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAADDgAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAAHAAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAACDgAAAAAAMwAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAABDgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAABMwAAAAADMwAAAAAAMwAAAAACMwAAAAACMwAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADHAAAAAADHAAAAAAAHAAAAAACMwAAAAACMwAAAAAAMwAAAAAAMwAAAAABMwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACHAAAAAABHAAAAAAAHAAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAAHAAAAAADHAAAAAAAHAAAAAACMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAACMwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAAHAAAAAABCQAAAAABHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAB + tiles: DgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAIwAAAAAAIwAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAABDgAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAACDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACHAAAAAABHAAAAAACHAAAAAACMwAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADHAAAAAAAHAAAAAACHAAAAAABMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAABHAAAAAADHAAAAAADHAAAAAACMwAAAAADMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAABCQAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAAHAAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAABCQAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAAC version: 6 -2,-4: ind: -2,-4 - tiles: DgAAAAAAHAAAAAABHAAAAAABOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAACHAAAAAABHAAAAAADOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABOgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAACOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAABDgAAAAAAOQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAAADgAAAAAAOQAAAAABDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAAIwAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAAHAAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAIwAAAAABIwAAAAAA + tiles: DgAAAAAAHAAAAAADHAAAAAAAOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABOgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAADHAAAAAAAHAAAAAACOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADOgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADOgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAAOQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAADDgAAAAAAOQAAAAACDgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAADCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAADgAAAAAAIwAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAADIwAAAAADDgAAAAAAHAAAAAABHAAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAABIwAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAADgAAAAAAIwAAAAADIwAAAAAD version: 6 -2,-5: ind: -2,-5 - tiles: CQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABHAAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAACLgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAABIwAAAAABIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAABHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAIwAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAA + tiles: CQAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAACDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDQAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAABAQAAAAABCQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADHAAAAAADHAAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAADHAAAAAACHAAAAAABCQAAAAAACQAAAAADDgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACHAAAAAAAHAAAAAAACQAAAAABCQAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABHAAAAAABHAAAAAACCQAAAAACCQAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAALwAAAAAALwAAAAADLwAAAAADCQAAAAAAHAAAAAAAHAAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAAQAAAAABCQAAAAAAHAAAAAAAHAAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAAAQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAALAAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAAAQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAAAQAAAAAC version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAADMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAABAQAAAAABAQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAQAAAAAAAQAAAAACAQAAAAABAQAAAAABAQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAACAQAAAAACAQAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAABAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAAAAQAAAAABAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAQAAAAAAAQAAAAABAQAAAAACAQAAAAABAQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAQAAAAABAQAAAAACAQAAAAACDgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: LAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADLgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAAAHAAAAAADDgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAADCQAAAAACCQAAAAAACQAAAAADHAAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAACLgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAACCQAAAAADCQAAAAADCQAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAABCQAAAAACCQAAAAAACQAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAACLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAABHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADHAAAAAAC + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAAMwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAABLgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABCQAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAACHAAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: CQAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADMwAAAAAAMwAAAAADMwAAAAABCQAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAACCAAAAAAACAAAAAAACAAAAAAACQAAAAABMwAAAAACMwAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAABMwAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACCAAAAAAACAAAAAAACAAAAAAACQAAAAADMwAAAAACMwAAAAAADgAAAAAACQAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAMwAAAAAAMwAAAAADMwAAAAAACQAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABHAAAAAABHAAAAAABHAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAABMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAABMwAAAAADMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABMwAAAAADMwAAAAABMwAAAAACCQAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAABCAAAAAAACAAAAAAACAAAAAAACQAAAAACMwAAAAADMwAAAAABDgAAAAAACQAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACCAAAAAAACAAAAAAACAAAAAAACQAAAAACMwAAAAACMwAAAAACDgAAAAAACQAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABMwAAAAACMwAAAAADMwAAAAACCQAAAAACDgAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAADMwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAACHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAAHAAAAAACHAAAAAADHAAAAAACDgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACDgAAAAAACQAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAACMwAAAAAAMwAAAAAB + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADHAAAAAADHAAAAAABHAAAAAABHAAAAAABDgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAD version: 6 -3,-4: ind: -3,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAAACQAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAACCQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAADCQAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAABCQAAAAAD version: 6 -3,-5: ind: -3,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABCQAAAAABCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAA version: 6 -3,0: ind: -3,0 - tiles: CQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAADgAAAAAAGwAAAAAAHAAAAAABGwAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAAHAAAAAADGwAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAGwAAAAAAHAAAAAADGwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAADLgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAACLAAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAABDgAAAAAADQAAAAAADQAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADQAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACGwAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAADDgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAADDgAAAAAACQAAAAADDgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAMwAAAAAADgAAAAAAMwAAAAABDgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABLgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 - -4,-1: - ind: -4,-1 - tiles: HAAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAA + -4,0: + ind: -4,0 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABPAAAAAACIwAAAAADCQAAAAADLgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACPAAAAAABDgAAAAAACQAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAADCQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAPAAAAAABDgAAAAAACQAAAAABPAAAAAACIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAPAAAAAABIwAAAAADIwAAAAAACQAAAAAAIwAAAAAAPAAAAAACIwAAAAAADgAAAAAABAAAAAAEDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: LgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAADLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAACLgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABLgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADLAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAABLAAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADLAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAC + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACLgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAACQAAAAACLAAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABLgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACLAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAA - version: 6 - -5,-1: - ind: -5,-1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA - version: 6 - -5,-2: - ind: -5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABLAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAA version: 6 -6,-4: ind: -6,-4 @@ -220,31 +216,31 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: GwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAADAQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAAAAQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAACAQAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: GwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAQAAAAADAQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAAAAQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAAQAAAAACAQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAQAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: IQAAAAABIQAAAAABDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDwAAAAADDwAAAAACDwAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACDwAAAAADMgAAAAAADwAAAAAACQAAAAACHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDwAAAAABDwAAAAABDwAAAAADCQAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAADHAAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: IQAAAAACIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDwAAAAADDwAAAAACDwAAAAADCQAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABDwAAAAACMgAAAAAADwAAAAACCQAAAAABHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDwAAAAAADwAAAAADDwAAAAADCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: CQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAAGwAAAAAADgAAAAAAAQAAAAACAQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAAIwAAAAADIwAAAAADIwAAAAABJAAAAAAAIwAAAAABIwAAAAABGwAAAAAADgAAAAAAGwAAAAAAAQAAAAAAAQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAABIwAAAAAAIwAAAAADDgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAAIwAAAAADIwAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACgAAAAAACgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACIwAAAAAAIwAAAAABHAAAAAACHAAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACIwAAAAABIwAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAACCQAAAAAACQAAAAABCAAAAAAADgAAAAAAIwAAAAADIwAAAAABGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADDgAAAAAAIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAIwAAAAACIwAAAAABIwAAAAABIQAAAAACIQAAAAACDgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAABIQAAAAABIQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAC + tiles: CQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAGwAAAAAADgAAAAAAAQAAAAADAQAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAAIwAAAAACIwAAAAABIwAAAAAAJAAAAAAAIwAAAAADIwAAAAABGwAAAAAADgAAAAAAGwAAAAAAAQAAAAACAQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABDgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAADgAAAAAAIwAAAAADIwAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACgAAAAAACgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACIwAAAAAAIwAAAAABHAAAAAAAHAAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAACIwAAAAABIwAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAACCQAAAAADCQAAAAACCAAAAAAADgAAAAAAIwAAAAADIwAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAAIwAAAAAAIwAAAAACGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIQAAAAACIQAAAAADDgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAADIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAACAQAAAAACAQAAAAAAAQAAAAAAAQAAAAADAQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACAQAAAAADAQAAAAABAQAAAAACAQAAAAACAQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAAAAQAAAAADAQAAAAADAQAAAAACAQAAAAABAQAAAAACCQAAAAAACQAAAAABCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAADgAAAAAAAQAAAAADAQAAAAAAAQAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAAAAQAAAAACAQAAAAAAAQAAAAAAAQAAAAABAQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADAQAAAAABAQAAAAADAQAAAAABAQAAAAACAQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAACAQAAAAAAAQAAAAABAQAAAAACAQAAAAAAAQAAAAABCQAAAAACCQAAAAAACQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADDgAAAAAAAQAAAAABAQAAAAADAQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAAB version: 6 0,-5: ind: 0,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAACwAAAAAHLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACLgAAAAAALAAAAAAALAAAAAAACwAAAAAADgAAAAAADgAAAAAACwAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAALwAAAAADLwAAAAABLwAAAAADLwAAAAAALwAAAAABLwAAAAABLwAAAAACLwAAAAABLwAAAAACLwAAAAACLwAAAAAALwAAAAACLwAAAAABLwAAAAAALwAAAAACLwAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAACwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABLgAAAAAALAAAAAAALAAAAAAACwAAAAAADgAAAAAADgAAAAAACwAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAALwAAAAABLwAAAAABLwAAAAACLwAAAAACLwAAAAADLwAAAAABLwAAAAAALwAAAAAALwAAAAADLwAAAAAALwAAAAABLwAAAAADLwAAAAABLwAAAAABLwAAAAACLwAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAAA version: 6 0,1: ind: 0,1 - tiles: CQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAADHAAAAAACHAAAAAABHAAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAADDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAABHAAAAAABHAAAAAADHAAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAA version: 6 0,2: ind: 0,2 @@ -252,19 +248,19 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: HgAAAAAADgAAAAAASgAAAAABHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAASgAAAAACSgAAAAACSgAAAAABSgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAAGwAAAAAAHAAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAwAAAAABAwAAAAABGwAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAAAwAAAAADHAAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAACQAAAAADCQAAAAAA + tiles: HgAAAAAADgAAAAAASgAAAAADHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAASgAAAAADSgAAAAABSgAAAAADSgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAAGwAAAAAAHAAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAGwAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAwAAAAAAAwAAAAADGwAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAGwAAAAAADgAAAAAADgAAAAAAAwAAAAABHAAAAAACHAAAAAADHAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAACQAAAAACCQAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: CQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAACCQAAAAABDwAAAAAACQAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADCQAAAAADDwAAAAABCQAAAAADCQAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAACHAAAAAADDgAAAAAAHAAAAAABCQAAAAABCQAAAAAACQAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAC + tiles: CQAAAAABCQAAAAADDgAAAAAAHAAAAAAAHAAAAAADHAAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAABDgAAAAAAHAAAAAABCQAAAAADDwAAAAADCQAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADCQAAAAADDwAAAAADCQAAAAACCQAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADHAAAAAACDgAAAAAAHAAAAAADCQAAAAAACQAAAAACCQAAAAACHAAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: DgAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAACIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADDgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAAIwAAAAACIwAAAAACIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAACCQAAAAABCQAAAAACGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAACIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAADIwAAAAABIwAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAADIwAAAAABJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACHAAAAAAAHAAAAAADCQAAAAABCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAMwAAAAADMwAAAAADDgAAAAAAQQAAAAACQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAAMwAAAAABMwAAAAABDgAAAAAAQQAAAAACQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAADMQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAADMwAAAAACDgAAAAAAGwAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAADDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAMwAAAAAAMwAAAAABDgAAAAAAQQAAAAABQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAAIwAAAAACIwAAAAABDgAAAAAAMwAAAAACMwAAAAAADgAAAAAAQQAAAAABQQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAABDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAACMQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAAAMwAAAAABDgAAAAAAGwAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALAAAAAAA version: 6 1,-5: ind: 1,-5 @@ -272,11 +268,11 @@ entities: version: 6 1,0: ind: 1,0 - tiles: DgAAAAAADgAAAAAAAwAAAAACAwAAAAADHAAAAAADHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAAwAAAAAAAwAAAAAAHAAAAAABHAAAAAACHAAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAACCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAACHAAAAAACHAAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAAHAAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACLwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAB + tiles: DgAAAAAADgAAAAAAAwAAAAACAwAAAAADHAAAAAACHAAAAAADHAAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAAAwAAAAADAwAAAAACHAAAAAADHAAAAAACHAAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAACDgAAAAAACQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAABHAAAAAAAHAAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABLwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAAACQAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAC version: 6 1,1: ind: 1,1 - tiles: HAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAACCQAAAAACBAAAAAADCQAAAAADCQAAAAADCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAADCQAAAAADRwAAAAAARwAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAABAAAAAAACQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADCQAAAAAACQAAAAABBAAAAAAECQAAAAADCQAAAAADCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAACQAAAAACCQAAAAABCQAAAAAARwAAAAACRwAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAABAAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,2: ind: 1,2 @@ -284,55 +280,55 @@ entities: version: 6 2,-1: ind: 2,-1 - tiles: CQAAAAAADgAAAAAAQAAAAAADQAAAAAAADwAAAAADQAAAAAABQAAAAAAAQAAAAAACQAAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADDwAAAAAAQAAAAAABQAAAAAACDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADDwAAAAAAQAAAAAAAQAAAAAADQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAABDgAAAAAAQAAAAAACQAAAAAADQAAAAAAAQAAAAAACQAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAAGwAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAAIwAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAADCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAGwAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAACQAAAAABCAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAACDgAAAAAAQAAAAAACQAAAAAAADwAAAAADQAAAAAADQAAAAAAAQAAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAQAAAAAAAQAAAAAABDwAAAAACQAAAAAABQAAAAAACDgAAAAAAQAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAQAAAAAABQAAAAAAADwAAAAADQAAAAAAAQAAAAAADQAAAAAACQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAADDgAAAAAAQAAAAAACQAAAAAAAQAAAAAADQAAAAAABQAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAAGwAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAAAIwAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADAAAAAAACQAAAAACDgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAABDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABCQAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAABCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAGwAAAAAACQAAAAAACAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAACQAAAAADCAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: CQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAOQAAAAACOQAAAAAAOQAAAAABOQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAABOQAAAAAAOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABOQAAAAACOQAAAAAAOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAABHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADGgAAAAABLwAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADGgAAAAABLwAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADGgAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABGgAAAAABLwAAAAACCQAAAAACDgAAAAAADgAAAAAAQAAAAAABQAAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADGgAAAAADDgAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAADQAAAAAAAQAAAAAABQAAAAAACQAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAAGgAAAAACLwAAAAADCQAAAAACDgAAAAAAQAAAAAADQAAAAAAAQAAAAAABQAAAAAABQAAAAAAAQAAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAAQAAAAAAAQAAAAAACDwAAAAACQAAAAAACQAAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAD + tiles: CQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAACDgAAAAAAOQAAAAADOQAAAAACOQAAAAADOQAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAABOQAAAAAAOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAAOQAAAAAAOQAAAAADOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAARQAAAAAARQAAAAAARQAAAAAACQAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADGgAAAAABLwAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAGgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACGgAAAAACLwAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAABGgAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAAGgAAAAACLwAAAAADCQAAAAABDgAAAAAADgAAAAAAQAAAAAADQAAAAAACQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABGgAAAAACDgAAAAAACQAAAAACDgAAAAAAQAAAAAAAQAAAAAABQAAAAAADQAAAAAADQAAAAAADQAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAABLwAAAAABCQAAAAADDgAAAAAAQAAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABQAAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAAQAAAAAADQAAAAAADDwAAAAAAQAAAAAACQAAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAD version: 6 2,-3: ind: 2,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAAHAAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAAAwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACDgAAAAAAHAAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAAAIQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAAwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAAAMQAAAAABDgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMQAAAAADMQAAAAACDgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABDgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAARwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAA version: 6 2,0: ind: 2,0 - tiles: CQAAAAACCAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAAIwAAAAACDgAAAAAAIwAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAIwAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAAACAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAACQAAAAAACQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAIwAAAAACDgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAA version: 6 2,1: ind: 2,1 - tiles: CQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAACQAAAAACCQAAAAABBAAAAAABCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAACRwAAAAABGwAAAAAAGwAAAAAAGwAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAACQAAAAABDgAAAAAADgAAAAAARwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAACQAAAAADCQAAAAABBAAAAAADCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAACQAAAAABDgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAAARwAAAAABGwAAAAAAGwAAAAAAGwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAACQAAAAADDgAAAAAADgAAAAAARwAAAAACDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: CQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAABLwAAAAACLwAAAAADGgAAAAABCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADGgAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAABLwAAAAAALwAAAAABGgAAAAAACQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAACGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAACLwAAAAAALwAAAAAAGgAAAAAACQAAAAACGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAAALwAAAAADLwAAAAACGgAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACGgAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAABLwAAAAABGgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACAAAAAAACAAAAAAACAAAAAAADgAAAAAAGgAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAABGgAAAAAACQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAADGwAAAAAADgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAASAAAAAACSAAAAAADSAAAAAABDgAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAABLAAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAASAAAAAADSAAAAAABSAAAAAABHAAAAAACHAAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAACSAAAAAADHAAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAADLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAARgAAAAABRgAAAAADGwAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAGwAAAAAADgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAAADgAAAAAAGwAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAGwAAAAAADgAAAAAARgAAAAAARgAAAAAAGwAAAAAARgAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAMwAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 3,0: ind: 3,0 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 @@ -344,7 +340,7 @@ entities: version: 6 5,-2: ind: 5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAAQAAAAAABQAAAAAACQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAAHAAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAALAAAAAAALAAAAAAAQAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAAAQAAAAAABDgAAAAAAQAAAAAACQAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAAAQAAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAAQAAAAAAAQAAAAAACQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAADRwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAALAAAAAAALAAAAAAAQAAAAAABDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAAAQAAAAAABDgAAAAAAQAAAAAAAQAAAAAADLAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAA version: 6 4,0: ind: 4,0 @@ -356,7 +352,7 @@ entities: version: 6 6,-2: ind: 6,-2 - tiles: QAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADRwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACRwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,-6: ind: 1,-6 @@ -364,27 +360,23 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABDgAAAAAADgAAAAAARwAAAAACMwAAAAADLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAADLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAALAAAAAAARwAAAAABRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABLgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACHAAAAAADDgAAAAAAMwAAAAAALgAAAAAALgAAAAAARwAAAAACMwAAAAABMwAAAAAARwAAAAABMwAAAAABDgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADLgAAAAAALgAAAAAARwAAAAAAMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAAMwAAAAADMwAAAAACDgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAADLAAAAAAALAAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADLAAAAAAASQAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAACHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAABHAAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAACLgAAAAAADgAAAAAAHAAAAAADSQAAAAADSQAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAAASQAAAAAASQAAAAABLgAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAAHAAAAAABHAAAAAACDgAAAAAAHAAAAAACSQAAAAACHAAAAAACLgAAAAAADgAAAAAAHAAAAAABSQAAAAADSQAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAAASQAAAAABSQAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAADLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAABSQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: LgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAABAAAAAADCQAAAAABCQAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAABLgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAARwAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABDgAAAAAABAAAAAACBAAAAAACDgAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACRwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAARwAAAAABLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA - version: 6 - -4,2: - ind: -4,2 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAABAAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAABLgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABDgAAAAAALgAAAAAARwAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACDgAAAAAABAAAAAABBAAAAAACDgAAAAAACQAAAAACDgAAAAAAHAAAAAADHAAAAAACRwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAARwAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,2: ind: -1,2 tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 - -4,0: - ind: -4,0 - tiles: LgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADQAAAAAADQAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAA + -4,-1: + ind: -4,-1 + tiles: LAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAACDgAAAAAAGwAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAALgAAAAAA version: 6 4,-2: ind: 4,-2 @@ -392,19 +384,15 @@ entities: version: 6 0,-6: ind: 0,-6 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAARwAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAACQAAAAABCQAAAAADBAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABBAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAAIwAAAAACPAAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAAAPAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAARwAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAADgAAAAAACQAAAAACCQAAAAABBAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABBAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACRwAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAAIwAAAAADPAAAAAAGIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHQAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABPAAAAAAGDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 6,-3: ind: 6,-3 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA - version: 6 - -4,1: - ind: -4,1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-3: ind: 5,-3 - tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAADDgAAAAAAQAAAAAABDgAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAARwAAAAAAQAAAAAADDgAAAAAA + tiles: DgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAGwAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAAOgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAASQAAAAACHAAAAAADDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAAAGwAAAAAASQAAAAAAHAAAAAAAGwAAAAAADgAAAAAADgAAAAAAGwAAAAAAMwAAAAABMwAAAAAAMwAAAAAAOgAAAAAAOgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAAADgAAAAAASQAAAAAAHAAAAAABDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAADOwAAAAAADgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAAAGwAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAAOgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAAARwAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAACPQAAAAADDgAAAAAARwAAAAACQAAAAAAADgAAAAAA version: 6 -6,-5: ind: -6,-5 @@ -412,35 +400,35 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAAAHAAAAAADSgAAAAADSgAAAAACSgAAAAAASgAAAAADRwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAADSQAAAAAAHAAAAAADHAAAAAAASgAAAAACSgAAAAAASgAAAAABSgAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADSQAAAAADSQAAAAABSQAAAAADHAAAAAADHAAAAAAAHAAAAAADDgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABHAAAAAAASgAAAAACSgAAAAABSgAAAAADSgAAAAACRwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABLgAAAAAASQAAAAABSQAAAAABHAAAAAAAHAAAAAACSgAAAAAASgAAAAABSgAAAAABSgAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADSQAAAAAASQAAAAADSQAAAAADHAAAAAACHAAAAAACHAAAAAADDgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: PAAAAAABIwAAAAABDgAAAAAALAAAAAAAPAAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADRwAAAAABLAAAAAAALgAAAAAALAAAAAAALAAAAAAAIwAAAAAAPAAAAAAAIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACPAAAAAACPAAAAAADLAAAAAAALgAAAAAALAAAAAAAPAAAAAAGIwAAAAAAIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEPAAAAAAAIwAAAAADRwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABSgAAAAADDgAAAAAADgAAAAAASgAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAAASgAAAAABDgAAAAAASgAAAAABSgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: PAAAAAAAIwAAAAACDgAAAAAALAAAAAAAPAAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAABDgAAAAAARwAAAAABDgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAARwAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAAIwAAAAAAPAAAAAAEIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAPAAAAAADPAAAAAACLAAAAAAALgAAAAAALAAAAAAAPAAAAAAEIwAAAAAAIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAAPAAAAAAGIwAAAAABRwAAAAABLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAAAPAAAAAAEDgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACSgAAAAABDgAAAAAADgAAAAAASgAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAADSgAAAAADDgAAAAAASgAAAAABSgAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADDgAAAAAAPAAAAAACIwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAARwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAACIwAAAAABDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAFDgAAAAAADgAAAAAAIwAAAAABPAAAAAADDgAAAAAAIwAAAAACIwAAAAADDgAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAADgAAAAAAPAAAAAAAIwAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAARwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADIwAAAAADDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAACDgAAAAAADgAAAAAAIwAAAAABPAAAAAACDgAAAAAAIwAAAAAAIwAAAAABDgAAAAAARwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-4: ind: 5,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-7: ind: -1,-7 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-7: ind: 0,-7 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAACDgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACLAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 1,-7: ind: 1,-7 @@ -448,7 +436,7 @@ entities: version: 6 -3,-6: ind: -3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAC version: 6 -2,-6: ind: -2,-6 @@ -466,11 +454,33 @@ entities: ind: -6,-3 tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 + -4,1: + ind: -4,1 + tiles: DgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAABAAAAAAECQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAACGwAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + 6,-4: + ind: 6,-4 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -5,1: + ind: -5,1 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -5,0: + ind: -5,0 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,2: + ind: -4,2 + tiles: LgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -5,2: + ind: -5,2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 - type: Broadphase - type: Physics bodyStatus: InAir - angularDamping: 0.05 - linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Fixtures @@ -486,6 +496,11 @@ entities: chunkCollection: version: 2 nodes: + - node: + color: '#DE3A3A96' + id: Arrows + decals: + 21542: -28.000698,5.244668 - node: zIndex: 1 angle: -3.141592653589793 rad @@ -500,40 +515,55 @@ entities: decals: 2143: -9.001826,-6.560205 - node: - zIndex: 1 - angle: 1.5707963267948966 rad + angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 4235: -52,-13 + 21348: -8,0 + 21349: -6,0 + 21350: -4,0 + 21351: -2,0 + 21352: 0,0 + 21353: 2,0 - node: - angle: -1.5707963267948966 rad + angle: -3.141592653589793 rad color: '#DE3A3A96' id: ArrowsGreyscale decals: - 20802: -34.78518,-0.9993839 + 21550: -30.03355,2.7805595 - node: color: '#DE3A3A96' id: ArrowsGreyscale decals: - 20801: -31.00098,-6.7472677 + 21549: -23.000975,1.2526054 - node: - angle: 1.5707963267948966 rad - color: '#DE3A3A96' - id: ArrowsGreyscale - decals: - 20803: -37.25066,-4.970881 - - node: - zIndex: 1 color: '#DE3A3A96' id: Bot decals: - 14553: -23,4 - 14554: -21,5 - 14555: -21,4 - 14556: -21,3 - 14557: -21,2 - 14559: -23,2 + 21640: -25,-8 + 21641: -27,-9 + 21642: -28,-9 + 21817: -30,-8 + 21818: -30,-6 + 21822: -30,-4 + 21825: -25,-4 + 21828: -31,-4 + 21880: -42,3 + 21881: -42,4 + 21882: -42,5 + 21883: -41,5 + 21884: -40,5 + 21885: -39,5 + 21886: -38,5 + 21887: -37,5 + 21888: -36,5 + 21889: -36,1 + 21890: -39,1 + 21892: -40,3 + 21893: -39,3 + 21894: -38,3 + 21895: -37,3 + 21896: -41,1 - node: cleanable: True zIndex: 1 @@ -578,8 +608,8 @@ entities: 20698: 34,-30 20699: 35,-30 20721: 11,17 - 20886: -37,-6 - 20887: -37,-7 + 21639: -31,5 + 21958: -16,-3 - node: zIndex: 1 color: '#FFFFFFFF' @@ -612,14 +642,11 @@ entities: decals: 18583: 18,0 - node: - zIndex: 1 color: '#DE3A3A96' id: BotGreyscale decals: - 20363: -25,6 - 20364: -25,7 - 20365: -22,2 - 20366: -23,6 + 21571: -30,1 + 21572: -30,0 - node: color: '#FBB2FFFF' id: BotGreyscale @@ -677,6 +704,13 @@ entities: decals: 18584: 21,3 18585: 20,3 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 21398: -51,1 + 21438: 80,-42 + 21852: -36,4 - node: zIndex: 1 color: '#FFFFFFFF' @@ -685,6 +719,13 @@ entities: 4120: -2,-41 12339: -6,-37 20088: -4,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 21396: -53,1 + 21435: 78,-42 + 21853: -41,4 - node: zIndex: 1 color: '#FFFFFFFF' @@ -698,7 +739,9 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 20868: -38,-7 + 21399: -51,-7 + 21436: 80,-44 + 21854: -36,2 - node: zIndex: 1 color: '#FFFFFFFF' @@ -709,7 +752,8 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 20869: -40,-7 + 21437: 78,-44 + 21855: -41,2 - node: zIndex: 1 color: '#FFFFFFFF' @@ -733,6 +777,18 @@ entities: id: BrickTileDarkInnerNe decals: 15001: -6,-41 + 21440: 78,-44 + 21615: -32,7 + 21811: -29,-8 + 21878: -41,2 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 21439: 80,-44 + 21616: -29,7 + 21810: -26,-8 + 21876: -36,2 - node: zIndex: 1 color: '#FFFFFFFF' @@ -743,33 +799,72 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 20813: -38,0 + 21441: 78,-42 + 21617: -32,14 + 21877: -41,4 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 20871: -40,-3 + 21442: 80,-42 + 21618: -29,14 + 21619: -30,8 + 21620: -30,8 + 21879: -36,4 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: 15002: -6,-40 15003: -6,-39 - 20806: -38,-6 - 20807: -38,-5 - 20808: -38,-4 - 20809: -38,-3 - 20810: -38,-2 - 20811: -38,-1 - 20855: -35,4 - 20856: -35,3 - 20857: -35,2 + 21400: -51,0 + 21401: -51,-1 + 21402: -51,-4 + 21403: -51,-5 + 21404: -51,-6 + 21443: 78,-43 + 21450: 80,-43 + 21510: 77,-42 + 21511: 77,-43 + 21512: 77,-44 + 21599: -32,11 + 21600: -32,10 + 21601: -32,9 + 21602: -32,8 + 21603: -32,12 + 21604: -32,13 + 21805: -29,-7 + 21806: -29,-6 + 21860: -36,3 + 21874: -41,3 - node: zIndex: 1 color: '#FFFFFFFF' id: BrickTileDarkLineE decals: 12341: -6,-38 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 21397: -52,1 + 21444: 79,-44 + 21449: 79,-42 + 21501: 78,-45 + 21502: 79,-45 + 21503: 80,-45 + 21607: -31,7 + 21608: -30,7 + 21803: -28,-8 + 21804: -27,-8 + 21861: -40,4 + 21862: -39,4 + 21863: -38,4 + 21864: -37,4 + 21865: -37,2 + 21866: -38,2 + 21867: -39,2 + 21868: -40,2 - node: zIndex: 1 color: '#FFFFFFFF' @@ -798,8 +893,21 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 20812: -37,0 - 20870: -39,-7 + 21446: 79,-42 + 21447: 79,-44 + 21504: 78,-41 + 21505: 79,-41 + 21506: 80,-41 + 21605: -31,14 + 21606: -30,14 + 21856: -40,2 + 21857: -39,2 + 21858: -38,2 + 21859: -37,2 + 21869: -40,4 + 21870: -39,4 + 21871: -38,4 + 21872: -37,4 - node: zIndex: 1 color: '#FFFFFFFF' @@ -813,12 +921,25 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 20858: -33,4 - 20859: -33,3 - 20860: -33,2 - 20864: -40,-4 - 20865: -40,-5 - 20866: -40,-6 + 21383: -53,-5 + 21384: -53,-4 + 21385: -53,-3 + 21386: -53,-2 + 21445: 80,-43 + 21448: 78,-43 + 21507: 81,-42 + 21508: 81,-43 + 21509: 81,-44 + 21609: -29,8 + 21610: -29,9 + 21611: -29,10 + 21612: -29,11 + 21613: -29,12 + 21614: -29,13 + 21807: -26,-7 + 21809: -26,-6 + 21873: -41,3 + 21875: -36,3 - node: zIndex: 1 color: '#FFFFFFFF' @@ -840,13 +961,34 @@ entities: id: BrickTileDarkLineW decals: 17968: 33,-5 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 21973: -18,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 21972: -21,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 21971: -18,-4 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 21970: -21,-4 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 20849: -43,4 - 20850: -43,3 - 20851: -43,2 + 21411: -50,11 + 21412: -50,10 + 21414: -55,13 + 21979: -18,-3 - node: zIndex: 1 color: '#FFFFFFFF' @@ -854,6 +996,18 @@ entities: decals: 18565: 27,2 18566: 27,1 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 21977: -20,-2 + 21978: -19,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 21975: -20,-4 + 21976: -19,-4 - node: zIndex: 1 color: '#FFFFFFFF' @@ -867,9 +1021,10 @@ entities: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 20852: -43,4 - 20853: -43,3 - 20854: -43,2 + 21406: -53,11 + 21407: -53,12 + 21413: -53,13 + 21974: -21,-3 - node: zIndex: 1 color: '#3EB38896' @@ -905,7 +1060,6 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteBox decals: - 9418: -31,3 17182: 17,-19 17183: 17,-18 - node: @@ -926,19 +1080,6 @@ entities: id: BrickTileWhiteCornerNe decals: 12370: -20,-47 - 15787: -37,-15 - - node: - zIndex: 1 - color: '#52B4E996' - id: BrickTileWhiteCornerNe - decals: - 14936: -38,18 - - node: - zIndex: 1 - color: '#606C5B93' - id: BrickTileWhiteCornerNe - decals: - 14941: -34,17 - node: zIndex: 1 color: '#A4610693' @@ -952,6 +1093,11 @@ entities: decals: 12171: 53,-52 12176: 40,-53 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNe + decals: + 21902: -34,-4 - node: color: '#EFB34196' id: BrickTileWhiteCornerNe @@ -971,18 +1117,6 @@ entities: id: BrickTileWhiteCornerNw decals: 11357: -25,-45 - - node: - zIndex: 1 - color: '#334E6DC8' - id: BrickTileWhiteCornerNw - decals: - 15788: -39,-15 - - node: - zIndex: 1 - color: '#606C5B93' - id: BrickTileWhiteCornerNw - decals: - 14940: -35,17 - node: zIndex: 1 color: '#A4610693' @@ -998,6 +1132,11 @@ entities: 12160: 57,-51 12173: 37,-53 12177: 30,-53 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNw + decals: + 21721: -46,-2 - node: color: '#EFB34196' id: BrickTileWhiteCornerNw @@ -1018,12 +1157,6 @@ entities: id: BrickTileWhiteCornerSe decals: 11353: -20,-49 - - node: - zIndex: 1 - color: '#334E6DC8' - id: BrickTileWhiteCornerSe - decals: - 15786: -37,-16 - node: zIndex: 1 color: '#52B4E996' @@ -1041,6 +1174,11 @@ entities: id: BrickTileWhiteCornerSe decals: 12163: 59,-57 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSe + decals: + 21903: -34,-2 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe @@ -1061,12 +1199,6 @@ entities: id: BrickTileWhiteCornerSw decals: 11354: -25,-49 - - node: - zIndex: 1 - color: '#606C5B93' - id: BrickTileWhiteCornerSw - decals: - 14939: -35,16 - node: zIndex: 1 color: '#A4610693' @@ -1078,6 +1210,11 @@ entities: id: BrickTileWhiteCornerSw decals: 12165: 57,-57 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSw + decals: + 21718: -46,-4 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw @@ -1129,7 +1266,6 @@ entities: color: '#334E6DC8' id: BrickTileWhiteEndW decals: - 15785: -40,-16 17766: -32,-51 - node: zIndex: 1 @@ -1148,6 +1284,7 @@ entities: id: BrickTileWhiteInnerNe decals: 11365: -24,-47 + 21496: 69,-45 - node: zIndex: 1 color: '#A4610693' @@ -1155,11 +1292,11 @@ entities: decals: 15140: -9,-93 - node: - zIndex: 1 color: '#DE3A3A96' id: BrickTileWhiteInnerNe decals: - 9411: -29,-2 + 21915: -39,-4 + 21916: -34,-6 - node: color: '#EFB34196' id: BrickTileWhiteInnerNe @@ -1172,11 +1309,11 @@ entities: decals: 17223: 10,-17 - node: - zIndex: 1 color: '#334E6DC8' id: BrickTileWhiteInnerNw decals: - 15789: -39,-16 + 21493: 69,-45 + 21494: 74,-45 - node: zIndex: 1 color: '#A4610693' @@ -1184,11 +1321,10 @@ entities: decals: 15163: 11,-93 - node: - zIndex: 1 color: '#DE3A3A96' id: BrickTileWhiteInnerNw decals: - 9410: -23,-2 + 21917: -32,-6 - node: color: '#EFB34196' id: BrickTileWhiteInnerNw @@ -1202,11 +1338,15 @@ entities: decals: 17225: 8,-17 - node: - zIndex: 1 + color: '#334E6DC8' + id: BrickTileWhiteInnerSe + decals: + 21492: 69,-41 + - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSe decals: - 9409: -29,0 + 21914: -39,-2 - node: zIndex: 1 color: '#EFB34196' @@ -1214,6 +1354,12 @@ entities: decals: 2247: -12,-14 2257: -14,-11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteInnerSw + decals: + 21489: 69,-41 + 21490: 74,-41 - node: color: '#EFB34196' id: BrickTileWhiteInnerSw @@ -1227,6 +1373,11 @@ entities: decals: 11355: -20,-48 11364: -24,-46 + 21454: 66,-42 + 21455: 66,-43 + 21456: 66,-44 + 21484: 69,-44 + 21485: 69,-42 - node: zIndex: 1 color: '#52B4E996' @@ -1262,16 +1413,8 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteLineE decals: - 12093: -29,9 - 12094: -29,10 - 12095: -29,11 - 12096: -29,12 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: BrickTileWhiteLineE - decals: - 15021: -29,-1 + 21897: -39,-3 + 21901: -34,-5 - node: color: '#EFB34196' id: BrickTileWhiteLineE @@ -1305,13 +1448,17 @@ entities: 11361: -21,-47 11362: -22,-47 11363: -23,-47 + 21457: 67,-45 + 21458: 68,-45 + 21477: 70,-45 + 21478: 71,-45 + 21479: 72,-45 + 21480: 73,-45 - node: zIndex: 1 color: '#334E6DC8' id: BrickTileWhiteLineN decals: - 15792: -39,-15 - 15793: -38,-15 17769: -31,-51 - node: zIndex: 1 @@ -1333,15 +1480,15 @@ entities: 12174: 38,-53 12175: 39,-53 - node: - zIndex: 1 color: '#DE3A3A96' id: BrickTileWhiteLineN decals: - 9401: -28,-2 - 9402: -27,-2 - 9403: -26,-2 - 9404: -25,-2 - 9405: -24,-2 + 21720: -43,-2 + 21905: -33,-6 + 21906: -35,-4 + 21907: -36,-4 + 21908: -37,-4 + 21909: -38,-4 - node: color: '#EFB34196' id: BrickTileWhiteLineN @@ -1384,13 +1531,17 @@ entities: 11367: -22,-49 11368: -23,-49 11370: -24,-49 + 21459: 67,-41 + 21460: 68,-41 + 21461: 70,-41 + 21462: 71,-41 + 21463: 72,-41 + 21464: 73,-41 - node: zIndex: 1 color: '#334E6DC8' id: BrickTileWhiteLineS decals: - 15790: -39,-16 - 15791: -38,-16 17768: -31,-51 - node: zIndex: 1 @@ -1427,15 +1578,14 @@ entities: 11454: 40,-38 12164: 58,-57 - node: - zIndex: 1 color: '#DE3A3A96' id: BrickTileWhiteLineS decals: - 9396: -28,0 - 9397: -27,0 - 9398: -26,0 - 9399: -25,0 - 9400: -24,0 + 21719: -43,-4 + 21910: -38,-2 + 21911: -37,-2 + 21912: -36,-2 + 21913: -35,-2 - node: color: '#EFB34196' id: BrickTileWhiteLineS @@ -1480,6 +1630,12 @@ entities: 11442: 29,-36 11443: 29,-35 11444: 29,-34 + 21451: 69,-43 + 21452: 69,-44 + 21453: 69,-42 + 21481: 74,-44 + 21482: 74,-43 + 21483: 74,-42 - node: zIndex: 1 color: '#334E6DC8' @@ -1492,7 +1648,6 @@ entities: color: '#52B4E996' id: BrickTileWhiteLineW decals: - 14937: -39,17 17574: 20,0 - node: zIndex: 1 @@ -1513,14 +1668,11 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteLineW decals: - 12091: -31,10 - 12092: -31,11 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: BrickTileWhiteLineW - decals: - 15022: -23,-1 + 21722: -46,-3 + 21898: -32,-3 + 21899: -32,-4 + 21900: -32,-5 + 21904: -32,-2 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -1562,6 +1714,11 @@ entities: decals: 15119: 20.484497,-53.96156 15120: 19.36936,-53.899017 + - node: + color: '#FFFFFFFF' + id: BushDOne + decals: + 22044: -21.041206,-12.823776 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1570,6 +1727,11 @@ entities: 15623: -1.8747854,-52.058655 15624: -5.9705667,-52.45476 18315: -11.886084,12.918579 + - node: + color: '#FFFFFFFF' + id: BushDThree + decals: + 22043: -20.509693,-12.6986885 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1653,6 +1815,12 @@ entities: id: Bushi1 decals: 15637: 3.8748503,-53.025635 + - node: + color: '#FFFFFFFF' + id: Bushi2 + decals: + 22024: -13.867736,6.8505135 + 22051: -23.125574,-15.805014 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1672,6 +1840,7 @@ entities: id: Bushi3 decals: 12158: -1.7835784,-39.817196 + 22023: -19.712698,3.896554 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1687,6 +1856,7 @@ entities: id: Bushi4 decals: 12159: -2.3776236,-40.025677 + 22022: -20.212946,4.1258793 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1749,6 +1919,28 @@ entities: id: Bushn1 decals: 15641: 6.0217485,-51.38908 + - node: + color: '#3EB38896' + id: CheckerNESW + decals: + 21928: -11,-7 + 21929: -11,-9 + 21930: -14,-5 + 21931: -13,-5 + 21932: -12,-5 + 21933: -12,-4 + 21934: -13,-4 + 21935: -14,-4 + 21936: -14,-3 + 21937: -13,-3 + 21938: -12,-3 + 21939: -12,-2 + 21940: -13,-2 + 21941: -14,-2 + 21942: -11,-3 + 21943: -11,-4 + 21944: -15,-4 + 21945: -15,-3 - node: zIndex: 1 color: '#3EB38896' @@ -1761,15 +1953,6 @@ entities: 2078: -9,-9 2081: -10,-8 2082: -10,-9 - 2083: -11,-9 - 2085: -11,-7 - 2086: -12,-7 - 2087: -13,-7 - 2088: -14,-7 - 2089: -14,-8 - 2090: -14,-9 - 2091: -13,-9 - 2093: -12,-9 2141: -10,-7 2142: -9,-7 14234: -10,-6 @@ -1818,6 +2001,24 @@ entities: 12897: -17,-51 12898: -16,-51 12899: -15,-51 + 22058: 55,-37 + 22059: 56,-37 + 22060: 57,-37 + 22061: 57,-39 + 22062: 56,-39 + 22063: 55,-39 + 22064: 53,-40 + 22065: 52,-40 + 22066: 51,-40 + 22067: 51,-39 + 22068: 52,-39 + 22069: 53,-39 + 22070: 53,-37 + 22071: 52,-37 + 22072: 51,-37 + 22074: 52,-36 + 22075: 53,-36 + 23646: 51,-36 - node: zIndex: 1 color: '#334E6DC8' @@ -1927,6 +2128,23 @@ entities: decals: 14300: -22,-37 14301: -14,-39 + - node: + color: '#D4D4D428' + id: CheckerNWSE + decals: + 21586: -26,9 + 21587: -26,10 + 21588: -26,11 + 21589: -25,11 + 21590: -25,10 + 21591: -25,9 + 21592: -24,9 + 21593: -24,10 + 21594: -24,11 + 21595: -23,11 + 21596: -22,11 + 21597: -22,10 + 21598: -23,10 - node: zIndex: 1 color: '#D4D4D428' @@ -1968,62 +2186,34 @@ entities: color: '#D4D4D496' id: CheckerNWSE decals: - 20888: -47,3 - 20889: -46,3 - 20890: -45,3 - 20891: -39,3 - 20892: -37,3 - 20893: -37,2 - 20894: -38,2 - 20895: -38,3 - 20896: -39,2 - 20897: -39,1 - 20898: -38,1 - 20899: -37,1 - 20900: -42,-2 - 20901: -41,-2 - 20902: -41,-1 - 20903: -41,0 - 20904: -41,1 - 20905: -42,1 - 20906: -42,0 - 20907: -42,-1 + 21576: -38,13 + 21577: -37,13 + 21578: -36,13 + 21579: -35,13 + 21580: -34,13 + 21581: -34,12 + 21582: -35,12 + 21583: -36,12 + 21584: -37,12 + 21585: -38,12 - node: color: '#DE3A3A96' id: CheckerNWSE decals: - 11193: -23,-4 - 11194: -22,-4 - 11195: -22,-5 - 11196: -23,-5 - 11198: -22,-6 - 11199: -20,-6 - 11200: -21,-6 - 11201: -20,-5 - 11202: -21,-5 - 11203: -21,-4 - 11204: -20,-4 - 11209: -21,-2 - 11210: -21,-1 - 11211: -20,-1 - 11212: -19,-1 - 11213: -19,-2 - 11214: -20,-2 - 11215: -18,-2 - 11216: -18,-1 - 11217: -22,-1 - 11218: -22,-2 - 20754: -22,-7 - 20755: -21,-7 - 20756: -20,-7 - 20757: -20,-8 - 20758: -21,-8 - 20759: -22,-8 - 20760: -23,-7 - 20761: -23,-8 - 20962: -33,-9 - 20963: -32,-9 - 20964: -30,-9 + 21727: -46,-6 + 21728: -44,-6 + 21729: -46,-9 + 21730: -45,-9 + 21731: -46,-8 + 21732: -46,-7 + 21733: -45,-6 + 21734: -45,-7 + 21735: -45,-8 + 21736: -44,-8 + 21737: -44,-7 + 21738: -43,-7 + 21739: -43,-8 + 21740: -43,-9 - node: zIndex: 1 color: '#FFFFFF93' @@ -2067,17 +2257,21 @@ entities: decals: 3265: 0.0099077225,-26.03567 - node: - zIndex: 1 color: '#DE3A3A96' id: Delivery decals: - 9349: -30,1 - 14560: -23,3 - 14562: -25,5 - 14563: -25,3 - 14564: -26,8 - 14565: -26,14 - 14566: -26,1 + 21723: -45,-5 + 21724: -44,-5 + 21725: -44,-1 + 21726: -45,-1 + 21826: -29,-4 + 21827: -26,-4 + 21829: -37,-1 + 21830: -38,-1 + 21831: -40,-1 + 21832: -40,1 + 21833: -38,1 + 21834: -37,1 - node: color: '#FFFFFFFF' id: Delivery @@ -2099,9 +2293,6 @@ entities: 9933: 5,24 9935: 3,18 10360: -7,11 - 11947: -18,-6 - 11948: -17,-6 - 11949: -16,-6 16323: -23,-40 16324: -24,-40 16325: -25,-40 @@ -2117,8 +2308,13 @@ entities: 19429: -35,-67 19430: -34,-67 19431: -33,-67 - 21357: -21,-10 - 21358: -21,-11 + 21959: -16,-4 + 23723: -16,-6 + 23724: -17,-6 + 23725: -18,-6 + 23727: -16,0 + 23728: -17,0 + 23729: -18,0 - node: zIndex: 1 color: '#FFFFFFFF' @@ -2138,11 +2334,6 @@ entities: 18350: 33,16 18351: 32,16 18352: 31,16 - - node: - color: '#DE3A3A96' - id: DeliveryGreyscale - decals: - 20090: -23,5 - node: cleanable: True zIndex: 1 @@ -2172,9 +2363,6 @@ entities: color: '#FFFFFF7F' id: Dirt decals: - 20356: 1,-12 - 20357: 1,-9 - 20358: -1,-8 1162: 21,-55 1163: 20,-55 1164: 21,-54 @@ -2193,24 +2381,10 @@ entities: 11503: 26,-40 11775: -27,-22 11777: -29,-22 - 11866: -32,14 - 11867: -30,19 11950: 26,-18 12310: 57,-55 12312: 43,-63 12313: 50,-61 - 13343: 73,-44 - 13344: 74,-45 - 13345: 73,-47 - 13346: 77,-47 - 13347: 79,-47 - 13348: 78,-46 - 13349: 79,-45 - 13350: 76,-43 - 13351: 68,-41 - 13352: 67,-42 - 13353: 67,-44 - 13354: 67,-45 13470: 85,-22 13471: 84,-22 13472: 84,-23 @@ -2237,19 +2411,9 @@ entities: 14467: 34,-23 14468: 48,-27 14514: 34,15 - 14527: -28,4 - 14539: -25,2 - 14765: -28,17 - 14809: -31,17 - 14810: -30,17 - 14811: -30,18 - 14812: -30,16 - 14813: -31,16 - 14814: -28,19 14815: -14,21 14816: -7,21 14817: 21,12 - 14898: -34,19 14942: 40,11 14966: 39,5 14967: 37,9 @@ -2339,6 +2503,9 @@ entities: 20150: 8,-11 20202: 8,4 20203: 10,6 + 20356: 1,-12 + 20357: 1,-9 + 20358: -1,-8 20367: 15,-39 20368: 16,-39 20369: 16,-38 @@ -2392,76 +2559,156 @@ entities: 20572: 34,-23 20573: 33,-23 20613: 35,-43 - 20965: -34,-8 - 20966: -35,-8 - 20967: -36,-9 - 20968: -36,-10 - 20969: -32,-7 - 20970: -30,-7 - 20971: -30,-9 - 20973: -35,-4 - 20974: -40,-7 - 20975: -40,-5 - 20976: -45,-5 - 20977: -45,-7 - 20978: -42,-9 - 20979: -42,-10 - 20980: -42,-2 - 20981: -41,-1 - 20982: -37,0 - 20983: -37,1 - 20984: -37,3 - 20985: -42,6 - 20986: -41,6 - 20987: -44,6 - 20988: -47,4 - 20989: -47,3 - 20990: -50,2 - 20991: -50,1 - 20992: -51,3 - 20993: -50,3 - 20994: -50,4 - 20995: -50,5 - 20996: -46,2 - 20997: -43,2 - 20998: -44,0 - 20999: -45,0 - 21000: -47,0 - 21001: -37,-7 - 21002: -37,-6 - 21003: -37,-5 - 21005: -29,-5 - 21006: -29,-4 - 21007: -28,-7 - 21008: -28,-8 - 21009: -24,-8 - 21010: -26,-10 - 21011: -28,-11 - 21012: -25,-12 - 21013: -22,-10 - 21014: -23,-11 - 21015: -20,-10 21016: -18,-12 21017: -16,-10 - 21018: -16,-8 - 21359: -33,-9 + 22099: -53,10 + 22100: -54,12 + 22101: -54,13 + 22102: -53,13 + 22103: -50,13 + 22104: -50,12 + 22105: -51,13 + 22106: -52,13 + 22107: -53,12 + 22108: -53,11 + 22109: -52,10 + 22110: -51,10 + 22111: -50,10 + 22112: -50,11 + 22113: -56,11 + 22114: -56,12 + 22115: -56,13 + 22116: -57,13 + 22117: -57,12 + 22118: -57,11 + 22119: -57,10 + 22120: -56,10 + 22121: -49,12 + 22122: -49,14 + 22123: -50,15 + 22124: -53,18 + 22125: -54,18 + 22126: -54,19 + 22127: -53,20 + 22128: -55,20 + 22129: -55,22 + 22130: -54,23 + 22131: -55,23 + 22132: -52,23 + 22133: -51,23 + 22134: -47,22 + 22135: -47,21 + 22136: -47,20 + 22137: -45,22 + 22138: -44,22 + 22139: -43,22 + 22140: -41,20 + 22141: -39,20 + 22142: -39,19 + 22143: -37,20 + 22144: -36,20 + 22145: -36,22 + 22146: -34,26 + 22147: -34,27 + 22148: -33,26 + 22149: -33,27 + 22150: -33,28 + 22151: -32,28 + 22152: -34,28 + 22153: -32,27 + 22154: -33,20 + 22155: -34,20 + 22156: -30,18 + 22157: -31,18 + 22158: -31,17 + 22159: -28,19 + 22160: -27,19 + 22161: -27,22 + 22162: -27,23 + 22163: -26,23 + 22164: -25,13 + 22165: -24,13 + 22166: -24,14 + 22167: -24,15 + 22168: -25,16 + 22169: -25,16 + 22170: -39,11 + 22171: -35,16 + 22172: -39,15 + 22327: -22,-7 + 22328: -23,-7 + 22329: -23,-5 + 22330: -23,-3 + 22331: -23,-1 + 22332: -20,-3 + 22333: -16,-5 + 22334: -19,-5 + 22335: -21,-1 + 22336: -17,-1 + 22337: -17,-3 + 22338: -18,-3 + 22719: -33,3 + 22720: -34,3 + 22721: -32,3 + 22722: -33,4 + 22723: -33,5 + 23234: 66,-43 + 23235: 66,-41 + 23236: 80,-44 + 23237: 80,-43 + 23238: 80,-42 + 23300: 88,-44 + 23301: 87,-44 + 23302: 86,-44 + 23303: 93,-44 + 23304: 93,-43 + 23305: 88,-42 + 23306: 88,-43 + 23459: 85,-37 + 23460: 85,-37 + 23461: 89,-36 + 23462: 92,-34 + 23463: 94,-35 + 23464: 96,-36 + 23465: 97,-36 + 23466: 96,-51 + 23467: 95,-52 + 23468: 93,-55 + 23469: 90,-55 + 23470: 87,-56 + 23471: 84,-58 + 23472: 81,-60 + 23473: 79,-60 + 23474: 84,-58 + 23475: 78,-56 + 23476: 78,-52 + 23477: 80,-48 + 23478: 84,-49 + 23479: 89,-51 + - node: + cleanable: True + zIndex: 6 + color: '#FFFFFF7F' + id: Dirt + decals: + 23647: 52,-43 + 23648: 49,-43 + 23649: 49,-46 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 21983: -34,19 + 21984: -34,20 + 22009: -33,20 + 22026: -32,20 - node: cleanable: True zIndex: 5 color: '#FFFFFF7F' id: DirtHeavy decals: - 20314: -3,-12 - 20316: -2,-11 - 20317: -3,-11 - 20318: -2,-9 - 20319: -1,-9 - 20320: 0,-10 - 20321: -1,-11 - 20352: -5,-11 - 20353: -5,-9 - 20354: -2,-12 - 20355: -2,-8 3283: 17,7 3284: 18,8 3285: 19,8 @@ -2524,9 +2771,6 @@ entities: 4926: 0,11 4927: -3,10 4928: -5,10 - 5157: -14,-9 - 5158: -13,-9 - 5159: -11,-9 5187: 2,-17 5188: 3,-17 5191: 2,-20 @@ -2666,35 +2910,9 @@ entities: 7077: 50,-49 7078: 50,-49 7087: 50,-45 - 7121: 51,-41 - 7122: 50,-41 - 7123: 50,-42 - 7124: 50,-43 - 7125: 50,-43 - 7126: 50,-42 - 7127: 50,-41 - 7128: 50,-40 - 7129: 54,-39 - 7130: 55,-39 - 7131: 56,-39 - 7132: 56,-39 - 7133: 56,-40 - 7134: 56,-41 - 7135: 55,-43 - 7136: 56,-43 - 7138: 55,-40 - 7139: 55,-40 - 7140: 50,-38 - 7141: 50,-37 7142: 50,-36 - 7143: 51,-36 - 7144: 51,-36 7145: 52,-36 7146: 52,-37 - 7147: 51,-37 - 7148: 50,-37 - 7149: 50,-38 - 7150: 51,-39 7161: 45,-33 7162: 46,-33 7163: 45,-34 @@ -2744,7 +2962,6 @@ entities: 7249: 49,-32 7250: 49,-31 7251: 49,-33 - 7252: 50,-37 7253: 43,-38 7254: 43,-38 7255: 45,-37 @@ -2897,7 +3114,6 @@ entities: 7729: 10,10 7730: 9,10 7731: 10,12 - 7733: -15,2 7734: -17,-8 7736: -18,-12 7737: -17,-14 @@ -3235,16 +3451,7 @@ entities: 8537: 48,-60 8539: 48,-57 8545: 50,-45 - 8548: 50,-42 - 8549: 50,-42 - 8550: 50,-41 - 8551: 51,-36 8552: 50,-36 - 8553: 55,-39 - 8554: 56,-39 - 8555: 56,-40 - 8556: 56,-41 - 8557: 56,-43 8558: 46,-37 8559: 45,-37 8560: 45,-33 @@ -3254,15 +3461,7 @@ entities: 8657: -23,22 8658: -23,22 8659: -23,22 - 8662: -32,19 - 8693: -26,6 - 8699: -15,1 - 8700: -15,0 - 8711: -15,-5 - 8712: -15,-4 - 8714: -15,-2 8715: -16,-2 - 8717: -16,-4 8723: -11,-5 8724: -11,-4 8725: -11,-3 @@ -3290,34 +3489,14 @@ entities: 8762: 3,-8 8763: 3,-9 8868: -11,10 - 9034: -66,-14 - 9035: -66,-13 - 9036: -66,-12 9054: -21,-24 9055: -21,-19 9056: -24,-21 9100: -29,-36 9101: -30,-36 9185: 47,-19 - 9419: -26,0 - 9420: -26,-2 - 9421: -24,-2 - 9424: -23,-2 - 9491: -27,11 - 9492: -26,10 - 9547: -17,5 - 9548: -17,5 - 9549: -16,6 - 9550: -16,3 9551: -16,1 - 9572: -17,1 - 9573: -17,3 - 9574: -17,4 - 9575: -16,0 - 9576: -15,0 - 9577: -15,-1 9578: -16,-1 - 9579: -17,-3 10071: 2,14 10075: 4,19 10077: 4,16 @@ -3403,34 +3582,8 @@ entities: 11547: 0,10 11548: -15,9 11549: -15,10 - 11550: -21,3 - 11551: -21,4 - 11553: -23,3 - 11554: -23,4 - 11559: -24,-2 - 11560: -25,-2 - 11561: -27,-2 - 11562: -21,-2 - 11563: -20,-1 - 11564: -19,-2 - 11565: -21,-4 - 11566: -23,-4 - 11567: -23,-5 - 11568: -23,-5 - 11569: -22,-5 - 11570: -21,-5 - 11571: -20,-4 11618: -21,11 - 11619: -23,9 - 11620: -23,10 11621: -22,10 - 11622: -22,11 - 11623: -23,11 - 11624: -23,12 - 11625: -22,12 - 11626: -25,6 - 11627: -24,3 - 11628: -24,4 11629: -9,-22 11630: -8,-22 11631: -8,-23 @@ -3450,8 +3603,6 @@ entities: 11649: -2,-21 11650: -5,-21 11651: -6,-21 - 11702: -11,-7 - 11703: -14,-8 11704: -10,-8 11705: -9,-12 11706: -9,-11 @@ -3463,23 +3614,6 @@ entities: 11840: 15,11 11841: 15,12 11842: 15,13 - 11868: -31,17 - 11869: -31,18 - 11871: -30,18 - 11872: -30,17 - 11873: -30,15 - 11874: -30,14 - 11875: -31,14 - 11876: -33,14 - 11877: -34,14 - 11878: -34,13 - 11879: -34,11 - 11880: -34,10 - 11881: -34,9 - 11882: -34,7 - 11883: -34,6 - 11884: -34,5 - 11886: -34,4 11918: -15,23 11919: -9,21 11920: -9,22 @@ -3616,12 +3750,6 @@ entities: 12545: -14,13 12546: -16,11 12547: -15,8 - 12548: -16,5 - 12549: -15,3 - 12550: -17,1 - 12551: -15,-2 - 12552: -17,-4 - 12553: -16,-7 12554: -17,-9 12556: -12,-16 12559: -9,-14 @@ -3694,17 +3822,12 @@ entities: 12864: 86,-28 12865: 88,-30 12866: 89,-32 - 12867: 90,-35 - 12868: 91,-36 12869: 94,-36 - 12870: 95,-36 12871: 92,-37 12872: 95,-34 12873: 93,-33 12874: 94,-32 12875: 91,-32 - 12876: 91,-34 - 12877: 90,-35 12878: 92,-19 12879: 90,-18 12880: 88,-16 @@ -3729,94 +3852,8 @@ entities: 12944: 16,-29 12946: 62,-78 12947: 62,-79 - 13355: 67,-42 - 13356: 68,-41 - 13357: 67,-42 - 13358: 67,-44 - 13359: 68,-44 - 13360: 68,-45 - 13361: 71,-43 - 13362: 71,-43 - 13363: 71,-42 - 13364: 71,-41 - 13365: 72,-41 - 13366: 72,-42 - 13367: 73,-42 - 13368: 73,-41 - 13369: 74,-41 - 13370: 74,-41 - 13371: 74,-42 - 13372: 74,-46 - 13373: 74,-45 - 13374: 73,-45 - 13375: 73,-46 - 13376: 71,-45 - 13377: 70,-45 - 13378: 74,-46 - 13379: 73,-47 - 13380: 74,-47 - 13381: 75,-47 - 13382: 75,-47 - 13383: 76,-47 - 13384: 77,-47 - 13385: 78,-47 - 13386: 79,-47 - 13387: 79,-46 - 13388: 78,-46 - 13389: 77,-46 - 13390: 76,-45 - 13391: 77,-45 - 13392: 78,-45 - 13393: 79,-45 - 13394: 78,-43 - 13395: 77,-43 - 13396: 77,-43 - 13397: 77,-42 - 13398: 76,-42 - 13399: 76,-41 - 13400: 77,-41 - 13401: 78,-41 - 13402: 84,-41 - 13403: 84,-40 - 13404: 83,-40 - 13405: 75,-46 - 13406: 75,-45 - 13407: 74,-45 - 13408: 74,-44 - 13409: 74,-44 - 13410: 73,-44 - 13411: 68,-45 - 13412: 68,-44 - 13413: 67,-44 - 13414: 67,-43 - 13415: 67,-43 - 13416: 64,-43 - 13417: 63,-43 - 13418: 58,-43 - 13419: 58,-42 - 13420: 58,-41 - 13421: 58,-41 - 13422: 58,-40 - 13423: 59,-39 - 13424: 60,-39 - 13425: 61,-39 - 13426: 64,-39 - 13427: 65,-39 - 13428: 65,-40 - 13429: 65,-40 - 13430: 65,-43 - 13431: 65,-43 - 13432: 63,-43 - 13712: -24,-10 13714: -18,-11 13715: -17,-5 - 13716: -18,-5 - 13717: -16,0 - 13718: -19,-2 - 13719: -21,-2 - 13720: -20,-1 - 13721: -21,-1 - 13722: -23,-2 13780: -14,17 13783: 4,13 13915: -24,-53 @@ -3854,43 +3891,6 @@ entities: 14515: 34,12 14517: 29,-15 14518: 29,-14 - 14528: -28,3 - 14530: -28,6 - 14540: -26,4 - 14541: -25,5 - 14542: -26,5 - 14543: -27,4 - 14544: -26,3 - 14545: -25,3 - 14546: -27,2 - 14547: -27,6 - 14548: -27,7 - 14638: -40,-4 - 14639: -39,-4 - 14646: -38,-5 - 14726: -26,-5 - 14729: -23,-5 - 14743: -28,-2 - 14744: -30,-1 - 14745: -30,0 - 14746: -34,5 - 14747: -34,7 - 14748: -34,8 - 14749: -34,9 - 14750: -36,9 - 14751: -37,9 - 14752: -35,9 - 14753: -34,4 - 14754: -34,4 - 14756: -27,4 - 14757: -27,5 - 14758: -28,5 - 14759: -28,7 - 14760: -27,9 - 14761: -26,15 - 14762: -25,15 - 14763: -23,16 - 14764: -23,17 14822: 25,5 14823: 26,6 14824: 16,10 @@ -3900,26 +3900,6 @@ entities: 14848: -31,-54 14849: -33,-50 14894: 8,-15 - 14899: -33,19 - 14900: -34,18 - 14901: -33,18 - 14902: -32,19 - 14903: -33,20 - 14904: -34,20 - 14906: -34,15 - 14907: -33,16 - 14908: -34,15 - 14923: -39,17 - 14924: -39,18 - 14925: -38,18 - 14926: -37,18 - 14927: -37,17 - 14928: -34,17 - 14931: -33,16 - 14932: -33,17 - 14933: -33,18 - 14934: -34,18 - 14935: -35,18 14943: 42,8 14944: 41,8 14945: 41,6 @@ -3946,9 +3926,6 @@ entities: 15005: -6,-39 15006: -6,-38 15007: -6,-40 - 15023: -29,-1 - 15024: -23,-1 - 15025: -37,17 15190: 6,-95 15191: 7,-94 15192: 7,-93 @@ -4324,34 +4301,18 @@ entities: 16731: -35,-16 16732: -35,-18 16733: -35,-18 - 16734: -37,-16 - 16735: -37,-16 - 16736: -40,-16 - 16737: -40,-15 - 16738: -38,-15 - 16739: -36,-15 16740: -35,-16 16741: -37,-13 - 16742: -38,-13 - 16743: -38,-13 16744: -34,-15 16745: -34,-14 - 16746: -35,-13 - 16747: -35,-13 16748: -33,-12 16749: -33,-12 - 16752: -33,-8 - 16763: -30,-2 - 16764: -31,-2 - 16765: -31,-1 - 16766: -31,0 16767: -31,-17 16768: -28,-17 16769: -26,-17 16770: -23,-17 16771: -22,-16 16773: -26,-16 - 16774: -26,-15 16775: -25,-16 16776: -29,-16 16777: -29,-17 @@ -4409,7 +4370,6 @@ entities: 16834: -49,-41 16835: -48,-41 16836: -49,-42 - 16993: -31,0 16997: -22,-21 16999: -32,-26 17000: -30,-33 @@ -4751,7 +4711,6 @@ entities: 18137: -15,10 18138: -17,10 18139: -13,7 - 18140: -15,6 18141: -15,7 18142: -9,10 18143: -10,10 @@ -5166,15 +5125,6 @@ entities: 19725: -13,-42 19728: -13,-41 19729: -13,-40 - 20091: -35,5 - 20092: -35,6 - 20093: -35,7 - 20094: -34,8 - 20095: -33,6 - 20096: -33,5 - 20097: -33,4 - 20100: -34,-1 - 20102: -34,1 20204: -1,-13 20205: -1,-14 20206: 2,-11 @@ -5227,6 +5177,17 @@ entities: 20269: -6,-15 20270: -6,-14 20271: -6,-13 + 20314: -3,-12 + 20316: -2,-11 + 20317: -3,-11 + 20318: -2,-9 + 20319: -1,-9 + 20320: 0,-10 + 20321: -1,-11 + 20352: -5,-11 + 20353: -5,-9 + 20354: -2,-12 + 20355: -2,-8 20416: 12,-39 20546: 16,15 20547: 14,16 @@ -5262,176 +5223,689 @@ entities: 20705: 29,-32 20706: 33,-32 20707: 33,-31 - 21019: -27,-10 - 21020: -30,-11 - 21021: -31,-9 - 21023: -35,-10 - 21024: -35,-9 - 21025: -36,-10 21026: -35,-11 - 21027: -39,-11 - 21028: -38,-10 - 21029: -40,-9 - 21030: -40,-9 - 21031: -39,-7 - 21032: -39,-6 - 21033: -41,-6 - 21034: -44,-6 - 21035: -42,-9 - 21036: -43,-9 - 21037: -44,-8 - 21038: -45,-6 - 21039: -44,-5 - 21040: -43,-5 - 21041: -42,-4 - 21042: -39,-6 - 21043: -39,-5 - 21044: -39,-2 - 21045: -42,-1 - 21046: -41,1 - 21047: -44,0 - 21048: -44,-1 - 21049: -45,0 - 21050: -48,1 - 21051: -47,3 - 21052: -48,4 - 21053: -50,1 - 21054: -50,3 - 21055: -51,3 - 21056: -50,5 - 21057: -48,6 - 21058: -47,6 - 21059: -47,7 - 21060: -44,7 - 21061: -44,6 - 21062: -47,3 - 21063: -44,3 - 21064: -42,2 - 21065: -41,5 - 21066: -40,6 - 21067: -38,5 - 21068: -41,4 - 21069: -38,3 - 21070: -40,1 - 21071: -40,-1 - 21072: -39,-2 - 21073: -36,-1 - 21074: -34,-2 - 21075: -34,-4 - 21076: -33,-4 - 21077: -33,-1 - 21078: -34,0 - 21079: -35,2 - 21080: -33,2 - 21081: -34,2 - 21082: -34,3 - 21083: -35,4 - 21084: -38,-1 - 21085: -38,-3 - 21086: -38,-6 - 21087: -40,-8 - 21088: -38,-11 - 21089: -38,-9 - 21090: -40,-9 - 21091: -35,-10 - 21092: -36,-11 - 21094: -33,-9 - 21095: -29,-9 - 21096: -32,-7 - 21097: -30,-7 - 21098: -31,-6 - 21099: -31,-5 - 21100: -29,-5 - 21101: -31,-4 - 21102: -34,-4 - 21103: -33,-6 - 21104: -35,-6 - 21105: -27,-8 - 21106: -26,-7 - 21107: -25,-6 - 21108: -26,-4 - 21109: -27,-3 - 21110: -25,-7 - 21111: -23,-7 - 21112: -23,-8 - 21113: -21,-7 - 21114: -21,-5 - 21115: -21,-4 - 21116: -21,-8 - 21117: -21,-8 - 21118: -20,-7 - 21119: -21,-1 - 21120: -24,-2 - 21121: -27,-2 - 21122: -25,-3 - 21123: -25,-3 - 21124: -26,-3 - 21125: -25,-8 - 21126: -26,-9 - 21127: -26,-9 - 21128: -28,-10 - 21129: -24,-10 - 21130: -25,-11 - 21131: -26,-12 - 21132: -23,-11 - 21133: -21,-10 - 21134: -19,-10 - 21135: -20,-11 - 21136: -18,-10 21137: -18,-12 - 21384: -50,1 - 21385: -50,5 - 21386: -48,2 - 21387: -48,1 - 21388: -44,1 - 21389: -44,5 - 21390: -48,5 - 21391: -43,-7 - 21392: -42,-7 - 21393: -42,-8 - 21394: -27,-5 - 21395: -27,-7 - 21396: -26,-8 - 21397: -26,-9 - 21398: -26,-10 + 22173: -41,9 + 22174: -40,8 + 22175: -39,9 + 22176: -41,11 + 22177: -41,13 + 22178: -41,15 + 22179: -41,16 + 22180: -41,14 + 22181: -37,11 + 22182: -34,13 + 22183: -38,13 + 22184: -36,12 + 22185: -34,12 + 22186: -34,13 + 22187: -37,13 + 22188: -37,9 + 22189: -37,9 + 22190: -37,8 + 22191: -35,8 + 22192: -35,9 + 22193: -36,9 + 22194: -37,14 + 22195: -37,15 + 22196: -36,16 + 22197: -36,16 + 22198: -38,16 + 22199: -38,14 + 22200: -32,14 + 22201: -33,12 + 22202: -33,8 + 22203: -32,5 + 22204: -31,7 + 22205: -32,6 + 22206: -29,6 + 22207: -29,8 + 22208: -28,9 + 22209: -28,11 + 22210: -29,14 + 22211: -30,15 + 22212: -31,14 + 22213: -30,12 + 22214: -31,11 + 22215: -30,9 + 22216: -27,16 + 22217: -25,16 + 22218: -25,14 + 22219: -26,15 + 22220: -26,15 + 22221: -26,10 + 22222: -25,10 + 22223: -23,10 + 22224: -23,11 + 22225: -25,11 + 22226: -27,10 + 22227: -27,11 + 22228: -24,8 + 22229: -26,7 + 22230: -25,6 + 22231: -23,7 + 22232: -25,7 + 22233: -25,5 + 22234: -23,5 + 22235: -23,2 + 22236: -23,3 + 22237: -26,3 + 22238: -28,0 + 22239: -27,0 + 22240: -25,0 + 22241: -23,1 + 22242: -25,1 + 22243: -28,1 + 22244: -30,1 + 22245: -29,0 + 22246: -30,1 + 22247: -29,2 + 22248: -29,3 + 22249: -31,3 + 22250: -28,4 + 22251: -30,4 + 22252: -28,-2 + 22253: -30,-2 + 22254: -31,-3 + 22255: -30,-4 + 22256: -29,-4 + 22257: -28,-2 + 22258: -26,-2 + 22259: -26,-4 + 22260: -25,-4 + 22261: -25,-2 + 22262: -29,-4 + 22263: -31,-3 + 22264: -32,-3 + 22265: -32,-6 + 22266: -32,-6 + 22267: -34,-6 + 22268: -34,-4 + 22269: -36,-4 + 22270: -41,-3 + 22271: -41,-2 + 22272: -36,-2 + 22273: -44,-2 + 22274: -45,-2 + 22275: -45,-4 + 22276: -43,-4 + 22277: -45,-5 + 22278: -44,-7 + 22279: -47,-8 + 22280: -46,-9 + 22281: -45,-7 + 22282: -43,-8 + 22283: -43,-9 + 22284: -43,-7 + 22285: -45,-6 + 22286: -41,-8 + 22287: -41,-9 + 22288: -41,-10 + 22289: -40,-9 + 22290: -41,-7 + 22291: -40,-6 + 22294: -39,-10 + 22295: -38,-11 + 22296: -35,-11 + 22297: -36,-11 + 22298: -36,-9 + 22299: -36,-7 + 22300: -39,-7 + 22301: -38,-10 + 22303: -34,-7 + 22304: -33,-7 + 22305: -33,-5 + 22306: -34,-6 + 22307: -30,-6 + 22308: -30,-8 + 22309: -29,-7 + 22310: -29,-6 + 22311: -28,-8 + 22312: -27,-8 + 22313: -27,-8 + 22314: -26,-9 + 22315: -27,-9 + 22316: -25,-9 + 22317: -25,-7 + 22318: -25,-6 + 22319: -28,-6 + 22320: -27,-7 + 22325: -26,-4 + 22326: -26,-4 + 22339: -22,-1 + 22340: -23,-3 + 22341: -22,-4 + 22342: -21,-5 + 22343: -17,-4 + 22344: -16,-2 + 22345: -18,-1 + 22346: -21,-1 + 22347: -23,0 + 22348: -23,2 + 22349: -18,0 + 22350: -18,0 + 22351: -15,1 + 22352: -18,2 + 22353: -15,2 + 22354: -18,3 + 22355: -18,3 + 22356: -18,4 + 22357: -19,6 + 22358: -21,6 + 22359: -20,8 + 22360: -21,8 + 22361: -21,7 + 22362: -20,8 + 22363: -21,5 + 22364: -19,11 + 22365: -17,10 + 22366: -19,8 + 22367: -18,7 + 22368: -18,11 + 22369: -19,14 + 22370: -19,15 + 22371: -20,15 + 22372: -20,17 + 22373: -20,18 + 22374: -23,19 + 22375: -21,19 + 22376: -20,19 + 22377: -27,19 + 22378: -28,19 + 22379: -29,21 + 22380: -29,23 + 22381: -30,24 + 22382: -30,25 + 22383: -32,25 + 22384: -33,26 + 22385: -34,26 + 22386: -34,27 + 22387: -35,26 + 22388: -36,26 + 22389: -36,25 + 22390: -36,24 + 22391: -34,22 + 22392: -32,22 + 22393: -36,22 + 22394: -37,21 + 22395: -40,21 + 22396: -39,23 + 22397: -41,22 + 22398: -40,21 + 22399: -41,23 + 22400: -39,20 + 22401: -40,19 + 22402: -41,19 + 22403: -43,20 + 22404: -44,20 + 22405: -45,20 + 22406: -45,22 + 22407: -43,23 + 22408: -43,24 + 22409: -43,22 + 22410: -41,22 + 22411: -42,21 + 22412: -44,21 + 22413: -40,22 + 22414: -41,20 + 22415: -38,20 + 22416: -46,21 + 22417: -47,21 + 22418: -47,22 + 22419: -49,22 + 22420: -49,23 + 22421: -49,21 + 22422: -51,23 + 22423: -52,23 + 22424: -53,23 + 22425: -52,24 + 22426: -51,24 + 22427: -53,22 + 22428: -52,22 + 22429: -55,22 + 22430: -55,21 + 22431: -55,20 + 22432: -55,18 + 22433: -53,20 + 22434: -52,20 + 22435: -53,19 + 22436: -52,19 + 22437: -53,17 + 22438: -53,17 + 22439: -53,17 + 22440: -54,17 + 22441: -54,18 + 22442: -53,18 + 22443: -53,16 + 22444: -53,15 + 22445: -54,15 + 22446: -56,15 + 22447: -54,15 + 22448: -52,15 + 22449: -50,15 + 22450: -48,15 + 22451: -47,15 + 22452: -47,14 + 22453: -46,14 + 22454: -46,15 + 22455: -48,15 + 22456: -49,16 + 22457: -50,17 + 22458: -50,18 + 22459: -49,18 + 22460: -49,12 + 22461: -51,12 + 22462: -52,13 + 22463: -53,12 + 22464: -52,11 + 22465: -51,10 + 22466: -54,10 + 22467: -54,12 + 22468: -54,13 + 22469: -54,13 + 22470: -54,11 + 22471: -49,10 + 22472: -49,11 + 22473: -49,9 + 22474: -47,10 + 22475: -46,11 + 22476: -47,11 + 22477: -48,11 + 22478: -47,8 + 22479: -48,8 + 22480: -49,8 + 22481: -50,7 + 22482: -51,7 + 22483: -51,8 + 22484: -52,8 + 22485: -54,8 + 22486: -54,7 + 22487: -54,7 + 22488: -52,8 + 22489: -55,8 + 22490: -55,8 + 22491: -55,7 + 22492: -55,5 + 22493: -55,4 + 22494: -54,3 + 22495: -54,4 + 22496: -53,5 + 22497: -53,4 + 22498: -52,5 + 22499: -52,3 + 22500: -51,3 + 22501: -51,5 + 22502: -50,4 + 22503: -50,2 + 22504: -51,0 + 22505: -53,1 + 22506: -52,-1 + 22507: -53,-2 + 22508: -53,-3 + 22509: -53,-6 + 22510: -52,-7 + 22511: -52,-8 + 22512: -52,-7 + 22513: -52,-4 + 22514: -51,-5 + 22515: -51,-6 + 22516: -51,-3 + 22517: -51,-1 + 22518: -52,2 + 22519: -52,0 + 22520: -53,-2 + 22521: -54,1 + 22522: -55,1 + 22523: -56,1 + 22524: -56,2 + 22525: -56,-1 + 22526: -56,-2 + 22527: -56,-3 + 22528: -56,-4 + 22529: -55,-4 + 22530: -55,-3 + 22531: -55,-2 + 22532: -55,-1 + 22533: -56,-3 + 22534: -51,-3 + 22535: -53,-6 + 22536: -52,-6 + 22537: -54,-7 + 22538: -55,-7 + 22539: -56,-8 + 22540: -56,-8 + 22541: -54,-7 + 22542: -53,-8 + 22543: -52,-8 + 22544: -53,-9 + 22545: -54,-9 + 22546: -54,-10 + 22547: -53,-9 + 22548: -51,-9 + 22549: -51,-10 + 22550: -52,-10 + 22551: -54,-10 + 22552: -55,-10 + 22553: -56,-11 + 22554: -56,-11 + 22555: -56,-13 + 22556: -53,-12 + 22557: -54,-10 + 22558: -57,-10 + 22559: -57,-14 + 22560: -55,-13 + 22561: -54,-14 + 22562: -53,-14 + 22563: -53,-14 + 22564: -54,-15 + 22565: -53,-15 + 22566: -52,-14 + 22567: -51,-13 + 22568: -51,-14 + 22569: -50,-15 + 22570: -50,-14 + 22571: -52,-12 + 22572: -52,-14 + 22573: -50,-15 + 22574: -55,-14 + 22575: -57,-14 + 22576: -59,-14 + 22577: -59,-14 + 22578: -59,-16 + 22579: -60,-15 + 22580: -60,-13 + 22581: -59,-13 + 22582: -59,-12 + 22583: -58,-14 + 22584: -57,-15 + 22585: -56,-17 + 22586: -56,-18 + 22587: -57,-18 + 22588: -57,-20 + 22589: -56,-20 + 22590: -54,-20 + 22591: -53,-20 + 22592: -53,-19 + 22593: -54,-18 + 22594: -55,-18 + 22595: -54,-19 + 22596: -56,-19 + 22597: -56,-19 + 22598: -55,-17 + 22599: -56,-16 + 22600: -55,-15 + 22601: -54,-16 + 22602: -50,-14 + 22603: -49,-14 + 22604: -46,-14 + 22605: -45,-14 + 22606: -43,-14 + 22607: -43,-15 + 22608: -43,-15 + 22609: -43,-13 + 22610: -43,-12 + 22611: -43,-11 + 22612: -41,-14 + 22613: -40,-14 + 22614: -42,-15 + 22615: -41,-16 + 22616: -41,-17 + 22617: -40,-17 + 22618: -39,-17 + 22619: -39,-16 + 22620: -39,-17 + 22621: -39,-20 + 22622: -40,-20 + 22623: -40,-19 + 22624: -40,-20 + 22625: -40,-21 + 22626: -39,-21 + 22627: -38,-21 + 22628: -38,-19 + 22629: -37,-20 + 22630: -36,-19 + 22631: -37,-19 + 22632: -36,-19 + 22633: -33,-16 + 22634: -34,-16 + 22635: -36,-16 + 22636: -38,-16 + 22637: -39,-14 + 22638: -38,-14 + 22639: -37,-14 + 22640: -38,-13 + 22641: -39,-14 + 22642: -34,-15 + 22643: -34,-14 + 22644: -35,-13 + 22645: -35,-14 + 22646: -35,-15 + 22647: -33,-15 + 22648: -32,-15 + 22649: -32,-13 + 22650: -32,-13 + 22651: -33,-13 + 22652: -33,-15 + 22653: -33,-15 + 22654: -34,-16 + 22655: -32,-16 + 22656: -30,-16 + 22657: -29,-16 + 22658: -29,-16 + 22659: -29,-15 + 22660: -29,-14 + 22661: -30,-15 + 22662: -27,-16 + 22663: -27,-16 + 22666: -25,-14 + 22667: -24,-14 + 22668: -25,-13 + 22669: -23,-13 + 22671: -22,-14 + 22672: -21,-14 + 22673: -20,-15 + 22674: -21,-17 + 22675: -23,-17 + 22676: -25,-17 + 22677: -27,-17 + 22678: -21,-18 + 22679: -20,-18 + 22680: -27,-17 + 22681: -28,-17 + 22683: -24,-14 + 22684: -24,-13 + 22685: -26,-9 + 22686: -28,-9 + 22687: -27,-7 + 22688: -30,-6 + 22689: -33,-7 + 22690: -34,-7 + 22691: -36,-7 + 22692: -37,-7 + 22693: -40,-7 + 22694: -40,-6 + 22695: -41,-6 + 22696: -34,-6 + 22697: -34,-4 + 22698: -39,-2 + 22699: -33,-2 + 22700: -33,-3 + 22701: -33,-5 + 22702: -32,1 + 22703: -34,1 + 22704: -34,0 + 22705: -33,0 + 22706: -32,0 + 22707: -42,4 + 22708: -41,5 + 22709: -37,4 + 22710: -39,3 + 22711: -40,3 + 22712: -37,2 + 22713: -32,3 + 22714: -32,3 + 22715: -33,3 + 22716: -34,3 + 22717: -33,4 + 22718: -33,4 + 22805: -40,25 + 22806: -39,26 + 22807: -38,27 + 22808: -39,30 + 22809: -39,31 + 22810: -37,30 + 22811: -38,29 + 22812: -40,30 + 22813: -42,29 + 22814: -44,29 + 23190: 53,-39 + 23191: 51,-40 + 23192: 51,-39 + 23194: 52,-36 + 23195: 53,-36 + 23196: 55,-39 + 23197: 57,-39 + 23198: 57,-37 + 23199: 55,-37 + 23200: 56,-38 + 23201: 50,-38 + 23202: 49,-37 + 23203: 49,-36 + 23204: 49,-39 + 23205: 49,-40 + 23206: 48,-39 + 23207: 48,-37 + 23208: 48,-36 + 23209: 49,-38 + 23210: 65,-38 + 23211: 68,-38 + 23212: 73,-38 + 23213: 78,-38 + 23214: 77,-43 + 23215: 77,-45 + 23216: 78,-45 + 23217: 80,-45 + 23218: 81,-44 + 23219: 81,-42 + 23220: 78,-41 + 23221: 75,-41 + 23222: 74,-43 + 23223: 73,-45 + 23224: 70,-45 + 23225: 67,-45 + 23226: 67,-42 + 23227: 66,-41 + 23228: 69,-41 + 23229: 69,-44 + 23230: 70,-41 + 23231: 73,-41 + 23232: 71,-43 + 23233: 70,-43 + 23307: 88,-43 + 23308: 87,-43 + 23310: 87,-44 + 23311: 90,-44 + 23312: 91,-45 + 23313: 93,-44 + 23314: 93,-42 + 23315: 96,-42 + 23316: 95,-44 + 23317: 95,-45 + 23318: 95,-46 + 23319: 96,-44 + 23320: 96,-42 + 23321: 96,-41 + 23322: 95,-40 + 23323: 94,-40 + 23324: 92,-40 + 23325: 90,-40 + 23326: 88,-40 + 23327: 88,-44 + 23328: 89,-45 + 23329: 89,-46 + 23330: 92,-46 + 23331: 94,-46 + 23332: 92,-44 + 23333: 94,-42 + 23334: 92,-41 + 23335: 89,-43 + 23336: 90,-43 + 23337: 84,-44 + 23338: 83,-44 + 23339: 83,-42 + 23340: 84,-42 + 23341: 75,-45 + 23342: 69,-43 + 23343: 70,-43 + 23344: 81,-45 + 23345: 77,-45 + 23346: 77,-41 + 23347: 81,-41 + 23348: 83,-44 + 23422: 76,-55 + 23423: 78,-50 + 23424: 80,-47 + 23425: 81,-45 + 23426: 79,-49 + 23427: 76,-55 + 23428: 78,-58 + 23429: 77,-60 + 23430: 82,-59 + 23431: 77,-64 + 23432: 81,-60 + 23433: 80,-60 + 23434: 86,-56 + 23435: 82,-60 + 23436: 86,-57 + 23437: 88,-54 + 23438: 88,-54 + 23439: 85,-49 + 23440: 85,-47 + 23441: 84,-47 + 23442: 86,-48 + 23443: 88,-52 + 23444: 90,-53 + 23445: 95,-52 + 23446: 96,-51 + 23447: 96,-36 + 23448: 96,-35 + 23449: 93,-36 + 23450: 92,-34 + 23451: 90,-34 + 23452: 88,-36 + 23453: 89,-36 + 23454: 88,-34 + 23455: 86,-34 + 23456: 86,-36 + 23457: 96,-35 + 23458: 96,-37 + - node: + cleanable: True + zIndex: 6 + color: '#FFFFFF7F' + id: DirtHeavy + decals: + 23650: 49,-44 + 23651: 49,-43 + 23652: 49,-42 + 23653: 51,-42 + 23654: 52,-42 + 23655: 53,-43 + 23656: 51,-43 + 23657: 53,-42 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 21990: -34,19 - node: cleanable: True zIndex: 5 color: '#FFFFFF7F' id: DirtHeavyMonotile decals: - 20322: -4,-11 - 20323: -4,-10 - 20324: -4,-9 - 20325: -1,-9 - 20326: 0,-8 - 20328: 1,-9 - 20329: 0,-10 - 20330: 0,-11 - 20331: -2,-11 - 20332: -2,-13 - 20333: 0,-10 - 20334: -2,-10 - 20335: -5,-12 - 20336: -2,-13 - 20337: 1,-14 - 20338: -4,-14 - 20339: -5,-14 - 20340: -5,-15 - 20341: 1,-15 - 20342: 3,-15 - 20343: 5,-15 - 20344: 4,-12 - 20345: 4,-8 - 20346: 2,-8 - 20347: 2,-10 - 20348: 1,-11 - 20349: -3,-8 - 20350: -2,-6 - 20351: -4,-6 - 21360: -34,-9 1158: 19,-55 - 1597: -17,6 3214: 39,-29 3216: 38,-30 3217: 37,-30 @@ -5487,12 +5961,6 @@ entities: 5432: -20,-44 5433: -21,-44 5434: -22,-44 - 6550: -16,7 - 6551: -17,7 - 6552: -15,6 - 6553: -15,5 - 6554: -15,3 - 6555: -15,3 7323: 53,-19 7537: 25,-1 7540: 23,2 @@ -5546,15 +6014,6 @@ entities: 8505: 0,-40 8506: 1,-40 9188: 49,-25 - 9447: -26,-2 - 9448: -27,-2 - 9449: -26,0 - 9452: -26,6 - 9453: -26,7 - 9454: -27,7 - 9459: -30,3 - 9460: -31,2 - 9461: -30,2 10056: 15,-22 10057: 14,-22 10058: 14,-23 @@ -5604,16 +6063,6 @@ entities: 14509: 33,-3 14510: 31,8 14511: 34,13 - 14865: -25,-14 - 14912: -31,15 - 14913: -30,16 - 14914: -30,19 - 14915: -31,20 - 14916: -32,20 - 14917: -33,20 - 14918: -34,20 - 14919: -33,18 - 14920: -32,19 15038: 38,-37 15040: 21,-26 15041: 21,-27 @@ -5756,6 +6205,35 @@ entities: 19727: -13,-41 20114: -1,-14 20115: -1,-13 + 20322: -4,-11 + 20323: -4,-10 + 20324: -4,-9 + 20325: -1,-9 + 20326: 0,-8 + 20328: 1,-9 + 20329: 0,-10 + 20330: 0,-11 + 20331: -2,-11 + 20332: -2,-13 + 20333: 0,-10 + 20334: -2,-10 + 20335: -5,-12 + 20336: -2,-13 + 20337: 1,-14 + 20338: -4,-14 + 20339: -5,-14 + 20340: -5,-15 + 20341: 1,-15 + 20342: 3,-15 + 20343: 5,-15 + 20344: 4,-12 + 20345: 4,-8 + 20346: 2,-8 + 20347: 2,-10 + 20348: 1,-11 + 20349: -3,-8 + 20350: -2,-6 + 20351: -4,-6 20544: 19,13 20545: 19,12 20574: 33,-23 @@ -5772,23 +6250,96 @@ entities: 20689: 32,-26 20690: 38,-26 20691: 35,-23 - 21138: -21,-11 - 21139: -24,-11 - 21140: -28,-11 - 21141: -30,-11 - 21143: -31,-9 - 21144: -31,-7 - 21145: -31,-6 - 21146: -34,-8 + 23239: 78,-43 + 23240: 78,-42 + 23241: 78,-44 + 23242: 79,-44 + - node: + cleanable: True + zIndex: 6 + color: '#FFFFFF7F' + id: DirtHeavyMonotile + decals: + 23658: 49,-43 + 23659: 49,-42 + 23660: 50,-42 + 23661: 52,-42 + 23662: 53,-43 + 23663: 52,-43 + 23664: 49,-44 + 23665: 49,-46 + 23666: 47,-52 + 23667: 46,-52 + 23668: 46,-51 + 23669: 44,-51 + 23670: 43,-52 + 23671: 43,-52 + 23672: 42,-52 + 23673: 44,-54 + 23674: 44,-55 + 23675: 48,-59 + 23676: 48,-58 + 23677: 46,-58 + 23678: 42,-58 + 23679: -38,12 + 23680: -49,8 + 23681: -50,6 + 23682: -52,2 + 23683: -53,-1 + 23684: -52,-6 + 23685: -54,-11 + 23686: -52,-17 + 23687: -55,-5 + 23688: -55,-4 + 23689: -56,-5 + 23690: -56,-3 + 23691: -55,-1 + 23692: -55,-1 + 23693: -56,0 + 23694: -55,1 + 23695: -54,1 + 23696: -43,-7 + 23697: -38,-8 + 23698: -30,-3 + 23699: -20,-3 + 23700: -19,-3 + 23701: -18,-3 + 23702: -18,-4 + 23703: -19,-4 + 23704: -20,-4 + 23705: -21,-4 + 23706: -21,-3 + 23707: -21,-2 + 23708: -20,-2 + 23709: -19,-2 + 23710: -18,-2 + 23711: -18,-8 + 23712: -19,-8 + 23713: -19,-7 + 23714: -19,1 + 23715: -19,2 + 23716: -19,-1 + 23717: -20,-1 + 23718: -26,-14 + 23719: -26,-15 + 23720: -23,-14 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 21992: -34,20 + 22006: -33,20 + 22007: -32,20 + 22010: -33,19 + 22011: -32,20 - node: cleanable: True zIndex: 5 color: '#FFFFFF7F' id: DirtLight decals: - 1355: -26,6 1595: -17,10 - 1596: -17,8 3976: 8,-55 3978: 7,-54 3979: 8,-56 @@ -5833,11 +6384,7 @@ entities: 4388: -18,-14 4389: -17,-12 4391: -17,-8 - 4393: -15,-4 4394: -16,-2 - 4396: -15,3 - 4397: -16,5 - 4398: -16,7 4399: -15,9 4400: -15,11 4403: -8,11 @@ -5985,20 +6532,13 @@ entities: 4917: 2,11 4918: 1,10 4919: 0,10 - 5061: -17,6 - 5063: -15,4 - 5071: -15,-2 5075: -16,-5 - 5081: -16,-9 5082: -17,-10 5083: -18,-11 5088: -10,-13 5089: -10,-12 5090: -9,-12 5137: -9,-22 - 5160: -13,-7 - 5161: -12,-7 - 5162: -11,-7 5163: -10,-9 5164: -9,-8 5165: -8,-8 @@ -6209,10 +6749,6 @@ entities: 6452: -25,-20 6485: -16,-5 6488: -16,1 - 6556: -15,6 - 6557: -17,7 - 6559: -16,5 - 6562: -15,6 6563: -16,10 6564: -16,11 6565: -13,10 @@ -6314,20 +6850,7 @@ entities: 8214: 29,-23 9021: -17,-9 9023: -17,-11 - 9024: -18,-10 9026: -17,-5 - 9027: -15,-2 - 9028: -15,-1 - 9037: -67,-13 - 9038: -69,-15 - 9039: -70,-12 - 9040: -69,-11 - 9041: -55,-13 - 9042: -52,-13 - 9043: -54,-12 - 9044: -53,-13 - 9045: -64,-10 - 9046: -62,-14 9047: -21,-19 9048: -20,-25 9049: -19,-25 @@ -6336,14 +6859,8 @@ entities: 9052: -21,-19 9109: -29,-35 9110: -30,-35 - 9462: -31,4 - 9463: -30,4 - 9464: -31,3 - 9511: -26,11 9527: -17,-1 - 9528: -17,-2 9532: -17,-5 - 9533: -17,-4 9534: -17,-1 9537: -16,1 9542: -17,-11 @@ -6503,44 +7020,7 @@ entities: 12931: 10,-32 12932: 13,-29 12933: 12,-29 - 13433: 72,-43 - 13434: 72,-42 - 13435: 71,-42 - 13436: 74,-43 - 13437: 74,-44 - 13438: 75,-45 - 13439: 76,-45 - 13440: 77,-45 - 13441: 78,-46 - 13442: 76,-46 - 13443: 74,-47 - 13444: 76,-47 - 13445: 78,-46 - 13446: 78,-45 - 13447: 74,-46 - 13448: 73,-46 - 13449: 73,-47 - 13450: 73,-45 - 13451: 73,-45 - 13452: 70,-45 - 13453: 70,-45 - 13454: 70,-43 - 13455: 72,-42 - 13456: 77,-42 - 13457: 76,-41 - 13458: 77,-41 - 13459: 78,-43 - 13460: 84,-41 - 13461: 84,-40 - 13462: 83,-40 - 13463: 83,-41 - 13464: 91,-36 - 13465: 91,-36 - 13466: 91,-35 - 13467: 91,-34 - 13468: 89,-34 13469: 87,-34 - 13738: -24,-9 13781: -15,16 13916: -24,-52 13917: -23,-51 @@ -6597,24 +7077,6 @@ entities: 14477: -22,-28 14512: 33,13 14513: 34,14 - 14531: -27,6 - 14532: -28,7 - 14533: -28,2 - 14536: -27,5 - 14537: -25,5 - 14538: -25,6 - 14686: -26,-5 - 14687: -26,-6 - 14694: -37,-3 - 14695: -36,-3 - 14696: -35,-3 - 14704: -40,-2 - 14705: -40,-1 - 14706: -41,-1 - 14707: -41,-2 - 14708: -40,-4 - 14710: -42,1 - 14711: -42,2 14953: 35,7 14954: 35,8 14955: 37,8 @@ -6922,10 +7384,7 @@ entities: 16968: -45,-24 16969: -45,-24 16970: -44,-25 - 16971: -37,-16 - 16972: -39,-16 16973: -34,-14 - 16974: -34,-12 16975: -33,-12 17253: 15,-9 17510: 21,5 @@ -7168,12 +7627,6 @@ entities: 19426: 24,16 19427: 27,16 19428: 28,16 - 20103: -40,-1 - 20104: -35,5 - 20105: -35,13 - 20106: -37,9 - 20107: -34,3 - 20108: -34,3 20120: -1,-10 20121: -2,-10 20124: 0,-14 @@ -7301,82 +7754,401 @@ entities: 20717: 32,-31 20718: 29,-27 20719: 34,-32 - 21147: -35,-9 - 21149: -29,-10 - 21150: -32,-9 - 21151: -31,-7 - 21152: -30,-6 - 21153: -34,-4 - 21154: -38,-6 - 21155: -41,-6 - 21156: -44,-5 - 21157: -44,-8 - 21158: -44,-8 - 21159: -42,-9 - 21160: -40,-10 - 21161: -40,-10 - 21162: -38,-10 - 21163: -38,-11 - 21164: -38,-6 - 21165: -38,-3 - 21166: -40,0 - 21167: -42,-2 - 21168: -42,-1 - 21169: -42,1 - 21170: -47,0 - 21171: -48,0 - 21172: -48,2 - 21173: -48,3 - 21174: -48,4 - 21175: -44,4 - 21176: -44,2 - 21177: -46,2 - 21178: -50,1 - 21179: -50,2 - 21180: -51,3 - 21181: -51,3 - 21182: -50,4 - 21183: -50,5 - 21184: -47,6 - 21185: -48,6 - 21186: -47,7 - 21187: -45,6 - 21188: -44,6 - 21189: -42,6 - 21190: -39,6 - 21191: -39,5 - 21192: -38,5 - 21193: -38,6 - 21194: -39,3 - 21195: -37,3 - 21196: -38,2 - 21197: -38,2 - 21198: -37,-1 - 21199: -33,-1 - 21200: -33,0 - 21201: -33,0 - 21202: -33,-2 - 21203: -33,-5 - 21204: -32,-4 - 21205: -30,-4 - 21206: -30,-6 - 21207: -31,-6 - 21208: -34,-6 - 21209: -35,-6 - 21210: -28,-7 - 21211: -28,-8 - 21212: -31,-9 - 21373: -44,4 - 21374: -48,3 - 21375: -40,4 - 21376: -44,6 - 21377: -45,6 - 21378: -47,6 - 21379: -50,5 - 21380: -50,4 - 21381: -51,3 - 21382: -50,3 - 21383: -50,2 + 22724: -29,1 + 22725: -29,2 + 22726: -25,1 + 22727: -24,2 + 22728: -22,6 + 22729: -26,6 + 22730: -24,7 + 22731: -26,6 + 22732: -28,6 + 22733: -32,7 + 22734: -32,9 + 22735: -32,10 + 22736: -33,11 + 22737: -30,8 + 22738: -29,11 + 22739: -34,12 + 22740: -36,13 + 22741: -38,13 + 22742: -33,12 + 22743: -36,9 + 22744: -40,9 + 22745: -38,11 + 22746: -36,14 + 22747: -37,15 + 22748: -41,16 + 22749: -41,16 + 22750: -41,12 + 22751: -42,11 + 22752: -47,14 + 22753: -47,13 + 22754: -47,14 + 22755: -45,14 + 22756: -47,11 + 22757: -49,11 + 22758: -49,12 + 22759: -50,13 + 22760: -53,12 + 22761: -53,13 + 22762: -54,11 + 22763: -55,11 + 22764: -56,12 + 22765: -57,11 + 22766: -56,10 + 22767: -53,14 + 22768: -53,16 + 22769: -55,15 + 22770: -51,15 + 22771: -54,18 + 22772: -52,21 + 22773: -55,21 + 22774: -52,24 + 22775: -55,20 + 22776: -47,22 + 22777: -48,19 + 22778: -50,17 + 22779: -48,18 + 22780: -47,19 + 22781: -50,22 + 22782: -46,22 + 22783: -46,20 + 22784: -42,22 + 22785: -43,22 + 22786: -39,22 + 22787: -38,20 + 22788: -40,21 + 22789: -39,23 + 22790: -42,22 + 22791: -39,25 + 22792: -39,27 + 22793: -38,27 + 22794: -39,28 + 22795: -39,30 + 22796: -40,30 + 22797: -40,30 + 22798: -44,29 + 22799: -44,29 + 22800: -39,30 + 22801: -39,31 + 22802: -39,29 + 22803: -38,27 + 22804: -40,25 + 22815: -36,22 + 22816: -35,24 + 22817: -36,26 + 22818: -34,26 + 22819: -33,27 + 22820: -33,26 + 22821: -32,22 + 22822: -35,22 + 22823: -32,22 + 22824: -34,20 + 22825: -34,19 + 22826: -33,19 + 22827: -31,17 + 22828: -31,17 + 22829: -31,19 + 22830: -27,20 + 22831: -27,19 + 22832: -29,20 + 22833: -31,20 + 22834: -30,22 + 22835: -29,24 + 22836: -29,23 + 22837: -30,24 + 22838: -30,20 + 22839: -28,19 + 22840: -26,19 + 22841: -24,19 + 22842: -22,19 + 22843: -22,19 + 22844: -20,16 + 22845: -20,15 + 22846: -19,11 + 22847: -24,14 + 22848: -24,15 + 22849: -26,15 + 22850: -26,14 + 22851: -22,11 + 22852: -24,11 + 22853: -26,10 + 22854: -22,10 + 22855: -25,8 + 22856: -25,6 + 22857: -23,6 + 22858: -26,5 + 22859: -21,5 + 22860: -22,5 + 22861: -22,5 + 22862: -18,7 + 22863: -20,7 + 22864: -17,6 + 22865: -16,6 + 22866: -13,7 + 22867: -14,10 + 22868: -16,10 + 22869: -17,8 + 22870: -17,6 + 22871: -18,10 + 22872: -19,10 + 22873: -16,8 + 22874: -17,8 + 22875: -17,9 + 22876: -17,4 + 22877: -17,2 + 22878: -19,2 + 22879: -19,3 + 22880: -18,2 + 22881: -18,1 + 22882: -16,1 + 22883: -17,-2 + 22884: -17,-4 + 22885: -18,-5 + 22886: -20,-5 + 22887: -22,-4 + 22888: -22,-3 + 22889: -22,-2 + 22890: -19,-1 + 22891: -18,-1 + 22892: -23,0 + 22893: -17,-5 + 22894: -18,-8 + 22895: -17,-10 + 22896: -18,-11 + 22897: -18,-13 + 22898: -12,-4 + 22899: -14,-5 + 22900: -14,-3 + 22901: -12,-3 + 22902: -13,-4 + 22903: -14,-5 + 22904: -11,-3 + 22905: -13,-2 + 22906: -13,-4 + 22907: -12,-4 + 22908: -11,-3 + 22909: -10,-4 + 22910: -9,-5 + 22911: -10,-8 + 22912: -11,-9 + 22913: -11,-8 + 22914: -11,-7 + 22915: -13,-9 + 22916: -10,-9 + 22917: -9,-11 + 22918: -11,-12 + 22919: -14,-12 + 22920: -21,-15 + 22921: -22,-15 + 22923: -26,-16 + 22924: -28,-15 + 22925: -29,-14 + 22926: -30,-15 + 22927: -35,-18 + 22928: -34,-20 + 22929: -37,-19 + 22930: -39,-19 + 22931: -39,-21 + 22932: -36,-21 + 22933: -36,-21 + 22934: -36,-21 + 22935: -34,-20 + 22936: -30,-20 + 22937: -32,-20 + 22938: -37,-18 + 22939: -38,-17 + 22940: -38,-16 + 22941: -35,-16 + 22942: -40,-16 + 22943: -39,-13 + 22944: -43,-14 + 22945: -45,-14 + 22946: -47,-14 + 22947: -52,-14 + 22948: -52,-14 + 22949: -53,-16 + 22950: -57,-16 + 22951: -57,-16 + 22952: -59,-15 + 22953: -58,-13 + 22954: -56,-15 + 22955: -54,-20 + 22956: -57,-20 + 22957: -53,-19 + 22958: -56,-17 + 22959: -55,-16 + 22960: -54,-13 + 22961: -57,-11 + 22962: -53,-11 + 22963: -56,-11 + 22964: -51,-9 + 22965: -52,-7 + 22966: -53,-6 + 22967: -55,-7 + 22968: -52,-4 + 22969: -53,-4 + 22970: -53,-3 + 22971: -52,1 + 22972: -51,-1 + 22973: -51,-3 + 22974: -54,-5 + 22975: -55,-2 + 22976: -56,-2 + 22977: -56,-3 + 22978: -52,0 + 22979: -54,1 + 22980: -54,2 + 22981: -55,2 + 22982: -56,2 + 22983: -55,1 + 22984: -53,3 + 22985: -55,4 + 22986: -52,4 + 22987: -53,2 + 22988: -50,3 + 22989: -51,4 + 22990: -51,4 + 22991: -55,5 + 22992: -53,7 + 22993: -51,7 + 22994: -51,9 + 22995: -48,7 + 22996: -45,9 + 22997: -47,8 + 22998: -49,10 + 22999: -47,10 + 23000: -46,11 + 23001: -50,10 + 23002: -53,10 + 23003: -55,10 + 23004: -56,11 + 23005: -56,10 + 23006: -56,9 + 23007: -57,11 + 23008: -56,14 + 23009: -55,12 + 23010: -53,13 + 23011: -53,11 + 23012: -54,14 + 23013: -53,15 + 23014: -56,16 + 23015: -50,15 + 23016: -54,18 + 23017: -54,19 + 23018: -52,23 + 23019: -54,25 + 23020: -52,24 + 23021: -47,23 + 23022: -48,21 + 23023: -49,21 + 23024: -49,17 + 23025: -49,16 + 23026: -47,15 + 23027: -49,14 + 23028: -46,15 + 23029: -50,17 + 23030: -48,18 + 23031: -46,14 + 23032: -47,21 + 23033: -44,22 + 23034: -43,20 + 23035: -43,22 + 23036: -39,21 + 23037: -36,16 + 23038: -39,17 + 23039: -42,16 + 23040: -42,13 + 23041: -39,11 + 23042: -34,13 + 23043: -40,9 + 23044: -31,10 + 23045: -32,9 + 23046: -28,7 + 23047: -26,13 + 23048: -29,14 + 23049: -32,12 + 23050: -27,14 + 23051: -32,13 + 23052: -32,11 + 23053: -27,8 + 23054: -24,6 + 23055: -33,3 + 23056: -36,0 + 23057: -40,3 + 23058: -37,3 + 23059: -44,-3 + 23060: -44,-4 + 23061: -44,-8 + 23062: -46,-9 + 23063: -46,-8 + 23064: -43,-8 + 23065: -45,-8 + 23066: -46,-8 + 23067: -46,-9 + 23068: -46,-8 + 23069: -45,-9 + 23070: -45,-4 + 23071: -46,-4 + 23072: -43,-2 + 23073: -40,-3 + 23074: -35,-3 + 23243: 77,-41 + 23244: 79,-41 + 23245: 81,-41 + 23246: 81,-44 + 23247: 79,-45 + 23248: 77,-43 + 23249: 74,-43 + 23250: 74,-44 + 23251: 74,-41 + 23252: 71,-41 + 23253: 67,-41 + 23254: 67,-43 + 23255: 68,-45 + 23256: 68,-42 + 23257: 65,-44 + 23258: 67,-45 + 23259: 70,-45 + 23260: 70,-44 + 23261: 70,-43 + 23262: 72,-43 + 23263: 86,-44 + 23266: 87,-43 + 23267: 87,-44 + 23268: 89,-42 + 23269: 88,-41 + 23270: 90,-41 + 23271: 93,-41 + 23272: 94,-40 + 23273: 90,-40 + 23274: 89,-40 + 23275: 90,-39 + 23276: 92,-39 + 23277: 94,-40 + 23278: 93,-43 + 23279: 93,-45 + 23280: 92,-46 + 23281: 90,-46 + 23282: 88,-46 + 23283: 89,-47 + 23284: 93,-47 + 23285: 94,-45 + 23286: 95,-44 + 23287: 95,-42 + 23288: 94,-42 + 23289: 93,-44 + 23290: 92,-45 + 23291: 89,-45 + 23292: 89,-43 + 23293: 88,-41 + 23294: 93,-41 + 23295: 92,-44 + 23296: 95,-45 + 23297: 96,-42 + 23298: 95,-42 + 23299: 95,-43 - node: cleanable: True zIndex: 5 @@ -7455,15 +8227,11 @@ entities: 4904: 6,10 4905: 7,10 4906: 8,11 - 5024: -26,6 - 5058: -16,5 - 5060: -16,4 5100: -8,-11 5101: -8,-12 5110: -9,-18 5154: -9,-9 5155: -9,-8 - 5156: -14,-8 5214: 12,-18 5215: 12,-19 5218: 11,-18 @@ -7597,19 +8365,11 @@ entities: 6400: 2,-48 6401: 1,-48 6402: -23,-54 - 6519: -26,6 6531: -16,10 6532: -16,9 - 6533: -17,8 6534: -16,8 6535: -15,8 6536: -15,7 - 6537: -17,7 - 6542: -16,4 - 6543: -16,5 - 6545: -17,6 - 6546: -15,5 - 6547: -15,4 6780: 14,10 6781: 15,10 6783: 14,11 @@ -7640,22 +8400,6 @@ entities: 9206: 49,-19 9207: 48,-19 9208: 48,-18 - 9465: -30,3 - 9466: -31,2 - 9467: -26,11 - 9468: -27,11 - 9469: -27,10 - 9470: -27,9 - 9471: -26,9 - 9472: -26,10 - 9473: -25,10 - 9474: -25,11 - 9475: -27,12 - 9485: -27,12 - 9486: -28,12 - 9488: -27,9 - 9489: -26,9 - 9490: -26,10 10061: 23,-7 10062: 20,-5 10064: 16,-4 @@ -7748,14 +8492,6 @@ entities: 11500: 26,-38 11501: 26,-39 11502: 27,-39 - 11591: -30,0 - 11592: -30,0 - 11593: -30,2 - 11594: -30,4 - 11595: -31,4 - 11596: -26,6 - 11597: -26,7 - 11598: -25,9 11657: -5,-21 11658: -6,-21 11659: -8,-25 @@ -7785,19 +8521,6 @@ entities: 11700: -10,-9 11701: -9,-7 11853: 29,-5 - 11887: -34,4 - 11888: -34,6 - 11889: -33,7 - 11890: -33,6 - 11891: -33,8 - 11892: -33,9 - 11893: -33,11 - 11894: -34,13 - 11895: -34,14 - 11896: -33,14 - 11897: -33,13 - 11898: -32,13 - 11899: -31,17 11902: -29,19 11903: -27,19 11904: -24,19 @@ -7951,34 +8674,12 @@ entities: 14520: 29,-13 14524: 32,-8 14525: 32,-9 - 14549: -27,5 - 14550: -27,4 - 14551: -26,4 - 14766: -28,17 - 14767: -24,17 - 14768: -24,16 - 14769: -26,16 - 14770: -26,15 - 14771: -25,10 - 14772: -27,9 - 14773: -27,3 - 14774: -28,9 - 14775: -30,11 - 14782: -39,-4 - 14783: -39,-3 - 14784: -39,-2 - 14785: -41,-2 - 14791: -40,-2 14800: -20,16 14801: -20,19 14802: -22,19 14803: -20,18 - 14804: -27,17 14805: -26,19 - 14807: -31,18 - 14808: -30,16 14870: -18,-16 - 14871: -17,-3 14872: -8,-21 14873: -5,-22 14974: 33,3 @@ -8186,8 +8887,6 @@ entities: 18177: 8,25 18178: 4,24 18179: 4,23 - 18180: -18,-10 - 18181: -18,-9 18183: -18,-12 18184: -18,-14 18185: -18,-16 @@ -8510,90 +9209,11 @@ entities: 20681: 19,-27 20682: 19,-26 20683: 19,-25 - 21213: -35,-6 - 21214: -32,-5 - 21216: -34,-3 - 21217: -34,-1 - 21218: -35,-1 - 21219: -35,-3 - 21220: -30,-5 - 21221: -31,-6 - 21222: -30,-7 - 21223: -27,-10 - 21224: -31,-11 21225: -35,-11 - 21227: -35,-8 - 21228: -28,-11 - 21229: -26,-11 - 21230: -22,-10 - 21231: -20,-11 - 21232: -24,-8 - 21233: -24,-7 - 21234: -22,-7 - 21235: -20,-8 - 21236: -21,-8 - 21237: -21,-7 - 21238: -20,-6 - 21239: -21,-6 - 21240: -22,-6 - 21241: -22,-5 - 21242: -24,-7 - 21243: -22,-7 - 21244: -23,-7 - 21245: -23,-8 - 21246: -26,-7 - 21247: -26,-6 - 21248: -26,-5 - 21249: -25,-4 - 21250: -30,-1 - 21251: -33,-1 - 21252: -33,0 - 21253: -35,2 - 21254: -35,3 - 21255: -35,4 - 21256: -33,4 - 21257: -33,2 - 21258: -33,6 - 21259: -34,7 - 21260: -33,7 - 21261: -34,6 - 21262: -39,5 - 21263: -37,5 - 21264: -37,6 - 21265: -39,6 - 21266: -41,6 - 21267: -42,6 - 21268: -41,4 - 21269: -38,-1 - 21270: -37,-1 - 21271: -37,-2 - 21272: -37,-3 - 21273: -37,-4 - 21274: -37,-6 - 21275: -38,-2 - 21276: -39,-3 - 21277: -42,-5 - 21278: -42,-6 - 21279: -44,-6 - 21280: -44,-7 - 21281: -48,-8 - 21282: -47,-7 - 21283: -47,-6 - 21284: -47,-5 - 21285: -48,-7 - 21286: -49,-8 - 21287: -51,-9 - 21288: -52,-10 - 21289: -50,-9 - 21290: -48,-8 21291: -47,-19 21292: -48,-20 21293: -49,-20 21294: -48,-19 - 21295: -51,-17 - 21296: -52,-16 - 21297: -50,-16 - 21298: -49,-17 21299: -43,-22 21300: -37,-21 21301: -35,-21 @@ -8601,18 +9221,8 @@ entities: 21303: -33,-18 21304: -34,-17 21305: -34,-16 - 21306: -34,-13 - 21307: -34,-13 - 21308: -35,-14 - 21309: -28,-14 - 21310: -28,-14 - 21311: -26,-15 - 21312: -26,-14 - 21313: -25,-14 - 21314: -23,-14 21315: -26,-16 21316: -27,-17 - 21317: -26,-14 21318: -24,-17 21319: -21,-17 21320: -20,-18 @@ -8623,24 +9233,210 @@ entities: 21325: -18,-20 21326: -17,-19 21327: -16,-17 - 21361: -33,-10 - 21362: -32,-10 - 21363: -31,-10 - 21364: -31,-9 - 21365: -34,-9 - 21366: -34,-10 - 21367: -40,-5 - 21368: -40,2 - 21369: -41,3 - 21370: -43,3 - 21371: -42,3 - 21372: -42,4 + 23075: -45,-4 + 23076: -38,-3 + 23077: -40,-2 + 23078: -42,-3 + 23079: -35,-3 + 23081: -37,-10 + 23082: -32,-7 + 23083: -34,-9 + 23084: -33,-16 + 23085: -32,-16 + 23086: -35,-17 + 23087: -38,-19 + 23088: -40,-18 + 23089: -39,-16 + 23090: -43,-13 + 23091: -48,-13 + 23092: -54,-12 + 23093: -55,-8 + 23094: -54,-4 + 23095: -51,-1 + 23096: -51,2 + 23097: -54,7 + 23098: -52,11 + 23099: -48,13 + 23100: -46,13 + 23101: -48,17 + 23102: -52,19 + 23103: -54,20 + 23104: -47,23 + 23105: -49,24 + 23106: -46,23 + 23107: -40,22 + 23108: -41,22 + 23109: -36,22 + 23110: -39,26 + 23111: -38,26 + 23112: -36,21 + 23113: -36,21 + 23114: -33,24 + 23115: -33,27 + 23116: -34,23 + 23117: -30,21 + 23118: -25,20 + 23119: -22,19 + 23120: -19,21 + 23121: -17,19 + 23122: -17,17 + 23123: -20,15 + 23124: -18,14 + 23125: -12,14 + 23126: -14,11 + 23127: -16,7 + 23128: -18,2 + 23129: -17,-3 + 23130: -18,-7 + 23131: -18,-12 + 23132: -19,-15 + 23133: -19,-16 + 23134: -22,-16 + 23136: -28,-15 + 23137: -32,-17 + 23138: -28,-15 + 23139: -30,-16 + 23140: -29,-15 + 23141: -23,-18 + 23142: -20,-19 + 23143: -18,-20 + 23144: -16,-10 + 23145: -14,-7 + 23146: -19,-1 + 23147: -24,-3 + 23148: -26,-4 + 23149: -25,-1 + 23150: -25,-3 + 23151: -25,-3 + 23152: -26,-3 + 23153: -26,-2 + 23154: -29,-3 + 23155: -29,-3 + 23156: -31,-2 + 23157: -30,-2 + 23158: -28,-2 + 23159: -28,-2 + 23160: -31,-2 + 23161: -32,-2 + 23162: -30,-6 + 23163: -30,-8 + 23164: -29,-9 + 23165: -28,-9 + 23166: -26,-9 + 23167: -25,-9 + 23168: -25,-8 + 23169: -25,-6 + 23170: -33,-6 + 23171: -34,-4 + 23172: -36,-5 + 23173: -40,-4 + 23174: -40,-2 + 23175: -31,6 + 23176: -31,8 + 23177: -31,9 + 23178: -30,9 + 23179: -30,10 + 23180: -31,10 + 23181: -31,11 + 23182: -30,11 + 23183: -30,13 + 23184: -31,13 + 23185: -30,8 + 23186: -32,9 + 23187: -26,10 + 23188: -8,10 + 23189: -16,5 + 23349: 81,-43 + 23350: 81,-44 + 23351: 79,-45 + 23352: 75,-45 + 23353: 74,-45 + 23354: 71,-45 + 23355: 68,-45 + 23356: 67,-45 + 23357: 66,-43 + 23358: 67,-41 + 23359: 69,-42 + 23360: 69,-44 + 23361: 69,-41 + 23362: 72,-41 + 23363: 74,-41 + 23364: 74,-44 + 23365: 74,-45 + 23366: 75,-43 + 23368: 86,-43 + 23369: 88,-42 + 23370: 87,-44 + 23371: 86,-42 + 23372: 86,-42 + 23373: 88,-44 + 23374: 91,-45 + 23375: 93,-43 + 23376: 94,-42 + 23377: 95,-43 + 23378: 95,-45 + 23379: 96,-43 + 23380: 95,-41 + 23381: 94,-42 + 23382: 94,-44 + 23383: 94,-40 + 23384: 91,-40 + 23385: 89,-41 + 23386: 90,-46 + 23387: 92,-46 + 23388: 90,-53 + 23389: 90,-52 + 23390: 91,-52 + 23391: 88,-52 + 23392: 88,-54 + 23393: 87,-56 + 23394: 88,-55 + 23395: 86,-55 + 23396: 86,-56 + 23397: 91,-55 + 23398: 92,-54 + 23399: 93,-53 + 23400: 95,-53 + 23401: 96,-52 + 23402: 89,-51 + 23403: 87,-52 + 23404: 85,-51 + 23405: 84,-50 + 23406: 86,-56 + 23407: 85,-57 + 23408: 86,-55 + 23409: 85,-57 + 23410: 81,-60 + 23411: 82,-59 + 23412: 75,-65 + 23413: 79,-62 + 23414: 76,-64 + 23415: 76,-59 + 23416: 76,-58 + 23417: 76,-54 + 23418: 77,-54 + 23419: 79,-49 + 23420: 80,-47 + 23421: 79,-48 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 22004: -33,19 + 22005: -33,20 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 22094: -24.035429,-15.22077 - node: zIndex: 1 color: '#FFFFFFFF' id: FlowersBROne decals: - 20065: -22.965364,-15.975813 + 22012: -13.939735,8.862175 + 22031: -24.39704,-15.919676 - node: zIndex: 2 color: '#FFFFFFFF' @@ -8669,12 +9465,13 @@ entities: color: '#FFFFFFFF' id: FlowersBRTwo decals: - 20064: -24.143032,-15.975813 + 22030: -21.781158,-12.948862 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: 12157: -1.8669538,-39.98398 + 22091: -27.80079,-14.917586 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -8692,6 +9489,12 @@ entities: id: Flowersbr2 decals: 18330: -11.69503,12.177545 + - node: + color: '#FFFFFFFF' + id: Flowersbr3 + decals: + 22088: -27.17579,-14.698836 + 22092: -27.878916,-14.105087 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8721,6 +9524,7 @@ entities: id: Flowerspv2 decals: 324: -3.7796192,-40.04319 + 22027: -27,-13 - node: zIndex: 3 color: '#FFFFFFFF' @@ -8733,12 +9537,15 @@ entities: decals: 12156: -1.8773756,-39.973557 20060: -24.111767,-18.029324 + 22089: -27.17579,-13.698836 - node: zIndex: 1 color: '#FFFFFFFF' id: Flowerspv3 decals: 17792: 33.142105,-0.5791509 + 22014: -19.119297,3.9451323 + 22029: -23.073465,-15.064915 - node: zIndex: 2 color: '#FFFFFFFF' @@ -8759,6 +9566,7 @@ entities: decals: 20063: -23.486456,-18.060593 20067: -18.984224,-16.788877 + 22028: -24.8556,-15.190002 - node: color: '#FFFFFFFF' id: Flowersy2 @@ -8802,7 +9610,7 @@ entities: decals: 17790: 33.142105,-1.0273786 17791: 33.152527,-3.977344 - 20068: -23.694893,-15.934117 + 22013: -12.887131,8.47649 - node: zIndex: 2 color: '#FFFFFFFF' @@ -8824,6 +9632,13 @@ entities: 15922: 12.004576,-11.999812 15924: 12.970793,-8.954393 15927: 11.821117,-10.006225 + 22090: -27.503916,-14.886336 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 22032: -19.86354,-12.959287 - node: color: '#334E6DC8' id: FullTileOverlayGreyscale @@ -8841,6 +9656,8 @@ entities: 20936: -24,-44 20937: -26,-48 20938: -31,-50 + 22056: 50,-38 + 22057: 54,-38 - node: zIndex: 1 color: '#334E6DC8' @@ -8854,6 +9671,7 @@ entities: decals: 15061: -15,-57 15062: -15,-56 + 22025: -34,20 - node: color: '#43990996' id: FullTileOverlayGreyscale @@ -8946,33 +9764,55 @@ entities: color: '#DE3A3A96' id: FullTileOverlayGreyscale decals: - 11228: -28,13 - 11229: -27,13 - 11230: -26,13 - 11231: -25,13 11345: -21,-56 - 20750: -24,-7 - 20751: -24,-8 - 20752: -28,-8 - 20753: -28,-7 - 20764: -28,-5 - 20836: -33,-6 - 20837: -34,-6 - 20838: -35,-6 - 20839: -33,-4 - 20840: -32,-4 - 20841: -31,-4 - 20842: -30,-4 - 20843: -29,-4 - 20844: -33,0 - 20845: -33,-1 - 20846: -33,-2 - 20847: -33,-3 - 20848: -35,0 - 20957: -34,-8 - 20958: -35,-8 - 21349: -26,-9 - 21350: -24,-5 + 21574: -26,4 + 21575: -29,-1 + 21711: -47,-4 + 21712: -47,-3 + 21713: -47,-2 + 21714: -47,-1 + 21715: -46,-1 + 21716: -43,-1 + 21717: -43,-5 + 21753: -35,-11 + 21754: -40,-6 + 21755: -41,-6 + 21762: -42,-8 + 21763: -35,-7 + 21764: -31,-7 + 21765: -27,-4 + 21766: -27,-3 + 21767: -27,-2 + 21768: -33,-1 + 21769: -42,-4 + 21770: -42,-2 + 21819: -24,-2 + 21820: -24,-3 + 21821: -24,-4 + 21835: -40,0 + 21836: -38,0 + 21837: -37,0 + 21838: -41,3 + 21839: -41,2 + 21840: -40,2 + 21841: -39,2 + 21842: -38,2 + 21843: -37,2 + 21844: -36,2 + 21845: -36,3 + 21846: -36,4 + 21847: -37,4 + 21848: -38,4 + 21849: -39,4 + 21850: -40,4 + 21851: -41,4 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + decals: + 21705: -47,-5 + 21706: -46,-5 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -9076,8 +9916,9 @@ entities: decals: 19737: -38.78265,-31.040363 20051: -24.028393,-17.987627 - 20052: -23.027897,-15.881998 20059: -18.994646,-15.75691 + 22017: -12.92351,8.535685 + 22040: -24.991083,-15.919676 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9118,8 +9959,10 @@ entities: decals: 15677: 4.112058,-53.992317 19739: -38.45957,-29.93543 - 20055: -23.767847,-15.923693 20056: -22.746506,-17.99805 + 22015: -19.11408,3.955556 + 22016: -13.934429,8.806705 + 22042: -20.363789,-12.917591 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9140,8 +9983,8 @@ entities: 15675: 4.257964,-52.251526 15676: 6.0400977,-51.21956 19749: -37.69688,-30.591555 - 20057: -24.122189,-15.871573 20058: -18.984224,-16.298954 + 22041: -21.041206,-12.8342 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9155,6 +9998,11 @@ entities: 15674: 7.8534985,-53.022892 15739: -10.963169,12.20098 19740: -37.21937,-30.863157 + 22033: -24.39704,-15.805014 + 22038: -19.832275,-12.938438 + 22082: -23.987202,-15.511336 + 22084: -27.08204,-14.214461 + 22085: -27.95704,-14.261337 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9180,6 +10028,8 @@ entities: 15678: 5.248039,-53.76299 15679: 7.009329,-51.344646 15735: -16.135044,15.48223 + 22086: -27.222666,-13.651961 + 22098: -23.879179,-15.111395 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9218,6 +10068,15 @@ entities: id: Grasse1 decals: 15732: -16.18192,12.216605 + 22018: -13.8823185,6.9720993 + 22019: -12.881823,6.9720993 + 22020: -13.257009,8.765011 + 22021: -20.040503,3.9704046 + 22034: -24.866022,-15.117035 + 22050: -23.584135,-15.857133 + 22078: -27.862202,-14.933212 + 22079: -27.065327,-14.823837 + 22087: -27.691416,-13.933211 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9228,6 +10087,7 @@ entities: 17964: 33.159508,-1.8261949 18310: -10.091294,12.147211 18311: -17.063503,16.796272 + 23722: -12.952391,7.8344154 - node: zIndex: 2 color: '#FFFFFFFF' @@ -9240,6 +10100,9 @@ entities: decals: 15736: -17.02567,15.935354 15748: -16.510044,14.154105 + 22035: -23.073465,-15.117035 + 22036: -27.033764,-12.948862 + 22049: -23.0422,-15.8988285 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9249,6 +10112,7 @@ entities: 17798: 33.17337,-3.8209858 18312: -15.927523,16.295923 18324: -11.686554,16.324785 + 23721: -13.727379,7.9486465 - node: color: '#FFFFFFFF' id: Grasse3 @@ -9259,6 +10123,7 @@ entities: 15737: -11.744419,13.66973 17804: 33.12126,-4.1337028 17805: 33.11084,-0.29601222 + 22037: -21.833267,-12.938438 - node: zIndex: 1 color: '#FFFFFFFF' @@ -9276,6 +10141,9 @@ entities: decals: 10905: -10,-27 10906: -9,-27 + 21474: 78,-45 + 21475: 79,-45 + 21476: 80,-45 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale @@ -9306,6 +10174,11 @@ entities: id: HalfTileOverlayGreyscale decals: 19354: 22,22 + - node: + color: '#8D1C9996' + id: HalfTileOverlayGreyscale + decals: + 21395: -52,1 - node: zIndex: 1 color: '#8D1C9996' @@ -9354,19 +10227,24 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 20944: -26,-10 + 21558: -23,3 + 21559: -24,3 + 21560: -25,3 + 21756: -41,-7 + 21757: -40,-7 + 21758: -39,-7 + 21759: -38,-7 + 21760: -37,-7 + 21761: -36,-7 + 21797: -28,-8 + 21798: -27,-8 - node: zIndex: 1 color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 14572: -26,17 - 14573: -25,17 - 14574: -24,17 - 14577: -27,17 - 14578: -28,17 - 14579: -23,17 - 14580: -22,17 + 21994: -44,-4 + 21995: -45,-4 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale @@ -9383,6 +10261,9 @@ entities: 10901: -8,-23 10902: -10,-25 10903: -9,-25 + 21465: 78,-41 + 21466: 79,-41 + 21467: 80,-41 - node: zIndex: 1 color: '#334E6DC8' @@ -9457,17 +10338,17 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 decals: - 20749: -26,-8 + 21552: -28,0 + 21553: -27,0 + 21554: -26,0 + 21570: -25,0 - node: zIndex: 1 color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 decals: - 14581: -28,15 - 14582: -27,15 - 14583: -26,15 - 14584: -25,15 - 14585: -24,15 + 21996: -44,-2 + 21997: -45,-2 - node: color: '#FA750096' id: HalfTileOverlayGreyscale180 @@ -9478,6 +10359,9 @@ entities: id: HalfTileOverlayGreyscale270 decals: 10904: -8,-26 + 21471: 81,-42 + 21472: 81,-43 + 21473: 81,-44 - node: color: '#43990996' id: HalfTileOverlayGreyscale270 @@ -9519,6 +10403,14 @@ entities: 16321: -36,-24 16322: -36,-23 18573: 20,1 + - node: + color: '#8D1C9996' + id: HalfTileOverlayGreyscale270 + decals: + 21371: -53,-5 + 21372: -53,-4 + 21373: -53,-3 + 21374: -53,-2 - node: color: '#A4610696' id: HalfTileOverlayGreyscale270 @@ -9551,19 +10443,15 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 decals: - 20742: -27,-5 - 20814: -35,-2 - 20815: -35,-3 - 20816: -35,-4 - 20818: -32,-7 - 20835: -32,-6 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - decals: - 9328: -27,11 - 9335: -27,10 + 21741: -41,-9 + 21742: -41,-10 + 21743: -41,-11 + 21750: -38,-9 + 21751: -38,-10 + 21752: -38,-11 + 21799: -26,-7 + 21800: -26,-6 + 21813: -27,-6 - node: color: '#FA750096' id: HalfTileOverlayGreyscale270 @@ -9579,6 +10467,13 @@ entities: 16085: -32,-37 16086: -32,-36 16087: -32,-35 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 21468: 77,-42 + 21469: 77,-43 + 21470: 77,-44 - node: color: '#43990996' id: HalfTileOverlayGreyscale90 @@ -9626,6 +10521,11 @@ entities: 20914: 13,19 20915: 13,20 20916: 10,25 + 21390: -51,0 + 21391: -51,-1 + 21392: -51,-4 + 21393: -51,-5 + 21394: -51,-6 - node: zIndex: 1 color: '#A4610696' @@ -9657,16 +10557,19 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale90 decals: - 20741: -25,-5 - 20819: -30,-6 - 20820: -30,-7 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - decals: - 9329: -26,10 - 9330: -26,11 + 21744: -39,-9 + 21745: -39,-10 + 21746: -39,-11 + 21747: -36,-9 + 21748: -36,-10 + 21749: -36,-11 + 21795: -29,-6 + 21796: -29,-7 + 21812: -28,-6 + 21814: -25,-6 + 21816: -25,-7 + 22096: -22,2 + 22097: -22,1 - node: color: '#FA750096' id: HalfTileOverlayGreyscale90 @@ -9695,29 +10598,17 @@ entities: decals: 1411: -13,-45 - node: - angle: -1.5707963267948966 rad + angle: -3.141592653589793 rad color: '#DE3A3A96' id: LoadingAreaGreyscale decals: - 20798: -37,-1 + 21545: -30,5 - node: color: '#DE3A3A96' id: LoadingAreaGreyscale decals: - 20800: -31,-9 - - node: - zIndex: 1 - angle: 1.5707963267948966 rad - color: '#DE3A3A96' - id: LoadingAreaGreyscale - decals: - 21348: -35,-5 - - node: - zIndex: 1 - color: '#DE3A3A96' - id: MiniTileWhiteInnerSw - decals: - 12373: -23,0 + 21544: -28,3 + 21546: -23,-1 - node: cleanable: True color: '#4B709CFF' @@ -9857,28 +10748,13 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale decals: - 10862: -18,-5 - 10864: -18,-7 - 20736: -27,-3 - 20737: -27,-4 - 20939: -18,-10 - 20940: -18,-9 - 20941: -18,-8 - 20942: -19,-10 - 20943: -20,-10 - 20949: -27,-10 - 20950: -28,-10 - 20951: -29,-10 + 21801: -26,-8 - node: zIndex: 1 color: '#DE3A3A96' id: QuarterTileOverlayGreyscale decals: - 9332: -26,10 - 9337: -25,11 - 9591: -18,-4 - 9592: -17,-4 - 9593: -17,-3 + 22001: -44,-3 - node: zIndex: 1 color: '#334E6DC8' @@ -9897,6 +10773,18 @@ entities: 18520: -33,-48 18521: -33,-49 18522: -33,-50 + - node: + color: '#3EB38896' + id: QuarterTileOverlayGreyscale180 + decals: + 21946: -16,-9 + 21947: -16,-8 + 21948: -16,-7 + 21950: -16,-5 + 21953: -16,-2 + 21954: -16,-1 + 21956: -16,1 + 21957: -15,1 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale180 @@ -10003,20 +10891,16 @@ entities: id: QuarterTileOverlayGreyscale180 decals: 10304: 33,4 - 20743: -25,-6 - 20744: -25,-7 - 20745: -25,-8 - node: zIndex: 1 color: '#DE3A3A96' id: QuarterTileOverlayGreyscale180 decals: - 9331: -27,11 - 12087: -28,10 14968: 33,3 14969: 33,2 14970: 33,1 14971: 33,5 + 22002: -45,-3 - node: color: '#FA750096' id: QuarterTileOverlayGreyscale180 @@ -10179,21 +11063,12 @@ entities: 10301: 31,11 10302: 31,12 10303: 31,13 - 10861: -17,0 - 20746: -27,-6 - 20747: -27,-7 - 20748: -27,-8 - node: zIndex: 1 color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 9595: -17,1 - 9596: -17,2 - 9597: -17,3 - 9598: -17,4 - 9599: -17,5 - 9600: -17,6 + 22000: -45,-4 - node: color: '#FA750096' id: QuarterTileOverlayGreyscale270 @@ -10303,18 +11178,17 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 20730: -25,-3 - 20731: -25,-4 - 20945: -25,-10 - 20946: -24,-10 - 20947: -23,-10 - 20948: -22,-10 + 21802: -29,-8 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale90 + decals: + 21998: -44,-2 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 decals: - 2376: -16,-8 - 2378: -16,-9 2379: -16,-10 2380: -16,-11 2381: -16,-12 @@ -10323,23 +11197,11 @@ entities: 2386: -16,-19 2387: -16,-20 2388: -16,-21 - 2422: -15,-5 - 2423: -15,-4 - 2425: -15,-2 - 2427: -15,0 - 2428: -15,1 - 2429: -15,2 - 2430: -15,3 - 2431: -15,4 - 2432: -15,5 - 10866: -16,-7 - node: zIndex: 1 color: '#EFB34196' id: QuarterTileOverlayGreyscale90 decals: - 9031: -15,-1 - 9032: -15,-3 17695: -16,-18 - node: color: '#FA750096' @@ -10360,6 +11222,12 @@ entities: 19525: -34,-41 19526: -35,-41 19527: -36,-41 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Remains + decals: + 21354: -54.898952,23.04161 - node: cleanable: True zIndex: 3 @@ -10421,7 +11289,6 @@ entities: color: '#FFFFFFFF' id: Rock07 decals: - 20071: -23.017473,-15.923693 20072: -22.902834,-18.029324 - node: zIndex: 1 @@ -10485,6 +11352,12 @@ entities: 17667: -32.25,-28.46875 17668: -37.25,-33.46875 17671: -37.25,-27.46875 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 21535: -27.02755,10.499338 - node: zIndex: 1 angle: 1.5707963267948966 rad @@ -10500,6 +11373,11 @@ entities: 16267: -45,-35 16270: -46,-36 18575: 18,3 + - node: + color: '#8D1C9996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 21387: -53,1 - node: zIndex: 1 color: '#A4610696' @@ -10524,6 +11402,11 @@ entities: decals: 16188: -26,-31 16281: -42,-39 + - node: + color: '#8D1C9996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 21389: -51,-7 - node: zIndex: 1 color: '#A4610696' @@ -10567,6 +11450,11 @@ entities: 16268: -43,-35 16269: -42,-36 18582: 22,3 + - node: + color: '#8D1C9996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 21388: -51,1 - node: zIndex: 1 color: '#A4610696' @@ -10579,6 +11467,11 @@ entities: decals: 11243: 27,-27 11251: 30,-25 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 22095: -22,3 - node: cleanable: True zIndex: 5 @@ -10591,11 +11484,17 @@ entities: color: '#FFFFFFFF' id: WarnBox decals: - 4261: -51,-13 10998: -4,-21 11062: -2,-21 - 15784: -40,-15 15896: 24,-11 + - node: + color: '#FFFFFFFF' + id: WarnBoxGreyscale + decals: + 21433: 86,-45 + 21434: 86,-41 + 21517: 79,-43 + 22052: 58,-38 - node: zIndex: 1 color: '#D381C996' @@ -10626,17 +11525,29 @@ entities: id: WarnCornerGreyscaleSE decals: 9806: 35,-27 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSE + decals: + 21925: -32,-7 - node: zIndex: 1 color: '#D381C996' id: WarnCornerGreyscaleSW decals: 9799: 33,-27 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSW + decals: + 21926: -34,-7 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: - 10285: -70,-15 + 21416: 88,-41 + 21526: 77,-45 + 21529: 66,-45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10647,7 +11558,8 @@ entities: color: '#FFFFFFFF' id: WarnCornerNW decals: - 10286: -66,-15 + 21417: 94,-41 + 21524: 81,-45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10658,7 +11570,9 @@ entities: color: '#FFFFFFFF' id: WarnCornerSE decals: - 10287: -70,-11 + 21415: 88,-45 + 21525: 77,-41 + 21528: 66,-41 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10669,7 +11583,8 @@ entities: color: '#FFFFFFFF' id: WarnCornerSW decals: - 10288: -66,-11 + 21418: 94,-45 + 21527: 81,-41 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10763,6 +11678,7 @@ entities: 10959: -4,-19 10962: -3,-19 10963: -2,-19 + 21432: 87,-41 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10786,6 +11702,7 @@ entities: 10958: -3,-19 10960: -4,-19 10961: -2,-19 + 21431: 95,-41 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10799,6 +11716,7 @@ entities: 10925: -13,-20 10926: -13,-18 10927: -11,-18 + 21429: 87,-45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10812,6 +11730,7 @@ entities: decals: 10928: -11,-18 10947: -9,-18 + 21430: 95,-45 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10856,6 +11775,16 @@ entities: 10954: -3,-18 10955: -2,-18 20041: -47,-58 + - node: + color: '#FFFFFFFF' + id: WarnEndW + decals: + 21530: 95,-43 + - node: + color: '#334E6DC8' + id: WarnFullGreyscale + decals: + 21488: 70,-43 - node: zIndex: 1 color: '#D381C996' @@ -10867,15 +11796,22 @@ entities: color: '#DE3A3A96' id: WarnFullGreyscale decals: - 20795: -36,-5 - 20796: -36,-1 - 20797: -31,-8 + 21540: -28,4 + 21541: -30,4 + 21547: -23,0 - node: color: '#FFFFFFFF' id: WarnLineE decals: 10922: -13,-21 10923: -13,-19 + 21419: 87,-46 + 21420: 87,-40 + 21426: 88,-42 + 21427: 88,-43 + 21428: 88,-44 + 21531: -27,10 + 21532: -27,11 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10893,17 +11829,18 @@ entities: 15692: -30,-62 15693: -30,-63 15694: -30,-64 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleE + decals: + 21486: 69,-43 + 22054: 53,-38 - node: zIndex: 1 color: '#D381C996' id: WarnLineGreyscaleE decals: 9809: 35,-26 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleE - decals: - 20793: -37,-5 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleE @@ -10913,9 +11850,6 @@ entities: 15943: -46,-46 15944: -46,-47 20722: 10,17 - 21354: -38,-9 - 21355: -38,-10 - 21356: -38,-11 - node: cleanable: True zIndex: 1 @@ -10934,6 +11868,13 @@ entities: id: WarnLineGreyscaleN decals: 9804: 34,-25 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 21551: -30,3 + 21566: -26,3 + 21927: -29,-2 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN @@ -10972,7 +11913,11 @@ entities: color: '#DE3A3A96' id: WarnLineGreyscaleS decals: - 20792: -31,-7 + 21538: -28,5 + 21548: -23,1 + 21567: -29,0 + 21573: -26,5 + 21924: -33,-7 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS @@ -11003,6 +11948,13 @@ entities: 20303: -3,-9 20304: -2,-9 20305: -1,-9 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleW + decals: + 21487: 71,-43 + 22053: 55,-38 + 22055: 51,-38 - node: zIndex: 1 color: '#D381C996' @@ -11013,7 +11965,10 @@ entities: color: '#DE3A3A96' id: WarnLineGreyscaleW decals: - 20794: -35,-1 + 21919: -30,-7 + 21920: -41,-2 + 21921: -41,-4 + 21923: -41,-8 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW @@ -11023,9 +11978,6 @@ entities: 15939: -46,-45 15940: -46,-47 20724: 12,17 - 21351: -36,-9 - 21352: -36,-10 - 21353: -36,-11 - node: cleanable: True zIndex: 1 @@ -11039,9 +11991,6 @@ entities: decals: 10916: -10,-18 10924: -12,-18 - 20872: -40,-8 - 20873: -39,-8 - 20874: -38,-8 - node: zIndex: 1 color: '#FFFFFFFF' @@ -11063,13 +12012,23 @@ entities: id: WarnLineS decals: 2106: -10,0 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 21421: 95,-46 + 21422: 95,-40 + 21423: 94,-42 + 21424: 94,-43 + 21425: 94,-44 + 21533: -27,10 + 21534: -27,11 - node: zIndex: 1 color: '#FFFFFFFF' id: WarnLineS decals: 2335: 3,-23 - 4262: -62,-16 13016: -9,-21 13017: -9,-19 15857: -1,-20 @@ -11086,18 +12045,12 @@ entities: 9930: 6,26 10917: -10,-22 10921: -12,-22 - 20875: -40,-8 - 20876: -39,-8 - 20877: -38,-8 - node: zIndex: 1 color: '#FFFFFFFF' id: WarnLineW decals: 2338: 4,-22 - 4263: -64,-10 - 4264: -62,-10 - 4265: -61,-10 15164: -2,-96 15165: -1,-96 15897: 24,-10 @@ -11374,19 +12327,8 @@ entities: 6314: -15,-35 6315: -19,-36 6316: -21,-35 - 7094: 52,-43 - 7109: 50,-41 - 7110: 51,-39 - 7111: 50,-38 - 7112: 50,-37 - 7113: 51,-37 - 7114: 51,-36 7115: 50,-36 7116: 52,-36 - 7117: 55,-39 - 7118: 56,-39 - 7119: 56,-41 - 7120: 56,-40 7475: 48,11 7476: 47,11 7477: 47,12 @@ -11613,6 +12555,31 @@ entities: 20169: 8,-12 20170: 7,-12 20171: 6,-12 + 23480: 78,-52 + 23481: 84,-49 + 23482: 86,-57 + 23483: 87,-56 + 23484: 82,-59 + 23485: 80,-61 + 23486: 78,-61 + 23487: 83,-58 + 23488: 78,-56 + 23489: 76,-58 + 23490: 75,-58 + 23538: 77,-41 + 23539: 81,-41 + 23571: -41,-2 + 23572: -36,-4 + 23573: -36,-5 + 23574: -38,-5 + 23575: -30,-7 + 23576: -38,1 + 23577: -36,2 + 23578: -40,3 + 23579: -39,5 + 23580: -42,4 + 23581: -36,8 + 23582: -39,11 - node: cleanable: True zIndex: 4 @@ -11662,12 +12629,6 @@ entities: 13247: 49,-46 13248: 48,-45 13249: 48,-43 - 13250: 50,-42 - 13251: 50,-43 - 13252: 56,-43 - 13253: 54,-43 - 13254: 56,-43 - 13255: 56,-42 13256: 49,-52 13257: 45,-52 13258: 44,-52 @@ -11676,65 +12637,6 @@ entities: 13261: 44,-53 13262: 47,-54 13263: 46,-54 - 13264: 74,-46 - 13265: 75,-47 - 13266: 76,-46 - 13267: 76,-46 - 13268: 77,-45 - 13269: 76,-45 - 13270: 72,-43 - 13271: 72,-42 - 13272: 71,-42 - 13273: 71,-41 - 13274: 68,-41 - 13275: 67,-42 - 13276: 67,-44 - 13277: 68,-44 - 13278: 68,-46 - 13279: 67,-45 - 13280: 67,-44 - 13281: 65,-43 - 13282: 65,-42 - 13283: 65,-41 - 13284: 65,-39 - 13285: 65,-39 - 13286: 64,-39 - 13287: 64,-40 - 13289: 59,-40 - 13291: 59,-43 - 13292: 58,-43 - 13293: 58,-42 - 13294: 58,-41 - 13295: 58,-40 - 13296: 59,-39 - 13297: 60,-43 - 13298: 59,-43 - 13299: 60,-44 - 13300: 56,-42 - 13301: 64,-43 - 13302: 63,-43 - 13303: 65,-43 - 13304: 72,-42 - 13305: 72,-41 - 13306: 73,-42 - 13307: 77,-42 - 13308: 78,-41 - 13309: 77,-41 - 13310: 76,-41 - 13311: 77,-43 - 13312: 78,-43 - 13313: 79,-42 - 13314: 79,-42 - 13315: 79,-43 - 13316: 79,-46 - 13317: 79,-46 - 13318: 79,-46 - 13319: 78,-46 - 13320: 76,-46 - 13321: 78,-45 - 13322: 84,-41 - 13323: 84,-40 - 13324: 83,-40 15684: -6,-95 15685: -7,-95 16367: 29,-39 @@ -11781,6 +12683,81 @@ entities: 20193: 8,5 20194: 9,5 20195: 10,6 + 23491: 76,-56 + 23492: 76,-54 + 23493: 77,-54 + 23494: 77,-55 + 23495: 78,-52 + 23496: 78,-50 + 23497: 80,-48 + 23498: 84,-50 + 23499: 84,-48 + 23500: 86,-51 + 23501: 88,-52 + 23502: 88,-52 + 23503: 88,-54 + 23504: 91,-55 + 23505: 92,-55 + 23506: 93,-53 + 23507: 90,-53 + 23508: 90,-52 + 23509: 95,-53 + 23510: 96,-51 + 23511: 96,-50 + 23512: 89,-54 + 23513: 87,-56 + 23514: 83,-57 + 23515: 85,-56 + 23516: 83,-58 + 23517: 82,-60 + 23518: 80,-61 + 23519: 80,-60 + 23520: 88,-47 + 23521: 89,-47 + 23522: 93,-47 + 23523: 94,-47 + 23524: 92,-46 + 23525: 87,-46 + 23526: 87,-40 + 23555: 77,-38 + 23556: 74,-38 + 23557: 68,-38 + 23558: 64,-38 + 23559: 61,-38 + 23560: 57,-39 + 23561: 53,-40 + 23562: 51,-40 + 23564: 51,-36 + 23565: 56,-39 + 23566: 51,-37 + 23567: 49,-39 + 23568: 49,-37 + 23569: 49,-36 + 23583: -31,10 + 23584: -28,11 + 23585: -25,15 + 23586: -25,14 + 23587: -26,14 + 23588: -24,13 + 23589: -20,15 + 23590: -20,17 + 23591: -20,19 + 23592: -24,21 + 23593: -25,19 + 23594: -29,20 + 23595: -34,22 + 23596: -38,23 + 23597: -42,23 + 23598: -43,22 + 23599: -44,21 + 23600: -48,21 + 23601: -48,19 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt2 + decals: + 21987: -34,20 - node: cleanable: True zIndex: 4 @@ -11788,10 +12765,6 @@ entities: id: burnt3 decals: 1670: 44,-53 - 7102: 53,-42 - 7104: 50,-43 - 7105: 50,-42 - 7106: 51,-41 13172: 61,-79 13173: 62,-79 13174: 62,-80 @@ -11834,12 +12807,8 @@ entities: 13524: 84,-24 13525: 86,-24 13526: 86,-24 - 13527: 77,-46 - 13528: 84,-41 - 13529: 91,-34 13530: 91,-33 13531: 93,-33 - 13532: 94,-34 13533: 95,-33 13534: 95,-32 13535: 94,-32 @@ -11908,6 +12877,58 @@ entities: 20199: 9,4 20200: 8,4 20201: 10,4 + 23527: 89,-39 + 23528: 92,-39 + 23529: 94,-39 + 23530: 91,-47 + 23540: 81,-45 + 23541: 75,-45 + 23542: 75,-44 + 23543: 66,-45 + 23544: 66,-41 + 23570: -46,-7 + 23602: -47,19 + 23603: -48,21 + 23604: -53,20 + 23605: -54,22 + 23606: -53,21 + 23607: -53,18 + 23608: -49,15 + 23609: -51,11 + 23610: -49,6 + 23611: -52,2 + 23612: -54,-2 + 23613: -52,-7 + 23614: -52,-10 + 23615: -55,-16 + 23616: -55,-16 + 23617: -54,-14 + 23618: -58,-14 + 23619: -59,-14 + 23620: -53,-14 + 23621: -54,-15 + 23622: -56,-14 + 23623: -56,-13 + 23624: -57,-13 + 23625: -53,-15 + 23626: -56,-20 + 23627: -54,-20 + 23628: -51,-13 + 23629: -47,-14 + 23630: -42,-14 + 23631: -42,-15 + 23632: -42,-12 + 23633: -40,-14 + 23634: -36,-17 + 23635: -37,-21 + 23636: -37,-20 + 23637: -34,-19 + 23638: -34,-15 + 23639: -33,-15 + 23640: -32,-15 + 23641: -32,-13 + 23642: -32,-14 + 23643: -23,-13 - node: cleanable: True zIndex: 4 @@ -11932,11 +12953,6 @@ entities: 13042: 92,-32 13043: 93,-33 13044: 91,-33 - 13045: 91,-34 - 13046: 90,-34 - 13047: 90,-35 - 13048: 91,-35 - 13049: 91,-36 13095: 67,-62 13096: 65,-63 13097: 65,-62 @@ -12033,24 +13049,6 @@ entities: 13223: 58,-57 13224: 51,-56 13225: 51,-55 - 13325: 76,-45 - 13326: 77,-45 - 13327: 75,-47 - 13328: 75,-46 - 13329: 74,-45 - 13330: 73,-45 - 13331: 73,-44 - 13332: 72,-44 - 13333: 72,-43 - 13334: 71,-42 - 13335: 71,-41 - 13336: 73,-41 - 13337: 74,-41 - 13338: 74,-42 - 13339: 76,-41 - 13340: 77,-41 - 13341: 78,-41 - 13342: 76,-42 13485: 85,-22 13486: 84,-22 13487: 84,-23 @@ -12282,13 +13280,6 @@ entities: 19812: 94,-18 19813: 94,-17 19814: 94,-16 - 19815: 79,-47 - 19816: 77,-46 - 19817: 79,-55 - 19818: 79,-55 - 19819: 80,-54 - 19820: 80,-52 - 19821: 80,-50 19822: 75,-59 19823: 74,-58 19824: 75,-57 @@ -12473,6 +13464,31 @@ entities: 20189: 9,4 20190: 10,4 20191: 10,5 + 23531: 96,-42 + 23532: 96,-41 + 23533: 96,-45 + 23534: 93,-44 + 23535: 89,-42 + 23536: 84,-44 + 23537: 77,-45 + 23545: 66,-41 + 23546: 70,-38 + 23547: 66,-38 + 23548: 64,-38 + 23549: 61,-38 + 23550: 63,-38 + 23551: 67,-38 + 23552: 73,-38 + 23553: 77,-38 + 23554: 79,-39 + 23644: -24,-13 + 23645: -20,-18 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt4 + decals: + 22008: -33,19 - node: cleanable: True zIndex: 5 @@ -12480,6 +13496,11 @@ entities: id: carp decals: 19314: 45,22 + - node: + color: '#FFFFFFFF' + id: cat + decals: + 21980: -30.243628,17.31938 - node: cleanable: True color: '#52B4E9FF' @@ -12507,6 +13528,11 @@ entities: id: face decals: 19308: 37,8 + - node: + color: '#FFFFFFFF' + id: heart + decals: + 21981: -30.821753,17.66313 - node: cleanable: True zIndex: 5 @@ -12573,12 +13599,6 @@ entities: id: splatter decals: 1153: 20.002747,-53.965397 - - node: - cleanable: True - color: '#B02E26C7' - id: splatter - decals: - 1391: 53.607197,-41.451954 - node: cleanable: True zIndex: 3 @@ -12595,65 +13615,80 @@ entities: decals: 15118: 19.952984,-53.45079 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo1 decals: - 9318: -28,11 + 21710: -45,-5 - node: + zIndex: 1 + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo10 decals: - 9315: -27,9 + 21697: -43,-4 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo11 decals: - 9316: -26,9 + 21671: -43,-3 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo12 decals: - 9317: -25,9 + 21670: -43,-2 - node: + zIndex: 1 + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo2 decals: - 9325: -27,11 + 21700: -45,-4 - node: + zIndex: 1 + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo3 decals: - 9322: -26,11 + 21698: -45,-3 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo4 decals: - 9323: -25,11 + 21681: -45,-2 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo5 decals: - 12088: -28,10 + 21709: -44,-5 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo6 decals: - 9334: -27,10 + 21677: -44,-4 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo7 decals: - 9320: -26,10 + 21678: -44,-3 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo8 decals: - 9321: -25,10 + 21679: -44,-2 - node: + angle: 1.5707963267948966 rad color: '#FFFFFF4C' id: syndlogo9 decals: - 9326: -28,9 + 21703: -43,-5 - node: cleanable: True angle: 1.5707963267948966 rad @@ -12708,35 +13743,35 @@ entities: -4,-5: 0: 7645 -5,-4: - 0: 52431 - 1: 256 + 0: 56799 -4,-3: 0: 53727 -5,-3: - 0: 53246 + 0: 52428 + 2: 256 -4,-2: - 0: 45533 + 0: 53725 -5,-2: - 0: 56797 + 0: 64750 -4,-1: - 0: 15291 + 0: 7679 -5,-1: - 0: 65437 + 0: 65535 -4,0: - 0: 13243 - 2: 2048 + 0: 13241 + 3: 2048 -3,-4: 0: 65501 -3,-3: 0: 64767 -3,-2: - 0: 64767 + 0: 56575 -3,-1: - 0: 53247 + 0: 52735 -3,0: 0: 15 - 2: 13056 - 1: 3072 + 3: 13056 + 2: 3072 -3,-5: 0: 36863 -2,-4: @@ -12749,7 +13784,7 @@ entities: 0: 65535 -2,0: 0: 15 - 1: 3840 + 2: 3840 -2,-5: 0: 36349 -1,-4: @@ -12762,7 +13797,7 @@ entities: 0: 65535 -1,0: 0: 15 - 1: 3840 + 2: 3840 0,-4: 0: 30707 0,-3: @@ -12797,23 +13832,23 @@ entities: 0: 56793 -2,-8: 0: 61495 - 3: 136 + 1: 136 -2,-7: 0: 8176 -2,-6: 0: 64988 -2,-9: 0: 13299 - 3: 32768 + 1: 32768 -1,-8: - 3: 51 + 1: 51 0: 63500 -1,-6: 0: 65535 -1,-5: 0: 4095 -1,-9: - 3: 12288 + 1: 12288 0: 35059 -1,-7: 0: 3822 @@ -12874,11 +13909,11 @@ entities: 0,-9: 0: 48056 -4,-16: - 1: 17663 + 2: 17663 -5,-16: - 1: 255 + 2: 255 -4,-15: - 1: 100 + 2: 100 0: 45056 -5,-15: 0: 65024 @@ -12889,9 +13924,9 @@ entities: -5,-13: 0: 53759 -4,-17: - 1: 17663 + 2: 17663 -3,-16: - 1: 17 + 2: 17 0: 52428 -3,-15: 0: 47308 @@ -12899,93 +13934,93 @@ entities: 0: 35775 -3,-17: 0: 52360 - 1: 19 + 2: 19 -2,-16: 0: 13175 - 1: 32768 + 2: 32768 -2,-15: 0: 64435 -2,-14: 0: 65339 -2,-17: 0: 13119 - 1: 2048 + 2: 2048 -1,-15: 0: 65328 - 1: 8 + 2: 8 -1,-14: 0: 65295 -1,-16: - 1: 59392 + 2: 59392 0,-15: - 1: 15 + 2: 15 0: 65280 0,-14: 0: 65295 0,-13: 0: 65535 -4,-18: - 1: 59592 + 2: 59592 -5,-18: - 1: 40960 + 2: 40960 -5,-17: - 1: 255 + 2: 255 -4,-20: - 1: 51400 + 2: 51400 -4,-21: - 1: 51404 + 2: 51404 -4,-19: - 1: 51400 + 2: 51400 -3,-18: - 1: 12288 + 2: 12288 0: 34952 -3,-21: - 1: 18575 + 2: 18575 -3,-20: 0: 2176 -3,-19: 0: 34952 -2,-20: 0: 4913 - 1: 34816 + 2: 34816 -2,-19: 0: 15347 -2,-18: 0: 45875 - 1: 136 + 2: 136 -2,-21: 0: 4096 - 1: 17203 + 2: 17203 -1,-19: 0: 16 -1,-17: 0: 1 -5,0: - 0: 43688 + 0: 52972 -4,1: 0: 62259 - 2: 128 + 3: 128 -5,1: - 0: 43690 + 0: 65535 -4,2: 0: 65535 -5,2: - 0: 59563 + 0: 61167 -4,3: 0: 65535 -5,3: - 0: 43946 + 0: 48058 -4,4: 0: 21759 -3,1: - 2: 513 - 1: 8208 + 3: 513 + 2: 8208 -3,2: 0: 65280 - 1: 8 + 2: 8 -3,3: 0: 13119 - 1: 32768 + 2: 32768 -3,4: 0: 47283 -2,1: @@ -12993,37 +14028,37 @@ entities: 5: 1092 -2,2: 0: 65280 - 1: 10 + 2: 10 -2,3: 0: 13 - 1: 61696 + 2: 61696 -1,1: - 2: 1365 + 3: 1365 -1,2: 0: 65280 - 1: 10 + 2: 10 -1,3: 0: 15 - 1: 5120 + 2: 5120 -2,4: - 1: 8 + 2: 8 0: 16176 -1,4: 0: 61420 0,0: 0: 15 - 1: 3328 - 2: 512 + 2: 3328 + 3: 512 0,1: 6: 273 - 2: 3276 + 3: 3276 0,2: 0: 65280 - 1: 6 - 2: 8 + 2: 6 + 3: 8 0,3: 0: 19663 - 1: 256 + 2: 256 -5,4: 0: 62395 -4,5: @@ -13031,29 +14066,29 @@ entities: -5,5: 0: 8079 -4,6: - 1: 50272 + 2: 50272 -3,5: 0: 8099 -3,6: 0: 119 - 1: 53248 + 2: 53248 -3,7: - 1: 4401 + 2: 4401 -3,8: - 1: 4401 + 2: 4401 -2,5: 0: 13104 - 1: 2184 + 2: 2184 -2,6: 0: 63 - 1: 6144 + 2: 6144 -1,6: 0: 3311 - 1: 4096 + 2: 4096 -1,5: 0: 61038 -1,7: - 1: 2 + 2: 2 0,4: 0: 65535 0,5: @@ -13061,51 +14096,49 @@ entities: 0,6: 0: 36863 -8,-4: - 0: 15 - 1: 1792 - 2: 28672 + 0: 7647 -9,-4: - 0: 26239 - -8,-3: - 0: 32752 + 0: 61167 -9,-3: - 0: 65524 + 0: 55736 + -8,-3: + 2: 1064 + 0: 4096 -8,-2: - 0: 63346 + 0: 56828 -9,-2: - 0: 65030 + 0: 64761 -8,-1: - 0: 60943 + 0: 36863 -9,-1: - 0: 65262 + 0: 36863 -8,0: - 0: 26190 + 0: 56541 -7,-4: - 0: 12151 + 0: 61439 -7,-3: - 0: 20479 + 0: 61440 + 2: 64 -7,-2: - 0: 65279 + 0: 53247 -7,-1: - 0: 65518 + 0: 4095 -7,-5: 0: 61576 -7,0: - 0: 65359 + 0: 57343 -6,-4: - 0: 271 - 1: 3072 - 2: 49152 + 0: 65535 -6,-3: - 0: 4081 - -6,-2: - 0: 64767 + 0: 28672 -6,-1: - 0: 65422 + 0: 61439 -6,-5: 0: 64511 + -6,-2: + 0: 57446 -6,0: - 0: 60931 + 0: 30578 -8,-8: 0: 65535 -8,-9: @@ -13123,7 +14156,7 @@ entities: -9,-6: 0: 62071 -9,-5: - 0: 61423 + 0: 53247 -7,-8: 0: 65535 -7,-7: @@ -13188,29 +14221,29 @@ entities: 0: 65262 -8,-17: 0: 24576 - 1: 206 + 2: 206 -7,-16: - 1: 750 + 2: 750 -7,-15: - 1: 98 + 2: 98 0: 57344 -7,-14: 0: 58478 -6,-16: - 1: 17663 + 2: 17663 -6,-14: 0: 48042 -6,-15: 0: 40960 - 1: 196 + 2: 196 -6,-17: - 1: 17663 + 2: 17663 -8,-20: 0: 1 - 1: 512 + 2: 512 -8,-21: 0: 4096 - 1: 32 + 2: 32 -9,-20: 0: 61423 -9,-19: @@ -13218,168 +14251,161 @@ entities: -9,-18: 0: 61423 -8,-18: - 1: 40960 + 2: 40960 -9,-17: 0: 65519 -7,-17: - 1: 511 + 2: 511 -7,-18: - 1: 40960 + 2: 40960 -6,-18: - 1: 40960 + 2: 40960 -9,0: - 0: 61006 - -8,1: - 0: 6 - 1: 25600 + 0: 53724 -9,1: - 0: 52302 + 0: 34969 + -8,1: + 0: 65508 -8,2: - 1: 2 - 0: 61056 - -9,2: - 0: 60668 - -8,3: - 0: 26396 - -9,3: - 0: 20207 - -8,4: - 0: 59238 - -7,1: 0: 65535 + -9,2: + 0: 63675 + -8,3: + 0: 65535 + -9,3: + 0: 32767 + -7,1: + 0: 56789 -7,2: - 0: 65524 + 0: 65489 -7,3: - 0: 62719 + 0: 65521 -7,4: - 0: 28927 - -6,2: - 0: 61224 - -6,3: - 0: 7182 + 0: 28943 -6,1: - 0: 3822 + 0: 49136 + -6,2: + 0: 30480 + -6,3: + 0: 4368 + 2: 17472 -6,4: - 0: 61567 - -9,4: - 0: 36590 + 0: 63233 + 2: 4 + -8,4: + 0: 18016 -8,5: - 0: 65327 + 0: 62925 + -9,4: + 0: 49271 -9,5: - 0: 62990 + 0: 65437 -8,6: - 0: 7 - 1: 1792 + 0: 29013 -9,6: - 1: 52288 + 0: 65497 -8,7: - 1: 4224 - -8,8: - 1: 18163 + 0: 1 + 3: 768 + 2: 4224 -9,7: - 1: 64716 + 0: 12 + 2: 55296 + 3: 9728 + -8,8: + 2: 18163 -7,5: 0: 26159 -7,6: - 1: 4368 + 2: 4368 -7,7: - 1: 4369 + 2: 4369 -7,8: - 1: 55569 + 2: 55569 -6,5: 0: 3903 -6,6: - 1: 16454 + 2: 16454 -6,7: - 1: 2 + 2: 2 0: 35968 -6,8: - 1: 4978 + 2: 4978 -5,6: 0: 4369 - 1: 16452 + 2: 16452 -5,7: 0: 14128 - 1: 8 + 2: 8 -5,8: 0: 1 - 1: 2248 + 2: 2248 -9,8: - 1: 15 + 2: 15 -8,9: - 1: 8 + 2: 8 -7,9: - 1: 19038 + 2: 19038 -7,10: - 1: 136 + 2: 136 -6,9: - 1: 61440 - -6,10: - 1: 116 - -5,9: - 1: 61440 - -5,10: - 1: 196 - -4,8: - 1: 29456 - -4,9: - 1: 23118 - -4,10: - 1: 50 - -12,-4: - 1: 3712 - 2: 57344 - -13,-4: - 0: 48896 - 2: 7 - 1: 8 - -12,-3: - 0: 1 - 1: 12974 - -13,-3: - 0: 11 - 2: 59136 - 1: 6144 - -12,-2: - 2: 9009 - 1: 2 - 0: 34952 - -13,-2: - 2: 140 - 1: 2114 - -12,-1: - 1: 19 - 0: 45056 - -13,-1: - 1: 24607 - -12,0: - 0: 65307 - -11,-4: - 1: 1841 2: 61440 - -11,-3: - 1: 15 - 0: 30208 + -6,10: + 2: 116 + -5,9: + 2: 61440 + -5,10: + 2: 196 + -4,8: + 2: 29456 + -4,9: + 2: 23118 + -4,10: + 2: 50 + -12,-4: + 3: 1 + 2: 14 + 0: 3840 + -12,-5: + 3: 4401 + 2: 58048 + -13,-4: + 0: 32627 + -12,-3: + 3: 1 + 0: 49152 + 2: 8 + -12,-2: + 2: 1 + 0: 60620 + -13,-2: + 2: 2048 + 0: 13105 + -12,-1: + 0: 61166 + -11,-4: + 0: 61420 -11,-2: - 0: 65399 + 0: 14783 -11,-1: - 0: 56591 + 0: 16319 -11,-5: - 1: 8048 + 2: 4976 + 0: 32768 + -11,-3: + 0: 43682 -11,0: - 0: 65501 + 0: 55729 -10,-4: - 0: 59647 - 2: 4096 + 0: 60975 -10,-3: - 1: 1 - 0: 30528 + 0: 65520 -10,-2: - 0: 65527 + 0: 49663 -10,-1: - 0: 65535 - -10,0: - 0: 65535 + 0: 57343 + -10,-5: + 0: 15103 -12,-8: 0: 64991 -12,-9: @@ -13390,17 +14416,14 @@ entities: 0: 56349 -13,-7: 0: 51404 - 1: 17 + 2: 17 -12,-6: 0: 52701 -13,-6: 0: 3838 - -12,-5: - 2: 305 - 1: 4800 -13,-5: - 2: 60552 - 1: 4672 + 3: 34952 + 2: 1600 -11,-8: 0: 65535 -11,-7: @@ -13415,9 +14438,6 @@ entities: 0: 61695 -10,-6: 0: 61695 - -10,-5: - 0: 3087 - 1: 256 -10,-9: 0: 65287 -12,-12: @@ -13428,7 +14448,7 @@ entities: 0: 61058 -12,-11: 0: 4367 - 1: 1024 + 2: 1024 -13,-11: 0: 34958 -12,-10: @@ -13437,7 +14457,7 @@ entities: 0: 49080 -13,-9: 0: 52424 - 1: 272 + 2: 272 -11,-10: 0: 65399 -11,-13: @@ -13446,7 +14466,7 @@ entities: 0: 61152 -11,-11: 0: 14 - 1: 1024 + 2: 1024 -10,-12: 0: 32738 -10,-11: @@ -13456,7 +14476,7 @@ entities: -10,-13: 0: 65294 -12,-15: - 1: 3 + 2: 3 0: 30464 -12,-14: 0: 30576 @@ -13466,362 +14486,334 @@ entities: 0: 60629 -11,-15: 0: 7936 - 1: 10 + 2: 10 -11,-14: 0: 56799 -10,-15: 0: 3968 - 1: 2 + 2: 2 -10,-14: 0: 61166 -10,-16: - 1: 16384 + 2: 16384 -10,-20: - 1: 4 + 2: 4 0: 3072 -10,-21: - 1: 17536 + 2: 17536 -10,-19: 0: 12 - 1: 1024 + 2: 1024 -10,-18: - 1: 4 + 2: 4 0: 3072 -10,-17: 0: 12 - 1: 1024 + 2: 1024 -9,-21: 0: 64170 - -12,1: - 0: 47903 -13,0: - 0: 58432 - 1: 17 + 2: 8 + 0: 28979 + -12,0: + 2: 4352 + 0: 52416 + -12,1: + 2: 1536 -12,2: - 1: 3840 + 0: 30215 + -13,1: + 0: 62583 -13,2: - 1: 24098 - 2: 8192 - -12,3: - 2: 3840 - 1: 61440 + 0: 65423 -13,3: - 2: 43008 - 1: 21026 + 0: 63743 + -12,3: + 0: 30240 -12,4: - 2: 3855 - 1: 61440 + 0: 15234 -11,1: - 0: 56799 + 0: 12492 -11,2: - 1: 4048 + 0: 53691 -11,3: - 1: 34560 - 2: 2048 - -10,1: - 0: 36863 - -10,2: - 1: 290 - 0: 32960 - -10,3: - 2: 49408 - 1: 4096 - 0: 140 + 0: 53725 -11,4: - 1: 15 + 0: 33245 + -10,0: + 0: 65520 + -10,1: + 0: 255 + -10,2: + 0: 60091 + -10,3: + 0: 65278 -10,4: - 1: 8471 - 2: 3816 + 0: 12526 -13,4: - 2: 43016 - 1: 21026 + 0: 64860 -12,5: - 2: 8207 - 1: 53760 + 0: 3067 -13,5: - 2: 8200 - 1: 53794 + 0: 63937 -12,6: - 2: 21872 - 1: 8706 + 2: 32910 -12,7: - 2: 85 - 1: 61986 - -12,8: - 1: 127 + 2: 34358 + 3: 2248 -13,7: - 1: 61986 - 2: 85 + 2: 1204 + 3: 57408 -11,5: - 1: 61952 - -11,7: - 1: 61440 - -11,8: - 1: 15 + 0: 45051 -11,6: - 1: 2 + 2: 12800 + 0: 34946 + -11,7: + 0: 240 + 2: 28672 -10,5: - 1: 5760 - 0: 57344 - -10,7: - 1: 61440 - -10,8: - 1: 15 + 0: 62459 -10,6: - 1: 6 - -13,8: - 1: 127 - -16,-4: - 0: 65327 - -16,-5: - 0: 61440 - 1: 145 - -16,-3: - 0: 65327 - -17,-4: - 0: 62578 - -16,-2: - 1: 240 - -16,-1: - 1: 35071 - -17,-1: - 1: 255 - -15,-1: - 1: 9215 - -16,0: - 1: 34952 - -15,-4: - 0: 24576 - 1: 12 - -15,-3: - 1: 60416 - -15,-2: - 1: 55720 - -15,-5: - 1: 59561 + 0: 30521 + -10,7: + 0: 10098 + -11,8: + 2: 32456 + -10,8: + 2: 248 + -12,9: + 2: 4040 + -13,9: + 2: 61428 + -11,9: + 2: 19 + -16,2: + 3: 337 + 2: 17572 + -17,2: + 3: 3855 + 2: 240 + -16,3: + 3: 337 + 2: 17444 + -17,3: + 3: 3855 + 2: 240 + -16,1: + 2: 16384 + -16,4: + 2: 17572 + 3: 337 + -15,2: + 2: 52 + 0: 34816 -15,0: - 1: 8995 - -14,-4: - 0: 65280 - 1: 14 - -14,-3: - 0: 15 - 1: 43776 - -14,-2: - 1: 32682 - -14,-1: - 1: 19671 - -14,-5: - 1: 43695 + 2: 17476 + -15,3: + 0: 136 + 2: 16384 + -15,4: + 2: 52468 + -15,-1: + 2: 34952 -14,0: - 1: 17476 + 0: 51705 + -15,1: + 2: 2176 + -14,2: + 0: 57167 + -14,3: + 0: 62717 + -14,-1: + 3: 13107 + 0: 34952 + -14,1: + 0: 58094 + -14,4: + 0: 61160 + -13,-1: + 0: 13107 -16,-8: - 1: 10098 + 2: 10098 -16,-7: - 1: 8995 + 2: 58147 -16,-6: - 1: 4083 - -17,-6: - 1: 36848 - -17,-5: - 1: 72 + 2: 11235 + -16,-5: + 2: 13091 + 3: 32768 + -16,-4: + 2: 8995 -16,-9: - 1: 12848 + 2: 12848 -15,-8: 0: 32631 - -15,-6: - 1: 14196 -15,-7: - 1: 10240 + 2: 6144 + -15,-6: + 2: 6004 + -15,-4: + 0: 65534 + -15,-5: + 0: 2248 -14,-8: 0: 30711 -14,-7: 0: 7 -14,-6: 0: 4095 + -14,-5: + 0: 24575 + -14,-4: + 0: 65535 -16,-12: - 1: 16369 + 2: 16369 -16,-13: - 1: 4369 - 2: 8738 + 2: 4369 + 3: 8738 -17,-12: - 1: 49137 + 2: 49137 -16,-11: - 1: 12850 + 2: 12850 -16,-10: - 1: 5272 - 2: 49668 + 2: 5272 + 3: 49668 -15,-12: - 1: 4083 + 2: 4083 -15,-10: - 1: 39248 - 2: 160 + 2: 39248 + 3: 160 -15,-13: - 1: 4352 - 2: 8208 + 2: 4352 + 3: 8208 0: 8 -14,-12: - 1: 3888 + 2: 3888 0: 8 -14,-10: - 2: 816 - 1: 1 + 3: 816 + 2: 1 0: 34944 -15,-9: - 1: 8 + 2: 8 -14,-9: - 1: 273 - 2: 2 + 2: 273 + 3: 2 -14,-13: 0: 52428 -16,-16: - 1: 319 + 2: 319 -16,-17: - 1: 12288 + 2: 12288 -17,-16: - 1: 20991 - 2: 8192 + 2: 20991 + 3: 8192 -16,-15: 0: 287 - 2: 4096 - 1: 8192 + 3: 4096 + 2: 8192 -16,-14: - 2: 12337 - 1: 450 + 3: 12337 + 2: 450 -17,-15: - 1: 33045 - 2: 12834 + 2: 33045 + 3: 12834 -17,-14: - 1: 361 - 2: 45200 + 2: 361 + 3: 45200 -17,-13: - 2: 43690 - 1: 4369 + 3: 43690 + 2: 4369 -15,-16: - 1: 15 + 2: 15 0: 57344 -15,-15: 0: 239 - 1: 4096 + 2: 4096 -15,-14: - 1: 1 + 2: 1 0: 61120 -14,-16: - 1: 63 + 2: 63 0: 53248 -14,-15: 0: 3295 - 1: 4096 + 2: 4096 -14,-14: 0: 57308 -13,-16: - 1: 33843 + 2: 33843 0: 4096 -13,-15: 0: 22387 - -20,-4: - 1: 52428 - -20,-5: - 1: 52424 - -20,-3: - 1: 52428 - -20,-2: - 1: 2252 - -19,-4: - 1: 29184 - -19,-3: - 1: 31744 - -19,-2: - 1: 29596 - -19,-1: - 1: 206 - -18,-2: - 1: 39188 - -18,-1: - 1: 255 - -18,-4: - 0: 25792 - -18,-3: - 0: 196 - -17,-3: - 0: 628 - -17,-2: - 1: 34928 - -19,-5: - 1: 31891 - -19,-6: - 1: 32448 - -18,-6: - 1: 40944 - -18,-5: - 1: 1113 -21,-16: - 1: 52460 + 2: 52460 -21,-17: - 1: 57344 + 2: 57344 -21,-15: - 1: 52428 + 2: 52428 -21,-14: - 1: 52428 + 2: 52428 -21,-13: - 1: 50252 + 2: 50252 -21,-12: - 1: 61164 + 2: 61164 -20,-16: - 1: 159 - 2: 32768 + 2: 159 + 3: 32768 -20,-14: - 1: 722 - 2: 32800 + 2: 722 + 3: 32800 -20,-17: - 1: 32768 + 2: 32768 -19,-16: - 1: 4607 - 2: 40960 + 2: 4607 + 3: 40960 -20,-15: - 2: 34952 + 3: 34952 -19,-15: - 1: 273 - 2: 47786 + 2: 273 + 3: 47786 -19,-14: - 2: 45072 - 1: 481 + 3: 45072 + 2: 481 -20,-13: - 2: 34952 + 3: 34952 -19,-13: - 1: 4369 - 2: 43690 + 2: 4369 + 3: 43690 -19,-17: - 1: 45056 + 2: 45056 -19,-12: - 1: 49137 + 2: 49137 -18,-16: - 1: 4607 - 2: 40960 + 2: 4607 + 3: 40960 -18,-15: - 1: 273 - 2: 47786 + 2: 273 + 3: 47786 -18,-14: - 2: 45072 - 1: 481 + 3: 45072 + 2: 481 -18,-13: - 1: 4369 - 2: 43690 + 2: 4369 + 3: 43690 -18,-17: - 1: 45056 + 2: 45056 -18,-12: - 1: 49073 + 2: 49073 -17,-17: - 1: 45056 + 2: 45056 1,-4: 0: 1136 - 1: 61440 + 2: 61440 1,-3: - 2: 52417 - 1: 4368 + 3: 52417 + 2: 4368 1,-2: - 2: 1 - 1: 240 + 3: 1 + 2: 240 0: 61440 1,-1: 0: 65535 @@ -13829,24 +14821,24 @@ entities: 0: 65535 1,0: 0: 15 - 1: 20224 + 2: 20224 2,-4: 0: 119 - 1: 28672 + 2: 28672 2,-3: - 2: 4372 - 1: 17472 + 3: 4372 + 2: 17472 2,-2: - 1: 112 + 2: 112 0: 61568 - 2: 4 + 3: 4 2,-1: 0: 32631 2,-5: 0: 65535 2,0: 0: 2063 - 1: 1792 + 2: 1792 3,-4: 0: 4090 3,-3: @@ -13932,9 +14924,9 @@ entities: 4,-9: 0: 16151 0,-16: - 1: 43520 + 2: 43520 1,-16: - 1: 45056 + 2: 45056 1,-15: 0: 65248 1,-14: @@ -13963,63 +14955,63 @@ entities: 0: 2240 1,-17: 0: 12 - 1: 2048 + 2: 2048 1,-18: 0: 32768 - 1: 136 + 2: 136 1,-20: - 1: 34816 + 2: 34816 2,-19: 0: 61182 2,-21: - 1: 7918 + 2: 7918 0: 16384 2,-20: 0: 20196 2,-18: 0: 61166 3,-21: - 1: 39167 + 2: 39167 3,-18: - 1: 58600 + 2: 58600 3,-20: - 1: 34952 + 2: 34952 4,-20: - 1: 4112 + 2: 4112 3,-19: - 1: 34952 + 2: 34952 4,-19: - 1: 4112 + 2: 4112 4,-18: - 1: 62960 - 2: 2560 + 2: 62960 + 3: 2560 1,1: - 2: 16657 - 1: 1028 + 3: 16657 + 2: 1028 1,2: 0: 65280 - 2: 4 - 1: 8 + 3: 4 + 2: 8 1,3: 0: 14207 1,4: 0: 65535 2,1: - 2: 1911 + 3: 1911 2,2: 0: 65280 - 1: 4 + 2: 4 2,3: 0: 49359 - 1: 256 + 2: 256 2,4: 0: 65535 3,1: - 1: 4113 + 2: 4113 0: 52416 3,2: 0: 65484 - 1: 1 + 2: 1 3,3: 0: 55487 3,4: @@ -14052,25 +15044,25 @@ entities: 0: 30719 3,7: 0: 7 - 1: 17408 - 2: 32768 + 2: 17408 + 3: 32768 3,8: - 1: 36452 - 2: 136 + 2: 36452 + 3: 136 4,4: 0: 47553 4,5: 0: 16369 4,6: 0: 13107 - 1: 8 + 2: 8 4,7: 0: 823 - 2: 12288 - 1: 16392 + 3: 12288 + 2: 16392 4,8: - 2: 307 - 1: 16068 + 3: 307 + 2: 16068 5,-4: 0: 44987 5,-3: @@ -14117,7 +15109,7 @@ entities: 0: 15291 5,-8: 0: 13311 - 1: 32768 + 2: 32768 5,-7: 0: 32627 5,-6: @@ -14126,9 +15118,9 @@ entities: 0: 7943 6,-8: 0: 35067 - 1: 4096 + 2: 4096 6,-7: - 1: 1 + 2: 1 0: 65416 6,-6: 0: 65520 @@ -14176,7 +15168,7 @@ entities: 0: 12275 7,-13: 0: 4113 - 1: 50176 + 2: 50176 8,-12: 0: 65520 8,-11: @@ -14194,50 +15186,50 @@ entities: 6,-14: 0: 15295 6,-16: - 1: 32768 - 7,-16: - 1: 14476 2: 32768 + 7,-16: + 2: 14476 + 3: 32768 7,-15: 0: 64432 7,-14: 0: 53247 7,-17: - 1: 19596 + 2: 19596 8,-16: - 2: 4096 + 3: 4096 8,-14: 0: 3838 8,-13: - 1: 36906 + 2: 36906 4,-21: - 1: 4112 + 2: 4112 5,-18: - 1: 62974 - 2: 2048 + 2: 62974 + 3: 2048 5,-19: - 1: 51200 + 2: 51200 6,-19: - 1: 4990 + 2: 4990 6,-18: - 1: 62960 - 2: 512 + 2: 62960 + 3: 512 6,-20: - 1: 51200 + 2: 51200 7,-20: - 1: 65530 - 2: 4 + 2: 65530 + 3: 4 7,-19: - 1: 17487 + 2: 17487 7,-18: - 1: 30068 - 2: 512 + 2: 30068 + 3: 512 7,-21: - 1: 64256 + 2: 64256 8,-20: - 1: 29456 + 2: 29456 8,-19: - 1: 2255 + 2: 2255 5,1: 0: 65522 5,2: @@ -14273,15 +15265,15 @@ entities: 5,5: 0: 61424 5,7: - 2: 39 - 1: 16 + 3: 39 + 2: 16 5,6: - 1: 4096 - 2: 8192 + 2: 4096 + 3: 8192 6,5: 0: 36848 6,6: - 1: 2 + 2: 2 0: 34952 6,7: 0: 140 @@ -14289,17 +15281,17 @@ entities: 0: 40952 7,6: 0: 221 - 1: 24576 + 2: 24576 7,7: 0: 1 - 1: 2 + 2: 2 8,4: 0: 65523 8,5: 0: 4369 8,6: 0: 3327 - 1: 4096 + 2: 4096 9,-4: 0: 30583 9,-3: @@ -14314,7 +15306,7 @@ entities: 0: 65339 10,-4: 0: 49425 - 1: 192 + 2: 192 10,-3: 0: 8191 10,-2: @@ -14327,7 +15319,7 @@ entities: 0: 48682 11,-1: 0: 59 - 1: 12288 + 2: 12288 11,-4: 0: 59946 11,-3: @@ -14338,10 +15330,10 @@ entities: 0: 65327 12,-3: 0: 4367 - 1: 1024 + 2: 1024 12,-2: 0: 4353 - 1: 52420 + 2: 52420 9,-8: 0: 60943 9,-7: @@ -14358,9 +15350,9 @@ entities: 0: 47291 10,-7: 0: 14 - 1: 25600 + 2: 25600 10,-5: - 1: 33376 + 2: 33376 11,-8: 0: 25328 11,-7: @@ -14371,7 +15363,7 @@ entities: 0: 58976 12,-8: 0: 4415 - 1: 51200 + 2: 51200 12,-7: 0: 65489 12,-6: @@ -14385,53 +15377,53 @@ entities: 9,-10: 0: 61408 9,-13: - 1: 4096 + 2: 4096 10,-12: 0: 4368 10,-10: 0: 48952 10,-13: - 1: 4368 + 2: 4368 0: 140 10,-11: - 1: 8736 + 2: 8736 11,-11: 0: 21776 11,-10: 0: 28455 11,-12: - 1: 5456 + 2: 5456 12,-12: 0: 13107 - 1: 32768 + 2: 34816 12,-11: - 0: 56785 + 0: 8115 12,-10: - 0: 64989 + 0: 49083 12,-9: - 0: 16157 + 0: 16155 8,-15: - 1: 1634 + 2: 1634 9,-14: 0: 61439 9,-15: - 1: 17 + 2: 17 0: 60620 9,-16: 0: 52364 9,-17: 0: 51336 - 1: 32 + 2: 32 10,-16: 0: 56704 - 1: 2 + 2: 2 10,-15: 0: 57309 10,-14: 0: 57297 10,-17: - 2: 34816 - 1: 576 + 3: 34816 + 2: 576 11,-16: 0: 65520 11,-15: @@ -14441,8 +15433,8 @@ entities: 11,-13: 0: 127 11,-17: - 2: 62208 - 1: 3104 + 3: 62208 + 2: 3104 12,-16: 0: 56712 12,-15: @@ -14452,36 +15444,36 @@ entities: 12,-13: 0: 47935 9,-19: - 1: 62736 - 2: 2082 + 2: 62736 + 3: 2082 9,-20: - 2: 3136 + 3: 3136 9,-18: - 1: 2126 + 2: 2126 10,-20: - 1: 1792 + 2: 1792 10,-18: - 1: 25862 + 2: 25862 11,-20: - 2: 13056 - 1: 50304 + 3: 13056 + 2: 50304 11,-19: - 2: 30583 - 1: 8 + 3: 30583 + 2: 8 11,-18: - 2: 375 - 1: 17920 + 3: 375 + 2: 17920 11,-21: - 1: 6513 - 2: 142 + 2: 6513 + 3: 142 12,-20: - 2: 13107 + 3: 13107 12,-19: - 1: 5633 - 2: 24610 + 2: 5633 + 3: 24610 12,-18: - 1: 17425 - 2: 8366 + 2: 17425 + 3: 8366 9,1: 0: 8083 9,2: @@ -14490,7 +15482,7 @@ entities: 0: 65339 10,1: 0: 9010 - 1: 2176 + 2: 2176 10,2: 0: 56575 10,3: @@ -14500,38 +15492,38 @@ entities: 11,0: 0: 32624 11,1: - 1: 16 + 2: 16 0: 57344 11,2: 0: 65535 11,3: 0: 271 12,0: - 1: 51393 + 2: 51393 0: 768 - 2: 1024 + 3: 1024 12,1: - 1: 49665 + 2: 49665 12,2: 0: 30577 12,3: 0: 7 - 1: 17408 + 2: 17408 9,6: 0: 119 - 1: 8192 + 2: 8192 9,5: 0: 28398 10,4: 0: 62256 - 1: 128 + 2: 128 10,5: 0: 511 - 1: 49152 + 2: 49152 10,6: - 1: 3 + 2: 3 11,4: - 1: 80 + 2: 80 0: 61440 11,5: 0: 44799 @@ -14539,664 +15531,752 @@ entities: 0: 2730 12,4: 0: 61440 - 1: 68 + 2: 68 12,5: 0: 241 - 1: 24576 + 2: 24576 12,-1: - 1: 4 + 2: 4 13,-4: 0: 1 - 1: 64 + 2: 64 13,-2: - 1: 4080 + 2: 4080 13,-5: 0: 62451 14,-2: - 1: 20478 + 2: 20478 14,-5: 0: 12336 14,-1: - 2: 43690 - 1: 17476 + 3: 43690 + 2: 17476 14,0: - 2: 1038 - 1: 19264 + 3: 1038 + 2: 19264 15,-2: - 1: 20478 + 2: 20478 15,-1: - 2: 43690 - 1: 17476 + 3: 43690 + 2: 17476 15,0: - 2: 1038 - 1: 19264 + 3: 1038 + 2: 19264 16,-2: - 1: 20478 + 2: 20478 13,-8: 0: 3 - 1: 17476 + 2: 17476 13,-7: 0: 62448 13,-6: 0: 65523 13,-9: - 1: 16388 - 0: 257 + 2: 17408 + 0: 259 + 3: 128 14,-7: 0: 12336 14,-6: - 1: 8224 + 2: 8224 13,-12: - 1: 64512 + 2: 7168 13,-11: - 0: 65520 + 0: 33552 + 2: 4 13,-10: - 0: 4607 - 1: 49152 + 0: 49075 13,-13: 0: 13075 - 1: 2176 - 14,-12: - 1: 36864 - 0: 238 + 2: 2176 14,-11: - 0: 4368 - 2: 19656 - 1: 32768 + 0: 28672 + 3: 34816 14,-10: - 0: 17 - 2: 2188 - 1: 64 + 0: 14129 + 3: 8 + 14,-9: + 2: 16 + 3: 8 + 14,-12: + 0: 238 14,-13: 0: 58606 15,-11: - 2: 401 - 1: 4710 + 2: 16657 + 3: 12288 15,-10: - 2: 48 - 1: 3784 + 2: 61489 + 3: 4038 + 15,-9: + 2: 1 15,-12: - 1: 8712 + 2: 61672 + 3: 3584 15,-13: - 1: 52832 + 3: 33824 + 2: 19008 16,-12: - 1: 8435 - 2: 35328 - 16,-11: - 2: 10937 - 1: 36864 - 0: 1024 + 3: 289 + 2: 4178 + 0: 49152 16,-10: - 2: 383 - 1: 2176 + 2: 61584 + 3: 3872 12,-17: 0: 34880 - 1: 162 + 2: 162 13,-16: 0: 4353 - 1: 17408 + 2: 17408 13,-15: 0: 12561 - 1: 2116 + 2: 2116 13,-14: 0: 48123 13,-17: 0: 4096 - 2: 16 - 1: 230 + 3: 16 + 2: 230 14,-14: 0: 65535 14,-16: - 1: 28 + 2: 28 0: 8192 14,-17: - 1: 4096 - 2: 2 + 2: 4096 + 3: 2 14,-15: 0: 57890 15,-16: - 1: 32775 - 2: 2176 + 2: 32775 + 3: 2176 15,-14: 0: 10016 15,-15: - 1: 28360 + 2: 28360 15,-17: - 1: 34944 + 2: 34944 16,-16: - 2: 61105 - 1: 14 + 3: 61105 + 2: 14 16,-15: - 2: 119 + 3: 119 16,-13: - 1: 4098 + 2: 4098 12,-21: - 1: 20480 - 2: 8977 + 2: 20480 + 3: 8977 13,-18: - 2: 8448 - 1: 4096 + 3: 8448 + 2: 4096 14,-19: - 1: 14540 + 2: 14540 14,-18: - 1: 21789 - 2: 2 + 2: 21789 + 3: 2 14,-20: - 1: 60416 - 2: 192 + 2: 60416 + 3: 192 15,-19: - 2: 57102 - 1: 8192 + 3: 57102 + 2: 8192 15,-18: - 2: 19 - 1: 32780 + 3: 19 + 2: 32780 15,-21: - 2: 7680 + 3: 7680 0: 64 15,-20: - 2: 3686 + 3: 3686 16,-20: - 2: 63235 - 1: 2216 + 3: 63235 + 2: 2216 16,-19: - 2: 48031 + 3: 48031 16,-18: - 2: 139 - 1: 31744 + 3: 139 + 2: 31744 16,-17: - 2: 49022 - 1: 16384 + 3: 49022 + 2: 16384 13,0: - 1: 20288 + 2: 20288 13,2: - 1: 65280 + 2: 65280 14,2: - 1: 65348 - 2: 10 + 2: 65348 + 3: 10 14,1: - 2: 43694 - 1: 17472 + 3: 43694 + 2: 17472 14,3: - 1: 14 + 2: 14 15,2: - 1: 65348 - 2: 10 + 2: 65348 + 3: 10 15,1: - 2: 43694 - 1: 17472 + 3: 43694 + 2: 17472 15,3: - 1: 14 + 2: 14 16,0: - 1: 19264 - 2: 1038 + 2: 19264 + 3: 1038 16,2: - 1: 65348 - 2: 10 + 2: 65348 + 3: 10 12,6: - 1: 2 + 2: 2 16,-1: - 2: 43690 - 1: 17476 + 3: 43690 + 2: 17476 17,-2: - 1: 20478 + 2: 20478 17,-1: - 2: 43690 - 1: 17476 + 3: 43690 + 2: 17476 17,0: - 2: 1038 - 1: 19264 + 3: 1038 + 2: 19264 17,-3: - 1: 32768 + 2: 32768 18,-3: - 1: 14316 + 2: 14316 18,-2: - 1: 59185 + 2: 59185 18,-1: - 1: 34956 + 2: 34956 18,-4: - 1: 32768 + 2: 32768 19,-4: - 1: 14316 + 2: 14316 19,-3: - 1: 1 + 2: 1 19,-1: - 1: 4407 + 2: 4407 18,0: - 1: 44456 - 2: 512 + 2: 44456 + 3: 512 19,0: - 1: 13105 + 2: 13105 19,-2: - 1: 60544 + 2: 60544 19,-5: - 1: 32896 + 2: 32896 20,-2: - 1: 311 + 2: 311 20,-7: - 2: 24576 + 3: 24576 19,-7: - 1: 32768 + 2: 32768 20,-6: - 1: 16912 - 2: 36078 + 2: 16912 + 3: 36078 19,-6: - 1: 200 + 2: 200 20,-5: - 1: 784 - 2: 60552 + 2: 784 + 3: 60552 20,-4: - 2: 18022 + 3: 18022 21,-6: - 2: 18367 - 1: 2048 + 3: 18367 + 2: 2048 21,-5: - 2: 55735 - 1: 8 + 3: 55735 + 2: 8 21,-8: - 1: 546 - 2: 34952 + 2: 546 + 3: 34952 21,-7: - 2: 34958 - 1: 512 + 3: 34958 + 2: 512 21,-4: - 2: 31612 + 3: 31612 21,-9: - 2: 36352 - 1: 231 + 3: 36356 + 2: 10 22,-8: - 2: 57339 - 1: 4 + 3: 57339 + 2: 4 22,-7: - 2: 4271 - 1: 57600 + 3: 4271 + 2: 57600 22,-6: - 2: 60621 - 1: 16 + 3: 60621 + 2: 16 22,-5: - 1: 1 - 2: 65534 + 2: 1 + 3: 65534 22,-9: - 2: 40908 - 1: 16434 + 3: 56673 + 2: 540 22,-4: - 2: 15031 - 1: 8 + 3: 15031 + 2: 8 23,-8: - 2: 65295 + 3: 65295 23,-7: - 1: 13056 - 2: 52462 + 2: 13056 + 3: 52462 23,-6: - 2: 34511 - 1: 2096 + 3: 34511 + 2: 2096 23,-5: - 2: 52215 - 1: 12288 + 3: 52215 + 2: 12288 0: 1024 23,-9: - 2: 60943 - 0: 144 + 3: 59973 + 2: 1176 + 0: 258 23,-4: - 2: 4 - 1: 336 + 3: 4 + 2: 336 24,-8: - 2: 4899 + 3: 4899 24,-7: - 2: 4371 + 3: 4371 24,-6: - 2: 275 - 1: 4640 + 3: 275 + 2: 4640 16,1: - 2: 43694 - 1: 17472 + 3: 43694 + 2: 17472 16,3: - 1: 14 + 2: 14 17,2: - 1: 65348 - 2: 10 + 2: 65348 + 3: 10 17,1: - 2: 43694 - 1: 17472 + 3: 43694 + 2: 17472 17,3: - 1: 14 + 2: 14 18,2: - 1: 65416 + 2: 65416 18,1: - 1: 34952 + 2: 34952 19,1: - 1: 4369 + 2: 4369 19,2: - 1: 13073 + 2: 13073 18,3: - 1: 8 + 2: 8 19,3: - 1: 3 + 2: 3 24,-9: - 2: 12545 - 0: 16 + 3: 12545 + 0: 530 4,-24: - 1: 13107 + 2: 13107 4,-25: - 1: 4096 + 2: 4096 3,-24: - 1: 224 - 2: 12567 + 2: 224 + 3: 12567 4,-23: - 1: 4915 + 2: 4915 3,-23: - 2: 4415 - 1: 34816 - 4,-22: - 1: 4369 - 3,-22: - 1: 35016 - 2: 1 - 8,-21: - 1: 4352 - 17,-12: - 2: 53248 - 1: 11980 - 17,-11: - 2: 40129 - 1: 24588 - 17,-10: - 1: 199 - 17,-13: - 1: 17476 - 18,-12: - 2: 61426 - 1: 4096 - 18,-11: - 2: 30591 - 18,-10: - 1: 112 - 18,-13: - 1: 51336 - 19,-12: - 2: 65520 - 19,-11: - 2: 32766 - 1: 32768 - 19,-13: - 1: 4096 - 19,-10: - 2: 2 - 20,-12: - 2: 4352 - 1: 8940 - 20,-11: - 2: 32784 - 1: 14790 - 11,-23: - 2: 49152 - 11,-22: - 2: 43148 - 1: 1088 - 12,-23: - 2: 4096 - 12,-22: - 2: 273 - -4,-24: - 2: 238 - 1: 19456 - -4,-25: - 2: 57344 - -4,-23: - 1: 52292 - 2: 128 - -4,-22: - 1: 52428 - -3,-24: - 1: 487 - 2: 63000 - -3,-23: - 2: 51071 - 1: 4096 - -3,-25: - 1: 11840 - 2: 49152 - -3,-22: - 2: 4 - 1: 34816 - -2,-24: - 2: 49147 - -2,-23: - 2: 49416 - 1: 13024 - -2,-22: - 1: 13106 - 2: 68 - -2,-25: + 3: 4415 2: 34816 - 1: 640 + 4,-22: + 2: 4369 + 3,-22: + 2: 35016 + 3: 1 + 8,-21: + 2: 4352 + 16,-11: + 0: 52428 + 17,-12: + 0: 61440 + 2: 154 + 3: 100 + 17,-11: + 0: 62451 + 17,-10: + 2: 57456 + 3: 3840 + 17,-13: + 3: 16384 + 2: 1092 + 18,-12: + 2: 116 + 0: 61440 + 3: 136 + 18,-11: + 0: 64732 + 18,-10: + 3: 3840 + 2: 57584 + 18,-13: + 3: 32768 + 2: 2184 + 19,-12: + 2: 245 + 0: 57344 + 3: 8 + 19,-11: + 0: 61422 + 19,-10: + 2: 4112 + 3: 256 + 0: 3784 + 19,-13: + 2: 17065 + 3: 35910 + 20,-12: + 3: 49 + 0: 12288 + 2: 202 + 20,-11: + 0: 15291 + 11,-23: + 3: 49152 + 11,-22: + 3: 43148 + 2: 1088 + 12,-23: + 3: 4096 + 12,-22: + 3: 273 + -4,-24: + 3: 238 + 2: 19456 + -4,-25: + 3: 57344 + -4,-23: + 2: 52292 + 3: 128 + -4,-22: + 2: 52428 + -3,-24: + 2: 487 + 3: 63000 + -3,-23: + 3: 51071 + 2: 4096 + -3,-25: + 2: 11840 + 3: 49152 + -3,-22: + 3: 4 + 2: 34816 + -2,-24: + 3: 49147 + -2,-23: + 3: 49416 + 2: 13024 + -2,-22: + 2: 13106 + 3: 68 + -2,-25: + 3: 34816 + 2: 640 -1,-24: - 2: 65535 + 3: 65535 -1,-23: - 1: 248 - 2: 39426 + 2: 248 + 3: 39426 -1,-22: - 1: 48 - 2: 32974 + 2: 48 + 3: 32974 -1,-25: - 2: 7492 - 1: 178 + 3: 7492 + 2: 178 0,-24: - 2: 30481 - 1: 35054 + 3: 30481 + 2: 35054 0,-23: - 1: 58 - 2: 57284 + 2: 58 + 3: 57284 0,-22: - 2: 29439 - -16,8: - 1: 204 - -16,7: - 1: 51336 - -15,8: - 1: 31 - -15,7: - 1: 61713 - -14,8: - 1: 127 - -14,7: - 1: 61986 - 2: 85 + 3: 29439 -3,9: - 1: 18 - -16,2: - 1: 52360 - -16,3: - 1: 52364 - -16,4: - 1: 52364 - -16,1: - 1: 34952 - -15,1: - 1: 65315 - -15,2: - 1: 61713 - 2: 2048 - -15,3: - 1: 61713 - 2: 2056 - -15,4: - 1: 61713 - 2: 2056 - -14,1: - 1: 65348 - -14,2: - 2: 36608 - 1: 28672 - -14,3: - 2: 36623 - 1: 28672 - -14,4: - 2: 36623 - 1: 28672 - -13,1: - 1: 28944 - 0: 68 - 0,-21: - 2: 2 - 0,-25: - 1: 43679 - 2: 256 - 1,-24: - 1: 547 - 2: 60620 - 1,-23: - 2: 52730 - 1,-22: - 1: 96 - 1,-25: - 1: 8449 - 2: 50910 - 2,-24: - 2: 61438 - 2,-23: - 2: 32552 - 2,-22: - 2: 231 - 1: 60928 - 2,-25: - 2: 24576 - 1: 3329 - 24,-10: - 2: 4096 - 23,-10: - 1: 52851 - 2: 12288 - -16,5: - 1: 52364 - -16,6: - 1: 34956 - -15,5: - 1: 46353 - 2: 16392 - -15,6: - 1: 4373 - -14,5: - 2: 8207 - 1: 53760 - -14,6: - 2: 21872 - 1: 8706 - -13,6: - 2: 21872 - 1: 8706 - 20,-13: - 1: 12850 - 2: 257 - 20,-10: - 1: 35879 - 2: 8 - 21,-12: - 1: 52851 - 21,-11: - 1: 264 - 2: 4096 - 21,-10: - 2: 33 - 1: 29124 - 22,-12: - 1: 4096 - 22,-11: - 1: 52851 - 22,-10: - 1: 52792 - 23,-11: - 1: 4096 - 16,-21: - 2: 48058 - 16,-14: - 1: 2 - 17,-16: - 1: 1 - 2: 65534 - 17,-15: - 2: 34021 - 1: 25360 - 17,-17: - 2: 65505 - 17,-14: - 1: 17612 - 18,-16: - 2: 62463 - 1: 3072 - 18,-15: - 2: 45055 - 1: 20480 - 18,-14: - 1: 35226 - 18,-17: - 2: 63482 - 19,-16: - 1: 4352 - 19,-15: - 2: 273 - 0: 4096 - 1: 25088 - 19,-14: - 1: 2671 + 2: 18 + -16,-3: + 2: 9187 + -15,-3: + 0: 2062 + 2: 8960 + -15,-2: + 2: 32772 + -14,-3: + 0: 53215 + -14,-2: + 0: 35065 + 3: 12288 + -13,-3: + 0: 13059 2: 128 - 20,-14: - 1: 12816 - 2: 256 - 17,-20: - 2: 34989 - 1: 22032 - 17,-19: - 1: 34055 - 2: 2240 - 17,-18: - 1: 28417 - 2: 16 - 17,-21: - 2: 56817 - 1: 4 - 18,-20: - 2: 65527 - 18,-19: - 2: 56784 - 18,-18: - 1: 1999 - 2: 61440 - 18,-21: - 2: 12544 - 19,-19: - 2: 4384 - 19,-18: - 1: 4097 - 2: 34 + 0,-21: + 3: 2 + 0,-25: + 2: 43679 + 3: 256 + 1,-24: + 2: 547 + 3: 60620 + 1,-23: + 3: 52730 + 1,-22: + 2: 96 + 1,-25: + 2: 8449 + 3: 50910 + 2,-24: + 3: 61438 + 2,-23: + 3: 32552 + 2,-22: + 3: 231 + 2: 60928 + 2,-25: + 3: 24576 + 2: 3329 + 24,-13: + 2: 4096 + 3: 257 + 24,-12: + 2: 34882 + 0: 4096 + 23,-12: + 0: 65392 + 24,-11: + 0: 4369 + 2: 34816 + 23,-11: + 0: 65262 + 23,-10: + 0: 127 + 24,-10: + 3: 4096 + 2: 584 + 20,-13: + 2: 12560 + 21,-12: + 3: 19 + 0: 51200 + 21,-11: + 0: 52701 + 21,-13: + 3: 29032 + 2: 2708 + 21,-10: + 2: 20496 + 3: 8704 + 0: 8 + 22,-12: + 0: 65520 + 22,-11: + 0: 62451 + 22,-10: + 0: 255 + 16,-21: + 3: 48058 + 16,-14: + 2: 2 + 17,-16: + 2: 1 + 3: 65534 + 17,-15: + 3: 34021 + 2: 25360 + 17,-17: + 3: 65505 + 17,-14: + 2: 17612 + 18,-16: + 3: 64511 + 2: 1024 + 18,-15: + 3: 45055 + 2: 20480 + 18,-14: + 2: 35090 + 3: 136 + 18,-17: + 3: 63482 + 19,-16: + 3: 27475 + 2: 37920 + 19,-15: + 3: 14111 + 2: 16416 + 19,-14: + 3: 9015 + 2: 21568 19,-17: - 1: 256 + 3: 4096 + 2: 256 + 20,-16: + 2: 8448 + 3: 4096 + 20,-15: + 3: 36071 + 2: 24 + 17,-20: + 3: 34989 + 2: 22032 + 17,-19: + 2: 34055 + 3: 2240 + 17,-18: + 2: 28417 + 3: 16 + 17,-21: + 3: 56817 + 2: 4 + 18,-20: + 3: 65527 + 18,-19: + 3: 56784 + 18,-18: + 2: 1999 + 3: 61440 + 18,-21: + 3: 12544 + 19,-19: + 3: 4384 + 19,-18: + 2: 4097 + 3: 34 16,-22: - 1: 3168 - 2: 32768 + 2: 3168 + 3: 32768 17,-22: - 2: 12288 + 3: 12288 20,-3: - 1: 60544 - 2: 8 + 2: 60544 + 3: 8 21,-3: - 2: 127 - 1: 256 + 3: 127 + 2: 256 22,-3: - 2: 37 + 3: 37 + 21,-15: + 2: 37904 + 3: 25344 + 20,-14: + 2: 8 + 21,-14: + 3: 2255 + 2: 33824 + 22,-15: + 2: 4096 + 22,-14: + 3: 49553 + 2: 3076 + 22,-13: + 3: 533 + 2: 1408 + 23,-14: + 3: 45344 + 2: 16960 + 23,-13: + 2: 3924 + 3: 2 + 24,-14: + 2: 4096 -1,-26: - 1: 24576 + 2: 24576 0,-26: - 1: 52352 + 2: 52352 1,-26: - 1: 4672 - 2: 60416 + 2: 4672 + 3: 60416 2,-26: - 2: 29440 - 1: 35856 + 3: 29440 + 2: 35856 3,-25: - 1: 768 + 2: 768 -20,-12: - 1: 36848 + 2: 36848 + -17,4: + 3: 3855 + 2: 240 + -16,5: + 3: 337 + 2: 17572 + -17,5: + 3: 3855 + 2: 240 + -16,6: + 3: 337 + 2: 17444 + -17,6: + 3: 3855 + 2: 240 + -16,7: + 2: 1204 + 3: 57408 + -17,7: + 2: 1200 + 3: 57408 + -16,8: + 3: 43690 + 2: 17476 + -15,5: + 2: 35900 + -15,7: + 2: 1200 + 3: 57408 + -15,8: + 3: 43690 + 2: 17476 + -15,6: + 2: 8 + -14,7: + 2: 1204 + 3: 57408 + -14,5: + 0: 61166 + -14,6: + 2: 17440 + 0: 8 + -14,8: + 3: 43690 + 2: 17476 + -13,6: + 0: 3 + 2: 17536 + -13,8: + 3: 43690 + 2: 17476 + -18,4: + 2: 26615 + -18,5: + 2: 26615 + -18,6: + 2: 10231 + -18,7: + 2: 11131 + 3: 128 + -18,3: + 2: 26615 + -18,8: + 2: 12850 + -17,8: + 3: 43690 + 2: 17476 + -18,2: + 2: 26615 + -18,0: + 2: 25088 + -18,1: + 2: 26214 + -16,9: + 2: 61428 + -17,9: + 2: 61412 + -15,9: + 2: 61428 + -14,9: + 2: 61428 + -18,9: + 2: 32626 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -15213,6 +16293,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 235 + moles: + - 27.225372 + - 102.419266 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 immutable: True moles: @@ -15243,21 +16338,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 235 - moles: - - 27.225372 - - 102.419266 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -15314,41 +16394,84 @@ entities: - type: Transform pos: -9.451197,-24.49092 parent: 2 - - uid: 12113 - components: - - type: Transform - pos: -58.50044,23.5087 - parent: 2 - proto: ActionToggleBlock entities: - - uid: 5100 + - uid: 20688 + mapInit: true + paused: true components: - type: Transform - parent: 8291 + parent: 20687 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 8291 - - uid: 22750 + container: 20687 + - uid: 20690 + mapInit: true + paused: true components: - type: Transform - parent: 3686 + parent: 20689 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 3686 - - uid: 23312 + container: 20689 + - uid: 20692 + mapInit: true + paused: true components: - type: Transform - parent: 23311 + parent: 20691 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 23311 - - uid: 23314 + container: 20691 + - uid: 20702 + mapInit: true + paused: true components: - type: Transform - parent: 23313 + parent: 20698 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 23313 + container: 20698 +- proto: ActionToggleInternals + entities: + - uid: 20606 + mapInit: true + paused: true + components: + - type: Transform + parent: 20601 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 20601 + - uid: 20609 + mapInit: true + paused: true + components: + - type: Transform + parent: 20607 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 20607 +- proto: ActionToggleJetpack + entities: + - uid: 20605 + mapInit: true + paused: true + components: + - type: Transform + parent: 20601 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 20601 + - uid: 20608 + mapInit: true + paused: true + components: + - type: Transform + parent: 20607 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 20607 - proto: ActionToggleLight entities: - uid: 121 @@ -15358,13 +16481,6 @@ entities: - type: InstantAction originalIconColor: '#FFFFFFFF' container: 88 - - uid: 494 - components: - - type: Transform - parent: 492 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 492 - uid: 3732 components: - type: Transform @@ -15492,17 +16608,6 @@ entities: - 13168 - 14030 - 1809 - - uid: 81 - components: - - type: Transform - pos: -12.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 7482 - - 13609 - - 15394 - - 15393 - uid: 103 components: - type: MetaData @@ -15524,6 +16629,57 @@ entities: devices: - 14078 - 17441 + - uid: 1413 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 1953 + - 24089 + - 24119 + - uid: 1931 + components: + - type: MetaData + name: Genpop Entrance + - type: Transform + pos: -23.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 24036 + - 24104 + - 24081 + - 19647 + - 19643 + - 19645 + - 19644 + - 19642 + - 19646 + - uid: 2196 + components: + - type: MetaData + name: Atmos Locker Room + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 810 + - 2208 + - 23806 + - uid: 2237 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 23807 + - 1569 + - 7482 - uid: 2395 components: - type: Transform @@ -15568,17 +16724,6 @@ entities: - 11142 - 11143 - 11140 - - uid: 2670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 - parent: 2 - - type: DeviceList - devices: - - 23797 - - 23796 - - 23917 - uid: 3489 components: - type: MetaData @@ -15631,15 +16776,6 @@ entities: devices: - 1188 - 2752 - - uid: 6203 - components: - - type: Transform - pos: -30.5,5.5 - parent: 2 - - type: DeviceList - devices: - - 14619 - - 14622 - uid: 6547 components: - type: MetaData @@ -15711,21 +16847,21 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,7.5 + pos: -13.5,4.5 parent: 2 - type: DeviceList devices: - 5467 - 5390 - - 15180 - - 14385 - - 1258 - 11990 - 8445 - 23733 - - 19001 - - 14382 - - 14368 + - 23812 + - 23811 + - 23810 + - 24318 + - 24315 + - 24317 - uid: 8983 components: - type: Transform @@ -15754,15 +16890,6 @@ entities: - 21800 - 21801 - 21856 - - uid: 9278 - components: - - type: Transform - pos: -38.5,-13.5 - parent: 2 - - type: DeviceList - devices: - - 588 - - 23056 - uid: 9309 components: - type: Transform @@ -15819,14 +16946,11 @@ entities: - 14706 - 19008 - 19006 - - 15672 - 14711 - 14712 - 14710 - 15301 - 15302 - - 11591 - - 11574 - uid: 10105 components: - type: MetaData @@ -15841,20 +16965,6 @@ entities: - 21855 - 21854 - 21853 - - uid: 11625 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 23789 - - 23798 - - 23788 - - 9141 - - 8468 - - 226 - uid: 11632 components: - type: Transform @@ -15883,16 +16993,6 @@ entities: - 8446 - 8436 - 6558 - - uid: 13089 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,15.5 - parent: 2 - - type: DeviceList - devices: - - 2849 - - 15018 - uid: 13549 components: - type: Transform @@ -16128,13 +17228,11 @@ entities: - type: DeviceList devices: - 1585 - - 1569 - 15395 - 15396 - 15394 - 15393 - 23143 - - 23142 - uid: 13800 components: - type: Transform @@ -16267,22 +17365,6 @@ entities: - 12170 - 12169 - 14275 - - uid: 14595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,12.5 - parent: 2 - - type: DeviceList - devices: - - 14576 - - 14588 - - 14597 - - 14589 - - 14574 - - 89 - - 14878 - - 621 - uid: 14733 components: - type: Transform @@ -16355,8 +17437,7 @@ entities: devices: - 23143 - 1585 - - 1569 - - 23142 + - 23817 - 15394 - 15393 - 15396 @@ -16560,19 +17641,18 @@ entities: devices: - 14130 - 14144 - - uid: 16446 + - uid: 17162 components: - type: Transform - pos: -53.5,-10.5 + pos: 90.5,-41.5 parent: 2 - type: DeviceList devices: - - 16421 - - 16456 - - 16412 - - 16413 - - 13013 - - 16422 + - 18821 + - 18813 + - 18783 + - 18784 + - 18822 - uid: 17348 components: - type: Transform @@ -16666,71 +17746,28 @@ entities: - 15165 - 15164 - 17582 - - uid: 17615 + - uid: 18894 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-11.5 + pos: 69.5,-45.5 parent: 2 - type: DeviceList devices: - - 11574 - - 11591 - - 1192 - - 20477 - - 23787 - - 23753 - - 23759 - - 23755 - - 23800 - - 23799 - - uid: 18900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,7.5 - parent: 2 - - type: DeviceList - devices: - - 14621 - - 14620 - - 11185 - - 14675 - - 3201 - - 14468 - - uid: 19009 + - 18900 + - 18901 + - 18899 + - uid: 18902 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,2.5 + pos: 82.5,-43.5 parent: 2 - type: DeviceList devices: - - 14382 - - 14368 - - 19001 - - 14443 - - 8993 - - 11333 - - 19008 - - 19006 - - 15672 - - uid: 19627 - components: - - type: Transform - pos: -31.5,-2.5 - parent: 2 - - type: DeviceList - devices: - - 11617 - - 2211 - - 12299 - - 1176 - - 20477 - - 1192 - - 23823 - - 23825 - - 23826 + - 18827 + - 18889 + - 18826 - uid: 20239 components: - type: MetaData @@ -16922,6 +17959,8 @@ entities: - 23581 - uid: 23739 components: + - type: MetaData + name: Atrium Air Alarm - type: Transform rot: 3.141592653589793 rad pos: -20.5,28.5 @@ -16930,45 +17969,160 @@ entities: devices: - 23735 - 23734 - - uid: 23916 + - uid: 24035 components: - type: MetaData - name: Perma Air Alarm + name: Sec/Atmos Hall - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-1.5 + pos: -19.5,0.5 parent: 2 - type: DeviceList devices: - - 2211 - - 11617 - - 1176 - - 12299 - - 23853 - - 23912 - - 23852 - - 23846 - - 23854 - - 23915 - - 23840 - - 23877 - - 23914 - - 23876 - - 23911 - - 23913 - - 23910 - - 23904 - - 23907 - - 23807 - - 23806 - - 23906 - - 23905 - - 23909 - - 23902 - - 23809 - - 23808 - - 23903 - - 23908 + - 24034 + - 24032 + - 24033 + - 23971 + - 23972 + - 19643 + - 19647 + - 23810 + - 23811 + - 23812 + - 19008 + - 19006 + - 959 + - uid: 24059 + components: + - type: MetaData + name: Warden + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 1633 + - 24073 + - 24061 + - 24060 + - 1657 + - 24107 + - uid: 24130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 19645 + - 19646 + - 19642 + - 19644 + - 24164 + - 24165 + - 24171 + - 24172 + - 24197 + - 24186 + - 24213 + - 24214 + - 24187 + - 24198 + - 24199 + - 24188 + - 24215 + - 24189 + - 24200 + - 24216 + - 24190 + - 24191 + - 24217 + - uid: 24238 + components: + - type: MetaData + name: Sec Main + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 23993 + - 24002 + - 24233 + - 24228 + - 24229 + - 24234 + - 2524 + - 24095 + - uid: 24254 + components: + - type: MetaData + name: Armory + - type: Transform + pos: -38.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 24253 + - 24252 + - 24251 + - uid: 24290 + components: + - type: MetaData + name: Sec Lockers + - type: Transform + pos: -37.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 24287 + - 24285 + - 24284 + - uid: 24291 + components: + - type: MetaData + name: Sec Backrooms + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 24273 + - 24288 + - 24269 + - 24286 + - 24272 + - 24274 + - uid: 24292 + components: + - type: MetaData + name: HoS' Air Alarm + - type: Transform + pos: -43.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 23335 + - 24275 + - 24289 + - uid: 24601 + components: + - type: MetaData + name: West Atrium Air Alarm + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 24629 + - 24627 + - 24617 + - 24628 + - 24467 + - 327 - proto: AirAlarmFreezer entities: - uid: 22282 @@ -16987,10 +18141,15 @@ entities: - type: Transform pos: -15.5,23.5 parent: 2 - - uid: 1949 + - uid: 2211 components: - type: Transform - pos: -11.5,-1.5 + pos: -11.5,-6.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: -34.5,-12.5 parent: 2 - uid: 7156 components: @@ -17002,11 +18161,6 @@ entities: - type: Transform pos: 35.5,7.5 parent: 2 - - uid: 8516 - components: - - type: Transform - pos: -34.5,-16.5 - parent: 2 - uid: 14315 components: - type: Transform @@ -17042,6 +18196,16 @@ entities: - type: Transform pos: 8.5,-4.5 parent: 2 + - uid: 23809 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 24729 + components: + - type: Transform + pos: -42.5,20.5 + parent: 2 - proto: Airlock entities: - uid: 5908 @@ -17054,11 +18218,6 @@ entities: - type: Transform pos: 18.5,-45.5 parent: 2 - - uid: 9103 - components: - - type: Transform - pos: -48.5,3.5 - parent: 2 - uid: 11833 components: - type: Transform @@ -17074,43 +18233,45 @@ entities: - type: Transform pos: 11.5,-89.5 parent: 2 - - uid: 15168 + - uid: 16974 components: - type: Transform - pos: -47.5,1.5 + pos: -39.5,13.5 + parent: 2 + - uid: 16980 + components: + - type: Transform + pos: -39.5,15.5 + parent: 2 + - uid: 16981 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - uid: 16982 + components: + - type: Transform + pos: -36.5,10.5 parent: 2 - uid: 19243 components: - type: Transform pos: 7.5,-91.5 parent: 2 - - uid: 20422 - components: - - type: Transform - pos: -43.5,1.5 - parent: 2 - - uid: 20521 - components: - - type: Transform - pos: -43.5,5.5 - parent: 2 - - uid: 20770 - components: - - type: Transform - pos: -47.5,5.5 - parent: 2 - proto: AirlockArmoryGlassLocked entities: - - uid: 5379 + - uid: 10999 components: - type: Transform - pos: -23.5,-4.5 + rot: 1.5707963267948966 rad + pos: -30.5,-6.5 parent: 2 - - uid: 10065 +- proto: AirlockArmoryLocked + entities: + - uid: 11880 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-8.5 + pos: -23.5,-8.5 parent: 2 - proto: AirlockAssemblyCargoGlass entities: @@ -17126,30 +18287,6 @@ entities: - type: Transform pos: 1.5,-85.5 parent: 2 -- proto: AirlockAssemblyMedicalGlass - entities: - - uid: 2365 - components: - - type: Transform - pos: 79.5,-43.5 - parent: 2 -- proto: AirlockAssemblySecurityGlass - entities: - - uid: 7786 - components: - - type: Transform - pos: 73.5,-47.5 - parent: 2 - - uid: 8926 - components: - - type: Transform - pos: 67.5,-45.5 - parent: 2 - - uid: 17919 - components: - - type: Transform - pos: 66.5,-41.5 - parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - uid: 1582 @@ -17189,6 +18326,16 @@ entities: parent: 2 - proto: AirlockAtmosphericsLocked entities: + - uid: 1820 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 - uid: 6672 components: - type: Transform @@ -17218,6 +18365,40 @@ entities: - type: Transform pos: 3.5,-44.5 parent: 2 +- proto: AirlockBrigGlassLocked + entities: + - uid: 380 + components: + - type: Transform + pos: -26.5,-1.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 +- proto: AirlockBrigLocked + entities: + - uid: 335 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 - proto: AirlockCaptainLocked entities: - uid: 9827 @@ -17387,36 +18568,21 @@ entities: - type: Transform pos: -20.5,-49.5 parent: 2 - - uid: 2755 + - uid: 793 components: - type: Transform - pos: -35.5,-15.5 + pos: 50.5,-37.5 parent: 2 - - uid: 5142 + - uid: 2126 components: - type: Transform - pos: -35.5,-14.5 + pos: 76.5,-41.5 parent: 2 - uid: 5300 components: - type: Transform pos: -30.5,-49.5 parent: 2 - - uid: 6962 - components: - - type: Transform - pos: -64.5,-12.5 - parent: 2 - - uid: 6985 - components: - - type: Transform - pos: -62.5,-14.5 - parent: 2 - - uid: 8586 - components: - - type: Transform - pos: -62.5,-10.5 - parent: 2 - uid: 9390 components: - type: Transform @@ -17427,6 +18593,16 @@ entities: - type: Transform pos: -23.5,-43.5 parent: 2 + - uid: 16587 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 17619 + components: + - type: Transform + pos: 70.5,-42.5 + parent: 2 - proto: AirlockDetectiveLocked entities: - uid: 669 @@ -17434,6 +18610,13 @@ entities: - type: Transform pos: 34.5,2.5 parent: 2 +- proto: AirlockEngineering + entities: + - uid: 15863 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 - proto: AirlockEngineeringGlassLocked entities: - uid: 1267 @@ -17447,6 +18630,11 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-14.5 parent: 2 + - uid: 5020 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 - uid: 9257 components: - type: Transform @@ -17525,11 +18713,6 @@ entities: - type: Transform pos: 1.5,-24.5 parent: 2 - - uid: 6699 - components: - - type: Transform - pos: -30.5,21.5 - parent: 2 - uid: 6939 components: - type: Transform @@ -17560,6 +18743,11 @@ entities: - type: Transform pos: 9.5,-20.5 parent: 2 + - uid: 10796 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 - uid: 11394 components: - type: Transform @@ -17580,10 +18768,10 @@ entities: - type: Transform pos: -8.5,-88.5 parent: 2 - - uid: 15014 + - uid: 14551 components: - type: Transform - pos: -19.5,14.5 + pos: -39.5,24.5 parent: 2 - proto: AirlockEVAGlassLocked entities: @@ -17674,11 +18862,11 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-74.5 parent: 2 - - uid: 21932 + - uid: 16353 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,12.5 + pos: -53.5,-16.5 parent: 2 - proto: AirlockExternalGlassAtmosphericsLocked entities: @@ -17852,52 +19040,52 @@ entities: - InputB - proto: AirlockExternalGlassCommandLocked entities: - - uid: 97 + - uid: 16561 components: - type: Transform - pos: -38.5,-12.5 + pos: 58.5,-40.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 5124: + 16847: - - DoorStatus - DoorBolt - - uid: 498 + - uid: 16847 components: - type: Transform - pos: -49.5,-13.5 + pos: 56.5,-39.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 617: + 16561: - - DoorStatus - DoorBolt - - uid: 617 + - uid: 24735 components: - type: Transform - pos: -47.5,-11.5 + pos: 79.5,-39.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 498: + 24736: - - DoorStatus - DoorBolt - - uid: 5124 + - uid: 24736 components: - type: Transform - pos: -36.5,-13.5 + pos: 77.5,-37.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 97: + 24735: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassEngineeringLocked @@ -17928,6 +19116,30 @@ entities: 73: - - DoorStatus - DoorBolt + - uid: 5064 + components: + - type: Transform + pos: -40.5,29.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5076: + - - DoorStatus + - DoorBolt + - uid: 5076 + components: + - type: Transform + pos: -43.5,29.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5064: + - - DoorStatus + - DoorBolt - uid: 8794 components: - type: Transform @@ -17952,19 +19164,6 @@ entities: 8794: - - DoorStatus - DoorBolt - - uid: 8924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,23.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 17960: - - - DoorStatus - - DoorBolt - uid: 16736 components: - type: Transform @@ -17991,18 +19190,6 @@ entities: 16736: - - DoorStatus - DoorBolt - - uid: 17960 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 8924: - - - DoorStatus - - DoorBolt - proto: AirlockExternalGlassLocked entities: - uid: 294 @@ -18172,19 +19359,11 @@ entities: 21929: - - DoorStatus - DoorBolt - - uid: 11974 + - uid: 13100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,9.5 + pos: -53.5,1.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 22090: - - - DoorStatus - - DoorBolt - uid: 13406 components: - type: Transform @@ -18233,6 +19412,12 @@ entities: 13550: - - DoorStatus - DoorBolt + - uid: 16239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,0.5 + parent: 2 - uid: 19896 components: - type: Transform @@ -18287,18 +19472,6 @@ entities: 938: - - DoorStatus - DoorBolt - - uid: 22090 - components: - - type: Transform - pos: -37.5,9.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 11974: - - - DoorStatus - - DoorBolt - proto: AirlockExternalGlassShuttleArrivals entities: - uid: 12786 @@ -18381,6 +19554,12 @@ entities: invokeCounter: 3 - proto: AirlockExternalGlassShuttleEscape entities: + - uid: 16270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-18.5 + parent: 2 - uid: 17705 components: - type: Transform @@ -18389,12 +19568,6 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 - - uid: 22077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,12.5 - parent: 2 - uid: 22093 components: - type: Transform @@ -18583,6 +19756,13 @@ entities: - InputA - type: DeviceLinkSink invokeCounter: 1 +- proto: AirlockFreezer + entities: + - uid: 814 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 - proto: AirlockFreezerLocked entities: - uid: 2608 @@ -18617,16 +19797,38 @@ entities: - type: Transform pos: 32.5,-15.5 parent: 2 + - uid: 804 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 - uid: 882 components: - type: Transform pos: 16.5,-34.5 parent: 2 + - uid: 909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-1.5 + parent: 2 - uid: 970 components: - type: Transform pos: 9.5,-54.5 parent: 2 + - uid: 974 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-2.5 + parent: 2 - uid: 1015 components: - type: Transform @@ -18635,17 +19837,18 @@ entities: - uid: 1018 components: - type: Transform - pos: -17.5,-1.5 + rot: 3.141592653589793 rad + pos: -23.5,-3.5 parent: 2 - uid: 1023 components: - type: Transform pos: 10.5,-54.5 parent: 2 - - uid: 1144 + - uid: 1220 components: - type: Transform - pos: -14.5,4.5 + pos: -20.5,-17.5 parent: 2 - uid: 2202 components: @@ -18667,6 +19870,11 @@ entities: - type: Transform pos: 31.5,16.5 parent: 2 + - uid: 2720 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 - uid: 3024 components: - type: Transform @@ -18767,12 +19975,6 @@ entities: - type: Transform pos: -8.5,-54.5 parent: 2 - - uid: 7699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-9.5 - parent: 2 - uid: 8677 components: - type: Transform @@ -18857,32 +20059,33 @@ entities: rot: 3.141592653589793 rad pos: 12.5,-21.5 parent: 2 - - uid: 11623 - components: - - type: Transform - pos: -16.5,4.5 - parent: 2 - uid: 14539 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-38.5 parent: 2 - - uid: 15351 + - uid: 15880 components: - type: Transform - pos: -17.5,-0.5 - parent: 2 - - uid: 15392 - components: - - type: Transform - pos: -15.5,4.5 + rot: -1.5707963267948966 rad + pos: -52.5,21.5 parent: 2 - uid: 16220 components: - type: Transform pos: 54.5,-54.5 parent: 2 + - uid: 16275 + components: + - type: Transform + pos: -49.5,23.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + pos: -52.5,16.5 + parent: 2 - uid: 16994 components: - type: Transform @@ -18908,12 +20111,6 @@ entities: - type: Transform pos: 31.5,-15.5 parent: 2 - - uid: 20790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-10.5 - parent: 2 - uid: 21434 components: - type: Transform @@ -18966,12 +20163,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-21.5 parent: 2 - - uid: 22528 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-21.5 - parent: 2 - uid: 22529 components: - type: Transform @@ -19026,6 +20217,41 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-40.5 parent: 2 + - uid: 23854 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 23855 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 23856 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 23857 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - uid: 23858 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 23859 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 24468 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 - proto: AirlockGlassShuttle entities: - uid: 3910 @@ -19081,10 +20307,10 @@ entities: parent: 2 - proto: AirlockHeadOfSecurityLocked entities: - - uid: 7950 + - uid: 11051 components: - type: Transform - pos: -23.5,10.5 + pos: -43.5,0.5 parent: 2 - proto: AirlockHydroponicsLocked entities: @@ -19182,6 +20408,16 @@ entities: - type: Transform pos: 21.5,-12.5 parent: 2 + - uid: 648 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 - uid: 2398 components: - type: Transform @@ -19190,23 +20426,13 @@ entities: - uid: 2633 components: - type: Transform - pos: -33.5,-11.5 - parent: 2 - - uid: 2643 - components: - - type: Transform - pos: -26.5,-12.5 + pos: -32.5,21.5 parent: 2 - uid: 2654 components: - type: Transform pos: -10.5,21.5 parent: 2 - - uid: 2761 - components: - - type: Transform - pos: -24.5,-16.5 - parent: 2 - uid: 3286 components: - type: Transform @@ -19257,11 +20483,6 @@ entities: - type: Transform pos: 16.5,-0.5 parent: 2 - - uid: 10143 - components: - - type: Transform - pos: -17.5,11.5 - parent: 2 - uid: 10974 components: - type: Transform @@ -19317,6 +20538,31 @@ entities: - type: Transform pos: -19.5,24.5 parent: 2 + - uid: 16358 + components: + - type: Transform + pos: -26.5,21.5 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: -48.5,-13.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 16488 + components: + - type: Transform + pos: -47.5,11.5 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: -53.5,-6.5 + parent: 2 - uid: 17975 components: - type: Transform @@ -19327,6 +20573,11 @@ entities: - type: Transform pos: 34.5,6.5 parent: 2 + - uid: 19652 + components: + - type: Transform + pos: -29.5,19.5 + parent: 2 - uid: 20394 components: - type: Transform @@ -19410,11 +20661,6 @@ entities: - type: Transform pos: 45.5,-14.5 parent: 2 - - uid: 4922 - components: - - type: Transform - pos: 49.5,-36.5 - parent: 2 - uid: 5023 components: - type: Transform @@ -19480,6 +20726,11 @@ entities: - type: Transform pos: -35.5,-48.5 parent: 2 + - uid: 17781 + components: + - type: Transform + pos: 50.5,-41.5 + parent: 2 - uid: 22285 components: - type: Transform @@ -19536,15 +20787,15 @@ entities: parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 2378 + - uid: 11061 components: - type: Transform - pos: -20.5,16.5 + pos: -32.5,-11.5 parent: 2 - - uid: 13088 + - uid: 11965 components: - type: Transform - pos: -33.5,5.5 + pos: -42.5,-9.5 parent: 2 - proto: AirlockMaintServiceLocked entities: @@ -19823,22 +21074,29 @@ entities: parent: 2 - proto: AirlockSecurityGlassLocked entities: - - uid: 676 + - uid: 11075 components: - type: Transform - pos: -27.5,-4.5 + rot: 3.141592653589793 rad + pos: -34.5,-6.5 parent: 2 -- proto: AirlockSecurityLawyerGlassLocked - entities: - - uid: 170 + - uid: 11343 components: - type: Transform - pos: -21.5,-0.5 + rot: -1.5707963267948966 rad + pos: -41.5,-1.5 parent: 2 - - uid: 14812 + - uid: 11368 components: - type: Transform - pos: -21.5,-1.5 + rot: -1.5707963267948966 rad + pos: -41.5,-3.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-7.5 parent: 2 - proto: AirlockSecurityLawyerLocked entities: @@ -19849,36 +21107,16 @@ entities: parent: 2 - proto: AirlockSecurityLocked entities: - - uid: 199 + - uid: 414 components: - type: Transform - pos: -25.5,1.5 - parent: 2 - - uid: 200 - components: - - type: Transform - pos: -25.5,8.5 - parent: 2 - - uid: 272 - components: - - type: Transform - pos: -29.5,1.5 - parent: 2 - - uid: 714 - components: - - type: Transform - pos: -33.5,1.5 + pos: -32.5,-7.5 parent: 2 - uid: 1145 components: - type: Transform pos: 63.5,-77.5 parent: 2 - - uid: 14485 - components: - - type: Transform - pos: -25.5,14.5 - parent: 2 - proto: AirlockServiceGlassLocked entities: - uid: 3745 @@ -19963,14 +21201,6 @@ entities: parent: 2 - proto: AirSensor entities: - - uid: 89 - components: - - type: Transform - pos: -22.5,10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - uid: 151 components: - type: Transform @@ -19979,14 +21209,6 @@ entities: - type: DeviceNetwork deviceLists: - 7632 - - uid: 226 - components: - - type: Transform - pos: -29.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11625 - uid: 634 components: - type: Transform @@ -20021,14 +21243,14 @@ entities: - type: DeviceNetwork deviceLists: - 13665 - - uid: 1258 + - uid: 1657 components: - type: Transform - pos: -15.5,7.5 + pos: -21.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 8606 + - 24059 - uid: 1723 components: - type: Transform @@ -20047,6 +21269,14 @@ entities: - 14795 - 15139 - 58 + - uid: 2524 + components: + - type: Transform + pos: -30.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 - uid: 2591 components: - type: Transform @@ -20109,14 +21339,6 @@ entities: - type: DeviceNetwork deviceLists: - 14915 - - uid: 8993 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19009 - uid: 9311 components: - type: Transform @@ -20166,14 +21388,6 @@ entities: deviceLists: - 2583 - 14795 - - uid: 11185 - components: - - type: Transform - pos: -25.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18900 - uid: 11990 components: - type: Transform @@ -20182,14 +21396,6 @@ entities: - type: DeviceNetwork deviceLists: - 8606 - - uid: 13013 - components: - - type: Transform - pos: -60.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16446 - uid: 13168 components: - type: Transform @@ -20329,14 +21535,6 @@ entities: deviceLists: - 15331 - 15937 - - uid: 14597 - components: - - type: Transform - pos: -28.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - uid: 14650 components: - type: Transform @@ -20345,14 +21543,6 @@ entities: - type: DeviceNetwork deviceLists: - 10102 - - uid: 14675 - components: - - type: Transform - pos: -20.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18900 - uid: 14712 components: - type: Transform @@ -20497,30 +21687,6 @@ entities: - type: DeviceNetwork deviceLists: - 12518 - - uid: 16412 - components: - - type: Transform - pos: -60.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16446 - - uid: 16413 - components: - - type: Transform - pos: -63.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16446 - - uid: 16422 - components: - - type: Transform - pos: -69.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16446 - uid: 17346 components: - type: Transform @@ -20561,6 +21727,30 @@ entities: - type: DeviceNetwork deviceLists: - 17576 + - uid: 18822 + components: + - type: Transform + pos: 94.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17162 + - uid: 18889 + components: + - type: Transform + pos: 81.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18902 + - uid: 18901 + components: + - type: Transform + pos: 69.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18894 - uid: 19045 components: - type: Transform @@ -20752,15 +21942,6 @@ entities: - type: DeviceNetwork deviceLists: - 7178 - - uid: 23142 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13796 - - 14984 - uid: 23143 components: - type: Transform @@ -20778,110 +21959,160 @@ entities: - type: DeviceNetwork deviceLists: - 23444 - - uid: 23788 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11625 - - uid: 23799 - components: - - type: Transform - pos: -25.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17615 - - uid: 23800 - components: - - type: Transform - pos: -34.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17615 - uid: 23806 components: - type: Transform - pos: -43.5,-0.5 + pos: -13.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 2196 - uid: 23807 components: - type: Transform - pos: -47.5,-0.5 + pos: -9.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23808 + - 2237 + - uid: 24034 components: - type: Transform - pos: -47.5,7.5 + pos: -21.5,-2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23809 + - 24035 + - 24109 + - uid: 24036 components: - type: Transform - pos: -43.5,7.5 + pos: -25.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23826 + - 1931 + - uid: 24107 components: - type: Transform - pos: -32.5,-4.5 + pos: -29.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19627 - - uid: 23912 + - 24059 + - uid: 24119 components: - type: Transform - pos: -43.5,-6.5 + pos: -24.5,6.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23913 + - 1413 + - uid: 24213 components: - type: Transform - pos: -45.5,3.5 + pos: -35.5,8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23914 + - 24130 + - uid: 24214 components: - type: Transform - pos: -38.5,5.5 + pos: -38.5,8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23915 + - 24130 + - uid: 24215 components: - type: Transform - pos: -38.5,-1.5 + pos: -40.5,13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 - - uid: 23917 + - 24130 + - uid: 24216 components: - type: Transform - pos: -20.5,-6.5 + pos: -41.5,15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 2670 + - 24130 + - uid: 24217 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - uid: 24234 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 + - uid: 24253 + components: + - type: Transform + pos: -39.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24254 + - uid: 24286 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24291 + - uid: 24287 + components: + - type: Transform + pos: -37.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24290 + - uid: 24288 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24291 + - uid: 24289 + components: + - type: Transform + pos: -45.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24292 + - uid: 24317 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8606 + - 16078 + - uid: 24629 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24601 - proto: AltarConvertMaint entities: - uid: 9055 @@ -20931,12 +22162,6 @@ entities: parent: 2 - proto: APCBasic entities: - - uid: 291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-12.5 - parent: 2 - uid: 351 components: - type: MetaData @@ -20945,12 +22170,6 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-53.5 parent: 2 - - uid: 1283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,7.5 - parent: 2 - uid: 1342 components: - type: MetaData @@ -20986,12 +22205,6 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 2 - - uid: 1815 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-2.5 - parent: 2 - uid: 1873 components: - type: MetaData @@ -21030,14 +22243,6 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,-19.5 parent: 2 - - uid: 2366 - components: - - type: MetaData - name: HoS's Office APC - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,9.5 - parent: 2 - uid: 2422 components: - type: MetaData @@ -21053,12 +22258,36 @@ entities: - type: Transform pos: -13.5,-22.5 parent: 2 + - uid: 2500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,21.5 + parent: 2 + - uid: 2641 + components: + - type: MetaData + name: West Atrium APC + - type: Transform + pos: -25.5,-11.5 + parent: 2 - uid: 2692 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-49.5 parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -57.5,-10.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,12.5 + parent: 2 - uid: 3661 components: - type: MetaData @@ -21073,6 +22302,12 @@ entities: - type: Transform pos: -8.5,20.5 parent: 2 + - uid: 4839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,25.5 + parent: 2 - uid: 5086 components: - type: MetaData @@ -21121,13 +22356,6 @@ entities: - type: Transform pos: 16.5,-20.5 parent: 2 - - uid: 6910 - components: - - type: MetaData - name: Warden's Office APC - - type: Transform - pos: -22.5,-2.5 - parent: 2 - uid: 7149 components: - type: MetaData @@ -21244,11 +22472,6 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,-47.5 parent: 2 - - uid: 11213 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - uid: 11350 components: - type: MetaData @@ -21422,23 +22645,6 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,-55.5 parent: 2 - - uid: 16488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-14.5 - parent: 2 - - uid: 16489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-11.5 - parent: 2 - - uid: 16490 - components: - - type: Transform - pos: -66.5,-11.5 - parent: 2 - uid: 16624 components: - type: MetaData @@ -21447,12 +22653,6 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,-70.5 parent: 2 - - uid: 16870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,7.5 - parent: 2 - uid: 17056 components: - type: MetaData @@ -21466,6 +22666,12 @@ entities: rot: 1.5707963267948966 rad pos: -49.5,-35.5 parent: 2 + - uid: 17119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,-43.5 + parent: 2 - uid: 17540 components: - type: Transform @@ -21484,21 +22690,10 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-14.5 parent: 2 - - uid: 17971 + - uid: 17966 components: - - type: MetaData - name: Solars North West APC - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,21.5 - parent: 2 - - uid: 18028 - components: - - type: MetaData - name: Hall Outside Security APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-0.5 + pos: 70.5,-39.5 parent: 2 - uid: 18631 components: @@ -21511,12 +22706,6 @@ entities: - type: Transform pos: 47.5,-29.5 parent: 2 - - uid: 19052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,4.5 - parent: 2 - uid: 19151 components: - type: Transform @@ -21529,6 +22718,16 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,-71.5 parent: 2 + - uid: 20098 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 20101 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 - uid: 20201 components: - type: Transform @@ -21547,12 +22746,6 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-37.5 parent: 2 - - uid: 20471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-5.5 - parent: 2 - uid: 20578 components: - type: MetaData @@ -21561,6 +22754,43 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,-29.5 parent: 2 + - uid: 20776 + components: + - type: MetaData + name: HoS' APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,3.5 + parent: 2 + - uid: 20777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-4.5 + parent: 2 + - uid: 20778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,2.5 + parent: 2 + - uid: 20779 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 20780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-6.5 + parent: 2 + - uid: 20781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-7.5 + parent: 2 - uid: 21006 components: - type: Transform @@ -21596,13 +22826,6 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-34.5 parent: 2 - - uid: 22714 - components: - - type: MetaData - name: Security North APC - - type: Transform - pos: -25.5,18.5 - parent: 2 - uid: 23157 components: - type: Transform @@ -21625,6 +22848,18 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,14.5 parent: 2 + - uid: 24307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,4.5 + parent: 2 + - uid: 24499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-36.5 + parent: 2 - proto: APCElectronics entities: - uid: 2246 @@ -21632,11 +22867,6 @@ entities: - type: Transform pos: -4.6457157,-23.489979 parent: 2 - - uid: 16601 - components: - - type: Transform - pos: -61.489456,-11.332669 - parent: 2 - proto: APECircuitboard entities: - uid: 4404 @@ -21691,10 +22921,10 @@ entities: parent: 2 - proto: ArtistCircuitBoard entities: - - uid: 16462 + - uid: 17097 components: - type: Transform - pos: -63.543224,-15.3914385 + pos: 67.38669,-41.3021 parent: 2 - proto: Ashtray entities: @@ -21747,10 +22977,10 @@ entities: parent: 2 - proto: AsimovCircuitBoard entities: - - uid: 16464 + - uid: 16752 components: - type: Transform - pos: -63.477634,-16.392134 + pos: 67.41116,-43.260357 parent: 2 - proto: AsteroidRock entities: @@ -21865,6 +23095,12 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,-18.5 parent: 2 + - uid: 16368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-18.5 + parent: 2 - uid: 18670 components: - type: Transform @@ -21883,12 +23119,6 @@ entities: rot: -1.5707963267948966 rad pos: 18.5,28.5 parent: 2 - - uid: 21943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,12.5 - parent: 2 - uid: 21945 components: - type: Transform @@ -21912,16 +23142,6 @@ entities: - type: Transform pos: 0.5,-88.5 parent: 2 - - uid: 192 - components: - - type: Transform - pos: -50.5,-16.5 - parent: 2 - - uid: 203 - components: - - type: Transform - pos: -48.5,-16.5 - parent: 2 - uid: 232 components: - type: Transform @@ -21937,10 +23157,15 @@ entities: - type: Transform pos: 68.5,-70.5 parent: 2 - - uid: 279 + - uid: 287 components: - type: Transform - pos: -21.5,-12.5 + pos: -48.5,-16.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 62.5,-37.5 parent: 2 - uid: 586 components: @@ -22007,26 +23232,6 @@ entities: - type: Transform pos: 21.5,28.5 parent: 2 - - uid: 1171 - components: - - type: Transform - pos: 78.5,-41.5 - parent: 2 - - uid: 1173 - components: - - type: Transform - pos: 78.5,-40.5 - parent: 2 - - uid: 1185 - components: - - type: Transform - pos: 78.5,-42.5 - parent: 2 - - uid: 1365 - components: - - type: Transform - pos: 59.5,-41.5 - parent: 2 - uid: 1772 components: - type: Transform @@ -22042,61 +23247,11 @@ entities: - type: Transform pos: 44.5,-72.5 parent: 2 - - uid: 2129 - components: - - type: Transform - pos: -38.5,18.5 - parent: 2 - - uid: 2140 - components: - - type: Transform - pos: 68.5,-40.5 - parent: 2 - - uid: 2180 - components: - - type: Transform - pos: 58.5,-41.5 - parent: 2 - uid: 2204 components: - type: Transform pos: 77.5,-74.5 parent: 2 - - uid: 2355 - components: - - type: Transform - pos: 58.5,-40.5 - parent: 2 - - uid: 2363 - components: - - type: Transform - pos: 60.5,-43.5 - parent: 2 - - uid: 2455 - components: - - type: Transform - pos: -51.5,-15.5 - parent: 2 - - uid: 2467 - components: - - type: Transform - pos: -49.5,-16.5 - parent: 2 - - uid: 2779 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - - uid: 2987 - components: - - type: Transform - pos: -50.5,-15.5 - parent: 2 - - uid: 3124 - components: - - type: Transform - pos: 58.5,-42.5 - parent: 2 - uid: 3222 components: - type: Transform @@ -22107,11 +23262,6 @@ entities: - type: Transform pos: 57.5,0.5 parent: 2 - - uid: 3408 - components: - - type: Transform - pos: 70.5,-45.5 - parent: 2 - uid: 3465 components: - type: Transform @@ -22237,11 +23387,6 @@ entities: - type: Transform pos: 61.5,7.5 parent: 2 - - uid: 5449 - components: - - type: Transform - pos: 67.5,-43.5 - parent: 2 - uid: 5666 components: - type: Transform @@ -22427,6 +23572,16 @@ entities: - type: Transform pos: 4.5,-90.5 parent: 2 + - uid: 6961 + components: + - type: Transform + pos: 63.5,-37.5 + parent: 2 + - uid: 7016 + components: + - type: Transform + pos: 78.5,-50.5 + parent: 2 - uid: 7027 components: - type: Transform @@ -22862,11 +24017,6 @@ entities: - type: Transform pos: 10.5,-86.5 parent: 2 - - uid: 7651 - components: - - type: Transform - pos: 85.5,-38.5 - parent: 2 - uid: 7668 components: - type: Transform @@ -23352,21 +24502,256 @@ entities: - type: Transform pos: -11.5,-94.5 parent: 2 - - uid: 8465 + - uid: 8432 components: - type: Transform - pos: -47.5,-5.5 + pos: 70.5,-49.5 + parent: 2 + - uid: 8477 + components: + - type: Transform + pos: 70.5,-47.5 parent: 2 - uid: 8657 components: - type: Transform pos: 4.5,-11.5 parent: 2 + - uid: 8672 + components: + - type: Transform + pos: -44.5,28.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + pos: -44.5,29.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + pos: -44.5,30.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + pos: -45.5,29.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + pos: -48.5,31.5 + parent: 2 + - uid: 8763 + components: + - type: Transform + pos: -49.5,29.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 8784 + components: + - type: Transform + pos: -48.5,33.5 + parent: 2 + - uid: 8785 + components: + - type: Transform + pos: -48.5,34.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: -48.5,35.5 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 8876 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 8883 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + pos: -50.5,32.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: -50.5,31.5 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: 70.5,-48.5 + parent: 2 + - uid: 8928 + components: + - type: Transform + pos: -49.5,31.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: -52.5,31.5 + parent: 2 + - uid: 8948 + components: + - type: Transform + pos: -52.5,32.5 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: -52.5,33.5 + parent: 2 + - uid: 8952 + components: + - type: Transform + pos: -52.5,34.5 + parent: 2 + - uid: 8953 + components: + - type: Transform + pos: -52.5,35.5 + parent: 2 + - uid: 8954 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 8955 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 8957 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 8969 + components: + - type: Transform + pos: -53.5,31.5 + parent: 2 + - uid: 8970 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 8973 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - uid: 8980 + components: + - type: Transform + pos: -56.5,31.5 + parent: 2 + - uid: 8993 + components: + - type: Transform + pos: -56.5,32.5 + parent: 2 + - uid: 8994 + components: + - type: Transform + pos: -56.5,33.5 + parent: 2 + - uid: 8995 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: -56.5,35.5 + parent: 2 + - uid: 9000 + components: + - type: Transform + pos: -58.5,35.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 9005 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 9006 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - uid: 9010 + components: + - type: Transform + pos: -58.5,31.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: -57.5,31.5 + parent: 2 + - uid: 9017 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 9018 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 9019 + components: + - type: Transform + pos: -60.5,31.5 + parent: 2 + - uid: 9076 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 - uid: 9102 components: - type: Transform pos: 50.5,1.5 parent: 2 + - uid: 9103 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 - uid: 9104 components: - type: Transform @@ -23377,16 +24762,126 @@ entities: - type: Transform pos: 50.5,3.5 parent: 2 + - uid: 9108 + components: + - type: Transform + pos: 84.5,-47.5 + parent: 2 + - uid: 9112 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 9122 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 + - uid: 9125 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: -62.5,33.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: -62.5,32.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: -62.5,31.5 + parent: 2 + - uid: 9141 + components: + - type: Transform + pos: -64.5,31.5 + parent: 2 + - uid: 9180 + components: + - type: Transform + pos: -64.5,32.5 + parent: 2 + - uid: 9202 + components: + - type: Transform + pos: -64.5,33.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 9464 + components: + - type: Transform + pos: -66.5,35.5 + parent: 2 + - uid: 9465 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 9466 + components: + - type: Transform + pos: -66.5,33.5 + parent: 2 + - uid: 9503 + components: + - type: Transform + pos: -66.5,32.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + pos: -66.5,31.5 + parent: 2 + - uid: 9518 + components: + - type: Transform + pos: -65.5,29.5 + parent: 2 - uid: 9654 components: - type: Transform pos: 69.5,-78.5 parent: 2 + - uid: 9807 + components: + - type: Transform + pos: -65.5,31.5 + parent: 2 + - uid: 9812 + components: + - type: Transform + pos: -68.5,29.5 + parent: 2 - uid: 9835 components: - type: Transform pos: 61.5,6.5 parent: 2 + - uid: 9850 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 - uid: 9851 components: - type: Transform @@ -23397,10 +24892,45 @@ entities: - type: Transform pos: 61.5,4.5 parent: 2 + - uid: 9859 + components: + - type: Transform + pos: -67.5,26.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + pos: -66.5,26.5 + parent: 2 + - uid: 9895 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + pos: -64.5,26.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: 84.5,-46.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: 85.5,-48.5 + parent: 2 - uid: 10103 components: - type: Transform - pos: -29.5,-12.5 + pos: -63.5,24.5 parent: 2 - uid: 10112 components: @@ -23412,21 +24942,51 @@ entities: - type: Transform pos: 70.5,-82.5 parent: 2 + - uid: 10133 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 - uid: 10225 components: - type: Transform pos: 71.5,-82.5 parent: 2 + - uid: 10432 + components: + - type: Transform + pos: -65.5,24.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: -66.5,24.5 + parent: 2 - uid: 10441 components: - type: Transform pos: 69.5,4.5 parent: 2 + - uid: 10469 + components: + - type: Transform + pos: -67.5,24.5 + parent: 2 - uid: 10526 components: - type: Transform pos: -54.5,-37.5 parent: 2 + - uid: 10529 + components: + - type: Transform + pos: -63.5,25.5 + parent: 2 + - uid: 10662 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 - uid: 10720 components: - type: Transform @@ -23437,6 +24997,16 @@ entities: - type: Transform pos: 70.5,2.5 parent: 2 + - uid: 10766 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: 85.5,-47.5 + parent: 2 - uid: 10782 components: - type: Transform @@ -23502,6 +25072,16 @@ entities: - type: Transform pos: 44.5,-70.5 parent: 2 + - uid: 11272 + components: + - type: Transform + pos: 75.5,-53.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: -61.5,18.5 + parent: 2 - uid: 11342 components: - type: Transform @@ -23512,21 +25092,51 @@ entities: - type: Transform pos: 74.5,-79.5 parent: 2 + - uid: 11617 + components: + - type: Transform + pos: -61.5,17.5 + parent: 2 - uid: 11643 components: - type: Transform pos: 50.5,-73.5 parent: 2 + - uid: 11847 + components: + - type: Transform + pos: 75.5,-49.5 + parent: 2 - uid: 11872 components: - type: Transform pos: 44.5,-74.5 parent: 2 + - uid: 11925 + components: + - type: Transform + pos: -63.5,20.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: -64.5,20.5 + parent: 2 - uid: 11958 components: - type: Transform pos: 1.5,2.5 parent: 2 + - uid: 12025 + components: + - type: Transform + pos: -65.5,20.5 + parent: 2 + - uid: 12150 + components: + - type: Transform + pos: -66.5,20.5 + parent: 2 - uid: 12486 components: - type: Transform @@ -23542,15 +25152,60 @@ entities: - type: Transform pos: 21.5,27.5 parent: 2 + - uid: 12536 + components: + - type: Transform + pos: -67.5,20.5 + parent: 2 - uid: 12539 components: - type: Transform pos: 22.5,28.5 parent: 2 - - uid: 12599 + - uid: 12545 components: - type: Transform - pos: -46.5,-5.5 + pos: -67.5,22.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -66.5,22.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: -65.5,22.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 12889 + components: + - type: Transform + pos: -63.5,22.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + pos: -63.5,21.5 + parent: 2 + - uid: 12985 + components: + - type: Transform + pos: -63.5,18.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 + - uid: 13010 + components: + - type: Transform + pos: -65.5,18.5 parent: 2 - uid: 13121 components: @@ -23562,6 +25217,46 @@ entities: - type: Transform pos: -48.5,-19.5 parent: 2 + - uid: 13279 + components: + - type: Transform + pos: 76.5,-53.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + pos: -66.5,18.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + pos: -67.5,18.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + pos: -67.5,16.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 14016 + components: + - type: Transform + pos: -64.5,16.5 + parent: 2 + - uid: 14219 + components: + - type: Transform + pos: -63.5,16.5 + parent: 2 - uid: 14228 components: - type: Transform @@ -23597,6 +25292,11 @@ entities: - type: Transform pos: 69.5,8.5 parent: 2 + - uid: 14366 + components: + - type: Transform + pos: -63.5,17.5 + parent: 2 - uid: 14397 components: - type: Transform @@ -23632,26 +25332,116 @@ entities: - type: Transform pos: 84.5,-17.5 parent: 2 + - uid: 14562 + components: + - type: Transform + pos: -61.5,9.5 + parent: 2 + - uid: 14563 + components: + - type: Transform + pos: -63.5,10.5 + parent: 2 + - uid: 14564 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + pos: -65.5,10.5 + parent: 2 + - uid: 14566 + components: + - type: Transform + pos: -66.5,10.5 + parent: 2 + - uid: 14567 + components: + - type: Transform + pos: -67.5,10.5 + parent: 2 + - uid: 14570 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 - uid: 14581 components: - type: Transform pos: 86.5,-12.5 parent: 2 + - uid: 14583 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 - uid: 14598 components: - type: Transform pos: 88.5,-12.5 parent: 2 + - uid: 14614 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 14615 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 14616 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 14617 + components: + - type: Transform + pos: -63.5,12.5 + parent: 2 + - uid: 14666 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + pos: -66.5,12.5 + parent: 2 - uid: 14788 components: - type: Transform pos: 87.5,-11.5 parent: 2 + - uid: 14821 + components: + - type: Transform + pos: -67.5,12.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: -64.5,12.5 + parent: 2 + - uid: 15044 + components: + - type: Transform + pos: -67.5,14.5 + parent: 2 - uid: 15069 components: - type: Transform pos: 75.5,-78.5 parent: 2 + - uid: 15121 + components: + - type: Transform + pos: -66.5,14.5 + parent: 2 - uid: 15322 components: - type: Transform @@ -23662,21 +25452,16 @@ entities: - type: Transform pos: 67.5,7.5 parent: 2 - - uid: 15635 - components: - - type: Transform - pos: 60.5,-41.5 - parent: 2 - - uid: 15636 - components: - - type: Transform - pos: 64.5,-37.5 - parent: 2 - uid: 15641 components: - type: Transform pos: 71.5,7.5 parent: 2 + - uid: 15676 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 - uid: 15725 components: - type: Transform @@ -23687,11 +25472,31 @@ entities: - type: Transform pos: 75.5,-76.5 parent: 2 + - uid: 15747 + components: + - type: Transform + pos: -64.5,14.5 + parent: 2 - uid: 15776 components: - type: Transform pos: 58.5,2.5 parent: 2 + - uid: 15823 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + pos: 70.5,-46.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + pos: -63.5,13.5 + parent: 2 - uid: 15931 components: - type: Transform @@ -23702,6 +25507,21 @@ entities: - type: Transform pos: -12.5,5.5 parent: 2 + - uid: 16147 + components: + - type: Transform + pos: 75.5,-55.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + pos: 61.5,-45.5 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 - uid: 16215 components: - type: Transform @@ -23712,70 +25532,145 @@ entities: - type: Transform pos: 67.5,-1.5 parent: 2 - - uid: 16841 + - uid: 16251 components: - type: Transform - pos: -46.5,-11.5 + pos: -47.5,-11.5 parent: 2 - - uid: 16842 + - uid: 16252 components: - type: Transform - pos: -46.5,-12.5 + pos: -47.5,-16.5 parent: 2 - - uid: 16843 + - uid: 16255 components: - type: Transform - pos: -45.5,-12.5 + pos: -47.5,-15.5 parent: 2 - - uid: 16844 + - uid: 16300 components: - type: Transform - pos: -44.5,-12.5 + pos: -60.5,-16.5 parent: 2 - - uid: 16845 + - uid: 16467 components: - type: Transform - pos: -43.5,-12.5 + pos: -54.5,-4.5 parent: 2 - - uid: 16846 + - uid: 16468 components: - type: Transform - pos: -42.5,-12.5 + pos: -54.5,-3.5 parent: 2 - - uid: 16847 + - uid: 16469 components: - type: Transform - pos: -41.5,-12.5 + pos: -54.5,-2.5 parent: 2 - - uid: 16848 + - uid: 16470 components: - type: Transform - pos: -40.5,-12.5 + pos: -54.5,-1.5 + parent: 2 + - uid: 16471 + components: + - type: Transform + pos: -54.5,-0.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + pos: -55.5,-4.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 16474 + components: + - type: Transform + pos: -55.5,-2.5 + parent: 2 + - uid: 16476 + components: + - type: Transform + pos: -55.5,-1.5 + parent: 2 + - uid: 16477 + components: + - type: Transform + pos: -55.5,-0.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + pos: 76.5,-54.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + pos: 75.5,-54.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: 77.5,-53.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + pos: 77.5,-54.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + pos: 74.5,-46.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: 63.5,-48.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: 77.5,-56.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + pos: 77.5,-55.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + pos: 69.5,-46.5 + parent: 2 + - uid: 16665 + components: + - type: Transform + pos: 61.5,-50.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: 62.5,-49.5 + parent: 2 + - uid: 16722 + components: + - type: Transform + pos: 80.5,-47.5 parent: 2 - uid: 16849 components: - type: Transform - pos: -39.5,-12.5 + pos: 77.5,-51.5 parent: 2 - uid: 16871 components: - type: Transform - pos: -50.5,-9.5 - parent: 2 - - uid: 16872 - components: - - type: Transform - pos: -49.5,-8.5 - parent: 2 - - uid: 16873 - components: - - type: Transform - pos: -48.5,-7.5 - parent: 2 - - uid: 16874 - components: - - type: Transform - pos: -47.5,-6.5 + pos: 76.5,-56.5 parent: 2 - uid: 16933 components: @@ -23787,40 +25682,15 @@ entities: - type: Transform pos: -76.5,-57.5 parent: 2 - - uid: 17007 - components: - - type: Transform - pos: 68.5,-43.5 - parent: 2 - - uid: 17008 - components: - - type: Transform - pos: 67.5,-44.5 - parent: 2 - - uid: 17017 - components: - - type: Transform - pos: 59.5,-40.5 - parent: 2 - uid: 17018 components: - type: Transform - pos: 58.5,-39.5 - parent: 2 - - uid: 17019 - components: - - type: Transform - pos: 59.5,-39.5 + pos: 84.5,-49.5 parent: 2 - uid: 17075 components: - type: Transform - pos: -49.5,-15.5 - parent: 2 - - uid: 17080 - components: - - type: Transform - pos: -49.5,-17.5 + pos: 84.5,-48.5 parent: 2 - uid: 17081 components: @@ -23847,45 +25717,25 @@ entities: - type: Transform pos: -46.5,-18.5 parent: 2 - - uid: 17093 + - uid: 17089 components: - type: Transform - pos: -47.5,-7.5 - parent: 2 - - uid: 17097 - components: - - type: Transform - pos: -48.5,-6.5 - parent: 2 - - uid: 17098 - components: - - type: Transform - pos: -49.5,-7.5 - parent: 2 - - uid: 17099 - components: - - type: Transform - pos: -48.5,-8.5 - parent: 2 - - uid: 17100 - components: - - type: Transform - pos: -49.5,-9.5 + pos: 86.5,-48.5 parent: 2 - uid: 17101 components: - type: Transform - pos: -50.5,-8.5 + pos: 78.5,-55.5 parent: 2 - uid: 17102 components: - type: Transform - pos: -51.5,-9.5 + pos: 79.5,-48.5 parent: 2 - - uid: 17119 + - uid: 17109 components: - type: Transform - pos: 59.5,-38.5 + pos: 79.5,-47.5 parent: 2 - uid: 17125 components: @@ -23937,15 +25787,15 @@ entities: - type: Transform pos: 65.5,-1.5 parent: 2 - - uid: 17158 + - uid: 17168 components: - type: Transform - pos: 60.5,-38.5 + pos: 65.5,-46.5 parent: 2 - uid: 17169 components: - type: Transform - pos: 61.5,-38.5 + pos: 63.5,-45.5 parent: 2 - uid: 17171 components: @@ -23957,6 +25807,11 @@ entities: - type: Transform pos: 65.5,8.5 parent: 2 + - uid: 17186 + components: + - type: Transform + pos: 75.5,-46.5 + parent: 2 - uid: 17189 components: - type: Transform @@ -23967,20 +25822,35 @@ entities: - type: Transform pos: 71.5,-2.5 parent: 2 + - uid: 17197 + components: + - type: Transform + pos: 64.5,-47.5 + parent: 2 + - uid: 17245 + components: + - type: Transform + pos: 75.5,-48.5 + parent: 2 + - uid: 17273 + components: + - type: Transform + pos: 78.5,-51.5 + parent: 2 - uid: 17274 components: - type: Transform pos: 91.5,-20.5 parent: 2 - - uid: 17280 + - uid: 17286 components: - type: Transform - pos: 76.5,-44.5 + pos: 78.5,-49.5 parent: 2 - - uid: 17294 + - uid: 17298 components: - type: Transform - pos: 73.5,-46.5 + pos: 76.5,-55.5 parent: 2 - uid: 17303 components: @@ -23992,25 +25862,45 @@ entities: - type: Transform pos: 69.5,-2.5 parent: 2 + - uid: 17405 + components: + - type: Transform + pos: 80.5,-46.5 + parent: 2 + - uid: 17443 + components: + - type: Transform + pos: 62.5,-45.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + pos: 76.5,-46.5 + parent: 2 - uid: 17577 components: - type: Transform pos: 59.5,7.5 parent: 2 - - uid: 17609 + - uid: 17615 components: - type: Transform - pos: 75.5,-44.5 + pos: 75.5,-47.5 + parent: 2 + - uid: 17618 + components: + - type: Transform + pos: 79.5,-49.5 parent: 2 - uid: 17641 components: - type: Transform pos: 57.5,8.5 parent: 2 - - uid: 17651 + - uid: 17685 components: - type: Transform - pos: -36.5,18.5 + pos: 77.5,-52.5 parent: 2 - uid: 17714 components: @@ -24022,6 +25912,11 @@ entities: - type: Transform pos: 83.5,-20.5 parent: 2 + - uid: 17731 + components: + - type: Transform + pos: 64.5,-45.5 + parent: 2 - uid: 17739 components: - type: Transform @@ -24057,21 +25952,11 @@ entities: - type: Transform pos: 63.5,-3.5 parent: 2 - - uid: 17789 - components: - - type: Transform - pos: 74.5,-45.5 - parent: 2 - uid: 17790 components: - type: Transform pos: 62.5,0.5 parent: 2 - - uid: 17791 - components: - - type: Transform - pos: 74.5,-44.5 - parent: 2 - uid: 17828 components: - type: Transform @@ -24082,61 +25967,11 @@ entities: - type: Transform pos: 60.5,-71.5 parent: 2 - - uid: 17854 - components: - - type: Transform - pos: -37.5,15.5 - parent: 2 - - uid: 17895 - components: - - type: Transform - pos: 72.5,-45.5 - parent: 2 - - uid: 17906 - components: - - type: Transform - pos: 72.5,-46.5 - parent: 2 - uid: 17908 components: - type: Transform pos: 44.5,-69.5 parent: 2 - - uid: 17910 - components: - - type: Transform - pos: 78.5,-43.5 - parent: 2 - - uid: 17913 - components: - - type: Transform - pos: 75.5,-43.5 - parent: 2 - - uid: 17917 - components: - - type: Transform - pos: 59.5,-42.5 - parent: 2 - - uid: 17918 - components: - - type: Transform - pos: 63.5,-39.5 - parent: 2 - - uid: 17922 - components: - - type: Transform - pos: 65.5,-45.5 - parent: 2 - - uid: 17923 - components: - - type: Transform - pos: 70.5,-44.5 - parent: 2 - - uid: 17925 - components: - - type: Transform - pos: 66.5,-39.5 - parent: 2 - uid: 17964 components: - type: Transform @@ -24182,56 +26017,6 @@ entities: - type: Transform pos: 71.5,-0.5 parent: 2 - - uid: 18162 - components: - - type: Transform - pos: -45.5,28.5 - parent: 2 - - uid: 18167 - components: - - type: Transform - pos: -45.5,25.5 - parent: 2 - - uid: 18173 - components: - - type: Transform - pos: -47.5,28.5 - parent: 2 - - uid: 18178 - components: - - type: Transform - pos: -47.5,26.5 - parent: 2 - - uid: 18180 - components: - - type: Transform - pos: -46.5,23.5 - parent: 2 - - uid: 18181 - components: - - type: Transform - pos: -47.5,25.5 - parent: 2 - - uid: 18182 - components: - - type: Transform - pos: -47.5,27.5 - parent: 2 - - uid: 18183 - components: - - type: Transform - pos: -46.5,25.5 - parent: 2 - - uid: 18185 - components: - - type: Transform - pos: -47.5,29.5 - parent: 2 - - uid: 18186 - components: - - type: Transform - pos: -45.5,26.5 - parent: 2 - uid: 18265 components: - type: Transform @@ -24242,20 +26027,125 @@ entities: - type: Transform pos: 66.5,4.5 parent: 2 - - uid: 18338 - components: - - type: Transform - pos: -48.5,20.5 - parent: 2 - uid: 18348 components: - type: Transform pos: 59.5,8.5 parent: 2 - - uid: 18461 + - uid: 18377 components: - type: Transform - pos: -45.5,29.5 + pos: 85.5,-33.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + pos: 86.5,-33.5 + parent: 2 + - uid: 18379 + components: + - type: Transform + pos: 87.5,-33.5 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: 88.5,-33.5 + parent: 2 + - uid: 18381 + components: + - type: Transform + pos: 89.5,-34.5 + parent: 2 + - uid: 18383 + components: + - type: Transform + pos: 88.5,-35.5 + parent: 2 + - uid: 18385 + components: + - type: Transform + pos: 86.5,-35.5 + parent: 2 + - uid: 18387 + components: + - type: Transform + pos: 85.5,-36.5 + parent: 2 + - uid: 18389 + components: + - type: Transform + pos: 86.5,-36.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + pos: 85.5,-37.5 + parent: 2 + - uid: 18391 + components: + - type: Transform + pos: 94.5,-35.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + pos: 94.5,-34.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + pos: 93.5,-33.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + pos: 96.5,-33.5 + parent: 2 + - uid: 18395 + components: + - type: Transform + pos: 95.5,-33.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + pos: 96.5,-35.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + pos: 96.5,-36.5 + parent: 2 + - uid: 18417 + components: + - type: Transform + pos: 90.5,-32.5 + parent: 2 + - uid: 18419 + components: + - type: Transform + pos: 90.5,-33.5 + parent: 2 + - uid: 18420 + components: + - type: Transform + pos: 90.5,-34.5 + parent: 2 + - uid: 18421 + components: + - type: Transform + pos: 91.5,-33.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + pos: 92.5,-35.5 + parent: 2 + - uid: 18436 + components: + - type: Transform + pos: 65.5,-38.5 parent: 2 - uid: 18479 components: @@ -24282,16 +26172,6 @@ entities: - type: Transform pos: 30.5,-79.5 parent: 2 - - uid: 18538 - components: - - type: Transform - pos: 74.5,-43.5 - parent: 2 - - uid: 18585 - components: - - type: Transform - pos: -45.5,27.5 - parent: 2 - uid: 18594 components: - type: Transform @@ -24302,71 +26182,6 @@ entities: - type: Transform pos: 65.5,-0.5 parent: 2 - - uid: 18613 - components: - - type: Transform - pos: -50.5,23.5 - parent: 2 - - uid: 18624 - components: - - type: Transform - pos: -54.5,23.5 - parent: 2 - - uid: 18625 - components: - - type: Transform - pos: -57.5,23.5 - parent: 2 - - uid: 18626 - components: - - type: Transform - pos: -54.5,25.5 - parent: 2 - - uid: 18627 - components: - - type: Transform - pos: -55.5,25.5 - parent: 2 - - uid: 18628 - components: - - type: Transform - pos: -55.5,26.5 - parent: 2 - - uid: 18642 - components: - - type: Transform - pos: 65.5,-41.5 - parent: 2 - - uid: 18652 - components: - - type: Transform - pos: 79.5,-42.5 - parent: 2 - - uid: 18657 - components: - - type: Transform - pos: 76.5,-46.5 - parent: 2 - - uid: 18658 - components: - - type: Transform - pos: 79.5,-43.5 - parent: 2 - - uid: 18659 - components: - - type: Transform - pos: 77.5,-43.5 - parent: 2 - - uid: 18661 - components: - - type: Transform - pos: 76.5,-42.5 - parent: 2 - - uid: 18769 - components: - - type: Transform - pos: 73.5,-40.5 - parent: 2 - uid: 18773 components: - type: Transform @@ -24377,41 +26192,6 @@ entities: - type: Transform pos: 87.5,-13.5 parent: 2 - - uid: 18804 - components: - - type: Transform - pos: 72.5,-40.5 - parent: 2 - - uid: 18807 - components: - - type: Transform - pos: 70.5,-41.5 - parent: 2 - - uid: 18811 - components: - - type: Transform - pos: 71.5,-41.5 - parent: 2 - - uid: 18813 - components: - - type: Transform - pos: -55.5,27.5 - parent: 2 - - uid: 18821 - components: - - type: Transform - pos: 70.5,-42.5 - parent: 2 - - uid: 18822 - components: - - type: Transform - pos: 71.5,-42.5 - parent: 2 - - uid: 18823 - components: - - type: Transform - pos: 59.5,-37.5 - parent: 2 - uid: 18824 components: - type: Transform @@ -24420,392 +26200,312 @@ entities: - uid: 18942 components: - type: Transform - pos: -55.5,28.5 + pos: 85.5,-50.5 parent: 2 - - uid: 18983 + - uid: 18998 components: - type: Transform - pos: -55.5,29.5 + pos: 86.5,-50.5 + parent: 2 + - uid: 19000 + components: + - type: Transform + pos: 87.5,-51.5 + parent: 2 + - uid: 19001 + components: + - type: Transform + pos: 88.5,-50.5 + parent: 2 + - uid: 19002 + components: + - type: Transform + pos: 88.5,-51.5 + parent: 2 + - uid: 19003 + components: + - type: Transform + pos: 88.5,-53.5 + parent: 2 + - uid: 19005 + components: + - type: Transform + pos: 87.5,-53.5 + parent: 2 + - uid: 19010 + components: + - type: Transform + pos: 88.5,-54.5 + parent: 2 + - uid: 19016 + components: + - type: Transform + pos: 90.5,-52.5 + parent: 2 + - uid: 19017 + components: + - type: Transform + pos: 90.5,-51.5 + parent: 2 + - uid: 19023 + components: + - type: Transform + pos: 91.5,-52.5 + parent: 2 + - uid: 19031 + components: + - type: Transform + pos: 91.5,-51.5 + parent: 2 + - uid: 19033 + components: + - type: Transform + pos: 92.5,-52.5 + parent: 2 + - uid: 19034 + components: + - type: Transform + pos: 92.5,-51.5 + parent: 2 + - uid: 19035 + components: + - type: Transform + pos: 93.5,-52.5 + parent: 2 + - uid: 19036 + components: + - type: Transform + pos: 93.5,-51.5 + parent: 2 + - uid: 19037 + components: + - type: Transform + pos: 92.5,-53.5 + parent: 2 + - uid: 19038 + components: + - type: Transform + pos: 91.5,-54.5 parent: 2 - uid: 19041 components: - type: Transform - pos: 77.5,-39.5 + pos: 93.5,-54.5 parent: 2 - uid: 19042 components: - type: Transform pos: 69.5,-66.5 parent: 2 + - uid: 19043 + components: + - type: Transform + pos: 79.5,-61.5 + parent: 2 + - uid: 19044 + components: + - type: Transform + pos: 95.5,-52.5 + parent: 2 + - uid: 19047 + components: + - type: Transform + pos: 96.5,-51.5 + parent: 2 + - uid: 19048 + components: + - type: Transform + pos: 96.5,-49.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: 89.5,-49.5 + parent: 2 + - uid: 19052 + components: + - type: Transform + pos: 84.5,-55.5 + parent: 2 + - uid: 19054 + components: + - type: Transform + pos: 78.5,-62.5 + parent: 2 - uid: 19055 components: - type: Transform - pos: 73.5,-44.5 + pos: 76.5,-64.5 parent: 2 - - uid: 19070 + - uid: 19056 components: - type: Transform - pos: -53.5,29.5 - parent: 2 - - uid: 19071 - components: - - type: Transform - pos: -53.5,28.5 + pos: 84.5,-57.5 parent: 2 - uid: 19072 components: - type: Transform - pos: -53.5,27.5 + pos: 77.5,-63.5 parent: 2 - uid: 19073 components: - type: Transform - pos: -53.5,26.5 + pos: 80.5,-60.5 parent: 2 - uid: 19074 components: - type: Transform - pos: -53.5,25.5 + pos: 85.5,-55.5 parent: 2 - uid: 19075 components: - type: Transform - pos: -51.5,25.5 + pos: 86.5,-54.5 parent: 2 - uid: 19076 components: - type: Transform - pos: -51.5,26.5 + pos: 87.5,-54.5 parent: 2 - uid: 19077 components: - type: Transform - pos: -51.5,27.5 + pos: 83.5,-56.5 parent: 2 - uid: 19078 components: - type: Transform - pos: -51.5,28.5 + pos: 76.5,-63.5 parent: 2 - uid: 19079 components: - type: Transform - pos: -51.5,29.5 + pos: 76.5,-62.5 parent: 2 - uid: 19080 components: - type: Transform - pos: -49.5,29.5 + pos: 83.5,-58.5 parent: 2 - uid: 19081 components: - type: Transform - pos: -49.5,28.5 + pos: 83.5,-57.5 parent: 2 - uid: 19082 components: - type: Transform - pos: -49.5,27.5 + pos: 85.5,-57.5 parent: 2 - uid: 19083 components: - type: Transform - pos: -49.5,26.5 + pos: 78.5,-57.5 parent: 2 - uid: 19084 components: - type: Transform - pos: -49.5,25.5 - parent: 2 - - uid: 19085 - components: - - type: Transform - pos: -50.5,25.5 - parent: 2 - - uid: 19086 - components: - - type: Transform - pos: -50.5,19.5 - parent: 2 - - uid: 19087 - components: - - type: Transform - pos: -52.5,20.5 - parent: 2 - - uid: 19088 - components: - - type: Transform - pos: -53.5,20.5 - parent: 2 - - uid: 19089 - components: - - type: Transform - pos: -54.5,20.5 - parent: 2 - - uid: 19091 - components: - - type: Transform - pos: -56.5,20.5 + pos: 77.5,-57.5 parent: 2 - uid: 19092 components: - type: Transform - pos: -55.5,20.5 + pos: 82.5,-57.5 parent: 2 - uid: 19093 components: - type: Transform - pos: -56.5,18.5 + pos: 82.5,-58.5 parent: 2 - uid: 19095 components: - type: Transform - pos: -55.5,18.5 + pos: 82.5,-59.5 parent: 2 - uid: 19096 components: - type: Transform - pos: -54.5,18.5 + pos: 81.5,-59.5 parent: 2 - uid: 19099 components: - type: Transform - pos: -53.5,18.5 + pos: 81.5,-58.5 parent: 2 - uid: 19100 components: - type: Transform - pos: -52.5,18.5 + pos: 80.5,-59.5 parent: 2 - uid: 19101 components: - type: Transform - pos: -52.5,19.5 + pos: 79.5,-59.5 parent: 2 - uid: 19103 components: - type: Transform - pos: -47.5,20.5 + pos: 78.5,-59.5 parent: 2 - uid: 19104 components: - type: Transform - pos: -46.5,20.5 + pos: 77.5,-59.5 parent: 2 - uid: 19105 components: - type: Transform - pos: -45.5,20.5 + pos: 77.5,-60.5 parent: 2 - uid: 19106 components: - type: Transform - pos: -44.5,20.5 + pos: 78.5,-60.5 parent: 2 - uid: 19107 components: - type: Transform - pos: -44.5,18.5 + pos: 77.5,-61.5 parent: 2 - uid: 19108 components: - type: Transform - pos: -45.5,18.5 + pos: 76.5,-61.5 parent: 2 - uid: 19109 components: - type: Transform - pos: -46.5,18.5 + pos: 75.5,-61.5 parent: 2 - uid: 19110 components: - type: Transform - pos: -47.5,18.5 + pos: 86.5,-55.5 parent: 2 - uid: 19111 components: - type: Transform - pos: -48.5,18.5 + pos: 86.5,-56.5 parent: 2 - uid: 19112 components: - type: Transform - pos: -48.5,19.5 + pos: 85.5,-56.5 parent: 2 - uid: 19113 components: - type: Transform - pos: -52.5,14.5 + pos: 87.5,-55.5 parent: 2 - uid: 19114 components: - type: Transform - pos: -44.5,16.5 + pos: 88.5,-55.5 parent: 2 - uid: 19115 components: - type: Transform - pos: -45.5,16.5 - parent: 2 - - uid: 19116 - components: - - type: Transform - pos: -46.5,16.5 - parent: 2 - - uid: 19117 - components: - - type: Transform - pos: -47.5,16.5 - parent: 2 - - uid: 19118 - components: - - type: Transform - pos: -48.5,16.5 - parent: 2 - - uid: 19119 - components: - - type: Transform - pos: -48.5,15.5 - parent: 2 - - uid: 19120 - components: - - type: Transform - pos: -48.5,14.5 - parent: 2 - - uid: 19121 - components: - - type: Transform - pos: -47.5,14.5 - parent: 2 - - uid: 19122 - components: - - type: Transform - pos: -46.5,14.5 - parent: 2 - - uid: 19123 - components: - - type: Transform - pos: -45.5,14.5 - parent: 2 - - uid: 19124 - components: - - type: Transform - pos: -44.5,14.5 - parent: 2 - - uid: 19136 - components: - - type: Transform - pos: -50.5,11.5 - parent: 2 - - uid: 19137 - components: - - type: Transform - pos: -52.5,10.5 - parent: 2 - - uid: 19138 - components: - - type: Transform - pos: -53.5,10.5 - parent: 2 - - uid: 19139 - components: - - type: Transform - pos: -54.5,10.5 - parent: 2 - - uid: 19140 - components: - - type: Transform - pos: -55.5,10.5 - parent: 2 - - uid: 19141 - components: - - type: Transform - pos: -56.5,10.5 - parent: 2 - - uid: 19152 - components: - - type: Transform - pos: -56.5,12.5 - parent: 2 - - uid: 19165 - components: - - type: Transform - pos: -55.5,12.5 - parent: 2 - - uid: 19166 - components: - - type: Transform - pos: -54.5,12.5 - parent: 2 - - uid: 19167 - components: - - type: Transform - pos: -53.5,12.5 - parent: 2 - - uid: 19168 - components: - - type: Transform - pos: -52.5,12.5 - parent: 2 - - uid: 19169 - components: - - type: Transform - pos: -52.5,11.5 - parent: 2 - - uid: 19170 - components: - - type: Transform - pos: -53.5,14.5 - parent: 2 - - uid: 19171 - components: - - type: Transform - pos: -54.5,14.5 - parent: 2 - - uid: 19172 - components: - - type: Transform - pos: -55.5,14.5 - parent: 2 - - uid: 19173 - components: - - type: Transform - pos: -56.5,14.5 - parent: 2 - - uid: 19174 - components: - - type: Transform - pos: -56.5,16.5 - parent: 2 - - uid: 19175 - components: - - type: Transform - pos: -55.5,16.5 - parent: 2 - - uid: 19176 - components: - - type: Transform - pos: -53.5,16.5 - parent: 2 - - uid: 19177 - components: - - type: Transform - pos: -52.5,16.5 - parent: 2 - - uid: 19178 - components: - - type: Transform - pos: -54.5,16.5 - parent: 2 - - uid: 19179 - components: - - type: Transform - pos: -52.5,15.5 - parent: 2 - - uid: 19180 - components: - - type: Transform - pos: -50.5,15.5 + pos: 81.5,-46.5 parent: 2 - uid: 19256 components: @@ -25317,11 +27017,6 @@ entities: - type: Transform pos: 67.5,-74.5 parent: 2 - - uid: 19400 - components: - - type: Transform - pos: 74.5,-40.5 - parent: 2 - uid: 19401 components: - type: Transform @@ -26007,266 +27702,86 @@ entities: - type: Transform pos: 64.5,-58.5 parent: 2 - - uid: 19543 - components: - - type: Transform - pos: 72.5,-43.5 - parent: 2 - - uid: 19548 - components: - - type: Transform - pos: 77.5,-44.5 - parent: 2 - - uid: 19560 - components: - - type: Transform - pos: 65.5,-39.5 - parent: 2 - - uid: 19561 - components: - - type: Transform - pos: 65.5,-38.5 - parent: 2 - - uid: 19562 - components: - - type: Transform - pos: 67.5,-41.5 - parent: 2 - uid: 19563 components: - type: Transform - pos: 67.5,-39.5 - parent: 2 - - uid: 19564 - components: - - type: Transform - pos: 80.5,-42.5 + pos: 64.5,-37.5 parent: 2 - uid: 19565 components: - type: Transform - pos: 68.5,-44.5 + pos: 65.5,-37.5 parent: 2 - uid: 19566 components: - type: Transform - pos: 79.5,-40.5 + pos: 66.5,-37.5 parent: 2 - uid: 19567 components: - type: Transform - pos: 78.5,-46.5 + pos: 67.5,-37.5 parent: 2 - uid: 19568 components: - type: Transform - pos: 77.5,-45.5 + pos: 68.5,-37.5 parent: 2 - uid: 19569 components: - type: Transform - pos: 79.5,-44.5 + pos: 69.5,-37.5 parent: 2 - uid: 19571 components: - type: Transform - pos: 73.5,-47.5 + pos: 70.5,-37.5 parent: 2 - uid: 19572 components: - type: Transform - pos: 75.5,-45.5 + pos: 71.5,-37.5 parent: 2 - uid: 19573 components: - type: Transform - pos: 71.5,-44.5 + pos: 72.5,-37.5 parent: 2 - - uid: 19597 + - uid: 19580 components: - type: Transform - pos: 73.5,-43.5 + pos: 73.5,-37.5 parent: 2 - - uid: 19598 + - uid: 19581 components: - type: Transform - pos: 74.5,-46.5 + pos: 74.5,-37.5 parent: 2 - - uid: 19599 + - uid: 19582 components: - type: Transform - pos: 73.5,-45.5 + pos: 75.5,-37.5 parent: 2 - - uid: 19603 + - uid: 19583 components: - type: Transform - pos: 64.5,-43.5 + pos: 76.5,-37.5 parent: 2 - - uid: 19604 + - uid: 19590 components: - type: Transform - pos: 63.5,-42.5 + pos: 59.5,-35.5 + parent: 2 + - uid: 19592 + components: + - type: Transform + pos: 55.5,-34.5 parent: 2 - uid: 19605 components: - type: Transform pos: 19.5,-69.5 parent: 2 - - uid: 19609 - components: - - type: Transform - pos: 66.5,-38.5 - parent: 2 - - uid: 19610 - components: - - type: Transform - pos: 73.5,-41.5 - parent: 2 - - uid: 19611 - components: - - type: Transform - pos: 64.5,-42.5 - parent: 2 - - uid: 19612 - components: - - type: Transform - pos: 64.5,-38.5 - parent: 2 - - uid: 19613 - components: - - type: Transform - pos: 59.5,-43.5 - parent: 2 - - uid: 19614 - components: - - type: Transform - pos: 60.5,-42.5 - parent: 2 - - uid: 19615 - components: - - type: Transform - pos: 65.5,-40.5 - parent: 2 - - uid: 19616 - components: - - type: Transform - pos: 73.5,-42.5 - parent: 2 - - uid: 19619 - components: - - type: Transform - pos: 72.5,-41.5 - parent: 2 - - uid: 19620 - components: - - type: Transform - pos: 74.5,-42.5 - parent: 2 - - uid: 19621 - components: - - type: Transform - pos: 74.5,-41.5 - parent: 2 - - uid: 19623 - components: - - type: Transform - pos: 71.5,-45.5 - parent: 2 - - uid: 19635 - components: - - type: Transform - pos: 67.5,-42.5 - parent: 2 - - uid: 19641 - components: - - type: Transform - pos: 85.5,-33.5 - parent: 2 - - uid: 19642 - components: - - type: Transform - pos: 86.5,-33.5 - parent: 2 - - uid: 19643 - components: - - type: Transform - pos: 87.5,-33.5 - parent: 2 - - uid: 19644 - components: - - type: Transform - pos: 88.5,-33.5 - parent: 2 - - uid: 19645 - components: - - type: Transform - pos: 90.5,-33.5 - parent: 2 - - uid: 19646 - components: - - type: Transform - pos: 89.5,-33.5 - parent: 2 - - uid: 19647 - components: - - type: Transform - pos: 92.5,-35.5 - parent: 2 - - uid: 19648 - components: - - type: Transform - pos: 91.5,-35.5 - parent: 2 - - uid: 19649 - components: - - type: Transform - pos: 90.5,-35.5 - parent: 2 - - uid: 19650 - components: - - type: Transform - pos: 91.5,-34.5 - parent: 2 - - uid: 19651 - components: - - type: Transform - pos: 90.5,-34.5 - parent: 2 - - uid: 19652 - components: - - type: Transform - pos: 92.5,-36.5 - parent: 2 - - uid: 19653 - components: - - type: Transform - pos: 93.5,-36.5 - parent: 2 - - uid: 19654 - components: - - type: Transform - pos: 96.5,-36.5 - parent: 2 - - uid: 19655 - components: - - type: Transform - pos: 96.5,-35.5 - parent: 2 - - uid: 19656 - components: - - type: Transform - pos: 95.5,-35.5 - parent: 2 - - uid: 19657 - components: - - type: Transform - pos: 94.5,-35.5 - parent: 2 - - uid: 19658 - components: - - type: Transform - pos: 93.5,-35.5 - parent: 2 - uid: 19659 components: - type: Transform @@ -26277,11 +27792,6 @@ entities: - type: Transform pos: 93.5,-32.5 parent: 2 - - uid: 19661 - components: - - type: Transform - pos: 93.5,-33.5 - parent: 2 - uid: 19662 components: - type: Transform @@ -26292,11 +27802,6 @@ entities: - type: Transform pos: 94.5,-32.5 parent: 2 - - uid: 19664 - components: - - type: Transform - pos: 94.5,-33.5 - parent: 2 - uid: 19665 components: - type: Transform @@ -26307,11 +27812,6 @@ entities: - type: Transform pos: 95.5,-32.5 parent: 2 - - uid: 19667 - components: - - type: Transform - pos: 95.5,-33.5 - parent: 2 - uid: 19668 components: - type: Transform @@ -26322,11 +27822,6 @@ entities: - type: Transform pos: 96.5,-32.5 parent: 2 - - uid: 19670 - components: - - type: Transform - pos: 96.5,-33.5 - parent: 2 - uid: 19671 components: - type: Transform @@ -26347,11 +27842,6 @@ entities: - type: Transform pos: 91.5,-32.5 parent: 2 - - uid: 19675 - components: - - type: Transform - pos: 91.5,-33.5 - parent: 2 - uid: 19676 components: - type: Transform @@ -26797,11 +28287,6 @@ entities: - type: Transform pos: 83.5,-16.5 parent: 2 - - uid: 19773 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - uid: 19775 components: - type: Transform @@ -27012,36 +28497,6 @@ entities: - type: Transform pos: 89.5,-12.5 parent: 2 - - uid: 19820 - components: - - type: Transform - pos: 71.5,-40.5 - parent: 2 - - uid: 19821 - components: - - type: Transform - pos: 76.5,-41.5 - parent: 2 - - uid: 19822 - components: - - type: Transform - pos: 77.5,-41.5 - parent: 2 - - uid: 19824 - components: - - type: Transform - pos: 64.5,-39.5 - parent: 2 - - uid: 19825 - components: - - type: Transform - pos: 65.5,-42.5 - parent: 2 - - uid: 19826 - components: - - type: Transform - pos: 72.5,-42.5 - parent: 2 - uid: 19828 components: - type: Transform @@ -27057,11 +28512,6 @@ entities: - type: Transform pos: 85.5,-12.5 parent: 2 - - uid: 19831 - components: - - type: Transform - pos: 83.5,-40.5 - parent: 2 - uid: 19832 components: - type: Transform @@ -27087,36 +28537,11 @@ entities: - type: Transform pos: 86.5,-11.5 parent: 2 - - uid: 19837 - components: - - type: Transform - pos: 79.5,-41.5 - parent: 2 - uid: 19838 components: - type: Transform pos: 88.5,-11.5 parent: 2 - - uid: 19840 - components: - - type: Transform - pos: 84.5,-39.5 - parent: 2 - - uid: 19841 - components: - - type: Transform - pos: 77.5,-42.5 - parent: 2 - - uid: 19842 - components: - - type: Transform - pos: 76.5,-45.5 - parent: 2 - - uid: 19843 - components: - - type: Transform - pos: 84.5,-40.5 - parent: 2 - uid: 19846 components: - type: Transform @@ -27157,16 +28582,6 @@ entities: - type: Transform pos: 45.5,-65.5 parent: 2 - - uid: 19854 - components: - - type: Transform - pos: 80.5,-45.5 - parent: 2 - - uid: 19856 - components: - - type: Transform - pos: 80.5,-44.5 - parent: 2 - uid: 19857 components: - type: Transform @@ -27187,26 +28602,11 @@ entities: - type: Transform pos: 87.5,-28.5 parent: 2 - - uid: 19863 - components: - - type: Transform - pos: 78.5,-45.5 - parent: 2 - uid: 19864 components: - type: Transform pos: 90.5,-20.5 parent: 2 - - uid: 19865 - components: - - type: Transform - pos: 76.5,-40.5 - parent: 2 - - uid: 19884 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - uid: 19911 components: - type: Transform @@ -27227,11 +28627,6 @@ entities: - type: Transform pos: 37.5,-74.5 parent: 2 - - uid: 19915 - components: - - type: Transform - pos: 83.5,-39.5 - parent: 2 - uid: 19923 components: - type: Transform @@ -27242,36 +28637,6 @@ entities: - type: Transform pos: 39.5,-73.5 parent: 2 - - uid: 19944 - components: - - type: Transform - pos: 79.5,-46.5 - parent: 2 - - uid: 19949 - components: - - type: Transform - pos: 77.5,-40.5 - parent: 2 - - uid: 19951 - components: - - type: Transform - pos: 75.5,-46.5 - parent: 2 - - uid: 19960 - components: - - type: Transform - pos: 77.5,-46.5 - parent: 2 - - uid: 19967 - components: - - type: Transform - pos: 79.5,-45.5 - parent: 2 - - uid: 19968 - components: - - type: Transform - pos: 78.5,-44.5 - parent: 2 - uid: 19979 components: - type: Transform @@ -27282,11 +28647,6 @@ entities: - type: Transform pos: 5.5,-96.5 parent: 2 - - uid: 20083 - components: - - type: Transform - pos: 67.5,-45.5 - parent: 2 - uid: 20124 components: - type: Transform @@ -27302,41 +28662,6 @@ entities: - type: Transform pos: 89.5,-20.5 parent: 2 - - uid: 20563 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - - uid: 20589 - components: - - type: Transform - pos: -31.5,-12.5 - parent: 2 - - uid: 20686 - components: - - type: Transform - pos: -38.5,17.5 - parent: 2 - - uid: 20687 - components: - - type: Transform - pos: -37.5,18.5 - parent: 2 - - uid: 20690 - components: - - type: Transform - pos: -36.5,17.5 - parent: 2 - - uid: 20691 - components: - - type: Transform - pos: -37.5,17.5 - parent: 2 - - uid: 20692 - components: - - type: Transform - pos: -36.5,16.5 - parent: 2 - uid: 20733 components: - type: Transform @@ -27777,21 +29102,6 @@ entities: - type: Transform pos: -54.5,-35.5 parent: 2 - - uid: 22014 - components: - - type: Transform - pos: -40.5,14.5 - parent: 2 - - uid: 22051 - components: - - type: Transform - pos: -36.5,15.5 - parent: 2 - - uid: 22087 - components: - - type: Transform - pos: -39.5,14.5 - parent: 2 - uid: 22411 components: - type: Transform @@ -27962,26 +29272,6 @@ entities: - type: Transform pos: 75.5,-68.5 parent: 2 - - uid: 22836 - components: - - type: Transform - pos: 79.5,-54.5 - parent: 2 - - uid: 22837 - components: - - type: Transform - pos: 80.5,-53.5 - parent: 2 - - uid: 22838 - components: - - type: Transform - pos: 80.5,-51.5 - parent: 2 - - uid: 22839 - components: - - type: Transform - pos: 80.5,-49.5 - parent: 2 - uid: 22840 components: - type: Transform @@ -28397,6 +29687,86 @@ entities: - type: Transform pos: 7.5,-7.5 parent: 2 + - uid: 23703 + components: + - type: Transform + pos: -34.5,30.5 + parent: 2 + - uid: 23947 + components: + - type: Transform + pos: -33.5,30.5 + parent: 2 + - uid: 24454 + components: + - type: Transform + pos: -34.5,31.5 + parent: 2 + - uid: 24457 + components: + - type: Transform + pos: -31.5,30.5 + parent: 2 + - uid: 24458 + components: + - type: Transform + pos: -30.5,30.5 + parent: 2 + - uid: 24750 + components: + - type: Transform + pos: 63.5,-38.5 + parent: 2 + - uid: 24756 + components: + - type: Transform + pos: 59.5,-40.5 + parent: 2 + - uid: 24757 + components: + - type: Transform + pos: 61.5,-40.5 + parent: 2 + - uid: 24758 + components: + - type: Transform + pos: 62.5,-39.5 + parent: 2 + - uid: 24759 + components: + - type: Transform + pos: 59.5,-41.5 + parent: 2 + - uid: 24764 + components: + - type: Transform + pos: 61.5,-37.5 + parent: 2 + - uid: 24765 + components: + - type: Transform + pos: 60.5,-37.5 + parent: 2 + - uid: 24773 + components: + - type: Transform + pos: 62.5,-38.5 + parent: 2 + - uid: 24774 + components: + - type: Transform + pos: 59.5,-39.5 + parent: 2 + - uid: 24775 + components: + - type: Transform + pos: 60.5,-40.5 + parent: 2 + - uid: 24777 + components: + - type: Transform + pos: 61.5,-39.5 + parent: 2 - proto: AtmosFixFreezerMarker entities: - uid: 7764 @@ -28521,13 +29891,6 @@ entities: - type: Transform pos: 13.477564,-30.347912 parent: 2 -- proto: BanjoInstrument - entities: - - uid: 23928 - components: - - type: Transform - pos: -21.420506,-7.1571426 - parent: 2 - proto: BannerCargo entities: - uid: 12757 @@ -28544,11 +29907,6 @@ entities: parent: 2 - proto: Barricade entities: - - uid: 2835 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - uid: 6854 components: - type: Transform @@ -28559,16 +29917,35 @@ entities: - type: Transform pos: 42.5,-27.5 parent: 2 - - uid: 11293 - components: - - type: Transform - pos: -35.5,-17.5 - parent: 2 - uid: 14193 components: - type: Transform pos: -39.5,-44.5 parent: 2 + - uid: 16277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,19.5 + parent: 2 + - uid: 16437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,10.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,13.5 + parent: 2 + - uid: 16462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,27.5 + parent: 2 - uid: 17809 components: - type: Transform @@ -28592,10 +29969,22 @@ entities: - type: Transform pos: -39.5,-45.5 parent: 2 - - uid: 20702 + - uid: 16458 components: - type: Transform - pos: -31.5,18.5 + rot: -1.5707963267948966 rad + pos: -52.5,16.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,23.5 + parent: 2 + - uid: 24181 + components: + - type: Transform + pos: -29.5,19.5 parent: 2 - proto: BarricadeDirectional entities: @@ -28661,26 +30050,21 @@ entities: - type: Transform pos: -8.110996,-30.369019 parent: 2 + - uid: 10490 + components: + - type: Transform + pos: -25.949974,13.827489 + parent: 2 - uid: 12591 components: - type: Transform pos: 44.06748,10.642064 parent: 2 - - uid: 18509 - components: - - type: Transform - pos: 77.597916,-42.372047 - parent: 2 - uid: 18977 components: - type: Transform pos: -25.650852,22.879078 parent: 2 - - uid: 20577 - components: - - type: Transform - pos: -41.089443,-3.3901587 - parent: 2 - proto: Bed entities: - uid: 799 @@ -28693,11 +30077,6 @@ entities: - type: Transform pos: 38.5,-1.5 parent: 2 - - uid: 1897 - components: - - type: Transform - pos: -44.5,7.5 - parent: 2 - uid: 2559 components: - type: Transform @@ -28748,6 +30127,16 @@ entities: - type: Transform pos: -7.5,19.5 parent: 2 + - uid: 11884 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 - uid: 12870 components: - type: Transform @@ -28758,11 +30147,6 @@ entities: - type: Transform pos: -52.5,-21.5 parent: 2 - - uid: 13722 - components: - - type: Transform - pos: -46.5,7.5 - parent: 2 - uid: 13733 components: - type: Transform @@ -28788,25 +30172,35 @@ entities: - type: Transform pos: 24.5,-59.5 parent: 2 - - uid: 15342 + - uid: 16501 components: - type: Transform - pos: -22.5,12.5 + pos: -45.5,10.5 + parent: 2 + - uid: 17736 + components: + - type: Transform + pos: -39.5,8.5 parent: 2 - uid: 18411 components: - type: Transform pos: 35.5,26.5 parent: 2 + - uid: 18618 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 - uid: 18843 components: - type: Transform pos: 64.5,-82.5 parent: 2 - - uid: 18921 + - uid: 19007 components: - type: Transform - pos: -46.5,-0.5 + pos: -40.5,17.5 parent: 2 - uid: 23331 components: @@ -28877,11 +30271,11 @@ entities: parent: 2 - proto: BedsheetHOS entities: - - uid: 15335 + - uid: 11291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,12.5 + rot: -1.5707963267948966 rad + pos: -44.5,3.5 parent: 2 - proto: BedsheetMedical entities: @@ -28919,10 +30313,10 @@ entities: parent: 2 - proto: BedsheetRed entities: - - uid: 7521 + - uid: 16651 components: - type: Transform - pos: -30.5,11.5 + pos: -45.5,10.5 parent: 2 - proto: BedsheetSpawner entities: @@ -28931,11 +30325,6 @@ entities: - type: Transform pos: 7.5,-45.5 parent: 2 - - uid: 650 - components: - - type: Transform - pos: -46.5,7.5 - parent: 2 - uid: 822 components: - type: Transform @@ -28961,10 +30350,10 @@ entities: - type: Transform pos: 39.5,0.5 parent: 2 - - uid: 11838 + - uid: 11907 components: - type: Transform - pos: -44.5,7.5 + pos: -21.5,-6.5 parent: 2 - uid: 11963 components: @@ -28976,11 +30365,6 @@ entities: - type: Transform pos: 7.5,-41.5 parent: 2 - - uid: 17060 - components: - - type: Transform - pos: -46.5,-0.5 - parent: 2 - uid: 17711 components: - type: Transform @@ -28991,6 +30375,21 @@ entities: - type: Transform pos: 38.5,25.5 parent: 2 + - uid: 19009 + components: + - type: Transform + pos: -39.5,8.5 + parent: 2 + - uid: 19561 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 19562 + components: + - type: Transform + pos: -40.5,17.5 + parent: 2 - proto: BikeHorn entities: - uid: 6177 @@ -29019,10 +30418,10 @@ entities: parent: 2 - proto: Biogenerator entities: - - uid: 2645 + - uid: 1945 components: - type: Transform - pos: -42.5,-3.5 + pos: -27.5,16.5 parent: 2 - uid: 22709 components: @@ -29103,6 +30502,11 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-7.5 parent: 2 + - uid: 10652 + components: + - type: Transform + pos: -39.5,0.5 + parent: 2 - uid: 12822 components: - type: Transform @@ -29123,6 +30527,24 @@ entities: - type: Transform pos: 11.5,5.5 parent: 2 + - uid: 15663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-10.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-16.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-16.5 + parent: 2 - uid: 18130 components: - type: Transform @@ -29167,6 +30589,11 @@ entities: - type: Transform pos: 37.41686,-27.151522 parent: 2 + - uid: 11164 + components: + - type: Transform + pos: -45.659554,-5.2517347 + parent: 2 - uid: 16321 components: - type: Transform @@ -29334,42 +30761,47 @@ entities: - type: Transform pos: 15.5,-35.5 parent: 2 - - uid: 16885 + - uid: 10018 components: - type: Transform - pos: -40.5,7.5 + pos: -38.5,16.5 parent: 2 - - uid: 16886 + - uid: 10136 components: - type: Transform - pos: -41.5,7.5 + pos: -38.5,17.5 parent: 2 - - uid: 19131 + - uid: 10314 components: - type: Transform - pos: -36.5,4.5 + pos: -33.5,17.5 parent: 2 - - uid: 19132 + - uid: 10317 components: - type: Transform - pos: -37.5,4.5 + pos: -33.5,16.5 parent: 2 - - uid: 19133 + - uid: 10409 components: - type: Transform - pos: -38.5,4.5 + pos: -33.5,15.5 parent: 2 - - uid: 20479 + - uid: 10413 components: - type: Transform - pos: -36.5,7.5 + pos: -34.5,15.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -35.5,15.5 parent: 2 - proto: BookSpaceLaw entities: - - uid: 497 + - uid: 11943 components: - type: Transform - pos: -27.30025,13.51906 + pos: -46.478004,-4.3206606 parent: 2 - proto: BoozeDispenser entities: @@ -29402,26 +30834,26 @@ entities: - type: Transform pos: 21.5,-18.5 parent: 2 - - uid: 16585 + - uid: 16848 components: - type: Transform - pos: -63.5,-11.5 + pos: 86.5,-44.5 parent: 2 - - uid: 16586 + - uid: 17080 components: - type: Transform - pos: -63.5,-13.5 + pos: 86.5,-40.5 + parent: 2 + - uid: 17636 + components: + - type: Transform + pos: -40.5,9.5 parent: 2 - uid: 18547 components: - type: Transform pos: 27.5,-24.5 parent: 2 - - uid: 20529 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 2 - proto: BorgModuleGardening entities: - uid: 15620 @@ -29448,11 +30880,6 @@ entities: parent: 2 - proto: BoxBodyBag entities: - - uid: 448 - components: - - type: Transform - pos: -28.647797,12.72903 - parent: 2 - uid: 14107 components: - type: Transform @@ -29465,6 +30892,11 @@ entities: - type: Transform pos: 21.537186,-52.375385 parent: 2 + - uid: 24221 + components: + - type: Transform + pos: -30.725948,17.807482 + parent: 2 - proto: BoxEnvelope entities: - uid: 11463 @@ -29472,13 +30904,6 @@ entities: - type: Transform pos: 15.719751,14.547237 parent: 2 -- proto: BoxEvidenceMarkers - entities: - - uid: 462 - components: - - type: Transform - pos: -27.699253,13.781265 - parent: 2 - proto: BoxFlare entities: - uid: 21970 @@ -29493,10 +30918,10 @@ entities: parent: 2 - proto: BoxFlashbang entities: - - uid: 3955 + - uid: 11933 components: - type: Transform - pos: -27.031143,15.570824 + pos: -46.510376,-3.3572736 parent: 2 - proto: BoxFolderBlack entities: @@ -29554,6 +30979,11 @@ entities: - type: Transform pos: -50.387123,-43.41601 parent: 2 + - uid: 24548 + components: + - type: Transform + pos: 51.482468,-39.306274 + parent: 2 - proto: BoxFolderRed entities: - uid: 861 @@ -29580,10 +31010,10 @@ entities: parent: 2 - proto: BoxHandcuff entities: - - uid: 92 + - uid: 11942 components: - type: Transform - pos: -26.883673,15.703636 + pos: -46.385307,-3.5761762 parent: 2 - proto: BoxInflatable entities: @@ -29604,11 +31034,6 @@ entities: parent: 2 - proto: BoxingBell entities: - - uid: 411 - components: - - type: Transform - pos: 53.5,-37.5 - parent: 2 - uid: 1003 components: - type: Transform @@ -29628,6 +31053,13 @@ entities: - type: Transform pos: 46.489723,11.467377 parent: 2 +- proto: BoxLightbulbColorfulMixed + entities: + - uid: 2638 + components: + - type: Transform + pos: -23.65985,21.907179 + parent: 2 - proto: BoxLightMixed entities: - uid: 268 @@ -29660,12 +31092,12 @@ entities: - type: Transform pos: 25.037739,-0.26073742 parent: 2 -- proto: BoxMagazinePistol +- proto: BoxLighttubeColorfulMixed entities: - - uid: 15575 + - uid: 1283 components: - type: Transform - pos: -27.217897,6.6993713 + pos: -23.409725,21.646582 parent: 2 - proto: BoxMouthSwab entities: @@ -29681,10 +31113,15 @@ entities: parent: 2 - proto: BoxMRE entities: - - uid: 12054 + - uid: 12213 components: - type: Transform - pos: -34.59536,0.72473717 + pos: -29.472397,0.68765736 + parent: 2 + - uid: 24202 + components: + - type: Transform + pos: -30.304073,17.838732 parent: 2 - proto: BoxPerformer entities: @@ -29712,10 +31149,10 @@ entities: - type: Transform pos: 26.481653,-0.31531549 parent: 2 - - uid: 10195 + - uid: 12179 components: - type: Transform - pos: -34.42861,0.5996504 + pos: -29.498426,1.7268639 parent: 2 - proto: BoxWarmLightbulb entities: @@ -29780,15 +31217,6 @@ entities: - type: Transform pos: -44.51362,-29.417643 parent: 2 -- proto: Brutepack1 - entities: - - uid: 2253 - components: - - type: Transform - pos: 51.635765,-37.337482 - parent: 2 - - type: Stack - count: 6 - proto: Bucket entities: - uid: 1216 @@ -29858,29 +31286,17 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,-33.5 parent: 2 - - uid: 594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,12.5 - parent: 2 - uid: 654 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-35.5 parent: 2 - - uid: 668 + - uid: 1694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,1.5 - parent: 2 - - uid: 3694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 + rot: 1.5707963267948966 rad + pos: -23.5,-7.5 parent: 2 - uid: 5481 components: @@ -29922,6 +31338,12 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-54.5 parent: 2 + - uid: 12324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,0.5 + parent: 2 - uid: 15432 components: - type: Transform @@ -29951,6 +31373,17 @@ entities: - type: Transform pos: -1.5,-42.5 parent: 2 + - uid: 19648 + components: + - type: Transform + pos: -26.5,3.5 + parent: 2 + - uid: 20773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,2.5 + parent: 2 - uid: 21222 components: - type: Transform @@ -29975,18 +31408,6 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-35.5 parent: 2 - - uid: 22711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,9.5 - parent: 2 - - uid: 22718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,14.5 - parent: 2 - uid: 22774 components: - type: Transform @@ -30015,18 +31436,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-7.5 parent: 2 - - uid: 23933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-5.5 - parent: 2 - - uid: 23948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 2 - proto: ButtonFrameExit entities: - uid: 1561 @@ -30104,11 +31513,6 @@ entities: parent: 2 - proto: ButtonFrameJanitor entities: - - uid: 407 - components: - - type: Transform - pos: -18.5,0.5 - parent: 2 - uid: 16116 components: - type: Transform @@ -30139,13 +31543,14 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-38.5 parent: 2 -- proto: CableApcExtension - entities: - - uid: 3 + - uid: 24051 components: - type: Transform - pos: -15.5,5.5 + rot: -1.5707963267948966 rad + pos: -23.5,-7.5 parent: 2 +- proto: CableApcExtension + entities: - uid: 17 components: - type: Transform @@ -30161,11 +31566,6 @@ entities: - type: Transform pos: -18.5,32.5 parent: 2 - - uid: 85 - components: - - type: Transform - pos: -38.5,4.5 - parent: 2 - uid: 87 components: - type: Transform @@ -30196,21 +31596,11 @@ entities: - type: Transform pos: -14.5,-49.5 parent: 2 - - uid: 139 - components: - - type: Transform - pos: -33.5,9.5 - parent: 2 - uid: 162 components: - type: Transform pos: 25.5,-14.5 parent: 2 - - uid: 179 - components: - - type: Transform - pos: -43.5,0.5 - parent: 2 - uid: 180 components: - type: Transform @@ -30246,15 +31636,10 @@ entities: - type: Transform pos: -63.5,-60.5 parent: 2 - - uid: 224 + - uid: 223 components: - type: Transform - pos: -24.5,-7.5 - parent: 2 - - uid: 225 - components: - - type: Transform - pos: -51.5,-2.5 + pos: -37.5,-15.5 parent: 2 - uid: 329 components: @@ -30266,51 +31651,11 @@ entities: - type: Transform pos: 5.5,17.5 parent: 2 - - uid: 352 - components: - - type: Transform - pos: -44.5,10.5 - parent: 2 - - uid: 364 - components: - - type: Transform - pos: -47.5,10.5 - parent: 2 - - uid: 379 - components: - - type: Transform - pos: -43.5,7.5 - parent: 2 - uid: 382 components: - type: Transform pos: 4.5,11.5 parent: 2 - - uid: 385 - components: - - type: Transform - pos: -48.5,10.5 - parent: 2 - - uid: 386 - components: - - type: Transform - pos: -43.5,9.5 - parent: 2 - - uid: 388 - components: - - type: Transform - pos: -43.5,10.5 - parent: 2 - - uid: 398 - components: - - type: Transform - pos: -38.5,-7.5 - parent: 2 - - uid: 412 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - uid: 421 components: - type: Transform @@ -30326,16 +31671,6 @@ entities: - type: Transform pos: 4.5,17.5 parent: 2 - - uid: 437 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 2 - - uid: 439 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 2 - uid: 445 components: - type: Transform @@ -30391,11 +31726,6 @@ entities: - type: Transform pos: 4.5,18.5 parent: 2 - - uid: 547 - components: - - type: Transform - pos: -25.5,12.5 - parent: 2 - uid: 561 components: - type: Transform @@ -30466,96 +31796,31 @@ entities: - type: Transform pos: 21.5,24.5 parent: 2 - - uid: 615 - components: - - type: Transform - pos: -15.5,0.5 - parent: 2 - - uid: 630 - components: - - type: Transform - pos: -25.5,17.5 - parent: 2 - uid: 636 components: - type: Transform pos: -7.5,-4.5 parent: 2 - - uid: 651 - components: - - type: Transform - pos: -50.5,-3.5 - parent: 2 - uid: 653 components: - type: Transform pos: -20.5,33.5 parent: 2 - - uid: 656 - components: - - type: Transform - pos: -50.5,8.5 - parent: 2 - uid: 659 components: - type: Transform pos: -8.5,0.5 parent: 2 - - uid: 663 - components: - - type: Transform - pos: -15.5,1.5 - parent: 2 - - uid: 667 - components: - - type: Transform - pos: -32.5,13.5 - parent: 2 - - uid: 670 - components: - - type: Transform - pos: -51.5,7.5 - parent: 2 - - uid: 671 - components: - - type: Transform - pos: -53.5,3.5 - parent: 2 - - uid: 673 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 2 - - uid: 680 - components: - - type: Transform - pos: -40.5,-0.5 - parent: 2 - uid: 681 components: - type: Transform pos: 20.5,22.5 parent: 2 - - uid: 683 - components: - - type: Transform - pos: -34.5,-8.5 - parent: 2 - uid: 688 components: - type: Transform pos: 14.5,-17.5 parent: 2 - - uid: 690 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - - uid: 699 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - uid: 744 components: - type: Transform @@ -30591,11 +31856,6 @@ entities: - type: Transform pos: 11.5,-17.5 parent: 2 - - uid: 796 - components: - - type: Transform - pos: -37.5,23.5 - parent: 2 - uid: 827 components: - type: Transform @@ -30631,11 +31891,6 @@ entities: - type: Transform pos: -21.5,-41.5 parent: 2 - - uid: 909 - components: - - type: Transform - pos: -25.5,6.5 - parent: 2 - uid: 915 components: - type: Transform @@ -30644,12 +31899,7 @@ entities: - uid: 924 components: - type: Transform - pos: -33.5,23.5 - parent: 2 - - uid: 925 - components: - - type: Transform - pos: -32.5,9.5 + pos: -28.5,-12.5 parent: 2 - uid: 926 components: @@ -30721,11 +31971,6 @@ entities: - type: Transform pos: -8.5,16.5 parent: 2 - - uid: 959 - components: - - type: Transform - pos: -33.5,16.5 - parent: 2 - uid: 963 components: - type: Transform @@ -30751,11 +31996,6 @@ entities: - type: Transform pos: -6.5,16.5 parent: 2 - - uid: 974 - components: - - type: Transform - pos: -33.5,15.5 - parent: 2 - uid: 1017 components: - type: Transform @@ -30791,16 +32031,6 @@ entities: - type: Transform pos: -7.5,17.5 parent: 2 - - uid: 1080 - components: - - type: Transform - pos: -48.5,-3.5 - parent: 2 - - uid: 1081 - components: - - type: Transform - pos: -47.5,-1.5 - parent: 2 - uid: 1090 components: - type: Transform @@ -30811,25 +32041,40 @@ entities: - type: Transform pos: -25.5,-45.5 parent: 2 - - uid: 1172 - components: - - type: Transform - pos: -36.5,23.5 - parent: 2 - uid: 1175 components: - type: Transform pos: 19.5,14.5 parent: 2 - - uid: 1182 + - uid: 1196 components: - type: Transform - pos: -23.5,7.5 + pos: -20.5,-15.5 parent: 2 - - uid: 1238 + - uid: 1205 components: - type: Transform - pos: -25.5,3.5 + pos: -21.5,20.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: -35.5,-15.5 parent: 2 - uid: 1262 components: @@ -30861,11 +32106,6 @@ entities: - type: Transform pos: -8.5,20.5 parent: 2 - - uid: 1299 - components: - - type: Transform - pos: -18.5,14.5 - parent: 2 - uid: 1306 components: - type: Transform @@ -31001,11 +32241,6 @@ entities: - type: Transform pos: 15.5,23.5 parent: 2 - - uid: 1517 - components: - - type: Transform - pos: -20.5,16.5 - parent: 2 - uid: 1520 components: - type: Transform @@ -31016,21 +32251,11 @@ entities: - type: Transform pos: 8.5,16.5 parent: 2 - - uid: 1527 - components: - - type: Transform - pos: -26.5,-8.5 - parent: 2 - uid: 1528 components: - type: Transform pos: 8.5,15.5 parent: 2 - - uid: 1535 - components: - - type: Transform - pos: -32.5,8.5 - parent: 2 - uid: 1536 components: - type: Transform @@ -31041,11 +32266,6 @@ entities: - type: Transform pos: 19.5,22.5 parent: 2 - - uid: 1539 - components: - - type: Transform - pos: -47.5,6.5 - parent: 2 - uid: 1541 components: - type: Transform @@ -31186,21 +32406,11 @@ entities: - type: Transform pos: 3.5,7.5 parent: 2 - - uid: 1820 - components: - - type: Transform - pos: -33.5,17.5 - parent: 2 - uid: 1827 components: - type: Transform pos: -35.5,-58.5 parent: 2 - - uid: 1830 - components: - - type: Transform - pos: -23.5,-16.5 - parent: 2 - uid: 1835 components: - type: Transform @@ -31259,7 +32469,7 @@ entities: - uid: 1881 components: - type: Transform - pos: -34.5,-9.5 + pos: -38.5,-14.5 parent: 2 - uid: 1883 components: @@ -31276,6 +32486,11 @@ entities: - type: Transform pos: -3.5,-6.5 parent: 2 + - uid: 1905 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 - uid: 1907 components: - type: Transform @@ -31286,6 +32501,11 @@ entities: - type: Transform pos: 19.5,10.5 parent: 2 + - uid: 1960 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 - uid: 2032 components: - type: Transform @@ -31351,6 +32571,11 @@ entities: - type: Transform pos: 2.5,-0.5 parent: 2 + - uid: 2091 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 - uid: 2102 components: - type: Transform @@ -31361,16 +32586,6 @@ entities: - type: Transform pos: -0.5,-0.5 parent: 2 - - uid: 2105 - components: - - type: Transform - pos: -35.5,17.5 - parent: 2 - - uid: 2106 - components: - - type: Transform - pos: -30.5,19.5 - parent: 2 - uid: 2109 components: - type: Transform @@ -31421,6 +32636,11 @@ entities: - type: Transform pos: -11.5,-21.5 parent: 2 + - uid: 2162 + components: + - type: Transform + pos: -51.5,4.5 + parent: 2 - uid: 2167 components: - type: Transform @@ -31431,11 +32651,6 @@ entities: - type: Transform pos: 35.5,20.5 parent: 2 - - uid: 2183 - components: - - type: Transform - pos: -25.5,-16.5 - parent: 2 - uid: 2188 components: - type: Transform @@ -31456,10 +32671,10 @@ entities: - type: Transform pos: -38.5,-57.5 parent: 2 - - uid: 2208 + - uid: 2207 components: - type: Transform - pos: -21.5,-3.5 + pos: -12.5,-2.5 parent: 2 - uid: 2218 components: @@ -31481,6 +32696,11 @@ entities: - type: Transform pos: 33.5,21.5 parent: 2 + - uid: 2251 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 - uid: 2254 components: - type: Transform @@ -31531,26 +32751,6 @@ entities: - type: Transform pos: 47.5,-29.5 parent: 2 - - uid: 2372 - components: - - type: Transform - pos: -25.5,14.5 - parent: 2 - - uid: 2373 - components: - - type: Transform - pos: -25.5,13.5 - parent: 2 - - uid: 2379 - components: - - type: Transform - pos: -22.5,4.5 - parent: 2 - - uid: 2388 - components: - - type: Transform - pos: -39.5,3.5 - parent: 2 - uid: 2401 components: - type: Transform @@ -31591,11 +32791,6 @@ entities: - type: Transform pos: -21.5,32.5 parent: 2 - - uid: 2448 - components: - - type: Transform - pos: -19.5,14.5 - parent: 2 - uid: 2460 components: - type: Transform @@ -31696,11 +32891,6 @@ entities: - type: Transform pos: 0.5,-6.5 parent: 2 - - uid: 2500 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - uid: 2502 components: - type: Transform @@ -31741,46 +32931,51 @@ entities: - type: Transform pos: -28.5,-62.5 parent: 2 - - uid: 2566 - components: - - type: Transform - pos: -46.5,3.5 - parent: 2 - uid: 2568 components: - type: Transform pos: -12.5,-62.5 parent: 2 - - uid: 2595 + - uid: 2614 components: - type: Transform - pos: -45.5,3.5 + pos: -57.5,-10.5 parent: 2 - - uid: 2612 + - uid: 2615 components: - type: Transform - pos: -21.5,4.5 + pos: -30.5,23.5 parent: 2 - - uid: 2629 + - uid: 2632 components: - type: Transform - pos: -34.5,-10.5 + pos: -29.5,22.5 parent: 2 - - uid: 2636 + - uid: 2643 components: - type: Transform - pos: -32.5,11.5 + pos: -25.5,-14.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: -25.5,-11.5 parent: 2 - uid: 2649 components: - type: Transform pos: 24.5,-3.5 parent: 2 - - uid: 2652 - components: - - type: Transform - pos: -21.5,-15.5 - parent: 2 - uid: 2689 components: - type: Transform @@ -31801,125 +32996,160 @@ entities: - type: Transform pos: 1.5,-6.5 parent: 2 + - uid: 2705 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -37.5,-13.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 2711 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 2712 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 2723 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 - uid: 2730 components: - type: Transform pos: 21.5,14.5 parent: 2 - - uid: 2741 - components: - - type: Transform - pos: -25.5,-10.5 - parent: 2 - - uid: 2782 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 2783 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - - uid: 2784 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 2 - - uid: 2785 - components: - - type: Transform - pos: -31.5,-10.5 - parent: 2 - - uid: 2786 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 2 - uid: 2787 components: - type: Transform - pos: -30.5,-10.5 + pos: -57.5,-11.5 parent: 2 - - uid: 2788 + - uid: 2790 components: - type: Transform - pos: -26.5,-12.5 + pos: -51.5,-13.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -53.5,-13.5 parent: 2 - uid: 2795 components: - type: Transform - pos: -20.5,-3.5 + pos: -54.5,-13.5 parent: 2 - uid: 2796 components: - type: Transform - pos: -22.5,-0.5 + pos: -55.5,-13.5 parent: 2 - uid: 2797 components: - type: Transform - pos: -23.5,-0.5 + pos: -56.5,-13.5 parent: 2 - uid: 2798 components: - type: Transform - pos: -24.5,-0.5 + pos: -57.5,-13.5 parent: 2 - uid: 2799 components: - type: Transform - pos: -25.5,-0.5 - parent: 2 - - uid: 2800 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 2 - - uid: 2801 - components: - - type: Transform - pos: -27.5,-0.5 - parent: 2 - - uid: 2802 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 2 - - uid: 2803 - components: - - type: Transform - pos: -29.5,-0.5 - parent: 2 - - uid: 2804 - components: - - type: Transform - pos: -26.5,-11.5 - parent: 2 - - uid: 2807 - components: - - type: Transform - pos: -29.5,0.5 + pos: -57.5,-12.5 parent: 2 - uid: 2808 components: - type: Transform - pos: -29.5,1.5 + pos: -50.5,-13.5 parent: 2 - uid: 2809 components: - type: Transform - pos: -29.5,2.5 + pos: -49.5,-13.5 parent: 2 - uid: 2810 components: - type: Transform - pos: -29.5,3.5 + pos: -48.5,-13.5 parent: 2 - uid: 2811 components: - type: Transform - pos: -22.5,-3.5 + pos: -47.5,-13.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 2 + - uid: 2819 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: -55.5,-15.5 parent: 2 - uid: 2823 components: @@ -31929,27 +33159,52 @@ entities: - uid: 2824 components: - type: Transform - pos: -26.5,-13.5 + pos: -55.5,-16.5 parent: 2 - uid: 2826 components: - type: Transform - pos: -33.5,-11.5 + pos: -55.5,-17.5 parent: 2 - uid: 2827 components: - type: Transform pos: -11.5,-62.5 parent: 2 + - uid: 2829 + components: + - type: Transform + pos: -55.5,-18.5 + parent: 2 - uid: 2831 components: - type: Transform pos: -8.5,11.5 parent: 2 + - uid: 2832 + components: + - type: Transform + pos: -54.5,-18.5 + parent: 2 - uid: 2833 components: - type: Transform - pos: -20.5,14.5 + pos: -53.5,-18.5 + parent: 2 + - uid: 2834 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + pos: -53.5,-11.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: -53.5,-10.5 parent: 2 - uid: 2838 components: @@ -31961,10 +33216,15 @@ entities: - type: Transform pos: -9.5,11.5 parent: 2 + - uid: 2842 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 - uid: 2843 components: - type: Transform - pos: -25.5,10.5 + pos: -53.5,-8.5 parent: 2 - uid: 2844 components: @@ -31976,35 +33236,45 @@ entities: - type: Transform pos: -11.5,11.5 parent: 2 + - uid: 2849 + components: + - type: Transform + pos: -52.5,-8.5 + parent: 2 - uid: 2850 components: - type: Transform - pos: -26.5,10.5 + pos: -51.5,-8.5 parent: 2 - uid: 2851 components: - type: Transform - pos: -27.5,10.5 + pos: -51.5,-7.5 parent: 2 - uid: 2852 components: - type: Transform - pos: -28.5,10.5 + pos: -51.5,-6.5 parent: 2 - uid: 2853 components: - type: Transform - pos: -29.5,10.5 + pos: -51.5,-5.5 parent: 2 - uid: 2854 components: - type: Transform - pos: -25.5,11.5 + pos: -51.5,-4.5 parent: 2 - uid: 2857 components: - type: Transform - pos: -15.5,7.5 + pos: -51.5,-3.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + pos: -55.5,-2.5 parent: 2 - uid: 2861 components: @@ -32016,6 +33286,11 @@ entities: - type: Transform pos: 48.5,-32.5 parent: 2 + - uid: 2865 + components: + - type: Transform + pos: -55.5,-1.5 + parent: 2 - uid: 2866 components: - type: Transform @@ -32024,28 +33299,83 @@ entities: - uid: 2867 components: - type: Transform - pos: -15.5,6.5 + pos: -55.5,-0.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + pos: -55.5,0.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + pos: -55.5,1.5 parent: 2 - uid: 2874 components: - type: Transform - pos: -20.5,-0.5 + pos: -54.5,1.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + pos: -53.5,1.5 parent: 2 - uid: 2877 components: - type: Transform pos: 18.5,-7.5 parent: 2 + - uid: 2880 + components: + - type: Transform + pos: -52.5,1.5 + parent: 2 + - uid: 2883 + components: + - type: Transform + pos: -51.5,1.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + pos: -51.5,0.5 + parent: 2 + - uid: 2885 + components: + - type: Transform + pos: -51.5,-0.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + pos: -51.5,-1.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: -51.5,-2.5 + parent: 2 - uid: 2889 components: - type: Transform pos: -19.5,27.5 parent: 2 + - uid: 2890 + components: + - type: Transform + pos: -47.5,12.5 + parent: 2 - uid: 2892 components: - type: Transform pos: -29.5,-60.5 parent: 2 + - uid: 2896 + components: + - type: Transform + pos: -48.5,12.5 + parent: 2 - uid: 2904 components: - type: Transform @@ -32081,16 +33411,46 @@ entities: - type: Transform pos: -8.5,9.5 parent: 2 + - uid: 2950 + components: + - type: Transform + pos: -48.5,11.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: -48.5,10.5 + parent: 2 - uid: 2954 components: - type: Transform pos: -2.5,-6.5 parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -48.5,9.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 - uid: 2974 components: - type: Transform pos: -3.5,-12.5 parent: 2 + - uid: 2986 + components: + - type: Transform + pos: -49.5,4.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 - uid: 2989 components: - type: Transform @@ -32101,11 +33461,21 @@ entities: - type: Transform pos: -17.5,29.5 parent: 2 + - uid: 2996 + components: + - type: Transform + pos: -48.5,5.5 + parent: 2 - uid: 2997 components: - type: Transform pos: 58.5,-49.5 parent: 2 + - uid: 2998 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 - uid: 2999 components: - type: Transform @@ -32121,10 +33491,45 @@ entities: - type: Transform pos: -20.5,22.5 parent: 2 + - uid: 3006 + components: + - type: Transform + pos: -54.5,4.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + pos: -54.5,5.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + pos: -54.5,6.5 + parent: 2 + - uid: 3021 + components: + - type: Transform + pos: -54.5,7.5 + parent: 2 + - uid: 3027 + components: + - type: Transform + pos: -54.5,8.5 + parent: 2 + - uid: 3028 + components: + - type: Transform + pos: -49.5,5.5 + parent: 2 + - uid: 3029 + components: + - type: Transform + pos: -49.5,6.5 + parent: 2 - uid: 3036 components: - type: Transform - pos: -32.5,10.5 + pos: -49.5,7.5 parent: 2 - uid: 3038 components: @@ -32146,11 +33551,41 @@ entities: - type: Transform pos: -7.5,22.5 parent: 2 + - uid: 3069 + components: + - type: Transform + pos: -49.5,8.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: -53.5,8.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: -52.5,8.5 + parent: 2 - uid: 3077 components: - type: Transform pos: 1.5,-35.5 parent: 2 + - uid: 3095 + components: + - type: Transform + pos: -51.5,8.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + pos: -50.5,8.5 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: -53.5,9.5 + parent: 2 - uid: 3104 components: - type: Transform @@ -32161,30 +33596,175 @@ entities: - type: Transform pos: 31.5,-62.5 parent: 2 + - uid: 3114 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - uid: 3116 + components: + - type: Transform + pos: -53.5,11.5 + parent: 2 + - uid: 3119 + components: + - type: Transform + pos: -53.5,12.5 + parent: 2 + - uid: 3120 + components: + - type: Transform + pos: -53.5,13.5 + parent: 2 + - uid: 3145 + components: + - type: Transform + pos: -53.5,14.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: -53.5,15.5 + parent: 2 + - uid: 3184 + components: + - type: Transform + pos: -52.5,15.5 + parent: 2 + - uid: 3185 + components: + - type: Transform + pos: -51.5,15.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 3194 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 - uid: 3200 components: - type: Transform pos: 31.5,-57.5 parent: 2 + - uid: 3201 + components: + - type: Transform + pos: -48.5,14.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + pos: -48.5,13.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: -46.5,15.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + pos: -52.5,23.5 + parent: 2 + - uid: 3219 + components: + - type: Transform + pos: -52.5,22.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 + - uid: 3277 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 - uid: 3278 components: - type: Transform - pos: -24.5,7.5 + pos: -52.5,19.5 parent: 2 - uid: 3280 components: - type: Transform - pos: -25.5,5.5 + pos: -52.5,18.5 + parent: 2 + - uid: 3281 + components: + - type: Transform + pos: -52.5,17.5 parent: 2 - uid: 3296 components: - type: Transform pos: 1.5,-36.5 parent: 2 + - uid: 3322 + components: + - type: Transform + pos: -52.5,16.5 + parent: 2 + - uid: 3336 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 - uid: 3390 components: - type: Transform - pos: -21.5,16.5 + pos: -47.5,21.5 parent: 2 - uid: 3400 components: @@ -32351,11 +33931,6 @@ entities: - type: Transform pos: 24.5,-54.5 parent: 2 - - uid: 4047 - components: - - type: Transform - pos: -16.5,-1.5 - parent: 2 - uid: 4052 components: - type: Transform @@ -32391,11 +33966,6 @@ entities: - type: Transform pos: -4.5,-6.5 parent: 2 - - uid: 4362 - components: - - type: Transform - pos: -17.5,-1.5 - parent: 2 - uid: 4421 components: - type: Transform @@ -32446,6 +34016,16 @@ entities: - type: Transform pos: 10.5,-17.5 parent: 2 + - uid: 4696 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: -33.5,22.5 + parent: 2 - uid: 4727 components: - type: Transform @@ -32454,7 +34034,17 @@ entities: - uid: 4741 components: - type: Transform - pos: -29.5,-14.5 + pos: -33.5,23.5 + parent: 2 + - uid: 4749 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: -31.5,23.5 parent: 2 - uid: 4790 components: @@ -32491,6 +34081,11 @@ entities: - type: Transform pos: -27.5,-62.5 parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 - uid: 4968 components: - type: Transform @@ -32521,11 +34116,6 @@ entities: - type: Transform pos: 36.5,7.5 parent: 2 - - uid: 5173 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - uid: 5205 components: - type: Transform @@ -32566,36 +34156,16 @@ entities: - type: Transform pos: -9.5,14.5 parent: 2 + - uid: 5281 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 - uid: 5291 components: - type: Transform pos: -29.5,-43.5 parent: 2 - - uid: 5320 - components: - - type: Transform - pos: -34.5,23.5 - parent: 2 - - uid: 5333 - components: - - type: Transform - pos: -47.5,-0.5 - parent: 2 - - uid: 5359 - components: - - type: Transform - pos: -29.5,25.5 - parent: 2 - - uid: 5360 - components: - - type: Transform - pos: -31.5,25.5 - parent: 2 - - uid: 5361 - components: - - type: Transform - pos: -30.5,25.5 - parent: 2 - uid: 5364 components: - type: Transform @@ -32661,11 +34231,6 @@ entities: - type: Transform pos: 5.5,11.5 parent: 2 - - uid: 5466 - components: - - type: Transform - pos: -31.5,6.5 - parent: 2 - uid: 5468 components: - type: Transform @@ -32701,11 +34266,6 @@ entities: - type: Transform pos: 45.5,-5.5 parent: 2 - - uid: 5484 - components: - - type: Transform - pos: -29.5,5.5 - parent: 2 - uid: 5496 components: - type: Transform @@ -32721,11 +34281,6 @@ entities: - type: Transform pos: 57.5,-55.5 parent: 2 - - uid: 5535 - components: - - type: Transform - pos: -47.5,-3.5 - parent: 2 - uid: 5550 components: - type: Transform @@ -32821,11 +34376,6 @@ entities: - type: Transform pos: 10.5,1.5 parent: 2 - - uid: 5768 - components: - - type: Transform - pos: -31.5,7.5 - parent: 2 - uid: 5802 components: - type: Transform @@ -32836,11 +34386,6 @@ entities: - type: Transform pos: -7.5,-48.5 parent: 2 - - uid: 5810 - components: - - type: Transform - pos: -31.5,8.5 - parent: 2 - uid: 5824 components: - type: Transform @@ -32891,11 +34436,6 @@ entities: - type: Transform pos: 27.5,3.5 parent: 2 - - uid: 6073 - components: - - type: Transform - pos: -35.5,23.5 - parent: 2 - uid: 6097 components: - type: Transform @@ -32971,11 +34511,6 @@ entities: - type: Transform pos: -53.5,-22.5 parent: 2 - - uid: 6526 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 2 - uid: 6542 components: - type: Transform @@ -33016,21 +34551,6 @@ entities: - type: Transform pos: 2.5,28.5 parent: 2 - - uid: 6582 - components: - - type: Transform - pos: -24.5,-16.5 - parent: 2 - - uid: 6595 - components: - - type: Transform - pos: -22.5,-10.5 - parent: 2 - - uid: 6596 - components: - - type: Transform - pos: -21.5,-10.5 - parent: 2 - uid: 6619 components: - type: Transform @@ -33041,6 +34561,11 @@ entities: - type: Transform pos: 31.5,-63.5 parent: 2 + - uid: 6643 + components: + - type: Transform + pos: -37.5,25.5 + parent: 2 - uid: 6664 components: - type: Transform @@ -33096,16 +34621,41 @@ entities: - type: Transform pos: 26.5,-6.5 parent: 2 + - uid: 6885 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 6886 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 - uid: 6889 components: - type: Transform pos: 35.5,6.5 parent: 2 + - uid: 6892 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 - uid: 6901 components: - type: Transform pos: 15.5,19.5 parent: 2 + - uid: 6910 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 6913 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 - uid: 6914 components: - type: Transform @@ -33114,12 +34664,12 @@ entities: - uid: 6938 components: - type: Transform - pos: -21.5,-8.5 + pos: -38.5,30.5 parent: 2 - uid: 6941 components: - type: Transform - pos: -33.5,-6.5 + pos: -38.5,31.5 parent: 2 - uid: 6947 components: @@ -33129,7 +34679,42 @@ entities: - uid: 6955 components: - type: Transform - pos: -30.5,24.5 + pos: -38.5,32.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 6962 + components: + - type: Transform + pos: -40.5,29.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + pos: -41.5,29.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + pos: -42.5,29.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: -43.5,29.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + pos: -44.5,29.5 + parent: 2 + - uid: 6985 + components: + - type: Transform + pos: -45.5,29.5 parent: 2 - uid: 6986 components: @@ -33146,11 +34731,6 @@ entities: - type: Transform pos: 4.5,-10.5 parent: 2 - - uid: 7009 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - uid: 7023 components: - type: Transform @@ -33166,11 +34746,6 @@ entities: - type: Transform pos: -10.5,-21.5 parent: 2 - - uid: 7038 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - uid: 7040 components: - type: Transform @@ -33246,16 +34821,6 @@ entities: - type: Transform pos: -57.5,-55.5 parent: 2 - - uid: 7183 - components: - - type: Transform - pos: -19.5,16.5 - parent: 2 - - uid: 7193 - components: - - type: Transform - pos: -21.5,12.5 - parent: 2 - uid: 7214 components: - type: Transform @@ -33326,31 +34891,11 @@ entities: - type: Transform pos: 30.5,-64.5 parent: 2 - - uid: 7289 - components: - - type: Transform - pos: -31.5,21.5 - parent: 2 - uid: 7290 components: - type: Transform pos: 31.5,-60.5 parent: 2 - - uid: 7291 - components: - - type: Transform - pos: -30.5,16.5 - parent: 2 - - uid: 7302 - components: - - type: Transform - pos: -30.5,18.5 - parent: 2 - - uid: 7303 - components: - - type: Transform - pos: -30.5,17.5 - parent: 2 - uid: 7328 components: - type: Transform @@ -33416,11 +34961,6 @@ entities: - type: Transform pos: 17.5,8.5 parent: 2 - - uid: 7625 - components: - - type: Transform - pos: -31.5,20.5 - parent: 2 - uid: 7636 components: - type: Transform @@ -33466,36 +35006,11 @@ entities: - type: Transform pos: 43.5,-37.5 parent: 2 - - uid: 7781 - components: - - type: Transform - pos: -52.5,7.5 - parent: 2 - - uid: 7821 - components: - - type: Transform - pos: -21.5,3.5 - parent: 2 - - uid: 7822 - components: - - type: Transform - pos: -21.5,5.5 - parent: 2 - - uid: 7834 - components: - - type: Transform - pos: -49.5,-3.5 - parent: 2 - uid: 7840 components: - type: Transform pos: -50.5,-51.5 parent: 2 - - uid: 7842 - components: - - type: Transform - pos: -50.5,7.5 - parent: 2 - uid: 7861 components: - type: Transform @@ -33551,16 +35066,6 @@ entities: - type: Transform pos: 40.5,-6.5 parent: 2 - - uid: 7999 - components: - - type: Transform - pos: -52.5,-1.5 - parent: 2 - - uid: 8002 - components: - - type: Transform - pos: -50.5,9.5 - parent: 2 - uid: 8030 components: - type: Transform @@ -33586,11 +35091,6 @@ entities: - type: Transform pos: 0.5,11.5 parent: 2 - - uid: 8146 - components: - - type: Transform - pos: -22.5,-16.5 - parent: 2 - uid: 8163 components: - type: Transform @@ -33626,11 +35126,6 @@ entities: - type: Transform pos: -8.5,-18.5 parent: 2 - - uid: 8263 - components: - - type: Transform - pos: -17.5,-1.5 - parent: 2 - uid: 8275 components: - type: Transform @@ -33671,11 +35166,6 @@ entities: - type: Transform pos: -48.5,-53.5 parent: 2 - - uid: 8359 - components: - - type: Transform - pos: -65.5,-16.5 - parent: 2 - uid: 8375 components: - type: Transform @@ -33691,36 +35181,11 @@ entities: - type: Transform pos: 5.5,28.5 parent: 2 - - uid: 8411 - components: - - type: Transform - pos: -51.5,-12.5 - parent: 2 - - uid: 8464 - components: - - type: Transform - pos: -43.5,8.5 - parent: 2 - - uid: 8480 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 2 - - uid: 8488 - components: - - type: Transform - pos: -46.5,10.5 - parent: 2 - uid: 8495 components: - type: Transform pos: 4.5,-17.5 parent: 2 - - uid: 8499 - components: - - type: Transform - pos: -19.5,4.5 - parent: 2 - uid: 8540 components: - type: Transform @@ -33881,46 +35346,16 @@ entities: - type: Transform pos: -25.5,-52.5 parent: 2 - - uid: 8994 - components: - - type: Transform - pos: -31.5,23.5 - parent: 2 - - uid: 8995 - components: - - type: Transform - pos: -30.5,23.5 - parent: 2 - - uid: 9000 - components: - - type: Transform - pos: -20.5,4.5 - parent: 2 - uid: 9002 components: - type: Transform pos: -1.5,23.5 parent: 2 - - uid: 9004 - components: - - type: Transform - pos: -28.5,20.5 - parent: 2 - - uid: 9005 - components: - - type: Transform - pos: -30.5,20.5 - parent: 2 - uid: 9008 components: - type: Transform pos: 27.5,24.5 parent: 2 - - uid: 9010 - components: - - type: Transform - pos: -29.5,20.5 - parent: 2 - uid: 9012 components: - type: Transform @@ -33931,11 +35366,6 @@ entities: - type: Transform pos: 3.5,26.5 parent: 2 - - uid: 9016 - components: - - type: Transform - pos: -27.5,20.5 - parent: 2 - uid: 9062 components: - type: Transform @@ -34031,21 +35461,11 @@ entities: - type: Transform pos: 48.5,2.5 parent: 2 - - uid: 9122 - components: - - type: Transform - pos: -32.5,14.5 - parent: 2 - uid: 9124 components: - type: Transform pos: 44.5,-3.5 parent: 2 - - uid: 9138 - components: - - type: Transform - pos: -43.5,4.5 - parent: 2 - uid: 9208 components: - type: Transform @@ -34096,36 +35516,16 @@ entities: - type: Transform pos: 15.5,-17.5 parent: 2 - - uid: 9574 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 2 - uid: 9598 components: - type: Transform pos: 8.5,-12.5 parent: 2 - - uid: 9637 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 2 - - uid: 9643 - components: - - type: Transform - pos: -47.5,-2.5 - parent: 2 - uid: 9653 components: - type: Transform pos: 35.5,25.5 parent: 2 - - uid: 9660 - components: - - type: Transform - pos: -49.5,10.5 - parent: 2 - uid: 9667 components: - type: Transform @@ -34141,11 +35541,6 @@ entities: - type: Transform pos: -24.5,-49.5 parent: 2 - - uid: 9719 - components: - - type: Transform - pos: -69.5,-15.5 - parent: 2 - uid: 9724 components: - type: Transform @@ -34301,11 +35696,6 @@ entities: - type: Transform pos: -13.5,-47.5 parent: 2 - - uid: 9812 - components: - - type: Transform - pos: -69.5,-9.5 - parent: 2 - uid: 9819 components: - type: Transform @@ -34411,11 +35801,6 @@ entities: - type: Transform pos: 30.5,-52.5 parent: 2 - - uid: 9862 - components: - - type: Transform - pos: -42.5,10.5 - parent: 2 - uid: 9867 components: - type: Transform @@ -34426,11 +35811,6 @@ entities: - type: Transform pos: 29.5,-53.5 parent: 2 - - uid: 9874 - components: - - type: Transform - pos: -65.5,-9.5 - parent: 2 - uid: 9878 components: - type: Transform @@ -34511,11 +35891,6 @@ entities: - type: Transform pos: -23.5,-53.5 parent: 2 - - uid: 9968 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - uid: 9972 components: - type: Transform @@ -34591,11 +35966,6 @@ entities: - type: Transform pos: 32.5,2.5 parent: 2 - - uid: 10133 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - uid: 10138 components: - type: Transform @@ -34661,16 +36031,6 @@ entities: - type: Transform pos: -52.5,-50.5 parent: 2 - - uid: 10198 - components: - - type: Transform - pos: -53.5,4.5 - parent: 2 - - uid: 10199 - components: - - type: Transform - pos: -40.5,0.5 - parent: 2 - uid: 10206 components: - type: Transform @@ -34691,11 +36051,6 @@ entities: - type: Transform pos: 29.5,11.5 parent: 2 - - uid: 10213 - components: - - type: Transform - pos: -40.5,1.5 - parent: 2 - uid: 10215 components: - type: Transform @@ -34716,11 +36071,6 @@ entities: - type: Transform pos: 0.5,-3.5 parent: 2 - - uid: 10239 - components: - - type: Transform - pos: -49.5,-8.5 - parent: 2 - uid: 10248 components: - type: Transform @@ -34736,11 +36086,6 @@ entities: - type: Transform pos: 4.5,-22.5 parent: 2 - - uid: 10314 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 2 - uid: 10315 components: - type: Transform @@ -35066,26 +36411,11 @@ entities: - type: Transform pos: -49.5,-50.5 parent: 2 - - uid: 10419 - components: - - type: Transform - pos: -51.5,-3.5 - parent: 2 - uid: 10443 components: - type: Transform pos: 0.5,-32.5 parent: 2 - - uid: 10447 - components: - - type: Transform - pos: -70.5,-15.5 - parent: 2 - - uid: 10448 - components: - - type: Transform - pos: -70.5,-9.5 - parent: 2 - uid: 10473 components: - type: Transform @@ -35096,11 +36426,6 @@ entities: - type: Transform pos: -39.5,-54.5 parent: 2 - - uid: 10506 - components: - - type: Transform - pos: -53.5,6.5 - parent: 2 - uid: 10509 components: - type: Transform @@ -35116,11 +36441,6 @@ entities: - type: Transform pos: 23.5,-16.5 parent: 2 - - uid: 10566 - components: - - type: Transform - pos: -31.5,22.5 - parent: 2 - uid: 10570 components: - type: Transform @@ -35141,41 +36461,16 @@ entities: - type: Transform pos: -4.5,-8.5 parent: 2 - - uid: 10626 - components: - - type: Transform - pos: -19.5,-3.5 - parent: 2 - - uid: 10656 - components: - - type: Transform - pos: -50.5,10.5 - parent: 2 - - uid: 10668 - components: - - type: Transform - pos: -41.5,10.5 - parent: 2 - uid: 10675 components: - type: Transform pos: 2.5,-3.5 parent: 2 - - uid: 10676 - components: - - type: Transform - pos: -41.5,9.5 - parent: 2 - uid: 10677 components: - type: Transform pos: 9.5,-14.5 parent: 2 - - uid: 10682 - components: - - type: Transform - pos: -53.5,1.5 - parent: 2 - uid: 10712 components: - type: Transform @@ -35241,11 +36536,6 @@ entities: - type: Transform pos: 60.5,-54.5 parent: 2 - - uid: 10881 - components: - - type: Transform - pos: -53.5,-0.5 - parent: 2 - uid: 10886 components: - type: Transform @@ -35261,16 +36551,6 @@ entities: - type: Transform pos: 57.5,-61.5 parent: 2 - - uid: 10915 - components: - - type: Transform - pos: -53.5,5.5 - parent: 2 - - uid: 10923 - components: - - type: Transform - pos: -43.5,3.5 - parent: 2 - uid: 10937 components: - type: Transform @@ -35296,16 +36576,6 @@ entities: - type: Transform pos: 6.5,1.5 parent: 2 - - uid: 10966 - components: - - type: Transform - pos: -40.5,3.5 - parent: 2 - - uid: 10993 - components: - - type: Transform - pos: -38.5,-3.5 - parent: 2 - uid: 11036 components: - type: Transform @@ -35321,36 +36591,16 @@ entities: - type: Transform pos: 30.5,-65.5 parent: 2 - - uid: 11121 - components: - - type: Transform - pos: -48.5,-8.5 - parent: 2 - uid: 11163 components: - type: Transform pos: 24.5,11.5 parent: 2 - - uid: 11164 - components: - - type: Transform - pos: -25.5,7.5 - parent: 2 - - uid: 11166 - components: - - type: Transform - pos: -21.5,11.5 - parent: 2 - uid: 11172 components: - type: Transform pos: 16.5,29.5 parent: 2 - - uid: 11182 - components: - - type: Transform - pos: -49.5,3.5 - parent: 2 - uid: 11184 components: - type: Transform @@ -35386,11 +36636,6 @@ entities: - type: Transform pos: 16.5,-7.5 parent: 2 - - uid: 11224 - components: - - type: Transform - pos: -40.5,-1.5 - parent: 2 - uid: 11227 components: - type: Transform @@ -35401,11 +36646,6 @@ entities: - type: Transform pos: 16.5,-5.5 parent: 2 - - uid: 11242 - components: - - type: Transform - pos: -15.5,8.5 - parent: 2 - uid: 11250 components: - type: Transform @@ -35431,11 +36671,6 @@ entities: - type: Transform pos: 52.5,-52.5 parent: 2 - - uid: 11432 - components: - - type: Transform - pos: -22.5,-2.5 - parent: 2 - uid: 11444 components: - type: Transform @@ -35661,11 +36896,6 @@ entities: - type: Transform pos: 13.5,21.5 parent: 2 - - uid: 11556 - components: - - type: Transform - pos: -53.5,0.5 - parent: 2 - uid: 11571 components: - type: Transform @@ -35701,21 +36931,6 @@ entities: - type: Transform pos: 45.5,-10.5 parent: 2 - - uid: 11618 - components: - - type: Transform - pos: -26.5,-7.5 - parent: 2 - - uid: 11631 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - uid: 11654 - components: - - type: Transform - pos: -52.5,-2.5 - parent: 2 - uid: 11703 components: - type: Transform @@ -36106,11 +37321,6 @@ entities: - type: Transform pos: -8.5,-11.5 parent: 2 - - uid: 11827 - components: - - type: Transform - pos: -21.5,10.5 - parent: 2 - uid: 11829 components: - type: Transform @@ -36261,16 +37471,6 @@ entities: - type: Transform pos: -13.5,-7.5 parent: 2 - - uid: 11925 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 11926 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 2 - uid: 11947 components: - type: Transform @@ -36296,21 +37496,11 @@ entities: - type: Transform pos: -0.5,-3.5 parent: 2 - - uid: 12004 - components: - - type: Transform - pos: -41.5,3.5 - parent: 2 - uid: 12008 components: - type: Transform pos: 9.5,-10.5 parent: 2 - - uid: 12010 - components: - - type: Transform - pos: -39.5,-1.5 - parent: 2 - uid: 12014 components: - type: Transform @@ -36331,16 +37521,6 @@ entities: - type: Transform pos: -4.5,-13.5 parent: 2 - - uid: 12025 - components: - - type: Transform - pos: -46.5,-3.5 - parent: 2 - - uid: 12067 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 - uid: 12077 components: - type: Transform @@ -36471,26 +37651,11 @@ entities: - type: Transform pos: -11.5,24.5 parent: 2 - - uid: 12152 - components: - - type: Transform - pos: -38.5,3.5 - parent: 2 - - uid: 12213 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - uid: 12230 components: - type: Transform pos: 48.5,-13.5 parent: 2 - - uid: 12256 - components: - - type: Transform - pos: -52.5,6.5 - parent: 2 - uid: 12257 components: - type: Transform @@ -36531,11 +37696,6 @@ entities: - type: Transform pos: 47.5,-13.5 parent: 2 - - uid: 12370 - components: - - type: Transform - pos: -25.5,4.5 - parent: 2 - uid: 12389 components: - type: Transform @@ -36576,21 +37736,11 @@ entities: - type: Transform pos: -7.5,-0.5 parent: 2 - - uid: 12614 - components: - - type: Transform - pos: -22.5,16.5 - parent: 2 - uid: 12632 components: - type: Transform pos: -10.5,-54.5 parent: 2 - - uid: 12654 - components: - - type: Transform - pos: -43.5,-0.5 - parent: 2 - uid: 12759 components: - type: Transform @@ -36661,31 +37811,11 @@ entities: - type: Transform pos: -10.5,-63.5 parent: 2 - - uid: 12851 - components: - - type: Transform - pos: -34.5,7.5 - parent: 2 - uid: 12854 components: - type: Transform pos: -19.5,-47.5 parent: 2 - - uid: 12880 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - uid: 12883 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - - uid: 12897 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - uid: 12955 components: - type: Transform @@ -36731,11 +37861,6 @@ entities: - type: Transform pos: -23.5,-35.5 parent: 2 - - uid: 12964 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - uid: 12965 components: - type: Transform @@ -36751,26 +37876,11 @@ entities: - type: Transform pos: -1.5,25.5 parent: 2 - - uid: 12972 - components: - - type: Transform - pos: -33.5,14.5 - parent: 2 - uid: 12979 components: - type: Transform pos: 16.5,-4.5 parent: 2 - - uid: 13010 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 2 - - uid: 13028 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 2 - uid: 13067 components: - type: Transform @@ -36971,11 +38081,6 @@ entities: - type: Transform pos: 3.5,9.5 parent: 2 - - uid: 13616 - components: - - type: Transform - pos: -18.5,16.5 - parent: 2 - uid: 13647 components: - type: Transform @@ -37001,21 +38106,6 @@ entities: - type: Transform pos: 5.5,-3.5 parent: 2 - - uid: 13700 - components: - - type: Transform - pos: -65.5,-8.5 - parent: 2 - - uid: 13701 - components: - - type: Transform - pos: -65.5,-15.5 - parent: 2 - - uid: 13702 - components: - - type: Transform - pos: -65.5,-17.5 - parent: 2 - uid: 13707 components: - type: Transform @@ -37061,11 +38151,6 @@ entities: - type: Transform pos: 27.5,-14.5 parent: 2 - - uid: 13785 - components: - - type: Transform - pos: -65.5,-7.5 - parent: 2 - uid: 14145 components: - type: Transform @@ -37076,11 +38161,6 @@ entities: - type: Transform pos: 45.5,-6.5 parent: 2 - - uid: 14216 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 2 - uid: 14248 components: - type: Transform @@ -37121,46 +38201,11 @@ entities: - type: Transform pos: -12.5,14.5 parent: 2 - - uid: 14439 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 2 - uid: 14442 components: - type: Transform pos: -12.5,11.5 parent: 2 - - uid: 14470 - components: - - type: Transform - pos: -29.5,4.5 - parent: 2 - - uid: 14487 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - uid: 14498 - components: - - type: Transform - pos: -42.5,-7.5 - parent: 2 - - uid: 14508 - components: - - type: Transform - pos: -18.5,15.5 - parent: 2 - - uid: 14518 - components: - - type: Transform - pos: -38.5,-2.5 - parent: 2 - - uid: 14523 - components: - - type: Transform - pos: -36.5,-2.5 - parent: 2 - uid: 14529 components: - type: Transform @@ -37176,41 +38221,11 @@ entities: - type: Transform pos: -7.5,-13.5 parent: 2 - - uid: 14590 - components: - - type: Transform - pos: -33.5,2.5 - parent: 2 - - uid: 14593 - components: - - type: Transform - pos: -38.5,-8.5 - parent: 2 - - uid: 14614 - components: - - type: Transform - pos: -28.5,4.5 - parent: 2 - - uid: 14615 - components: - - type: Transform - pos: -28.5,2.5 - parent: 2 - - uid: 14645 - components: - - type: Transform - pos: -38.5,-9.5 - parent: 2 - uid: 14780 components: - type: Transform pos: 5.5,23.5 parent: 2 - - uid: 14804 - components: - - type: Transform - pos: -25.5,15.5 - parent: 2 - uid: 14824 components: - type: Transform @@ -37221,16 +38236,6 @@ entities: - type: Transform pos: -0.5,13.5 parent: 2 - - uid: 14834 - components: - - type: Transform - pos: -23.5,16.5 - parent: 2 - - uid: 14837 - components: - - type: Transform - pos: -24.5,16.5 - parent: 2 - uid: 14842 components: - type: Transform @@ -37246,26 +38251,11 @@ entities: - type: Transform pos: -9.5,-13.5 parent: 2 - - uid: 14922 - components: - - type: Transform - pos: -28.5,-4.5 - parent: 2 - uid: 14954 components: - type: Transform pos: 46.5,-39.5 parent: 2 - - uid: 15013 - components: - - type: Transform - pos: -25.5,16.5 - parent: 2 - - uid: 15032 - components: - - type: Transform - pos: -21.5,9.5 - parent: 2 - uid: 15036 components: - type: Transform @@ -37401,31 +38391,11 @@ entities: - type: Transform pos: -4.5,-22.5 parent: 2 - - uid: 15372 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - uid: 15374 components: - type: Transform pos: 38.5,-14.5 parent: 2 - - uid: 15390 - components: - - type: Transform - pos: -44.5,-5.5 - parent: 2 - - uid: 15460 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 15470 - components: - - type: Transform - pos: -33.5,0.5 - parent: 2 - uid: 15487 components: - type: Transform @@ -37886,16 +38856,6 @@ entities: - type: Transform pos: 33.5,-37.5 parent: 2 - - uid: 15675 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - - uid: 15679 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - uid: 15689 components: - type: Transform @@ -38006,21 +38966,6 @@ entities: - type: Transform pos: -14.5,-50.5 parent: 2 - - uid: 15864 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - - uid: 15893 - components: - - type: Transform - pos: -35.5,-2.5 - parent: 2 - - uid: 15919 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 2 - uid: 15984 components: - type: Transform @@ -38036,16 +38981,6 @@ entities: - type: Transform pos: 41.5,22.5 parent: 2 - - uid: 16031 - components: - - type: Transform - pos: -15.5,11.5 - parent: 2 - - uid: 16033 - components: - - type: Transform - pos: -33.5,3.5 - parent: 2 - uid: 16044 components: - type: Transform @@ -38061,16 +38996,6 @@ entities: - type: Transform pos: -13.5,15.5 parent: 2 - - uid: 16065 - components: - - type: Transform - pos: -15.5,10.5 - parent: 2 - - uid: 16066 - components: - - type: Transform - pos: -25.5,18.5 - parent: 2 - uid: 16067 components: - type: Transform @@ -38081,11 +39006,6 @@ entities: - type: Transform pos: -13.5,16.5 parent: 2 - - uid: 16073 - components: - - type: Transform - pos: -15.5,9.5 - parent: 2 - uid: 16074 components: - type: Transform @@ -38116,11 +39036,6 @@ entities: - type: Transform pos: 19.5,-56.5 parent: 2 - - uid: 16087 - components: - - type: Transform - pos: -14.5,11.5 - parent: 2 - uid: 16104 components: - type: Transform @@ -38141,11 +39056,6 @@ entities: - type: Transform pos: 29.5,-31.5 parent: 2 - - uid: 16112 - components: - - type: Transform - pos: -32.5,12.5 - parent: 2 - uid: 16114 components: - type: Transform @@ -38166,31 +39076,6 @@ entities: - type: Transform pos: 62.5,-54.5 parent: 2 - - uid: 16244 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - - uid: 16255 - components: - - type: Transform - pos: -19.5,-10.5 - parent: 2 - - uid: 16259 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 16261 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 2 - - uid: 16264 - components: - - type: Transform - pos: -26.5,-10.5 - parent: 2 - uid: 16325 components: - type: Transform @@ -38366,201 +39251,6 @@ entities: - type: Transform pos: -33.5,-48.5 parent: 2 - - uid: 16539 - components: - - type: Transform - pos: -66.5,-11.5 - parent: 2 - - uid: 16540 - components: - - type: Transform - pos: -66.5,-12.5 - parent: 2 - - uid: 16541 - components: - - type: Transform - pos: -65.5,-12.5 - parent: 2 - - uid: 16542 - components: - - type: Transform - pos: -65.5,-11.5 - parent: 2 - - uid: 16543 - components: - - type: Transform - pos: -65.5,-10.5 - parent: 2 - - uid: 16544 - components: - - type: Transform - pos: -66.5,-10.5 - parent: 2 - - uid: 16545 - components: - - type: Transform - pos: -67.5,-10.5 - parent: 2 - - uid: 16546 - components: - - type: Transform - pos: -68.5,-10.5 - parent: 2 - - uid: 16547 - components: - - type: Transform - pos: -69.5,-10.5 - parent: 2 - - uid: 16548 - components: - - type: Transform - pos: -69.5,-11.5 - parent: 2 - - uid: 16549 - components: - - type: Transform - pos: -69.5,-12.5 - parent: 2 - - uid: 16550 - components: - - type: Transform - pos: -69.5,-13.5 - parent: 2 - - uid: 16551 - components: - - type: Transform - pos: -69.5,-14.5 - parent: 2 - - uid: 16552 - components: - - type: Transform - pos: -68.5,-14.5 - parent: 2 - - uid: 16553 - components: - - type: Transform - pos: -67.5,-14.5 - parent: 2 - - uid: 16554 - components: - - type: Transform - pos: -66.5,-14.5 - parent: 2 - - uid: 16555 - components: - - type: Transform - pos: -65.5,-14.5 - parent: 2 - - uid: 16556 - components: - - type: Transform - pos: -65.5,-13.5 - parent: 2 - - uid: 16557 - components: - - type: Transform - pos: -63.5,-14.5 - parent: 2 - - uid: 16558 - components: - - type: Transform - pos: -63.5,-15.5 - parent: 2 - - uid: 16559 - components: - - type: Transform - pos: -62.5,-15.5 - parent: 2 - - uid: 16560 - components: - - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 16561 - components: - - type: Transform - pos: -63.5,-13.5 - parent: 2 - - uid: 16562 - components: - - type: Transform - pos: -63.5,-12.5 - parent: 2 - - uid: 16563 - components: - - type: Transform - pos: -62.5,-12.5 - parent: 2 - - uid: 16564 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 16565 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 16566 - components: - - type: Transform - pos: -62.5,-10.5 - parent: 2 - - uid: 16567 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 16568 - components: - - type: Transform - pos: -61.5,-9.5 - parent: 2 - - uid: 16569 - components: - - type: Transform - pos: -60.5,-12.5 - parent: 2 - - uid: 16570 - components: - - type: Transform - pos: -59.5,-12.5 - parent: 2 - - uid: 16572 - components: - - type: Transform - pos: -56.5,-11.5 - parent: 2 - - uid: 16573 - components: - - type: Transform - pos: -56.5,-12.5 - parent: 2 - - uid: 16574 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - uid: 16575 - components: - - type: Transform - pos: -54.5,-12.5 - parent: 2 - - uid: 16576 - components: - - type: Transform - pos: -53.5,-12.5 - parent: 2 - - uid: 16577 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 2 - - uid: 16578 - components: - - type: Transform - pos: -55.5,-11.5 - parent: 2 - uid: 16579 components: - type: Transform @@ -38701,11 +39391,6 @@ entities: - type: Transform pos: 33.5,-31.5 parent: 2 - - uid: 16672 - components: - - type: Transform - pos: -46.5,-5.5 - parent: 2 - uid: 16675 components: - type: Transform @@ -38761,11 +39446,6 @@ entities: - type: Transform pos: -36.5,-62.5 parent: 2 - - uid: 16715 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 2 - uid: 16716 components: - type: Transform @@ -39061,11 +39741,6 @@ entities: - type: Transform pos: -60.5,-60.5 parent: 2 - - uid: 16879 - components: - - type: Transform - pos: -37.5,-2.5 - parent: 2 - uid: 16880 components: - type: Transform @@ -39146,26 +39821,11 @@ entities: - type: Transform pos: -45.5,-43.5 parent: 2 - - uid: 17089 - components: - - type: Transform - pos: -48.5,-7.5 - parent: 2 - - uid: 17091 - components: - - type: Transform - pos: -47.5,2.5 - parent: 2 - uid: 17092 components: - type: Transform pos: 35.5,27.5 parent: 2 - - uid: 17095 - components: - - type: Transform - pos: -40.5,4.5 - parent: 2 - uid: 17103 components: - type: Transform @@ -39986,11 +40646,6 @@ entities: - type: Transform pos: -51.5,-30.5 parent: 2 - - uid: 17956 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - uid: 17957 components: - type: Transform @@ -40006,11 +40661,6 @@ entities: - type: Transform pos: -26.5,20.5 parent: 2 - - uid: 17977 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - uid: 17986 components: - type: Transform @@ -40091,45 +40741,15 @@ entities: - type: Transform pos: -54.5,-32.5 parent: 2 - - uid: 18029 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 2 - - uid: 18030 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 2 - - uid: 18031 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - uid: 18032 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 2 - - uid: 18033 - components: - - type: Transform - pos: -15.5,-3.5 - parent: 2 - uid: 18034 components: - type: Transform - pos: -15.5,-4.5 + pos: 95.5,-43.5 parent: 2 - uid: 18035 components: - type: Transform - pos: -15.5,-2.5 - parent: 2 - - uid: 18036 - components: - - type: Transform - pos: -16.5,-4.5 + pos: 95.5,-44.5 parent: 2 - uid: 18037 components: @@ -40201,6 +40821,11 @@ entities: - type: Transform pos: -31.5,-23.5 parent: 2 + - uid: 18061 + components: + - type: Transform + pos: 70.5,-39.5 + parent: 2 - uid: 18064 components: - type: Transform @@ -40219,13 +40844,18 @@ entities: - uid: 18070 components: - type: Transform - pos: -26.5,-4.5 + pos: 70.5,-40.5 parent: 2 - uid: 18081 components: - type: Transform pos: 44.5,11.5 parent: 2 + - uid: 18082 + components: + - type: Transform + pos: 69.5,-40.5 + parent: 2 - uid: 18085 components: - type: Transform @@ -40236,25 +40866,415 @@ entities: - type: Transform pos: 46.5,8.5 parent: 2 + - uid: 18088 + components: + - type: Transform + pos: 69.5,-44.5 + parent: 2 + - uid: 18089 + components: + - type: Transform + pos: 70.5,-44.5 + parent: 2 - uid: 18090 components: - type: Transform - pos: -34.5,17.5 + pos: 71.5,-44.5 parent: 2 - uid: 18092 components: - type: Transform pos: 16.5,-43.5 parent: 2 + - uid: 18104 + components: + - type: Transform + pos: 72.5,-44.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + pos: 73.5,-44.5 + parent: 2 + - uid: 18117 + components: + - type: Transform + pos: 74.5,-44.5 + parent: 2 + - uid: 18118 + components: + - type: Transform + pos: 74.5,-43.5 + parent: 2 + - uid: 18122 + components: + - type: Transform + pos: 74.5,-42.5 + parent: 2 + - uid: 18125 + components: + - type: Transform + pos: 74.5,-41.5 + parent: 2 + - uid: 18136 + components: + - type: Transform + pos: 74.5,-40.5 + parent: 2 + - uid: 18141 + components: + - type: Transform + pos: 73.5,-40.5 + parent: 2 + - uid: 18142 + components: + - type: Transform + pos: 72.5,-40.5 + parent: 2 + - uid: 18143 + components: + - type: Transform + pos: 71.5,-40.5 + parent: 2 + - uid: 18145 + components: + - type: Transform + pos: 75.5,-41.5 + parent: 2 + - uid: 18146 + components: + - type: Transform + pos: 76.5,-41.5 + parent: 2 + - uid: 18150 + components: + - type: Transform + pos: 77.5,-41.5 + parent: 2 + - uid: 18159 + components: + - type: Transform + pos: 78.5,-41.5 + parent: 2 + - uid: 18162 + components: + - type: Transform + pos: 78.5,-42.5 + parent: 2 + - uid: 18167 + components: + - type: Transform + pos: 78.5,-43.5 + parent: 2 + - uid: 18169 + components: + - type: Transform + pos: 68.5,-40.5 + parent: 2 + - uid: 18173 + components: + - type: Transform + pos: 68.5,-44.5 + parent: 2 + - uid: 18175 + components: + - type: Transform + pos: 66.5,-40.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + pos: 77.5,-45.5 + parent: 2 + - uid: 18180 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - uid: 18182 + components: + - type: Transform + pos: 66.5,-44.5 + parent: 2 + - uid: 18185 + components: + - type: Transform + pos: 68.5,-45.5 + parent: 2 + - uid: 18186 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + pos: 66.5,-45.5 + parent: 2 + - uid: 18189 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 + - uid: 18202 + components: + - type: Transform + pos: 65.5,-43.5 + parent: 2 + - uid: 18203 + components: + - type: Transform + pos: 65.5,-42.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + pos: 65.5,-41.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: 65.5,-40.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 18209 + components: + - type: Transform + pos: 67.5,-39.5 + parent: 2 + - uid: 18213 + components: + - type: Transform + pos: 68.5,-39.5 + parent: 2 + - uid: 18214 + components: + - type: Transform + pos: 71.5,-39.5 + parent: 2 + - uid: 18215 + components: + - type: Transform + pos: 73.5,-39.5 + parent: 2 + - uid: 18216 + components: + - type: Transform + pos: 74.5,-39.5 + parent: 2 + - uid: 18217 + components: + - type: Transform + pos: 74.5,-45.5 + parent: 2 + - uid: 18218 + components: + - type: Transform + pos: 73.5,-45.5 + parent: 2 + - uid: 18219 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - uid: 18226 + components: + - type: Transform + pos: 90.5,-43.5 + parent: 2 + - uid: 18227 + components: + - type: Transform + pos: 90.5,-42.5 + parent: 2 + - uid: 18228 + components: + - type: Transform + pos: 89.5,-42.5 + parent: 2 + - uid: 18229 + components: + - type: Transform + pos: 88.5,-42.5 + parent: 2 + - uid: 18230 + components: + - type: Transform + pos: 87.5,-41.5 + parent: 2 + - uid: 18231 + components: + - type: Transform + pos: 88.5,-44.5 + parent: 2 + - uid: 18232 + components: + - type: Transform + pos: 89.5,-44.5 + parent: 2 + - uid: 18233 + components: + - type: Transform + pos: 90.5,-44.5 + parent: 2 + - uid: 18235 + components: + - type: Transform + pos: 91.5,-44.5 + parent: 2 + - uid: 18237 + components: + - type: Transform + pos: 92.5,-44.5 + parent: 2 + - uid: 18238 + components: + - type: Transform + pos: 93.5,-44.5 + parent: 2 + - uid: 18240 + components: + - type: Transform + pos: 94.5,-44.5 + parent: 2 + - uid: 18246 + components: + - type: Transform + pos: 87.5,-44.5 + parent: 2 + - uid: 18251 + components: + - type: Transform + pos: 87.5,-43.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + pos: 94.5,-40.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: 93.5,-40.5 + parent: 2 + - uid: 18254 + components: + - type: Transform + pos: 92.5,-40.5 + parent: 2 + - uid: 18255 + components: + - type: Transform + pos: 91.5,-40.5 + parent: 2 + - uid: 18256 + components: + - type: Transform + pos: 90.5,-40.5 + parent: 2 + - uid: 18257 + components: + - type: Transform + pos: 89.5,-40.5 + parent: 2 + - uid: 18259 + components: + - type: Transform + pos: 88.5,-40.5 + parent: 2 + - uid: 18260 + components: + - type: Transform + pos: 87.5,-40.5 + parent: 2 + - uid: 18261 + components: + - type: Transform + pos: 87.5,-42.5 + parent: 2 + - uid: 18263 + components: + - type: Transform + pos: 86.5,-42.5 + parent: 2 + - uid: 18268 + components: + - type: Transform + pos: 85.5,-42.5 + parent: 2 + - uid: 18271 + components: + - type: Transform + pos: 84.5,-42.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + pos: 83.5,-42.5 + parent: 2 + - uid: 18277 + components: + - type: Transform + pos: 82.5,-42.5 + parent: 2 + - uid: 18280 + components: + - type: Transform + pos: 81.5,-42.5 + parent: 2 + - uid: 18293 + components: + - type: Transform + pos: 81.5,-41.5 + parent: 2 + - uid: 18294 + components: + - type: Transform + pos: 81.5,-40.5 + parent: 2 + - uid: 18295 + components: + - type: Transform + pos: 81.5,-43.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: 81.5,-44.5 + parent: 2 - uid: 18342 components: - type: Transform pos: 38.5,18.5 parent: 2 - - uid: 18344 + - uid: 18346 components: - type: Transform - pos: -25.5,-4.5 + pos: 95.5,-42.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: 95.5,-41.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + pos: 95.5,-40.5 parent: 2 - uid: 18401 components: @@ -40641,71 +41661,11 @@ entities: - type: Transform pos: 51.5,-60.5 parent: 2 - - uid: 18709 - components: - - type: Transform - pos: 49.5,-36.5 - parent: 2 - - uid: 18710 - components: - - type: Transform - pos: 50.5,-36.5 - parent: 2 - - uid: 18711 - components: - - type: Transform - pos: 51.5,-36.5 - parent: 2 - uid: 18712 components: - type: Transform pos: 15.5,-44.5 parent: 2 - - uid: 18713 - components: - - type: Transform - pos: 51.5,-37.5 - parent: 2 - - uid: 18714 - components: - - type: Transform - pos: 51.5,-38.5 - parent: 2 - - uid: 18715 - components: - - type: Transform - pos: 51.5,-39.5 - parent: 2 - - uid: 18716 - components: - - type: Transform - pos: 52.5,-39.5 - parent: 2 - - uid: 18717 - components: - - type: Transform - pos: 53.5,-39.5 - parent: 2 - - uid: 18718 - components: - - type: Transform - pos: 54.5,-39.5 - parent: 2 - - uid: 18719 - components: - - type: Transform - pos: 55.5,-39.5 - parent: 2 - - uid: 18722 - components: - - type: Transform - pos: 56.5,-39.5 - parent: 2 - - uid: 18723 - components: - - type: Transform - pos: 57.5,-39.5 - parent: 2 - uid: 18745 components: - type: Transform @@ -40826,11 +41786,6 @@ entities: - type: Transform pos: -27.5,-21.5 parent: 2 - - uid: 18922 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 2 - uid: 18924 components: - type: Transform @@ -40871,16 +41826,6 @@ entities: - type: Transform pos: 3.5,-30.5 parent: 2 - - uid: 18936 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 18937 - components: - - type: Transform - pos: -45.5,10.5 - parent: 2 - uid: 18941 components: - type: Transform @@ -40916,61 +41861,6 @@ entities: - type: Transform pos: -34.5,-15.5 parent: 2 - - uid: 18990 - components: - - type: Transform - pos: -35.5,-15.5 - parent: 2 - - uid: 18991 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 2 - - uid: 18992 - components: - - type: Transform - pos: -37.5,-15.5 - parent: 2 - - uid: 18993 - components: - - type: Transform - pos: -38.5,-15.5 - parent: 2 - - uid: 18994 - components: - - type: Transform - pos: -36.5,-14.5 - parent: 2 - - uid: 18995 - components: - - type: Transform - pos: -36.5,-13.5 - parent: 2 - - uid: 18997 - components: - - type: Transform - pos: -36.5,-12.5 - parent: 2 - - uid: 18998 - components: - - type: Transform - pos: -37.5,-12.5 - parent: 2 - - uid: 19002 - components: - - type: Transform - pos: -39.5,-15.5 - parent: 2 - - uid: 19003 - components: - - type: Transform - pos: -40.5,-15.5 - parent: 2 - - uid: 19010 - components: - - type: Transform - pos: -40.5,-14.5 - parent: 2 - uid: 19012 components: - type: Transform @@ -40991,16 +41881,6 @@ entities: - type: Transform pos: 36.5,-39.5 parent: 2 - - uid: 19016 - components: - - type: Transform - pos: -39.5,-13.5 - parent: 2 - - uid: 19017 - components: - - type: Transform - pos: -39.5,-14.5 - parent: 2 - uid: 19018 components: - type: Transform @@ -41036,16 +41916,6 @@ entities: - type: Transform pos: 49.5,2.5 parent: 2 - - uid: 19125 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 19134 - components: - - type: Transform - pos: -38.5,5.5 - parent: 2 - uid: 19153 components: - type: Transform @@ -41156,25 +42026,155 @@ entities: - type: Transform pos: -34.5,-19.5 parent: 2 - - uid: 19553 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - uid: 19555 components: - type: Transform pos: 32.5,20.5 parent: 2 - - uid: 19556 + - uid: 19597 components: - type: Transform - pos: -33.5,-13.5 + pos: 57.5,-38.5 parent: 2 - - uid: 19558 + - uid: 19653 components: - type: Transform - pos: -33.5,-12.5 + pos: -29.5,21.5 + parent: 2 + - uid: 19654 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 19655 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 19656 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 19657 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 19658 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 19661 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 19664 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 19667 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 19670 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 19675 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 19759 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 19766 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 19767 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 19772 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 19773 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 19774 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 19776 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 + - uid: 19777 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 19820 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 + - uid: 19821 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 19841 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 19842 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 + - uid: 19843 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 + - uid: 19854 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 19856 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 19863 + components: + - type: Transform + pos: -39.5,23.5 + parent: 2 + - uid: 19865 + components: + - type: Transform + pos: -39.5,22.5 parent: 2 - uid: 19877 components: @@ -41186,80 +42186,170 @@ entities: - type: Transform pos: 48.5,-52.5 parent: 2 - - uid: 19980 + - uid: 19884 components: - type: Transform - pos: -39.5,-5.5 + pos: -39.5,21.5 parent: 2 - - uid: 19990 + - uid: 19908 components: - type: Transform - pos: -30.5,-4.5 + pos: -40.5,21.5 parent: 2 - - uid: 20001 + - uid: 19915 components: - type: Transform - pos: -47.5,0.5 + pos: -41.5,21.5 parent: 2 - - uid: 20104 + - uid: 19920 components: - type: Transform - pos: -70.5,-12.5 + pos: -42.5,21.5 + parent: 2 + - uid: 19942 + components: + - type: Transform + pos: -43.5,21.5 + parent: 2 + - uid: 19944 + components: + - type: Transform + pos: -35.5,22.5 + parent: 2 + - uid: 19949 + components: + - type: Transform + pos: -35.5,21.5 + parent: 2 + - uid: 19951 + components: + - type: Transform + pos: -35.5,20.5 + parent: 2 + - uid: 19954 + components: + - type: Transform + pos: -31.5,24.5 + parent: 2 + - uid: 19960 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 19967 + components: + - type: Transform + pos: -31.5,26.5 + parent: 2 + - uid: 19968 + components: + - type: Transform + pos: -31.5,27.5 + parent: 2 + - uid: 19970 + components: + - type: Transform + pos: -32.5,27.5 parent: 2 - uid: 20105 components: - type: Transform - pos: -71.5,-12.5 + pos: -28.5,4.5 parent: 2 - uid: 20106 components: - type: Transform - pos: -72.5,-12.5 + pos: -28.5,3.5 parent: 2 - uid: 20107 components: - type: Transform - pos: -68.5,-17.5 + pos: -28.5,2.5 parent: 2 - uid: 20108 components: - type: Transform - pos: -68.5,-16.5 + pos: -28.5,1.5 parent: 2 - uid: 20109 components: - type: Transform - pos: -68.5,-15.5 + pos: -27.5,1.5 parent: 2 - uid: 20110 components: - type: Transform - pos: -68.5,-9.5 + pos: -26.5,1.5 parent: 2 - uid: 20111 components: - type: Transform - pos: -68.5,-8.5 + pos: -25.5,1.5 parent: 2 - uid: 20112 components: - type: Transform - pos: -68.5,-7.5 + pos: -24.5,1.5 parent: 2 - uid: 20113 components: - type: Transform - pos: -71.5,-9.5 + pos: -23.5,1.5 parent: 2 - uid: 20114 components: - type: Transform - pos: -71.5,-15.5 + pos: -22.5,1.5 parent: 2 - - uid: 20121 + - uid: 20115 components: - type: Transform - pos: -21.5,-14.5 + pos: -21.5,1.5 + parent: 2 + - uid: 20116 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 20117 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - uid: 20118 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 20119 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - uid: 20120 + components: + - type: Transform + pos: -23.5,6.5 + parent: 2 + - uid: 20125 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - uid: 20129 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - uid: 20130 + components: + - type: Transform + pos: -22.5,6.5 + parent: 2 + - uid: 20131 + components: + - type: Transform + pos: -32.5,15.5 parent: 2 - uid: 20134 components: @@ -41271,6 +42361,11 @@ entities: - type: Transform pos: -27.5,-17.5 parent: 2 + - uid: 20136 + components: + - type: Transform + pos: -32.5,14.5 + parent: 2 - uid: 20139 components: - type: Transform @@ -41296,11 +42391,6 @@ entities: - type: Transform pos: 18.5,-39.5 parent: 2 - - uid: 20146 - components: - - type: Transform - pos: -43.5,1.5 - parent: 2 - uid: 20155 components: - type: Transform @@ -41486,65 +42576,315 @@ entities: - type: Transform pos: 33.5,25.5 parent: 2 + - uid: 20422 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - uid: 20423 + components: + - type: Transform + pos: -36.5,13.5 + parent: 2 + - uid: 20424 + components: + - type: Transform + pos: -35.5,13.5 + parent: 2 + - uid: 20425 + components: + - type: Transform + pos: -34.5,13.5 + parent: 2 + - uid: 20426 + components: + - type: Transform + pos: -33.5,13.5 + parent: 2 + - uid: 20427 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 20428 + components: + - type: Transform + pos: -37.5,12.5 + parent: 2 + - uid: 20430 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 - uid: 20431 components: - type: Transform - pos: -21.5,-16.5 + pos: -39.5,13.5 + parent: 2 + - uid: 20432 + components: + - type: Transform + pos: -38.5,13.5 parent: 2 - uid: 20433 components: - type: Transform - pos: -33.5,7.5 + pos: -37.5,13.5 parent: 2 - uid: 20435 components: - type: Transform - pos: -29.5,-4.5 + pos: -40.5,15.5 parent: 2 - uid: 20436 components: - type: Transform - pos: -38.5,-0.5 + pos: -39.5,15.5 + parent: 2 + - uid: 20437 + components: + - type: Transform + pos: -38.5,15.5 + parent: 2 + - uid: 20438 + components: + - type: Transform + pos: -37.5,15.5 parent: 2 - uid: 20443 components: - type: Transform - pos: -40.5,-5.5 + pos: -37.5,14.5 + parent: 2 + - uid: 20444 + components: + - type: Transform + pos: -37.5,16.5 + parent: 2 + - uid: 20445 + components: + - type: Transform + pos: -36.5,16.5 + parent: 2 + - uid: 20446 + components: + - type: Transform + pos: -35.5,16.5 parent: 2 - uid: 20447 components: - type: Transform - pos: -38.5,-5.5 + pos: -34.5,16.5 + parent: 2 + - uid: 20448 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - uid: 20449 + components: + - type: Transform + pos: -38.5,9.5 + parent: 2 + - uid: 20450 + components: + - type: Transform + pos: -39.5,9.5 parent: 2 - uid: 20451 components: - type: Transform - pos: -47.5,5.5 + pos: -38.5,11.5 + parent: 2 + - uid: 20452 + components: + - type: Transform + pos: -37.5,11.5 + parent: 2 + - uid: 20453 + components: + - type: Transform + pos: -36.5,11.5 + parent: 2 + - uid: 20454 + components: + - type: Transform + pos: -36.5,10.5 + parent: 2 + - uid: 20455 + components: + - type: Transform + pos: -36.5,9.5 + parent: 2 + - uid: 20456 + components: + - type: Transform + pos: -35.5,9.5 + parent: 2 + - uid: 20457 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 20458 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 20459 + components: + - type: Transform + pos: -28.5,14.5 + parent: 2 + - uid: 20460 + components: + - type: Transform + pos: -29.5,14.5 + parent: 2 + - uid: 20461 + components: + - type: Transform + pos: -30.5,14.5 + parent: 2 + - uid: 20462 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 20463 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - uid: 20464 + components: + - type: Transform + pos: -32.5,12.5 parent: 2 - uid: 20465 components: - type: Transform - pos: -42.5,3.5 + pos: -32.5,11.5 parent: 2 - uid: 20466 components: - type: Transform - pos: -47.5,3.5 + pos: -32.5,10.5 parent: 2 - uid: 20467 components: - type: Transform - pos: -34.5,-6.5 + pos: -32.5,9.5 + parent: 2 + - uid: 20468 + components: + - type: Transform + pos: -32.5,8.5 + parent: 2 + - uid: 20469 + components: + - type: Transform + pos: -32.5,7.5 + parent: 2 + - uid: 20470 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 20471 + components: + - type: Transform + pos: -32.5,5.5 parent: 2 - uid: 20472 components: - type: Transform - pos: -28.5,-10.5 + pos: -32.5,4.5 + parent: 2 + - uid: 20473 + components: + - type: Transform + pos: -32.5,3.5 + parent: 2 + - uid: 20474 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - uid: 20475 + components: + - type: Transform + pos: -30.5,7.5 + parent: 2 + - uid: 20476 + components: + - type: Transform + pos: -29.5,7.5 + parent: 2 + - uid: 20477 + components: + - type: Transform + pos: -28.5,7.5 parent: 2 - uid: 20478 components: - type: Transform - pos: -38.5,6.5 + pos: -27.5,7.5 + parent: 2 + - uid: 20479 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 20480 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 20481 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 20485 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 20486 + components: + - type: Transform + pos: -27.5,12.5 + parent: 2 + - uid: 20487 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 20488 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - uid: 20489 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 20490 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 20491 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 20497 + components: + - type: Transform + pos: -22.5,10.5 parent: 2 - uid: 20501 components: @@ -41556,41 +42896,11 @@ entities: - type: Transform pos: 16.5,25.5 parent: 2 - - uid: 20507 - components: - - type: Transform - pos: -43.5,5.5 - parent: 2 - - uid: 20509 - components: - - type: Transform - pos: -47.5,1.5 - parent: 2 - - uid: 20511 - components: - - type: Transform - pos: -38.5,-1.5 - parent: 2 - - uid: 20512 - components: - - type: Transform - pos: -47.5,-6.5 - parent: 2 - uid: 20513 components: - type: Transform pos: 16.5,30.5 parent: 2 - - uid: 20515 - components: - - type: Transform - pos: -47.5,-7.5 - parent: 2 - - uid: 20519 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - uid: 20524 components: - type: Transform @@ -41656,46 +42966,11 @@ entities: - type: Transform pos: -29.5,-39.5 parent: 2 - - uid: 20548 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - uid: 20555 components: - type: Transform pos: -28.5,-38.5 parent: 2 - - uid: 20558 - components: - - type: Transform - pos: -41.5,-5.5 - parent: 2 - - uid: 20559 - components: - - type: Transform - pos: -32.5,7.5 - parent: 2 - - uid: 20562 - components: - - type: Transform - pos: -42.5,-6.5 - parent: 2 - - uid: 20595 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 2 - - uid: 20597 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 20605 - components: - - type: Transform - pos: -33.5,-3.5 - parent: 2 - uid: 20621 components: - type: Transform @@ -41941,11 +43216,6 @@ entities: - type: Transform pos: 23.5,24.5 parent: 2 - - uid: 20792 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - uid: 20795 components: - type: Transform @@ -42921,11 +44191,6 @@ entities: - type: Transform pos: 10.5,-79.5 parent: 2 - - uid: 21179 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - uid: 21210 components: - type: Transform @@ -42951,11 +44216,6 @@ entities: - type: Transform pos: 17.5,7.5 parent: 2 - - uid: 21311 - components: - - type: Transform - pos: -38.5,-6.5 - parent: 2 - uid: 21326 components: - type: Transform @@ -43071,11 +44331,6 @@ entities: - type: Transform pos: 25.5,23.5 parent: 2 - - uid: 21374 - components: - - type: Transform - pos: -34.5,12.5 - parent: 2 - uid: 21382 components: - type: Transform @@ -43156,16 +44411,6 @@ entities: - type: Transform pos: 22.5,23.5 parent: 2 - - uid: 21486 - components: - - type: Transform - pos: -35.5,12.5 - parent: 2 - - uid: 21487 - components: - - type: Transform - pos: -36.5,12.5 - parent: 2 - uid: 21490 components: - type: Transform @@ -43316,11 +44561,6 @@ entities: - type: Transform pos: 28.5,3.5 parent: 2 - - uid: 21802 - components: - - type: Transform - pos: -34.5,9.5 - parent: 2 - uid: 21806 components: - type: Transform @@ -43396,11 +44636,6 @@ entities: - type: Transform pos: 28.5,-3.5 parent: 2 - - uid: 21846 - components: - - type: Transform - pos: -33.5,12.5 - parent: 2 - uid: 21864 components: - type: Transform @@ -43421,6 +44656,11 @@ entities: - type: Transform pos: 16.5,31.5 parent: 2 + - uid: 21932 + components: + - type: Transform + pos: -41.5,-4.5 + parent: 2 - uid: 21935 components: - type: Transform @@ -43456,6 +44696,21 @@ entities: - type: Transform pos: 41.5,19.5 parent: 2 + - uid: 21962 + components: + - type: Transform + pos: -42.5,-4.5 + parent: 2 + - uid: 21963 + components: + - type: Transform + pos: -43.5,-4.5 + parent: 2 + - uid: 21967 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 - uid: 21972 components: - type: Transform @@ -43469,7 +44724,12 @@ entities: - uid: 21978 components: - type: Transform - pos: -35.5,9.5 + pos: -44.5,-3.5 + parent: 2 + - uid: 21980 + components: + - type: Transform + pos: -44.5,-2.5 parent: 2 - uid: 21981 components: @@ -43479,7 +44739,7 @@ entities: - uid: 21985 components: - type: Transform - pos: -36.5,9.5 + pos: -44.5,0.5 parent: 2 - uid: 21986 components: @@ -43506,26 +44766,66 @@ entities: - type: Transform pos: 25.5,11.5 parent: 2 + - uid: 21995 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 21996 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 - uid: 22000 components: - type: Transform pos: 16.5,26.5 parent: 2 + - uid: 22009 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 22014 + components: + - type: Transform + pos: -44.5,-7.5 + parent: 2 - uid: 22023 components: - type: Transform pos: 16.5,27.5 parent: 2 + - uid: 22030 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 - uid: 22033 components: - type: Transform pos: 16.5,33.5 parent: 2 + - uid: 22037 + components: + - type: Transform + pos: -42.5,-7.5 + parent: 2 + - uid: 22039 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 - uid: 22044 components: - type: Transform pos: 16.5,28.5 parent: 2 + - uid: 22051 + components: + - type: Transform + pos: -45.5,-9.5 + parent: 2 - uid: 22061 components: - type: Transform @@ -43536,6 +44836,11 @@ entities: - type: Transform pos: 30.5,-4.5 parent: 2 + - uid: 22077 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 - uid: 22083 components: - type: Transform @@ -43546,16 +44851,91 @@ entities: - type: Transform pos: 15.5,21.5 parent: 2 + - uid: 22085 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - uid: 22086 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 22087 + components: + - type: Transform + pos: -45.5,-7.5 + parent: 2 + - uid: 22088 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 + - uid: 22090 + components: + - type: Transform + pos: -45.5,-8.5 + parent: 2 + - uid: 22095 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 22103 + components: + - type: Transform + pos: -35.5,-7.5 + parent: 2 + - uid: 22104 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 + - uid: 22109 + components: + - type: Transform + pos: -37.5,-7.5 + parent: 2 + - uid: 22110 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 22112 + components: + - type: Transform + pos: -39.5,-7.5 + parent: 2 + - uid: 22121 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 2 + - uid: 22128 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 - uid: 22129 components: - type: Transform pos: 26.5,27.5 parent: 2 + - uid: 22133 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 - uid: 22145 components: - type: Transform pos: 9.5,3.5 parent: 2 + - uid: 22160 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 - uid: 22170 components: - type: Transform @@ -43576,6 +44956,16 @@ entities: - type: Transform pos: 4.5,-6.5 parent: 2 + - uid: 22209 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 + - uid: 22227 + components: + - type: Transform + pos: -35.5,-10.5 + parent: 2 - uid: 22278 components: - type: Transform @@ -43591,6 +44981,11 @@ entities: - type: Transform pos: 26.5,4.5 parent: 2 + - uid: 22319 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 - uid: 22335 components: - type: Transform @@ -43626,6 +45021,11 @@ entities: - type: Transform pos: 21.5,18.5 parent: 2 + - uid: 22358 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 - uid: 22461 components: - type: Transform @@ -43651,6 +45051,16 @@ entities: - type: Transform pos: 32.5,14.5 parent: 2 + - uid: 22516 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 + - uid: 22528 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 - uid: 22541 components: - type: Transform @@ -43671,30 +45081,95 @@ entities: - type: Transform pos: -13.5,-24.5 parent: 2 + - uid: 22572 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 22574 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 22603 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 22604 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 - uid: 22605 components: - type: Transform - pos: -42.5,-5.5 + pos: -24.5,-6.5 + parent: 2 + - uid: 22606 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 22607 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 2 + - uid: 22608 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - uid: 22609 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 22610 + components: + - type: Transform + pos: -29.5,-6.5 parent: 2 - uid: 22611 components: - type: Transform - pos: -25.5,-5.5 + pos: -25.5,-7.5 + parent: 2 + - uid: 22612 + components: + - type: Transform + pos: -25.5,-8.5 parent: 2 - uid: 22614 components: - type: Transform - pos: -25.5,-3.5 + pos: -24.5,-8.5 parent: 2 - uid: 22616 components: - type: Transform - pos: -38.5,0.5 + pos: -23.5,-8.5 parent: 2 - uid: 22617 components: - type: Transform - pos: -48.5,3.5 + pos: -22.5,-8.5 + parent: 2 + - uid: 22618 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 22619 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 22620 + components: + - type: Transform + pos: -21.5,-6.5 parent: 2 - uid: 22631 components: @@ -43716,36 +45191,161 @@ entities: - type: Transform pos: 28.5,14.5 parent: 2 + - uid: 22638 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 - uid: 22639 components: - type: Transform - pos: -38.5,2.5 + pos: -22.5,-5.5 + parent: 2 + - uid: 22673 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 22699 + components: + - type: Transform + pos: -25.5,-4.5 parent: 2 - uid: 22700 components: - type: Transform - pos: -31.5,-0.5 + pos: -25.5,-3.5 parent: 2 - uid: 22701 components: - type: Transform - pos: -30.5,-0.5 + pos: -25.5,-2.5 + parent: 2 + - uid: 22710 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 22711 + components: + - type: Transform + pos: -29.5,-2.5 + parent: 2 + - uid: 22712 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 + - uid: 22713 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 2 + - uid: 22714 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 + - uid: 22715 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 2 + - uid: 22716 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 2 + - uid: 22717 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 22718 + components: + - type: Transform + pos: -31.5,-1.5 + parent: 2 + - uid: 22719 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 2 + - uid: 22720 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 22721 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - uid: 22722 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 22723 + components: + - type: Transform + pos: -32.5,-3.5 parent: 2 - uid: 22724 components: - type: Transform - pos: -40.5,5.5 + pos: -32.5,-4.5 + parent: 2 + - uid: 22725 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 22726 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 22727 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 22728 + components: + - type: Transform + pos: -36.5,-2.5 parent: 2 - uid: 22729 components: - type: Transform - pos: -40.5,6.5 + pos: -37.5,-2.5 + parent: 2 + - uid: 22730 + components: + - type: Transform + pos: -38.5,-2.5 parent: 2 - uid: 22735 components: - type: Transform pos: 7.5,23.5 parent: 2 + - uid: 22738 + components: + - type: Transform + pos: -39.5,-2.5 + parent: 2 + - uid: 22750 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 + - uid: 22757 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 - uid: 22788 components: - type: Transform @@ -43841,6 +45441,76 @@ entities: - type: Transform pos: 41.5,8.5 parent: 2 + - uid: 22817 + components: + - type: Transform + pos: -35.5,2.5 + parent: 2 + - uid: 22836 + components: + - type: Transform + pos: -36.5,2.5 + parent: 2 + - uid: 22837 + components: + - type: Transform + pos: -37.5,2.5 + parent: 2 + - uid: 22838 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 22839 + components: + - type: Transform + pos: -39.5,2.5 + parent: 2 + - uid: 22889 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 + - uid: 22890 + components: + - type: Transform + pos: -40.5,3.5 + parent: 2 + - uid: 22891 + components: + - type: Transform + pos: -39.5,-6.5 + parent: 2 + - uid: 22892 + components: + - type: Transform + pos: -40.5,4.5 + parent: 2 + - uid: 22905 + components: + - type: Transform + pos: -38.5,4.5 + parent: 2 + - uid: 22906 + components: + - type: Transform + pos: -37.5,4.5 + parent: 2 + - uid: 22968 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 22976 + components: + - type: Transform + pos: -35.5,4.5 + parent: 2 + - uid: 22977 + components: + - type: Transform + pos: -39.5,4.5 + parent: 2 - uid: 22990 components: - type: Transform @@ -43871,6 +45541,21 @@ entities: - type: Transform pos: -15.5,-38.5 parent: 2 + - uid: 23010 + components: + - type: Transform + pos: -35.5,3.5 + parent: 2 + - uid: 23018 + components: + - type: Transform + pos: -39.5,-5.5 + parent: 2 + - uid: 23019 + components: + - type: Transform + pos: -39.5,-4.5 + parent: 2 - uid: 23022 components: - type: Transform @@ -43891,6 +45576,11 @@ entities: - type: Transform pos: -5.5,-39.5 parent: 2 + - uid: 23028 + components: + - type: Transform + pos: -36.5,-5.5 + parent: 2 - uid: 23029 components: - type: Transform @@ -43931,6 +45621,21 @@ entities: - type: Transform pos: 8.5,4.5 parent: 2 + - uid: 23056 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 2 + - uid: 23122 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 + - uid: 23142 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 - uid: 23146 components: - type: Transform @@ -44016,16 +45721,131 @@ entities: - type: Transform pos: 38.5,14.5 parent: 2 - - uid: 23344 + - uid: 23210 components: - type: Transform - pos: -47.5,4.5 + pos: -30.5,-5.5 + parent: 2 + - uid: 23211 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 23212 + components: + - type: Transform + pos: -42.5,3.5 + parent: 2 + - uid: 23213 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 + - uid: 23214 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 23215 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - uid: 23216 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 23217 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 + - uid: 23218 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 + - uid: 23219 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 23220 + components: + - type: Transform + pos: -45.5,1.5 + parent: 2 + - uid: 23221 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - uid: 23222 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 23223 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 23224 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - uid: 23225 + components: + - type: Transform + pos: -46.5,-2.5 + parent: 2 + - uid: 23226 + components: + - type: Transform + pos: -47.5,-4.5 + parent: 2 + - uid: 23306 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 + - uid: 23307 + components: + - type: Transform + pos: -47.5,-2.5 + parent: 2 + - uid: 23308 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 + - uid: 23309 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 + - uid: 23310 + components: + - type: Transform + pos: -42.5,-2.5 parent: 2 - uid: 23384 components: - type: Transform pos: 10.5,-7.5 parent: 2 + - uid: 23420 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - uid: 23456 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 - uid: 23502 components: - type: Transform @@ -44036,6 +45856,11 @@ entities: - type: Transform pos: 12.5,4.5 parent: 2 + - uid: 23520 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 - uid: 23545 components: - type: Transform @@ -44131,6 +45956,36 @@ entities: - type: Transform pos: 14.5,14.5 parent: 2 + - uid: 23609 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - uid: 23617 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 23651 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 23653 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 23656 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 23657 + components: + - type: Transform + pos: -44.5,-13.5 + parent: 2 - uid: 23677 components: - type: Transform @@ -44161,30 +46016,460 @@ entities: - type: Transform pos: 21.5,-47.5 parent: 2 + - uid: 23685 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 2 - uid: 23694 components: - type: Transform pos: -26.5,-24.5 parent: 2 - - uid: 23740 + - uid: 23813 components: - type: Transform - pos: -49.5,-9.5 + pos: -14.5,-1.5 parent: 2 - - uid: 23936 + - uid: 23814 components: - type: Transform - pos: -42.5,-9.5 + pos: -13.5,-1.5 parent: 2 - - uid: 23944 + - uid: 23815 components: - type: Transform - pos: -28.5,-6.5 + pos: -14.5,-7.5 parent: 2 - - uid: 23945 + - uid: 23816 components: - type: Transform - pos: -29.5,-6.5 + pos: -14.5,-8.5 + parent: 2 + - uid: 24379 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 24380 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 + - uid: 24381 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 24382 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 24383 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 24384 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 24385 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 24386 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 24387 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 24388 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 24389 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 24390 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 24391 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 24392 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 24393 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 24394 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 + - uid: 24395 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 24396 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 24397 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 24398 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 2 + - uid: 24399 + components: + - type: Transform + pos: -16.5,-2.5 + parent: 2 + - uid: 24400 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 24401 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 24402 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 2 + - uid: 24403 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 24404 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - uid: 24405 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 24406 + components: + - type: Transform + pos: -13.5,9.5 + parent: 2 + - uid: 24407 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 24408 + components: + - type: Transform + pos: -13.5,7.5 + parent: 2 + - uid: 24462 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 24463 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 2 + - uid: 24464 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 + - uid: 24465 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 24524 + components: + - type: Transform + pos: 54.5,-36.5 + parent: 2 + - uid: 24525 + components: + - type: Transform + pos: 53.5,-36.5 + parent: 2 + - uid: 24526 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 24527 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 24528 + components: + - type: Transform + pos: 52.5,-38.5 + parent: 2 + - uid: 24529 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - uid: 24530 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 + - uid: 24531 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 24532 + components: + - type: Transform + pos: 57.5,-36.5 + parent: 2 + - uid: 24533 + components: + - type: Transform + pos: 58.5,-36.5 + parent: 2 + - uid: 24534 + components: + - type: Transform + pos: 59.5,-36.5 + parent: 2 + - uid: 24535 + components: + - type: Transform + pos: 59.5,-37.5 + parent: 2 + - uid: 24536 + components: + - type: Transform + pos: 59.5,-38.5 + parent: 2 + - uid: 24537 + components: + - type: Transform + pos: 58.5,-38.5 + parent: 2 + - uid: 24564 + components: + - type: Transform + pos: 87.5,-45.5 + parent: 2 + - uid: 24565 + components: + - type: Transform + pos: 87.5,-46.5 + parent: 2 + - uid: 24566 + components: + - type: Transform + pos: 87.5,-47.5 + parent: 2 + - uid: 24567 + components: + - type: Transform + pos: 87.5,-48.5 + parent: 2 + - uid: 24568 + components: + - type: Transform + pos: 87.5,-39.5 + parent: 2 + - uid: 24569 + components: + - type: Transform + pos: 87.5,-38.5 + parent: 2 + - uid: 24570 + components: + - type: Transform + pos: 87.5,-37.5 + parent: 2 + - uid: 24571 + components: + - type: Transform + pos: 87.5,-36.5 + parent: 2 + - uid: 24572 + components: + - type: Transform + pos: 95.5,-39.5 + parent: 2 + - uid: 24573 + components: + - type: Transform + pos: 95.5,-38.5 + parent: 2 + - uid: 24574 + components: + - type: Transform + pos: 95.5,-37.5 + parent: 2 + - uid: 24575 + components: + - type: Transform + pos: 95.5,-36.5 + parent: 2 + - uid: 24576 + components: + - type: Transform + pos: 95.5,-45.5 + parent: 2 + - uid: 24577 + components: + - type: Transform + pos: 95.5,-46.5 + parent: 2 + - uid: 24578 + components: + - type: Transform + pos: 95.5,-47.5 + parent: 2 + - uid: 24579 + components: + - type: Transform + pos: 95.5,-48.5 + parent: 2 + - uid: 24580 + components: + - type: Transform + pos: 96.5,-43.5 + parent: 2 + - uid: 24581 + components: + - type: Transform + pos: 97.5,-43.5 + parent: 2 + - uid: 24582 + components: + - type: Transform + pos: 98.5,-43.5 + parent: 2 + - uid: 24715 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 24716 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 2 + - uid: 24717 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 24718 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 + - uid: 24753 + components: + - type: Transform + pos: 57.5,-40.5 + parent: 2 + - uid: 24754 + components: + - type: Transform + pos: 58.5,-40.5 + parent: 2 + - uid: 24770 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 24771 + components: + - type: Transform + pos: 56.5,-40.5 + parent: 2 + - uid: 24772 + components: + - type: Transform + pos: 59.5,-40.5 + parent: 2 + - uid: 24785 + components: + - type: Transform + pos: 79.5,-39.5 + parent: 2 + - uid: 24786 + components: + - type: Transform + pos: 78.5,-37.5 + parent: 2 + - uid: 24787 + components: + - type: Transform + pos: 79.5,-37.5 + parent: 2 + - uid: 24789 + components: + - type: Transform + pos: 79.5,-40.5 + parent: 2 + - uid: 24790 + components: + - type: Transform + pos: 80.5,-40.5 + parent: 2 + - uid: 24791 + components: + - type: Transform + pos: 78.5,-39.5 + parent: 2 + - uid: 24792 + components: + - type: Transform + pos: 77.5,-38.5 + parent: 2 + - uid: 24793 + components: + - type: Transform + pos: 80.5,-37.5 + parent: 2 + - uid: 24794 + components: + - type: Transform + pos: 78.5,-38.5 parent: 2 - proto: CableApcStack entities: @@ -44196,29 +46481,22 @@ entities: - uid: 3392 components: - type: Transform - pos: -16.35442,-25.386759 + pos: -16.237741,-25.463318 parent: 2 - uid: 4347 components: - type: Transform pos: 38.445034,-24.375977 parent: 2 - - uid: 8452 - components: - - type: Transform - pos: -55.347515,-13.502788 - parent: 2 - uid: 13026 components: - type: Transform pos: -4.0583553,-23.375748 parent: 2 -- proto: CablecuffsBroken - entities: - - uid: 2226 + - uid: 17019 components: - type: Transform - pos: 52.73436,-36.2627 + pos: 83.46048,-43.40174 parent: 2 - proto: CableHV entities: @@ -44227,11 +46505,6 @@ entities: - type: Transform pos: -11.5,25.5 parent: 2 - - uid: 32 - components: - - type: Transform - pos: -34.5,23.5 - parent: 2 - uid: 40 components: - type: Transform @@ -44292,6 +46565,11 @@ entities: - type: Transform pos: 17.5,-33.5 parent: 2 + - uid: 408 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 - uid: 425 components: - type: Transform @@ -44332,11 +46610,6 @@ entities: - type: Transform pos: -13.5,21.5 parent: 2 - - uid: 691 - components: - - type: Transform - pos: -33.5,5.5 - parent: 2 - uid: 767 components: - type: Transform @@ -44347,186 +46620,16 @@ entities: - type: Transform pos: 19.5,-33.5 parent: 2 - - uid: 800 - components: - - type: Transform - pos: -56.5,20.5 - parent: 2 - - uid: 803 - components: - - type: Transform - pos: -56.5,14.5 - parent: 2 - - uid: 804 - components: - - type: Transform - pos: -30.5,21.5 - parent: 2 - - uid: 805 - components: - - type: Transform - pos: -54.5,20.5 - parent: 2 - - uid: 811 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - - uid: 837 - components: - - type: Transform - pos: -52.5,12.5 - parent: 2 - - uid: 843 - components: - - type: Transform - pos: -45.5,28.5 - parent: 2 - - uid: 905 - components: - - type: Transform - pos: -27.5,20.5 - parent: 2 - - uid: 910 - components: - - type: Transform - pos: -55.5,20.5 - parent: 2 - - uid: 912 - components: - - type: Transform - pos: -52.5,10.5 - parent: 2 - - uid: 919 - components: - - type: Transform - pos: -53.5,10.5 - parent: 2 - - uid: 923 - components: - - type: Transform - pos: -55.5,14.5 - parent: 2 - uid: 949 components: - type: Transform pos: 26.5,16.5 parent: 2 - - uid: 1071 - components: - - type: Transform - pos: -55.5,29.5 - parent: 2 - - uid: 1072 - components: - - type: Transform - pos: -55.5,25.5 - parent: 2 - uid: 1074 components: - type: Transform pos: -26.5,20.5 parent: 2 - - uid: 1075 - components: - - type: Transform - pos: -29.5,20.5 - parent: 2 - - uid: 1087 - components: - - type: Transform - pos: -28.5,20.5 - parent: 2 - - uid: 1096 - components: - - type: Transform - pos: -30.5,22.5 - parent: 2 - - uid: 1165 - components: - - type: Transform - pos: -55.5,26.5 - parent: 2 - - uid: 1166 - components: - - type: Transform - pos: -55.5,28.5 - parent: 2 - - uid: 1194 - components: - - type: Transform - pos: -51.5,25.5 - parent: 2 - - uid: 1195 - components: - - type: Transform - pos: -51.5,26.5 - parent: 2 - - uid: 1205 - components: - - type: Transform - pos: -45.5,14.5 - parent: 2 - - uid: 1206 - components: - - type: Transform - pos: -46.5,14.5 - parent: 2 - - uid: 1209 - components: - - type: Transform - pos: -48.5,14.5 - parent: 2 - - uid: 1210 - components: - - type: Transform - pos: -47.5,14.5 - parent: 2 - - uid: 1211 - components: - - type: Transform - pos: -49.5,28.5 - parent: 2 - - uid: 1212 - components: - - type: Transform - pos: -47.5,27.5 - parent: 2 - - uid: 1213 - components: - - type: Transform - pos: -49.5,26.5 - parent: 2 - - uid: 1214 - components: - - type: Transform - pos: -47.5,25.5 - parent: 2 - - uid: 1217 - components: - - type: Transform - pos: -51.5,28.5 - parent: 2 - - uid: 1218 - components: - - type: Transform - pos: -44.5,14.5 - parent: 2 - - uid: 1219 - components: - - type: Transform - pos: -51.5,27.5 - parent: 2 - - uid: 1220 - components: - - type: Transform - pos: -49.5,29.5 - parent: 2 - - uid: 1229 - components: - - type: Transform - pos: -51.5,29.5 - parent: 2 - uid: 1230 components: - type: Transform @@ -44617,41 +46720,16 @@ entities: - type: Transform pos: -21.5,-19.5 parent: 2 - - uid: 1633 - components: - - type: Transform - pos: -32.5,9.5 - parent: 2 - uid: 1652 components: - type: Transform pos: -33.5,-15.5 parent: 2 - - uid: 1655 - components: - - type: Transform - pos: -35.5,-15.5 - parent: 2 - - uid: 1662 - components: - - type: Transform - pos: -36.5,-14.5 - parent: 2 - - uid: 1666 - components: - - type: Transform - pos: -36.5,-13.5 - parent: 2 - uid: 1669 components: - type: Transform pos: -34.5,-15.5 parent: 2 - - uid: 1671 - components: - - type: Transform - pos: -36.5,-12.5 - parent: 2 - uid: 1686 components: - type: Transform @@ -44662,16 +46740,6 @@ entities: - type: Transform pos: 0.5,-27.5 parent: 2 - - uid: 1700 - components: - - type: Transform - pos: -37.5,-12.5 - parent: 2 - - uid: 1708 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 2 - uid: 1736 components: - type: Transform @@ -44707,11 +46775,6 @@ entities: - type: Transform pos: -43.5,-48.5 parent: 2 - - uid: 1905 - components: - - type: Transform - pos: -45.5,27.5 - parent: 2 - uid: 1921 components: - type: Transform @@ -44827,11 +46890,6 @@ entities: - type: Transform pos: -2.5,-20.5 parent: 2 - - uid: 2264 - components: - - type: Transform - pos: -55.5,23.5 - parent: 2 - uid: 2272 components: - type: Transform @@ -44847,16 +46905,6 @@ entities: - type: Transform pos: -8.5,-25.5 parent: 2 - - uid: 2380 - components: - - type: Transform - pos: -18.5,18.5 - parent: 2 - - uid: 2449 - components: - - type: Transform - pos: -54.5,16.5 - parent: 2 - uid: 2491 components: - type: Transform @@ -44892,6 +46940,11 @@ entities: - type: Transform pos: -7.5,-18.5 parent: 2 + - uid: 2603 + components: + - type: Transform + pos: -37.5,-15.5 + parent: 2 - uid: 2621 components: - type: Transform @@ -44912,46 +46965,16 @@ entities: - type: Transform pos: 43.5,-31.5 parent: 2 - - uid: 2628 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 2630 - components: - - type: Transform - pos: -33.5,3.5 - parent: 2 - - uid: 2631 - components: - - type: Transform - pos: -33.5,2.5 - parent: 2 - - uid: 2634 - components: - - type: Transform - pos: -56.5,23.5 - parent: 2 - uid: 2635 components: - type: Transform pos: -25.5,20.5 parent: 2 - - uid: 2651 - components: - - type: Transform - pos: -20.5,14.5 - parent: 2 - uid: 2666 components: - type: Transform pos: 42.5,-31.5 parent: 2 - - uid: 2668 - components: - - type: Transform - pos: -45.5,25.5 - parent: 2 - uid: 2677 components: - type: Transform @@ -44972,46 +46995,6 @@ entities: - type: Transform pos: -7.5,-53.5 parent: 2 - - uid: 2706 - components: - - type: Transform - pos: -32.5,8.5 - parent: 2 - - uid: 2707 - components: - - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 2708 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - - uid: 2731 - components: - - type: Transform - pos: -33.5,-3.5 - parent: 2 - - uid: 2732 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - - uid: 2733 - components: - - type: Transform - pos: -30.5,-4.5 - parent: 2 - - uid: 2734 - components: - - type: Transform - pos: -56.5,16.5 - parent: 2 - - uid: 2735 - components: - - type: Transform - pos: -55.5,16.5 - parent: 2 - uid: 2738 components: - type: Transform @@ -45062,36 +47045,11 @@ entities: - type: Transform pos: -1.5,-19.5 parent: 2 - - uid: 2819 - components: - - type: Transform - pos: -18.5,19.5 - parent: 2 - - uid: 2886 - components: - - type: Transform - pos: -57.5,23.5 - parent: 2 - - uid: 2887 - components: - - type: Transform - pos: -53.5,20.5 - parent: 2 - - uid: 2888 - components: - - type: Transform - pos: -45.5,29.5 - parent: 2 - uid: 2982 components: - type: Transform pos: -9.5,-21.5 parent: 2 - - uid: 3006 - components: - - type: Transform - pos: -56.5,18.5 - parent: 2 - uid: 3015 components: - type: Transform @@ -45122,11 +47080,6 @@ entities: - type: Transform pos: -15.5,20.5 parent: 2 - - uid: 3095 - components: - - type: Transform - pos: -18.5,14.5 - parent: 2 - uid: 3109 components: - type: Transform @@ -45172,11 +47125,21 @@ entities: - type: Transform pos: -8.5,-42.5 parent: 2 + - uid: 3402 + components: + - type: Transform + pos: -39.5,21.5 + parent: 2 - uid: 3407 components: - type: Transform pos: -13.5,15.5 parent: 2 + - uid: 3449 + components: + - type: Transform + pos: -40.5,21.5 + parent: 2 - uid: 3476 components: - type: Transform @@ -45187,11 +47150,36 @@ entities: - type: Transform pos: 29.5,-55.5 parent: 2 + - uid: 3528 + components: + - type: Transform + pos: -41.5,21.5 + parent: 2 + - uid: 3552 + components: + - type: Transform + pos: -42.5,21.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + pos: -43.5,21.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -44.5,21.5 + parent: 2 - uid: 3560 components: - type: Transform pos: 26.5,-55.5 parent: 2 + - uid: 3561 + components: + - type: Transform + pos: -45.5,21.5 + parent: 2 - uid: 3565 components: - type: Transform @@ -45202,11 +47190,31 @@ entities: - type: Transform pos: 21.5,9.5 parent: 2 + - uid: 3570 + components: + - type: Transform + pos: -46.5,21.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: -47.5,21.5 + parent: 2 - uid: 3622 components: - type: Transform pos: 28.5,-55.5 parent: 2 + - uid: 3640 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 - uid: 3660 components: - type: Transform @@ -45217,11 +47225,56 @@ entities: - type: Transform pos: 30.5,-54.5 parent: 2 + - uid: 3686 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 3694 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 + - uid: 3705 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 - uid: 3890 components: - type: Transform pos: 3.5,-34.5 parent: 2 + - uid: 3900 + components: + - type: Transform + pos: -46.5,15.5 + parent: 2 - uid: 3907 components: - type: Transform @@ -45232,6 +47285,26 @@ entities: - type: Transform pos: -16.5,-27.5 parent: 2 + - uid: 3929 + components: + - type: Transform + pos: -46.5,16.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 - uid: 3966 components: - type: Transform @@ -45412,6 +47485,11 @@ entities: - type: Transform pos: 3.5,-17.5 parent: 2 + - uid: 4247 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 - uid: 4303 components: - type: Transform @@ -45442,6 +47520,21 @@ entities: - type: Transform pos: 2.5,-17.5 parent: 2 + - uid: 4352 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 - uid: 4394 components: - type: Transform @@ -45467,16 +47560,66 @@ entities: - type: Transform pos: 5.5,-25.5 parent: 2 + - uid: 4436 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + pos: -35.5,-15.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 - uid: 4473 components: - type: Transform pos: 3.5,-27.5 parent: 2 + - uid: 4494 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 - uid: 4503 components: - type: Transform pos: 4.5,-25.5 parent: 2 + - uid: 4507 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 4538 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 - uid: 4792 components: - type: Transform @@ -45487,6 +47630,41 @@ entities: - type: Transform pos: 6.5,-25.5 parent: 2 + - uid: 4879 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: -40.5,29.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: -41.5,29.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: -42.5,29.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + pos: -43.5,29.5 + parent: 2 - uid: 4991 components: - type: Transform @@ -45537,51 +47715,86 @@ entities: - type: Transform pos: 4.5,-44.5 parent: 2 - - uid: 5450 - components: - - type: Transform - pos: -36.5,23.5 - parent: 2 - - uid: 5455 - components: - - type: Transform - pos: -37.5,23.5 - parent: 2 - - uid: 5461 - components: - - type: Transform - pos: -54.5,18.5 - parent: 2 - - uid: 5462 - components: - - type: Transform - pos: -55.5,18.5 - parent: 2 - - uid: 5463 - components: - - type: Transform - pos: -53.5,18.5 - parent: 2 - uid: 5530 components: - type: Transform pos: -3.5,-18.5 parent: 2 + - uid: 5556 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + pos: -52.5,35.5 + parent: 2 - uid: 5598 components: - type: Transform - pos: -49.5,25.5 + pos: -52.5,34.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: -52.5,33.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + pos: -52.5,32.5 parent: 2 - uid: 5613 components: - type: Transform - pos: -47.5,26.5 + pos: -52.5,31.5 parent: 2 - uid: 5617 components: - type: Transform pos: -44.5,-48.5 parent: 2 + - uid: 5619 + components: + - type: Transform + pos: -56.5,31.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: -56.5,32.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: -56.5,33.5 + parent: 2 - uid: 5639 components: - type: Transform @@ -45590,13 +47803,68 @@ entities: - uid: 5654 components: - type: Transform - pos: -35.5,23.5 + pos: -56.5,34.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: -56.5,35.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + pos: -58.5,35.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: -58.5,31.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: -60.5,31.5 parent: 2 - uid: 5757 components: - type: Transform pos: -29.5,-19.5 parent: 2 + - uid: 5768 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 - uid: 5850 components: - type: Transform @@ -45617,10 +47885,30 @@ entities: - type: Transform pos: 25.5,-55.5 parent: 2 + - uid: 5855 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: -62.5,33.5 + parent: 2 - uid: 5870 components: - type: Transform - pos: -33.5,0.5 + pos: -62.5,32.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: -62.5,31.5 parent: 2 - uid: 5879 components: @@ -45632,6 +47920,11 @@ entities: - type: Transform pos: -12.5,-56.5 parent: 2 + - uid: 5881 + components: + - type: Transform + pos: -64.5,31.5 + parent: 2 - uid: 5887 components: - type: Transform @@ -45652,6 +47945,41 @@ entities: - type: Transform pos: 24.5,-33.5 parent: 2 + - uid: 5921 + components: + - type: Transform + pos: -64.5,32.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -64.5,33.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: -66.5,35.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + pos: -66.5,33.5 + parent: 2 - uid: 5949 components: - type: Transform @@ -45667,11 +47995,26 @@ entities: - type: Transform pos: 24.5,-34.5 parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -66.5,32.5 + parent: 2 - uid: 5964 components: - type: Transform pos: 22.5,6.5 parent: 2 + - uid: 5966 + components: + - type: Transform + pos: -66.5,31.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 - uid: 6006 components: - type: Transform @@ -45680,7 +48023,22 @@ entities: - uid: 6026 components: - type: Transform - pos: -30.5,17.5 + pos: -64.5,26.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: -66.5,26.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + pos: -67.5,26.5 parent: 2 - uid: 6038 components: @@ -45692,6 +48050,11 @@ entities: - type: Transform pos: 35.5,6.5 parent: 2 + - uid: 6055 + components: + - type: Transform + pos: -67.5,24.5 + parent: 2 - uid: 6056 components: - type: Transform @@ -45702,6 +48065,11 @@ entities: - type: Transform pos: 34.5,6.5 parent: 2 + - uid: 6073 + components: + - type: Transform + pos: -66.5,24.5 + parent: 2 - uid: 6084 components: - type: Transform @@ -45712,6 +48080,46 @@ entities: - type: Transform pos: 5.5,-17.5 parent: 2 + - uid: 6110 + components: + - type: Transform + pos: -65.5,24.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: -63.5,24.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -63.5,22.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: -65.5,22.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: -66.5,22.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -67.5,22.5 + parent: 2 - uid: 6151 components: - type: Transform @@ -45722,6 +48130,31 @@ entities: - type: Transform pos: 25.5,-18.5 parent: 2 + - uid: 6172 + components: + - type: Transform + pos: -67.5,20.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: -66.5,20.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: -65.5,20.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + pos: -64.5,20.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + pos: -63.5,20.5 + parent: 2 - uid: 6208 components: - type: Transform @@ -45732,6 +48165,21 @@ entities: - type: Transform pos: -27.5,-15.5 parent: 2 + - uid: 6245 + components: + - type: Transform + pos: -63.5,18.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 - uid: 6258 components: - type: Transform @@ -45752,6 +48200,11 @@ entities: - type: Transform pos: 16.5,-18.5 parent: 2 + - uid: 6277 + components: + - type: Transform + pos: -66.5,18.5 + parent: 2 - uid: 6280 components: - type: Transform @@ -45767,11 +48220,21 @@ entities: - type: Transform pos: 31.5,-13.5 parent: 2 + - uid: 6285 + components: + - type: Transform + pos: -67.5,18.5 + parent: 2 - uid: 6289 components: - type: Transform pos: 10.5,-17.5 parent: 2 + - uid: 6296 + components: + - type: Transform + pos: -67.5,16.5 + parent: 2 - uid: 6304 components: - type: Transform @@ -45792,6 +48255,26 @@ entities: - type: Transform pos: 23.5,-10.5 parent: 2 + - uid: 6324 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: -64.5,16.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + pos: -63.5,16.5 + parent: 2 - uid: 6341 components: - type: Transform @@ -45802,6 +48285,11 @@ entities: - type: Transform pos: 23.5,-19.5 parent: 2 + - uid: 6358 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 - uid: 6372 components: - type: Transform @@ -45817,6 +48305,11 @@ entities: - type: Transform pos: 26.5,-10.5 parent: 2 + - uid: 6395 + components: + - type: Transform + pos: -64.5,14.5 + parent: 2 - uid: 6398 components: - type: Transform @@ -45832,6 +48325,16 @@ entities: - type: Transform pos: 23.5,-17.5 parent: 2 + - uid: 6422 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 6438 + components: + - type: Transform + pos: -66.5,14.5 + parent: 2 - uid: 6447 components: - type: Transform @@ -45852,11 +48355,51 @@ entities: - type: Transform pos: 27.5,-10.5 parent: 2 + - uid: 6472 + components: + - type: Transform + pos: -67.5,14.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: -67.5,12.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: -66.5,12.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -64.5,12.5 + parent: 2 - uid: 6504 components: - type: Transform pos: 40.5,6.5 parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -63.5,12.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -63.5,10.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 - uid: 6529 components: - type: Transform @@ -45867,11 +48410,21 @@ entities: - type: Transform pos: 13.5,-13.5 parent: 2 + - uid: 6571 + components: + - type: Transform + pos: -65.5,10.5 + parent: 2 - uid: 6581 components: - type: Transform pos: -25.5,-15.5 parent: 2 + - uid: 6582 + components: + - type: Transform + pos: -66.5,10.5 + parent: 2 - uid: 6586 components: - type: Transform @@ -45882,6 +48435,56 @@ entities: - type: Transform pos: 9.5,-17.5 parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -67.5,10.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - uid: 6616 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: -61.5,9.5 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: -61.5,17.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 - uid: 6649 components: - type: Transform @@ -45892,10 +48495,30 @@ entities: - type: Transform pos: -18.5,-16.5 parent: 2 + - uid: 6651 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: -65.5,29.5 + parent: 2 - uid: 6659 components: - type: Transform - pos: -30.5,18.5 + pos: -68.5,29.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -49.5,29.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: -45.5,29.5 parent: 2 - uid: 6703 components: @@ -45907,56 +48530,66 @@ entities: - type: Transform pos: 39.5,6.5 parent: 2 + - uid: 6714 + components: + - type: Transform + pos: -44.5,29.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + pos: -50.5,31.5 + parent: 2 + - uid: 6742 + components: + - type: Transform + pos: -50.5,32.5 + parent: 2 + - uid: 6743 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 - uid: 6751 components: - type: Transform - pos: -55.5,27.5 + pos: -48.5,33.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + pos: -48.5,31.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + pos: -48.5,34.5 parent: 2 - uid: 6777 components: - type: Transform pos: 24.5,-39.5 parent: 2 + - uid: 6871 + components: + - type: Transform + pos: -48.5,35.5 + parent: 2 - uid: 6879 components: - type: Transform pos: -4.5,-15.5 parent: 2 - - uid: 6886 - components: - - type: Transform - pos: -21.5,14.5 - parent: 2 - - uid: 6959 - components: - - type: Transform - pos: -30.5,19.5 - parent: 2 - - uid: 6964 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 6973 - components: - - type: Transform - pos: -38.5,-12.5 - parent: 2 - uid: 6990 components: - type: Transform pos: 21.5,-33.5 parent: 2 - - uid: 7001 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - - uid: 7007 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - uid: 7011 components: - type: Transform @@ -45992,31 +48625,16 @@ entities: - type: Transform pos: -11.5,-21.5 parent: 2 - - uid: 7061 + - uid: 7090 components: - type: Transform - pos: -42.5,23.5 + pos: -67.5,29.5 parent: 2 - uid: 7096 components: - type: Transform pos: -10.5,-21.5 parent: 2 - - uid: 7108 - components: - - type: Transform - pos: -45.5,16.5 - parent: 2 - - uid: 7114 - components: - - type: Transform - pos: -44.5,16.5 - parent: 2 - - uid: 7133 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - uid: 7141 components: - type: Transform @@ -46052,11 +48670,6 @@ entities: - type: Transform pos: 14.5,-13.5 parent: 2 - - uid: 7245 - components: - - type: Transform - pos: -32.5,-4.5 - parent: 2 - uid: 7325 components: - type: Transform @@ -46067,10 +48680,10 @@ entities: - type: Transform pos: 20.5,-13.5 parent: 2 - - uid: 7420 + - uid: 7480 components: - type: Transform - pos: -31.5,-4.5 + pos: 96.5,-44.5 parent: 2 - uid: 7500 components: @@ -46102,26 +48715,11 @@ entities: - type: Transform pos: 18.5,-13.5 parent: 2 - - uid: 7732 - components: - - type: Transform - pos: -47.5,16.5 - parent: 2 - uid: 7734 components: - type: Transform pos: 17.5,-13.5 parent: 2 - - uid: 7745 - components: - - type: Transform - pos: -48.5,18.5 - parent: 2 - - uid: 7746 - components: - - type: Transform - pos: -48.5,16.5 - parent: 2 - uid: 7763 components: - type: Transform @@ -46142,21 +48740,11 @@ entities: - type: Transform pos: -2.5,11.5 parent: 2 - - uid: 7984 - components: - - type: Transform - pos: -46.5,16.5 - parent: 2 - uid: 8034 components: - type: Transform pos: 21.5,6.5 parent: 2 - - uid: 8048 - components: - - type: Transform - pos: -47.5,28.5 - parent: 2 - uid: 8121 components: - type: Transform @@ -46182,46 +48770,21 @@ entities: - type: Transform pos: -20.5,-16.5 parent: 2 - - uid: 8311 - components: - - type: Transform - pos: -44.5,18.5 - parent: 2 - uid: 8326 components: - type: Transform pos: 33.5,6.5 parent: 2 - - uid: 8330 + - uid: 8327 components: - type: Transform - pos: -53.5,25.5 - parent: 2 - - uid: 8352 - components: - - type: Transform - pos: -49.5,27.5 + pos: 91.5,-44.5 parent: 2 - uid: 8366 components: - type: Transform pos: -17.5,20.5 parent: 2 - - uid: 8397 - components: - - type: Transform - pos: -45.5,18.5 - parent: 2 - - uid: 8423 - components: - - type: Transform - pos: -46.5,18.5 - parent: 2 - - uid: 8424 - components: - - type: Transform - pos: -47.5,18.5 - parent: 2 - uid: 8433 components: - type: Transform @@ -46252,11 +48815,6 @@ entities: - type: Transform pos: 65.5,8.5 parent: 2 - - uid: 8474 - components: - - type: Transform - pos: -19.5,14.5 - parent: 2 - uid: 8475 components: - type: Transform @@ -46307,11 +48865,6 @@ entities: - type: Transform pos: 29.5,6.5 parent: 2 - - uid: 8709 - components: - - type: Transform - pos: -18.5,16.5 - parent: 2 - uid: 8712 components: - type: Transform @@ -46542,11 +49095,6 @@ entities: - type: Transform pos: 59.5,7.5 parent: 2 - - uid: 8930 - components: - - type: Transform - pos: -47.5,29.5 - parent: 2 - uid: 8933 components: - type: Transform @@ -46562,26 +49110,6 @@ entities: - type: Transform pos: 61.5,7.5 parent: 2 - - uid: 8948 - components: - - type: Transform - pos: -54.5,12.5 - parent: 2 - - uid: 8951 - components: - - type: Transform - pos: -31.5,24.5 - parent: 2 - - uid: 8957 - components: - - type: Transform - pos: -31.5,23.5 - parent: 2 - - uid: 8958 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - uid: 8964 components: - type: Transform @@ -46747,6 +49275,11 @@ entities: - type: Transform pos: 65.5,-0.5 parent: 2 + - uid: 9109 + components: + - type: Transform + pos: 93.5,-44.5 + parent: 2 - uid: 9121 components: - type: Transform @@ -47047,16 +49580,16 @@ entities: - type: Transform pos: -8.5,-48.5 parent: 2 + - uid: 9286 + components: + - type: Transform + pos: -36.5,-12.5 + parent: 2 - uid: 9351 components: - type: Transform pos: 7.5,-17.5 parent: 2 - - uid: 9354 - components: - - type: Transform - pos: -50.5,-11.5 - parent: 2 - uid: 9496 components: - type: Transform @@ -47082,6 +49615,16 @@ entities: - type: Transform pos: 25.5,12.5 parent: 2 + - uid: 9531 + components: + - type: Transform + pos: 92.5,-44.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: 90.5,-44.5 + parent: 2 - uid: 9615 components: - type: Transform @@ -47172,6 +49715,11 @@ entities: - type: Transform pos: 22.5,10.5 parent: 2 + - uid: 9983 + components: + - type: Transform + pos: 96.5,-42.5 + parent: 2 - uid: 10068 components: - type: Transform @@ -47227,6 +49775,11 @@ entities: - type: Transform pos: 27.5,-18.5 parent: 2 + - uid: 10197 + components: + - type: Transform + pos: 95.5,-42.5 + parent: 2 - uid: 10204 components: - type: Transform @@ -47252,6 +49805,11 @@ entities: - type: Transform pos: 26.5,-18.5 parent: 2 + - uid: 10240 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 - uid: 10253 components: - type: Transform @@ -47262,6 +49820,11 @@ entities: - type: Transform pos: 7.5,-21.5 parent: 2 + - uid: 10262 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 - uid: 10264 components: - type: Transform @@ -47297,21 +49860,6 @@ entities: - type: Transform pos: 30.5,-14.5 parent: 2 - - uid: 10271 - components: - - type: Transform - pos: -32.5,10.5 - parent: 2 - - uid: 10272 - components: - - type: Transform - pos: -32.5,12.5 - parent: 2 - - uid: 10273 - components: - - type: Transform - pos: -32.5,11.5 - parent: 2 - uid: 10274 components: - type: Transform @@ -47447,6 +49995,11 @@ entities: - type: Transform pos: 17.5,-56.5 parent: 2 + - uid: 10703 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 - uid: 10716 components: - type: Transform @@ -47557,16 +50110,6 @@ entities: - type: Transform pos: -49.5,-55.5 parent: 2 - - uid: 11415 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - - uid: 11417 - components: - - type: Transform - pos: -33.5,-13.5 - parent: 2 - uid: 11418 components: - type: Transform @@ -47592,11 +50135,6 @@ entities: - type: Transform pos: 13.5,-15.5 parent: 2 - - uid: 11989 - components: - - type: Transform - pos: -32.5,7.5 - parent: 2 - uid: 11996 components: - type: Transform @@ -47727,11 +50265,6 @@ entities: - type: Transform pos: 44.5,14.5 parent: 2 - - uid: 12560 - components: - - type: Transform - pos: -33.5,-12.5 - parent: 2 - uid: 12669 components: - type: Transform @@ -47752,11 +50285,6 @@ entities: - type: Transform pos: 25.5,6.5 parent: 2 - - uid: 12985 - components: - - type: Transform - pos: -18.5,17.5 - parent: 2 - uid: 12997 components: - type: Transform @@ -47772,11 +50300,6 @@ entities: - type: Transform pos: 31.5,-14.5 parent: 2 - - uid: 13092 - components: - - type: Transform - pos: -18.5,15.5 - parent: 2 - uid: 13118 components: - type: Transform @@ -47882,16 +50405,61 @@ entities: - type: Transform pos: -23.5,-25.5 parent: 2 + - uid: 14601 + components: + - type: Transform + pos: -40.5,27.5 + parent: 2 + - uid: 14602 + components: + - type: Transform + pos: -39.5,27.5 + parent: 2 + - uid: 14610 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 14613 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 14618 + components: + - type: Transform + pos: -40.5,26.5 + parent: 2 + - uid: 14619 + components: + - type: Transform + pos: -40.5,25.5 + parent: 2 + - uid: 14620 + components: + - type: Transform + pos: -39.5,25.5 + parent: 2 + - uid: 14621 + components: + - type: Transform + pos: -39.5,24.5 + parent: 2 + - uid: 14622 + components: + - type: Transform + pos: -39.5,23.5 + parent: 2 + - uid: 14626 + components: + - type: Transform + pos: -39.5,22.5 + parent: 2 - uid: 14784 components: - type: Transform pos: 31.5,-15.5 parent: 2 - - uid: 14786 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 2 - uid: 14789 components: - type: Transform @@ -47957,11 +50525,6 @@ entities: - type: Transform pos: -36.5,-41.5 parent: 2 - - uid: 15175 - components: - - type: Transform - pos: -30.5,-8.5 - parent: 2 - uid: 15189 components: - type: Transform @@ -48092,11 +50655,6 @@ entities: - type: Transform pos: -16.5,-16.5 parent: 2 - - uid: 15943 - components: - - type: Transform - pos: -63.5,-8.5 - parent: 2 - uid: 16063 components: - type: Transform @@ -48117,181 +50675,56 @@ entities: - type: Transform pos: -58.5,-59.5 parent: 2 - - uid: 16269 - components: - - type: Transform - pos: -62.5,-8.5 - parent: 2 - - uid: 16270 - components: - - type: Transform - pos: -62.5,-10.5 - parent: 2 - - uid: 16272 - components: - - type: Transform - pos: -61.5,-8.5 - parent: 2 - - uid: 16274 - components: - - type: Transform - pos: -62.5,-10.5 - parent: 2 - - uid: 16277 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 16278 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 16279 - components: - - type: Transform - pos: -62.5,-12.5 - parent: 2 - - uid: 16280 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 16281 - components: - - type: Transform - pos: -60.5,-12.5 - parent: 2 - - uid: 16282 - components: - - type: Transform - pos: -59.5,-12.5 - parent: 2 - - uid: 16283 - components: - - type: Transform - pos: -58.5,-12.5 - parent: 2 - - uid: 16284 - components: - - type: Transform - pos: -57.5,-12.5 - parent: 2 - - uid: 16285 - components: - - type: Transform - pos: -56.5,-12.5 - parent: 2 - - uid: 16286 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - uid: 16287 - components: - - type: Transform - pos: -54.5,-12.5 - parent: 2 - - uid: 16288 - components: - - type: Transform - pos: -53.5,-12.5 - parent: 2 - - uid: 16289 - components: - - type: Transform - pos: -51.5,-12.5 - parent: 2 - - uid: 16290 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 2 - - uid: 16291 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 2 - - uid: 16292 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 2 - - uid: 16293 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 2 - - uid: 16294 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 2 - - uid: 16295 - components: - - type: Transform - pos: -45.5,-12.5 - parent: 2 - - uid: 16296 - components: - - type: Transform - pos: -44.5,-12.5 - parent: 2 - - uid: 16297 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 2 - - uid: 16298 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - uid: 16299 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - uid: 16300 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 2 - - uid: 16301 - components: - - type: Transform - pos: -39.5,-12.5 - parent: 2 - - uid: 16303 - components: - - type: Transform - pos: -41.5,-12.5 - parent: 2 - uid: 16329 components: - type: Transform pos: -58.5,-60.5 parent: 2 + - uid: 16590 + components: + - type: Transform + pos: 94.5,-42.5 + parent: 2 - uid: 16639 components: - type: Transform pos: -16.5,-14.5 parent: 2 - - uid: 16684 - components: - - type: Transform - pos: -30.5,-7.5 - parent: 2 - uid: 16687 components: - type: Transform pos: 36.5,13.5 parent: 2 + - uid: 16870 + components: + - type: Transform + pos: 96.5,-41.5 + parent: 2 + - uid: 16902 + components: + - type: Transform + pos: 94.5,-43.5 + parent: 2 - uid: 16922 components: - type: Transform pos: 20.5,-33.5 parent: 2 + - uid: 17093 + components: + - type: Transform + pos: 94.5,-44.5 + parent: 2 + - uid: 17163 + components: + - type: Transform + pos: 88.5,-44.5 + parent: 2 + - uid: 17166 + components: + - type: Transform + pos: 89.5,-44.5 + parent: 2 - uid: 17174 components: - type: Transform @@ -48322,20 +50755,10 @@ entities: - type: Transform pos: 57.5,4.5 parent: 2 - - uid: 17764 + - uid: 17804 components: - type: Transform - pos: -45.5,26.5 - parent: 2 - - uid: 17768 - components: - - type: Transform - pos: -55.5,10.5 - parent: 2 - - uid: 17770 - components: - - type: Transform - pos: -56.5,10.5 + pos: 96.5,-43.5 parent: 2 - uid: 17805 components: @@ -48407,40 +50830,245 @@ entities: - type: Transform pos: -72.5,-58.5 parent: 2 + - uid: 17853 + components: + - type: Transform + pos: 88.5,-43.5 + parent: 2 + - uid: 17854 + components: + - type: Transform + pos: 88.5,-42.5 + parent: 2 + - uid: 17858 + components: + - type: Transform + pos: 87.5,-42.5 + parent: 2 + - uid: 17860 + components: + - type: Transform + pos: 86.5,-42.5 + parent: 2 + - uid: 17861 + components: + - type: Transform + pos: 85.5,-42.5 + parent: 2 + - uid: 17862 + components: + - type: Transform + pos: 84.5,-42.5 + parent: 2 + - uid: 17865 + components: + - type: Transform + pos: 83.5,-42.5 + parent: 2 + - uid: 17866 + components: + - type: Transform + pos: 82.5,-42.5 + parent: 2 + - uid: 17869 + components: + - type: Transform + pos: 81.5,-42.5 + parent: 2 - uid: 17871 components: - type: Transform - pos: -32.5,-9.5 + pos: 80.5,-42.5 parent: 2 - uid: 17884 components: - type: Transform - pos: -30.5,16.5 + pos: 79.5,-42.5 parent: 2 - uid: 17887 components: - type: Transform pos: -72.5,-57.5 parent: 2 + - uid: 17889 + components: + - type: Transform + pos: 79.5,-41.5 + parent: 2 + - uid: 17891 + components: + - type: Transform + pos: 79.5,-40.5 + parent: 2 + - uid: 17892 + components: + - type: Transform + pos: 79.5,-39.5 + parent: 2 + - uid: 17893 + components: + - type: Transform + pos: 79.5,-38.5 + parent: 2 + - uid: 17895 + components: + - type: Transform + pos: 79.5,-37.5 + parent: 2 + - uid: 17896 + components: + - type: Transform + pos: 78.5,-37.5 + parent: 2 + - uid: 17897 + components: + - type: Transform + pos: 77.5,-37.5 + parent: 2 + - uid: 17898 + components: + - type: Transform + pos: 76.5,-37.5 + parent: 2 - uid: 17899 components: - type: Transform pos: -72.5,-56.5 parent: 2 + - uid: 17900 + components: + - type: Transform + pos: 75.5,-37.5 + parent: 2 - uid: 17902 components: - type: Transform - pos: -30.5,20.5 + pos: 74.5,-37.5 + parent: 2 + - uid: 17903 + components: + - type: Transform + pos: 73.5,-37.5 + parent: 2 + - uid: 17904 + components: + - type: Transform + pos: 72.5,-37.5 + parent: 2 + - uid: 17905 + components: + - type: Transform + pos: 71.5,-37.5 + parent: 2 + - uid: 17906 + components: + - type: Transform + pos: 70.5,-37.5 + parent: 2 + - uid: 17910 + components: + - type: Transform + pos: 69.5,-37.5 + parent: 2 + - uid: 17913 + components: + - type: Transform + pos: 68.5,-37.5 + parent: 2 + - uid: 17914 + components: + - type: Transform + pos: 67.5,-37.5 + parent: 2 + - uid: 17915 + components: + - type: Transform + pos: 66.5,-37.5 + parent: 2 + - uid: 17916 + components: + - type: Transform + pos: 65.5,-37.5 + parent: 2 + - uid: 17917 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 17918 + components: + - type: Transform + pos: 63.5,-37.5 + parent: 2 + - uid: 17919 + components: + - type: Transform + pos: 62.5,-37.5 + parent: 2 + - uid: 17920 + components: + - type: Transform + pos: 61.5,-37.5 + parent: 2 + - uid: 17921 + components: + - type: Transform + pos: 60.5,-37.5 + parent: 2 + - uid: 17922 + components: + - type: Transform + pos: 57.5,-37.5 + parent: 2 + - uid: 17923 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 17925 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 17928 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 17929 + components: + - type: Transform + pos: 54.5,-37.5 parent: 2 - uid: 17931 components: - type: Transform - pos: -53.5,12.5 + pos: 53.5,-37.5 parent: 2 - uid: 17932 components: - type: Transform - pos: -54.5,10.5 + pos: 52.5,-37.5 + parent: 2 + - uid: 17933 + components: + - type: Transform + pos: 51.5,-37.5 + parent: 2 + - uid: 17934 + components: + - type: Transform + pos: 50.5,-37.5 + parent: 2 + - uid: 17935 + components: + - type: Transform + pos: 49.5,-37.5 + parent: 2 + - uid: 17936 + components: + - type: Transform + pos: 59.5,-37.5 parent: 2 - uid: 17937 components: @@ -48467,21 +51095,6 @@ entities: - type: Transform pos: 67.5,-3.5 parent: 2 - - uid: 17978 - components: - - type: Transform - pos: -28.5,23.5 - parent: 2 - - uid: 17981 - components: - - type: Transform - pos: -28.5,22.5 - parent: 2 - - uid: 18021 - components: - - type: Transform - pos: -30.5,15.5 - parent: 2 - uid: 18128 components: - type: Transform @@ -48502,71 +51115,11 @@ entities: - type: Transform pos: 57.5,-0.5 parent: 2 - - uid: 18159 - components: - - type: Transform - pos: -33.5,23.5 - parent: 2 - uid: 18188 components: - type: Transform pos: -70.5,-56.5 parent: 2 - - uid: 18213 - components: - - type: Transform - pos: -45.5,20.5 - parent: 2 - - uid: 18214 - components: - - type: Transform - pos: -47.5,20.5 - parent: 2 - - uid: 18215 - components: - - type: Transform - pos: -53.5,28.5 - parent: 2 - - uid: 18216 - components: - - type: Transform - pos: -53.5,29.5 - parent: 2 - - uid: 18217 - components: - - type: Transform - pos: -44.5,20.5 - parent: 2 - - uid: 18218 - components: - - type: Transform - pos: -48.5,20.5 - parent: 2 - - uid: 18219 - components: - - type: Transform - pos: -52.5,20.5 - parent: 2 - - uid: 18226 - components: - - type: Transform - pos: -46.5,20.5 - parent: 2 - - uid: 18237 - components: - - type: Transform - pos: -53.5,27.5 - parent: 2 - - uid: 18240 - components: - - type: Transform - pos: -52.5,18.5 - parent: 2 - - uid: 18242 - components: - - type: Transform - pos: -53.5,26.5 - parent: 2 - uid: 18266 components: - type: Transform @@ -48582,36 +51135,6 @@ entities: - type: Transform pos: -70.5,-59.5 parent: 2 - - uid: 18350 - components: - - type: Transform - pos: -30.5,24.5 - parent: 2 - - uid: 18352 - components: - - type: Transform - pos: -29.5,22.5 - parent: 2 - - uid: 18362 - components: - - type: Transform - pos: -56.5,12.5 - parent: 2 - - uid: 18365 - components: - - type: Transform - pos: -29.5,24.5 - parent: 2 - - uid: 18377 - components: - - type: Transform - pos: -55.5,12.5 - parent: 2 - - uid: 18381 - components: - - type: Transform - pos: -29.5,23.5 - parent: 2 - uid: 18597 components: - type: Transform @@ -48657,11 +51180,6 @@ entities: - type: Transform pos: -68.5,-59.5 parent: 2 - - uid: 18720 - components: - - type: Transform - pos: -50.5,15.5 - parent: 2 - uid: 18726 components: - type: Transform @@ -48677,16 +51195,6 @@ entities: - type: Transform pos: -68.5,-58.5 parent: 2 - - uid: 18904 - components: - - type: Transform - pos: -30.5,14.5 - parent: 2 - - uid: 18905 - components: - - type: Transform - pos: -31.5,14.5 - parent: 2 - uid: 18918 components: - type: Transform @@ -48722,11 +51230,6 @@ entities: - type: Transform pos: -66.5,-59.5 parent: 2 - - uid: 19759 - components: - - type: Transform - pos: -31.5,-9.5 - parent: 2 - uid: 20154 components: - type: Transform @@ -48752,21 +51255,6 @@ entities: - type: Transform pos: -76.5,-50.5 parent: 2 - - uid: 20429 - components: - - type: Transform - pos: -30.5,-9.5 - parent: 2 - - uid: 20528 - components: - - type: Transform - pos: -33.5,-9.5 - parent: 2 - - uid: 20545 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 2 - uid: 20564 components: - type: Transform @@ -48867,11 +51355,6 @@ entities: - type: Transform pos: -16.5,-55.5 parent: 2 - - uid: 20768 - components: - - type: Transform - pos: -32.5,14.5 - parent: 2 - uid: 20807 components: - type: Transform @@ -49017,11 +51500,6 @@ entities: - type: Transform pos: -66.5,-52.5 parent: 2 - - uid: 21181 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - uid: 21183 components: - type: Transform @@ -49117,11 +51595,6 @@ entities: - type: Transform pos: 23.5,-33.5 parent: 2 - - uid: 21793 - components: - - type: Transform - pos: -32.5,13.5 - parent: 2 - uid: 21795 components: - type: Transform @@ -49657,32 +52130,162 @@ entities: - type: Transform pos: -67.5,-54.5 parent: 2 - - uid: 23703 - components: - - type: Transform - pos: -50.5,23.5 - parent: 2 - uid: 23708 components: - type: Transform pos: 58.5,2.5 parent: 2 - - uid: 23712 - components: - - type: Transform - pos: 62.5,2.5 - parent: 2 - uid: 23715 components: - type: Transform pos: 66.5,2.5 parent: 2 + - uid: 23741 + components: + - type: Transform + pos: -37.5,27.5 + parent: 2 + - uid: 24414 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 24415 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 24416 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 24417 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 24418 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 24419 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 24420 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 24421 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 24422 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 24423 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 24424 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 24425 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 + - uid: 24426 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 24427 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 24428 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 24429 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 2 + - uid: 24430 + components: + - type: Transform + pos: -16.5,-2.5 + parent: 2 + - uid: 24431 + components: + - type: Transform + pos: -16.5,-11.5 + parent: 2 + - uid: 24432 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 24433 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 24434 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 2 + - uid: 24435 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 24436 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 24437 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 24438 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 24439 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 - proto: CableHVStack entities: - uid: 3391 components: - type: Transform - pos: -16.573278,-25.136585 + pos: -16.487865,-25.192295 + parent: 2 + - uid: 7009 + components: + - type: Transform + pos: -39.500957,30.60585 parent: 2 - uid: 9575 components: @@ -49694,28 +52297,11 @@ entities: - type: Transform pos: -13.366984,-10.436457 parent: 2 - - uid: 10756 - components: - - type: Transform - pos: -55.592247,-13.290644 - parent: 2 - uid: 16893 components: - type: Transform pos: -58.51258,-58.38839 parent: 2 - - uid: 18184 - components: - - type: Transform - pos: -29.499138,22.607857 - parent: 2 -- proto: CableHVStack10 - entities: - - uid: 648 - components: - - type: Transform - pos: -51.483383,15.526428 - parent: 2 - proto: CableMV entities: - uid: 8 @@ -49738,11 +52324,6 @@ entities: - type: Transform pos: 41.5,-1.5 parent: 2 - - uid: 64 - components: - - type: Transform - pos: -28.5,6.5 - parent: 2 - uid: 68 components: - type: Transform @@ -49763,16 +52344,6 @@ entities: - type: Transform pos: -20.5,-51.5 parent: 2 - - uid: 148 - components: - - type: Transform - pos: -43.5,4.5 - parent: 2 - - uid: 172 - components: - - type: Transform - pos: -25.5,11.5 - parent: 2 - uid: 174 components: - type: Transform @@ -49793,11 +52364,6 @@ entities: - type: Transform pos: -0.5,25.5 parent: 2 - - uid: 229 - components: - - type: Transform - pos: -38.5,-1.5 - parent: 2 - uid: 239 components: - type: Transform @@ -49808,26 +52374,11 @@ entities: - type: Transform pos: 3.5,25.5 parent: 2 - - uid: 254 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 258 - components: - - type: Transform - pos: -26.5,-12.5 - parent: 2 - uid: 261 components: - type: Transform pos: 4.5,20.5 parent: 2 - - uid: 269 - components: - - type: Transform - pos: -19.5,14.5 - parent: 2 - uid: 274 components: - type: Transform @@ -49843,36 +52394,16 @@ entities: - type: Transform pos: -4.5,24.5 parent: 2 - - uid: 288 - components: - - type: Transform - pos: -26.5,-11.5 - parent: 2 - - uid: 315 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - uid: 316 components: - type: Transform pos: -11.5,24.5 parent: 2 - - uid: 317 - components: - - type: Transform - pos: -25.5,-11.5 - parent: 2 - uid: 321 components: - type: Transform pos: -11.5,23.5 parent: 2 - - uid: 335 - components: - - type: Transform - pos: -25.5,12.5 - parent: 2 - uid: 343 components: - type: Transform @@ -49891,37 +52422,17 @@ entities: - uid: 393 components: - type: Transform - pos: -28.5,-15.5 + pos: -37.5,-12.5 parent: 2 - uid: 403 components: - type: Transform pos: 31.5,-10.5 parent: 2 - - uid: 413 + - uid: 407 components: - type: Transform - pos: -47.5,8.5 - parent: 2 - - uid: 422 - components: - - type: Transform - pos: -45.5,-6.5 - parent: 2 - - uid: 426 - components: - - type: Transform - pos: -28.5,0.5 - parent: 2 - - uid: 428 - components: - - type: Transform - pos: -24.5,11.5 - parent: 2 - - uid: 438 - components: - - type: Transform - pos: -47.5,3.5 + pos: -39.5,-15.5 parent: 2 - uid: 458 components: @@ -50003,16 +52514,6 @@ entities: - type: Transform pos: -0.5,27.5 parent: 2 - - uid: 551 - components: - - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 552 - components: - - type: Transform - pos: -26.5,14.5 - parent: 2 - uid: 563 components: - type: Transform @@ -50023,15 +52524,25 @@ entities: - type: Transform pos: -22.5,20.5 parent: 2 + - uid: 630 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 - uid: 649 components: - type: Transform pos: 31.5,-7.5 parent: 2 - - uid: 661 + - uid: 656 components: - type: Transform - pos: -25.5,14.5 + pos: -38.5,-14.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -38.5,-15.5 parent: 2 - uid: 723 components: @@ -50053,11 +52564,6 @@ entities: - type: Transform pos: 22.5,-21.5 parent: 2 - - uid: 911 - components: - - type: Transform - pos: -31.5,21.5 - parent: 2 - uid: 937 components: - type: Transform @@ -50068,6 +52574,11 @@ entities: - type: Transform pos: 26.5,16.5 parent: 2 + - uid: 1030 + components: + - type: Transform + pos: -40.5,-15.5 + parent: 2 - uid: 1033 components: - type: Transform @@ -50093,16 +52604,6 @@ entities: - type: Transform pos: 41.5,6.5 parent: 2 - - uid: 1240 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - - uid: 1272 - components: - - type: Transform - pos: -23.5,7.5 - parent: 2 - uid: 1278 components: - type: Transform @@ -50128,11 +52629,6 @@ entities: - type: Transform pos: -12.5,-21.5 parent: 2 - - uid: 1300 - components: - - type: Transform - pos: -29.5,0.5 - parent: 2 - uid: 1309 components: - type: Transform @@ -50208,11 +52704,6 @@ entities: - type: Transform pos: 0.5,25.5 parent: 2 - - uid: 1490 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - uid: 1502 components: - type: Transform @@ -50308,11 +52799,6 @@ entities: - type: Transform pos: -7.5,-22.5 parent: 2 - - uid: 2181 - components: - - type: Transform - pos: -23.5,-4.5 - parent: 2 - uid: 2200 components: - type: Transform @@ -50388,26 +52874,6 @@ entities: - type: Transform pos: -8.5,-13.5 parent: 2 - - uid: 2362 - components: - - type: Transform - pos: -24.5,4.5 - parent: 2 - - uid: 2364 - components: - - type: Transform - pos: -20.5,4.5 - parent: 2 - - uid: 2368 - components: - - type: Transform - pos: -18.5,14.5 - parent: 2 - - uid: 2369 - components: - - type: Transform - pos: -20.5,16.5 - parent: 2 - uid: 2374 components: - type: Transform @@ -50528,151 +52994,236 @@ entities: - type: Transform pos: 23.5,-21.5 parent: 2 - - uid: 2625 + - uid: 2611 components: - type: Transform - pos: -18.5,9.5 + pos: -36.5,-12.5 parent: 2 - - uid: 2639 + - uid: 2647 components: - type: Transform - pos: -23.5,4.5 + pos: -37.5,-15.5 parent: 2 - - uid: 2641 + - uid: 2648 components: - type: Transform - pos: -24.5,14.5 + pos: -36.5,-15.5 parent: 2 - - uid: 2646 + - uid: 2650 components: - type: Transform - pos: -37.5,-9.5 + pos: -35.5,-15.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 2675 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 2678 + components: + - type: Transform + pos: -25.5,-11.5 parent: 2 - uid: 2683 components: - type: Transform pos: -8.5,-36.5 parent: 2 - - uid: 2697 - components: - - type: Transform - pos: -33.5,2.5 - parent: 2 - - uid: 2699 - components: - - type: Transform - pos: -33.5,0.5 - parent: 2 - uid: 2702 components: - type: Transform pos: 45.5,-19.5 parent: 2 - - uid: 2705 + - uid: 2739 components: - type: Transform - pos: -35.5,-2.5 + pos: -43.5,-13.5 parent: 2 - - uid: 2709 + - uid: 2740 components: - type: Transform - pos: -38.5,-0.5 + pos: -44.5,-13.5 parent: 2 - - uid: 2711 + - uid: 2741 components: - type: Transform - pos: -38.5,0.5 + pos: -45.5,-13.5 parent: 2 - - uid: 2712 + - uid: 2744 components: - type: Transform - pos: -32.5,7.5 + pos: -46.5,-13.5 parent: 2 - - uid: 2713 + - uid: 2754 components: - type: Transform - pos: -25.5,-2.5 + pos: -47.5,-13.5 parent: 2 - - uid: 2714 + - uid: 2755 components: - type: Transform - pos: -25.5,-0.5 + pos: -48.5,-13.5 parent: 2 - - uid: 2715 + - uid: 2757 components: - type: Transform - pos: -25.5,-1.5 + pos: -49.5,-13.5 parent: 2 - - uid: 2716 + - uid: 2758 components: - type: Transform - pos: -25.5,0.5 + pos: -50.5,-13.5 parent: 2 - - uid: 2717 + - uid: 2761 components: - type: Transform - pos: -25.5,1.5 - parent: 2 - - uid: 2718 - components: - - type: Transform - pos: -25.5,3.5 - parent: 2 - - uid: 2719 - components: - - type: Transform - pos: -25.5,4.5 - parent: 2 - - uid: 2720 - components: - - type: Transform - pos: -25.5,2.5 - parent: 2 - - uid: 2721 - components: - - type: Transform - pos: -25.5,5.5 - parent: 2 - - uid: 2722 - components: - - type: Transform - pos: -25.5,6.5 - parent: 2 - - uid: 2723 - components: - - type: Transform - pos: -25.5,7.5 - parent: 2 - - uid: 2724 - components: - - type: Transform - pos: -25.5,8.5 - parent: 2 - - uid: 2725 - components: - - type: Transform - pos: -25.5,9.5 - parent: 2 - - uid: 2726 - components: - - type: Transform - pos: -25.5,10.5 - parent: 2 - - uid: 2727 - components: - - type: Transform - pos: -25.5,13.5 + pos: -51.5,-13.5 parent: 2 - uid: 2765 components: - type: Transform pos: 45.5,-17.5 parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: -54.5,-13.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: -57.5,-13.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: -57.5,-11.5 + parent: 2 + - uid: 2785 + components: + - type: Transform + pos: -57.5,-10.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 - uid: 2792 components: - type: Transform pos: 45.5,-16.5 parent: 2 + - uid: 2802 + components: + - type: Transform + pos: -48.5,14.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -48.5,13.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + pos: -48.5,12.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + pos: -47.5,12.5 + parent: 2 - uid: 2828 components: - type: Transform @@ -50688,86 +53239,31 @@ entities: - type: Transform pos: -10.5,11.5 parent: 2 - - uid: 2842 - components: - - type: Transform - pos: -27.5,0.5 - parent: 2 - uid: 2855 components: - type: Transform pos: 30.5,-14.5 parent: 2 - - uid: 2865 - components: - - type: Transform - pos: -27.5,9.5 - parent: 2 - - uid: 2872 - components: - - type: Transform - pos: -26.5,8.5 - parent: 2 - - uid: 2873 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - - uid: 2875 - components: - - type: Transform - pos: -38.5,-3.5 - parent: 2 - uid: 2882 components: - type: Transform pos: -19.5,23.5 parent: 2 - - uid: 2890 - components: - - type: Transform - pos: -38.5,-2.5 - parent: 2 - uid: 2948 components: - type: Transform pos: -10.5,10.5 parent: 2 - - uid: 2950 - components: - - type: Transform - pos: -23.5,16.5 - parent: 2 - - uid: 2964 - components: - - type: Transform - pos: -38.5,-6.5 - parent: 2 - uid: 2976 components: - type: Transform pos: -24.5,20.5 parent: 2 - - uid: 2986 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - uid: 2991 components: - type: Transform pos: 22.5,-13.5 parent: 2 - - uid: 2996 - components: - - type: Transform - pos: -38.5,-5.5 - parent: 2 - - uid: 3028 - components: - - type: Transform - pos: -25.5,16.5 - parent: 2 - uid: 3034 components: - type: Transform @@ -50833,11 +53329,6 @@ entities: - type: Transform pos: 21.5,-40.5 parent: 2 - - uid: 3357 - components: - - type: Transform - pos: -22.5,4.5 - parent: 2 - uid: 3373 components: - type: Transform @@ -50853,11 +53344,6 @@ entities: - type: Transform pos: 18.5,-3.5 parent: 2 - - uid: 3402 - components: - - type: Transform - pos: -32.5,13.5 - parent: 2 - uid: 3403 components: - type: Transform @@ -50988,6 +53474,16 @@ entities: - type: Transform pos: -14.5,-48.5 parent: 2 + - uid: 4047 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 - uid: 4062 components: - type: Transform @@ -51013,16 +53509,26 @@ entities: - type: Transform pos: 17.5,-56.5 parent: 2 + - uid: 4158 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 - uid: 4168 components: - type: Transform - pos: -22.5,-4.5 + pos: -35.5,23.5 parent: 2 - uid: 4176 components: - type: Transform pos: 41.5,-3.5 parent: 2 + - uid: 4184 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 - uid: 4187 components: - type: Transform @@ -51063,11 +53569,46 @@ entities: - type: Transform pos: 38.5,-31.5 parent: 2 + - uid: 4452 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 - uid: 4539 components: - type: Transform pos: 24.5,-35.5 parent: 2 + - uid: 4549 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 4567 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 - uid: 4579 components: - type: Transform @@ -51088,6 +53629,11 @@ entities: - type: Transform pos: 24.5,-33.5 parent: 2 + - uid: 4602 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 - uid: 4606 components: - type: Transform @@ -51126,13 +53672,28 @@ entities: - uid: 4636 components: - type: Transform - pos: -24.5,16.5 + pos: -29.5,20.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + pos: -27.5,20.5 parent: 2 - uid: 4657 components: - type: Transform pos: 31.5,-14.5 parent: 2 + - uid: 4666 + components: + - type: Transform + pos: -33.5,22.5 + parent: 2 - uid: 4669 components: - type: Transform @@ -51143,6 +53704,16 @@ entities: - type: Transform pos: 31.5,-12.5 parent: 2 + - uid: 4682 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 - uid: 4769 components: - type: Transform @@ -51158,6 +53729,11 @@ entities: - type: Transform pos: 16.5,-33.5 parent: 2 + - uid: 4832 + components: + - type: Transform + pos: -37.5,25.5 + parent: 2 - uid: 4834 components: - type: Transform @@ -51263,26 +53839,11 @@ entities: - type: Transform pos: -2.5,25.5 parent: 2 - - uid: 6027 - components: - - type: Transform - pos: -32.5,8.5 - parent: 2 - - uid: 6030 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - uid: 6072 components: - type: Transform pos: 2.5,11.5 parent: 2 - - uid: 6128 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - uid: 6169 components: - type: Transform @@ -51308,11 +53869,6 @@ entities: - type: Transform pos: 43.5,2.5 parent: 2 - - uid: 6245 - components: - - type: Transform - pos: -47.5,2.5 - parent: 2 - uid: 6252 components: - type: Transform @@ -51323,21 +53879,11 @@ entities: - type: Transform pos: 1.5,-36.5 parent: 2 - - uid: 6296 - components: - - type: Transform - pos: -40.5,3.5 - parent: 2 - uid: 6320 components: - type: Transform pos: 23.5,-6.5 parent: 2 - - uid: 6327 - components: - - type: Transform - pos: -42.5,3.5 - parent: 2 - uid: 6333 components: - type: Transform @@ -51348,31 +53894,11 @@ entities: - type: Transform pos: 18.5,-21.5 parent: 2 - - uid: 6358 - components: - - type: Transform - pos: -47.5,1.5 - parent: 2 - - uid: 6395 - components: - - type: Transform - pos: -41.5,3.5 - parent: 2 - uid: 6415 components: - type: Transform pos: 14.5,-60.5 parent: 2 - - uid: 6472 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 6480 - components: - - type: Transform - pos: -18.5,16.5 - parent: 2 - uid: 6511 components: - type: Transform @@ -51403,11 +53929,6 @@ entities: - type: Transform pos: -7.5,-21.5 parent: 2 - - uid: 6752 - components: - - type: Transform - pos: -22.5,-3.5 - parent: 2 - uid: 6857 components: - type: Transform @@ -51488,11 +54009,6 @@ entities: - type: Transform pos: 40.5,-5.5 parent: 2 - - uid: 7113 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - uid: 7122 components: - type: Transform @@ -51538,11 +54054,6 @@ entities: - type: Transform pos: 40.5,6.5 parent: 2 - - uid: 7234 - components: - - type: Transform - pos: -21.5,16.5 - parent: 2 - uid: 7259 components: - type: Transform @@ -51708,11 +54219,6 @@ entities: - type: Transform pos: 16.5,-8.5 parent: 2 - - uid: 7949 - components: - - type: Transform - pos: -21.5,4.5 - parent: 2 - uid: 7956 components: - type: Transform @@ -51743,11 +54249,6 @@ entities: - type: Transform pos: 45.5,-10.5 parent: 2 - - uid: 8264 - components: - - type: Transform - pos: -15.5,3.5 - parent: 2 - uid: 8274 components: - type: Transform @@ -51863,11 +54364,6 @@ entities: - type: Transform pos: 43.5,8.5 parent: 2 - - uid: 8683 - components: - - type: Transform - pos: -20.5,14.5 - parent: 2 - uid: 8706 components: - type: Transform @@ -51883,16 +54379,6 @@ entities: - type: Transform pos: -4.5,-22.5 parent: 2 - - uid: 8876 - components: - - type: Transform - pos: -45.5,-7.5 - parent: 2 - - uid: 8883 - components: - - type: Transform - pos: -47.5,6.5 - parent: 2 - uid: 8898 components: - type: Transform @@ -51908,16 +54394,6 @@ entities: - type: Transform pos: 44.5,2.5 parent: 2 - - uid: 8970 - components: - - type: Transform - pos: -47.5,7.5 - parent: 2 - - uid: 8999 - components: - - type: Transform - pos: -19.5,16.5 - parent: 2 - uid: 9015 components: - type: Transform @@ -52038,31 +54514,11 @@ entities: - type: Transform pos: 9.5,-17.5 parent: 2 - - uid: 9535 - components: - - type: Transform - pos: -29.5,22.5 - parent: 2 - uid: 9544 components: - type: Transform pos: 13.5,-17.5 parent: 2 - - uid: 9557 - components: - - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 9559 - components: - - type: Transform - pos: -28.5,22.5 - parent: 2 - - uid: 9565 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 2 - uid: 9568 components: - type: Transform @@ -52078,11 +54534,6 @@ entities: - type: Transform pos: 4.5,-17.5 parent: 2 - - uid: 9642 - components: - - type: Transform - pos: -26.5,-13.5 - parent: 2 - uid: 9658 components: - type: Transform @@ -52343,11 +54794,6 @@ entities: - type: Transform pos: 36.5,-54.5 parent: 2 - - uid: 9963 - components: - - type: Transform - pos: -45.5,3.5 - parent: 2 - uid: 9998 components: - type: Transform @@ -52358,11 +54804,6 @@ entities: - type: Transform pos: 10.5,-17.5 parent: 2 - - uid: 10025 - components: - - type: Transform - pos: -46.5,-1.5 - parent: 2 - uid: 10057 components: - type: Transform @@ -52403,11 +54844,6 @@ entities: - type: Transform pos: 37.5,6.5 parent: 2 - - uid: 10212 - components: - - type: Transform - pos: -47.5,-0.5 - parent: 2 - uid: 10242 components: - type: Transform @@ -52553,11 +54989,6 @@ entities: - type: Transform pos: -55.5,-59.5 parent: 2 - - uid: 10413 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - uid: 10424 components: - type: Transform @@ -52573,16 +55004,6 @@ entities: - type: Transform pos: 6.5,-17.5 parent: 2 - - uid: 10444 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 2 - - uid: 10488 - components: - - type: Transform - pos: -33.5,5.5 - parent: 2 - uid: 10500 components: - type: Transform @@ -52593,16 +55014,16 @@ entities: - type: Transform pos: 16.5,-13.5 parent: 2 - - uid: 10615 - components: - - type: Transform - pos: -32.5,14.5 - parent: 2 - uid: 10738 components: - type: Transform pos: 1.5,-22.5 parent: 2 + - uid: 10901 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 - uid: 10907 components: - type: Transform @@ -52678,11 +55099,6 @@ entities: - type: Transform pos: 11.5,-48.5 parent: 2 - - uid: 11016 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - uid: 11064 components: - type: Transform @@ -52728,11 +55144,6 @@ entities: - type: Transform pos: 41.5,19.5 parent: 2 - - uid: 11301 - components: - - type: Transform - pos: -26.5,6.5 - parent: 2 - uid: 11357 components: - type: Transform @@ -52908,11 +55319,6 @@ entities: - type: Transform pos: 40.5,-26.5 parent: 2 - - uid: 11427 - components: - - type: Transform - pos: -22.5,-2.5 - parent: 2 - uid: 11491 components: - type: Transform @@ -53143,26 +55549,11 @@ entities: - type: Transform pos: -7.5,-13.5 parent: 2 - - uid: 11884 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - uid: 11928 components: - type: Transform pos: -2.5,-22.5 parent: 2 - - uid: 11933 - components: - - type: Transform - pos: -33.5,3.5 - parent: 2 - - uid: 11943 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - uid: 11972 components: - type: Transform @@ -53178,11 +55569,6 @@ entities: - type: Transform pos: 24.5,11.5 parent: 2 - - uid: 11988 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - uid: 12002 components: - type: Transform @@ -53203,26 +55589,11 @@ entities: - type: Transform pos: -6.5,-22.5 parent: 2 - - uid: 12151 - components: - - type: Transform - pos: -47.5,0.5 - parent: 2 - - uid: 12178 - components: - - type: Transform - pos: -38.5,3.5 - parent: 2 - uid: 12206 components: - type: Transform pos: 46.5,-13.5 parent: 2 - - uid: 12244 - components: - - type: Transform - pos: -18.5,15.5 - parent: 2 - uid: 12260 components: - type: Transform @@ -53283,16 +55654,6 @@ entities: - type: Transform pos: -10.5,-21.5 parent: 2 - - uid: 12557 - components: - - type: Transform - pos: -22.5,11.5 - parent: 2 - - uid: 12575 - components: - - type: Transform - pos: -21.5,11.5 - parent: 2 - uid: 12577 components: - type: Transform @@ -53303,15 +55664,20 @@ entities: - type: Transform pos: -13.5,13.5 parent: 2 + - uid: 12593 + components: + - type: Transform + pos: -38.5,15.5 + parent: 2 - uid: 12595 components: - type: Transform pos: -33.5,-51.5 parent: 2 - - uid: 12649 + - uid: 12599 components: - type: Transform - pos: -30.5,18.5 + pos: -40.5,15.5 parent: 2 - uid: 12749 components: @@ -53328,41 +55694,11 @@ entities: - type: Transform pos: 28.5,-6.5 parent: 2 - - uid: 12893 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - uid: 12976 - components: - - type: Transform - pos: -18.5,8.5 - parent: 2 - - uid: 12987 - components: - - type: Transform - pos: -19.5,8.5 - parent: 2 - uid: 13033 components: - type: Transform pos: -48.5,-25.5 parent: 2 - - uid: 13034 - components: - - type: Transform - pos: -36.5,-10.5 - parent: 2 - - uid: 13048 - components: - - type: Transform - pos: -19.5,4.5 - parent: 2 - - uid: 13087 - components: - - type: Transform - pos: -30.5,0.5 - parent: 2 - uid: 13178 components: - type: Transform @@ -53443,11 +55779,6 @@ entities: - type: Transform pos: 41.5,-5.5 parent: 2 - - uid: 14080 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - uid: 14278 components: - type: Transform @@ -53458,35 +55789,215 @@ entities: - type: Transform pos: 39.5,16.5 parent: 2 + - uid: 14384 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 14425 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 - uid: 14426 components: - type: Transform - pos: -38.5,-7.5 - parent: 2 - - uid: 14452 - components: - - type: Transform - pos: -24.5,1.5 - parent: 2 - - uid: 14453 - components: - - type: Transform - pos: -26.5,1.5 + pos: -42.5,-7.5 parent: 2 - uid: 14457 components: - type: Transform - pos: -38.5,-8.5 + pos: -44.5,15.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + pos: -43.5,15.5 + parent: 2 + - uid: 14459 + components: + - type: Transform + pos: -43.5,17.5 + parent: 2 + - uid: 14460 + components: + - type: Transform + pos: -43.5,18.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + pos: -44.5,17.5 + parent: 2 + - uid: 14464 + components: + - type: Transform + pos: -43.5,16.5 + parent: 2 + - uid: 14465 + components: + - type: Transform + pos: -43.5,14.5 parent: 2 - uid: 14466 components: - type: Transform - pos: -25.5,15.5 + pos: -43.5,13.5 + parent: 2 + - uid: 14467 + components: + - type: Transform + pos: -43.5,12.5 + parent: 2 + - uid: 14468 + components: + - type: Transform + pos: -43.5,11.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: -43.5,10.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + pos: -43.5,9.5 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: -43.5,8.5 + parent: 2 + - uid: 14487 + components: + - type: Transform + pos: -39.5,15.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: -42.5,15.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: -37.5,13.5 parent: 2 - uid: 14506 components: - type: Transform - pos: -40.5,-5.5 + pos: -36.5,13.5 + parent: 2 + - uid: 14507 + components: + - type: Transform + pos: -35.5,13.5 + parent: 2 + - uid: 14508 + components: + - type: Transform + pos: -34.5,13.5 + parent: 2 + - uid: 14512 + components: + - type: Transform + pos: -33.5,13.5 + parent: 2 + - uid: 14518 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 14527 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 14528 + components: + - type: Transform + pos: -29.5,13.5 + parent: 2 + - uid: 14530 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 14531 + components: + - type: Transform + pos: -28.5,12.5 + parent: 2 + - uid: 14532 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 14540 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: -28.5,9.5 + parent: 2 + - uid: 14547 + components: + - type: Transform + pos: -28.5,8.5 + parent: 2 + - uid: 14548 + components: + - type: Transform + pos: -28.5,7.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: -40.5,25.5 parent: 2 - uid: 14584 components: @@ -53498,10 +56009,20 @@ entities: - type: Transform pos: -12.5,11.5 parent: 2 - - uid: 14633 + - uid: 14594 components: - type: Transform - pos: -36.5,-8.5 + pos: -39.5,25.5 + parent: 2 + - uid: 14599 + components: + - type: Transform + pos: -39.5,24.5 + parent: 2 + - uid: 14600 + components: + - type: Transform + pos: -39.5,23.5 parent: 2 - uid: 14797 components: @@ -53513,30 +56034,30 @@ entities: - type: Transform pos: -0.5,13.5 parent: 2 - - uid: 14860 + - uid: 14932 components: - type: Transform - pos: -20.5,8.5 + pos: -41.5,15.5 parent: 2 - - uid: 15030 + - uid: 14936 components: - type: Transform - pos: -23.5,11.5 + pos: -37.5,15.5 parent: 2 - - uid: 15031 + - uid: 14938 components: - type: Transform - pos: -21.5,9.5 + pos: -37.5,14.5 parent: 2 - - uid: 15134 + - uid: 14942 components: - type: Transform - pos: -36.5,-9.5 + pos: -42.5,9.5 parent: 2 - - uid: 15204 + - uid: 14953 components: - type: Transform - pos: -35.5,-1.5 + pos: -42.5,8.5 parent: 2 - uid: 15264 components: @@ -53678,6 +56199,16 @@ entities: - type: Transform pos: 39.5,6.5 parent: 2 + - uid: 15740 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 + - uid: 15742 + components: + - type: Transform + pos: -42.5,7.5 + parent: 2 - uid: 15755 components: - type: Transform @@ -53698,16 +56229,6 @@ entities: - type: Transform pos: -56.5,-59.5 parent: 2 - - uid: 15838 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 2 - - uid: 15843 - components: - - type: Transform - pos: -31.5,-15.5 - parent: 2 - uid: 15887 components: - type: Transform @@ -53783,6 +56304,11 @@ entities: - type: Transform pos: 29.5,-25.5 parent: 2 + - uid: 16087 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 - uid: 16100 components: - type: Transform @@ -53796,7 +56322,12 @@ entities: - uid: 16122 components: - type: Transform - pos: -21.5,10.5 + pos: -46.5,15.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: -46.5,16.5 parent: 2 - uid: 16189 components: @@ -53893,241 +56424,6 @@ entities: - type: Transform pos: -38.5,-36.5 parent: 2 - - uid: 16491 - components: - - type: Transform - pos: -63.5,-8.5 - parent: 2 - - uid: 16492 - components: - - type: Transform - pos: -63.5,-9.5 - parent: 2 - - uid: 16493 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 16494 - components: - - type: Transform - pos: -62.5,-10.5 - parent: 2 - - uid: 16495 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 16496 - components: - - type: Transform - pos: -62.5,-12.5 - parent: 2 - - uid: 16497 - components: - - type: Transform - pos: -62.5,-13.5 - parent: 2 - - uid: 16498 - components: - - type: Transform - pos: -62.5,-14.5 - parent: 2 - - uid: 16499 - components: - - type: Transform - pos: -62.5,-15.5 - parent: 2 - - uid: 16500 - components: - - type: Transform - pos: -63.5,-15.5 - parent: 2 - - uid: 16501 - components: - - type: Transform - pos: -63.5,-16.5 - parent: 2 - - uid: 16502 - components: - - type: Transform - pos: -63.5,-17.5 - parent: 2 - - uid: 16503 - components: - - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 16504 - components: - - type: Transform - pos: -60.5,-15.5 - parent: 2 - - uid: 16505 - components: - - type: Transform - pos: -60.5,-16.5 - parent: 2 - - uid: 16506 - components: - - type: Transform - pos: -60.5,-17.5 - parent: 2 - - uid: 16507 - components: - - type: Transform - pos: -63.5,-7.5 - parent: 2 - - uid: 16508 - components: - - type: Transform - pos: -61.5,-9.5 - parent: 2 - - uid: 16509 - components: - - type: Transform - pos: -60.5,-9.5 - parent: 2 - - uid: 16510 - components: - - type: Transform - pos: -60.5,-8.5 - parent: 2 - - uid: 16511 - components: - - type: Transform - pos: -60.5,-7.5 - parent: 2 - - uid: 16512 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 16513 - components: - - type: Transform - pos: -60.5,-12.5 - parent: 2 - - uid: 16514 - components: - - type: Transform - pos: -59.5,-12.5 - parent: 2 - - uid: 16515 - components: - - type: Transform - pos: -58.5,-12.5 - parent: 2 - - uid: 16516 - components: - - type: Transform - pos: -57.5,-12.5 - parent: 2 - - uid: 16517 - components: - - type: Transform - pos: -56.5,-12.5 - parent: 2 - - uid: 16518 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - uid: 16519 - components: - - type: Transform - pos: -54.5,-12.5 - parent: 2 - - uid: 16520 - components: - - type: Transform - pos: -53.5,-12.5 - parent: 2 - - uid: 16521 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 2 - - uid: 16522 - components: - - type: Transform - pos: -52.5,-11.5 - parent: 2 - - uid: 16523 - components: - - type: Transform - pos: -52.5,-10.5 - parent: 2 - - uid: 16524 - components: - - type: Transform - pos: -52.5,-13.5 - parent: 2 - - uid: 16525 - components: - - type: Transform - pos: -52.5,-14.5 - parent: 2 - - uid: 16526 - components: - - type: Transform - pos: -55.5,-13.5 - parent: 2 - - uid: 16527 - components: - - type: Transform - pos: -55.5,-14.5 - parent: 2 - - uid: 16528 - components: - - type: Transform - pos: -55.5,-11.5 - parent: 2 - - uid: 16529 - components: - - type: Transform - pos: -55.5,-10.5 - parent: 2 - - uid: 16532 - components: - - type: Transform - pos: -63.5,-14.5 - parent: 2 - - uid: 16533 - components: - - type: Transform - pos: -63.5,-12.5 - parent: 2 - - uid: 16534 - components: - - type: Transform - pos: -64.5,-12.5 - parent: 2 - - uid: 16535 - components: - - type: Transform - pos: -65.5,-12.5 - parent: 2 - - uid: 16536 - components: - - type: Transform - pos: -66.5,-12.5 - parent: 2 - - uid: 16537 - components: - - type: Transform - pos: -66.5,-11.5 - parent: 2 - - uid: 16538 - components: - - type: Transform - pos: -56.5,-11.5 - parent: 2 - - uid: 16642 - components: - - type: Transform - pos: -46.5,3.5 - parent: 2 - uid: 16654 components: - type: Transform @@ -54253,11 +56549,6 @@ entities: - type: Transform pos: -34.5,-70.5 parent: 2 - - uid: 16790 - components: - - type: Transform - pos: -41.5,-5.5 - parent: 2 - uid: 16798 components: - type: Transform @@ -54318,21 +56609,6 @@ entities: - type: Transform pos: -45.5,-45.5 parent: 2 - - uid: 16877 - components: - - type: Transform - pos: -39.5,-5.5 - parent: 2 - - uid: 16878 - components: - - type: Transform - pos: -34.5,7.5 - parent: 2 - - uid: 16883 - components: - - type: Transform - pos: -39.5,-9.5 - parent: 2 - uid: 16884 components: - type: Transform @@ -54473,11 +56749,6 @@ entities: - type: Transform pos: 27.5,-31.5 parent: 2 - - uid: 17186 - components: - - type: Transform - pos: -22.5,16.5 - parent: 2 - uid: 17248 components: - type: Transform @@ -54493,21 +56764,6 @@ entities: - type: Transform pos: 27.5,-32.5 parent: 2 - - uid: 17456 - components: - - type: Transform - pos: -47.5,5.5 - parent: 2 - - uid: 17458 - components: - - type: Transform - pos: -47.5,4.5 - parent: 2 - - uid: 17487 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 2 - uid: 17541 components: - type: Transform @@ -54623,90 +56879,175 @@ entities: - type: Transform pos: 25.5,22.5 parent: 2 - - uid: 17869 + - uid: 17969 components: - type: Transform - pos: -44.5,-5.5 + pos: 96.5,-44.5 parent: 2 - - uid: 17905 + - uid: 17971 components: - type: Transform - pos: -46.5,8.5 + pos: 95.5,-44.5 + parent: 2 + - uid: 17977 + components: + - type: Transform + pos: 94.5,-44.5 + parent: 2 + - uid: 17978 + components: + - type: Transform + pos: 94.5,-43.5 + parent: 2 + - uid: 17979 + components: + - type: Transform + pos: 94.5,-42.5 + parent: 2 + - uid: 17981 + components: + - type: Transform + pos: 94.5,-41.5 + parent: 2 + - uid: 18005 + components: + - type: Transform + pos: 94.5,-40.5 + parent: 2 + - uid: 18006 + components: + - type: Transform + pos: 93.5,-40.5 + parent: 2 + - uid: 18008 + components: + - type: Transform + pos: 92.5,-40.5 + parent: 2 + - uid: 18009 + components: + - type: Transform + pos: 91.5,-40.5 + parent: 2 + - uid: 18010 + components: + - type: Transform + pos: 90.5,-40.5 + parent: 2 + - uid: 18011 + components: + - type: Transform + pos: 89.5,-40.5 parent: 2 - uid: 18012 components: - type: Transform - pos: -14.5,11.5 + pos: 88.5,-40.5 parent: 2 - uid: 18013 components: - type: Transform - pos: -15.5,11.5 + pos: 87.5,-40.5 parent: 2 - uid: 18014 components: - type: Transform - pos: -15.5,10.5 + pos: 87.5,-41.5 parent: 2 - uid: 18015 components: - type: Transform - pos: -15.5,9.5 + pos: 87.5,-42.5 parent: 2 - uid: 18016 components: - type: Transform - pos: -15.5,8.5 + pos: 88.5,-42.5 parent: 2 - uid: 18017 components: - type: Transform - pos: -15.5,7.5 + pos: 89.5,-42.5 parent: 2 - uid: 18018 components: - type: Transform - pos: -15.5,6.5 + pos: 90.5,-42.5 parent: 2 - uid: 18019 components: - type: Transform - pos: -15.5,5.5 + pos: 90.5,-43.5 parent: 2 - uid: 18020 components: - type: Transform - pos: -15.5,4.5 + pos: 86.5,-42.5 + parent: 2 + - uid: 18021 + components: + - type: Transform + pos: 85.5,-42.5 parent: 2 - uid: 18022 components: - type: Transform - pos: -15.5,2.5 + pos: 84.5,-42.5 parent: 2 - uid: 18023 components: - type: Transform - pos: -15.5,1.5 + pos: 83.5,-42.5 parent: 2 - uid: 18024 components: - type: Transform - pos: -15.5,0.5 + pos: 82.5,-42.5 parent: 2 - uid: 18025 components: - type: Transform - pos: -15.5,-0.5 + pos: 81.5,-42.5 parent: 2 - uid: 18026 components: - type: Transform - pos: -14.5,-0.5 + pos: 80.5,-42.5 parent: 2 - uid: 18027 components: - type: Transform - pos: -13.5,-0.5 + pos: 79.5,-42.5 + parent: 2 + - uid: 18028 + components: + - type: Transform + pos: 78.5,-42.5 + parent: 2 + - uid: 18029 + components: + - type: Transform + pos: 77.5,-42.5 + parent: 2 + - uid: 18030 + components: + - type: Transform + pos: 77.5,-41.5 + parent: 2 + - uid: 18031 + components: + - type: Transform + pos: 76.5,-41.5 + parent: 2 + - uid: 18033 + components: + - type: Transform + pos: 75.5,-41.5 + parent: 2 + - uid: 18036 + components: + - type: Transform + pos: 74.5,-41.5 parent: 2 - uid: 18052 components: @@ -54723,6 +57064,21 @@ entities: - type: Transform pos: -30.5,-19.5 parent: 2 + - uid: 18057 + components: + - type: Transform + pos: 71.5,-40.5 + parent: 2 + - uid: 18059 + components: + - type: Transform + pos: 70.5,-40.5 + parent: 2 + - uid: 18060 + components: + - type: Transform + pos: 70.5,-39.5 + parent: 2 - uid: 18077 components: - type: Transform @@ -54778,15 +57134,45 @@ entities: - type: Transform pos: -34.5,-27.5 parent: 2 + - uid: 18301 + components: + - type: Transform + pos: 73.5,-41.5 + parent: 2 - uid: 18303 components: - type: Transform pos: -34.5,-24.5 parent: 2 - - uid: 18372 + - uid: 18306 components: - type: Transform - pos: -30.5,21.5 + pos: 72.5,-41.5 + parent: 2 + - uid: 18323 + components: + - type: Transform + pos: 71.5,-41.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: 71.5,-43.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + pos: 72.5,-43.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: 73.5,-43.5 + parent: 2 + - uid: 18345 + components: + - type: Transform + pos: 73.5,-42.5 parent: 2 - uid: 18373 components: @@ -54798,36 +57184,11 @@ entities: - type: Transform pos: -26.5,20.5 parent: 2 - - uid: 18379 - components: - - type: Transform - pos: -28.5,20.5 - parent: 2 - - uid: 18380 - components: - - type: Transform - pos: -27.5,20.5 - parent: 2 - - uid: 18385 - components: - - type: Transform - pos: -29.5,20.5 - parent: 2 - uid: 18386 components: - type: Transform pos: -32.5,-24.5 parent: 2 - - uid: 18420 - components: - - type: Transform - pos: -30.5,20.5 - parent: 2 - - uid: 18421 - components: - - type: Transform - pos: -30.5,22.5 - parent: 2 - uid: 18456 components: - type: Transform @@ -54943,26 +57304,6 @@ entities: - type: Transform pos: 42.5,-53.5 parent: 2 - - uid: 18894 - components: - - type: Transform - pos: -21.5,14.5 - parent: 2 - - uid: 18901 - components: - - type: Transform - pos: -27.5,6.5 - parent: 2 - - uid: 18916 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - uid: 18923 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 2 - uid: 18944 components: - type: Transform @@ -55028,60 +57369,105 @@ entities: - type: Transform pos: -12.5,24.5 parent: 2 - - uid: 19053 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 19128 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - uid: 19220 components: - type: Transform pos: -1.5,-58.5 parent: 2 - - uid: 19582 + - uid: 19760 components: - type: Transform - pos: -18.5,6.5 + pos: -18.5,19.5 + parent: 2 + - uid: 19761 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 19765 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 19822 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 19823 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 19824 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 19825 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 19826 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 19831 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 + - uid: 19837 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 + - uid: 19840 + components: + - type: Transform + pos: -22.5,13.5 parent: 2 - uid: 19973 components: - type: Transform pos: 38.5,6.5 parent: 2 - - uid: 19992 + - uid: 20099 components: - type: Transform - pos: -18.5,5.5 + pos: -32.5,14.5 parent: 2 - - uid: 19993 + - uid: 20100 components: - type: Transform - pos: -18.5,4.5 + pos: -32.5,15.5 parent: 2 - - uid: 19994 + - uid: 20102 components: - type: Transform - pos: -18.5,3.5 + pos: -28.5,6.5 parent: 2 - - uid: 19995 + - uid: 20103 components: - type: Transform - pos: -18.5,2.5 + pos: -28.5,5.5 parent: 2 - - uid: 19996 + - uid: 20104 components: - type: Transform - pos: -18.5,1.5 + pos: -28.5,4.5 parent: 2 - - uid: 20125 + - uid: 20121 components: - type: Transform - pos: -45.5,-4.5 + pos: -27.5,11.5 + parent: 2 + - uid: 20146 + components: + - type: Transform + pos: -26.5,11.5 parent: 2 - uid: 20202 components: @@ -55103,6 +57489,86 @@ entities: - type: Transform pos: -35.5,-23.5 parent: 2 + - uid: 20225 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 20228 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 20229 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 20230 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 20231 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 20236 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 20242 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 20250 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 20256 + components: + - type: Transform + pos: -23.5,12.5 + parent: 2 + - uid: 20257 + components: + - type: Transform + pos: -24.5,12.5 + parent: 2 + - uid: 20293 + components: + - type: Transform + pos: -25.5,12.5 + parent: 2 + - uid: 20294 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 20295 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 20297 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 20298 + components: + - type: Transform + pos: -28.5,1.5 + parent: 2 + - uid: 20299 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 - uid: 20303 components: - type: Transform @@ -55123,6 +57589,11 @@ entities: - type: Transform pos: -34.5,-31.5 parent: 2 + - uid: 20390 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 - uid: 20397 components: - type: Transform @@ -55163,40 +57634,30 @@ entities: - type: Transform pos: -30.5,-32.5 parent: 2 + - uid: 20417 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 - uid: 20418 components: - type: Transform pos: -28.5,-32.5 parent: 2 + - uid: 20419 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - uid: 20420 + components: + - type: Transform + pos: -26.5,7.5 + parent: 2 - uid: 20421 components: - type: Transform - pos: -33.5,-15.5 - parent: 2 - - uid: 20423 - components: - - type: Transform - pos: -35.5,-3.5 - parent: 2 - - uid: 20425 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - - uid: 20428 - components: - - type: Transform - pos: -36.5,-2.5 - parent: 2 - - uid: 20434 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - uid: 20437 - components: - - type: Transform - pos: -43.5,5.5 + pos: -27.5,6.5 parent: 2 - uid: 20439 components: @@ -55218,16 +57679,6 @@ entities: - type: Transform pos: -28.5,-35.5 parent: 2 - - uid: 20452 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - - uid: 20473 - components: - - type: Transform - pos: -39.5,3.5 - parent: 2 - uid: 20482 components: - type: Transform @@ -55243,36 +57694,11 @@ entities: - type: Transform pos: -27.5,-37.5 parent: 2 - - uid: 20520 - components: - - type: Transform - pos: -38.5,-9.5 - parent: 2 - uid: 20523 components: - type: Transform pos: -26.5,-37.5 parent: 2 - - uid: 20526 - components: - - type: Transform - pos: -39.5,-10.5 - parent: 2 - - uid: 20553 - components: - - type: Transform - pos: -45.5,-5.5 - parent: 2 - - uid: 20554 - components: - - type: Transform - pos: -43.5,8.5 - parent: 2 - - uid: 20560 - components: - - type: Transform - pos: -43.5,7.5 - parent: 2 - uid: 20582 components: - type: Transform @@ -55293,21 +57719,6 @@ entities: - type: Transform pos: -38.5,-27.5 parent: 2 - - uid: 20592 - components: - - type: Transform - pos: -44.5,8.5 - parent: 2 - - uid: 20593 - components: - - type: Transform - pos: -29.5,-15.5 - parent: 2 - - uid: 20594 - components: - - type: Transform - pos: -37.5,-2.5 - parent: 2 - uid: 20599 components: - type: Transform @@ -55328,16 +57739,6 @@ entities: - type: Transform pos: -40.5,-29.5 parent: 2 - - uid: 20607 - components: - - type: Transform - pos: -25.5,-4.5 - parent: 2 - - uid: 20610 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - uid: 20613 components: - type: Transform @@ -55348,11 +57749,6 @@ entities: - type: Transform pos: -42.5,-29.5 parent: 2 - - uid: 20618 - components: - - type: Transform - pos: -43.5,3.5 - parent: 2 - uid: 20625 components: - type: Transform @@ -55383,55 +57779,45 @@ entities: - type: Transform pos: 30.5,22.5 parent: 2 - - uid: 20722 + - uid: 20782 components: - type: Transform - pos: -30.5,14.5 + pos: -43.5,-7.5 parent: 2 - - uid: 20758 + - uid: 20783 components: - type: Transform - pos: -30.5,16.5 + pos: -44.5,-7.5 parent: 2 - - uid: 20769 + - uid: 20790 components: - type: Transform - pos: -31.5,14.5 + pos: -44.5,-6.5 parent: 2 - - uid: 20772 + - uid: 20791 components: - type: Transform - pos: -30.5,17.5 + pos: -44.5,-5.5 parent: 2 - - uid: 20773 + - uid: 20792 components: - type: Transform - pos: -30.5,19.5 + pos: -44.5,-4.5 parent: 2 - - uid: 20776 + - uid: 20793 components: - type: Transform - pos: -30.5,15.5 + pos: -43.5,-4.5 parent: 2 - - uid: 20777 + - uid: 20799 components: - type: Transform - pos: -32.5,12.5 + pos: -43.5,3.5 parent: 2 - - uid: 20778 + - uid: 20816 components: - type: Transform - pos: -32.5,11.5 - parent: 2 - - uid: 20779 - components: - - type: Transform - pos: -32.5,10.5 - parent: 2 - - uid: 20780 - components: - - type: Transform - pos: -32.5,9.5 + pos: -42.5,-4.5 parent: 2 - uid: 20837 components: @@ -55728,16 +58114,96 @@ entities: - type: Transform pos: 10.5,-55.5 parent: 2 + - uid: 21117 + components: + - type: Transform + pos: -41.5,-4.5 + parent: 2 + - uid: 21119 + components: + - type: Transform + pos: -42.5,3.5 + parent: 2 + - uid: 21120 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - uid: 21142 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - uid: 21159 + components: + - type: Transform + pos: -43.5,0.5 + parent: 2 + - uid: 21174 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 + - uid: 21177 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 + - uid: 21178 + components: + - type: Transform + pos: -43.5,-3.5 + parent: 2 + - uid: 21179 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 21180 + components: + - type: Transform + pos: -42.5,-2.5 + parent: 2 + - uid: 21181 + components: + - type: Transform + pos: -41.5,-2.5 + parent: 2 - uid: 21225 components: - type: Transform pos: 20.5,-21.5 parent: 2 + - uid: 21271 + components: + - type: Transform + pos: -40.5,-2.5 + parent: 2 - uid: 21272 components: - type: Transform pos: 13.5,-34.5 parent: 2 + - uid: 21273 + components: + - type: Transform + pos: -38.5,-2.5 + parent: 2 + - uid: 21274 + components: + - type: Transform + pos: -37.5,-2.5 + parent: 2 + - uid: 21275 + components: + - type: Transform + pos: -39.5,-2.5 + parent: 2 + - uid: 21276 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 - uid: 21303 components: - type: Transform @@ -55748,11 +58214,96 @@ entities: - type: Transform pos: 45.5,-5.5 parent: 2 + - uid: 21309 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 21311 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 21317 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 21320 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 21362 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 2 - uid: 21368 components: - type: Transform pos: 25.5,13.5 parent: 2 + - uid: 21374 + components: + - type: Transform + pos: -31.5,-1.5 + parent: 2 + - uid: 21420 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 21451 + components: + - type: Transform + pos: -35.5,2.5 + parent: 2 + - uid: 21452 + components: + - type: Transform + pos: -36.5,2.5 + parent: 2 + - uid: 21486 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 21487 + components: + - type: Transform + pos: -37.5,2.5 + parent: 2 + - uid: 21619 + components: + - type: Transform + pos: -37.5,1.5 + parent: 2 + - uid: 21674 + components: + - type: Transform + pos: -37.5,0.5 + parent: 2 + - uid: 21734 + components: + - type: Transform + pos: -37.5,-0.5 + parent: 2 + - uid: 21735 + components: + - type: Transform + pos: -37.5,-1.5 + parent: 2 + - uid: 21736 + components: + - type: Transform + pos: -41.5,-7.5 + parent: 2 + - uid: 21756 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 - uid: 21764 components: - type: Transform @@ -55813,11 +58364,51 @@ entities: - type: Transform pos: 23.5,-0.5 parent: 2 + - uid: 21793 + components: + - type: Transform + pos: -39.5,-7.5 + parent: 2 + - uid: 21794 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 21802 + components: + - type: Transform + pos: -37.5,-7.5 + parent: 2 + - uid: 21811 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 - uid: 21812 components: - type: Transform pos: 36.5,11.5 parent: 2 + - uid: 21838 + components: + - type: Transform + pos: -35.5,-7.5 + parent: 2 + - uid: 21846 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 21850 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 + - uid: 21851 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 - uid: 21857 components: - type: Transform @@ -55828,21 +58419,86 @@ entities: - type: Transform pos: 37.5,14.5 parent: 2 + - uid: 21859 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 - uid: 21862 components: - type: Transform pos: 38.5,14.5 parent: 2 + - uid: 21871 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 21876 + components: + - type: Transform + pos: -31.5,-6.5 + parent: 2 + - uid: 21888 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 21890 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 + - uid: 21892 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 21893 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - uid: 21898 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 2 - uid: 21908 components: - type: Transform pos: 25.5,23.5 parent: 2 + - uid: 21910 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 21925 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 21930 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 21943 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 - uid: 21955 components: - type: Transform pos: 43.5,14.5 parent: 2 + - uid: 21960 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 - uid: 21983 components: - type: Transform @@ -55888,11 +58544,6 @@ entities: - type: Transform pos: 25.5,16.5 parent: 2 - - uid: 22227 - components: - - type: Transform - pos: -25.5,-3.5 - parent: 2 - uid: 22291 components: - type: Transform @@ -56018,16 +58669,6 @@ entities: - type: Transform pos: -29.5,-17.5 parent: 2 - - uid: 22604 - components: - - type: Transform - pos: -30.5,-15.5 - parent: 2 - - uid: 22607 - components: - - type: Transform - pos: -47.5,-1.5 - parent: 2 - uid: 22624 components: - type: Transform @@ -56073,21 +58714,6 @@ entities: - type: Transform pos: -10.5,-38.5 parent: 2 - - uid: 22715 - components: - - type: Transform - pos: -25.5,17.5 - parent: 2 - - uid: 22716 - components: - - type: Transform - pos: -25.5,18.5 - parent: 2 - - uid: 22738 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 2 - uid: 23002 components: - type: Transform @@ -56318,23 +58944,188 @@ entities: - type: Transform pos: 14.5,14.5 parent: 2 + - uid: 24365 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 24366 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 24367 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 24368 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 24369 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 24370 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 24371 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 24372 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 24373 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 24374 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 24375 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 24376 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 24377 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 + - uid: 24378 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 24501 + components: + - type: Transform + pos: 42.5,-31.5 + parent: 2 + - uid: 24502 + components: + - type: Transform + pos: 43.5,-31.5 + parent: 2 + - uid: 24504 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 + - uid: 24505 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - uid: 24506 + components: + - type: Transform + pos: 43.5,-34.5 + parent: 2 + - uid: 24507 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 24508 + components: + - type: Transform + pos: 43.5,-36.5 + parent: 2 + - uid: 24509 + components: + - type: Transform + pos: 43.5,-37.5 + parent: 2 + - uid: 24511 + components: + - type: Transform + pos: 44.5,-37.5 + parent: 2 + - uid: 24512 + components: + - type: Transform + pos: 45.5,-37.5 + parent: 2 + - uid: 24513 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 24514 + components: + - type: Transform + pos: 47.5,-37.5 + parent: 2 + - uid: 24515 + components: + - type: Transform + pos: 48.5,-37.5 + parent: 2 + - uid: 24516 + components: + - type: Transform + pos: 49.5,-37.5 + parent: 2 + - uid: 24517 + components: + - type: Transform + pos: 50.5,-37.5 + parent: 2 + - uid: 24518 + components: + - type: Transform + pos: 51.5,-37.5 + parent: 2 + - uid: 24519 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 24520 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 24521 + components: + - type: Transform + pos: 53.5,-36.5 + parent: 2 + - uid: 24522 + components: + - type: Transform + pos: 54.5,-36.5 + parent: 2 - proto: CableMVStack entities: - uid: 3393 components: - type: Transform - pos: -16.489902,-25.261671 + pos: -16.373226,-25.359077 parent: 2 - uid: 9856 components: - type: Transform pos: -13.565001,-10.30104 parent: 2 - - uid: 10791 - components: - - type: Transform - pos: -55.47804,-13.404876 - parent: 2 - proto: CableTerminal entities: - uid: 2770 @@ -56364,17 +59155,10 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,-10.5 parent: 2 - - uid: 8954 + - uid: 14559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,24.5 - parent: 2 - - uid: 15475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-9.5 + pos: -40.5,27.5 parent: 2 - uid: 15795 components: @@ -56382,6 +59166,12 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,-58.5 parent: 2 + - uid: 16557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.5,-42.5 + parent: 2 - uid: 21261 components: - type: Transform @@ -56459,10 +59249,10 @@ entities: parent: 2 - proto: CannabisSeeds entities: - - uid: 19127 + - uid: 19639 components: - type: Transform - pos: -49.504105,5.517416 + pos: -31.550144,3.5408516 parent: 2 - uid: 19901 components: @@ -56491,6 +59281,13 @@ entities: - type: Transform pos: 22.549095,-30.46535 parent: 2 +- proto: CaptainIDCard + entities: + - uid: 1190 + components: + - type: Transform + pos: -24.66221,-51.1225 + parent: 2 - proto: CarbonDioxideCanister entities: - uid: 1457 @@ -56498,11 +59295,6 @@ entities: - type: Transform pos: -3.5,6.5 parent: 2 - - uid: 1940 - components: - - type: Transform - pos: -12.5,-4.5 - parent: 2 - uid: 4581 components: - type: Transform @@ -56513,6 +59305,11 @@ entities: - type: Transform pos: -5.5,-10.5 parent: 2 + - uid: 23805 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 - proto: CargoMailTeleporter entities: - uid: 17592 @@ -56520,6 +59317,68 @@ entities: - type: Transform pos: 19.5,15.5 parent: 2 +- proto: CargoPallet + entities: + - uid: 16415 + components: + - type: Transform + pos: -54.5,-11.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + pos: -54.5,-15.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: -54.5,-14.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + pos: -57.5,-15.5 + parent: 2 + - uid: 16421 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 2 + - uid: 16422 + components: + - type: Transform + pos: -57.5,-11.5 + parent: 2 + - uid: 16423 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 16424 + components: + - type: Transform + pos: -51.5,-11.5 + parent: 2 + - uid: 16425 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - uid: 16426 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 16427 + components: + - type: Transform + pos: -51.5,-14.5 + parent: 2 - proto: Carpet entities: - uid: 752 @@ -56627,6 +59486,26 @@ entities: - type: Transform pos: 65.5,-76.5 parent: 2 + - uid: 20589 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 20592 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 2 + - uid: 20593 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 20594 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 - uid: 21873 components: - type: Transform @@ -56789,35 +59668,25 @@ entities: - type: Transform pos: 5.5,-34.5 parent: 2 - - uid: 14813 + - uid: 20580 components: - type: Transform - pos: -21.5,11.5 + pos: -44.5,2.5 parent: 2 - - uid: 14819 + - uid: 20581 components: - type: Transform - pos: -22.5,12.5 + pos: -43.5,2.5 parent: 2 - - uid: 14820 + - uid: 20583 components: - type: Transform - pos: -22.5,11.5 + pos: -43.5,1.5 parent: 2 - - uid: 14879 + - uid: 20585 components: - type: Transform - pos: -21.5,12.5 - parent: 2 - - uid: 15304 - components: - - type: Transform - pos: -22.5,10.5 - parent: 2 - - uid: 15329 - components: - - type: Transform - pos: -21.5,10.5 + pos: -44.5,1.5 parent: 2 - proto: CarpetBlue entities: @@ -57176,6 +60045,21 @@ entities: - type: Transform pos: -30.5,-53.5 parent: 2 + - uid: 1409 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 - uid: 3188 components: - type: Transform @@ -57630,6 +60514,28 @@ entities: - type: Transform pos: -6.5,-26.5 parent: 2 +- proto: CarpetPink + entities: + - uid: 16669 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - uid: 16907 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 + - uid: 16934 + components: + - type: Transform + pos: -46.5,10.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + pos: -46.5,11.5 + parent: 2 - proto: CarpetPurple entities: - uid: 747 @@ -57883,18 +60789,6 @@ entities: - type: Transform pos: 59.5,-53.5 parent: 2 - - uid: 400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-0.5 - parent: 2 - - uid: 401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-0.5 - parent: 2 - uid: 464 components: - type: Transform @@ -57978,12 +60872,6 @@ entities: rot: -1.5707963267948966 rad pos: -0.5,20.5 parent: 2 - - uid: 802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,23.5 - parent: 2 - uid: 806 components: - type: Transform @@ -57994,23 +60882,11 @@ entities: - type: Transform pos: -10.5,24.5 parent: 2 - - uid: 810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,23.5 - parent: 2 - uid: 823 components: - type: Transform pos: -9.5,24.5 parent: 2 - - uid: 838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,23.5 - parent: 2 - uid: 864 components: - type: Transform @@ -58088,18 +60964,6 @@ entities: rot: 1.5707963267948966 rad pos: 48.5,-46.5 parent: 2 - - uid: 1030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,23.5 - parent: 2 - - uid: 1050 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,25.5 - parent: 2 - uid: 1055 components: - type: Transform @@ -58142,95 +61006,25 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,-3.5 parent: 2 - - uid: 1167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,24.5 - parent: 2 - - uid: 1174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,13.5 - parent: 2 - - uid: 1190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,17.5 - parent: 2 - - uid: 1191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,12.5 - parent: 2 - - uid: 1196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,23.5 - parent: 2 - - uid: 1197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,23.5 - parent: 2 - - uid: 1198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,22.5 - parent: 2 - - uid: 1199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,24.5 - parent: 2 - - uid: 1200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,11.5 - parent: 2 - - uid: 1201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,23.5 - parent: 2 - uid: 1202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,23.5 + pos: -48.5,29.5 parent: 2 - uid: 1203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,23.5 + pos: -11.5,-6.5 parent: 2 - - uid: 1204 + - uid: 1211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,16.5 + pos: -12.5,-7.5 parent: 2 - - uid: 1207 + - uid: 1219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,14.5 - parent: 2 - - uid: 1208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,15.5 + pos: -46.5,29.5 parent: 2 - uid: 1236 components: @@ -58367,21 +61161,28 @@ entities: rot: 3.141592653589793 rad pos: -21.5,22.5 parent: 2 - - uid: 1558 - components: - - type: Transform - pos: -11.5,-1.5 - parent: 2 - uid: 1567 components: - type: Transform pos: 1.5,-27.5 parent: 2 - - uid: 1584 + - uid: 1662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,21.5 + rot: 1.5707963267948966 rad + pos: -32.5,-8.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-9.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-10.5 parent: 2 - uid: 1698 components: @@ -58438,6 +61239,11 @@ entities: rot: 3.141592653589793 rad pos: -19.5,22.5 parent: 2 + - uid: 1830 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 - uid: 1841 components: - type: Transform @@ -58459,46 +61265,46 @@ entities: - type: Transform pos: 27.5,-9.5 parent: 2 - - uid: 1939 + - uid: 1896 components: - type: Transform - pos: -11.5,-4.5 + pos: -12.5,-8.5 parent: 2 - - uid: 1941 + - uid: 1930 components: - type: Transform - pos: -12.5,-2.5 + pos: -11.5,-7.5 parent: 2 - - uid: 1942 + - uid: 1946 components: - type: Transform - pos: -12.5,-3.5 + pos: -13.5,-8.5 parent: 2 - - uid: 1943 + - uid: 1954 components: - type: Transform - pos: -12.5,-4.5 + pos: -47.5,29.5 parent: 2 - - uid: 1944 + - uid: 1955 components: - type: Transform - pos: -11.5,-2.5 + pos: -44.5,29.5 parent: 2 - - uid: 1945 + - uid: 1956 components: - type: Transform - pos: -11.5,-3.5 - parent: 2 - - uid: 1947 - components: - - type: Transform - pos: -12.5,-1.5 + pos: -45.5,29.5 parent: 2 - uid: 2046 components: - type: Transform pos: -51.5,-54.5 parent: 2 + - uid: 2047 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 - uid: 2060 components: - type: Transform @@ -58543,6 +61349,16 @@ entities: rot: 3.141592653589793 rad pos: 40.5,-31.5 parent: 2 + - uid: 2209 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 - uid: 2222 components: - type: Transform @@ -58559,6 +61375,11 @@ entities: - type: Transform pos: 37.5,14.5 parent: 2 + - uid: 2238 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 - uid: 2269 components: - type: Transform @@ -58581,16 +61402,10 @@ entities: - type: Transform pos: 23.5,-17.5 parent: 2 - - uid: 2323 + - uid: 2404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,12.5 - parent: 2 - - uid: 2376 - components: - - type: Transform - pos: -18.5,11.5 + pos: 61.5,-40.5 parent: 2 - uid: 2406 components: @@ -58623,12 +61438,6 @@ entities: - type: Transform pos: 26.5,-44.5 parent: 2 - - uid: 2655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,23.5 - parent: 2 - uid: 2657 components: - type: Transform @@ -58641,68 +61450,56 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,22.5 parent: 2 - - uid: 2662 + - uid: 2725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,23.5 + pos: -32.5,-13.5 parent: 2 - - uid: 2664 + - uid: 2726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,23.5 + pos: -32.5,-12.5 parent: 2 - - uid: 2665 + - uid: 2727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,23.5 + pos: -35.5,-15.5 parent: 2 - - uid: 2669 + - uid: 2731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,23.5 + pos: -36.5,-15.5 parent: 2 - - uid: 2740 + - uid: 2732 components: - type: Transform - pos: -32.5,11.5 + pos: -39.5,-15.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + pos: -40.5,-15.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: -42.5,-11.5 parent: 2 - uid: 2768 components: - type: Transform pos: -2.5,-21.5 parent: 2 - - uid: 2829 - components: - - type: Transform - pos: -18.5,18.5 - parent: 2 - - uid: 2832 - components: - - type: Transform - pos: -18.5,16.5 - parent: 2 - - uid: 2883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,23.5 - parent: 2 - - uid: 2884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,23.5 - parent: 2 - - uid: 2885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,23.5 - parent: 2 - uid: 2908 components: - type: Transform @@ -58779,12 +61576,6 @@ entities: - type: Transform pos: 3.5,-22.5 parent: 2 - - uid: 2998 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,23.5 - parent: 2 - uid: 3001 components: - type: Transform @@ -58807,11 +61598,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,24.5 parent: 2 - - uid: 3074 - components: - - type: Transform - pos: -18.5,17.5 - parent: 2 - uid: 3078 components: - type: Transform @@ -58855,11 +61641,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,-34.5 parent: 2 - - uid: 3277 - components: - - type: Transform - pos: -18.5,13.5 - parent: 2 - uid: 3337 components: - type: Transform @@ -59275,29 +62056,11 @@ entities: - type: Transform pos: 5.5,28.5 parent: 2 - - uid: 5380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,21.5 - parent: 2 - uid: 5404 components: - type: Transform pos: -51.5,-55.5 parent: 2 - - uid: 5452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,15.5 - parent: 2 - - uid: 5454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,15.5 - parent: 2 - uid: 5489 components: - type: Transform @@ -59313,23 +62076,6 @@ entities: - type: Transform pos: -46.5,-48.5 parent: 2 - - uid: 5584 - components: - - type: Transform - pos: -30.5,23.5 - parent: 2 - - uid: 5602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,22.5 - parent: 2 - - uid: 5637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,24.5 - parent: 2 - uid: 5640 components: - type: Transform @@ -59386,6 +62132,11 @@ entities: - type: Transform pos: 16.5,-17.5 parent: 2 + - uid: 5892 + components: + - type: Transform + pos: 78.5,-37.5 + parent: 2 - uid: 6040 components: - type: Transform @@ -59407,11 +62158,10 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,2.5 parent: 2 - - uid: 6205 + - uid: 6179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,15.5 + pos: 79.5,-37.5 parent: 2 - uid: 6331 components: @@ -59480,24 +62230,6 @@ entities: - type: Transform pos: 18.5,-13.5 parent: 2 - - uid: 6742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,25.5 - parent: 2 - - uid: 6755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,19.5 - parent: 2 - - uid: 6756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,20.5 - parent: 2 - uid: 6776 components: - type: Transform @@ -59516,12 +62248,6 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,-36.5 parent: 2 - - uid: 6892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,19.5 - parent: 2 - uid: 6940 components: - type: Transform @@ -59544,12 +62270,6 @@ entities: - type: Transform pos: 15.5,-63.5 parent: 2 - - uid: 7127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,19.5 - parent: 2 - uid: 7135 components: - type: Transform @@ -59590,11 +62310,6 @@ entities: - type: Transform pos: -2.5,-20.5 parent: 2 - - uid: 7226 - components: - - type: Transform - pos: -18.5,15.5 - parent: 2 - uid: 7279 components: - type: Transform @@ -59612,11 +62327,6 @@ entities: - type: Transform pos: 11.5,-17.5 parent: 2 - - uid: 7466 - components: - - type: Transform - pos: -18.5,19.5 - parent: 2 - uid: 7467 components: - type: Transform @@ -59784,11 +62494,6 @@ entities: - type: Transform pos: -46.5,-52.5 parent: 2 - - uid: 8053 - components: - - type: Transform - pos: -29.5,23.5 - parent: 2 - uid: 8116 components: - type: Transform @@ -59964,48 +62669,6 @@ entities: - type: Transform pos: 30.5,-54.5 parent: 2 - - uid: 8309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,25.5 - parent: 2 - - uid: 8313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,11.5 - parent: 2 - - uid: 8322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,20.5 - parent: 2 - - uid: 8328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,11.5 - parent: 2 - - uid: 8349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,15.5 - parent: 2 - - uid: 8367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,18.5 - parent: 2 - - uid: 8383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,19.5 - parent: 2 - uid: 8394 components: - type: Transform @@ -60058,12 +62721,6 @@ entities: rot: -1.5707963267948966 rad pos: 58.5,0.5 parent: 2 - - uid: 8439 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,19.5 - parent: 2 - uid: 8440 components: - type: Transform @@ -60087,11 +62744,6 @@ entities: - type: Transform pos: -53.5,-54.5 parent: 2 - - uid: 8511 - components: - - type: Transform - pos: -33.5,-13.5 - parent: 2 - uid: 8560 components: - type: Transform @@ -60247,12 +62899,6 @@ entities: rot: -1.5707963267948966 rad pos: 67.5,2.5 parent: 2 - - uid: 8928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,20.5 - parent: 2 - uid: 8931 components: - type: Transform @@ -60343,12 +62989,6 @@ entities: rot: 3.141592653589793 rad pos: -26.5,20.5 parent: 2 - - uid: 8959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,20.5 - parent: 2 - uid: 8968 components: - type: Transform @@ -60379,12 +63019,6 @@ entities: - type: Transform pos: 51.5,2.5 parent: 2 - - uid: 9133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-0.5 - parent: 2 - uid: 9153 components: - type: Transform @@ -60577,11 +63211,6 @@ entities: - type: Transform pos: 48.5,-31.5 parent: 2 - - uid: 10174 - components: - - type: Transform - pos: -29.5,22.5 - parent: 2 - uid: 10178 components: - type: Transform @@ -60592,11 +63221,6 @@ entities: - type: Transform pos: 8.5,-17.5 parent: 2 - - uid: 10436 - components: - - type: Transform - pos: -31.5,22.5 - parent: 2 - uid: 10450 components: - type: Transform @@ -60622,26 +63246,11 @@ entities: - type: Transform pos: 12.5,-17.5 parent: 2 - - uid: 10714 - components: - - type: Transform - pos: -30.5,22.5 - parent: 2 - uid: 10768 components: - type: Transform pos: -43.5,-48.5 parent: 2 - - uid: 10783 - components: - - type: Transform - pos: -33.5,23.5 - parent: 2 - - uid: 10785 - components: - - type: Transform - pos: -34.5,23.5 - parent: 2 - uid: 10884 components: - type: Transform @@ -60658,22 +63267,15 @@ entities: - type: Transform pos: 4.5,-42.5 parent: 2 - - uid: 11051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,9.5 - parent: 2 - uid: 11060 components: - type: Transform pos: 21.5,-13.5 parent: 2 - - uid: 11130 + - uid: 11078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,12.5 + pos: 79.5,-38.5 parent: 2 - uid: 11153 components: @@ -60701,12 +63303,6 @@ entities: - type: Transform pos: -38.5,-57.5 parent: 2 - - uid: 11280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-11.5 - parent: 2 - uid: 11288 components: - type: Transform @@ -60717,29 +63313,11 @@ entities: - type: Transform pos: 23.5,-16.5 parent: 2 - - uid: 11313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-12.5 - parent: 2 - - uid: 11315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-11.5 - parent: 2 - uid: 11317 components: - type: Transform pos: -53.5,-59.5 parent: 2 - - uid: 11318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-13.5 - parent: 2 - uid: 11563 components: - type: Transform @@ -60750,12 +63328,6 @@ entities: - type: Transform pos: -41.5,-57.5 parent: 2 - - uid: 11635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-13.5 - parent: 2 - uid: 11713 components: - type: Transform @@ -60812,11 +63384,6 @@ entities: - type: Transform pos: -10.5,-54.5 parent: 2 - - uid: 12328 - components: - - type: Transform - pos: -18.5,12.5 - parent: 2 - uid: 12431 components: - type: Transform @@ -60905,11 +63472,6 @@ entities: - type: Transform pos: -6.5,-88.5 parent: 2 - - uid: 12845 - components: - - type: Transform - pos: -32.5,10.5 - parent: 2 - uid: 13156 components: - type: Transform @@ -60946,12 +63508,6 @@ entities: - type: Transform pos: -11.5,-55.5 parent: 2 - - uid: 13234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-0.5 - parent: 2 - uid: 13271 components: - type: Transform @@ -60972,11 +63528,6 @@ entities: - type: Transform pos: -37.5,-20.5 parent: 2 - - uid: 13799 - components: - - type: Transform - pos: -26.5,-13.5 - parent: 2 - uid: 13852 components: - type: Transform @@ -60987,18 +63538,17 @@ entities: - type: Transform pos: -49.5,-49.5 parent: 2 + - uid: 14209 + components: + - type: Transform + pos: 93.5,-40.5 + parent: 2 - uid: 14218 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,20.5 parent: 2 - - uid: 14219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,20.5 - parent: 2 - uid: 14221 components: - type: Transform @@ -61136,18 +63686,6 @@ entities: - type: Transform pos: 25.5,-14.5 parent: 2 - - uid: 15347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-0.5 - parent: 2 - - uid: 15676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,20.5 - parent: 2 - uid: 15678 components: - type: Transform @@ -61198,158 +63736,44 @@ entities: - type: Transform pos: 9.5,2.5 parent: 2 - - uid: 16082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,7.5 - parent: 2 - uid: 16107 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,22.5 parent: 2 - - uid: 16141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,7.5 - parent: 2 - - uid: 16151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,6.5 - parent: 2 - uid: 16198 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,20.5 parent: 2 - - uid: 16239 + - uid: 16559 components: - type: Transform - pos: -26.5,-14.5 - parent: 2 - - uid: 16591 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 16592 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 16593 - components: - - type: Transform - pos: -63.5,-12.5 - parent: 2 - - uid: 16594 - components: - - type: Transform - pos: -62.5,-12.5 - parent: 2 - - uid: 16595 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 16596 - components: - - type: Transform - pos: -60.5,-12.5 - parent: 2 - - uid: 16597 - components: - - type: Transform - pos: -62.5,-13.5 - parent: 2 - - uid: 16598 - components: - - type: Transform - pos: -62.5,-15.5 - parent: 2 - - uid: 16599 - components: - - type: Transform - pos: -58.5,-12.5 - parent: 2 - - uid: 16600 - components: - - type: Transform - pos: -57.5,-12.5 - parent: 2 - - uid: 16605 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - uid: 16607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-13.5 - parent: 2 - - uid: 16610 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 2 - - uid: 16611 - components: - - type: Transform - pos: -45.5,-12.5 - parent: 2 - - uid: 16612 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - uid: 16613 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - uid: 16614 - components: - - type: Transform - pos: -41.5,-12.5 - parent: 2 - - uid: 16615 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 2 - - uid: 16616 - components: - - type: Transform - pos: -39.5,-12.5 - parent: 2 - - uid: 16618 - components: - - type: Transform - pos: -44.5,-12.5 + pos: 76.5,-37.5 parent: 2 - uid: 16710 components: - type: Transform pos: 3.5,-96.5 parent: 2 - - uid: 16752 - components: - - type: Transform - pos: -30.5,18.5 - parent: 2 - uid: 16763 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-59.5 parent: 2 + - uid: 16873 + components: + - type: Transform + pos: 89.5,-44.5 + parent: 2 + - uid: 16885 + components: + - type: Transform + pos: 89.5,-42.5 + parent: 2 - uid: 16888 components: - type: Transform @@ -61450,10 +63874,10 @@ entities: - type: Transform pos: 0.5,2.5 parent: 2 - - uid: 17065 + - uid: 17131 components: - type: Transform - pos: -30.5,19.5 + pos: 90.5,-42.5 parent: 2 - uid: 17253 components: @@ -61471,11 +63895,26 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-93.5 parent: 2 + - uid: 17280 + components: + - type: Transform + pos: 89.5,-40.5 + parent: 2 + - uid: 17290 + components: + - type: Transform + pos: 90.5,-44.5 + parent: 2 - uid: 17423 components: - type: Transform pos: 16.5,-12.5 parent: 2 + - uid: 17452 + components: + - type: Transform + pos: 92.5,-40.5 + parent: 2 - uid: 17485 components: - type: Transform @@ -61487,6 +63926,16 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-95.5 parent: 2 + - uid: 17715 + components: + - type: Transform + pos: 91.5,-44.5 + parent: 2 + - uid: 17726 + components: + - type: Transform + pos: 90.5,-40.5 + parent: 2 - uid: 17737 components: - type: Transform @@ -61510,11 +63959,10 @@ entities: rot: 3.141592653589793 rad pos: 43.5,-32.5 parent: 2 - - uid: 17766 + - uid: 17767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,22.5 + pos: 91.5,-40.5 parent: 2 - uid: 17774 components: @@ -61534,33 +63982,25 @@ entities: rot: -1.5707963267948966 rad pos: 65.5,2.5 parent: 2 - - uid: 17853 + - uid: 17816 components: - type: Transform - pos: -30.5,17.5 + pos: 92.5,-44.5 parent: 2 - - uid: 17858 + - uid: 17838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,12.5 + pos: 93.5,-44.5 parent: 2 - - uid: 17861 + - uid: 17958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,8.5 + pos: 84.5,-42.5 parent: 2 - - uid: 17862 + - uid: 17959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,9.5 - parent: 2 - - uid: 18347 - components: - - type: Transform - pos: -35.5,23.5 + pos: 83.5,-42.5 parent: 2 - uid: 18505 components: @@ -61817,6 +64257,161 @@ entities: - type: Transform pos: 53.5,-54.5 parent: 2 + - uid: 19972 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 19980 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 19990 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 19991 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 19992 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 19993 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 19994 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 19995 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 19996 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 + - uid: 19997 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 + - uid: 19998 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 19999 + components: + - type: Transform + pos: -41.5,21.5 + parent: 2 + - uid: 20000 + components: + - type: Transform + pos: -42.5,21.5 + parent: 2 + - uid: 20001 + components: + - type: Transform + pos: -43.5,21.5 + parent: 2 + - uid: 20002 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 20003 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 20004 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 + - uid: 20007 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - uid: 20008 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 20009 + components: + - type: Transform + pos: -47.5,21.5 + parent: 2 + - uid: 20010 + components: + - type: Transform + pos: -39.5,23.5 + parent: 2 + - uid: 20011 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 20012 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 20013 + components: + - type: Transform + pos: -22.5,21.5 + parent: 2 + - uid: 20014 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 20015 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 20016 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 20017 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 20051 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 20053 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 20056 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 - uid: 20082 components: - type: Transform @@ -61895,16 +64490,74 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-91.5 parent: 2 - - uid: 20499 + - uid: 20550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,12.5 + pos: -44.5,-13.5 parent: 2 - - uid: 20657 + - uid: 20551 components: - type: Transform - pos: -30.5,16.5 + pos: -45.5,-13.5 + parent: 2 + - uid: 20552 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 2 + - uid: 20567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-2.5 + parent: 2 + - uid: 20569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-2.5 + parent: 2 + - uid: 20570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-2.5 + parent: 2 + - uid: 20571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-2.5 + parent: 2 + - uid: 20572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-2.5 + parent: 2 + - uid: 20573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-1.5 + parent: 2 + - uid: 20575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-2.5 + parent: 2 + - uid: 20576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-3.5 + parent: 2 + - uid: 20577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-4.5 parent: 2 - uid: 20830 components: @@ -61932,21 +64585,6 @@ entities: - type: Transform pos: -31.5,-15.5 parent: 2 - - uid: 21119 - components: - - type: Transform - pos: -28.5,-15.5 - parent: 2 - - uid: 21120 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 2 - - uid: 21142 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 2 - uid: 21161 components: - type: Transform @@ -61997,21 +64635,11 @@ entities: - type: Transform pos: -39.5,-20.5 parent: 2 - - uid: 21174 - components: - - type: Transform - pos: -34.5,-14.5 - parent: 2 - uid: 21175 components: - type: Transform pos: -34.5,-15.5 parent: 2 - - uid: 21177 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - uid: 21197 components: - type: Transform @@ -62087,12 +64715,6 @@ entities: - type: Transform pos: 26.5,-3.5 parent: 2 - - uid: 21362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,14.5 - parent: 2 - uid: 21400 components: - type: Transform @@ -62272,12 +64894,6 @@ entities: - type: Transform pos: 41.5,5.5 parent: 2 - - uid: 21756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,9.5 - parent: 2 - uid: 21822 components: - type: Transform @@ -62306,18 +64922,6 @@ entities: - type: Transform pos: 12.5,-1.5 parent: 2 - - uid: 21850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,13.5 - parent: 2 - - uid: 21893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,14.5 - parent: 2 - uid: 21941 components: - type: Transform @@ -62330,12 +64934,6 @@ entities: rot: -1.5707963267948966 rad pos: -55.5,-53.5 parent: 2 - - uid: 22088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,15.5 - parent: 2 - uid: 22414 components: - type: Transform @@ -62478,6 +65076,475 @@ entities: - type: Transform pos: 4.5,-12.5 parent: 2 + - uid: 23742 + components: + - type: Transform + pos: -42.5,29.5 + parent: 2 + - uid: 23743 + components: + - type: Transform + pos: -41.5,29.5 + parent: 2 + - uid: 23744 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 23745 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 23746 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 23747 + components: + - type: Transform + pos: -39.5,27.5 + parent: 2 + - uid: 23748 + components: + - type: Transform + pos: -39.5,26.5 + parent: 2 + - uid: 23749 + components: + - type: Transform + pos: -39.5,25.5 + parent: 2 + - uid: 24196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,20.5 + parent: 2 + - uid: 24523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-37.5 + parent: 2 + - uid: 24556 + components: + - type: Transform + pos: -49.5,29.5 + parent: 2 + - uid: 24634 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 2 + - uid: 24635 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 24637 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 + - uid: 24638 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 24639 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 24647 + components: + - type: Transform + pos: -50.5,29.5 + parent: 2 + - uid: 24648 + components: + - type: Transform + pos: -51.5,29.5 + parent: 2 + - uid: 24649 + components: + - type: Transform + pos: -52.5,29.5 + parent: 2 + - uid: 24650 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - uid: 24651 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 24652 + components: + - type: Transform + pos: -55.5,29.5 + parent: 2 + - uid: 24653 + components: + - type: Transform + pos: -56.5,29.5 + parent: 2 + - uid: 24654 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 24655 + components: + - type: Transform + pos: -58.5,29.5 + parent: 2 + - uid: 24656 + components: + - type: Transform + pos: -59.5,29.5 + parent: 2 + - uid: 24657 + components: + - type: Transform + pos: -60.5,29.5 + parent: 2 + - uid: 24658 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 24659 + components: + - type: Transform + pos: -62.5,29.5 + parent: 2 + - uid: 24660 + components: + - type: Transform + pos: -63.5,29.5 + parent: 2 + - uid: 24661 + components: + - type: Transform + pos: -64.5,29.5 + parent: 2 + - uid: 24662 + components: + - type: Transform + pos: -65.5,29.5 + parent: 2 + - uid: 24663 + components: + - type: Transform + pos: -65.5,30.5 + parent: 2 + - uid: 24664 + components: + - type: Transform + pos: -61.5,30.5 + parent: 2 + - uid: 24665 + components: + - type: Transform + pos: -53.5,30.5 + parent: 2 + - uid: 24666 + components: + - type: Transform + pos: -57.5,30.5 + parent: 2 + - uid: 24667 + components: + - type: Transform + pos: -49.5,30.5 + parent: 2 + - uid: 24668 + components: + - type: Transform + pos: -63.5,21.5 + parent: 2 + - uid: 24669 + components: + - type: Transform + pos: -61.5,28.5 + parent: 2 + - uid: 24670 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - uid: 24671 + components: + - type: Transform + pos: -61.5,26.5 + parent: 2 + - uid: 24672 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 + - uid: 24673 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 + - uid: 24674 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 + - uid: 24675 + components: + - type: Transform + pos: -61.5,22.5 + parent: 2 + - uid: 24676 + components: + - type: Transform + pos: -61.5,19.5 + parent: 2 + - uid: 24677 + components: + - type: Transform + pos: -61.5,20.5 + parent: 2 + - uid: 24678 + components: + - type: Transform + pos: -61.5,18.5 + parent: 2 + - uid: 24679 + components: + - type: Transform + pos: -61.5,17.5 + parent: 2 + - uid: 24680 + components: + - type: Transform + pos: -61.5,16.5 + parent: 2 + - uid: 24681 + components: + - type: Transform + pos: -61.5,15.5 + parent: 2 + - uid: 24682 + components: + - type: Transform + pos: -61.5,14.5 + parent: 2 + - uid: 24683 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 + - uid: 24684 + components: + - type: Transform + pos: -61.5,12.5 + parent: 2 + - uid: 24685 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 + - uid: 24686 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 24687 + components: + - type: Transform + pos: -61.5,9.5 + parent: 2 + - uid: 24688 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 + - uid: 24689 + components: + - type: Transform + pos: -62.5,9.5 + parent: 2 + - uid: 24690 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 + - uid: 24691 + components: + - type: Transform + pos: -62.5,17.5 + parent: 2 + - uid: 24692 + components: + - type: Transform + pos: -62.5,21.5 + parent: 2 + - uid: 24693 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - uid: 24694 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 + - uid: 24695 + components: + - type: Transform + pos: -63.5,13.5 + parent: 2 + - uid: 24696 + components: + - type: Transform + pos: -63.5,17.5 + parent: 2 + - uid: 24697 + components: + - type: Transform + pos: -65.5,31.5 + parent: 2 + - uid: 24698 + components: + - type: Transform + pos: -63.5,25.5 + parent: 2 + - uid: 24699 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 24700 + components: + - type: Transform + pos: -57.5,31.5 + parent: 2 + - uid: 24701 + components: + - type: Transform + pos: -53.5,31.5 + parent: 2 + - uid: 24702 + components: + - type: Transform + pos: -49.5,31.5 + parent: 2 + - uid: 24737 + components: + - type: Transform + pos: 75.5,-37.5 + parent: 2 + - uid: 24738 + components: + - type: Transform + pos: 74.5,-37.5 + parent: 2 + - uid: 24739 + components: + - type: Transform + pos: 73.5,-37.5 + parent: 2 + - uid: 24740 + components: + - type: Transform + pos: 72.5,-37.5 + parent: 2 + - uid: 24741 + components: + - type: Transform + pos: 71.5,-37.5 + parent: 2 + - uid: 24742 + components: + - type: Transform + pos: 70.5,-37.5 + parent: 2 + - uid: 24743 + components: + - type: Transform + pos: 69.5,-37.5 + parent: 2 + - uid: 24744 + components: + - type: Transform + pos: 68.5,-37.5 + parent: 2 + - uid: 24745 + components: + - type: Transform + pos: 67.5,-37.5 + parent: 2 + - uid: 24746 + components: + - type: Transform + pos: 66.5,-37.5 + parent: 2 + - uid: 24747 + components: + - type: Transform + pos: 65.5,-37.5 + parent: 2 + - uid: 24748 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 24749 + components: + - type: Transform + pos: 63.5,-37.5 + parent: 2 + - uid: 24751 + components: + - type: Transform + pos: 62.5,-38.5 + parent: 2 + - uid: 24755 + components: + - type: Transform + pos: 63.5,-38.5 + parent: 2 + - uid: 24762 + components: + - type: Transform + pos: 59.5,-40.5 + parent: 2 + - uid: 24763 + components: + - type: Transform + pos: 62.5,-39.5 + parent: 2 + - uid: 24767 + components: + - type: Transform + pos: 61.5,-39.5 + parent: 2 + - uid: 24779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-40.5 + parent: 2 + - uid: 24781 + components: + - type: Transform + pos: 60.5,-40.5 + parent: 2 + - uid: 24783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-40.5 + parent: 2 - proto: Chair entities: - uid: 7 @@ -62497,34 +65564,55 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-16.5 parent: 2 - - uid: 313 + - uid: 315 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 412 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,2.5 + pos: -18.5,8.5 parent: 2 - - uid: 353 + - uid: 459 components: - type: Transform - pos: -30.5,4.5 + rot: 3.141592653589793 rad + pos: -25.5,7.5 parent: 2 - - uid: 493 + - uid: 610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,2.5 + rot: 3.141592653589793 rad + pos: -23.5,7.5 parent: 2 - - uid: 500 + - uid: 677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,0.5 + rot: 3.141592653589793 rad + pos: -17.5,8.5 parent: 2 - - uid: 585 + - uid: 689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-40.5 + rot: 3.141592653589793 rad + pos: -24.5,7.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: -25.5,9.5 parent: 2 - uid: 1135 components: @@ -62532,30 +65620,29 @@ entities: rot: 1.5707963267948966 rad pos: -57.5,-54.5 parent: 2 + - uid: 1154 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 - uid: 1296 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,11.5 parent: 2 - - uid: 1743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-39.5 - parent: 2 - - uid: 1955 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-0.5 - parent: 2 - uid: 2044 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-60.5 parent: 2 + - uid: 2388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,19.5 + parent: 2 - uid: 2535 components: - type: Transform @@ -62567,11 +65654,11 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,1.5 parent: 2 - - uid: 2757 + - uid: 2625 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-10.5 + pos: -40.5,19.5 parent: 2 - uid: 2992 components: @@ -62632,28 +65719,11 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-29.5 parent: 2 - - uid: 4662 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,5.5 - parent: 2 - - uid: 4696 - components: - - type: Transform - pos: -41.5,1.5 - parent: 2 - uid: 4768 components: - type: Transform pos: 6.5,-18.5 parent: 2 - - uid: 5229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-0.5 - parent: 2 - uid: 5336 components: - type: Transform @@ -62664,23 +65734,6 @@ entities: - type: Transform pos: 0.5,12.5 parent: 2 - - uid: 5809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-38.5 - parent: 2 - - uid: 5820 - components: - - type: Transform - pos: 53.5,-38.5 - parent: 2 - - uid: 5827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-39.5 - parent: 2 - uid: 5868 components: - type: Transform @@ -62735,27 +65788,11 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,-49.5 parent: 2 - - uid: 6110 + - uid: 6666 components: - type: Transform - pos: -27.5,7.5 - parent: 2 - - uid: 6293 - components: - - type: Transform - pos: 54.5,-38.5 - parent: 2 - - uid: 6644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,1.5 - parent: 2 - - uid: 6651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,1.5 + rot: 1.5707963267948966 rad + pos: -20.5,-13.5 parent: 2 - uid: 6710 components: @@ -62791,17 +65828,6 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-40.5 parent: 2 - - uid: 7640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,1.5 - parent: 2 - - uid: 8042 - components: - - type: Transform - pos: -40.5,1.5 - parent: 2 - uid: 8197 components: - type: Transform @@ -62831,11 +65857,6 @@ entities: - type: Transform pos: 48.5,-20.5 parent: 2 - - uid: 8667 - components: - - type: Transform - pos: -12.5,9.5 - parent: 2 - uid: 8837 components: - type: Transform @@ -62951,6 +65972,12 @@ entities: - type: Transform pos: -26.5,-30.5 parent: 2 + - uid: 9884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,17.5 + parent: 2 - uid: 10116 components: - type: Transform @@ -62962,6 +65989,12 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-29.5 parent: 2 + - uid: 10271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,17.5 + parent: 2 - uid: 10681 components: - type: Transform @@ -63004,6 +66037,30 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-29.5 parent: 2 + - uid: 11631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,1.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,1.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-4.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-4.5 + parent: 2 - uid: 11967 components: - type: Transform @@ -63016,18 +66073,6 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,15.5 parent: 2 - - uid: 12477 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-9.5 - parent: 2 - - uid: 12522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-9.5 - parent: 2 - uid: 12664 components: - type: Transform @@ -63055,23 +66100,21 @@ entities: - type: Transform pos: -42.5,-20.5 parent: 2 - - uid: 14500 + - uid: 13102 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-10.5 + pos: -50.5,13.5 parent: 2 - - uid: 14592 + - uid: 13642 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,-10.5 + pos: -49.5,11.5 parent: 2 - - uid: 14594 + - uid: 14051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-8.5 + pos: -51.5,13.5 parent: 2 - uid: 15109 components: @@ -63084,12 +66127,6 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-40.5 parent: 2 - - uid: 15310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,7.5 - parent: 2 - uid: 15463 components: - type: Transform @@ -63123,6 +66160,30 @@ entities: - type: Transform pos: 39.5,21.5 parent: 2 + - uid: 16463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,12.5 + parent: 2 + - uid: 16464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,11.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,11.5 + parent: 2 + - uid: 16505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,10.5 + parent: 2 - uid: 17643 components: - type: Transform @@ -63175,29 +66236,94 @@ entities: - type: Transform pos: 9.5,-87.5 parent: 2 - - uid: 20236 + - uid: 19613 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-10.5 + pos: -30.5,11.5 parent: 2 - - uid: 20446 + - uid: 19614 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-10.5 + pos: -29.5,11.5 parent: 2 - - uid: 20456 + - uid: 19615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-8.5 + pos: -30.5,13.5 parent: 2 - - uid: 21159 + - uid: 19616 + components: + - type: Transform + pos: -29.5,13.5 + parent: 2 + - uid: 19617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,8.5 + parent: 2 + - uid: 19618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,8.5 + parent: 2 + - uid: 19619 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - uid: 19620 + components: + - type: Transform + pos: -29.5,10.5 + parent: 2 + - uid: 19625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,11.5 + parent: 2 + - uid: 19627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,11.5 + parent: 2 + - uid: 19629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,11.5 + parent: 2 + - uid: 19650 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-15.5 + pos: -21.5,10.5 + parent: 2 + - uid: 19651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,11.5 + parent: 2 + - uid: 20546 + components: + - type: Transform + pos: -54.5,-17.5 + parent: 2 + - uid: 20547 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 2 + - uid: 20548 + components: + - type: Transform + pos: -52.5,-17.5 parent: 2 - uid: 21813 components: @@ -63223,12 +66349,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-40.5 parent: 2 - - uid: 22574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-15.5 - parent: 2 - uid: 22704 components: - type: Transform @@ -63247,6 +66367,56 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-40.5 parent: 2 + - uid: 23834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-4.5 + parent: 2 + - uid: 23835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-4.5 + parent: 2 + - uid: 23836 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 23837 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 23842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,6.5 + parent: 2 + - uid: 23843 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - uid: 23844 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 23845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,2.5 + parent: 2 + - uid: 24461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-14.5 + parent: 2 - proto: ChairFolding entities: - uid: 981 @@ -63255,6 +66425,16 @@ entities: rot: 3.141592653589793 rad pos: 0.5,22.5 parent: 2 + - uid: 1247 + components: + - type: Transform + pos: -52.43766,8.527678 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -51.46843,8.50683 + parent: 2 - uid: 4299 components: - type: Transform @@ -63353,6 +66533,12 @@ entities: rot: 3.141592653589793 rad pos: 20.469517,17.597729 parent: 2 + - uid: 24409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.510586,27.561695 + parent: 2 - proto: ChairFoldingSpawnFolded entities: - uid: 18834 @@ -63366,6 +66552,12 @@ entities: - type: Transform pos: 93.99321,-18.341042 parent: 2 + - uid: 24410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.44272,28.749195 + parent: 2 - proto: ChairOfficeDark entities: - uid: 145 @@ -63385,12 +66577,6 @@ entities: - type: Transform pos: 46.413918,-32.460354 parent: 2 - - uid: 463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.467375,12.56866 - parent: 2 - uid: 858 components: - type: Transform @@ -63558,12 +66744,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.522947,0.75847006 parent: 2 - - uid: 9358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.466059,-3.4152722 - parent: 2 - uid: 9793 components: - type: Transform @@ -63599,11 +66779,23 @@ entities: rot: -1.5707963267948966 rad pos: -49.474953,-45.30314 parent: 2 - - uid: 11550 + - uid: 11629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.438198,-11.359901 + rot: -1.5707963267948966 rad + pos: -45.512108,-1.3086004 + parent: 2 + - uid: 11988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.50945,-5.3734727 + parent: 2 + - uid: 12019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.490097,-5.3630486 parent: 2 - uid: 12035 components: @@ -63670,6 +66862,12 @@ entities: rot: 3.141592653589793 rad pos: -1.4385903,-21.32861 parent: 2 + - uid: 14593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.44775,26.690552 + parent: 2 - uid: 15792 components: - type: Transform @@ -63688,18 +66886,17 @@ entities: rot: 1.5707963267948966 rad pos: -38.466614,-53.402744 parent: 2 - - uid: 19135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.46532,-7.235692 - parent: 2 - uid: 21761 components: - type: Transform rot: 3.141592653589793 rad pos: 21.511818,3.5986362 parent: 2 + - uid: 24549 + components: + - type: Transform + pos: 52.50381,-38.388973 + parent: 2 - proto: ChairPilotSeat entities: - uid: 405 @@ -63800,6 +66997,12 @@ entities: rot: 3.141592653589793 rad pos: 13.5153,-32.39743 parent: 2 + - uid: 23846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.496523,7.6106415 + parent: 2 - proto: ChemDispenser entities: - uid: 10460 @@ -63814,12 +67017,11 @@ entities: parent: 2 - proto: ChemistryBottleEZNutrient entities: - - uid: 13366 + - uid: 10535 components: - type: Transform - parent: 13091 - - type: Physics - canCollide: False + pos: -25.399324,13.778531 + parent: 2 - uid: 17701 components: - type: Transform @@ -63827,12 +67029,11 @@ entities: parent: 2 - proto: ChemistryBottleRobustHarvest entities: - - uid: 13642 + - uid: 10538 components: - type: Transform - parent: 13091 - - type: Physics - canCollide: False + pos: -25.59511,13.619424 + parent: 2 - proto: ChemistryEmptyBottle01 entities: - uid: 1331 @@ -63874,11 +67075,11 @@ entities: rot: -1.5707963267948966 rad pos: 11.503945,-30.39604 parent: 2 - - uid: 12554 + - uid: 23847 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.468615,8.584222 + pos: -14.496523,3.6078615 parent: 2 - proto: ChurchBell entities: @@ -63987,6 +67188,24 @@ entities: rot: 3.141592653589793 rad pos: 27.779593,-28.603773 parent: 2 + - uid: 24411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.333342,28.48357 + parent: 2 + - uid: 24412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.614594,28.217945 + parent: 2 + - uid: 24413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.583344,28.749195 + parent: 2 - proto: CigarGold entities: - uid: 5608 @@ -64024,11 +67243,6 @@ entities: parent: 5611 - type: Physics canCollide: False - - uid: 5714 - components: - - type: Transform - pos: 52.710236,-39.433784 - parent: 2 - proto: CigCartonBlack entities: - uid: 8519 @@ -64072,10 +67286,10 @@ entities: - type: Transform pos: 26.5,-43.5 parent: 2 - - uid: 14051 + - uid: 20598 components: - type: Transform - pos: -24.5,12.5 + pos: -42.5,-4.5 parent: 2 - proto: ClosetChefFilled entities: @@ -64091,11 +67305,21 @@ entities: - type: Transform pos: -6.5,-59.5 parent: 2 + - uid: 2323 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 - uid: 2332 components: - type: Transform pos: 24.5,10.5 parent: 2 + - uid: 2367 + components: + - type: Transform + pos: -23.5,18.5 + parent: 2 - uid: 2532 components: - type: Transform @@ -64216,11 +67440,6 @@ entities: - type: Transform pos: 11.5,-59.5 parent: 2 - - uid: 15721 - components: - - type: Transform - pos: -23.5,-11.5 - parent: 2 - uid: 16306 components: - type: Transform @@ -64246,6 +67465,21 @@ entities: - type: Transform pos: 61.5,-52.5 parent: 2 + - uid: 20528 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 2 + - uid: 20529 + components: + - type: Transform + pos: -54.5,-19.5 + parent: 2 + - uid: 20553 + components: + - type: Transform + pos: -35.5,-17.5 + parent: 2 - uid: 21615 components: - type: Transform @@ -64261,11 +67495,6 @@ entities: - type: Transform pos: 23.5,10.5 parent: 2 - - uid: 22037 - components: - - type: Transform - pos: -36.5,11.5 - parent: 2 - uid: 22047 components: - type: Transform @@ -64276,18 +67505,23 @@ entities: - type: Transform pos: 36.5,15.5 parent: 2 - - uid: 22603 + - uid: 24294 components: - type: Transform - pos: -24.5,-11.5 + pos: -31.5,-8.5 + parent: 2 + - uid: 24631 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 2 + - uid: 24632 + components: + - type: Transform + pos: -31.5,-13.5 parent: 2 - proto: ClosetEmergencyN2FilledRandom entities: - - uid: 2790 - components: - - type: Transform - pos: -34.5,-12.5 - parent: 2 - uid: 2973 components: - type: Transform @@ -64313,11 +67547,6 @@ entities: - type: Transform pos: 44.5,-19.5 parent: 2 - - uid: 11269 - components: - - type: Transform - pos: -36.5,13.5 - parent: 2 - uid: 11562 components: - type: Transform @@ -64333,6 +67562,11 @@ entities: - type: Transform pos: 61.5,-54.5 parent: 2 + - uid: 20527 + components: + - type: Transform + pos: -52.5,-19.5 + parent: 2 - uid: 21614 components: - type: Transform @@ -64345,10 +67579,15 @@ entities: - type: Transform pos: -6.5,-60.5 parent: 2 - - uid: 2758 + - uid: 2352 components: - type: Transform - pos: -34.5,-13.5 + pos: -21.5,18.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + pos: -36.5,-17.5 parent: 2 - uid: 3039 components: @@ -64375,11 +67614,6 @@ entities: - type: Transform pos: 25.5,10.5 parent: 2 - - uid: 12324 - components: - - type: Transform - pos: -34.5,11.5 - parent: 2 - uid: 12744 components: - type: Transform @@ -64413,16 +67647,6 @@ entities: - type: Transform pos: 11.5,-73.5 parent: 2 - - uid: 13728 - components: - - type: Transform - pos: -38.5,-19.5 - parent: 2 - - uid: 14512 - components: - - type: Transform - pos: -25.5,-11.5 - parent: 2 - uid: 14798 components: - type: Transform @@ -64453,6 +67677,11 @@ entities: - type: Transform pos: 43.5,-50.5 parent: 2 + - uid: 20545 + components: + - type: Transform + pos: -55.5,-19.5 + parent: 2 - uid: 20817 components: - type: Transform @@ -64468,6 +67697,11 @@ entities: - type: Transform pos: -58.5,-52.5 parent: 2 + - uid: 24452 + components: + - type: Transform + pos: -50.5,-5.5 + parent: 2 - proto: ClosetJanitorFilled entities: - uid: 9635 @@ -64491,10 +67725,10 @@ entities: parent: 2 - proto: ClosetL3SecurityFilled entities: - - uid: 17618 + - uid: 23319 components: - type: Transform - pos: -27.5,9.5 + pos: -43.5,-4.5 parent: 2 - proto: ClosetL3VirologyFilled entities: @@ -64510,11 +67744,6 @@ entities: parent: 2 - proto: ClosetMaintenance entities: - - uid: 3103 - components: - - type: Transform - pos: -29.5,15.5 - parent: 2 - uid: 7316 components: - type: Transform @@ -64532,29 +67761,6 @@ entities: - type: Transform pos: 39.5,5.5 parent: 2 - - uid: 2301 - components: - - type: Transform - pos: 51.5,-35.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 5348 components: - type: Transform @@ -64616,11 +67822,6 @@ entities: - type: Transform pos: -32.5,-17.5 parent: 2 - - uid: 11167 - components: - - type: Transform - pos: -29.5,14.5 - parent: 2 - uid: 14345 components: - type: Transform @@ -64631,15 +67832,10 @@ entities: - type: Transform pos: -36.5,-45.5 parent: 2 - - uid: 15336 + - uid: 16495 components: - type: Transform - pos: -26.5,19.5 - parent: 2 - - uid: 16081 - components: - - type: Transform - pos: -27.5,-14.5 + pos: -56.5,10.5 parent: 2 - uid: 16910 components: @@ -64666,15 +67862,45 @@ entities: - type: Transform pos: 38.5,-61.5 parent: 2 + - uid: 20067 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 20068 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 + - uid: 20069 + components: + - type: Transform + pos: -49.5,13.5 + parent: 2 + - uid: 20070 + components: + - type: Transform + pos: -51.5,22.5 + parent: 2 + - uid: 20556 + components: + - type: Transform + pos: -46.5,22.5 + parent: 2 - uid: 21805 components: - type: Transform pos: 40.5,22.5 parent: 2 - - uid: 23934 + - uid: 24441 components: - type: Transform - pos: -27.5,-13.5 + pos: -27.5,18.5 + parent: 2 + - uid: 24633 + components: + - type: Transform + pos: -39.5,-16.5 parent: 2 - proto: ClosetRadiationSuitFilled entities: @@ -64700,29 +67926,6 @@ entities: parent: 2 - proto: ClosetSteelBase entities: - - uid: 2309 - components: - - type: Transform - pos: 50.5,-35.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 11559 components: - type: Transform @@ -64733,6 +67936,11 @@ entities: - type: Transform pos: -59.5,-31.5 parent: 2 + - uid: 20079 + components: + - type: Transform + pos: -47.5,22.5 + parent: 2 - proto: ClosetToolFilled entities: - uid: 8408 @@ -64768,13 +67976,6 @@ entities: priority: 0 component: Armor title: null -- proto: ClothingBackpackDuffel - entities: - - uid: 1038 - components: - - type: Transform - pos: 52.586926,-35.256138 - parent: 2 - proto: ClothingBackpackDuffelAtmospherics entities: - uid: 2267 @@ -64895,39 +68096,31 @@ entities: parent: 2 - proto: ClothingBeltPlant entities: - - uid: 13091 + - uid: 10503 components: - type: Transform - pos: -41.53722,-7.3473916 + pos: -25.296412,13.637726 parent: 2 - type: Storage storedItems: - 13137: + 10506: position: 0,0 _rotation: South - 13276: + 10524: position: 1,0 _rotation: South - 13343: + 10527: position: 2,0 _rotation: South - 13366: - position: 3,0 - _rotation: South - 13642: - position: 4,0 - _rotation: South - type: ContainerContainer containers: storagebase: !type:Container showEnts: False occludes: True ents: - - 13137 - - 13276 - - 13343 - - 13366 - - 13642 + - 10506 + - 10524 + - 10527 - proto: ClothingBeltPlantFilled entities: - uid: 3461 @@ -64937,10 +68130,10 @@ entities: parent: 2 - proto: ClothingBeltSecurityFilled entities: - - uid: 1489 + - uid: 12113 components: - type: Transform - pos: -23.511723,15.622659 + pos: -38.49636,-6.378804 parent: 2 - proto: ClothingBeltUtility entities: @@ -64989,26 +68182,31 @@ entities: - type: Transform pos: 45.643505,-32.712418 parent: 2 -- proto: ClothingHandsGlovesBoxingGreen - entities: - - uid: 3354 + - uid: 24484 components: - type: Transform - pos: 53.148388,-40.7539 + pos: 51.327164,-42.348145 + parent: 2 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 24485 + components: + - type: Transform + pos: 51.60855,-42.49408 parent: 2 - proto: ClothingHandsGlovesBoxingRed entities: - - uid: 2285 + - uid: 24486 components: - type: Transform - pos: 51.41836,-41.410606 + pos: 51.389694,-42.59832 parent: 2 - proto: ClothingHandsGlovesBoxingYellow entities: - - uid: 3329 + - uid: 24487 components: - type: Transform - pos: 55.644142,-41.512356 + pos: 51.650238,-42.223057 parent: 2 - proto: ClothingHandsGlovesColorYellow entities: @@ -65048,13 +68246,6 @@ entities: - type: Transform pos: 6.9404736,-45.65364 parent: 2 -- proto: ClothingHeadHatAnimalCat - entities: - - uid: 6055 - components: - - type: Transform - pos: -16.499865,8.60507 - parent: 2 - proto: ClothingHeadHatAnimalCatBlack entities: - uid: 8601 @@ -65062,6 +68253,11 @@ entities: - type: Transform pos: 44.30121,-2.3817148 parent: 2 + - uid: 24108 + components: + - type: Transform + pos: 19.469938,-11.4519415 + parent: 2 - proto: ClothingHeadHatBeret entities: - uid: 3009 @@ -65097,6 +68293,11 @@ entities: - type: Transform pos: 17.86101,15.533201 parent: 2 + - uid: 24114 + components: + - type: Transform + pos: 18.449106,-11.402117 + parent: 2 - proto: ClothingHeadHatCargosoft entities: - uid: 8997 @@ -65152,7 +68353,7 @@ entities: - uid: 18623 components: - type: Transform - pos: -15.4590845,13.626832 + pos: -15.495352,12.5843525 parent: 2 - proto: ClothingHeadHatMimesoft entities: @@ -65182,13 +68383,6 @@ entities: - type: Transform pos: 25.671356,-58.306297 parent: 2 -- proto: ClothingHeadHatRichard - entities: - - uid: 5281 - components: - - type: Transform - pos: 56.495144,-40.47507 - parent: 2 - proto: ClothingHeadHatSantahat entities: - uid: 809 @@ -65210,12 +68404,12 @@ entities: - type: Transform pos: 47.35316,-9.274309 parent: 2 -- proto: ClothingHeadHatWarden +- proto: ClothingHeadHatTophat entities: - - uid: 14570 + - uid: 24110 components: - type: Transform - pos: -19.192179,-7.615655 + pos: 19.525446,-8.325864 parent: 2 - proto: ClothingHeadHatWeldingMaskPainted entities: @@ -65240,20 +68434,15 @@ entities: parent: 2 - proto: ClothingHeadHelmetRiot entities: - - uid: 2599 + - uid: 20682 components: - type: Transform - pos: -20.614132,6.803402 + pos: -40.353367,1.7451324 parent: 2 - - uid: 14105 + - uid: 20686 components: - type: Transform - pos: -20.591784,6.61318 - parent: 2 - - uid: 23309 - components: - - type: Transform - pos: -20.58104,6.4969034 + pos: -40.280415,1.5366535 parent: 2 - proto: ClothingMaskBreath entities: @@ -65401,75 +68590,17 @@ entities: - type: Transform pos: 15.512381,-52.444633 parent: 2 -- proto: ClothingOuterArmorBulletproof - entities: - - uid: 245 - components: - - type: Transform - pos: -21.188942,6.61409 - parent: 2 - - uid: 416 - components: - - type: Transform - pos: -21.173317,6.52034 - parent: 2 - - uid: 23307 - components: - - type: Transform - pos: -21.286655,6.6918373 - parent: 2 -- proto: ClothingOuterArmorReflective - entities: - - uid: 627 - components: - - type: Transform - pos: -20.224054,6.715275 - parent: 2 - proto: ClothingOuterArmorRiot entities: - - uid: 6250 + - uid: 20680 components: - type: Transform - pos: -20.871235,6.678402 + pos: -40.666023,1.6617413 parent: 2 - - 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: 6885 + - uid: 20681 components: - type: Transform - pos: -20.888659,6.503805 - parent: 2 - - uid: 23308 - components: - - type: Transform - pos: -20.888659,6.610859 + pos: -40.572227,1.5470781 parent: 2 - proto: ClothingOuterCoatLabChem entities: @@ -65515,48 +68646,34 @@ entities: parent: 2 - proto: ClothingOuterHardsuitSecurity entities: - - uid: 19589 + - uid: 20660 components: - type: Transform - pos: -22.740864,4.6130686 - parent: 2 - - uid: 19998 + parent: 20657 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 20662 components: - type: Transform - pos: -22.725239,4.683381 - parent: 2 - - 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]25%[/color]. - priority: 0 - component: ClothingSpeedModifier - - message: >- - It provides the following protection: - - - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]40%[/color]. - - - [color=yellow]Slash[/color] damage reduced by [color=lightblue]40%[/color]. - - - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]40%[/color]. - - - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]30%[/color]. - - - [color=orange]Explosion[/color] damage reduced by [color=lightblue]60%[/color]. - priority: 0 - component: Armor - title: null - - uid: 23317 + parent: 20657 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 20666 components: - type: Transform - pos: -22.725239,4.511506 - parent: 2 + parent: 20664 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 20667 + components: + - type: Transform + parent: 20664 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingOuterWinterBar entities: - uid: 7386 @@ -65599,6 +68716,13 @@ entities: - type: Transform pos: 28.62983,-48.427315 parent: 2 +- proto: ClothingOuterWinterSec + entities: + - uid: 20677 + components: + - type: Transform + pos: -35.31549,-8.419664 + parent: 2 - proto: ClothingOuterWinterViro entities: - uid: 4654 @@ -65606,6 +68730,13 @@ entities: - type: Transform pos: -11.400722,-26.44824 parent: 2 +- proto: ClothingOuterWinterWardenUnarmored + entities: + - uid: 12515 + components: + - type: Transform + pos: -25.42223,-4.4220543 + parent: 2 - proto: ClothingShoesBootsLaceup entities: - uid: 3770 @@ -65625,6 +68756,13 @@ entities: - type: Transform pos: 0.5441561,-55.410812 parent: 2 +- proto: ClothingShoesBootsWinterSecFilled + entities: + - uid: 20678 + components: + - type: Transform + pos: -35.727757,-8.679638 + parent: 2 - proto: ClothingShoeSlippersDuck entities: - uid: 11860 @@ -65658,6 +68796,13 @@ entities: - type: Transform pos: 38.429108,-59.892277 parent: 2 +- proto: ClothingUniformJumpskirtBlueElegantDress + entities: + - uid: 24111 + components: + - type: Transform + pos: 18.486399,-8.595786 + parent: 2 - proto: ClothingUniformJumpskirtYellowTurtleneckDress entities: - uid: 13909 @@ -65665,6 +68810,13 @@ entities: - type: Transform pos: 19.424847,-58.377728 parent: 2 +- proto: ClothingUniformJumpsuitColorBlack + entities: + - uid: 24116 + components: + - type: Transform + pos: 19.536427,-8.752947 + parent: 2 - proto: ClothingUniformJumpsuitReporter entities: - uid: 3942 @@ -65989,11 +69141,6 @@ entities: rot: 3.141592653589793 rad pos: 20.5,-11.5 parent: 2 - - uid: 8763 - components: - - type: Transform - pos: 20.5,-8.5 - parent: 2 - uid: 9077 components: - type: Transform @@ -66006,12 +69153,6 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,-16.5 parent: 2 - - uid: 10136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,6.5 - parent: 2 - uid: 10149 components: - type: Transform @@ -66057,6 +69198,18 @@ entities: rot: 3.141592653589793 rad pos: 11.5,-26.5 parent: 2 + - uid: 11333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,2.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,24.5 + parent: 2 - uid: 12719 components: - type: Transform @@ -66079,6 +69232,12 @@ entities: - type: Transform pos: 3.5,-51.5 parent: 2 + - uid: 14820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,24.5 + parent: 2 - uid: 14955 components: - type: Transform @@ -66102,21 +69261,22 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-45.5 parent: 2 - - uid: 16882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,6.5 - parent: 2 - uid: 19259 components: - type: Transform pos: -9.5,-58.5 parent: 2 - - uid: 20480 + - uid: 19556 components: - type: Transform - pos: -41.5,6.5 + rot: 1.5707963267948966 rad + pos: 51.5,-35.5 + parent: 2 + - uid: 19558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-35.5 parent: 2 - uid: 20842 components: @@ -66124,12 +69284,28 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,-62.5 parent: 2 -- proto: CommandmentCircuitBoard - entities: - - uid: 16471 + - uid: 24014 components: - type: Transform - pos: -60.976395,-16.360863 + rot: 3.141592653589793 rad + pos: 18.5,-11.5 + parent: 2 + - uid: 24058 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 24063 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 +- proto: CommandmentCircuitBoard + entities: + - uid: 7801 + components: + - type: Transform + pos: 67.87616,-43.24812 parent: 2 - proto: CommsComputerCircuitboard entities: @@ -66140,6 +69316,12 @@ entities: parent: 2 - proto: ComputerAlert entities: + - uid: 1142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-44.5 + parent: 2 - uid: 1850 components: - type: Transform @@ -66152,12 +69334,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-55.5 parent: 2 - - uid: 14699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-11.5 - parent: 2 - proto: ComputerAnalysisConsole entities: - uid: 4548 @@ -66173,6 +69349,12 @@ entities: - ArtifactAnalyzerReceiver - proto: ComputerAtmosMonitoring entities: + - uid: 1133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-43.5 + parent: 2 - uid: 2340 components: - type: Transform @@ -66234,16 +69416,23 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,-46.5 parent: 2 - - uid: 16455 + - uid: 14818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,25.5 + parent: 2 + - uid: 16033 components: - type: Transform rot: 1.5707963267948966 rad - pos: -70.5,-12.5 + pos: -59.5,-13.5 parent: 2 - - uid: 20680 + - uid: 16410 components: - type: Transform - pos: -34.5,18.5 + rot: 3.141592653589793 rad + pos: -52.5,7.5 parent: 2 - proto: ComputerCargoBounty entities: @@ -66308,11 +69497,11 @@ entities: parent: 2 - proto: ComputerCargoOrdersSecurity entities: - - uid: 10609 + - uid: 11553 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,12.5 + pos: -46.5,-2.5 parent: 2 - proto: ComputerCargoOrdersService entities: @@ -66349,6 +69538,12 @@ entities: - type: Transform pos: -27.5,-24.5 parent: 2 + - uid: 11989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-5.5 + parent: 2 - uid: 13079 components: - type: Transform @@ -66367,26 +69562,8 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,3.5 parent: 2 - - uid: 20606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-3.5 - parent: 2 - proto: ComputerCriminalRecords entities: - - uid: 625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,2.5 - parent: 2 - - uid: 3695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 - parent: 2 - uid: 7278 components: - type: Transform @@ -66399,6 +69576,18 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-55.5 parent: 2 + - uid: 11591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-1.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-6.5 + parent: 2 - proto: ComputerFrame entities: - uid: 7187 @@ -66407,11 +69596,22 @@ entities: rot: 3.141592653589793 rad pos: 48.5,-88.5 parent: 2 - - uid: 18761 + - uid: 14819 components: - type: Transform rot: 3.141592653589793 rad - pos: 74.5,-46.5 + pos: -33.5,25.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: -51.5,5.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,7.5 parent: 2 - proto: ComputerFundingAllocation entities: @@ -66468,18 +69668,6 @@ entities: - type: Transform pos: -3.5,-20.5 parent: 2 - - uid: 8518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-11.5 - parent: 2 - - uid: 8955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,23.5 - parent: 2 - uid: 9721 components: - type: Transform @@ -66491,12 +69679,24 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,-18.5 parent: 2 + - uid: 14595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,27.5 + parent: 2 - uid: 15885 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-60.5 parent: 2 + - uid: 17939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-41.5 + parent: 2 - proto: ComputerRadar entities: - uid: 5026 @@ -66584,10 +69784,11 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,1.5 parent: 2 - - uid: 8953 + - uid: 14596 components: - type: Transform - pos: -29.5,24.5 + rot: -1.5707963267948966 rad + pos: -37.5,26.5 parent: 2 - uid: 16430 components: @@ -66597,25 +69798,42 @@ entities: parent: 2 - proto: ComputerStationRecords entities: + - uid: 1949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-39.5 + parent: 2 - uid: 9730 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-56.5 parent: 2 + - uid: 12010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 2 - proto: ComputerSurveillanceCameraMonitor entities: + - uid: 1272 + components: + - type: Transform + pos: -45.5,-0.5 + parent: 2 - uid: 9722 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-53.5 parent: 2 - - uid: 13090 + - uid: 12006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-3.5 + rot: -1.5707963267948966 rad + pos: -24.5,-5.5 parent: 2 - proto: ComputerTechnologyDiskTerminal entities: @@ -66633,11 +69851,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-42.5 parent: 2 - - uid: 6146 - components: - - type: Transform - pos: -37.5,3.5 - parent: 2 - uid: 7593 components: - type: Transform @@ -66666,6 +69879,11 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,4.5 parent: 2 + - uid: 19621 + components: + - type: Transform + pos: -34.5,14.5 + parent: 2 - proto: ComputerTelevisionCircuitboard entities: - uid: 18914 @@ -66810,6 +70028,59 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-92.5 parent: 2 + - uid: 15372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-11.5 + parent: 2 + - uid: 15392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-10.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-12.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-15.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-9.5 + parent: 2 + - uid: 15914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-11.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-9.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-14.5 + parent: 2 - uid: 18127 components: - type: Transform @@ -66836,10 +70107,10 @@ entities: parent: 2 - proto: CorporateCircuitBoard entities: - - uid: 16463 + - uid: 16726 components: - type: Transform - pos: -61.414112,-16.256622 + pos: 67.61919,-41.510166 parent: 2 - proto: CrateArtifactContainer entities: @@ -66881,10 +70152,10 @@ entities: parent: 2 - proto: CrateContrabandStorageSecure entities: - - uid: 10432 + - uid: 12051 components: - type: Transform - pos: -21.5,-5.5 + pos: -24.5,-7.5 parent: 2 - proto: CrateEmergencyInternalsLarge entities: @@ -66902,11 +70173,6 @@ entities: parent: 2 - proto: CrateEmptySpawner entities: - - uid: 14 - components: - - type: Transform - pos: 77.5,-40.5 - parent: 2 - uid: 994 components: - type: Transform @@ -66982,11 +70248,6 @@ entities: - type: Transform pos: 34.5,25.5 parent: 2 - - uid: 18760 - components: - - type: Transform - pos: 67.5,-42.5 - parent: 2 - uid: 18805 components: - type: Transform @@ -67095,6 +70356,11 @@ entities: - type: Transform pos: 25.5,19.5 parent: 2 + - uid: 24642 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 - proto: CrateEngineeringSolar entities: - uid: 4024 @@ -67131,10 +70397,10 @@ entities: showEnts: False occludes: True ent: null - - uid: 5322 + - uid: 7007 components: - type: Transform - pos: -31.5,22.5 + pos: -38.5,25.5 parent: 2 - uid: 20713 components: @@ -67148,6 +70414,11 @@ entities: parent: 2 - proto: CrateFilledSpawner entities: + - uid: 1785 + components: + - type: Transform + pos: -55.5,-7.5 + parent: 2 - uid: 6111 components: - type: Transform @@ -67163,6 +70434,21 @@ entities: - type: Transform pos: 5.5,-58.5 parent: 2 + - uid: 16428 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 2 + - uid: 16429 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 16434 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 - uid: 17448 components: - type: Transform @@ -67203,6 +70489,11 @@ entities: - type: Transform pos: 83.5,-16.5 parent: 2 + - uid: 24224 + components: + - type: Transform + pos: -29.5,18.5 + parent: 2 - proto: CrateFreezer entities: - uid: 2597 @@ -67308,17 +70599,17 @@ entities: - type: Transform pos: -42.5,-39.5 parent: 2 - - uid: 20481 + - uid: 19635 components: - type: Transform - pos: -39.5,-2.5 + pos: -28.5,15.5 parent: 2 - proto: CrateLockBoxSecurity entities: - - uid: 23690 + - uid: 11150 components: - type: Transform - pos: -24.5,4.5 + pos: -34.5,-1.5 parent: 2 - proto: CrateLockBoxService entities: @@ -67329,16 +70620,16 @@ entities: parent: 2 - proto: CrateMaterialPlasma entities: - - uid: 6438 - components: - - type: Transform - pos: -60.5,-9.5 - parent: 2 - uid: 9490 components: - type: Transform pos: 39.5,-36.5 parent: 2 + - uid: 18032 + components: + - type: Transform + pos: 95.5,-43.5 + parent: 2 - proto: CrateMaterialSilo entities: - uid: 939 @@ -67390,16 +70681,6 @@ entities: - type: Transform pos: -16.5,-50.5 parent: 2 -- proto: CrateSecurityTrackingMindshieldImplants - entities: - - uid: 4184 - components: - - type: Transform - anchored: True - pos: -22.5,2.5 - parent: 2 - - type: Physics - bodyType: Static - proto: CrateServiceBoozeDispenser entities: - uid: 2764 @@ -67471,17 +70752,17 @@ entities: - 0 - proto: CrateTechBoardRandom entities: - - uid: 12128 + - uid: 1218 components: - type: Transform - pos: -34.5,17.5 + pos: -40.5,23.5 parent: 2 - proto: CrateTrashCart entities: - - uid: 5921 + - uid: 16496 components: - type: Transform - pos: -36.5,-5.5 + pos: -50.5,-9.5 parent: 2 - uid: 22407 components: @@ -67513,6 +70794,11 @@ entities: - 0 - 0 - 0 + - uid: 12152 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 - uid: 13309 components: - type: Transform @@ -67532,10 +70818,10 @@ entities: - type: Transform pos: 7.546462,-31.401642 parent: 2 - - uid: 4602 + - uid: 19634 components: - type: Transform - pos: -40.56964,0.6151676 + pos: -30.600847,12.583185 parent: 2 - proto: CrayonMime entities: @@ -67551,6 +70837,13 @@ entities: - type: Transform pos: 19.23948,-53.370228 parent: 2 +- proto: CrayonWhite + entities: + - uid: 24270 + components: + - type: Transform + pos: -29.720528,17.366255 + parent: 2 - proto: Crematorium entities: - uid: 7059 @@ -67584,6 +70877,13 @@ entities: - type: Transform pos: -55.5,-21.5 parent: 2 +- proto: Crowbar + entities: + - uid: 9936 + components: + - type: Transform + pos: 83.473915,-41.499165 + parent: 2 - proto: CrowbarGreen entities: - uid: 8024 @@ -67600,17 +70900,15 @@ entities: parent: 2 - proto: CryogenicSleepUnit entities: - - uid: 38 + - uid: 16983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-0.5 + pos: -34.5,9.5 parent: 2 - - uid: 9520 + - uid: 17255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,0.5 + pos: -34.5,8.5 parent: 2 - proto: CryogenicSleepUnitSpawner entities: @@ -67823,12 +71121,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-40.5 parent: 2 - - uid: 14818 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,12.5 - parent: 2 - uid: 17653 components: - type: Transform @@ -67900,31 +71192,24 @@ entities: parent: 2 - proto: DefaultStationBeaconAICore entities: - - uid: 5150 + - uid: 17963 components: - type: Transform - pos: -66.5,-12.5 - parent: 2 -- proto: DefaultStationBeaconAIPower - entities: - - uid: 10751 - components: - - type: Transform - pos: -61.5,-9.5 + pos: 90.5,-42.5 parent: 2 - proto: DefaultStationBeaconAISatellite entities: - - uid: 4927 + - uid: 17962 components: - type: Transform - pos: -52.5,-12.5 + pos: 79.5,-42.5 parent: 2 - proto: DefaultStationBeaconAIUpload entities: - - uid: 10750 + - uid: 16540 components: - type: Transform - pos: -61.5,-15.5 + pos: 70.5,-42.5 parent: 2 - proto: DefaultStationBeaconAME entities: @@ -67942,10 +71227,10 @@ entities: parent: 2 - proto: DefaultStationBeaconArmory entities: - - uid: 558 + - uid: 11804 components: - type: Transform - pos: -21.5,4.5 + pos: -38.5,3.5 parent: 2 - proto: DefaultStationBeaconArrivals entities: @@ -67989,13 +71274,6 @@ entities: - type: Transform pos: -17.5,-54.5 parent: 2 -- proto: DefaultStationBeaconBrigMed - entities: - - uid: 10754 - components: - - type: Transform - pos: -29.5,11.5 - parent: 2 - proto: DefaultStationBeaconCaptainsQuarters entities: - uid: 15722 @@ -68106,11 +71384,6 @@ entities: - type: Transform pos: 61.5,-53.5 parent: 2 - - uid: 22039 - components: - - type: Transform - pos: -36.5,12.5 - parent: 2 - proto: DefaultStationBeaconEvac entities: - uid: 8793 @@ -68132,13 +71405,6 @@ entities: - type: Transform pos: -14.5,-47.5 parent: 2 -- proto: DefaultStationBeaconHOSRoom - entities: - - uid: 2880 - components: - - type: Transform - pos: -21.5,11.5 - parent: 2 - proto: DefaultStationBeaconJanitorsCloset entities: - uid: 21809 @@ -68244,13 +71510,6 @@ entities: - type: Transform pos: 32.5,-30.5 parent: 2 -- proto: DefaultStationBeaconSecurity - entities: - - uid: 19161 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 2 - proto: DefaultStationBeaconServerRoom entities: - uid: 18571 @@ -68260,10 +71519,10 @@ entities: parent: 2 - proto: DefaultStationBeaconSolars entities: - - uid: 5574 + - uid: 6687 components: - type: Transform - pos: -30.5,23.5 + pos: -39.5,26.5 parent: 2 - uid: 15769 components: @@ -68317,21 +71576,8 @@ entities: - type: Transform pos: -29.5,-61.5 parent: 2 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 19160 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 2 - proto: DefibrillatorCabinetFilled entities: - - uid: 453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,9.5 - parent: 2 - uid: 5482 components: - type: Transform @@ -68366,6 +71612,12 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-23.5 parent: 2 + - uid: 20586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-8.5 + parent: 2 - uid: 21976 components: - type: Transform @@ -68376,18 +71628,6 @@ entities: - type: Transform pos: 3.5,-46.5 parent: 2 -- proto: DeployableBarrier - entities: - - uid: 1413 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 2 - - uid: 2047 - components: - - type: Transform - pos: -30.5,-1.5 - parent: 2 - proto: DeskBell entities: - uid: 1746 @@ -68395,11 +71635,6 @@ entities: - type: Transform pos: 4.357331,15.490134 parent: 2 - - uid: 2381 - components: - - type: Transform - pos: -19.59333,-2.3409834 - parent: 2 - uid: 2415 components: - type: Transform @@ -68415,6 +71650,11 @@ entities: - type: Transform pos: -21.404652,-38.42122 parent: 2 + - uid: 12024 + components: + - type: Transform + pos: -24.34783,-4.4816127 + parent: 2 - uid: 20291 components: - type: Transform @@ -68439,16 +71679,6 @@ entities: - type: Transform pos: 24.710743,0.20568168 parent: 2 - - uid: 5405 - components: - - type: Transform - pos: -23.289038,22.108608 - parent: 2 - - uid: 5438 - components: - - type: Transform - pos: -23.729557,22.108608 - parent: 2 - proto: DiseaseDiagnoser entities: - uid: 12945 @@ -68458,11 +71688,6 @@ entities: parent: 2 - proto: DiseaseSwab entities: - - uid: 716 - components: - - type: Transform - pos: -41.408195,-6.823576 - parent: 2 - uid: 17702 components: - type: Transform @@ -68473,11 +71698,6 @@ entities: - type: Transform pos: 48.60238,-59.469746 parent: 2 - - uid: 20581 - components: - - type: Transform - pos: -41.637478,-6.792304 - parent: 2 - proto: DisposalBend entities: - uid: 286 @@ -68578,12 +71798,6 @@ entities: - type: Transform pos: -7.5,-41.5 parent: 2 - - uid: 5235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,2.5 - parent: 2 - uid: 5448 components: - type: Transform @@ -68606,11 +71820,6 @@ entities: - type: Transform pos: 35.5,-18.5 parent: 2 - - uid: 6647 - components: - - type: Transform - pos: -39.5,-12.5 - parent: 2 - uid: 6824 components: - type: Transform @@ -68704,12 +71913,6 @@ entities: rot: 3.141592653589793 rad pos: -14.5,-38.5 parent: 2 - - uid: 12179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-0.5 - parent: 2 - uid: 12218 components: - type: Transform @@ -68804,29 +72007,16 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-28.5 parent: 2 - - uid: 16238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-2.5 - parent: 2 - uid: 17010 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-46.5 parent: 2 - - uid: 17096 + - uid: 17191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-10.5 - parent: 2 - - uid: 17462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,11.5 + pos: 79.5,-37.5 parent: 2 - uid: 17511 components: @@ -68861,18 +72051,6 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-30.5 parent: 2 - - uid: 18649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-3.5 - parent: 2 - - uid: 18650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-3.5 - parent: 2 - uid: 20284 components: - type: Transform @@ -68982,8 +72160,60 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-38.5 parent: 2 + - uid: 23872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,7.5 + parent: 2 + - uid: 23878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,11.5 + parent: 2 + - uid: 23915 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 2 + - uid: 23921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-2.5 + parent: 2 + - uid: 23933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-6.5 + parent: 2 + - uid: 23934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-6.5 + parent: 2 + - uid: 23935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-10.5 + parent: 2 + - uid: 24471 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 - proto: DisposalJunction entities: + - uid: 1300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-19.5 + parent: 2 - uid: 2526 components: - type: Transform @@ -69080,11 +72310,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-48.5 parent: 2 - - uid: 9859 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 2 - uid: 10307 components: - type: Transform @@ -69108,12 +72333,6 @@ entities: - type: Transform pos: 48.5,-37.5 parent: 2 - - uid: 11150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,11.5 - parent: 2 - uid: 11830 components: - type: Transform @@ -69137,17 +72356,39 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-31.5 parent: 2 - - uid: 20299 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 2 - uid: 22284 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-42.5 parent: 2 + - uid: 23833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-2.5 + parent: 2 + - uid: 23860 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 23877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,11.5 + parent: 2 + - uid: 23892 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 24311 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 - proto: DisposalJunctionFlipped entities: - uid: 3248 @@ -69258,13 +72499,6 @@ entities: - type: Transform pos: 32.5,15.5 parent: 2 -- proto: DisposalMachineFrame - entities: - - uid: 18765 - components: - - type: Transform - pos: 79.5,-46.5 - parent: 2 - proto: DisposalPipe entities: - uid: 13 @@ -69313,10 +72547,21 @@ entities: - type: Transform pos: 27.5,4.5 parent: 2 - - uid: 550 + - uid: 452 components: - type: Transform - pos: -39.5,-13.5 + pos: -16.5,-10.5 + parent: 2 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-16.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -16.5,-9.5 parent: 2 - uid: 819 components: @@ -69347,6 +72592,18 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-12.5 parent: 2 + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-37.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 2 - uid: 1250 components: - type: Transform @@ -69377,6 +72634,12 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-41.5 parent: 2 + - uid: 1804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-16.5 + parent: 2 - uid: 1846 components: - type: Transform @@ -69400,11 +72663,27 @@ entities: - type: Transform pos: -7.5,-54.5 parent: 2 + - uid: 2074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-37.5 + parent: 2 - uid: 2081 components: - type: Transform pos: 10.5,-56.5 parent: 2 + - uid: 2268 + components: + - type: Transform + pos: 79.5,-40.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: 79.5,-38.5 + parent: 2 - uid: 2429 components: - type: Transform @@ -69417,6 +72696,18 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,-16.5 parent: 2 + - uid: 2459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-37.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-37.5 + parent: 2 - uid: 2560 components: - type: Transform @@ -69593,12 +72884,6 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,6.5 parent: 2 - - uid: 3322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 - parent: 2 - uid: 3380 components: - type: Transform @@ -69610,6 +72895,12 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,-46.5 parent: 2 + - uid: 3408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-37.5 + parent: 2 - uid: 3454 components: - type: Transform @@ -69651,6 +72942,11 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,19.5 parent: 2 + - uid: 3625 + components: + - type: Transform + pos: 79.5,-39.5 + parent: 2 - uid: 3688 components: - type: Transform @@ -69781,12 +73077,6 @@ entities: - type: Transform pos: -7.5,-43.5 parent: 2 - - uid: 4382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-4.5 - parent: 2 - uid: 4385 components: - type: Transform @@ -70077,18 +73367,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-25.5 parent: 2 - - uid: 5237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,1.5 - parent: 2 - - uid: 5238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,0.5 - parent: 2 - uid: 5239 components: - type: Transform @@ -70113,53 +73391,6 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,17.5 parent: 2 - - uid: 5251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-2.5 - parent: 2 - - uid: 5257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,4.5 - parent: 2 - - uid: 5258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,5.5 - parent: 2 - - uid: 5259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,6.5 - parent: 2 - - uid: 5260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,7.5 - parent: 2 - - uid: 5261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,8.5 - parent: 2 - - uid: 5262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,9.5 - parent: 2 - - uid: 5265 - components: - - type: Transform - pos: -15.5,10.5 - parent: 2 - uid: 5282 components: - type: Transform @@ -70218,12 +73449,6 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-41.5 parent: 2 - - uid: 5619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-1.5 - parent: 2 - uid: 5670 components: - type: Transform @@ -70236,6 +73461,29 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,12.5 parent: 2 + - uid: 5699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-37.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: 79.5,-41.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-37.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-37.5 + parent: 2 - uid: 6148 components: - type: Transform @@ -70277,12 +73525,6 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,19.5 parent: 2 - - uid: 6277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-1.5 - parent: 2 - uid: 6279 components: - type: Transform @@ -70294,6 +73536,12 @@ entities: - type: Transform pos: 35.5,-19.5 parent: 2 + - uid: 6294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-37.5 + parent: 2 - uid: 6299 components: - type: Transform @@ -70306,12 +73554,6 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,-33.5 parent: 2 - - uid: 6340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-1.5 - parent: 2 - uid: 6417 components: - type: Transform @@ -70768,12 +74010,6 @@ entities: - type: Transform pos: 32.5,9.5 parent: 2 - - uid: 8785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-10.5 - parent: 2 - uid: 8892 components: - type: Transform @@ -70796,12 +74032,6 @@ entities: - type: Transform pos: -7.5,-53.5 parent: 2 - - uid: 9206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-0.5 - parent: 2 - uid: 9339 components: - type: Transform @@ -70904,17 +74134,17 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,-54.5 parent: 2 + - uid: 10005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-37.5 + parent: 2 - uid: 10063 components: - type: Transform pos: 24.5,-36.5 parent: 2 - - uid: 10144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-10.5 - parent: 2 - uid: 10179 components: - type: Transform @@ -71153,12 +74383,6 @@ entities: rot: 3.141592653589793 rad pos: 10.5,13.5 parent: 2 - - uid: 11467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-0.5 - parent: 2 - uid: 11576 components: - type: Transform @@ -71350,12 +74574,6 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-11.5 parent: 2 - - uid: 12214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-9.5 - parent: 2 - uid: 12215 components: - type: Transform @@ -72206,65 +75424,53 @@ entities: rot: 3.141592653589793 rad pos: -24.5,-45.5 parent: 2 - - uid: 16352 + - uid: 16539 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-12.5 + pos: 63.5,-37.5 parent: 2 - - uid: 16353 + - uid: 16543 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-12.5 + pos: 64.5,-37.5 parent: 2 - - uid: 16354 + - uid: 16544 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-12.5 + pos: 70.5,-37.5 parent: 2 - - uid: 16355 + - uid: 16548 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,-12.5 + pos: 62.5,-37.5 parent: 2 - - uid: 16356 + - uid: 16551 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-12.5 + pos: 69.5,-37.5 parent: 2 - - uid: 16357 + - uid: 16556 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-12.5 + pos: 71.5,-37.5 parent: 2 - - uid: 16358 + - uid: 16567 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,-12.5 + pos: 59.5,-37.5 parent: 2 - - uid: 16359 + - uid: 16573 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-12.5 - parent: 2 - - uid: 16360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-12.5 - parent: 2 - - uid: 16361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-12.5 + pos: 60.5,-37.5 parent: 2 - uid: 16898 components: @@ -72369,53 +75575,17 @@ entities: rot: -1.5707963267948966 rad pos: 11.5,-21.5 parent: 2 - - uid: 18006 + - uid: 17683 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-0.5 + pos: 65.5,-37.5 parent: 2 - - uid: 18008 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,0.5 - parent: 2 - - uid: 18009 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,1.5 - parent: 2 - - uid: 18010 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,2.5 - parent: 2 - - uid: 18011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,3.5 - parent: 2 - - uid: 18057 + - uid: 17850 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,-0.5 - parent: 2 - - uid: 18059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-0.5 - parent: 2 - - uid: 18060 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-0.5 + pos: 66.5,-37.5 parent: 2 - uid: 18062 components: @@ -72545,12 +75715,6 @@ entities: rot: 1.5707963267948966 rad pos: -21.5,-19.5 parent: 2 - - uid: 18618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-19.5 - parent: 2 - uid: 18619 components: - type: Transform @@ -72623,36 +75787,6 @@ entities: rot: -1.5707963267948966 rad pos: -15.5,-15.5 parent: 2 - - uid: 20293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-1.5 - parent: 2 - - uid: 20294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-1.5 - parent: 2 - - uid: 20295 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-1.5 - parent: 2 - - uid: 20297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-1.5 - parent: 2 - - uid: 20298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-1.5 - parent: 2 - uid: 20300 components: - type: Transform @@ -73050,18 +76184,6 @@ entities: - type: Transform pos: 10.5,-62.5 parent: 2 - - uid: 20506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-10.5 - parent: 2 - - uid: 20550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-10.5 - parent: 2 - uid: 20619 components: - type: Transform @@ -73151,35 +76273,366 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-41.5 parent: 2 - - uid: 23324 + - uid: 23862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-10.5 + pos: -16.5,-2.5 parent: 2 - - uid: 23329 + - uid: 23864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-10.5 + pos: -16.5,-0.5 parent: 2 - - uid: 23333 + - uid: 23865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-10.5 + pos: -16.5,0.5 parent: 2 - - uid: 23335 + - uid: 23866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-10.5 + pos: -16.5,1.5 parent: 2 - - uid: 23336 + - uid: 23867 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 + - uid: 23868 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 23869 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 23870 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 23871 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 23873 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 23874 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 23875 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 23876 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,-10.5 + pos: -15.5,11.5 + parent: 2 + - uid: 23879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-1.5 + parent: 2 + - uid: 23880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-1.5 + parent: 2 + - uid: 23881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-1.5 + parent: 2 + - uid: 23882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - uid: 23883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - uid: 23884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 + - uid: 23885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-1.5 + parent: 2 + - uid: 23886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-1.5 + parent: 2 + - uid: 23887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-1.5 + parent: 2 + - uid: 23888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-1.5 + parent: 2 + - uid: 23889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-1.5 + parent: 2 + - uid: 23890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-1.5 + parent: 2 + - uid: 23891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-1.5 + parent: 2 + - uid: 23894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-3.5 + parent: 2 + - uid: 23895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-3.5 + parent: 2 + - uid: 23896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 + parent: 2 + - uid: 23897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-3.5 + parent: 2 + - uid: 23898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-3.5 + parent: 2 + - uid: 23899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-3.5 + parent: 2 + - uid: 23900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-3.5 + parent: 2 + - uid: 23901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-3.5 + parent: 2 + - uid: 23902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-3.5 + parent: 2 + - uid: 23903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-3.5 + parent: 2 + - uid: 23904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-3.5 + parent: 2 + - uid: 23905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-3.5 + parent: 2 + - uid: 23906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-3.5 + parent: 2 + - uid: 23907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-2.5 + parent: 2 + - uid: 23908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-2.5 + parent: 2 + - uid: 23909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-2.5 + parent: 2 + - uid: 23910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-2.5 + parent: 2 + - uid: 23911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-2.5 + parent: 2 + - uid: 23913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-2.5 + parent: 2 + - uid: 23914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-2.5 + parent: 2 + - uid: 23917 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 2 + - uid: 23918 + components: + - type: Transform + pos: -42.5,-1.5 + parent: 2 + - uid: 23919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-2.5 + parent: 2 + - uid: 23920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-2.5 + parent: 2 + - uid: 23925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-9.5 + parent: 2 + - uid: 23926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-8.5 + parent: 2 + - uid: 23927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-7.5 + parent: 2 + - uid: 23928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-6.5 + parent: 2 + - uid: 23929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-6.5 + parent: 2 + - uid: 23930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-6.5 + parent: 2 + - uid: 23931 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 2 + - uid: 23932 + components: + - type: Transform + pos: -31.5,-4.5 + parent: 2 + - uid: 24312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,7.5 + parent: 2 + - uid: 24469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 + parent: 2 + - uid: 24470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-16.5 + parent: 2 + - uid: 24472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-16.5 + parent: 2 + - uid: 24473 + components: + - type: Transform + pos: -20.5,-17.5 parent: 2 - proto: DisposalRouter entities: @@ -73201,14 +76654,6 @@ entities: - type: DisposalRouter tags: - Trash - - uid: 7201 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - type: DisposalRouter - tags: - - Security - uid: 7869 components: - type: Transform @@ -73270,6 +76715,14 @@ entities: - type: DisposalRouter tags: - Cargo + - uid: 23863 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 2 + - type: DisposalRouter + tags: + - Security - proto: DisposalRouterFlipped entities: - uid: 2684 @@ -73383,14 +76836,6 @@ entities: parent: 2 - type: DisposalTagger tag: Trash - - uid: 8300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-1.5 - parent: 2 - - type: DisposalTagger - tag: Trash - uid: 8617 components: - type: Transform @@ -73469,11 +76914,34 @@ entities: parent: 2 - type: DisposalTagger tag: Trash - - uid: 20505 + - uid: 23893 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-10.5 + pos: -21.5,-3.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 24112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 24310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,7.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 24475 + components: + - type: Transform + pos: -20.5,-18.5 parent: 2 - type: DisposalTagger tag: Trash @@ -73485,11 +76953,11 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,3.5 parent: 2 - - uid: 689 + - uid: 585 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-14.5 + pos: 79.5,-42.5 parent: 2 - uid: 737 components: @@ -73503,6 +76971,12 @@ entities: rot: 3.141592653589793 rad pos: 46.5,-41.5 parent: 2 + - uid: 2722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 2 - uid: 3050 components: - type: Transform @@ -73570,12 +77044,6 @@ entities: rot: -1.5707963267948966 rad pos: -15.5,-22.5 parent: 2 - - uid: 5234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,2.5 - parent: 2 - uid: 5681 components: - type: Transform @@ -73657,12 +77125,6 @@ entities: rot: -1.5707963267948966 rad pos: -0.5,-45.5 parent: 2 - - uid: 9134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-11.5 - parent: 2 - uid: 9790 components: - type: Transform @@ -73745,23 +77207,17 @@ entities: - type: Transform pos: -35.5,-24.5 parent: 2 - - uid: 16029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-2.5 - parent: 2 - uid: 16126 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,15.5 parent: 2 - - uid: 16531 + - uid: 16564 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,-12.5 + pos: 58.5,-37.5 parent: 2 - uid: 16653 components: @@ -73822,11 +77278,6 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-34.5 parent: 2 - - uid: 18669 - components: - - type: Transform - pos: -22.5,0.5 - parent: 2 - uid: 18854 components: - type: Transform @@ -73874,13 +77325,42 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,-43.5 parent: 2 -- proto: DisposalUnit - entities: - - uid: 201 + - uid: 23861 components: - type: Transform - pos: -24.5,2.5 + rot: 1.5707963267948966 rad + pos: -30.5,-1.5 parent: 2 + - uid: 23922 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 + - uid: 23923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-10.5 + parent: 2 + - uid: 23924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-4.5 + parent: 2 + - uid: 24113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-4.5 + parent: 2 + - uid: 24313 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 +- proto: DisposalUnit + entities: - uid: 815 components: - type: Transform @@ -73891,11 +77371,31 @@ entities: - type: Transform pos: -14.5,17.5 parent: 2 + - uid: 1359 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 - uid: 1394 components: - type: Transform pos: -1.5,16.5 parent: 2 + - uid: 1815 + components: + - type: Transform + pos: -27.5,-16.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + pos: 79.5,-42.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 - uid: 2871 components: - type: Transform @@ -73941,16 +77441,16 @@ entities: - type: Transform pos: -31.5,-51.5 parent: 2 - - uid: 4538 - components: - - type: Transform - pos: -39.5,-14.5 - parent: 2 - uid: 4731 components: - type: Transform pos: 29.5,-53.5 parent: 2 + - uid: 4972 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 - uid: 5000 components: - type: Transform @@ -73961,11 +77461,6 @@ entities: - type: Transform pos: 25.5,5.5 parent: 2 - - uid: 5531 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 2 - uid: 5834 components: - type: Transform @@ -74031,6 +77526,16 @@ entities: - type: Transform pos: 11.5,22.5 parent: 2 + - uid: 12132 + components: + - type: Transform + pos: -34.5,-4.5 + parent: 2 + - uid: 12151 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 - uid: 12613 components: - type: Transform @@ -74096,11 +77601,6 @@ entities: - type: Transform pos: -35.5,-43.5 parent: 2 - - uid: 16237 - components: - - type: Transform - pos: -26.5,-2.5 - parent: 2 - uid: 16903 components: - type: Transform @@ -74116,11 +77616,6 @@ entities: - type: Transform pos: 8.5,-63.5 parent: 2 - - uid: 21178 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 2 - uid: 21367 components: - type: Transform @@ -74136,6 +77631,11 @@ entities: - type: Transform pos: -26.5,-38.5 parent: 2 + - uid: 23838 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 - proto: DisposalYJunction entities: - uid: 4786 @@ -74156,12 +77656,6 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,-19.5 parent: 2 - - uid: 12720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-1.5 - parent: 2 - uid: 14723 components: - type: Transform @@ -74180,6 +77674,12 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-31.5 parent: 2 + - uid: 23916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 2 - proto: DogBed entities: - uid: 7547 @@ -74202,6 +77702,11 @@ entities: - type: Transform pos: -37.5,-38.5 parent: 2 + - uid: 12522 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 - uid: 13041 components: - type: Transform @@ -74217,11 +77722,6 @@ entities: - type: Transform pos: -47.5,-24.5 parent: 2 - - uid: 17838 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 2 - proto: DoorElectronics entities: - uid: 10846 @@ -74278,10 +77778,10 @@ entities: parent: 2 - proto: DresserHeadOfSecurityFilled entities: - - uid: 814 + - uid: 11146 components: - type: Transform - pos: -21.5,12.5 + pos: -45.5,3.5 parent: 2 - proto: DresserQuarterMasterFilled entities: @@ -74299,10 +77799,10 @@ entities: parent: 2 - proto: DresserWardenFilled entities: - - uid: 3145 + - uid: 11887 components: - type: Transform - pos: -22.5,-3.5 + pos: -22.5,-6.5 parent: 2 - proto: DrinkBeerBottleFull entities: @@ -74476,10 +77976,10 @@ entities: parent: 2 - proto: DrinkJuiceOrangeCarton entities: - - uid: 2551 + - uid: 11322 components: - type: Transform - pos: -20.543522,10.757981 + pos: -45.731575,2.8472967 parent: 2 - proto: DrinkLemonadeGlass entities: @@ -74558,32 +78058,29 @@ entities: - type: Transform pos: 18.653496,8.469813 parent: 2 +- proto: DrinkMugHeart + entities: + - uid: 24118 + components: + - type: Transform + pos: 20.716234,-10.450943 + parent: 2 - proto: DrinkMugMetal entities: - - uid: 205 + - uid: 10470 components: - type: Transform - pos: -40.672844,-3.2145777 + pos: -30.710035,15.736787 parent: 2 - - uid: 10317 + - uid: 10484 components: - type: Transform - pos: -40.28724,-3.2250013 + pos: -30.526487,15.540961 parent: 2 - - uid: 13014 + - uid: 10488 components: - type: Transform - pos: -40.516518,-3.4334793 - parent: 2 - - uid: 21451 - components: - - type: Transform - pos: 21.160868,-6.4974823 - parent: 2 - - uid: 21452 - components: - - type: Transform - pos: 21.004618,-6.2318573 + pos: -30.355173,15.736787 parent: 2 - proto: DrinkMugRainbow entities: @@ -74592,13 +78089,6 @@ entities: - type: Transform pos: 38.63713,-59.378235 parent: 2 -- proto: DrinkMugRed - entities: - - uid: 13344 - components: - - type: Transform - pos: -27.239447,0.50863326 - parent: 2 - proto: DrinkRoyRogersGlass entities: - uid: 4 @@ -74619,6 +78109,11 @@ entities: rot: -1.5707963267948966 rad pos: 45.393734,11.449828 parent: 2 + - uid: 11329 + components: + - type: Transform + pos: -45.584732,2.492363 + parent: 2 - uid: 18819 components: - type: Transform @@ -74629,11 +78124,6 @@ entities: - type: Transform pos: -6.7736864,17.657902 parent: 2 - - uid: 23213 - components: - - type: Transform - pos: -20.434305,10.842014 - parent: 2 - proto: DrinkShotGlass entities: - uid: 6 @@ -74641,16 +78131,6 @@ entities: - type: Transform pos: 0.40104163,24.025158 parent: 2 - - uid: 1766 - components: - - type: Transform - pos: 52.977722,-39.23201 - parent: 2 - - uid: 1806 - components: - - type: Transform - pos: 53.98864,-39.388367 - parent: 2 - uid: 3041 components: - type: Transform @@ -74688,32 +78168,57 @@ entities: parent: 2 - proto: DrinkTeacup entities: - - uid: 359 + - uid: 1364 components: - type: Transform - pos: 19.428297,-9.307767 + pos: 19.92359,-6.225089 parent: 2 - - uid: 9369 + - uid: 24055 components: - type: Transform - pos: 20.50759,-10.36513 + pos: 18.582558,-10.375413 parent: 2 - - uid: 12889 + - uid: 24056 components: - type: Transform - pos: 19.365797,-10.370267 + pos: 18.660683,-9.359788 parent: 2 - - uid: 22638 + - uid: 24078 components: - type: Transform - pos: 20.50759,-9.255755 + pos: 20.332558,-9.328538 + parent: 2 + - uid: 24079 + components: + - type: Transform + pos: 20.332558,-10.422288 + parent: 2 + - uid: 24084 + components: + - type: Transform + pos: 19.89234,-6.553214 + parent: 2 + - uid: 24085 + components: + - type: Transform + pos: 19.907965,-6.381339 + parent: 2 + - uid: 24087 + components: + - type: Transform + pos: 19.457558,-10.391038 + parent: 2 + - uid: 24088 + components: + - type: Transform + pos: 19.457558,-9.328538 parent: 2 - proto: DrinkTeapot entities: - - uid: 12536 + - uid: 1388 components: - type: Transform - pos: 20.03884,-9.787005 + pos: 19.426308,-9.812913 parent: 2 - proto: DrinkTonicWaterCan entities: @@ -74731,10 +78236,27 @@ entities: parent: 2 - proto: DrinkVodkaBottleFull entities: - - uid: 2377 + - uid: 11328 components: - type: Transform - pos: -20.329561,10.8367405 + pos: -45.35224,2.9207315 + parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 24152 + components: + - type: Transform + pos: -30.569698,17.354357 + parent: 2 + - uid: 24218 + components: + - type: Transform + pos: -30.835323,17.338732 + parent: 2 + - uid: 24219 + components: + - type: Transform + pos: -30.694698,17.401232 parent: 2 - proto: DrinkWaterCup entities: @@ -74748,6 +78270,17 @@ entities: - type: Transform pos: -0.67200494,12.711606 parent: 2 + - uid: 16489 + components: + - type: Transform + pos: -50.947662,12.045385 + parent: 2 + - uid: 16490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.4616,11.653734 + parent: 2 - proto: DrinkWaterJug entities: - uid: 13184 @@ -74797,26 +78330,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 1154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-1.5 - parent: 2 - - type: Battery - startingCharge: 30000 - - uid: 1721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-10.5 - parent: 2 - - uid: 2189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-6.5 - parent: 2 - uid: 4915 components: - type: Transform @@ -74833,14 +78346,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 5680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,16.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 6481 components: - type: Transform @@ -74923,12 +78428,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 12124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-11.5 - parent: 2 - uid: 12129 components: - type: Transform @@ -74937,11 +78436,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 12245 - components: - - type: Transform - pos: -31.5,-8.5 - parent: 2 - uid: 12379 components: - type: Transform @@ -74955,12 +78449,6 @@ entities: - type: Transform pos: -0.5,-6.5 parent: 2 - - uid: 14438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,5.5 - parent: 2 - type: Battery startingCharge: 30000 - uid: 16691 @@ -75054,21 +78542,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 16720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,10.5 - parent: 2 - - type: Battery - startingCharge: 30000 - - uid: 16722 - components: - - type: Transform - pos: -27.5,0.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 16727 components: - type: Transform @@ -75147,28 +78620,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 16755 - components: - - type: Transform - pos: -51.5,-11.5 - parent: 2 - - type: Battery - startingCharge: 30000 - - uid: 16757 - components: - - type: Transform - pos: -67.5,-14.5 - parent: 2 - - type: Battery - startingCharge: 30000 - - uid: 16758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-10.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 16769 components: - type: Transform @@ -75208,18 +78659,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 18254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,11.5 - parent: 2 - - uid: 18346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-8.5 - parent: 2 - uid: 18371 components: - type: Transform @@ -75234,6 +78673,78 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,-17.5 parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-41.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-43.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18905 + components: + - type: Transform + pos: 91.5,-44.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 91.5,-40.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-43.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18922 + components: + - type: Transform + pos: 86.5,-40.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-42.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-43.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-42.5 + parent: 2 + - type: Battery + startingCharge: 30000 - uid: 19286 components: - type: Transform @@ -75241,30 +78752,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 20504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,2.5 - parent: 2 - - uid: 20522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,3.5 - parent: 2 - - uid: 20525 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-2.5 - parent: 2 - - uid: 20547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,2.5 - parent: 2 - uid: 21379 components: - type: Transform @@ -75340,6 +78827,8 @@ entities: rot: 3.141592653589793 rad pos: -1.5,-15.5 parent: 2 + - type: Battery + startingCharge: 30000 - uid: 22193 components: - type: Transform @@ -75465,14 +78954,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 22209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-15.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 22288 components: - type: Transform @@ -75481,36 +78962,167 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 22608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-5.5 - parent: 2 - - uid: 22612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,10.5 - parent: 2 - - uid: 23328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-1.5 - parent: 2 - uid: 23507 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-23.5 parent: 2 + - type: Battery + startingCharge: 30000 - uid: 23508 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-19.5 parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-18.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-7.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-0.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-4.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-3.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23755 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-8.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-8.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23758 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23759 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,2.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,2.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,10.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,11.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23764 + components: + - type: Transform + pos: -28.5,15.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,5.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23830 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 23831 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 24714 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - type: Battery + startingCharge: 30000 - proto: EmergencyMedipen entities: - uid: 9502 @@ -75533,11 +79145,6 @@ entities: parent: 2 - proto: EmergencyRollerBed entities: - - uid: 1880 - components: - - type: Transform - pos: 52.441402,-37.397106 - parent: 2 - uid: 14763 components: - type: Transform @@ -75548,32 +79155,6 @@ entities: - type: Transform pos: -35.5,-28.5 parent: 2 - - uid: 18764 - components: - - type: Transform - pos: 75.49805,-44.26112 - parent: 2 -- proto: EvidenceMarkerOne - entities: - - uid: 1842 - components: - - type: Transform - pos: 53.401356,-41.193207 - parent: 2 -- proto: EvidenceMarkerThree - entities: - - uid: 2203 - components: - - type: Transform - pos: 50.5562,-39.54623 - parent: 2 -- proto: EvidenceMarkerTwo - entities: - - uid: 2170 - components: - - type: Transform - pos: 52.380016,-39.285633 - parent: 2 - proto: ExosuitFabricator entities: - uid: 8462 @@ -75615,11 +79196,6 @@ entities: - type: Transform pos: -18.5,-13.5 parent: 2 - - uid: 5429 - components: - - type: Transform - pos: -22.5,15.5 - parent: 2 - uid: 5833 components: - type: Transform @@ -75642,21 +79218,11 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-13.5 parent: 2 - - uid: 12024 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - uid: 13802 components: - type: Transform pos: -40.5,-35.5 parent: 2 - - uid: 17619 - components: - - type: Transform - pos: -23.5,-2.5 - parent: 2 - uid: 17620 components: - type: Transform @@ -75755,12 +79321,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-46.5 parent: 2 - - uid: 22722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,3.5 - parent: 2 - uid: 22734 components: - type: Transform @@ -75779,6 +79339,16 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,25.5 parent: 2 + - uid: 24305 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 24306 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 - proto: FaxMachineBase entities: - uid: 36 @@ -75788,13 +79358,6 @@ entities: parent: 2 - type: FaxMachine name: Janitor - - uid: 626 - components: - - type: Transform - pos: -27.5,4.5 - parent: 2 - - type: FaxMachine - name: Security - uid: 1670 components: - type: Transform @@ -75879,6 +79442,20 @@ entities: parent: 2 - type: FaxMachine name: Bridge + - uid: 12245 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 12256 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - type: FaxMachine + name: Warden - proto: FaxMachineCaptain entities: - uid: 4161 @@ -75930,6 +79507,11 @@ entities: - type: Transform pos: -40.5,-55.5 parent: 2 + - uid: 12067 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 - uid: 14148 components: - type: Transform @@ -75945,6 +79527,11 @@ entities: - type: Transform pos: -26.5,-51.5 parent: 2 + - uid: 24481 + components: + - type: Transform + pos: 53.5,-39.5 + parent: 2 - proto: filingCabinetRandom entities: - uid: 6355 @@ -75957,6 +79544,11 @@ entities: - type: Transform pos: -16.21824,-46.39948 parent: 2 + - uid: 12328 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 - proto: filingCabinetTallRandom entities: - uid: 8664 @@ -76196,7 +79788,6 @@ entities: - 15324 - 4559 - 2011 - - 15672 - 19006 - 19008 - 15301 @@ -76349,9 +79940,10 @@ entities: devices: - 5390 - 5467 - - 14382 - - 14368 - - 19001 + - 23812 + - 23811 + - 23810 + - 24317 - uid: 16314 components: - type: Transform @@ -76417,31 +80009,6 @@ entities: - 15275 - 18878 - 18879 - - uid: 19007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,0.5 - parent: 2 - - type: DeviceList - devices: - - 14382 - - 14368 - - 19001 - - 19008 - - 19006 - - 15672 - - uid: 20476 - components: - - type: Transform - pos: -27.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 11574 - - 11591 - - 1192 - - 20477 - uid: 21082 components: - type: Transform @@ -76532,12 +80099,30 @@ entities: - 4961 - 5024 - 4976 -- proto: FireAxeCabinetFilled - entities: - - uid: 2521 + - uid: 24109 components: - type: Transform - pos: -10.5,-0.5 + rot: 3.141592653589793 rad + pos: -19.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 24034 + - 19643 + - 19647 + - 23810 + - 23811 + - 23812 + - 19008 + - 19006 + - 959 +- proto: FireAxeCabinetFilled + entities: + - uid: 1897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 parent: 2 - uid: 9848 components: @@ -76558,27 +80143,6 @@ entities: parent: 2 - proto: FirelockEdge entities: - - uid: 1176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19627 - - 23916 - - uid: 1192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 20476 - - 17615 - - 19627 - uid: 1548 components: - type: Transform @@ -76606,16 +80170,6 @@ entities: deviceLists: - 13846 - 58 - - uid: 2211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19627 - - 23916 - uid: 2516 components: - type: Transform @@ -76675,32 +80229,12 @@ entities: - 17348 - 17349 - 17351 - - uid: 11617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19627 - - 23916 - uid: 12211 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,27.5 parent: 2 - - uid: 12299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19627 - - 23916 - uid: 13068 components: - type: Transform @@ -76779,16 +80313,65 @@ entities: - 15424 - 13654 - 13342 - - uid: 20477 + - uid: 19642 components: - type: Transform - pos: -30.5,-6.5 + pos: -29.5,5.5 parent: 2 - type: DeviceNetwork deviceLists: - - 20476 - - 17615 - - 19627 + - 1931 + - 24130 + - uid: 19643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1931 + - 24035 + - 24109 + - uid: 19644 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1931 + - 24130 + - uid: 19645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1931 + - 24130 + - uid: 19646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1931 + - 24130 + - uid: 19647 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1931 + - 24035 + - 24109 - proto: FirelockGlass entities: - uid: 115 @@ -76810,11 +80393,28 @@ entities: - 22029 - 22432 - 22439 + - uid: 327 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24601 - uid: 431 components: - type: Transform pos: 41.5,-57.5 parent: 2 + - uid: 959 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24035 + - 24109 - uid: 1284 components: - type: Transform @@ -76957,6 +80557,11 @@ entities: - 3820 - 15421 - 15272 + - uid: 3005 + components: + - type: Transform + pos: -52.5,-7.5 + parent: 2 - uid: 3985 components: - type: Transform @@ -77303,26 +80908,6 @@ entities: deviceLists: - 3687 - 14943 - - uid: 11574 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 20476 - - 17615 - - 10102 - - uid: 11591 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 20476 - - 17615 - - 10102 - uid: 12056 components: - type: Transform @@ -77402,11 +80987,6 @@ entities: - type: Transform pos: -3.5,24.5 parent: 2 - - uid: 13120 - components: - - type: Transform - pos: -24.5,20.5 - parent: 2 - uid: 13236 components: - type: Transform @@ -77454,28 +81034,6 @@ entities: deviceLists: - 13657 - 14371 - - uid: 14368 - components: - - type: Transform - pos: -15.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19007 - - 19009 - - 16078 - - 8606 - - uid: 14382 - components: - - type: Transform - pos: -14.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19007 - - 19009 - - 16078 - - 8606 - uid: 14931 components: - type: Transform @@ -77586,16 +81144,6 @@ entities: - 16062 - 3315 - 2276 - - uid: 15035 - components: - - type: Transform - pos: -35.5,-19.5 - parent: 2 - - uid: 15044 - components: - - type: Transform - pos: -35.5,-20.5 - parent: 2 - uid: 15143 components: - type: Transform @@ -78079,7 +81627,6 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 81 - 13796 - 3816 - 14984 @@ -78090,7 +81637,6 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 81 - 13796 - 3816 - 14984 @@ -78195,17 +81741,6 @@ entities: - 14004 - 14047 - 6790 - - uid: 15672 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19007 - - 19009 - - 15391 - - 10102 - uid: 15860 components: - type: Transform @@ -78292,6 +81827,36 @@ entities: - 16317 - 15163 - 58 + - uid: 16413 + components: + - type: Transform + pos: -54.5,6.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + pos: -49.5,6.5 + parent: 2 + - uid: 16432 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 16433 + components: + - type: Transform + pos: -45.5,21.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + pos: -51.5,2.5 + parent: 2 + - uid: 16449 + components: + - type: Transform + pos: -52.5,2.5 + parent: 2 - uid: 16950 components: - type: Transform @@ -78366,17 +81931,6 @@ entities: deviceLists: - 17349 - 17348 - - uid: 19001 - components: - - type: Transform - pos: -16.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19007 - - 19009 - - 16078 - - 8606 - uid: 19006 components: - type: Transform @@ -78384,10 +81938,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19007 - - 19009 - 15391 - 10102 + - 24035 + - 24109 - uid: 19008 components: - type: Transform @@ -78395,10 +81949,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19007 - - 19009 - 15391 - 10102 + - 24035 + - 24109 - uid: 20277 components: - type: Transform @@ -78505,6 +82059,52 @@ entities: - 22029 - 22438 - 22439 + - uid: 23810 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24035 + - 24109 + - 16078 + - 8606 + - uid: 23811 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24035 + - 24109 + - 16078 + - 8606 + - uid: 23812 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24035 + - 24109 + - 16078 + - 8606 + - uid: 24447 + components: + - type: Transform + pos: -51.5,-7.5 + parent: 2 + - uid: 24467 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24601 - proto: Fireplace entities: - uid: 6141 @@ -78529,11 +82129,6 @@ entities: - type: Transform pos: -29.552534,-21.321272 parent: 2 - - uid: 13100 - components: - - type: Transform - pos: -38.657784,-14.248901 - parent: 2 - uid: 15075 components: - type: Transform @@ -78544,11 +82139,6 @@ entities: - type: Transform pos: 2.6579933,-57.47214 parent: 2 - - uid: 16761 - components: - - type: Transform - pos: -52.476463,-13.445257 - parent: 2 - uid: 16762 components: - type: Transform @@ -78589,25 +82179,6 @@ entities: - type: ActionsContainer - proto: FlashlightSeclite entities: - - uid: 492 - components: - - type: Transform - pos: -23.535683,15.622428 - parent: 2 - - type: HandheldLight - toggleActionEntity: 494 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 494 - - type: ActionsContainer - uid: 15576 components: - type: Transform @@ -78627,6 +82198,11 @@ entities: ents: - 20759 - type: ActionsContainer + - uid: 23317 + components: + - type: Transform + pos: -46.475735,-3.9433765 + parent: 2 - proto: FlippoLighter entities: - uid: 20241 @@ -78664,13 +82240,6 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 2243 - components: - - type: Transform - pos: -49.5,3.5 - parent: 2 - - type: Fixtures - fixtures: {} - uid: 2688 components: - type: Transform @@ -78738,6 +82307,13 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 19638 + components: + - type: Transform + pos: -32.5,4.5 + parent: 2 + - type: Fixtures + fixtures: {} - proto: FloorTileItemBar entities: - uid: 7398 @@ -78756,6 +82332,78 @@ entities: parent: 2 - type: Stack count: 30 +- proto: FloorWaterEntity + entities: + - uid: 10815 + components: + - type: Transform + pos: 90.5,-46.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: 89.5,-46.5 + parent: 2 + - uid: 16602 + components: + - type: Transform + pos: 90.5,-38.5 + parent: 2 + - uid: 16603 + components: + - type: Transform + pos: 91.5,-46.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: 94.5,-46.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: 93.5,-46.5 + parent: 2 + - uid: 16761 + components: + - type: Transform + pos: 92.5,-38.5 + parent: 2 + - uid: 16786 + components: + - type: Transform + pos: 91.5,-38.5 + parent: 2 + - uid: 16790 + components: + - type: Transform + pos: 89.5,-38.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + pos: 92.5,-46.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + pos: 94.5,-38.5 + parent: 2 + - uid: 17098 + components: + - type: Transform + pos: 93.5,-38.5 + parent: 2 + - uid: 17099 + components: + - type: Transform + pos: 88.5,-38.5 + parent: 2 + - uid: 17135 + components: + - type: Transform + pos: 88.5,-46.5 + parent: 2 - proto: FloraRockSolid entities: - uid: 19552 @@ -78770,6 +82418,12 @@ entities: parent: 2 - proto: FloraTree entities: + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.943093,7.5910387 + parent: 2 - uid: 4145 components: - type: Transform @@ -78853,11 +82507,6 @@ entities: parent: 2 - proto: FolderSpawner entities: - - uid: 1181 - components: - - type: Transform - pos: -27.58403,0.63008094 - parent: 2 - uid: 1382 components: - type: Transform @@ -78923,11 +82572,6 @@ entities: - type: Transform pos: 28.405712,10.798362 parent: 2 - - uid: 16142 - components: - - type: Transform - pos: -27.376095,3.9398522 - parent: 2 - proto: FoodBakedCookieOatmeal entities: - uid: 19237 @@ -78983,10 +82627,10 @@ entities: parent: 2 - proto: FoodBoxDonut entities: - - uid: 22620 + - uid: 12214 components: - type: Transform - pos: -27.472397,-6.8758383 + pos: -36.509846,-4.371452 parent: 2 - proto: FoodBoxPizzaFilled entities: @@ -79038,22 +82682,27 @@ entities: parent: 2 - proto: FoodCondimentPacketAstrotame entities: - - uid: 6714 + - uid: 24057 components: - type: Transform - pos: 20.47634,-9.86513 + pos: 21.68034,-6.248911 + parent: 2 + - uid: 24641 + components: + - type: Transform + pos: 21.747694,-6.4297676 parent: 2 - proto: FoodCondimentPacketSugar entities: - - uid: 6652 - components: - - type: Transform - pos: 20.585714,-9.67763 - parent: 2 - uid: 7791 components: - type: Transform - pos: 19.398214,-9.818255 + pos: 21.33659,-6.217661 + parent: 2 + - uid: 24636 + components: + - type: Transform + pos: 21.419569,-6.3672676 parent: 2 - proto: FoodContainerEgg entities: @@ -79149,6 +82798,18 @@ entities: - type: Transform pos: 6.639681,-27.390116 parent: 2 +- proto: FoodPlatePlastic + entities: + - uid: 19603 + components: + - type: Transform + pos: -29.404778,12.830984 + parent: 2 + - uid: 19604 + components: + - type: Transform + pos: -30.495243,9.725929 + parent: 2 - proto: FoodPlateSmallPlastic entities: - uid: 6443 @@ -79168,7 +82829,7 @@ entities: - uid: 600 components: - type: Transform - pos: -10.466447,17.588402 + pos: -18.77708,4.4004307 parent: 2 - uid: 5316 components: @@ -79182,10 +82843,10 @@ entities: - type: Transform pos: -8.667622,-35.44696 parent: 2 - - uid: 20488 + - uid: 19602 components: - type: Transform - pos: -36.375584,-2.5167723 + pos: -29.951923,12.518267 parent: 2 - proto: FoodShakerSalt entities: @@ -79194,10 +82855,10 @@ entities: - type: Transform pos: -8.459184,-35.530354 parent: 2 - - uid: 20490 + - uid: 19599 components: - type: Transform - pos: -36.64655,-2.5167723 + pos: -30.139519,12.674625 parent: 2 - proto: FoodSnackSus entities: @@ -79208,11 +82869,6 @@ entities: parent: 2 - proto: FoodTinBeansTrash entities: - - uid: 20051 - components: - - type: Transform - pos: 72.542496,-40.466583 - parent: 2 - uid: 20054 components: - type: Transform @@ -79237,11 +82893,6 @@ entities: - type: Transform pos: -0.63953733,-29.354218 parent: 2 - - uid: 20052 - components: - - type: Transform - pos: 76.46632,-46.470753 - parent: 2 - uid: 21603 components: - type: Transform @@ -79276,6 +82927,11 @@ entities: - type: Transform pos: 14.2359705,-6.420357 parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -50.400505,12.657339 + parent: 2 - proto: FoodTinPeachesTrash entities: - uid: 13161 @@ -79283,6 +82939,11 @@ entities: - type: Transform pos: -0.35320318,-29.193445 parent: 2 + - uid: 16493 + components: + - type: Transform + pos: -50.841026,12.779732 + parent: 2 - uid: 20055 components: - type: Transform @@ -79297,15 +82958,15 @@ entities: parent: 2 - proto: ForkPlastic entities: - - uid: 2091 + - uid: 19609 components: - type: Transform - pos: -36.55324,-2.1406279 + pos: -30.95242,15.614166 parent: 2 - - uid: 10779 + - uid: 19610 components: - type: Transform - pos: -36.334385,-2.1093564 + pos: -30.99932,15.535988 parent: 2 - uid: 21675 components: @@ -79322,17 +82983,17 @@ entities: parent: 2 - proto: GameMasterCircuitBoard entities: - - uid: 16465 + - uid: 16757 components: - type: Transform - pos: -63.581856,-16.131536 + pos: 67.912865,-41.277626 parent: 2 - proto: GasAnalyzer entities: - uid: 2089 components: - type: Transform - pos: -13.562385,-8.409812 + pos: -12.508708,-1.3879147 parent: 2 - proto: GasFilter entities: @@ -79354,32 +83015,24 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1588 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1597 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,0.5 parent: 2 - - uid: 1599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 - parent: 2 - - uid: 1600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,0.5 - parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 4512 components: - type: Transform @@ -79429,6 +83082,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' + - uid: 16444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,18.5 + parent: 2 - uid: 23455 components: - type: Transform @@ -79446,11 +83105,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16423 - components: - - type: Transform - pos: -53.5,-12.5 - parent: 2 - proto: GasOutletInjector entities: - uid: 501 @@ -79564,56 +83218,16 @@ entities: - type: Transform pos: 6.5,2.5 parent: 2 - - uid: 16419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-13.5 - parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16425 - components: - - type: Transform - pos: -53.5,-11.5 - parent: 2 - - uid: 16426 - components: - - type: Transform - pos: -55.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16444 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16445 + color: '#990000FF' + - uid: 17575 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,-12.5 + pos: 76.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-15.5 - parent: 2 + color: '#990000FF' - uid: 18174 components: - type: Transform @@ -79645,14 +83259,6 @@ entities: color: '#990000FF' - proto: GasPipeBend entities: - - uid: 645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 1543 components: - type: Transform @@ -79674,7 +83280,7 @@ entities: pos: -9.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 1650 components: - type: Transform @@ -79781,29 +83387,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2762 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 3108 components: - type: Transform @@ -79857,13 +83440,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4439 - components: - - type: Transform - pos: -36.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4551 components: - type: Transform @@ -79872,13 +83448,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4572 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4687 components: - type: Transform @@ -79901,13 +83470,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4879 - components: - - type: Transform - pos: -34.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5007 components: - type: Transform @@ -79916,22 +83478,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5388 + - uid: 5163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,11.5 + pos: -3.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' + color: '#947507FF' - uid: 5473 components: - type: Transform @@ -80015,13 +83568,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7552 - components: - - type: Transform - pos: -22.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7574 components: - type: Transform @@ -80185,6 +83731,8 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10211 components: - type: Transform @@ -80224,14 +83772,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10775 components: - type: Transform @@ -80240,6 +83780,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10872 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10976 components: - type: Transform @@ -80558,38 +84105,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14672 components: - type: Transform @@ -80629,14 +84144,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14894 components: - type: Transform @@ -80652,14 +84159,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14902 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15006 components: - type: Transform @@ -80776,35 +84275,10 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16427 + - uid: 16445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-12.5 + pos: -53.5,18.5 parent: 2 - uid: 17291 components: @@ -80869,6 +84343,98 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18224 + components: + - type: Transform + pos: 78.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18544 + components: + - type: Transform + pos: 79.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18714 + components: + - type: Transform + pos: 74.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19553 + components: + - type: Transform + pos: 43.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19981 components: - type: Transform @@ -81197,13 +84763,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 23456 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - uid: 23457 components: - type: Transform @@ -81280,24 +84839,192 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23851 + - uid: 23829 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-7.5 + pos: 16.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24101 + components: + - type: Transform + pos: -29.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24160 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24230 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24250 + components: + - type: Transform + pos: -39.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24614 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasPipeFourway entities: + - uid: 1558 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1566 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1655 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4331 components: - type: Transform @@ -81319,13 +85046,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6913 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8004 components: - type: Transform @@ -81417,13 +85137,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14451 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14461 components: - type: Transform @@ -81431,27 +85144,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14557 - components: - - type: Transform - pos: -24.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14558 - components: - - type: Transform - pos: -26.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14626 - components: - - type: Transform - pos: -24.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15091 components: - type: Transform @@ -81473,13 +85165,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16433 - components: - - type: Transform - pos: -62.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - uid: 17336 components: - type: Transform @@ -81487,41 +85172,76 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23766 + - uid: 18668 components: - type: Transform - pos: -24.5,-9.5 + pos: 79.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23976 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23988 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23998 + components: + - type: Transform + pos: -44.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23767 + - uid: 24090 components: - type: Transform - pos: -26.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23805 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23841 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23878 - components: - - type: Transform - pos: -44.5,4.5 + pos: -25.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 24138 + components: + - type: Transform + pos: -36.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24205 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24247 + components: + - type: Transform + pos: -36.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24248 + components: + - type: Transform + pos: -39.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24255 + components: + - type: Transform + pos: -43.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasPipeSensor entities: - uid: 10164 @@ -81556,20 +85276,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 9725 - components: - - type: MetaData - name: gas pipe sensor (AI Satellite) - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-12.5 - parent: 2 - - type: Label - currentLabel: AI Satellite - - type: AtmosPipeColor - color: '#03FCD3FF' - - type: NameModifier - baseName: gas pipe sensor - proto: GasPipeSensorTEGCold entities: - uid: 21319 @@ -81612,11 +85318,11 @@ entities: - uid: 43 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-14.5 + rot: -1.5707963267948966 rad + pos: -11.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 70 components: - type: Transform @@ -81639,14 +85345,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 128 components: - type: Transform @@ -81655,14 +85353,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 241 components: - type: Transform @@ -81684,22 +85374,6 @@ entities: - type: Transform pos: 8.5,3.5 parent: 2 - - uid: 372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 424 components: - type: Transform @@ -81731,6 +85405,22 @@ entities: - type: Transform pos: 10.5,2.5 parent: 2 + - uid: 552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 557 components: - type: Transform @@ -81738,6 +85428,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 625 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 633 components: - type: Transform @@ -81762,14 +85459,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 700 components: - type: Transform @@ -81785,6 +85474,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 733 components: - type: Transform @@ -81882,19 +85579,10 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1086 + - uid: 1157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-1.5 + pos: -15.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -81912,13 +85600,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1566 + - uid: 1383 components: - type: Transform - pos: -9.5,-2.5 + rot: 3.141592653589793 rad + pos: -25.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 1441 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1523 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1552 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1570 components: - type: Transform @@ -81933,25 +85643,35 @@ entities: pos: -9.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 1583 components: - type: Transform pos: 8.5,2.5 parent: 2 + - uid: 1584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1596 components: - type: Transform pos: -9.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 1602 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1603 components: - type: Transform @@ -81959,7 +85679,7 @@ entities: pos: -8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 1606 components: - type: Transform @@ -81971,18 +85691,24 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1609 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1611 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1613 components: - type: Transform @@ -82000,12 +85726,16 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1618 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1627 components: - type: Transform @@ -82067,14 +85797,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 1776 components: - type: Transform @@ -82158,14 +85880,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 1887 components: - type: Transform @@ -82462,14 +86176,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2092 components: - type: Transform @@ -82562,14 +86268,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2147 components: - type: Transform @@ -82594,11 +86292,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2212 + - uid: 2187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,3.5 + rot: -1.5707963267948966 rad + pos: -16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2264 + components: + - type: Transform + pos: -21.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -82609,54 +86314,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2385 + - uid: 2289 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,2.5 + pos: -29.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 2296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2386 components: - type: Transform @@ -82671,14 +86344,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2399 components: - type: Transform @@ -82687,14 +86352,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2435 components: - type: Transform @@ -82727,14 +86384,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2494 components: - type: Transform @@ -82751,14 +86400,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2524 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2530 components: - type: Transform @@ -82791,14 +86432,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2623 components: - type: Transform @@ -82807,27 +86440,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2637 + - uid: 2629 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,10.5 + pos: -10.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2638 + - uid: 2631 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2821 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,3.5 + pos: -9.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -83291,14 +86916,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4437 components: - type: Transform @@ -83306,30 +86923,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4440 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4459 components: - type: Transform @@ -83346,14 +86939,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4467 components: - type: Transform @@ -83362,22 +86947,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4521 components: - type: Transform @@ -83519,6 +87088,8 @@ entities: rot: 3.141592653589793 rad pos: 6.5,1.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4850 components: - type: Transform @@ -83571,14 +87142,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4987 components: - type: Transform @@ -83662,14 +87225,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5163 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5172 components: - type: Transform @@ -83801,22 +87356,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6157 components: - type: Transform @@ -84035,14 +87574,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6590 components: - type: Transform @@ -84374,13 +87905,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6806 - components: - - type: Transform - pos: 35.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6808 components: - type: Transform @@ -84490,14 +88014,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7103 components: - type: Transform @@ -84607,14 +88123,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7857 components: - type: Transform @@ -84852,14 +88360,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8598 components: - type: Transform @@ -85033,14 +88533,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8745 components: - type: Transform @@ -85142,21 +88634,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 9283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9286 - components: - - type: Transform - pos: -34.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 9294 components: - type: Transform @@ -85488,14 +88965,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10122 components: - type: Transform @@ -85542,22 +89011,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10455 components: - type: Transform @@ -85590,14 +89043,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10539 components: - type: Transform @@ -85765,14 +89210,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 10654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10670 components: - type: Transform @@ -85841,6 +89278,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10853 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10895 components: - type: Transform @@ -85849,20 +89293,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10900 - components: - - type: Transform - pos: -34.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10901 - components: - - type: Transform - pos: -34.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10943 components: - type: Transform @@ -85918,14 +89348,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11062 components: - type: Transform @@ -85994,14 +89416,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11206 components: - type: Transform @@ -86046,14 +89460,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11340 components: - type: Transform @@ -86310,14 +89716,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11902 components: - type: Transform @@ -86380,14 +89778,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12028 components: - type: Transform @@ -86892,6 +90282,16 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' + - uid: 12654 + components: + - type: Transform + anchored: False + rot: -0.5235987755982988 rad + pos: -54.09825,22.399958 + parent: 2 + - type: Physics + canCollide: True + bodyType: Dynamic - uid: 12663 components: - type: Transform @@ -86948,14 +90348,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12713 components: - type: Transform @@ -87114,22 +90506,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13052 components: - type: Transform @@ -88364,14 +91740,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13610 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13622 components: - type: Transform @@ -89145,13 +92513,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14016 - components: - - type: Transform - pos: -17.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14022 components: - type: Transform @@ -89931,49 +93292,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14361 - components: - - type: Transform - pos: -16.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14362 - components: - - type: Transform - pos: -16.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14363 - components: - - type: Transform - pos: -16.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14364 - components: - - type: Transform - pos: -16.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14367 - components: - - type: Transform - pos: -14.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14370 components: - type: Transform @@ -89982,27 +93300,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14380 - components: - - type: Transform - pos: -16.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14383 - components: - - type: Transform - pos: -14.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14384 - components: - - type: Transform - pos: -14.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14387 components: - type: Transform @@ -90173,22 +93470,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14444 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14446 components: - type: Transform @@ -90196,86 +93477,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14465 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14467 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14472 components: - type: Transform @@ -90283,14 +93484,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14474 components: - type: Transform @@ -90306,14 +93499,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14505 components: - type: Transform @@ -90342,43 +93527,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14527 - components: - - type: Transform - pos: -24.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14528 - components: - - type: Transform - pos: -24.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14530 - components: - - type: Transform - pos: -26.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14533 components: - type: Transform @@ -90386,14 +93534,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14540 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14544 components: - type: Transform @@ -90408,27 +93548,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14548 - components: - - type: Transform - pos: -26.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14549 - components: - - type: Transform - pos: -26.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14550 - components: - - type: Transform - pos: -26.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14552 components: - type: Transform @@ -90436,98 +93555,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14553 - components: - - type: Transform - pos: -24.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14555 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14556 - components: - - type: Transform - pos: -24.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14559 - components: - - type: Transform - pos: -24.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14566 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14571 components: - type: Transform @@ -90542,38 +93569,15 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,12.5 + anchored: False + pos: -54.453114,23.195366 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' + - type: Physics + canCollide: True + bodyType: Dynamic - uid: 14591 components: - type: Transform @@ -90581,14 +93585,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14604 components: - type: Transform @@ -90626,45 +93622,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14610 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14623 components: - type: Transform @@ -90749,14 +93706,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14643 components: - type: Transform @@ -91233,22 +94182,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14862 components: - type: Transform @@ -91342,14 +94275,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14944 components: - type: Transform @@ -91522,14 +94447,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15077 components: - type: Transform @@ -91740,14 +94657,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15129 components: - type: Transform @@ -91772,14 +94681,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15159 components: - type: Transform @@ -91940,20 +94841,6 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,0.5 parent: 2 - - uid: 15567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,6.5 - parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15577 @@ -92028,14 +94915,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15824 components: - type: Transform @@ -92114,196 +94993,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16438 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 16458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-14.5 - parent: 2 - uid: 16643 components: - type: Transform @@ -92899,14 +95588,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17748 components: - type: Transform @@ -92945,6 +95626,190 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' + - uid: 18183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18551 components: - type: Transform @@ -92952,14 +95817,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 18552 + components: + - type: Transform + pos: 79.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18561 + components: + - type: Transform + pos: 79.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-9.5 + pos: 79.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18581 components: - type: Transform @@ -92976,6 +95854,380 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18823 + components: + - type: Transform + pos: 79.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18825 + components: + - type: Transform + pos: 79.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18851 components: - type: Transform @@ -92990,6 +96242,15 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18939 + components: + - type: Transform + pos: 78.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18969 components: - type: Transform @@ -92998,14 +96259,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 19023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19024 components: - type: Transform @@ -93022,6 +96275,193 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' + - uid: 19168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19175 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19176 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19177 + components: + - type: Transform + pos: 43.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19178 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19179 + components: + - type: Transform + pos: 43.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19982 components: - type: Transform @@ -93076,14 +96516,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 20518 components: - type: Transform @@ -93092,22 +96524,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 20828 components: - type: Transform @@ -94348,41 +97764,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23218 - components: - - type: Transform - pos: -34.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23219 - components: - - type: Transform - pos: -34.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23220 - components: - - type: Transform - pos: -34.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23221 - components: - - type: Transform - pos: -34.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23222 - components: - - type: Transform - pos: -34.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23347 components: - type: Transform @@ -94882,892 +98263,1683 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23752 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23761 - components: - - type: Transform - pos: -26.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23765 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23780 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23786 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-4.5 + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 23819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-4.5 + rot: 1.5707963267948966 rad + pos: 12.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 23820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-8.5 + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 23821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-7.5 + rot: 1.5707963267948966 rad + pos: 14.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 23822 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-6.5 + rot: 1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23823 + components: + - type: Transform + pos: 16.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 23824 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23825 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23826 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23827 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23828 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23936 components: - type: Transform rot: 3.141592653589793 rad + pos: -17.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23962 + components: + - type: Transform + pos: -17.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23964 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23965 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23966 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23967 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23987 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23827 + - uid: 23989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23995 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-9.5 + pos: -40.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23829 + color: '#0055CCFF' + - uid: 23996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-8.5 + rot: -1.5707963267948966 rad + pos: -41.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23830 + color: '#0055CCFF' + - uid: 23997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-7.5 + rot: -1.5707963267948966 rad + pos: -42.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23831 + color: '#0055CCFF' + - uid: 23999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-6.5 + rot: -1.5707963267948966 rad + pos: -43.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23833 + - uid: 24000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-4.5 + rot: -1.5707963267948966 rad + pos: -42.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23834 + - uid: 24001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-3.5 + rot: -1.5707963267948966 rad + pos: -41.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23836 + - uid: 24003 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-1.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23837 + - uid: 24005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24027 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24028 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24029 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24030 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24145 + components: + - type: Transform + pos: -31.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24146 + components: + - type: Transform + pos: -31.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24147 + components: + - type: Transform + pos: -31.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24175 + components: + - type: Transform + pos: -36.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24176 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24207 + components: + - type: Transform + pos: -40.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24208 + components: + - type: Transform + pos: -40.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24209 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24210 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24212 + components: + - type: Transform + pos: -40.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24231 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24239 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23838 + color: '#0055CCFF' + - uid: 24240 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23842 + color: '#0055CCFF' + - uid: 24241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-4.5 + rot: 3.141592653589793 rad + pos: -39.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23843 + - uid: 24242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24276 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24277 + components: + - type: Transform + pos: -36.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24278 + components: + - type: Transform + pos: -36.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24279 + components: + - type: Transform + pos: -36.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24280 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24281 components: - type: Transform - rot: 1.5707963267948966 rad pos: -39.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23844 + - uid: 24282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-4.5 + pos: -39.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23845 + - uid: 24283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-4.5 + pos: -39.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23847 + - uid: 24606 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,-5.5 + pos: -18.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23848 + color: '#0055CCFF' + - uid: 24607 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,-5.5 + pos: -19.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23850 + color: '#0055CCFF' + - uid: 24608 components: - type: Transform - pos: -42.5,-6.5 + rot: 1.5707963267948966 rad + pos: -20.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23855 + - uid: 24609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24615 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24616 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23862 - components: - - type: Transform - pos: -39.5,1.5 + pos: -25.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23863 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23864 - components: - - type: Transform - pos: -39.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23868 + - uid: 24619 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,4.5 + pos: -20.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23869 + color: '#0055CCFF' + - uid: 24620 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,4.5 + pos: -22.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23870 + color: '#0055CCFF' + - uid: 24621 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,4.5 + pos: -23.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23871 + color: '#0055CCFF' + - uid: 24622 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,2.5 + pos: -24.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23872 + - uid: 24623 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,2.5 + pos: -25.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23873 + - uid: 24624 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,2.5 + pos: -27.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23874 + - uid: 24625 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,2.5 + pos: -26.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23887 - components: - - type: Transform - pos: -46.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23888 - components: - - type: Transform - pos: -46.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23889 - components: - - type: Transform - pos: -46.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23891 - components: - - type: Transform - pos: -43.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23892 - components: - - type: Transform - pos: -43.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23893 - components: - - type: Transform - pos: -47.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23894 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23896 - components: - - type: Transform - pos: -47.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23897 - components: - - type: Transform - pos: -47.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23898 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23899 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23900 - components: - - type: Transform - pos: -44.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23901 - components: - - type: Transform - pos: -44.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - proto: GasPipeTJunction entities: - uid: 129 @@ -95794,14 +99966,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 1308 components: - type: Transform @@ -95818,6 +99982,36 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 1527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1535 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1539 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 1605 components: - type: Transform @@ -95830,14 +100024,6 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,-1.5 parent: 2 - - uid: 1715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1778 components: - type: Transform @@ -95846,14 +100032,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2028 components: - type: Transform @@ -96105,14 +100283,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4759 components: - type: Transform @@ -96212,14 +100382,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6584 components: - type: Transform @@ -96297,14 +100459,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7751 components: - type: Transform @@ -96313,14 +100467,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7930 components: - type: Transform @@ -96369,22 +100515,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8595 components: - type: Transform @@ -96517,14 +100647,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9683 components: - type: Transform @@ -96616,11 +100738,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10769 + - uid: 10852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-16.5 + rot: 1.5707963267948966 rad + pos: 35.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -96716,14 +100838,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11621 components: - type: Transform @@ -96888,14 +101002,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12904 components: - type: Transform @@ -97348,38 +101454,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14547 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14551 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14554 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14603 components: - type: Transform @@ -97404,14 +101478,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14655 components: - type: Transform @@ -97420,13 +101486,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14666 - components: - - type: Transform - pos: -19.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14674 components: - type: Transform @@ -97553,14 +101612,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15191 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15197 components: - type: Transform @@ -97584,14 +101635,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15935 components: - type: Transform @@ -97607,14 +101650,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 16243 components: - type: Transform @@ -97623,13 +101658,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16431 - components: - - type: Transform - pos: -60.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - uid: 16917 components: - type: Transform @@ -97732,6 +101760,38 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19570 components: - type: Transform @@ -97902,14 +101962,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23405 components: - type: Transform @@ -97934,125 +101986,201 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23760 + - uid: 23912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24018 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24022 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24080 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24133 + components: + - type: Transform + pos: -35.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24168 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-9.5 + pos: -26.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23763 + - uid: 24173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-7.5 + rot: -1.5707963267948966 rad + pos: -38.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23776 + - uid: 24174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24227 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-9.5 + pos: -31.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23816 + - uid: 24236 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-4.5 + pos: -38.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23832 + - uid: 24237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-5.5 + pos: -40.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23839 + - uid: 24618 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,-4.5 + pos: -21.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23849 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - proto: GasPort entities: - uid: 122 @@ -98183,17 +102311,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16447 + - uid: 16441 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-13.5 + pos: -54.5,17.5 parent: 2 - - uid: 16448 + - uid: 16442 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-13.5 + pos: -53.5,17.5 parent: 2 - uid: 23480 components: @@ -98408,20 +102536,22 @@ entities: parent: 2 - proto: GasValve entities: - - uid: 5538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11098 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23403 components: - type: Transform @@ -98444,16 +102574,6 @@ entities: color: '#03FCD3FF' - proto: GasVentPump entities: - - uid: 621 - components: - - type: Transform - pos: -20.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 646 components: - type: Transform @@ -98476,6 +102596,17 @@ entities: - 15421 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2196 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 1004 components: - type: Transform @@ -98521,6 +102652,28 @@ entities: - 14984 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 1633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24059 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1413 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2034 components: - type: Transform @@ -98552,17 +102705,6 @@ entities: - 22510 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18900 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 3378 components: - type: Transform @@ -98743,7 +102885,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 81 + - 2237 - type: AtmosPipeColor color: '#0055CCFF' - uid: 7862 @@ -98768,17 +102910,6 @@ entities: - 9393 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11625 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9161 components: - type: Transform @@ -99213,28 +103344,6 @@ entities: - 14915 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14385 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8606 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19009 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14524 components: - type: Transform @@ -99246,50 +103355,6 @@ entities: - 15331 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18900 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 6203 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14651 components: - type: Transform @@ -99365,16 +103430,6 @@ entities: - 2583 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15018 - components: - - type: Transform - pos: -26.5,16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13089 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15119 components: - type: Transform @@ -99485,17 +103540,6 @@ entities: - 12518 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16421 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16446 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 17344 components: - type: Transform @@ -99582,6 +103626,50 @@ entities: - 13655 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17162 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17162 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18902 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18894 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19984 components: - type: Transform @@ -99785,17 +103873,6 @@ entities: - 13600 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 9278 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23060 components: - type: Transform @@ -100030,143 +104107,239 @@ entities: - type: DeviceNetwork deviceLists: - 23739 - - uid: 23759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17615 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17615 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23796 + - uid: 23972 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-7.5 + pos: -16.5,-4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 2670 + - 24035 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23798 + - uid: 23993 + components: + - type: Transform + pos: -38.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24033 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24035 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24059 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24104 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,-4.5 + pos: -28.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11625 + - 1931 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23825 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19627 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23840 + - uid: 24164 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-0.5 + pos: -32.5,7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 24130 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23877 - components: - - type: Transform - pos: -37.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23906 + - uid: 24186 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,0.5 + pos: -36.5,9.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 24130 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23907 + - uid: 24187 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,0.5 + pos: -38.5,9.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 24130 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23908 - components: - - type: Transform - pos: -46.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23909 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23911 + - uid: 24188 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,3.5 + pos: -40.5,12.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 24130 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24190 + components: + - type: Transform + pos: -36.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24191 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24254 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24291 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24291 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24275 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24292 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24290 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8606 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24627 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24601 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24628 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24601 - type: AtmosPipeColor color: '#0055CCFF' - proto: GasVentPumpFreezer @@ -100205,17 +104378,6 @@ entities: - 14085 - type: AtmosPipeColor color: '#990000FF' - - uid: 588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 9278 - - type: AtmosPipeColor - color: '#990000FF' - uid: 765 components: - type: Transform @@ -100260,15 +104422,14 @@ entities: - uid: 1569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-3.5 + rot: 3.141592653589793 rad + pos: -10.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 13796 - - 14984 + - 2237 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2176 components: - type: Transform @@ -100280,6 +104441,17 @@ entities: - 11632 - type: AtmosPipeColor color: '#990000FF' + - uid: 2208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2196 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2752 components: - type: Transform @@ -100291,16 +104463,6 @@ entities: - 5565 - type: AtmosPipeColor color: '#990000FF' - - uid: 2849 - components: - - type: Transform - pos: -24.5,16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13089 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3122 components: - type: Transform @@ -100504,17 +104666,6 @@ entities: - 15421 - type: AtmosPipeColor color: '#990000FF' - - uid: 9141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11625 - - type: AtmosPipeColor - color: '#990000FF' - uid: 9456 components: - type: Transform @@ -100589,17 +104740,6 @@ entities: - 5030 - type: AtmosPipeColor color: '#990000FF' - - uid: 11333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19009 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11369 components: - type: Transform @@ -100802,16 +104942,6 @@ entities: - 13600 - type: AtmosPipeColor color: '#990000FF' - - uid: 13609 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 81 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13614 components: - type: Transform @@ -100992,61 +105122,6 @@ entities: - 15331 - type: AtmosPipeColor color: '#990000FF' - - uid: 14468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18900 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 6203 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18900 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14706 components: - type: Transform @@ -101101,17 +105176,6 @@ entities: - 15862 - type: AtmosPipeColor color: '#990000FF' - - uid: 14878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14595 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14886 components: - type: Transform @@ -101198,17 +105262,6 @@ entities: - 22510 - type: AtmosPipeColor color: '#990000FF' - - uid: 15180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8606 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15269 components: - type: Transform @@ -101346,14 +105399,6 @@ entities: - 12518 - type: AtmosPipeColor color: '#990000FF' - - uid: 16456 - components: - - type: Transform - pos: -52.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16446 - uid: 17117 components: - type: Transform @@ -101427,6 +105472,49 @@ entities: - 13655 - type: AtmosPipeColor color: '#990000FF' + - uid: 18783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17162 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18784 + components: + - type: Transform + pos: 87.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17162 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18902 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18894 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19969 components: - type: Transform @@ -101668,6 +105756,16 @@ entities: - 17445 - type: AtmosPipeColor color: '#990000FF' + - uid: 23335 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24292 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23372 components: - type: Transform @@ -101733,152 +105831,250 @@ entities: - type: DeviceNetwork deviceLists: - 23739 - - uid: 23753 + - uid: 23817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14984 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24035 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24002 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,-11.5 + pos: -40.5,-2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 17615 + - 24238 - type: AtmosPipeColor color: '#990000FF' - - uid: 23755 - components: - - type: Transform - pos: -34.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17615 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23789 + - uid: 24032 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-6.5 + pos: -21.5,-4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 11625 + - 24035 - type: AtmosPipeColor color: '#990000FF' - - uid: 23797 + - uid: 24061 components: - type: Transform - pos: -20.5,-5.5 + pos: -22.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 2670 + - 24059 - type: AtmosPipeColor color: '#990000FF' - - uid: 23823 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 19627 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23854 + - uid: 24073 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,-2.5 + pos: -24.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 24059 - type: AtmosPipeColor color: '#990000FF' - - uid: 23876 - components: - - type: Transform - pos: -39.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23902 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23903 - components: - - type: Transform - pos: -47.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23916 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23910 + - uid: 24081 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,3.5 + pos: -22.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23916 + - 1931 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24089 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1413 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24171 + components: + - type: Transform + pos: -26.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24172 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24200 + components: + - type: Transform + pos: -40.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24130 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24228 + components: + - type: Transform + pos: -31.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24238 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24254 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24291 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24291 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24290 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8606 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24617 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24601 - type: AtmosPipeColor color: '#990000FF' - proto: GasVentScrubberFreezer @@ -101940,15 +106136,6 @@ entities: - type: Transform pos: -25.504946,23.170948 parent: 2 -- proto: Gauze1 - entities: - - uid: 2070 - components: - - type: Transform - pos: 50.513363,-40.420025 - parent: 2 - - type: Stack - count: 4 - proto: GeigerCounter entities: - uid: 16335 @@ -101970,15 +106157,10 @@ entities: - type: Transform pos: 63.5,-62.5 parent: 2 - - uid: 6732 + - uid: 6976 components: - type: Transform - pos: 72.5,-46.5 - parent: 2 - - uid: 6906 - components: - - type: Transform - pos: 65.5,-45.5 + pos: 77.5,-51.5 parent: 2 - uid: 7672 components: @@ -101990,16 +106172,6 @@ entities: - type: Transform pos: -0.5,-88.5 parent: 2 - - uid: 8329 - components: - - type: Transform - pos: 72.5,-45.5 - parent: 2 - - uid: 8432 - components: - - type: Transform - pos: 78.5,-43.5 - parent: 2 - uid: 10052 components: - type: Transform @@ -102111,12 +106283,6 @@ entities: - type: Transform pos: 66.5,-67.5 parent: 2 - - uid: 17850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-54.5 - parent: 2 - uid: 17874 components: - type: Transform @@ -102186,6 +106352,21 @@ entities: - type: Transform pos: 36.5,25.5 parent: 2 + - uid: 19053 + components: + - type: Transform + pos: 78.5,-57.5 + parent: 2 + - uid: 19089 + components: + - type: Transform + pos: 78.5,-59.5 + parent: 2 + - uid: 19091 + components: + - type: Transform + pos: 83.5,-57.5 + parent: 2 - uid: 19214 components: - type: Transform @@ -102216,16 +106397,6 @@ entities: - type: Transform pos: -10.5,-89.5 parent: 2 - - uid: 19587 - components: - - type: Transform - pos: 66.5,-38.5 - parent: 2 - - uid: 19636 - components: - - type: Transform - pos: 66.5,-39.5 - parent: 2 - uid: 19845 components: - type: Transform @@ -102236,12 +106407,6 @@ entities: - type: Transform pos: 69.5,-66.5 parent: 2 - - uid: 19908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-51.5 - parent: 2 - uid: 19917 components: - type: Transform @@ -102257,22 +106422,6 @@ entities: - type: Transform pos: 5.5,-90.5 parent: 2 - - uid: 20666 - components: - - type: Transform - pos: -33.5,20.5 - parent: 2 - - uid: 22817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-49.5 - parent: 2 - - uid: 22905 - components: - - type: Transform - pos: 85.5,-38.5 - parent: 2 - uid: 22943 components: - type: Transform @@ -102343,6 +106492,11 @@ entities: - type: Transform pos: -19.5,-62.5 parent: 2 + - uid: 89 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 - uid: 90 components: - type: Transform @@ -102353,6 +106507,11 @@ entities: - type: Transform pos: 6.5,-11.5 parent: 2 + - uid: 97 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 - uid: 99 components: - type: Transform @@ -102363,6 +106522,11 @@ entities: - type: Transform pos: 8.5,-11.5 parent: 2 + - uid: 104 + components: + - type: Transform + pos: 77.5,-45.5 + parent: 2 - uid: 120 components: - type: Transform @@ -102373,21 +106537,16 @@ entities: - type: Transform pos: -48.5,-17.5 parent: 2 - - uid: 161 + - uid: 170 components: - type: Transform - pos: -49.5,-16.5 + pos: -27.5,-4.5 parent: 2 - uid: 171 components: - type: Transform pos: 1.5,14.5 parent: 2 - - uid: 220 - components: - - type: Transform - pos: -50.5,-9.5 - parent: 2 - uid: 227 components: - type: Transform @@ -102398,10 +106557,15 @@ entities: - type: Transform pos: 72.5,-72.5 parent: 2 - - uid: 250 + - uid: 253 components: - type: Transform - pos: -31.5,-12.5 + pos: -26.5,6.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: -26.5,7.5 parent: 2 - uid: 264 components: @@ -102448,61 +106612,16 @@ entities: - type: Transform pos: -44.5,-33.5 parent: 2 - - uid: 330 - components: - - type: Transform - pos: -46.5,10.5 - parent: 2 - - uid: 331 - components: - - type: Transform - pos: -48.5,10.5 - parent: 2 - - uid: 332 - components: - - type: Transform - pos: -50.5,10.5 - parent: 2 - uid: 336 components: - type: Transform pos: 60.5,-75.5 parent: 2 - - uid: 360 - components: - - type: Transform - pos: -26.5,8.5 - parent: 2 - - uid: 361 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - uid: 375 components: - type: Transform pos: -29.5,-39.5 parent: 2 - - uid: 387 - components: - - type: Transform - pos: -47.5,10.5 - parent: 2 - - uid: 391 - components: - - type: Transform - pos: -49.5,10.5 - parent: 2 - - uid: 402 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - - uid: 408 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - uid: 410 components: - type: Transform @@ -102518,16 +106637,41 @@ entities: - type: Transform pos: -14.5,-19.5 parent: 2 + - uid: 494 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 - uid: 513 components: - type: Transform pos: 51.5,-10.5 parent: 2 + - uid: 594 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 - uid: 601 components: - type: Transform pos: -5.5,9.5 parent: 2 + - uid: 615 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 - uid: 664 components: - type: Transform @@ -102538,20 +106682,15 @@ entities: - type: Transform pos: -26.5,-20.5 parent: 2 - - uid: 674 + - uid: 690 components: - type: Transform - pos: -51.5,6.5 + pos: -24.5,8.5 parent: 2 - - uid: 675 + - uid: 691 components: - type: Transform - pos: -52.5,-1.5 - parent: 2 - - uid: 678 - components: - - type: Transform - pos: -24.5,-8.5 + pos: -23.5,-11.5 parent: 2 - uid: 693 components: @@ -102563,11 +106702,6 @@ entities: - type: Transform pos: -47.5,-18.5 parent: 2 - - uid: 711 - components: - - type: Transform - pos: -43.5,8.5 - parent: 2 - uid: 729 components: - type: Transform @@ -102578,10 +106712,10 @@ entities: - type: Transform pos: -4.5,9.5 parent: 2 - - uid: 754 + - uid: 753 components: - type: Transform - pos: -59.5,11.5 + pos: -26.5,5.5 parent: 2 - uid: 755 components: @@ -102593,21 +106727,6 @@ entities: - type: Transform pos: -17.5,40.5 parent: 2 - - uid: 782 - components: - - type: Transform - pos: -57.5,6.5 - parent: 2 - - uid: 784 - components: - - type: Transform - pos: -59.5,7.5 - parent: 2 - - uid: 785 - components: - - type: Transform - pos: -59.5,6.5 - parent: 2 - uid: 792 components: - type: Transform @@ -102648,6 +106767,11 @@ entities: - type: Transform pos: 9.5,28.5 parent: 2 + - uid: 980 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 - uid: 988 components: - type: Transform @@ -102663,11 +106787,6 @@ entities: - type: Transform pos: -3.5,22.5 parent: 2 - - uid: 991 - components: - - type: Transform - pos: -50.5,-3.5 - parent: 2 - uid: 1008 components: - type: Transform @@ -102696,12 +106815,7 @@ entities: - uid: 1120 components: - type: Transform - pos: -46.5,31.5 - parent: 2 - - uid: 1121 - components: - - type: Transform - pos: -50.5,31.5 + pos: -22.5,-5.5 parent: 2 - uid: 1149 components: @@ -102713,46 +106827,16 @@ entities: - type: Transform pos: -59.5,-49.5 parent: 2 - - uid: 1156 - components: - - type: Transform - pos: -31.5,7.5 - parent: 2 - - uid: 1157 - components: - - type: Transform - pos: -31.5,8.5 - parent: 2 - - uid: 1159 - components: - - type: Transform - pos: -29.5,5.5 - parent: 2 - uid: 1164 components: - type: Transform pos: -59.5,-48.5 parent: 2 - - uid: 1169 - components: - - type: Transform - pos: -52.5,32.5 - parent: 2 - - uid: 1170 - components: - - type: Transform - pos: -48.5,32.5 - parent: 2 - uid: 1225 components: - type: Transform pos: 77.5,-3.5 parent: 2 - - uid: 1227 - components: - - type: Transform - pos: 59.5,-37.5 - parent: 2 - uid: 1257 components: - type: Transform @@ -102808,16 +106892,6 @@ entities: - type: Transform pos: 1.5,28.5 parent: 2 - - uid: 1364 - components: - - type: Transform - pos: -59.5,23.5 - parent: 2 - - uid: 1388 - components: - - type: Transform - pos: -59.5,19.5 - parent: 2 - uid: 1395 components: - type: Transform @@ -102828,36 +106902,21 @@ entities: - type: Transform pos: -21.5,-62.5 parent: 2 - - uid: 1524 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 2 - uid: 1549 components: - type: Transform pos: -27.5,-65.5 parent: 2 - - uid: 1552 + - uid: 1599 components: - type: Transform - pos: -59.5,15.5 - parent: 2 - - uid: 1628 - components: - - type: Transform - pos: -55.5,-4.5 + pos: -14.5,-8.5 parent: 2 - uid: 1630 components: - type: Transform pos: -9.5,-23.5 parent: 2 - - uid: 1632 - components: - - type: Transform - pos: -53.5,-4.5 - parent: 2 - uid: 1641 components: - type: Transform @@ -102933,6 +106992,11 @@ entities: - type: Transform pos: 7.5,4.5 parent: 2 + - uid: 2016 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 - uid: 2062 components: - type: Transform @@ -102943,11 +107007,6 @@ entities: - type: Transform pos: -20.5,-68.5 parent: 2 - - uid: 2126 - components: - - type: Transform - pos: 60.5,-37.5 - parent: 2 - uid: 2131 components: - type: Transform @@ -102958,16 +107017,6 @@ entities: - type: Transform pos: -14.5,-18.5 parent: 2 - - uid: 2154 - components: - - type: Transform - pos: 77.5,-43.5 - parent: 2 - - uid: 2209 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 - uid: 2214 components: - type: Transform @@ -102983,21 +107032,16 @@ entities: - type: Transform pos: -25.5,-62.5 parent: 2 - - uid: 2268 + - uid: 2301 components: - type: Transform - pos: 64.5,-37.5 + pos: 72.5,-43.5 parent: 2 - uid: 2333 components: - type: Transform pos: -22.5,-67.5 parent: 2 - - uid: 2336 - components: - - type: Transform - pos: 53.5,-36.5 - parent: 2 - uid: 2383 components: - type: Transform @@ -103018,10 +107062,10 @@ entities: - type: Transform pos: -21.5,-63.5 parent: 2 - - uid: 2507 + - uid: 2455 components: - type: Transform - pos: -50.5,-15.5 + pos: -14.5,-1.5 parent: 2 - uid: 2527 components: @@ -103043,10 +107087,10 @@ entities: - type: Transform pos: -13.5,-62.5 parent: 2 - - uid: 2647 + - uid: 2595 components: - type: Transform - pos: -29.5,-14.5 + pos: -38.5,32.5 parent: 2 - uid: 2659 components: @@ -103068,11 +107112,6 @@ entities: - type: Transform pos: -13.5,-64.5 parent: 2 - - uid: 2836 - components: - - type: Transform - pos: -47.5,-6.5 - parent: 2 - uid: 2858 components: - type: Transform @@ -103118,16 +107157,6 @@ entities: - type: Transform pos: 47.5,-55.5 parent: 2 - - uid: 3069 - components: - - type: Transform - pos: -54.5,-3.5 - parent: 2 - - uid: 3075 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - uid: 3146 components: - type: Transform @@ -103148,46 +107177,16 @@ entities: - type: Transform pos: -31.5,-71.5 parent: 2 - - uid: 3198 - components: - - type: Transform - pos: -45.5,10.5 - parent: 2 - uid: 3199 components: - type: Transform pos: -9.5,-96.5 parent: 2 - - uid: 3204 - components: - - type: Transform - pos: -42.5,10.5 - parent: 2 - - uid: 3206 - components: - - type: Transform - pos: -41.5,10.5 - parent: 2 - - uid: 3214 - components: - - type: Transform - pos: -44.5,10.5 - parent: 2 - - uid: 3217 - components: - - type: Transform - pos: -54.5,-4.5 - parent: 2 - uid: 3249 components: - type: Transform pos: -55.5,-26.5 parent: 2 - - uid: 3281 - components: - - type: Transform - pos: -50.5,9.5 - parent: 2 - uid: 3312 components: - type: Transform @@ -103203,11 +107202,6 @@ entities: - type: Transform pos: -5.5,21.5 parent: 2 - - uid: 3528 - components: - - type: Transform - pos: -43.5,10.5 - parent: 2 - uid: 3583 components: - type: Transform @@ -103293,11 +107287,6 @@ entities: - type: Transform pos: 40.5,-66.5 parent: 2 - - uid: 3900 - components: - - type: Transform - pos: -28.5,4.5 - parent: 2 - uid: 3954 components: - type: Transform @@ -103583,6 +107572,11 @@ entities: - type: Transform pos: -25.5,-45.5 parent: 2 + - uid: 4364 + components: + - type: Transform + pos: 73.5,-43.5 + parent: 2 - uid: 4381 components: - type: Transform @@ -103693,11 +107687,6 @@ entities: - type: Transform pos: -17.5,-67.5 parent: 2 - - uid: 4832 - components: - - type: Transform - pos: -49.5,-8.5 - parent: 2 - uid: 4835 components: - type: Transform @@ -103758,21 +107747,26 @@ entities: - type: Transform pos: -15.5,-62.5 parent: 2 - - uid: 4909 + - uid: 4922 components: - type: Transform - pos: -50.5,8.5 + pos: 59.5,-37.5 parent: 2 - - uid: 4920 + - uid: 4923 components: - type: Transform - pos: -58.5,7.5 + pos: 59.5,-38.5 parent: 2 - uid: 4924 components: - type: Transform pos: -15.5,-67.5 parent: 2 + - uid: 4935 + components: + - type: Transform + pos: 59.5,-36.5 + parent: 2 - uid: 4952 components: - type: Transform @@ -103783,11 +107777,6 @@ entities: - type: Transform pos: -31.5,-73.5 parent: 2 - - uid: 4954 - components: - - type: Transform - pos: -41.5,9.5 - parent: 2 - uid: 4956 components: - type: Transform @@ -103828,16 +107817,6 @@ entities: - type: Transform pos: -17.5,-62.5 parent: 2 - - uid: 5078 - components: - - type: Transform - pos: -41.5,-17.5 - parent: 2 - - uid: 5079 - components: - - type: Transform - pos: -42.5,-17.5 - parent: 2 - uid: 5083 components: - type: Transform @@ -103883,16 +107862,6 @@ entities: - type: Transform pos: -24.5,-63.5 parent: 2 - - uid: 5140 - components: - - type: Transform - pos: -53.5,5.5 - parent: 2 - - uid: 5144 - components: - - type: Transform - pos: -51.5,-2.5 - parent: 2 - uid: 5170 components: - type: Transform @@ -103918,16 +107887,6 @@ entities: - type: Transform pos: -33.5,-38.5 parent: 2 - - uid: 5264 - components: - - type: Transform - pos: -60.5,-7.5 - parent: 2 - - uid: 5369 - components: - - type: Transform - pos: -31.5,6.5 - parent: 2 - uid: 5399 components: - type: Transform @@ -103958,6 +107917,11 @@ entities: - type: Transform pos: -27.5,26.5 parent: 2 + - uid: 5449 + components: + - type: Transform + pos: 58.5,-38.5 + parent: 2 - uid: 5453 components: - type: Transform @@ -103968,11 +107932,6 @@ entities: - type: Transform pos: -31.5,-45.5 parent: 2 - - uid: 5464 - components: - - type: Transform - pos: 63.5,-43.5 - parent: 2 - uid: 5477 components: - type: Transform @@ -104058,11 +108017,6 @@ entities: - type: Transform pos: 32.5,-55.5 parent: 2 - - uid: 5649 - components: - - type: Transform - pos: 64.5,-43.5 - parent: 2 - uid: 5650 components: - type: Transform @@ -104128,11 +108082,6 @@ entities: - type: Transform pos: -59.5,-63.5 parent: 2 - - uid: 5929 - components: - - type: Transform - pos: -60.5,-17.5 - parent: 2 - uid: 6050 components: - type: Transform @@ -104148,16 +108097,6 @@ entities: - type: Transform pos: -33.5,-81.5 parent: 2 - - uid: 6127 - components: - - type: Transform - pos: -63.5,-7.5 - parent: 2 - - uid: 6129 - components: - - type: Transform - pos: -63.5,-17.5 - parent: 2 - uid: 6171 components: - type: Transform @@ -104213,11 +108152,6 @@ entities: - type: Transform pos: 0.5,-83.5 parent: 2 - - uid: 6492 - components: - - type: Transform - pos: -18.5,9.5 - parent: 2 - uid: 6506 components: - type: Transform @@ -104248,26 +108182,6 @@ entities: - type: Transform pos: -34.5,-38.5 parent: 2 - - uid: 6645 - components: - - type: Transform - pos: -40.5,-14.5 - parent: 2 - - uid: 6646 - components: - - type: Transform - pos: -39.5,-13.5 - parent: 2 - - uid: 6648 - components: - - type: Transform - pos: -40.5,-15.5 - parent: 2 - - uid: 6666 - components: - - type: Transform - pos: -21.5,-14.5 - parent: 2 - uid: 6669 components: - type: Transform @@ -104328,21 +108242,16 @@ entities: - type: Transform pos: 10.5,1.5 parent: 2 - - uid: 6977 + - uid: 6978 components: - type: Transform - pos: -28.5,2.5 + pos: 77.5,-53.5 parent: 2 - uid: 6996 components: - type: Transform pos: -42.5,-33.5 parent: 2 - - uid: 7016 - components: - - type: Transform - pos: 78.5,-47.5 - parent: 2 - uid: 7051 components: - type: Transform @@ -104358,6 +108267,11 @@ entities: - type: Transform pos: -14.5,41.5 parent: 2 + - uid: 7127 + components: + - type: Transform + pos: -62.5,-23.5 + parent: 2 - uid: 7128 components: - type: Transform @@ -104368,6 +108282,11 @@ entities: - type: Transform pos: -62.5,-31.5 parent: 2 + - uid: 7130 + components: + - type: Transform + pos: -62.5,-17.5 + parent: 2 - uid: 7131 components: - type: Transform @@ -104378,6 +108297,11 @@ entities: - type: Transform pos: -62.5,-27.5 parent: 2 + - uid: 7133 + components: + - type: Transform + pos: -62.5,-20.5 + parent: 2 - uid: 7140 components: - type: Transform @@ -104403,6 +108327,11 @@ entities: - type: Transform pos: -55.5,-63.5 parent: 2 + - uid: 7302 + components: + - type: Transform + pos: -62.5,-24.5 + parent: 2 - uid: 7336 components: - type: Transform @@ -104413,36 +108342,146 @@ entities: - type: Transform pos: 43.5,-70.5 parent: 2 + - uid: 7412 + components: + - type: Transform + pos: 61.5,-45.5 + parent: 2 - uid: 7436 components: - type: Transform pos: 3.5,-12.5 parent: 2 - - uid: 7451 + - uid: 7552 components: - type: Transform - pos: -46.5,-1.5 + pos: -62.5,-14.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: -62.5,-11.5 parent: 2 - uid: 7589 components: - type: Transform pos: -5.5,-57.5 parent: 2 + - uid: 7594 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 - uid: 7615 components: - type: Transform pos: 32.5,-33.5 parent: 2 + - uid: 7625 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: -62.5,-15.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: -62.5,-19.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: -63.5,-11.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: -32.5,31.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + pos: -70.5,4.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + pos: -70.5,5.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: -70.5,6.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + pos: -70.5,7.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: -70.5,9.5 + parent: 2 - uid: 7704 components: - type: Transform - pos: -33.5,-6.5 + pos: -70.5,10.5 parent: 2 - uid: 7720 components: - type: Transform pos: 33.5,-35.5 parent: 2 + - uid: 7729 + components: + - type: Transform + pos: -70.5,12.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + pos: -70.5,13.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + pos: -70.5,14.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + pos: -70.5,16.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: -70.5,17.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: -70.5,19.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: -70.5,20.5 + parent: 2 - uid: 7752 components: - type: Transform @@ -104451,37 +108490,52 @@ entities: - uid: 7784 components: - type: Transform - pos: 77.5,-47.5 + pos: -70.5,22.5 parent: 2 - uid: 7787 components: - type: Transform - pos: -62.5,-23.5 + pos: -70.5,23.5 parent: 2 - uid: 7798 components: - type: Transform - pos: 81.5,-52.5 + pos: -70.5,24.5 parent: 2 - - uid: 7800 + - uid: 7821 components: - type: Transform - pos: 76.5,-43.5 + pos: -70.5,25.5 parent: 2 - - uid: 7801 + - uid: 7822 components: - type: Transform - pos: 75.5,-42.5 + pos: -70.5,26.5 parent: 2 - uid: 7824 components: - type: Transform pos: 46.5,-63.5 parent: 2 - - uid: 7825 + - uid: 7827 components: - type: Transform - pos: -51.5,-3.5 + pos: -70.5,28.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: -70.5,29.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: -70.5,30.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: -70.5,32.5 parent: 2 - uid: 7881 components: @@ -104493,10 +108547,30 @@ entities: - type: Transform pos: 17.5,-10.5 parent: 2 + - uid: 7929 + components: + - type: Transform + pos: -70.5,34.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + pos: -70.5,35.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + pos: -70.5,36.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: -70.5,37.5 + parent: 2 - uid: 7963 components: - type: Transform - pos: -18.5,8.5 + pos: -69.5,38.5 parent: 2 - uid: 7969 components: @@ -104508,11 +108582,51 @@ entities: - type: Transform pos: 44.5,-63.5 parent: 2 + - uid: 7976 + components: + - type: Transform + pos: -68.5,38.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: -67.5,38.5 + parent: 2 - uid: 7988 components: - type: Transform pos: 41.5,-59.5 parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -65.5,38.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: -64.5,38.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: -63.5,38.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: -61.5,38.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + pos: -60.5,38.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: -58.5,38.5 + parent: 2 - uid: 8057 components: - type: Transform @@ -104638,6 +108752,16 @@ entities: - type: Transform pos: -12.5,-76.5 parent: 2 + - uid: 8146 + components: + - type: Transform + pos: -55.5,38.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 - uid: 8212 components: - type: Transform @@ -104683,11 +108807,6 @@ entities: - type: Transform pos: -16.5,-68.5 parent: 2 - - uid: 8230 - components: - - type: Transform - pos: 75.5,-41.5 - parent: 2 - uid: 8231 components: - type: Transform @@ -104713,6 +108832,11 @@ entities: - type: Transform pos: -12.5,-78.5 parent: 2 + - uid: 8240 + components: + - type: Transform + pos: -53.5,38.5 + parent: 2 - uid: 8241 components: - type: Transform @@ -104726,33 +108850,138 @@ entities: - uid: 8245 components: - type: Transform - pos: -43.5,-17.5 + pos: -52.5,38.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + pos: -51.5,38.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + pos: -50.5,38.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: -49.5,38.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: -48.5,38.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: -57.5,38.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: -46.5,38.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: -45.5,38.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + pos: -44.5,36.5 parent: 2 - uid: 8306 components: - type: Transform pos: -27.5,35.5 parent: 2 - - uid: 8327 + - uid: 8309 components: - type: Transform - pos: 74.5,-47.5 + pos: -44.5,37.5 + parent: 2 + - uid: 8311 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + pos: -42.5,35.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: -41.5,34.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + pos: -40.5,33.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + pos: 74.5,-46.5 + parent: 2 + - uid: 8334 + components: + - type: Transform + pos: -38.5,33.5 parent: 2 - uid: 8346 components: - type: Transform pos: -12.5,-85.5 parent: 2 + - uid: 8347 + components: + - type: Transform + pos: -36.5,33.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + pos: -31.5,32.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: -29.5,34.5 + parent: 2 - uid: 8354 components: - type: Transform pos: 44.5,-1.5 parent: 2 + - uid: 8367 + components: + - type: Transform + pos: -71.5,12.5 + parent: 2 - uid: 8372 components: - type: Transform pos: 42.5,-19.5 parent: 2 + - uid: 8380 + components: + - type: Transform + pos: -56.5,6.5 + parent: 2 + - uid: 8381 + components: + - type: Transform + pos: -58.5,9.5 + parent: 2 + - uid: 8383 + components: + - type: Transform + pos: -59.5,9.5 + parent: 2 - uid: 8395 components: - type: Transform @@ -104763,6 +108992,16 @@ entities: - type: Transform pos: 8.5,-50.5 parent: 2 + - uid: 8397 + components: + - type: Transform + pos: -57.5,15.5 + parent: 2 + - uid: 8401 + components: + - type: Transform + pos: 70.5,-48.5 + parent: 2 - uid: 8403 components: - type: Transform @@ -104773,31 +109012,161 @@ entities: - type: Transform pos: -4.5,15.5 parent: 2 + - uid: 8411 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 - uid: 8415 components: - type: Transform pos: -5.5,-50.5 parent: 2 + - uid: 8423 + components: + - type: Transform + pos: -57.5,18.5 + parent: 2 - uid: 8438 components: - type: Transform pos: 65.5,11.5 parent: 2 + - uid: 8453 + components: + - type: Transform + pos: -58.5,21.5 + parent: 2 + - uid: 8455 + components: + - type: Transform + pos: -71.5,14.5 + parent: 2 - uid: 8456 components: - type: Transform - pos: -39.5,-10.5 + pos: -71.5,9.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 + - uid: 8465 + components: + - type: Transform + pos: -71.5,18.5 + parent: 2 + - uid: 8467 + components: + - type: Transform + pos: -71.5,22.5 + parent: 2 + - uid: 8468 + components: + - type: Transform + pos: -71.5,20.5 + parent: 2 + - uid: 8473 + components: + - type: Transform + pos: -71.5,25.5 + parent: 2 + - uid: 8474 + components: + - type: Transform + pos: -71.5,38.5 + parent: 2 + - uid: 8476 + components: + - type: Transform + pos: -71.5,28.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + pos: -71.5,30.5 + parent: 2 + - uid: 8479 + components: + - type: Transform + pos: -71.5,39.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + pos: -69.5,39.5 parent: 2 - uid: 8485 components: - type: Transform pos: 12.5,-67.5 parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -69.5,37.5 + parent: 2 + - uid: 8488 + components: + - type: Transform + pos: -71.5,37.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + pos: -66.5,39.5 + parent: 2 + - uid: 8497 + components: + - type: Transform + pos: -60.5,39.5 + parent: 2 + - uid: 8498 + components: + - type: Transform + pos: -62.5,39.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + pos: -53.5,39.5 + parent: 2 + - uid: 8502 + components: + - type: Transform + pos: -54.5,39.5 + parent: 2 + - uid: 8508 + components: + - type: Transform + pos: -49.5,39.5 + parent: 2 + - uid: 8511 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 - uid: 8513 components: - type: Transform pos: 33.5,22.5 parent: 2 + - uid: 8516 + components: + - type: Transform + pos: -65.5,37.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + pos: -60.5,37.5 + parent: 2 - uid: 8549 components: - type: Transform @@ -104813,6 +109182,31 @@ entities: - type: Transform pos: -19.5,-57.5 parent: 2 + - uid: 8573 + components: + - type: Transform + pos: -69.5,23.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + pos: -69.5,18.5 + parent: 2 + - uid: 8590 + components: + - type: Transform + pos: -69.5,12.5 + parent: 2 + - uid: 8667 + components: + - type: Transform + pos: -69.5,8.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + pos: -69.5,5.5 + parent: 2 - uid: 8697 components: - type: Transform @@ -104871,12 +109265,7 @@ entities: - uid: 8925 components: - type: Transform - pos: 68.5,-45.5 - parent: 2 - - uid: 9006 - components: - - type: Transform - pos: -19.5,8.5 + pos: 75.5,-48.5 parent: 2 - uid: 9085 components: @@ -104913,6 +109302,11 @@ entities: - type: Transform pos: 2.5,-21.5 parent: 2 + - uid: 9255 + components: + - type: Transform + pos: -24.5,12.5 + parent: 2 - uid: 9263 components: - type: Transform @@ -104923,15 +109317,25 @@ entities: - type: Transform pos: -25.5,-18.5 parent: 2 + - uid: 9278 + components: + - type: Transform + pos: -25.5,12.5 + parent: 2 - uid: 9282 components: - type: Transform pos: 18.5,-60.5 parent: 2 + - uid: 9285 + components: + - type: Transform + pos: -23.5,12.5 + parent: 2 - uid: 9291 components: - type: Transform - pos: -47.5,-1.5 + pos: -22.5,13.5 parent: 2 - uid: 9295 components: @@ -104953,6 +109357,16 @@ entities: - type: Transform pos: 12.5,-71.5 parent: 2 + - uid: 9354 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 + - uid: 9358 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 - uid: 9419 components: - type: Transform @@ -104973,16 +109387,61 @@ entities: - type: Transform pos: 19.5,-45.5 parent: 2 + - uid: 9520 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 9522 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 9532 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 9537 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 - uid: 9554 components: - type: Transform pos: 49.5,-88.5 parent: 2 + - uid: 9557 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 9559 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 - uid: 9561 components: - type: Transform pos: -16.5,29.5 parent: 2 + - uid: 9565 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 - uid: 9587 components: - type: Transform @@ -105043,16 +109502,6 @@ entities: - type: Transform pos: 2.5,9.5 parent: 2 - - uid: 9645 - components: - - type: Transform - pos: -52.5,-2.5 - parent: 2 - - uid: 9668 - components: - - type: Transform - pos: -53.5,1.5 - parent: 2 - uid: 9682 components: - type: Transform @@ -105063,21 +109512,6 @@ entities: - type: Transform pos: 11.5,4.5 parent: 2 - - uid: 9691 - components: - - type: Transform - pos: -51.5,7.5 - parent: 2 - - uid: 9813 - components: - - type: Transform - pos: 80.5,-48.5 - parent: 2 - - uid: 9889 - components: - - type: Transform - pos: -49.5,32.5 - parent: 2 - uid: 9924 components: - type: Transform @@ -105088,25 +109522,15 @@ entities: - type: Transform pos: -49.5,-40.5 parent: 2 - - uid: 9936 - components: - - type: Transform - pos: 80.5,-42.5 - parent: 2 - - uid: 9983 - components: - - type: Transform - pos: 80.5,-50.5 - parent: 2 - uid: 9987 components: - type: Transform pos: -24.5,-57.5 parent: 2 - - uid: 10005 + - uid: 10003 components: - type: Transform - pos: 57.5,-39.5 + pos: 73.5,-45.5 parent: 2 - uid: 10015 components: @@ -105118,10 +109542,10 @@ entities: - type: Transform pos: 7.5,6.5 parent: 2 - - uid: 10020 + - uid: 10017 components: - type: Transform - pos: 81.5,-51.5 + pos: 71.5,-43.5 parent: 2 - uid: 10028 components: @@ -105248,11 +109672,6 @@ entities: - type: Transform pos: -35.5,-51.5 parent: 2 - - uid: 10449 - components: - - type: Transform - pos: 81.5,-48.5 - parent: 2 - uid: 10468 components: - type: Transform @@ -105268,11 +109687,6 @@ entities: - type: Transform pos: 64.5,-59.5 parent: 2 - - uid: 10503 - components: - - type: Transform - pos: -53.5,0.5 - parent: 2 - uid: 10559 components: - type: Transform @@ -105373,31 +109787,31 @@ entities: - type: Transform pos: -59.5,-53.5 parent: 2 - - uid: 10674 - components: - - type: Transform - pos: -53.5,3.5 - parent: 2 - uid: 10696 components: - type: Transform pos: -57.5,-22.5 parent: 2 + - uid: 10714 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 - uid: 10717 components: - type: Transform - pos: -45.5,32.5 - parent: 2 - - uid: 10721 - components: - - type: Transform - pos: -43.5,32.5 + pos: -47.5,-1.5 parent: 2 - uid: 10724 components: - type: Transform pos: 71.5,12.5 parent: 2 + - uid: 10726 + components: + - type: Transform + pos: 88.5,-50.5 + parent: 2 - uid: 10733 components: - type: Transform @@ -105413,41 +109827,61 @@ entities: - type: Transform pos: -54.5,-63.5 parent: 2 - - uid: 10765 + - uid: 10754 components: - type: Transform - pos: -48.5,-8.5 + pos: -46.5,4.5 + parent: 2 + - uid: 10756 + components: + - type: Transform + pos: -47.5,-4.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: -47.5,-2.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -46.5,1.5 parent: 2 - uid: 10786 components: - type: Transform pos: 59.5,-7.5 parent: 2 + - uid: 10787 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 - uid: 10800 components: - type: Transform - pos: -34.5,14.5 + pos: -46.5,-8.5 parent: 2 - uid: 10806 components: - type: Transform pos: 64.5,-60.5 parent: 2 - - uid: 10808 - components: - - type: Transform - pos: -50.5,7.5 - parent: 2 - uid: 10811 components: - type: Transform pos: 76.5,-56.5 parent: 2 - - uid: 10815 - components: - - type: Transform - pos: 59.5,-43.5 - parent: 2 - uid: 10832 components: - type: Transform @@ -105488,11 +109922,26 @@ entities: - type: Transform pos: 95.5,-16.5 parent: 2 + - uid: 10857 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 - uid: 10861 components: - type: Transform pos: 75.5,-77.5 parent: 2 + - uid: 10865 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 - uid: 10868 components: - type: Transform @@ -105513,11 +109962,6 @@ entities: - type: Transform pos: 58.5,-78.5 parent: 2 - - uid: 10883 - components: - - type: Transform - pos: 85.5,-40.5 - parent: 2 - uid: 10889 components: - type: Transform @@ -105548,15 +109992,25 @@ entities: - type: Transform pos: 13.5,-23.5 parent: 2 + - uid: 10923 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 - uid: 10958 components: - type: Transform pos: -9.5,-68.5 parent: 2 + - uid: 10973 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 - uid: 10975 components: - type: Transform - pos: 81.5,-39.5 + pos: 66.5,-45.5 parent: 2 - uid: 10994 components: @@ -105566,32 +110020,32 @@ entities: - uid: 11006 components: - type: Transform - pos: -37.5,13.5 + pos: -45.5,-9.5 parent: 2 - uid: 11011 components: - type: Transform - pos: 80.5,-39.5 + pos: 65.5,-44.5 parent: 2 - - uid: 11061 + - uid: 11016 components: - type: Transform - pos: -53.5,4.5 + pos: -44.5,-9.5 parent: 2 - - uid: 11075 + - uid: 11055 components: - type: Transform - pos: -52.5,7.5 + pos: -45.5,0.5 parent: 2 - uid: 11110 components: - type: Transform - pos: -49.5,-3.5 + pos: -36.5,-5.5 parent: 2 - uid: 11113 components: - type: Transform - pos: 84.5,-36.5 + pos: 87.5,-55.5 parent: 2 - uid: 11168 components: @@ -105611,7 +110065,7 @@ entities: - uid: 11200 components: - type: Transform - pos: 91.5,-37.5 + pos: 71.5,-41.5 parent: 2 - uid: 11254 components: @@ -105623,20 +110077,15 @@ entities: - type: Transform pos: -28.5,-39.5 parent: 2 - - uid: 11272 + - uid: 11283 components: - type: Transform - pos: 71.5,-45.5 - parent: 2 - - uid: 11299 - components: - - type: Transform - pos: 70.5,-45.5 + pos: -39.5,-4.5 parent: 2 - uid: 11320 components: - type: Transform - pos: 88.5,-38.5 + pos: 67.5,-39.5 parent: 2 - uid: 11345 components: @@ -105663,10 +110112,10 @@ entities: - type: Transform pos: 32.5,-35.5 parent: 2 - - uid: 11420 + - uid: 11415 components: - type: Transform - pos: -20.5,8.5 + pos: -41.5,-2.5 parent: 2 - uid: 11525 components: @@ -105676,7 +110125,7 @@ entities: - uid: 11543 components: - type: Transform - pos: 84.5,-41.5 + pos: 62.5,-45.5 parent: 2 - uid: 11552 components: @@ -105691,23 +110140,13 @@ entities: - uid: 11589 components: - type: Transform - pos: 89.5,-37.5 + pos: 64.5,-45.5 parent: 2 - uid: 11672 components: - type: Transform pos: 27.5,-59.5 parent: 2 - - uid: 11806 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 11822 - components: - - type: Transform - pos: 81.5,-45.5 - parent: 2 - uid: 11839 components: - type: Transform @@ -105718,21 +110157,11 @@ entities: - type: Transform pos: 65.5,-84.5 parent: 2 - - uid: 11847 - components: - - type: Transform - pos: 90.5,-41.5 - parent: 2 - uid: 11864 components: - type: Transform pos: 71.5,-57.5 parent: 2 - - uid: 11874 - components: - - type: Transform - pos: 81.5,-44.5 - parent: 2 - uid: 11899 components: - type: Transform @@ -105743,6 +110172,11 @@ entities: - type: Transform pos: 37.5,-8.5 parent: 2 + - uid: 11960 + components: + - type: Transform + pos: -41.5,-6.5 + parent: 2 - uid: 12003 components: - type: Transform @@ -105813,11 +110247,6 @@ entities: - type: Transform pos: 75.5,-1.5 parent: 2 - - uid: 12382 - components: - - type: Transform - pos: -31.5,13.5 - parent: 2 - uid: 12434 components: - type: Transform @@ -105873,11 +110302,31 @@ entities: - type: Transform pos: 10.5,3.5 parent: 2 + - uid: 12557 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 - uid: 12562 components: - type: Transform pos: 13.5,6.5 parent: 2 + - uid: 12575 + components: + - type: Transform + pos: -42.5,7.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 - uid: 12588 components: - type: Transform @@ -105903,6 +110352,16 @@ entities: - type: Transform pos: -42.5,-19.5 parent: 2 + - uid: 12608 + components: + - type: Transform + pos: -42.5,9.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: -42.5,8.5 + parent: 2 - uid: 12651 components: - type: Transform @@ -105918,6 +110377,11 @@ entities: - type: Transform pos: -46.5,-27.5 parent: 2 + - uid: 12701 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 - uid: 12702 components: - type: Transform @@ -105953,6 +110417,21 @@ entities: - type: Transform pos: -5.5,-68.5 parent: 2 + - uid: 12845 + components: + - type: Transform + pos: -33.5,29.5 + parent: 2 + - uid: 12861 + components: + - type: Transform + pos: -31.5,29.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 - uid: 12885 components: - type: Transform @@ -105978,6 +110457,16 @@ entities: - type: Transform pos: -60.5,-29.5 parent: 2 + - uid: 12894 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: -30.5,25.5 + parent: 2 - uid: 12899 components: - type: Transform @@ -106028,21 +110517,46 @@ entities: - type: Transform pos: 49.5,-53.5 parent: 2 + - uid: 13028 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 - uid: 13032 components: - type: Transform pos: 58.5,-7.5 parent: 2 + - uid: 13034 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 - uid: 13039 components: - type: Transform pos: 34.5,27.5 parent: 2 + - uid: 13046 + components: + - type: Transform + pos: -55.5,19.5 + parent: 2 - uid: 13085 components: - type: Transform pos: 75.5,-3.5 parent: 2 + - uid: 13088 + components: + - type: Transform + pos: -56.5,8.5 + parent: 2 + - uid: 13089 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 - uid: 13103 components: - type: Transform @@ -106188,21 +110702,6 @@ entities: - type: Transform pos: 8.5,-41.5 parent: 2 - - uid: 13749 - components: - - type: Transform - pos: -18.5,3.5 - parent: 2 - - uid: 13753 - components: - - type: Transform - pos: -72.5,-6.5 - parent: 2 - - uid: 13754 - components: - - type: Transform - pos: -72.5,-7.5 - parent: 2 - uid: 13775 components: - type: Transform @@ -106233,6 +110732,11 @@ entities: - type: Transform pos: -52.5,-29.5 parent: 2 + - uid: 13861 + components: + - type: Transform + pos: -43.5,12.5 + parent: 2 - uid: 13865 components: - type: Transform @@ -106278,6 +110782,11 @@ entities: - type: Transform pos: -39.5,-45.5 parent: 2 + - uid: 14191 + components: + - type: Transform + pos: -43.5,18.5 + parent: 2 - uid: 14208 components: - type: Transform @@ -106288,6 +110797,11 @@ entities: - type: Transform pos: 76.5,11.5 parent: 2 + - uid: 14216 + components: + - type: Transform + pos: -43.5,17.5 + parent: 2 - uid: 14223 components: - type: Transform @@ -106316,28 +110830,13 @@ entities: - uid: 14233 components: - type: Transform - pos: -47.5,32.5 - parent: 2 - - uid: 14235 - components: - - type: Transform - pos: -37.5,32.5 + pos: -43.5,16.5 parent: 2 - uid: 14244 components: - type: Transform pos: -28.5,33.5 parent: 2 - - uid: 14253 - components: - - type: Transform - pos: -51.5,33.5 - parent: 2 - - uid: 14260 - components: - - type: Transform - pos: -41.5,32.5 - parent: 2 - uid: 14299 components: - type: Transform @@ -106363,15 +110862,10 @@ entities: - type: Transform pos: -20.5,32.5 parent: 2 - - uid: 14309 - components: - - type: Transform - pos: -60.5,20.5 - parent: 2 - uid: 14310 components: - type: Transform - pos: -60.5,9.5 + pos: -43.5,10.5 parent: 2 - uid: 14311 components: @@ -106383,11 +110877,6 @@ entities: - type: Transform pos: -10.5,29.5 parent: 2 - - uid: 14316 - components: - - type: Transform - pos: -60.5,28.5 - parent: 2 - uid: 14317 components: - type: Transform @@ -106401,88 +110890,88 @@ entities: - uid: 14322 components: - type: Transform - pos: -60.5,30.5 + pos: -43.5,8.5 parent: 2 - uid: 14328 components: - type: Transform - pos: -60.5,25.5 + pos: -43.5,13.5 parent: 2 - uid: 14331 components: - type: Transform pos: -4.5,23.5 parent: 2 + - uid: 14357 + components: + - type: Transform + pos: -43.5,14.5 + parent: 2 - uid: 14358 components: - type: Transform pos: -8.5,16.5 parent: 2 - - uid: 14360 + - uid: 14361 components: - type: Transform - pos: -24.5,14.5 + pos: -44.5,17.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + pos: -44.5,18.5 parent: 2 - uid: 14375 components: - type: Transform pos: -13.5,37.5 parent: 2 - - uid: 14376 - components: - - type: Transform - pos: -60.5,22.5 - parent: 2 - uid: 14377 components: - type: Transform pos: -7.5,16.5 parent: 2 - - uid: 14395 - components: - - type: Transform - pos: -26.5,14.5 - parent: 2 - uid: 14402 components: - type: Transform pos: -3.5,15.5 parent: 2 - - uid: 14403 - components: - - type: Transform - pos: -23.5,11.5 - parent: 2 - - uid: 14408 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 2 - - uid: 14430 - components: - - type: Transform - pos: -60.5,21.5 - parent: 2 - uid: 14437 components: - type: Transform pos: 79.5,-15.5 parent: 2 + - uid: 14453 + components: + - type: Transform + pos: -57.5,13.5 + parent: 2 - uid: 14454 components: - type: Transform - pos: -26.5,1.5 - parent: 2 - - uid: 14455 - components: - - type: Transform - pos: -24.5,1.5 + pos: -57.5,12.5 parent: 2 - uid: 14476 components: - type: Transform pos: 64.5,-58.5 parent: 2 + - uid: 14491 + components: + - type: Transform + pos: -42.5,15.5 + parent: 2 + - uid: 14652 + components: + - type: Transform + pos: -34.5,27.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: 68.5,-45.5 + parent: 2 - uid: 14753 components: - type: Transform @@ -106503,11 +110992,51 @@ entities: - type: Transform pos: -50.5,-34.5 parent: 2 + - uid: 14803 + components: + - type: Transform + pos: -32.5,29.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + pos: -33.5,30.5 + parent: 2 + - uid: 14806 + components: + - type: Transform + pos: -30.5,30.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + pos: -34.5,24.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + pos: -34.5,25.5 + parent: 2 + - uid: 14834 + components: + - type: Transform + pos: -52.5,25.5 + parent: 2 - uid: 14858 components: - type: Transform pos: -6.5,-22.5 parent: 2 + - uid: 14860 + components: + - type: Transform + pos: -55.5,22.5 + parent: 2 + - uid: 14902 + components: + - type: Transform + pos: -55.5,5.5 + parent: 2 - uid: 14910 components: - type: Transform @@ -106528,6 +111057,11 @@ entities: - type: Transform pos: -62.5,-33.5 parent: 2 + - uid: 14918 + components: + - type: Transform + pos: -55.5,17.5 + parent: 2 - uid: 14919 components: - type: Transform @@ -106551,7 +111085,7 @@ entities: - uid: 14925 components: - type: Transform - pos: -62.5,-22.5 + pos: -44.5,15.5 parent: 2 - uid: 14926 components: @@ -106618,15 +111152,25 @@ entities: - type: Transform pos: -4.5,-54.5 parent: 2 - - uid: 15025 + - uid: 15014 components: - type: Transform - pos: -60.5,23.5 + pos: -48.5,24.5 parent: 2 - - uid: 15026 + - uid: 15016 components: - type: Transform - pos: -61.5,24.5 + pos: -57.5,10.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: -50.5,25.5 parent: 2 - uid: 15049 components: @@ -106643,6 +111187,21 @@ entities: - type: Transform pos: 75.5,-62.5 parent: 2 + - uid: 15180 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - uid: 15191 + components: + - type: Transform + pos: -48.5,5.5 + parent: 2 + - uid: 15238 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 - uid: 15247 components: - type: Transform @@ -106668,15 +111227,10 @@ entities: - type: Transform pos: 57.5,11.5 parent: 2 - - uid: 15317 + - uid: 15351 components: - type: Transform - pos: -51.5,32.5 - parent: 2 - - uid: 15334 - components: - - type: Transform - pos: -27.5,14.5 + pos: -59.5,-20.5 parent: 2 - uid: 15359 components: @@ -106703,15 +111257,10 @@ entities: - type: Transform pos: 35.5,20.5 parent: 2 - - uid: 15469 + - uid: 15480 components: - type: Transform - pos: -45.5,33.5 - parent: 2 - - uid: 15471 - components: - - type: Transform - pos: -48.5,-7.5 + pos: -53.5,-0.5 parent: 2 - uid: 15614 components: @@ -106748,10 +111297,15 @@ entities: - type: Transform pos: 12.5,-75.5 parent: 2 - - uid: 15710 + - uid: 15714 components: - type: Transform - pos: -49.5,33.5 + pos: -55.5,4.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + pos: -54.5,16.5 parent: 2 - uid: 15723 components: @@ -106763,35 +111317,65 @@ entities: - type: Transform pos: -15.5,-45.5 parent: 2 - - uid: 15740 - components: - - type: Transform - pos: -51.5,-9.5 - parent: 2 - uid: 15741 components: - type: Transform pos: 51.5,20.5 parent: 2 + - uid: 15768 + components: + - type: Transform + pos: 65.5,-46.5 + parent: 2 - uid: 15787 components: - type: Transform pos: -53.5,-63.5 parent: 2 - - uid: 15861 + - uid: 15945 components: - type: Transform - pos: -40.5,32.5 + pos: -60.5,-14.5 parent: 2 - - uid: 16039 + - uid: 15948 components: - type: Transform - pos: -36.5,32.5 + pos: -60.5,-14.5 parent: 2 - - uid: 16040 + - uid: 15985 components: - type: Transform - pos: -35.5,32.5 + pos: -60.5,-13.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + pos: -54.5,-16.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + pos: -60.5,-11.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + pos: -59.5,-15.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + pos: -60.5,-15.5 parent: 2 - uid: 16048 components: @@ -106828,16 +111412,16 @@ entities: - type: Transform pos: 3.5,-84.5 parent: 2 - - uid: 16125 - components: - - type: Transform - pos: -46.5,33.5 - parent: 2 - uid: 16132 components: - type: Transform pos: 72.5,11.5 parent: 2 + - uid: 16150 + components: + - type: Transform + pos: 65.5,-40.5 + parent: 2 - uid: 16152 components: - type: Transform @@ -106878,45 +111462,145 @@ entities: - type: Transform pos: 75.5,6.5 parent: 2 - - uid: 16252 + - uid: 16250 components: - type: Transform - pos: -36.5,-10.5 + pos: -48.5,-16.5 + parent: 2 + - uid: 16253 + components: + - type: Transform + pos: -47.5,-16.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 + - uid: 16261 + components: + - type: Transform + pos: -49.5,-0.5 + parent: 2 + - uid: 16263 + components: + - type: Transform + pos: -49.5,-3.5 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: -49.5,-4.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 16289 + components: + - type: Transform + pos: -53.5,21.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 + - uid: 16301 + components: + - type: Transform + pos: -53.5,6.5 parent: 2 - uid: 16328 components: - type: Transform pos: -56.5,-61.5 parent: 2 - - uid: 16366 + - uid: 16361 components: - type: Transform - pos: -52.5,-14.5 + pos: -53.5,16.5 parent: 2 - - uid: 16367 + - uid: 16405 components: - type: Transform - pos: -55.5,-14.5 + pos: -51.5,6.5 parent: 2 - - uid: 16368 + - uid: 16406 components: - type: Transform - pos: -55.5,-10.5 + pos: -50.5,6.5 parent: 2 - - uid: 16369 + - uid: 16522 components: - type: Transform - pos: -52.5,-10.5 + pos: 65.5,-43.5 parent: 2 - - uid: 16608 + - uid: 16523 components: - type: Transform - pos: -49.5,-12.5 + pos: 65.5,-42.5 parent: 2 - - uid: 16609 + - uid: 16525 components: - type: Transform - pos: -47.5,-12.5 + pos: 65.5,-41.5 + parent: 2 + - uid: 16546 + components: + - type: Transform + pos: 86.5,-56.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + pos: 85.5,-56.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + pos: 72.5,-41.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: 73.5,-41.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: 68.5,-39.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + pos: 75.5,-46.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + pos: 75.5,-47.5 + parent: 2 + - uid: 16636 + components: + - type: Transform + pos: 69.5,-46.5 parent: 2 - uid: 16640 components: @@ -106928,6 +111612,11 @@ entities: - type: Transform pos: 75.5,-78.5 parent: 2 + - uid: 16684 + components: + - type: Transform + pos: 70.5,-47.5 + parent: 2 - uid: 16690 components: - type: Transform @@ -106938,11 +111627,21 @@ entities: - type: Transform pos: -61.5,-60.5 parent: 2 + - uid: 16715 + components: + - type: Transform + pos: 70.5,-46.5 + parent: 2 - uid: 16719 components: - type: Transform pos: -61.5,-58.5 parent: 2 + - uid: 16720 + components: + - type: Transform + pos: 76.5,-46.5 + parent: 2 - uid: 16721 components: - type: Transform @@ -106968,16 +111667,36 @@ entities: - type: Transform pos: -9.5,15.5 parent: 2 + - uid: 16834 + components: + - type: Transform + pos: 58.5,-36.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + pos: 73.5,-42.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - uid: 16881 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + pos: 80.5,-47.5 + parent: 2 - uid: 16896 components: - type: Transform pos: -60.5,-60.5 parent: 2 - - uid: 16902 - components: - - type: Transform - pos: -49.5,-9.5 - parent: 2 - uid: 16916 components: - type: Transform @@ -107038,6 +111757,11 @@ entities: - type: Transform pos: 60.5,11.5 parent: 2 + - uid: 17007 + components: + - type: Transform + pos: 80.5,-46.5 + parent: 2 - uid: 17028 components: - type: Transform @@ -107068,11 +111792,6 @@ entities: - type: Transform pos: 59.5,11.5 parent: 2 - - uid: 17061 - components: - - type: Transform - pos: -46.5,-3.5 - parent: 2 - uid: 17063 components: - type: Transform @@ -107083,26 +111802,11 @@ entities: - type: Transform pos: 66.5,11.5 parent: 2 - - uid: 17131 - components: - - type: Transform - pos: -47.5,-3.5 - parent: 2 - - uid: 17135 - components: - - type: Transform - pos: -18.5,4.5 - parent: 2 - uid: 17196 components: - type: Transform pos: 87.5,-12.5 parent: 2 - - uid: 17197 - components: - - type: Transform - pos: -60.5,17.5 - parent: 2 - uid: 17199 components: - type: Transform @@ -107111,7 +111815,7 @@ entities: - uid: 17242 components: - type: Transform - pos: -60.5,11.5 + pos: 79.5,-48.5 parent: 2 - uid: 17270 components: @@ -107121,37 +111825,52 @@ entities: - uid: 17276 components: - type: Transform - pos: -60.5,7.5 + pos: 74.5,-39.5 parent: 2 - uid: 17277 components: - type: Transform pos: 86.5,-13.5 parent: 2 + - uid: 17282 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 - uid: 17288 components: - type: Transform - pos: 92.5,-40.5 + pos: 78.5,-50.5 parent: 2 - uid: 17289 components: - type: Transform - pos: 91.5,-41.5 + pos: 71.5,-39.5 parent: 2 - - uid: 17290 + - uid: 17294 components: - type: Transform - pos: -18.5,2.5 + pos: 79.5,-45.5 parent: 2 - uid: 17309 components: - type: Transform pos: 57.5,12.5 parent: 2 + - uid: 17324 + components: + - type: Transform + pos: 77.5,-52.5 + parent: 2 - uid: 17420 components: - type: Transform - pos: -36.5,15.5 + pos: 78.5,-49.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + pos: 74.5,-45.5 parent: 2 - uid: 17710 components: @@ -107173,16 +111892,21 @@ entities: - type: Transform pos: 81.5,-24.5 parent: 2 + - uid: 17733 + components: + - type: Transform + pos: 76.5,-54.5 + parent: 2 + - uid: 17750 + components: + - type: Transform + pos: 73.5,-39.5 + parent: 2 - uid: 17758 components: - type: Transform pos: 53.5,11.5 parent: 2 - - uid: 17762 - components: - - type: Transform - pos: -60.5,18.5 - parent: 2 - uid: 17765 components: - type: Transform @@ -107208,11 +111932,6 @@ entities: - type: Transform pos: -27.5,32.5 parent: 2 - - uid: 17781 - components: - - type: Transform - pos: -57.5,32.5 - parent: 2 - uid: 17782 components: - type: Transform @@ -107233,216 +111952,36 @@ entities: - type: Transform pos: -14.5,25.5 parent: 2 - - uid: 17792 - components: - - type: Transform - pos: -61.5,20.5 - parent: 2 - - uid: 17796 - components: - - type: Transform - pos: -54.5,6.5 - parent: 2 - - uid: 17797 - components: - - type: Transform - pos: -53.5,6.5 - parent: 2 - - uid: 17799 - components: - - type: Transform - pos: -56.5,6.5 - parent: 2 - uid: 17802 components: - type: Transform pos: -27.5,37.5 parent: 2 - - uid: 17889 - components: - - type: Transform - pos: -60.5,15.5 - parent: 2 - uid: 17890 components: - type: Transform pos: -14.5,40.5 parent: 2 - - uid: 17891 - components: - - type: Transform - pos: -61.5,14.5 - parent: 2 - - uid: 17892 - components: - - type: Transform - pos: -76.5,-15.5 - parent: 2 - - uid: 17893 - components: - - type: Transform - pos: -60.5,16.5 - parent: 2 - uid: 17894 components: - type: Transform pos: -13.5,39.5 parent: 2 - - uid: 17896 - components: - - type: Transform - pos: -76.5,-9.5 - parent: 2 - - uid: 17897 - components: - - type: Transform - pos: -61.5,19.5 - parent: 2 - - uid: 17898 - components: - - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 17900 - components: - - type: Transform - pos: -62.5,-3.5 - parent: 2 - uid: 17901 components: - type: Transform pos: -14.5,38.5 parent: 2 - - uid: 17903 - components: - - type: Transform - pos: -76.5,-13.5 - parent: 2 - - uid: 17904 - components: - - type: Transform - pos: -57.5,-3.5 - parent: 2 - - uid: 17914 - components: - - type: Transform - pos: -60.5,2.5 - parent: 2 - - uid: 17915 - components: - - type: Transform - pos: -60.5,4.5 - parent: 2 - uid: 17926 components: - type: Transform pos: -16.5,39.5 parent: 2 - - uid: 17928 - components: - - type: Transform - pos: 86.5,-45.5 - parent: 2 - - uid: 17929 - components: - - type: Transform - pos: -60.5,1.5 - parent: 2 - - uid: 17934 - components: - - type: Transform - pos: -62.5,-21.5 - parent: 2 - - uid: 17935 - components: - - type: Transform - pos: -64.5,-21.5 - parent: 2 - - uid: 17936 - components: - - type: Transform - pos: -63.5,-21.5 - parent: 2 - - uid: 17939 - components: - - type: Transform - pos: -61.5,-21.5 - parent: 2 - - uid: 17940 - components: - - type: Transform - pos: -73.5,-21.5 - parent: 2 - - uid: 17941 - components: - - type: Transform - pos: -65.5,-21.5 - parent: 2 - - uid: 17950 - components: - - type: Transform - pos: -44.5,8.5 - parent: 2 - - uid: 17954 - components: - - type: Transform - pos: -60.5,-0.5 - parent: 2 - - uid: 17958 - components: - - type: Transform - pos: -60.5,5.5 - parent: 2 - - uid: 17959 - components: - - type: Transform - pos: -58.5,4.5 - parent: 2 - - uid: 17961 - components: - - type: Transform - pos: -75.5,-6.5 - parent: 2 - - uid: 17962 - components: - - type: Transform - pos: -71.5,-22.5 - parent: 2 - - uid: 17963 - components: - - type: Transform - pos: -59.5,4.5 - parent: 2 - - uid: 17965 - components: - - type: Transform - pos: -59.5,-22.5 - parent: 2 - - uid: 17966 - components: - - type: Transform - pos: -75.5,-18.5 - parent: 2 - uid: 17968 components: - type: Transform pos: 75.5,5.5 parent: 2 - - uid: 18104 - components: - - type: Transform - pos: -75.5,-20.5 - parent: 2 - - uid: 18117 - components: - - type: Transform - pos: -73.5,-4.5 - parent: 2 - - uid: 18118 - components: - - type: Transform - pos: -68.5,-4.5 - parent: 2 - uid: 18119 components: - type: Transform @@ -107463,11 +112002,6 @@ entities: - type: Transform pos: 84.5,-24.5 parent: 2 - - uid: 18125 - components: - - type: Transform - pos: -71.5,-4.5 - parent: 2 - uid: 18126 components: - type: Transform @@ -107478,11 +112012,6 @@ entities: - type: Transform pos: 61.5,12.5 parent: 2 - - uid: 18136 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 2 - uid: 18137 components: - type: Transform @@ -107493,146 +112022,26 @@ entities: - type: Transform pos: 62.5,12.5 parent: 2 - - uid: 18146 - components: - - type: Transform - pos: -61.5,10.5 - parent: 2 - uid: 18147 components: - type: Transform pos: -11.5,27.5 parent: 2 - - uid: 18175 - components: - - type: Transform - pos: -64.5,-20.5 - parent: 2 - - uid: 18189 - components: - - type: Transform - pos: -60.5,-3.5 - parent: 2 - - uid: 18202 - components: - - type: Transform - pos: -59.5,31.5 - parent: 2 - - uid: 18203 - components: - - type: Transform - pos: -31.5,25.5 - parent: 2 - uid: 18204 components: - type: Transform pos: -11.5,32.5 parent: 2 - - uid: 18205 - components: - - type: Transform - pos: -30.5,25.5 - parent: 2 - - uid: 18206 - components: - - type: Transform - pos: -58.5,32.5 - parent: 2 - - uid: 18207 - components: - - type: Transform - pos: -29.5,25.5 - parent: 2 - - uid: 18209 - components: - - type: Transform - pos: -39.5,32.5 - parent: 2 - - uid: 18221 - components: - - type: Transform - pos: -54.5,31.5 - parent: 2 - - uid: 18224 - components: - - type: Transform - pos: -59.5,32.5 - parent: 2 - - uid: 18232 - components: - - type: Transform - pos: -61.5,-3.5 - parent: 2 - - uid: 18238 - components: - - type: Transform - pos: -54.5,33.5 - parent: 2 - - uid: 18241 - components: - - type: Transform - pos: -55.5,33.5 - parent: 2 - - uid: 18246 - components: - - type: Transform - pos: -60.5,32.5 - parent: 2 - - uid: 18253 - components: - - type: Transform - pos: -53.5,33.5 - parent: 2 - - uid: 18255 - components: - - type: Transform - pos: -76.5,-11.5 - parent: 2 - - uid: 18256 - components: - - type: Transform - pos: -63.5,-3.5 - parent: 2 - - uid: 18257 - components: - - type: Transform - pos: -55.5,32.5 - parent: 2 - - uid: 18259 - components: - - type: Transform - pos: -43.5,33.5 - parent: 2 - - uid: 18263 - components: - - type: Transform - pos: -53.5,32.5 - parent: 2 - uid: 18264 components: - type: Transform pos: -11.5,34.5 parent: 2 - - uid: 18268 - components: - - type: Transform - pos: -60.5,31.5 - parent: 2 - - uid: 18271 - components: - - type: Transform - pos: -59.5,33.5 - parent: 2 - uid: 18272 components: - type: Transform pos: 76.5,-3.5 parent: 2 - - uid: 18273 - components: - - type: Transform - pos: -76.5,-10.5 - parent: 2 - uid: 18274 components: - type: Transform @@ -107643,16 +112052,6 @@ entities: - type: Transform pos: 57.5,-6.5 parent: 2 - - uid: 18277 - components: - - type: Transform - pos: -76.5,-16.5 - parent: 2 - - uid: 18280 - components: - - type: Transform - pos: -76.5,-6.5 - parent: 2 - uid: 18281 components: - type: Transform @@ -107698,21 +112097,6 @@ entities: - type: Transform pos: 66.5,10.5 parent: 2 - - uid: 18293 - components: - - type: Transform - pos: -76.5,-12.5 - parent: 2 - - uid: 18294 - components: - - type: Transform - pos: -59.5,-21.5 - parent: 2 - - uid: 18295 - components: - - type: Transform - pos: -60.5,-21.5 - parent: 2 - uid: 18296 components: - type: Transform @@ -107733,16 +112117,6 @@ entities: - type: Transform pos: 62.5,-5.5 parent: 2 - - uid: 18300 - components: - - type: Transform - pos: -67.5,-21.5 - parent: 2 - - uid: 18301 - components: - - type: Transform - pos: -76.5,-7.5 - parent: 2 - uid: 18302 components: - type: Transform @@ -107758,11 +112132,6 @@ entities: - type: Transform pos: 77.5,10.5 parent: 2 - - uid: 18306 - components: - - type: Transform - pos: -68.5,-21.5 - parent: 2 - uid: 18308 components: - type: Transform @@ -107813,11 +112182,6 @@ entities: - type: Transform pos: 63.5,-7.5 parent: 2 - - uid: 18323 - components: - - type: Transform - pos: -76.5,-8.5 - parent: 2 - uid: 18324 components: - type: Transform @@ -107883,40 +112247,25 @@ entities: - type: Transform pos: 65.5,10.5 parent: 2 - - uid: 18345 - components: - - type: Transform - pos: -61.5,12.5 - parent: 2 - - uid: 18349 - components: - - type: Transform - pos: -75.5,-5.5 - parent: 2 - - uid: 18367 - components: - - type: Transform - pos: -69.5,-3.5 - parent: 2 - uid: 18368 components: - type: Transform - pos: -60.5,27.5 + pos: 97.5,-33.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: 96.5,-36.5 parent: 2 - uid: 18375 components: - type: Transform - pos: -60.5,13.5 + pos: 85.5,-37.5 parent: 2 - uid: 18376 components: - type: Transform - pos: -60.5,8.5 - parent: 2 - - uid: 18400 - components: - - type: Transform - pos: -59.5,-2.5 + pos: 86.5,-36.5 parent: 2 - uid: 18408 components: @@ -107933,11 +112282,6 @@ entities: - type: Transform pos: 84.5,-15.5 parent: 2 - - uid: 18428 - components: - - type: Transform - pos: -68.5,-2.5 - parent: 2 - uid: 18429 components: - type: Transform @@ -107946,22 +112290,12 @@ entities: - uid: 18430 components: - type: Transform - pos: -64.5,-2.5 + pos: 92.5,-33.5 parent: 2 - uid: 18432 components: - type: Transform - pos: -77.5,-8.5 - parent: 2 - - uid: 18436 - components: - - type: Transform - pos: -56.5,-3.5 - parent: 2 - - uid: 18438 - components: - - type: Transform - pos: -75.5,-8.5 + pos: 65.5,-38.5 parent: 2 - uid: 18451 components: @@ -107973,26 +112307,11 @@ entities: - type: Transform pos: 92.5,-32.5 parent: 2 - - uid: 18453 - components: - - type: Transform - pos: 92.5,-33.5 - parent: 2 - uid: 18463 components: - type: Transform pos: 90.5,-14.5 parent: 2 - - uid: 18468 - components: - - type: Transform - pos: -75.5,-16.5 - parent: 2 - - uid: 18469 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - uid: 18471 components: - type: Transform @@ -108008,11 +112327,6 @@ entities: - type: Transform pos: 84.5,-10.5 parent: 2 - - uid: 18485 - components: - - type: Transform - pos: 92.5,-34.5 - parent: 2 - uid: 18495 components: - type: Transform @@ -108043,21 +112357,6 @@ entities: - type: Transform pos: 95.5,-19.5 parent: 2 - - uid: 18503 - components: - - type: Transform - pos: 97.5,-36.5 - parent: 2 - - uid: 18506 - components: - - type: Transform - pos: -69.5,-21.5 - parent: 2 - - uid: 18511 - components: - - type: Transform - pos: -68.5,-22.5 - parent: 2 - uid: 18517 components: - type: Transform @@ -108068,26 +112367,6 @@ entities: - type: Transform pos: 97.5,-31.5 parent: 2 - - uid: 18533 - components: - - type: Transform - pos: 92.5,-39.5 - parent: 2 - - uid: 18534 - components: - - type: Transform - pos: 88.5,-43.5 - parent: 2 - - uid: 18536 - components: - - type: Transform - pos: 94.5,-37.5 - parent: 2 - - uid: 18537 - components: - - type: Transform - pos: 83.5,-47.5 - parent: 2 - uid: 18606 components: - type: Transform @@ -108113,6 +112392,11 @@ entities: - type: Transform pos: 78.5,-4.5 parent: 2 + - uid: 18715 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 2 - uid: 18770 components: - type: Transform @@ -108138,21 +112422,6 @@ entities: - type: Transform pos: 87.5,-11.5 parent: 2 - - uid: 18782 - components: - - type: Transform - pos: 95.5,-36.5 - parent: 2 - - uid: 18783 - components: - - type: Transform - pos: 95.5,-37.5 - parent: 2 - - uid: 18784 - components: - - type: Transform - pos: 94.5,-36.5 - parent: 2 - uid: 18785 components: - type: Transform @@ -108173,46 +112442,6 @@ entities: - type: Transform pos: 77.5,-55.5 parent: 2 - - uid: 18789 - components: - - type: Transform - pos: 94.5,-38.5 - parent: 2 - - uid: 18790 - components: - - type: Transform - pos: 80.5,-52.5 - parent: 2 - - uid: 18791 - components: - - type: Transform - pos: 80.5,-54.5 - parent: 2 - - uid: 18793 - components: - - type: Transform - pos: 78.5,-54.5 - parent: 2 - - uid: 18801 - components: - - type: Transform - pos: 95.5,-34.5 - parent: 2 - - uid: 18825 - components: - - type: Transform - pos: -58.5,0.5 - parent: 2 - - uid: 18826 - components: - - type: Transform - pos: -77.5,-16.5 - parent: 2 - - uid: 18827 - components: - - type: Transform - pos: -60.5,0.5 - parent: 2 - uid: 18830 components: - type: Transform @@ -108223,111 +112452,51 @@ entities: - type: Transform pos: -58.5,-21.5 parent: 2 - - uid: 18841 - components: - - type: Transform - pos: -59.5,0.5 - parent: 2 - uid: 18849 components: - type: Transform pos: 54.5,-45.5 parent: 2 - - uid: 18864 - components: - - type: Transform - pos: -36.5,-9.5 - parent: 2 - - uid: 18899 - components: - - type: Transform - pos: -28.5,6.5 - parent: 2 - uid: 18964 components: - type: Transform pos: -59.5,-50.5 parent: 2 - - uid: 19031 + - uid: 18992 components: - type: Transform - pos: -76.5,-17.5 + pos: 96.5,-50.5 parent: 2 - - uid: 19033 + - uid: 18993 components: - type: Transform - pos: -66.5,-3.5 + pos: 96.5,-49.5 parent: 2 - - uid: 19034 + - uid: 18994 components: - type: Transform - pos: -65.5,-3.5 + pos: 92.5,-54.5 parent: 2 - - uid: 19035 + - uid: 18995 components: - type: Transform - pos: -64.5,-3.5 - parent: 2 - - uid: 19036 - components: - - type: Transform - pos: -75.5,-4.5 - parent: 2 - - uid: 19037 - components: - - type: Transform - pos: -59.5,2.5 - parent: 2 - - uid: 19038 - components: - - type: Transform - pos: 93.5,-38.5 + pos: 93.5,-54.5 parent: 2 - uid: 19039 components: - type: Transform - pos: 87.5,-44.5 + pos: 85.5,-47.5 parent: 2 - uid: 19040 components: - type: Transform pos: 86.5,-15.5 parent: 2 - - uid: 19043 - components: - - type: Transform - pos: -75.5,-12.5 - parent: 2 - - uid: 19044 - components: - - type: Transform - pos: -76.5,-18.5 - parent: 2 - - uid: 19047 - components: - - type: Transform - pos: -60.5,-1.5 - parent: 2 - - uid: 19048 - components: - - type: Transform - pos: 86.5,-34.5 - parent: 2 - - uid: 19049 - components: - - type: Transform - pos: 86.5,-35.5 - parent: 2 - uid: 19050 components: - type: Transform pos: 38.5,-77.5 parent: 2 - - uid: 19056 - components: - - type: Transform - pos: 86.5,-38.5 - parent: 2 - uid: 19057 components: - type: Transform @@ -108383,11 +112552,56 @@ entities: - type: Transform pos: 58.5,-75.5 parent: 2 + - uid: 19068 + components: + - type: Transform + pos: 77.5,-57.5 + parent: 2 + - uid: 19070 + components: + - type: Transform + pos: 86.5,-54.5 + parent: 2 + - uid: 19085 + components: + - type: Transform + pos: 83.5,-58.5 + parent: 2 + - uid: 19086 + components: + - type: Transform + pos: 78.5,-60.5 + parent: 2 + - uid: 19087 + components: + - type: Transform + pos: 76.5,-62.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + pos: 77.5,-60.5 + parent: 2 - uid: 19097 components: - type: Transform pos: 6.5,-54.5 parent: 2 + - uid: 19123 + components: + - type: Transform + pos: 86.5,-48.5 + parent: 2 + - uid: 19124 + components: + - type: Transform + pos: 84.5,-48.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + pos: 84.5,-47.5 + parent: 2 - uid: 19142 components: - type: Transform @@ -108423,166 +112637,16 @@ entities: - type: Transform pos: -5.5,-78.5 parent: 2 - - uid: 19290 - components: - - type: Transform - pos: -36.5,-8.5 - parent: 2 - - uid: 19544 - components: - - type: Transform - pos: 81.5,-50.5 - parent: 2 - uid: 19545 components: - type: Transform pos: 77.5,-13.5 parent: 2 - - uid: 19583 - components: - - type: Transform - pos: -73.5,-3.5 - parent: 2 - - uid: 19584 - components: - - type: Transform - pos: -77.5,-12.5 - parent: 2 - - uid: 19585 - components: - - type: Transform - pos: -74.5,-4.5 - parent: 2 - - uid: 19586 - components: - - type: Transform - pos: -58.5,2.5 - parent: 2 - uid: 19591 components: - type: Transform pos: 76.5,-12.5 parent: 2 - - uid: 19592 - components: - - type: Transform - pos: 82.5,-47.5 - parent: 2 - - uid: 19602 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 19606 - components: - - type: Transform - pos: -18.5,5.5 - parent: 2 - - uid: 19607 - components: - - type: Transform - pos: -18.5,1.5 - parent: 2 - - uid: 19625 - components: - - type: Transform - pos: -18.5,6.5 - parent: 2 - - uid: 19629 - components: - - type: Transform - pos: -71.5,-2.5 - parent: 2 - - uid: 19630 - components: - - type: Transform - pos: -58.5,-3.5 - parent: 2 - - uid: 19631 - components: - - type: Transform - pos: -71.5,-3.5 - parent: 2 - - uid: 19632 - components: - - type: Transform - pos: -72.5,-3.5 - parent: 2 - - uid: 19633 - components: - - type: Transform - pos: -74.5,-20.5 - parent: 2 - - uid: 19634 - components: - - type: Transform - pos: -71.5,-21.5 - parent: 2 - - uid: 19637 - components: - - type: Transform - pos: -64.5,-4.5 - parent: 2 - - uid: 19638 - components: - - type: Transform - pos: -70.5,-21.5 - parent: 2 - - uid: 19639 - components: - - type: Transform - pos: -71.5,-20.5 - parent: 2 - - uid: 19640 - components: - - type: Transform - pos: -59.5,-20.5 - parent: 2 - - uid: 19760 - components: - - type: Transform - pos: -72.5,-21.5 - parent: 2 - - uid: 19761 - components: - - type: Transform - pos: -73.5,-20.5 - parent: 2 - - uid: 19765 - components: - - type: Transform - pos: -68.5,-20.5 - parent: 2 - - uid: 19766 - components: - - type: Transform - pos: -64.5,-22.5 - parent: 2 - - uid: 19767 - components: - - type: Transform - pos: -68.5,-3.5 - parent: 2 - - uid: 19772 - components: - - type: Transform - pos: -60.5,-2.5 - parent: 2 - - uid: 19774 - components: - - type: Transform - pos: -70.5,-3.5 - parent: 2 - - uid: 19776 - components: - - type: Transform - pos: -60.5,3.5 - parent: 2 - - uid: 19777 - components: - - type: Transform - pos: -75.5,-19.5 - parent: 2 - uid: 19861 components: - type: Transform @@ -108718,51 +112782,11 @@ entities: - type: Transform pos: 14.5,-68.5 parent: 2 - - uid: 19970 - components: - - type: Transform - pos: 93.5,-39.5 - parent: 2 - uid: 19975 components: - type: Transform pos: -4.5,-66.5 parent: 2 - - uid: 20007 - components: - - type: Transform - pos: 89.5,-43.5 - parent: 2 - - uid: 20008 - components: - - type: Transform - pos: 86.5,-44.5 - parent: 2 - - uid: 20009 - components: - - type: Transform - pos: 85.5,-45.5 - parent: 2 - - uid: 20010 - components: - - type: Transform - pos: 83.5,-46.5 - parent: 2 - - uid: 20068 - components: - - type: Transform - pos: 64.5,-47.5 - parent: 2 - - uid: 20069 - components: - - type: Transform - pos: 65.5,-46.5 - parent: 2 - - uid: 20070 - components: - - type: Transform - pos: 66.5,-46.5 - parent: 2 - uid: 20071 components: - type: Transform @@ -108798,31 +112822,6 @@ entities: - type: Transform pos: 87.5,-14.5 parent: 2 - - uid: 20116 - components: - - type: Transform - pos: -72.5,-9.5 - parent: 2 - - uid: 20117 - components: - - type: Transform - pos: -73.5,-12.5 - parent: 2 - - uid: 20118 - components: - - type: Transform - pos: -72.5,-17.5 - parent: 2 - - uid: 20119 - components: - - type: Transform - pos: -69.5,-17.5 - parent: 2 - - uid: 20120 - components: - - type: Transform - pos: -65.5,-18.5 - parent: 2 - uid: 20132 components: - type: Transform @@ -108908,126 +112907,21 @@ entities: - type: Transform pos: -3.5,-59.5 parent: 2 - - uid: 20229 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 2 - uid: 20237 components: - type: Transform pos: 9.5,-10.5 parent: 2 - - uid: 20390 - components: - - type: Transform - pos: -36.5,19.5 - parent: 2 - - uid: 20419 - components: - - type: Transform - pos: -35.5,-1.5 - parent: 2 - - uid: 20432 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 2 - - uid: 20445 - components: - - type: Transform - pos: -47.5,8.5 - parent: 2 - - uid: 20453 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 2 - - uid: 20459 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 - - uid: 20468 - components: - - type: Transform - pos: -35.5,-3.5 - parent: 2 - - uid: 20469 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - uid: 20484 components: - type: Transform pos: -25.5,-57.5 parent: 2 - - uid: 20551 - components: - - type: Transform - pos: -47.5,-5.5 - parent: 2 - - uid: 20567 - components: - - type: Transform - pos: -26.5,-8.5 - parent: 2 - - uid: 20576 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - - uid: 20585 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 2 - - uid: 20591 - components: - - type: Transform - pos: -45.5,-5.5 - parent: 2 - - uid: 20611 - components: - - type: Transform - pos: -45.5,-7.5 - parent: 2 - - uid: 20664 - components: - - type: Transform - pos: -35.5,17.5 - parent: 2 - - uid: 20667 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - - uid: 20677 - components: - - type: Transform - pos: -31.5,16.5 - parent: 2 - - uid: 20678 - components: - - type: Transform - pos: -31.5,17.5 - parent: 2 - - uid: 20679 - components: - - type: Transform - pos: -31.5,18.5 - parent: 2 - uid: 20735 components: - type: Transform pos: 97.5,-23.5 parent: 2 - - uid: 20781 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - uid: 20818 components: - type: Transform @@ -109488,21 +113382,6 @@ entities: - type: Transform pos: -47.5,-17.5 parent: 2 - - uid: 21734 - components: - - type: Transform - pos: -49.5,-15.5 - parent: 2 - - uid: 21794 - components: - - type: Transform - pos: -45.5,-6.5 - parent: 2 - - uid: 21811 - components: - - type: Transform - pos: -37.5,11.5 - parent: 2 - uid: 21882 components: - type: Transform @@ -109563,11 +113442,6 @@ entities: - type: Transform pos: -57.5,-55.5 parent: 2 - - uid: 21980 - components: - - type: Transform - pos: -31.5,15.5 - parent: 2 - uid: 21989 components: - type: Transform @@ -109578,16 +113452,6 @@ entities: - type: Transform pos: 15.5,28.5 parent: 2 - - uid: 22030 - components: - - type: Transform - pos: -35.5,13.5 - parent: 2 - - uid: 22095 - components: - - type: Transform - pos: -35.5,11.5 - parent: 2 - uid: 22126 components: - type: Transform @@ -109608,16 +113472,6 @@ entities: - type: Transform pos: 14.5,17.5 parent: 2 - - uid: 22725 - components: - - type: Transform - pos: -46.5,-5.5 - parent: 2 - - uid: 22728 - components: - - type: Transform - pos: -53.5,-0.5 - parent: 2 - uid: 22834 components: - type: Transform @@ -109663,20 +113517,20 @@ entities: - type: Transform pos: 46.5,26.5 parent: 2 - - uid: 23935 + - uid: 24732 components: - type: Transform - pos: -41.5,33.5 + pos: 78.5,-39.5 parent: 2 - - uid: 23937 + - uid: 24733 components: - type: Transform - pos: -41.5,31.5 + pos: 77.5,-38.5 parent: 2 - - uid: 23943 + - uid: 24734 components: - type: Transform - pos: -28.5,-6.5 + pos: 80.5,-37.5 parent: 2 - proto: GrilleBroken entities: @@ -109726,12 +113580,6 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-67.5 parent: 2 - - uid: 3184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-3.5 - parent: 2 - uid: 3418 components: - type: Transform @@ -109767,12 +113615,6 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-67.5 parent: 2 - - uid: 5457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,29.5 - parent: 2 - uid: 5518 components: - type: Transform @@ -109795,17 +113637,6 @@ entities: rot: 3.141592653589793 rad pos: 61.5,-81.5 parent: 2 - - uid: 6043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-38.5 - parent: 2 - - uid: 6059 - components: - - type: Transform - pos: 80.5,-41.5 - parent: 2 - uid: 6143 components: - type: Transform @@ -109830,17 +113661,79 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,29.5 parent: 2 + - uid: 7640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,-23.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: -62.5,-18.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-16.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-12.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,3.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,4.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: -65.5,39.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + pos: -70.5,15.5 + parent: 2 - uid: 7753 components: - type: Transform pos: -8.5,27.5 parent: 2 + - uid: 7781 + components: + - type: Transform + pos: -70.5,31.5 + parent: 2 - uid: 7785 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-69.5 parent: 2 + - uid: 7825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,38.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,8.5 + parent: 2 - uid: 8055 components: - type: Transform @@ -109944,10 +113837,11 @@ entities: - type: Transform pos: -12.5,-87.5 parent: 2 - - uid: 8301 + - uid: 8330 components: - type: Transform - pos: -60.5,24.5 + rot: -1.5707963267948966 rad + pos: -47.5,38.5 parent: 2 - uid: 8336 components: @@ -109955,6 +113849,11 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-95.5 parent: 2 + - uid: 8359 + components: + - type: Transform + pos: -41.5,35.5 + parent: 2 - uid: 8361 components: - type: Transform @@ -109966,6 +113865,28 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,33.5 parent: 2 + - uid: 8424 + components: + - type: Transform + pos: -57.5,19.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,16.5 + parent: 2 + - uid: 8444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,23.5 + parent: 2 + - uid: 8452 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 - uid: 10781 components: - type: Transform @@ -109982,12 +113903,6 @@ entities: - type: Transform pos: 77.5,-70.5 parent: 2 - - uid: 11214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,5.5 - parent: 2 - uid: 12330 components: - type: Transform @@ -109999,17 +113914,33 @@ entities: - type: Transform pos: 58.5,-77.5 parent: 2 - - uid: 13890 + - uid: 14645 + components: + - type: Transform + pos: -34.5,30.5 + parent: 2 + - uid: 14675 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,6.5 + pos: -31.5,24.5 parent: 2 - - uid: 14726 + - uid: 14807 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-53.5 + pos: -33.5,31.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,30.5 + parent: 2 + - uid: 14817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,26.5 parent: 2 - uid: 14935 components: @@ -110028,12 +113959,28 @@ entities: rot: 1.5707963267948966 rad pos: -62.5,-63.5 parent: 2 + - uid: 15371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-10.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + pos: -56.5,-15.5 + parent: 2 - uid: 15709 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-4.5 parent: 2 + - uid: 15861 + components: + - type: Transform + pos: -46.5,13.5 + parent: 2 - uid: 16204 components: - type: Transform @@ -110062,10 +114009,23 @@ entities: rot: -1.5707963267948966 rad pos: 69.5,11.5 parent: 2 - - uid: 16900 + - uid: 16284 components: - type: Transform - pos: -49.5,-7.5 + rot: -1.5707963267948966 rad + pos: -54.5,21.5 + parent: 2 + - uid: 16352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-16.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-45.5 parent: 2 - uid: 16941 components: @@ -110073,12 +114033,6 @@ entities: rot: 3.141592653589793 rad pos: -56.5,-63.5 parent: 2 - - uid: 17130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,10.5 - parent: 2 - uid: 17183 components: - type: Transform @@ -110090,12 +114044,6 @@ entities: - type: Transform pos: -28.5,29.5 parent: 2 - - uid: 17683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-8.5 - parent: 2 - uid: 17716 components: - type: Transform @@ -110137,63 +114085,6 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,-74.5 parent: 2 - - uid: 18227 - components: - - type: Transform - pos: -56.5,32.5 - parent: 2 - - uid: 18229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,32.5 - parent: 2 - - uid: 18230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,32.5 - parent: 2 - - uid: 18231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,32.5 - parent: 2 - - uid: 18233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,6.5 - parent: 2 - - uid: 18235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,32.5 - parent: 2 - - uid: 18251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,12.5 - parent: 2 - - uid: 18252 - components: - - type: Transform - pos: -61.5,11.5 - parent: 2 - - uid: 18260 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,32.5 - parent: 2 - - uid: 18261 - components: - - type: Transform - pos: -61.5,33.5 - parent: 2 - uid: 18278 components: - type: Transform @@ -110246,6 +114137,16 @@ entities: rot: 3.141592653589793 rad pos: 76.5,8.5 parent: 2 + - uid: 18366 + components: + - type: Transform + pos: 93.5,-33.5 + parent: 2 + - uid: 18367 + components: + - type: Transform + pos: 94.5,-35.5 + parent: 2 - uid: 18369 components: - type: Transform @@ -110281,12 +114182,6 @@ entities: rot: 3.141592653589793 rad pos: 97.5,-29.5 parent: 2 - - uid: 18541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-36.5 - parent: 2 - uid: 18792 components: - type: Transform @@ -110299,6 +114194,78 @@ entities: rot: -1.5707963267948966 rad pos: 97.5,-30.5 parent: 2 + - uid: 19071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,-57.5 + parent: 2 + - uid: 19116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-50.5 + parent: 2 + - uid: 19117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-51.5 + parent: 2 + - uid: 19118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-58.5 + parent: 2 + - uid: 19119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-59.5 + parent: 2 + - uid: 19120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-63.5 + parent: 2 + - uid: 19121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-55.5 + parent: 2 + - uid: 19122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-54.5 + parent: 2 + - uid: 19126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-46.5 + parent: 2 + - uid: 19127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-49.5 + parent: 2 + - uid: 19128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,-49.5 + parent: 2 + - uid: 19130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-52.5 + parent: 2 - uid: 19150 components: - type: Transform @@ -110372,34 +114339,6 @@ entities: - type: Transform pos: 97.5,-32.5 parent: 2 - - uid: 19942 - components: - - type: Transform - pos: 96.5,-34.5 - parent: 2 - - uid: 20053 - components: - - type: Transform - pos: 71.5,-44.5 - parent: 2 - - uid: 20056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-40.5 - parent: 2 - - uid: 20057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-42.5 - parent: 2 - - uid: 20058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-33.5 - parent: 2 - uid: 20059 components: - type: Transform @@ -110429,56 +114368,23 @@ entities: rot: 1.5707963267948966 rad pos: 96.5,-28.5 parent: 2 - - uid: 20064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-43.5 - parent: 2 - - uid: 20065 - components: - - type: Transform - pos: 82.5,-46.5 - parent: 2 - uid: 20066 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-48.5 parent: 2 - - uid: 20067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-39.5 - parent: 2 - uid: 20078 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-53.5 parent: 2 - - uid: 20079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-48.5 - parent: 2 - uid: 20080 components: - type: Transform pos: 75.5,-52.5 parent: 2 - - uid: 20081 - components: - - type: Transform - pos: 77.5,-54.5 - parent: 2 - - uid: 20601 - components: - - type: Transform - pos: -40.5,-17.5 - parent: 2 - uid: 20740 components: - type: Transform @@ -110547,17 +114453,6 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,-46.5 parent: 2 - - uid: 21735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-16.5 - parent: 2 - - uid: 21736 - components: - - type: Transform - pos: -48.5,-16.5 - parent: 2 - uid: 22826 components: - type: Transform @@ -110629,16 +114524,6 @@ entities: - type: Transform pos: 72.5,-54.5 parent: 2 - - uid: 751 - components: - - type: Transform - pos: -60.5,14.5 - parent: 2 - - uid: 753 - components: - - type: Transform - pos: -58.5,6.5 - parent: 2 - uid: 2868 components: - type: Transform @@ -110719,26 +114604,6 @@ entities: - type: Transform pos: -2.5,-86.5 parent: 2 - - uid: 6260 - components: - - type: Transform - pos: 83.5,-42.5 - parent: 2 - - uid: 6961 - components: - - type: Transform - pos: 87.5,-38.5 - parent: 2 - - uid: 6978 - components: - - type: Transform - pos: 85.5,-46.5 - parent: 2 - - uid: 7130 - components: - - type: Transform - pos: -67.5,-22.5 - parent: 2 - uid: 7244 components: - type: Transform @@ -110749,15 +114614,40 @@ entities: - type: Transform pos: 92.5,-29.5 parent: 2 - - uid: 7412 + - uid: 7834 components: - type: Transform - pos: 84.5,-46.5 + pos: -56.5,38.5 parent: 2 - - uid: 7652 + - uid: 7844 components: - type: Transform - pos: 83.5,-37.5 + pos: -70.5,21.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: -57.5,39.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: -70.5,38.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: -70.5,33.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: -70.5,18.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: -70.5,11.5 parent: 2 - uid: 8056 components: @@ -110784,11 +114674,6 @@ entities: - type: Transform pos: 28.5,-70.5 parent: 2 - - uid: 8217 - components: - - type: Transform - pos: 85.5,-35.5 - parent: 2 - uid: 8223 components: - type: Transform @@ -110804,11 +114689,6 @@ entities: - type: Transform pos: -13.5,-70.5 parent: 2 - - uid: 8401 - components: - - type: Transform - pos: 91.5,-40.5 - parent: 2 - uid: 8642 components: - type: Transform @@ -110829,11 +114709,6 @@ entities: - type: Transform pos: -62.5,-40.5 parent: 2 - - uid: 10686 - components: - - type: Transform - pos: -53.5,2.5 - parent: 2 - uid: 10739 components: - type: Transform @@ -110844,55 +114719,30 @@ entities: - type: Transform pos: 92.5,-28.5 parent: 2 - - uid: 12006 - components: - - type: Transform - pos: -53.5,2.5 - parent: 2 - uid: 12222 components: - type: Transform pos: 39.5,-77.5 parent: 2 - - uid: 12894 + - uid: 13899 components: - type: Transform - pos: -66.5,-21.5 + pos: -43.5,15.5 parent: 2 - - uid: 14462 + - uid: 14316 components: - type: Transform - pos: -76.5,-14.5 + pos: -43.5,9.5 parent: 2 - - uid: 14918 + - uid: 14360 components: - type: Transform - pos: -77.5,-11.5 + pos: -43.5,11.5 parent: 2 - - uid: 14921 + - uid: 16616 components: - type: Transform - pos: -63.5,-22.5 - parent: 2 - - uid: 14936 - components: - - type: Transform - pos: -61.5,-2.5 - parent: 2 - - uid: 17157 - components: - - type: Transform - pos: -60.5,19.5 - parent: 2 - - uid: 17191 - components: - - type: Transform - pos: -60.5,6.5 - parent: 2 - - uid: 17296 - components: - - type: Transform - pos: -67.5,-3.5 + pos: 64.5,-47.5 parent: 2 - uid: 17305 components: @@ -110919,21 +114769,6 @@ entities: - type: Transform pos: 65.5,12.5 parent: 2 - - uid: 17750 - components: - - type: Transform - pos: -60.5,26.5 - parent: 2 - - uid: 17755 - components: - - type: Transform - pos: -58.5,31.5 - parent: 2 - - uid: 17756 - components: - - type: Transform - pos: -60.5,33.5 - parent: 2 - uid: 18133 components: - type: Transform @@ -110954,16 +114789,6 @@ entities: - type: Transform pos: 59.5,-5.5 parent: 2 - - uid: 18143 - components: - - type: Transform - pos: -44.5,32.5 - parent: 2 - - uid: 18145 - components: - - type: Transform - pos: -38.5,32.5 - parent: 2 - uid: 18176 components: - type: Transform @@ -111009,21 +114834,46 @@ entities: - type: Transform pos: 54.5,11.5 parent: 2 - - uid: 18601 + - uid: 19141 components: - type: Transform - pos: -54.5,32.5 + pos: 84.5,-57.5 + parent: 2 + - uid: 19152 + components: + - type: Transform + pos: 85.5,-48.5 + parent: 2 + - uid: 19160 + components: + - type: Transform + pos: 93.5,-51.5 + parent: 2 + - uid: 19161 + components: + - type: Transform + pos: 77.5,-61.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + pos: 77.5,-59.5 + parent: 2 + - uid: 19166 + components: + - type: Transform + pos: 79.5,-49.5 + parent: 2 + - uid: 19167 + components: + - type: Transform + pos: 81.5,-46.5 parent: 2 - uid: 19183 components: - type: Transform pos: 10.5,-96.5 parent: 2 - - uid: 19920 - components: - - type: Transform - pos: 89.5,-42.5 - parent: 2 - uid: 19921 components: - type: Transform @@ -111129,11 +114979,6 @@ entities: - type: Transform pos: 73.5,-80.5 parent: 2 - - uid: 22906 - components: - - type: Transform - pos: 82.5,-43.5 - parent: 2 - uid: 22918 components: - type: Transform @@ -111159,73 +115004,47 @@ entities: - type: Transform pos: -12.5,-86.5 parent: 2 - - uid: 23938 - components: - - type: Transform - pos: -42.5,33.5 - parent: 2 - - uid: 23939 - components: - - type: Transform - pos: -42.5,31.5 - parent: 2 - proto: GunSafeDisabler entities: - - uid: 2207 + - uid: 20618 components: - type: Transform - anchored: True - pos: -21.5,2.5 + pos: -41.5,3.5 parent: 2 - - type: Physics - bodyType: Static - - 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: - - 21962 - - 21619 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: GunSafeLaserCarbine entities: - - uid: 19954 + - uid: 20614 components: - type: Transform - anchored: True - pos: -20.5,4.5 + pos: -37.5,5.5 parent: 2 - - type: Physics - bodyType: Static - proto: GunSafePistolMk58 entities: - - uid: 8729 + - uid: 20656 components: - type: Transform - anchored: True - pos: -20.5,5.5 + pos: -41.5,4.5 + parent: 2 +- proto: GunSafeRifleLecter + entities: + - uid: 20676 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 +- proto: GunSafeShotgunKammerer + entities: + - uid: 20615 + components: + - type: Transform + pos: -38.5,5.5 + parent: 2 +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 20611 + components: + - type: Transform + pos: -36.5,5.5 parent: 2 - type: EntityStorage air: @@ -111245,30 +115064,6 @@ entities: - 0 - 0 - 0 - - type: Physics - bodyType: Static -- proto: GunSafeRifleLecter - entities: - - uid: 19580 - components: - - type: Transform - anchored: True - pos: -20.5,3.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafeShotgunKammerer - entities: - - uid: 3956 - components: - - type: MetaData - desc: A standard-issue Nanotrasen storage unit, contains 2 kammerer shotguns. - - type: Transform - anchored: True - pos: -20.5,2.5 - parent: 2 - - type: Physics - bodyType: Static - proto: GyroscopeUnanchored entities: - uid: 21926 @@ -111285,18 +115080,13 @@ entities: - type: Transform pos: -18.202019,-50.432945 parent: 2 - - uid: 14807 + - uid: 11330 components: - type: Transform - pos: -21.216204,10.476481 + pos: -45.511314,2.284298 parent: 2 - proto: HandheldHealthAnalyzer entities: - - uid: 452 - components: - - type: Transform - pos: -28.477646,12.341827 - parent: 2 - uid: 4368 components: - type: Transform @@ -111373,10 +115163,10 @@ entities: parent: 2 - proto: HarmonicaInstrument entities: - - uid: 20257 + - uid: 19624 components: - type: Transform - pos: -41.42886,0.6378641 + pos: -29.543543,9.591145 parent: 2 - proto: HeatExchanger entities: @@ -111422,38 +115212,38 @@ entities: color: '#03FCD3FF' - proto: HighSecArmoryLocked entities: - - uid: 11942 + - uid: 10654 components: - type: Transform - pos: -23.5,3.5 + pos: -37.5,0.5 parent: 2 - - uid: 19624 + - uid: 10656 components: - type: Transform - pos: -23.5,5.5 + pos: -36.5,0.5 parent: 2 - proto: HighSecCommandLocked entities: + - uid: 1842 + components: + - type: Transform + pos: 85.5,-42.5 + parent: 2 - uid: 4965 components: - type: Transform pos: -30.5,-61.5 parent: 2 - - uid: 6253 - components: - - type: Transform - pos: -56.5,-12.5 - parent: 2 - - uid: 8573 - components: - - type: Transform - pos: -59.5,-12.5 - parent: 2 - uid: 9590 components: - type: Transform pos: 28.5,-10.5 parent: 2 + - uid: 17065 + components: + - type: Transform + pos: 82.5,-42.5 + parent: 2 - proto: HolofanProjector entities: - uid: 13003 @@ -111469,28 +115259,21 @@ entities: - uid: 16646 components: - type: Transform - pos: -13.111154,-8.26818 + pos: -12.070991,-1.2483382 parent: 2 -- proto: HolopadAiBackupPower +- proto: HolopadAiCore entities: - - uid: 15 + - uid: 17960 components: - type: Transform - pos: -63.5,-9.5 - parent: 2 -- proto: HolopadAiMain - entities: - - uid: 6738 - components: - - type: Transform - pos: -51.5,-12.5 + pos: 87.5,-42.5 parent: 2 - proto: HolopadAiUpload entities: - - uid: 20709 + - uid: 17057 components: - type: Transform - pos: -62.5,-16.5 + pos: 68.5,-42.5 parent: 2 - proto: HolopadCargoBayLongRange entities: @@ -111564,10 +115347,10 @@ entities: parent: 2 - proto: HolopadCommandHos entities: - - uid: 9940 + - uid: 24271 components: - type: Transform - pos: -22.5,11.5 + pos: -44.5,2.5 parent: 2 - proto: HolopadCommandMeetingRoom entities: @@ -111604,6 +115387,13 @@ entities: - type: Transform pos: -12.5,-19.5 parent: 2 +- proto: HolopadEngineeringAtmosFront + entities: + - uid: 23808 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 - proto: HolopadEngineeringAtmosMain entities: - uid: 12662 @@ -111777,19 +115567,19 @@ entities: - type: Transform pos: 34.5,-25.5 parent: 2 -- proto: HolopadSecurityBreakroom +- proto: HolopadSecurityArmory entities: - - uid: 20799 + - uid: 11806 components: - type: Transform - pos: -25.5,4.5 + pos: -37.5,3.5 parent: 2 - proto: HolopadSecurityBrigMed entities: - - uid: 20816 + - uid: 23334 components: - type: Transform - pos: -28.5,10.5 + pos: -44.5,-7.5 parent: 2 - proto: HolopadSecurityDetective entities: @@ -111798,6 +115588,20 @@ entities: - type: Transform pos: 36.5,2.5 parent: 2 +- proto: HolopadSecurityFront + entities: + - uid: 23336 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 +- proto: HolopadSecurityInterrogation + entities: + - uid: 11654 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 - proto: HolopadSecurityLawyer entities: - uid: 13893 @@ -111807,24 +115611,24 @@ entities: parent: 2 - proto: HolopadSecurityLockerRoom entities: - - uid: 20250 + - uid: 23419 components: - type: Transform - pos: -25.5,16.5 + pos: -38.5,-7.5 parent: 2 - proto: HolopadSecurityPerma entities: - - uid: 23929 + - uid: 699 components: - type: Transform - pos: -38.5,-8.5 + pos: -22.5,10.5 parent: 2 - proto: HolopadSecurityWarden entities: - - uid: 20514 + - uid: 23344 components: - type: Transform - pos: -20.5,-4.5 + pos: -25.5,-8.5 parent: 2 - proto: HolopadServiceBar entities: @@ -111882,24 +115686,19 @@ entities: - type: Transform pos: 14.5,-52.5 parent: 2 -- proto: HoloprojectorSecurity - entities: - - uid: 14409 - components: - - type: Transform - pos: -27.478722,15.819984 - parent: 2 - proto: HospitalCurtainsOpen entities: - - uid: 3027 + - uid: 9637 components: - type: Transform - pos: -49.5,2.5 + rot: -1.5707963267948966 rad + pos: -33.5,3.5 parent: 2 - - uid: 5436 + - uid: 9642 components: - type: Transform - pos: -49.5,4.5 + rot: -1.5707963267948966 rad + pos: -31.5,3.5 parent: 2 - uid: 12844 components: @@ -111982,6 +115781,11 @@ entities: - type: Transform pos: 17.5,-2.5 parent: 2 + - uid: 20560 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 - proto: HydroponicsToolClippers entities: - uid: 3432 @@ -111989,17 +115793,17 @@ entities: - type: Transform pos: -17.829746,-39.424503 parent: 2 + - uid: 10527 + components: + - type: Transform + parent: 10503 + - type: Physics + canCollide: False - uid: 10577 components: - type: Transform pos: 7.500762,-57.955555 parent: 2 - - uid: 13137 - components: - - type: Transform - parent: 13091 - - type: Physics - canCollide: False - uid: 17266 components: - type: Transform @@ -112024,22 +115828,27 @@ entities: - type: Transform pos: -18.932138,-39.314594 parent: 2 + - uid: 10506 + components: + - type: Transform + parent: 10503 + - type: Physics + canCollide: False - uid: 11710 components: - type: Transform pos: 7.455774,-57.62218 parent: 2 - - uid: 13276 - components: - - type: Transform - parent: 13091 - - type: Physics - canCollide: False - uid: 17265 components: - type: Transform pos: 42.540768,-61.447887 parent: 2 + - uid: 24496 + components: + - type: Transform + pos: -25.419449,-12.373899 + parent: 2 - proto: HydroponicsToolScythe entities: - uid: 3431 @@ -112059,10 +115868,10 @@ entities: - type: Transform pos: -18.8175,-39.314594 parent: 2 - - uid: 13343 + - uid: 10524 components: - type: Transform - parent: 13091 + parent: 10503 - type: Physics canCollide: False - uid: 15746 @@ -112077,11 +115886,10 @@ entities: parent: 2 - proto: hydroponicsTray entities: - - uid: 491 + - uid: 621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-8.5 + pos: -23.5,15.5 parent: 2 - uid: 715 components: @@ -112089,6 +115897,26 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,-37.5 parent: 2 + - uid: 811 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 - uid: 2503 components: - type: Transform @@ -112177,18 +116005,6 @@ entities: - type: Transform pos: 44.5,-62.5 parent: 2 - - uid: 12992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-5.5 - parent: 2 - - uid: 14414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-7.5 - parent: 2 - uid: 17161 components: - type: Transform @@ -112199,18 +116015,6 @@ entities: - type: Transform pos: 47.5,-62.5 parent: 2 - - uid: 20424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-6.5 - parent: 2 - - uid: 20430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-4.5 - parent: 2 - proto: IDComputerCircuitboard entities: - uid: 9345 @@ -112218,6 +116022,13 @@ entities: - type: Transform pos: 10.56266,-14.37939 parent: 2 +- proto: InflatableWall + entities: + - uid: 24293 + components: + - type: Transform + pos: -30.5,20.5 + parent: 2 - proto: IngotGold entities: - uid: 8246 @@ -112246,37 +116057,36 @@ entities: parent: 2 - proto: IntercomAll entities: - - uid: 16472 + - uid: 11805 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,-13.5 + pos: 91.5,-43.5 parent: 2 - - uid: 16473 + - uid: 16872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-12.5 + pos: 91.5,-41.5 parent: 2 - - uid: 16474 + - uid: 17157 components: - type: Transform - pos: -67.5,-11.5 + rot: -1.5707963267948966 rad + pos: 92.5,-42.5 parent: 2 - proto: IntercomCommon entities: - - uid: 10537 + - uid: 19637 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,0.5 + pos: -33.5,10.5 parent: 2 -- proto: IntercomElectronics - entities: - - uid: 16476 + - uid: 24129 components: - type: Transform - pos: -61.65887,-11.452108 + rot: -1.5707963267948966 rad + pos: -22.5,9.5 parent: 2 - proto: IntercomEngineering entities: @@ -112307,14 +116117,6 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-23.5 parent: 2 -- proto: IntercomSecurity - entities: - - uid: 502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-2.5 - parent: 2 - proto: IntercomSupply entities: - uid: 13201 @@ -112333,14 +116135,6 @@ entities: parent: 2 - proto: JanitorServiceLight entities: - - uid: 16099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-2.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 4 - uid: 16102 components: - type: Transform @@ -112370,6 +116164,12 @@ entities: rot: 1.5707963267948966 rad pos: -24.5,-33.5 parent: 2 + - uid: 24050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 2 - proto: JetpackMiniFilled entities: - uid: 12739 @@ -112384,16 +116184,38 @@ entities: parent: 2 - proto: JetpackSecurityFilled entities: - - uid: 23318 + - uid: 20601 components: - type: Transform - pos: -22.334614,4.6755686 + pos: -38.67241,1.7818651 parent: 2 - - uid: 23319 + - type: GasTank + toggleActionEntity: 20606 + - type: Jetpack + toggleActionEntity: 20605 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 20605 + - 20606 + - uid: 20607 components: - type: Transform - pos: -22.311176,4.589631 + pos: -38.43271,1.6984739 parent: 2 + - type: GasTank + toggleActionEntity: 20609 + - type: Jetpack + toggleActionEntity: 20608 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 20608 + - 20609 - proto: Jug entities: - uid: 12111 @@ -112432,23 +116254,23 @@ entities: - type: Transform pos: -6.5,-30.5 parent: 2 + - uid: 10452 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 - uid: 18794 components: - type: Transform pos: 44.5,-75.5 parent: 2 - - uid: 20571 + - uid: 24106 components: - type: Transform - pos: -36.5,-1.5 + pos: 18.5,-6.5 parent: 2 - proto: KitchenReagentGrinder entities: - - uid: 150 - components: - - type: Transform - pos: -41.5,-3.5 - parent: 2 - uid: 2586 components: - type: Transform @@ -112464,10 +116286,15 @@ entities: - type: Transform pos: -29.5,-36.5 parent: 2 - - uid: 7200 + - uid: 10451 components: - type: Transform - pos: 21.5,-6.5 + pos: -26.5,13.5 + parent: 2 + - uid: 24075 + components: + - type: Transform + pos: 19.5,-6.5 parent: 2 - proto: KitchenSpike entities: @@ -112478,20 +116305,20 @@ entities: parent: 2 - proto: KnifePlastic entities: - - uid: 698 - components: - - type: Transform - pos: -36.48029,-2.0989318 - parent: 2 - uid: 5739 components: - type: Transform pos: -26.93114,-48.32984 parent: 2 - - uid: 17282 + - uid: 19606 components: - type: Transform - pos: -36.41776,-2.182323 + pos: -30.092619,15.567259 + parent: 2 + - uid: 19607 + components: + - type: Transform + pos: -29.998821,15.582893 parent: 2 - proto: KoboldCubeWrapped entities: @@ -112639,10 +116466,10 @@ entities: - type: ActionsContainer - proto: LampInterrogator entities: - - uid: 373 + - uid: 11635 components: - type: Transform - pos: -30.54271,3.8887415 + pos: -32.517487,1.9459085 parent: 2 - proto: Lantern entities: @@ -112720,22 +116547,22 @@ entities: - uid: 982 components: - type: Transform - pos: 19.739239,-6.3760834 + pos: 20.494286,-6.373911 parent: 2 - uid: 20629 components: - type: Transform - pos: 19.754864,-6.1260834 + pos: 20.400536,-6.202036 parent: 2 - uid: 22026 components: - type: Transform - pos: 19.739239,-6.2979584 + pos: 20.72866,-6.217661 parent: 2 - uid: 22138 components: - type: Transform - pos: 19.770489,-6.2042084 + pos: 20.713036,-6.389536 parent: 2 - proto: LGBTQHandyFlag entities: @@ -112746,70 +116573,64 @@ entities: parent: 2 - proto: LightBulbCrystalBlue entities: - - uid: 9513 + - uid: 18242 components: - type: Transform - pos: -23.288647,21.539906 - parent: 2 + parent: 18241 + - type: Physics + canCollide: False + - uid: 18352 + components: + - type: Transform + parent: 18350 + - type: Physics + canCollide: False + - uid: 18354 + components: + - type: Transform + parent: 18353 + - type: Physics + canCollide: False + - uid: 18356 + components: + - type: Transform + parent: 18355 + - type: Physics + canCollide: False - proto: LightBulbCrystalCyan entities: - - uid: 9503 - components: - - type: Transform - pos: -23.507505,21.644144 - parent: 2 - uid: 12390 components: - type: Transform parent: 12365 - type: Physics canCollide: False -- proto: LightBulbCrystalGreen - entities: - - uid: 9466 - components: - - type: Transform - pos: -23.736786,21.508635 - parent: 2 -- proto: LightBulbCrystalOrange - entities: - - uid: 2179 - components: - - type: Transform - pos: -23.299068,21.82135 - parent: 2 - proto: LightBulbCrystalPink entities: - - uid: 9464 - components: - - type: Transform - pos: -23.736786,21.831776 - parent: 2 - uid: 12221 components: - type: Transform parent: 12207 - type: Physics canCollide: False -- proto: LightBulbCrystalRed - entities: - - uid: 9465 + - uid: 23799 components: - type: Transform - pos: -23.497084,21.946438 - parent: 2 + parent: 23798 + - type: Physics + canCollide: False - proto: Lighter entities: - - uid: 5674 - components: - - type: Transform - pos: 52.797794,-38.31231 - parent: 2 - uid: 6181 components: - type: Transform pos: 36.20289,-3.421843 parent: 2 + - uid: 24223 + components: + - type: Transform + pos: -30.366573,17.260607 + parent: 2 - proto: LightReplacerEmpty entities: - uid: 9366 @@ -112819,35 +116640,31 @@ entities: parent: 2 - proto: LockableButtonArmory entities: - - uid: 5956 + - uid: 1671 components: - - type: MetaData - name: Shutters - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 + rot: 1.5707963267948966 rad + pos: -23.5,-7.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2359: + 1700: - - Pressed - Toggle - 3570: - - - Pressed - - DoorBolt - 15932: - - - Pressed - - DoorBolt - 14572: - - - Pressed - - DoorBolt - 16028: - - - Pressed - - DoorBolt - 23932: + 2243: - - Pressed - Toggle - 23931: + - uid: 12054 + components: + - type: MetaData + name: Blast Door + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,0.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10652: - - Pressed - Toggle - proto: LockableButtonAtmospherics @@ -112900,6 +116717,50 @@ entities: 16090: - - Pressed - Toggle +- proto: LockableButtonBrig + entities: + - uid: 19649 + components: + - type: MetaData + name: Visitation Shutters + - type: Transform + pos: -26.5,3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10686: + - - Pressed + - Toggle + 10682: + - - Pressed + - Toggle + 24120: + - - Pressed + - Toggle + 24121: + - - Pressed + - Toggle + 24122: + - - Pressed + - Toggle + 24128: + - - Pressed + - Toggle + 24127: + - - Pressed + - Toggle + 24126: + - - Pressed + - Toggle + 24123: + - - Pressed + - Toggle + 24124: + - - Pressed + - Toggle + 24125: + - - Pressed + - Toggle - proto: LockableButtonCaptain entities: - uid: 195 @@ -113230,15 +117091,33 @@ entities: - Toggle - proto: LockableButtonHeadOfSecurity entities: - - uid: 14821 + - uid: 20774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,12.5 + rot: -1.5707963267948966 rad + pos: -42.5,2.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 7960: + 20772: + - - Pressed + - Toggle + 20771: + - - Pressed + - Toggle + 20770: + - - Pressed + - Toggle + 20769: + - - Pressed + - Toggle + 20758: + - - Pressed + - Toggle + 20731: + - - Pressed + - Toggle + 20768: - - Pressed - Toggle - proto: LockableButtonHydroponics @@ -113533,103 +117412,6 @@ entities: 17616: - - Pressed - Toggle -- proto: LockableButtonSecurity - entities: - - uid: 345 - components: - - type: MetaData - name: Shutters - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,14.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 21876: - - - Pressed - - Toggle - 22133: - - - Pressed - - Toggle - 710: - - - Pressed - - Toggle - - uid: 18828 - components: - - type: MetaData - name: Shutters - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 23946: - - - Pressed - - Toggle - 23922: - - - Pressed - - Toggle - - uid: 22713 - components: - - type: MetaData - name: Shutters - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,9.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 10652: - - - Pressed - - Toggle - 2582: - - - Pressed - - Toggle - - uid: 22723 - components: - - type: MetaData - name: Shutters - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,1.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 813: - - - Pressed - - Toggle - 304: - - - Pressed - - Toggle - 22721: - - - Pressed - - Toggle - 22720: - - - Pressed - - Toggle - 22719: - - - Pressed - - Toggle - - uid: 23930 - components: - - type: MetaData - name: Perma Visitation Shutters - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-5.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 18938: - - - Pressed - - Toggle - 476: - - - Pressed - - Toggle - 18561: - - - Pressed - - Toggle - proto: LockableButtonTheatre entities: - uid: 5329 @@ -113645,9 +117427,6 @@ entities: - - Pressed - Toggle 14012: - - - Pressed - - Toggle - 14774: - - Pressed - Toggle 20173: @@ -113664,20 +117443,20 @@ entities: - Toggle - proto: LockerAtmosphericsFilledHardsuit entities: - - uid: 1929 + - uid: 1204 components: - type: Transform - pos: -10.5,-6.5 + pos: -11.5,-4.5 parent: 2 - - uid: 1930 + - uid: 1212 components: - type: Transform - pos: -11.5,-6.5 + pos: -12.5,-4.5 parent: 2 - - uid: 2163 + - uid: 1941 components: - type: Transform - pos: -10.5,-8.5 + pos: -13.5,-4.5 parent: 2 - proto: LockerBoozeFilled entities: @@ -113789,13 +117568,6 @@ entities: - type: Transform pos: -5.5,-17.5 parent: 2 -- proto: LockerEvidence - entities: - - uid: 466 - components: - - type: Transform - pos: -27.5,11.5 - parent: 2 - proto: LockerFreezer entities: - uid: 7085 @@ -113819,10 +117591,10 @@ entities: parent: 2 - proto: LockerHeadOfSecurityFilled entities: - - uid: 15263 + - uid: 695 components: - type: Transform - pos: -20.5,12.5 + pos: -43.5,3.5 parent: 2 - proto: LockerMedicalFilled entities: @@ -113889,59 +117661,59 @@ entities: parent: 2 - proto: LockerPrisoner entities: - - uid: 21180 + - uid: 11427 components: - type: Transform - pos: -32.5,-3.5 + pos: -24.5,3.5 parent: 2 - proto: LockerPrisoner2 entities: - - uid: 14486 + - uid: 11502 components: - type: Transform - pos: -31.5,-3.5 + pos: -23.5,3.5 parent: 2 - proto: LockerPrisoner3 entities: - - uid: 20426 + - uid: 11506 components: - type: Transform - pos: -30.5,-3.5 + pos: -22.5,3.5 parent: 2 - proto: LockerPrisoner4 entities: - - uid: 20460 + - uid: 11550 components: - type: Transform - pos: -29.5,-3.5 + pos: -21.5,3.5 parent: 2 - proto: LockerPrisoner5 entities: - - uid: 20771 + - uid: 11501 components: - type: Transform - pos: -28.5,-3.5 + pos: -27.5,0.5 parent: 2 - proto: LockerPrisoner6 - entities: - - uid: 20546 - components: - - type: Transform - pos: -34.5,-5.5 - parent: 2 -- proto: LockerPrisoner7 - entities: - - uid: 20596 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 2 -- proto: LockerPrisoner8 entities: - uid: 11473 components: - type: Transform - pos: -32.5,-5.5 + pos: -26.5,0.5 + parent: 2 +- proto: LockerPrisoner7 + entities: + - uid: 11467 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 +- proto: LockerPrisoner8 + entities: + - uid: 11556 + components: + - type: Transform + pos: -24.5,0.5 parent: 2 - proto: LockerQuarterMasterFilled entities: @@ -113998,30 +117770,50 @@ entities: parent: 2 - proto: LockerSecurityFilled entities: - - uid: 2251 + - uid: 11166 components: - type: Transform - pos: -25.5,17.5 + pos: -40.5,-8.5 parent: 2 - - uid: 12657 + - uid: 11182 components: - type: Transform - pos: -24.5,17.5 + pos: -38.5,-8.5 parent: 2 - - uid: 13150 + - uid: 11185 components: - type: Transform - pos: -27.5,17.5 + pos: -37.5,-8.5 parent: 2 - - uid: 14849 + - uid: 11242 components: - type: Transform - pos: -26.5,17.5 + pos: -40.5,-9.5 parent: 2 - - uid: 17715 + - uid: 11244 components: - type: Transform - pos: -23.5,17.5 + pos: -40.5,-10.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + pos: -37.5,-10.5 parent: 2 - proto: LockerWallMedicalFilled entities: @@ -114031,12 +117823,12 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,2.5 parent: 2 -- proto: LockerWardenFilledHardsuit +- proto: LockerWardenFilled entities: - - uid: 677 + - uid: 11890 components: - type: Transform - pos: -19.5,-6.5 + pos: -26.5,-8.5 parent: 2 - proto: LockerWeldingSuppliesFilled entities: @@ -114050,11 +117842,6 @@ entities: - type: Transform pos: 12.5,-65.5 parent: 2 - - uid: 15373 - components: - - type: Transform - pos: -25.5,19.5 - parent: 2 - proto: LogicGateOr entities: - uid: 13412 @@ -114323,10 +118110,10 @@ entities: - type: Transform pos: 33.5,-53.5 parent: 2 - - uid: 20682 + - uid: 16450 components: - type: Transform - pos: -33.5,18.5 + pos: -51.5,18.5 parent: 2 - uid: 21185 components: @@ -114350,6 +118137,16 @@ entities: - type: Transform pos: 57.5,-60.5 parent: 2 + - uid: 24451 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 24456 + components: + - type: Transform + pos: -50.5,0.5 + parent: 2 - proto: LootSpawnerIndustrialFluff entities: - uid: 394 @@ -114402,6 +118199,11 @@ entities: - type: Transform pos: -6.5,-61.5 parent: 2 + - uid: 15315 + components: + - type: Transform + pos: -51.5,11.5 + parent: 2 - uid: 19249 components: - type: Transform @@ -114444,6 +118246,11 @@ entities: - type: Transform pos: 57.5,-59.5 parent: 2 + - uid: 24455 + components: + - type: Transform + pos: -50.5,1.5 + parent: 2 - proto: LootSpawnerMaterialsHighValue entities: - uid: 7599 @@ -114483,11 +118290,6 @@ entities: - type: Transform pos: 75.5,-56.5 parent: 2 - - uid: 23685 - components: - - type: Transform - pos: 67.5,-43.5 - parent: 2 - uid: 23686 components: - type: Transform @@ -114535,27 +118337,17 @@ entities: - type: Transform pos: 53.5,-51.5 parent: 2 - - uid: 20130 + - uid: 24630 components: - type: Transform - pos: 73.5,-40.5 + pos: -40.5,-16.5 parent: 2 - proto: LootSpawnerMedicalMinor entities: - - uid: 454 + - uid: 11577 components: - type: Transform - pos: -28.5,9.5 - parent: 2 - - uid: 10501 - components: - - type: Transform - pos: 74.5,-40.5 - parent: 2 - - uid: 10853 - components: - - type: Transform - pos: 74.5,-41.5 + pos: -44.5,-8.5 parent: 2 - uid: 12198 components: @@ -114591,11 +118383,6 @@ entities: - type: Transform pos: -0.5,-25.5 parent: 2 - - uid: 23122 - components: - - type: Transform - pos: -22.5,19.5 - parent: 2 - uid: 23688 components: - type: Transform @@ -114611,13 +118398,18 @@ entities: - type: Transform pos: 46.5,-56.5 parent: 2 -- proto: LootSpawnerRoboticsBorgModule - entities: - - uid: 6743 + - uid: 24364 components: - type: Transform - pos: -52.5,-13.5 + pos: -31.5,20.5 parent: 2 + - uid: 24727 + components: + - type: Transform + pos: -53.5,3.5 + parent: 2 +- proto: LootSpawnerRoboticsBorgModule + entities: - uid: 22763 components: - type: Transform @@ -114665,6 +118457,16 @@ entities: - type: Transform pos: 35.5,-27.5 parent: 2 + - uid: 24552 + components: + - type: Transform + pos: 51.5,-38.5 + parent: 2 + - uid: 24553 + components: + - type: Transform + pos: 49.5,-39.5 + parent: 2 - proto: LootSpawnerScienceMinor entities: - uid: 11845 @@ -114712,6 +118514,28 @@ entities: - type: Transform pos: 20.5,-23.5 parent: 2 + - uid: 24554 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 24555 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 +- proto: LootSpawnerSecurity + entities: + - uid: 12370 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 + - uid: 12452 + components: + - type: Transform + pos: -37.5,-6.5 + parent: 2 - proto: LootSpawnerSecurityBasic entities: - uid: 18172 @@ -114724,10 +118548,20 @@ entities: - type: Transform pos: 63.5,-81.5 parent: 2 - - uid: 22717 + - uid: 23705 components: - type: Transform - pos: -19.5,18.5 + pos: -46.5,18.5 + parent: 2 + - uid: 24296 + components: + - type: Transform + pos: -33.5,-8.5 + parent: 2 + - uid: 24298 + components: + - type: Transform + pos: -40.5,-12.5 parent: 2 - proto: LuxuryPen entities: @@ -114832,16 +118666,6 @@ entities: - type: Transform pos: -41.5,-43.5 parent: 2 - - uid: 16187 - components: - - type: Transform - pos: -66.5,-15.5 - parent: 2 - - uid: 20662 - components: - - type: Transform - pos: -32.5,16.5 - parent: 2 - uid: 21160 components: - type: Transform @@ -114859,11 +118683,6 @@ entities: - type: Transform pos: 44.5,-44.5 parent: 2 - - uid: 8672 - components: - - type: Transform - pos: -36.5,16.5 - parent: 2 - uid: 11547 components: - type: Transform @@ -114879,6 +118698,21 @@ entities: - type: Transform pos: 51.5,-48.5 parent: 2 + - uid: 14810 + components: + - type: Transform + pos: -34.5,31.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 16407 + components: + - type: Transform + pos: -52.5,5.5 + parent: 2 - uid: 17269 components: - type: Transform @@ -114894,26 +118728,6 @@ entities: - type: Transform pos: 74.5,-66.5 parent: 2 - - uid: 17916 - components: - - type: Transform - pos: 75.5,-46.5 - parent: 2 - - uid: 18504 - components: - - type: Transform - pos: 78.5,-44.5 - parent: 2 - - uid: 19395 - components: - - type: Transform - pos: 76.5,-40.5 - parent: 2 - - uid: 20583 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - uid: 22858 components: - type: Transform @@ -114928,15 +118742,15 @@ entities: parent: 2 - proto: MagazinePistolSubMachineGunTopMounted entities: - - uid: 6884 + - uid: 11315 components: - type: Transform - pos: -20.910439,10.684546 + pos: -45.560265,1.886858 parent: 2 - - uid: 14802 + - uid: 11318 components: - type: Transform - pos: -20.798544,10.503175 + pos: -45.36448,2.0459661 parent: 2 - proto: MailingUnit entities: @@ -114988,17 +118802,6 @@ entities: - type: Configuration config: tag: Mail Room - - uid: 12608 - components: - - type: Transform - pos: -22.5,0.5 - parent: 2 - - type: MailingUnit - tag: Security - target: Security - - type: Configuration - config: - tag: Security - uid: 14844 components: - type: Transform @@ -115048,6 +118851,16 @@ entities: - type: Configuration config: tag: Chemistry + - uid: 23320 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - type: MailingUnit + tag: Security + - type: Configuration + config: + tag: Security - proto: MaintenanceFluffSpawner entities: - uid: 913 @@ -115065,6 +118878,11 @@ entities: - type: Transform pos: 31.5,25.5 parent: 2 + - uid: 2212 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 - uid: 2533 components: - type: Transform @@ -115075,11 +118893,6 @@ entities: - type: Transform pos: -35.5,-64.5 parent: 2 - - uid: 3336 - components: - - type: Transform - pos: -16.5,9.5 - parent: 2 - uid: 4428 components: - type: Transform @@ -115105,11 +118918,6 @@ entities: - type: Transform pos: 46.5,-34.5 parent: 2 - - uid: 5822 - components: - - type: Transform - pos: 56.5,-39.5 - parent: 2 - uid: 7296 components: - type: Transform @@ -115145,16 +118953,6 @@ entities: - type: Transform pos: -56.5,-54.5 parent: 2 - - uid: 10524 - components: - - type: Transform - pos: -61.5,31.5 - parent: 2 - - uid: 10527 - components: - - type: Transform - pos: -76.5,-5.5 - parent: 2 - uid: 10599 components: - type: Transform @@ -115205,6 +119003,16 @@ entities: - type: Transform pos: 6.5,-88.5 parent: 2 + - uid: 16455 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 + - uid: 16466 + components: + - type: Transform + pos: -56.5,13.5 + parent: 2 - uid: 16866 components: - type: Transform @@ -115245,16 +119053,21 @@ entities: - type: Transform pos: 25.5,-50.5 parent: 2 - - uid: 20131 - components: - - type: Transform - pos: 73.5,-44.5 - parent: 2 - uid: 20253 components: - type: Transform pos: -24.5,-51.5 parent: 2 + - uid: 20557 + components: + - type: Transform + pos: -42.5,24.5 + parent: 2 + - uid: 20563 + components: + - type: Transform + pos: -19.5,14.5 + parent: 2 - uid: 21122 components: - type: Transform @@ -115280,11 +119093,6 @@ entities: - type: Transform pos: -1.5,-87.5 parent: 2 - - uid: 22968 - components: - - type: Transform - pos: -70.5,-22.5 - parent: 2 - uid: 22969 components: - type: Transform @@ -115320,16 +119128,6 @@ entities: - type: Transform pos: 62.5,-75.5 parent: 2 - - uid: 22976 - components: - - type: Transform - pos: 77.5,-44.5 - parent: 2 - - uid: 22977 - components: - - type: Transform - pos: 72.5,-41.5 - parent: 2 - uid: 22978 components: - type: Transform @@ -115360,6 +119158,41 @@ entities: - type: Transform pos: 39.5,21.5 parent: 2 + - uid: 23794 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 23852 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 23853 + components: + - type: Transform + pos: -18.5,9.5 + parent: 2 + - uid: 24442 + components: + - type: Transform + pos: -56.5,-19.5 + parent: 2 + - uid: 24443 + components: + - type: Transform + pos: -59.5,-14.5 + parent: 2 + - uid: 24445 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 24446 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 - proto: MaintenanceInsulsSpawner entities: - uid: 1739 @@ -115389,11 +119222,6 @@ entities: parent: 2 - proto: MaintenancePlantSpawner entities: - - uid: 510 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 2 - uid: 631 components: - type: Transform @@ -115434,16 +119262,36 @@ entities: - type: Transform pos: 48.5,12.5 parent: 2 - - uid: 16907 + - uid: 20057 components: - type: Transform - pos: -27.5,-16.5 + pos: -49.5,21.5 + parent: 2 + - uid: 20058 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 + - uid: 20064 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 20065 + components: + - type: Transform + pos: -41.5,-15.5 parent: 2 - uid: 20149 components: - type: Transform pos: 44.5,-61.5 parent: 2 + - uid: 20554 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 - uid: 20617 components: - type: Transform @@ -115461,11 +119309,6 @@ entities: - type: Transform pos: 34.5,26.5 parent: 2 - - uid: 1657 - components: - - type: Transform - pos: -23.5,-13.5 - parent: 2 - uid: 3267 components: - type: Transform @@ -115481,6 +119324,11 @@ entities: - type: Transform pos: 12.5,-64.5 parent: 2 + - uid: 6647 + components: + - type: Transform + pos: -29.5,27.5 + parent: 2 - uid: 6783 components: - type: Transform @@ -115501,11 +119349,6 @@ entities: - type: Transform pos: -48.5,-49.5 parent: 2 - - uid: 10009 - components: - - type: Transform - pos: -37.5,-17.5 - parent: 2 - uid: 14189 components: - type: Transform @@ -115516,10 +119359,25 @@ entities: - type: Transform pos: -11.5,-24.5 parent: 2 - - uid: 20689 + - uid: 16451 components: - type: Transform - pos: -34.5,16.5 + pos: -51.5,17.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + pos: -52.5,23.5 + parent: 2 + - uid: 20526 + components: + - type: Transform + pos: -46.5,13.5 + parent: 2 + - uid: 20566 + components: + - type: Transform + pos: -19.5,13.5 parent: 2 - uid: 21597 components: @@ -115541,6 +119399,11 @@ entities: - type: Transform pos: 42.5,15.5 parent: 2 + - uid: 22739 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 - uid: 22992 components: - type: Transform @@ -115556,18 +119419,23 @@ entities: - type: Transform pos: -53.5,-49.5 parent: 2 + - uid: 23795 + components: + - type: Transform + pos: -56.5,11.5 + parent: 2 + - uid: 23796 + components: + - type: Transform + pos: -55.5,15.5 + parent: 2 + - uid: 24444 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 - proto: MaintenanceWeaponSpawner entities: - - uid: 2241 - components: - - type: Transform - pos: 53.5,-41.5 - parent: 2 - - uid: 12262 - components: - - type: Transform - pos: -39.5,-17.5 - parent: 2 - uid: 12371 components: - type: Transform @@ -115590,6 +119458,11 @@ entities: - type: Transform pos: 27.331453,-28.38487 parent: 2 + - uid: 24466 + components: + - type: Transform + pos: -39.644432,19.790949 + parent: 2 - proto: MatchstickSpent entities: - uid: 18660 @@ -115655,13 +119528,6 @@ entities: - type: Transform pos: 94.58233,-27.361334 parent: 2 -- proto: MaterialCloth10 - entities: - - uid: 2650 - components: - - type: Transform - pos: -23.528334,19.663761 - parent: 2 - proto: MaterialDiamond1 entities: - uid: 1919 @@ -115736,6 +119602,11 @@ entities: - type: Transform pos: 30.5,25.5 parent: 2 + - uid: 24220 + components: + - type: Transform + pos: -29.5,17.5 + parent: 2 - proto: MechEquipmentGrabberSmall entities: - uid: 11151 @@ -115745,10 +119616,10 @@ entities: parent: 2 - proto: MedicalBed entities: - - uid: 441 + - uid: 1166 components: - type: Transform - pos: -30.5,11.5 + pos: -45.5,-8.5 parent: 2 - uid: 10655 components: @@ -115796,11 +119667,6 @@ entities: - type: Transform pos: 21.462214,14.656416 parent: 2 - - uid: 449 - components: - - type: Transform - pos: -28.597748,11.966526 - parent: 2 - uid: 12346 components: - type: Transform @@ -115827,16 +119693,16 @@ entities: parent: 2 - proto: MedkitFilled entities: - - uid: 446 - components: - - type: Transform - pos: -28.466112,11.67361 - parent: 2 - uid: 9844 components: - type: Transform pos: -18.531181,-50.325314 parent: 2 + - uid: 10881 + components: + - type: Transform + pos: -45.503227,-6.314973 + parent: 2 - uid: 12347 components: - type: Transform @@ -115867,7 +119733,7 @@ entities: - uid: 1962 components: - type: Transform - pos: -12.464999,-8.361995 + pos: -11.410941,-1.3765159 parent: 2 - proto: MedkitOxygenFilled entities: @@ -115982,11 +119848,6 @@ entities: parent: 2 - proto: Morgue entities: - - uid: 442 - components: - - type: Transform - pos: -29.5,12.5 - parent: 2 - uid: 4377 components: - type: Transform @@ -116058,6 +119919,11 @@ entities: parent: 2 - type: TimedSpawner chance: 0.2 + - uid: 2721 + components: + - type: Transform + pos: -34.5,-17.5 + parent: 2 - uid: 9136 components: - type: Transform @@ -116065,13 +119931,6 @@ entities: parent: 2 - type: TimedSpawner intervalSeconds: 720 - - uid: 17636 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - type: TimedSpawner - chance: 0.2 - uid: 22786 components: - type: Transform @@ -116131,15 +119990,15 @@ entities: - type: Transform pos: -7.5,6.5 parent: 2 - - uid: 1935 + - uid: 1944 components: - type: Transform - pos: -12.5,-2.5 + pos: -12.5,-6.5 parent: 2 - - uid: 1936 + - uid: 2699 components: - type: Transform - pos: -11.5,-2.5 + pos: -34.5,-14.5 parent: 2 - uid: 3530 components: @@ -116191,20 +120050,15 @@ entities: - type: Transform pos: -5.5,-8.5 parent: 2 - - uid: 13615 - components: - - type: Transform - pos: -34.5,-18.5 - parent: 2 - uid: 14307 components: - type: Transform pos: 25.5,-53.5 parent: 2 - - uid: 16418 + - uid: 16439 components: - type: Transform - pos: -53.5,-13.5 + pos: -54.5,17.5 parent: 2 - uid: 18859 components: @@ -116226,19 +120080,29 @@ entities: - type: Transform pos: -37.5,-43.5 parent: 2 -- proto: NitrogenTankFilled - entities: - - uid: 5347 + - uid: 23797 components: - type: Transform - pos: -33.312702,22.556707 + pos: -13.5,-6.5 + parent: 2 + - uid: 24730 + components: + - type: Transform + pos: -43.5,22.5 + parent: 2 +- proto: NitrogenTankFilled + entities: + - uid: 14590 + components: + - type: Transform + pos: -37.35199,29.609798 parent: 2 - proto: NitrousOxideCanister entities: - - uid: 1948 + - uid: 23804 components: - type: Transform - pos: -12.5,-1.5 + pos: -12.5,-8.5 parent: 2 - proto: NitrousOxideTankFilled entities: @@ -116282,10 +120146,10 @@ entities: parent: 2 - proto: NTDefaultCircuitBoard entities: - - uid: 16466 + - uid: 8217 components: - type: Transform - pos: -61.330738,-16.517221 + pos: 68.4268,-43.24812 parent: 2 - proto: NuclearBombKeg entities: @@ -116312,10 +120176,10 @@ entities: parent: 2 - proto: NutimovCircuitBoard entities: - - uid: 16467 + - uid: 7800 components: - type: Transform - pos: -63.45679,-15.860515 + pos: 68.20655,-41.522404 parent: 2 - proto: OperatingTable entities: @@ -116341,6 +120205,11 @@ entities: - type: Transform pos: 10.530537,28.604168 parent: 2 + - uid: 16402 + components: + - type: Transform + pos: -54.471886,-0.41327286 + parent: 2 - proto: OreBox entities: - uid: 17331 @@ -116360,6 +120229,13 @@ entities: - type: Transform pos: 12.5,21.5 parent: 2 +- proto: OreProcessorMachineCircuitboard + entities: + - uid: 16400 + components: + - type: Transform + pos: -55.42229,-4.489262 + parent: 2 - proto: OxygenCanister entities: - uid: 787 @@ -116377,15 +120253,10 @@ entities: - type: Transform pos: 49.5,-32.5 parent: 2 - - uid: 1937 + - uid: 2697 components: - type: Transform - pos: -12.5,-3.5 - parent: 2 - - uid: 1938 - components: - - type: Transform - pos: -11.5,-3.5 + pos: -34.5,-13.5 parent: 2 - uid: 3891 components: @@ -116427,20 +120298,15 @@ entities: - type: Transform pos: -52.5,-37.5 parent: 2 - - uid: 13752 - components: - - type: Transform - pos: -34.5,-17.5 - parent: 2 - uid: 14270 components: - type: Transform pos: 25.5,-52.5 parent: 2 - - uid: 16424 + - uid: 16438 components: - type: Transform - pos: -54.5,-13.5 + pos: -53.5,17.5 parent: 2 - uid: 19209 components: @@ -116462,12 +120328,27 @@ entities: - type: Transform pos: -5.5,-9.5 parent: 2 -- proto: OxygenTankFilled - entities: - - uid: 5326 + - uid: 23800 components: - type: Transform - pos: -33.531563,22.608828 + pos: -13.5,-7.5 + parent: 2 + - uid: 23801 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 2 + - uid: 24728 + components: + - type: Transform + pos: -44.5,22.5 + parent: 2 +- proto: OxygenTankFilled + entities: + - uid: 14589 + components: + - type: Transform + pos: -37.560013,29.658756 parent: 2 - proto: PaintingSkeletonBoof entities: @@ -116485,10 +120366,10 @@ entities: parent: 2 - proto: PaladinCircuitBoard entities: - - uid: 16468 + - uid: 8200 components: - type: Transform - pos: -60.569942,-16.475525 + pos: 68.09642,-43.50514 parent: 2 - proto: PanFluteInstrument entities: @@ -116497,6 +120378,11 @@ entities: - type: Transform pos: -1.4995854,-37.49171 parent: 2 + - uid: 24557 + components: + - type: Transform + pos: -26.49535,-16.557594 + parent: 2 - proto: Paper entities: - uid: 1063 @@ -116659,10 +120545,10 @@ entities: - type: Transform pos: -23.5,-18.5 parent: 2 - - uid: 19247 + - uid: 19640 components: - type: Transform - pos: -41.5,5.5 + pos: -35.5,17.5 parent: 2 - proto: PaperBin20 entities: @@ -116738,6 +120624,11 @@ entities: parent: 2 - proto: PaperOffice entities: + - uid: 2636 + components: + - type: Transform + pos: -43.39573,20.536367 + parent: 2 - uid: 7554 components: - type: Transform @@ -116748,11 +120639,48 @@ entities: - type: Transform pos: -18.265701,-44.49553 parent: 2 + - uid: 16357 + components: + - type: Transform + pos: -54.63094,23.648548 + parent: 2 + - uid: 16431 + components: + - type: Transform + pos: -54.795742,23.219845 + parent: 2 + - uid: 16435 + components: + - type: Transform + pos: -54.012596,22.889389 + parent: 2 + - uid: 16436 + components: + - type: Transform + pos: -53.85352,23.746128 + parent: 2 + - uid: 16461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.183098,23.363968 + parent: 2 - uid: 19069 components: - type: Transform pos: -15.32967,-40.3367 parent: 2 + - uid: 24359 + components: + - type: Transform + pos: -43.823025,20.598911 + parent: 2 + - uid: 24449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.635433,20.265345 + parent: 2 - proto: ParchisBoard entities: - uid: 10986 @@ -116762,11 +120690,6 @@ entities: parent: 2 - proto: PartRodMetal entities: - - uid: 1954 - components: - - type: Transform - pos: -13.49223,-6.4066033 - parent: 2 - uid: 2547 components: - type: Transform @@ -116797,28 +120720,6 @@ entities: - type: Transform pos: -57.479538,-58.35758 parent: 2 -- proto: PartRodMetal1 - entities: - - uid: 795 - components: - - type: Transform - pos: 72.72414,-41.933956 - parent: 2 - - uid: 3949 - components: - - type: Transform - pos: 74.13109,-42.63757 - parent: 2 - - uid: 4897 - components: - - type: Transform - pos: 74.50627,-45.326935 - parent: 2 - - uid: 18766 - components: - - type: Transform - pos: 72.56781,-43.388092 - parent: 2 - proto: PeaSeeds entities: - uid: 6178 @@ -116900,10 +120801,10 @@ entities: - type: Transform pos: -49.959827,-43.384743 parent: 2 - - uid: 21117 + - uid: 19641 components: - type: Transform - pos: -41.23758,5.588052 + pos: -35.300114,17.626389 parent: 2 - uid: 21266 components: @@ -116912,16 +120813,16 @@ entities: parent: 2 - proto: PersonalAI entities: + - uid: 1229 + components: + - type: Transform + pos: -19.454544,-13.531628 + parent: 2 - uid: 3727 components: - type: Transform pos: 15.482977,-30.443178 parent: 2 - - uid: 5423 - components: - - type: Transform - pos: -19.486761,17.56054 - parent: 2 - uid: 15781 components: - type: Transform @@ -116932,10 +120833,10 @@ entities: - type: Transform pos: -10.523058,-39.276688 parent: 2 - - uid: 16192 + - uid: 17965 components: - type: Transform - pos: -20.46611,-15.44072 + pos: 68.63681,-43.41416 parent: 2 - uid: 22272 components: @@ -116964,6 +120865,11 @@ entities: parent: 2 - proto: Pickaxe entities: + - uid: 16403 + components: + - type: Transform + pos: -54.52695,-1.386281 + parent: 2 - uid: 21915 components: - type: Transform @@ -116993,7 +120899,7 @@ entities: - uid: 2489 components: - type: Transform - pos: -12.902718,-8.497505 + pos: -11.904242,-1.4982758 parent: 2 - proto: PillCanisterRandom entities: @@ -117055,10 +120961,10 @@ entities: - type: Transform pos: 45.729847,-60.59313 parent: 2 - - uid: 20491 + - uid: 19636 components: - type: Transform - pos: -41.432434,-6.246771 + pos: -25.86341,13.500397 parent: 2 - proto: PlaqueAtmos entities: @@ -117074,16 +120980,16 @@ entities: - type: Transform pos: 0.5,6.5 parent: 2 - - uid: 1946 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 2 - uid: 23471 components: - type: Transform pos: -5.5,-11.5 parent: 2 + - uid: 23802 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 - proto: PlasticFlapsAirtightClear entities: - uid: 3596 @@ -117135,17 +121041,10 @@ entities: parent: 2 - proto: PlayerStationAi entities: - - uid: 16136 + - uid: 16537 components: - type: Transform - pos: -67.5,-12.5 - parent: 2 -- proto: PlushieArachind - entities: - - uid: 21888 - components: - - type: Transform - pos: 19.521072,-8.539616 + pos: 91.5,-42.5 parent: 2 - proto: PlushieAtmosian entities: @@ -117154,6 +121053,13 @@ entities: - type: Transform pos: 13.541924,-10.43575 parent: 2 +- proto: PlushieCarp + entities: + - uid: 24448 + components: + - type: Transform + pos: -32.490696,19.75554 + parent: 2 - proto: PlushieDiona entities: - uid: 8572 @@ -117236,30 +121142,30 @@ entities: - type: Transform pos: 15.497364,-55.417336 parent: 2 + - uid: 16502 + components: + - type: Transform + pos: -45.514957,10.417316 + parent: 2 - proto: PortableFlasher entities: - - uid: 23323 + - uid: 12657 components: - type: Transform - anchored: False - pos: -24.5,7.5 + pos: -39.5,3.5 parent: 2 - - type: TriggerOnProximity - enabled: False - - type: Physics - bodyType: Dynamic - - uid: 23520 + - uid: 12670 components: - type: Transform - anchored: False - pos: -24.5,6.5 + pos: -36.5,3.5 parent: 2 - - type: TriggerOnProximity - enabled: False - - type: Physics - bodyType: Dynamic - proto: PortableGeneratorJrPacman entities: + - uid: 1948 + components: + - type: Transform + pos: -51.5,20.5 + parent: 2 - uid: 5702 components: - type: Transform @@ -117290,11 +121196,6 @@ entities: - type: Transform pos: -39.5,-41.5 parent: 2 - - uid: 14191 - components: - - type: Transform - pos: -29.5,17.5 - parent: 2 - uid: 17555 components: - type: Transform @@ -117320,18 +121221,28 @@ entities: - type: Transform pos: 23.5,14.5 parent: 2 -- proto: PortableGeneratorPacman - entities: - - uid: 5501 + - uid: 24299 components: - type: Transform - pos: -61.5,-8.5 + pos: -50.5,-6.5 parent: 2 + - uid: 24304 + components: + - type: Transform + pos: -35.5,27.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: - uid: 11336 components: - type: Transform pos: -1.5,-23.5 parent: 2 + - uid: 16755 + components: + - type: Transform + pos: 96.5,-43.5 + parent: 2 - proto: PortableGeneratorSuperPacman entities: - uid: 11898 @@ -117366,6 +121277,11 @@ entities: - type: Transform pos: 29.5,-6.5 parent: 2 + - uid: 24295 + components: + - type: Transform + pos: -33.5,20.5 + parent: 2 - proto: PosterContrabandGreyTide entities: - uid: 9075 @@ -117501,16 +121417,6 @@ entities: - type: Transform pos: 13.5,13.5 parent: 2 - - uid: 1186 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - - uid: 1187 - components: - - type: Transform - pos: -24.5,9.5 - parent: 2 - uid: 1224 components: - type: Transform @@ -117596,11 +121502,6 @@ entities: - type: Transform pos: 39.5,-18.5 parent: 2 - - uid: 8980 - components: - - type: Transform - pos: -14.5,-4.5 - parent: 2 - uid: 9353 components: - type: Transform @@ -117671,11 +121572,6 @@ entities: - type: Transform pos: 3.5,-50.5 parent: 2 - - uid: 16589 - components: - - type: Transform - pos: -60.5,-13.5 - parent: 2 - uid: 16989 components: - type: Transform @@ -117721,6 +121617,31 @@ entities: - type: Transform pos: 31.5,14.5 parent: 2 + - uid: 23318 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 + - uid: 23323 + components: + - type: Transform + pos: -22.5,-4.5 + parent: 2 + - uid: 23324 + components: + - type: Transform + pos: -29.5,-7.5 + parent: 2 + - uid: 23328 + components: + - type: Transform + pos: -38.5,-3.5 + parent: 2 + - uid: 23839 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 - proto: PottedPlantRandomPlastic entities: - uid: 743 @@ -117773,6 +121694,16 @@ entities: - type: Transform pos: -47.5,-26.5 parent: 2 + - uid: 23329 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 23333 + components: + - type: Transform + pos: -33.5,14.5 + parent: 2 - proto: PottedPlantRD entities: - uid: 4397 @@ -117801,6 +121732,16 @@ entities: parent: 2 - proto: PowerCellRecharger entities: + - uid: 1173 + components: + - type: Transform + pos: 75.5,-42.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: 96.5,-40.5 + parent: 2 - uid: 1542 components: - type: Transform @@ -117895,10 +121836,15 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,-0.5 parent: 2 - - uid: 23306 + - uid: 23315 components: - type: Transform - pos: -20.5,-2.5 + pos: -43.5,-5.5 + parent: 2 + - uid: 23316 + components: + - type: Transform + pos: -46.5,-4.5 parent: 2 - uid: 23691 components: @@ -117906,6 +121852,11 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,-39.5 parent: 2 + - uid: 24016 + components: + - type: Transform + pos: -30.5,18.5 + parent: 2 - proto: PowerDrill entities: - uid: 4425 @@ -117920,17 +121871,6 @@ entities: - type: Transform pos: -18.5,20.5 parent: 2 - - uid: 829 - components: - - type: Transform - pos: -28.5,20.5 - parent: 2 - - uid: 973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,13.5 - parent: 2 - uid: 1279 components: - type: Transform @@ -117948,11 +121888,10 @@ entities: - type: Transform pos: -42.5,-48.5 parent: 2 - - uid: 2394 + - uid: 1939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,12.5 + pos: -37.5,-18.5 parent: 2 - uid: 3010 components: @@ -117995,11 +121934,6 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,11.5 parent: 2 - - uid: 7058 - components: - - type: Transform - pos: -20.5,14.5 - parent: 2 - uid: 7102 components: - type: Transform @@ -118071,22 +122005,11 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-52.5 parent: 2 - - uid: 12150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-14.5 - parent: 2 - uid: 13016 components: - type: Transform pos: 28.5,19.5 parent: 2 - - uid: 13107 - components: - - type: Transform - pos: -36.5,13.5 - parent: 2 - uid: 14407 components: - type: Transform @@ -118099,18 +122022,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-41.5 parent: 2 - - uid: 17162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-42.5 - parent: 2 - - uid: 17163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-42.5 - parent: 2 - uid: 17172 components: - type: Transform @@ -118122,12 +122033,63 @@ entities: - type: Transform pos: 23.5,-33.5 parent: 2 + - uid: 18361 + components: + - type: Transform + pos: 84.5,-41.5 + parent: 2 - uid: 18962 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,26.5 parent: 2 + - uid: 20511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,18.5 + parent: 2 + - uid: 20512 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 + - uid: 20514 + components: + - type: Transform + pos: -51.5,13.5 + parent: 2 + - uid: 20515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,3.5 + parent: 2 + - uid: 20519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-13.5 + parent: 2 + - uid: 20520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-13.5 + parent: 2 + - uid: 20521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-17.5 + parent: 2 + - uid: 20522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-12.5 + parent: 2 - uid: 21443 components: - type: Transform @@ -118150,82 +122112,75 @@ entities: - type: Transform pos: 50.5,21.5 parent: 2 -- proto: Poweredlight - entities: - - uid: 173 - components: - - type: Transform - pos: -21.5,6.5 - parent: 2 - - uid: 215 - components: - - type: Transform - pos: -45.5,4.5 - parent: 2 - - uid: 228 + - uid: 24100 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-10.5 + pos: 25.5,-14.5 parent: 2 + - uid: 24323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,20.5 + parent: 2 + - uid: 24542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-36.5 + parent: 2 + - uid: 24646 + components: + - type: Transform + pos: -42.5,29.5 + parent: 2 + - uid: 24760 + components: + - type: Transform + pos: 57.5,-40.5 + parent: 2 + - uid: 24784 + components: + - type: Transform + pos: 79.5,-37.5 + parent: 2 +- proto: Poweredlight + entities: - uid: 292 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-45.5 parent: 2 - - uid: 672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-2.5 - parent: 2 - uid: 1026 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-7.5 parent: 2 - - uid: 1043 - components: - - type: Transform - pos: -22.5,17.5 - parent: 2 - uid: 1263 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-74.5 parent: 2 - - uid: 1664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-7.5 - parent: 2 - - uid: 1694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,1.5 - parent: 2 - - uid: 1707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-6.5 - parent: 2 - - uid: 1785 - components: - - type: Transform - pos: -27.5,-9.5 - parent: 2 - uid: 1808 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,18.5 parent: 2 + - uid: 1936 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 - uid: 2057 components: - type: Transform @@ -118243,11 +122198,6 @@ entities: - type: Transform pos: 14.5,12.5 parent: 2 - - uid: 2302 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 2 - uid: 2588 components: - type: Transform @@ -118282,11 +122232,6 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,-17.5 parent: 2 - - uid: 3875 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 2 - uid: 3957 components: - type: Transform @@ -118415,46 +122360,12 @@ entities: rot: 3.141592653589793 rad pos: 16.5,-44.5 parent: 2 - - uid: 7832 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 2 - - uid: 7844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,2.5 - parent: 2 - - uid: 8298 - components: - - type: Transform - pos: -42.5,-3.5 - parent: 2 - uid: 8420 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,23.5 parent: 2 - - uid: 8478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,3.5 - parent: 2 - - uid: 8497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-1.5 - parent: 2 - - uid: 8508 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,12.5 - parent: 2 - uid: 9439 components: - type: Transform @@ -118479,34 +122390,12 @@ entities: rot: 3.141592653589793 rad pos: 26.5,-0.5 parent: 2 - - uid: 10416 - components: - - type: Transform - pos: -29.5,-3.5 - parent: 2 - uid: 10581 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-44.5 parent: 2 - - uid: 10653 - components: - - type: Transform - pos: -21.5,-3.5 - parent: 2 - - uid: 10749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-13.5 - parent: 2 - - uid: 10857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-2.5 - parent: 2 - uid: 10942 components: - type: Transform @@ -118632,12 +122521,6 @@ entities: - type: Transform pos: -17.5,-50.5 parent: 2 - - uid: 11716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,6.5 - parent: 2 - uid: 11770 components: - type: Transform @@ -118813,12 +122696,6 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-6.5 parent: 2 - - uid: 15315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-9.5 - parent: 2 - uid: 15667 components: - type: Transform @@ -118836,82 +122713,12 @@ entities: - type: Transform pos: 19.5,15.5 parent: 2 - - uid: 16249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-7.5 - parent: 2 - - uid: 16478 - components: - - type: Transform - pos: -61.5,-11.5 - parent: 2 - - uid: 16479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-13.5 - parent: 2 - - uid: 16481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-14.5 - parent: 2 - - uid: 16482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-10.5 - parent: 2 - - uid: 16483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-10.5 - parent: 2 - - uid: 16484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-14.5 - parent: 2 - - uid: 16487 - components: - - type: Transform - pos: -54.5,-11.5 - parent: 2 - - uid: 16651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-11.5 - parent: 2 - - uid: 16726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-5.5 - parent: 2 - uid: 16935 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,13.5 parent: 2 - - uid: 17324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,14.5 - parent: 2 - - uid: 17443 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-1.5 - parent: 2 - uid: 17486 components: - type: Transform @@ -118990,6 +122797,46 @@ entities: rot: 3.141592653589793 rad pos: 20.5,21.5 parent: 2 + - uid: 18083 + components: + - type: Transform + pos: 69.5,-40.5 + parent: 2 + - uid: 18084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-44.5 + parent: 2 + - uid: 18087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-44.5 + parent: 2 + - uid: 18362 + components: + - type: Transform + pos: 80.5,-40.5 + parent: 2 + - uid: 18363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-44.5 + parent: 2 + - uid: 18364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-42.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-40.5 + parent: 2 - uid: 18403 components: - type: Transform @@ -119019,24 +122866,12 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-19.5 parent: 2 - - uid: 18903 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,6.5 - parent: 2 - uid: 18963 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,21.5 parent: 2 - - uid: 19005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-4.5 - parent: 2 - uid: 19154 components: - type: Transform @@ -119054,6 +122889,45 @@ entities: rot: -1.5707963267948966 rad pos: 11.5,-23.5 parent: 2 + - uid: 20498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,11.5 + parent: 2 + - uid: 20499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,8.5 + parent: 2 + - uid: 20504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,8.5 + parent: 2 + - uid: 20505 + components: + - type: Transform + pos: -22.5,11.5 + parent: 2 + - uid: 20506 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 20507 + components: + - type: Transform + pos: -32.5,14.5 + parent: 2 + - uid: 20508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,12.5 + parent: 2 - uid: 20602 components: - type: Transform @@ -119205,12 +123079,6 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-37.5 parent: 2 - - uid: 21898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-1.5 - parent: 2 - uid: 21964 components: - type: Transform @@ -119270,12 +123138,6 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 2 - - uid: 22712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,16.5 - parent: 2 - uid: 22732 components: - type: Transform @@ -119333,29 +123195,6 @@ entities: rot: 1.5707963267948966 rad pos: 65.5,-61.5 parent: 2 - - uid: 22889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-46.5 - parent: 2 - - uid: 22890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-40.5 - parent: 2 - - uid: 22891 - components: - - type: Transform - pos: 84.5,-39.5 - parent: 2 - - uid: 22892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,-33.5 - parent: 2 - uid: 22893 components: - type: Transform @@ -119379,24 +123218,6 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,-31.5 parent: 2 - - uid: 23018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,8.5 - parent: 2 - - uid: 23019 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-8.5 - parent: 2 - - uid: 23028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,2.5 - parent: 2 - uid: 23055 components: - type: Transform @@ -119445,6 +123266,156 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,13.5 parent: 2 + - uid: 23766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,0.5 + parent: 2 + - uid: 23767 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 23768 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 + - uid: 23769 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 23770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-4.5 + parent: 2 + - uid: 23771 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 23772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-3.5 + parent: 2 + - uid: 23773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-7.5 + parent: 2 + - uid: 23774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-8.5 + parent: 2 + - uid: 23775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-5.5 + parent: 2 + - uid: 23776 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 23777 + components: + - type: Transform + pos: -40.5,5.5 + parent: 2 + - uid: 23778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,1.5 + parent: 2 + - uid: 23779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-10.5 + parent: 2 + - uid: 23780 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 + - uid: 23782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-4.5 + parent: 2 + - uid: 23783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-10.5 + parent: 2 + - uid: 23784 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 + - uid: 23785 + components: + - type: Transform + pos: -38.5,-1.5 + parent: 2 + - uid: 23786 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 2 + - uid: 23832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-4.5 + parent: 2 + - uid: 24640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-10.5 + parent: 2 + - uid: 24703 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 24706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,6.5 + parent: 2 + - uid: 24708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,5.5 + parent: 2 + - uid: 24709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,3.5 + parent: 2 + - uid: 24711 + components: + - type: Transform + pos: -14.5,17.5 + parent: 2 - proto: PoweredlightEmpty entities: - uid: 21609 @@ -119461,12 +123432,6 @@ entities: parent: 2 - proto: PoweredlightLED entities: - - uid: 8479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,10.5 - parent: 2 - uid: 8859 components: - type: Transform @@ -119542,8 +123507,20 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,2.5 parent: 2 + - uid: 23781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-7.5 + parent: 2 - proto: PoweredLightPostSmall entities: + - uid: 1940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-12.5 + parent: 2 - uid: 17113 components: - type: Transform @@ -119584,6 +123561,12 @@ entities: - type: Transform pos: 28.5,-81.5 parent: 2 + - uid: 24474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-14.5 + parent: 2 - proto: PoweredlightSodium entities: - uid: 1665 @@ -119592,11 +123575,11 @@ entities: rot: 3.141592653589793 rad pos: 25.5,24.5 parent: 2 - - uid: 5587 + - uid: 8683 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,22.5 + pos: -44.5,28.5 parent: 2 - uid: 9079 components: @@ -119604,11 +123587,6 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,1.5 parent: 2 - - uid: 9807 - components: - - type: Transform - pos: -64.5,-19.5 - parent: 2 - uid: 10902 components: - type: Transform @@ -119621,28 +123599,11 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-95.5 parent: 2 - - uid: 13660 - components: - - type: Transform - pos: -71.5,-18.5 - parent: 2 - - uid: 15863 + - uid: 16404 components: - type: Transform rot: -1.5707963267948966 rad - pos: -73.5,-8.5 - parent: 2 - - uid: 15938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-16.5 - parent: 2 - - uid: 15948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-6.5 + pos: -54.5,-2.5 parent: 2 - uid: 17302 components: @@ -119662,18 +123623,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-95.5 parent: 2 - - uid: 20115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-5.5 - parent: 2 - - uid: 21275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-13.5 - parent: 2 - uid: 21594 components: - type: Transform @@ -119697,14 +123646,14 @@ entities: - type: Transform pos: -36.5,-82.5 parent: 2 -- proto: PoweredSmallLight - entities: - - uid: 223 + - uid: 24795 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,3.5 + pos: 59.5,-39.5 parent: 2 +- proto: PoweredSmallLight + entities: - uid: 233 components: - type: Transform @@ -119723,23 +123672,6 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 2 - - uid: 833 - components: - - type: Transform - pos: -50.5,3.5 - parent: 2 - - uid: 834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-0.5 - parent: 2 - - uid: 962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,6.5 - parent: 2 - uid: 2205 components: - type: Transform @@ -119757,12 +123689,6 @@ entities: - type: Transform pos: -3.5,-34.5 parent: 2 - - uid: 3190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-19.5 - parent: 2 - uid: 3362 components: - type: Transform @@ -119794,11 +123720,6 @@ entities: - type: PointLight softness: 1.5 energy: 0.5 - - uid: 4247 - components: - - type: Transform - pos: -18.5,-15.5 - parent: 2 - uid: 4508 components: - type: Transform @@ -119938,12 +123859,6 @@ entities: - type: Transform pos: 9.5,-6.5 parent: 2 - - uid: 10018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,22.5 - parent: 2 - uid: 10606 components: - type: Transform @@ -120014,18 +123929,6 @@ entities: - type: Transform pos: 24.5,8.5 parent: 2 - - uid: 11724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,1.5 - parent: 2 - - uid: 11782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,6.5 - parent: 2 - uid: 11863 components: - type: Transform @@ -120062,23 +123965,11 @@ entities: - type: Transform pos: -13.5,-40.5 parent: 2 - - uid: 12354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,0.5 - parent: 2 - uid: 12672 components: - type: Transform pos: 5.5,-6.5 parent: 2 - - uid: 12694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,5.5 - parent: 2 - uid: 12716 components: - type: Transform @@ -120171,42 +124062,12 @@ entities: rot: 3.141592653589793 rad pos: 43.5,-39.5 parent: 2 - - uid: 15703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,3.5 - parent: 2 - - type: PointLight - energy: 0.5 - - uid: 15747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-4.5 - parent: 2 - uid: 16327 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-58.5 parent: 2 - - uid: 16480 - components: - - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 16485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-9.5 - parent: 2 - - uid: 16571 - components: - - type: Transform - pos: -58.5,-12.5 - parent: 2 - uid: 16701 components: - type: Transform @@ -120219,11 +124080,6 @@ entities: rot: 3.141592653589793 rad pos: 53.5,-26.5 parent: 2 - - uid: 16934 - components: - - type: Transform - pos: -11.5,-1.5 - parent: 2 - uid: 16939 components: - type: Transform @@ -120283,6 +124139,29 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,12.5 parent: 2 + - uid: 18357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-43.5 + parent: 2 + - uid: 18358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-41.5 + parent: 2 + - uid: 18359 + components: + - type: Transform + pos: 96.5,-40.5 + parent: 2 + - uid: 18360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,-44.5 + parent: 2 - uid: 19284 components: - type: Transform @@ -120307,11 +124186,17 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-68.5 parent: 2 - - uid: 21273 + - uid: 20516 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-15.5 + pos: -55.5,-19.5 + parent: 2 + - uid: 20517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-19.5 parent: 2 - uid: 21282 components: @@ -120342,11 +124227,6 @@ entities: rot: 1.5707963267948966 rad pos: -63.5,-59.5 parent: 2 - - uid: 22358 - components: - - type: Transform - pos: -23.5,-15.5 - parent: 2 - uid: 22374 components: - type: Transform @@ -120410,6 +124290,116 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-15.5 parent: 2 + - uid: 23787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,0.5 + parent: 2 + - uid: 23788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,3.5 + parent: 2 + - uid: 23789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,8.5 + parent: 2 + - uid: 23790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,8.5 + parent: 2 + - uid: 23791 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 23792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,15.5 + parent: 2 + - uid: 24543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-36.5 + parent: 2 + - uid: 24544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-38.5 + parent: 2 + - uid: 24545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-36.5 + parent: 2 + - uid: 24547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-38.5 + parent: 2 + - uid: 24644 + components: + - type: Transform + pos: -39.5,27.5 + parent: 2 + - uid: 24645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,29.5 + parent: 2 + - uid: 24704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 2 + - uid: 24705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-4.5 + parent: 2 + - uid: 24707 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 24710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-12.5 + parent: 2 + - uid: 24712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-17.5 + parent: 2 + - uid: 24713 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 24726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-15.5 + parent: 2 - proto: PoweredSmallLightEmpty entities: - uid: 9504 @@ -120450,6 +124440,68 @@ entities: powerLoad: 60 - type: DamageOnInteract isDamageActive: False + - uid: 18241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-46.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 18242 + - type: ApcPowerReceiver + powerLoad: 60 + - type: DamageOnInteract + isDamageActive: False + - uid: 18350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 93.5,-46.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 18352 + - type: ApcPowerReceiver + powerLoad: 60 + - type: DamageOnInteract + isDamageActive: False + - uid: 18353 + components: + - type: Transform + pos: 93.5,-38.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 18354 + - type: ApcPowerReceiver + powerLoad: 60 + - type: DamageOnInteract + isDamageActive: False + - uid: 18355 + components: + - type: Transform + pos: 89.5,-38.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 18356 + - type: ApcPowerReceiver + powerLoad: 60 + - type: DamageOnInteract + isDamageActive: False - uid: 23674 components: - type: Transform @@ -120462,6 +124514,21 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,24.5 parent: 2 + - uid: 23798 + components: + - type: Transform + pos: -46.5,11.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 23799 + - type: ApcPowerReceiver + powerLoad: 60 + - type: DamageOnInteract + isDamageActive: False - proto: PoweredStrobeLightEmpty entities: - uid: 14006 @@ -120495,21 +124562,6 @@ entities: powerLoad: 0 - type: DamageOnInteract isDamageActive: False - - uid: 14774 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 2 - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 15121 - - type: ApcPowerReceiver - powerLoad: 0 - - type: DamageOnInteract - isDamageActive: False - proto: PoweredWarmSmallLight entities: - uid: 481 @@ -120646,11 +124698,6 @@ entities: - type: Transform pos: 13.5,-44.5 parent: 2 - - uid: 12132 - components: - - type: Transform - pos: -38.5,6.5 - parent: 2 - uid: 12194 components: - type: Transform @@ -120691,12 +124738,6 @@ entities: rot: 3.141592653589793 rad pos: 21.5,-37.5 parent: 2 - - uid: 13795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,11.5 - parent: 2 - uid: 13863 components: - type: Transform @@ -120773,6 +124814,11 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,-53.5 parent: 2 + - uid: 20509 + components: + - type: Transform + pos: -35.5,17.5 + parent: 2 - uid: 20763 components: - type: Transform @@ -120892,6 +124938,18 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-25.5 parent: 2 + - uid: 24308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-7.5 + parent: 2 + - uid: 24309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,2.5 + parent: 2 - proto: PrefilledSyringe entities: - uid: 6049 @@ -120927,6 +124985,31 @@ entities: - type: Transform pos: 44.5,-39.5 parent: 2 + - uid: 24356 + components: + - type: Transform + pos: -32.5,20.5 + parent: 2 + - uid: 24360 + components: + - type: Transform + pos: -32.5,19.5 + parent: 2 + - uid: 24361 + components: + - type: Transform + pos: -33.5,20.5 + parent: 2 + - uid: 24362 + components: + - type: Transform + pos: -33.5,19.5 + parent: 2 + - uid: 24363 + components: + - type: Transform + pos: -31.5,20.5 + parent: 2 - proto: Rack entities: - uid: 124 @@ -120940,25 +125023,15 @@ entities: - type: Transform pos: 46.5,-36.5 parent: 2 - - uid: 295 + - uid: 359 components: - type: Transform - pos: -19.5,17.5 + pos: -44.5,20.5 parent: 2 - - uid: 469 + - uid: 449 components: - type: Transform - pos: -24.5,13.5 - parent: 2 - - uid: 610 - components: - - type: Transform - pos: -19.5,18.5 - parent: 2 - - uid: 770 - components: - - type: Transform - pos: -37.5,-17.5 + pos: -45.5,-6.5 parent: 2 - uid: 824 components: @@ -120970,22 +125043,22 @@ entities: - type: Transform pos: 12.5,17.5 parent: 2 + - uid: 1462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,1.5 + parent: 2 - uid: 1799 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-4.5 parent: 2 - - uid: 1837 + - uid: 1957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-41.5 - parent: 2 - - uid: 1951 - components: - - type: Transform - pos: -13.5,-6.5 + pos: -39.5,-18.5 parent: 2 - uid: 1961 components: @@ -121005,22 +125078,10 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,-46.5 parent: 2 - - uid: 2312 + - uid: 2393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-35.5 - parent: 2 - - uid: 2367 - components: - - type: Transform - pos: -23.5,15.5 - parent: 2 - - uid: 2681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-41.5 + pos: -33.5,-8.5 parent: 2 - uid: 2862 components: @@ -121039,18 +125100,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-32.5 parent: 2 - - uid: 3349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,8.5 - parent: 2 - - uid: 3360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,9.5 - parent: 2 - uid: 3455 components: - type: Transform @@ -121074,12 +125123,6 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-36.5 parent: 2 - - uid: 3558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-6.5 - parent: 2 - uid: 3715 components: - type: Transform @@ -121155,11 +125198,6 @@ entities: - type: Transform pos: 12.5,-64.5 parent: 2 - - uid: 5340 - components: - - type: Transform - pos: -33.5,22.5 - parent: 2 - uid: 5499 components: - type: Transform @@ -121230,6 +125268,11 @@ entities: - type: Transform pos: 41.5,-36.5 parent: 2 + - uid: 7001 + components: + - type: Transform + pos: -39.5,30.5 + parent: 2 - uid: 7162 components: - type: Transform @@ -121394,16 +125437,16 @@ entities: - type: Transform pos: -39.5,-19.5 parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 83.5,-43.5 + parent: 2 - uid: 10988 components: - type: Transform pos: 12.5,18.5 parent: 2 - - uid: 11066 - components: - - type: Transform - pos: -23.5,19.5 - parent: 2 - uid: 11079 components: - type: Transform @@ -121441,7 +125484,12 @@ entities: - uid: 12154 components: - type: Transform - pos: -34.5,0.5 + pos: -29.5,0.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: -29.5,1.5 parent: 2 - uid: 12238 components: @@ -121458,11 +125506,6 @@ entities: - type: Transform pos: 19.5,-58.5 parent: 2 - - uid: 12545 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 2 - uid: 12675 components: - type: Transform @@ -121473,11 +125516,6 @@ entities: - type: Transform pos: 2.5,-93.5 parent: 2 - - uid: 12936 - components: - - type: Transform - pos: -23.5,-13.5 - parent: 2 - uid: 12949 components: - type: Transform @@ -121518,11 +125556,6 @@ entities: - type: Transform pos: 25.5,-58.5 parent: 2 - - uid: 14126 - components: - - type: Transform - pos: -22.5,4.5 - parent: 2 - uid: 14188 components: - type: Transform @@ -121539,6 +125572,12 @@ entities: - type: Transform pos: -13.5,-21.5 parent: 2 + - uid: 14588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,29.5 + parent: 2 - uid: 15215 components: - type: Transform @@ -121576,12 +125615,6 @@ entities: - type: Transform pos: -40.5,-50.5 parent: 2 - - uid: 15917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-8.5 - parent: 2 - uid: 15925 components: - type: Transform @@ -121599,22 +125632,47 @@ entities: rot: 3.141592653589793 rad pos: -57.5,-58.5 parent: 2 - - uid: 16450 + - uid: 16411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-13.5 + pos: -54.5,-0.5 + parent: 2 + - uid: 16412 + components: + - type: Transform + pos: -54.5,-1.5 + parent: 2 + - uid: 16446 + components: + - type: Transform + pos: -51.5,17.5 + parent: 2 + - uid: 16447 + components: + - type: Transform + pos: -51.5,18.5 + parent: 2 + - uid: 16465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,13.5 + parent: 2 + - uid: 16500 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 16569 + components: + - type: Transform + pos: 83.5,-41.5 parent: 2 - uid: 16708 components: - type: Transform pos: 9.5,-95.5 parent: 2 - - uid: 16759 - components: - - type: Transform - pos: -52.5,-13.5 - parent: 2 - uid: 16931 components: - type: Transform @@ -121645,11 +125703,6 @@ entities: - type: Transform pos: -8.5,12.5 parent: 2 - - uid: 18540 - components: - - type: Transform - pos: -29.5,22.5 - parent: 2 - uid: 18589 components: - type: Transform @@ -121696,10 +125749,38 @@ entities: - type: Transform pos: 44.5,-50.5 parent: 2 - - uid: 20688 + - uid: 20434 components: - type: Transform - pos: -34.5,16.5 + rot: 3.141592653589793 rad + pos: -41.5,16.5 + parent: 2 + - uid: 20525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,13.5 + parent: 2 + - uid: 20561 + components: + - type: Transform + pos: -19.5,14.5 + parent: 2 + - uid: 20562 + components: + - type: Transform + pos: -19.5,13.5 + parent: 2 + - uid: 20610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,1.5 + parent: 2 + - uid: 20679 + components: + - type: Transform + pos: -40.5,1.5 parent: 2 - uid: 20712 components: @@ -121797,6 +125878,96 @@ entities: - type: Transform pos: 2.5,-13.5 parent: 2 + - uid: 23689 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 23690 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - uid: 23698 + components: + - type: Transform + pos: -40.5,-16.5 + parent: 2 + - uid: 23700 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 23707 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 + - uid: 23709 + components: + - type: Transform + pos: -55.5,15.5 + parent: 2 + - uid: 23712 + components: + - type: Transform + pos: -46.5,18.5 + parent: 2 + - uid: 23717 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 23740 + components: + - type: Transform + pos: -42.5,24.5 + parent: 2 + - uid: 23793 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 23850 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 24297 + components: + - type: Transform + pos: -33.5,19.5 + parent: 2 + - uid: 24337 + components: + - type: Transform + pos: -56.5,-19.5 + parent: 2 + - uid: 24450 + components: + - type: Transform + pos: -50.5,1.5 + parent: 2 + - uid: 24453 + components: + - type: Transform + pos: -50.5,0.5 + parent: 2 + - uid: 24482 + components: + - type: Transform + pos: 53.5,-41.5 + parent: 2 + - uid: 24488 + components: + - type: Transform + pos: 51.5,-42.5 + parent: 2 + - uid: 24541 + components: + - type: Transform + pos: 49.5,-39.5 + parent: 2 - proto: RadioHandheld entities: - uid: 3964 @@ -121821,15 +125992,15 @@ entities: parent: 2 - proto: RadioHandheldSecurity entities: - - uid: 2640 + - uid: 12477 components: - type: Transform - pos: -27.435629,15.58273 + pos: -38.002132,-6.439286 parent: 2 - - uid: 14806 + - uid: 12483 components: - type: Transform - pos: -27.685753,15.697392 + pos: -37.745163,-6.2924166 parent: 2 - proto: RagItem entities: @@ -121841,7 +126012,7 @@ entities: - uid: 20693 components: - type: Transform - pos: 20.540554,-6.34948 + pos: 19.22141,-6.327036 parent: 2 - proto: Railing entities: @@ -121857,61 +126028,111 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,13.5 parent: 2 + - uid: 437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,7.5 + parent: 2 + - uid: 438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,9.5 + parent: 2 + - uid: 1036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,8.5 + parent: 2 + - uid: 1162 + components: + - type: Transform + pos: 88.5,-38.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + pos: 89.5,-38.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + pos: 94.5,-38.5 + parent: 2 - uid: 1396 components: - type: Transform pos: -10.5,12.5 parent: 2 - - uid: 2291 + - uid: 1745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,-46.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-46.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 91.5,-46.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 93.5,-46.5 + parent: 2 + - uid: 1806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,-46.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-46.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 91.5,-38.5 + parent: 2 + - uid: 2309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 94.5,-46.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 2713 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-42.5 + pos: -26.5,-12.5 parent: 2 - - uid: 2292 + - uid: 3309 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-40.5 + pos: 90.5,-38.5 parent: 2 - - uid: 2404 + - uid: 3329 components: - type: Transform - pos: 53.5,-39.5 - parent: 2 - - uid: 2538 - components: - - type: Transform - pos: 54.5,-39.5 - parent: 2 - - uid: 2580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-40.5 - parent: 2 - - uid: 2585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-41.5 - parent: 2 - - uid: 3266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-42.5 - parent: 2 - - uid: 3293 - components: - - type: Transform - pos: 52.5,-39.5 - parent: 2 - - uid: 3303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-41.5 + pos: 92.5,-38.5 parent: 2 - uid: 3538 components: @@ -122367,6 +126588,23 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,-16.5 parent: 2 + - uid: 16397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-0.5 + parent: 2 + - uid: 16398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-4.5 + parent: 2 + - uid: 16844 + components: + - type: Transform + pos: 93.5,-38.5 + parent: 2 - uid: 18054 components: - type: Transform @@ -122378,6 +126616,11 @@ entities: - type: Transform pos: -1.5,-39.5 parent: 2 + - uid: 20558 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 - uid: 21425 components: - type: Transform @@ -122407,13 +126650,61 @@ entities: rot: 3.141592653589793 rad pos: -22.5,-17.5 parent: 2 + - uid: 24316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,4.5 + parent: 2 + - uid: 24460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-14.5 + parent: 2 + - uid: 24498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-13.5 + parent: 2 + - uid: 24500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-13.5 + parent: 2 - proto: RailingCorner entities: + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,9.5 + parent: 2 - uid: 1546 components: - type: Transform pos: -15.5,12.5 parent: 2 + - uid: 1628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-15.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-12.5 + parent: 2 - uid: 3011 components: - type: Transform @@ -122425,6 +126716,12 @@ entities: - type: Transform pos: -22.5,-15.5 parent: 2 + - uid: 7291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-14.5 + parent: 2 - uid: 7376 components: - type: Transform @@ -122460,26 +126757,42 @@ entities: - type: Transform pos: -9.5,12.5 parent: 2 + - uid: 20559 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 - uid: 22590 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-38.5 parent: 2 -- proto: RailingCornerSmall - entities: - - uid: 3290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-39.5 - parent: 2 - - uid: 3291 + - uid: 24314 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-39.5 + pos: -18.5,4.5 parent: 2 + - uid: 24503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-14.5 + parent: 2 + - uid: 24510 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 24761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-40.5 + parent: 2 +- proto: RailingCornerSmall + entities: - uid: 7089 components: - type: Transform @@ -122701,92 +127014,182 @@ entities: - type: Transform pos: 47.5,8.5 parent: 2 - - uid: 1193 + - uid: 2888 components: - type: Transform - pos: 51.5,-40.5 - parent: 2 - - uid: 2459 - components: - - type: Transform - pos: 55.5,-40.5 - parent: 2 - - uid: 10216 - components: - - type: Transform - pos: -53.5,2.5 + pos: -55.5,-3.5 parent: 2 - proto: RandomCableHVSpawner entities: - - uid: 2965 + - uid: 6875 components: - type: Transform - pos: -41.5,23.5 + pos: -61.5,26.5 parent: 2 - - uid: 7929 + - uid: 7038 components: - type: Transform - pos: -43.5,23.5 + pos: -61.5,24.5 parent: 2 - - uid: 8334 + - uid: 7057 components: - type: Transform - pos: -52.5,11.5 + pos: -62.5,25.5 parent: 2 - - uid: 17767 + - uid: 7058 components: - type: Transform - pos: -53.5,16.5 + pos: -61.5,28.5 parent: 2 - - uid: 17769 + - uid: 7061 components: - type: Transform - pos: -49.5,15.5 + pos: -61.5,30.5 parent: 2 - - uid: 17813 + - uid: 7068 components: - type: Transform - pos: -54.5,14.5 + pos: -62.5,29.5 parent: 2 - - uid: 18082 + - uid: 7074 components: - type: Transform - pos: -53.5,14.5 + pos: -60.5,29.5 parent: 2 - - uid: 18083 + - uid: 7075 components: - type: Transform - pos: -52.5,16.5 + pos: -64.5,29.5 parent: 2 - - uid: 18084 + - uid: 7076 components: - type: Transform - pos: -52.5,14.5 + pos: -65.5,30.5 parent: 2 - - uid: 18087 + - uid: 7087 components: - type: Transform - pos: -50.5,16.5 + pos: -66.5,29.5 parent: 2 - - uid: 18088 + - uid: 7108 components: - type: Transform - pos: -50.5,14.5 + pos: -58.5,29.5 parent: 2 - - uid: 18089 + - uid: 7113 components: - type: Transform - pos: -51.5,15.5 + pos: -57.5,30.5 parent: 2 - - uid: 18150 + - uid: 7114 components: - type: Transform - pos: -38.5,23.5 + pos: -56.5,29.5 parent: 2 - - uid: 18721 + - uid: 7183 components: - type: Transform - pos: -52.5,15.5 + pos: -53.5,31.5 + parent: 2 + - uid: 7184 + components: + - type: Transform + pos: -57.5,31.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 7200 + components: + - type: Transform + pos: -65.5,31.5 + parent: 2 + - uid: 7201 + components: + - type: Transform + pos: -50.5,29.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: -49.5,30.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: -48.5,29.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + pos: -49.5,31.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + pos: -46.5,29.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: -63.5,13.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + pos: -63.5,21.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + pos: -63.5,17.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + pos: -62.5,17.5 + parent: 2 + - uid: 7420 + components: + - type: Transform + pos: -61.5,18.5 + parent: 2 + - uid: 7451 + components: + - type: Transform + pos: -61.5,16.5 + parent: 2 + - uid: 7453 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 + - uid: 7461 + components: + - type: Transform + pos: -61.5,14.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + pos: -61.5,12.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: -62.5,9.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: -61.5,10.5 parent: 2 - uid: 18982 components: @@ -122798,11 +127201,6 @@ entities: - type: Transform pos: -71.5,-56.5 parent: 2 - - uid: 20508 - components: - - type: Transform - pos: -48.5,15.5 - parent: 2 - uid: 20549 components: - type: Transform @@ -122828,11 +127226,6 @@ entities: - type: Transform pos: -66.5,-54.5 parent: 2 - - uid: 21320 - components: - - type: Transform - pos: -49.5,23.5 - parent: 2 - uid: 21377 components: - type: Transform @@ -122843,21 +127236,6 @@ entities: - type: Transform pos: -65.5,-54.5 parent: 2 - - uid: 23419 - components: - - type: Transform - pos: -46.5,25.5 - parent: 2 - - uid: 23420 - components: - - type: Transform - pos: -50.5,24.5 - parent: 2 - - uid: 23700 - components: - - type: Transform - pos: -50.5,22.5 - parent: 2 - uid: 23702 components: - type: Transform @@ -122868,26 +127246,11 @@ entities: - type: Transform pos: 57.5,2.5 parent: 2 - - uid: 23705 - components: - - type: Transform - pos: -51.5,23.5 - parent: 2 - uid: 23706 components: - type: Transform pos: 59.5,2.5 parent: 2 - - uid: 23707 - components: - - type: Transform - pos: 61.5,2.5 - parent: 2 - - uid: 23709 - components: - - type: Transform - pos: 63.5,2.5 - parent: 2 - uid: 23710 components: - type: Transform @@ -122913,11 +127276,6 @@ entities: - type: Transform pos: 70.5,2.5 parent: 2 - - uid: 23717 - components: - - type: Transform - pos: 62.5,3.5 - parent: 2 - uid: 23718 components: - type: Transform @@ -122942,11 +127300,6 @@ entities: parent: 2 - proto: RandomDrinkBottle entities: - - uid: 1844 - components: - - type: Transform - pos: 54.5,-39.5 - parent: 2 - uid: 4234 components: - type: Transform @@ -122962,11 +127315,6 @@ entities: - type: Transform pos: 49.5,11.5 parent: 2 - - uid: 12051 - components: - - type: Transform - pos: -46.5,7.5 - parent: 2 - uid: 13721 components: - type: Transform @@ -122982,6 +127330,11 @@ entities: - type: Transform pos: 46.5,-74.5 parent: 2 + - uid: 20429 + components: + - type: Transform + pos: -41.5,16.5 + parent: 2 - uid: 21404 components: - type: Transform @@ -122989,6 +127342,11 @@ entities: parent: 2 - proto: RandomDrinkGlass entities: + - uid: 2191 + components: + - type: Transform + pos: 52.5,-35.5 + parent: 2 - uid: 3864 components: - type: Transform @@ -123046,6 +127404,11 @@ entities: - type: Transform pos: -19.5,-40.5 parent: 2 + - uid: 24540 + components: + - type: Transform + pos: 52.5,-35.5 + parent: 2 - proto: RandomFoodBakedSingle entities: - uid: 7905 @@ -123096,6 +127459,11 @@ entities: - type: Transform pos: 7.5,-33.5 parent: 2 + - uid: 2381 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 - uid: 3777 components: - type: Transform @@ -123106,11 +127474,6 @@ entities: - type: Transform pos: 42.5,3.5 parent: 2 - - uid: 20703 - components: - - type: Transform - pos: -29.5,16.5 - parent: 2 - uid: 21623 components: - type: Transform @@ -123195,6 +127558,11 @@ entities: - type: Transform pos: 41.5,10.5 parent: 2 + - uid: 1600 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 - uid: 2149 components: - type: Transform @@ -123225,11 +127593,6 @@ entities: - type: Transform pos: 24.5,9.5 parent: 2 - - uid: 7057 - components: - - type: Transform - pos: -42.5,-0.5 - parent: 2 - uid: 7975 components: - type: Transform @@ -123305,21 +127668,6 @@ entities: - type: Transform pos: 47.5,-39.5 parent: 2 - - uid: 16148 - components: - - type: Transform - pos: 55.5,-37.5 - parent: 2 - - uid: 16149 - components: - - type: Transform - pos: 49.5,-39.5 - parent: 2 - - uid: 16150 - components: - - type: Transform - pos: 49.5,-41.5 - parent: 2 - uid: 16155 components: - type: Transform @@ -123515,38 +127863,113 @@ entities: - type: Transform pos: 21.5,11.5 parent: 2 - - uid: 23918 + - uid: 24341 components: - type: Transform - pos: -42.5,5.5 + pos: -36.5,18.5 parent: 2 - - uid: 23919 + - uid: 24342 components: - type: Transform - pos: -35.5,1.5 + pos: -33.5,7.5 parent: 2 - - uid: 23920 + - uid: 24343 components: - type: Transform - pos: -35.5,6.5 + pos: -21.5,12.5 parent: 2 - - uid: 23923 + - uid: 24344 components: - type: Transform - pos: -44.5,-8.5 + pos: -26.5,18.5 parent: 2 - - uid: 23926 + - uid: 24345 components: - type: Transform - pos: -40.5,-6.5 + pos: -37.5,22.5 + parent: 2 + - uid: 24346 + components: + - type: Transform + pos: -49.5,20.5 + parent: 2 + - uid: 24347 + components: + - type: Transform + pos: -51.5,21.5 + parent: 2 + - uid: 24348 + components: + - type: Transform + pos: -54.5,9.5 + parent: 2 + - uid: 24349 + components: + - type: Transform + pos: -47.5,9.5 + parent: 2 + - uid: 24350 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 + - uid: 24351 + components: + - type: Transform + pos: -54.5,-8.5 + parent: 2 + - uid: 24352 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 2 + - uid: 24353 + components: + - type: Transform + pos: -57.5,-16.5 + parent: 2 + - uid: 24354 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - uid: 24355 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 24357 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 24358 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 24476 + components: + - type: Transform + pos: 53.5,-40.5 + parent: 2 + - uid: 24477 + components: + - type: Transform + pos: 51.5,-40.5 + parent: 2 + - uid: 24478 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 24497 + components: + - type: Transform + pos: 53.5,-42.5 parent: 2 - proto: RandomPosterContraband entities: - - uid: 104 - components: - - type: Transform - pos: 52.5,-43.5 - parent: 2 - uid: 5583 components: - type: Transform @@ -123557,46 +127980,16 @@ entities: - type: Transform pos: 19.5,-51.5 parent: 2 - - uid: 10662 - components: - - type: Transform - pos: -37.5,-18.5 - parent: 2 - - uid: 12227 - components: - - type: Transform - pos: 54.5,-43.5 - parent: 2 - - uid: 12565 - components: - - type: Transform - pos: 57.5,-41.5 - parent: 2 - uid: 15739 components: - type: Transform pos: -31.5,-18.5 parent: 2 - - uid: 16147 - components: - - type: Transform - pos: 54.5,-37.5 - parent: 2 - uid: 16158 components: - type: Transform pos: 46.5,-7.5 parent: 2 - - uid: 20598 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 21274 - components: - - type: Transform - pos: -45.5,7.5 - parent: 2 - uid: 22651 components: - type: Transform @@ -123617,38 +128010,18 @@ entities: - type: Transform pos: -44.5,-56.5 parent: 2 - - uid: 23921 + - uid: 24339 components: - type: Transform - pos: -38.5,7.5 + pos: -37.5,9.5 parent: 2 - - uid: 23924 + - uid: 24340 components: - type: Transform - pos: -44.5,-3.5 + pos: -41.5,14.5 parent: 2 - proto: RandomPosterLegit entities: - - uid: 1540 - components: - - type: Transform - pos: -22.5,-11.5 - parent: 2 - - uid: 2791 - components: - - type: Transform - pos: -30.5,-11.5 - parent: 2 - - uid: 2793 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 2 - - uid: 2859 - components: - - type: Transform - pos: -28.5,5.5 - parent: 2 - uid: 3356 components: - type: Transform @@ -123704,11 +128077,6 @@ entities: - type: Transform pos: 34.5,9.5 parent: 2 - - uid: 9614 - components: - - type: Transform - pos: -31.5,11.5 - parent: 2 - uid: 10479 components: - type: Transform @@ -123764,11 +128132,6 @@ entities: - type: Transform pos: -28.5,-52.5 parent: 2 - - uid: 14507 - components: - - type: Transform - pos: -23.5,13.5 - parent: 2 - uid: 15128 components: - type: Transform @@ -123804,11 +128167,6 @@ entities: - type: Transform pos: -0.5,9.5 parent: 2 - - uid: 16134 - components: - - type: Transform - pos: -17.5,12.5 - parent: 2 - uid: 16135 components: - type: Transform @@ -123824,16 +128182,6 @@ entities: - type: Transform pos: 40.5,2.5 parent: 2 - - uid: 16263 - components: - - type: Transform - pos: -18.5,-8.5 - parent: 2 - - uid: 16974 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 2 - uid: 17024 components: - type: Transform @@ -123854,26 +128202,11 @@ entities: - type: Transform pos: 7.5,21.5 parent: 2 - - uid: 19129 - components: - - type: Transform - pos: -18.5,-3.5 - parent: 2 - uid: 20227 components: - type: Transform pos: -4.5,13.5 parent: 2 - - uid: 20228 - components: - - type: Transform - pos: -17.5,2.5 - parent: 2 - - uid: 20230 - components: - - type: Transform - pos: -19.5,0.5 - parent: 2 - uid: 20251 components: - type: Transform @@ -123884,16 +128217,6 @@ entities: - type: Transform pos: -27.5,-51.5 parent: 2 - - uid: 20557 - components: - - type: Transform - pos: -27.5,18.5 - parent: 2 - - uid: 20586 - components: - - type: Transform - pos: -22.5,18.5 - parent: 2 - uid: 21260 components: - type: Transform @@ -123949,11 +128272,6 @@ entities: - type: Transform pos: 20.5,23.5 parent: 2 - - uid: 22673 - components: - - type: Transform - pos: -17.5,9.5 - parent: 2 - uid: 22676 components: - type: Transform @@ -124019,25 +128337,70 @@ entities: - type: Transform pos: 12.5,-15.5 parent: 2 - - uid: 22699 + - uid: 24326 components: - type: Transform - pos: -31.5,0.5 + pos: -20.5,8.5 parent: 2 - - uid: 22726 + - uid: 24327 components: - type: Transform - pos: -29.5,-2.5 + pos: -22.5,4.5 parent: 2 - - uid: 22727 + - uid: 24328 components: - type: Transform - pos: -23.5,6.5 + pos: -24.5,-0.5 parent: 2 - - uid: 23925 + - uid: 24329 components: - type: Transform - pos: -35.5,-7.5 + pos: -26.5,-4.5 + parent: 2 + - uid: 24330 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 24331 + components: + - type: Transform + pos: -35.5,-5.5 + parent: 2 + - uid: 24332 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 24333 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 24334 + components: + - type: Transform + pos: -42.5,0.5 + parent: 2 + - uid: 24335 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 24336 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 + - uid: 24338 + components: + - type: Transform + pos: -28.5,16.5 + parent: 2 + - uid: 24440 + components: + - type: Transform + pos: -30.5,2.5 parent: 2 - proto: RandomSmokables entities: @@ -124046,6 +128409,11 @@ entities: - type: Transform pos: 27.675076,-28.617666 parent: 2 + - uid: 1929 + components: + - type: Transform + pos: -39.363045,19.707558 + parent: 2 - uid: 3412 components: - type: Transform @@ -124076,11 +128444,6 @@ entities: - type: Transform pos: -19.602623,-40.284576 parent: 2 - - uid: 22516 - components: - - type: Transform - pos: -30.295214,3.7242641 - parent: 2 - uid: 22751 components: - type: Transform @@ -124111,18 +128474,23 @@ entities: - type: Transform pos: 48.336163,-60.439056 parent: 2 -- proto: RandomSnacks - entities: - - uid: 5878 + - uid: 24319 components: - type: Transform - pos: -38.5,6.5 + pos: -17.680635,9.668823 parent: 2 +- proto: RandomSnacks + entities: - uid: 12935 components: - type: Transform pos: -59.5,-29.5 parent: 2 + - uid: 20081 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 - proto: RandomSoap entities: - uid: 14422 @@ -124192,26 +128560,11 @@ entities: - type: Transform pos: -36.5,-19.5 parent: 2 - - uid: 9518 - components: - - type: Transform - pos: -32.5,-16.5 - parent: 2 - - uid: 9537 - components: - - type: Transform - pos: -29.5,18.5 - parent: 2 - uid: 9999 components: - type: Transform pos: 47.5,12.5 parent: 2 - - uid: 10051 - components: - - type: Transform - pos: -19.5,19.5 - parent: 2 - uid: 10064 components: - type: Transform @@ -124357,11 +128710,31 @@ entities: - type: Transform pos: -23.5,-47.5 parent: 2 + - uid: 15918 + components: + - type: Transform + pos: -52.5,-9.5 + parent: 2 - uid: 15987 components: - type: Transform pos: 46.5,7.5 parent: 2 + - uid: 16354 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: -51.5,12.5 + parent: 2 + - uid: 16492 + components: + - type: Transform + pos: -50.5,11.5 + parent: 2 - uid: 16658 components: - type: Transform @@ -124387,11 +128760,6 @@ entities: - type: Transform pos: 28.5,-76.5 parent: 2 - - uid: 18512 - components: - - type: Transform - pos: 91.5,-34.5 - parent: 2 - uid: 18932 components: - type: Transform @@ -124407,40 +128775,40 @@ entities: - type: Transform pos: -2.5,-27.5 parent: 2 - - uid: 20011 + - uid: 19134 components: - type: Transform - pos: 71.5,-42.5 + pos: 92.5,-35.5 parent: 2 - - uid: 20012 + - uid: 19135 components: - type: Transform - pos: 75.5,-45.5 + pos: 91.5,-52.5 parent: 2 - - uid: 20013 + - uid: 19136 components: - type: Transform - pos: 68.5,-43.5 + pos: 87.5,-54.5 parent: 2 - - uid: 20014 + - uid: 19137 components: - type: Transform - pos: 59.5,-41.5 + pos: 82.5,-58.5 parent: 2 - - uid: 20015 + - uid: 19138 components: - type: Transform - pos: 77.5,-41.5 + pos: 74.5,-60.5 parent: 2 - - uid: 20016 + - uid: 19139 components: - type: Transform - pos: 64.5,-39.5 + pos: 75.5,-54.5 parent: 2 - - uid: 20017 + - uid: 19140 components: - type: Transform - pos: 84.5,-39.5 + pos: 79.5,-47.5 parent: 2 - uid: 20018 components: @@ -124752,22 +129120,17 @@ entities: - type: Transform pos: -0.5,-97.5 parent: 2 - - uid: 23941 - components: - - type: Transform - pos: -39.5,-0.5 - parent: 2 - - uid: 23942 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - proto: RandomSpawner100 entities: - - uid: 23940 + - uid: 1934 components: - type: Transform - pos: -36.5,-6.5 + pos: 51.5,-41.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + pos: 52.5,-42.5 parent: 2 - proto: RandomVending entities: @@ -124793,30 +129156,45 @@ entities: - type: Transform pos: 48.5,-15.5 parent: 2 + - uid: 23851 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 - proto: RandomVendingDrinks entities: + - uid: 2380 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 - uid: 6102 components: - type: Transform pos: 34.5,14.5 parent: 2 - - uid: 6184 + - uid: 12244 components: - type: Transform - pos: -45.5,4.5 + pos: -33.5,-1.5 + parent: 2 + - uid: 23848 + components: + - type: Transform + pos: -18.5,2.5 parent: 2 - proto: RandomVendingSnacks entities: - - uid: 2604 - components: - - type: Transform - pos: -16.5,7.5 - parent: 2 - uid: 12607 components: - type: Transform pos: 44.5,-25.5 parent: 2 + - uid: 23849 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 - proto: RCD entities: - uid: 2579 @@ -124852,10 +129230,10 @@ entities: - type: Transform pos: -4.4759436,-30.393612 parent: 2 - - uid: 20485 + - uid: 19564 components: - type: Transform - pos: -39.499985,-3.2793717 + pos: -29.42041,15.723618 parent: 2 - proto: ReagentContainerSugar entities: @@ -124864,10 +129242,10 @@ entities: - type: Transform pos: -4.6426926,-30.331068 parent: 2 - - uid: 20489 + - uid: 19598 components: - type: Transform - pos: -39.708424,-3.362763 + pos: -29.670536,15.582893 parent: 2 - proto: Recycler entities: @@ -124890,10 +129268,15 @@ entities: - type: Transform pos: -5.5,-86.5 parent: 2 - - uid: 2158 + - uid: 2382 components: - type: Transform - pos: 75.5,-43.5 + pos: 96.5,-34.5 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: 93.5,-35.5 parent: 2 - uid: 9082 components: @@ -124936,6 +129319,21 @@ entities: - type: Transform pos: 5.5,-97.5 parent: 2 + - uid: 18937 + components: + - type: Transform + pos: 89.5,-49.5 + parent: 2 + - uid: 18940 + components: + - type: Transform + pos: 91.5,-54.5 + parent: 2 + - uid: 18991 + components: + - type: Transform + pos: 96.5,-51.5 + parent: 2 - uid: 19155 components: - type: Transform @@ -124952,16 +129350,6 @@ entities: - type: Transform pos: 25.5,-69.5 parent: 2 - - uid: 20676 - components: - - type: Transform - pos: -37.5,15.5 - parent: 2 - - uid: 22085 - components: - - type: Transform - pos: -39.5,14.5 - parent: 2 - uid: 22804 components: - type: Transform @@ -124973,6 +129361,11 @@ entities: rot: 3.141592653589793 rad pos: 97.5,-27.5 parent: 2 + - uid: 24588 + components: + - type: Transform + pos: 97.5,-35.5 + parent: 2 - proto: ReinforcedPlasmaWindow entities: - uid: 11 @@ -125227,11 +129620,6 @@ entities: - type: Transform pos: -31.5,-71.5 parent: 2 - - uid: 28 - components: - - type: Transform - pos: -29.5,5.5 - parent: 2 - uid: 62 components: - type: Transform @@ -125252,6 +129640,11 @@ entities: - type: Transform pos: -5.5,9.5 parent: 2 + - uid: 139 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 - uid: 168 components: - type: Transform @@ -125267,61 +129660,106 @@ entities: - type: Transform pos: -35.5,-68.5 parent: 2 + - uid: 184 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 - uid: 196 components: - type: Transform pos: 38.5,26.5 parent: 2 + - uid: 214 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 - uid: 244 components: - type: Transform pos: -27.5,-39.5 parent: 2 - - uid: 247 - components: - - type: Transform - pos: -35.5,-3.5 - parent: 2 - - uid: 251 - components: - - type: Transform - pos: -45.5,-7.5 - parent: 2 - - uid: 252 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 - uid: 280 components: - type: Transform pos: -27.5,-20.5 parent: 2 - - uid: 293 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - uid: 296 components: - type: Transform pos: -31.5,-76.5 parent: 2 - - uid: 367 + - uid: 318 components: - type: Transform - pos: -26.5,8.5 + pos: -17.5,13.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -45.5,-9.5 parent: 2 - uid: 383 components: - type: Transform pos: 16.5,17.5 parent: 2 + - uid: 385 + components: + - type: Transform + pos: -26.5,7.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 - uid: 435 components: - type: Transform pos: 52.5,-11.5 parent: 2 + - uid: 450 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -24.5,12.5 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 - uid: 482 components: - type: Transform @@ -125330,7 +129768,7 @@ entities: - uid: 499 components: - type: Transform - pos: -46.5,-1.5 + pos: -23.5,-11.5 parent: 2 - uid: 515 components: @@ -125377,10 +129815,20 @@ entities: - type: Transform pos: 53.5,-50.5 parent: 2 - - uid: 695 + - uid: 650 components: - type: Transform - pos: -45.5,-4.5 + pos: -22.5,14.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 683 + components: + - type: Transform + pos: -27.5,-0.5 parent: 2 - uid: 703 components: @@ -125392,6 +129840,11 @@ entities: - type: Transform pos: -4.5,19.5 parent: 2 + - uid: 710 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 - uid: 712 components: - type: Transform @@ -125417,11 +129870,36 @@ entities: - type: Transform pos: -7.5,9.5 parent: 2 + - uid: 758 + components: + - type: Transform + pos: -25.5,12.5 + parent: 2 - uid: 763 components: - type: Transform pos: -2.5,9.5 parent: 2 + - uid: 770 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 - uid: 855 components: - type: Transform @@ -125432,6 +129910,21 @@ entities: - type: Transform pos: 1.5,14.5 parent: 2 + - uid: 906 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 - uid: 972 components: - type: Transform @@ -125442,16 +129935,16 @@ entities: - type: Transform pos: -3.5,20.5 parent: 2 + - uid: 991 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 - uid: 1013 components: - type: Transform pos: 50.5,-10.5 parent: 2 - - uid: 1036 - components: - - type: Transform - pos: -31.5,6.5 - parent: 2 - uid: 1039 components: - type: Transform @@ -125462,6 +129955,21 @@ entities: - type: Transform pos: 7.5,28.5 parent: 2 + - uid: 1080 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 - uid: 1098 components: - type: Transform @@ -125477,31 +129985,26 @@ entities: - type: Transform pos: -4.5,23.5 parent: 2 - - uid: 1119 + - uid: 1105 components: - type: Transform - pos: -24.5,-8.5 + pos: -20.5,15.5 parent: 2 - uid: 1141 components: - type: Transform pos: -55.5,-55.5 parent: 2 - - uid: 1142 + - uid: 1144 components: - type: Transform - pos: 60.5,-37.5 + pos: -23.5,12.5 parent: 2 - uid: 1160 components: - type: Transform pos: 8.5,9.5 parent: 2 - - uid: 1161 - components: - - type: Transform - pos: -31.5,7.5 - parent: 2 - uid: 1189 components: - type: Transform @@ -125627,6 +130130,11 @@ entities: - type: Transform pos: 3.5,1.5 parent: 2 + - uid: 1591 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 - uid: 1594 components: - type: Transform @@ -125687,11 +130195,6 @@ entities: - type: Transform pos: -21.5,-32.5 parent: 2 - - uid: 1891 - components: - - type: Transform - pos: -35.5,13.5 - parent: 2 - uid: 1900 components: - type: Transform @@ -125712,26 +130215,66 @@ entities: - type: Transform pos: -21.5,-33.5 parent: 2 - - uid: 2042 + - uid: 2041 components: - type: Transform - pos: -45.5,-5.5 + pos: -14.5,-7.5 parent: 2 - uid: 2065 components: - type: Transform pos: -3.5,-59.5 parent: 2 + - uid: 2154 + components: + - type: Transform + pos: 58.5,-36.5 + parent: 2 - uid: 2178 components: - type: Transform pos: -6.5,-22.5 parent: 2 + - uid: 2203 + components: + - type: Transform + pos: 65.5,-41.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + pos: 65.5,-43.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + pos: 72.5,-43.5 + parent: 2 - uid: 2329 components: - type: Transform pos: 34.5,27.5 parent: 2 + - uid: 2356 + components: + - type: Transform + pos: 73.5,-42.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: 73.5,-41.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + pos: 65.5,-40.5 + parent: 2 + - uid: 2377 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 - uid: 2397 components: - type: Transform @@ -125747,6 +130290,16 @@ entities: - type: Transform pos: -9.5,-23.5 parent: 2 + - uid: 2585 + components: + - type: Transform + pos: 65.5,-42.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 - uid: 2600 components: - type: Transform @@ -125762,11 +130315,6 @@ entities: - type: Transform pos: -22.5,30.5 parent: 2 - - uid: 2736 - components: - - type: Transform - pos: -44.5,8.5 - parent: 2 - uid: 2747 components: - type: Transform @@ -125802,11 +130350,6 @@ entities: - type: Transform pos: -30.5,-79.5 parent: 2 - - uid: 3029 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 2 - uid: 3051 components: - type: Transform @@ -125827,11 +130370,6 @@ entities: - type: Transform pos: 72.5,-67.5 parent: 2 - - uid: 3119 - components: - - type: Transform - pos: -45.5,-6.5 - parent: 2 - uid: 3121 components: - type: Transform @@ -125857,11 +130395,6 @@ entities: - type: Transform pos: -17.5,31.5 parent: 2 - - uid: 3221 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - uid: 3262 components: - type: Transform @@ -125877,6 +130410,11 @@ entities: - type: Transform pos: -44.5,-33.5 parent: 2 + - uid: 3354 + components: + - type: Transform + pos: 73.5,-43.5 + parent: 2 - uid: 3387 components: - type: Transform @@ -125892,6 +130430,11 @@ entities: - type: Transform pos: -27.5,-43.5 parent: 2 + - uid: 3524 + components: + - type: Transform + pos: 72.5,-41.5 + parent: 2 - uid: 3562 components: - type: Transform @@ -125912,11 +130455,6 @@ entities: - type: Transform pos: 40.5,-66.5 parent: 2 - - uid: 3705 - components: - - type: Transform - pos: -36.5,-8.5 - parent: 2 - uid: 3725 components: - type: Transform @@ -125947,11 +130485,6 @@ entities: - type: Transform pos: 12.5,-75.5 parent: 2 - - uid: 3940 - components: - - type: Transform - pos: -36.5,-9.5 - parent: 2 - uid: 3959 components: - type: Transform @@ -126027,11 +130560,6 @@ entities: - type: Transform pos: 30.5,-41.5 parent: 2 - - uid: 4494 - components: - - type: Transform - pos: -35.5,11.5 - parent: 2 - uid: 4577 components: - type: Transform @@ -126087,11 +130615,6 @@ entities: - type: Transform pos: 60.5,-79.5 parent: 2 - - uid: 4839 - components: - - type: Transform - pos: -60.5,-17.5 - parent: 2 - uid: 4847 components: - type: Transform @@ -126197,11 +130720,6 @@ entities: - type: Transform pos: 45.5,-87.5 parent: 2 - - uid: 5194 - components: - - type: Transform - pos: -63.5,-7.5 - parent: 2 - uid: 5208 components: - type: Transform @@ -126227,21 +130745,6 @@ entities: - type: Transform pos: -31.5,-72.5 parent: 2 - - uid: 5325 - components: - - type: Transform - pos: -26.5,-8.5 - parent: 2 - - uid: 5355 - components: - - type: Transform - pos: -30.5,25.5 - parent: 2 - - uid: 5368 - components: - - type: Transform - pos: -31.5,8.5 - parent: 2 - uid: 5415 components: - type: Transform @@ -126252,40 +130755,25 @@ entities: - type: Transform pos: 7.5,14.5 parent: 2 - - uid: 5445 - components: - - type: Transform - pos: -28.5,6.5 - parent: 2 - uid: 5458 components: - type: Transform - pos: 76.5,-43.5 + pos: 59.5,-38.5 parent: 2 - - uid: 5478 + - uid: 5464 components: - type: Transform - pos: -31.5,25.5 + pos: 59.5,-37.5 parent: 2 - uid: 5508 components: - type: Transform pos: 46.5,23.5 parent: 2 - - uid: 5554 + - uid: 5546 components: - type: Transform - pos: 53.5,-36.5 - parent: 2 - - uid: 5557 - components: - - type: Transform - pos: -52.5,-10.5 - parent: 2 - - uid: 5559 - components: - - type: Transform - pos: -55.5,-10.5 + pos: 58.5,-38.5 parent: 2 - uid: 5566 components: @@ -126307,11 +130795,6 @@ entities: - type: Transform pos: 69.5,-59.5 parent: 2 - - uid: 5642 - components: - - type: Transform - pos: 75.5,-41.5 - parent: 2 - uid: 5647 components: - type: Transform @@ -126332,21 +130815,11 @@ entities: - type: Transform pos: 32.5,-53.5 parent: 2 - - uid: 5689 - components: - - type: Transform - pos: -21.5,-14.5 - parent: 2 - uid: 5692 components: - type: Transform pos: 32.5,-55.5 parent: 2 - - uid: 5699 - components: - - type: Transform - pos: 75.5,-42.5 - parent: 2 - uid: 5706 components: - type: Transform @@ -126357,11 +130830,6 @@ entities: - type: Transform pos: -25.5,-46.5 parent: 2 - - uid: 5808 - components: - - type: Transform - pos: -36.5,-10.5 - parent: 2 - uid: 5837 components: - type: Transform @@ -126407,6 +130875,11 @@ entities: - type: Transform pos: 27.5,9.5 parent: 2 + - uid: 6043 + components: + - type: Transform + pos: 73.5,-39.5 + parent: 2 - uid: 6083 components: - type: Transform @@ -126437,16 +130910,36 @@ entities: - type: Transform pos: -33.5,-81.5 parent: 2 + - uid: 6223 + components: + - type: Transform + pos: 66.5,-45.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 - uid: 6265 components: - type: Transform pos: 41.5,-60.5 parent: 2 + - uid: 6293 + components: + - type: Transform + pos: 68.5,-39.5 + parent: 2 - uid: 6348 components: - type: Transform pos: 7.5,-54.5 parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 77.5,-45.5 + parent: 2 - uid: 6381 components: - type: Transform @@ -126492,11 +130985,6 @@ entities: - type: Transform pos: 0.5,-83.5 parent: 2 - - uid: 6475 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - uid: 6485 components: - type: Transform @@ -126527,11 +131015,6 @@ entities: - type: Transform pos: -15.5,-57.5 parent: 2 - - uid: 6510 - components: - - type: Transform - pos: -43.5,8.5 - parent: 2 - uid: 6519 components: - type: Transform @@ -126552,6 +131035,16 @@ entities: - type: Transform pos: -10.5,-60.5 parent: 2 + - uid: 6555 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 - uid: 6621 components: - type: Transform @@ -126577,21 +131070,6 @@ entities: - type: Transform pos: 41.5,-59.5 parent: 2 - - uid: 6637 - components: - - type: Transform - pos: -39.5,-13.5 - parent: 2 - - uid: 6638 - components: - - type: Transform - pos: -40.5,-14.5 - parent: 2 - - uid: 6643 - components: - - type: Transform - pos: -40.5,-15.5 - parent: 2 - uid: 6658 components: - type: Transform @@ -126607,6 +131085,11 @@ entities: - type: Transform pos: 32.5,-33.5 parent: 2 + - uid: 6806 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 2 - uid: 6825 components: - type: Transform @@ -126617,21 +131100,26 @@ entities: - type: Transform pos: 33.5,22.5 parent: 2 - - uid: 6871 - components: - - type: Transform - pos: -24.5,1.5 - parent: 2 - uid: 6881 components: - type: Transform pos: -7.5,-23.5 parent: 2 + - uid: 6906 + components: + - type: Transform + pos: 67.5,-39.5 + parent: 2 - uid: 6926 components: - type: Transform pos: 46.5,-84.5 parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 71.5,-39.5 + parent: 2 - uid: 6945 components: - type: Transform @@ -126642,16 +131130,6 @@ entities: - type: Transform pos: 45.5,-1.5 parent: 2 - - uid: 6976 - components: - - type: Transform - pos: 63.5,-43.5 - parent: 2 - - uid: 6983 - components: - - type: Transform - pos: -26.5,1.5 - parent: 2 - uid: 7039 components: - type: Transform @@ -126717,11 +131195,6 @@ entities: - type: Transform pos: 45.5,6.5 parent: 2 - - uid: 7480 - components: - - type: Transform - pos: 74.5,-47.5 - parent: 2 - uid: 7539 components: - type: Transform @@ -126757,51 +131230,11 @@ entities: - type: Transform pos: 6.5,-59.5 parent: 2 - - uid: 7646 - components: - - type: Transform - pos: -36.5,19.5 - parent: 2 - - uid: 7678 - components: - - type: Transform - pos: -26.5,14.5 - parent: 2 - - uid: 7694 - components: - - type: Transform - pos: -47.5,8.5 - parent: 2 - - uid: 7729 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 7730 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 2 - - uid: 7750 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - uid: 7828 components: - type: Transform pos: -9.5,14.5 parent: 2 - - uid: 7829 - components: - - type: Transform - pos: -31.5,17.5 - parent: 2 - - uid: 7951 - components: - - type: Transform - pos: -23.5,11.5 - parent: 2 - uid: 8243 components: - type: Transform @@ -126902,11 +131335,6 @@ entities: - type: Transform pos: 55.5,-25.5 parent: 2 - - uid: 8671 - components: - - type: Transform - pos: -35.5,17.5 - parent: 2 - uid: 8682 components: - type: Transform @@ -126962,11 +131390,6 @@ entities: - type: Transform pos: 45.5,4.5 parent: 2 - - uid: 8857 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - uid: 8890 components: - type: Transform @@ -126982,20 +131405,10 @@ entities: - type: Transform pos: 31.5,-59.5 parent: 2 - - uid: 9019 + - uid: 9206 components: - type: Transform - pos: -29.5,25.5 - parent: 2 - - uid: 9108 - components: - - type: Transform - pos: 68.5,-45.5 - parent: 2 - - uid: 9125 - components: - - type: Transform - pos: -31.5,16.5 + pos: -46.5,4.5 parent: 2 - uid: 9254 components: @@ -127122,6 +131535,16 @@ entities: - type: Transform pos: 2.5,-18.5 parent: 2 + - uid: 10212 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 - uid: 10251 components: - type: Transform @@ -127157,21 +131580,56 @@ entities: - type: Transform pos: -27.5,-23.5 parent: 2 + - uid: 10721 + components: + - type: Transform + pos: -47.5,-2.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + pos: -47.5,-4.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 - uid: 10793 components: - type: Transform pos: 64.5,-60.5 parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 - uid: 10814 components: - type: Transform pos: 71.5,-57.5 parent: 2 - - uid: 10817 - components: - - type: Transform - pos: 77.5,-47.5 - parent: 2 - uid: 10818 components: - type: Transform @@ -127187,15 +131645,15 @@ entities: - type: Transform pos: 63.5,-82.5 parent: 2 - - uid: 10852 + - uid: 10900 components: - type: Transform - pos: 85.5,-40.5 + pos: -47.5,-0.5 parent: 2 - - uid: 10872 + - uid: 10915 components: - type: Transform - pos: 72.5,-39.5 + pos: -46.5,3.5 parent: 2 - uid: 10969 components: @@ -127207,11 +131665,26 @@ entities: - type: Transform pos: -25.5,-18.5 parent: 2 + - uid: 11002 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 - uid: 11077 components: - type: Transform pos: 34.5,3.5 parent: 2 + - uid: 11080 + components: + - type: Transform + pos: -36.5,-5.5 + parent: 2 - uid: 11128 components: - type: Transform @@ -127237,6 +131710,11 @@ entities: - type: Transform pos: 2.5,-23.5 parent: 2 + - uid: 11285 + components: + - type: Transform + pos: -39.5,-4.5 + parent: 2 - uid: 11327 components: - type: Transform @@ -127247,6 +131725,11 @@ entities: - type: Transform pos: 26.5,-27.5 parent: 2 + - uid: 11339 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 - uid: 11391 components: - type: Transform @@ -127262,6 +131745,11 @@ entities: - type: Transform pos: 25.5,-29.5 parent: 2 + - uid: 11401 + components: + - type: Transform + pos: -41.5,-2.5 + parent: 2 - uid: 11428 components: - type: Transform @@ -127307,10 +131795,10 @@ entities: - type: Transform pos: 8.5,1.5 parent: 2 - - uid: 11804 + - uid: 11953 components: - type: Transform - pos: -24.5,14.5 + pos: -41.5,-6.5 parent: 2 - uid: 12018 components: @@ -127437,16 +131925,6 @@ entities: - type: Transform pos: 12.5,-74.5 parent: 2 - - uid: 12609 - components: - - type: Transform - pos: 57.5,-39.5 - parent: 2 - - uid: 12615 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 2 - uid: 12645 components: - type: Transform @@ -127507,11 +131985,6 @@ entities: - type: Transform pos: 7.5,-75.5 parent: 2 - - uid: 12861 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 2 - uid: 12864 components: - type: Transform @@ -127547,6 +132020,11 @@ entities: - type: Transform pos: -59.5,-27.5 parent: 2 + - uid: 12882 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 - uid: 12884 components: - type: Transform @@ -127577,6 +132055,31 @@ entities: - type: Transform pos: 49.5,-53.5 parent: 2 + - uid: 13047 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: -49.5,-4.5 + parent: 2 + - uid: 13087 + components: + - type: Transform + pos: -55.5,19.5 + parent: 2 + - uid: 13092 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + pos: -48.5,5.5 + parent: 2 - uid: 13116 components: - type: Transform @@ -127672,6 +132175,11 @@ entities: - type: Transform pos: -50.5,-33.5 parent: 2 + - uid: 13610 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 - uid: 13767 components: - type: Transform @@ -127752,6 +132260,16 @@ entities: - type: Transform pos: 7.5,28.5 parent: 2 + - uid: 14443 + components: + - type: Transform + pos: -52.5,25.5 + parent: 2 + - uid: 14445 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 - uid: 14502 components: - type: Transform @@ -127762,10 +132280,60 @@ entities: - type: Transform pos: -2.5,-54.5 parent: 2 - - uid: 14809 + - uid: 14633 components: - type: Transform - pos: -27.5,14.5 + pos: -30.5,25.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + pos: -31.5,29.5 + parent: 2 + - uid: 14801 + components: + - type: Transform + pos: -33.5,29.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + pos: -32.5,29.5 + parent: 2 + - uid: 14812 + components: + - type: Transform + pos: -34.5,25.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + pos: -34.5,24.5 + parent: 2 + - uid: 14828 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: -50.5,25.5 parent: 2 - uid: 14996 components: @@ -127792,6 +132360,51 @@ entities: - type: Transform pos: -64.5,-58.5 parent: 2 + - uid: 15263 + components: + - type: Transform + pos: -57.5,12.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + pos: -57.5,10.5 + parent: 2 + - uid: 15308 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 + - uid: 15310 + components: + - type: Transform + pos: -55.5,17.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: -57.5,13.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: -55.5,22.5 + parent: 2 + - uid: 15320 + components: + - type: Transform + pos: -56.5,8.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + pos: -55.5,5.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + pos: -55.5,4.5 + parent: 2 - uid: 15454 components: - type: Transform @@ -127802,30 +132415,70 @@ entities: - type: Transform pos: -5.5,-73.5 parent: 2 + - uid: 15704 + components: + - type: Transform + pos: -53.5,16.5 + parent: 2 - uid: 15780 components: - type: Transform pos: 35.5,20.5 parent: 2 - - uid: 15901 + - uid: 15866 components: - type: Transform - pos: -60.5,-7.5 + pos: -54.5,16.5 parent: 2 - - uid: 15918 + - uid: 15891 components: - type: Transform - pos: -63.5,-17.5 + pos: -49.5,-0.5 parent: 2 - - uid: 15922 + - uid: 15895 components: - type: Transform - pos: -55.5,-14.5 + pos: -49.5,-3.5 parent: 2 - - uid: 15923 + - uid: 15898 components: - type: Transform - pos: -52.5,-14.5 + pos: -59.5,-15.5 + parent: 2 + - uid: 15924 + components: + - type: Transform + pos: -60.5,-15.5 + parent: 2 + - uid: 15938 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 2 + - uid: 15939 + components: + - type: Transform + pos: -60.5,-11.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 2 + - uid: 15942 + components: + - type: Transform + pos: -60.5,-13.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 16005 + components: + - type: Transform + pos: -54.5,-16.5 parent: 2 - uid: 16021 components: @@ -127847,6 +132500,26 @@ entities: - type: Transform pos: 2.5,-54.5 parent: 2 + - uid: 16134 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 16136 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 - uid: 16202 components: - type: Transform @@ -127857,15 +132530,65 @@ entities: - type: Transform pos: 54.5,-53.5 parent: 2 - - uid: 16362 + - uid: 16291 components: - type: Transform - pos: -47.5,-12.5 + pos: -53.5,6.5 parent: 2 - - uid: 16604 + - uid: 16292 components: - type: Transform - pos: -49.5,-12.5 + pos: -51.5,6.5 + parent: 2 + - uid: 16293 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + pos: -50.5,6.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: 74.5,-45.5 + parent: 2 + - uid: 16583 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + pos: 73.5,-45.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + pos: 74.5,-39.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + pos: 71.5,-43.5 + parent: 2 + - uid: 16610 + components: + - type: Transform + pos: 71.5,-41.5 parent: 2 - uid: 16664 components: @@ -127877,10 +132600,10 @@ entities: - type: Transform pos: 57.5,-61.5 parent: 2 - - uid: 16834 + - uid: 16845 components: - type: Transform - pos: 73.5,-39.5 + pos: 68.5,-45.5 parent: 2 - uid: 16909 components: @@ -127917,6 +132640,11 @@ entities: - type: Transform pos: 80.5,-15.5 parent: 2 + - uid: 17797 + components: + - type: Transform + pos: 59.5,-36.5 + parent: 2 - uid: 17821 components: - type: Transform @@ -127947,16 +132675,6 @@ entities: - type: Transform pos: 83.5,-14.5 parent: 2 - - uid: 17866 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 2 - - uid: 17920 - components: - - type: Transform - pos: -35.5,-1.5 - parent: 2 - uid: 17946 components: - type: Transform @@ -127987,11 +132705,6 @@ entities: - type: Transform pos: 84.5,-15.5 parent: 2 - - uid: 18444 - components: - - type: Transform - pos: 92.5,-33.5 - parent: 2 - uid: 18445 components: - type: Transform @@ -128027,15 +132740,15 @@ entities: - type: Transform pos: 97.5,-24.5 parent: 2 - - uid: 18647 + - uid: 18997 components: - type: Transform - pos: 97.5,-36.5 + pos: 92.5,-54.5 parent: 2 - - uid: 18940 + - uid: 18999 components: - type: Transform - pos: -28.5,-6.5 + pos: 96.5,-50.5 parent: 2 - uid: 19195 components: @@ -128067,51 +132780,21 @@ entities: - type: Transform pos: 7.5,-66.5 parent: 2 - - uid: 19282 + - uid: 19586 components: - type: Transform - pos: -33.5,-6.5 + pos: 78.5,-39.5 parent: 2 - - uid: 19361 + - uid: 19589 components: - type: Transform - pos: 78.5,-47.5 + pos: 77.5,-38.5 parent: 2 - uid: 20168 components: - type: Transform pos: 8.5,-71.5 parent: 2 - - uid: 20417 - components: - - type: Transform - pos: -29.5,-14.5 - parent: 2 - - uid: 20458 - components: - - type: Transform - pos: -39.5,-10.5 - parent: 2 - - uid: 20474 - components: - - type: Transform - pos: -47.5,-1.5 - parent: 2 - - uid: 20791 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 2 - - uid: 21674 - components: - - type: Transform - pos: -31.5,15.5 - parent: 2 - - uid: 21838 - components: - - type: Transform - pos: -37.5,11.5 - parent: 2 - uid: 21867 components: - type: Transform @@ -128162,11 +132845,6 @@ entities: - type: Transform pos: 34.5,23.5 parent: 2 - - uid: 21930 - components: - - type: Transform - pos: -37.5,13.5 - parent: 2 - uid: 21931 components: - type: Transform @@ -128242,6 +132920,11 @@ entities: - type: Transform pos: 46.5,26.5 parent: 2 + - uid: 24731 + components: + - type: Transform + pos: 80.5,-37.5 + parent: 2 - proto: RemoteSignaller entities: - uid: 4210 @@ -128338,78 +133021,66 @@ entities: parent: 2 - proto: RiotBulletShield entities: - - uid: 8291 + - uid: 20687 components: - type: Transform - pos: -21.73,6.5 + pos: -38.67536,1.5551949 parent: 2 - type: Blocking - blockingToggleActionEntity: 5100 + blockingToggleActionEntity: 20688 - type: ActionsContainer - type: ContainerContainer containers: actions: !type:Container ents: - - 5100 - - uid: 23311 + - 20688 + - uid: 20689 components: - type: Transform - pos: -21.509254,6.5594025 + pos: -38.435658,1.4718037 parent: 2 - type: Blocking - blockingToggleActionEntity: 23312 + blockingToggleActionEntity: 20690 - type: ActionsContainer - type: ContainerContainer containers: actions: !type:Container ents: - - 23312 -- proto: RiotLaserShield - entities: - - uid: 632 - components: - - type: Transform - pos: -21.73,6.63 - parent: 2 - - uid: 23310 - components: - - type: Transform - pos: -21.509254,6.6375275 - parent: 2 + - 20690 - proto: RiotShield entities: - - uid: 3686 + - uid: 20691 components: - type: Transform - pos: -21.71,6.432082 + pos: -40.515644,1.5179176 parent: 2 - type: Blocking - blockingToggleActionEntity: 22750 + blockingToggleActionEntity: 20692 - type: ActionsContainer - type: ContainerContainer containers: actions: !type:Container ents: - - 22750 - - uid: 23313 + - 20692 + - uid: 20698 components: - type: Transform - pos: -21.478004,6.457841 + pos: -40.59902,1.5179176 parent: 2 - type: Blocking - blockingToggleActionEntity: 23314 + blockingToggleActionEntity: 20702 - type: ActionsContainer - type: ContainerContainer containers: actions: !type:Container ents: - - 23314 + - 20702 - proto: RobocopCircuitBoard entities: - - uid: 16469 + - uid: 16792 components: - type: Transform - pos: -60.705425,-16.225351 + pos: 67.54577,-43.51738 parent: 2 - proto: RollingPin entities: @@ -128528,13 +133199,6 @@ entities: - type: Transform pos: 47.57202,-7.418854 parent: 2 -- proto: ScrapMedkit - entities: - - uid: 2197 - components: - - type: Transform - pos: 50.46125,-38.7522 - parent: 2 - proto: Screen entities: - uid: 4007 @@ -128563,11 +133227,6 @@ entities: - type: Transform pos: -50.5,-28.5 parent: 2 - - uid: 11210 - components: - - type: Transform - pos: -40.5,-2.5 - parent: 2 - uid: 11314 components: - type: Transform @@ -128593,11 +133252,6 @@ entities: - type: Transform pos: 20.5,8.5 parent: 2 - - uid: 13206 - components: - - type: Transform - pos: -23.5,1.5 - parent: 2 - uid: 15423 components: - type: Transform @@ -128618,11 +133272,6 @@ entities: - type: Transform pos: -13.5,-56.5 parent: 2 - - uid: 17933 - components: - - type: Transform - pos: -45.5,5.5 - parent: 2 - uid: 22035 components: - type: Transform @@ -128692,31 +133341,79 @@ entities: - type: Transform pos: -18.5,-14.5 parent: 2 - - uid: 23947 + - uid: 24320 components: - type: Transform - pos: -32.5,-7.5 + pos: -30.5,16.5 + parent: 2 + - uid: 24321 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 24322 + components: + - type: Transform + pos: -40.5,-0.5 + parent: 2 + - uid: 24324 + components: + - type: Transform + pos: -38.5,-5.5 + parent: 2 + - uid: 24325 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 24719 + components: + - type: Transform + pos: 69.5,-39.5 + parent: 2 + - uid: 24720 + components: + - type: Transform + pos: 80.5,-39.5 + parent: 2 + - uid: 24721 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 24722 + components: + - type: Transform + pos: 87.5,-38.5 + parent: 2 + - uid: 24723 + components: + - type: Transform + pos: 87.5,-46.5 + parent: 2 + - uid: 24724 + components: + - type: Transform + pos: 95.5,-38.5 + parent: 2 + - uid: 24725 + components: + - type: Transform + pos: 95.5,-46.5 parent: 2 - proto: SecurityTechFab entities: - - uid: 23315 + - uid: 10674 components: - type: Transform - pos: -22.5,6.5 - parent: 2 -- proto: SecurityWhistle - entities: - - uid: 505 - components: - - type: Transform - pos: -26.50823,15.627335 + pos: -38.5,3.5 parent: 2 - proto: SeedExtractor entities: - - uid: 4570 + - uid: 298 components: - type: Transform - pos: -43.5,-3.5 + pos: -25.5,16.5 parent: 2 - uid: 17167 components: @@ -128730,11 +133427,6 @@ entities: parent: 2 - proto: ShardGlass entities: - - uid: 793 - components: - - type: Transform - pos: 74.42811,-44.107338 - parent: 2 - uid: 890 components: - type: Transform @@ -128750,32 +133442,12 @@ entities: - type: Transform pos: 46.676933,-85.600525 parent: 2 - - uid: 2335 - components: - - type: Transform - pos: 60.55196,-38.45997 - parent: 2 - - uid: 3625 - components: - - type: Transform - pos: 72.48965,-42.496845 - parent: 2 - - uid: 3948 - components: - - type: Transform - pos: 73.42761,-43.54445 - parent: 2 - uid: 4985 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.361195,8.747754 parent: 2 - - uid: 5593 - components: - - type: Transform - pos: 61.517246,-42.477592 - parent: 2 - uid: 7375 components: - type: Transform @@ -128786,11 +133458,6 @@ entities: - type: Transform pos: 49.49901,9.514517 parent: 2 - - uid: 7797 - components: - - type: Transform - pos: 64.549995,-40.491837 - parent: 2 - uid: 10841 components: - type: Transform @@ -128802,16 +133469,27 @@ entities: rot: -1.5707963267948966 rad pos: 67.56429,-82.79552 parent: 2 + - uid: 16288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.413,22.399826 + parent: 2 + - uid: 16296 + components: + - type: Transform + pos: -54.710087,22.558933 + parent: 2 + - uid: 16440 + components: + - type: Transform + pos: -53.755627,22.926107 + parent: 2 - uid: 17852 components: - type: Transform pos: 91.39489,-17.309563 parent: 2 - - uid: 17921 - components: - - type: Transform - pos: 78.379555,-41.57462 - parent: 2 - uid: 18165 components: - type: Transform @@ -128832,11 +133510,6 @@ entities: - type: Transform pos: 91.51726,-15.608327 parent: 2 - - uid: 18767 - components: - - type: Transform - pos: 74.521904,-42.653206 - parent: 2 - uid: 18814 components: - type: Transform @@ -128867,11 +133540,6 @@ entities: - type: Transform pos: 44.80114,-71.483185 parent: 2 - - uid: 19823 - components: - - type: Transform - pos: 82.53264,-42.46055 - parent: 2 - uid: 22870 components: - type: Transform @@ -128918,6 +133586,30 @@ entities: rot: 1.5707963267948966 rad pos: 73.5562,-79.53928 parent: 2 + - uid: 19129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.55148,-34.588486 + parent: 2 + - uid: 19131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.43388,-61.47434 + parent: 2 + - uid: 19132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.44205,-53.431152 + parent: 2 + - uid: 19133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.45669,-51.570484 + parent: 2 - uid: 19964 components: - type: Transform @@ -128934,12 +133626,6 @@ entities: - type: Transform pos: 91.4445,-27.518276 parent: 2 - - uid: 20731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 92.446754,-36.460396 - parent: 2 - uid: 20897 components: - type: Transform @@ -128954,11 +133640,6 @@ entities: parent: 2 - proto: SheetGlass entities: - - uid: 686 - components: - - type: Transform - pos: -49.460587,25.496906 - parent: 2 - uid: 2250 components: - type: Transform @@ -128989,17 +133670,10 @@ entities: - type: Transform pos: -57.49946,-58.450542 parent: 2 -- proto: SheetGlass1 - entities: - - uid: 20098 + - uid: 20709 components: - type: Transform - pos: 59.489506,-40.541508 - parent: 2 - - uid: 20129 - components: - - type: Transform - pos: 63.470222,-39.49492 + pos: -35.52191,1.520772 parent: 2 - proto: SheetGlass10 entities: @@ -129033,6 +133707,13 @@ entities: rot: -1.5707963267948966 rad pos: 22.31672,19.486847 parent: 2 +- proto: SheetPGlass + entities: + - uid: 5557 + components: + - type: Transform + pos: -49.493877,32.44378 + parent: 2 - proto: SheetPlasma entities: - uid: 11897 @@ -129059,11 +133740,6 @@ entities: - type: Transform pos: 9.476572,22.589748 parent: 2 - - uid: 16602 - components: - - type: Transform - pos: -60.509804,-11.395213 - parent: 2 - proto: SheetPlastic entities: - uid: 76 @@ -129081,10 +133757,10 @@ entities: - type: Transform pos: -37.47171,-24.411203 parent: 2 - - uid: 15461 + - uid: 20722 components: - type: Transform - pos: -27.718145,6.9078503 + pos: -35.480225,1.5416203 parent: 2 - proto: SheetPlastic10 entities: @@ -129105,16 +133781,6 @@ entities: - type: Transform pos: -0.5086639,-4.382394 parent: 2 - - uid: 1952 - components: - - type: Transform - pos: -13.572921,-6.4220476 - parent: 2 - - uid: 1953 - components: - - type: Transform - pos: -13.416594,-6.4324713 - parent: 2 - uid: 2256 components: - type: Transform @@ -129150,15 +133816,10 @@ entities: - type: Transform pos: 2.4604461,-55.406693 parent: 2 - - uid: 14425 + - uid: 20703 components: - type: Transform - pos: -27.716429,6.6061916 - parent: 2 - - uid: 16603 - components: - - type: Transform - pos: -60.99963,-11.384789 + pos: -35.532333,1.5311966 parent: 2 - uid: 22546 components: @@ -129204,10 +133865,10 @@ entities: parent: 2 - proto: ShotGunCabinetFilled entities: - - uid: 9543 + - uid: 20587 components: - type: Transform - pos: -27.5,8.5 + pos: -38.5,-0.5 parent: 2 - proto: ShuttersNormal entities: @@ -129243,37 +133904,17 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-46.5 parent: 2 - - uid: 304 - components: - - type: Transform - pos: -24.5,1.5 - parent: 2 - - uid: 476 + - uid: 1700 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-7.5 + pos: -22.5,-5.5 parent: 2 - - uid: 710 + - uid: 2243 components: - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 813 - components: - - type: Transform - pos: -26.5,1.5 - parent: 2 - - uid: 2359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-3.5 - parent: 2 - - uid: 2582 - components: - - type: Transform - pos: -26.5,8.5 + rot: 3.141592653589793 rad + pos: -21.5,-5.5 parent: 2 - uid: 2759 components: @@ -129356,17 +133997,6 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-51.5 parent: 2 - - uid: 7960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,11.5 - parent: 2 - - uid: 10652 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - uid: 10771 components: - type: Transform @@ -129521,18 +134151,6 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-32.5 parent: 2 - - uid: 18561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-7.5 - parent: 2 - - uid: 18938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-7.5 - parent: 2 - uid: 19574 components: - type: Transform @@ -129565,6 +134183,46 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,-35.5 parent: 2 + - uid: 20731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,4.5 + parent: 2 + - uid: 20758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,4.5 + parent: 2 + - uid: 20768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,4.5 + parent: 2 + - uid: 20769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,3.5 + parent: 2 + - uid: 20770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,1.5 + parent: 2 + - uid: 20771 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 20772 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 - uid: 21229 components: - type: Transform @@ -129690,40 +134348,12 @@ entities: - type: Transform pos: -27.5,-39.5 parent: 2 - - uid: 21876 - components: - - type: Transform - pos: -24.5,14.5 - parent: 2 - uid: 21880 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-45.5 parent: 2 - - uid: 22133 - components: - - type: Transform - pos: -26.5,14.5 - parent: 2 - - uid: 22719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,6.5 - parent: 2 - - uid: 22720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,4.5 - parent: 2 - - uid: 22721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,2.5 - parent: 2 - uid: 22769 components: - type: Transform @@ -129773,28 +134403,71 @@ entities: - type: Transform pos: -24.5,-57.5 parent: 2 - - uid: 23922 + - uid: 24120 components: - type: Transform - pos: -24.5,-8.5 + rot: -1.5707963267948966 rad + pos: -26.5,5.5 parent: 2 - - uid: 23931 + - uid: 24121 components: - type: Transform - pos: -21.5,-8.5 + rot: -1.5707963267948966 rad + pos: -26.5,6.5 parent: 2 - - uid: 23932 + - uid: 24122 components: - type: Transform - pos: -19.5,-8.5 + rot: -1.5707963267948966 rad + pos: -26.5,7.5 parent: 2 - - uid: 23946 + - uid: 24123 components: - type: Transform - pos: -26.5,-8.5 + rot: 3.141592653589793 rad + pos: -25.5,12.5 + parent: 2 + - uid: 24124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,12.5 + parent: 2 + - uid: 24125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,12.5 + parent: 2 + - uid: 24126 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 24127 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 24128 + components: + - type: Transform + pos: -25.5,8.5 parent: 2 - proto: ShuttersWindowOpen entities: + - uid: 10682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,11.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,10.5 + parent: 2 - uid: 15630 components: - type: Transform @@ -129819,42 +134492,21 @@ entities: parent: 2 - proto: SignAi entities: - - uid: 7090 + - uid: 17961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-11.5 - parent: 2 - - uid: 16414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-13.5 - parent: 2 - - uid: 21309 - components: - - type: Transform - pos: -35.5,-13.5 + pos: 82.5,-41.5 parent: 2 - proto: SignAiUpload entities: - - uid: 16477 + - uid: 16874 components: - type: Transform - pos: -61.5,-14.5 + rot: -1.5707963267948966 rad + pos: 76.5,-42.5 parent: 2 - proto: SignalButton entities: - - uid: 1247 - components: - - type: Transform - pos: -18.5,0.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 16099: - - - Pressed - - Toggle - uid: 3255 components: - type: Transform @@ -130072,6 +134724,19 @@ entities: 3779: - - Pressed - Toggle + - uid: 24054 + components: + - type: MetaData + name: Janitor Light + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 24050: + - - Pressed + - Toggle - proto: SignAnomaly entities: - uid: 4573 @@ -130093,14 +134758,6 @@ entities: - type: Transform pos: 50.5,-14.5 parent: 2 -- proto: SignArmory - entities: - - uid: 19999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,4.5 - parent: 2 - proto: SignAtmos entities: - uid: 1831 @@ -130118,10 +134775,10 @@ entities: parent: 2 - proto: SignCans entities: - - uid: 4450 + - uid: 2637 components: - type: Transform - pos: -11.5,-0.5 + pos: -11.5,-5.5 parent: 2 - proto: SignCansScience entities: @@ -130165,11 +134822,11 @@ entities: - type: Transform pos: 12.5,-50.5 parent: 2 - - uid: 11907 + - uid: 10906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,1.5 + rot: 1.5707963267948966 rad + pos: -35.5,10.5 parent: 2 - proto: SignCryogenicsMed entities: @@ -130204,6 +134861,11 @@ entities: parent: 2 - proto: SignDirectionalBridge entities: + - uid: 1208 + components: + - type: Transform + pos: -14.50144,-5.7094235 + parent: 2 - uid: 8742 components: - type: Transform @@ -130215,11 +134877,6 @@ entities: - type: Transform pos: -21.5,-30.5 parent: 2 - - uid: 16981 - components: - - type: Transform - pos: -13.5,-2.3 - parent: 2 - uid: 17069 components: - type: Transform @@ -130246,17 +134903,17 @@ entities: parent: 2 - proto: SignDirectionalEng entities: + - uid: 1207 + components: + - type: Transform + pos: -14.503758,-5.1075974 + parent: 2 - uid: 4277 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-29.65 parent: 2 - - uid: 16982 - components: - - type: Transform - pos: -13.5,-2.1 - parent: 2 - uid: 22265 components: - type: Transform @@ -130271,12 +134928,6 @@ entities: parent: 2 - proto: SignDirectionalEscapePod entities: - - uid: 13742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,21.5 - parent: 2 - uid: 13763 components: - type: Transform @@ -130290,17 +134941,17 @@ entities: - type: Transform pos: 29.5,9.5 parent: 2 + - uid: 2106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.498774,0.6482439 + parent: 2 - uid: 16972 components: - type: Transform pos: -21.5,-30.72 parent: 2 - - uid: 16980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-1.3 - parent: 2 - uid: 17012 components: - type: Transform @@ -130321,6 +134972,11 @@ entities: parent: 2 - proto: SignDirectionalFood entities: + - uid: 1206 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 - uid: 9489 components: - type: Transform @@ -130332,11 +134988,6 @@ entities: - type: Transform pos: -21.5,-31.15 parent: 2 - - uid: 16983 - components: - - type: Transform - pos: -13.5,-2.71 - parent: 2 - proto: SignDirectionalJanitor entities: - uid: 22504 @@ -130355,10 +135006,10 @@ entities: parent: 2 - proto: SignDirectionalMed entities: - - uid: 4854 + - uid: 1209 components: - type: Transform - pos: -13.5,-2.5 + pos: -14.50141,-5.3055983 parent: 2 - uid: 17013 components: @@ -130437,6 +135088,12 @@ entities: parent: 2 - proto: SignDirectionalSolar entities: + - uid: 6884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,24.5 + parent: 2 - uid: 7925 components: - type: Transform @@ -130462,11 +135119,11 @@ entities: parent: 2 - proto: SignDirectionalSupply entities: - - uid: 16973 + - uid: 2129 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-1.5 + pos: -14.498774,0.44130993 parent: 2 - uid: 16975 components: @@ -130489,12 +135146,6 @@ entities: parent: 2 - proto: SignElectricalMed entities: - - uid: 1088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,6.5 - parent: 2 - uid: 1748 components: - type: Transform @@ -130518,53 +135169,18 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,-21.5 parent: 2 - - uid: 7976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,10.5 - parent: 2 - - uid: 9532 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-3.5 - parent: 2 - uid: 10067 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,15.5 parent: 2 - - uid: 10214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,10.5 - parent: 2 - - uid: 10219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,10.5 - parent: 2 - - uid: 10452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-1.5 - parent: 2 - uid: 11388 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-32.5 parent: 2 - - uid: 11789 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - uid: 12892 components: - type: Transform @@ -130592,23 +135208,6 @@ entities: - type: Transform pos: 90.5,-12.5 parent: 2 - - uid: 20002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,21.5 - parent: 2 - - uid: 20003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,24.5 - parent: 2 - - uid: 23741 - components: - - type: Transform - pos: -49.5,-9.5 - parent: 2 - proto: SignEngine entities: - uid: 3936 @@ -130616,12 +135215,6 @@ entities: - type: Transform pos: -5.5,-16.5 parent: 2 - - uid: 16590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-10.5 - parent: 2 - proto: SignEngineering entities: - uid: 47 @@ -130631,11 +135224,6 @@ entities: parent: 2 - proto: SignEscapePods entities: - - uid: 10703 - components: - - type: Transform - pos: -35.5,10.5 - parent: 2 - uid: 11251 components: - type: Transform @@ -130664,11 +135252,15 @@ entities: parent: 2 - proto: SignGenpop entities: - - uid: 10764 + - uid: 12374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-2.5 + pos: -23.5,-0.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + pos: -29.5,-0.5 parent: 2 - proto: SignGravity entities: @@ -130679,10 +135271,11 @@ entities: parent: 2 - proto: SignInterrogation entities: - - uid: 354 + - uid: 10877 components: - type: Transform - pos: -28.5,1.5 + rot: 1.5707963267948966 rad + pos: -33.5,-0.5 parent: 2 - proto: SignJanitor entities: @@ -130780,6 +135373,11 @@ entities: parent: 2 - proto: SignNosmoking entities: + - uid: 2105 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 - uid: 17076 components: - type: Transform @@ -130872,6 +135470,13 @@ entities: rot: 3.141592653589793 rad pos: -31.5,-62.5 parent: 2 +- proto: SignSecurity + entities: + - uid: 12382 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 - proto: SignServer entities: - uid: 5592 @@ -130935,6 +135540,12 @@ entities: rot: 3.141592653589793 rad pos: -20.5,29.5 parent: 2 + - uid: 9543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,4.5 + parent: 2 - uid: 9836 components: - type: Transform @@ -130953,16 +135564,11 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,-39.5 parent: 2 - - uid: 18889 + - uid: 24105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,3.5 - parent: 2 - - uid: 20630 - components: - - type: Transform - pos: 18.5,-6.5 + rot: -1.5707963267948966 rad + pos: 21.5,-7.5 parent: 2 - proto: SinkWide entities: @@ -131043,13 +135649,6 @@ entities: - type: Transform pos: -2.5,-18.5 parent: 2 - - uid: 8444 - components: - - type: MetaData - name: Solars - North West SMES - - type: Transform - pos: -30.5,24.5 - parent: 2 - uid: 8838 components: - type: MetaData @@ -131064,13 +135663,6 @@ entities: - type: Transform pos: -55.5,-58.5 parent: 2 - - uid: 15942 - components: - - type: MetaData - name: AI Satellite SMES - - type: Transform - pos: -62.5,-8.5 - parent: 2 - uid: 16111 components: - type: MetaData @@ -131078,6 +135670,11 @@ entities: - type: Transform pos: -3.5,-18.5 parent: 2 + - uid: 16598 + components: + - type: Transform + pos: 96.5,-42.5 + parent: 2 - proto: SMESBasic entities: - uid: 6269 @@ -131094,6 +135691,11 @@ entities: - type: Transform pos: -10.5,-56.5 parent: 2 + - uid: 14592 + components: + - type: Transform + pos: -40.5,26.5 + parent: 2 - proto: SMESMachineCircuitboard entities: - uid: 573 @@ -131111,6 +135713,13 @@ entities: - type: Transform pos: 6.5098057,-16.3717 parent: 2 +- proto: SmokingPipe + entities: + - uid: 1238 + components: + - type: Transform + pos: -39.550636,19.624166 + parent: 2 - proto: SnowBattlemap entities: - uid: 6008 @@ -131137,23 +135746,11 @@ entities: - type: Transform pos: 59.5,0.5 parent: 2 - - uid: 553 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,25.5 - parent: 2 - uid: 572 components: - type: Transform pos: -72.5,-49.5 parent: 2 - - uid: 577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,14.5 - parent: 2 - uid: 596 components: - type: Transform @@ -131165,18 +135762,6 @@ entities: - type: Transform pos: -72.5,-48.5 parent: 2 - - uid: 694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,27.5 - parent: 2 - - uid: 758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,16.5 - parent: 2 - uid: 764 components: - type: Transform @@ -131198,33 +135783,16 @@ entities: - type: Transform pos: -70.5,-48.5 parent: 2 - - uid: 832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,16.5 - parent: 2 - uid: 840 components: - type: Transform pos: -64.5,-50.5 parent: 2 - - uid: 847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,29.5 - parent: 2 - uid: 957 components: - type: Transform pos: 61.5,-0.5 parent: 2 - - uid: 960 - components: - - type: Transform - pos: -53.5,29.5 - parent: 2 - uid: 961 components: - type: Transform @@ -131235,21 +135803,11 @@ entities: - type: Transform pos: -62.5,-51.5 parent: 2 - - uid: 995 - components: - - type: Transform - pos: -55.5,25.5 - parent: 2 - uid: 997 components: - type: Transform pos: 63.5,-2.5 parent: 2 - - uid: 998 - components: - - type: Transform - pos: -53.5,18.5 - parent: 2 - uid: 1002 components: - type: Transform @@ -131260,15 +135818,10 @@ entities: - type: Transform pos: 57.5,-3.5 parent: 2 - - uid: 1573 + - uid: 2640 components: - type: Transform - pos: -56.5,16.5 - parent: 2 - - uid: 4925 - components: - - type: Transform - pos: -47.5,28.5 + pos: -63.5,18.5 parent: 2 - uid: 5067 components: @@ -131276,6 +135829,16 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,6.5 parent: 2 + - uid: 5078 + components: + - type: Transform + pos: -67.5,22.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: -66.5,22.5 + parent: 2 - uid: 5089 components: - type: Transform @@ -131294,6 +135857,11 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,8.5 parent: 2 + - uid: 5100 + components: + - type: Transform + pos: -65.5,22.5 + parent: 2 - uid: 5104 components: - type: Transform @@ -131336,30 +135904,170 @@ entities: rot: -1.5707963267948966 rad pos: 59.5,7.5 parent: 2 + - uid: 5118 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 5124 + components: + - type: Transform + pos: -63.5,22.5 + parent: 2 + - uid: 5129 + components: + - type: Transform + pos: -67.5,20.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: -66.5,20.5 + parent: 2 + - uid: 5142 + components: + - type: Transform + pos: -65.5,20.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: -64.5,20.5 + parent: 2 - uid: 5147 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,8.5 parent: 2 + - uid: 5150 + components: + - type: Transform + pos: -63.5,20.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 - uid: 5166 components: - type: Transform rot: -1.5707963267948966 rad pos: 61.5,8.5 parent: 2 + - uid: 5173 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + pos: -66.5,18.5 + parent: 2 + - uid: 5190 + components: + - type: Transform + pos: -67.5,18.5 + parent: 2 - uid: 5191 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,5.5 parent: 2 + - uid: 5193 + components: + - type: Transform + pos: -67.5,16.5 + parent: 2 + - uid: 5194 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: -64.5,16.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: -63.5,16.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: -63.5,24.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: -64.5,14.5 + parent: 2 + - uid: 5251 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 5257 + components: + - type: Transform + pos: -66.5,14.5 + parent: 2 + - uid: 5258 + components: + - type: Transform + pos: -67.5,14.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + pos: -67.5,12.5 + parent: 2 + - uid: 5260 + components: + - type: Transform + pos: -66.5,12.5 + parent: 2 + - uid: 5261 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + pos: -64.5,12.5 + parent: 2 - uid: 5263 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,7.5 parent: 2 + - uid: 5264 + components: + - type: Transform + pos: -63.5,12.5 + parent: 2 + - uid: 5265 + components: + - type: Transform + pos: -63.5,10.5 + parent: 2 - uid: 5266 components: - type: Transform @@ -131390,11 +136098,301 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,5.5 parent: 2 + - uid: 5273 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: -65.5,10.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: -66.5,10.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: -67.5,10.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 5333 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 5339 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + pos: -65.5,24.5 + parent: 2 + - uid: 5347 + components: + - type: Transform + pos: -66.5,24.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + pos: -67.5,24.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: -67.5,26.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: -66.5,26.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + pos: -64.5,26.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 + - uid: 5367 + components: + - type: Transform + pos: -58.5,31.5 + parent: 2 + - uid: 5368 + components: + - type: Transform + pos: -64.5,31.5 + parent: 2 + - uid: 5369 + components: + - type: Transform + pos: -64.5,32.5 + parent: 2 + - uid: 5379 + components: + - type: Transform + pos: -64.5,33.5 + parent: 2 + - uid: 5380 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 5382 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: -66.5,35.5 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: -66.5,33.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: -66.5,32.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: -66.5,31.5 + parent: 2 + - uid: 5423 + components: + - type: Transform + pos: -62.5,31.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + pos: -62.5,32.5 + parent: 2 + - uid: 5435 + components: + - type: Transform + pos: -62.5,33.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 + - uid: 5450 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 5452 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: -60.5,31.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: -52.5,31.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: -52.5,32.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: -52.5,33.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: -52.5,34.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + pos: -52.5,35.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 - uid: 5486 components: - type: Transform pos: 65.5,4.5 parent: 2 + - uid: 5487 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: -56.5,31.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + pos: -56.5,32.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: -56.5,33.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: -56.5,35.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: -58.5,35.5 + parent: 2 - uid: 5815 components: - type: Transform @@ -131513,12 +136511,6 @@ entities: - type: Transform pos: -64.5,-49.5 parent: 2 - - uid: 10469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,14.5 - parent: 2 - uid: 10471 components: - type: Transform @@ -131569,131 +136561,6 @@ entities: - type: Transform pos: -68.5,-57.5 parent: 2 - - uid: 10787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,27.5 - parent: 2 - - uid: 10794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,27.5 - parent: 2 - - uid: 10795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,26.5 - parent: 2 - - uid: 10796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,25.5 - parent: 2 - - uid: 10797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,29.5 - parent: 2 - - uid: 10906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,20.5 - parent: 2 - - uid: 10973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,28.5 - parent: 2 - - uid: 11002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,26.5 - parent: 2 - - uid: 11003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,20.5 - parent: 2 - - uid: 11046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,18.5 - parent: 2 - - uid: 11207 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,20.5 - parent: 2 - - uid: 11258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,20.5 - parent: 2 - - uid: 11283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,12.5 - parent: 2 - - uid: 11285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,12.5 - parent: 2 - - uid: 11308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,10.5 - parent: 2 - - uid: 11328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,12.5 - parent: 2 - - uid: 11329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,10.5 - parent: 2 - - uid: 11343 - components: - - type: Transform - pos: -47.5,27.5 - parent: 2 - - uid: 11401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,10.5 - parent: 2 - - uid: 11501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,26.5 - parent: 2 - - uid: 11506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,20.5 - parent: 2 - uid: 11906 components: - type: Transform @@ -131727,11 +136594,6 @@ entities: - type: Transform pos: 65.5,-3.5 parent: 2 - - uid: 12224 - components: - - type: Transform - pos: -55.5,12.5 - parent: 2 - uid: 12298 components: - type: Transform @@ -131760,12 +136622,6 @@ entities: - type: Transform pos: -66.5,-58.5 parent: 2 - - uid: 12362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,25.5 - parent: 2 - uid: 12551 components: - type: Transform @@ -131865,12 +136721,6 @@ entities: rot: -1.5707963267948966 rad pos: 69.5,-2.5 parent: 2 - - uid: 16905 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,28.5 - parent: 2 - uid: 16957 components: - type: Transform @@ -131986,12 +136836,6 @@ entities: rot: -1.5707963267948966 rad pos: 71.5,7.5 parent: 2 - - uid: 17804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,28.5 - parent: 2 - uid: 17806 components: - type: Transform @@ -132032,198 +136876,12 @@ entities: rot: -1.5707963267948966 rad pos: 69.5,0.5 parent: 2 - - uid: 17979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,14.5 - parent: 2 - - uid: 18122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,29.5 - parent: 2 - - uid: 18141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,14.5 - parent: 2 - - uid: 18142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,14.5 - parent: 2 - uid: 18156 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-0.5 parent: 2 - - uid: 18187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,16.5 - parent: 2 - - uid: 18343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,20.5 - parent: 2 - - uid: 18353 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,16.5 - parent: 2 - - uid: 18354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,20.5 - parent: 2 - - uid: 18355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,18.5 - parent: 2 - - uid: 18356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,20.5 - parent: 2 - - uid: 18357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,29.5 - parent: 2 - - uid: 18358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,18.5 - parent: 2 - - uid: 18359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,20.5 - parent: 2 - - uid: 18360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,27.5 - parent: 2 - - uid: 18361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,25.5 - parent: 2 - - uid: 18363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,26.5 - parent: 2 - - uid: 18364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,16.5 - parent: 2 - - uid: 18366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,16.5 - parent: 2 - - uid: 18378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,28.5 - parent: 2 - - uid: 18383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,18.5 - parent: 2 - - uid: 18387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,18.5 - parent: 2 - - uid: 18390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,18.5 - parent: 2 - - uid: 18391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,18.5 - parent: 2 - - uid: 18392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,18.5 - parent: 2 - - uid: 18393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,27.5 - parent: 2 - - uid: 18394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,12.5 - parent: 2 - - uid: 18395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,10.5 - parent: 2 - - uid: 18396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,10.5 - parent: 2 - - uid: 18397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,14.5 - parent: 2 - - uid: 18417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,18.5 - parent: 2 - - uid: 18419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,20.5 - parent: 2 - uid: 18596 components: - type: Transform @@ -132286,36 +136944,6 @@ entities: - type: Transform pos: 59.5,-2.5 parent: 2 - - uid: 23224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,14.5 - parent: 2 - - uid: 23225 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,16.5 - parent: 2 - - uid: 23226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,28.5 - parent: 2 - - uid: 23689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,29.5 - parent: 2 - - uid: 23698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,26.5 - parent: 2 - uid: 23699 components: - type: Transform @@ -132323,10 +136951,10 @@ entities: parent: 2 - proto: SolarTracker entities: - - uid: 11502 + - uid: 7303 components: - type: Transform - pos: -57.5,23.5 + pos: -68.5,29.5 parent: 2 - uid: 16918 components: @@ -132338,18 +136966,6 @@ entities: - type: Transform pos: 73.5,2.5 parent: 2 -- proto: SpaceCash - entities: - - uid: 1745 - components: - - type: Transform - pos: 54.144966,-39.211163 - parent: 2 - - uid: 1755 - components: - - type: Transform - pos: 54.21792,-39.461334 - parent: 2 - proto: SpaceCash10 entities: - uid: 59 @@ -132372,21 +136988,6 @@ entities: - type: Transform pos: 0.50525975,23.691593 parent: 2 - - uid: 2728 - components: - - type: Transform - pos: 51.58796,-38.67062 - parent: 2 - - uid: 2742 - components: - - type: Transform - pos: 54.34298,-39.325825 - parent: 2 - - uid: 2909 - components: - - type: Transform - pos: 52.32676,-40.19101 - parent: 2 - uid: 3836 components: - type: Transform @@ -132511,11 +137112,6 @@ entities: parent: 2 - proto: SpawnMobBee entities: - - uid: 3449 - components: - - type: Transform - pos: -22.5,-17.5 - parent: 2 - uid: 17321 components: - type: Transform @@ -132543,11 +137139,6 @@ entities: - type: Transform pos: -18.5,30.5 parent: 2 - - uid: 3376 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 2 - uid: 17326 components: - type: Transform @@ -132558,6 +137149,16 @@ entities: - type: Transform pos: -10.5,17.5 parent: 2 + - uid: 24539 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 24546 + components: + - type: Transform + pos: -22.5,-14.5 + parent: 2 - proto: SpawnMobCatException entities: - uid: 13082 @@ -132595,17 +137196,17 @@ entities: parent: 2 - proto: SpawnMobKangarooWillow entities: - - uid: 20136 + - uid: 24489 components: - type: Transform - pos: 51.5,-37.5 + pos: 48.5,-21.5 parent: 2 - proto: SpawnMobMcGriff entities: - - uid: 20575 + - uid: 12554 components: - type: Transform - pos: -19.5,-7.5 + pos: -21.5,-8.5 parent: 2 - proto: SpawnMobMedibot entities: @@ -132666,13 +137267,6 @@ entities: - type: Transform pos: 6.5,-53.5 parent: 2 -- proto: SpawnMobShiva - entities: - - uid: 18902 - components: - - type: Transform - pos: -26.5,11.5 - parent: 2 - proto: SpawnMobSmile entities: - uid: 6794 @@ -132689,20 +137283,20 @@ entities: parent: 2 - proto: SpawnPointAtmos entities: - - uid: 1931 + - uid: 1573 components: - type: Transform - pos: -11.5,-7.5 + pos: -12.5,-3.5 parent: 2 - - uid: 2162 + - uid: 1715 components: - type: Transform - pos: -12.5,-7.5 + pos: -11.5,-3.5 parent: 2 - - uid: 17255 + - uid: 1935 components: - type: Transform - pos: -10.5,-7.5 + pos: -13.5,-3.5 parent: 2 - proto: SpawnPointBartender entities: @@ -132733,10 +137327,10 @@ entities: - type: Transform pos: 34.5,-26.5 parent: 2 - - uid: 15858 + - uid: 17060 components: - type: Transform - pos: -65.5,-12.5 + pos: 88.5,-42.5 parent: 2 - proto: SpawnPointBotanist entities: @@ -132877,10 +137471,10 @@ entities: parent: 2 - proto: SpawnPointHeadOfSecurity entities: - - uid: 14817 + - uid: 11130 components: - type: Transform - pos: -21.5,11.5 + pos: -44.5,2.5 parent: 2 - proto: SpawnPointJanitor entities: @@ -133283,47 +137877,67 @@ entities: parent: 2 - proto: SpawnPointSecurityCadet entities: - - uid: 1359 + - uid: 16512 components: - type: Transform - pos: -25.5,10.5 + pos: -38.5,-2.5 parent: 2 - - uid: 4655 + - uid: 16513 components: - type: Transform - pos: -25.5,12.5 + pos: -37.5,-2.5 parent: 2 - - uid: 23316 + - uid: 16514 components: - type: Transform - pos: -25.5,11.5 + pos: -33.5,-2.5 + parent: 2 + - uid: 16515 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 16516 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 + - uid: 16517 + components: + - type: Transform + pos: -32.5,-5.5 parent: 2 - proto: SpawnPointSecurityOfficer entities: - - uid: 12452 + - uid: 16506 components: - type: Transform - pos: -26.5,16.5 + pos: -36.5,-8.5 parent: 2 - - uid: 12650 + - uid: 16507 components: - type: Transform - pos: -23.5,16.5 + pos: -36.5,-9.5 parent: 2 - - uid: 13019 + - uid: 16508 components: - type: Transform - pos: -27.5,16.5 + pos: -36.5,-10.5 parent: 2 - - uid: 15016 + - uid: 16509 components: - type: Transform - pos: -24.5,16.5 + pos: -39.5,-10.5 parent: 2 - - uid: 15022 + - uid: 16510 components: - type: Transform - pos: -25.5,16.5 + pos: -39.5,-9.5 + parent: 2 + - uid: 16511 + components: + - type: Transform + pos: -39.5,-8.5 parent: 2 - proto: SpawnPointServiceWorker entities: @@ -133383,10 +137997,10 @@ entities: parent: 2 - proto: SpawnPointWarden entities: - - uid: 18061 + - uid: 11893 components: - type: Transform - pos: -21.5,-4.5 + pos: -21.5,-7.5 parent: 2 - proto: SpawnVendingMachineRestockFoodDrink entities: @@ -133402,15 +138016,15 @@ entities: parent: 2 - proto: SpoonPlastic entities: - - uid: 2352 + - uid: 19611 components: - type: Transform - pos: -36.64704,-2.11978 + pos: -29.93629,15.551624 parent: 2 - - uid: 10528 + - uid: 19612 components: - type: Transform - pos: -36.48029,-2.1510515 + pos: -30.95242,15.473444 parent: 2 - proto: SprayBottle entities: @@ -133424,6 +138038,11 @@ entities: - type: Transform pos: -16.797985,-39.285175 parent: 2 + - uid: 24302 + components: + - type: Transform + pos: -33.337715,19.599659 + parent: 2 - proto: SprayBottleSpaceCleaner entities: - uid: 3279 @@ -133461,6 +138080,13 @@ entities: - type: Transform pos: 24.392906,0.38563025 parent: 2 +- proto: SprayBottleWater + entities: + - uid: 24493 + components: + - type: Transform + pos: -25.638199,-12.452024 + parent: 2 - proto: SprayPainter entities: - uid: 3987 @@ -133480,18 +138106,6 @@ entities: - type: Transform pos: 10.5,13.5 parent: 2 - - uid: 697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-6.5 - parent: 2 - - uid: 709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-6.5 - parent: 2 - uid: 2124 components: - type: Transform @@ -133542,47 +138156,12 @@ entities: - type: Transform pos: -16.5,-53.5 parent: 2 - - uid: 11971 - components: - - type: Transform - pos: -16.5,1.5 - parent: 2 - uid: 14117 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-45.5 parent: 2 - - uid: 14366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-6.5 - parent: 2 - - uid: 18999 - components: - - type: Transform - pos: -15.5,1.5 - parent: 2 - - uid: 19000 - components: - - type: Transform - pos: -14.5,1.5 - parent: 2 -- proto: StairStageDark - entities: - - uid: 4972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-42.5 - parent: 2 - - uid: 5546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-42.5 - parent: 2 - proto: StairStageWood entities: - uid: 3515 @@ -133608,11 +138187,6 @@ entities: parent: 2 - proto: StasisBed entities: - - uid: 417 - components: - - type: Transform - pos: -30.5,10.5 - parent: 2 - uid: 6573 components: - type: Transform @@ -133620,11 +138194,11 @@ entities: parent: 2 - proto: StationAiUploadComputer entities: - - uid: 16411 + - uid: 1643 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,-15.5 + pos: 72.5,-42.5 parent: 2 - proto: StationAnchor entities: @@ -133635,13 +138209,19 @@ entities: parent: 2 - proto: StationEfficiencyCircuitBoard entities: - - uid: 16470 + - uid: 8230 components: - type: Transform - pos: -63.581856,-15.599916 + pos: 68.47575,-41.265385 parent: 2 - proto: StationMap entities: + - uid: 81 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,3.5 + parent: 2 - uid: 1684 components: - type: Transform @@ -133683,11 +138263,6 @@ entities: - type: Transform pos: -21.5,-28.5 parent: 2 - - uid: 16669 - components: - - type: Transform - pos: -13.5,1.5 - parent: 2 - uid: 16674 components: - type: Transform @@ -133703,6 +138278,12 @@ entities: - type: Transform pos: 46.5,-26.5 parent: 2 + - uid: 16841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-45.5 + parent: 2 - uid: 21872 components: - type: Transform @@ -133714,13 +138295,6 @@ entities: rot: 3.141592653589793 rad pos: 19.5,11.5 parent: 2 -- proto: StationMapAssembly - entities: - - uid: 18763 - components: - - type: Transform - pos: 71.5,-39.5 - parent: 2 - proto: StationMapBroken entities: - uid: 1347 @@ -133746,18 +138320,6 @@ entities: parent: 2 - proto: SteelBench entities: - - uid: 211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-2.5 - parent: 2 - - uid: 2644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-6.5 - parent: 2 - uid: 6290 components: - type: Transform @@ -133769,47 +138331,29 @@ entities: - type: Transform pos: 20.5,-4.5 parent: 2 - - uid: 8381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-2.5 - parent: 2 - - uid: 8888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-3.5 - parent: 2 - uid: 8961 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-13.5 parent: 2 - - uid: 9285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-5.5 - parent: 2 - uid: 9591 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,0.5 parent: 2 - - uid: 13004 + - uid: 11167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-1.5 + rot: -1.5707963267948966 rad + pos: -35.5,-9.5 parent: 2 - - uid: 18114 + - uid: 11210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-3.5 + rot: -1.5707963267948966 rad + pos: -35.5,-8.5 parent: 2 - uid: 18897 components: @@ -133817,18 +138361,6 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-12.5 parent: 2 - - uid: 20455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-5.5 - parent: 2 - - uid: 20457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-6.5 - parent: 2 - uid: 21837 components: - type: Transform @@ -133836,6 +138368,12 @@ entities: parent: 2 - proto: Stool entities: + - uid: 1938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.46414,-13.287964 + parent: 2 - uid: 3803 components: - type: Transform @@ -134059,6 +138597,13 @@ entities: - type: Transform pos: 3.5,-4.5 parent: 2 + - uid: 16454 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - type: Pullable + prevFixedRotation: True - uid: 22787 components: - type: Transform @@ -134078,15 +138623,15 @@ entities: parent: 2 - proto: Stunbaton entities: - - uid: 3561 + - uid: 12354 components: - type: Transform - pos: -27.45285,0.5785465 + pos: -37.44668,-6.581174 parent: 2 - - uid: 5118 + - uid: 12362 components: - type: Transform - pos: -27.657381,0.62545776 + pos: -37.642464,-6.544457 parent: 2 - proto: SubstationBasic entities: @@ -134118,20 +138663,6 @@ entities: - type: Transform pos: 1.5,-37.5 parent: 2 - - uid: 5514 - components: - - type: MetaData - name: AI Satellite Substation - - type: Transform - pos: -63.5,-8.5 - parent: 2 - - uid: 5695 - components: - - type: MetaData - name: Security Substation - - type: Transform - pos: -21.5,14.5 - parent: 2 - uid: 6274 components: - type: MetaData @@ -134153,12 +138684,10 @@ entities: - type: Transform pos: 44.5,3.5 parent: 2 - - uid: 8952 + - uid: 10765 components: - - type: MetaData - name: Solars North West Substation - type: Transform - pos: -28.5,22.5 + pos: -36.5,-12.5 parent: 2 - uid: 12610 components: @@ -134186,6 +138715,11 @@ entities: - type: Transform pos: 23.5,-6.5 parent: 2 + - uid: 14597 + components: + - type: Transform + pos: -40.5,25.5 + parent: 2 - uid: 15804 components: - type: MetaData @@ -134193,6 +138727,16 @@ entities: - type: Transform pos: -55.5,-60.5 parent: 2 + - uid: 15858 + components: + - type: Transform + pos: -46.5,16.5 + parent: 2 + - uid: 16905 + components: + - type: Transform + pos: 96.5,-44.5 + parent: 2 - uid: 22092 components: - type: MetaData @@ -134225,11 +138769,6 @@ entities: - type: Transform pos: -5.2493916,-23.498138 parent: 2 - - uid: 16606 - components: - - type: Transform - pos: -61.353973,-11.489028 - parent: 2 - proto: SuitStorageCaptain entities: - uid: 15645 @@ -134258,10 +138797,10 @@ entities: - type: Transform pos: 1.5,-21.5 parent: 2 - - uid: 5341 + - uid: 2581 components: - type: Transform - pos: -34.5,22.5 + pos: -37.5,30.5 parent: 2 - uid: 9547 components: @@ -134285,10 +138824,15 @@ entities: parent: 2 - proto: SuitStorageEVA entities: - - uid: 429 + - uid: 24780 components: - type: Transform - pos: -37.5,-14.5 + pos: 55.5,-40.5 + parent: 2 + - uid: 24788 + components: + - type: Transform + pos: 78.5,-38.5 parent: 2 - proto: SuitStorageEVAAlternate entities: @@ -134389,11 +138933,6 @@ entities: - 0 - 0 - 0 - - uid: 10484 - components: - - type: Transform - pos: -54.5,-11.5 - parent: 2 - uid: 22571 components: - type: Transform @@ -134439,39 +138978,17 @@ entities: - type: Transform pos: -6.5,-77.5 parent: 2 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 1737 + - uid: 20530 components: - type: Transform - pos: -34.5,2.5 - parent: 2 - - uid: 2210 - components: - - type: Transform - pos: -32.5,4.5 - parent: 2 - - uid: 20462 - components: - - type: Transform - pos: -32.5,2.5 - parent: 2 - - uid: 20463 - components: - - type: Transform - pos: -34.5,4.5 - parent: 2 - - uid: 20470 - components: - - type: Transform - pos: -32.5,3.5 + pos: -55.5,2.5 parent: 2 - proto: SuitStorageHOS entities: - - uid: 12593 + - uid: 11293 components: - type: Transform - pos: -22.5,9.5 + pos: -42.5,1.5 parent: 2 - proto: SuitStorageRD entities: @@ -134480,6 +138997,77 @@ entities: - type: Transform pos: 26.5,-35.5 parent: 2 +- proto: SuitStorageSec + entities: + - uid: 20657 + components: + - type: Transform + pos: -39.5,5.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 20660 + - 20662 + - uid: 20664 + components: + - type: Transform + pos: -40.5,5.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 20666 + - 20667 +- proto: SuitStorageWarden + entities: + - uid: 11895 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 - proto: SurveillanceCameraCommand entities: - uid: 2990 @@ -134507,13 +139095,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Vault - Outside South - - uid: 5064 - components: - - type: Transform - pos: -54.5,-9.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Outside North East - uid: 5663 components: - type: Transform @@ -134545,80 +139126,6 @@ entities: parent: 2 - type: SurveillanceCamera id: HoP's Office - - uid: 10451 - components: - - type: Transform - pos: -53.5,-13.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Foyer - - uid: 11004 - components: - - type: Transform - pos: -62.5,-16.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Upload - - uid: 14164 - components: - - type: Transform - pos: -60.5,-13.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Lobby - - uid: 14165 - components: - - type: Transform - pos: -65.5,-14.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Core South East - - uid: 17245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-8.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Power - - uid: 17969 - components: - - type: Transform - pos: -57.5,-12.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Secure Hall - - uid: 20100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-13.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Outside West - - uid: 20101 - components: - - type: Transform - pos: -68.5,-5.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Outside North - - uid: 20102 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-19.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Outside South - - uid: 20103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-10.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Core North West - uid: 21154 components: - type: Transform @@ -134627,14 +139134,6 @@ entities: parent: 2 - type: SurveillanceCamera id: EVA - - uid: 21276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-15.5 - parent: 2 - - type: SurveillanceCamera - id: AI Satellite - Outside South East - uid: 22148 components: - type: Transform @@ -134643,16 +139142,115 @@ entities: parent: 2 - type: SurveillanceCamera id: Conference Room -- proto: SurveillanceCameraEngineering - entities: - - uid: 5456 + - uid: 24558 + components: + - type: MetaData + name: AI - Boards + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-41.5 + parent: 2 + - uid: 24559 + components: + - type: Transform + pos: 75.5,-44.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Upload + - uid: 24560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-40.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Foyer + - uid: 24561 + components: + - type: Transform + pos: 83.5,-43.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Hall + - uid: 24562 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,24.5 + pos: 89.5,-43.5 parent: 2 - type: SurveillanceCamera - id: Solars - North West + id: AI - Core West + - uid: 24563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 95.5,-39.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Core East + - uid: 24583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 99.5,-44.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Outside East + - uid: 24584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 95.5,-49.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Outside South East + - uid: 24585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-49.5 + parent: 2 + - type: SurveillanceCamera + id: AI Outside South West + - uid: 24586 + components: + - type: Transform + pos: 87.5,-35.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Outside North West + - uid: 24587 + components: + - type: Transform + pos: 95.5,-35.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Outside North East + - uid: 24776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-36.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Station Side Chute + - uid: 24778 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Station Side Breakroom + - uid: 24782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-41.5 + parent: 2 + - type: SurveillanceCamera + id: AI - Station Side Airlock +- proto: SurveillanceCameraEngineering + entities: - uid: 7872 components: - type: Transform @@ -134661,6 +139259,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Telecoms + - uid: 8709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,30.5 + parent: 2 + - type: SurveillanceCamera + id: Solars - North West - uid: 15661 components: - type: Transform @@ -134709,13 +139315,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Solars - South West - West Side - - uid: 22739 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 2 - - type: SurveillanceCamera - id: Atmos - West - uid: 23499 components: - type: Transform @@ -134810,14 +139409,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Arrivals West Arm - Outside - - uid: 12629 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-9.5 - parent: 2 - - type: SurveillanceCamera - id: Hall - South Security - uid: 17484 components: - type: Transform @@ -134826,14 +139417,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Garden - - uid: 18005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,1.5 - parent: 2 - - type: SurveillanceCamera - id: Hall - Outside Security - uid: 18056 components: - type: Transform @@ -134842,13 +139425,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Canteen - Stage - - uid: 18169 - components: - - type: Transform - pos: -11.5,10.5 - parent: 2 - - type: SurveillanceCamera - id: Hall - North West Garden - uid: 20398 components: - type: Transform @@ -134986,13 +139562,60 @@ entities: parent: 2 - type: SurveillanceCamera id: Docking Arm - North Gate - - uid: 22757 + - uid: 24480 components: - type: Transform - pos: -31.5,-10.5 + rot: -1.5707963267948966 rad + pos: -12.5,-39.5 parent: 2 - type: SurveillanceCamera - id: Hall - Outside Perma + id: Cafeteria - West + - uid: 24589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-32.5 + parent: 2 + - type: SurveillanceCamera + id: Library - North Exit + - uid: 24602 + components: + - type: Transform + pos: -22.5,5.5 + parent: 2 + - type: SurveillanceCamera + id: Genpop Visitation + - uid: 24603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,5.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Genpop + - uid: 24604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-0.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Atmos/Sec + - uid: 24605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 2 + - type: SurveillanceCamera + id: West Atrium - East + - uid: 24643 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - type: SurveillanceCamera + id: West Atrium - West - proto: SurveillanceCameraMedical entities: - uid: 11147 @@ -135003,14 +139626,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Clinic - - uid: 21317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-21.5 - parent: 2 - - type: SurveillanceCamera - id: Surgery - uid: 21324 components: - type: Transform @@ -135064,14 +139679,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Front Desk - - uid: 22160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-22.5 - parent: 2 - - type: SurveillanceCamera - id: Break Room - uid: 22161 components: - type: Transform @@ -135110,11 +139717,6 @@ entities: - type: Transform pos: -10.5,-53.5 parent: 2 - - uid: 16582 - components: - - type: Transform - pos: -66.5,-9.5 - parent: 2 - proto: SurveillanceCameraRouterEngineering entities: - uid: 7888 @@ -135221,21 +139823,20 @@ entities: id: Artifact Scanner - proto: SurveillanceCameraSecurity entities: - - uid: 395 + - uid: 672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,1.5 + pos: -38.5,-3.5 parent: 2 - type: SurveillanceCamera - id: Perma - Center - - uid: 396 + id: Main West + - uid: 2189 components: - type: Transform - pos: -32.5,-5.5 + pos: -38.5,-10.5 parent: 2 - type: SurveillanceCamera - id: GenPop Lockers + id: Lockers - uid: 7830 components: - type: Transform @@ -135243,115 +139844,83 @@ entities: parent: 2 - type: SurveillanceCamera id: Detective's Office - - uid: 10540 + - uid: 24483 + components: + - type: MetaData + name: Brigmed + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - uid: 24590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-11.5 + pos: -42.5,-4.5 parent: 2 - type: SurveillanceCamera - id: Perma - Outside South - - uid: 12576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-0.5 - parent: 2 - - type: SurveillanceCamera - id: Entrance - - uid: 13861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,4.5 - parent: 2 - - type: SurveillanceCamera - id: Perma - Emergency Exit - - uid: 16786 - components: - - type: Transform - pos: -40.5,9.5 - parent: 2 - - type: SurveillanceCamera - id: Perma - Outside Northeast - - uid: 18225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,6.5 - parent: 2 - - type: SurveillanceCamera - id: Perma - Library - - uid: 18228 + id: Backroom + - uid: 24591 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-5.5 - parent: 2 - - type: SurveillanceCamera - id: South Entrance - - uid: 19581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,4.5 - parent: 2 - - type: SurveillanceCamera - id: Outside Armory - - uid: 19997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,4.5 + pos: -35.5,4.5 parent: 2 - type: SurveillanceCamera id: Armory - - uid: 20099 - components: - - type: Transform - pos: -23.5,15.5 - parent: 2 - - type: SurveillanceCamera - id: Locker Room - - uid: 20438 + - uid: 24592 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,-0.5 + pos: -30.5,-1.5 parent: 2 - type: SurveillanceCamera - id: Perma - Outside Southwest - - uid: 20510 + id: Main East + - uid: 24593 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-6.5 + pos: -24.5,-6.5 parent: 2 - type: SurveillanceCamera - id: Perma - Botany - - uid: 22319 + id: Warden + - uid: 24594 components: - type: Transform - pos: -49.5,7.5 + rot: 3.141592653589793 rad + pos: -26.5,2.5 parent: 2 - type: SurveillanceCamera - id: Perma - Outside Northwest - - uid: 22606 + id: Genpop - Lockers + - uid: 24597 + components: + - type: Transform + pos: -28.5,5.5 + parent: 2 + - type: SurveillanceCamera + id: Genpop - Gates + - uid: 24598 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,2.5 + pos: -38.5,14.5 parent: 2 - type: SurveillanceCamera - id: Perma - Beds - - uid: 23010 + id: Genpop - Dorms + - uid: 24599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,15.5 + parent: 2 + - type: SurveillanceCamera + id: Genpop - Kitchen + - uid: 24600 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-9.5 + pos: -25.5,9.5 parent: 2 - type: SurveillanceCamera - id: Perma - Interview + id: Genpop - Visitation - proto: SurveillanceCameraService entities: - uid: 11307 @@ -135502,6 +140071,11 @@ entities: - type: Transform pos: 13.5,-59.5 parent: 2 + - uid: 211 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 - uid: 270 components: - type: Transform @@ -135512,40 +140086,30 @@ entities: - type: Transform pos: -11.5,-23.5 parent: 2 - - uid: 380 + - uid: 402 components: - type: Transform - pos: -30.5,3.5 - parent: 2 - - uid: 389 - components: - - type: Transform - pos: -27.5,0.5 + pos: -25.5,13.5 parent: 2 - uid: 404 components: - type: Transform pos: -11.5,-13.5 parent: 2 - - uid: 467 + - uid: 446 components: - type: Transform - pos: -27.5,13.5 + pos: -29.5,15.5 parent: 2 - - uid: 468 + - uid: 551 components: - type: Transform pos: -26.5,13.5 parent: 2 - - uid: 511 + - uid: 673 components: - type: Transform - pos: -27.5,3.5 - parent: 2 - - uid: 512 - components: - - type: Transform - pos: -27.5,4.5 + pos: -30.5,15.5 parent: 2 - uid: 722 components: @@ -135562,6 +140126,11 @@ entities: - type: Transform pos: -33.5,-37.5 parent: 2 + - uid: 912 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 - uid: 1091 components: - type: Transform @@ -135572,6 +140141,11 @@ entities: - type: Transform pos: -56.5,-54.5 parent: 2 + - uid: 1299 + components: + - type: Transform + pos: -23.5,21.5 + parent: 2 - uid: 1503 components: - type: Transform @@ -135602,36 +140176,31 @@ entities: - type: Transform pos: 25.5,-17.5 parent: 2 - - uid: 1956 + - uid: 1891 components: - type: Transform - pos: -13.5,-8.5 + pos: -12.5,-1.5 parent: 2 - - uid: 1957 + - uid: 1947 components: - type: Transform - pos: -12.5,-8.5 + pos: 19.5,-6.5 parent: 2 - - uid: 2041 + - uid: 1951 components: - type: Transform - pos: -40.5,0.5 + pos: 51.5,-38.5 parent: 2 - - uid: 2191 + - uid: 1952 components: - type: Transform - pos: -20.5,6.5 + pos: 51.5,-39.5 parent: 2 - uid: 2358 components: - type: Transform pos: 18.5,15.5 parent: 2 - - uid: 2581 - components: - - type: Transform - pos: -23.5,0.5 - parent: 2 - uid: 2924 components: - type: Transform @@ -135847,11 +140416,6 @@ entities: - type: Transform pos: -27.5,-48.5 parent: 2 - - uid: 5610 - components: - - type: Transform - pos: -23.5,21.5 - parent: 2 - uid: 5943 components: - type: Transform @@ -135977,10 +140541,10 @@ entities: - type: Transform pos: 23.5,5.5 parent: 2 - - uid: 9884 + - uid: 9963 components: - type: Transform - pos: -27.5,-7.5 + pos: -35.5,17.5 parent: 2 - uid: 10191 components: @@ -135992,15 +140556,25 @@ entities: - type: Transform pos: -43.5,-39.5 parent: 2 - - uid: 10421 - components: - - type: Transform - pos: -41.5,0.5 - parent: 2 - uid: 10439 components: - type: Transform - pos: -26.5,15.5 + pos: -30.5,12.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + pos: -29.5,12.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: -29.5,9.5 parent: 2 - uid: 10489 components: @@ -136022,11 +140596,6 @@ entities: - type: Transform pos: -29.5,-36.5 parent: 2 - - uid: 11244 - components: - - type: Transform - pos: -27.5,15.5 - parent: 2 - uid: 11338 components: - type: Transform @@ -136117,11 +140686,6 @@ entities: - type: Transform pos: -53.5,-28.5 parent: 2 - - uid: 12983 - components: - - type: Transform - pos: -27.5,6.5 - parent: 2 - uid: 13061 components: - type: Transform @@ -136132,11 +140696,6 @@ entities: - type: Transform pos: 21.5,14.5 parent: 2 - - uid: 13194 - components: - - type: Transform - pos: -21.5,6.5 - parent: 2 - uid: 13384 components: - type: Transform @@ -136232,35 +140791,30 @@ entities: - type: Transform pos: 7.5,-57.5 parent: 2 - - uid: 16409 + - uid: 16242 components: - type: Transform - pos: -63.5,-15.5 + pos: -19.5,-13.5 parent: 2 - - uid: 16416 + - uid: 16483 components: - type: Transform - pos: -63.5,-16.5 + pos: -51.5,12.5 parent: 2 - - uid: 16459 + - uid: 16484 components: - type: Transform - pos: -60.5,-16.5 + pos: -51.5,11.5 parent: 2 - - uid: 16460 + - uid: 16485 components: - type: Transform - pos: -61.5,-16.5 + pos: -50.5,12.5 parent: 2 - - uid: 16587 + - uid: 16487 components: - type: Transform - pos: -60.5,-11.5 - parent: 2 - - uid: 16588 - components: - - type: Transform - pos: -61.5,-11.5 + pos: -50.5,11.5 parent: 2 - uid: 17003 components: @@ -136317,10 +140871,10 @@ entities: - type: Transform pos: 3.5,-57.5 parent: 2 - - uid: 19291 + - uid: 19630 components: - type: Transform - pos: -27.5,-6.5 + pos: -34.5,14.5 parent: 2 - uid: 19882 components: @@ -136352,21 +140906,11 @@ entities: - type: Transform pos: -7.5,-6.5 parent: 2 - - uid: 20681 - components: - - type: Transform - pos: -33.5,18.5 - parent: 2 - uid: 21398 components: - type: Transform pos: 18.5,-15.5 parent: 2 - - uid: 21420 - components: - - type: Transform - pos: -20.5,-15.5 - parent: 2 - uid: 21445 components: - type: Transform @@ -136397,6 +140941,31 @@ entities: - type: Transform pos: 21.5,-27.5 parent: 2 + - uid: 24074 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 24459 + components: + - type: Transform + pos: -39.5,19.5 + parent: 2 + - uid: 24490 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 24550 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 24551 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 - proto: TableCarpet entities: - uid: 26 @@ -136404,24 +140973,6 @@ entities: - type: Transform pos: -0.5,23.5 parent: 2 - - uid: 1744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-39.5 - parent: 2 - - uid: 1839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-39.5 - parent: 2 - - uid: 1840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-39.5 - parent: 2 - uid: 6780 components: - type: Transform @@ -136449,11 +141000,6 @@ entities: - type: Transform pos: 4.5,15.5 parent: 2 - - uid: 420 - components: - - type: Transform - pos: -20.5,-2.5 - parent: 2 - uid: 749 components: - type: Transform @@ -136519,11 +141065,6 @@ entities: - type: Transform pos: -27.5,-33.5 parent: 2 - - uid: 4754 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 2 - uid: 6371 components: - type: Transform @@ -136544,11 +141085,6 @@ entities: - type: Transform pos: -29.5,-33.5 parent: 2 - - uid: 11322 - components: - - type: Transform - pos: -19.5,-2.5 - parent: 2 - uid: 11331 components: - type: Transform @@ -136574,11 +141110,6 @@ entities: - type: Transform pos: 16.5,13.5 parent: 2 - - uid: 20498 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - proto: TableCounterWood entities: - uid: 3545 @@ -136859,6 +141390,16 @@ entities: parent: 2 - proto: TableFancyWhite entities: + - uid: 1258 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 - uid: 3644 components: - type: Transform @@ -136881,15 +141422,17 @@ entities: - type: Transform pos: 19.5,-9.5 parent: 2 - - uid: 9140 + - uid: 24052 components: - type: Transform - pos: 20.5,-9.5 + rot: 1.5707963267948966 rad + pos: 18.5,-10.5 parent: 2 - - uid: 9180 + - uid: 24053 components: - type: Transform - pos: 20.5,-10.5 + rot: 1.5707963267948966 rad + pos: 18.5,-9.5 parent: 2 - proto: TableFrame entities: @@ -136903,20 +141446,22 @@ entities: - type: Transform pos: 46.5,7.5 parent: 2 + - uid: 14827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,23.5 + parent: 2 - uid: 15766 components: - type: Transform pos: 42.5,21.5 parent: 2 - - uid: 18808 + - uid: 16459 components: - type: Transform - pos: 77.5,-42.5 - parent: 2 - - uid: 18809 - components: - - type: Transform - pos: 78.5,-42.5 + rot: -1.5707963267948966 rad + pos: -54.5,23.5 parent: 2 - uid: 19593 components: @@ -136969,6 +141514,11 @@ entities: - type: Transform pos: 22.5,-59.5 parent: 2 + - uid: 14582 + components: + - type: Transform + pos: -51.5,24.5 + parent: 2 - proto: TablePlasmaGlass entities: - uid: 6734 @@ -136983,25 +141533,20 @@ entities: - type: Transform pos: 20.5,-15.5 parent: 2 - - uid: 176 + - uid: 217 components: - type: Transform - pos: -41.5,-6.5 + pos: -28.5,-4.5 parent: 2 - - uid: 443 + - uid: 247 components: - type: Transform - pos: -28.5,12.5 + pos: -29.5,-4.5 parent: 2 - - uid: 444 + - uid: 678 components: - type: Transform - pos: -28.5,11.5 - parent: 2 - - uid: 450 - components: - - type: Transform - pos: -28.5,9.5 + pos: -25.5,-4.5 parent: 2 - uid: 836 components: @@ -137023,6 +141568,21 @@ entities: - type: Transform pos: 2.5,20.5 parent: 2 + - uid: 1096 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 67.5,-41.5 + parent: 2 - uid: 1362 components: - type: Transform @@ -137033,6 +141593,11 @@ entities: - type: Transform pos: -0.5,16.5 parent: 2 + - uid: 1743 + components: + - type: Transform + pos: 68.5,-41.5 + parent: 2 - uid: 1906 components: - type: Transform @@ -137058,31 +141623,41 @@ entities: - type: Transform pos: -28.5,-59.5 parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 2 + - uid: 2291 + components: + - type: Transform + pos: 68.5,-43.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: 75.5,-40.5 + parent: 2 + - uid: 2370 + components: + - type: Transform + pos: 75.5,-42.5 + parent: 2 - uid: 2543 components: - type: Transform pos: -30.5,-63.5 parent: 2 - - uid: 2754 + - uid: 2616 components: - type: Transform - pos: -38.5,-14.5 + pos: -14.5,-3.5 parent: 2 - uid: 3843 components: - type: Transform pos: -0.5,20.5 parent: 2 - - uid: 4158 - components: - - type: Transform - pos: -40.5,-3.5 - parent: 2 - - uid: 4650 - components: - - type: Transform - pos: -41.5,-3.5 - parent: 2 - uid: 4874 components: - type: Transform @@ -137108,6 +141683,11 @@ entities: - type: Transform pos: 9.5,18.5 parent: 2 + - uid: 5882 + components: + - type: Transform + pos: 67.5,-43.5 + parent: 2 - uid: 7540 components: - type: Transform @@ -137128,6 +141708,66 @@ entities: - type: Transform pos: 22.5,2.5 parent: 2 + - uid: 10449 + components: + - type: Transform + pos: 96.5,-40.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 11121 + components: + - type: Transform + pos: -45.5,-5.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: -46.5,-4.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: -36.5,-4.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: -37.5,-6.5 + parent: 2 + - uid: 12262 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - uid: 12299 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 2 - uid: 14290 components: - type: Transform @@ -137138,10 +141778,15 @@ entities: - type: Transform pos: 9.5,22.5 parent: 2 - - uid: 16887 + - uid: 16065 components: - type: Transform - pos: -41.5,-7.5 + pos: -59.5,-14.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + pos: -59.5,-12.5 parent: 2 - uid: 18466 components: @@ -137153,25 +141798,10 @@ entities: - type: Transform pos: 87.5,-28.5 parent: 2 - - uid: 19126 + - uid: 20596 components: - type: Transform - pos: -37.5,3.5 - parent: 2 - - uid: 20497 - components: - - type: Transform - pos: -39.5,-3.5 - parent: 2 - - uid: 20566 - components: - - type: Transform - pos: -36.5,-1.5 - parent: 2 - - uid: 20580 - components: - - type: Transform - pos: -36.5,-2.5 + pos: -35.5,1.5 parent: 2 - uid: 20675 components: @@ -137195,21 +141825,6 @@ entities: - type: Transform pos: 3.5,-86.5 parent: 2 - - uid: 10045 - components: - - type: Transform - pos: 74.5,-40.5 - parent: 2 - - uid: 10197 - components: - - type: Transform - pos: 73.5,-40.5 - parent: 2 - - uid: 10726 - components: - - type: Transform - pos: 74.5,-41.5 - parent: 2 - uid: 12824 components: - type: Transform @@ -137229,6 +141844,18 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,4.5 parent: 2 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,9.5 + parent: 2 + - uid: 497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,9.5 + parent: 2 - uid: 556 components: - type: Transform @@ -137673,6 +142300,18 @@ entities: - type: Transform pos: 11.5,-25.5 parent: 2 + - uid: 11301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,1.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,2.5 + parent: 2 - uid: 12459 components: - type: Transform @@ -137690,11 +142329,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-22.5 parent: 2 - - uid: 13373 - components: - - type: Transform - pos: -12.5,8.5 - parent: 2 - uid: 13855 components: - type: Transform @@ -137705,18 +142339,6 @@ entities: - type: Transform pos: -4.5,-44.5 parent: 2 - - uid: 14814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,10.5 - parent: 2 - - uid: 14815 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,10.5 - parent: 2 - uid: 15040 components: - type: Transform @@ -137756,27 +142378,17 @@ entities: - type: Transform pos: 96.5,-31.5 parent: 2 - - uid: 18832 - components: - - type: Transform - pos: 96.5,-35.5 - parent: 2 - uid: 19004 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,3.5 parent: 2 - - uid: 20487 - components: - - type: Transform - pos: -41.5,5.5 - parent: 2 - - uid: 20527 + - uid: 19560 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,6.5 + pos: 52.5,-35.5 parent: 2 - uid: 22303 components: @@ -137795,6 +142407,16 @@ entities: - type: Transform pos: -3.5,-44.5 parent: 2 + - uid: 23840 + components: + - type: Transform + pos: -14.5,3.5 + parent: 2 + - uid: 23841 + components: + - type: Transform + pos: -14.5,7.5 + parent: 2 - proto: TargetClown entities: - uid: 18803 @@ -137802,36 +142424,12 @@ entities: - type: Transform pos: 82.5,-14.5 parent: 2 -- proto: TargetStrange - entities: - - uid: 20656 - components: - - type: Transform - pos: -34.5,20.5 - parent: 2 - proto: TeaPlantSeeds entities: - uid: 12627 components: - type: Transform - pos: 19.270489,-6.2979584 - parent: 2 -- proto: TearGasGrenade - entities: - - uid: 23210 - components: - - type: Transform - pos: -24.68567,13.724779 - parent: 2 - - uid: 23211 - components: - - type: Transform - pos: -24.331327,13.724779 - parent: 2 - - uid: 23212 - components: - - type: Transform - pos: -24.508497,13.651812 + pos: 21.07561,-6.389536 parent: 2 - proto: TegCenter entities: @@ -137929,18 +142527,6 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,-28.5 parent: 2 - - uid: 5638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-12.5 - parent: 2 - - uid: 5677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-12.5 - parent: 2 - uid: 7601 components: - type: Transform @@ -137952,6 +142538,18 @@ entities: rot: 3.141592653589793 rad pos: 38.5,-78.5 parent: 2 + - uid: 16244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-15.5 + parent: 2 + - uid: 16254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-11.5 + parent: 2 - uid: 19098 components: - type: Transform @@ -138012,11 +142610,6 @@ entities: - type: Transform pos: 8.5,-27.5 parent: 2 - - uid: 7068 - components: - - type: Transform - pos: -28.5,2.5 - parent: 2 - uid: 9883 components: - type: Transform @@ -138067,10 +142660,15 @@ entities: - type: Transform pos: -47.5,-42.5 parent: 2 - - uid: 14542 + - uid: 14253 components: - type: Transform - pos: -28.5,4.5 + pos: -44.5,15.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: -42.5,15.5 parent: 2 - uid: 22593 components: @@ -138079,6 +142677,18 @@ entities: parent: 2 - proto: ToiletDirtyWater entities: + - uid: 905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,3.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,3.5 + parent: 2 - uid: 2278 components: - type: Transform @@ -138091,17 +142701,6 @@ entities: rot: 3.141592653589793 rad pos: 44.5,-42.5 parent: 2 - - uid: 14504 - components: - - type: Transform - pos: -49.5,5.5 - parent: 2 - - uid: 15117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,1.5 - parent: 2 - proto: ToiletEmpty entities: - uid: 3714 @@ -138211,11 +142810,6 @@ entities: - type: Transform pos: 40.515865,5.6471686 parent: 2 - - uid: 13143 - components: - - type: Transform - pos: -26.966915,13.769235 - parent: 2 - proto: ToolboxGoldFilled entities: - uid: 1911 @@ -138230,11 +142824,6 @@ entities: - type: Transform pos: 27.628296,-16.512726 parent: 2 - - uid: 2789 - components: - - type: Transform - pos: -38.45977,-14.446957 - parent: 2 - uid: 3369 components: - type: Transform @@ -138260,11 +142849,6 @@ entities: - type: Transform pos: 3.5118675,-57.430447 parent: 2 - - uid: 16275 - components: - - type: Transform - pos: -60.524765,-8.3371105 - parent: 2 - uid: 17532 components: - type: Transform @@ -138275,11 +142859,6 @@ entities: - type: Transform pos: 50.48773,-54.36774 parent: 2 - - uid: 21851 - components: - - type: Transform - pos: -27.514086,-7.313642 - parent: 2 - uid: 22862 components: - type: Transform @@ -138287,10 +142866,10 @@ entities: parent: 2 - proto: Tourniquet entities: - - uid: 9076 + - uid: 11574 components: - type: Transform - pos: -28.580025,9.723599 + pos: -43.47097,-5.4080935 parent: 2 - proto: TowelColorNT entities: @@ -138299,13 +142878,6 @@ entities: - type: Transform pos: -22.515173,-56.227436 parent: 2 -- proto: ToyAi - entities: - - uid: 17109 - components: - - type: Transform - pos: -48.46802,-6.421814 - parent: 2 - proto: ToyFigurineCaptain entities: - uid: 11174 @@ -138350,10 +142922,10 @@ entities: parent: 2 - proto: ToyFigurineHeadOfSecurity entities: - - uid: 12652 + - uid: 23312 components: - type: Transform - pos: -20.808966,10.972251 + pos: -43.525604,2.660677 parent: 2 - proto: ToyFigurineLibrarian entities: @@ -138376,6 +142948,11 @@ entities: - type: Transform pos: 19.24643,-48.965763 parent: 2 + - uid: 24117 + components: + - type: Transform + pos: 20.553272,-8.568783 + parent: 2 - proto: ToyFigurineParamedic entities: - uid: 3805 @@ -138399,10 +142976,10 @@ entities: parent: 2 - proto: ToyFigurineSecurity entities: - - uid: 2675 + - uid: 23313 components: - type: Transform - pos: -27.642632,4.10057 + pos: -36.55325,-4.402304 parent: 2 - proto: ToyFigurineThief entities: @@ -138413,10 +142990,10 @@ entities: parent: 2 - proto: ToyFigurineWarden entities: - - uid: 6285 + - uid: 23311 components: - type: Transform - pos: -21.495405,-5.259852 + pos: -26.47277,-6.2551026 parent: 2 - proto: ToyFigurineWizardFake entities: @@ -138425,6 +143002,13 @@ entities: - type: Transform pos: 18.704494,-48.621777 parent: 2 +- proto: ToyIan + entities: + - uid: 24222 + components: + - type: Transform + pos: -29.397823,17.463732 + parent: 2 - proto: ToyMouse entities: - uid: 13064 @@ -138491,6 +143075,13 @@ entities: - type: Transform pos: 30.5,25.5 parent: 2 +- proto: TrashBag + entities: + - uid: 24300 + components: + - type: Transform + pos: -33.66584,19.584034 + parent: 2 - proto: trayScanner entities: - uid: 4066 @@ -138532,24 +143123,23 @@ entities: parent: 2 - proto: TurnstileGenpopEnter entities: - - uid: 16235 + - uid: 293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-0.5 + rot: 3.141592653589793 rad + pos: -29.5,4.5 parent: 2 - proto: TurnstileGenpopLeave entities: - - uid: 2778 + - uid: 995 components: - type: Transform - pos: -30.5,-7.5 + pos: -22.5,0.5 parent: 2 - - uid: 12483 + - uid: 999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-4.5 + pos: -27.5,4.5 parent: 2 - proto: TwoWayLever entities: @@ -138827,10 +143417,10 @@ entities: - type: Transform pos: 85.5,-11.5 parent: 2 - - uid: 18759 + - uid: 16401 components: - type: Transform - pos: 76.5,-42.5 + pos: -54.5,-4.5 parent: 2 - uid: 19193 components: @@ -138844,11 +143434,6 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-86.5 parent: 2 - - uid: 20698 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - uid: 22904 components: - type: Transform @@ -138863,17 +143448,27 @@ entities: parent: 2 - proto: UniformShortsRed entities: - - uid: 2293 + - uid: 24494 components: - type: Transform - pos: 52.36283,-35.34389 + pos: 53.625904,-41.41897 + parent: 2 + - uid: 24495 + components: + - type: Transform + pos: 53.698856,-41.544052 parent: 2 - proto: UniformShortsRedWithTop entities: - - uid: 2298 + - uid: 24491 components: - type: Transform - pos: 52.654644,-35.375164 + pos: 53.281982,-41.304302 + parent: 2 + - uid: 24492 + components: + - type: Transform + pos: 53.438313,-41.450237 parent: 2 - proto: Urn entities: @@ -138910,10 +143505,10 @@ entities: parent: 2 - proto: VendingMachineAtmosDrobe entities: - - uid: 1934 + - uid: 1942 components: - type: Transform - pos: -12.5,-6.5 + pos: -13.5,-1.5 parent: 2 - proto: VendingMachineBooze entities: @@ -138978,11 +143573,6 @@ entities: parent: 2 - proto: VendingMachineCigs entities: - - uid: 3372 - components: - - type: Transform - pos: -46.5,4.5 - parent: 2 - uid: 4386 components: - type: Transform @@ -139072,10 +143662,10 @@ entities: parent: 2 - proto: VendingMachineDonut entities: - - uid: 15472 + - uid: 12224 components: - type: Transform - pos: -30.5,0.5 + pos: -35.5,-1.5 parent: 2 - proto: VendingMachineEngiDrobe entities: @@ -139098,10 +143688,10 @@ entities: - type: Transform pos: 21.5,-46.5 parent: 2 - - uid: 20486 + - uid: 19623 components: - type: Transform - pos: -44.5,4.5 + pos: -37.5,17.5 parent: 2 - proto: VendingMachineGeneDrobe entities: @@ -139204,17 +143794,17 @@ entities: parent: 2 - proto: VendingMachineSec entities: - - uid: 19546 + - uid: 11066 components: - type: Transform - pos: -22.5,17.5 + pos: -39.5,-5.5 parent: 2 - proto: VendingMachineSecDrobe entities: - - uid: 2818 + - uid: 11188 components: - type: Transform - pos: -21.5,17.5 + pos: -40.5,-5.5 parent: 2 - proto: VendingMachineSeeds entities: @@ -139225,10 +143815,10 @@ entities: parent: 2 - proto: VendingMachineSeedsUnlocked entities: - - uid: 4557 + - uid: 498 components: - type: Transform - pos: -42.5,-9.5 + pos: -26.5,16.5 parent: 2 - uid: 17187 components: @@ -139244,10 +143834,10 @@ entities: parent: 2 - proto: VendingMachineSustenance entities: - - uid: 11895 + - uid: 20083 components: - type: Transform - pos: -36.5,-3.5 + pos: -27.5,9.5 parent: 2 - proto: VendingMachineTankDispenserEngineering entities: @@ -139258,11 +143848,6 @@ entities: parent: 2 - proto: VendingMachineTankDispenserEVA entities: - - uid: 1960 - components: - - type: Transform - pos: -11.5,-8.5 - parent: 2 - uid: 2055 components: - type: Transform @@ -139273,10 +143858,10 @@ entities: - type: Transform pos: -4.5,-55.5 parent: 2 - - uid: 20464 + - uid: 20630 components: - type: Transform - pos: -34.5,3.5 + pos: -41.5,5.5 parent: 2 - uid: 21410 components: @@ -139309,13 +143894,6 @@ entities: - type: Transform pos: -53.5,-31.5 parent: 2 -- proto: VendingMachineWallMedical - entities: - - uid: 447 - components: - - type: Transform - pos: -30.5,12.5 - parent: 2 - proto: VendingMachineWinter entities: - uid: 9445 @@ -139356,21 +143934,61 @@ entities: parent: 2 - proto: WallReinforced entities: + - uid: 3 + components: + - type: Transform + pos: -47.5,0.5 + parent: 2 - uid: 12 components: - type: Transform - pos: -21.5,-2.5 + pos: -31.5,-9.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 87.5,-47.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: -38.5,7.5 parent: 2 - uid: 20 components: - type: Transform pos: -14.5,24.5 parent: 2 + - uid: 32 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 - uid: 60 components: - type: Transform pos: -18.5,24.5 parent: 2 + - uid: 64 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 - uid: 93 components: - type: Transform @@ -139381,6 +143999,11 @@ entities: - type: Transform pos: -12.5,24.5 parent: 2 + - uid: 114 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 - uid: 125 components: - type: Transform @@ -139406,6 +144029,21 @@ entities: - type: Transform pos: 1.5,13.5 parent: 2 + - uid: 148 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 2 - uid: 155 components: - type: Transform @@ -139416,30 +144054,100 @@ entities: - type: Transform pos: 9.5,15.5 parent: 2 + - uid: 161 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: -41.5,-4.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 2 - uid: 185 components: - type: Transform pos: -30.5,-78.5 parent: 2 + - uid: 192 + components: + - type: Transform + pos: -41.5,-5.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 - uid: 207 components: - type: Transform - pos: -22.5,1.5 + pos: -19.5,3.5 parent: 2 - uid: 209 components: - type: Transform pos: -25.5,-35.5 parent: 2 - - uid: 214 + - uid: 220 components: - type: Transform - pos: -23.5,1.5 + pos: -19.5,-8.5 parent: 2 - - uid: 217 + - uid: 225 components: - type: Transform - pos: -35.5,10.5 + pos: -19.5,1.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -38.5,-0.5 parent: 2 - uid: 235 components: @@ -139456,130 +144164,400 @@ entities: - type: Transform pos: 55.5,-56.5 parent: 2 + - uid: 245 + components: + - type: Transform + pos: -38.5,0.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -21.5,17.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: -43.5,28.5 + parent: 2 - uid: 275 components: - type: Transform pos: -28.5,-20.5 parent: 2 - - uid: 287 + - uid: 279 components: - type: Transform - pos: -31.5,2.5 + pos: -41.5,30.5 parent: 2 - - uid: 298 + - uid: 288 components: - type: Transform - pos: -24.5,18.5 + pos: -40.5,-4.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: -40.5,7.5 parent: 2 - uid: 314 components: - type: Transform pos: -4.5,-87.5 parent: 2 - - uid: 318 + - uid: 317 components: - type: Transform - pos: -35.5,-2.5 + pos: -27.5,-9.5 parent: 2 - - uid: 327 + - uid: 330 components: - type: Transform - pos: -70.5,-14.5 + pos: -21.5,8.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -31.5,-11.5 parent: 2 - uid: 333 components: - type: Transform - pos: -36.5,8.5 + pos: -33.5,-11.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: -38.5,-4.5 parent: 2 - uid: 338 components: - type: Transform pos: 13.5,-3.5 parent: 2 + - uid: 345 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: -21.5,0.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -29.5,-8.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 - uid: 366 components: - type: Transform pos: -8.5,-86.5 parent: 2 + - uid: 367 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 - uid: 370 components: - type: Transform - pos: -69.5,-9.5 + pos: -30.5,-8.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: -42.5,5.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: -41.5,1.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: -38.5,-11.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: -37.5,-11.5 parent: 2 - uid: 392 components: - type: Transform pos: 50.5,-14.5 parent: 2 + - uid: 395 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 - uid: 397 components: - type: Transform - pos: -35.5,8.5 + pos: -30.5,1.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: -27.5,-11.5 parent: 2 - uid: 406 components: - type: Transform pos: -54.5,-51.5 parent: 2 - - uid: 414 - components: - - type: Transform - pos: -26.5,18.5 - parent: 2 - uid: 415 components: - type: Transform - pos: -27.5,18.5 + pos: -19.5,2.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -19.5,12.5 parent: 2 - uid: 418 components: - type: Transform pos: 48.5,-63.5 parent: 2 - - uid: 433 + - uid: 420 components: - type: Transform - pos: -22.5,-5.5 + pos: -38.5,-5.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: -42.5,6.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: -37.5,-5.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: -42.5,4.5 parent: 2 - uid: 434 components: - type: Transform pos: 13.5,1.5 parent: 2 - - uid: 436 + - uid: 439 components: - type: Transform - pos: -17.5,7.5 + pos: -34.5,-7.5 parent: 2 - uid: 440 components: - type: Transform - pos: -20.5,13.5 + pos: -35.5,-5.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: -29.5,16.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: -34.5,0.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: -25.5,18.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: -26.5,9.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: -22.5,12.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: -20.5,12.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: -40.5,-0.5 parent: 2 - uid: 478 components: - type: Transform pos: 56.5,-47.5 parent: 2 + - uid: 483 + components: + - type: Transform + pos: -35.5,0.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 - uid: 490 components: - type: Transform - pos: -50.5,6.5 + pos: -19.5,10.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: -39.5,-11.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: -42.5,18.5 parent: 2 - uid: 496 components: - type: Transform pos: -11.5,7.5 parent: 2 + - uid: 500 + components: + - type: Transform + pos: -21.5,12.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: -26.5,18.5 + parent: 2 - uid: 503 components: - type: Transform - pos: -35.5,7.5 + pos: -20.5,8.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: -23.5,0.5 parent: 2 - uid: 520 components: - type: Transform - pos: -29.5,13.5 + pos: -14.5,0.5 parent: 2 - uid: 527 components: @@ -139601,16 +144579,51 @@ entities: - type: Transform pos: 42.5,-50.5 parent: 2 + - uid: 547 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: -30.5,3.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 - uid: 554 components: - type: Transform pos: 41.5,-62.5 parent: 2 + - uid: 555 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: -41.5,0.5 + parent: 2 - uid: 581 components: - type: Transform pos: 47.5,-44.5 parent: 2 + - uid: 588 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 - uid: 589 components: - type: Transform @@ -139631,30 +144644,195 @@ entities: - type: Transform pos: 37.5,-64.5 parent: 2 + - uid: 626 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -24.5,18.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: -36.5,7.5 + parent: 2 - uid: 657 components: - type: Transform pos: 47.5,-49.5 parent: 2 + - uid: 661 + components: + - type: Transform + pos: -33.5,4.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: -27.5,17.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: -25.5,17.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: -40.5,0.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: -41.5,-0.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: -31.5,17.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: -23.5,17.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 - uid: 687 components: - type: Transform - pos: -37.5,10.5 + pos: -31.5,2.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: -37.5,7.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: -19.5,9.5 parent: 2 - uid: 739 components: - type: Transform pos: 8.5,27.5 parent: 2 + - uid: 751 + components: + - type: Transform + pos: -38.5,18.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: -31.5,18.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: 87.5,-34.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: -26.5,17.5 + parent: 2 + - uid: 800 + components: + - type: Transform + pos: -22.5,9.5 + parent: 2 + - uid: 802 + components: + - type: Transform + pos: -30.5,0.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: -41.5,7.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 - uid: 820 components: - type: Transform pos: -12.5,26.5 parent: 2 - - uid: 826 + - uid: 829 components: - type: Transform - pos: -38.5,-10.5 + pos: -43.5,4.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: -42.5,2.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: -46.5,-7.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: -33.5,7.5 parent: 2 - uid: 839 components: @@ -139666,11 +144844,21 @@ entities: - type: Transform pos: -20.5,28.5 parent: 2 + - uid: 843 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 - uid: 845 components: - type: Transform pos: -3.5,26.5 parent: 2 + - uid: 847 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 - uid: 869 components: - type: Transform @@ -139689,42 +144877,52 @@ entities: - uid: 894 components: - type: Transform - pos: -72.5,-11.5 + pos: -20.5,0.5 parent: 2 - uid: 895 components: - type: Transform pos: 1.5,29.5 parent: 2 - - uid: 906 + - uid: 910 components: - type: Transform - pos: -22.5,14.5 + pos: -32.5,2.5 parent: 2 - uid: 918 components: - type: Transform pos: -18.5,23.5 parent: 2 - - uid: 945 + - uid: 925 components: - type: Transform - pos: -37.5,8.5 + pos: -34.5,-8.5 parent: 2 - uid: 947 components: - type: Transform pos: 24.5,23.5 parent: 2 + - uid: 960 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 - uid: 971 components: - type: Transform pos: -2.5,26.5 parent: 2 - - uid: 980 + - uid: 973 components: - type: Transform - pos: -23.5,-5.5 + pos: -25.5,-0.5 parent: 2 - uid: 987 components: @@ -139736,20 +144934,10 @@ entities: - type: Transform pos: -1.5,13.5 parent: 2 - - uid: 999 + - uid: 998 components: - type: Transform - pos: -70.5,-15.5 - parent: 2 - - uid: 1000 - components: - - type: Transform - pos: -72.5,-12.5 - parent: 2 - - uid: 1001 - components: - - type: Transform - pos: -70.5,-16.5 + pos: -42.5,3.5 parent: 2 - uid: 1007 components: @@ -139761,21 +144949,46 @@ entities: - type: Transform pos: 7.5,15.5 parent: 2 - - uid: 1020 - components: - - type: Transform - pos: -71.5,-16.5 - parent: 2 - uid: 1037 components: - type: Transform pos: 24.5,19.5 parent: 2 + - uid: 1043 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 - uid: 1044 components: - type: Transform pos: -1.5,27.5 parent: 2 + - uid: 1050 + components: + - type: Transform + pos: -26.5,3.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: 86.5,-38.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 - uid: 1082 components: - type: Transform @@ -139786,35 +144999,20 @@ entities: - type: Transform pos: 56.5,-46.5 parent: 2 - - uid: 1084 + - uid: 1086 components: - type: Transform - pos: -71.5,-10.5 - parent: 2 - - uid: 1085 - components: - - type: Transform - pos: -70.5,-13.5 - parent: 2 - - uid: 1101 - components: - - type: Transform - pos: -31.5,5.5 + pos: -20.5,-5.5 parent: 2 - uid: 1102 components: - type: Transform - pos: -72.5,-16.5 - parent: 2 - - uid: 1105 - components: - - type: Transform - pos: -68.5,-9.5 + pos: -19.5,-6.5 parent: 2 - uid: 1107 components: - type: Transform - pos: -73.5,-11.5 + pos: -20.5,1.5 parent: 2 - uid: 1109 components: @@ -139824,33 +145022,33 @@ entities: - uid: 1114 components: - type: Transform - pos: -71.5,-8.5 + pos: -24.5,-11.5 parent: 2 - uid: 1115 components: - type: Transform pos: 7.5,1.5 parent: 2 + - uid: 1121 + components: + - type: Transform + pos: -41.5,-8.5 + parent: 2 - uid: 1122 components: - type: Transform pos: 41.5,-50.5 parent: 2 - - uid: 1128 + - uid: 1130 components: - type: Transform - pos: -70.5,-8.5 + pos: -20.5,17.5 parent: 2 - uid: 1132 components: - type: Transform pos: 25.5,-5.5 parent: 2 - - uid: 1133 - components: - - type: Transform - pos: 54.5,-43.5 - parent: 2 - uid: 1137 components: - type: Transform @@ -139881,10 +145079,35 @@ entities: - type: Transform pos: -58.5,-54.5 parent: 2 - - uid: 1162 + - uid: 1156 components: - type: Transform - pos: 53.5,-43.5 + pos: -20.5,-11.5 + parent: 2 + - uid: 1161 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 1169 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + pos: -26.5,-4.5 parent: 2 - uid: 1178 components: @@ -139896,10 +145119,70 @@ entities: - type: Transform pos: 43.5,-43.5 parent: 2 + - uid: 1181 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: -26.5,12.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + pos: -43.5,30.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: -42.5,30.5 + parent: 2 + - uid: 1200 + components: + - type: Transform + pos: -42.5,28.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: -40.5,30.5 + parent: 2 - uid: 1231 components: - type: Transform - pos: 56.5,-43.5 + pos: 57.5,-35.5 parent: 2 - uid: 1241 components: @@ -139941,11 +145224,6 @@ entities: - type: Transform pos: 11.5,29.5 parent: 2 - - uid: 1383 - components: - - type: Transform - pos: -35.5,15.5 - parent: 2 - uid: 1391 components: - type: Transform @@ -139961,16 +145239,6 @@ entities: - type: Transform pos: 19.5,20.5 parent: 2 - - uid: 1409 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - - uid: 1419 - components: - - type: Transform - pos: -71.5,-13.5 - parent: 2 - uid: 1420 components: - type: Transform @@ -140041,11 +145309,6 @@ entities: - type: Transform pos: -0.5,3.5 parent: 2 - - uid: 1441 - components: - - type: Transform - pos: -71.5,-9.5 - parent: 2 - uid: 1443 components: - type: Transform @@ -140066,11 +145329,6 @@ entities: - type: Transform pos: 27.5,17.5 parent: 2 - - uid: 1462 - components: - - type: Transform - pos: -31.5,10.5 - parent: 2 - uid: 1483 components: - type: Transform @@ -140096,11 +145354,6 @@ entities: - type: Transform pos: 45.5,-91.5 parent: 2 - - uid: 1523 - components: - - type: Transform - pos: -21.5,-11.5 - parent: 2 - uid: 1534 components: - type: Transform @@ -140166,10 +145419,10 @@ entities: - type: Transform pos: 44.5,-15.5 parent: 2 - - uid: 1804 + - uid: 1744 components: - type: Transform - pos: -45.5,-3.5 + pos: 54.5,-42.5 parent: 2 - uid: 1813 components: @@ -140181,11 +145434,31 @@ entities: - type: Transform pos: -27.5,-64.5 parent: 2 + - uid: 1837 + components: + - type: Transform + pos: 83.5,-45.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + pos: 81.5,-39.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + pos: 91.5,-36.5 + parent: 2 - uid: 1843 components: - type: Transform pos: -29.5,-65.5 parent: 2 + - uid: 1844 + components: + - type: Transform + pos: 92.5,-47.5 + parent: 2 - uid: 1858 components: - type: Transform @@ -140216,6 +145489,11 @@ entities: - type: Transform pos: 10.5,-20.5 parent: 2 + - uid: 1880 + components: + - type: Transform + pos: 97.5,-39.5 + parent: 2 - uid: 1892 components: - type: Transform @@ -140226,11 +145504,6 @@ entities: - type: Transform pos: 40.5,-68.5 parent: 2 - - uid: 1896 - components: - - type: Transform - pos: -38.5,7.5 - parent: 2 - uid: 1901 components: - type: Transform @@ -140259,17 +145532,7 @@ entities: - uid: 1959 components: - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 1967 - components: - - type: Transform - pos: -48.5,7.5 - parent: 2 - - uid: 2016 - components: - - type: Transform - pos: -35.5,5.5 + pos: -14.5,-4.5 parent: 2 - uid: 2029 components: @@ -140286,6 +145549,11 @@ entities: - type: Transform pos: 37.5,-65.5 parent: 2 + - uid: 2070 + components: + - type: Transform + pos: 88.5,-36.5 + parent: 2 - uid: 2076 components: - type: Transform @@ -140301,11 +145569,26 @@ entities: - type: Transform pos: -20.5,26.5 parent: 2 + - uid: 2146 + components: + - type: Transform + pos: 91.5,-43.5 + parent: 2 - uid: 2153 components: - type: Transform pos: 40.5,-67.5 parent: 2 + - uid: 2158 + components: + - type: Transform + pos: 90.5,-47.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + pos: 85.5,-43.5 + parent: 2 - uid: 2193 components: - type: Transform @@ -140321,15 +145604,20 @@ entities: - type: Transform pos: -2.5,-24.5 parent: 2 - - uid: 2196 + - uid: 2197 components: - type: Transform - pos: -21.5,9.5 + pos: 83.5,-39.5 parent: 2 - uid: 2221 components: - type: Transform - pos: -21.5,8.5 + pos: -36.5,31.5 + parent: 2 + - uid: 2226 + components: + - type: Transform + pos: 95.5,-36.5 parent: 2 - uid: 2232 components: @@ -140341,21 +145629,16 @@ entities: - type: Transform pos: -28.5,-53.5 parent: 2 - - uid: 2237 - components: - - type: Transform - pos: -49.5,6.5 - parent: 2 - - uid: 2238 - components: - - type: Transform - pos: -67.5,-8.5 - parent: 2 - uid: 2239 components: - type: Transform pos: 43.5,16.5 parent: 2 + - uid: 2253 + components: + - type: Transform + pos: 97.5,-43.5 + parent: 2 - uid: 2257 components: - type: Transform @@ -140371,30 +145654,25 @@ entities: - type: Transform pos: 41.5,-51.5 parent: 2 - - uid: 2280 + - uid: 2285 components: - type: Transform - pos: -65.5,-8.5 + pos: 88.5,-47.5 parent: 2 - - uid: 2289 + - uid: 2293 components: - type: Transform - pos: -71.5,-15.5 + pos: 70.5,-43.5 parent: 2 - - uid: 2295 + - uid: 2302 components: - type: Transform - pos: -71.5,-14.5 + pos: -18.5,-8.5 parent: 2 - - uid: 2296 + - uid: 2312 components: - type: Transform - pos: -72.5,-14.5 - parent: 2 - - uid: 2297 - components: - - type: Transform - pos: -59.5,-17.5 + pos: 70.5,-39.5 parent: 2 - uid: 2315 components: @@ -140411,21 +145689,41 @@ entities: - type: Transform pos: 9.5,-5.5 parent: 2 + - uid: 2335 + components: + - type: Transform + pos: 88.5,-48.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + pos: 84.5,-40.5 + parent: 2 - uid: 2351 components: - type: Transform pos: 33.5,27.5 parent: 2 - - uid: 2356 + - uid: 2355 components: - type: Transform - pos: 66.5,-43.5 + pos: 76.5,-42.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: -34.5,19.5 parent: 2 - uid: 2389 components: - type: Transform pos: 36.5,27.5 parent: 2 + - uid: 2402 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 - uid: 2450 components: - type: Transform @@ -140446,11 +145744,21 @@ entities: - type: Transform pos: -25.5,-24.5 parent: 2 + - uid: 2490 + components: + - type: Transform + pos: -35.5,19.5 + parent: 2 - uid: 2492 components: - type: Transform pos: -25.5,-23.5 parent: 2 + - uid: 2507 + components: + - type: Transform + pos: -32.5,18.5 + parent: 2 - uid: 2515 components: - type: Transform @@ -140476,100 +145784,80 @@ entities: - type: Transform pos: -35.5,-83.5 parent: 2 + - uid: 2566 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 - uid: 2572 components: - type: Transform - pos: -37.5,14.5 + pos: -39.5,31.5 parent: 2 - uid: 2574 components: - type: Transform pos: -3.5,-27.5 parent: 2 + - uid: 2580 + components: + - type: Transform + pos: 96.5,-47.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + pos: -40.5,28.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 - uid: 2609 components: - type: Transform pos: -4.5,-29.5 parent: 2 - - uid: 2614 + - uid: 2612 components: - type: Transform - pos: -30.5,9.5 + pos: -37.5,31.5 parent: 2 - - uid: 2615 + - uid: 2681 components: - type: Transform - pos: -23.5,7.5 + pos: 76.5,-40.5 parent: 2 - - uid: 2616 + - uid: 2728 components: - type: Transform - pos: -30.5,13.5 - parent: 2 - - uid: 2624 - components: - - type: Transform - pos: -35.5,-13.5 - parent: 2 - - uid: 2632 - components: - - type: Transform - pos: -28.5,-13.5 - parent: 2 - - uid: 2648 - components: - - type: Transform - pos: -31.5,-14.5 - parent: 2 - - uid: 2653 - components: - - type: Transform - pos: -28.5,5.5 - parent: 2 - - uid: 2673 - components: - - type: Transform - pos: -35.5,-16.5 - parent: 2 - - uid: 2676 - components: - - type: Transform - pos: -35.5,-18.5 - parent: 2 - - uid: 2678 - components: - - type: Transform - pos: -38.5,-11.5 - parent: 2 - - uid: 2685 - components: - - type: Transform - pos: -38.5,-16.5 + pos: 97.5,-42.5 parent: 2 - uid: 2737 components: - type: Transform pos: 53.5,-64.5 parent: 2 - - uid: 2739 + - uid: 2742 components: - type: Transform - pos: -50.5,5.5 + pos: 82.5,-45.5 parent: 2 - uid: 2748 components: - type: Transform pos: -6.5,-23.5 parent: 2 - - uid: 2767 + - uid: 2762 components: - type: Transform - pos: -49.5,0.5 + pos: 87.5,-48.5 parent: 2 - - uid: 2780 + - uid: 2763 components: - type: Transform - pos: -28.5,-7.5 + pos: 65.5,-45.5 parent: 2 - uid: 2781 components: @@ -140581,6 +145869,11 @@ entities: - type: Transform pos: 3.5,-20.5 parent: 2 + - uid: 2800 + components: + - type: Transform + pos: -45.5,19.5 + parent: 2 - uid: 2806 components: - type: Transform @@ -140611,11 +145904,6 @@ entities: - type: Transform pos: 40.5,-51.5 parent: 2 - - uid: 2834 - components: - - type: Transform - pos: -19.5,10.5 - parent: 2 - uid: 2879 components: - type: Transform @@ -140636,6 +145924,11 @@ entities: - type: Transform pos: -9.5,-70.5 parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 75.5,-45.5 + parent: 2 - uid: 2915 components: - type: Transform @@ -140666,26 +145959,6 @@ entities: - type: Transform pos: -5.5,-29.5 parent: 2 - - uid: 2953 - components: - - type: Transform - pos: -65.5,-9.5 - parent: 2 - - uid: 3005 - components: - - type: Transform - pos: -38.5,-18.5 - parent: 2 - - uid: 3008 - components: - - type: Transform - pos: -31.5,0.5 - parent: 2 - - uid: 3013 - components: - - type: Transform - pos: -36.5,22.5 - parent: 2 - uid: 3017 components: - type: Transform @@ -140726,20 +145999,10 @@ entities: - type: Transform pos: 4.5,-20.5 parent: 2 - - uid: 3114 + - uid: 3124 components: - type: Transform - pos: -18.5,-6.5 - parent: 2 - - uid: 3116 - components: - - type: Transform - pos: -17.5,-2.5 - parent: 2 - - uid: 3120 - components: - - type: Transform - pos: -18.5,-2.5 + pos: 94.5,-37.5 parent: 2 - uid: 3128 components: @@ -140781,31 +146044,11 @@ entities: - type: Transform pos: -10.5,-48.5 parent: 2 - - uid: 3177 - components: - - type: Transform - pos: -64.5,-7.5 - parent: 2 - - uid: 3185 - components: - - type: Transform - pos: -35.5,4.5 - parent: 2 - - uid: 3208 - components: - - type: Transform - pos: -31.5,21.5 - parent: 2 - uid: 3212 components: - type: Transform pos: -9.5,20.5 parent: 2 - - uid: 3219 - components: - - type: Transform - pos: -49.5,-11.5 - parent: 2 - uid: 3223 components: - type: Transform @@ -140826,6 +146069,26 @@ entities: - type: Transform pos: -4.5,-72.5 parent: 2 + - uid: 3266 + components: + - type: Transform + pos: 90.5,-48.5 + parent: 2 + - uid: 3290 + components: + - type: Transform + pos: 97.5,-40.5 + parent: 2 + - uid: 3291 + components: + - type: Transform + pos: 97.5,-38.5 + parent: 2 + - uid: 3293 + components: + - type: Transform + pos: 92.5,-36.5 + parent: 2 - uid: 3294 components: - type: Transform @@ -140836,6 +146099,11 @@ entities: - type: Transform pos: 31.5,-47.5 parent: 2 + - uid: 3303 + components: + - type: Transform + pos: 97.5,-41.5 + parent: 2 - uid: 3304 components: - type: Transform @@ -140856,11 +146124,6 @@ entities: - type: Transform pos: -31.5,-69.5 parent: 2 - - uid: 3353 - components: - - type: Transform - pos: -64.5,-18.5 - parent: 2 - uid: 3386 components: - type: Transform @@ -140906,11 +146169,6 @@ entities: - type: Transform pos: 48.5,22.5 parent: 2 - - uid: 3524 - components: - - type: Transform - pos: 55.5,-43.5 - parent: 2 - uid: 3535 components: - type: Transform @@ -140926,26 +146184,11 @@ entities: - type: Transform pos: 40.5,-63.5 parent: 2 - - uid: 3552 - components: - - type: Transform - pos: -18.5,0.5 - parent: 2 - - uid: 3559 - components: - - type: Transform - pos: -35.5,3.5 - parent: 2 - uid: 3568 components: - type: Transform pos: 25.5,-37.5 parent: 2 - - uid: 3573 - components: - - type: Transform - pos: -36.5,24.5 - parent: 2 - uid: 3582 components: - type: Transform @@ -140956,16 +146199,6 @@ entities: - type: Transform pos: -13.5,-22.5 parent: 2 - - uid: 3640 - components: - - type: Transform - pos: -34.5,1.5 - parent: 2 - - uid: 3641 - components: - - type: Transform - pos: -37.5,7.5 - parent: 2 - uid: 3663 components: - type: Transform @@ -140981,11 +146214,6 @@ entities: - type: Transform pos: 47.5,-2.5 parent: 2 - - uid: 3716 - components: - - type: Transform - pos: -68.5,-16.5 - parent: 2 - uid: 3754 components: - type: Transform @@ -141031,11 +146259,6 @@ entities: - type: Transform pos: -37.5,-70.5 parent: 2 - - uid: 3838 - components: - - type: Transform - pos: -31.5,-11.5 - parent: 2 - uid: 3845 components: - type: Transform @@ -141061,11 +146284,6 @@ entities: - type: Transform pos: 12.5,-69.5 parent: 2 - - uid: 3929 - components: - - type: Transform - pos: -35.5,6.5 - parent: 2 - uid: 3946 components: - type: Transform @@ -141076,6 +146294,16 @@ entities: - type: Transform pos: -46.5,-21.5 parent: 2 + - uid: 3948 + components: + - type: Transform + pos: 90.5,-41.5 + parent: 2 + - uid: 3949 + components: + - type: Transform + pos: 82.5,-40.5 + parent: 2 - uid: 3958 components: - type: Transform @@ -141106,11 +146334,6 @@ entities: - type: Transform pos: -54.5,-61.5 parent: 2 - - uid: 4049 - components: - - type: Transform - pos: -63.5,-14.5 - parent: 2 - uid: 4051 components: - type: Transform @@ -141191,21 +146414,11 @@ entities: - type: Transform pos: 13.5,-64.5 parent: 2 - - uid: 4352 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 2 - uid: 4353 components: - type: Transform pos: 30.5,-62.5 parent: 2 - - uid: 4364 - components: - - type: Transform - pos: 50.5,-43.5 - parent: 2 - uid: 4383 components: - type: Transform @@ -141239,17 +146452,17 @@ entities: - uid: 4478 components: - type: Transform - pos: 57.5,-43.5 + pos: 97.5,-46.5 parent: 2 - - uid: 4507 + - uid: 4488 components: - type: Transform - pos: -17.5,3.5 + pos: 72.5,-39.5 parent: 2 - - uid: 4510 + - uid: 4491 components: - type: Transform - pos: -40.5,-16.5 + pos: 85.5,-45.5 parent: 2 - uid: 4523 components: @@ -141286,16 +146499,6 @@ entities: - type: Transform pos: 38.5,-47.5 parent: 2 - - uid: 4549 - components: - - type: Transform - pos: -36.5,-18.5 - parent: 2 - - uid: 4550 - components: - - type: Transform - pos: -37.5,-18.5 - parent: 2 - uid: 4553 components: - type: Transform @@ -141361,10 +146564,10 @@ entities: - type: Transform pos: 37.5,-58.5 parent: 2 - - uid: 4666 + - uid: 4662 components: - type: Transform - pos: -27.5,-8.5 + pos: -43.5,23.5 parent: 2 - uid: 4684 components: @@ -141411,11 +146614,6 @@ entities: - type: Transform pos: 31.5,-32.5 parent: 2 - - uid: 4765 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - uid: 4788 components: - type: Transform @@ -141434,23 +146632,33 @@ entities: - uid: 4849 components: - type: Transform - pos: 58.5,-37.5 + pos: 86.5,-37.5 parent: 2 - uid: 4852 components: - type: Transform - pos: 82.5,-38.5 + pos: 93.5,-47.5 parent: 2 - uid: 4853 components: - type: Transform pos: -15.5,-68.5 parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 95.5,-38.5 + parent: 2 - uid: 4875 components: - type: Transform pos: -35.5,-74.5 parent: 2 + - uid: 4877 + components: + - type: Transform + pos: -40.5,31.5 + parent: 2 - uid: 4881 components: - type: Transform @@ -141471,6 +146679,11 @@ entities: - type: Transform pos: 6.5,-22.5 parent: 2 + - uid: 4897 + components: + - type: Transform + pos: 57.5,-39.5 + parent: 2 - uid: 4899 components: - type: Transform @@ -141529,7 +146742,7 @@ entities: - uid: 4992 components: - type: Transform - pos: -39.5,8.5 + pos: -39.5,28.5 parent: 2 - uid: 4998 components: @@ -141546,11 +146759,6 @@ entities: - type: Transform pos: -37.5,-74.5 parent: 2 - - uid: 5020 - components: - - type: Transform - pos: -18.5,-8.5 - parent: 2 - uid: 5021 components: - type: Transform @@ -141576,11 +146784,6 @@ entities: - type: Transform pos: -9.5,26.5 parent: 2 - - uid: 5076 - components: - - type: Transform - pos: -72.5,-13.5 - parent: 2 - uid: 5088 components: - type: Transform @@ -141616,11 +146819,6 @@ entities: - type: Transform pos: -49.5,-59.5 parent: 2 - - uid: 5129 - components: - - type: Transform - pos: -37.5,-11.5 - parent: 2 - uid: 5136 components: - type: Transform @@ -141636,11 +146834,6 @@ entities: - type: Transform pos: 8.5,-69.5 parent: 2 - - uid: 5154 - components: - - type: Transform - pos: -36.5,-16.5 - parent: 2 - uid: 5174 components: - type: Transform @@ -141656,26 +146849,11 @@ entities: - type: Transform pos: -31.5,-74.5 parent: 2 - - uid: 5186 - components: - - type: Transform - pos: -64.5,-9.5 - parent: 2 - uid: 5188 components: - type: Transform pos: 6.5,-24.5 parent: 2 - - uid: 5190 - components: - - type: Transform - pos: -59.5,-14.5 - parent: 2 - - uid: 5193 - components: - - type: Transform - pos: -57.5,-13.5 - parent: 2 - uid: 5199 components: - type: Transform @@ -141686,11 +146864,6 @@ entities: - type: Transform pos: 13.5,-0.5 parent: 2 - - uid: 5246 - components: - - type: Transform - pos: -67.5,-7.5 - parent: 2 - uid: 5247 components: - type: Transform @@ -141741,21 +146914,6 @@ entities: - type: Transform pos: -18.5,27.5 parent: 2 - - uid: 5337 - components: - - type: Transform - pos: -28.5,21.5 - parent: 2 - - uid: 5338 - components: - - type: Transform - pos: -32.5,21.5 - parent: 2 - - uid: 5339 - components: - - type: Transform - pos: -29.5,21.5 - parent: 2 - uid: 5342 components: - type: Transform @@ -141781,35 +146939,15 @@ entities: - type: Transform pos: -8.5,25.5 parent: 2 - - uid: 5350 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 5353 - components: - - type: Transform - pos: -28.5,16.5 - parent: 2 - uid: 5357 components: - type: Transform pos: -6.5,26.5 parent: 2 - - uid: 5367 - components: - - type: Transform - pos: -31.5,12.5 - parent: 2 - uid: 5381 components: - type: Transform - pos: 75.5,-38.5 - parent: 2 - - uid: 5382 - components: - - type: Transform - pos: -18.5,-4.5 + pos: 54.5,-35.5 parent: 2 - uid: 5384 components: @@ -141826,51 +146964,21 @@ entities: - type: Transform pos: -24.5,23.5 parent: 2 - - uid: 5412 - components: - - type: Transform - pos: -19.5,0.5 - parent: 2 - - uid: 5414 - components: - - type: Transform - pos: -72.5,-8.5 - parent: 2 - uid: 5426 components: - type: Transform pos: 50.5,22.5 parent: 2 - - uid: 5435 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 2 - uid: 5460 components: - type: Transform pos: -10.5,31.5 parent: 2 - - uid: 5487 - components: - - type: Transform - pos: -57.5,-11.5 - parent: 2 - uid: 5490 components: - type: Transform pos: 48.5,26.5 parent: 2 - - uid: 5491 - components: - - type: Transform - pos: -53.5,-10.5 - parent: 2 - - uid: 5492 - components: - - type: Transform - pos: -51.5,-10.5 - parent: 2 - uid: 5495 components: - type: Transform @@ -141896,16 +147004,6 @@ entities: - type: Transform pos: -29.5,-49.5 parent: 2 - - uid: 5521 - components: - - type: Transform - pos: -60.5,-14.5 - parent: 2 - - uid: 5527 - components: - - type: Transform - pos: -35.5,2.5 - parent: 2 - uid: 5529 components: - type: Transform @@ -141921,11 +147019,6 @@ entities: - type: Transform pos: -1.5,-54.5 parent: 2 - - uid: 5540 - components: - - type: Transform - pos: -56.5,-10.5 - parent: 2 - uid: 5544 components: - type: Transform @@ -141941,26 +147034,16 @@ entities: - type: Transform pos: 27.5,-36.5 parent: 2 - - uid: 5556 + - uid: 5554 components: - type: Transform - pos: -47.5,-13.5 - parent: 2 - - uid: 5558 - components: - - type: Transform - pos: -28.5,-8.5 + pos: 58.5,-39.5 parent: 2 - uid: 5560 components: - type: Transform pos: 30.5,-32.5 parent: 2 - - uid: 5562 - components: - - type: Transform - pos: -47.5,-14.5 - parent: 2 - uid: 5573 components: - type: Transform @@ -141981,6 +147064,11 @@ entities: - type: Transform pos: 59.5,-57.5 parent: 2 + - uid: 5593 + components: + - type: Transform + pos: 84.5,-44.5 + parent: 2 - uid: 5614 components: - type: Transform @@ -141996,6 +147084,16 @@ entities: - type: Transform pos: 22.5,20.5 parent: 2 + - uid: 5642 + components: + - type: Transform + pos: 92.5,-37.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: 95.5,-48.5 + parent: 2 - uid: 5652 components: - type: Transform @@ -142006,10 +147104,10 @@ entities: - type: Transform pos: -13.5,38.5 parent: 2 - - uid: 5669 + - uid: 5674 components: - type: Transform - pos: -17.5,13.5 + pos: 94.5,-47.5 parent: 2 - uid: 5683 components: @@ -142026,15 +147124,10 @@ entities: - type: Transform pos: 47.5,-71.5 parent: 2 - - uid: 5724 + - uid: 5714 components: - type: Transform - pos: -22.5,-13.5 - parent: 2 - - uid: 5730 - components: - - type: Transform - pos: -32.5,-12.5 + pos: 98.5,-41.5 parent: 2 - uid: 5731 components: @@ -142091,11 +147184,26 @@ entities: - type: Transform pos: 52.5,-32.5 parent: 2 + - uid: 5820 + components: + - type: Transform + pos: 93.5,-36.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: 94.5,-36.5 + parent: 2 - uid: 5825 components: - type: Transform pos: 51.5,12.5 parent: 2 + - uid: 5827 + components: + - type: Transform + pos: 96.5,-46.5 + parent: 2 - uid: 5838 components: - type: Transform @@ -142116,26 +147224,11 @@ entities: - type: Transform pos: 13.5,14.5 parent: 2 - - uid: 5861 - components: - - type: Transform - pos: -28.5,18.5 - parent: 2 - uid: 5900 components: - type: Transform pos: 53.5,-34.5 parent: 2 - - uid: 5927 - components: - - type: Transform - pos: -70.5,-9.5 - parent: 2 - - uid: 5930 - components: - - type: Transform - pos: -62.5,-7.5 - parent: 2 - uid: 5939 components: - type: Transform @@ -142156,10 +147249,10 @@ entities: - type: Transform pos: 41.5,-15.5 parent: 2 - - uid: 6125 + - uid: 6099 components: - type: Transform - pos: -61.5,-17.5 + pos: 89.5,-36.5 parent: 2 - uid: 6136 components: @@ -142181,11 +147274,6 @@ entities: - type: Transform pos: 29.5,-47.5 parent: 2 - - uid: 6196 - components: - - type: Transform - pos: -44.5,-1.5 - parent: 2 - uid: 6217 components: - type: Transform @@ -142261,21 +147349,11 @@ entities: - type: Transform pos: -14.5,-57.5 parent: 2 - - uid: 6524 - components: - - type: Transform - pos: -70.5,-11.5 - parent: 2 - uid: 6544 components: - type: Transform pos: 15.5,-64.5 parent: 2 - - uid: 6555 - components: - - type: Transform - pos: 75.5,-47.5 - parent: 2 - uid: 6588 components: - type: Transform @@ -142311,16 +147389,16 @@ entities: - type: Transform pos: 40.5,-17.5 parent: 2 - - uid: 6679 - components: - - type: Transform - pos: -48.5,8.5 - parent: 2 - uid: 6712 components: - type: Transform pos: -38.5,-28.5 parent: 2 + - uid: 6732 + components: + - type: Transform + pos: 82.5,-39.5 + parent: 2 - uid: 6733 components: - type: Transform @@ -142356,11 +147434,6 @@ entities: - type: Transform pos: 54.5,-51.5 parent: 2 - - uid: 6875 - components: - - type: Transform - pos: -66.5,-11.5 - parent: 2 - uid: 6880 components: - type: Transform @@ -142431,16 +147504,16 @@ entities: - type: Transform pos: 11.5,-12.5 parent: 2 - - uid: 7076 - components: - - type: Transform - pos: -59.5,-10.5 - parent: 2 - uid: 7082 components: - type: Transform pos: 49.5,-10.5 parent: 2 + - uid: 7086 + components: + - type: Transform + pos: 85.5,-34.5 + parent: 2 - uid: 7105 components: - type: Transform @@ -142481,6 +147554,11 @@ entities: - type: Transform pos: -25.5,-33.5 parent: 2 + - uid: 7300 + components: + - type: Transform + pos: 98.5,-45.5 + parent: 2 - uid: 7312 components: - type: Transform @@ -142531,16 +147609,6 @@ entities: - type: Transform pos: 50.5,-62.5 parent: 2 - - uid: 7453 - components: - - type: Transform - pos: -19.5,7.5 - parent: 2 - - uid: 7481 - components: - - type: Transform - pos: -20.5,1.5 - parent: 2 - uid: 7516 components: - type: Transform @@ -142551,41 +147619,41 @@ entities: - type: Transform pos: -10.5,-57.5 parent: 2 + - uid: 7651 + components: + - type: Transform + pos: 50.5,-39.5 + parent: 2 - uid: 7671 components: - type: Transform pos: 18.5,-16.5 parent: 2 - - uid: 7693 - components: - - type: Transform - pos: -24.5,-14.5 - parent: 2 - - uid: 7698 - components: - - type: Transform - pos: -35.5,1.5 - parent: 2 - - uid: 7702 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - - uid: 7706 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - uid: 7710 components: - type: Transform pos: 7.5,3.5 parent: 2 + - uid: 7749 + components: + - type: Transform + pos: 97.5,-34.5 + parent: 2 - uid: 7761 components: - type: Transform pos: 11.5,-10.5 parent: 2 + - uid: 7786 + components: + - type: Transform + pos: 93.5,-34.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + pos: 89.5,-35.5 + parent: 2 - uid: 7841 components: - type: Transform @@ -142596,21 +147664,6 @@ entities: - type: Transform pos: 37.5,-59.5 parent: 2 - - uid: 7998 - components: - - type: Transform - pos: -45.5,-8.5 - parent: 2 - - uid: 8000 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 8001 - components: - - type: Transform - pos: -48.5,-0.5 - parent: 2 - uid: 8017 components: - type: Transform @@ -142676,31 +147729,6 @@ entities: - type: Transform pos: 33.5,20.5 parent: 2 - - uid: 8455 - components: - - type: Transform - pos: -28.5,-5.5 - parent: 2 - - uid: 8467 - components: - - type: Transform - pos: -23.5,18.5 - parent: 2 - - uid: 8473 - components: - - type: Transform - pos: -20.5,7.5 - parent: 2 - - uid: 8476 - components: - - type: Transform - pos: -18.5,-12.5 - parent: 2 - - uid: 8491 - components: - - type: Transform - pos: -32.5,5.5 - parent: 2 - uid: 8507 components: - type: Transform @@ -142731,11 +147759,6 @@ entities: - type: Transform pos: 57.5,-23.5 parent: 2 - - uid: 8715 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - uid: 8718 components: - type: Transform @@ -142786,11 +147809,6 @@ entities: - type: Transform pos: 43.5,1.5 parent: 2 - - uid: 8784 - components: - - type: Transform - pos: -51.5,2.5 - parent: 2 - uid: 8796 components: - type: Transform @@ -142806,11 +147824,6 @@ entities: - type: Transform pos: 43.5,3.5 parent: 2 - - uid: 8864 - components: - - type: Transform - pos: -35.5,19.5 - parent: 2 - uid: 8893 components: - type: Transform @@ -142826,11 +147839,6 @@ entities: - type: Transform pos: 43.5,-0.5 parent: 2 - - uid: 8969 - components: - - type: Transform - pos: -27.5,22.5 - parent: 2 - uid: 8998 components: - type: Transform @@ -142841,21 +147849,6 @@ entities: - type: Transform pos: -28.5,24.5 parent: 2 - - uid: 9018 - components: - - type: Transform - pos: -32.5,25.5 - parent: 2 - - uid: 9109 - components: - - type: Transform - pos: 79.5,-47.5 - parent: 2 - - uid: 9112 - components: - - type: Transform - pos: -32.5,24.5 - parent: 2 - uid: 9260 components: - type: Transform @@ -142871,6 +147864,11 @@ entities: - type: Transform pos: 2.5,-20.5 parent: 2 + - uid: 9283 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 - uid: 9298 components: - type: Transform @@ -142891,11 +147889,6 @@ entities: - type: Transform pos: 16.5,-16.5 parent: 2 - - uid: 9401 - components: - - type: Transform - pos: -19.5,-14.5 - parent: 2 - uid: 9423 components: - type: Transform @@ -142911,10 +147904,10 @@ entities: - type: Transform pos: 49.5,-82.5 parent: 2 - - uid: 9586 + - uid: 9597 components: - type: Transform - pos: 57.5,-38.5 + pos: 89.5,-55.5 parent: 2 - uid: 9602 components: @@ -142941,36 +147934,56 @@ entities: - type: Transform pos: -13.5,-0.5 parent: 2 + - uid: 9691 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 9813 + components: + - type: Transform + pos: 89.5,-53.5 + parent: 2 - uid: 9839 components: - type: Transform pos: -12.5,23.5 parent: 2 - - uid: 9850 + - uid: 9862 components: - type: Transform - pos: -13.5,-1.5 + pos: -33.5,18.5 parent: 2 - uid: 9866 components: - type: Transform pos: -12.5,-57.5 parent: 2 - - uid: 9895 + - uid: 9889 components: - type: Transform - pos: -13.5,-3.5 + pos: -42.5,19.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + pos: -41.5,19.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + pos: -37.5,18.5 parent: 2 - uid: 9946 components: - type: Transform pos: -27.5,-50.5 parent: 2 - - uid: 10003 - components: - - type: Transform - pos: 57.5,-40.5 - parent: 2 - uid: 10007 components: - type: Transform @@ -142981,6 +147994,21 @@ entities: - type: Transform pos: -31.5,-18.5 parent: 2 + - uid: 10020 + components: + - type: Transform + pos: 92.5,-43.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: -34.5,18.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + pos: -35.5,18.5 + parent: 2 - uid: 10081 components: - type: Transform @@ -142989,7 +148017,7 @@ entities: - uid: 10108 components: - type: Transform - pos: -40.5,-10.5 + pos: -36.5,19.5 parent: 2 - uid: 10113 components: @@ -143001,36 +148029,86 @@ entities: - type: Transform pos: 11.5,-3.5 parent: 2 + - uid: 10120 + components: + - type: Transform + pos: -36.5,18.5 + parent: 2 - uid: 10130 components: - type: Transform - pos: -31.5,-1.5 + pos: -37.5,19.5 parent: 2 - - uid: 10145 + - uid: 10144 components: - type: Transform - pos: -50.5,2.5 + pos: -39.5,18.5 parent: 2 - uid: 10148 components: - type: Transform pos: -32.5,-33.5 parent: 2 - - uid: 10182 + - uid: 10174 components: - type: Transform - pos: -48.5,6.5 + pos: -40.5,18.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: -41.5,18.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: -42.5,17.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: -42.5,16.5 parent: 2 - uid: 10200 components: - type: Transform pos: 3.5,-5.5 parent: 2 + - uid: 10213 + components: + - type: Transform + pos: -42.5,14.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: -42.5,12.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 - uid: 10231 components: - type: Transform pos: -26.5,-33.5 parent: 2 + - uid: 10239 + components: + - type: Transform + pos: -42.5,10.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: -28.5,17.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: -28.5,16.5 + parent: 2 - uid: 10384 components: - type: Transform @@ -143046,36 +148124,86 @@ entities: - type: Transform pos: 27.5,-5.5 parent: 2 + - uid: 10429 + components: + - type: Transform + pos: -31.5,16.5 + parent: 2 - uid: 10456 components: - type: Transform pos: 27.5,-11.5 parent: 2 - - uid: 10470 + - uid: 10501 components: - type: Transform - pos: -27.5,-5.5 + pos: 89.5,-52.5 parent: 2 - - uid: 10529 + - uid: 10528 components: - type: Transform - pos: -18.5,-14.5 + pos: -34.5,6.5 parent: 2 - uid: 10534 components: - type: Transform pos: -14.5,-16.5 parent: 2 + - uid: 10537 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 - uid: 10555 components: - type: Transform pos: 11.5,1.5 parent: 2 + - uid: 10566 + components: + - type: Transform + pos: -37.5,6.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: -39.5,6.5 + parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 - uid: 10635 components: - type: Transform pos: -33.5,-21.5 parent: 2 + - uid: 10676 + components: + - type: Transform + pos: -34.5,1.5 + parent: 2 - uid: 10713 components: - type: Transform @@ -143101,15 +148229,45 @@ entities: - type: Transform pos: -28.5,26.5 parent: 2 + - uid: 10794 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: -43.5,19.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: 97.5,-44.5 + parent: 2 - uid: 10870 components: - type: Transform pos: 64.5,-83.5 parent: 2 + - uid: 10896 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 - uid: 10985 components: - type: Transform - pos: 85.5,-39.5 + pos: 54.5,-36.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: -42.5,0.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: -41.5,2.5 parent: 2 - uid: 11035 components: @@ -143126,21 +148284,36 @@ entities: - type: Transform pos: -46.5,-25.5 parent: 2 - - uid: 11146 - components: - - type: Transform - pos: -45.5,8.5 - parent: 2 - uid: 11169 components: - type: Transform pos: -9.5,-86.5 parent: 2 + - uid: 11213 + components: + - type: Transform + pos: -40.5,-11.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 - uid: 11216 components: - type: Transform pos: 26.5,30.5 parent: 2 + - uid: 11224 + components: + - type: Transform + pos: -41.5,-10.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + pos: 94.5,-48.5 + parent: 2 - uid: 11264 components: - type: Transform @@ -143156,6 +148329,11 @@ entities: - type: Transform pos: -7.5,-27.5 parent: 2 + - uid: 11299 + components: + - type: Transform + pos: 86.5,-34.5 + parent: 2 - uid: 11311 components: - type: Transform @@ -143171,11 +148349,6 @@ entities: - type: Transform pos: -18.5,25.5 parent: 2 - - uid: 11330 - components: - - type: Transform - pos: -48.5,-1.5 - parent: 2 - uid: 11348 components: - type: Transform @@ -143201,16 +148374,21 @@ entities: - type: Transform pos: 15.5,-20.5 parent: 2 + - uid: 11822 + components: + - type: Transform + pos: 98.5,-40.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: 93.5,-48.5 + parent: 2 - uid: 11908 components: - type: Transform pos: -32.5,-29.5 parent: 2 - - uid: 11976 - components: - - type: Transform - pos: -45.5,-1.5 - parent: 2 - uid: 12016 components: - type: Transform @@ -143236,6 +148414,11 @@ entities: - type: Transform pos: -32.5,-21.5 parent: 2 + - uid: 12227 + components: + - type: Transform + pos: 70.5,-41.5 + parent: 2 - uid: 12243 components: - type: Transform @@ -143256,11 +148439,6 @@ entities: - type: Transform pos: 51.5,-30.5 parent: 2 - - uid: 12374 - components: - - type: Transform - pos: -17.5,16.5 - parent: 2 - uid: 12448 components: - type: Transform @@ -143286,11 +148464,6 @@ entities: - type: Transform pos: 13.5,5.5 parent: 2 - - uid: 12499 - components: - - type: Transform - pos: -30.5,-11.5 - parent: 2 - uid: 12501 components: - type: Transform @@ -143331,6 +148504,11 @@ entities: - type: Transform pos: -51.5,-20.5 parent: 2 + - uid: 12565 + components: + - type: Transform + pos: 96.5,-37.5 + parent: 2 - uid: 12567 components: - type: Transform @@ -143346,6 +148524,11 @@ entities: - type: Transform pos: -54.5,-24.5 parent: 2 + - uid: 12615 + components: + - type: Transform + pos: -44.5,11.5 + parent: 2 - uid: 12620 components: - type: Transform @@ -143356,6 +148539,11 @@ entities: - type: Transform pos: -50.5,-32.5 parent: 2 + - uid: 12629 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 - uid: 12630 components: - type: Transform @@ -143366,21 +148554,21 @@ entities: - type: Transform pos: -50.5,-25.5 parent: 2 - - uid: 12670 + - uid: 12649 components: - type: Transform - pos: -17.5,4.5 + pos: -41.5,9.5 + parent: 2 + - uid: 12650 + components: + - type: Transform + pos: -41.5,8.5 parent: 2 - uid: 12696 components: - type: Transform pos: -53.5,-32.5 parent: 2 - - uid: 12701 - components: - - type: Transform - pos: -23.5,2.5 - parent: 2 - uid: 12730 components: - type: Transform @@ -143421,11 +148609,6 @@ entities: - type: Transform pos: 6.5,-68.5 parent: 2 - - uid: 12804 - components: - - type: Transform - pos: -34.5,7.5 - parent: 2 - uid: 12826 components: - type: Transform @@ -143446,36 +148629,126 @@ entities: - type: Transform pos: -57.5,-27.5 parent: 2 - - uid: 12881 + - uid: 12883 components: - type: Transform - pos: -50.5,4.5 + pos: -29.5,28.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: -30.5,28.5 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: -34.5,29.5 + parent: 2 + - uid: 12964 + components: + - type: Transform + pos: -34.5,28.5 + parent: 2 + - uid: 12972 + components: + - type: Transform + pos: -35.5,28.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + pos: -36.5,28.5 parent: 2 - uid: 12981 components: - type: Transform - pos: -21.5,15.5 + pos: -37.5,28.5 parent: 2 - uid: 12990 components: - type: Transform - pos: -42.5,-2.5 + pos: -41.5,27.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + pos: -41.5,24.5 + parent: 2 + - uid: 13004 + components: + - type: Transform + pos: -41.5,25.5 + parent: 2 + - uid: 13013 + components: + - type: Transform + pos: -36.5,29.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: -41.5,26.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + pos: -43.5,25.5 parent: 2 - uid: 13025 components: - type: Transform pos: -46.5,-23.5 parent: 2 - - uid: 13102 + - uid: 13090 components: - type: Transform - pos: -22.5,18.5 + pos: -48.5,2.5 + parent: 2 + - uid: 13091 + components: + - type: Transform + pos: -49.5,2.5 + parent: 2 + - uid: 13120 + components: + - type: Transform + pos: -48.5,6.5 + parent: 2 + - uid: 13137 + components: + - type: Transform + pos: -57.5,-10.5 + parent: 2 + - uid: 13143 + components: + - type: Transform + pos: -55.5,6.5 + parent: 2 + - uid: 13150 + components: + - type: Transform + pos: -55.5,3.5 + parent: 2 + - uid: 13194 + components: + - type: Transform + pos: -54.5,3.5 parent: 2 - uid: 13204 components: - type: Transform pos: 17.5,-16.5 parent: 2 + - uid: 13206 + components: + - type: Transform + pos: -49.5,0.5 + parent: 2 + - uid: 13234 + components: + - type: Transform + pos: -48.5,-11.5 + parent: 2 - uid: 13283 components: - type: Transform @@ -143489,18 +148762,98 @@ entities: - uid: 13339 components: - type: Transform - pos: -20.5,15.5 + pos: -58.5,-10.5 + parent: 2 + - uid: 13343 + components: + - type: Transform + pos: -48.5,3.5 parent: 2 - uid: 13386 components: - type: Transform pos: -6.5,-80.5 parent: 2 + - uid: 13616 + components: + - type: Transform + pos: -49.5,-10.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + pos: -47.5,7.5 + parent: 2 - uid: 13670 components: - type: Transform pos: 26.5,-60.5 parent: 2 + - uid: 13700 + components: + - type: Transform + pos: -46.5,7.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + pos: -47.5,6.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 2 + - uid: 13764 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 - uid: 13859 components: - type: Transform @@ -143521,6 +148874,16 @@ entities: - type: Transform pos: -51.5,-44.5 parent: 2 + - uid: 13890 + components: + - type: Transform + pos: -47.5,17.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + pos: -46.5,17.5 + parent: 2 - uid: 13911 components: - type: Transform @@ -143541,35 +148904,145 @@ entities: - type: Transform pos: -43.5,-46.5 parent: 2 - - uid: 14018 - components: - - type: Transform - pos: -28.5,-11.5 - parent: 2 - uid: 14057 components: - type: Transform - pos: -28.5,-14.5 + pos: -44.5,9.5 + parent: 2 + - uid: 14080 + components: + - type: Transform + pos: -44.5,7.5 + parent: 2 + - uid: 14105 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 + - uid: 14164 + components: + - type: Transform + pos: -44.5,19.5 parent: 2 - uid: 14211 components: - type: Transform pos: -22.5,23.5 parent: 2 + - uid: 14235 + components: + - type: Transform + pos: -44.5,16.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: -44.5,13.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + pos: -44.5,12.5 + parent: 2 - uid: 14302 components: - type: Transform pos: -28.5,-52.5 parent: 2 + - uid: 14309 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 - uid: 14335 components: - type: Transform pos: -2.5,15.5 parent: 2 - - uid: 14460 + - uid: 14363 components: - type: Transform - pos: -22.5,-11.5 + pos: -39.5,-12.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 2 + - uid: 14367 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - uid: 14368 + components: + - type: Transform + pos: -35.5,-14.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + pos: -36.5,-14.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + pos: -37.5,-14.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + pos: -56.5,9.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + pos: -57.5,9.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + pos: -56.5,14.5 + parent: 2 + - uid: 14444 + components: + - type: Transform + pos: -55.5,7.5 + parent: 2 + - uid: 14447 + components: + - type: Transform + pos: -56.5,7.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 + - uid: 14455 + components: + - type: Transform + pos: -55.5,16.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: -45.5,17.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + pos: -47.5,16.5 parent: 2 - uid: 14492 components: @@ -143586,6 +149059,11 @@ entities: - type: Transform pos: -5.5,-79.5 parent: 2 + - uid: 14500 + components: + - type: Transform + pos: -42.5,13.5 + parent: 2 - uid: 14515 components: - type: Transform @@ -143596,31 +149074,86 @@ entities: - type: Transform pos: -10.5,-52.5 parent: 2 - - uid: 14801 + - uid: 14549 components: - type: Transform - pos: -19.5,1.5 + pos: -37.5,24.5 parent: 2 - - uid: 14810 + - uid: 14550 components: - type: Transform - pos: -19.5,9.5 + pos: -38.5,24.5 parent: 2 - - uid: 14826 + - uid: 14553 components: - type: Transform - pos: -17.5,2.5 + pos: -37.5,25.5 parent: 2 - - uid: 14827 + - uid: 14554 components: - type: Transform - pos: -31.5,9.5 + pos: -36.5,25.5 + parent: 2 + - uid: 14556 + components: + - type: Transform + pos: -36.5,27.5 + parent: 2 + - uid: 14557 + components: + - type: Transform + pos: -36.5,26.5 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: -40.5,24.5 + parent: 2 + - uid: 14560 + components: + - type: Transform + pos: -42.5,25.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + pos: -36.5,30.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + pos: -41.5,28.5 + parent: 2 + - uid: 14642 + components: + - type: Transform + pos: -30.5,29.5 + parent: 2 + - uid: 14837 + components: + - type: Transform + pos: -49.5,-5.5 parent: 2 - uid: 14852 components: - type: Transform pos: -0.5,-24.5 parent: 2 + - uid: 14877 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + pos: -47.5,13.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + pos: -49.5,-6.5 + parent: 2 - uid: 14916 components: - type: Transform @@ -143629,32 +149162,12 @@ entities: - uid: 14917 components: - type: Transform - pos: -59.5,-9.5 + pos: -56.5,15.5 parent: 2 - - uid: 14932 + - uid: 14921 components: - type: Transform - pos: -72.5,-10.5 - parent: 2 - - uid: 14938 - components: - - type: Transform - pos: -73.5,-13.5 - parent: 2 - - uid: 14942 - components: - - type: Transform - pos: -71.5,-17.5 - parent: 2 - - uid: 14953 - components: - - type: Transform - pos: -70.5,-10.5 - parent: 2 - - uid: 14957 - components: - - type: Transform - pos: -61.5,-10.5 + pos: -47.5,12.5 parent: 2 - uid: 14974 components: @@ -143676,16 +149189,36 @@ entities: - type: Transform pos: 7.5,7.5 parent: 2 - - uid: 15024 + - uid: 15025 components: - type: Transform - pos: -22.5,8.5 + pos: -47.5,23.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: -47.5,24.5 parent: 2 - uid: 15028 components: - type: Transform pos: 20.5,20.5 parent: 2 + - uid: 15030 + components: + - type: Transform + pos: -46.5,23.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: -49.5,-2.5 + parent: 2 - uid: 15033 components: - type: Transform @@ -143694,7 +149227,7 @@ entities: - uid: 15034 components: - type: Transform - pos: 74.5,-39.5 + pos: 54.5,-39.5 parent: 2 - uid: 15042 components: @@ -143706,6 +149239,36 @@ entities: - type: Transform pos: 8.5,-95.5 parent: 2 + - uid: 15076 + components: + - type: Transform + pos: -55.5,23.5 + parent: 2 + - uid: 15117 + components: + - type: Transform + pos: -53.5,24.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + pos: -55.5,24.5 + parent: 2 + - uid: 15134 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: -49.5,25.5 + parent: 2 - uid: 15142 components: - type: Transform @@ -143721,10 +149284,20 @@ entities: - type: Transform pos: 1.5,15.5 parent: 2 - - uid: 15238 + - uid: 15168 components: - type: Transform - pos: -21.5,7.5 + pos: -56.5,21.5 + parent: 2 + - uid: 15175 + components: + - type: Transform + pos: -55.5,21.5 + parent: 2 + - uid: 15204 + components: + - type: Transform + pos: -58.5,-20.5 parent: 2 - uid: 15240 components: @@ -143771,11 +149344,6 @@ entities: - type: Transform pos: 8.5,15.5 parent: 2 - - uid: 15314 - components: - - type: Transform - pos: -50.5,0.5 - parent: 2 - uid: 15316 components: - type: Transform @@ -143786,15 +149354,35 @@ entities: - type: Transform pos: -10.5,34.5 parent: 2 + - uid: 15335 + components: + - type: Transform + pos: -48.5,-14.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 2 + - uid: 15342 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 2 + - uid: 15347 + components: + - type: Transform + pos: -45.5,-14.5 + parent: 2 - uid: 15352 components: - type: Transform pos: 57.5,-77.5 parent: 2 - - uid: 15371 + - uid: 15373 components: - type: Transform - pos: -17.5,12.5 + pos: -57.5,21.5 parent: 2 - uid: 15375 components: @@ -143806,6 +149394,11 @@ entities: - type: Transform pos: -4.5,-86.5 parent: 2 + - uid: 15390 + components: + - type: Transform + pos: -57.5,14.5 + parent: 2 - uid: 15444 components: - type: Transform @@ -143846,6 +149439,11 @@ entities: - type: Transform pos: 36.5,23.5 parent: 2 + - uid: 15460 + components: + - type: Transform + pos: -51.5,-17.5 + parent: 2 - uid: 15462 components: - type: Transform @@ -143856,21 +149454,36 @@ entities: - type: Transform pos: -3.5,19.5 parent: 2 + - uid: 15470 + components: + - type: Transform + pos: -43.5,-14.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: -48.5,-15.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: -53.5,-2.5 + parent: 2 - uid: 15476 components: - type: Transform - pos: -67.5,-9.5 + pos: -57.5,-16.5 parent: 2 - uid: 15479 components: - type: Transform pos: -10.5,-88.5 parent: 2 - - uid: 15480 - components: - - type: Transform - pos: -65.5,-16.5 - parent: 2 - uid: 15481 components: - type: Transform @@ -143886,11 +149499,31 @@ entities: - type: Transform pos: 16.5,-81.5 parent: 2 + - uid: 15568 + components: + - type: Transform + pos: -59.5,-16.5 + parent: 2 - uid: 15572 components: - type: Transform pos: -4.5,-27.5 parent: 2 + - uid: 15575 + components: + - type: Transform + pos: -42.5,-15.5 + parent: 2 + - uid: 15635 + components: + - type: Transform + pos: 87.5,-46.5 + parent: 2 + - uid: 15636 + components: + - type: Transform + pos: 86.5,-47.5 + parent: 2 - uid: 15644 components: - type: Transform @@ -143901,40 +149534,40 @@ entities: - type: Transform pos: 8.5,-60.5 parent: 2 - - uid: 15650 - components: - - type: Transform - pos: -17.5,15.5 - parent: 2 - - uid: 15663 - components: - - type: Transform - pos: -68.5,-15.5 - parent: 2 - uid: 15665 components: - type: Transform - pos: -17.5,9.5 + pos: -42.5,-16.5 parent: 2 - - uid: 15704 + - uid: 15672 components: - type: Transform - pos: -56.5,-11.5 + pos: -41.5,-16.5 + parent: 2 + - uid: 15675 + components: + - type: Transform + pos: -41.5,-17.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + pos: -40.5,-17.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + pos: -45.5,13.5 parent: 2 - uid: 15708 components: - type: Transform pos: -10.5,27.5 parent: 2 - - uid: 15714 + - uid: 15721 components: - type: Transform - pos: -66.5,-7.5 - parent: 2 - - uid: 15715 - components: - - type: Transform - pos: -20.5,0.5 + pos: -44.5,6.5 parent: 2 - uid: 15726 components: @@ -143949,23 +149582,13 @@ entities: - uid: 15732 components: - type: Transform - pos: -64.5,-8.5 - parent: 2 - - uid: 15742 - components: - - type: Transform - pos: -19.5,15.5 + pos: -45.5,16.5 parent: 2 - uid: 15743 components: - type: Transform pos: -5.5,23.5 parent: 2 - - uid: 15768 - components: - - type: Transform - pos: 76.5,-47.5 - parent: 2 - uid: 15786 components: - type: Transform @@ -143976,41 +149599,36 @@ entities: - type: Transform pos: -2.5,-29.5 parent: 2 - - uid: 15823 + - uid: 15812 components: - type: Transform - pos: -59.5,-13.5 + pos: -45.5,18.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + pos: -46.5,12.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + pos: -45.5,12.5 parent: 2 - uid: 15844 components: - type: Transform - pos: -68.5,-11.5 + pos: -47.5,14.5 parent: 2 - uid: 15865 components: - type: Transform pos: 64.5,-61.5 parent: 2 - - uid: 15866 - components: - - type: Transform - pos: -68.5,-18.5 - parent: 2 - - uid: 15877 - components: - - type: Transform - pos: -67.5,-15.5 - parent: 2 - uid: 15878 components: - type: Transform pos: 59.5,-70.5 parent: 2 - - uid: 15880 - components: - - type: Transform - pos: -28.5,13.5 - parent: 2 - uid: 15882 components: - type: Transform @@ -144019,42 +149637,27 @@ entities: - uid: 15883 components: - type: Transform - pos: -67.5,-11.5 + pos: -45.5,23.5 parent: 2 - uid: 15884 components: - type: Transform - pos: -31.5,3.5 + pos: -44.5,23.5 parent: 2 - - uid: 15886 + - uid: 15893 components: - type: Transform - pos: -68.5,-7.5 + pos: -43.5,24.5 parent: 2 - - uid: 15891 + - uid: 15901 components: - type: Transform - pos: -28.5,8.5 - parent: 2 - - uid: 15895 - components: - - type: Transform - pos: -56.5,-14.5 - parent: 2 - - uid: 15898 - components: - - type: Transform - pos: -23.5,8.5 - parent: 2 - - uid: 15899 - components: - - type: Transform - pos: -67.5,-17.5 + pos: -49.5,1.5 parent: 2 - uid: 15902 components: - type: Transform - pos: -61.5,-14.5 + pos: -51.5,-16.5 parent: 2 - uid: 15904 components: @@ -144064,62 +149667,57 @@ entities: - uid: 15905 components: - type: Transform - pos: -59.5,-7.5 + pos: -51.5,-10.5 parent: 2 - uid: 15906 components: - type: Transform - pos: -31.5,4.5 + pos: -49.5,-16.5 parent: 2 - uid: 15909 components: - type: Transform - pos: -28.5,15.5 + pos: -50.5,-16.5 parent: 2 - uid: 15913 components: - type: Transform - pos: -25.5,18.5 - parent: 2 - - uid: 15914 - components: - - type: Transform - pos: -54.5,-14.5 + pos: -44.5,-14.5 parent: 2 - uid: 15915 components: - type: Transform pos: 13.5,-86.5 parent: 2 - - uid: 15916 + - uid: 15917 components: - type: Transform - pos: -51.5,-14.5 + pos: -43.5,-15.5 parent: 2 - uid: 15921 components: - type: Transform - pos: -17.5,6.5 + pos: -49.5,-9.5 parent: 2 - - uid: 15924 + - uid: 15922 components: - type: Transform - pos: -67.5,-16.5 + pos: -49.5,-7.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -50.5,-10.5 parent: 2 - uid: 15928 components: - type: Transform pos: 12.5,-76.5 parent: 2 - - uid: 15941 + - uid: 15932 components: - type: Transform - pos: -68.5,-13.5 - parent: 2 - - uid: 15945 - components: - - type: Transform - pos: -34.5,24.5 + pos: -59.5,-10.5 parent: 2 - uid: 15949 components: @@ -144266,11 +149864,6 @@ entities: - type: Transform pos: -8.5,-79.5 parent: 2 - - uid: 15985 - components: - - type: Transform - pos: -32.5,22.5 - parent: 2 - uid: 15986 components: - type: Transform @@ -144311,11 +149904,6 @@ entities: - type: Transform pos: 25.5,-45.5 parent: 2 - - uid: 15996 - components: - - type: Transform - pos: -35.5,16.5 - parent: 2 - uid: 15997 components: - type: Transform @@ -144341,26 +149929,11 @@ entities: - type: Transform pos: 28.5,-5.5 parent: 2 - - uid: 16005 - components: - - type: Transform - pos: -35.5,24.5 - parent: 2 - - uid: 16006 - components: - - type: Transform - pos: -17.5,5.5 - parent: 2 - uid: 16017 components: - type: Transform pos: -28.5,32.5 parent: 2 - - uid: 16032 - components: - - type: Transform - pos: -29.5,9.5 - parent: 2 - uid: 16055 components: - type: Transform @@ -144371,11 +149944,26 @@ entities: - type: Transform pos: 22.5,-27.5 parent: 2 + - uid: 16073 + components: + - type: Transform + pos: -57.5,-9.5 + parent: 2 - uid: 16080 components: - type: Transform pos: -12.5,-52.5 parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -57.5,-8.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: -56.5,-8.5 + parent: 2 - uid: 16083 components: - type: Transform @@ -144411,6 +149999,16 @@ entities: - type: Transform pos: 0.5,-38.5 parent: 2 + - uid: 16148 + components: + - type: Transform + pos: 89.5,-37.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: -54.5,0.5 + parent: 2 - uid: 16153 components: - type: Transform @@ -144421,6 +150019,11 @@ entities: - type: Transform pos: -3.5,-72.5 parent: 2 + - uid: 16187 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 - uid: 16201 components: - type: Transform @@ -144434,7 +150037,7 @@ entities: - uid: 16211 components: - type: Transform - pos: -22.5,7.5 + pos: -53.5,-5.5 parent: 2 - uid: 16219 components: @@ -144466,70 +150069,120 @@ entities: - type: Transform pos: 8.5,-66.5 parent: 2 + - uid: 16235 + components: + - type: Transform + pos: -56.5,2.5 + parent: 2 - uid: 16236 components: - type: Transform pos: -16.5,23.5 parent: 2 + - uid: 16237 + components: + - type: Transform + pos: -56.5,1.5 + parent: 2 + - uid: 16238 + components: + - type: Transform + pos: -56.5,0.5 + parent: 2 - uid: 16245 components: - type: Transform pos: 26.5,-29.5 parent: 2 - - uid: 16250 + - uid: 16249 components: - type: Transform - pos: -42.5,8.5 - parent: 2 - - uid: 16253 - components: - - type: Transform - pos: -44.5,-8.5 - parent: 2 - - uid: 16257 - components: - - type: Transform - pos: -29.5,-7.5 - parent: 2 - - uid: 16268 - components: - - type: Transform - pos: -66.5,-16.5 + pos: -56.5,3.5 parent: 2 - uid: 16273 components: - type: Transform - pos: -59.5,-8.5 + pos: -55.5,-5.5 + parent: 2 + - uid: 16274 + components: + - type: Transform + pos: -54.5,-5.5 parent: 2 - uid: 16276 components: - type: Transform pos: -3.5,-68.5 parent: 2 + - uid: 16278 + components: + - type: Transform + pos: -51.5,-18.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: -53.5,-7.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: -51.5,-19.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + pos: -55.5,-8.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: -57.5,-17.5 + parent: 2 - uid: 16308 components: - type: Transform - pos: -27.5,23.5 + pos: -57.5,-19.5 parent: 2 - uid: 16313 components: - type: Transform pos: -9.5,23.5 parent: 2 + - uid: 16355 + components: + - type: Transform + pos: -54.5,-8.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: -54.5,-7.5 + parent: 2 - uid: 16364 components: - type: Transform - pos: -47.5,-10.5 + pos: -49.5,-8.5 parent: 2 - uid: 16365 components: - type: Transform pos: -10.5,23.5 parent: 2 - - uid: 16451 + - uid: 16369 components: - type: Transform - pos: -17.5,17.5 + pos: -54.5,-10.5 + parent: 2 + - uid: 16399 + components: + - type: Transform + pos: -56.5,-5.5 parent: 2 - uid: 16452 components: @@ -144541,20 +150194,250 @@ entities: - type: Transform pos: -10.5,28.5 parent: 2 - - uid: 16454 + - uid: 16497 components: - type: Transform - pos: -59.5,-6.5 + pos: -56.5,-6.5 parent: 2 - - uid: 16641 + - uid: 16498 components: - type: Transform - pos: -17.5,10.5 + pos: -56.5,-7.5 parent: 2 - - uid: 16665 + - uid: 16499 components: - type: Transform - pos: -17.5,18.5 + pos: -50.5,2.5 + parent: 2 + - uid: 16518 + components: + - type: Transform + pos: 91.5,-48.5 + parent: 2 + - uid: 16519 + components: + - type: Transform + pos: 93.5,-37.5 + parent: 2 + - uid: 16520 + components: + - type: Transform + pos: 70.5,-45.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: 72.5,-45.5 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: 91.5,-47.5 + parent: 2 + - uid: 16526 + components: + - type: Transform + pos: 85.5,-46.5 + parent: 2 + - uid: 16527 + components: + - type: Transform + pos: 98.5,-42.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: 96.5,-45.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + pos: 95.5,-46.5 + parent: 2 + - uid: 16531 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 2 + - uid: 16532 + components: + - type: Transform + pos: 82.5,-41.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + pos: 96.5,-39.5 + parent: 2 + - uid: 16534 + components: + - type: Transform + pos: 85.5,-41.5 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: 65.5,-39.5 + parent: 2 + - uid: 16536 + components: + - type: Transform + pos: 85.5,-38.5 + parent: 2 + - uid: 16538 + components: + - type: Transform + pos: 90.5,-36.5 + parent: 2 + - uid: 16541 + components: + - type: Transform + pos: 84.5,-45.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + pos: 80.5,-39.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: 69.5,-39.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + pos: 84.5,-39.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + pos: 82.5,-44.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + pos: 76.5,-45.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: 92.5,-41.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: 95.5,-47.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: 87.5,-36.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: 55.5,-35.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: 50.5,-36.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: 53.5,-42.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + pos: 83.5,-44.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + pos: 87.5,-37.5 + parent: 2 + - uid: 16576 + components: + - type: Transform + pos: 54.5,-41.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + pos: 58.5,-35.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + pos: 54.5,-38.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + pos: 54.5,-40.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + pos: 92.5,-48.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + pos: 86.5,-45.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + pos: 92.5,-42.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + pos: 98.5,-43.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + pos: 98.5,-44.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + pos: 85.5,-39.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + pos: 90.5,-43.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + pos: 76.5,-39.5 + parent: 2 + - uid: 16605 + components: + - type: Transform + pos: 91.5,-37.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: 95.5,-37.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: 85.5,-44.5 parent: 2 - uid: 16673 components: @@ -144601,16 +150484,16 @@ entities: - type: Transform pos: 56.5,-67.5 parent: 2 + - uid: 16759 + components: + - type: Transform + pos: 50.5,-40.5 + parent: 2 - uid: 16783 components: - type: Transform pos: 25.5,-36.5 parent: 2 - - uid: 16792 - components: - - type: Transform - pos: -31.5,-2.5 - parent: 2 - uid: 16818 components: - type: Transform @@ -144626,6 +150509,36 @@ entities: - type: Transform pos: 49.5,-8.5 parent: 2 + - uid: 16842 + components: + - type: Transform + pos: 76.5,-44.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + pos: 89.5,-48.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + pos: 50.5,-38.5 + parent: 2 + - uid: 16879 + components: + - type: Transform + pos: 96.5,-38.5 + parent: 2 + - uid: 16886 + components: + - type: Transform + pos: 69.5,-45.5 + parent: 2 + - uid: 16887 + components: + - type: Transform + pos: 89.5,-47.5 + parent: 2 - uid: 16894 components: - type: Transform @@ -144636,6 +150549,11 @@ entities: - type: Transform pos: 49.5,-9.5 parent: 2 + - uid: 16900 + components: + - type: Transform + pos: 85.5,-40.5 + parent: 2 - uid: 16913 components: - type: Transform @@ -144711,10 +150629,10 @@ entities: - type: Transform pos: 49.5,8.5 parent: 2 - - uid: 17057 + - uid: 17061 components: - type: Transform - pos: -20.5,17.5 + pos: 91.5,-41.5 parent: 2 - uid: 17062 components: @@ -144731,6 +150649,21 @@ entities: - type: Transform pos: 26.5,-49.5 parent: 2 + - uid: 17091 + components: + - type: Transform + pos: 89.5,-50.5 + parent: 2 + - uid: 17095 + components: + - type: Transform + pos: 91.5,-51.5 + parent: 2 + - uid: 17096 + components: + - type: Transform + pos: 89.5,-54.5 + parent: 2 - uid: 17120 components: - type: Transform @@ -144741,6 +150674,11 @@ entities: - type: Transform pos: 27.5,20.5 parent: 2 + - uid: 17130 + components: + - type: Transform + pos: 87.5,-38.5 + parent: 2 - uid: 17143 components: - type: Transform @@ -144761,26 +150699,16 @@ entities: - type: Transform pos: 43.5,-26.5 parent: 2 - - uid: 17166 + - uid: 17158 components: - type: Transform - pos: -49.5,-14.5 - parent: 2 - - uid: 17168 - components: - - type: Transform - pos: -34.5,8.5 + pos: 86.5,-39.5 parent: 2 - uid: 17198 components: - type: Transform pos: -58.5,-49.5 parent: 2 - - uid: 17273 - components: - - type: Transform - pos: -18.5,-7.5 - parent: 2 - uid: 17275 components: - type: Transform @@ -144789,33 +150717,28 @@ entities: - uid: 17284 components: - type: Transform - pos: 49.5,-34.5 - parent: 2 - - uid: 17286 - components: - - type: Transform - pos: -35.5,-7.5 - parent: 2 - - uid: 17298 - components: - - type: Transform - pos: 53.5,-35.5 + pos: 83.5,-40.5 parent: 2 - uid: 17393 components: - type: Transform pos: 21.5,20.5 parent: 2 - - uid: 17405 + - uid: 17458 components: - type: Transform - pos: 56.5,-37.5 + pos: 51.5,-43.5 parent: 2 - uid: 17459 components: - type: Transform pos: 50.5,13.5 parent: 2 + - uid: 17462 + components: + - type: Transform + pos: 98.5,-39.5 + parent: 2 - uid: 17527 components: - type: Transform @@ -144831,15 +150754,20 @@ entities: - type: Transform pos: 43.5,-1.5 parent: 2 + - uid: 17609 + components: + - type: Transform + pos: 75.5,-39.5 + parent: 2 + - uid: 17651 + components: + - type: Transform + pos: 88.5,-37.5 + parent: 2 - uid: 17655 components: - type: Transform - pos: -35.5,18.5 - parent: 2 - - uid: 17685 - components: - - type: Transform - pos: -23.5,-12.5 + pos: 54.5,-34.5 parent: 2 - uid: 17706 components: @@ -144851,11 +150779,6 @@ entities: - type: Transform pos: 43.5,-18.5 parent: 2 - - uid: 17726 - components: - - type: Transform - pos: -21.5,13.5 - parent: 2 - uid: 17728 components: - type: Transform @@ -144866,21 +150789,11 @@ entities: - type: Transform pos: 86.5,-25.5 parent: 2 - - uid: 17731 - components: - - type: Transform - pos: 54.5,-37.5 - parent: 2 - uid: 17732 components: - type: Transform pos: 85.5,-26.5 parent: 2 - - uid: 17733 - components: - - type: Transform - pos: -17.5,14.5 - parent: 2 - uid: 17734 components: - type: Transform @@ -144891,26 +150804,81 @@ entities: - type: Transform pos: 86.5,-32.5 parent: 2 - - uid: 17736 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 2 - uid: 17751 components: - type: Transform - pos: 57.5,-41.5 + pos: 52.5,-43.5 + parent: 2 + - uid: 17755 + components: + - type: Transform + pos: 86.5,-46.5 + parent: 2 + - uid: 17756 + components: + - type: Transform + pos: 55.5,-39.5 parent: 2 - uid: 17761 components: - type: Transform - pos: 58.5,-43.5 + pos: 82.5,-43.5 + parent: 2 + - uid: 17762 + components: + - type: Transform + pos: 97.5,-45.5 + parent: 2 + - uid: 17764 + components: + - type: Transform + pos: 90.5,-37.5 + parent: 2 + - uid: 17766 + components: + - type: Transform + pos: 53.5,-43.5 + parent: 2 + - uid: 17768 + components: + - type: Transform + pos: 51.5,-40.5 + parent: 2 + - uid: 17770 + components: + - type: Transform + pos: 50.5,-43.5 + parent: 2 + - uid: 17789 + components: + - type: Transform + pos: 50.5,-42.5 + parent: 2 + - uid: 17791 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 17796 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 17799 + components: + - type: Transform + pos: 53.5,-40.5 parent: 2 - uid: 17800 components: - type: Transform pos: 5.5,-5.5 parent: 2 + - uid: 17813 + components: + - type: Transform + pos: 89.5,-51.5 + parent: 2 - uid: 17817 components: - type: Transform @@ -144936,22 +150904,11 @@ entities: - type: Transform pos: 89.5,-11.5 parent: 2 - - uid: 17865 - components: - - type: Transform - pos: -38.5,10.5 - parent: 2 - uid: 17924 components: - type: Transform pos: 43.5,-25.5 parent: 2 - - uid: 17952 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,0.5 - parent: 2 - uid: 17972 components: - type: Transform @@ -144982,6 +150939,11 @@ entities: - type: Transform pos: 40.5,-23.5 parent: 2 + - uid: 18184 + components: + - type: Transform + pos: 79.5,-36.5 + parent: 2 - uid: 18190 components: - type: Transform @@ -145037,6 +150999,11 @@ entities: - type: Transform pos: -40.5,-21.5 parent: 2 + - uid: 18221 + components: + - type: Transform + pos: 77.5,-39.5 + parent: 2 - uid: 18222 components: - type: Transform @@ -145082,16 +151049,16 @@ entities: - type: Transform pos: -10.5,-45.5 parent: 2 - - uid: 18389 - components: - - type: Transform - pos: 76.5,-39.5 - parent: 2 - uid: 18399 components: - type: Transform pos: -36.5,-70.5 parent: 2 + - uid: 18400 + components: + - type: Transform + pos: 90.5,-54.5 + parent: 2 - uid: 18409 components: - type: Transform @@ -145132,11 +151099,6 @@ entities: - type: Transform pos: 40.5,-64.5 parent: 2 - - uid: 18447 - components: - - type: Transform - pos: 51.5,-43.5 - parent: 2 - uid: 18449 components: - type: Transform @@ -145182,16 +151144,6 @@ entities: - type: Transform pos: -28.5,-65.5 parent: 2 - - uid: 18523 - components: - - type: Transform - pos: 97.5,-35.5 - parent: 2 - - uid: 18552 - components: - - type: Transform - pos: -37.5,-13.5 - parent: 2 - uid: 18605 components: - type: Transform @@ -145217,15 +151169,10 @@ entities: - type: Transform pos: 26.5,-59.5 parent: 2 - - uid: 18935 + - uid: 18938 components: - type: Transform - pos: -34.5,5.5 - parent: 2 - - uid: 18939 - components: - - type: Transform - pos: -27.5,-12.5 + pos: 80.5,-38.5 parent: 2 - uid: 18967 components: @@ -145237,21 +151184,21 @@ entities: - type: Transform pos: 53.5,-62.5 parent: 2 + - uid: 18983 + components: + - type: Transform + pos: 92.5,-51.5 + parent: 2 + - uid: 18990 + components: + - type: Transform + pos: 95.5,-51.5 + parent: 2 - uid: 19051 components: - type: Transform pos: 50.5,-75.5 parent: 2 - - uid: 19054 - components: - - type: Transform - pos: -23.5,4.5 - parent: 2 - - uid: 19068 - components: - - type: Transform - pos: -19.5,2.5 - parent: 2 - uid: 19147 components: - type: Transform @@ -145317,16 +151264,6 @@ entities: - type: Transform pos: -55.5,-61.5 parent: 2 - - uid: 19257 - components: - - type: Transform - pos: 80.5,-46.5 - parent: 2 - - uid: 19260 - components: - - type: Transform - pos: 72.5,-47.5 - parent: 2 - uid: 19262 components: - type: Transform @@ -145372,16 +151309,26 @@ entities: - type: Transform pos: -51.5,-61.5 parent: 2 + - uid: 19584 + components: + - type: Transform + pos: 78.5,-36.5 + parent: 2 + - uid: 19585 + components: + - type: Transform + pos: 80.5,-36.5 + parent: 2 + - uid: 19587 + components: + - type: Transform + pos: 77.5,-36.5 + parent: 2 - uid: 19588 components: - type: Transform pos: 53.5,-63.5 parent: 2 - - uid: 19590 - components: - - type: Transform - pos: -48.5,0.5 - parent: 2 - uid: 19600 components: - type: Transform @@ -145457,21 +151404,6 @@ entities: - type: Transform pos: -56.5,-21.5 parent: 2 - - uid: 19991 - components: - - type: Transform - pos: -35.5,-5.5 - parent: 2 - - uid: 20000 - components: - - type: Transform - pos: -35.5,-6.5 - parent: 2 - - uid: 20004 - components: - - type: Transform - pos: -50.5,1.5 - parent: 2 - uid: 20006 components: - type: Transform @@ -145542,21 +151474,6 @@ entities: - type: Transform pos: -31.5,-21.5 parent: 2 - - uid: 20225 - components: - - type: Transform - pos: -28.5,-12.5 - parent: 2 - - uid: 20231 - components: - - type: Transform - pos: -51.5,4.5 - parent: 2 - - uid: 20242 - components: - - type: Transform - pos: -41.5,8.5 - parent: 2 - uid: 20279 components: - type: Transform @@ -145572,91 +151489,11 @@ entities: - type: Transform pos: -50.5,-39.5 parent: 2 - - uid: 20420 - components: - - type: Transform - pos: -34.5,6.5 - parent: 2 - - uid: 20427 - components: - - type: Transform - pos: -40.5,8.5 - parent: 2 - - uid: 20449 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - - uid: 20450 - components: - - type: Transform - pos: -44.5,-9.5 - parent: 2 - - uid: 20454 - components: - - type: Transform - pos: -19.5,-11.5 - parent: 2 - - uid: 20475 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - - uid: 20516 - components: - - type: Transform - pos: -43.5,-9.5 - parent: 2 - uid: 20541 components: - type: Transform pos: -46.5,-20.5 parent: 2 - - uid: 20556 - components: - - type: Transform - pos: -39.5,-18.5 - parent: 2 - - uid: 20561 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 20569 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 2 - - uid: 20572 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 - - uid: 20573 - components: - - type: Transform - pos: -43.5,-2.5 - parent: 2 - - uid: 20587 - components: - - type: Transform - pos: -20.5,-11.5 - parent: 2 - - uid: 20608 - components: - - type: Transform - pos: -25.5,-12.5 - parent: 2 - - uid: 20609 - components: - - type: Transform - pos: -41.5,-10.5 - parent: 2 - - uid: 20614 - components: - - type: Transform - pos: -36.5,-7.5 - parent: 2 - uid: 20634 components: - type: Transform @@ -145677,21 +151514,11 @@ entities: - type: Transform pos: -52.5,-26.5 parent: 2 - - uid: 20782 - components: - - type: Transform - pos: -29.5,-11.5 - parent: 2 - uid: 21223 components: - type: Transform pos: -56.5,-32.5 parent: 2 - - uid: 21271 - components: - - type: Transform - pos: -35.5,20.5 - parent: 2 - uid: 21297 components: - type: Transform @@ -145757,11 +151584,6 @@ entities: - type: Transform pos: -31.5,-26.5 parent: 2 - - uid: 21859 - components: - - type: Transform - pos: -30.5,-2.5 - parent: 2 - uid: 21860 components: - type: Transform @@ -145777,11 +151599,6 @@ entities: - type: Transform pos: 15.5,26.5 parent: 2 - - uid: 21871 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - uid: 21877 components: - type: Transform @@ -145807,66 +151624,21 @@ entities: - type: Transform pos: -62.5,-57.5 parent: 2 - - uid: 21890 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 2 - uid: 21891 components: - type: Transform pos: -54.5,-57.5 parent: 2 - - uid: 21892 - components: - - type: Transform - pos: -58.5,-14.5 - parent: 2 - uid: 21897 components: - type: Transform pos: 41.5,23.5 parent: 2 - - uid: 21910 - components: - - type: Transform - pos: -71.5,-7.5 - parent: 2 - uid: 21914 components: - type: Transform pos: 42.5,-30.5 parent: 2 - - uid: 21925 - components: - - type: Transform - pos: -66.5,-17.5 - parent: 2 - - uid: 21960 - components: - - type: Transform - pos: -64.5,-11.5 - parent: 2 - - uid: 21963 - components: - - type: Transform - pos: -64.5,-13.5 - parent: 2 - - uid: 21967 - components: - - type: Transform - pos: -53.5,-14.5 - parent: 2 - - uid: 21995 - components: - - type: Transform - pos: -48.5,-14.5 - parent: 2 - - uid: 21996 - components: - - type: Transform - pos: -65.5,-17.5 - parent: 2 - uid: 22002 components: - type: Transform @@ -145932,11 +151704,6 @@ entities: - type: Transform pos: 43.5,18.5 parent: 2 - - uid: 22086 - components: - - type: Transform - pos: -34.5,10.5 - parent: 2 - uid: 22089 components: - type: Transform @@ -145962,36 +151729,11 @@ entities: - type: Transform pos: 76.5,-74.5 parent: 2 - - uid: 22103 - components: - - type: Transform - pos: -62.5,-17.5 - parent: 2 - - uid: 22104 - components: - - type: Transform - pos: -59.5,-16.5 - parent: 2 - uid: 22105 components: - type: Transform pos: 26.5,-11.5 parent: 2 - - uid: 22109 - components: - - type: Transform - pos: -58.5,-17.5 - parent: 2 - - uid: 22110 - components: - - type: Transform - pos: -59.5,-18.5 - parent: 2 - - uid: 22112 - components: - - type: Transform - pos: -36.5,14.5 - parent: 2 - uid: 22115 components: - type: Transform @@ -146012,11 +151754,6 @@ entities: - type: Transform pos: 60.5,-57.5 parent: 2 - - uid: 22121 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 2 - uid: 22125 components: - type: Transform @@ -146057,26 +151794,6 @@ entities: - type: Transform pos: 85.5,-32.5 parent: 2 - - uid: 22609 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 2 - - uid: 22610 - components: - - type: Transform - pos: -27.5,-2.5 - parent: 2 - - uid: 22618 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - - uid: 22619 - components: - - type: Transform - pos: -51.5,3.5 - parent: 2 - uid: 22636 components: - type: Transform @@ -146132,11 +151849,6 @@ entities: - type: Transform pos: 52.5,-34.5 parent: 2 - - uid: 23609 - components: - - type: Transform - pos: 83.5,-38.5 - parent: 2 - uid: 23610 components: - type: Transform @@ -146172,11 +151884,6 @@ entities: - type: Transform pos: 60.5,-45.5 parent: 2 - - uid: 23617 - components: - - type: Transform - pos: 94.5,-34.5 - parent: 2 - uid: 23618 components: - type: Transform @@ -146312,38 +152019,38 @@ entities: - type: Transform pos: 11.5,-7.5 parent: 2 + - uid: 24232 + components: + - type: Transform + pos: -30.5,16.5 + parent: 2 + - uid: 24752 + components: + - type: Transform + pos: 56.5,-41.5 + parent: 2 + - uid: 24766 + components: + - type: Transform + pos: 57.5,-41.5 + parent: 2 + - uid: 24768 + components: + - type: Transform + pos: 55.5,-41.5 + parent: 2 + - uid: 24769 + components: + - type: Transform + pos: 58.5,-41.5 + parent: 2 - proto: WallReinforcedRust entities: - - uid: 3099 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 2 - - uid: 5855 - components: - - type: Transform - pos: -19.5,4.5 - parent: 2 - uid: 5864 components: - type: Transform pos: -27.5,-68.5 parent: 2 - - uid: 5866 - components: - - type: Transform - pos: -60.5,-10.5 - parent: 2 - - uid: 5881 - components: - - type: Transform - pos: -33.5,24.5 - parent: 2 - - uid: 5882 - components: - - type: Transform - pos: 57.5,-42.5 - parent: 2 - uid: 5886 components: - type: Transform @@ -146354,16 +152061,6 @@ entities: - type: Transform pos: 30.5,26.5 parent: 2 - - uid: 5892 - components: - - type: Transform - pos: 57.5,-37.5 - parent: 2 - - uid: 5898 - components: - - type: Transform - pos: 65.5,-43.5 - parent: 2 - uid: 5901 components: - type: Transform @@ -146379,21 +152076,6 @@ entities: - type: Transform pos: 25.5,20.5 parent: 2 - - uid: 5922 - components: - - type: Transform - pos: -28.5,14.5 - parent: 2 - - uid: 5931 - components: - - type: Transform - pos: -40.5,-13.5 - parent: 2 - - uid: 5937 - components: - - type: Transform - pos: -38.5,14.5 - parent: 2 - uid: 5947 components: - type: Transform @@ -146409,16 +152091,6 @@ entities: - type: Transform pos: -43.5,-44.5 parent: 2 - - uid: 5966 - components: - - type: Transform - pos: -28.5,7.5 - parent: 2 - - uid: 5968 - components: - - type: Transform - pos: -34.5,21.5 - parent: 2 - uid: 5970 components: - type: Transform @@ -146429,11 +152101,6 @@ entities: - type: Transform pos: 60.5,-78.5 parent: 2 - - uid: 6036 - components: - - type: Transform - pos: -54.5,-10.5 - parent: 2 - uid: 6053 components: - type: Transform @@ -146449,11 +152116,6 @@ entities: - type: Transform pos: 21.5,-32.5 parent: 2 - - uid: 6099 - components: - - type: Transform - pos: 66.5,-37.5 - parent: 2 - uid: 6108 components: - type: Transform @@ -146464,11 +152126,6 @@ entities: - type: Transform pos: 47.5,-42.5 parent: 2 - - uid: 6116 - components: - - type: Transform - pos: -30.5,5.5 - parent: 2 - uid: 6122 components: - type: Transform @@ -146494,11 +152151,6 @@ entities: - type: Transform pos: 54.5,-57.5 parent: 2 - - uid: 6179 - components: - - type: Transform - pos: 66.5,-45.5 - parent: 2 - uid: 6186 components: - type: Transform @@ -146514,11 +152166,6 @@ entities: - type: Transform pos: 25.5,-44.5 parent: 2 - - uid: 6223 - components: - - type: Transform - pos: 93.5,-34.5 - parent: 2 - uid: 6225 components: - type: Transform @@ -146584,21 +152231,11 @@ entities: - type: Transform pos: 6.5,-75.5 parent: 2 - - uid: 6324 - components: - - type: Transform - pos: -35.5,-12.5 - parent: 2 - uid: 6325 components: - type: Transform pos: 9.5,-76.5 parent: 2 - - uid: 6339 - components: - - type: Transform - pos: -23.5,9.5 - parent: 2 - uid: 6352 components: - type: Transform @@ -146624,11 +152261,6 @@ entities: - type: Transform pos: -19.5,-45.5 parent: 2 - - uid: 6373 - components: - - type: Transform - pos: 55.5,-37.5 - parent: 2 - uid: 6374 components: - type: Transform @@ -146664,11 +152296,6 @@ entities: - type: Transform pos: -13.5,-56.5 parent: 2 - - uid: 6422 - components: - - type: Transform - pos: -64.5,-16.5 - parent: 2 - uid: 6427 components: - type: Transform @@ -146719,11 +152346,6 @@ entities: - type: Transform pos: 25.5,17.5 parent: 2 - - uid: 6496 - components: - - type: Transform - pos: -22.5,15.5 - parent: 2 - uid: 6556 components: - type: Transform @@ -146734,11 +152356,6 @@ entities: - type: Transform pos: 40.5,-19.5 parent: 2 - - uid: 6616 - components: - - type: Transform - pos: -58.5,-13.5 - parent: 2 - uid: 6618 components: - type: Transform @@ -146779,11 +152396,6 @@ entities: - type: Transform pos: 18.5,-29.5 parent: 2 - - uid: 6641 - components: - - type: Transform - pos: -29.5,8.5 - parent: 2 - uid: 6670 components: - type: Transform @@ -146794,11 +152406,6 @@ entities: - type: Transform pos: 6.5,-23.5 parent: 2 - - uid: 6687 - components: - - type: Transform - pos: -22.5,13.5 - parent: 2 - uid: 6713 components: - type: Transform @@ -146884,11 +152491,6 @@ entities: - type: Transform pos: -46.5,-42.5 parent: 2 - - uid: 6944 - components: - - type: Transform - pos: 71.5,-39.5 - parent: 2 - uid: 6968 components: - type: Transform @@ -146949,21 +152551,6 @@ entities: - type: Transform pos: 39.5,-30.5 parent: 2 - - uid: 7075 - components: - - type: Transform - pos: -61.5,-7.5 - parent: 2 - - uid: 7086 - components: - - type: Transform - pos: 75.5,-39.5 - parent: 2 - - uid: 7087 - components: - - type: Transform - pos: -68.5,-12.5 - parent: 2 - uid: 7092 components: - type: Transform @@ -147009,11 +152596,6 @@ entities: - type: Transform pos: -51.5,-35.5 parent: 2 - - uid: 7184 - components: - - type: Transform - pos: -19.5,5.5 - parent: 2 - uid: 7210 components: - type: Transform @@ -147039,11 +152621,6 @@ entities: - type: Transform pos: -9.5,17.5 parent: 2 - - uid: 7229 - components: - - type: Transform - pos: -64.5,-10.5 - parent: 2 - uid: 7230 components: - type: Transform @@ -147064,21 +152641,11 @@ entities: - type: Transform pos: 58.5,-67.5 parent: 2 - - uid: 7294 - components: - - type: Transform - pos: -35.5,21.5 - parent: 2 - uid: 7298 components: - type: Transform pos: 12.5,-15.5 parent: 2 - - uid: 7300 - components: - - type: Transform - pos: 52.5,-43.5 - parent: 2 - uid: 7308 components: - type: Transform @@ -147099,11 +152666,6 @@ entities: - type: Transform pos: -30.5,-20.5 parent: 2 - - uid: 7326 - components: - - type: Transform - pos: -66.5,-13.5 - parent: 2 - uid: 7330 components: - type: Transform @@ -147129,11 +152691,6 @@ entities: - type: Transform pos: 43.5,-78.5 parent: 2 - - uid: 7404 - components: - - type: Transform - pos: -58.5,-11.5 - parent: 2 - uid: 7430 components: - type: Transform @@ -147144,16 +152701,6 @@ entities: - type: Transform pos: -14.5,-17.5 parent: 2 - - uid: 7461 - components: - - type: Transform - pos: -20.5,18.5 - parent: 2 - - uid: 7505 - components: - - type: Transform - pos: -36.5,-11.5 - parent: 2 - uid: 7507 components: - type: Transform @@ -147204,31 +152751,11 @@ entities: - type: Transform pos: -5.5,13.5 parent: 2 - - uid: 7628 - components: - - type: Transform - pos: -69.5,-16.5 - parent: 2 - uid: 7631 components: - type: Transform pos: -39.5,-21.5 parent: 2 - - uid: 7634 - components: - - type: Transform - pos: -38.5,-17.5 - parent: 2 - - uid: 7637 - components: - - type: Transform - pos: -37.5,-16.5 - parent: 2 - - uid: 7638 - components: - - type: Transform - pos: -66.5,-8.5 - parent: 2 - uid: 7639 components: - type: Transform @@ -147249,11 +152776,6 @@ entities: - type: Transform pos: 11.5,-9.5 parent: 2 - - uid: 7649 - components: - - type: Transform - pos: -50.5,-10.5 - parent: 2 - uid: 7659 components: - type: Transform @@ -147304,26 +152826,11 @@ entities: - type: Transform pos: 10.5,29.5 parent: 2 - - uid: 7731 - components: - - type: Transform - pos: -35.5,22.5 - parent: 2 - uid: 7744 components: - type: Transform pos: 37.5,-60.5 parent: 2 - - uid: 7748 - components: - - type: Transform - pos: -63.5,-10.5 - parent: 2 - - uid: 7749 - components: - - type: Transform - pos: 53.5,-37.5 - parent: 2 - uid: 7758 components: - type: Transform @@ -147369,11 +152876,6 @@ entities: - type: Transform pos: 51.5,-32.5 parent: 2 - - uid: 7996 - components: - - type: Transform - pos: -28.5,17.5 - parent: 2 - uid: 8022 components: - type: Transform @@ -147389,11 +152891,6 @@ entities: - type: Transform pos: 56.5,-58.5 parent: 2 - - uid: 8041 - components: - - type: Transform - pos: -19.5,-12.5 - parent: 2 - uid: 8047 components: - type: Transform @@ -147444,16 +152941,6 @@ entities: - type: Transform pos: 42.5,22.5 parent: 2 - - uid: 8198 - components: - - type: Transform - pos: -35.5,-11.5 - parent: 2 - - uid: 8200 - components: - - type: Transform - pos: 84.5,-38.5 - parent: 2 - uid: 8204 components: - type: Transform @@ -147479,21 +152966,11 @@ entities: - type: Transform pos: 49.5,-28.5 parent: 2 - - uid: 8240 - components: - - type: Transform - pos: -68.5,-8.5 - parent: 2 - uid: 8257 components: - type: Transform pos: 8.5,-96.5 parent: 2 - - uid: 8262 - components: - - type: Transform - pos: -21.5,18.5 - parent: 2 - uid: 8271 components: - type: Transform @@ -147514,11 +152991,6 @@ entities: - type: Transform pos: -35.5,-59.5 parent: 2 - - uid: 8302 - components: - - type: Transform - pos: -64.5,-15.5 - parent: 2 - uid: 8318 components: - type: Transform @@ -147529,21 +153001,11 @@ entities: - type: Transform pos: 8.5,-75.5 parent: 2 - - uid: 8347 - components: - - type: Transform - pos: -21.5,0.5 - parent: 2 - uid: 8376 components: - type: Transform pos: -1.5,15.5 parent: 2 - - uid: 8380 - components: - - type: Transform - pos: -18.5,-3.5 - parent: 2 - uid: 8386 components: - type: Transform @@ -147584,16 +153046,6 @@ entities: - type: Transform pos: -21.5,28.5 parent: 2 - - uid: 8477 - components: - - type: Transform - pos: 97.5,-34.5 - parent: 2 - - uid: 8486 - components: - - type: Transform - pos: -19.5,3.5 - parent: 2 - uid: 8492 components: - type: Transform @@ -147684,11 +153136,6 @@ entities: - type: Transform pos: -8.5,-80.5 parent: 2 - - uid: 8777 - components: - - type: Transform - pos: -18.5,-13.5 - parent: 2 - uid: 8787 components: - type: Transform @@ -147754,26 +153201,11 @@ entities: - type: Transform pos: -26.5,-43.5 parent: 2 - - uid: 8973 - components: - - type: Transform - pos: -48.5,-10.5 - parent: 2 - - uid: 9017 - components: - - type: Transform - pos: -17.5,0.5 - parent: 2 - uid: 9148 components: - type: Transform pos: 22.5,-32.5 parent: 2 - - uid: 9202 - components: - - type: Transform - pos: -34.5,-11.5 - parent: 2 - uid: 9215 components: - type: Transform @@ -147839,11 +153271,6 @@ entities: - type: Transform pos: -15.5,24.5 parent: 2 - - uid: 9522 - components: - - type: Transform - pos: -36.5,10.5 - parent: 2 - uid: 9542 components: - type: Transform @@ -147874,11 +153301,6 @@ entities: - type: Transform pos: 40.5,-25.5 parent: 2 - - uid: 9597 - components: - - type: Transform - pos: 80.5,-47.5 - parent: 2 - uid: 9600 components: - type: Transform @@ -147899,16 +153321,6 @@ entities: - type: Transform pos: -13.5,-73.5 parent: 2 - - uid: 9661 - components: - - type: Transform - pos: -33.5,21.5 - parent: 2 - - uid: 9677 - components: - - type: Transform - pos: -64.5,-6.5 - parent: 2 - uid: 9678 components: - type: Transform @@ -147924,16 +153336,6 @@ entities: - type: Transform pos: -56.5,-20.5 parent: 2 - - uid: 9715 - components: - - type: Transform - pos: -58.5,-7.5 - parent: 2 - - uid: 9718 - components: - - type: Transform - pos: -31.5,11.5 - parent: 2 - uid: 9799 components: - type: Transform @@ -147954,11 +153356,6 @@ entities: - type: Transform pos: 39.5,-47.5 parent: 2 - - uid: 9896 - components: - - type: Transform - pos: -67.5,-13.5 - parent: 2 - uid: 9897 components: - type: Transform @@ -147984,11 +153381,6 @@ entities: - type: Transform pos: -51.5,-45.5 parent: 2 - - uid: 9938 - components: - - type: Transform - pos: -69.5,-15.5 - parent: 2 - uid: 9944 components: - type: Transform @@ -147999,11 +153391,6 @@ entities: - type: Transform pos: -4.5,-69.5 parent: 2 - - uid: 9992 - components: - - type: Transform - pos: -56.5,-13.5 - parent: 2 - uid: 9996 components: - type: Transform @@ -148019,26 +153406,11 @@ entities: - type: Transform pos: 14.5,-65.5 parent: 2 - - uid: 10011 - components: - - type: Transform - pos: -18.5,10.5 - parent: 2 - - uid: 10017 - components: - - type: Transform - pos: 66.5,-44.5 - parent: 2 - uid: 10023 components: - type: Transform pos: -31.5,-57.5 parent: 2 - - uid: 10053 - components: - - type: Transform - pos: 80.5,-43.5 - parent: 2 - uid: 10055 components: - type: Transform @@ -148114,11 +153486,6 @@ entities: - type: Transform pos: -35.5,-78.5 parent: 2 - - uid: 10409 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 2 - uid: 10410 components: - type: Transform @@ -148134,11 +153501,6 @@ entities: - type: Transform pos: -1.5,-29.5 parent: 2 - - uid: 10420 - components: - - type: Transform - pos: -58.5,-15.5 - parent: 2 - uid: 10422 components: - type: Transform @@ -148149,11 +153511,6 @@ entities: - type: Transform pos: 42.5,-63.5 parent: 2 - - uid: 10429 - components: - - type: Transform - pos: -19.5,6.5 - parent: 2 - uid: 10430 components: - type: Transform @@ -148179,11 +153536,6 @@ entities: - type: Transform pos: 22.5,-29.5 parent: 2 - - uid: 10535 - components: - - type: Transform - pos: -27.5,21.5 - parent: 2 - uid: 10536 components: - type: Transform @@ -148199,11 +153551,6 @@ entities: - type: Transform pos: 16.5,-83.5 parent: 2 - - uid: 10552 - components: - - type: Transform - pos: -68.5,-6.5 - parent: 2 - uid: 10557 components: - type: Transform @@ -148224,11 +153571,6 @@ entities: - type: Transform pos: 42.5,18.5 parent: 2 - - uid: 10628 - components: - - type: Transform - pos: -19.5,11.5 - parent: 2 - uid: 10629 components: - type: Transform @@ -148309,11 +153651,6 @@ entities: - type: Transform pos: -1.5,-30.5 parent: 2 - - uid: 10766 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 2 - uid: 10767 components: - type: Transform @@ -148374,21 +153711,6 @@ entities: - type: Transform pos: 43.5,4.5 parent: 2 - - uid: 10865 - components: - - type: Transform - pos: -65.5,-15.5 - parent: 2 - - uid: 10866 - components: - - type: Transform - pos: -19.5,13.5 - parent: 2 - - uid: 10877 - components: - - type: Transform - pos: -71.5,-11.5 - parent: 2 - uid: 10879 components: - type: Transform @@ -148409,11 +153731,6 @@ entities: - type: Transform pos: 43.5,-69.5 parent: 2 - - uid: 10896 - components: - - type: Transform - pos: -39.5,-16.5 - parent: 2 - uid: 10914 components: - type: Transform @@ -148439,21 +153756,11 @@ entities: - type: Transform pos: -27.5,-56.5 parent: 2 - - uid: 10999 - components: - - type: Transform - pos: -65.5,-7.5 - parent: 2 - uid: 11017 components: - type: Transform pos: 15.5,30.5 parent: 2 - - uid: 11018 - components: - - type: Transform - pos: -59.5,-15.5 - parent: 2 - uid: 11021 components: - type: Transform @@ -148514,16 +153821,6 @@ entities: - type: Transform pos: -10.5,-66.5 parent: 2 - - uid: 11078 - components: - - type: Transform - pos: 65.5,-37.5 - parent: 2 - - uid: 11080 - components: - - type: Transform - pos: -30.5,12.5 - parent: 2 - uid: 11082 components: - type: Transform @@ -148579,11 +153876,6 @@ entities: - type: Transform pos: 44.5,0.5 parent: 2 - - uid: 11241 - components: - - type: Transform - pos: 81.5,-47.5 - parent: 2 - uid: 11252 components: - type: Transform @@ -148604,11 +153896,6 @@ entities: - type: Transform pos: 20.5,16.5 parent: 2 - - uid: 11271 - components: - - type: Transform - pos: -58.5,-9.5 - parent: 2 - uid: 11286 components: - type: Transform @@ -148619,11 +153906,6 @@ entities: - type: Transform pos: 13.5,9.5 parent: 2 - - uid: 11291 - components: - - type: Transform - pos: -31.5,1.5 - parent: 2 - uid: 11292 components: - type: Transform @@ -148634,11 +153916,6 @@ entities: - type: Transform pos: -36.5,-74.5 parent: 2 - - uid: 11310 - components: - - type: Transform - pos: -23.5,-14.5 - parent: 2 - uid: 11332 components: - type: Transform @@ -148649,11 +153926,6 @@ entities: - type: Transform pos: 18.5,11.5 parent: 2 - - uid: 11368 - components: - - type: Transform - pos: -23.5,6.5 - parent: 2 - uid: 11389 components: - type: Transform @@ -148699,11 +153971,6 @@ entities: - type: Transform pos: 8.5,-61.5 parent: 2 - - uid: 11553 - components: - - type: Transform - pos: -21.5,1.5 - parent: 2 - uid: 11554 components: - type: Transform @@ -148719,11 +153986,6 @@ entities: - type: Transform pos: 48.5,-3.5 parent: 2 - - uid: 11577 - components: - - type: Transform - pos: -71.5,-12.5 - parent: 2 - uid: 11594 components: - type: Transform @@ -148744,16 +154006,6 @@ entities: - type: Transform pos: 62.5,-55.5 parent: 2 - - uid: 11629 - components: - - type: Transform - pos: -20.5,9.5 - parent: 2 - - uid: 11634 - components: - - type: Transform - pos: -19.5,12.5 - parent: 2 - uid: 11636 components: - type: Transform @@ -148774,11 +154026,6 @@ entities: - type: Transform pos: 11.5,-13.5 parent: 2 - - uid: 11674 - components: - - type: Transform - pos: -68.5,-17.5 - parent: 2 - uid: 11766 components: - type: Transform @@ -148799,11 +154046,6 @@ entities: - type: Transform pos: -46.5,-41.5 parent: 2 - - uid: 11805 - components: - - type: Transform - pos: 97.5,-33.5 - parent: 2 - uid: 11824 components: - type: Transform @@ -148819,21 +154061,11 @@ entities: - type: Transform pos: 80.5,-16.5 parent: 2 - - uid: 11842 - components: - - type: Transform - pos: -38.5,-13.5 - parent: 2 - uid: 11844 components: - type: Transform pos: 13.5,4.5 parent: 2 - - uid: 11848 - components: - - type: Transform - pos: -64.5,-14.5 - parent: 2 - uid: 11859 components: - type: Transform @@ -148844,16 +154076,6 @@ entities: - type: Transform pos: 83.5,-12.5 parent: 2 - - uid: 11879 - components: - - type: Transform - pos: -64.5,-17.5 - parent: 2 - - uid: 11880 - components: - - type: Transform - pos: -49.5,-10.5 - parent: 2 - uid: 11881 components: - type: Transform @@ -148874,16 +154096,6 @@ entities: - type: Transform pos: -10.5,-47.5 parent: 2 - - uid: 11887 - components: - - type: Transform - pos: -50.5,-14.5 - parent: 2 - - uid: 11890 - components: - - type: Transform - pos: -35.5,14.5 - parent: 2 - uid: 11892 components: - type: Transform @@ -148914,11 +154126,6 @@ entities: - type: Transform pos: 3.5,-54.5 parent: 2 - - uid: 11932 - components: - - type: Transform - pos: -59.5,-11.5 - parent: 2 - uid: 11936 components: - type: Transform @@ -148934,11 +154141,6 @@ entities: - type: Transform pos: 64.5,-67.5 parent: 2 - - uid: 11965 - components: - - type: Transform - pos: -17.5,8.5 - parent: 2 - uid: 11966 components: - type: Transform @@ -149024,6 +154226,11 @@ entities: - type: Transform pos: 32.5,-67.5 parent: 2 + - uid: 16040 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 2 - uid: 20321 components: - type: Transform @@ -149049,21 +154256,11 @@ entities: - type: Transform pos: 30.5,-60.5 parent: 2 - - uid: 23651 - components: - - type: Transform - pos: -37.5,19.5 - parent: 2 - uid: 23652 components: - type: Transform pos: -11.5,-45.5 parent: 2 - - uid: 23653 - components: - - type: Transform - pos: -58.5,-10.5 - parent: 2 - uid: 23654 components: - type: Transform @@ -149074,16 +154271,6 @@ entities: - type: Transform pos: 42.5,-64.5 parent: 2 - - uid: 23656 - components: - - type: Transform - pos: -17.5,1.5 - parent: 2 - - uid: 23657 - components: - - type: Transform - pos: -69.5,-8.5 - parent: 2 - uid: 23658 components: - type: Transform @@ -149121,11 +154308,6 @@ entities: - type: Transform pos: 15.5,-50.5 parent: 2 - - uid: 153 - components: - - type: Transform - pos: -42.5,-1.5 - parent: 2 - uid: 177 components: - type: Transform @@ -149161,11 +154343,6 @@ entities: - type: Transform pos: 0.5,-43.5 parent: 2 - - uid: 337 - components: - - type: Transform - pos: -24.5,19.5 - parent: 2 - uid: 350 components: - type: Transform @@ -149176,15 +154353,25 @@ entities: - type: Transform pos: -26.5,-35.5 parent: 2 - - uid: 459 + - uid: 413 components: - type: Transform - pos: -23.5,12.5 + pos: -27.5,23.5 parent: 2 - - uid: 483 + - uid: 416 components: - type: Transform - pos: -46.5,1.5 + pos: -27.5,22.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: -27.5,21.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: -10.5,-4.5 parent: 2 - uid: 542 components: @@ -149196,11 +154383,6 @@ entities: - type: Transform pos: 23.5,-1.5 parent: 2 - - uid: 549 - components: - - type: Transform - pos: -23.5,14.5 - parent: 2 - uid: 590 components: - type: Transform @@ -149236,16 +154418,26 @@ entities: - type: Transform pos: -17.5,21.5 parent: 2 - - uid: 679 + - uid: 696 components: - type: Transform - pos: -40.5,-8.5 + pos: -30.5,-14.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: -30.5,-13.5 parent: 2 - uid: 766 components: - type: Transform pos: -32.5,-34.5 parent: 2 + - uid: 834 + components: + - type: Transform + pos: -39.5,16.5 + parent: 2 - uid: 835 components: - type: Transform @@ -149256,6 +154448,11 @@ entities: - type: Transform pos: -13.5,-25.5 parent: 2 + - uid: 919 + components: + - type: Transform + pos: -39.5,17.5 + parent: 2 - uid: 928 components: - type: Transform @@ -149276,16 +154473,16 @@ entities: - type: Transform pos: 44.5,-59.5 parent: 2 - - uid: 1070 - components: - - type: Transform - pos: 75.5,-40.5 - parent: 2 - uid: 1079 components: - type: Transform pos: 73.5,-73.5 parent: 2 + - uid: 1084 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 - uid: 1103 components: - type: Transform @@ -149331,6 +154528,16 @@ entities: - type: Transform pos: -10.5,-16.5 parent: 2 + - uid: 1159 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: -17.5,18.5 + parent: 2 - uid: 1168 components: - type: Transform @@ -149376,11 +154583,26 @@ entities: - type: Transform pos: -6.5,-45.5 parent: 2 + - uid: 1489 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 2 - uid: 1506 components: - type: Transform pos: -15.5,-26.5 parent: 2 + - uid: 1517 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 - uid: 1574 components: - type: Transform @@ -149391,21 +154613,11 @@ entities: - type: Transform pos: -11.5,-0.5 parent: 2 - - uid: 1591 - components: - - type: Transform - pos: -12.5,-5.5 - parent: 2 - uid: 1592 components: - type: Transform pos: -7.5,-9.5 parent: 2 - - uid: 1643 - components: - - type: Transform - pos: 49.5,-43.5 - parent: 2 - uid: 1675 components: - type: Transform @@ -149421,6 +154633,16 @@ entities: - type: Transform pos: -25.5,21.5 parent: 2 + - uid: 1707 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 - uid: 1711 components: - type: Transform @@ -149521,6 +154743,11 @@ entities: - type: Transform pos: 19.5,-17.5 parent: 2 + - uid: 2295 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 - uid: 2307 components: - type: Transform @@ -149551,6 +154778,66 @@ entities: - type: Transform pos: 24.5,-1.5 parent: 2 + - uid: 2357 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - uid: 2366 + components: + - type: Transform + pos: -28.5,18.5 + parent: 2 + - uid: 2368 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 2369 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 2372 + components: + - type: Transform + pos: -20.5,18.5 + parent: 2 + - uid: 2376 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 + - uid: 2378 + components: + - type: Transform + pos: -39.5,-17.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + pos: -34.5,21.5 + parent: 2 - uid: 2413 components: - type: Transform @@ -149566,11 +154853,36 @@ entities: - type: Transform pos: 40.5,-5.5 parent: 2 + - uid: 2448 + components: + - type: Transform + pos: -34.5,20.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 - uid: 2454 components: - type: Transform pos: 46.5,-26.5 parent: 2 + - uid: 2467 + components: + - type: Transform + pos: -28.5,19.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: -30.5,19.5 + parent: 2 + - uid: 2551 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 - uid: 2606 components: - type: Transform @@ -149581,6 +154893,21 @@ entities: - type: Transform pos: -6.5,-29.5 parent: 2 + - uid: 2624 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 - uid: 2682 components: - type: Transform @@ -149601,11 +154928,6 @@ entities: - type: Transform pos: -21.5,-50.5 parent: 2 - - uid: 2744 - components: - - type: Transform - pos: -42.5,6.5 - parent: 2 - uid: 2745 components: - type: Transform @@ -149616,11 +154938,6 @@ entities: - type: Transform pos: -6.5,-17.5 parent: 2 - - uid: 2774 - components: - - type: Transform - pos: -42.5,5.5 - parent: 2 - uid: 2847 components: - type: Transform @@ -149656,11 +154973,6 @@ entities: - type: Transform pos: -17.5,-49.5 parent: 2 - - uid: 3021 - components: - - type: Transform - pos: -45.5,-0.5 - parent: 2 - uid: 3030 components: - type: Transform @@ -149726,11 +155038,6 @@ entities: - type: Transform pos: 61.5,-74.5 parent: 2 - - uid: 3194 - components: - - type: Transform - pos: -45.5,6.5 - parent: 2 - uid: 3207 components: - type: Transform @@ -150186,11 +155493,6 @@ entities: - type: Transform pos: 8.5,-40.5 parent: 2 - - uid: 4682 - components: - - type: Transform - pos: -42.5,0.5 - parent: 2 - uid: 4694 components: - type: Transform @@ -150201,11 +155503,6 @@ entities: - type: Transform pos: 68.5,-66.5 parent: 2 - - uid: 4717 - components: - - type: Transform - pos: -42.5,1.5 - parent: 2 - uid: 4789 components: - type: Transform @@ -150221,21 +155518,11 @@ entities: - type: Transform pos: 71.5,-68.5 parent: 2 - - uid: 4867 - components: - - type: Transform - pos: 66.5,-40.5 - parent: 2 - uid: 4871 components: - type: Transform pos: 8.5,-32.5 parent: 2 - - uid: 4877 - components: - - type: Transform - pos: -41.5,-2.5 - parent: 2 - uid: 4883 components: - type: Transform @@ -150251,21 +155538,11 @@ entities: - type: Transform pos: 34.5,16.5 parent: 2 - - uid: 4923 - components: - - type: Transform - pos: 49.5,-37.5 - parent: 2 - uid: 4931 components: - type: Transform pos: 14.5,-10.5 parent: 2 - - uid: 4935 - components: - - type: Transform - pos: 49.5,-38.5 - parent: 2 - uid: 4951 components: - type: Transform @@ -150726,11 +156003,6 @@ entities: - type: Transform pos: 34.5,-3.5 parent: 2 - - uid: 6294 - components: - - type: Transform - pos: 49.5,-39.5 - parent: 2 - uid: 6295 components: - type: Transform @@ -151031,11 +156303,6 @@ entities: - type: Transform pos: -3.5,-16.5 parent: 2 - - uid: 8502 - components: - - type: Transform - pos: -40.5,-9.5 - parent: 2 - uid: 8503 components: - type: Transform @@ -151056,11 +156323,6 @@ entities: - type: Transform pos: 34.5,9.5 parent: 2 - - uid: 8746 - components: - - type: Transform - pos: -48.5,4.5 - parent: 2 - uid: 8767 components: - type: Transform @@ -151116,11 +156378,6 @@ entities: - type: Transform pos: 51.5,-23.5 parent: 2 - - uid: 9255 - components: - - type: Transform - pos: -45.5,5.5 - parent: 2 - uid: 9287 components: - type: Transform @@ -151191,16 +156448,46 @@ entities: - type: Transform pos: 2.5,-16.5 parent: 2 + - uid: 9643 + components: + - type: Transform + pos: -33.5,8.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: -33.5,9.5 + parent: 2 + - uid: 9660 + components: + - type: Transform + pos: -33.5,10.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + pos: -37.5,8.5 + parent: 2 - uid: 9662 components: - type: Transform pos: 29.5,-2.5 parent: 2 + - uid: 9668 + components: + - type: Transform + pos: -37.5,9.5 + parent: 2 - uid: 9675 components: - type: Transform pos: 17.5,2.5 parent: 2 + - uid: 9677 + components: + - type: Transform + pos: -37.5,10.5 + parent: 2 - uid: 9679 components: - type: Transform @@ -151221,16 +156508,51 @@ entities: - type: Transform pos: -21.5,-53.5 parent: 2 + - uid: 9718 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + pos: -40.5,14.5 + parent: 2 + - uid: 9725 + components: + - type: Transform + pos: -39.5,11.5 + parent: 2 - uid: 9837 components: - type: Transform pos: -18.5,-46.5 parent: 2 + - uid: 9968 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - uid: 9992 + components: + - type: Transform + pos: -35.5,10.5 + parent: 2 - uid: 9995 components: - type: Transform pos: 65.5,-74.5 parent: 2 + - uid: 10009 + components: + - type: Transform + pos: -40.5,10.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + pos: -39.5,10.5 + parent: 2 - uid: 10054 components: - type: Transform @@ -151271,6 +156593,21 @@ entities: - type: Transform pos: 23.5,1.5 parent: 2 + - uid: 10143 + components: + - type: Transform + pos: -39.5,12.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + pos: -39.5,14.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: -41.5,14.5 + parent: 2 - uid: 10187 components: - type: Transform @@ -151286,6 +156623,21 @@ entities: - type: Transform pos: 29.5,-4.5 parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: -32.5,16.5 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 - uid: 10454 components: - type: Transform @@ -151351,6 +156703,11 @@ entities: - type: Transform pos: -4.5,-5.5 parent: 2 + - uid: 10653 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 - uid: 10663 components: - type: Transform @@ -151366,6 +156723,11 @@ entities: - type: Transform pos: -38.5,-50.5 parent: 2 + - uid: 10668 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 - uid: 10671 components: - type: Transform @@ -151501,6 +156863,16 @@ entities: - type: Transform pos: -45.5,-26.5 parent: 2 + - uid: 11848 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 - uid: 11888 components: - type: Transform @@ -151571,11 +156943,6 @@ entities: - type: Transform pos: -46.5,-35.5 parent: 2 - - uid: 12515 - components: - - type: Transform - pos: -31.5,19.5 - parent: 2 - uid: 12564 components: - type: Transform @@ -151606,11 +156973,31 @@ entities: - type: Transform pos: -46.5,-36.5 parent: 2 + - uid: 12694 + components: + - type: Transform + pos: -41.5,20.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + pos: -24.5,19.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + pos: -41.5,23.5 + parent: 2 - uid: 12721 components: - type: Transform pos: 8.5,-57.5 parent: 2 + - uid: 12770 + components: + - type: Transform + pos: -30.5,22.5 + parent: 2 - uid: 12773 components: - type: Transform @@ -151656,6 +157043,11 @@ entities: - type: Transform pos: -56.5,-28.5 parent: 2 + - uid: 12880 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 - uid: 12942 components: - type: Transform @@ -151751,6 +157143,11 @@ entities: - type: Transform pos: 12.5,-27.5 parent: 2 + - uid: 13276 + components: + - type: Transform + pos: -45.5,9.5 + parent: 2 - uid: 13304 components: - type: Transform @@ -151761,11 +157158,26 @@ entities: - type: Transform pos: 41.5,-58.5 parent: 2 + - uid: 13344 + components: + - type: Transform + pos: -46.5,9.5 + parent: 2 - uid: 13360 components: - type: Transform pos: 28.5,-13.5 parent: 2 + - uid: 13366 + components: + - type: Transform + pos: -49.5,9.5 + parent: 2 + - uid: 13373 + components: + - type: Transform + pos: -50.5,9.5 + parent: 2 - uid: 13672 components: - type: Transform @@ -151831,16 +157243,26 @@ entities: - type: Transform pos: 22.5,-57.5 parent: 2 - - uid: 13899 + - uid: 14018 components: - type: Transform - pos: -45.5,7.5 + pos: -49.5,20.5 + parent: 2 + - uid: 14126 + components: + - type: Transform + pos: -49.5,22.5 parent: 2 - uid: 14136 components: - type: Transform pos: 29.5,14.5 parent: 2 + - uid: 14165 + components: + - type: Transform + pos: -50.5,22.5 + parent: 2 - uid: 14167 components: - type: Transform @@ -151881,6 +157303,21 @@ entities: - type: Transform pos: -39.5,-47.5 parent: 2 + - uid: 14448 + components: + - type: Transform + pos: -51.5,16.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + pos: -50.5,16.5 + parent: 2 + - uid: 14451 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 - uid: 14475 components: - type: Transform @@ -151891,16 +157328,31 @@ entities: - type: Transform pos: 47.5,-41.5 parent: 2 - - uid: 14491 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - uid: 14516 components: - type: Transform pos: 45.5,-41.5 parent: 2 + - uid: 14574 + components: + - type: Transform + pos: -37.5,22.5 + parent: 2 + - uid: 14576 + components: + - type: Transform + pos: -36.5,22.5 + parent: 2 + - uid: 14577 + components: + - type: Transform + pos: -37.5,20.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 - uid: 14580 components: - type: Transform @@ -151911,6 +157363,31 @@ entities: - type: Transform pos: 41.5,-12.5 parent: 2 + - uid: 14826 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 14838 + components: + - type: Transform + pos: -45.5,20.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: -50.5,21.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: -51.5,21.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: -48.5,20.5 + parent: 2 - uid: 15041 components: - type: Transform @@ -151936,11 +157413,6 @@ entities: - type: Transform pos: -42.5,-51.5 parent: 2 - - uid: 15308 - components: - - type: Transform - pos: -27.5,8.5 - parent: 2 - uid: 15345 components: - type: Transform @@ -151976,6 +157448,11 @@ entities: - type: Transform pos: 38.5,11.5 parent: 2 + - uid: 15710 + components: + - type: Transform + pos: -45.5,22.5 + parent: 2 - uid: 15712 components: - type: Transform @@ -151991,6 +157468,11 @@ entities: - type: Transform pos: 8.5,21.5 parent: 2 + - uid: 15877 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 - uid: 15896 components: - type: Transform @@ -152001,11 +157483,6 @@ entities: - type: Transform pos: 7.5,21.5 parent: 2 - - uid: 15939 - components: - - type: Transform - pos: -23.5,13.5 - parent: 2 - uid: 15947 components: - type: Transform @@ -152016,6 +157493,16 @@ entities: - type: Transform pos: 38.5,-8.5 parent: 2 + - uid: 16099 + components: + - type: Transform + pos: -52.5,9.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + pos: -51.5,9.5 + parent: 2 - uid: 16162 components: - type: Transform @@ -152036,36 +157523,96 @@ entities: - type: Transform pos: 37.5,16.5 parent: 2 - - uid: 16251 + - uid: 16272 components: - type: Transform - pos: -44.5,1.5 + pos: -50.5,20.5 parent: 2 - - uid: 16258 + - uid: 16280 components: - type: Transform - pos: -42.5,7.5 + pos: -50.5,18.5 + parent: 2 + - uid: 16282 + components: + - type: Transform + pos: -54.5,9.5 + parent: 2 + - uid: 16285 + components: + - type: Transform + pos: -54.5,11.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: -54.5,12.5 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: -55.5,14.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: -55.5,9.5 parent: 2 - uid: 16323 components: - type: Transform pos: 15.5,-12.5 parent: 2 + - uid: 16359 + components: + - type: Transform + pos: -47.5,9.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + pos: -47.5,10.5 + parent: 2 + - uid: 16478 + components: + - type: Transform + pos: -49.5,14.5 + parent: 2 + - uid: 16479 + components: + - type: Transform + pos: -52.5,14.5 + parent: 2 + - uid: 16480 + components: + - type: Transform + pos: -51.5,14.5 + parent: 2 + - uid: 16481 + components: + - type: Transform + pos: -50.5,14.5 + parent: 2 - uid: 16530 components: - type: Transform pos: 6.5,21.5 parent: 2 - - uid: 16636 - components: - - type: Transform - pos: -34.5,19.5 - parent: 2 - uid: 16655 components: - type: Transform pos: 34.5,10.5 parent: 2 + - uid: 16758 + components: + - type: Transform + pos: 49.5,-40.5 + parent: 2 - uid: 16899 components: - type: Transform @@ -152136,6 +157683,11 @@ entities: - type: Transform pos: -40.5,-56.5 parent: 2 + - uid: 17296 + components: + - type: Transform + pos: 49.5,-34.5 + parent: 2 - uid: 17315 components: - type: Transform @@ -152166,11 +157718,6 @@ entities: - type: Transform pos: -46.5,-49.5 parent: 2 - - uid: 17816 - components: - - type: Transform - pos: -33.5,19.5 - parent: 2 - uid: 17837 components: - type: Transform @@ -152181,11 +157728,6 @@ entities: - type: Transform pos: -46.5,-29.5 parent: 2 - - uid: 17860 - components: - - type: Transform - pos: -42.5,-0.5 - parent: 2 - uid: 18161 components: - type: Transform @@ -152251,21 +157793,11 @@ entities: - type: Transform pos: 41.5,10.5 parent: 2 - - uid: 18604 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - uid: 18622 components: - type: Transform pos: 38.5,7.5 parent: 2 - - uid: 18762 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - uid: 18855 components: - type: Transform @@ -152281,11 +157813,6 @@ entities: - type: Transform pos: 46.5,-13.5 parent: 2 - - uid: 19130 - components: - - type: Transform - pos: -48.5,2.5 - parent: 2 - uid: 19187 components: - type: Transform @@ -152316,11 +157843,6 @@ entities: - type: Transform pos: -11.5,21.5 parent: 2 - - uid: 19972 - components: - - type: Transform - pos: -45.5,1.5 - parent: 2 - uid: 20172 components: - type: Transform @@ -152361,20 +157883,10 @@ entities: - type: Transform pos: -6.5,-46.5 parent: 2 - - uid: 20448 + - uid: 20510 components: - type: Transform - pos: -46.5,5.5 - parent: 2 - - uid: 20461 - components: - - type: Transform - pos: -48.5,1.5 - parent: 2 - - uid: 20570 - components: - - type: Transform - pos: -40.5,-2.5 + pos: -31.5,19.5 parent: 2 - uid: 20706 components: @@ -152386,11 +157898,6 @@ entities: - type: Transform pos: 29.5,9.5 parent: 2 - - uid: 20783 - components: - - type: Transform - pos: -40.5,-7.5 - parent: 2 - uid: 20787 components: - type: Transform @@ -152491,26 +157998,11 @@ entities: - type: Transform pos: 40.5,13.5 parent: 2 - - uid: 22128 - components: - - type: Transform - pos: -29.5,-2.5 - parent: 2 - - uid: 22572 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 2 - uid: 23321 components: - type: Transform pos: -23.5,-55.5 parent: 2 - - uid: 23334 - components: - - type: Transform - pos: -48.5,5.5 - parent: 2 - uid: 23340 components: - type: Transform @@ -152638,11 +158130,6 @@ entities: - type: Transform pos: 6.5,-91.5 parent: 2 - - uid: 3309 - components: - - type: Transform - pos: 49.5,-35.5 - parent: 2 - uid: 3341 components: - type: Transform @@ -152688,11 +158175,6 @@ entities: - type: Transform pos: 9.5,-91.5 parent: 2 - - uid: 4749 - components: - - type: Transform - pos: -23.5,-2.5 - parent: 2 - uid: 4811 components: - type: Transform @@ -152873,11 +158355,6 @@ entities: - type: Transform pos: -12.5,21.5 parent: 2 - - uid: 12689 - components: - - type: Transform - pos: -11.5,-5.5 - parent: 2 - uid: 12690 components: - type: Transform @@ -152938,11 +158415,6 @@ entities: - type: Transform pos: -10.5,-14.5 parent: 2 - - uid: 12770 - components: - - type: Transform - pos: -28.5,1.5 - parent: 2 - uid: 12771 components: - type: Transform @@ -153203,11 +158675,6 @@ entities: - type: Transform pos: -5.5,-92.5 parent: 2 - - uid: 13279 - components: - - type: Transform - pos: 66.5,-42.5 - parent: 2 - uid: 13281 components: - type: Transform @@ -153353,11 +158820,6 @@ entities: - type: Transform pos: 71.5,-67.5 parent: 2 - - uid: 13723 - components: - - type: Transform - pos: 49.5,-41.5 - parent: 2 - uid: 13724 components: - type: Transform @@ -153383,16 +158845,6 @@ entities: - type: Transform pos: 29.5,-5.5 parent: 2 - - uid: 13740 - components: - - type: Transform - pos: -28.5,3.5 - parent: 2 - - uid: 13747 - components: - - type: Transform - pos: -34.5,15.5 - parent: 2 - uid: 13758 components: - type: Transform @@ -153403,11 +158855,6 @@ entities: - type: Transform pos: 39.5,-2.5 parent: 2 - - uid: 13764 - components: - - type: Transform - pos: -27.5,1.5 - parent: 2 - uid: 13765 components: - type: Transform @@ -153513,11 +158960,6 @@ entities: - type: Transform pos: 12.5,-35.5 parent: 2 - - uid: 13907 - components: - - type: Transform - pos: -22.5,-2.5 - parent: 2 - uid: 13908 components: - type: Transform @@ -153633,11 +159075,6 @@ entities: - type: Transform pos: 13.5,18.5 parent: 2 - - uid: 14209 - components: - - type: Transform - pos: 49.5,-40.5 - parent: 2 - uid: 14247 components: - type: Transform @@ -153753,11 +159190,6 @@ entities: - type: Transform pos: -21.5,-25.5 parent: 2 - - uid: 14514 - components: - - type: Transform - pos: 49.5,-42.5 - parent: 2 - uid: 14517 components: - type: Transform @@ -154020,42 +159452,44 @@ entities: - type: Transform pos: 13.5,-25.5 parent: 2 +- proto: WardrobePinkFilled + entities: + - uid: 16503 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 - proto: WardrobePrisonFilled entities: - - uid: 489 + - uid: 11417 components: - type: Transform - pos: -32.5,-0.5 + pos: -41.5,11.5 parent: 2 - - uid: 696 + - uid: 11420 components: - type: Transform - pos: -32.5,-1.5 + pos: -41.5,17.5 parent: 2 - - uid: 7575 + - uid: 11432 components: - type: Transform - pos: -47.5,7.5 + pos: -36.5,8.5 parent: 2 - - uid: 7602 + - uid: 12652 components: - type: Transform - pos: -47.5,-0.5 + pos: -40.5,8.5 parent: 2 - - uid: 8489 + - uid: 24595 components: - type: Transform - pos: -32.5,-2.5 + pos: -21.5,2.5 parent: 2 - - uid: 16254 + - uid: 24596 components: - type: Transform - pos: -32.5,0.5 - parent: 2 - - uid: 20530 - components: - - type: Transform - pos: -43.5,7.5 + pos: -21.5,1.5 parent: 2 - proto: WardrobeRoboticsFilled entities: @@ -154064,13 +159498,6 @@ entities: - type: Transform pos: 32.5,-24.5 parent: 2 -- proto: WardrobeYellowFilled - entities: - - uid: 2311 - components: - - type: Transform - pos: 56.5,-38.5 - parent: 2 - proto: WarmLightBulb entities: - uid: 14010 @@ -154085,17 +159512,6 @@ entities: parent: 14012 - type: Physics canCollide: False - - uid: 15121 - components: - - type: Transform - parent: 14774 - - type: Physics - canCollide: False - - uid: 22730 - components: - - type: Transform - pos: -23.50722,22.240725 - parent: 2 - proto: WarningCO2 entities: - uid: 1965 @@ -154134,16 +159550,16 @@ entities: parent: 2 - proto: WaterCooler entities: + - uid: 617 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 - uid: 828 components: - type: Transform pos: 34.5,-17.5 parent: 2 - - uid: 2187 - components: - - type: Transform - pos: -24.5,0.5 - parent: 2 - uid: 4333 components: - type: Transform @@ -154164,13 +159580,13 @@ entities: - type: Transform pos: 35.5,1.5 parent: 2 - - uid: 20256 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - proto: WaterTankFull entities: + - uid: 1632 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 - uid: 4640 components: - type: Transform @@ -154206,28 +159622,33 @@ entities: - type: Transform pos: -6.5,25.5 parent: 2 - - uid: 20774 + - uid: 20052 components: - type: Transform - pos: -41.5,-9.5 + pos: -36.5,20.5 parent: 2 - uid: 22456 components: - type: Transform pos: 34.5,17.5 parent: 2 - - uid: 22710 - components: - - type: Transform - pos: -17.5,-36.5 - parent: 2 - uid: 22997 components: - type: Transform pos: -47.5,-57.5 parent: 2 + - uid: 24301 + components: + - type: Transform + pos: -51.5,-11.5 + parent: 2 - proto: WaterTankHighCapacity entities: + - uid: 1197 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 - uid: 3914 components: - type: Transform @@ -154240,22 +159661,18 @@ entities: - type: Transform pos: -1.5,6.5 parent: 2 + - uid: 23803 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 - proto: WeaponCapacitorRecharger entities: - - uid: 378 + - uid: 2365 components: - type: Transform - pos: -26.5,13.5 - parent: 2 - - uid: 713 - components: - - type: Transform - pos: -27.5,3.5 - parent: 2 - - uid: 2896 - components: - - type: Transform - pos: -23.5,0.5 + rot: -1.5707963267948966 rad + pos: 75.5,-40.5 parent: 2 - uid: 13661 components: @@ -154263,67 +159680,86 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,-53.5 parent: 2 - - uid: 23927 + - uid: 20595 components: - type: Transform - pos: -22.5,-6.5 + pos: -29.5,-4.5 parent: 2 -- proto: WeaponDisabler - entities: - - uid: 21619 + - uid: 20597 components: - type: Transform - parent: 2207 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 21962 + pos: -35.5,1.5 + parent: 2 + - uid: 23314 components: - type: Transform - parent: 2207 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22009 - components: - - type: Transform - pos: -24.54724,13.558739 + pos: -37.5,-6.5 parent: 2 - proto: WeaponShotgunEnforcer entities: - - uid: 23320 + - uid: 20591 components: - type: Transform - pos: -22.494625,-3.1906652 + pos: -22.486067,-6.1998725 parent: 2 - proto: WeaponSubMachineGunWt550 entities: - - uid: 14803 + - uid: 11313 components: - type: Transform - pos: -21.319635,10.6595335 + pos: -45.46237,1.5808802 parent: 2 - proto: WeaponTurretSyndicateBroken entities: - - uid: 23214 + - uid: 16882 components: - type: Transform - pos: -65.5,-14.5 + pos: 88.5,-45.5 parent: 2 - - uid: 23215 + - uid: 17100 components: - type: Transform - pos: -69.5,-14.5 + pos: 88.5,-39.5 parent: 2 - - uid: 23216 + - uid: 17769 components: - type: Transform - pos: -69.5,-10.5 + pos: 94.5,-39.5 parent: 2 - - uid: 23217 + - uid: 17792 components: - type: Transform - pos: -65.5,-10.5 + pos: 94.5,-45.5 + parent: 2 + - uid: 17940 + components: + - type: Transform + pos: 81.5,-44.5 + parent: 2 + - uid: 17941 + components: + - type: Transform + pos: 77.5,-44.5 + parent: 2 + - uid: 17950 + components: + - type: Transform + pos: 77.5,-40.5 + parent: 2 + - uid: 17952 + components: + - type: Transform + pos: 81.5,-40.5 + parent: 2 + - uid: 17954 + components: + - type: Transform + pos: 66.5,-40.5 + parent: 2 + - uid: 17956 + components: + - type: Transform + pos: 66.5,-44.5 parent: 2 - proto: WeaponWaterPistol entities: @@ -154339,10 +159775,10 @@ entities: parent: 2 - proto: WeedSpray entities: - - uid: 6172 + - uid: 2639 components: - type: Transform - pos: -41.620026,-6.361434 + pos: -26.176067,13.521244 parent: 2 - proto: Welder entities: @@ -154375,6 +159811,11 @@ entities: parent: 2 - proto: WeldingFuelTankFull entities: + - uid: 1721 + components: + - type: Transform + pos: -56.5,-9.5 + parent: 2 - uid: 2617 components: - type: Transform @@ -154420,6 +159861,11 @@ entities: - type: Transform pos: 1.5,-4.5 parent: 2 + - uid: 24303 + components: + - type: Transform + pos: -35.5,20.5 + parent: 2 - proto: WetFloorSign entities: - uid: 14653 @@ -154427,13 +159873,6 @@ entities: - type: Transform pos: 44.657276,-39.273064 parent: 2 -- proto: Whistle - entities: - - uid: 9531 - components: - - type: Transform - pos: 53.361713,-39.280586 - parent: 2 - proto: Windoor entities: - uid: 1796 @@ -154452,17 +159891,6 @@ entities: - type: Transform pos: -19.5,-43.5 parent: 2 - - uid: 14265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,2.5 - parent: 2 - - uid: 15141 - components: - - type: Transform - pos: -49.5,4.5 - parent: 2 - proto: WindoorChapelLocked entities: - uid: 5903 @@ -154507,6 +159935,18 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-15.5 parent: 2 + - uid: 1210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-3.5 + parent: 2 - uid: 3235 components: - type: Transform @@ -154568,24 +160008,36 @@ entities: 7609: - - DoorStatus - Close + - uid: 9614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,3.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,3.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-4.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-4.5 + parent: 2 - uid: 12433 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,17.5 parent: 2 - - uid: 14572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-2.5 - parent: 2 - - uid: 16028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-2.5 - parent: 2 - uid: 17659 components: - type: Transform @@ -154628,35 +160080,53 @@ entities: parent: 2 - proto: WindoorSecureArmoryLocked entities: - - uid: 253 + - uid: 11716 + components: + - type: Transform + pos: -29.5,-4.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 +- proto: WindoorSecureAtmosphericsLocked + entities: + - uid: 2181 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-7.5 + pos: -14.5,-3.5 parent: 2 - - uid: 3570 - components: - - type: Transform - pos: -20.5,-2.5 - parent: 2 - - uid: 3826 + - uid: 2183 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 2 - - uid: 15932 - components: - - type: Transform - pos: -19.5,-2.5 + pos: -14.5,-2.5 parent: 2 - proto: WindoorSecureBrigLocked entities: - - uid: 11957 + - uid: 28 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,10.5 + rot: 3.141592653589793 rad + pos: -29.5,-4.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-4.5 parent: 2 - proto: WindoorSecureCargoLocked entities: @@ -154754,39 +160224,16 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,-34.5 parent: 2 - - uid: 10752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-12.5 - parent: 2 - uid: 11497 components: - type: Transform pos: 9.5,-15.5 parent: 2 - - uid: 16415 + - uid: 12609 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-15.5 - parent: 2 - - uid: 16417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-12.5 - parent: 2 - - uid: 16583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-15.5 - parent: 2 - - uid: 16584 - components: - - type: Transform - pos: -66.5,-9.5 + pos: 90.5,-42.5 parent: 2 - proto: WindoorSecureEngineeringLocked entities: @@ -154966,11 +160413,11 @@ entities: parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 5273 + - uid: 11625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-7.5 + rot: 3.141592653589793 rad + pos: -44.5,-5.5 parent: 2 - uid: 13169 components: @@ -154978,17 +160425,6 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,-17.5 parent: 2 - - uid: 18668 - components: - - type: Transform - pos: -22.5,0.5 - parent: 2 - - uid: 20793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 2 - proto: WindoorServiceLocked entities: - uid: 5831 @@ -155349,16 +160785,6 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-44.5 parent: 2 - - uid: 7695 - components: - - type: Transform - pos: -37.5,4.5 - parent: 2 - - uid: 7697 - components: - - type: Transform - pos: -36.5,4.5 - parent: 2 - uid: 8353 components: - type: Transform @@ -155383,11 +160809,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-52.5 parent: 2 - - uid: 16881 - components: - - type: Transform - pos: -38.5,4.5 - parent: 2 - proto: WindowReinforcedDirectional entities: - uid: 341 @@ -155721,11 +161142,23 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-30.5 parent: 2 + - uid: 10966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-5.5 + parent: 2 - uid: 11019 components: - type: Transform pos: 8.5,-15.5 parent: 2 + - uid: 11046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-5.5 + parent: 2 - uid: 11305 components: - type: Transform @@ -155743,18 +161176,6 @@ entities: - type: Transform pos: 10.5,-15.5 parent: 2 - - uid: 11953 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,12.5 - parent: 2 - - uid: 11960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,11.5 - parent: 2 - uid: 12994 components: - type: Transform @@ -155791,18 +161212,6 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,-23.5 parent: 2 - - uid: 16461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-16.5 - parent: 2 - - uid: 17452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,9.5 - parent: 2 - uid: 18244 components: - type: Transform @@ -155838,23 +161247,20 @@ entities: rot: 1.5707963267948966 rad pos: 89.5,-29.5 parent: 2 - - uid: 18544 + - uid: 19631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,0.5 + pos: -35.5,15.5 parent: 2 - - uid: 19617 + - uid: 19632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-40.5 + pos: -34.5,15.5 parent: 2 - - uid: 19618 + - uid: 19633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-42.5 + pos: -33.5,15.5 parent: 2 - uid: 21157 components: @@ -155879,11 +161285,6 @@ entities: - type: Transform pos: 27.57422,-50.418713 parent: 2 - - uid: 20660 - components: - - type: Transform - pos: -33.619465,18.650682 - parent: 2 - proto: WoodDoor entities: - uid: 3750 @@ -155940,6 +161341,12 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,30.5 parent: 2 + - uid: 2714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 2 - uid: 6074 components: - type: Transform @@ -155994,6 +161401,18 @@ entities: rot: 3.141592653589793 rad pos: -19.5,32.5 parent: 2 + - uid: 24479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-14.5 + parent: 2 + - uid: 24538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-16.5 + parent: 2 - proto: Wrench entities: - uid: 4063 @@ -156016,26 +161435,31 @@ entities: - type: Transform pos: -52.48281,-36.374268 parent: 2 + - uid: 13723 + components: + - type: Transform + pos: 83.486145,-41.425728 + parent: 2 - uid: 15383 components: - type: Transform pos: -13.512281,-21.38337 parent: 2 + - uid: 16443 + components: + - type: Transform + pos: -54.017258,20.263376 + parent: 2 - uid: 23496 components: - type: Transform pos: -5.5532303,-15.463551 parent: 2 -- proto: Zipties +- proto: Wristwatch entities: - - uid: 12882 + - uid: 24115 components: - type: Transform - pos: -27.357758,-6.3337946 - parent: 2 - - uid: 20444 - components: - - type: Transform - pos: -27.618303,-6.3337946 + pos: 18.407438,-10.54795 parent: 2 ... From 4a521c56cffcf8b2ae2583040ccd66c9bcefecaf Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 8 May 2025 01:40:18 +0000 Subject: [PATCH 309/318] Automatic changelog update --- Resources/Changelog/Maps.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index ab0ac8e51c..c36c5cafa5 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -98,4 +98,20 @@ id: 13 time: '2025-05-06T06:56:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37216 +- author: Southbridge, Flipsie27 + changes: + - message: On Amber, gave the captain a tertiary ID card. + type: Add + - message: On Amber, gave Atmos their own front desk across from sec. + type: Add + - message: On Amber, gave botany a large water container. + type: Tweak + - message: On Amber, overhauled the security department to introduce GenPop. + type: Tweak + - message: On Amber, overhauled and moved the AI satellite to the east side of the + map, enlarging it to accommodate AI turrets in the future. + type: Tweak + id: 14 + time: '2025-05-08T01:39:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37262 Order: 1 From 4aa635620c867bf2d52f288feec771050496289e Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 8 May 2025 03:55:41 -0400 Subject: [PATCH 310/318] Fix debug asserts in WoolySystem and UdderSystem (#35314) --- Content.Shared/Animals/UdderSystem.cs | 12 ++++++++++++ Content.Shared/Animals/WoolySystem.cs | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Content.Shared/Animals/UdderSystem.cs b/Content.Shared/Animals/UdderSystem.cs index 177fbab2f2..90cc717321 100644 --- a/Content.Shared/Animals/UdderSystem.cs +++ b/Content.Shared/Animals/UdderSystem.cs @@ -8,6 +8,7 @@ using Content.Shared.Nutrition.EntitySystems; using Content.Shared.Popups; using Content.Shared.Udder; using Content.Shared.Verbs; +using Robust.Shared.Containers; using Robust.Shared.Timing; namespace Content.Shared.Animals; @@ -31,6 +32,7 @@ public sealed class UdderSystem : EntitySystem SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent>(AddMilkVerb); SubscribeLocalEvent(OnDoAfter); + SubscribeLocalEvent(OnEntRemoved); } private void OnMapInit(EntityUid uid, UdderComponent component, MapInitEvent args) @@ -38,6 +40,16 @@ public sealed class UdderSystem : EntitySystem component.NextGrowth = _timing.CurTime + component.GrowthDelay; } + private void OnEntRemoved(Entity entity, ref EntRemovedFromContainerMessage args) + { + // Make sure the removed entity was our contained solution + if (entity.Comp.Solution == null || args.Entity != entity.Comp.Solution.Value.Owner) + return; + + // Cleared our cached reference to the solution entity + entity.Comp.Solution = null; + } + public override void Update(float frameTime) { base.Update(frameTime); diff --git a/Content.Shared/Animals/WoolySystem.cs b/Content.Shared/Animals/WoolySystem.cs index b7e0f52982..172e3b56e1 100644 --- a/Content.Shared/Animals/WoolySystem.cs +++ b/Content.Shared/Animals/WoolySystem.cs @@ -3,6 +3,7 @@ using Content.Shared.Mobs.Systems; using Content.Shared.Nutrition; using Content.Shared.Nutrition.Components; using Content.Shared.Nutrition.EntitySystems; +using Robust.Shared.Containers; using Robust.Shared.Timing; namespace Content.Shared.Animals; @@ -24,6 +25,7 @@ public sealed class WoolySystem : EntitySystem SubscribeLocalEvent(OnBeforeFullyEaten); SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnEntRemoved); } private void OnMapInit(EntityUid uid, WoolyComponent component, MapInitEvent args) @@ -31,6 +33,16 @@ public sealed class WoolySystem : EntitySystem component.NextGrowth = _timing.CurTime + component.GrowthDelay; } + private void OnEntRemoved(Entity entity, ref EntRemovedFromContainerMessage args) + { + // Make sure the removed entity was our contained solution + if (entity.Comp.Solution == null || args.Entity != entity.Comp.Solution.Value.Owner) + return; + + // Clear our cached reference to the solution entity + entity.Comp.Solution = null; + } + public override void Update(float frameTime) { base.Update(frameTime); From ef3deedecb943b20b8fb603ac644cb7f119a706d Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Thu, 8 May 2025 01:59:21 -0700 Subject: [PATCH 311/318] Implement Rules amendment (#37200) * Implement Rules amendment * Update Resources/ServerInfo/Guidebook/ServerRules/RoleplayRules/RuleR9MassSabotage.xml Co-authored-by: Tayrtahn * Update RuleR9MassSabotage.xml --------- Co-authored-by: Tayrtahn Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> --- .../RoleplayRules/RuleR9MassSabotage.xml | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/Resources/ServerInfo/Guidebook/ServerRules/RoleplayRules/RuleR9MassSabotage.xml b/Resources/ServerInfo/Guidebook/ServerRules/RoleplayRules/RuleR9MassSabotage.xml index 3f8272c551..d999c6c483 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/RoleplayRules/RuleR9MassSabotage.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/RoleplayRules/RuleR9MassSabotage.xml @@ -1,28 +1,37 @@ # Roleplay Rule 9 - As an antagonist, do not cause excessive death, damage, or destruction beyond your objectives - This rule is not intended to disallow reasonable steps taken to complete your objectives. As an antagonist, you can always kill in bona fide self defense. Taking steps to permanently round remove many people who are no longer an immediate threat to you is almost always excessive, even if it is done to prevent yourself from being discovered. - This rule is not intended to disallow all antagonist activity unrelated to objectives. Antagonists may cause a level of disruption to the station that is proportional to their objectives, even if it is unrelated to their objectives. As an antagonist, killing a single person in a round is not on its own be a violation of this rule. + This rule is not intended to disallow reasonable steps taken to complete your objectives. As an antagonist, you can always kill in bona fide self defense. You can kill if the action of killing could potentially advance your objectives. Taking steps to permanently round remove many people who are not a threat to you is almost always excessive. + + Unless told otherwise, antags should avoid causing disruption to the station or other players that could potentially cause entire departments to stop functioning, either permanently or for a significant portion of the round. Major disruptive actions are acceptable to get evac called if the objectives require that the antagonist escapes to Centcomm, this does not include singuloose/tesloose. Antagonists should also avoid round-removing a large number of players unnecessarily. + + As an antagonist, killing a few objective unrelated persons in a round is not on its own a violation of this rule. Pursuing a gimmick unrelated to the objectives entirely is also permissible as long as this gimmick does not cause nonantagonists to self antag. ## MRP Amendment As an antagonist, do not make the Emergency Shuttle uninhabitable or otherwise cause excessive death, damage, or destruction to the Emergency Shuttle. ## Exemptions - The "die a glorious death" objective allows antagonists to ignore this rule entirely. + The Syndicate Agent “die a glorious death” objective allows antagonists to ignore this rule entirely. Nuclear Operatives and Wizards are also exempt from this rule as of the time of writing. ## Examples Acceptable: - Permanently round removing people who you have the objective to kill. - Causing massive station damage and chaos as an antagonist with the "die a glorious death" objective. - - Killing anyone you see as a nuclear operative. + - Killing anyone you see while playing as nuclear operative(s). - Permanently round removing a single person so that you can impersonate them to make it easier for you to complete a steal objective. - - Sabotaging station power 10 minutes into the round to try to get the shuttle called because you've completed all of your other objectives and have one to escape on the shuttle alive. - - Sabotaging a department's power 10 minutes into the round to make a steal objective easier to accomplish. + - Sabotaging station power 10 minutes into the round to try to get the shuttle called because you’ve completed all of your other objectives and have one to escape on the shuttle alive. (Destroying the Particle Accelerator, TEG and all backup generation in Engineering but not loosing a singularity/tesla.) + - Sabotaging a department’s power 10 minutes into the round to make a steal objective easier to accomplish. (Such as cutting the departments MV power, or removing/destroying the substation.) - Permanently round removing many people who have demonstrated a persistence and a capability to either kill you or interfere with the completion of your objectives. + - Killing an unrelated person in order to steal items held by said person, such as killing an engineer for their hardsuit and tools. + - As a traitor, buying a singularity attractor to guide the singularity to a kill target when it is already loosed. + - Bombing an entire department provided it is an attempt to kill a designated target within said department. Prohibited: - As a traitor with 3 kill objectives, taking steps to permanently round remove many non-objective people who are no longer an immediate threat to you, even if it is done to prevent yourself from being discovered. - Setting up an electrified grille in maintenance and using it to kill anyone who walks into it with the hope that one of your objectives will be one of them. - - Sabotaging power station-wide 10 minutes into the round to make a steal objective easier to accomplish. + - Sabotaging power station-wide 10 minutes into the round to make a steal objective easier to accomplish. (Such as destroying the TEG, Particle Accelerator and all backup generators in Engineering.) + - Loosing the tesla or singularity in the hope that it kills your objectives. + - Seeking out and gibbing/round removing an entire department and random people for no actual reason. This includes the security department. + - Loosing the tesla or singularity in order to get evac called, even if objectives are already completed. From 1ee9b259271de78c5797151ef9640092a76fca5b Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Thu, 8 May 2025 10:28:11 -0400 Subject: [PATCH 312/318] Fix borg chassis gibbing not dropping items (#37276) BeingGibbedEvent and TryEjectPowerCell --- .../Silicons/Borgs/BorgSystem.Ui.cs | 11 ++------ Content.Server/Silicons/Borgs/BorgSystem.cs | 28 +++++++++++++++++++ 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs b/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs index 9f9977cddc..191b226421 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs @@ -40,15 +40,8 @@ public sealed partial class BorgSystem private void OnEjectBatteryBuiMessage(EntityUid uid, BorgChassisComponent component, BorgEjectBatteryBuiMessage args) { - if (!TryComp(uid, out var slotComp) || - !Container.TryGetContainer(uid, slotComp.CellSlotId, out var container) || - !container.ContainedEntities.Any()) - { - return; - } - - var ents = Container.EmptyContainer(container); - _hands.TryPickupAnyHand(args.Actor, ents.First()); + if (TryEjectPowerCell(uid, component, out var ents)) + _hands.TryPickupAnyHand(args.Actor, ents.First()); } private void OnSetNameBuiMessage(EntityUid uid, BorgChassisComponent component, BorgSetNameBuiMessage args) diff --git a/Content.Server/Silicons/Borgs/BorgSystem.cs b/Content.Server/Silicons/Borgs/BorgSystem.cs index 7c096f1729..e9d8a08c6f 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.cs @@ -1,11 +1,13 @@ using Content.Server.Actions; using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; +using Content.Server.Body.Components; using Content.Server.DeviceNetwork.Systems; using Content.Server.Explosion.EntitySystems; using Content.Server.Hands.Systems; using Content.Server.PowerCell; using Content.Shared.Alert; +using Content.Shared.Containers.ItemSlots; using Content.Shared.Database; using Content.Shared.IdentityManagement; using Content.Shared.Interaction; @@ -29,6 +31,8 @@ using Robust.Shared.Containers; using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Timing; +using System.Diagnostics.CodeAnalysis; +using System.Linq; namespace Content.Server.Silicons.Borgs; @@ -45,6 +49,7 @@ public sealed partial class BorgSystem : SharedBorgSystem [Dependency] private readonly SharedAppearanceSystem _appearance = default!; [Dependency] private readonly TriggerSystem _trigger = default!; [Dependency] private readonly HandsSystem _hands = default!; + [Dependency] private readonly ItemSlotsSystem _itemSlots = default!; [Dependency] private readonly MetaDataSystem _metaData = default!; [Dependency] private readonly SharedMindSystem _mind = default!; [Dependency] private readonly MobStateSystem _mobState = default!; @@ -69,6 +74,7 @@ public sealed partial class BorgSystem : SharedBorgSystem SubscribeLocalEvent(OnMindAdded); SubscribeLocalEvent(OnMindRemoved); SubscribeLocalEvent(OnMobStateChanged); + SubscribeLocalEvent(OnBeingGibbed); SubscribeLocalEvent(OnPowerCellChanged); SubscribeLocalEvent(OnPowerCellSlotEmpty); SubscribeLocalEvent(OnGetDeadIC); @@ -195,6 +201,14 @@ public sealed partial class BorgSystem : SharedBorgSystem } } + private void OnBeingGibbed(EntityUid uid, BorgChassisComponent component, ref BeingGibbedEvent args) + { + TryEjectPowerCell(uid, component, out var _); + + _container.EmptyContainer(component.BrainContainer); + _container.EmptyContainer(component.ModuleContainer); + } + private void OnPowerCellChanged(EntityUid uid, BorgChassisComponent component, PowerCellChangedEvent args) { UpdateBatteryAlert((uid, component)); @@ -294,6 +308,20 @@ public sealed partial class BorgSystem : SharedBorgSystem _alerts.ShowAlert(ent, ent.Comp.BatteryAlert, chargePercent); } + public bool TryEjectPowerCell(EntityUid uid, BorgChassisComponent component, [NotNullWhen(true)] out List? ents) + { + ents = null; + + if (!TryComp(uid, out var slotComp) || + !Container.TryGetContainer(uid, slotComp.CellSlotId, out var container) || + !container.ContainedEntities.Any()) + return false; + + ents = Container.EmptyContainer(container); + + return true; + } + /// /// Activates a borg when a player occupies it /// From e94a50b4cc5f8fad6717b662f2e979d93314a41c Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 8 May 2025 14:29:22 +0000 Subject: [PATCH 313/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f90292fd5a..707adb847a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Terraspark4941 - changes: - - message: The spray nozzle can now be stored inside the backpack water tank! - type: Tweak - id: 7938 - time: '2025-02-11T19:05:35.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34209 - author: Tayrtahn changes: - message: Ghosts are no longer sent to the void if the player they are following @@ -3929,3 +3922,10 @@ id: 8439 time: '2025-05-07T23:48:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37224 +- author: Krunklehorn + changes: + - message: Cyborg chassis now properly drop their contents when gibbed. + type: Fix + id: 8440 + time: '2025-05-08T14:28:12.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37276 From 9e582157ac3a333d13ec8f113d10de54f498947c Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Thu, 8 May 2025 18:13:33 +0200 Subject: [PATCH 314/318] Revert "Traumoxadone (#37126)" This reverts commit efc8d8600dd6a6f58db0140644373c8561a33fe5. --- .../Locale/en-US/reagents/meta/chemicals.ftl | 3 --- .../Locale/en-US/reagents/meta/medicine.ftl | 3 --- Resources/Prototypes/Reagents/chemicals.yml | 10 -------- Resources/Prototypes/Reagents/medicine.yml | 24 ++----------------- .../Recipes/Reactions/chemicals.yml | 13 ---------- .../Prototypes/Recipes/Reactions/medicine.yml | 15 +----------- 6 files changed, 3 insertions(+), 65 deletions(-) diff --git a/Resources/Locale/en-US/reagents/meta/chemicals.ftl b/Resources/Locale/en-US/reagents/meta/chemicals.ftl index 8747a159a8..ad9d12e26f 100644 --- a/Resources/Locale/en-US/reagents/meta/chemicals.ftl +++ b/Resources/Locale/en-US/reagents/meta/chemicals.ftl @@ -30,6 +30,3 @@ reagent-desc-cellulose = A crystaline polydextrose polymer, plants swear by this reagent-name-rororium = rororium reagent-desc-rororium = A strange substance which fills the cores of the hivelords that roam the mining asteroid. Thought to be the source of their regenerative powers. - -reagent-name-salicylic-acid = salicylic acid -reagent-desc-salicylic-acid = A powdery substance used for dermatological treatments. diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index 1c8e13789b..a06be2a148 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -147,6 +147,3 @@ reagent-desc-potassium-iodide = Will reduce the damaging effects of radiation by reagent-name-haloperidol = haloperidol reagent-desc-haloperidol = Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness. - -reagent-name-traumoxadone = traumoxadone -reagent-desc-traumoxadone = A cryogenics chemical. Used to treat severe trauma to tissues via patching them with tiny particles within the liquid. Works regardless of the patient being alive or dead. diff --git a/Resources/Prototypes/Reagents/chemicals.yml b/Resources/Prototypes/Reagents/chemicals.yml index 425db8aa8b..4542c97565 100644 --- a/Resources/Prototypes/Reagents/chemicals.yml +++ b/Resources/Prototypes/Reagents/chemicals.yml @@ -185,13 +185,3 @@ key: Adrenaline component: IgnoreSlowOnDamage time: 120 - -- type: reagent - id: SalicylicAcid - name: reagent-name-salicylic-acid - desc: reagent-desc-salicylic-acid - physicalDesc: reagent-physical-desc-powdery - flavor: bitter - color: "#FFFFFF" - boilingPoint: 55.5 - meltingPoint: -50.0 diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 07a898f470..4cb134059e 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -1205,7 +1205,7 @@ conditions: - !type:ReagentThreshold min: 12 - + - type: reagent id: Opporozidone #Name based of an altered version of the startreck chem "Opporozine" name: reagent-name-opporozidone @@ -1257,7 +1257,7 @@ Poison: -2 - type: reagent - id: Aloxadone + id : Aloxadone name: reagent-name-aloxadone group: Medicine desc: reagent-desc-aloxadone @@ -1278,26 +1278,6 @@ Shock: -3.0 Caustic: -1.0 -- type: reagent - id: Traumoxadone - name: reagent-name-traumoxadone - group: Medicine - desc: reagent-desc-traumoxadone - physicalDesc: reagent-physical-desc-cloudy - flavor: medicine - color: "#69304D" - worksOnTheDead: true - metabolisms: - Medicine: - effects: - - !type:HealthChange - conditions: - - !type:Temperature - max: 213.0 - damage: - groups: - Brute: -6 - - type: reagent id : Mannitol # currently this is just a way to create psicodine name: reagent-name-mannitol diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index c641bb27fc..78fdfec7c9 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -516,16 +516,3 @@ products: Tazinide: 1 -- type: reaction - id: SalicylicAcid - reactants: - Carbon: - amount: 1 - Phenol: - amount: 1 - Bicaridine: - amount: 1 - SulfuricAcid: - amount: 1 - products: - SalicylicAcid: 4 diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index e5c2f93f70..a99015fe90 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -561,7 +561,7 @@ id: Opporozidone minTemp: 400 #Maybe if a method of reducing reagent temp exists one day, this could be -50 reactants: - Cognizine: + Cognizine: amount: 1 Plasma: amount: 2 @@ -662,16 +662,3 @@ amount: 1 products: Haloperidol: 5 - -- type: reaction - id: Traumoxadone - impact: Medium - reactants: - Cryoxadone: - amount: 1 - SalicylicAcid: - amount: 1 - Lipozine: - amount: 1 - products: - Traumoxadone: 2 From d515a1dbf61486a224d26a87b8958edf65d41902 Mon Sep 17 00:00:00 2001 From: Myra Date: Thu, 8 May 2025 18:30:50 +0200 Subject: [PATCH 315/318] Add ratelimit retry to discord changelog bot and continue publish changelog error. (#37051) * Add ratelimit retry to discord changelog bot and continue publish changelog error. oops we missed some changelogs cause of this... this should prevent anything funny * Update actions_changelogs_since_last_run.py --- .github/workflows/publish-testing.yml | 1 + .github/workflows/publish.yml | 3 +++ Tools/actions_changelogs_since_last_run.py | 19 +++++++++++++++++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-testing.yml b/.github/workflows/publish-testing.yml index aa3b35dea1..6dacef1324 100644 --- a/.github/workflows/publish-testing.yml +++ b/.github/workflows/publish-testing.yml @@ -2,6 +2,7 @@ concurrency: group: publish-testing + cancel-in-progress: true on: workflow_dispatch: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 02fd9d4046..0294395632 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,7 @@ name: Publish concurrency: group: publish + cancel-in-progress: true on: workflow_dispatch: @@ -48,12 +49,14 @@ jobs: GITHUB_REPOSITORY: ${{ vars.GITHUB_REPOSITORY }} - name: Publish changelog (Discord) + continue-on-error: true run: Tools/actions_changelogs_since_last_run.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }} - name: Publish changelog (RSS) + continue-on-error: true run: Tools/actions_changelog_rss.py env: CHANGELOG_RSS_KEY: ${{ secrets.CHANGELOG_RSS_KEY }} diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 8261ad5239..8df972d258 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -13,6 +13,7 @@ from typing import Any, Iterable import requests import yaml +import time DEBUG = False DEBUG_CHANGELOG_FILE_OLD = Path("Resources/Changelog/Old.yml") @@ -148,9 +149,23 @@ def get_discord_body(content: str): def send_discord_webhook(lines: list[str]): content = "".join(lines) body = get_discord_body(content) + retry_attempt = 0 - response = requests.post(DISCORD_WEBHOOK_URL, json=body) - response.raise_for_status() + try: + response = requests.post(DISCORD_WEBHOOK_URL, json=body, timeout=10) + while response.status_code == 429: + retry_attempt += 1 + if retry_attempt > 20: + print("Too many retries on a single request despite following retry_after header... giving up") + exit(1) + retry_after = response.json().get("retry_after", 5) + print(f"Rate limited, retrying after {retry_after} seconds") + time.sleep(retry_after) + response = requests.post(DISCORD_WEBHOOK_URL, json=body, timeout=10) + response.raise_for_status() + except requests.exceptions.RequestException as e: + print(f"Failed to send message: {e}") + exit(1) def changelog_entries_to_message_lines(entries: Iterable[ChangelogEntry]) -> list[str]: From 746134edd3bd0ff0ef819c2e569d96bc4567831f Mon Sep 17 00:00:00 2001 From: ScarKy0 Date: Thu, 8 May 2025 18:32:58 +0200 Subject: [PATCH 316/318] fuck the cl --- Resources/Changelog/Changelog.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 707adb847a..93fa722305 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -3691,14 +3691,6 @@ id: 8409 time: '2025-05-02T18:31:49.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37109 -- author: ScarKy0 - changes: - - message: Added Traumoxadone! A cryochemical used to treat brute damage in living - patients as well as corpses. - type: Add - id: 8410 - time: '2025-05-02T22:56:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37126 - author: Unkn0wnGh0st333 changes: - message: Knuckle Dusters have arrived to Space Station 14. QM can now rule cargo From 0c6be8bb0dbf87a9397ec854f9688e19e02c7e0f Mon Sep 17 00:00:00 2001 From: Thinbug <101073555+Thinbug0@users.noreply.github.com> Date: Thu, 8 May 2025 13:49:58 -0300 Subject: [PATCH 317/318] Tweaks to the push horn so its less of a shitter tool (#37281) * Empty commit * tweaks to the push horn * forgor to change the delay * keeping the speed the same for now --- Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml index f21de4c79e..1082fd2081 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml @@ -219,14 +219,13 @@ - type: EmitSoundOnLand sound: "/Audio/Items/Toys/pushHornFloor.ogg" - type: UseDelay - delay: 6 + delay: 10 - type: TriggerOnUse - type: RepulseAttractOnTrigger speed: 50 - range: 2 + range: 3.5 whitelist: components: - MobMover - - Item - type: SpawnOnTrigger proto: EffectGravityPulse From 047ef6466101a12fc9891d303b869eff08ab4144 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 8 May 2025 16:51:06 +0000 Subject: [PATCH 318/318] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 707adb847a..c1e38dbcb6 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Tayrtahn - changes: - - message: Ghosts are no longer sent to the void if the player they are following - is polymorphed. - type: Fix - id: 7939 - time: '2025-02-11T21:34:24.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33878 - author: Tayrtahn changes: - message: Clusterbangs now properly limit their maximum capacity. @@ -3929,3 +3921,11 @@ id: 8440 time: '2025-05-08T14:28:12.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37276 +- author: Thinbug0 + changes: + - message: The push horn lost its ability to push items, in exchange of a bigger + range + type: Tweak + id: 8441 + time: '2025-05-08T16:49:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37281